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

body {
  font-family: "Red Hat Display", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 26px;
}

img {
  width: 100%;
}

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

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

.little-h {
  color: #26894a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .little-h {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
  }
}

.title-h {
  color: #222;
  font-size: 68px;
  line-height: 74px;
  font-weight: 500;
  margin-top: 15px;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .title-h {
    font-size: 40px;
    line-height: 40px;
  }
}

.title-p {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 768px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.inner-h {
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .inner-h {
    font-size: 30px;
    line-height: 36px;
  }
}

.btn {
  background-color: #26894a;
  padding: 14px 35px;
  font-size: 23px;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 1px;
  border: 2px solid #26894a;
  font-family: "Rajdhani", sans-serif;
  margin: 15px 0;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 500px) {
  .btn {
    font-size: 19px;
    padding: 13px 25px;
  }
}

.btn:hover, .btn-white:hover {
  color: #fff;
  background-color: #26894a;
  border-color: #26894a;
  border-radius: 5px;
}

.btn:focus, .btn-white:hover {
  color: #fff;
  background-color: #26894a;
  border-color: #26894a;
}

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

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #26894a;
  border-color: #26894a;
}

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

.btn:focus {
  box-shadow: none;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.btn-nav1 {
  color: #fff !important;
  background-color: #26894a !important;
  padding: 9px 17px !important;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #26894a;
  font-family: "Rajdhani", sans-serif;
}

.btn-nav1:hover {
  background-color: #26894a !important;
  border: 2px solid #26894a;
}

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

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

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

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

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

/******navbar start*******/
.top-bar {
  background-color: #26894a;
}
.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: 15px;
    line-height: 17px;
    letter-spacing: 0px;
  }
}
.top-bar a:hover {
  color: #222;
}
.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: 12px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}

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

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

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

.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: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-family: "Rajdhani", sans-serif;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    padding: 9px 0;
    font-weight: 600;
  }
  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: 6px solid #26894a;
    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: 16px 12px 10px 8px;
    font-weight: 600;
    font-size: 20px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    color: #26894a;
    margin: 14px 0 12px 0;
    letter-spacing: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 7px 10px 7px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #282f3e;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #26894a;
  }
  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: 10px 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: #26894a;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 14px;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  margin-left: 0px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

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

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

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

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 20px;
    font-size: 20px;
  }
  #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.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 110px;
  margin-top: 0px;
}

@media (max-width: 1200px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 78px;
    width: auto;
    margin-top: 0;
  }
}
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;
  }
}

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

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #26894a;
}

/******navbar end**********/
.swiper-container {
  position: relative;
}

.swiper-container .back {
  background: rgba(26, 26, 26, 0.5);
  z-index: 4;
}

.basic-swipre-slider {
  width: 100%;
  height: 100vh;
}

.swiper-wrapper {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide {
  font-size: 18px;
  display: flex;
}

.zoom-out-slider .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}

.zoom-out-slider {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide .slide1 {
  transform-origin: 0 100%;
}

.zoom-out-slider .swiper-slide .slide2 {
  transform-origin: 100% 100%;
}

.zoom-out-slider .swiper-slide .slide3 {
  transform-origin: 100% 0;
}

.swiper-scale-effect .swiper-slide-cover {
  transition: 5s ease-out;
  transform: scale(1.05);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}

.slide-content {
  position: absolute;
  top: 40vh;
  right: 0px;
  left: 0px;
}

.slide-content h1, .slide-content h2 {
  color: #fff;
  z-index: 12;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

.slide-content .btn {
  border: 3px solid #fff;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  margin: 15px 5px;
  min-width: 180px;
}
@media (max-width: 768px) {
  .slide-content .btn {
    padding: 11px 25px;
    font-size: 17px;
    border: 2px solid #fff;
    margin: 5px;
  }
}

.slide-content .btn:hover {
  border: 3px solid #26894a;
  background-color: #26894a;
  color: #fff;
}

@media (max-width: 992px) {
  .basic-swipre-slider {
    height: 87px;
  }
  .zoom-out-slider {
    height: 87vh;
  }
  .swiper-wrapper {
    height: 87vh;
  }
  .slide-content {
    top: 26vh;
    margin: 0 20px;
  }
  .slide-content h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .swiper-slide-cover {
    background-position: right !important;
  }
}
.swiper-button-next, .swiper-button-prev {
  background-size: 18px 40px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 15px 20px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 0px;
  }
}

.container2 {
  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) {
  .container2 {
    display: none;
  }
}

.hero-bottom {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-bottom li {
  display: inline-block;
  padding: 0 30px;
  font-size: 22px;
}
@media (max-width: 650px) {
  .hero-bottom li {
    font-size: 15px;
    padding: 0 5px;
  }
}
.hero-bottom ul {
  list-style: none;
  padding-left: 0;
}
.hero-bottom .svg-inline--fa {
  background-color: #26894a;
  height: 11px;
  width: 11px;
  padding: 6px;
  border-radius: 50%;
  color: #222;
  line-height: 50px;
  vertical-align: top;
  margin-right: 6px;
}
@media (max-width: 650px) {
  .hero-bottom .svg-inline--fa {
    padding: 4px;
    height: 8px;
    line-height: 10px;
    width: 8px;
    vertical-align: middle;
  }
}

.list-middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .list-middle {
    border-left: none;
    border-right: none;
    margin: 3px 0;
  }
}

/*****hero end******/
.row-btn .btn {
  width: 220px;
  margin: 15px 4px;
}
@media (max-width: 991px) {
  .row-btn .btn {
    margin: 5px 4px;
  }
}

/*******intro start*******/
.intro {
  z-index: 8;
  padding: 80px 0;
  position: relative;
}
.intro .intro-text {
  padding: 40px 80px 40px 80px;
}
@media (max-width: 1300px) {
  .intro .intro-text {
    padding: 20px 50px 20px 50px;
  }
}
@media (max-width: 991px) {
  .intro .intro-text {
    padding: 20px 0px 20px 0;
  }
}
.intro h3 {
  color: #fff;
}
.intro p {
  color: #ddd;
}
@media (max-width: 600px) {
  .intro p {
    font-size: 15px;
    line-height: 19px;
  }
}
.intro ul {
  list-style: none;
  padding-left: 0;
}
.intro li {
  color: #fff;
  margin: 14px 0;
}
.intro .intro-icon {
  height: 70px;
  width: auto;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
  margin-top: 30px;
}
.intro .icon-sec {
  width: 75px;
  height: 75px;
  background: #26894a;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
}
.intro .svg-inline--fa {
  color: #282f3e;
  width: 27px;
  height: 27px;
  padding: 17px;
  background: #26894a;
  border-radius: 50%;
  border: 2px dotted #282f3e;
}
.intro .intro-row {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .intro .intro-row {
    margin-top: 10px;
  }
}

.intro .back {
  background: rgba(0, 0, 0, 0.7);
  width: 50%;
}
@media (max-width: 991px) {
  .intro .back {
    width: 100%;
  }
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > .coach-flex {
  width: 110px;
  margin: 5px 25px 5px 0;
  flex: 1;
}

.flex-2 {
  flex: 7;
}
.flex-2 h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
}

/*****intro end******/
.steps .back {
  background-color: rgba(240, 244, 240, 0.9);
}
.steps .btn {
  width: 220px;
  margin: 15px 4px;
}
@media (max-width: 991px) {
  .steps .btn {
    margin: 5px 4px;
  }
}

.step-box {
  background-color: #f7f7f7;
  padding: 60px 50px 40px 40px;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .step-box {
    margin-bottom: 15px;
  }
}
.step-box p {
  min-height: 80px;
}
.step-box h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.step-box h2 {
  font-size: 70px;
  color: #26894a;
  font-family: "Rajdhani", sans-serif;
  border: 3px solid #26894a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.map ul {
  padding-left: 0;
}

.map ul li {
  width: 49%;
  display: inline-block;
  font-size: 20px;
  margin-top: 17px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .map ul li {
    font-size: 17px;
  }
}

.map .svg-inline--fa {
  margin-right: 8px;
  color: #26894a;
  font-size: 15px;
}

.map {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
.map .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(to right, rgb(240, 244, 240) 0%, rgb(240, 244, 240) 55%, rgba(240, 244, 240, 0) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 991px) {
  .map .back {
    background: rgb(240, 244, 240);
    padding: 50px 0;
  }
}

/*********cta start*******/
.cta {
  padding: 25vh 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 768px) {
  .cta {
    padding: 120px 0;
  }
}
.cta .back {
  background: rgba(26, 32, 56, 0.5);
}
.cta .title-h {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5);
}
.cta .title-p {
  text-shadow: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 30px 0;
  font-weight: 400;
  font-size: 26px;
}
@media (max-width: 768px) {
  .cta .title-p {
    font-size: 22px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 200%;
    }
  }
}
/********cta end********/
/*********** testimonials start *********/
.testimonials {
  background-attachment: fixed;
  position: relative;
}
.testimonials .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: rgba(255, 255, 255, 0.69); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .testimonials {
      background-attachment: scroll !important;
      background-size: auto 200%;
    }
  }
}
.testimonial .description {
  padding: 10px 0 30px 0;
  margin-bottom: 10px;
  font-size: 25px;
  color: #222;
  line-height: 38px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 0px 0 20px 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.testimonials .svg-inline--fa {
  color: gold;
  font-size: 25px;
  margin: 20px 5px 30px 5px;
}

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

.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) {
  .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #26894a;
}

.owl-theme .owl-controls {
  text-align: center;
}

.testimonial-image-index {
  height: 600px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .testimonial-image-index {
    height: 250px;
  }
}

/************ testimonials end ************/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 110px 0 25px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 70px 0 25px 0;
  }
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.93);
}
.tc-footer a {
  font-weight: 500;
  color: #e6e6e6;
  font-size: 19px;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a {
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #26894a;
}
.tc-footer p, .tc-footer p a {
  color: #e6e6e6;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 990px) {
  .tc-footer p, .tc-footer p a {
    font-size: 14px;
    line-height: 21px;
  }
}
.tc-footer .svg-inline--fa {
  height: 19px;
  width: 19px;
  color: #222;
  background-color: #26894a;
  border: 2px solid #26894a;
  padding: 7px;
  border-radius: 50%;
  margin: 5px 1px 5px 1px;
}
.tc-footer .svg-inline--fa:hover {
  color: #26894a;
  background-color: transparent;
  border: 2px solid #26894a;
}
.tc-footer .copyright .svg-inline--fa {
  font-size: 20px;
  margin: 5px 4px;
}
.tc-footer img {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .tc-footer img {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}

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

.ul-copyright li {
  display: inline-block;
  margin: 10px 15px 15px 15px;
}
@media only screen and (max-width: 768px) {
  .ul-copyright li {
    margin: 2px 0px 2px 0px;
  }
}
.ul-copyright a {
  font-size: 22px;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
}

.footer-img img {
  height: 100px;
  width: auto;
  display: inline-block;
  margin: 10px 0;
}

/*****tc-footer end******/
.effect-sarah {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 10px 7px;
  width: calc(33% - 20px);
  height: 600px;
  background: #222;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .effect-sarah {
    width: calc(100% - 0px);
    margin: 8px 0px;
    height: 300px;
  }
}

.service-box-img {
  height: 600px;
}
@media only screen and (max-width: 991px) {
  .service-box-img {
    height: 300px;
  }
}

.effect-sarah figcaption {
  padding: 30px;
  text-align: left;
  backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .effect-sarah figcaption {
    padding: 10px 15px;
  }
}

.effect-sarah figcaption::before,
.effect-sarah figcaption::after {
  pointer-events: none;
}

.effect-sarah figcaption,
.effect-sarah figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.effect-sarah figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.service-box-img {
  transition: transform 0.35s ease;
  transform: translateX(-10px);
}

.service-box-img:hover {
  transform: translateX(0);
}

.service-box-img:hover {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}

.service-box-img {
  width: calc(100% + 20px);
  height: 600px;
  background-size: cover;
  background-position: center;
  transition: background-position 0.35s ease;
}
@media only screen and (max-width: 991px) {
  .service-box-img {
    height: 300px;
  }
}

.effect-sarah:hover .service-box-img {
  background-position: calc(50% + 10px) 50%;
}

.effect-sarah .back {
  /* 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(135deg, rgba(26, 26, 26, 0.75) 0%, rgba(26, 26, 26, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
}

.effect-sarah:hover .back {
  /* 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(135deg, rgba(26, 26, 26, 0.75) 0%, rgba(26, 26, 26, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
}

.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0px 0px 4px #111;
  font-family: "Rajdhani", sans-serif;
  font-size: 36px;
}
@media (max-width: 768px) {
  .effect-sarah h2 {
    font-size: 29px;
    padding: 0 0 10px 0;
  }
}

.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}

.effect-sarah:hover h2::after {
  transform: translate3d(0, 0, 0);
}

figcaption {
  z-index: 2;
}

.effect-sarah .text {
  padding: 1em 0;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
}
@media (max-width: 768px) {
  .effect-sarah .text {
    padding: 2px 0;
  }
}
.effect-sarah .text p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .effect-sarah .text p {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .effect-sarah .text .btn {
    margin: 10px 0 0 0;
  }
}

.effect-sarah:hover .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

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

.tc-header .back {
  background: rgba(26, 26, 26, 0.55);
}
@media (max-width: 750px) {
  .tc-header .back {
    background: rgba(26, 26, 26, 0.45);
  }
}

.contact-page .contact-title {
  font-weight: 500;
  font-size: 22px;
}
.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: rgba(20, 82, 42, 0.2);
  border-radius: 50%;
  color: #26894a;
}
@media (max-width: 500px) {
  .contact-page .contact-icon {
    width: 39px;
    height: 39px;
  }
}
.contact-page a {
  display: block;
  color: #333;
}
.contact-page a:hover {
  color: #26894a;
}
.contact-page p {
  margin-bottom: 0;
}
.contact-page .svg-inline--fa {
  color: #26894a;
  font-size: 20px;
}
@media (max-width: 500px) {
  .contact-page .svg-inline--fa {
    font-size: 15px;
  }
}
.contact-page .btn {
  margin-top: 15px;
}

input, textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid rgba(20, 82, 42, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
}

select {
  width: 100%;
  padding: 11px 9px;
  border: 1px solid rgba(20, 82, 42, 0.4);
  background-color: #fff;
  margin-bottom: 15px;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  height: 58px;
}

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

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

.review-box {
  background-color: rgba(20, 82, 42, 0.1);
  padding: 20px 30px 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .review-box {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
.review-box h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 20px;
}
.review-box h4 {
  text-align: right;
  margin-right: 15px;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #26894a;
}

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

.pagination a.active {
  background: rgba(20, 82, 42, 0.1);
}

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

.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: 21px;
  line-height: 24px;
  color: #333;
  background-color: transparent;
  padding: 25px 20px 25px 47px;
  position: relative;
  font-family: "Rajdhani", sans-serif;
  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: #26894a;
  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 .effect-sarah {
  width: calc(49% - 20px);
  height: 450px;
}
@media only screen and (max-width: 991px) {
  .blog-page .effect-sarah {
    width: calc(100% - 0px);
    height: 300px;
  }
}

.blog-detail-img {
  height: 550px;
}
@media (max-width: 750px) {
  .blog-detail-img {
    height: 250px;
  }
}

.blog-latest .effect-sarah {
  width: calc(33% - 20px);
}
@media only screen and (max-width: 991px) {
  .blog-latest .effect-sarah {
    width: calc(100% - 0px);
  }
}

.row-video iframe {
  width: 100%;
  height: 440px;
}

.iframe-2 {
  height: 500px;
  width: calc(33% - 15px);
  margin: 15px 5px;
}
@media only screen and (max-width: 768px) {
  .iframe-2 {
    height: 400px;
    margin-bottom: 15px;
    width: calc(100% - 0px);
    margin: 7px 0px;
  }
}

.iframe-1 {
  height: 320px;
  width: calc(49% - 15px);
  margin: 15px 5px;
}
@media only screen and (max-width: 768px) {
  .iframe-1 {
    height: 220px;
    margin-bottom: 15px;
    width: calc(100% - 0px);
    margin: 7px 0px;
  }
}/*# sourceMappingURL=style.css.map */