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

body {
  font-family: "Hanken Grotesk", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #af261d;
}

a:active,
a:focus,
a:hover {
  outline: none;
  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: #af261d;
  border: none;
  padding: 16px 30px 14px 30px;
  font-size: 18px;
  margin: 15px 0;
  border-radius: 60px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  border-radius: 3px;
  box-shadow: inset 0px 0px 1px #af261d;
}

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

.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: #af261d;
  border-color: #af261d;
}

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

.little-h {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #af261d;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
  }
}

.title-h {
  font-family: "Fjalla One", sans-serif;
  font-size: 53px;
  line-height: 60px;
  margin-top: 12px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 42px;
  }
}

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

.sep {
  content: "";
  height: 3px;
  width: 180px;
  background: #af261d;
  margin-bottom: 20px;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 180px;
  background: #af261d;
  margin: 0 auto;
  margin-bottom: 20px;
}

.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*******/
/*****navbar start******/
.top-bar {
  width: 100%;
  z-index: 999;
  background: #af261d;
  transition: all 0.3s ease-in-out;
}
.top-bar p {
  color: #f2f2f2;
  padding: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 5px 0 4px 0;
  }
}
.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  color: #111;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: #fff;
  }
  .navbar-toggle .svg-inline--fa {
    color: #af261d;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: #fff;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    border-bottom: 1px solid #f2f2f2;
  }
}

.navbar {
  min-height: auto;
}

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

.navbar-brand img {
  width: auto;
  height: 73px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 75px;
  }
}

.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgb(255, 255, 255);
    border-top: 5px solid #af261d;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 21px 30px 0px;
    font-weight: 400;
    font-size: 17px;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #af261d;
  }
  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: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 17px;
    font-weight: 400;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #333;
    background: #f7f7f7;
  }
}
@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;
    font-weight: 500;
    color: #333 !important;
    font-size: 22px;
    line-height: 27px;
    font-family: "Hanken Grotesk", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 18px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.no-background.bootsnav .btn {
  padding: 9px 17px 9px 17px !important;
  font-size: 17px;
  margin: 16px 10px 0 0px;
  font-weight: 500;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 9px 17px 9px 17px !important;
  font-size: 17px;
  margin: 16px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #af261d;
  color: #af261d;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}

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

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #af261d;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > .mobile-a {
    display: block;
  }
}

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;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 100px;
  margin-top: 1px;
}

@media (max-width: 1120px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0;
  }
}
.nav-back {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****navbar end******/
/*****hero start*********/
.hero {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 87vh;
    padding-bottom: 30px;
  }
}

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

.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
}
@media (max-width: 991px) {
  .hero-bottom {
    bottom: 0;
    padding: 15px 0 20px 0;
  }
}
.hero-bottom h1 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hero-bottom h1 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0;
  }
}
.hero-bottom h2 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 23px;
}
@media (max-width: 768px) {
  .hero-bottom h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.hero-bottom .btn {
  margin: 5px 3px;
  min-width: 200px;
}
@media screen and (max-width: 700px) {
  .hero-bottom .btn {
    min-width: auto;
    padding: 10px 22px 10px 22px;
    font-size: 16px;
  }
}

/***************hero end******/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0 200px 0;
}
@media (max-width: 992px) {
  .cta {
    padding: 60px 0 100px 0;
  }
}
.cta h3 {
  color: #fff;
  padding-top: 20px;
}
.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;
  font-size: 20px;
  padding: 18px 40px 15px 40px;
}
.cta .back {
  background-color: rgba(0, 0, 0, 0.4);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
.page-padd {
  padding: 0 100px;
}
@media only screen and (max-width: 991px) {
  .page-padd {
    padding: 0 0px;
  }
}

.services-left-text {
  padding: 0;
}
.services-left-text .owl-theme .owl-controls {
  text-align: left;
}
.services-left-text .owl-theme .owl-dots .owl-dot.active span, .services-left-text .owl-theme .owl-dots .owl-dot:hover span {
  background: #af261d;
}

.services-left-text .services-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0;
  }
}
.services-left-text .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 240px;
    display: block;
  }
}
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #222;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
.services-left-text h3, .services-left-text p, .services-left-text h5, .services-left-text li {
  color: #fff;
}

.services-left-text .title {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  font-weight: 200;
}

.review-title {
  font-family: "Fjalla One", sans-serif;
}

.services-left-text .svg-inline--fa {
  color: #fff;
  font-size: 30px;
}

/*****************************************************/
.image-before, .image-after {
  height: 570px;
}
@media (max-width: 768px) {
  .image-before, .image-after {
    height: 180px;
  }
}

.before-after .owl-nav {
  position: absolute;
  top: 40%;
  left: -35px;
  right: -35px;
}

.before-after .col-xs-6 {
  padding-left: 2px;
  padding-right: 2px;
}

.before-after .owl-theme .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .before-after .owl-theme .owl-nav [class*=owl-] {
    width: 14px;
  }
}

.before-after .owl-prev {
  float: left;
}

.before-after .owl-next {
  float: right;
}

.before-after .owl-theme .owl-dots .owl-dot.active span, .before-after .owl-theme .owl-dots .owl-dot:hover span {
  background: #af261d;
}

.before-after .owl-theme .owl-dots .owl-dot span {
  width: 27px;
  height: 4px;
  margin: 5px 3px;
}

.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
}

/******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: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 37px;
  font-family: "Hanken Grotesk", sans-serif;
}
@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: rgb(166, 164, 154);
  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 {
  width: 55%;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .tc-footer img {
    height: auto;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 20px;
  }
}
.tc-footer .svg-inline--fa {
  font-size: 15px;
  margin-right: 8px;
  color: #af261d;
}
.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: 7px 0 7px 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: 17px;
  width: 17px;
  padding: 3px;
  border-radius: 50%;
  border: 6px solid #af261d;
  background-color: #af261d;
  color: #eee;
  margin: -5px 8px 0px 0px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .copyright .svg-inline--fa {
    margin: 0px 8px 5px 0px;
  }
}
.copyright .svg-inline--fa:hover {
  background-color: #af261d;
  color: #fff;
  border-radius: 10%;
}

/*****footer end******/
/*********************/
.services-box-img {
  position: relative;
  height: 300px;
  overflow: hidden;
  transform: rotate(180deg);
}
@media (max-width: 750px) {
  .services-box-img {
    height: 250px;
  }
}

.services-box-img img {
  width: 100%;
  height: 300px;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 8px 8px 0 0;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
}
@media (max-width: 750px) {
  .services-box-img img {
    height: 250px;
  }
}

.services-box-img .services-img {
  height: 300px;
  z-index: -1;
  transition: 0.3s ease-in-out;
  border-radius: 8px 8px 0 0;
  transform: rotate(-180deg);
}
@media (max-width: 750px) {
  .services-box-img .services-img {
    height: 250px;
  }
}

.services-content {
  background: #fff;
  padding: 5px 20px 20px 20px;
}
@media (max-width: 991px) {
  .services-content {
    padding: 2px 10px 20px 10px;
  }
}
.services-content h3 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}
.services-content a {
  font-weight: 700;
}

.services-box:hover img {
  transform: scale(1.2) rotate(-185deg);
}

.services-box:hover .btn {
  background-color: #af261d;
}

.services-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc(33% - 25px);
  margin: 15px 10px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1150px) {
  .services-box {
    width: calc(49% - 25px);
  }
}
@media (max-width: 750px) {
  .services-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.services-box .link {
  cursor: pointer;
}

.review-box {
  background-color: #e9f6fc;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: inset 0px 0px 15px rgba(5, 42, 93, 0.3);
}
@media (max-width: 991px) {
  .review-box {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
.review-box h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.review-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 19px;
}
.review-box h4 {
  text-align: right;
  margin-right: 15px;
  font-family: "Fjalla One", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.review-box a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 15px;
}

.review-img {
  height: 300px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .review-img {
    margin-bottom: 15px;
    height: 220px;
  }
}

.b-a-title {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
}

.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .tc-header {
    min-height: 40vh;
  }
}

.tc-header .back {
  background: rgba(0, 0, 0, 0.35);
}

.inner-h {
  font-family: "Fjalla One", sans-serif;
}

.about-img {
  height: 480px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .about-img {
    height: 220px;
  }
}

.inner-cta {
  position: relative;
  padding: 40px 0 30px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af261d+1,871e16+100 */
  background: radial-gradient(ellipse at center, #af261d 1%, #871e16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.inner-cta h3, .inner-cta p {
  color: #fff;
}
.inner-cta .btn {
  border: 2px solid #fff;
  margin-top: 0;
}

input[type=file] {
  border: none;
  outline: none;
}

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

select {
  width: 100%;
  padding: 11px 9px;
  border: 1px solid #f2f2f2;
  background-color: #f7f7f7;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  font-size: 15px;
  color: #333;
  height: 58px;
}

::-moz-placeholder {
  font-size: 15px;
  color: #333;
}

::placeholder {
  font-size: 15px;
  color: #333;
}

/********** 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;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .team-img {
    height: 300px;
  }
}

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

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

.team-job-desc {
  font-family: "Fjalla One", 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: 21px;
  height: 21px;
  padding: 9px;
  border: 1px solid #af261d;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #af261d;
}

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

/********* TEAM PAGE END *******/
#accordion .panel {
  border: none;
  border-top: 1px solid #e8e8e8;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
}

#accordion .panel:last-child {
  border-bottom: 1px solid #e8e8e8;
}

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

#accordion .panel-title a {
  display: block;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  background-color: transparent;
  padding: 15px 20px 15px 47px;
  position: relative;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a:before {
  font: var(--fa-font-solid);
  content: "\f068";
  font-weight: 900;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 28px;
  border-radius: 50%;
  background: #af261d;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  transition: all 0.3s ease 0s;
}

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

#accordion .panel-body {
  font-size: 15px;
  color: #635858;
  line-height: 25px;
  border: none;
  padding: 5px 20px 14px 47px;
}

.reviews-page .reviews-box {
  border: 1px solid #ddd;
  padding: 30px;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}
.reviews-page .reviews-box .inner-h {
  margin-bottom: 20px;
  color: #af261d;
}
.reviews-page .reviews-box .review-img {
  background-color: #fff;
  padding: 11px;
  position: absolute;
  top: -22px;
  right: 30px;
  height: 28px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box .review-img {
    right: 20px;
  }
}
.reviews-page .reviews-box img {
  width: auto;
  height: 28px;
  opacity: 0.8;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box img {
    height: 20px;
  }
}
.reviews-page .reviews-box h4 {
  margin: 30px 0px 10px 0;
  text-align: right;
  margin-right: 20px;
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box h4 {
    margin-right: 0;
  }
}

.pagination {
  margin-top: 70px;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 1px 12px 0 12px;
  margin-left: -1px;
  line-height: 2;
  color: #af261d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.services-detail-page iframe {
  height: 450px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .services-detail-page iframe {
    height: 220px;
  }
}

.services-video iframe {
  height: 320px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .services-video iframe {
    height: 220px;
  }
}

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

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

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

.before-after {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .before-after {
    padding-bottom: 60px;
  }
}
.before-after .b-a-content img {
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 668px) {
  .before-after .b-a-content img {
    height: 230px;
  }
}
.before-after .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 {
    top: 18%;
    left: -4.5%;
    right: -4.5%;
    width: 109%;
  }
}
.before-after .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-] {
    width: 14px;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.before-after .owl-prev {
  float: left;
}
.before-after .owl-next {
  float: right;
}

.b-a {
  margin: 0 5px;
}
.b-a .title-p {
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .b-a .title-p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
}

.b-a .b-a-content {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.b-a .inner-h {
  margin: -5px 0 40px 0;
  text-transform: uppercase;
  color: #af261d;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 1px;
}

.videos-page iframe {
  height: 330px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 558px) {
  .videos-page iframe {
    height: 220px;
  }
}

.videos-page .inner-h {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  min-height: 56px;
}
@media screen and (max-width: 768px) {
  .videos-page .inner-h {
    line-height: auto;
  }
}

.faq-page .inner-h {
  margin: 25px auto;
  text-align: center;
  color: #af261d;
}

.blog-page .services-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc(49% - 25px);
  margin: 15px 10px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1150px) {
  .blog-page .services-box {
    width: calc(49% - 25px);
  }
}
@media (max-width: 750px) {
  .blog-page .services-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.blog-page .services-content h3 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: inherit;
  font-size: 23px;
  line-height: 27px;
  min-height: 81px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .blog-page .services-content h3 {
    min-height: auto;
  }
}/*# sourceMappingURL=style.css.map */