.navbar.navbar-light .navbar-nav .nav-link {
  position: relative;
}

.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #c61f4c !important;
}

.navbar.navbar-light .navbar-nav .nav-link:after {
  content: '';
  display: block;
  height: 1px;
  border-bottom: 1px solid #c61f4c;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.navbar.navbar-light .navbar-nav .nav-link.active:after,
.navbar.navbar-light .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
}

.cstm-value-card .feature-box-icon img {
  width: 100px;

}

.btn {
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  /* margin: 10px; */
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border-radius: 25px;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 400;
}

.btn--changeGradient {
  background: linear-gradient(90deg, #6c1c3e, #c61f4c, #6e1c3e, #c61f4c);
  background-size: 300%;
}

.btn--changeGradient:hover {
  animation: changeGradientAnimation 8s linear infinite;
  color: #fff;
}

@keyframes changeGradientAnimation {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}





.padding-4-half-rem-all {
  padding: 2.5rem;
}

.cstm-border {
  margin: 20px;
}


.link5:hover .color {
  width: calc(100% + 35px);
  background-color: #770c3a;
}

.link5:hover span,
.link5:hover i {
  color: white;
}

/* .interactive-banners-image img {
  height: 400px;
  width: auto;
  object-fit: cover;
} */

.cstm-border:before {
  content: "";
  width: 50%;
  height: 50%;
  border-top: 1px solid;
  border-left: 1px Solid;
  left: -40px;
  top: -40px;
  position: absolute;
  z-index: -1;
  margin: 20px;

}

.cstm-border:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #770c3a;
  position: absolute;
  left: -23px;
  top: -23px;
  border-radius: 50%;

  transition: all 0.3s;

}

.cstm-border:hover:after {
  content: '';
  top: 40%;

}

header .navbar .navbar-brand img,
header .sidebar-nav-menu .navbar-brand img,
header.side-menu .logo img {
  max-height: 90px;
}

cstm-border .feature-box-icon img {
  rotate: 360deg;
}

.cstm-border:hover .feature-box-icon img {
  rotate: 360deg;
}

.section-link btn {
  background: linear-gradient(#e66a8b, #d83662) !important;
}


.custom-key-feature {
  margin-top: -200px !important;

}



.testimonial-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: space-around;

}

.testimonial {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  max-width: 350px;
  text-align: left;
  margin-right: 20px;
  transition: transform 0.3s ease;

}

.testimonial img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.testimonial h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

.testimonial .custom2 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}


.testimonial p {
  font-style: italic;
  color: #555;
  font-size: 16px;
}

.testimonial .author {
  font-weight: bold;
  color: #333;
}

.testimonial .position {
  color: #777;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  background-color: palevioletred;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transform: translateY(-50%);
  z-index: 10;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.prev:hover,
.next:hover {
  background-color: #770c3a;
}

/* .swiper-slide {
    overflow: hidden;
} */


.custom-icon-value {
  color: #770c3a;
}

.map_address {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map_address .pointer_block {
  position: absolute;
  left: 18%;
  top: 40%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}

.map_address .pointer_block .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #7b2449;
  box-shadow: 0 0 0 0 #7b2449;
  animation: ripple 3s infinite;
  transition: .5s;
}

.map_address .pointer_block:hover .point {
  border-color: #7b2449;
}

.map_address .pointer_block .point:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #7b2449;
  transition: .5s;
}

.map_address .pointer_block .point:before {
  position: absolute;
  content: '';
  left: 2px;
  top: 2px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #000000;
  transition: .5s;
}

.map_address .pointer_block:hover .point:before {
  background-color: #7b2449;
}

.map_address .pointer_block:hover .point:after {
  background-color: #7b2449;
}

.map_address .pointer_block:nth-child(1) .point:before,
.map_address .pointer_block:nth-child(3) .point:before {
  animation-delay: .7s;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
  }
}

.map_address .pointer_block .content {
  opacity: 0;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 430px;
  padding: 33px 50px;
  padding-left: 55px;
  bottom: 30px;
  left: -100px;
  transition: 1s;
  transform: translateY(-110%);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  pointer-events: none;
  z-index: 9999;
}

.map_address .pointer_block .content:before {
  position: absolute;
  content: '';
  left: 94px;
  bottom: -38px;
  border: 20px solid transparent;
  border-top-color: #fff;
  overflow: hidden;
  z-index: 9999;
}

.map_address .pointer_block:hover .content {
  opacity: 1;
  transform: translateY(-100%);
}

.map_address .pointer_block .content h4 {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.map_address .pointer_block .content p {
  position: relative;
  font-size: 14px;
  color: #000;
}

.pointer_block.pointer_block_1 {
  left: 45%;
  top: 30%;
}

.pointer_block.pointer_block_2 {
  left: auto;
  right: 30.5%;
  top: 46%;
}

.pointer_block.pointer_block_3 {
  left: 47%;
  top: 30%;
}

.pointer_block.pointer_block_4 {
  left: 15%;
  top: 30%;
}

.pointer_block.pointer_block_5 {
  left: 84%;
  top: 78%;
}

.pointer_block.pointer_block_6 {
  top: 35%;
  left: 50%;
}

.pointer_block.pointer_block_7 {
  top: 35%;
  left: 55%;
}

.pointer_block.pointer_block_8 {
  top: 25%;
  left: 55%;
}

.pointer_block.pointer_block_9 {
  top: 57%;
  left: 77%;
}


.pointer_block.pointer_block_10 {
  left: 47%;
  top: 35%;
}

.pointer_block.pointer_block_11 {
  top: 25%;
  left: 50%;
}

.section_image {
  position: relative;
}

.section_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.brdcrmb {
  position: relative;
  padding-top: 370px;
  padding-bottom: 200px;
}

.brdcrmb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 0px;
  border-top: none !important;
}




/* svg {
    height: 400px;
} */
.svg__box {
  position: absolute;
  top: 34%;
}

.rounded-4 {
  border-radius: 30px;
}

.border-top-0 {
  border-top: 0px !important;

}

.b-bottom-0 {
  border-bottom: 0px !important;
}

.custm-arrow {

  left: auto !important;
  right: 20px;


}

.swiper-scrollbar-drag {
  background: linear-gradient(90deg, #6c1c3e, #c61f4c);
}

.custom-slider-1 .swiper-slide:nth-child(2) img {
  height: 350px;
  object-fit: cover;
}

.custom-slider-1 .swiper-slide:nth-child(3) img {
  height: 300px;
  object-fit: cover;
}

.custom-slider-1 .swiper-slide:nth-child(4) img {
  height: 320px;
  object-fit: cover;
}

.slider-navigation-style-08.swiper-button-next,
.slider-navigation-style-08.swiper-button-prev {
  background-color: rgb(211 32 84);
  color: #fff;
}

.slider-navigation-style-08.swiper-button-next:hover,
.slider-navigation-style-08.swiper-button-prev:hover {
  background-color: #690731;
  color: #ffffff;
}

.text-parrot-green ::before {
  color: white !important;
}

.text-parrot-green ::after {
  color: #690731 !important;
}

.cs_hero.cs_style_1 {
  height: 100vh;
  /* padding: 60px 0 !important; */
}

.cs_hero.cs_style_1 .cs_hero_wrap {
  padding-top: 80px;
  padding-bottom: 110px;
  /* display: flex;
        align-items: center; */
}

/* .cs_hero.cs_style_1 .cs_hero_wrap .container {
        height: auto;
      } */

.cs_hero.cs_style_1 .cs_hero_img {
  top: 0;
  right: 6%;
  bottom: 0;
  max-height: 100%;
}

.cs_hero.cs_style_1 .cs_hero_subtitle {
  margin-bottom: 60px;
}

.cstm_dark_section {
  position: relative;
}

.cstm_dark_section>* {
  position: relative;
  z-index: 2;
}

.cstm_dark_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cstm_dark_section .cs_section_title,
.cstm_dark_section .cs_iconbox_subtitle {
  color: #fff;
}



.glide_slider {
  display: flex;
  /* height: 60vh; */
}

.glide_slider .glide_item {
  /* align-self: center; */
  flex: 1;
  margin: 0 5px;
  /* padding: 30px 0; */
  height: 500px;
  transition: all 0.3s ease-in-out;
}

.glide_slider .glide_item:first-child {
  margin-left: unset;
}

.glide_slider .glide_item:last-child {
  margin-right: unset;
}

.glide_slider .glide_item:hover,
.glide_slider .glide_item.active {
  flex: 2;
  /* padding: 0 0; */
  /* height: 560px; */
}

.glide_slider .glide_item .glide_card {
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.06);
  background-color: transparent;
  display: block;
  height: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.glide_slider .glide_item .glide_card:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 15%, #000 100%);
}

.glide_slider .glide_item .glide_card img {
  height: 100%;
  object-fit: cover;
}

.glide_slider .glide_item .glide_card .glide_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.1s ease-in-out;
}

.glide_slider .glide_item:hover .glide_card .glide_content,
.glide_slider .glide_item.active .glide_card .glide_content {
  bottom: 0;
  padding: 30px 15px;
  transition: all 0.1s ease-in-out;
  text-align: center;
}

.glide_slider .glide_item .glide_card .glide_content .icon {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
  filter: invert(1);
}

.glide_slider .glide_item .glide_card .glide_content .glide_title {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.glide_slider .glide_item .glide_card .glide_content .glide_txt {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0;
}

.glide_slider .glide_item:hover .glide_card .glide_content .glide_title,
.glide_slider .glide_item.active .glide_card .glide_content .glide_title,
.glide_slider .glide_item:hover .glide_card .glide_content .glide_txt,
.glide_slider .glide_item.active .glide_card .glide_content .glide_txt {
  margin-bottom: 15px;
}

.glide_slider .glide_item .glide_card .glide_content .glide_btn a {
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  padding: 3px 30px;
  letter-spacing: 1px;
}

.glide_slider .glide_item .glide_card .glide_content .glide_txt,
.glide_slider .glide_item .glide_card .glide_content .glide_btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(200%);
  transition: all 0.3s ease-in-out;
}

.glide_slider .glide_item:hover .glide_card .glide_content .glide_txt,
.glide_slider .glide_item.active .glide_card .glide_content .glide_txt,
.glide_slider .glide_item:hover .glide_card .glide_content .glide_btn,
.glide_slider .glide_item.active .glide_card .glide_content .glide_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 1.2s ease-in-out;
  transition-delay: 0.6s;
}

.glide_slider .glide_item .glide_card .glide_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.1s ease-in-out;
}

.glide_slider .glide_item:hover .glide_card .glide_content,
.glide_slider .glide_item.active .glide_card .glide_content {
  bottom: 0;
  padding: 30px 15px;
  transition: all 0.1s ease-in-out;
  text-align: center;
}

.glide_slider .glide_item .glide_card .glide_content .icon {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
  filter: invert(1);
}

.glide_slider .glide_item .glide_card .glide_content .glide_title {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.glide_slider .glide_item .glide_card .glide_content .glide_txt {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0;
}

.glide_slider .glide_item:hover .glide_card .glide_content .glide_title,
.glide_slider .glide_item.active .glide_card .glide_content .glide_title,
.glide_slider .glide_item:hover .glide_card .glide_content .glide_txt,
.glide_slider .glide_item.active .glide_card .glide_content .glide_txt {
  margin-bottom: 15px;
}

.glide_slider .glide_item .glide_card .glide_content .glide_btn a {
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  padding: 3px 30px;
  letter-spacing: 1px;
}

.glide_slider .glide_item .glide_card .glide_content .glide_txt,
.glide_slider .glide_item .glide_card .glide_content .glide_btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(200%);
  transition: all 0.3s ease-in-out;
}

.glide_slider .glide_item:hover .glide_card .glide_content .glide_txt,
.glide_slider .glide_item.active .glide_card .glide_content .glide_txt,
.glide_slider .glide_item:hover .glide_card .glide_content .glide_btn,
.glide_slider .glide_item.active .glide_card .glide_content .glide_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 1.2s ease-in-out;
  transition-delay: 0.6s;
}

.cl_p {
  color: #770c3a;

}

.cs_form_field {
  border-radius: unset;
  border: 1px solid rgb(0 0 0 / 50%);
}

.cstm_monitoring {
  position: absolute;
  left: 6%;
  bottom: 15%;
}

.cs_perloader .cs_perloader_in {
  /* position: relative; */
}

.cs_perloader .cs_perloader_in svg {
  width: 300px;
  height: 110px;
}

.cs_perloader .cs_wave_first svg {
  fill: rgba(48, 123, 196, 0.15);
}

.cs_perloader .cs_wave_second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  --webkit-animation: spark 3.5s linear infinite;
  animation: spark 3.5s linear infinite;
}

.cs_perloader .cs_wave_second svg {
  fill: #770c3a;
}

@-webkit-keyframes spark {
  0% {
    max-width: 0;
  }

  100% {
    max-width: 100%;
  }
}

@keyframes spark {
  0% {
    max-width: 0;
  }

  100% {
    max-width: 100%;
  }
}



#map_1 {
  pointer-events: none;
}

#map_1 .jvm-zoom-btn.jvm-zoomin,
#map_1 .jvm-zoom-btn.jvm-zoomout,
#map_1 #jvm-markers-group,
#map_1 #jvm-regions-group {
  pointer-events: auto !important;
}

.marker_flag {
  position: relative;
  /* top: 50%;
  left: 50px; */
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  text-align: center;
}

.marker_flag img {
  width: 50px;
  margin-right: 10px;
}

.marker_flag .cs_address {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--secondary_color);
}





@media screen and (max-width: 1440px) {
  .bd-roomview__pagination .swiper-pagination-bullet:nth-child(3) {
    margin-top: -55px;
  }
  .cstm-step-2 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(6) {
    margin-top: -40px;
}

.cstm-step-2 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(5) {
    margin-top: -62px;
}

.cstm-step-3 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(8) {
    margin-top: -73px;
}

.cstm-step-3 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(9) {
    margin-top: -56px;
}
/*.bd-swiper-navigation {
    
    bottom: 70px;
   
}*/
.cstm-step-4 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(4) {
    margin-top: -50px;
}
.cstm-step-5 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(5) {
        margin-top: -68px;
    }
    .cstm-step-5 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(6) {
    margin-top: -50px;
}
    .cstm-step-6 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(4) {
    margin-top: -52px;
}
.cstm-step-7 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(8) {
    margin-top: -75px;
}
.cstm-step-7 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(9) {
    margin-top: -59px;
}

.cstm-step-8 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(6) {
    margin-top: -73px;
}
.bd-roomview__pagination .swiper-pagination-bullet:nth-child(7) {
    margin-top: -50px;
}
.cstm-step-9 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(8) {
    margin-top: -73px;
}
.cstm-step-9 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(9) {
    margin-top: -51px;
}
.cstm-step-10 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(9) {
    margin-top: -75px;
}
.cstm-step-10 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(10) {
    margin-top: -56px;
}

}



@media screen and (max-width: 1190px) {
  .cstm-step-3 .hero_cta {
    
    display: none;
}

.cstm-step-7 .hero_cta {
    
    display: none;
}
.cstm-step-9 .hero_cta {
    
    display: none;
}
.cstm-step-10 .hero_cta {
    
    display: none;
}

.cstm-step-8 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(6) {
        margin-top: -62px;
    }
.cstm-step-8 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(7) {
        margin-top: -43px;
    }


}




@media screen and (min-width: 992px) {
  #map_1 {
    height: 550px;
  }

}



@media screen and (max-width: 992px) {
  .bd-roomview__pagination .swiper-pagination-bullet:nth-child(3) {
    margin-top: -43px;
  }
  .cstm-step-5 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(4) {
    margin-top: -64px;
}
.cstm-step-8 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(6) {
        margin-top: -59px;
    }



}








@media screen and (max-width: 991px) {
  .glide_slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .glide_slider .glide_item {
    height: 300px;
    margin-bottom: 15px;
  }

  #map_1 {
    height: 450px;
  }

  .cstm_monitoring {
    bottom: 0;
  }

  header .navbar .navbar-brand img,
  header .sidebar-nav-menu .navbar-brand img,
  header.side-menu .logo img {
    max-height: 50px;
  }

  .md-no-overlap-section~section .overlap-section .box-shadow-large {
    border-radius: unset;
  }

  .table-responsive.cstm_career_table th,
  .table-responsive.cstm_career_table td {
    font-size: 12px;
    line-height: 1.5;
  }

  .table-responsive.cstm_career_table a .btn--changeGradient {
    font-size: 12px !important;
  }
  
  
}






@media screen and (max-width: 768px) {
  .hero_cta {
  display: none;
}
/*.bd-swiper-navigation {
    
    bottom: 43px;

  }*/



.cstm-padding-moble {
    padding-top: 0px;
}
.bd-swiper-navigation button {
    height: 30px;
    width: 30px;
    
}
.cstm-step-8 .bd-roomview__pagination .swiper-pagination-bullet:nth-child(6) {
        margin-top: -62px;
    }

}




@media screen and (max-width: 767px) {
  .glide_slider {
    display: block;
  }

  .glide_slider .glide_item {
    height: 300px;
    margin-bottom: 15px;
  }

  #map_1 {
    height: 300px;
  }

  .cstm_monitoring {
    bottom: 0;
  }

  header .navbar .navbar-brand img,
  header .sidebar-nav-menu .navbar-brand img,
  header.side-menu .logo img {
    max-height: 50px;
  }

  .md-no-overlap-section~section .overlap-section .box-shadow-large {
    border-radius: unset;
  }

  .table-responsive.cstm_career_table th,
  .table-responsive.cstm_career_table td {
    font-size: 10px;
    line-height: 1.5;
  }

  .table-responsive.cstm_career_table a .btn--changeGradient {
    font-size: 10px !important;
  }
  
.bd-swiper-navigation {
   bottom: 50px;
}

.bd-swiper-navigation.cstm-step-4 {
    bottom: 120px;
}
.cstm-p-relative.cstm-p-mobile-1 {
    padding-top: 200px;
}
    .bd-swiper-navigation.cstm-step-6{
        bottom: 35px;
    }
 .bd-swiper-navigation.cstm-step-9{
        bottom: 200px;
    }
    .cstm-p-relative.cstm-p-mobile-2 {
    padding-top: 20px;
}
.bd-swiper-navigation.cstm-step-10{
        bottom: 200px;
    }
    .cstm-p-relative.cstm-p-mobile-10 {
    padding-top: 200px;
}
  .cstm-p-relative.cstm-p-mobile {
    padding-top: 20px;
  }
  h4.cstm-slider-text {
    font-size: 25px;
}

.cstm-p-relative.cstm-p-mobile-1 {
    padding-top: 200px;
}

.cstm-p-relative.cstm-p-mobile-2 {
        padding-top: 200px;
    }

.cstm-p-relative.cstm-p-mobile-5 {
    padding-top: 200px;
}
.cstm-p-relative.cstm-p-mobile-6 {
    padding-top: 220px;
}


}
/*pop up from css*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Сам popup */
.popup {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.3s ease;
  position: relative;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.popup h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.popup label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 15px 0 5px;
}

.popup input[type="text"],
.popup input[type="tel"] {
  width: 100%;
  padding: 12px 15px;
  border-radius: 12px;
  border: 1px solid #d2d2d7;
  font-size: 15px;
  outline: none;
  transition: all 0.2s ease;
}

.popup input:focus {
  border-color: #0071e3;
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.2);
}

.consent {
  margin: 20px 0;
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
}

.consent input {
  margin: 0;
  transform: scale(1.2);
  cursor: pointer;
}

.consent label {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.consent a {
  color: #0071e3;
  text-decoration: none;
  border-bottom: 1px solid #0071e3;
}

.popup button.submit {
  width: 100%;
  padding: 14px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popup button.submit:hover {
  background: #333;
}

.error {
  font-size: 12px;
  color: red;
  margin-top: 4px;
}

.success-message {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 40px 0;
}

/* кнопка закрытия */
.popup .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #666;
}

.career_section {
	padding: 120px 0px;
}

	.career_section .career_list_item {
		border: 2px solid #eaeaea;
	}

		.career_section .career_list_item .course_list_item {
			width: 100%;
			padding: 35px;
			-webkit-transition: .3s all ease-in-out;
			transition: .3s all ease-in-out;
			border-bottom: 2px solid #eaeaea;
		}

			.career_section .career_list_item .course_list_item:hover {
				-webkit-box-shadow: 0px 16px 32px 0px rgba(21, 36, 64, .1);
				box-shadow: 0px 16px 32px 0px rgba(21, 36, 64, .1);
			}

				.career_section .career_list_item .course_list_item:hover .apply_btn {
					color: #fff;
				}

				.career_section .career_list_item .course_list_item:hover .hover-btn:before,
				.career_section .career_list_item .course_list_item:hover .hover-btn:after {
					width: 100%;
				}

		.career_section .career_list_item:last-child {
			border-bottom: none;
		}

	.career_section .career_titletag_meta {
		width: 70%;
		float: left;
	}

		.career_section .career_titletag_meta .time_period {
			font-size: 12px;
			font-weight: 700;
			padding: 5px 12px;
			border-radius: 20px;
			color: #223f83;
			
			background-color: rgb(77 164 213 / 17%);
		}
li.course_list_item {
    list-style: none;
}