html, body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #343434;
}

a {
  text-decoration: none;
}

section {
  padding: 80px 0;
}

.btn_orange {
  background-color: #FB6F0F;
  color: #fff;
}
.btn_orange:hover {
  background-color: #DD5A01;
  color: #fff;
}

.btn_blue {
  background-color: #48C3CB;
  color: #fff;
}
.btn_blue:hover {
  background-color: #2CA7AF;
  color: #fff;
}

.header {
  height: 126px;
  position: relative;
  z-index: 10;
}
.header .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.header .navbar-brand img {
  height: 100px;
}
.header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 16px;
  color: #fff;
}
.header .navbar-nav .nav-item .nav-link.active, .header .navbar-nav .nav-item .nav-link:hover {
  color: #48C3CB;
}
.header .social {
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}
.header .social li a {
  font-size: 18px;
  padding: 5px 8px;
  color: #fff;
}
.header .social li a:hover {
  color: #FB6F0F;
}
.header .btn-group img {
  height: 20px;
}

.landing_slider {
  height: 100vh;
  margin-top: -126px;
  position: relative;
}
.landing_slider .carousel-inner, .landing_slider .carousel-item, .landing_slider .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing_slider .carousel-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing_slider .carousel-indicators {
  left: auto;
  right: 2%;
  margin: 0;
  top: 40%;
  transform: translateY(40%);
  bottom: auto;
  flex-direction: column;
  gap: 8px;
}
.landing_slider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  margin: 0;
}
.landing_slider .carousel-indicators [data-bs-target].active {
  background-color: #FB6F0F;
}
.landing_slider::before, .landing_slider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: 0 0;
}
.landing_slider::after {
  content: "";
  background-image: url(../images/dark_wave.svg);
  background-repeat: none;
  height: 90px;
  width: 100%;
  background-position: left 0;
  animation: waveMove 30s linear infinite;
  z-index: 5;
}
.landing_slider::before {
  content: "";
  background-image: url(../images/light_wave.svg);
  background-repeat: none;
  height: 100px;
  width: 100%;
  background-position: left 0;
  animation: waveMove 15s linear infinite;
  z-index: 4;
}
.landing_slider .splash {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
}
.landing_slider .splash img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  z-index: 1;
}
.landing_slider.inner_image {
  height: calc(100vh - 300px);
}
.landing_slider.inner_image .inner_banner {
  height: 100%;
  position: relative;
}
.landing_slider.inner_image .inner_banner h1 {
  position: absolute;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
}
.landing_slider.inner_image .inner_banner h1 small {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.landing_slider.inner_image .inner_banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing_slider.inner_image .inner_banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:visited {
  box-shadow: none;
}
.navbar-toggler img {
  height: 35px;
}

.hero_text {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.hero_text h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
}
.hero_text h1 span {
  color: #FB6F0F;
  font-weight: 700;
}
.hero_text p {
  color: #fff;
  max-width: 60%;
  font-size: 18px;
  font-weight: 400;
  margin: 25px 0;
}

@keyframes waveMove {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: right 0;
  }
}
.title {
  margin-bottom: 35px;
}
.title h2 {
  color: #3C3C3C;
  font-size: 45px;
  font-weight: 600;
}
.title h2 small {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  color: #FB6F0F;
  margin-bottom: 10px;
}

.about .desc ul {
  margin-top: 35px;
}
.about .desc ul li {
  margin-bottom: 25px;
}
.about .desc ul li span {
  width: 80px;
  margin-right: 20px;
}
.about .desc ul li span img {
  width: 80px;
  height: 50px;
}

.vission_mission {
  margin: 50px 0;
}
.vission_mission h4 {
  color: #48C3CB;
}
.vission_mission p {
  line-height: 32px;
  color: #3C3C3C;
}

.core_value ul li {
  line-height: 40px;
}
.core_value ul li strong {
  color: #FB6F0F;
}

.plans {
  background-image: url(../images/classes_bg.png);
  background-size: cover;
}

.all_plans .slick-next:before {
  content: url(../images/arrow-right-circle.svg);
}
.all_plans .slick-prev:before {
  content: url(../images/arrow-left-circle.svg);
}
.all_plans .slick-prev {
  left: -65px;
}
.all_plans .slick-next, .all_plans .slick-next {
  height: 20px;
  width: 20px;
}

.program {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 0 15px;
}
.program .inner_area {
  transition: 0.5s linear;
}
.program .inner_area .top_heading {
  background: linear-gradient(to bottom, rgb(83, 147, 211) 0%, rgb(66, 114, 161) 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 70px;
  transition: 0.5s linear;
}
.program .inner_area .top_heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/program_wave.svg);
  width: 100%;
  height: 50px;
  background-position: left 0;
  animation: waveMove 15s linear infinite;
}
.program .inner_area .top_heading h3 {
  font-size: 35px;
  font-weight: 500;
}
.program .inner_area .top_heading p {
  margin-bottom: 0;
  font-size: 15px;
}
.program .inner_area .price {
  text-align: center;
}
.program .inner_area .price h2 {
  font-size: 50px;
  font-weight: 800;
}
.program .inner_area .price h2 small {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
.program .inner_area .price h2 span {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #191919;
  padding: 7px;
  vertical-align: middle;
}
.program .inner_area .price .btn {
  background: linear-gradient(to bottom, rgb(83, 147, 211) 0%, rgb(66, 114, 161) 100%);
  color: #fff;
  width: 100%;
  height: 55px;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 25px;
  transition: 0.5s linear;
}
.program:hover .top_heading, .program:hover .price .btn {
  background: linear-gradient(to bottom, rgb(251, 111, 15) 0%, rgb(163, 71, 8) 100%);
}

.client_feedback, .new_gallery, .offer {
  padding-top: 50px;
}
.client_feedback .slick-next:before, .new_gallery .slick-next:before, .offer .slick-next:before {
  content: url(../images/arrow_right_color.svg);
}
.client_feedback .slick-prev:before, .new_gallery .slick-prev:before, .offer .slick-prev:before {
  content: url(../images/arrow_left_color.svg);
}
.client_feedback .slick-prev, .new_gallery .slick-prev, .offer .slick-prev {
  left: -65px;
}
.client_feedback .slick-next, .client_feedback .slick-next, .new_gallery .slick-next, .new_gallery .slick-next, .offer .slick-next, .offer .slick-next {
  height: 20px;
  width: 20px;
}

.testo {
  background-color: #BFEEF8;
  border-radius: 15px;
  padding: 25px;
  margin: 0 15px;
  margin-top: 60px;
}
.testo .top {
  width: 70px;
  height: 70px;
  background-color: #BFEEF8;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 auto;
  margin-top: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testo .feedback {
  text-align: center;
  margin-top: 25px;
}
.testo .feedback h4 {
  color: #3F3F3F;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}
.testo .feedback h4 small {
  display: block;
  font-size: 16px;
  color: #858585;
  margin-top: 5px;
  font-weight: 400;
}
.testo .feedback p {
  font-style: italic;
  font-size: 18px;
}
.testo .feedback ul {
  justify-content: center;
}

.our_team {
  background-image: url(../images/team_bg.jpg);
  background-size: cover;
}

.our_team_row {
  display: flex;
  gap: 15px;
}
.our_team_row .team_member {
  transition: width 0.3s ease;
}
.our_team_row .team_member.active .inner_area {
  max-width: 880px;
  transition: width 0.3s ease;
}
.our_team_row .team_member .inner_area {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 22px;
  overflow: hidden;
  max-width: 220px;
}
.our_team_row .team_member .inner_area .image img {
  border-radius: 22px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 550px;
}
.our_team_row .team_member .inner_area .team_desc h4 {
  color: #fff;
  font-size: 32px;
}
.our_team_row .team_member .inner_area .team_desc h4 small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.our_team_row .team_member .inner_area .team_desc p {
  color: #fff;
  line-height: 25px;
}
.our_team_row .team_member .inner_area .team_desc ul {
  gap: 10px;
}
.our_team_row .team_member .inner_area .team_desc ul li a {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
}
.our_team_row .team_member .inner_area .team_desc ul li a.fb {
  background-color: #1877F2;
}
.our_team_row .team_member .inner_area .team_desc ul li a.fb:hover {
  background-color: #000;
}
.our_team_row .team_member .inner_area .team_desc ul li a.insta {
  background-color: #D62976;
}
.our_team_row .team_member .inner_area .team_desc ul li a.insta:hover {
  background-color: #000;
}
.our_team_row .team_member .inner_area .team_desc ul li a.youtube {
  background-color: #FF0000;
}
.our_team_row .team_member .inner_area .team_desc ul li a.youtube:hover {
  background-color: #000;
}

/*----------------*/
.video {
  margin-bottom: 25px;
}
.video img {
  cursor: pointer;
}

.video_iframe iframe {
  width: 100%;
  height: 500px;
}

.more_details h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.more_details p {
  line-height: 30px;
}
.more_details ul {
  padding-left: 5px;
}
.more_details ul li {
  font-size: 16px;
  line-height: 30px;
}
.more_details .btn {
  font-size: 25px;
  width: 300px;
  height: 55px;
  text-transform: uppercase;
}

.faq .nav-tabs {
  justify-content: center;
  border: 0;
  gap: 2px;
}
.faq .nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: #DBDBDB;
  padding: 10px 45px;
}
.faq .nav-tabs .nav-item .nav-link.active {
  background-color: #48C3CB;
}
.faq .faq_inner {
  padding: 50px 0;
}
.faq .faq_inner h4 {
  text-align: center;
  margin-bottom: 30px;
}
.faq .faq_inner .accordion .accordion-item {
  margin-bottom: 20px;
  border: 0;
}
.faq .faq_inner .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  background-color: #F2F2F2;
}
.faq .faq_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #48C3CB;
  color: #fff;
}
.faq .faq_inner .accordion .accordion-item .accordion-collapse {
  border: 0;
}
.faq .faq_inner .accordion .accordion-item .accordion-body {
  background-color: #48C3CB;
  color: #fff;
}

.contact_us .form-control {
  background-color: #F2F2F2;
  border-color: #D2D2D2;
  height: 55px;
  margin-bottom: 20px;
}
.contact_us textarea.form-control {
  height: 150px;
}
.contact_us .btn {
  text-transform: uppercase;
  font-size: 20px;
  height: 50px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_us .cont_info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact_us .cont_info ul li span {
  margin-right: 20px;
}
.contact_us .cont_info ul li span img {
  width: 60px;
}
.contact_us .cont_info ul li h5 {
  font-weight: 400;
}
.contact_us .cont_info ul li h5 small {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact_us .cont_info ul.social_cont {
  gap: 10px;
}
.contact_us .cont_info ul.social_cont li a {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
}
.contact_us .cont_info ul.social_cont li a.fb {
  background-color: #1877F2;
}
.contact_us .cont_info ul.social_cont li a.fb:hover {
  background-color: #000;
}
.contact_us .cont_info ul.social_cont li a.insta {
  background-color: #D62976;
}
.contact_us .cont_info ul.social_cont li a.insta:hover {
  background-color: #000;
}
.contact_us .cont_info ul.social_cont li a.youtube {
  background-color: #FF0000;
}
.contact_us .cont_info ul.social_cont li a.youtube:hover {
  background-color: #000;
}

.branches {
  padding: 50px 0;
}
.branches h4 {
  margin-bottom: 30px;
}
.branches .cont_info {
  background-color: #F5F4F4;
  padding: 15px;
}
.branches .cont_info h5 {
  color: #FB6F0F;
  margin-bottom: 15px;
  font-size: 20px;
}
.branches .cont_info ul {
  margin-bottom: 0;
}
.branches .cont_info ul li span img {
  width: 45px;
}
.branches .cont_info ul li h5 {
  color: #000;
  font-size: 16px;
}
.branches .cont_info ul li:last-child {
  margin-bottom: 0;
}

.map {
  margin-bottom: 30px;
}
.map iframe {
  width: 100%;
  height: 400px;
}

.level_finder {
  padding: 50px 0;
}
.level_finder h3 {
  font-size: 60px;
  margin-bottom: 25px;
}
.level_finder label {
  margin-bottom: 10px;
}
.level_finder .form-control {
  width: 400px;
  display: block;
  margin: 0 auto;
}
.level_finder .btn {
  width: 300px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}

.question .btn {
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  color: #000;
}
.question .btn:hover {
  background-color: #48C3CB;
}
.question .btn-check:checked + .btn {
  background-color: #48C3CB;
}

/*----------------*/
.academy {
  display: flex;
  margin-bottom: 35px;
}
.academy .icon {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  align-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.12);
  text-align: center;
  margin-right: 25px;
}
.academy .icon img {
  width: 60px;
}
.academy .desc h4 {
  font-size: 25px;
}
.academy .desc p {
  font-size: 14px;
}

.new_gallery .gallery_scroll {
  margin: 0 7px;
}
.new_gallery .gallery_scroll img:hover {
  opacity: 0.8;
}

/*----------------*/
.footer {
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  text-align: center;
  padding: 40px 0;
}
.footer .logo {
  margin-bottom: 25px;
}
.footer .logo img {
  width: 40%;
}
.footer .social {
  justify-content: center;
}
.footer .social li a {
  padding: 6px 15px;
  font-size: 23px;
  color: #fff;
}
.footer .social li a:hover {
  color: #FB6F0F;
}
.footer p {
  color: #fff;
}

.copyright {
  background-color: #0452A4;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}

.program_listing .program {
  margin-bottom: 30px;
}

.mobile-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10000;
}

.mobile-close-btn i {
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
}

.offer .inner_offer {
  margin: 0 15px;
}

/*--------*/
.magnific-img {
  display: inline-block;
  width: 32.3%;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.gallery .image-popup-vertical-fit img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

.inner_offer img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------*/
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
  }
  .navbar-collapse.show {
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .title h2 {
    font-size: 30px;
  }
  .hero_text h1 {
    font-size: 25px;
  }
  .hero_text p {
    font-size: 14px;
  }
  .navbar-collapse {
    background-color: rgba(6, 146, 201, 0.93);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .navbar-nav .nav-item .nav-link {
    padding: 10px 16px;
    font-size: 15px;
  }
  .about .title {
    margin-top: 25px;
  }
  .footer .logo img {
    width: 95%;
  }
  .landing_slider.inner_image .inner_banner h1 {
    font-size: 30px;
  }
  .our_team_row {
    overflow: auto;
  }
  .our_team_row .team_member .inner_area {
    flex-direction: column;
  }
  .our_team_row .team_member .inner_area .image img {
    height: 240px;
  }
  .our_team_row .team_member .inner_area .team_desc h4 {
    font-size: 20px;
  }
  .our_team_row .team_member .inner_area .team_desc h4 small {
    font-size: 12px;
  }
  .our_team_row .team_member .inner_area .team_desc p {
    font-size: 14px;
  }
  .our_team_row .team_member .inner_area .team_desc ul li a {
    height: 30px;
    width: 30px;
  }
  .cont_info {
    margin-top: 30px;
  }
  .gallery .image-popup-vertical-fit img {
    width: 100%;
    height: 180px;
  }
}/*# sourceMappingURL=style.css.map */