@charset "UTF-8";
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: #111;
}

img {
  width: 100%;
}

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

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: 768px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  position: relative;
  white-space: nowrap;
  outline: none;
  color: #333;
  background-color: #9bcc4b;
  border: 3px solid #9bcc4b;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
@media (max-width: 20px) {
  .btn {
    padding: 12px 45px;
  }
}

.btn:hover {
  border-radius: 35px;
}

.little-h {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #9bcc4b;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 3px;
  }
}

.title-h {
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  margin-bottom: 25px;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 42px;
    line-height: 48px;
  }
}

.title-p {
  color: #333;
  font-size: 26px;
  font-family: "Cairo", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
}

.inner-h {
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 30px;
    line-height: 36px;
  }
}

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

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

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

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

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

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

.navbar-brand {
  padding: 8px 2px 2px 5px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 7px 0px 0px 0px;
  }
}

.navbar-brand img {
  width: auto;
  height: 70px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 70px;
  }
}

.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: #222 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Cairo", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 4px solid #58585a;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 12px 21px 8px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #9bcc4b;
    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: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 7px 25px 7px;
    font-weight: 400;
    font-size: 16px;
    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: #9bcc4b;
  }
  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: 6px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #9bcc4b;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 18px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #58585a !important;
  background-color: transparent !important;
  border: 2px solid #58585a;
  padding: 10px 20px;
}

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

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #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;
}

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

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #9bcc4b;
}

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

@media (max-width: 1150px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 70px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
/**************************/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 100vh;
}
@media (max-width: 991px) {
  .slider #owlCarousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item {
    height: 88vh;
  }
}

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 991px) {
  .slider {
    height: 88vh;
  }
}
.slider .slide-back {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.slider h1, .slider h2 {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.slider .btn {
  margin: 10px 5px;
  min-width: 220px;
}
@media (max-width: 991px) {
  .slider .btn {
    margin: 3px 3px;
    min-width: 180px;
    padding: 11px 20px;
  }
}

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.slider .owl-item-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .slider .owl-item-bg {
    height: 88vh;
  }
}

.slide-content {
  padding: 38vh 30px 0 30px;
}
@media (max-width: 500px) {
  .slide-content {
    padding: 28vh 20px 0 20px;
  }
}

.slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
}
@media (max-width: 768px) {
  .slider .owl-nav {
    left: 2px;
    right: 2px;
  }
}
.slider .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) {
  .slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 12px;
  }
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.slider .owl-prev {
  float: left;
}
.slider .owl-next {
  float: right;
}

.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh;
}
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}

.arrow {
  width: 60px;
  height: 82px;
  position: sticky; /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999;
}

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s;
}

.arrow path.a2 {
  animation-delay: -0.5s;
}

.arrow path.a3 {
  animation-delay: 0s;
}

/*****************************************/
/******** 

.services-index {
    padding: 100px 0;
    @media (max-width: 992px) {
        padding: 60px 0;
    }
    .rev-up .btn {
        margin: 30px 4px 10px 4px;
        @media (max-width: 992px) {
            margin-bottom: 50px;
            font-size: 15px;
        }
    }
    .doc-padd {
        padding-left: 9px;
        padding-right: 9px;
        @media (max-width: 991px) {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    .review-box1 {
        margin-top: 30px;
        height: 440px;
        @media (max-width: 992px) {
            height: 240px;
            margin-top: 15px;
        }
    }
    .review-box1 h4 {
        background: rgba(13, 13, 13, 0.9);
        font-family: $font-third;
        text-transform: uppercase;
        padding: 20px 15px;
        color: #fff;
        font-size: 34px;
        margin-top: 0;
        margin-bottom: 15px;
        letter-spacing: 1px;
        text-shadow: 0px 0px 4px rgba(0,0,0,.6);
        @media (max-width: 991px)  {
            font-size: 19px;
            padding: 15px 15px;
        }
    }
}
.rev-text {
  position: relative;
  overflow: hidden;
}
.rev-text * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.rev-text .rev-up {
    position: absolute;
    top: calc(80%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    padding: 0px 65px;
    text-align: center;
    @media (max-width: 991px) {
        top: calc(65%);
        padding: 0px 15px;
    }
}
.rev-text .rev-up:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
}

.rev-text:hover .rev-up,
.rev-text.hover .rev-up {
  top: 0px;
  padding-top: 100px;
  @media (max-width: 768px)  {
    padding-top: 60px;
  }
}
.rev-text:hover .rev-up {
    background-color: rgba(26, 26, 26, .8);
}
.rev-text:hover .rev-up h4 {
    background: transparent;
}

.services-btn {
    margin: 20px 5px;
    min-width: 220px;
    @media (max-width: 768px) {
        margin: 5px;
    }
 *****/
.large-p {
  font-size: 20px;
  line-height: 30px;
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 180px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}
.cta h4 {
  text-shadow: 0px 0px 84px rgba(0, 0, 0, 0.6);
}
.cta .back {
  background-color: rgba(52, 52, 52, 0.25);
}
.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%;
    }
  }
}
.color-cta {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9bcc4b+0,555555+100 */
  background: radial-gradient(ellipse at center, #444444 30%, #222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.color-cta .title-h {
  color: #fff;
}

/******** cta end ********/
.index-image {
  height: 550px;
}
@media (max-width: 600px) {
  .index-image {
    height: 220px;
  }
}

.row-btn .btn {
  margin: 15px 5px;
  min-width: 200px;
}
@media (max-width: 800px) {
  .row-btn .btn {
    margin: 4px 5px;
  }
}

/*********** before-after slider start *********/
.page-wrap {
  padding: 0px 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

#home-slider {
  height: 70vh;
  width: 80vw;
  position: relative;
}
@media screen and (min-width: 1500px) {
  #home-slider {
    height: 70vh;
    width: 60vw;
  }
}
@media screen and (max-width: 1030px) {
  #home-slider {
    height: 240px;
    width: 100vw;
  }
}

.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/before5.jpg);
}

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

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

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

.swiper-image-five {
  background-image: url(../images/before.jpg);
}

.swiper-image-six {
  background-image: url(../images/after.jpg);
}

.swiper-image-seven {
  background-image: url(../images/before6.jpg);
}

.swiper-image-eight {
  background-image: url(../images/after6.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: "Oswald", 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: #9bcc4b;
  opacity: 0.6;
}

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

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

/***********************************************/
.indor-inner-box1 {
  color: #fff;
  margin: 0 100px;
  text-align: center;
}
@media (max-width: 1050px) {
  .indor-inner-box1 {
    margin: 0 100px;
  }
}
@media (max-width: 600px) {
  .indor-inner-box1 {
    margin: 0 20px;
  }
}

.indor-inner-box2 {
  color: #272727;
  margin: 0 100px;
  text-align: center;
}
@media (max-width: 1050px) {
  .indor-inner-box2 {
    margin: 0 100px;
  }
}
@media (max-width: 600px) {
  .indor-inner-box2 {
    margin: 0 20px;
  }
}

.indor-inner-box2 h3,
.indor-inner-box1 h3 {
  letter-spacing: 6px;
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .indor-inner-box2 h3,
  .indor-inner-box1 h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .indor-inner-box2 h3,
  .indor-inner-box1 h3 {
    padding-bottom: 30px;
    letter-spacing: 3px;
  }
}

.indor-inner2,
.indor-inner {
  display: inline-block;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .indor-inner2,
  .indor-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.indor-inner {
  background-color: #58585a;
}

.indor-inner2 {
  background-color: #f5f5f5;
}

.img-services {
  height: 350px;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .img-services {
    height: 250px;
    margin-bottom: 20px;
  }
}

.no-padding {
  padding: 0;
}

.indor-inner-box2 p,
.indor-inner-box1 p {
  text-transform: uppercase;
  margin: 5px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 28px;
}

/*********** before-after slider end *********/
.partner-box {
  border-radius: 4px;
  border: 1px solid #eee;
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 0px 7px;
  position: relative;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .partner-box {
    width: calc(49% - 20px);
    padding: 10px 20px;
  }
}
.partner-box .partner-logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(80%);
  height: 150px;
}
@media (max-width: 991px) {
  .partner-box .partner-logo {
    height: 120px;
  }
}

.partner-box:hover {
  border: 1px solid #9bcc4b;
}

.partner-box:hover .partner-logo {
  filter: grayscale(20%);
}

/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 20px;
  }
}
.tc-footer .footer-a a, .tc-footer p {
  color: #222;
  font-size: 21px;
  font-weight: 400;
  line-height: 39px;
}
@media (max-width: 991px) {
  .tc-footer .footer-a a, .tc-footer p {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer .footer-a a:hover {
  color: #58585a;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-align {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-align {
    text-align: left;
  }
}
.tc-footer .footer-logo {
  margin: 20px 0 10px 0;
  width: 100%;
  filter: drop-shadow(1px 1px 1px #222);
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 80%;
  }
}
.tc-footer .footer-padding {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padding {
    margin-bottom: 15px;
  }
}
.tc-footer .footer-padd {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padd {
    padding-left: 15px;
  }
}
.tc-footer .svg-inline--fa {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  color: #333;
  width: 20px;
  height: 20px;
  padding: 7px;
  border: 3px solid #9bcc4b;
  background-color: #9bcc4b;
  border-radius: 50%;
  margin: 10px 4px 0px 4px;
  font-size: 10px;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  border-radius: 4px;
}
.tc-footer .back {
  background: rgba(204, 204, 204, 0.69);
}

.footer-copyright {
  padding: 20px 0 10px 0;
}
.footer-copyright p {
  color: #222;
  font-size: 15px;
  font-weight: 400;
}
.footer-copyright a {
  color: #222;
}

/*****tc-footer end******/
#wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

#wrapper-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 90vh;
  z-index: 5;
}
@media (max-width: 990px) {
  #wrapper-inner {
    display: none;
  }
}

#scroll-down {
  display: block;
  position: relative;
  padding-top: 24px;
  text-align: center;
}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 18px;
}

.arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  behavior: url(-ms-transform.htc);
  transform: rotate(135deg);
}

#scroll-down::before {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 1px;
  width: 2px;
  height: 34px;
  background: #fff;
  content: " ";
}
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}
/********************/
.b-a-slider {
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .b-a-slider {
    margin-bottom: 15px;
  }
}

.twentytwenty-container {
  height: 560px !important;
}
@media (max-width: 1199px) {
  .twentytwenty-container {
    height: 360px !important;
  }
}
@media (max-width: 550px) {
  .twentytwenty-container {
    height: 200px !important;
  }
}

.b-a {
  overflow: hidden;
  margin: 0 0px;
}
.b-a .inner-h {
  margin-top: 5px;
}
.b-a p {
  margin-bottom: 3px;
}

.before-after .b-a-content img {
  max-width: 100%;
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 1199px) {
  .before-after .b-a-content img {
    height: 360px;
  }
}
@media (max-width: 550px) {
  .before-after .b-a-content img {
    height: 200px;
  }
}
.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 .b-a-content {
  padding: 0 0 10px 0;
  position: relative;
}

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

.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .tc-header {
    min-height: 35vh;
  }
}

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

/*********************/
.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;
  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;
  transform: rotate(-180deg);
}
@media (max-width: 750px) {
  .services-box-img .services-img {
    height: 250px;
  }
}

.services-content {
  background: #fff;
  padding: 5px 20px 0px 20px;
  min-height: 160px;
}
@media (max-width: 991px) {
  .services-content {
    padding: 2px 10px 20px 10px;
    min-height: auto;
  }
}
.services-content h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 400;
  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: #58585a;
}

.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;
}
@media (max-width: 1150px) {
  .services-box {
    width: calc(49% - 25px);
  }
}
@media (max-width: 750px) {
  .services-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.pagination {
  margin-top: 50px;
}

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

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

.services-box:hover a {
  letter-spacing: 2px;
}

/********REVIEW PAGE***********/
.reviews-box {
  overflow: hidden;
  padding: 50px 20px 20px 30px;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}
@media screen and (max-width: 550px) {
  .reviews-box {
    padding: 30px 15px 20px 20px;
  }
}

.reviews-page blockquote {
  font-size: 18px;
  quotes: "“" "”";
  padding: 0 25px 25px 25px;
  margin: 0 0 10px;
  border-left: none !important;
}
@media screen and (max-width: 991px) {
  .reviews-page blockquote {
    border-left: none !important;
    padding: 20px 20px 5px 15px;
  }
}

.reviews-page blockquote:before, blockquote:after {
  color: #9bcc4b;
  opacity: 0.4;
  content: open-quote;
  font-size: 45px;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

.reviews-page blockquote:before {
  content: open-quote;
  margin: 15px 0 0 -20px;
}

.reviews-page blockquote:after {
  float: right;
  content: close-quote;
  margin-top: 15px;
}

.reviews-page .name {
  margin-right: 20px;
  margin-top: 35px;
}

.reviews-page .company-name {
  font-weight: 400;
  color: #9bcc4b;
  opacity: 0.7;
  font-size: 18px;
  font-style: italic;
  font-family: "Cairo", sans-serif;
  margin-top: 20px;
}

.reviews-page .reviews-box h4 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  color: #9bcc4b;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  .reviews-page .reviews-box h4 {
    margin-left: 15px;
  }
}

.reviews-page .reviews-box h5 {
  font-weight: 400;
  margin: 15px 0 15px 0;
  font-size: 26px;
  text-transform: uppercase;
}

/********REVIEW PAGE***********/
input, textarea {
  width: 100%;
  min-height: 55px;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  font-family: "Cairo", sans-serif;
  color: #333;
  background-color: #f6f6f6;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  input, textarea {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

select {
  width: 100%;
  height: 62px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Cairo", sans-serif;
  color: #333;
  background-color: #f6f6f6;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  select {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

::-moz-placeholder {
  font-size: 17px;
  font-family: "Cairo", sans-serif;
  color: #333;
}

::placeholder {
  font-size: 17px;
  font-family: "Cairo", sans-serif;
  color: #333;
}

.contact-page ul {
  list-style: none;
  padding: 20px 0;
}
.contact-page li {
  margin-bottom: 30px;
}
.contact-page .contact-icon {
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #9bcc4b;
  border-radius: 50%;
  color: #333;
}
@media (max-width: 500px) {
  .contact-page .contact-icon {
    width: 39px;
    height: 39px;
  }
}
.contact-page a {
  display: block;
  color: #333;
}
.contact-page a:hover {
  color: #9bcc4b;
}
.contact-page p {
  margin-bottom: 0;
}
.contact-page .svg-inline--fa {
  color: #58585a;
  font-size: 20px;
}
@media (max-width: 500px) {
  .contact-page .svg-inline--fa {
    font-size: 15px;
  }
}
.contact-page .btn {
  margin-top: 15px;
}

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

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

.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: 220px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

#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: 16px;
  font-weight: bold;
  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: transparent;
  font-size: 16px;
  color: #9bcc4b;
  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;
}

.blog-page .services-content h3 {
  font-size: 26px;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
}

.blog-image {
  height: 460px;
}
@media screen and (max-width: 660px) {
  .blog-image {
    height: 230px;
  }
}

.inner-div {
  height: 125px;
  background-color: #58585a;
}
@media screen and (max-width: 768px) {
  .inner-div {
    height: 113px;
  }
}

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

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

.team-img {
  height: 500px;
  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: "Oswald", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 32px;
  margin-top: 0;
  text-transform: uppercase;
}

.team-name {
  color: #888;
  font-weight: 300;
  font-size: 16px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif;
}

.team-info .btn {
  padding: 11px 26px;
  font-size: 19px;
  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: 20px;
  height: 20px;
  padding: 9px;
  border: 1px solid #9bcc4b;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #9bcc4b;
}

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

/********* TEAM PAGE END *******/
.what-wo-do-img {
  height: 450px;
}
@media (max-width: 768px) {
  .what-wo-do-img {
    height: 250px;
  }
}

.what-padd {
  height: 60px;
}
@media (max-width: 768px) {
  .what-padd {
    height: 0px;
  }
}/*# sourceMappingURL=style.css.map */