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

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

img {
  width: 100%;
}

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

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: 500px) {
  section {
    padding: 60px 0;
  }
}
.btn {
  color: #eee;
  background-color: #222;
  border: 2px solid #222;
  text-transform: uppercase;
  padding: 16px 35px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 15px;
  border-radius: 1px;
  font-family: "Rajdhani", sans-serif;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #333;
  background-color: transparent;
  border: 2px solid #333;
}

.title-h {
  font-size: 65px;
  font-weight: 300;
  line-height: 70px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  margin-top: 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 44px;
  }
}

.little-h {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  color: #888;
}
@media (max-width: 991px) {
  .little-h {
    letter-spacing: 3px;
  }
}

.divider {
  content: "";
  height: 100px;
  width: 1px;
  background: #999;
  margin: 25px auto;
}
@media (max-width: 768px) {
  .divider {
    height: 50px;
  }
}

.title-p {
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #666;
}

@media (max-width: 991px) {
  .title-p {
    font-size: 22px;
    line-height: 29px;
    margin-top: 0;
    padding-bottom: 5px;
  }
}
.inner-h {
  font-weight: 500;
  margin-top: 30px;
  font-size: 35px;
  color: #333;
}

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

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

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

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

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #333;
}
.top-bar p, .top-bar a {
  padding: 8px 0 6px 0;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
  font-family: "Overpass", sans-serif;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 17px;
    padding: 8px 0 2px 0;
  }
}
.top-bar a:hover {
  color: #ccc;
}
.top-bar .top-text {
  display: inline-block;
}
@media (max-width: 991px) {
  .top-bar .top-text {
    text-align: center;
    display: block;
  }
}

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 15px;
  display: inline-block;
  line-height: 10px;
}
@media (max-width: 991px) {
  .attr-phone {
    display: none;
  }
}
.attr-phone .svg-inline--fa {
  font-size: 14px;
  line-height: 4px;
  margin-right: 7px;
  background-color: #333;
  padding: 9px;
  border-radius: 50%;
  vertical-align: sub;
  animation: pulse 1.2s infinite;
  display: inline-block;
}
.attr-phone span {
  margin-top: -5px;
}
.attr-phone a {
  display: inline-block;
  line-height: 33px;
  padding: 0;
  font-size: 23px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1050px) {
  .attr-phone a {
    line-height: 20px;
  }
}
.attr-phone a:hover .svg-inline--fa {
  color: #fff;
}
.attr-phone .svg-inline--fa:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .row-color {
    background-color: #333 !important;
  }
}

@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: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

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

.navbar-brand {
  padding: 6px 10px 2px 10px;
}
@media (max-width: 1155px) {
  .navbar-brand {
    padding: 4px 0px 2px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 67px;
  margin-top: 0px;
}
@media (max-width: 1025px) {
  .navbar-brand img {
    height: 54px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

nav.navbar.bootsnav.no-background {
  background-color: #fff;
}

@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: 500;
    font-size: 26px;
    line-height: 32px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Overpass", 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: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #333;
    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: 14px 12px 16px 8px;
    font-weight: 400;
    font-size: 19px;
    font-family: "Oswald", sans-serif;
    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) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #ccc;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eee;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 9px 20px;
  margin-right: 15px;
  margin-left: 8px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  animation: pulse 1.5s infinite ease-in-out;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

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

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

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

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-weight: 600;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 0 8px #333;
  }
  100% {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}
/******navbar end**********/
.swiper-container {
  position: relative;
}

.swiper-container .back {
  background: rgba(13, 13, 13, 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;
  bottom: 32vh;
  right: 0px;
  left: 0px;
}

.slide-content h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 70px;
  line-height: 75px;
  font-weight: 300;
  letter-spacing: 0px;
  z-index: 12;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

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

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

@media (max-width: 992px) {
  .basic-swipre-slider {
    height: 70vh;
  }
  .zoom-out-slider {
    height: 70vh;
  }
  .swiper-wrapper {
    height: 70vh;
  }
  .slide-content {
    top: 26vh;
    margin: 0 20px;
  }
  .slide-content h1 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    font-weight: 200;
    letter-spacing: 2px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  }
}
.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;
  }
}

.indicator {
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: calc(50% - 15px);
  margin-top: -60px;
  z-index: 88;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .indicator {
    display: none;
  }
}

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
  top: -30px;
  left: -30px;
  animation-delay: 0s;
}

.indicator span:nth-child(2) {
  top: -15px;
  left: -15px;
  animation-delay: 0.2s;
}

@keyframes animate {
  0% {
    border-color: #ccc;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(15px, 15px);
  }
  20.1%, 100% {
    border-color: #fff;
  }
}
/********* cta start ********/
.about .scale-box {
  background-color: #fff;
  padding: 5px 10px 15px 10px;
  box-shadow: 2px 1px 25px rgba(0, 0, 0, 0.2);
  transform: translate(15%, 50px) scale(1.3);
  z-index: 2;
}
@media (max-width: 768px) {
  .about .scale-box {
    transform: translate(0%, 20px) scale(1);
    margin-bottom: 50px;
    padding: 5px 3px 15px 3px;
  }
}
.about .scale-box h2 {
  color: #ccc;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .about .scale-box h2 {
    font-size: 25px;
  }
}
.about .scale-box p {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
}
@media (max-width: 768px) {
  .about .scale-box p {
    font-size: 22px;
    line-height: 24px;
    margin-top: 5px;
  }
}

.about-box {
  padding-right: 80px;
  padding-top: 100px;
}
@media (max-width: 1050px) {
  .about-box {
    padding-right: 0px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .about-box {
    padding-right: 0px;
    padding-top: 0px;
  }
}

.about-box2 {
  padding-left: 20px;
  padding-top: 100px;
}

/*****************/
/******************************/
.cta {
  padding: 180px 0;
  background-attachment: fixed;
}

@media only screen and (max-width: 990px) {
  .cta {
    padding: 60px 0;
  }
}
.cta .back {
  background: rgba(13, 13, 13, 0.45);
}

.cta h3 {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
}
@media only screen and (max-width: 990px) {
  .cta h3 {
    font-weight: 400;
    letter-spacing: 1px;
  }
}

.cta .btn:hover {
  color: #333;
  background-color: #ccc;
  border: 2px solid #ccc;
}

.cta .little-h {
  color: #333;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: 100% 100%;
    }
  }
}
/********** cta end ********/
/*********** testimonials start *********/
.about-image {
  height: 660px;
}
@media (max-width: 991px) {
  .about-image {
    position: relative;
    right: 0;
    height: 250px;
    margin-top: 15px;
  }
}

.testimonials {
  padding: 100px 0 110px 0;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 60px 0;
  }
}
.testimonials .test-img {
  height: 100px;
  width: auto !important;
}
@media only screen and (max-width: 990px) {
  .testimonials .test-img {
    height: 80px;
  }
}
.testimonials .owl-theme .owl-controls {
  text-align: left;
}

#testimonial-slider {
  margin: 80px 0 0 30px;
}
@media (max-width: 1050px) {
  #testimonial-slider {
    margin: 50px 0 0 0px;
  }
}

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

.testimonial .title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  font-family: "Overpass", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 35px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 10px;
  }
}

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

.col-padding {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .col-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.featured-box {
  overflow: hidden;
  border-radius: 2px;
  margin-top: 16px;
}

.featured figure {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
  height: auto;
  text-align: left;
  cursor: pointer;
}

figure.effect-julia .features-img {
  max-width: none;
  height: 600px;
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
  figure.effect-julia .features-img {
    height: 350px;
  }
}

.featured figure figcaption::before,
.featured figure figcaption::after {
  pointer-events: none;
}

.featured figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 20px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.featured figure figcaption h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}
.featured figure figcaption a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
}

figure.effect-julia {
  background: #222;
}

figure.effect-julia:hover .features-img {
  transform: scale3d(1.1, 1.1, 1);
}

.featured-box figcaption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 0;
}

.services-left-text2 {
  padding: 0;
}

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

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

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

@media screen and (max-width: 991px) {
  .services-left-text2 .services-left-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 100px 0 55px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 30px 0 25px 0;
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.9);
}
.tc-footer a, .tc-footer li {
  color: #bfbfbf;
  font-size: 21px;
  margin-bottom: 0px;
  line-height: 32px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a, .tc-footer li {
    font-size: 19px;
  }
}
.tc-footer a:hover {
  color: #fff;
}
.tc-footer p {
  color: rgb(166, 164, 154);
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 23px;
  padding-right: 25px;
}
@media only screen and (max-width: 990px) {
  .tc-footer p {
    font-size: 14px;
    line-height: 21px;
    padding-right: 0;
  }
}
.tc-footer img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .tc-footer img {
    height: auto;
    width: 90%;
    margin-bottom: 1px;
    margin-top: 25px;
  }
}
.tc-footer h4 {
  color: #fff;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
}

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

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

/*****tc-footer end******/
.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;
  }
}

.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);
  }
}
.modal-backdrop.in {
  filter: alpha(opacity=40);
  opacity: 0.9;
}

.modal-dialog {
  margin: 120px auto;
}
@media (max-width: 990px) {
  .modal-dialog {
    margin: 100px auto;
  }
}

.close {
  font-size: 30px;
  filter: alpha(opacity=20);
  opacity: 0.7;
}

.modal input {
  width: 100%;
  margin: 5px 0;
  padding: 12px;
}
@media (max-width: 990px) {
  .modal input {
    padding: 10px 12px;
  }
}

.modal-body {
  margin: 0 50px;
}
@media (max-width: 990px) {
  .modal-body {
    margin: 0 0px;
  }
}

.modal-header img {
  width: 85%;
  margin: 30px 0 0 0;
}

/***********************************/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

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

/**************************/
#accordion {
  padding-right: 0px;
  padding-left: 24px;
  z-index: 1;
}
@media (max-width: 990px) {
  #accordion {
    padding-left: 5px;
  }
}

#accordion .panel {
  border: none;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}

#accordion .panel-title {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  font-size: 21px;
  background: #f8f8f8;
  color: #333;
  padding: 15px 25px;
  position: relative;
  margin-left: -24px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 990px) {
  #accordion .panel-title a {
    font-size: 18px;
    padding: 15px 30px 15px 15px;
    margin-left: -14px;
  }
}

#accordion .panel-title a.collapsed {
  background: #f8f8f8;
  color: #333;
  margin-left: 0;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  border-left-color: #f8f8f8;
}

#accordion .panel-title a:after {
  font: var(--fa-font-solid);
  content: "\f106";
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 15px;
  font-size: 18px;
  color: #555;
}
@media (max-width: 990px) {
  #accordion .panel-title a:after {
    font-size: 15px;
    right: 10px;
  }
}

#accordion .panel-title a.collapsed:after {
  content: "\f107";
  color: #555;
}

#accordion .panel-collapse {
  position: relative;
}

#accordion .panel-collapse.in:before {
  content: "";
  border-right: 24px solid #ddd;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  left: -24px;
}
@media (max-width: 990px) {
  #accordion .panel-collapse.in:before {
    left: -14px;
    border-right: 14px solid #ddd;
  }
}

#accordion .panel-body {
  color: #333;
  background: #fff;
  border-top: none;
  border: 1px solid #eee;
  z-index: 1;
}

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

.pagination {
  margin-top: 70px;
}

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

.contact-top h3 a {
  color: #333;
}
.contact-top h3 a:hover {
  color: #ccc;
}

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

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

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

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

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

.about-page-img {
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .about-page-img {
    height: 220px;
    margin-bottom: 10px;
  }
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 230px;
  margin: 5px 5px;
  width: calc(25% - 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: 200px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

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

.team-page .reviews-box {
  padding: 10px 10px;
}
.team-page .reviews-box .inner-h {
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .team-page .reviews-box .inner-h {
    margin-top: 20px;
  }
}
.team-page .reviews-box .position {
  margin-top: 10px;
  color: #888;
  font-size: 20px;
}
.team-page .reviews-box a {
  color: #333;
}
.team-page .reviews-box .svg-inline--fa {
  font-size: 15px;
}
.team-page .reviews-box h4 {
  margin: 20px 0px 10px 0;
  text-align: left;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .team-page .reviews-box h4 {
    text-align: center;
  }
}

.team-page .reviews-box:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.team-page .reviews-box:hover a {
  letter-spacing: 1px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .flex-container {
    display: block;
    text-align: center;
  }
}

.flex-container > .coach-flex {
  width: 190px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .flex-container > .coach-flex {
    width: auto;
    margin: 20px 0 0 0;
  }
}

.circle-container {
  width: 180px; /* Adjust size */
  height: 180px; /* Keep equal for a perfect circle */
  border-radius: 50%; /* Makes it a circle */
  overflow: hidden; /* Ensures image stays within the circle */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none; /* Optional border */
}
@media screen and (max-width: 768px) {
  .circle-container {
    margin: 0 auto;
  }
}

.circle-container img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important; /* Ensures the image fills the circle */
  -o-object-position: top;
     object-position: top;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .circle-container img {
    margin: 0 auto;
  }
}

.team-info .btn {
  min-width: 220px;
}

.process-img {
  height: 370px;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .process-img {
    height: 220px;
    margin-bottom: 20px;
  }
}

.process-row h2 {
  color: #999;
  font-size: 130px;
  margin-bottom: -75px;
  opacity: 0.2;
  font-family: "Oswald", sans-serif;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .process-row h2 {
    font-size: 180px;
    text-align: right;
    margin-bottom: -120px;
  }
}

.row-process-btn .btn {
  margin: 20px 5px;
  min-width: 220px;
}
@media screen and (max-width: 700px) {
  .row-process-btn .btn {
    margin: 5px;
  }
}/*# sourceMappingURL=style.css.map */