html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #bf1822; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #bf1822;
  background-color: transparent;
  border: 2px solid #bf1822;
  padding: 13px 40px;
  font-size: 19px;
  border-radius: 4px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 2px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 17px;
      letter-spacing: 2px; } }

.btn:hover {
  color: #fff;
  background-color: #9f141d;
  border-color: #9f141d;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.btn:focus {
  color: #fff !important;
  background-color: #9f141d;
  border-color: #9f141d; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #9f141d;
  border-color: #9f141d; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #9f141d;
  border-color: #9f141d; }

.title-h {
  font-family: "Rajdhani", sans-serif;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 38px !important;
      line-height: 40px !important; } }

.title-p {
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 30px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.inner-h {
  font-family: "Rajdhani", sans-serif;
  font-size: 33px;
  line-height: 38px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #9f141d;
  font-weight: 500; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 24px !important;
      line-height: 30px !important; } }

.sep {
  content: "";
  height: 3px;
  width: 220px;
  margin: 20px 0;
  background: #bf1822; }

.sep-middle {
  content: "";
  height: 3px;
  width: 220px;
  background: #bf1822;
  margin: 20px auto; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/******navbar start*******/
.top-bar {
  background-color: #bf1822; }
  .top-bar p, .top-bar a {
    padding-top: 6px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    line-height: 23px;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .top-bar p, .top-bar a {
        font-size: 13px;
        line-height: 15px; } }
  .top-bar a:hover {
    color: #ccc; }

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #bf1822; } }
nav.navbar.bootsnav {
  background: #111;
  border-bottom: solid 1px #111; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #111 !important;
      border-bottom: solid 1px none; } }

.navbar {
  min-height: 78px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 1px 10px 2px 10px; }
  @media (max-width: 1255px) {
    .navbar-brand {
      padding: 4px 0px 2px 0px; } }

.navbar-brand img {
  width: auto;
  height: 84px; }
  @media (max-width: 1025px) {
    .navbar-brand img {
      height: 52px; } }

.caret {
  margin-left: 4px; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #f2f2f2 !important;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #111; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #bf1822;
    margin-top: 0px;
    width: 220px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 28px 10px 8px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #bf1822;
    font-family: "Rajdhani", sans-serif;
    margin: 14px 0 12px 0;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none; } }

@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 10px 10px 10px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #9f141d; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    font-size: 17px; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #bf1822; } }
nav.navbar.bootsnav .btn {
  margin-top: 20px;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 22px;
  margin-right: 15px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav .btn {
      display: none; } }

nav.bootsnav .btn {
  color: #fff !important;
  background-color: #bf1822 !important;
  border: 2px solid #bf1822; }

nav.bootsnav .btn:hover {
  color: #fff;
  background-color: #9f141d !important;
  border-color: #9f141d; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 90px;
  margin-top: 3px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto;
    margin-top: 0; } }
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #ccc;
    line-height: 30px; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 78vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 70vh;
      padding-bottom: 30px; } }
  .hero .hero-box {
    margin-top: 35vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin: 24vh 00px 50px 00px; } }
    .hero .hero-box h1 {
      color: #fff;
      font-size: 64px;
      line-height: 64px;
      font-weight: 400;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 10px;
      font-family: "Rajdhani", sans-serif;
      letter-spacing: 2px; }
      @media (max-width: 991px) {
        .hero .hero-box h1 {
          font-size: 40px;
          line-height: 40px;
          font-weight: 500;
          letter-spacing: 1px; } }
    .hero .hero-box h2 {
      color: #fff;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 5px;
      font-weight: 400;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 20px; }
      @media (max-width: 991px) {
        .hero .hero-box h2 {
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0px; } }
    .hero .hero-box .btn {
      border: 2px solid #fff;
      color: #fff; }

.hero .back {
  background: rgba(13, 13, 13, 0.55); }

/***************hero end******/
.about-home {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .about-home {
      padding: 50px 0; } }
  .about-home ul {
    list-style: none;
    padding-left: 0px; }
  .about-home li {
    margin-bottom: 10px; }
  .about-home .svg-inline--fa {
    color: #bf1822;
    margin-right: 10px; }
  .about-home .about-div {
    position: relative;
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .about-home .about-div h4 {
      text-transform: uppercase;
      font-weight: 800;
      margin-top: 20px;
      line-height: 22px;
      min-height: 44px; }
  .about-home .about-div:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }
  .about-home img {
    height: 80px;
    width: auto; }

/********* services start *********/
.testimonial {
  overflow: hidden; }

.services-home .services-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1; }
  @media (max-width: 768px) {
    .services-home .services-img {
      height: 220px; } }
.services-home .services-box {
  overflow: hidden;
  padding: 0px 0 0 0;
  position: relative;
  margin: 10px 5px 20px 5px;
  -webkit-box-shadow: 0px 12px 20px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 12px 20px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 12px 20px -9px rgba(0, 0, 0, 0.15); }
  .services-home .services-box h3 {
    color: #333;
    font-size: 25px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    letter-spacing: 0px; }
  .services-home .services-box .btn {
    margin-top: 0;
    font-size: 15px; }
  .services-home .services-box a {
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600; }
.services-home .services-box:hover .services-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }
.services-home .services-text {
  padding: 10px 15px 30px 15px;
  overflow: hidden;
  z-index: 2; }
.services-home .owl-nav {
  position: absolute;
  top: 35%;
  left: -35px;
  right: -35px; }
  @media (max-width: 768px) {
    .services-home .owl-nav {
      left: 5px;
      right: 5px; } }
.services-home .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .services-home .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.services-home .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.services-home .owl-prev {
  float: left; }
.services-home .owl-next {
  float: right; }
.services-home .owl-theme .owl-dots .owl-dot.active span, .services-home .owl-theme .owl-dots .owl-dot:hover span {
  background: #bf1822; }

/********* services end *********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 60px 0; } }
  .cta h3 {
    color: #fff;
    padding-top: 20px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .cta p {
    color: #fff;
    font-size: 26px;
    line-height: 34px; }
    @media (max-width: 991px) {
      .cta p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .btn {
    margin-top: 20px;
    background-color: #bf1822;
    color: #fff; }
  .cta .btn:hover {
    margin-top: 20px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff; }
  .cta .back {
    background-color: rgba(13, 13, 13, 0.45); }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/**********testimonial start*************/
.testimonials {
  padding-bottom: 120px;
  background-attachment: fixed; }
  .testimonials .back {
    background-color: rgba(0, 26, 51, 0.6); }
  .testimonials p {
    font-size: 27px;
    line-height: 36px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: "Rajdhani", sans-serif; }
    @media (max-width: 991px) {
      .testimonials p {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px; } }
  .testimonials h4 {
    color: #bf1822;
    font-size: 24px;
    margin-top: 60px;
    font-weight: 400; }
  .testimonials .owl-theme .owl-controls {
    text-align: center;
    margin-left: 10px;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .testimonials .owl-theme .owl-controls {
        text-align: center; } }
  .testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #bf1822; }

/**********testimonial end**********/
/*****tc- footer start******/
.tc-footer {
  padding-top: 80px;
  position: relative; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center; } }
  .tc-footer .back {
    background-color: rgba(26, 26, 26, 0.86); }
  .tc-footer .footer-right {
    text-align: right; }
  .tc-footer .footer-title {
    margin-top: 15px;
    color: #ff1a1a;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 0px; }
    @media (max-width: 1030px) {
      .tc-footer .footer-title {
        margin: 25px 0 0px 0; } }
  .tc-footer a {
    color: #eee;
    font-family: "Rajdhani", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 26px;
        font-size: 18px; } }
  .tc-footer a:hover {
    color: #bf1822; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px; }
  .tc-footer p {
    color: #eee;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 20px;
        font-size: 14px; } }
  .tc-footer img {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px; } }
  .tc-footer .footer-box {
    padding-left: 50px; }
    @media (max-width: 1030px) {
      .tc-footer .footer-box {
        padding-left: 0; } }

.footer-copyright {
  margin-top: 10px;
  padding: 0;
  color: #e6e6e6;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 50px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 1px solid #bf1822;
    background-color: #bf1822;
    color: #fff;
    width: 34px;
    height: 34px;
    padding: 7px;
    margin: 0 5px;
    border-radius: 3px; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: #9f141d;
    border: 1px solid #9f141d;
    color: #fff; }
  .footer-copyright hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bf1822; }
  .footer-copyright a, .footer-copyright p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Rajdhani", sans-serif; }
    @media (max-width: 991px) {
      .footer-copyright a, .footer-copyright p {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
/******** CONTACT PAGE START********/
.contact-page ul {
  list-style: none;
  padding: 30px 0; }
.contact-page li {
  margin-bottom: 30px; }
.contact-page .contact-icon {
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%; }
.contact-page a {
  line-height: 22px;
  display: block;
  color: #333; }
.contact-page p {
  margin-bottom: 0; }
.contact-page .svg-inline--fa {
  color: #9f141d;
  font-size: 20px; }
.contact-page .btn {
  margin-top: 25px; }
.contact-page .small-md {
  color: #999; }

.unit-body {
  padding-left: 5px; }

input, textarea {
  width: 100%;
  min-height: 60px;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #7c7a78;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  margin-top: 20px;
  outline: none; }
  @media (max-width: 768px) {
    input, textarea {
      padding: 13px 15px;
      margin-top: 15px; } }

select {
  width: 100%;
  min-height: 65px;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #7c7a78;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  margin-top: 20px;
  outline: none; }
  @media (max-width: 768px) {
    select {
      padding: 13px 15px;
      margin-top: 15px;
      height: 60px; } }

/******** CONTACT PAGE END *******/
.tc-header {
  height: 135px;
  background-color: #222;
  padding: 0; }
  @media (max-width: 991px) {
    .tc-header {
      height: 85px; } }

.reviews-page-box {
  padding: 40px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
  margin-top: 30px; }
  @media (max-width: 991px) {
    .reviews-page-box {
      padding: 25px 15px; } }
  .reviews-page-box h4 {
    color: #bf1822;
    font-family: "Rajdhani", sans-serif; }
  .reviews-page-box h3 {
    font-size: 30px;
    font-weight: 600; }
  .reviews-page-box h6 {
    text-align: right;
    margin-top: 30px;
    font-size: 16px;
    color: #bf1822; }

.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  color: #bf1822; }

/****BLOG PAGE*****/
.blog-box {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  min-height: 530px; }
  @media (max-width: 991px) {
    .blog-box {
      min-height: 100px; } }

.blog-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 270px; }
  @media (max-width: 991px) {
    .blog-img {
      height: 220px; } }

.blog-text {
  padding: 15px 20px; }
  .blog-text h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    min-height: 35px;
    font-family: "Rajdhani", sans-serif; }
    @media (max-width: 991px) {
      .blog-text h4 {
        min-height: auto; } }
  .blog-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.blog-footer {
  position: absolute;
  right: 35px;
  bottom: 1px; }
  @media (max-width: 991px) {
    .blog-footer {
      position: relative;
      bottom: 0;
      right: 0;
      padding: 0px 15px 0px 15px; } }
  .blog-footer a {
    float: right; }
    @media (max-width: 991px) {
      .blog-footer a {
        float: left;
        padding-top: 10px; } }
  .blog-footer .btn {
    font-size: 17px;
    padding: 13px 25px; }

/******BLOG PAGE END*****/
/****BLO-DETAIL PAGE START****/
.blog-detail-page h1 {
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .blog-detail-page h1 {
      font-size: 40px; } }

.blog-detail-page h2 {
  font-family: "Rajdhani", sans-serif; }

.blog-detail-page .share-h4 {
  margin-top: 20px;
  font-family: "Rajdhani", sans-serif;
  font-size: 22px; }

.blog-text {
  padding: 10px 20px; }

.blog-content ul {
  margin-bottom: 5px; }

.blog-detail li {
  display: inline-block;
  color: #333; }

.blog-detail-page .svg-inline--fa {
  color: #bf1822;
  margin-right: 1px; }

.blog-social {
  margin: 20px 0px 0px;
  padding: 0px; }

.blog-social a {
  margin-right: 5px; }

.blog-social .svg-inline--fa {
  color: #bf1822;
  width: 36px;
  height: 36px;
  border: 1px solid #bf1822;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  font-size: 18px;
  padding: 7px; }

.blog-social .svg-inline--fa:hover {
  color: #fff;
  background-color: #bf1822; }

.blog-post img {
  margin-bottom: 0px; }

.blog-post h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  font-size: 30px; }

.sidebar {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  padding: 20px 15px 20px 15px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .sidebar {
      margin-top: 50px; } }

.sidebar h3 {
  color: #333;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  margin-bottom: 25px; }

.sidebar ul {
  padding-top: 0px;
  padding-left: 0px;
  list-style: none; }

.sidebar li {
  font-size: 14px;
  color: #333;
  display: list-item; }

.sidebar ul li a {
  color: #333;
  font-size: 16px;
  line-height: 2.29;
  transition: all .5s ease;
  font-weight: 500; }

.sidebar ul li a:hover {
  color: #bf1822;
  text-decoration: none;
  margin-left: 3px; }

.sidebar .svg-inline--fa.fa-w-6 {
  margin-right: 10px; }

.sidebar-blog h4 {
  color: #333;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 35px;
  margin-top: 5px; }

.sidebar-blog a {
  color: #333; }

.sidebar-blog a:hover {
  color: #bf1822; }

.sidebar-blog-img {
  background-size: cover;
  background-position: center;
  height: 120px; }
  @media (max-width: 768px) {
    .sidebar-blog-img {
      height: 200px; } }

.sidebar-cta {
  background-image: url(../images/background2.jpg);
  background-size: cover;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
  padding: 20px 20px 30px 20px; }

.blog-detail-img {
  height: 400px; }
  @media (max-width: 768px) {
    .blog-detail-img {
      height: 220px; } }

/****BLOG-DETAIL PAGE END****/
/****************/
#accordion {
  margin-top: 50px; }

#accordion .panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none; }

#accordion .panel-heading {
  padding: 0; }

#accordion .panel-title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 17px 40px 17px 65px;
  font-family: "Rajdhani", sans-serif;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  position: relative;
  transition: all 0.5s ease 0s;
  text-transform: uppercase; }
  @media only screen and (max-width: 991px) {
    #accordion .panel-title a {
      padding: 10px 15px 10px 50px;
      font-size: 19px; } }

#accordion .panel-title a.collapsed {
  background: #fff;
  color: #333; }

#accordion .panel-title a.collapsed:hover {
  color: #9f141d; }

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  width: 45px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -1px;
  background: #bf1822;
  transition: all .2s; }

#accordion .panel-title a.collapsed:after {
  content: "+";
  color: #959595;
  background: #fff;
  transition: all 0.5s ease 0s; }

#accordion .panel-title a.collapsed:hover:after {
  background: #bf1822;
  color: #fff; }

#accordion .panel-title a:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -1px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #bf1822; }

#accordion .panel-title a.collapsed:before {
  display: none; }

#accordion .panel-body {
  font-size: 16px;
  color: #333;
  padding: 20px 65px 25px 65px;
  line-height: 23px;
  margin-left: 12px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-top: none; }
  @media only screen and (max-width: 991px) {
    #accordion .panel-body {
      padding: 20px 15px 25px 15px; } }

/******************/
/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 15px 5px;
  width: calc(25% - 15px); }
  @media (max-width: 1200px) {
    .team-box {
      width: calc(49% - 15px);
      margin: 7px 5px; } }
  @media (max-width: 550px) {
    .team-box {
      width: calc(99% - 15px);
      margin: 7px 0px; } }

.team-img {
  height: 350px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 5px 25px 5px; }

.team-info h3 {
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 30px;
  margin-top: 0; }

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  opacity: 0.7; }

.team-info .btn {
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 10px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-job-desc {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #333;
  margin-top: 0; }

.team-name {
  font-size: 16px;
  color: #bf1822;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #bf1822;
  margin: 10px 6px 2px 0px;
  color: #bf1822; }

.staff-bio .svg-inline--fa:hover {
  background-color: #bf1822;
  color: #fff; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
.about-img {
  height: 350px;
  margin-bottom: 30px; }
  @media (max-width: 500px) {
    .about-img {
      height: 220px;
      margin-bottom: 15px; } }

.inner-cta {
  padding: 40px 50px;
  background-color: #f7f7f7;
  border: 1px solid rgba(81, 112, 255, 0.07);
  margin: 30px 0; }
  @media (max-width: 992px) {
    .inner-cta {
      padding: 20px 15px;
      margin: 15px 0; } }
  .inner-cta h4 {
    font-family: "Rajdhani", sans-serif;
    font-size: 35px;
    line-height: 50px;
    font-weight: 300; }
    @media (max-width: 992px) {
      .inner-cta h4 {
        font-size: 25px;
        line-height: 32px;
        font-weight: 400; } }

.services-page .services-box {
  width: 30.3%;
  display: inline-block;
  margin: 15px 1%; }
  @media (max-width: 850px) {
    .services-page .services-box {
      width: 48%;
      margin: 7px 0.4%; } }
  @media (max-width: 500px) {
    .services-page .services-box {
      width: 100%;
      margin: 7px 0%; } }

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-bottom: 30px; }
  @media (max-width: 550px) {
    .example-image {
      margin-bottom: 15px;
      height: 210px; } }

.services-detail-page iframe {
  height: 450px;
  margin: 20px 0; }
  @media (max-width: 500px) {
    .services-detail-page iframe {
      height: 220px; } }

/*# sourceMappingURL=style.css.map */
