@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,600,600i,700,700i,800,800i,900,900i&display=swap&display=swap);

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
*:hover,
*:visited,
*:active,
*:target,
*:focus-visible,
*:focus-within {
  outline: 0 !important;
}
html {
  font-family: "Inter", sans-serif;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}
body {
  background: white;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: normal;
}
.title {
  font-family: "Nunito", sans-serif;
}
.text-white {
  color: white;
}
a {
  text-decoration: none;
  display: block;
}
span {
  display: inline-block;
}
button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
}
p {
  font-family: "Muli", sans-serif;
}
ul {
  list-style: none;
  font-family: "Muli", sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
}
input,
textarea {
  display: block;
  width: 100%;
  font: inherit;
  color: #bebebe;
}
textarea::placeholder {
  color: #bebebe;
}

input::-webkit-input-placeholder {
  font: inherit;
  color: #bebebe;
}
input:-ms-input-placeholder {
  font: inherit;
  color: #bebebe;
}
input::-ms-input-placeholder {
  font: inherit;
  color: #bebebe;
}
input::placeholder {
  font: inherit;
  color: #bebebe;
}
img.responsive-img {
  width: 100%;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
#back-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1000;
  display: none;
  margin-left: 500px;
  width: 35px;
  height: 35px;
  background: #2196f3;
  border: 1px solid #03a9f4;
  color: white;
  text-align: center;
  cursor: pointer;
  -webkit-animation: movebounce 3.6s linear infinite;
  animation: movebounce 3.6s linear infinite;
  line-height: 31px;
  border-radius: 50%;
}
.header-nav {
  width: 100%;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 49%,
    rgba(255, 255, 255, 0) 243%
  );
}
.header-nav.add_bg {
  background: #151515;
}
.top-bar-inner-container {
  margin: auto;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.openinghrs {
  margin-right: auto;
}
.top-bar-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.affiliate-image {
  width: 69px;
  display: flex;
  margin-bottom: 4px;
}
.cwe {
  display: flex;
  font-size: 16px;
  font-weight: 900;
  color: #ffe200;
  margin: 0 10px 0px 0px;
}

.top-bar-socialmedia {
  display: flex;
  justify-content: flex-end;
}
.openinghrs p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.openinghrs p span {
  color: #fff;
  font-weight: 700;
}

.top-bar-contacts a {
  display: flex;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
}
.top-bar-contacts a i {
  font-size: 15px;
  margin-right: 5px;
}
.affiliate-image img {
  width: 100%;
}
.top-bar-socialmedia a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0a3d9f;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;
}
.top-bar-container {
  width: 100%;
  position: relative;
  background: #3d61cb;
}

.top-bar-socialmedia a:nth-child(1) {
  background: #ff817c;
}
.top-bar-socialmedia a:nth-child(2) {
  background: #f7ad00;
}
.top-bar-socialmedia a:nth-child(3) {
  background: #ff817c;
}

.top-bar-contacts a i:nth-child(1) {
  color: #fff;
}

.top-bar-contacts a i:nth-child(2) {
  color: #f9ff14;
}

.main-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
  color: #fff;
  align-items: center;
  transition: all 0.3s;
}
.header-nav.active {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 5px 0;
  box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}
.header-nav.active .main-nav {
  padding: 5px 0px;
}
.navigation {
  display: flex;
  margin-left: auto;
}

.navigation li:last-child {
  margin-right: 0px;
}
.navigation li.active {
  background: #ffc200;
  border-radius: 5px;
}
.header-nav ul.navigation li.active a {
  color: #fff;
}

.navigation li a {
  font-size: 13px;
  color: #12265a;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  padding: 10px 15px;
}
.mobile-open-btn,
.mobile-close-btn {
  display: none;
}

.brand {
  width: 120px;
}

.header-nav.active .navigation li a {
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
}

.header-nav.active .brand {
  width: 84px;
}
/*.carousel-inner{height: 600px;}*/

.banner {
  width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .banner {
    height: 875px;
  }
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.overly_top {
  position: absolute;
  height: 25%;
  width: 100%;
  left: 0;
  top: 0;
  /*background: linear-gradient(356deg, rgb(255 100 100 / 0%) 0%, rgb(247 210 92 / 0%) 47%, rgb(255 255 255) 100%);*/
  background: rgb(2, 0, 36);
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 0) 0%,
    rgb(253 248 238 / 87%) 68%,
    rgba(253, 248, 238, 1) 100%
  );
  z-index: 1;
}

.banner-over-lay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /*background: linear-gradient(356deg, rgb(255 100 100 / 0%) 0%, rgb(247 210 92 / 0%) 47%, rgb(255 255 255) 100%);*/
}

#carouselExampleCaptions {
  padding-top: 40px;
}
#carouselExampleCaptions .owl-carousel {
  height: 96vh;
}
#carouselExampleCaptions .item {
  position: relative;
  height: 96vh;
}
#carouselExampleCaptions .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 96vh;
  background: linear-gradient(
    180deg,
    rgb(255 100 100 / 0%) 0%,
    rgb(0 0 0 / 40%) 46%,
    rgb(0 0 0 / 74%) 87%
  );
  z-index: 2;
}

.banner-inner {
  position: absolute;
  width: 100%;
  height: 96vh;
  display: flex;
  align-items: flex-end;
  z-index: 9;
  bottom: 0;
  padding: 0 0 130px 0;
  text-align: center;
}
.banner-inner p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.banner-text {
  width: 100%;
  margin: 0 0 5px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  color: #ffc200;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.5);
}

.banner-btn {
  line-height: 61px;
  font-weight: 400;
  color: #fff;
  background: #7cd853;
  padding: 0px 30px 0px 30px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  border-width: 2px;
  border-color: #7cd853;
  border-style: solid;
  text-align: center;
  max-width: 200px;
  width: 200px;
  height: 65px;
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  border-radius: 10px;
  box-shadow: 0 1px 10px rgb(0 0 0 / 14%);
}
.banner-btn:hover {
  background: #f00;
  color: #ffffff;
  border-color: #f00;
}
.ab_readmoret {
  z-index: 1;
  position: relative;
  text-align: center;
}
.clouds_b.color_ash svg path {
  fill: #f2f6ff !important;
}

.bg_whait {
  background-color: #fff;
}
.welcome_fit .svg-1 path {
  fill: #ffffff;
}
.welcome_fit .svg-2 path {
  fill: #ffffff;
}

.poldgty {
  position: relative;
  z-index: 3;
}
/*.banner_bottomimg{position: relative;}*/
.typomk {
  margin-bottom: 0 !important;
  padding-bottom: 245px !important;
}
.f_clouds svg {
  position: absolute;
  bottom: -2px;
  z-index: 2;
  width: 100%;
  height: 16.8vw;
}
.f_clouds svg path {
  fill: #1cd8e0 !important;
}

.clouds_b svg {
  position: absolute;
  bottom: -70px;
  z-index: 2;
  width: 100%;
  height: auto;
}

.clouds_b svg path {
  fill: #fff !important;
}

.clouds_bb svg {
  position: absolute;
  top: -71px;
  transform: scaleX(-1) rotate(180deg);
  width: 100%;
  height: auto;
}
.clouds_bb svg path {
  fill: #fff !important;
}

.welcome_fit .clouds_b svg {
  position: absolute;
  bottom: -1px;
  z-index: 2;
  width: 100%;
  height: 9.4vw;
}

.aboybottom {
  position: absolute;
  bottom: -47px;
  z-index: 2;
}
.banner_bottomimg .svg-1 {
  position: absolute;
  bottom: -2px;
  z-index: 2;
}
.banner_bottomimg .svg-1 path {
  fill: #f2f6ff;
}
.banner_bottom_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}
.banner_bottom_text .containt {
  padding-top: 16px;
}
.banner_bottom_text .containt h2 {
  width: 100%;
  margin: 0 0 5px;
  font-size: 3.45em;
  font-weight: 900;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 1.1;
  color: #3d61cb;
}
.banner_bottom_text .containt p {
  font-size: 20px;
  line-height: 30px;
  color: #df0c58;
  margin-bottom: 0px;
  font-weight: 600;
}
.menutop_btn {
  margin-left: 30px;
  line-height: 59px;
  font-weight: 400;
  color: #fff;
  background: rgb(228 30 233);
  padding: 0px 0px 0px 0;
  overflow: hidden;
  border-width: 2px;
  border-color: rgb(228 30 233);
  border-style: solid;
  text-align: center;
  max-width: 166px;
  width: 164px;
  height: 55px;
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  border-radius: 10px;
  box-shadow: 0 1px 10px rgb(0 0 0 / 14%);
}
.menutop_btn:hover {
  color: #fff;
  background: #f00;
  border-color: #f00;
}

.about_us img {
  max-width: 100%;
}
.imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
/*.imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 3px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
}*/

.header {
  width: 100%;
  position: absolute;
}
.imageContainer img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}

.display-2 {
  font-family: "Nunito", sans-serif;
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 767px) {
  .about_us .right-wrapper {
    text-align: left;
  }
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 0rem;
  font-size: 3rem;
  font-weight: 900;
}
.contaibody_p p {
  font-family: "Muli", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}

.btn_effet .mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}
.btn_effet .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff817c !important;
  border-color: #ff817c !important;
  color: #ffffff !important;
}

.btn {
  color: initial;
  border-radius: 0;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.7;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}
.btn_effet .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.btn {
  border-radius: 35px;
  width: 230px;
  height: 66px;
  font-size: 18px;
  text-shadow: 0 2px 1px rgb(0 0 0 / 13%);
  font-weight: 900;
  box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
}
.btn_effet .svg1 {
  position: absolute;
  padding: 3px;
}
.btn_effet .inner-dashed-border {
  stroke: #ffffff;
}
.inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-animation: dashed_border_running 20s linear infinite both;
  animation: dashed_border_running 20s linear infinite both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.btn_effet .inner-dashed-border {
  stroke: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}

.features1 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  height: 100%;
}
.contact_page .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff0;
  background-clip: initial;
  border: initial;
  border-radius: initial;
  padding: 0;
}
.contact_page h3 {
  font-style: normal;
  line-height: 1.1;
  color: #12265a;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 900;
}
.pcoader p {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #001587;
  line-height: 27px;
}

.features1 .card-1 .inner-dashed-border {
  stroke: #ff9292;
}

.features1 .card-2 .inner-dashed-border {
  stroke: #45b3df;
}

.features1 .card-3 .inner-dashed-border {
  stroke: #ffc85b;
}

.features1 .card-1 .card-box h4 {
  color: #ff9292;
  font-size: 3.75rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1.5rem;
}
.features1 .card-2 .card-box h4 {
  color: #45b3df;
  font-size: 3.75rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1.5rem;
}
.features1 .card-3 .card-box h4 {
  color: #ffc85b;
  font-size: 3.75rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1.5rem;
}
.features1 .card .inner-dashed-border {
  animation-play-state: running;
  /*stroke: #ffffff;*/
}
.features1 .svg1 {
  padding: 3px;
  position: absolute;
}
.contact_page {
  margin-bottom: 35px;
}
.features1 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.features1 .card-box {
  padding: 17px;
  text-align: center;
}
.features1 .card .inner-dashed-border:hover {
  animation-play-state: running;
  /*stroke: #ffffff;*/
}
/*@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}*/
/*.features1 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}*/
.welcome_fit {
  position: relative;
  padding: 100px 0 100px 0;
  background-color: #cce10b;
}
.animation {
  position: absolute;
  bottom: 5%;
  left: 10%;
  animation: betterfly 5s infinite;
}
.animation-two {
  position: absolute;
  bottom: 22%;
  right: 0%;
  animation: betterfly-two 5s infinite;
}
.features1 {
  position: relative;
  z-index: 3;
  padding: 60px 0 80px 0;
}
.teacher-shapeb4 {
  position: absolute;
  top: 15%;
  left: 10%;
}
.header-bottom {
  padding: 40px 0 10px 0;
}
.teacher-shape {
  position: absolute;
  top: 10%;
  left: 2%;
  z-index: -1;
}
.teacher-shape-one {
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: -1;
}
.teacher-shape-one3 {
  position: absolute;
  top: 12%;
  right: 15%;
}
.teacher-shape-one2 {
  position: absolute;
  bottom: 3%;
  right: 1%;
  z-index: 3;
}
.pad-90 {
  padding-top: 90px;
  padding-bottom: 45px;
}

.gallery img {
  border-radius: 12px;
}
.Quick_Links img {
  max-width: 100%;
}
.mr_55 {
  margin-right: 35px;
}
.Quick_Links {
  background: #f2f6ff;
  position: relative;
  z-index: 11;
  padding: 100px 0 150px 0;
}
.Quick_Links .svg-1 {
  position: absolute;
  top: -76px;
  z-index: 2;
}
.mt50 {
  margin-bottom: 84px;
}
/*testi*/

.mbr-text1 {
  background-color: #fff;
}
.testimonial .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
  font-family: "Muli", sans-serif;
  font-size: 1.1rem;
  padding: 2rem;
  margin-top: 25px;
}
.testimonial .mbr-text span {
  font-size: 11em;
  position: absolute;
  z-index: 9;
  color: #e490a7;
}
.quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.quote_svg1 {
  fill: #fa9db7;
}
/*.testimonial .mbr-text::after {
    content: "“";
    display: inline-block;
    position: absolute;
    top: -1rem;
    left: 1rem;
    font-size: 15rem;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 0.23);
    transition: inherit;
}*/
.testimo-wrapper p {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: #000;
}
.mbr-text2 {
  background-color: #45b3df;
}
.quote_svg2 {
  fill: #45b3df;
}
.lefttesti {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}

.gallery-item {
  position: relative;
  margin-bottom: 25px;
  padding: 15px;
  background: #ffff;
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 18%);
  border-radius: 12px;
}
.rtj {
  position: relative;
}
.gallery-item .rtj:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    176deg,
    #03a9f42b 0%,
    #03a9f442 47%,
    #2196f3e3 100%
  );
  opacity: 9;
  transition: all 0.3s ease 0s;
  border-radius: 12px;
}
.sub_tittle_gallery {
  font-style: normal;
  line-height: 1.1;
  color: #12265a;
  font-size: 22px;
  font-weight: 800;
  padding: 19px 2px 22px;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
.gallery-item .gallery-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-item .gallery-desc .image-popup {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 55px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.gallery-item:hover .gallery-desc .image-popup {
  opacity: 9;
}

/*gallery_popup*/

.gallery .item img {
  width: 100%;
  height: auto;
}

.gallery_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 0 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.gallery_modal .modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 100%;
}
.gallery_modal .close {
  color: #f1f1f1;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.gallery_modal .close:hover,
.gallery_modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#carouselExampleCaptions .carousel-item {
  height: 88vh;
}
#carouselExampleCaptions .carousel-item img {
}

/*gallaery_popup_End*/

.header-box-single {
  /*padding: 80px 40px 180px 40px;*/
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  box-shadow: 0 0px 0px rgb(0 0 0 / 50%);
}
.header-box-single:hover {
  transform: translate(0px, -9px);
  box-shadow: 0 8px 12px rgb(0 0 0 / 50%);
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}

.box-text {
  position: absolute;
  top: 10%;
  left: 10%;
  transition: 0.5s;
  right: 10%;
  transform: translate(0%, 84%);
  z-index: 1;
}
.header-box-single:hover .box-text {
  transform: translate(1%, 1%);
}
.header-box-single h4 {
  font-size: 25px;
  font-weight: 700;
}
.header-box-single p {
  color: #fff;
  font-size: 18px;
  padding: 15px 0px 25px 0px;
  line-height: 29px;
  opacity: 0.2;
  height: 295px;
}
.header-box-single:hover p {
  opacity: 9;
}

.header-box-single::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0px 0px;
  z-index: 1;
  transform: translate(0%, 0%);
  transition: background 0.4s ease;
}

.header-bottom div:nth-child(1) .header-box-single::before {
  background: linear-gradient(179deg, #8c50e200 0%, #8c50e200 47%, #5798fe 85%);
}
.header-bottom div:nth-child(2) .header-box-single::before {
  background: linear-gradient(176deg, #eb602500 0%, #eb602500 47%, #d5399d 85%);
}
.header-bottom div:nth-child(3) .header-box-single::before {
  background: linear-gradient(176deg, #0092b800 0%, #0092b800 40%, #ffae00 85%);
}

.header-bottom div:nth-child(1) .header-box-single:hover::before {
  background: linear-gradient(0deg, #8c50e200 0%, #8c50e200 0, #5798fe 0);
}
.header-bottom div:nth-child(2) .header-box-single:hover::before {
  background: linear-gradient(0, #eb602500 0%, #eb602500 0, #d5399d 0);
}
.header-bottom div:nth-child(3) .header-box-single:hover::before {
  background: linear-gradient(0, #0092b800 0%, #0092b800 0%, #ffae00 0);
}

.header-box-single img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.posuti_rel {
  background: #6cb0f9db;
  padding: 25px;
  border-radius: 20px;
  position: absolute;
  margin-top: 105px;
}

.posuti_rel h5 {
  font-size: 20px;
  margin-bottom: 2px;
  padding-bottom: 4px;
  color: #d6ff00;
  font-weight: 900;
}
.posuti_rel p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0;
}

.foort_corm_c .form-control {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #ebe9e5;
  color: #70747f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  font-size: 1rem;
}

.foort_corm_c .form-group {
  margin-bottom: 11px;
}

/*contact_end*/

.form-control {
  font-family: "Muli", sans-serif;
  font-size: 1.1rem;
}
.form-control {
  padding: 0.8rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #ebe9e5;
  color: #70747f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 26px;
}
.form_conatct .form-row > .col,
.form_conatct .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form_conatct .form-group {
  margin-bottom: 1.2rem;
}
.form_conatct textarea {
  min-height: 150px;
}

/*footer*/
footer {
  background-color: #393d72;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.footer1 .svg-1 {
  position: absolute;
  top: -71px;
  transform: scaleX(-1) rotate(180deg);
  z-index: 18;
}
.footer1 .svg-1 path {
  fill: #393d72;
}
.footer1 h3 {
  text-align: left;
  color: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: "Nunito", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.6;
}

.footer1 .list-item {
  display: flex;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.footer1 .list-item .item-image,
.footer1 .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.footer1 .item-image {
  margin-right: 2rem;
}
.footer1 .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.footer1 .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.footer1 .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}

.footer1 h5 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 1px;
}
.footer1 p {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  line-height: 2;
  letter-spacing: 0;
  font-size: 1.1rem;
  font-weight: 400;
}
.footer1 ul li {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
.footer1 ul li a {
  color: #fff;
}

.testimonial .svg-1 {
  position: absolute;
  top: -4.3vw;
  z-index: 2;
  width: 100%;
  height: 4.4vw;
}
.gallery {
  background: #fbeb0d;
  position: relative;
  z-index: 11;
  padding: 80px 0 200px 0;
}
.tpad-90 {
  padding-bottom: 142px;
  margin-bottom: 13px;
}
.testimonial .svg-1 path {
  fill: #f2f6ff;
}
.events__shape img.events-6-shape {
  position: absolute;
  bottom: -3%;
  right: 0;
  -webkit-transform: translate(-58%, -12%);
  -moz-transform: translate(-58%, -12%);
  -ms-transform: translate(-58%, -12%);
  transform: translate(-58%, -12%);
}
.events__shape img.events-5-shape {
  position: absolute;
  bottom: -3%;
  left: 28%;
  -webkit-transform: translate(-165%, -12%);
  -moz-transform: translate(-165%, -12%);
  -ms-transform: translate(-165%, -12%);
  transform: translate(-185%, -12%);
}
.events__shape img.events-4-shape {
  position: absolute;
  top: 30%;
  right: 6%;
  -webkit-transform: translate(-165%, -52%);
  -moz-transform: translate(-165%, -52%);
  -ms-transform: translate(-165%, -52%);
  transform: translate(-165%, -52%);
}

.events__shape img.events-1-shape {
  position: absolute;
  top: 60%;
  left: 53%;
  -webkit-transform: translate(-165%, -52%);
  -moz-transform: translate(-165%, -52%);
  -ms-transform: translate(-165%, -52%);
  transform: translate(-165%, -52%);
}
.events__shape img.events-2-shape {
  position: absolute;
  top: 60%;
  left: 30%;
  -webkit-transform: translate(-350%, -176%);
  -moz-transform: translate(-350%, -176%);
  -ms-transform: translate(-350%, -176%);
  transform: translate(-350%, -176%);
}
.events__shape img.events-3-shape {
  position: absolute;
  top: 60%;
  left: 30%;
  -webkit-transform: translate(-350%, -176%);
  -moz-transform: translate(-350%, -176%);
  -ms-transform: translate(-350%, -176%);
  transform: translate(-214%, 97%);
  z-index: 9;
}
.testimonial {
  background: #f2f6ff;
  position: relative;
  z-index: 12;
  padding: 60px 0 310px 0;
}
.lefttesti .image-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-rGzFaWunEs .title-block {
  margin-left: 1rem;
}
h3.testimonial-title {
  margin-left: 15px !important;
  font-weight: 900;
  color: #12265a;
  margin: 0;
  font-family: "Muli", sans-serif;
  font-size: 2.7rem;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
}
.Quick_Links h3 {
  color: #3d61cb;
  font-family: "Nunito", sans-serif;
  font-size: 3rem;
  text-align: left;
  font-weight: 900;
  margin-bottom: 35px;
}

.links {
  display: flex;
  align-items: center;
}
.links h4 {
  margin-bottom: 0;
}
.downloade_links {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.cust-alert {
  padding: 0;
  margin-bottom: 0;
  position: unset;
  height: auto;
  float: left;
  width: 100%;
  color: #ff0000;
  text-align: center;
}

.downloade_links h4 a {
  display: inline-block;
  /* vertical-align: bottom; */
  margin-bottom: 0;
  color: #eb0160;
  font-family: "Nunito", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 35px;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
}
.downloade_links h4 a:hover {
  color: red;
}
.Quick_Links .card-img {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 20px 20px 0 rgb(216 227 255);
}
.Quick_Links img {
  width: 100%;
}
.Quick_Links .row {
  align-items: center;
}
.downloade_links i {
  color: #ff5584;
}

.downloade_links .icon1 {
  font-size: 2rem;
  margin-right: 10px;
  font-weight: 300;
  color: #eb0160;
}
.downloade_links .links:hover .icon1 {
  color: red;
}
.downloade_links .links:hover .icon2 {
  color: red;
}

.downloade_links .links:hover .icon3 {
  color: red;
}

.downloade_links .icon2 {
  font-size: 2rem;
  margin-right: 10px;
  font-weight: 300;
  color: #eb0160;
}
.downloade_links .icon3 {
  font-size: 2rem;
  margin-right: 10px;
  font-weight: 300;
  color: #eb0160;
}
.pb55 {
  padding-bottom: 100px;
}
.quick_bottomimg .svg-1 path {
  fill: #f2f6ff;
}

@media (max-width: 991px) {
  .mobile-open-btn {
    display: block;
    width: 31px;
    height: 21px;
    position: relative;
  }
  .mobile-open-btn span {
    width: 100%;
    display: block;
    height: 2px;
    background: #1a3f68;
    border-radius: 1px;
    position: absolute;
    transition: all 500ms;
    transition-delay: 500ms;
    opacity: 1;
    visibility: visible;
  }
  .mobile-open-btn.hide span {
    visibility: hidden;
    opacity: 0;
  }
  .mobile-open-btn span:nth-child(1) {
    left: 0;
    top: 0;
  }
  .mobile-open-btn span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-open-btn span:nth-child(3) {
    left: 0;
    bottom: 0;
  }
  .mobile-close-btn {
    display: block;
    width: 40px;
    height: 30px;
    position: fixed;
    left: 50%;
    bottom: 60px;
    z-index: 99999;
    transform: translateX(-50%);
    padding: 10px;
  }
  .mobile-close-btn span {
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
  }
  .mobile-close-btn span:nth-child(1) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition-delay: 200ms;
  }
  .mobile-close-btn span:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition-delay: 400ms;
  }

  .mobile-close-btn.active span {
    visibility: visible;
    opacity: 1;
  }
  .mobile-close-btn.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    transition-delay: 1600ms;
  }
  .mobile-close-btn.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
    transition-delay: 1800ms;
  }
  .navigation li a {
    color: #fff;
  }
  .navigation {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2d4073;
    left: -100%;
    top: 0;
    text-align: center;
    justify-content: center;
    z-index: 9999;
    flex-wrap: wrap;
    padding: 100px 0 200px;
    box-sizing: border-box;
    transition: all 500ms;
    transition-delay: 800ms;
  }
  .navigation.active {
    left: 0;
  }
  .navigation li {
    width: 100%;
    margin: 15px 0;
  }
  .header-nav.active .navigation li a {
    color: #fff;
  }
  .header-nav.active .mobile-open-btn span {
    background: #000;
  }

  .header-box-single {
    min-height: unset;
  }
  .header-box-single h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
  }
}

/*contact_us*/
.contact-info-area {
  padding: 90px 0;
}
.contact-info-title {
  font-size: 28px;
}
.contact-address-wrap {
  padding: 30px 25px;
  margin: 30px 0;
  background: #fff;
  box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
}
.available-text {
  font-size: 16px;
  line-height: 30px;
  color: #5b5b5b;
  max-width: 370px;
}
.position-relative {
  position: relative !important;
}
.submit-form input,
.submit-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  background: none;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.submit-form .contact-submit-btn {
  font-family: Value Sans Pro;
  font-weight: 500;
  color: #071311;
  background-color: #fbae3d;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: none;
  padding: 11px 39px;
}
.contact-address-wrap .contact-address-box:not(:last-child) {
  margin-bottom: 20px;
}
.contact-address-wrap .contact-address-box i {
  color: #000a83;
  margin-right: 20px;
  line-height: 1;
  font-size: 17px;
}
.contact-address-wrap .contact-address-box h3 {
  font-weight: 400;
  font-size: 18px;
}
.contact-address-wrap .contact-address-box h3 a {
  color: #000a83;
}
.contact-address-box {
  display: flex;
}

/*about_us*/

.about-one {
  padding-top: 90px;
  padding-bottom: 45px;
}
.about-one__images {
  width: 100%;
  max-width: 576px;
  position: relative;
  right: 70px;
}
.about-one__images img:nth-child(2) {
  position: absolute;
  top: 150px;
  right: 0;
}
.about-one__images img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
.about-one__images-content {
  /*position: absolute;
    top: 0;
    right: 0;*/
  background-color: #0f46ff;
  width: 100%;
  /*max-width: 263px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 130px;
  text-align: center;
}
.about-one__images-content h3 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 17px;
}
.about-one__images-content p {
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.about-one__content .block-title {
  margin-bottom: 20px;
}
.text-left.block-title p {
  justify-content: flex-start;
}
.block-title p {
  font-size: 20px;
}
.block-title h3 {
  margin: 0;
  color: #192d44;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
.block-title h3 {
  font-size: 36px;
  line-height: 1.325;
}
.block-title p span {
  position: relative;
  width: 35px;
  height: 5px;
  display: flex;
  margin-right: 10px;
}
.block-title p span::after,
.block-title p span::before {
  content: "";
  height: 1px;
  width: 25px;
  background-color: #0f46ff;
  position: absolute;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: lineAnim;
}
.block-title p span::before {
  top: 0;
  left: 0;
}
.block-title p span::after {
  bottom: 0;
  animation-name: lineAnimReverse;
  right: 0;
}
.block-title h3 span {
  color: #0f46ff;
  font-weight: 400;
}
.block-title h3 {
  font-size: 36px;
  line-height: 1.325;
}
.about-one__box {
  display: flex;
  margin-top: 20px;
}
.about-one__box > i {
  font-size: 36px;
  color: #0f46ff;
  margin-right: 26px;
}
.about-one__box-content h3 {
  margin: 0;
  font-weight: bold;
  color: #15263b;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}
.about-one__box-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #888888;
}
.about-one__call-box {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.about-one__call-box > i {
  font-size: 33px;
  color: #0f46ff;
  margin-right: 15px;
}
.about-one__call-box p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #192e46;
  line-height: 30px;
}
.about-one__call-box p a {
  font-weight: bold;
  font-size: 22px;
  color: #1a304a;
}
.block-title p {
  margin: 0;
  color: #0f46ff;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dflexg {
  display: flex;
  margin-top: 42px;
}
@media (min-width: 1200px) {
  .about-one .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .about-one__images {
    margin-bottom: 64px; /*180px*/
    right: 0;
  }
}
@media (max-width: 425px) {
  .about-one__images img:nth-child(2) {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
  .about-one__images-content {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
  .dflexg {
    display: flex;
    margin-top: 42px;
    flex-direction: column;
    align-items: center;
  }
  .dflexg .about-one__call-box {
    margin-top: 25px;
  }
  .about-one__images {
    margin-bottom: 76px;
    right: 0;
  }
}

.team-page {
  position: relative;
  display: block;
  padding: 20px 0 90px;
}
.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.team-one__img-box {
  position: relative;
  display: block;
}
.team-one__img {
  position: relative;
  display: block;
  /*background-color: #051c1f;*/
  overflow: hidden;
  z-index: 1;
}
.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 40px 40px;
  margin-top: -60px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.team-one__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #051d20;
  margin: 0;
}
.team-one__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
}
.team-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.team-one__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #0328f8;
  /*border: 2px solid #0159f5;*/
  font-size: 19px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  margin: 0 6px;
}
.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

/*containt-details*/

.details_page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.details_page h1 {
  font-size: 30px;
  line-height: 39px;
  margin: 0 0 12px;
}
.details_page h2 {
  font-size: 25px;
  line-height: 38px;
  margin: 5px 0 5px;
}
.details_page h3 {
  font-size: 20px;
  line-height: 38px;
  margin: 5px 0 5px;
}

.details_page ul {
  width: 100%;
  margin: 12px 0 22px;
  padding-left: 28px;
}
.details_page p {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0 15px;
}
.details_page ul li {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px;
  list-style-type: disc;
}

.details_page .twocolom ul {
  width: 100%;
  margin: 12px 0 22px;
  padding-left: 28px;
}
.details_page .twocolom ul li {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px;
  list-style-type: disc;
}

.bmi-form-image img {
  object-fit: cover;
}
.table_box h2 {
  background: #0155fa;
  color: #fff;
}
.table_box {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.table_box h2 {
  padding: 9px;
}

/*inner_page_start*/

.innerbanner {
  width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .innerbanner {
    height: 445px;
  }
}
.innecont_p ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
.innecont_p ul li {
  font-family: "Muli", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
  list-style: disc;
}

.innecont_p p {
  font-family: "Muli", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.subhed_heding h4 {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(
    to top,
    rgba(250, 157, 183, 0.5),
    rgba(250, 157, 183, 0.5)
  );
  background-repeat: no-repeat;
  background-position: 0% 74%;
  font-size: 25px !important;
  font-weight: 700;
  color: #00293e !important;
}
.subhed_heding {
  margin-bottom: 20px;
}
.box_cont h3 {
  font-size: 25px;
  color: #fff;
  background: #006ea5;
  padding: 6px 6px 6px 17px;
  border-radius: 20px;
}
.box_cont2 h3 {
  font-size: 25px;
  border-radius: 20px;
  color: #fff;
  background: #006ea5;
  padding: 6px 6px 6px 17px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: normal;
}
.box_cont h4 {
  font-size: 20px;
  color: #006ea5;
}

.box_cont h5 small {
  color: #0021cf;
  font-size: 18px;
}

.box_cont2 h2 {
  font-size: 25px;
  color: #006ea5;
}

.box_cont2 h4 {
  font-size: 20px;
  color: #006ea5;
}

.box_cont2 h5 small {
  color: #0021cf;
  font-size: 18px;
}

.Quick_Links .svg-012 {
  position: absolute;
  bottom: -1px;
  z-index: 2;
  width: 100%;
  height: 4.4vw;
}
.quick_bottomimg .svg-012 path {
  fill: #fbeb0d;
}
.testimonial .svg-bo2 {
  bottom: -23px;
  position: absolute;
  z-index: 2;
}
.testimonial .svg-bo2 path {
  fill: #b9df29;
}

/*vertical_tab*/
.tabs.style__vertical .tabs__nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs__nav a:nth-child(1):before {
  font-family: "icomoon" !important;
  content: "\e900";
  font-size: 36px;
  width: 78px;
  height: auto;
  margin-bottom: 15px;
}

.tabs__nav a:nth-child(2):before {
  font-family: "lineicons" !important;
  content: "\eb62";
  font-size: 36px;
  width: 78px;
  height: auto;
  margin-bottom: 15px;
}
.tabs__nav a:nth-child(3):before {
  font-family: "icomoon" !important;
  content: "\e90e";
  font-size: 36px;
  width: 78px;
  height: auto;
  margin-bottom: 15px;
}
.tabs__nav a:nth-child(4):before {
  font-family: "icomoon" !important;
  content: "\e902";
  font-size: 36px;
  width: 78px;
  height: auto;
  margin-bottom: 15px;
}
.tabs__nav a:nth-child(5):before {
  font-family: "icomoon" !important;
  content: "\e9de";
  font-size: 36px;
  width: 78px;
  height: auto;
  margin-bottom: 15px;
}

.tabs.style__vertical {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.tabs.style__vertical .tabs__nav {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-around;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link {
  border: 1px solid #0000;
  border-right: 0;
  /* background: #37597d; */
  display: block;
  color: #37597d;
  font-weight: bolder;
  /* border-radius: 35px; */
  /* width: 200px; */
  height: 89px;
  padding: 0.7rem 1rem;
  margin: 0;
  position: relative;
  text-align: center;
  /* margin-bottom: 14px; */
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 19px;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
  font-weight: bold;
  color: #d83be1;
  border-bottom: solid 1px;
  background: #fff;
}

.tabs.style__vertical .tabs__content {
  flex-grow: 1;
  width: 0;
}

.tabs.style__vertical .tabs__content .tabs__nav_link {
  display: none;
}

.tabs.style__vertical .tabs__content.is__active {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 18px;
  position: relative;
  z-index: 1;
  width: auto;
  border-radius: 9px;
}
.tabs.style__horizontal .tabs__content,
.tabs.style__vertical .tabs__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 841px) {
  .tabs.style__horizontal .tabs__content,
  .tabs.style__vertical .tabs__content {
    /*min-height: 314px;
  margin-bottom: 90px;
  border-radius: 20px;
  margin-left: 3px;*/
  }
}

.tabs.style__horizontal .tabs__content.is__active,
.tabs.style__vertical .tabs__content.is__active,
.tabs__content.is__active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.con_style h2 {
  font-size: 25px;
  color: #003b59;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
  margin-top: 15px;
}

.con_style ul li {
  ffont-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #003b59;
  list-style-type: disc;
  line-height: 27px;
  margin-bottom: 10px;
}
.con_style ul {
  padding-left: 29px;
}

/*responsive_tab*/

.tabs.style__accordion,
.tabs.is__responsive {
  display: block;
}

.tabs.style__accordion .tabs__nav,
.tabs.is__responsive .tabs__nav {
  display: none;
}

.tabs.style__accordion .tabs__nav_link,
.tabs.is__responsive .tabs__nav_link,
.tabs.style__accordion .tabs__content .tabs__nav_link,
.tabs.is__responsive .tabs__content .tabs__nav_link {
  display: block;
  padding: 18px;
  margin: -18px;
  background: #b52bcd;
  color: #fff;
  border-radius: 25px;
}

.tabs.style__accordion .tabs__nav_link.is__active,
.tabs.is__responsive .tabs__nav_link.is__active {
  font-weight: bold;
  margin-bottom: 0;
}

.tabs.style__accordion .tabs__content,
.tabs.is__responsive .tabs__content {
  border: 1px solid #ccc;
  padding: 18px;
  background: #fff;
  margin: 0 0 15px 0 0;
  display: block;
  height: auto;
  flex: none;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  width: auto;
  border-radius: 25px;
  margin-bottom: 9px;
}

.tabs.style__accordion .tabs__content_wrapper,
.tabs.is__responsive .tabs__content_wrapper {
  height: 0;
  transform: scaleY(0);
  overflow: hidden;
  transition: transform 0.2s;
  transform-origin: top left;
}

.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
  /*height: auto;*/
  transform: scaleY(1);
  transform: scaleY(1);
  min-height: 200px;
  overflow: scroll;
  height: 314px;
}

.banner_bottomimg .svgcontact1 {
  fill: #f2f6ff;
}
.banner_bottomimg .svgcontact1 {
  position: absolute;
  bottom: -2px;
  z-index: 2;
}

.asdfg img {
  max-width: 100%;
}
.aewdown {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.pdf_img_d {
  position: relative;
}
.pdf_img_d img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.pdf_img_d {
  cursor: pointer;
  color: #fff;
  /*min-height: 450px;*/
  overflow: hidden;
  position: relative;
}
.pdf_img_d::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(179deg, #8c50e200 0%, #8127ff00 47%, #f2f6ff 85%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0px 0px;
  z-index: 1;
  transform: translate(0%, 0%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.btn_pdf {
  position: absolute;
  top: 44%;
  left: 0%;
  transition: 0.5s;
  right: 0%;
  z-index: 1;
  width: 200px;
  margin: auto;
  text-align: center;
}
.btn_pdf a {
  background: #e91717;
  color: #fff;
  font-size: 15px;
  padding: 15px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.btn_pdf a i {
  font-size: 21px;
  margin-right: 10px;
}

.pdf_cont {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
}

.pdf_cont h3 {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  color: #12265a;
  font-family: "Nunito", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  width: 100%;
}
.pdf_cont h4 {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  color: #284aa1;
  font-family: "Nunito", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  width: 100%;
}
.pdf_cont p {
  font-size: 17px;
  line-height: 26px;
  color: #37597d;
  margin-bottom: 35px;
  font-weight: 600;
}
.pdf_cont ul {
  padding-left: 25px;
}
.pdf_cont ul li {
  font-size: 17px;
  line-height: 25px;
  color: #37597d;
  margin-bottom: 13px;
  font-weight: 600;
  list-style-type: disc;
}
.dot_efet {
  font-size: 30px;
}
.mb_90 {
  padding-bottom: 110px;
}
.btn_pdf a span img {
  width: 23px;
  margin-right: 8px;
}

.card-box.locatio_f address {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  justify-content: center;
  padding: 0 60px;
}
.card-box.locatio_f address strong {
  width: 100px;
}
.card-box.locatio_f address span {
  display: block;
  width: calc(100% - 100px);
  line-height: 27px;
}
.card-box.locatio_f .contact_us strong {
  width: 100px;
}
.card-box.locatio_f .contact_us span {
  font-size: 21px;
  font-weight: bolder;
  color: #004b68;
}
.card-box.locatio_f .contact_us {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  padding: 0 60px;
}
/*.contact_page */
.card-box.locatio_f h3 {
  font-size: 1.3rem !important;
}

.form_conatct {
  padding-bottom: 106px;
  background: #1cd8e0;
  position: relative;
  z-index: 15;
}

/*responsive_start*/

/*title_color_and_bg_color*/
.color_lightd {
  color: #393d72;
}
.abo_p_c {
  color: #000;
}
/*.color_bglight {background-image: linear-gradient(to top, #ff78c4c7, #ff78c487);}*/
.color_red {
  color: #c51605;
}
.color_blue {
  color: #3d61cb;
}
.color_quic {
  color: #6527be;
}
.color_tsti {
  color: #3d61cb;
}
.color_er {
  color: #001c30;
}
.info_1 {
  color: #34c5ff;
}
.info_2 {
  color: #ff457a;
}
.info_3 {
  color: #ffa129;
}

.iner_lightslegt {
  background: #f2f6ff !important;
  padding-bottom: 30px;
  z-index: 19;
}

.iner_lightslegt .container .row:nth-child(even) {
  flex-direction: row-reverse;
}

.iner_lightslegt .banner_bottom_text {
  text-align: left;
}

.Quick_Links.iner_lightslegt {
  padding: 0 !important;
  display: table;
  width: 100%;
}
.inner_con_prog,
.sidhn_page,
.contact_page_box {
  padding-top: 20px;
}

/* ================================================
   Book a Tour Page - New Layout Styles
   Contact Cards Left (Icon Left, Content Right), Form Right
   ================================================ */

/* Contact Form Section */
.contact-form-section {
  padding: 40px 0 60px;
}

/* Left Side - Contact Cards Wrapper */
.contact-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

/* Contact Card Items - Using original dashed border style */
.contact-card-item {
  border-radius: 30px;
  position: relative;
  background: #fff;
}

/* Horizontal Layout - Icon Left, Content Right */
.card-box-horizontal {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  width: 100%;
}

.card-box-horizontal .card-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.card-box-horizontal .card-icon i {
  font-size: 3rem;
  font-weight: 900;
}

.card-box-horizontal .card-content {
  text-align: left;
}

.card-box-horizontal .card-content h3 {
  font-style: normal;
  line-height: 1.1;
  color: #12265a;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 900;
}

.card-box-horizontal .card-content p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #001587;
  line-height: 24px;
  margin-bottom: 0;
}

/* Card Colors - Same as original */
.contact-card-item.card-1 .card-icon i {
  color: #ff9292;
}

.contact-card-item.card-1 .inner-dashed-border {
  stroke: #ff9292;
}

.contact-card-item.card-2 .card-icon i {
  color: #45b3df;
}

.contact-card-item.card-2 .inner-dashed-border {
  stroke: #45b3df;
}

.contact-card-item.card-3 .card-icon i {
  color: #ffc85b;
}

.contact-card-item.card-3 .inner-dashed-border {
  stroke: #ffc85b;
}

.contact-card-item .inner-dashed-border {
  animation-play-state: running;
}

.contact-card-item .svg1 {
  padding: 3px;
  position: absolute;
}

.contact-card-item .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

/* Right Side - Contact Form */
.contact-form-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  height: 100%;
}

.contact-form-wrapper .wrapper-title {
  margin-bottom: 30px;
}

.contact-form-wrapper .wrapper-title h5 {
  color: #12265a;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;
}

.contact-form-wrapper .wrapper-title p {
  color: #37597d;
  font-size: 15px;
  margin-bottom: 0;
}

/* Form Input Styling */
.contact-form-wrapper .form-control {
  border: 2px solid #e8ecf3;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f8fafc;
}

.contact-form-wrapper .form-control:focus {
  border-color: #3d61cb;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(61, 97, 203, 0.1);
}

.contact-form-wrapper .form-control::placeholder {
  color: #9ba5b7;
}

.contact-form-wrapper textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

/* Submit Button */
.contact-form-wrapper .btn-primary {
  background: linear-gradient(135deg, #ff7f50 0%, #ff6b6b 100%);
  border: none;
  padding: 16px 45px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: auto;
  min-width: 200px;
}

.contact-form-wrapper .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
  background: linear-gradient(135deg, #ff6b6b 0%, #ff7f50 100%);
}

/* ================================================
   Form Loader Styles
   ================================================ */

.form-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.form-loader-overlay.active {
  opacity: 1;
  visibility: visible;
}

.loader-content {
  text-align: center;
}

.loader-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.spinner-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: bounce 1.4s ease-in-out infinite both;
}

.spinner-circle:nth-child(1) {
  background: #ff9292;
  animation-delay: -0.32s;
}

.spinner-circle:nth-child(2) {
  background: #45b3df;
  animation-delay: -0.16s;
}

.spinner-circle:nth-child(3) {
  background: #ffc85b;
  animation-delay: 0s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.loader-text {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #12265a;
  margin: 0;
}

/* ================================================
   Thank You Page Styles
   ================================================ */

.thankyou-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 60px 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 40px 0 60px;
}

.thankyou-icon {
  margin-bottom: 30px;
}

.thankyou-icon svg {
  width: 120px;
  height: 120px;
}

.thankyou-icon .checkmark {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawCheck 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

.thankyou-icon svg circle {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  animation: drawCircle 0.8s ease-out forwards;
}

@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

.thankyou-content h2 {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #12265a;
  margin-bottom: 15px;
}

.thankyou-content > p {
  font-size: 17px;
  color: #37597d;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.thankyou-details {
  background: #f8fafc;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 35px;
  text-align: left;
}

.thankyou-details h4 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #12265a;
  margin-bottom: 20px;
  text-align: center;
}

.thankyou-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thankyou-details ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #37597d;
  margin-bottom: 15px;
  font-weight: 500;
}

.thankyou-details ul li:last-child {
  margin-bottom: 0;
}

.thankyou-details ul li i {
  color: #4CAF50;
  font-size: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.thankyou-contact {
  margin-bottom: 35px;
}

.thankyou-contact p {
  font-size: 15px;
  color: #37597d;
  margin-bottom: 10px;
}

.thankyou-contact .phone-link {
  display: inline-flex;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #3d61cb;
  transition: all 0.3s ease;
}

.thankyou-contact .phone-link i {
  margin-right: 10px;
  font-size: 22px;
}

.thankyou-contact .phone-link:hover {
  color: #ff6b6b;
}

.thankyou-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.thankyou-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  height: 60px;
  font-size: 15px;
}

.thankyou-buttons .btn-secondary {
  background: #fff;
  border: 2px solid #3d61cb;
  color: #3d61cb;
}

.thankyou-buttons .btn-secondary:hover {
  background: #3d61cb;
  color: #fff;
}

/* Responsive Adjustments */
@media screen and (max-width: 991px) {
  .contact-form-section {
    padding: 30px 0 50px;
  }
  
  .contact-cards-wrapper {
    margin-bottom: 30px;
  }
  
  .thankyou-wrapper {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-wrapper {
    padding: 30px 25px;
  }
  
  .contact-form-wrapper .wrapper-title h5 {
    font-size: 24px;
  }
  
  .card-box-horizontal .card-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  
  .card-box-horizontal .card-icon i {
    font-size: 2.5rem;
  }
  
  .thankyou-wrapper {
    padding: 40px 25px;
    margin: 30px 0 50px;
  }
  
  .thankyou-content h2 {
    font-size: 28px;
  }
  
  .thankyou-details {
    padding: 25px 20px;
  }
  
  .thankyou-contact .phone-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .contact-form-wrapper {
    padding: 25px 20px;
  }
  
  .contact-form-wrapper .wrapper-title h5 {
    font-size: 22px;
  }
  
  .contact-form-wrapper .wrapper-title p {
    font-size: 14px;
  }
  
  .contact-form-wrapper .btn-primary {
    width: 100%;
    min-width: unset;
  }
  
  .card-box-horizontal .card-icon {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  
  .card-box-horizontal .card-icon i {
    font-size: 2rem;
  }
  
  .card-box-horizontal .card-content h3 {
    font-size: 1rem;
  }
  
  .card-box-horizontal .card-content p {
    font-size: 0.95rem;
  }
  
  .thankyou-wrapper {
    padding: 30px 20px;
  }
  
  .thankyou-content h2 {
    font-size: 24px;
  }
  
  .thankyou-content > p {
    font-size: 15px;
  }
  
  .thankyou-buttons {
    flex-direction: column;
  }
  
  .thankyou-buttons .btn {
    width: 100%;
  }
  
  .loader-spinner {
    gap: 10px;
  }
  
  .spinner-circle {
    width: 16px;
    height: 16px;
  }
  
  .loader-text {
    font-size: 16px;
  }
}