@charset "UTF-8";
@import url("../font/font.css");
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  /* padding-top: 7.40939597315vh; */
  padding: 0;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Graphik;
  font-style: normal;
  font-weight: 700;
}

.page-link:focus {
  color: #667085;
}

.page-link {
  /* color: #667085 !important; //pagination active */
}

.padding_info {
  padding: 0px 90px;
}

a {
  text-decoration: none;
}

.heading {
  font-family: "Graphik";
  font-weight: 700 !important;
}

.scroll-item {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.scroll-item.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-item-left {
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateX(-100px);
  /* Start 100px to the left */
}

.scroll-item-left.visible {
  opacity: 1;
  transform: translateX(0);
  /* Move to the normal position */
}

.scroll-item-right {
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateX(100px);
  /* Start 100px to the right */
}

.scroll-item-right.visible {
  opacity: 1;
  transform: translateX(0);
  /* Move to normal position */
}

.header {
  background-color: #141c25;
  z-index: 9999;
  top: 0;
}

.navbar ul li .nav-link {
  color: #fff;
}

.navbar ul li .nav-link.active {
  color: #fff;
}

.navbar ul li {
  margin-right: 40.85px;
}

.navbar .head_drop li {
  border-top: 1px solid #DEE0E3;
}

.navbar .head_drop li a {
  font-weight: 600;
  padding: 10px 0px;
}

.navbar .head_drop li a:hover {
  background: #226E65;
  box-shadow: 0px -3.518px 3.43px 0px rgba(0, 0, 0, 0.15) inset;
  color: #fff;
}

.navbar ul li:first-child {
  border: 0px !important;
}

.head_drop[data-bs-popper] {
  right: 21%;
  left: unset;
  width: 18%;
  text-align: center;
  border-radius: 15px;
}

.head_drop li {
  margin-right: 0px !important;
}

.head_drop::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  transform: rotate(45deg);
  top: -4%;
  left: 75%;
  border-radius: 2px;
  z-index: -1;
}

#navbarTogglerDemo02 ul li .dropdown-toggle {
  color: #fff;
}

.contry_sel .dropdown-menu a img,
#dropdownMenuButton img,
#dropdownMenuButtonB img {
  width: 25px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
}

.contry_sel ul li {
  margin: 5px 0px 5px 0px;
}

#dropdownMenuButton,
#dropdownMenuButtonB {
  background-color: unset;
  border: 0px;
}

.Productivity {
  padding: 50px 0px;
}

.heading_wdth {
  height: 315.307px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: -0.017px;
  flex-shrink: 0;
}

.heading h1 {
  color: #141c25;
  font-family: Graphik;
  font-size: 75.437px;
  font-style: normal;
  font-weight: 600;
  line-height: 75.492px;
  margin-bottom: 0px;
}

.v-slider-frame {
  height: 90px;
  overflow: hidden;
  margin-top: -20px;
}

ul.v-slides {
  list-style-type: none;
  transform: translateY(50px);
  padding: 0;
}

.v-slide {
  font-family: Graphik;
  font-size: 75.437px;
  font-style: normal;
  font-weight: 700;
  line-height: 90.492px;
  color: #226e65;
}

/* .heading .content-list .content-item {

  color: #226E65;

} */
.productivity_img.text-end img {
  width: 1000px;
}

.main_btn {
  border-radius: 10.536px;
  border: 1.202px solid #141c25;
  padding: 14.426px 24.043px;
  background: #141c25;
  color: #fff;
  font-family: Lato;
  font-size: 22.234px;
  font-style: normal;
  font-weight: 500;
  margin-top: -20px;
  line-height: 28.851px;
  box-shadow: 0px 1.202px 2.404px 0px rgba(16, 24, 40, 0.05);
}

/*  */
.content-para {
  width: 100%;
  overflow: hidden;
  height: 80px;
}

.content-list {
  animation-name: scroll;
  animation-duration: 8s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -35%, 0);
  }
  50% {
    transform: translate3d(0, -65%, 0);
  }
  75% {
    transform: translate3d(0, -35%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.parent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  /* max-width: 1050px; */
  padding-top: 150px;
}

.index_counter .owl-carousel1 {
  padding-bottom: 50px;
}

.stat-item {
  margin-right: 40px;
}

.stat-number {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.stat-title {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.index_counter {
  background-color: #141c25;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  word-spacing: -20px;
  color: #fff;
  font-family: Graphik;
  font-size: 87.538px;
  font-style: normal;
  font-weight: 600;
  padding-top: 10px;
  /* line-height: 98.481px; */
  display: inline-block !important;
  margin: 0px 0px;
}

.yt_icon {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: #141c25;
}

.yt_icon i {
  font-size: 100px !important;
  width: 100px;
  height: 100px;
}

.yt_icon svg {
  font-size: 45px;
  position: absolute;
  top: 30%;
  left: 38%;
  color: #fff;
}

.empower {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.empower_title {
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  background: radial-gradient(circle, rgb(34, 110, 101) 0%, rgba(34, 110, 101, 0) 79%);
  background-size: 300px 300px;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: rgba(255, 255, 255, 0) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.hr_line {
  padding: 0px 200px;
}

.mb_30 {
  margin-bottom: 30px;
}

.hr_line hr {
  margin: 4rem 0;
  border: 0;
  border-top: 2px solid #fff;
  opacity: 1;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(13, 110, 253, 0);
}

.Swiper_ind_ac {
  overflow: hidden;
  padding-bottom: 25px;
}

.Swiper_ind_ac,
.Swiper_ind_CAR,
.Swiper_ind_CARB {
  overflow: hidden;
}

.Swiper_ind_ac .swiper-slide,
.Swiper_ind_CAR .swiper-slide,
.Swiper_ind_CARB .swiper-slide {
  overflow: hidden;
  /* width: 12% !important; */
  box-shadow: 3px 3px 7px 0px rgba(119, 119, 119, 0);
}

.Swiper_ind_ac .swiper-slide img,
.Swiper_ind_CAR .swiper-slide img,
.Swiper_ind_CARB .swiper-slide img {
  width: 70% !important;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
  object-fit: contain;
}

.paks {
  margin-top: 70px;
  margin-bottom: 70px;
}

.paks_crd {
  position: relative;
  width: 100%;
  height: 315px;
  overflow: hidden;
  border-radius: 12.589px;
  transition: 0.5s;
}

.paks_container p {
  bottom: 20%;
  color: #fff;
  position: absolute;
  font-family: Graphik;
  font-size: 17.625px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.5s;
}

.paks_crd:hover .paks_container p {
  bottom: 0%;
}

.mt_50 {
  margin-top: 40px !important;
}

.paks_container span {
  bottom: 20%;
  color: #fff;
  position: absolute;
  font-family: Lato;
  font-size: 8.393px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.5s;
}

.paks_crd:hover .paks_container span {
  display: none;
}

.paks_container {
  flex-shrink: 0;
  background-image: url(../img/pack_card_1.jfif);
  background-size: cover;
  background-position: center;
  position: absolute;
  padding: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.6s ease;
}

.paks_container.paks_con_c {
  background-image: url(../img/pack_card_3.jfif);
}

.paks_container.paks_con_b {
  background-image: url(../img/pack_card_2.jfif);
}

.paks_container.paks_con_d {
  background-image: url(../img/pack_card_4.jfif);
}

.overlay,
.overlay_b,
.overlay_c {
  color: #141c25;
  display: none;
  position: absolute;
  top: 35%;
  /* margin-top: 100px; */
  left: 0%;
  transform: translate(0%, -50%);
}

.overlay_b {
  top: 52% !important;
}

.overlay_c {
  top: 90% !important;
  left: 70%;
}

.overlay_c .ind_price span {
  white-space: nowrap;
  font-size: 14px;
  color: #7c7c7c;
}

.overlay_c .ind_price p {
  font-size: 18px;
  text-align: end;
}

.paks_crd:hover {
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.1294117647);
  transform: scale(1.05);
}

.paks_crd:hover .paks_container {
  top: -80%;
  bottom: 80%;
}

.paks_crd:hover .overlay,
.paks_crd:hover .overlay_b,
.paks_crd:hover .overlay_c {
  display: block;
}

.ind_text {
  padding: 5px 10px;
}

.ind_text p {
  color: #141c25;
  font-size: 14px;
  margin-bottom: 0px;
}

.ind_text span {
  font-size: 12px;
  color: #7c7c7c;
}

.ind_price {
  position: absolute;
  bottom: 0;
}

.abt_buy {
  position: absolute;
  bottom: 0;
  background-color: #141c25;
  width: 100%;
  font-family: Graphik;
  font-size: 15.107px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.ind_buy_btn {
  color: #fff !important;
  width: 100%;
}

.subHeading h2 {
  color: #141c25;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.852px;
}

.subHeading span {
  color: #226e65;
}

.subHeading p {
  color: #141c25;
  font-size: 15.978px;
  line-height: 27.163px;
  margin-bottom: 25px;
}

.overflow.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  text-overflow: ellipsis;
  white-space: normal;
  /* Allows text to wrap */
}

.level_up {
  background-color: #10161e;
  padding: 50px;
}

.level_up .heading h2,
.level_up .heading p {
  color: #fff;
}

.abt_lbl {
  width: 22%;
  text-align: center;
}

.lbl_txt span {
  color: #fff;
  text-align: center;
  font-family: Graphik;
  font-size: 28.891px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.662px;
  z-index: 999;
  position: relative;
  /* background-color: #10161e; */
}

.lbl_txt p {
  color: #a6a6a6;
  font-size: 16.236px;
  font-weight: 500;
  line-height: 27.06px;
}

.abt_lbl_postionA {
  position: absolute;
  top: 40%;
}

.abt_lbl_postionB {
  position: absolute;
  left: 24%;
}

.abt_lbl_postionC {
  position: absolute;
  top: 40%;
  left: 52%;
}

.abt_lbl_postionD {
  position: absolute;
  top: 0%;
  left: 75%;
}

.hght_500 {
  height: 500px;
}

.empower h2 {
  color: #fff;
  text-align: center;
  font-size: 80.065px;
  font-style: normal;
  font-weight: 900;
  line-height: 106.5%;
  /* 70.359px */
  letter-spacing: -0.33px;
  text-transform: uppercase;
}

/* Animated Line Start */
.path {
  stroke: #fff;
  stroke-width: 10;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: dash 3s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
/* Individual SVG Animations */
.pathA {
  animation-delay: 0s;
}

.pathB {
  animation-delay: 2s;
}

.pathC {
  animation-delay: 4s;
}

/* Adjust SVGs */
.animat_svg {
  width: 300px;
  left: 10%;
  top: 12%;
}

.animat_svgB {
  width: 315px;
  left: 36%;
  top: 12.5%;
}

.animat_svgC {
  width: 300px;
  left: 60%;
  top: 10%;
}

.lbl_icon img {
  background-color: #10161e;
  z-index: 1;
  position: relative;
}

/* Animated Line End */
/* Empower Start */
.empower_area {
  margin: 70px 0px;
}

.emp_txt {
  background-color: #10171f;
  padding: 30px;
}

.emp_txt p {
  font-size: 19.297px;
  line-height: 120%;
  letter-spacing: -0.386px;
  margin-bottom: 0px;
  color: #fff;
}

.emp_txt p span {
  color: #226e65;
}

.emp_txt_img_overlay {
  width: 100%;
  padding: 25px;
  position: absolute;
  padding-top: 50px;
  top: 45.5%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 91%);
  transition: transform 0.5s ease;
  color: #fff;
}

.emp_txt_a {
  transition: transform 0.5s ease;
  display: inline-block;
}

.emp_txt_a:hover {
  transform: scale(1.04);
}

.over_b {
  top: 45%;
}

.card.crs_card svg {
  color: rgba(27, 27, 27, 0.6);
  font-size: 12px;
}

.emp_txt_img_overlay span {
  font-size: 12px;
  line-height: 9.059px;
}

.emp_txt_img_overlay .like_a {
  color: #226e65;
  font-size: 14px;
  text-decoration: none;
}

.emp_txt_img_overlay .fa-arrow-right {
  margin-right: 60px;
}

.emp_txt_img_high {
  height: 105px;
  position: relative;
  overflow: hidden;
}

.emp_txt_img_high img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.height_200 {
  height: 196px;
  overflow: hidden;
}

.abt_t {
  top: 18%;
}

/* Empower End */
/* swiper Slider Start */
.swip_slider {
  margin: 70px 0px;
}

.swiper_ind {
  width: 100%;
  /* padding-top: 3.125rem; */
  margin-top: 20px;
  overflow-y: hidden !important;
  height: auto !important;
  padding-bottom: 10px;
  transition: 0.2s;
}

.swiper-slide {
  /* width: 30.75rem; */
  display: flex !important;
  flex-direction: column !important;
  justify-content: end !important;
  align-items: self-start !important;
  box-shadow: 3px 3px 7px 0px rgba(119, 119, 119, 0.3490196078);
  border-radius: 10px;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.content-container span,
.content-container p {
  display: none;
  transition: 1s;
}

/* Show content only for the active slide */
.swiper-slide-active .content-container span,
.swiper-slide-active .content-container p {
  display: block !important;
}

.swiper-slide-active .c-card {
  display: block;
  opacity: 1;
}

.swiper-wrapper {
  align-items: center;
}

.swip_text {
  border-radius: 5px;
}

.swip_text h5 {
  margin: 0;
  font-size: 1.75rem;
}

.swip_text span {
  /*font-weight: bold;*/
  /* display: block; */
  margin-bottom: 5px;
}

.swip_text p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.image-container {
  width: 100%;
  height: 60%;
  /* Adjust the height as needed */
  background-size: cover;
  background-position: center;
  border-radius: 5px 5px 0px 0px;
}

.content-container {
  padding: 25px 15px;
  width: 100%;
  background-color: #fff;
  /* Optional: Set a background color */
  border-radius: 5px;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  text-align: left;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

/* Swiper Slider End */
/* testimonial Start */
.testi_img {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.voice {
  margin: 70px 0px;
  background-color: #172129;
  padding: 70px 0px;
}

.testimonial_area_rgt {
  width: 400px !important;
}

.testimonial_area_rgt .testi_text p {
  font-size: 14px !important;
}

.testimonial_area_rgt .testi_text span {
  font-size: 14px;
}

.testimonial {
  background-color: #fff;
  width: 300px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonial:hover {
  background-color: white;
}

.crs_Swiper .swiper-slide {
  transition: transform 3s ease;
}

.testimonial:hover {
  transform: scale(1.2);
  z-index: 10;
}

.testimonial_area_rgt:hover {
  transform: scale(1);
}

.testi_text h4 {
  margin-bottom: 0px;
}

.testi_text p {
  font-size: 10px;
}

.testi_span {
  color: #a6a6a6;
  font-size: 10px;
}

.testi_text span {
  font-size: 12px;
}

.testi_text h5 {
  font-size: 18px;
  margin-bottom: -5px;
}

.testi_area_def {
  height: 375px;
  margin-top: 150px;
}

.testimonial_area_1 {
  position: absolute;
  box-shadow: -3.304px 16.521px 16.521px 0px rgba(0, 0, 0, 0.53);
  z-index: 1;
}

.testimonial_area_2 {
  position: absolute;
  left: 42%;
  top: 16%;
  box-shadow: -3.304px 16.521px 16.521px 0px rgba(0, 0, 0, 0.53);
  z-index: 2;
}

.testimonial_area_3 {
  position: absolute;
  left: 5%;
  top: 38%;
  box-shadow: -3.304px 16.521px 16.521px 0px rgba(0, 0, 0, 0.53);
  background-color: #d7d7d7;
}

.testimonial_area_4 {
  position: absolute;
  left: 30%;
  z-index: 1;
  top: -20%;
  box-shadow: -3.304px 16.521px 16.521px 0px rgba(0, 0, 0, 0.53);
}

.testimonial_area_5 {
  position: absolute;
  left: 30%;
  z-index: 1;
  top: 52%;
  box-shadow: -3.304px 16.521px 16.521px 0px rgba(0, 0, 0, 0.53);
  background-color: #d7d7d7;
}

.testimonial_area_6 {
  position: absolute;
  left: 62%;
  z-index: 1;
  top: 3%;
  box-shadow: -3.304px 16.521px 16.521px 0px rgba(0, 0, 0, 0.53);
  background-color: #d7d7d7;
  width: 230px;
}

.testimonial_area_6 .testi_span {
  font-size: 8px;
}

.testimonial_area_6 .testi_img {
  width: 30px;
  height: 30px;
}

.testimonial_area_6 .testi_text p {
  font-size: 5px;
  margin-bottom: 0px;
}

.testimonial_area_7 {
  position: absolute;
  left: 5%;
  top: -25%;
  box-shadow: -3.304px 16.521px 16.521px 0px rgba(0, 0, 0, 0.53);
  background-color: #d7d7d7;
}

.abt_voice {
  border-left: 2px dashed #fff;
  padding: 100px;
  padding-right: 0;
  position: relative;
}

.abt_voice .subHeading h2 {
  color: #ffffff;
  font-size: 34.595px;
}

.abt_voice .subHeading p {
  font-size: 14.415px;
  line-height: 27.163px;
  color: #fff;
}

.abt_voice .testimonial_area_1 {
  position: unset;
  width: 385px;
}

.abt_voice .testimonial_area_1 .testi_span {
  font-size: 14px;
}

.abt_voice .testimonial_area_1 p {
  font-size: 14px;
}

.pl_60 {
  padding-left: 60px !important;
}

.top_img {
  position: absolute;
  top: -2%;
  left: -4%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
}

.bottom_img {
  position: absolute;
  bottom: -2%;
  left: -4%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
}

/* testimonial End */
.reel {
  padding: 0px 35px;
  margin: 70px 0px;
}

.reel_content p {
  color: #121820;
  font-family: Graphik;
  font-size: 43.121px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  margin-bottom: 0px;
}

.reel_content span {
  color: #121820;
  text-align: center;
  font-family: Graphik;
  font-size: 13.918px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.093px;
}

.reel_content_para p {
  color: #10161e;
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.reel_content_para button {
  display: inline-flex;
  height: 43px;
  padding: 6px 19px;
  justify-content: center;
  align-items: center;
  background-color: #226e65 !important;
  color: #fff !important;
}

/* carousel Section Start */
.slide_carousel {
  background: #141d26;
  padding: 50px 0px;
}

.slide_carousel .subHeading h2 {
  color: #fff;
  margin-bottom: 50px;
}

.slide_carousel .item img {
  width: 60% !important;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
  object-fit: contain;
}

/* carousel Section End */
/* login page start */
.login_form {
  padding: 44px;
  border-radius: 40px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
  width: 600px;
  background-color: #fff;
}

.login_title {
  color: #000;
  font-family: Lato;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.login_title_main {
  font-size: 28px !important;
}

.login_anc {
  font-size: 20px;
  color: #8d8d8d;
  margin-bottom: 0px;
}

.login_anc a {
  color: #226e65;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid #adadad !important;
}

.login_form .form-group {
  margin-top: 25px;
}

.login_form input {
  background-color: #fff !important;
  padding: 12px;
  margin-top: 5px;
  font-size: 14px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

.login_forg a {
  font-size: 14px;
  color: #226e65 !important;
  text-decoration: none;
  margin-top: 20px;
}

.login_btn {
  padding: 15px !important;
  text-align: center !important;
  border-radius: 10px !important;
  background-color: #226e65 !important;
  box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.3);
  color: #fff !important;
}

.btn_login_si {
  border-radius: 7.688px;
  background-color: #226e65 !important;
  padding: 10px 0px;
  width: 135px;
  color: #fff !important;
}

.contry_sel {
  background: #141c25;
  color: #fff;
  outline: none;
  border: 0px;
}

.navbar-nav {
  display: contents;
}

.form-control {
  border: 1px solid #adadad !important;
}

.login_form #togglePassword {
  position: absolute;
  right: 21px;
  top: 63%;
  cursor: pointer;
}

.login_form .checkbox {
  margin-top: 5px;
}

.login_form .checkbox input {
  padding: 8px;
}

.login_form .checkbox label {
  font-size: 14px;
  color: #226e65;
}

/* login page End */
/* invoice start*/
.order_title {
  color: #121722;
  font-family: Graphik;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.discount p:first-child {
  margin-right: 75px;
  color: #121722;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.total {
  position: absolute;
  top: -18px;
  background-color: #226e65;
  left: 55%;
  color: #fff;
  padding: 5px 20px;
  border-radius: 12px;
}

.total p {
  margin-bottom: 0px;
}

/* invoice end*/
/* ============================================ Course Page Start ============================================ */
/* banner */
.crs_banner_area-content-head {
  margin-top: -67px;
}

.crs_banner_area {
  height: 372px;
  background: linear-gradient(122deg, #152229 0%, #141C25 45.28%, #226E65 96.72%);
  display: flex;
  align-items: center;
}

.crs_banner_text_head {
  color: #fff;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
  margin: 0px 0px 0px;
}

.crs_banner_text-subhead {
  color: #fff;
  font-family: Lato;
  font-size: 23.768px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 30.898px;
}

.crs-ban-tex-sub-be {
  font-weight: 400 !important;
}

/* search bar */
.crs_search_bar_area {
  position: relative;
  z-index: 9;
}

.crs_search_bar-_headtext {
  color: #000;
  font-family: Graphik;
  font-size: 15.833px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.75px;
  /* 150% */
}

.crs_search_bar_containerr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-shrink: 0;
  border-radius: 18.208px;
  background: #fff;
  box-shadow: 0px 4.75px 15.833px 0px rgba(0, 0, 0, 0.05);
  padding: 34px 60px !important;
  width: 88% !important;
}

.crs_search_bar-_headtext-pc {
  color: #000;
  font-family: Graphik;
  font-size: 15.833px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.75px;
}

.crs_form {
  background: var(--Object-White-90, rgba(249, 249, 249, 0.9));
  border-radius: 2.375px;
}

.crs_input {
  height: 62px;
  background: var(--Object-White-90, rgba(249, 249, 249, 0.9)) !important;
  border: 2px solid transparent !important;
  border-radius: 12px;
}

.crs_input .drop {
  margin: 6px !important;
}

.col-md-3 .form-select:disabled {
  background: var(--Object-White-90, rgba(249, 249, 249, 0.9));
}

.crs_button {
  border-radius: 12px;
  background: #226e65 !important;
  padding: 16px 35px;
}

.crs_button:hover {
  background-color: #226e65 !important;
}

/* Style for the dropdown icon */
.crs_dropdown-icon {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 13px;
  color: #6c757d;
}

#crs_category {
  padding-right: 35px;
}

/* Top Courses */
.drop dt a {
  color: inherit;
  font-weight: 400;
}

.drop dt a span {
  cursor: pointer;
  display: block;
  padding: 4px;
  color: #757575;
}

.drop dd {
  position: relative;
}

.drop dd ul {
  background-color: #fafafa;
  display: none;
  list-style: none;
  padding: 0px;
  position: absolute;
  width: 118%;
  left: -16.5px;
  margin-top: 15px;
  border-radius: 0px 0px 15px 15px;
}

.drop dd ul li {
  cursor: pointer;
  padding: 16px 10px;
  transition: all 0.3s ease-out;
  border-top: 2px solid #fff;
}

.drop dd ul li a {
  color: #757575;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}

.drop dd ul li a svg {
  color: #757575;
  font-size: 12px;
  font-size: 16px;
  margin-right: 15px;
}

.tab-container {
  position: relative;
  display: flex;
  gap: 17px;
  margin-bottom: 10px;
  justify-content: center;
}

.tab-button {
  margin: 5px 10px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-family: Lato;
}

.tab-background {
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 0.3s, left 0.3s;
  height: 3px;
  background-color: #000;
  border-radius: 100px;
}

.ta-tab-item.active {
  display: block;
}

.ta-tab-item {
  display: none;
}

.scroll-content {
  opacity: 0;
  transform: translateY(50px);
  /* Initial state */
  transition: opacity 1s ease, transform 1s ease;
}

.visible-content {
  opacity: 1;
  transform: translateY(0);
  /* Final state when in view */
}

.input-field {
  position: relative;
}

.inner-form .input-field input {
  width: 100%;
  background: 0 0;
  position: relative;
  border: 0;
  background: #f9f9f9;
  padding: 15px 12px;
  font-size: 18px;
  color: #666;
  border-radius: 12px;
  outline: none;
}

.autocomplete-items {
  background-color: #fafafa !important;
  position: absolute;
  border-radius: 0 0 34px 34px;
  padding: 20px;
  top: 100%;
  left: 0;
  z-index: 1;
  right: 0;
  display: none;
  overflow-y: scroll;
}

.auto-com-non {
  display: none;
}

.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.autocomplete-items li .card-text1 {
  margin: 25px 0px 0px 0px;
}

.autocomplete-items li {
  margin: 15px 0;
  color: #000;
  list-style: none;
}

.autocomplete-items .card-img-top {
  /* height: 130.048px; */
}

.crs_main_box {
  margin-top: 150px;
  /* position: relative;

  z-index: -1; */
}

.crs_heading {
  color: #000;
  text-align: center;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
}

.crs_heading-mar-trending {
  margin: 0px 0px 0px;
}

.text-success {
  color: #226e65 !important;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
}

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

.crs_nav-tabs {
  border-bottom: none;
}

.crs_nav-tabs li {
  padding: 10px 20px;
}

.crs_nav-link {
  color: #000 !important;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0px !important;
}

.crs_nav-link:hover {
  border: 1px solid transparent !important;
}

.crs_nav-link.active {
  border-bottom: 4px solid #000000 !important;
  color: #226e65;
}

.crs_card {
  transition: transform 0.5s ease;
}

.crs_card:hover {
  transform: scale(1.04);
}

.imagebox img {
  height: 488px;
  transition: transform 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.imagebox:hover {
  transform: scale(1.04);
}

/* .crs-course-hover-card-effect :hover{

  transform: scale(1.02);

} */
.crs_card {
  /* overflow: hidden; */
  border: 1px solid transparent !important;
  margin-bottom: 15px;
}

.crs_card-img-top {
  border-radius: 17.788px !important;
}

.crs_card-title {
  color: #000;
  font-family: Graphik;
  font-size: 12.374px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16.241px;
  margin: 0px 0px -5px !important;
}

.crs_button-viewall {
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  background-color: #226e65 !important;
  color: #fff !important;
  /* width: 70%; */
  height: 50px;
}

.crs_button-viewall:hover {
  background-color: #226e65 !important;
  color: #fff;
}

.crs-tab-content {
  margin-top: 33px !important;
}

.card-text {
  color: #226e65 !important;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.921px;
  margin: 0px 0px 0px;
}

.card-text1 {
  margin: 0px 0px 0px;
  color: var(--Object-Black-60, rgba(27, 27, 27, 0.6));
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.921px;
  /* padding-top: 1%; */
}

.card-body1 {
  padding: 12px 0px;
}

.crs_bestsel_main_btn_box {
  border: 2px solid transparent;
  position: absolute;
  margin-top: 2%;
  margin-left: 3%;
}

#left-eye-2 {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  top: 42%;
  left: 47.62%;
}

#right-eye-2 {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  top: 48%;
  left: 50.3%;
}

#left-eye-1 {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  top: 42%;
  left: 47.32%;
}

#right-eye-1 {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  top: 40.9%;
  left: 51.1%;
}

.crs_bestseller_btn {
  display: inline-flex;
  padding: 4.093px;
  align-items: center;
  /* gap: 7.734px; */
  border-radius: 17.788px;
  background: #226e65;
  border: none;
}

.crs_bestseller_btn_atag {
  color: var(--Surface-Light, #fff);
  font-family: Lato;
  font-size: 10.187px;
  font-style: normal;
  font-weight: 700;
  line-height: 7.734px;
  text-decoration: none;
}

.crs_off_btn {
  display: inline-flex;
  padding: 8.093px;
  align-items: center;
  gap: 7.734px;
  border-radius: 17.788px;
  background: #3b3131;
  border: none;
}

.crs_off_btn_atag {
  color: var(--Surface-Light, #fff);
  font-family: Lato;
  font-size: 10.187px;
  font-style: normal;
  font-weight: 400;
  line-height: 7.734px;
  text-decoration: none;
}

.crs-view-all-btn {
  width: 100%;
  border: 2px solid transparent;
  margin: auto;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.crs-top-crs-nav .nav-link {
  color: #000;
}

.crs-top-crs-card .card {
  position: relative;
  border: none;
}

.crs-top-crs-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #198754;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.crs-top-crs-view-all {
  margin-top: 15px;
  font-size: 16px;
}

/* Register  */
.crc_register_section {
  flex-shrink: 0;
  border-radius: 9.5px;
  background: #141c25;
  margin-top: 28px;
  margin-bottom: 50px;
  align-items: center;
  padding-left: 63px !important;
  padding-top: 50px;
  padding-bottom: 40px;
}

.crs_head_registeration {
  color: #fff;
  text-align: left;
  font-family: Graphik;
  font-size: 28.982px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.677px;
}

.crs_sub_head_registeration {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.crc_button_registeration {
  padding: 10px;
  flex-shrink: 0;
  border-radius: 7.688px;
  background: #226e65;
  color: white;
  border: none;
  margin-top: 10px;
}

.crc_button_registeration_atag {
  color: #fff;
  font-family: Lato;
  font-size: 13.667px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.5px;
  text-decoration: none;
}

/* Trending Courses */
.crs-trending-course-subheading {
  color: var(--Object-Black-60, rgba(27, 27, 27, 0.6));
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.crs-trending-course-main-content-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 5%;
  width: 90%;
}

.crs-trending-course-main-bigimg {
  width: 95%;
  height: 97%;
  margin: auto;
  flex-shrink: 0;
  border-radius: 23.454px;
  position: relative;
}

.crs-trending-course-imggradient {
  width: 100%;
  height: 100%;
  margin: auto;
  flex-shrink: 0;
  border-radius: 23.454px;
  position: absolute;
  background: linear-gradient(180deg, rgba(27, 40, 63, 0) 0%, #1b283f 100%);
}

.imagebox {
  position: relative;
  border-radius: 23.454px;
  overflow: hidden;
}

.imagebox img {
  /* height: 100%; */
}

.imagebox .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24.35px 31.27px;
}

.imagebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 40, 63, 0) 0%, #1b283f 100%);
}

.crs-trending-course-bigimg-nameheading {
  width: 89.039px;
  color: var(--Object-White-90, rgba(249, 249, 249, 0.9));
  font-family: Graphik;
  font-size: 13.03px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.545px;
  margin: 0px 0px 0px;
}

.crs-trending-course-bigimg-discription-heading {
  width: 400.295px;
  color: var(--Surface-Light, #fff);
  font-family: Graphik;
  font-size: 20.848px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.363px;
}

.main-img-width-trending-course {
  width: 220.411px;
  height: 124.513px;
  flex-shrink: 0;
  border-radius: 17.788px;
}

@media only screen and (max-width: 600px) {
  .crs-trending-course-main-bigimg {
    height: 330px;
    margin-bottom: 20px;
  }
}
/* Popular Instructor */
.popular-instructor-main-head-box {
  background: linear-gradient(96deg, #141C25 -18.46%, #15242B 45.73%, #226E65 141.07%);
}

.popular-instructor-main-didbox {
  width: 1200px;
  height: 564px;
  flex-shrink: 0;
  /* background: linear-gradient(96deg, #141C25 -18.46%, #15242B 45.73%, #226E65 141.07%); */
  margin-top: 70px;
  padding: 50px 10px;
}

.crs-popular_heading {
  color: #fff;
  text-align: center;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
}

.crs-popular-instructor-subheading {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.popular-instructor-main-head-box .crs_Swiper {
  /* width: 105%; */
  /* height: 317.155px; */
  margin-top: 4%;
  overflow: hidden;
}

.popular-instructor-main-head-box .swiper-slide {
  width: 225.973px;
  height: 310.155px;
  flex-shrink: 0;
  border-radius: 23.787px;
  overflow: hidden;
  position: relative;
  background-color: transparent !important;
}

.popular-instructor-main-head-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-instructor-main-head-box .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.popular-instructor-main-head-box .swiper-slide {
  transition: transform 0.7s ease;
  /* Adjust the duration as needed */
}

.crs-popular-instructor-nameheading {
  color: var(--Surface-Light, #fff);
  text-align: center;
  font-family: Graphik;
  font-size: 19.029px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.579px;
  margin: 0px 0px 0px !important;
}

.crs-popular-instructor-discription-heading {
  width: 100%;
  height: 23.197px;
  color: var(--Surface-Light, #fff);
  text-align: center;
  font-family: Graphik;
  font-size: 12.686px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.029px;
  margin: 0px 0px 0px !important;
}

.crs-popular-instructor-main-content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* viral reels */
.viral-reels-heading-part {
  transform: rotate(-0.174deg);
  color: #121820;
  font-family: Graphik;
  font-size: 43.121px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}

.viral-reels-sub-heading-part {
  transform: rotate(-0.174deg);
  color: #121820;
  font-family: Graphik;
  font-size: 13.918px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.093px;
  margin: -12px 0px 0px;
}

.viral-reels-heading-part-registerside {
  transform: rotate(-0.174deg);
  color: #10161e;
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 81%;
}

.reels-viralseaction-main-section-box {
  padding: 0px 70px;
  margin: 30px 0px 0px 0px;
}

.reels-viralsection-col {
  padding-left: 3% !important;
}

/* footer section */
.footer-main-sectionstart {
  padding: 0px 70px;
  margin-top: 70px;
}

.get-yr-book-form-submit {
  margin-top: 25px;
}

.circle-point-tc-pp {
  font-size: 4px;
  position: absolute;
  margin-top: 11px;
}

.logo-img-footer-wor {
  margin-top: 1px !important;
}

.crs-support-links-li {
  color: white;
}

.footer-main {
  flex-shrink: 0;
  border-radius: 41.336px;
  background: #141c25;
  margin-bottom: 70px;
  padding: 60px 70px;
}

.footer {
  /* margin-bottom: 4%; */
}

.crs-intro-text {
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
}

.crs-quote blockquote {
  font-size: 18px;
  margin: 0px 0;
  color: #ddd;
  position: absolute;
  margin-top: -36px;
}

.crs-quote blockquote::before {
  content: "“";
  font-size: 150px;
  width: 37.203px;
  height: 31.416px;
  flex-shrink: 0;
}

.crs-quote p {
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
  margin-top: 14%;
}

.crs-author {
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
}

.crs-avatars img {
  flex-shrink: 0;
  border-radius: 54.564px;
  background: lightgray 50%/cover no-repeat;
  margin: 2%;
}

.crs-play-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d2a35;
  cursor: pointer;
  border: 2px solid white;
  margin: 2%;
  transition: background-color 0.3s;
}

.crs-play-button:hover {
  background-color: #ccc;
}

.crs-ebook form {
  display: flex;
  flex-direction: column;
}

.crs-ebook form .form-group {
  margin-top: 10px;
}

.crs-ebook form label {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.crs-ebook form input,
.crs-ebook form button {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8.267px;
  border: none;
  font-size: 16px;
}

.crs-ebook form input::-moz-placeholder {
  font-size: 14px;
  color: #A6A6A6;
}

.crs-ebook form input::placeholder {
  font-size: 14px;
  color: #A6A6A6;
}

.crs-ebook form input {
  background-color: #fff;
  color: #000;
}

.crs-ebook form button {
  background-color: #226e65;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 15px;
  border-radius: 8.267px;
  font-weight: 500;
}

.crs-ebook-h2-head {
  color: #fff;
  font-family: Graphik;
  font-size: 30.77px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.crs-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 20px;
  color: #bbb;
}

.crs-logo img {
  flex-shrink: 0;
  /* margin-top: 82px; */
}

.crs-app-links {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 26px;
}

.crs-app-links a img {
  transform: rotate(0deg);
  flex-shrink: 0;
  margin-right: 10px;
}

.crs-footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 148px;
}

.crs-footer-links ul {
  list-style: none;
  padding: 0;
}

.crs-footer-links ul li {
  margin-bottom: 25px;
}

.terms-policy-span-dot .fa {
  margin-right: 20px;
}

.crs-footer-links ul li a {
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.crs-footer-links ul li a:hover {
  color: #fff;
}

.crs-social-links {
  align-items: center;
  margin-top: 30px;
}

.crs-social-links a img {
  width: 16.535px;
  height: 16.535px;
}

.crs-social-links a {
  display: flex;
  padding: 9.921px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8.267px;
  border-radius: 4.96px;
  border: 0.827px solid #161c28;
  background: #226e65;
  transition: transform 0.3s;
}

.crs-social-links a:hover {
  transform: scale(1.2);
}

.crs-testimonial-footer-head {
  color: #fff;
  font-family: Graphik;
  font-size: 41.336px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 27px;
}

.copy-right-testomemial {
  margin-top: 100px;
  border: 2px solid transparent;
}

.copy-right-testomemial p {
  color: #fff;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
  margin: 0px 0px 0px;
}

.term-policy-div-wor {
  margin-top: 12px;
  text-align: end;
}

.term-policy-div-wor span {
  color: #fff;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
  margin: 2%;
}

.footer_form {
  padding: 50px;
  background-color: #222938;
  border-radius: 16px;
}

.reels-viral-section-main-div-af-contain {
  width: 93%;
  justify-content: space-between;
  margin: auto;
}

.foot-main-sect {
  padding: 0px 70px;
  margin-top: 70px;
}

/* ---------------------------------------- */
/*============================== about us page Start ================================ */
/* -------------------- */
.crs-about-us-container-section-class h1 {
  color: #141c25;
  font-family: Graphik;
  font-size: 3.66225vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.7684166667vw;
  letter-spacing: -0.0833333333vw;
  text-align: center;
}

.crs-about-us-container-section-class span {
  color: #226e65;
}

.crs-about-us-container-section-class {
  margin-top: 42px;
}

.crs-about-us-container-section-class p {
  color: #000;
  font-family: Graphik;
  font-size: 2.282vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3481666667vw;
  text-align: center;
  margin: 0px 0px 0px;
}

.crs-about-us-container-div {
  border-radius: 15px;
  background: linear-gradient(122deg, #152229 0%, #141c25 45.28%, #226e65 96.72%);
  padding: 40px 80px !important;
  margin-top: 32px;
}

.crs-about-us-container-div hr {
  color: white;
  height: 4px;
  border-width: 1px;
  margin: 0px;
  margin-bottom: 10px;
  opacity: inherit;
}

.crs-about-us-container-div h2 {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.703px;
  margin-bottom: 50px;
}

.crs-about-us-counter-side-div span {
  color: #a6a6a6;
  font-family: lato;
  font-size: 12.535px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.crs-about-us-counter-side-div h3 {
  color: #fff;
  font-family: Graphik;
  font-size: 5.7490833333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 5.6343333333vw;
  margin: 0px 0px -0.25vw;
  /* 112.5% */
}

.crs-about-us-content-side-div span {
  color: #a6a6a6;
  font-family: lato;
  font-size: 12.535px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.crs-about-us-content-side-div p {
  color: #fff;
  font-family: Lato;
  font-size: 16.236px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

/* The Digital University. */
.crs-about-us-digitaluniv-container-section {
  background-color: #141c25;
}

.crs-about-us-digitaluniv-container-div {
  padding: 40px 0px;
}

.crs-about-us-digitaluniv-container-div h2 {
  color: #fff;
  font-family: Graphik;
  font-size: 81.206px;
  font-style: normal;
  font-weight: 600;
  line-height: 83.561px;
  /* 102.9% */
  letter-spacing: -1.848px;
}

/* ambition & goal */
.crs-about-us-ambition-side-div h2 {
  color: #141c25;
  font-family: Graphik;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.186px;
}

.crs-about-us-ambition-side-div p {
  color: #10171f;
  font-family: Lato;
  font-size: 17.819px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.241px;
  margin-top: 3%;
}

.crs-about-us-ambition-img-side-div img {
  border-radius: 10px;
  box-shadow: 29px 24px 10px 0px rgba(0, 0, 0, 0), 18px 15px 9px 0px rgba(0, 0, 0, 0.01), 10px 8px 8px 0px rgba(0, 0, 0, 0.05), 5px 4px 6px 0px rgba(0, 0, 0, 0.09), 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.crs-about-us-ambition-img-side-div:hover {
  transition: transform 0.5s ease;
}

.crs-about-us-ambition-img-side-div:hover {
  transform: scale(1.04);
}

/* personality */
.crs-about-us-personality-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s;
  height: 347.642px;
}

.crs-about-us-personality-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 14.525px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 21.88%, rgba(0, 0, 0, 0.8) 51.04%, #000 100%);
  color: #fff;
  padding: 25px;
}

.crs-about-us-personality-overlay h5 {
  color: var(--White, #fff);
  font-family: Lato;
  font-size: 14.983px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.crs-about-us-personality-overlay p {
  color: var(--White, #fff);
  font-family: Lato;
  font-size: 10.488px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.485px;
  /* 128.571% */
}

.crs-about-us-personality-overlay a {
  color: #226e65;
  font-family: Lato;
  font-size: 10.488px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.crs-about-us-personality-link {
  color: #0dcaf0;
  text-decoration: none;
}

.crs-about-us-personality-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.personality-present-main-div-img-mob-viw1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4117647059);
}

.crs-about-us-personality-main-content-div {
  padding: 0px 64px;
  margin-top: 40px;
}

.crs-about-us-personality-main-content-div p {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 27.384px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 50px;
}

.crs-about-us-personality-card:hover {
  transform: scale(1.02);
}

/*===================== about us page End ====================== */
/* ============================     about us sub  Start   =========================== */
/* dubai banner */
.about-us-pageeee .scroll-container {
  width: 100%;
  height: 462px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  border-radius: 29.097px;
}

.about-us-pageeee.scroll-container img {
  display: block;
  width: 100%;
  height: 462px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us-pageeee .scroll-container::-webkit-scrollbar {
  display: none;
}

.about-us-pageeee .scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.about-us-inner-pag-work-head .about-us-pageeee .swiper {
  width: 100%;
  height: 462px;
  overflow: hidden;
}

.about-us-inner-pag-work-head .about-us-pageeee .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-inner-pag-work-head .about-us-pageeee .swiper-slide {
  overflow: hidden;
}

.about-us-pageeee .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us-pageeee .about-us-class-slider .swiper-slide {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  box-shadow: none !important;
  border-radius: 0px;
  /* /* overflow: hidden; */
}

/* Added to smoothen transitions */
.about-us-inner-pag-work-head .about-us-pageeee .swiper-wrapper {
  transition-timing-function: ease-in-out;
}

.about-us-inner-pag-work-head h2 {
  color: #141c25;
  font-family: Graphik;
  font-size: 38.347px;
  font-style: normal;
  font-weight: 700;
}

.about-us-inner-pag-work-head h2 span {
  color: #226e65;
  font-family: Graphik;
  font-size: 38.347px;
  font-style: normal;
  font-weight: 700;
}

.aboutus-inner-pg-dubai-cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0px 15px;
}

.aboutus-inner-pg-dubai-cont h2 {
  color: #fff !important;
  text-align: end;
  font-family: Graphik !important;
  font-size: 162.36px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  margin: 0px 0px 0px !important;
}

/* content after dubai */
.aboutus-innerpg-content-aft-dubai p {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 20.638px;
  font-style: normal;
  font-weight: 400;
  width: 60%;
  margin: auto;
}

/* local escapes */
.aboutus-sub-local-escape-container-div h2 {
  color: #141c25;
  font-family: Graphik;
  font-size: 38.347px;
  font-style: normal;
  font-weight: 700;
}

.aboutus-sub-local-escape-container-div span {
  color: #226e65;
  font-family: Graphik;
  font-size: 38.347px;
  font-style: normal;
  font-weight: 700;
}

.aboutus-sub-pg-local-escapes-col {
  /* padding: 0 !important; */
}

.aboutus-sub-pg-local-escapes-col1:hover {
  transition: transform 0.5s ease;
}

.aboutus-sub-pg-local-escapes-col1:hover {
  transform: scale(1.04);
}

.aboutus-sub-pg-local-escapes-col .card {
  border: none;
}

.aboutus-sub-pg-local-escapes-col .card-body {
  border-radius: 30px;
  overflow: hidden;
  height: 330px;
}

.aboutus-sub-pg-local-escapes-col .card-body img {
  width: 100%;
  height: 100%;
}

.padd-for-localescape-contentside {
  padding: 10px 10px !important;
  /* margin-left: -30px;
  margin-right: 30px; */
}

.about-us-inner-pag-local-escape-imgheading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
}

.about-us-inner-pag-local-escape-imgheading p {
  color: #fff;
  font-family: Graphik;
  font-size: 37.026px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 0px 0px;
}

.slider {
  background: pr;
  height: 135px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  /* width: 3500px; */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
/* ============================     about us sub  End   =========================== */
/*  =============================     course deatil page start   ================================*/
/* --------------------------------------- */
.crs-details-video-section-mob-viw {
  display: none;
}

.crs-details-instructor-for-mob {
  display: none;
}

.crs-det-instructor-img-ext {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.crs-whatulearn-ext {
  margin-top: 40px;
}

.crsdetmob-colapseextra {
  padding: 3px 18px;
}

.crs-det-mob-viw-collapse-content-grad-ext {
  background: linear-gradient(180deg, #226E65 0%, #141C25 100%);
}

.cdvsmv-ext {
  padding: 0px 10px;
}

.crsrc-ext {
  margin-top: 33px;
}

.crsdvs-placed-ext {
  margin-top: 70px;
}

/* animation scroll */
.crs-det-sections-start-mainsection {
  padding-top: 120px;
}

.crs-det-sections-start-mainsection1 {
  padding-top: 1px;
}

.crs-det-sections-start-mainsection-certificate {
  margin-top: 12%;
  /* margin-bottom: 60px; */
}

.crs-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.crs-title {
  font-size: 1.75rem;
  margin-bottom: 15px;
  color: #141c25;
  font-family: Graphik;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
.crs-title a {
  width: 100px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  border-radius: 7.688px;
  background-color: #226e65 !important;
  padding: 5px 20px;
  color: #fff !important;
  font-size: 11px;
}

.crs-badge {
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
  background-color: #226e65 !important;
  width: 70%;
  display: flex;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #226e65;
  color: #fff;
  font-family: Lato;
  font-size: 12.114px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.9px;
}

.crs-badge span {
  font-size: 10px;
}

.crs-language {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #767676;
  font-family: Lato;
  font-size: 12.114px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.9px;
}

.crs-about {
  color: var(--Object-Black-60, rgba(27, 27, 27, 0.6));
  font-family: Lato;
  font-size: 14.712px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.068px;
  margin-top: 15px;
}

.crs-detail-card {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0.5647058824) 100%);
  border-radius: 8px;
}

.crs-detail-course-header {
  background-color: #f4f4f4;
}

.crs-detail-course-header h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.crs-detail-course-header p {
  font-size: 14px;
  margin: 0;
  color: #7e7e7e;
}

.crs-detail-lesson-list {
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.crs-detail-lesson-item {
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  color: #333;
}

.crs-detail-lesson-item:last-child {
  border-bottom: none;
}

.crs-detail-lock-icon {
  color: #bbb;
  font-size: 16px;
}

.crs-detail-free-badge {
  display: inline-flex;
  padding: 6.551px;
  align-items: center;
  gap: 11.378px;
  border-radius: 2.276px;
  background: #226e65;
}

.crs-detail-free-badge span {
  color: var(--Surface-Light, #fff);
  text-align: right;
  font-family: Graphik;
  font-size: 11.103px;
  font-style: normal;
  font-weight: 500;
  line-height: 11.378px;
}

.crs-detail-locked .crs-detail-lesson-title {
  color: #bbb;
}

.crs-detail-course-over-detail-head {
  color: var(--Object-Black-60, rgba(27, 27, 27, 0.6));
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.068px;
}

.embed-responsive-item {
  width: 100%;
  /* height: 520px !important; */
  aspect-ratio: 9/5.1;
  border: none !important;
}

.crs-detail-lesson-list::-webkit-scrollbar {
  width: 7px;
}

.crs-detail-lesson-list::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 10px;
}

.crs-detail-lesson-list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.crs-detail-lesson-list::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.crs-detail-duration {
  color: #226e65;
  font-family: "lato";
  font-size: 11.378px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.068px;
}

.crs-details-language-class-worr {
  justify-content: space-between;
}

.crs-detail-about-course {
  color: #a9a9a9;
  font-family: Graphik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.835px;
  text-decoration: none;
  padding: 0px 7px;
  margin: 0px 0px 0px 0px !important;
}

.crs-detail-require-course {
  color: #a9a9a9;
  font-family: Graphik;
  font-size: 15.112px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.835px;
  text-decoration: none;
  padding: 0px 7px;
}

.crs-det-aboutcrs-req {
  margin-left: -7px;
}

.crs-det-aboutcrs-req .nav-tabs .nav-item .active {
  color: #000 !important;
  font-family: Graphik;
  font-size: 15.112px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0px 0px 0px 0px !important;
  /* transition: 1s; */
}

.crs-det-req-onesid-border {
  border-left: 1px solid #a9a9a9;
}

/* Review section */
.crs-details-rev-section {
  background-color: white;
  border-radius: 8px;
}

.crs-details-rev-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.crs-detail-learn-box ul,
.crs-detail-learn-box2 ul {
  margin-top: 15px;
}

.crs-detail-learn-box ul li,
.crs-detail-learn-box2 ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.crs-detail-learn-box ul,
.crs-detail-learn-box2 ul {
  margin-top: 15px;
}

.crs-detail-learn-box p span,
.crs-detail-learn-box2 p span {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #fff !important;
}

.pack_details ul li,
.pack_details2 ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.crs-detail-learn-box ul,
.crs-detail-learn-box2 ul {
  list-style-type: none;
  padding-left: 0;
}

.crs-detail-learn-box ul li,
.crs-detail-learn-box2 ul li {
  position: relative;
  padding-left: 20px;
}

.crs-detail-learn-box ul li::before,
.crs-detail-learn-box2 ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

.crs-details-rev-img {
  width: 33px;
  height: 33px;
  border: 1px solid black;
  margin-right: 2%;
}

.crs-details-rev-content {
  width: 90%;
}

.crs-details-rev-content h5 {
  color: #226e65;
  font-family: Graphik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.crs-details-rev-profile-main-div {
  position: relative;
  overflow: hidden;
  border-radius: 23.177px;
}

.crs-details-profile-name {
  color: #fff;
  font-family: Graphik;
  font-size: 32.558px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.349px;
}

.crs-details-profile-title {
  color: #fff !important;
  font-family: Lato;
  font-size: 21.155px;
  font-style: normal;
  font-weight: 300;
  line-height: 17.77px;
}

.crs-details-know-more {
  text-decoration: none;
  color: #007bff;
}

.crs-details-rev-date {
  color: #1b1b1b;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.crs-details-rev-text {
  color: var(--Object-Black-60, rgba(27, 27, 27, 0.6));
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.crs-det-revcard-body {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.crs-det-rev-divfor-gradient-review {
  border-radius: 23.177px;
  background: linear-gradient(180deg, rgba(20, 28, 37, 0) 39.22%, rgba(20, 28, 37, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Learning section*/
.crs-detail-learn-box {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16.231px !important;
  background: #226e65;
  transition: 0.4s;
}

.pr_crs {
  padding-right: 25px;
}

.pl_crs {
  padding-left: 25px;
}

/* .crs-detail-learn-box ul li {
  color: #FFF;
  font-family: Lato;
  font-size: 17.819px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.215px;
  letter-spacing: -0.241px;
} */
.crs-detail-learn-box:hover {
  transform: scale(1.02);
}

.crs-detail-learn-box2 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16.231px !important;
  background: #141c25;
  transition: 0.4s;
}

.crs-detail-learn-box2:hover {
  transform: scale(1.02);
}

.crs-detail-learn-title {
  color: #fff;
  font-family: Graphik;
  font-size: 24.651px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.crs-detail-learn-icon {
  color: white;
  font-size: 8px;
  margin-right: 10px;
}

.crs-detail-learn-certificate {
  background-color: #2b2b2b;
  padding: 20px;
  border-radius: 10px;
}

.crs-detail-learn-cert-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.crs-detail-learn-cert-subtitle {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 20px;
}

.crs-detail-learn-btn {
  background-color: #198754;
  border-color: #198754;
}

/* certificate section */
.crs-det-cert {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #141c25;
  border-radius: 9.5px;
  padding: 45px 75px;
}

.crs-det-cert-title {
  color: #fff;
  font-family: Graphik;
  font-size: 28.982px;
  font-weight: 700;
  line-height: 37.677px;
}

.crs-det-cert-subtitle {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.crs-det-cert-btn {
  border: 1px solid #226e65;
  border-radius: 7.688px;
  background: #226e65;
  color: #fff;
  font-family: Lato;
  font-size: 13.667px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.5px;
}

.crs-det-cert-btn:hover {
  background-color: #226e65;
}

.crs-det-certificate-banner-certificate {
  position: relative;
}

.crs-det-certificate-banner-certificate img {
  position: absolute;
  bottom: -60px;
  left: 0;
  border-radius: 8.945px;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  box-shadow: -14px -21px 7px 0px rgba(0, 0, 0, 0), -9px -13px 6px 0px rgba(0, 0, 0, 0.01), -5px -7px 5px 0px rgba(0, 0, 0, 0.05), -2px -3px 4px 0px rgba(0, 0, 0, 0.09), -1px -1px 2px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 600px) {
  .crs-det-certificate-banner-certificate img {
    position: relative;
    bottom: -24px;
  }
  .crs-det-cert {
    padding: 45px 25px;
  }
}
/* Related course */
.crs-det-certificate-banner-certificate :hover {
  transition: transform 0.5s ease;
}

.crs-det-certificate-banner-certificate :hover {
  transform: scale(1.04);
}

.crs-det-relatedcour-heading {
  text-align: left !important;
  padding-left: 1.5%;
}

.crs-det-relatedcour-subheading {
  text-align: left !important;
  padding-left: 1.5%;
  margin: -10px 0px 0px;
}

/* Registeration Detail page */
.crc_det_reg_button_registeration {
  margin: auto;
  display: block;
}

.mt_70 {
  margin-top: 70px;
}

.mb_70 {
  margin-bottom: 70px;
}

.crc_detail_register_section {
  flex-shrink: 0;
  border-radius: 9.5px;
  background: #141c25;
  align-items: center;
  padding-left: 0px !important;
  padding-top: 43px;
  padding-bottom: 43px;
  margin-top: 55px;
}

/* student placement */
.main-section-of-studentplace {
  /* border: 2px solid red; */
  padding: 70px 0px;
  background-color: #141d26;
  margin-top: 90px;
  border-radius: 0px;
}

.placement p {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 26.65px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.945px;
  padding-bottom: 16px;
}

/* questions */
.crs-questions-title {
  color: #141c25;
  font-family: Graphik;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.crs-questions-title-text-success {
  color: #226e65;
  font-family: Graphik;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.crs-questions-subtitle {
  color: #79797a;
  font-family: Lato;
  font-size: 16.913px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.crs-questions-btn {
  margin-top: -25px;
  background-color: #226e65;
  color: white;
  border-radius: 6.159px;
  border: none;
  padding: 1%;
}

.crs-questions-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.crs-questions-question {
  display: flex;
  padding: 33.527px !important;
  align-items: flex-start;
  gap: 33.527px;
  align-self: stretch;
}

.crs-questions-question span {
  font-weight: 500;
  font-size: 15px;
}

.crs-questions-toggle {
  border: none;
  background: none;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
}

.crs-questions-answer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  transition: 0.5s;
}

.crs-questions-answer.collapse {
  transition: max-height 0.4s ease-in-out;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.crs-questions-answer.collapse.show {
  max-height: 500px;
}

.crs-questions-enroll-btn {
  display: block;
  border-radius: 5.029px;
  border: 0.838px solid var(--White-95, #F1F1F3);
  background: var(--White-97, #F7F7F8);
  margin-top: 10px;
  padding: 13.411px 20.116px;
  margin: 0px;
  display: flex;
  font-size: 13.411px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.crs-questions-enroll-textp {
  color: var(--Grey-30, #4c4c4d);
  font-family: Lato;
  font-size: 13.411px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.08px;
  margin: 0px 0px 0px;
  padding-bottom: 33px;
}

.crs-questions-enroll-btn-image-arrowques {
  border: 2px solid white;
  padding: 1%;
  border-radius: 50%;
  background-color: white;
}

/* Grid Layout Adjustments */
@media (min-width: 992px) {
  .crs-questions-container {
    display: flex;
    justify-content: space-between;
  }
  .crs-questions-subtitle {
    color: #6c757d;
  }
}
.crs-questions-accordion {
  margin-left: 20px;
  /* margin-top: 105px; */
}

.crs-questions-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.crs-questions-item button span {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  line-height: 0;
}

.crs-questions-item .collapsed button span {
  transform: translate(-50%, -50%) rotate(136deg);
  transition: 0.5s;
}

.crs-questions-question {
  background-color: transparent;
  padding: 10px 15px;
  cursor: pointer;
}

.crs-questions-toggle {
  border-radius: 5.029px;
  background: rgba(34, 110, 101, 0.25) !important;
  width: 40px;
  height: 40px;
  position: relative;
}

.extra-extra-large {
  padding: 33.53px;
}

.crs_banner_text_head-mob {
  display: none;
}

.crs_banner_text_head-mob span {
  display: none;
}

.crs-top-courses-for-mov-view {
  display: none;
}

.crs_heading-mob {
  display: none;
}

.crs_searchForm-mob {
  display: none;
}

.crs-top-course-view-all-btn {
  display: none;
}

.crs-join-us-now-mob {
  display: none;
}

.fafa-user {
  font-size: 10px;
}

.fasfa-searchh-i {
  left: 9px;
  top: 51%;
  transform: translateY(-50%);
  width: 10px;
}

.video-section-right > iframe {
  width: 100%;
  height: 100%;
}

.crs-det-badge-head-course {
  color: #FFF;
  font-family: Lato;
  font-size: 12.114px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.9px;
  border-radius: 10px;
  background: #226E65;
  padding: 9px 17px;
}

.crs-details-language-class-worr {
  padding-right: 2px;
}

.slide-way-tab-click-crs-det {
  overflow: hidden;
}

.slide-way-tab-click-crs-det .tab-pane:last-child.active {
  animation-name: slidesrighttoleft;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.slide-way-tab-click-crs-det .tab-pane:first-child.active {
  animation-name: slideslefttoright;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

@keyframes slidesrighttoleft {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes slideslefttoright {
  from {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.crs-det-lang-col {
  color: black;
  margin-right: 5px;
}

.crs-tb-cont-extmar {
  margin-top: 32px !important;
}

.cdpie {
  height: 100% !important;
}

/* ---------------------------------- */
/* ==========================    package page    ============================= */
/* ----------------------------------- */
.crs_inc_extmob {
  margin-top: 33px;
}

.crs_inc_extmob_wrapper {
  transition-duration: 0ms;
  transform: translate3d(0px, 0px, 0px);
  transition-delay: 0ms;
}

.crs_inc_extmob_wrapper .swip_slidMR {
  margin-right: 20px;
}

.crs-det-mob-viw-collapse-icon i {
  color: white;
}

.crs-offering-crs-more-cards {
  margin-top: 1px !important;
}

.blu_clr {
  background: #141c25 !important;
  background-color: rgb(20, 28, 37);
  max-height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blu_clr p {
  font-size: 11px;
  color: #fff;
}

/* banner area */
.crs_package_banner_area {
  height: 600px;
  background-color: #141c25;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 15px 15px;
  padding-top: 50px;
}

/* banner premium content */
.crs-package-card {
  background-color: #232a35;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  max-width: 400px;
  margin: 50px auto;
}

.crs-package-card h1 {
  color: #226e65;
  font-size: 28px;
  margin-bottom: 20px;
}

.crs-package-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.crs-badge {
  background-color: #00b08c;
  font-size: 17px;
  padding: 8px 12px;
  border-radius: 0px 5px 5px 0px;
  margin: 30px 0px;
}

.crs-details {
  margin: 20px 0;
  font-size: 16px;
}

.crs-details i {
  margin-right: 10px;
  color: #226e65;
}

.crs-btn-buy {
  background-color: #226e65;
  border: none;
  padding: 13px 28px;
  font-size: 18px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: -moz-max-content;
  width: max-content;
}

.crs-btn-buy:hover {
  background-color: #226e65;
}

.crs-package-details {
  color: #fff;
  font-family: Lato;
  font-size: 17.819px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.215px;
  letter-spacing: -0.241px;
}

.crs-package-bnner-contnt-h2 {
  color: #fff;
  font-family: Graphik;
  font-size: 43.947px;
  font-style: normal;
  font-weight: 600;
  line-height: 45.221px;
  letter-spacing: -2.053px;
  position: relative;
  z-index: 999;
}

.crs-package-bnner-contnt-h2::before {
  content: "";
  width: 65%;
  height: 10px;
  background-color: #226e65;
  bottom: 5%;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  z-index: -1;
}

.crs-package-bnner-contnt-p {
  color: #fff;
  font-family: Lato;
  font-size: 17.819px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.215px;
  letter-spacing: -0.241px;
}

.crs-package-bnner-contnt-p svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: -3px;
}

/* offer courses */
.crs-offering-crs-view-all {
  padding: 10px 30px;
  font-size: 1rem;
  font-family: "lato";
  font-weight: 500;
  border-radius: 5px;
  background-color: #226e65 !important;
  color: #fff !important;
}

.crs-offering-crs-view-all:hover {
  background-color: #226e65 !important;
  color: #fff;
}

.crs-package-learn-title {
  color: #fff;
  text-align: center;
  font-family: Graphik;
  font-size: 29.364px;
  font-style: normal;
  font-weight: 600;
  line-height: 37.38px;
  letter-spacing: -1.186px;
}

.crs-course-package-cards {
  margin-top: 25px;
}

/* mrp and promo */
.crs-packages-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* margin: 50px 0; */
}

.crs-packages-card {
  flex: 1;
  /* padding: 20px; */
  border-radius: 0px;
  padding: 0px 6.2%;
}

.br_rht {
  border-right: 1px solid #afafaf;
}

.crs-packages-card:not(:last-child) {
  /* margin-right: 20px; */
}

.crs-packages-icon {
  margin-bottom: 10px;
}

.crs-packages-price {
  color: #226e65;
  font-family: Graphik;
  font-size: 32.966px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.966px;
  letter-spacing: -1.331px;
}

.crs-packages-price span {
  color: black;
  font-family: Graphik;
  font-size: 32.966px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.966px;
  letter-spacing: -1.331px;
}

.crs-packages-desc {
  color: #141c25;
  text-align: center;
  font-family: Lato;
  font-size: 15.839px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.149px;
  letter-spacing: 0.083px;
}

.crs-packages-divider {
  border-left: 1px solid #e0e0e0;
  height: 200px;
  margin: 0 20px;
  width: 0px;
}

.crs-top-crs-more-cards {
  margin-top: 1px !important;
}

.crs-tab-con-slide {
  margin-top: 32px !important;
}

.crs-topviewall-back {
  background-color: #141C25 !important;
}

.top-crs-containr-martop {
  margin-top: 33px;
}

.fa-caret-right {
  margin-left: 4px;
}

.crs_colaps_ext {
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.crs_colaps_ext p {
  font-size: 11px;
  color: #fff;
}

.swip-slid-wrapp-liner {
  transition-timing-function: linear;
}

/* ============================================ Course Page End ============================================ */
/* =========================    blog page  Start  ========================== */
/* the blog heading  */
.columns-recent-blog-page-work:hover {
  transition: transform 0.5s ease;
}

.columns-recent-blog-page-work:hover {
  transform: scale(1.02);
}

.main-heading-blog-with-gradient {
  padding-top: 30px;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 50px;
}

.main-heading-blog-with-gradient h1 {
  font-family: Graphik;
  font-size: 201.426px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(91deg, #141c25 -36.3%, #226e65 -16.84%, #141c25 10.38%, #226e65 41.25%, #16292f 68.05%, #4b698b 153.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px 0px 0px;
  text-align: center;
}

/* search bar */
.crs_search_bar_containerr2 {
  flex-shrink: 0;
  border-radius: 18.208px;
  background: #fff;
  box-shadow: 0px 4.75px 15.833px 0px rgba(0, 0, 0, 0.19);
  padding: 40px 60px !important;
  width: 88% !important;
}

/* recent blog  */
.blog-h2-main-tag {
  color: #1a1a1a;
  font-family: Graphik;
  font-size: 18.726px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.968px;
}

.card-img-top {
  width: 100%;
  height: 156.048px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 18px !important;
}

.height_192 {
  height: 192px !important;
}

.crs-details-rev-profile-main-div:hover {
  transition: 0.4s;
}

.crs-details-rev-profile-main-div:hover {
  transform: scale(1.02);
}

.card-img-top-bigg {
  width: 100%;
  height: 176.524px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px !important;
}

.card-img-top-bigg2 {
  width: 100%;
  height: 187.526px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px !important;
}

.blog-card-body-main-box {
  padding: 15px 0px;
}

.blog-card-body-main-box2 {
  padding: 0px 15px !important;
}

.blog-card-body-main-box span {
  color: #226e65;
  font-family: Lato;
  font-size: 10.923px;
  font-style: normal;
  font-weight: 600;
}

.blog-card-body-main-box h5 {
  color: #1a1a1a;
  font-family: Lato;
  font-size: 18.726px;
  font-style: normal;
  font-weight: 700;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

.blog-card-body-main-box p {
  color: #667085;
  font-family: Lato;
  font-size: 12.484px;
  font-style: normal;
  font-weight: 400;
}

.blog-option-btns-wor span {
  border-radius: 12.484px;
  background: #1a1a1a;
  padding: 6.56px 10.802px;
  margin: 0px 3px;
  color: #fff;
}

.page-item a {
  color: #667085;
  text-align: center;
  font-size: 14.939px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.627px;
}

.page-item1 a {
  color: #667085;
  font-family: Lato;
  font-size: 14.939px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.627px;
}

.page-link {
  cursor: pointer;
}

/* Cursor style for page links */
.activepagination-act a {
  background-color: #141c25 !important;
  justify-content: center;
  align-items: center;
  border-radius: 6.251px;
  display: flex;
  color: white;
}

/* footer section */
.crs-footer-section-main-box {
  flex-shrink: 0;
  border-radius: 41.336px;
  background: #141c25;
  /* margin: 70px 0px; */
}

/* .crs-footer-section-main-box :hover{

  transition: transform 0.5s ease;

}

.crs-footer-section-main-box :hover{

  transform: scale(1.04);

} */
.footer {
  background-color: transparent;
  padding: 60px 70px;
}

.crs-intro-text {
  /* width: 566.12px; */
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
  /* 166.667% */
}

.crs-quote blockquote {
  font-size: 18px;
  margin: 0px 0;
  color: #ddd;
  position: absolute;
  margin-top: -36px;
  /* padding-left: 20px; */
}

.crs-quote blockquote::before {
  content: "“";
  font-size: 150px;
  width: 37.203px;
  height: 31.416px;
  flex-shrink: 0;
}

.crs-quote p {
  /* width: 566.12px; */
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
  /* 166.667% */
  margin-top: 14%;
}

.crs-author {
  width: 153.771px;
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
  /* 166.667% */
}

.crs-avatars {
  align-items: center;
  margin-top: 55px;
}

.crs-avatars img {
  width: 65.564px;
  height: 65.564px;
  flex-shrink: 0;
  border-radius: 54.564px;
  background: lightgray 50%/cover no-repeat;
  margin: 2%;
}

.crs-play-button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d2a35;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid white;
  margin: 2%;
  transition: background-color 0.3s;
}

.crs-play-button:hover {
  background-color: #ccc;
}

.crs-ebook form label {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.crs-ebook form input,
.crs-ebook form button {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8.267px;
  border: none;
  font-size: 16px;
}

.crs-ebook form input {
  background-color: #fff;
  color: #000;
}

.crs-ebook form button {
  background-color: #226e65;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 15px;
  border-radius: 8.267px;
  font-weight: 500;
}

.crs-ebook-h2-head {
  color: #fff;
  font-family: Graphik;
  font-size: 30.77px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.crs-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  /* border-top: 1px solid #333; */
  padding-top: 20px;
  color: #bbb;
}

.crs-logo img {
  width: 68%;
  flex-shrink: 0;
  /* margin-top: 82px; */
}

.footer-img-mar-t {
  margin-top: 0px !important;
}

.footer-div-mar-t {
  margin-top: 0px !important;
}

.foot-li-col {
  color: white;
}

.fafa-circlefooter {
  font-size: 4px;
  position: absolute;
  margin-top: 11px;
}

.crs-app-links {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 50px;
}

.crs-app-links a img {
  transform: rotate(0deg);
  flex-shrink: 0;
  margin-right: 10px;
}

.crs-footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 148px;
}

.crs-footer-links ul {
  list-style: none;
  padding: 0;
}

.crs-footer-links ul li {
  margin-bottom: 25px;
}

.terms-policy-span-dot .fa {
  margin-right: 20px;
}

.crs-footer-links ul li a {
  color: #a6a6a6;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.crs-footer-links ul li a:hover {
  color: #fff;
}

.crs-social-links {
  /* display: flex; */
  align-items: center;
  margin-top: 30px;
}

.crs-social-links a img {
  width: 16.535px;
  height: 16.535px;
  /* margin-right: 15px; */
}

.crs-social-links a {
  display: flex;
  padding: 9.921px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8.267px;
  border-radius: 4.96px;
  border: 0.827px solid #161c28;
  background: #226e65;
  transition: transform 0.3s;
}

.crs-social-links a:hover {
  transform: scale(1.2);
}

.crs-testimonial-footer-head {
  color: #fff;
  font-family: Graphik;
  font-size: 41.336px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 27px;
}

.copy-right-testomemial {
  margin-top: 128px;
  border: 2px solid transparent;
}

.copy-right-testomemial p {
  color: #fff;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.802px;
}

.term-policy-div-wor {
  margin-top: 32px;
  text-align: end;
}

.term-policy-div-wor a {
  color: #fff;
  font-family: Lato;
  font-size: 14.881px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  line-height: 24.802px;
  margin: 2%;
}

.crs-testimonial .nav-tabs {
  align-items: center;
}

.crs-testimonial .nav-tabs .nav-item {
  margin-right: 25px;
}

.crs-testimonial .nav-tabs .nav-item .nav-link {
  border: 0px;
  background-color: unset;
  padding: 0px;
}

.footer_form {
  padding: 50px 70px;
  background-color: #222938;
  border-radius: 16px;
}

.blog-srch-btn-succe {
  position: relative;
  transform: translate(0px, 0px);
  right: 0%;
}

.section-right-col-blog {
  margin-top: -1.5%;
}

.lt_rt {
  padding: 0px 10px;
}

.plt_rt_30 {
  padding: 0px 30px;
}

/* =========================    blog page  End  ========================== */
/* =======================      blog inner page  Start    =========================== */
.blog-inner-banner-cont-div {
  position: absolute;
  bottom: 60px;
  left: 24%;
  width: 50%;
  text-align: center;
}

.blog-inner-banner-cont-div h2 {
  color: #fff;
  text-align: center;
  font-family: Graphik;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}

.blog-inner-banner-visit-tag span {
  border-radius: 38px;
  background: #fff;
  padding: 7px 15px;
  margin: 0px 10px;
  color: #060709;
  text-align: center;
  font-family: Lato;
  font-size: 10.923px;
  font-style: normal;
  font-weight: 500;
}

.blog-inner-banner-sub-cont-div {
  width: 47%;
  margin: auto;
}

.blog-inner-banner-sub-cont-div span {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 12.484px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.726px;
}

.blog-inner-banner-sub-cont-div p {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  margin-top: 15px;
}

/* content section */
.blog-inner-cont-main-section span {
  color: #495057;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.blog-inner-cont-main-section p {
  color: #1a1a1a;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.blog-inner-cont-main-section h2 {
  color: #141c25;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog-inner-cont-main-section h2 span {
  color: #226e65 !important;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.blog-inner-profile-side1 img {
  border-radius: 54.651px;
}

.blog-inner-profile-side-cont-div {
  padding: 5px 20px;
}

.blog-inner-profile-side-cont-div p {
  color: #495057;
  font-family: Lato;
  font-size: 13.116px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.86px;
  margin: 0px 0px 0px;
}

.blog-inner-profile-side-cont-div span {
  color: #6c757d;
  font-family: Lato;
  font-size: 13.116px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.86px;
}

.blog-inner-profile-side2 img {
  width: 21.86px;
  height: 21.86px;
  background-color: #141c25;
  border-radius: 20px;
  padding: 2%;
}

.crs_search_bar_area222 {
  display: none;
}

.crs_search_bar_area2 {
  display: block;
}

.blog-main-section-heading {
  margin-top: 52px;
}

.crs_search_bar-_headtext-pc {
  display: block;
}

.crs_search_bar-_headtext-mob {
  display: none;
}

.crs_search_bar-_headtext-mobile {
  display: none;
}

.banner-img-class {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-inn-instructor-con {
  border-top: 1px solid #C4C4C4;
}

.blog-img-ancor-tg-deco {
  text-decoration: none;
}

/* =======================      blog inner page  End    =========================== */
/* ========================== events Start ========================== */
/* all topmargin */
.event_main {
  margin-top: 72px;
}

.events-top-margin-fro-all {
  margin-bottom: 30px;
}

.events-top-margin-fro-all:nth-of-type(3) {
  margin-bottom: 0px;
}

/* banner */
.events-banner-main-div {
  width: 100%;
  height: 515px;
  overflow: hidden;
  position: relative;
}

.events-banner-main-div-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.events-conclave-banner-main-div-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.event-banner-headingtexts-div {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.event-banner-headingtexts h1 {
  color: #fff;
  font-family: Graphik;
  font-size: 97.544px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 0px 0px;
}

.event-banner-headingtexts p {
  color: #fff;
  font-family: Graphik;
  font-size: 18.231px;
  font-style: normal;
  font-weight: 500;
  margin: 0px 0px 0px;
}

/* year end  */
.events-yearend-text-section-scroller {
  position: absolute;
  top: 0%;
  right: 0%;
}

.events-yearend-text-section h2 {
  font-family: Graphik;
  font-size: 41.902px;
  font-style: normal;
  font-weight: 700;
  line-height: 47.14px;
  background: linear-gradient(93deg, #141c25 -6.71%, #151f28 11.1%, #226e65 54.2%, #141c25 85.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.events-yearend-highlight {
  color: #2f6852;
  font-weight: bold;
}

.events-yearend-text-section p {
  color: #141c25;
  font-family: Lato;
  font-size: 18.231px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.253px;
}

.events-yearend-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.events-yearend-swiper {
  width: 32%;
  height: 551px;
}

.events-yearend-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.events-yearend-swiper .swiper-slide img {
  display: block;
  width: 211.465px;
  height: 247.811px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.events-yearend-swiper .swiper-slide:hover img {
  transform: scale(1.16);
}

.threesliderMain {
  min-height: 670px;
  /* margin-top: 30px; */
  padding: 30px 10px;
}

.threesliderMain .threeswiper {
  height: 1198px;
  display: flex;
  margin: -12px;
  position: absolute;
  /* width: 708.69px; */
  top: -158.11px;
  right: -220.2px;
  transform: rotate(25.22deg);
  margin: 0 -8.325px;
}

.threesliderMain .threeswiper2 {
  height: 1198px;
  display: flex;
  margin: -12px;
  position: absolute;
  /* width: 708.69px; */
  top: -158.11px;
  left: -130.2px;
  right: initial;
  transform: rotate(-25.22deg);
  margin: 0 -8.325px;
}

.threesliderMain .swiper {
  width: 228.115px;
  padding: 0 8.325px;
  overflow: visible;
}

.threesliderMain .swiper:hover {
  position: relative;
  z-index: 999;
}

.threesliderMain .swiper-slide {
  /* padding: 12px; */
  width: 211.465px;
  height: 247.811px;
  /* overflow: hidden; */
  padding: 0;
  transition-timing-function: linear;
  box-shadow: unset !important;
}

.mySwiper22 .swiper-slide {
  box-shadow: unset;
}

.threesliderMain .swiper-slide:hover {
  transform: scale(1.3);
  transition: 0.5s;
  position: relative;
  z-index: 99;
  border-radius: 8.26px;
  box-shadow: 0px 3.304px 41.302px 0px #000;
}

.threesliderMain .threeswiper .innercontent {
  background-color: #000;
  margin-bottom: 12px;
  border-radius: 8.26px;
  width: 100%;
  height: 247.811px;
  overflow: hidden;
}

.threesliderMain .threeswiper .innercontent img {
  width: 100%;
  border-radius: 8.26px;
}

/* conclave */
.event-conclave-headingtexts h2 {
  color: #fff;
  font-family: Graphik;
  font-size: 38.347px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.852px;
}

.events-conclave-section-heading h2 {
  color: #141c25;
  text-align: center;
  font-family: Graphik;
  font-size: 38.347px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.852px;
  margin: 30px 0px 0px;
}

.events-conclave-section-heading span {
  color: #226E65;
}

.events-conclave-section-heading p {
  color: #141c25;
  font-family: Lato;
  text-align: center;
  font-size: 15.978px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.163px;
}

html {
  scroll-behavior: smooth;
}

/* bootcamp */
.events-banner-main-div-1 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.events-top-margin-fro-all .swiper {
  width: 100%;
  height: 100%;
}

.events-top-margin-fro-all .events-top-margin-fro-all .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mySwiper22 .swiper-slide {
  width: 3108px;
}

.collage {
  height: 400px;
}

.events-top-margin-fro-all .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 6px;
}

.events-top-margin-fro-all .swiper-slide {
  width: 80%;
}

.events-top-margin-fro-all .swiper-slide:nth-child(2n) {
  width: 60%;
}

.events-top-margin-fro-all .swiper-slide:nth-child(3n) {
  width: 40%;
}

.trips-slider-height-work-mob-viw {
  height: 450px !important;
}

.tripSlid_inner_d {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* Timing function for swiper wrapper */
.ent-ext-timing {
  transition-timing-function: linear;
}

/* Flex and wrap styles */
.ent-ext-flex-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* Width and height variations */
.ent-ext-full-225 {
  width: 100%;
  height: 225px;
}

.ent-ext-full-475 {
  width: 100%;
  height: 475px;
}

.ent-ext-full-380 {
  width: 100%;
  height: 447px;
}

.ent-ext-full-4700 {
  height: 698.5px !important;
}

.ent-ext-flex-50 {
  display: flex;
}

.ent-ext-half-320 {
  width: 50%;
  height: 320px;
}

.myswip22 {
  height: 700px;
}

/* Wrapper cursor and transition */
.ent-ext-grab {
  cursor: grab;
}

.ent-ext-duration-transform {
  transition-duration: 300ms;
  transform: translate3d(-1782px, 0px, 0px);
}

/* Common styles for swiper-slide transform and transition */
.ent-ext-slide-3d {
  width: 324px;
  transition-duration: 300ms;
  transform: translate3d(0px, 0px, -2100px) rotateX(0deg) rotateY(0deg) scale(1);
}

/* Z-index variations */
.ent-ext-index--20 {
  z-index: -20;
}

.ent-ext-index--17 {
  z-index: -17;
}

.ent-ext-index--14 {
  z-index: -14;
}

.ent-ext-index--11 {
  z-index: -11;
}

.ent-ext-index--8 {
  z-index: -8;
}

/* ========================== events End ========================== */
/* =============================    privacy policy Start  =============================== */
.crs-footer-section-main-box {
  margin-bottom: 0px !important;
}

.body-privacypolicy-page {
  padding-bottom: 35px;
}

.crs-det-sections-start-mainsection2 {
  padding-top: 2%;
}

.body-privacypolicy-page {
  background-color: #222f3e !important;
}

.privacy-policy-main-section h1 {
  color: #fff;
  text-align: center;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
}

.privacy-policy-main-section p {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.privacy-policy-main-ul p {
  color: #fff;
  text-align: left;
  font-family: Graphik;
  font-size: 18.9px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.026px;
  margin-left: -1.5%;
  margin-top: 2%;
}

.privacy-policy-main-ul li {
  color: #fff;
  font-family: Lato;
  font-size: 16.236px;
  font-style: normal;
  font-weight: 400;
  margin: 15px 0px;
}

.privacy-policy-main-ul span {
  color: #fff;
  text-align: center;
  font-family: Graphik;
  font-size: 18.9px;
  font-style: normal;
  font-weight: 500;
  margin-left: -1.5%;
}

/* =============================    privacy policy end  =============================== */
/*=============================== terms & conditions start ==============================*/
.crs-footer-section-main-box {
  margin-bottom: 0px !important;
}

.body-privacypolicy-page {
  padding-bottom: 35px;
}

.privacyPolicyPtg {
  font-size: 27.251px !important;
  font-weight: 700 !important;
}

/*=============================== terms & conditions end ==============================*/
/* ================================    experts start    --------------------------------- */
.swipSlidW_M {
  width: 260px;
  margin-right: 20px;
}

.swipWrappr_tran {
  transition-duration: 0ms;
  transition-delay: 0ms;
  transform: translate3d(0px, 0px, 0px);
}

.expert-main-container-div-start {
  border-radius: 27px;
  padding: 0px;
  margin-top: 70px;
  overflow: hidden;
  box-shadow: 37px 37px 15px 0px rgba(0, 0, 0, 0), 24px 23px 13px 0px rgba(0, 0, 0, 0.01), 13px 13px 11px 0px rgba(0, 0, 0, 0.05), 6px 6px 8px 0px rgba(0, 0, 0, 0.09), 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.experts-gradient-main-div {
  background: linear-gradient(90deg, rgb(20, 28, 37) 43.5%, rgb(255, 255, 255) 29%);
  padding: 30px 0px;
}

.expert-inner-gradient-div-1 {
  padding: 0px 26px;
  text-align: center;
}

.expert-inner-gradient-div-1 h1 {
  color: #141C25;
  font-family: Graphik;
  font-size: 74.62px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.expert-inner-gradient-div-1 span {
  color: #FFF;
  font-family: Graphik;
  font-size: 74.62px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.expert-other-content-div-work {
  margin-top: 25px;
}

.expert-other-cont-col-right {
  padding: 0px 10px;
  margin-top: 20px;
}

.expert-other-cont-col-right-inner-content-work h2 {
  color: #141C25;
  font-family: Graphik;
  font-size: 23.214px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 2px solid #141c25;
  padding: 6px 62px;
  width: 24%;
}

.expert-other-cont-col-right-inner-content-work p {
  color: #30353D;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 17px 62px;
}

.expert-other-cont-col-right-inner-content-work2 {
  margin-top: 39px;
}

.expert-other-cont-col-right-inner-content-work2 h2 {
  color: #141C25;
  font-family: Graphik;
  font-size: 23.214px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 2px solid #141c25;
  padding: 6px 62px;
  width: 38%;
}

.expert-other-cont-col-right-inner-content-work2 p {
  color: #30353D;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 17px 62px;
}

.expert-other-main-profile-img-wrk {
  width: 189px;
  height: 189px;
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.expert-other-main-profile-img-wrk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expert-other-cont-image-inner-content-work {
  margin-top: 30px;
}

.expert-other-cont-image-inner-content-work h2 {
  color: #FFF;
  font-family: Graphik;
  font-size: 27.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.expert-other-cont-image-inner-content-work ul {
  display: grid;
  justify-content: center;
}

.expert-other-cont-image-inner-content-work li {
  color: #FFF;
  font-size: 18.889px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.expert-other-cont-image-inner-content-work2 {
  margin-top: 52px;
}

.expert-other-imag-side-svg-work1 {
  margin: 0px 75px -14px;
}

.expert-other-imag-side-svg-work2 {
  text-align: end;
  margin-right: 80px;
  margin-top: -12px;
}

.expert-other-imag-side-svg-work3 p {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  width: 53%;
  font-style: italic;
  margin: auto;
  text-align: center;
}

.expert-testimonials h2 {
  font-size: 78.401px;
  font-style: normal;
  font-family: Avenir;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #d1d1d1;
  /* Outline color */
  text-align: end;
  padding: 0px 30px;
}

.expert-review-scale-section-start {
  margin-top: 40px;
  margin-bottom: 25px;
}

.expert-review-scale-section-start-inner-box {
  transition: transform 0.5s ease;
  border-radius: 9.506px;
  background: #FFF;
  box-shadow: 0px 0px 15.844px 0px rgba(0, 0, 0, 0.07);
  padding: 22px;
}

.expert-review-scale-section-start-inner-box:hover {
  transform: scale(1.3);
}

.expert-review-img-parent {
  width: 47.532px;
  height: 47.532px;
}

.expert-review-img-parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-inner-profile-side-cont-div-expert-review p {
  color: #000;
  font-family: Lato;
  font-size: 14.26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 9px 3px -6px;
}

.blog-inner-profile-side-cont-div-expert-review span {
  color: #5D5D5D;
  text-align: center;
  font-family: Lato;
  font-size: 9.506px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 3px 0px;
}

.expert-review-cont-head-subhead {
  margin-top: 20px;
}

.expert-review-cont-head-subhead h2 {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 14.26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.expert-review-cont-head-subhead p {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.expert-dive-knowledge-margin-work {
  /* margin-top: 80px !important; */
}

.expert-review-col-padd {
  padding: 5%;
}

#box2.scale {
  transform: scale(1.3);
}

#box2 {
  transform: scale(1);
  /* Normal scale for non-hover */
}

/* ================================    experts end    --------------------------------- */
/* ===================================   sunday start   ====================================== */
/* .sundayBlockbuster {
  margin-top: 2px;
} */
.sundayBlockbuster .left {
  position: relative;
}

.sundayBlockbuster .right img {
  width: 100%;
}

.sun-ban-lef-main {
  position: relative;
}

.sundayBlockbuster {
  position: relative;
}

.sundayBlockbuster .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannerbackground {
  display: flex;
  overflow: hidden;
}

.bannerbackground .left {
  width: 43.3333333333%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: right;
  background-color: rgb(20, 28, 37);
  position: relative;
}

.sundayBlockbuster .left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 21%;
  width: 100%;
  background-color: rgb(20, 28, 37);
  height: 200%;
  transform: translateY(-50%) rotate(12deg);
  transform-origin: left;
}

.bannerbackground .left svg {
  position: relative;
  right: -199px;
}

.bannerbackground .right {
  width: 56.6666666667%;
  /* height: 714px; */
}

.sun-ban-cont-div {
  display: flex;
  justify-content: space-between;
}

.sun-ban-cin-d {
  position: relative;
}

.sun-ban-cin-d::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
}

.sun-ban-cin-d h2 {
  color: #FFF;
  font-family: Avenir;
  font-size: 23.882px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.955px;
  margin: 0;
}

.sun-ban-cin2-d {
  display: flex;
  justify-content: space-between;
}

.sun-ban-cin2-d span {
  color: #FFF;
  font-family: Graphik;
  font-size: 17.944px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
}

.sun-ban-viral-cont-d {
  margin-top: 18px;
}

.sun-ban-viral-cont-d h2 {
  color: #FFF;
  font-family: Avenir;
  font-size: 50.039px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.sun-ban-viral-cont-d span {
  font-family: Avenir;
  font-size: 50.039px;
  font-style: normal;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-align: end;
  text-transform: capitalize;
  line-height: normal;
}

.sun-ban-viral-cont-d p {
  width: 344.765px;
  color: #FFF;
  font-family: Graphik;
  font-size: 15.012px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.016px;
  /* 133.333% */
}

.sun-ban-profile-main-d {
  display: flex;
  margin-top: 31px;
  align-items: center;
}

.sun-ban-pinn-img-d {
  width: 78.161px;
  height: 78.161px;
  border-radius: 78.161px;
  overflow: hidden;
}

.sun-ban-pinn-img-d img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sun-ban-pinn-name-d {
  padding-left: 20px;
}

.sun-ban-pinn-name-d p {
  color: #FFF;
  font-family: Lato;
  font-size: 22.918px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.691px;
  /* 138.285% */
  margin: 0;
}

.sun-ban-pinn-name-d span {
  color: #FFF;
  font-family: Lato;
  font-size: 22.918px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.691px;
}

.sun-ban-apply-btn-d {
  margin-top: 50px;
  /* position: relative; */
}

.sun-ban-apply-btn-d a {
  background: linear-gradient(179deg, #141C25 5.54%, #15242B 8.73%, #226E65 104.07%);
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #226E65;
  box-shadow: 0px 0px 3px 1px #226E65;
  position: relative;
}

.sun-ban-apply-btn-d a::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -4%;
  width: 108%;
  height: 55px;
  border-radius: 50px;
  background-color: rgba(34, 110, 101, 0.27);
  z-index: -1;
  transition: transform 0.3s, opacity 0.5s;
}

.sun-ban-apply-btn-d a:hover::before {
  transform: scale(1.5);
  opacity: 0;
}

.sun-ban-app-cont-d {
  color: #FFF;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.25);
  font-family: Graphik;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* position: absolute;
  top: 21px;
  left: 55px; */
}

.swiper_trust .swiper-slide {
  padding: 15px 11px;
  background-color: #f6f8fa;
  border-radius: 16.155px;
  box-shadow: none;
  margin: 15px 20px;
}

.swiper_trust .swiper-slide img {
  width: 60% !important;
  margin: auto;
}

.populrInstr h2 {
  color: #FFF;
  text-align: center;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
  /* 130% */
  margin: 0px 0px -6px;
}

.populrInstr p {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin: 0px 0px -39px;
}

.trustIndustry {
  margin-top: 49px;
  margin-bottom: 20px;
}

.trustIndustry h2 {
  color: #141C25;
  text-align: center;
  font-family: Graphik;
  font-size: 44.24px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.675px;
  /* 141.67% */
}

.trustIndustry span {
  color: #034344;
  font-family: Graphik;
  font-size: 44.24px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.675px;
}

.trustIndsec {
  overflow: hidden;
}

.popularInstr {
  width: 100% !important;
  height: 100% !important;
}

.previously {
  margin-top: 42px;
  overflow: hidden;
}

.previously .heading {
  margin-bottom: 32px;
}

.previously .heading h2 {
  color: #000;
  text-align: center;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
  /* 130% */
}

.previously .heading span {
  color: #034344;
  font-family: Graphik;
  font-size: 43.03px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.939px;
}

.previously .single .bgImage {
  width: 100%;
  height: 100%;
  border-radius: 31.867px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* .previously .swiper-slide:hover .single {
  height: 500px;
} */
.previously .single .bgImage img {
  width: 100%;
  height: 100%;
}

.previously .single .bgImage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.8) 100%);
}

.previously .single {
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.8s;
}

.previously .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.previously .swipersunday .swiper-wrapper {
  align-items: flex-start;
}

.swipersunday .swiper-slide {
  width: 397.006px;
  height: 438.167px;
  transition: 0.5s;
}

.splide__track .splide__slide {
  width: 397.006px;
  height: 438.167px;
  transition: 0.5s;
}

.swipersunday .swiper-slide:hover {
  height: 478.167px;
  transition: 0.5s;
}

.splide__track .splide__slide:hover {
  height: 478.167px;
  transition: 0.5s;
}

.previously .content .text h3 {
  color: var(--Neutral-White, #FFF);
  font-family: Graphik;
  font-size: 23.9px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0px 0px 0px;
  /* 33.46px */
}

.previously .content .text p {
  color: #FFF;
  font-size: 13.278px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0px 0px 8px;
  /* 19.917px */
}

.previously .content .text ul {
  display: flex;
  margin: 0px 0px 10px;
  padding: 0px 0px 0px;
  list-style-type: none;
}

.previously .content .text ul li {
  color: var(--Neutral-White, #FFF);
  font-size: 13.278px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 5.311px;
  background: #235B5B;
  padding: 2.656px 5.311px;
  margin-right: 7px;
  /* 19.917px */
}

.previously .content .user {
  display: flex;
}

.previously .content .user .useImage {
  width: 53.111px;
  height: 53.111px;
  border-radius: 53.111px;
  overflow: hidden;
}

.previously .content .user .useImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.previously .content .user .name {
  padding-left: 18px;
}

.previously .content .user .name h4 {
  color: var(--Neutral-White, #FFF);
  font-size: 21.244px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0px 0px -4px;
  /* 31.867px */
}

.previously .content .user .name p {
  color: var(--Neutral-Gray-3, #9D9FA0);
  font-size: 13.278px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0px 0px 0px;
  /* 19.917px */
}

.stepDesign_Sec {
  display: none;
}

/* ===================================   sunday end   ====================================== */
/* ======================================  testimonials start ========================================= */
.testimonials_page {
  margin-top: 50px;
  overflow: hidden;
}

.testimonials_page .heading h1 {
  font-family: Graphik;
  font-style: normal;
  font-weight: 600;
  line-height: 86.273px;
  line-height: normal;
  background: linear-gradient(91deg, #141c25 -36.3%, #226e65 -16.84%, #141c25 10.38%, #226e65 41.25%, #16292f 68.05%, #4b698b 153.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 6px 0px 0px;
  text-align: center;
  display: block;
}

.testimonials_page .heading svg {
  margin-top: -78px;
  margin-left: -17px;
}

.testimonials_page .testimonialList .single {
  border-radius: 14.466px;
  border: 0.723px solid var(--Neutral-300, #EFF0F6);
  background: #F2F2F2;
  box-shadow: 0px 3.617px 10.126px 0px rgba(8, 15, 52, 0.04);
  padding: 38px 39px;
}

.testimonials_page .testimonialList .single .text h2 {
  color: var(--Neutral-800, #170F49);
  font-family: Graphik;
  font-size: 15.913px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.252px;
  /* 127.273% */
}

.testimonials_page .testimonialList .single .text p {
  color: var(--Neutral-600, #6F6C90);
  font-family: Lato;
  font-size: 13.019px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.699px;
  /* 166.667% */
}

/* .testimonials_page .testimonialList .singleHeight{
  height: 300px;
} */
.testimonials_page .testimonialList {
  margin-top: 28px;
  display: flex;
  gap: 36px;
}

.testimonials_page .testimonialList .testimonialBox1 {
  width: 35%;
}

.testimonials_page .testimonialList .testimonialBox2 {
  width: 27%;
}

.testimonials_page .testimonialList .profile {
  display: flex;
}

.testimonials_page .testimonialList .profile .image {
  width: 55.005px;
  height: 55.005px;
  border-radius: 78.161px;
  overflow: hidden;
}

.testimonials_page .testimonialList .profile .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials_page .testimonialList .profile .name h2 {
  color: var(--Neutral-800, #170F49);
  font-family: Graphik;
  font-size: 13.019px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.466px;
  /* 111.111% */
  margin: 10px 12px -1px;
}

.testimonials_page .testimonialList .profile .name span {
  color: var(--Neutral-600, #6F6C90);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lato;
  font-size: 13.019px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.466px;
  /* 111.111% */
  margin: 0px 12px 0px;
}

.testimonialBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testiColumn {
  height: auto;
  margin-bottom: 23.23px;
}

.navPagination {
  padding: 15px 0px !important;
  border-top: 1px solid #EAECF0 !important;
  display: block;
  margin-top: 40px;
}

/* ======================================  testimonials end ========================================= */
/* ==============================    founders page   ================================= */
.flundersourteam {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  /* text-align: center;  */
  /* don,t want in phone */
  font-size: 18px;
  /* background: none !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.found_ext-image-border-radius img {
  border-top-right-radius: 0;
}

.found_ext-margin-top-12 {
  margin-top: 12%;
}

.found_ext-margin-top-14 {
  margin-top: 14%;
}

/* heading */
.main-heading-founders-with-gradient h1 {
  font-family: Graphik;
  font-size: 76.687px;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(91deg, #141c25 -36.3%, #226e65 -16.84%, #141c25 10.38%, #226e65 41.25%, #16292f 68.05%, #4b698b 153.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px 0px 0px;
  /* width: 88%; */
  text-align: center;
}

.flundersourteam .swiper-slide {
  border-radius: 0px !important;
}

/* detail card */
.founder-details-img-main-box {
  border-radius: 20px;
  overflow: hidden;
  padding: 0%;
}

.founder-details-content-inner-p-tag {
  color: #fff;
  font-family: Lato;
  font-size: 9.981px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.founder-details-content-main-box h2 {
  color: #fff;
  font-family: Graphik;
  font-size: 68.591px;
  font-style: normal;
  font-weight: 600;
  line-height: 70.58px;
  /* 102.9% */
  letter-spacing: -3.204px;
}

.founder-details-content-main-box h3 {
  color: #fff;
  font-family: Graphik;
  font-size: 42.098px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.319px;
  /* 102.9% */
  letter-spacing: -1.966px;
  margin: 0px 0px 0px;
}

.founder-details-content-main-box p {
  color: #fff;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.founders-detail-card-inner {
  border-radius: 30px;
  background: linear-gradient(77deg, #141c25 24.92%, #193a3d 64.79%, #226e65 108.88%);
  box-shadow: 0px 48px 13px 0px rgba(0, 0, 0, 0), 0px 30px 12px 0px rgba(0, 0, 0, 0.01), 0px 17px 10px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 61px;
  margin-top: 65px;
}
.founders-detail-card-inner .row {
  vertical-align: middle;
  align-items: center;
}
.founders-detail-card-inner img {
  -o-object-position: 0 -39px;
     object-position: 0 -39px;
  height: 400px;
}

.founders-detail-card-inner1 {
  border-radius: 30px;
  border: 1px solid #141c25;
  background: #fff;
  box-shadow: 0px 79px 22px 0px rgba(0, 0, 0, 0), 0px 51px 20px 0px rgba(0, 0, 0, 0.01), 0px 29px 17px 0px rgba(0, 0, 0, 0.05), 0px 13px 13px 0px rgba(0, 0, 0, 0.09), 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 61px;
  margin-top: 65px;
}
.founders-detail-card-inner1 .row {
  vertical-align: middle;
  align-items: center;
}
.founders-detail-card-inner1 img {
  -o-object-position: 0 -61px;
     object-position: 0 -61px;
  height: 400px;
}

.founders-detail-card-inner:hover {
  transition: transform 0.5s ease;
}

.founders-detail-card-inner:hover {
  transform: scale(1.04);
}

.founders-detail-card-inner1:hover {
  transition: transform 0.5s ease;
}

.founders-detail-card-inner1:hover {
  transform: scale(1.04);
}

.founder-details-img-main-box1 {
  border-radius: 20px;
  overflow: hidden;
  padding: 0%;
}

.founder-details-content-inner-p-tag1 {
  background: linear-gradient(180deg, #226e65 0%, #141c25 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Lato;
  font-size: 9.981px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: end;
}

.founder-details-content-main-box1 h2 {
  background: linear-gradient(180deg, #226e65 0%, #141c25 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Graphik;
  font-size: 68.591px;
  font-style: normal;
  font-weight: 600;
  line-height: 70.58px;
  /* 102.9% */
  letter-spacing: -3.204px;
  text-align: end;
}

.founder-details-content-main-box1 h3 {
  background: linear-gradient(180deg, #226e65 0%, #141c25 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Graphik;
  font-size: 42.098px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.319px;
  /* 102.9% */
  letter-spacing: -1.966px;
  margin: 0px 0px 0px;
  text-align: end;
}

.founder-details-content-main-box1 p {
  background: linear-gradient(180deg, #226e65 0%, #141c25 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: end;
}

/*=========== imag grid start =================*/
.after-container-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  /* height: 200vh;  */
}

.scroll-content1 {
  /* width: 200.175px; */
  width: 16%;
  height: 288px;
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  transform: translateX(100px) translateY(100px);
  /* Start from top-left */
  transition: opacity 1s ease-out, transform 1s ease-out;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

/* Animation class that will be added on scroll */
.scroll-content1.visible-content {
  opacity: 1;
  transform: translateX(0) translateY(0);
  /* Move to final position */
}

.scroll-content2 {
  /* width: 200.175px; */
  width: 16%;
  height: 288px;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  transform: translateX(-100px) translateY(-100px);
  /* Start from top-left */
  transition: opacity 1s ease-out, transform 1s ease-out;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

/* Animation class that will be added on scroll */
.scroll-content2.visible-content {
  opacity: 1;
  transform: translateX(0) translateY(0);
  /* Move to final position */
}

.scroll-content3 {
  /* width: 200.175px; */
  width: 16%;
  height: 640.25px;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  transform: translateX(100px) translateY(-100px);
  /* From top-right */
  transition: opacity 1s ease-out, transform 1s ease-out;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.scroll-con-for-last {
  /* width: 200.175px; */
  width: 16%;
  height: 299.587px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
}

/* Animation class that will be added on scroll */
.scroll-content3.visible-content {
  opacity: 1;
  transform: translateX(0) translateY(0);
  /* Move to final position */
}

.scroll-content4 {
  /* width: 200.175px; */
  width: 16%;
  height: 288px;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  transform: translateX(-100px) translateY(100px);
  /* From top-right */
  transition: opacity 1s ease-out, transform 1s ease-out;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

/* Animation class that will be added on scroll */
.scroll-content4.visible-content {
  opacity: 1;
  transform: translateX(0) translateY(0);
  /* Move to final position */
}

/* Different delays for a staggered effect */
#content1 {
  transition-delay: 0.1s;
}

#content2 {
  transition-delay: 0.2s;
}

#content3 {
  transition-delay: 0.3s;
}

#content4 {
  transition-delay: 0.6s;
}

#content5 {
  transition-delay: 0.3s;
}

#content6 {
  transition-delay: 0.2s;
}

#content7 {
  transition-delay: 0.1s;
}

/* =============    founder 2nd side    ========== */
.founders {
  overflow: hidden;
  margin: 70px 0px;
}

.founders .row {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: 0 -2.9425%;
}

.founders .row .single {
  width: 16.6666667%;
  height: -moz-max-content;
  height: max-content;
  padding: 0 -2.9425%;
  overflow: hidden;
  position: relative;
}

.founders .founderimage {
  border-radius: 6vw;
}

.founders .founderimage.image1 {
  height: 24vw;
  border-top-right-radius: 0;
}

.founders .founderimage.image2 {
  height: 16.8333333vw;
  border-top-right-radius: 0;
}

.founders .founderimage.image3 {
  height: 25.25vw;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.founders .founderimage.image4 {
  border-top-left-radius: 4vw;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4vw;
  height: 50.3333333vw;
  position: relative;
  overflow: hidden;
}

.founders .founderimage.image5 {
  height: 25.9166667vw;
  border-bottom-left-radius: 0px;
}

.founders .founderimage.image6 {
  height: 16.25vw;
  border-bottom-left-radius: 0px;
}

.founders .founderimage.image7 {
  height: 24.9166667vw;
  border-bottom-left-radius: 0px;
}

.founders .row .single img {
  width: 100%;
}

.founders .row .single img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  width: initial;
}

/* =========   imag end   -============== */
/* meet our team start */
.flundersourteam {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flundersourteam .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flundersourteam .swiper-slide img {
  display: block;
  width: 100%;
  height: 357.455px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.h2-for-founder-meet-our-team {
  color: #060504;
  font-family: Graphik;
  font-size: 19.282px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}

.p-for-founder-meet-our-team {
  color: #6f6f6f;
  font-family: Lato;
  font-size: 13.349px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.765px;
  text-align: left !important;
}

/* meet our team end */
/* ================== Maintenace Pase Start ================== */
.maintenance_page .image_d {
  padding: 28px;
  width: 100%;
  height: 668px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.maintenance_page .image_d img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.maintenance_page .row_div {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.maintenance_page .text h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Graphik;
  font-size: 40.088px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.835px;
}

.maintenance_page .text span {
  color: #FFF;
  font-family: Lato;
  font-size: 20.044px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.396px;
  letter-spacing: -0.381px;
}

.maintenance_page .text p {
  color: #FFF;
  font-family: Lato;
  font-size: 16.703px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.385px;
  letter-spacing: -0.284px;
  margin: 10px 0px 0px;
}

/* ================== Maintenace Pase End ================== */
/* Responsive Starts here */
@media (min-width: 1000px) and (max-width: 1399px) {
  .heading h1,
  .content-list .content-item {
    font-size: 65.437px;
  }
  .counter {
    font-size: 75.538px;
  }
  .testi_img {
    width: 35px;
    height: 35px;
  }
  .testimonial {
    width: 260px;
  }
  .testi_text p {
    font-size: 8px;
  }
  .testi_text span {
    font-size: 8px;
  }
  .testimonial_area_6 {
    width: 200px;
  }
  .abt_voice .testimonial_area_1 {
    width: 335px;
  }
  .abt_voice {
    padding-left: 50px;
  }
  .swip_text h5 {
    margin: 0;
    font-size: 1.45rem;
  }
  .height_200 {
    height: 176px;
    overflow: hidden;
  }
  .ind_price {
    position: absolute;
    bottom: 0;
    right: -65px;
  }
  .heading h1,
  .content-list .content-item {
    line-height: 75.492px;
  }
  .main_btn {
    font-size: 20.234px;
    padding: 12.426px 20.043px;
    margin-top: 5px;
  }
  .crs-testimonial-footer-head {
    /* width: 450.12px; */
  }
  .crs-intro-text {
    /* width: 450.12px; */
  }
  .footer_form {
    padding: 20px;
  }
  .emp_txt_img_overlay {
    top: 34%;
  }
  .over_b {
    top: 37%;
  }
  .abt_t {
    top: 8%;
  }
  .main-heading-founders-with-gradient h1 {
    font-size: 65.687px;
  }
}
@media (max-width: 990px) {
  .crs-package-bnner-contnt-h2 {
    font-size: 19.726px;
    letter-spacing: -0.921px;
  }
  .crs-package-bnner-contnt-p {
    font-size: 10.819px;
    line-height: 18.215px;
  }
  .crs_package_banner_area.abt_position {
    position: relative;
  }
  .incl_paks {
    border-radius: 0px 6.94px 6.94px 0px;
    background-color: #141c25;
    color: #fff;
    padding: 10px 5px;
    width: 65%;
  }
  .abt_position {
    position: relative;
  }
  .incl_paks ul {
    margin-bottom: 0px;
    list-style: disc;
    font-size: 12px;
  }
  .wave {
    position: absolute;
    top: 99%;
    right: 0;
    width: 100%;
  }
  .crs_package_banner_area {
    height: 25vh;
    border-radius: 0px;
    padding: 5%;
    position: relative;
    margin-bottom: 60%;
  }
  .course_pak_img {
    position: absolute;
    top: 75%;
  }
  .abt_pak_crs_info p {
    color: #000;
  }
  .about_pak_p p {
    font-size: 12px;
  }
  .abt_pak_crs_info {
    margin-bottom: 20px;
  }
  .abt_promo_price {
    border-radius: 10px;
    border: 1px solid #141c25;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    padding-right: 30px;
  }
  .abt_promo_price h2 {
    color: #226e65;
    text-align: center;
    font-size: 17.568px;
    font-weight: 600;
    line-height: 22.364px;
    letter-spacing: -0.709px;
  }
  .abt_promo_price h2 span {
    color: #141c25;
    text-align: center;
    font-size: 8.784px;
    font-weight: 500;
    line-height: 11.182px;
    letter-spacing: -0.355px;
    margin-left: 5px;
  }
  .abt_promo_price p {
    color: #141c25;
    font-size: 9.844px;
    line-height: 9.83px;
    letter-spacing: 0.048px;
  }
  .pr_cod p {
    color: #fff;
    font-size: 7.339px;
    font-weight: 500;
    line-height: 10.396px;
    letter-spacing: 0.051px;
  }
  .card_pks_prc .pks_prc h2 {
    color: #fff;
    text-align: center;
    font-family: Graphik;
    font-size: 22.599px;
    font-weight: 600;
    line-height: 32.588px;
    letter-spacing: -1.034px;
  }
  .card_pks_prc .pks_prc span {
    color: #fff;
    text-align: center;
    font-family: Graphik;
    font-size: 12.8px;
    font-weight: 500;
    line-height: 16.294px;
    letter-spacing: -0.517px;
  }
  .card_pks_prc {
    transform: rotate(4.916deg);
    flex-shrink: 0;
    border-radius: 27.276px;
    background: #141c25;
    box-shadow: 0px 39.865px 11.54px 0px rgba(56, 99, 91, 0), 0px 26.227px 10.491px 0px rgba(56, 99, 91, 0.01), 0px 14.687px 8.393px 0px rgba(56, 99, 91, 0.05), 0px 6.295px 6.295px 0px rgba(56, 99, 91, 0.09), 0px 2.098px 3.147px 0px rgba(56, 99, 91, 0.1);
    width: 155.706px;
    height: 191.982px;
    padding: 18px;
    margin-top: -50px;
  }
  .card_pks_prc p {
    color: #fff;
    font-family: Lato;
    font-size: 9.844px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.946px;
    letter-spacing: 0.068px;
  }
  .pks_prc {
    transform: rotate(356deg);
  }
  .pr_cod {
    border-radius: 11.158px;
    border: 0.315px solid #fff;
    background: #226e65;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
  }
  .pr_cod p {
    margin-bottom: 0;
    text-align: center;
    padding: 2px;
    font-size: 6px;
  }
  .abt_promo_price {
    margin-top: 65px;
  }
  .blog-inner-cont-main-section h2,
  .blog-inner-cont-main-section h2 span {
    font-size: 24px;
  }
  .blg_inn_vm a {
    color: #226e65;
    padding-bottom: 0px;
    border-bottom: 1px solid #226e65;
    font-size: 12px;
  }
  .lt_rt {
    /* padding: 0px 30px; */
  }
  .plt_rt_30 {
    padding: 0px 30px;
  }
  .main-heading-founders-with-gradient {
    padding-top: 50px !important;
  }
  .main-heading-founders-with-gradient h1 {
    font-size: 28px;
    text-align: start;
  }
  .fnd_main {
    position: relative;
  }
  .fnd_main .founders-detail-card-inner {
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0);
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img {
    height: 315px;
    display: flex;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img img {
    width: 100%;
    border-radius: 24px 0px 0px 0px;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img .fnd_detailds {
    position: absolute;
    top: 60%;
    border-radius: 24px 0px 0px 0px;
    background: linear-gradient(77deg, #141c25 24.92%, #193a3d 64.79%, #226e65 108.88%);
    box-shadow: 0px 48px 13px 0px rgba(0, 0, 0, 0), 0px 30px 12px 0px rgba(0, 0, 0, 0.01), 0px 17px 10px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    width: 80%;
    right: 0;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img .fnd_detailds h2 {
    font-size: 34.888px;
    font-weight: 600;
    letter-spacing: -1.63px;
    line-height: 35.899px;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img .fnd_detailds h3 {
    font-size: 21.413px;
    font-weight: 600;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img .fnd_detailds h3 span {
    font-size: 12.976px;
    font-weight: 400;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img .fnd_detailds p {
    font-size: 12.976px;
    margin-top: 12.45px;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img .fnd_detailds_lft {
    border-radius: 0px 24px 0px 0px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fnd_main .founders-detail-card-inner .fnd_area_img_rght img {
    width: 100%;
    border-radius: 0px 24px 0px 0px;
  }
  .fnd_main .founders-detail-card-inner:hover {
    transform: unset;
  }
  .mb_170 {
    margin-bottom: 500px;
  }
  .founders-ourteam .swiper-wrapper {
    transition-timing-function: linear;
    display: flex;
  }
  .founders-ourteam .swiper-wrapper .swiper-slide {
    width: 240px !important;
  }
  .p-for-founder-meet-our-team {
    font-size: 10.349px;
    line-height: 14.765px;
  }
  .h2-for-founder-meet-our-team {
    font-size: 14.282px !important;
  }
  .flundersourteam .swiper-slide img {
    height: 270.455px !important;
  }
  .events-banner-main-div {
    height: 469px;
  }
  .events-banner-main-div .event-banner-headingtexts-div {
    position: absolute;
    top: 5%;
    text-align: center;
  }
  .events-banner-main-div .event-banner-headingtexts-div .event-banner-headingtexts h1 {
    font-size: 55.544px;
  }
  .events-banner-main-div .event-banner-headingtexts-div .event-banner-headingtexts p {
    font-size: 11.231px;
  }
  .play_btn {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .play_btn .btn {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    outline: 3px solid rgba(163, 163, 163, 0.79);
  }
  .play_btn .btn svg {
    color: #226e65;
  }
  .astv_text_area .container .astv_text {
    padding: 0px 30px;
    text-align: center;
    margin-top: 15px;
  }
  .astv_text_area .container .astv_text p {
    font-size: 16px;
  }
  .event .swiper-wrapper .swiper-slide .image-container img {
    width: 124px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .event .swiper-wrapper {
    align-items: center !important;
  }
  .event .swiper-wrapper .swiper-slide-active .image-container img {
    height: 130px;
  }
  .event .swiper-slide {
    border-radius: 0px;
  }
  .event_cncv {
    margin-top: 20px;
  }
  .event_cncv .container .cncv_title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .event_cncv .container .cncv_title p {
    font-size: 11px;
  }
  .event_cncv .container .row .col-4 {
    padding: 0px 5px;
  }
  .event_cncv .container .row .col-4 .card {
    border: 0px;
  }
  .event_cncv .container .row .col-4 .card .crd_img {
    position: relative;
  }
  .event_cncv .container .row .col-4 .card .crd_img img {
    width: 125px;
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .event_cncv .container .row .col-4 .card .crd_img .crd_inner_txt {
    text-align: end;
  }
  .event_cncv .container .row .col-4 .card .crd_img .crd_inner_txt p {
    position: absolute;
    top: 0;
    font-size: 10px;
    font-weight: 500;
    right: 5%;
    color: #fff;
  }
  .event_cncv .container .row .col-4 .card .crd_img .crd_inner_txt h4 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    right: 5%;
  }
  .event_cncv .container .row .col-4 .card .crd_txt p {
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1750px);
    }
  }
  .slider {
    background: pr;
    height: 135px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
  }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    /* width: 3500px; */
  }
  .slider .slide {
    height: 135px;
    width: 250px;
    margin: 0px 5px;
  }
  .fst_slr .slide-track .slide img,
  .sec_slr .slide-track .slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
  }
  .sec_slr .slide-track {
    animation: left 40s linear infinite;
    display: flex;
    width: 3500px;
  }
  @keyframes left {
    0% {
      transform: translateX(-1750px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .slider_mn_area {
    overflow: hidden;
  }
  .event_section {
    margin: 0px;
  }
  .event_section .swiper-slide-active {
    transform: scale(1.5) !important;
  }
  .de_img_hgt {
    width: 100%;
    height: 275px;
  }
  /* ==========================about us page start ========================= */
  .mob-viw-count-col1 {
    position: absolute;
    padding: 23px 27px;
    border-radius: 5px;
    background: #226E65;
    right: 21px;
    top: -31px;
    z-index: -1;
  }
  .mob-viw-count-col2 {
    position: absolute;
    padding: 23px 26px;
    border-radius: 5px;
    background: #1C4847;
    right: 7px;
    bottom: -20px;
    z-index: -1;
  }
  .mob-viw-count-col3 {
    position: absolute;
    padding: 16px 17px;
    border-radius: 5px;
    background: #1C4847;
    left: 18px;
    top: -12px;
    z-index: -1;
  }
  .mob-viw-count-col4 {
    position: absolute;
    padding: 23px 27px;
    border-radius: 5px;
    background: #20605A;
    left: -31px;
    bottom: -21px;
    z-index: -1;
  }
  .crs-det-vid-sec-extramar {
    margin-top: 60px !important;
  }
  .mySwiper221 {
    height: 230px;
  }
  .crs-det-vid-secmob-extra {
    margin-top: 30px;
    overflow: hidden;
  }
  .crs-det-perso-prese-ext-css {
    margin-top: 35px;
  }
  .per-pre-about-imgs-ext {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slid-swip-gal-about-usmob {
    border-radius: 0 !important;
  }
  .abo-us-img-gal-3-container {
    width: 100%;
    display: flex;
    margin-top: 4px;
  }
  .abo-us-img-gal-3-group {
    display: flex;
    height: 92px;
  }
  .abo-us-img-gal-3-group img,
  .abo-us-img-gal-3-single img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .abo-us-img-gal-3-half {
    width: 50%;
  }
  .abo-us-img-gal-3-seventy {
    width: 70%;
  }
  .abo-us-img-gal-3-thirty {
    width: 30%;
  }
  .abo-us-img-gal-3-full {
    width: 100%;
  }
  .abo-us-img-gal-3-padding-right {
    padding-right: 2px;
  }
  .abo-us-img-gal-3-padding-left {
    padding-left: 2px;
  }
  .abo-us-img-gal-3-padding-both {
    padding-left: 2px;
    padding-right: 2px;
  }
  .abo-us-img-gal-3-group:first-child {
    width: 40%;
  }
  .abo-us-img-gal-3-group:nth-child(2) {
    width: 35%;
  }
  .abo-us-img-gal-3-single {
    width: 25%;
    height: 92px;
  }
  .abo-us-img-gal-1-container {
    width: 100%;
    display: flex;
  }
  .abo-us-img-gal-1-group-large {
    width: 40%;
    height: 135px;
  }
  .abo-us-img-gal-1-group-medium {
    width: 35%;
    height: 135px;
    display: flex;
  }
  .abo-us-img-gal-1-column-small {
    width: 40%;
    height: 100%;
  }
  .abo-us-img-gal-1-column-large {
    width: 60%;
  }
  .abo-us-img-gal-1-flex {
    display: flex;
  }
  .abo-us-img-gal-1-group-small {
    width: 25%;
    height: 135px;
  }
  .abo-us-img-gal-1-full {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .abo-us-img-gal-1-seventy {
    width: 70%;
  }
  .abo-us-img-gal-1-thirty {
    width: 30%;
  }
  .abo-us-img-gal-1-padding-right {
    padding-right: 2px;
  }
  .abo-us-img-gal-1-padding-both {
    padding-left: 2px;
    padding-right: 2px;
  }
  .abo-us-img-gal-1-padding-both-top {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
  }
  .abo-us-img-gal-1-padding-both-bottom {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
  }
  .ourambi-about-mob-ext {
    text-align: right;
  }
  .ouramb-about-img-ext {
    margin-top: -13px !important;
  }
  .counter-cont-main-mar-t {
    margin-top: 24px !important;
  }
  .crs_search_bar-_headtext-mobile {
    display: block;
  }
  /* ==========================about us page end ========================= */
}
@media (min-width: 992px) and (max-width: 1200px) {
  .crs-testimonial-footer-head {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .crs-testimonial {
    width: 85%;
  }
}
@media (max-width: 376px) {
  .card_pks_prc {
    padding: 13px;
    width: 145.706px;
  }
  .abt_promo_price {
    padding: 10px 12px;
  }
  .crs-details-mob-viw-certificate-div {
    margin-top: 100px !important;
  }
  .crs_package_banner_area {
    height: 25vh;
    border-radius: 0px;
    padding: 20px;
  }
  .crs-det-mob-viw-collapse-title {
    font-size: 10px !important;
  }
  .incl_paks {
    width: 70%;
  }
}

.trip-ext-bot-flex-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 18%;
}

.trip-ext-bot-image-wrapper {
  width: 100%;
}

.trip-ext-bot-image-1 {
  height: 225px;
  padding-bottom: 2%;
}

.trip-ext-bot-image-2 {
  height: 475px;
  padding-top: 2%;
}

.trip-ext-image-3-container {
  width: 22%;
  height: 100%;
  padding-left: 0.5%;
}

.trip-ext-image-4-container {
  width: 20%;
}

.trip-ext-image-4-wrapper {
  width: 100%;
  padding: 2%;
}

.trip-ext-image-4-1 {
  height: 330px;
}

.trip-ext-image-4-2 {
  height: 375px;
}

.trip-ext-image-6-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 40%;
}

.trip-ext-image-6-wrapper {
  width: 100%;
}

.trip-ext-image-6-1 {
  height: 250px;
  padding-bottom: 2%;
}

.trip-ext-image-6-2,
.trip-ext-image-6-3 {
  width: 50%;
  height: 320px;
}

.trip-ext-image-6-2 {
  padding-right: 1%;
}

.trip-ext-image-6-3 {
  padding-left: 1%;
}

#footerVideoPopup .modal-dialog {
  max-width: 53.8888888889vw;
}

#footerVideoPopup .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

#footerVideoPopup .modal-dialog .modal-content .videoPopup {
  border-radius: 1.25vw;
  border: 0.0694444444vw solid rgba(169, 223, 216, 0.2);
  background: #171821;
  padding: 2.0833333333vw 2.7777777778vw;
  position: relative;
  overflow: hidden;
  padding: 1.3888888889vw;
}

#footerVideoPopup .modal-dialog .modal-content .videoPopup iframe {
  width: 100%;
  height: 27.7777777778vw;
  border-radius: 0.6944444444vw;
}

#footerVideoPopup .modal-dialog .modal-content .videoPopup button {
  position: absolute;
  top: 0.3472222222vw;
  right: 0.3472222222vw;
  padding: 0;
}

.dropdown_list {
  position: absolute;
  display: flex;
  width: calc(100% - 136.6667px);
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  margin-top: 13px;
  z-index: 1;
  max-height: 200px;
  /* display: none; */
}

.dropdown_list ul {
  list-style: none;
  width: 100%;
  padding: 16px;
}

.dropdown_list ul li {
  color: #767676;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  padding: 8px 0;
  gap: 8px;
}

.banner_search .inner-form {
  position: relative;
}

.main-heading-founders-with-gradient {
  padding-top: 100px;
}/*# sourceMappingURL=style 2.css.map */