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

body {
  font-family: "Rajdhani", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px; }

img {
  width: 100%; }

@media (max-width: 991px) {
  .mobile-hidden {
    display: none; } }

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: #9a3234; }

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: #fff;
  background-color: #9a3234;
  border: 2px solid #9a3234;
  text-transform: uppercase;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  margin: 15px 0;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 991px) {
    .btn {
      padding: 12px 25px;
      letter-spacing: 2px;
      font-size: 18px; } }

.btn:hover, .btn:focus, .btn:active {
  border-radius: 55px;
  color: #fff; }

.title-h {
  font-size: 60px;
  font-weight: 500;
  line-height: 62px;
  font-family: "Oswald", sans-serif;
  color: #222;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: 0.5px; } }

.inner-h {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #333; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 30px;
      line-height: 32px; } }

.title-p {
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 20px;
  color: #555;
  letter-spacing: 0px;
  margin-top: 25px; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.sep {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #9a3234;
  margin: 20px auto; }

.sep-left {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #9a3234;
  margin: 20px 0; }

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

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

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

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

.padd-top {
  height: 40px; }
  @media (max-width: 991px) {
    .padd-top {
      height: 5px; } }

/******navbar start*******/
.top-bar {
  background-color: #111; }
  .top-bar p, .top-bar a {
    padding-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 23px; }
    @media (max-width: 768px) {
      .top-bar p, .top-bar a {
        font-size: 15px;
        line-height: 16px; } }
  .top-bar a:hover {
    color: #9a3234; }

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

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

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

.navbar-brand {
  padding: 0px 10px 2px 5px; }
  @media (max-width: 370px) {
    .navbar-brand {
      padding: 0px 0 0 0; } }

.navbar-brand img {
  width: auto;
  height: 80px; }
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 58px; } }

.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; }

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

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

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

  nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    padding: 12px 0; }

  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 #9a3234;
    margin-top: 0px;
    width: 250px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 10px 10px 10px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #9a3234;
    font-family: "Oswald", sans-serif;
    margin: 14px 0 12px 0;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      font-weight: 600;
      font-size: 18px;
      text-decoration: none; } }

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

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

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

  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-size: 17px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eee; } }
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 15px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav .btn {
      display: none; } }

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

nav.bootsnav .btn:hover {
  color: #9a3234 !important;
  background-color: transparent !important; }

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    font-size: 21px;
    line-height: 36px;
    padding: 15px 0; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 60vh; } }
  .hero .hero-box {
    margin-top: 34vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 23vh; } }
  .hero .back {
    background-color: rgba(52, 52, 52, 0.45); }
  .hero h1 {
    color: #fff;
    margin-top: 0px;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 35px;
        line-height: 39px; } }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 30px; }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 5px; } }

.under-hero {
  padding: 20px 0; }
  .under-hero .icon-box {
    display: flex;
    padding: 25px 25px; }
    @media (max-width: 1200px) {
      .under-hero .icon-box {
        padding: 25px 15px; } }
    @media (max-width: 991px) {
      .under-hero .icon-box {
        padding: 25px 5px; } }
    @media (max-width: 768px) {
      .under-hero .icon-box {
        padding: 15px 5px; } }
  .under-hero .box-border {
    border-right: 1px solid #ccc; }
    @media (max-width: 991px) {
      .under-hero .box-border {
        border-right: none; } }
  .under-hero .icon, .under-hero .text {
    display: inline; }
    .under-hero .icon h2, .under-hero .text h2 {
      margin-top: 5px;
      text-transform: uppercase;
      color: #4d4e4e;
      font-size: 30px;
      line-height: 30px;
      font-family: "Oswald", sans-serif;
      font-weight: 600; }
      @media (max-width: 991px) {
        .under-hero .icon h2, .under-hero .text h2 {
          font-size: 22px;
          line-height: 22px; } }
      @media (max-width: 768px) {
        .under-hero .icon h2, .under-hero .text h2 {
          font-size: 28px;
          line-height: 28px;
          margin-top: 10px; } }
    .under-hero .icon h4, .under-hero .text h4 {
      font-weight: 600;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        .under-hero .icon h4, .under-hero .text h4 {
          font-size: 16px;
          line-height: 18px;
          letter-spacing: 0; } }
  .under-hero .icon {
    width: 90px; }
    @media (max-width: 1200px) {
      .under-hero .icon {
        width: 70px; } }
    @media (max-width: 991px) {
      .under-hero .icon {
        width: 60px; } }
    @media (max-width: 768px) {
      .under-hero .icon {
        width: 90px; } }
  .under-hero .text {
    flex: 1; }
  .under-hero img {
    width: 65px;
    vertical-align: center; }
    @media (max-width: 1200px) {
      .under-hero img {
        width: 60px; } }
    @media (max-width: 991px) {
      .under-hero img {
        width: 50px; } }
    @media (max-width: 768px) {
      .under-hero img {
        width: 70px; } }

@media (max-width: 768px) {
  .border-new {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; } }

/***************hero end******/
/********* services start *********/
/*************************/
.features {
  padding: 60px 0;
  z-index: 1; }
  @media (max-width: 768px) {
    .features {
      padding: 50px 0 30px 0; } }
  .features .title-h {
    margin-bottom: 8px; }
  .features .features-box {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15); }
    @media (max-width: 768px) {
      .features .features-box {
        margin-top: 15px; } }
  .features .features-img {
    height: 550px; }
    @media (max-width: 500px) {
      .features .features-img {
        height: 320px;
        background-position: top; } }
  .features .features-text {
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    text-align: center; }
    .features .features-text h2 {
      color: #fff;
      margin-bottom: 0;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }
  .features .back {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(bottom, rgba(235, 243, 250, 0.65) 0%, rgba(0, 0, 0, 0) 15%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(235, 243, 250, 0.65) 0%, rgba(0, 0, 0, 0) 15%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(235, 243, 250, 0.65) 0%, rgba(0, 0, 0, 0) 15%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62c6eaa', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
    @media (max-width: 768px) {
      .features .back {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */
        background: -moz-linear-gradient(bottom, rgba(26, 26, 26, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(bottom, rgba(26, 26, 26, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top, rgba(26, 26, 26, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62c6eaa', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */ } }
  .features .btn {
    font-size: 21px;
    letter-spacing: 1px;
    font-family: "Rajdhani", sans-serif;
    text-transform: capitalize;
    padding: 10px 20px;
    min-width: 240px;
    font-weight: 600; }

.title-bottom {
  color: #fff; }

.features-bottom {
  z-index: 0;
  position: relative;
  height: 450px;
  margin-top: -450px; }
  @media (max-width: 768px) {
    .features-bottom {
      height: 340px;
      margin-top: -340px; } }
  .features-bottom .back {
    background: #2c2d32;
    z-index: 0; }

.features-bottom2 {
  z-index: 0;
  position: relative;
  height: 350px;
  margin-top: -350px; }
  @media (max-width: 768px) {
    .features-bottom2 {
      height: 240px;
      margin-top: -240px; } }
  .features-bottom2 .back {
    background: #2c2d32;
    z-index: 0; }

.features-box-page {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
  width: calc(33% - 30px);
  margin: 10px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1000px) {
    .features-box-page {
      width: calc(49% - 30px); } }
  @media (max-width: 600px) {
    .features-box-page {
      width: calc(100% - 0px);
      margin: 10px 0; } }

/********* services end *********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0; }
  @media (max-width: 991px) {
    .cta {
      padding: 80px 0; } }
  .cta h3 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
  .cta p {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .cta p {
        font-size: 20px;
        line-height: 24px; } }
  .cta .back {
    background-color: rgba(13, 13, 13, 0.45); }
  .cta .btn {
    margin-top: 10px; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/******* testimonials start **********/
.tc-testimonial {
  padding: 110px 0; }
  @media (max-width: 768px) {
    .tc-testimonial {
      padding: 50px 0; } }
  .tc-testimonial .back {
    background-color: rgba(255, 255, 255, 0.7); }
  .tc-testimonial .title-h {
    margin: 30px 0 40px 0; }
    @media (max-width: 991px) {
      .tc-testimonial .title-h {
        margin: 30px 0 20px 0; } }

.testimonial {
  margin: 0 00px; }

.testimonial .description {
  padding: 30px 10px 20px 10px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #333;
  line-height: 34px;
  position: relative; }
  @media (max-width: 768px) {
    .testimonial .description {
      padding: 0px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px; } }

.testimonial .title {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Oswald", sans-serif; }

.owl-theme .owl-dots .owl-dot span {
  background: #9a3234; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left; }

.reviews-img1 {
  height: 600px;
  border-radius: 4px;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .reviews-img1 {
      height: 250px;
      margin-top: 15px; } }

.reviews-img2 {
  height: 500px;
  margin-top: 50px;
  border-radius: 4px;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .reviews-img2 {
      height: 250px;
      margin-top: 15px; } }

/*****tc-testimonial end******/
/******footer start****/
.tc-footer {
  background-attachment: fixed;
  position: relative;
  padding: 70px 0 25px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 50px 0 25px 0; } }
  .tc-footer .back {
    background: #222; }
  .tc-footer a, .tc-footer li {
    color: #eee;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 990px) {
      .tc-footer a, .tc-footer li {
        font-size: 16px; } }
  .tc-footer a:hover {
    margin-left: 5px; }
  .tc-footer p {
    color: #a6a49a;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 23px;
    padding-right: 25px; }
    @media only screen and (max-width: 990px) {
      .tc-footer p {
        font-size: 14px;
        line-height: 21px;
        padding-right: 0; } }
  .tc-footer img {
    margin-top: -15px;
    width: 95%;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .tc-footer img {
        height: auto;
        width: 100%;
        margin-bottom: 10px; } }
  .tc-footer .svg-inline--fa {
    font-size: 13px;
    margin-right: 8px;
    color: #9a3234; }
  .tc-footer .footer-box {
    padding-left: 50px; }
    @media only screen and (max-width: 990px) {
      .tc-footer .footer-box {
        padding-left: 0; } }

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 15px 0; } }

.copyright {
  padding: 15px 0 7px 0;
  background-color: #fff; }
  @media only screen and (max-width: 990px) {
    .copyright {
      text-align: center; } }
  .copyright p, .copyright a {
    color: #333;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0; }
  .copyright .footer-right {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .copyright .footer-right {
        text-align: center; } }
  .copyright .svg-inline--fa {
    height: 35px;
    width: 35px;
    padding: 10px;
    border-radius: 50%;
    background-color: #9a3234;
    color: #eee;
    margin: -5px 8px 0px 0px; }
    @media only screen and (max-width: 768px) {
      .copyright .svg-inline--fa {
        margin: 0px 8px 5px 0px; } }
  .copyright .svg-inline--fa:hover {
    background-color: #333;
    color: #fff; }

/*****footer end******/
.inner-header {
  height: 116px;
  background-color: #eee; }
  @media only screen and (max-width: 991px) {
    .inner-header {
      height: 80px; } }

/******** REVIEWS PAGE START ******/
.reviews-page .review-box {
  box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
  padding: 50px;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 768px) {
    .reviews-page .review-box {
      padding: 30px 20px; } }
.reviews-page .review-quote {
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 80px;
  opacity: 0.1;
  color: #9a3234; }
  @media (max-width: 768px) {
    .reviews-page .review-quote {
      top: 25px;
      left: 20px; } }
.reviews-page h4 {
  text-align: right;
  margin-top: 30px;
  color: #9a3234;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }
.reviews-page .review-box h3 {
  font-size: 30px;
  margin-top: 15px; }

/****** REVIEWS PAGE END ********/
.pagination > li > a, .pagination > li > span {
  color: #9a3234; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #9a3234; }

.gallery-page .example-image {
  background-size: cover;
  background-position: center;
  height: 220px;
  margin: 5px 5px;
  width: calc(25% - 15px);
  display: inline-block; }
  @media screen and (max-width: 999px) {
    .gallery-page .example-image {
      height: 220px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .gallery-page .example-image {
      height: 200px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

.gallery-page:nth-child(even) {
  background: #f6f6f6; }

.gallery-page:nth-child(odd) {
  background: #fff; }

.gallery-page .btn {
  margin: 5px 5px;
  font-size: 14px;
  padding: 15px 30px;
  min-width: 210px; }

input, textarea {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  background-color: #f7f7f7;
  outline: none; }

select {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  background-color: #f7f7f7;
  outline: none;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  height: 55px; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  color: #666;
  font-weight: 600; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #666;
  font-weight: 600; }

::placeholder {
  font-size: 16px;
  color: #666;
  font-weight: 600; }

/**************/
#accordion .panel {
  border: 1px solid #eee;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative; }

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
  z-index: 1;
  position: relative; }

#accordion .panel-title a {
  display: block;
  padding: 18px 70px 18px 20px;
  margin: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-radius: 0;
  position: relative; }

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #9a3234;
  position: absolute;
  top: 0;
  right: 0; }

#accordion .panel-title a.collapsed:before {
  content: "+"; }

#accordion .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #9a3234;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

#accordion .panel-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px; }

@media screen and (max-width: 991px) {
  #accordion .panel-title a {
    padding: 15px 65px 15px 20px; }

  #accordion .panel-body {
    padding: 10px 10px; } }
.contacts-page ul {
  list-style: none;
  padding: 30px 0; }
.contacts-page li {
  margin-bottom: 40px; }
.contacts-page .contact-icon {
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-top: -15px; }
.contacts-page a {
  line-height: 22px;
  font-size: 18px;
  color: #333;
  display: block;
  font-weight: 500; }
.contacts-page a:hover {
  color: #9a3234; }
.contacts-page .small-md {
  margin-bottom: 0;
  color: #9a3234; }
.contacts-page .svg-inline--fa {
  color: #9a3234;
  font-size: 22px; }
.contacts-page .btn {
  margin-top: 15px; }

/***********BLOG-PAGE START**********/
.blog-page .blog-box {
  padding: 25px 0px; }
  .blog-page .blog-box .svg-inline--fa {
    margin-right: 7px; }
  .blog-page .blog-box a {
    font-weight: 600; }
  .blog-page .blog-box .back-img {
    min-height: 220px; }
    @media screen and (max-width: 991px) {
      .blog-page .blog-box .back-img {
        margin-bottom: 15px; } }
  .blog-page .blog-box .btn {
    padding: 10px 25px;
    font-size: 15px; }
  .blog-page .blog-box h6 {
    color: #9a3234;
    font-size: 15px;
    font-weight: 500; }
.blog-page .blog-box .inner-h {
  margin-top: 0;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0; }

.sidebar-box {
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 991px) {
    .sidebar-box {
      margin-left: 0px; } }
  .sidebar-box .back-img {
    min-height: 500px; }
  .sidebar-box .back {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
    z-index: 0; }
  .sidebar-box .sidebar-text {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px; }
  .sidebar-box h3 {
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif; }
  .sidebar-box .btn {
    font-size: 15px;
    padding: 10px 20px; }

.blog-detail-page .back-img {
  height: 400px; }
  @media screen and (max-width: 768px) {
    .blog-detail-page .back-img {
      height: 250px; } }
.blog-detail-page .svg-inline--fa {
  margin-left: 7px;
  font-size: 24px;
  line-height: 30px; }
.blog-detail-page h5 {
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px; }
.blog-detail-page .text-img {
  margin: 5px 0 8px 0; }
.blog-detail-page .sidebar-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .blog-detail-page .sidebar-box ul {
    padding-left: 25px; }
  .blog-detail-page .sidebar-box li {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #eee; }
  .blog-detail-page .sidebar-box li:nth-last-child(n) {
    border-bottom: none; }
  .blog-detail-page .sidebar-box .svg-inline--fa {
    margin-right: 7px;
    color: rgba(156, 76, 22, 0.7); }
  .blog-detail-page .sidebar-box li a {
    color: #333;
    font-size: 18px; }
  .blog-detail-page .sidebar-box li a:hover {
    color: #9a3234; }
  .blog-detail-page .sidebar-box h4 {
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #333; }
  .blog-detail-page .sidebar-box .btn {
    font-size: 15px;
    padding: 10px 20px;
    letter-spacing: 3px; }
.blog-detail-page .sidebar-recent {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  padding: 25px; }

.inner-div {
  height: 80px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000111+0,003d76+93,003d76+100 */
  background: #000111;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000111 0%, #003d76 93%, #003d76 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000111 0%, #003d76 93%, #003d76 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000111 0%, #003d76 93%, #003d76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000111', endColorstr='#003d76',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 991px) {
    .inner-div {
      height: 70px; } }

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

.team-img {
  height: 450px;
  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; }
  @media (max-width: 550px) {
    .team-img {
      height: 300px; } }

.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-job-desc {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 26px;
  margin-top: 0; }

.team-name {
  color: #888;
  font-weight: 400;
  font-size: 17px;
  opacity: 0.7; }

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

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

.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%; } }
.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 9px;
  border: 1px solid #9a3234;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #9a3234; }

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

/********* TEAM PAGE END *******/
.svg-careers {
  color: #9a3234;
  font-size: 13px; }

.services-detail-img {
  height: 500px; }
  @media only screen and (max-width: 550px) {
    .services-detail-img {
      height: 230px; } }

.video-img {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .video-img {
      height: 260px; } }

.play-img {
  width: 190px;
  margin-top: 175px; }
  @media (max-width: 768px) {
    .play-img {
      margin-top: 60px;
      width: 140px; } }

.services-gallery-page .example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block; }
  @media screen and (max-width: 999px) {
    .services-gallery-page .example-image {
      height: 250px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .services-gallery-page .example-image {
      height: 250px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

/************* BEFORE AFTER *********/
.before-after, .gallery-page {
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .before-after, .gallery-page {
      padding-bottom: 60px; } }
  .before-after .owl-nav, .gallery-page .owl-nav {
    position: absolute;
    top: 27%;
    left: -3.5%;
    right: -3.5%;
    width: 107%;
    z-index: -1; }
    @media (max-width: 991px) {
      .before-after .owl-nav, .gallery-page .owl-nav {
        top: 18%;
        left: -4.5%;
        right: -4.5%;
        width: 109%; } }
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 3px;
    padding: 4px 2px;
    display: inline-block;
    cursor: pointer;
    width: 18px;
    background: transparent;
    opacity: 1; }
    @media (max-width: 768px) {
      .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 14px; } }
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: .7; }
  .before-after .owl-prev, .gallery-page .owl-prev {
    float: left; }
  .before-after .owl-next, .gallery-page .owl-next {
    float: right; }

.b-a {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .b-a {
      margin-bottom: 15px; } }

.b-a .b-a-content {
  padding: 0;
  position: relative;
  height: 280px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .b-a .b-a-content {
      height: 290px; } }
  @media (max-width: 550px) {
    .b-a .b-a-content {
      height: 190px; } }

.b-a-content img {
  object-fit: cover;
  height: 280px; }
  @media (max-width: 991px) {
    .b-a-content img {
      height: 290px; } }
  @media (max-width: 550px) {
    .b-a-content img {
      height: 190px; } }

/************ BEFORE AFTER *********/

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