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

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px;
}

img {
  width: 100%;
}

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

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

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

p {
  color: #333;
}

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

.btn {
  color: #fff;
  background-color: #af1d37;
  border: 2px solid #af1d37;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 12px 45px 10px 45px;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}
@media (max-width: 1051px) {
  .btn {
    padding: 12px 35px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
}

.title-h {
  font-size: 46px;
  color: #333;
  font-weight: 400;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 33px;
    line-height: 38px;
  }
}

.little-h {
  display: block;
  color: #af1d37;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}
@media (max-width: 768px) {
  .little-h {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
  }
}

.litle-h {
  position: relative;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  color: #af1d37;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #404040;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 18px;
    line-height: 24px;
  }
}

.sep {
  content: "";
  height: 2px;
  width: 160px;
  margin: 15px 0;
  background: #af1d37;
}

.sep-middle {
  content: "";
  height: 2px;
  width: 160px;
  background: #af1d37;
  margin: 15px auto;
}

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

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

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

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

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

/*****navbar start******/
.top-bar {
  text-transform: uppercase;
  background-color: #222;
}
@media (max-width: 991px) {
  .top-bar {
    background-color: #222;
  }
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0;
  }
}
.top-bar a:hover {
  color: #af1d37;
}
.top-bar .top-text {
  display: inline-block;
}

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

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

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

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

.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: #333 !important;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 22px;
    text-transform: uppercase;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Montserrat", 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 (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav > .mobile-inline {
    display: inline-block !important;
    margin-right: 20px;
    color: #af1d37 !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 #af1d37;
    margin-top: 0px;
    width: 240px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-transform: uppercase;
    padding: 19px 12px 20px 8px;
    font-weight: 500;
    font-size: 16px;
    color: #af1d37;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 10px 20px 10px;
    font-weight: 400;
    font-size: 17px;
    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: #af1d37;
  }
  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: 8px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 17px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #af1d37;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 18px;
  text-transform: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 9px 22px;
  margin-right: 13px;
  font-weight: 500;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #af1d37 !important;
  background-color: transparent !important;
  border: 2px solid #af1d37;
}

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

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

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

@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: #333;
    line-height: 30px;
  }
  #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;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

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

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0;
  }
}
/*****navbar end******/
/*****video start****/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    min-height: 65vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.3);
}

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.hero .video-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.video-content {
  margin-top: 45vh;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .video-content {
    margin-top: 23vh;
    width: 100%;
  }
}

.video-content h1 {
  text-shadow: 2px 0px 10px #000;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 2px;
}

.video-content h2 {
  text-shadow: 2px 0px 10px #000;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.video-content .btn {
  background-color: #af1d37;
  border: 2px solid #af1d37;
  border-radius: 4px;
  margin: 12px 5px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .video-content .btn {
    margin: 2px;
  }
}

.video-content .btn:hover {
  color: #fff;
  background-color: #af1d37;
  border: 2px solid #af1d37;
}

@media screen and (max-width: 768px) {
  .video-content h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .video-content h2 {
    font-size: 18px;
  }
  .video-content .btn {
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0px;
  }
}
/***************hero end******/
.middle {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -khtml-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 5px;
  border: 20px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
}
@media (max-width: 991px) {
  .middle {
    border: 12px solid rgba(255, 255, 255, 0.5);
    bottom: 120px;
    left: 75%;
    margin-top: 0px;
  }
}
.middle h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #af1d37;
}
@media (max-width: 991px) {
  .middle h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.middle .midle-box {
  text-align: center;
  height: 135px;
  padding-top: 18px;
  width: 135px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .middle .midle-box {
    height: 100px;
    padding-top: 18px;
    width: 100px;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.about-left-text {
  padding: 0;
  position: relative;
}

.about-left-text .about-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img {
    margin-left: 0;
  }
}

.about-left-text .about-text {
  padding: 150px 150px 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #222;
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-text {
    margin-right: 0;
    margin-left: 0;
    padding: 70px 15px;
    width: 100%;
  }
}
.about-left-text .about-text h2, .about-left-text .about-text h3, .about-left-text .about-text h4, .about-left-text .about-text p {
  color: #fff;
}

.about-left-text .about-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img2 {
    height: 240px;
    display: block;
  }
}

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

.services .services-img {
  height: 290px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 766px) {
  .services .services-img {
    height: 250px;
  }
}
.services .services-box {
  overflow: hidden;
  position: relative;
  margin: 10px 1px 20px 1px;
  box-shadow: 2px 3px 20px -9px rgba(0, 0, 0, 0.25);
}
.services .services-box h3 {
  color: #222;
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 766px) {
  .services .services-box h3 {
    min-height: auto;
  }
}
.services .services-box p {
  font-size: 16px;
  line-height: 19px;
  color: #777;
  font-weight: 300;
}
.services .services-box:hover .services-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}
.services .services-box:hover h3 {
  color: #af1d37;
}
.services .services-text {
  padding: 10px 15px 5px 15px;
  overflow: hidden;
  z-index: 2;
  min-height: 140px;
}
.services .owl-nav {
  position: absolute;
  top: 43%;
  left: -35px;
  right: -35px;
}
@media (max-width: 768px) {
  .services .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.services .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 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.services .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.services .owl-prev {
  float: left;
}
.services .owl-next {
  float: right;
}
.services .owl-theme .owl-dots .owl-dot.active span, .services .owl-theme .owl-dots .owl-dot:hover span {
  background: #af1d37;
}

/********* services end *********/
/************cta start*********/
.cta {
  background-position: bottom;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cta {
    padding: 100px 0;
  }
}
.cta .back {
  background-color: rgba(26, 26, 26, 0.5);
}
.cta .title-h {
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
.cta p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .cta p {
    font-size: 18px;
  }
}

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

.intro-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  margin: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .intro-img {
    height: 100px;
    margin: 10px;
  }
}

/**************************/
.join {
  padding-top: 100px;
}

.services-left-text {
  overflow: hidden;
  padding: 0;
}
.services-left-text h3, .services-left-text p {
  color: #fff;
}

.services-left-text .services-imge {
  margin-left: 50%;
}

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

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block;
  }
}
.services-left-text .services-texte {
  padding: 100px 80px;
  margin-right: 50%;
  background-color: rgba(0, 43, 51, 0.99);
  margin-left: -100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-texte {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 25px;
    width: 100%;
  }
}
/*********** testimonials start *********/
.testimonials {
  position: relative;
}
.testimonials .back {
  background: rgba(242, 242, 242, 0.92);
}

.testimonial .description {
  padding: 30px 0;
  margin-bottom: 30px;
  font-size: 22px;
  color: #333;
  line-height: 38px;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 30px 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.testimonial .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #af1d37;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 10px;
  }
}

.testimonial h5 {
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial h5 {
    margin-bottom: 10px;
  }
}

.testimonial .svg-inline--fa {
  color: #af1d37;
  opacity: 0.2;
  margin-right: 15px;
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  .testimonial .svg-inline--fa {
    font-size: 30px;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #222 !important;
}

.video-content .btn {
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 14px;
  line-height: 17px;
}

.video-content span {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
}

/************ testimonials end ************/
/*****tc- footer start******/
.tc-footer {
  background-position: bottom;
  position: relative;
  padding: 80px 0 45px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 30px 0 25px 0;
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(0, 0, 0, 0.85);
}
.tc-footer a, .tc-footer li {
  color: #bfbfbf;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 25px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a, .tc-footer li {
    font-size: 14px;
  }
}
.tc-footer a:hover {
  color: #fff;
}
.tc-footer img {
  margin-top: 0px;
  width: 95%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .tc-footer img {
    height: auto;
    width: 70%;
    margin: 20px 0;
  }
}
.tc-footer h4 {
  color: #fff;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 25px;
}
.tc-footer .svg-inline--fa {
  height: 38px;
  width: 38px;
  padding: 8px;
  border-radius: 50%;
  background-color: #af1d37;
  border: 2px solid #af1d37;
  color: #fff;
  margin: 0px 6px;
}
@media only screen and (max-width: 768px) {
  .tc-footer .svg-inline--fa {
    margin: 0px 8px 5px 0px;
  }
}
.tc-footer .svg-inline--fa:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.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: 10px 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;
}

/*****tc-footer end******/
#button {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  right: 30px;
  font-size: 18px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  color: #fff;
  cursor: pointer;
  background: #af1d37;
}
@media only screen and (max-width: 990px) {
  #button {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    right: 10px;
    font-size: 13px;
    border-radius: 50%;
    position: fixed;
    bottom: 18px;
  }
}

#button .svg-inline--fa {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  vertical-align: middle;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 5;
}
@media (max-width: 990px) {
  .container2 {
    display: none;
  }
}

.chevron {
  position: absolute;
  width: 4.5rem;
  height: 0.28rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
/*********** before-after slider start *********/
.page {
  padding: 0 70px;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .page {
    padding: 0 0px;
  }
}

.page-wrap {
  padding: 0px 70px 110px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 1090px) {
  .page-wrap {
    padding: 0px 0px 50px 0px;
  }
}

#home-slider {
  height: 500px;
  width: 80vw;
  position: relative;
}
@media screen and (min-width: 1500px) {
  #home-slider {
    height: 500px;
    width: 80vw;
  }
}
@media screen and (max-width: 1030px) {
  #home-slider {
    height: 250px;
    width: 97vw;
  }
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.swiper-image {
  width: 50%;
  height: 100%;
  margin: 8px;
}
@media (max-width: 768px) {
  .swiper-image {
    margin: 1px;
  }
}

.swiper-image-one {
  background-image: url(../images/b2.jpg);
}

.swiper-image-two {
  background-image: url(../images/a2.jpg);
}

.swiper-image-three {
  background-image: url(../images/b1.jpg);
}

.swiper-image-four {
  background-image: url(../images/a1.jpg);
}

.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;
}

.swiper-image-inner.swiper-image-left, .swiper-image-inner.swiper-image-right {
  padding: 30px 30px;
}
@media (max-width: 991px) {
  .swiper-image-inner.swiper-image-left, .swiper-image-inner.swiper-image-right {
    padding: 20px 20px;
  }
}

.page-wrap h1 {
  font-size: 33px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  align-self: flex-start;
  margin: 0 0 auto 0;
  margin-bottom: auto;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .page-wrap h1 {
    font-size: 20px;
  }
}

.swiper-slide.swiper-slide-active h1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .swiper-slide {
    height: 100%;
  }
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #ccc;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #af1d37;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 0.6;
  background: #af1d37;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

/*********** before-after slider end *********/
.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 550px) {
  .tc-header {
    background-position: top;
  }
}

.tc-header .back {
  background: rgba(13, 13, 13, 0.5);
}

.about-page-img {
  height: 350px;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .about-page-img {
    height: 200px;
  }
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  border: 1px solid #eee;
  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: 380px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}

.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: "Montserrat", sans-serif;
  font-weight: 500;
  color: #222;
  font-size: 24px;
  margin-top: 0;
}

.team-name {
  color: #af1d37;
  font-weight: 400;
  font-size: 15px;
  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 #af1d37;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #af1d37;
}

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

/********* TEAM PAGE END *******/
.video-page iframe {
  height: 320px;
  width: 100%;
  background-color: #eee;
}
@media (max-width: 768px) {
  .video-page iframe {
    height: 240px;
  }
}

.video-h {
  margin-top: 5px;
  font-size: 20px;
  line-height: 27px;
  min-height: 55px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .video-h {
    min-height: auto;
  }
}

.review-box {
  background-color: #f9f9f9;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .review-box {
    padding: 30px 20px;
    margin-bottom: 15px;
  }
}
.review-box h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #af1d37;
}
.review-box h4 {
  text-align: right;
  margin: 30px 30px 0 0;
  color: #222;
}
@media screen and (max-width: 768px) {
  .review-box h4 {
    margin: 30px 0px 0 0;
  }
}

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

.pagination {
  margin-top: 30px;
}

.inner-h {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

input, textarea {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 15px;
  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;
  text-transform: uppercase;
  font-size: 12px;
  height: 50px;
  letter-spacing: 1px;
  color: #333;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.contact-page .contact-row a {
  color: #333;
}
.contact-page .contact-row a:hover {
  color: #af1d37;
}
.contact-page .inner-h {
  color: #af1d37;
}

/********* BLOG PAGE START *******/
.blog-page .blog-box {
  overflow: hidden;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.17);
  margin: 0 10px 30px 10px;
}
.blog-page .blog-box h4 {
  color: #af1d37;
}
.blog-page .blog-box .btn {
  padding: 12px 25px;
  font-size: 14px;
}
.blog-page .blog-box:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.blog-page .blog-text {
  padding: 30px;
}
@media (max-width: 991px) {
  .blog-page .blog-text {
    padding: 20px 20px 30px 20px;
  }
}
.blog-page .blog-img {
  height: 295px;
}
@media (max-width: 991px) {
  .blog-page .blog-img {
    height: 200px;
  }
}
.blog-page .inner-h {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-page .inner-h {
    margin-bottom: 10px;
  }
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-color: #af1d37;
}

.blog-detail-page .blog-main img {
  margin-bottom: 10px;
}
.blog-detail-page .blog-main .svg-inline--fa {
  margin-right: 8px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .blog-detail-page .blog-main .svg-inline--fa {
    font-size: 18px;
  }
}
.blog-detail-page .blog-main h4, .blog-detail-page .blog-main h5 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #af1d37;
}
@media (max-width: 991px) {
  .blog-detail-page .blog-main h4, .blog-detail-page .blog-main h5 {
    font-size: 15px;
  }
}
.blog-detail-page .blog-main hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.blog-detail-page .blog-main .blog-right {
  text-align: right;
}
.blog-detail-page .blog-main h2 {
  font-family: "Montserrat", sans-serif;
}

.sidebar {
  margin-bottom: 30px;
  padding: 20px 20px 40px 20px;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 20px;
  }
}
.sidebar input, .sidebar textarea {
  background-color: #fff;
}
.sidebar .recent-blog {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.sidebar .svg-inline--fa {
  margin-right: 7px;
}
.sidebar .sidebar-img {
  height: 100px;
}
.sidebar .sidebar-box {
  position: relative;
  margin-bottom: 20px;
}
.sidebar h6 {
  color: #333;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .sidebar h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.sidebar .blog-padd {
  padding-left: 0;
}
.sidebar .sidebar-box:hover h6 {
  color: #af1d37;
}

/********* BLOG PAGE END *******/
.services-page .services-box {
  width: calc(49% - 20px);
  margin: 15px 7px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 650px) {
  .services-page .services-box {
    width: calc(100% - 0px);
    margin: 7px 0px;
  }
}

.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) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.video-gallery-services iframe {
  height: 470px;
  width: 100%;
  background-color: #eee;
}
@media screen and (max-width: 500px) {
  .video-gallery-services iframe {
    height: 200px;
  }
}

.before-gallery-img {
  position: relative;
  height: 350px;
  width: calc(49% - 20px);
  margin: 7px 7px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .before-gallery-img {
    height: 210px;
    width: calc(49% - 10px);
    margin: 4px 3px;
  }
}
.before-gallery-img .inner-h {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0;
  font-size: 19px;
}
@media screen and (max-width: 600px) {
  .before-gallery-img .inner-h {
    position: absolute;
    bottom: 10px;
    left: 15px;
    background-color: #fff;
    padding: 5px 10px;
    margin: 0;
    font-size: 15px;
  }
}

.after-gallery-img {
  position: relative;
  height: 350px;
  width: calc(49% - 20px);
  margin: 7px 7px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .after-gallery-img {
    height: 210px;
    width: calc(49% - 10px);
    margin: 4px 3px;
  }
}
.after-gallery-img .inner-h {
  position: absolute;
  bottom: 15px;
  right: 20px;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0;
  font-size: 19px;
}
@media screen and (max-width: 600px) {
  .after-gallery-img .inner-h {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: #fff;
    padding: 5px 10px;
    margin: 0;
    font-size: 15px;
  }
}

.before-after, .gallery-page {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .before-after, .gallery-page {
    padding-bottom: 60px;
  }
}
.before-after .b-a-content img, .gallery-page .b-a-content img {
  height: 363px;
}
@media (max-width: 768px) {
  .before-after .b-a-content img, .gallery-page .b-a-content img {
    height: 230px;
  }
}
.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: 0.7;
}
.before-after .owl-prev, .gallery-page .owl-prev {
  float: left;
}
.before-after .owl-next, .gallery-page .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: 35px;
  position: relative;
}

.gallery-page h3 {
  margin-top: 5px;
  text-transform: uppercase;
  min-height: 53px;
}
@media (max-width: 768px) {
  .gallery-page h3 {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.gallery-page .b-a {
  margin-bottom: 20px;
}
.gallery-page .b-a .b-a-content {
  margin-bottom: 10px;
}
.gallery-page .b-a-slider p {
  color: #af1d37;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */