@import url("https://fonts.googleapis.com/css2?family=Mooli&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/anurati");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  /* font-family: "Mooli", sans-serif; */
  font-family: "Poppins", sans-serif;
  /* border: 2px solid red; */
  margin: 0;
  padding: 0;
}

:root {
  --blue: #062367;
}
/* .testSvg {
  position: relative;
  background-color: white;
} */
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  /* max-width: 2500px; */
}
main {
  position: relative;
  width: 100%;
}
.hids {
  overflow: hidden;
}

.custom-shape-divider-top-1699299810 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1699299810 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1699299810 .shape-fill {
  fill: #ffffff;
}
.custom-shape-divider-bottom-1699300011 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1699300011 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1699300011 .shape-fill {
  fill: #ffffff;
}

header {
  padding: 0;
  margin: 0;
  height: clamp(69px 10vh 70px);
  /* border: 2px solid red; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  background: transparent;
  box-shadow: 2px 2px 2px #06236779;
  /* border-bottom: 1px solid #062367; */
  display: block;
  transition: all 0.35s ease;
}
.sp_head {
  background-color: #fff;
  transition: all 0.3s ease;
}
.fvg {
  position: sticky;
  background-color: #fff;
}
.hds {
  display: none;
}
/* main {
    padding: 15px;
} */
nav {
  position: relative;
  display: flex;
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: 100%;
  /* width: 100vw; */
  padding: 5px 40px 0;
  /* height: 100%; */
  /* box-shadow: 2px 2px 2px #06236779; */
  /* border: 2px solid red; */
}
.hidd {
  transform: translateY(-105%);
}

.nav-logo img {
  width: 100px;
  /* border: 2px solid red; */
}
.menu {
  display: flex;
  gap: 1.5vw;
}

.menu_cont {
  display: none;
  background: transparent;
  border: none;
}
.menu_cont img {
  width: 30px;
}
@media screen and (max-width: 1100px) {
  .nav-logo img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .nav-logo img {
    width: 80px;
  }
  header {
    height: 58px;
  }
  .menu_cont img {
    width: 28px;
  }
}
.nav-link {
  position: relative;
  /* border: 2px solid black; */
  text-decoration: none;
  color: rgb(77, 76, 76);
  /* font-family: "Anurati", sans-serif; */
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 3px;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background-color: rgb(68, 68, 68);
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  border-radius: 50px;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.bnav-link {
  position: relative;
  /* border: 2px solid black; */
  text-decoration: none;
  color: #b8b8b8;
  /* font-family: "Anurati", sans-serif; */
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 3px;
}

.bnav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background-color: #b8b8b8;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  border-radius: 50px;
}
.bnav-link:hover::after {
  transform: scaleX(1);
}

.nav_but,
.h_but {
  display: block;
  background: #eec657;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 30px;
  margin: 0;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sp_lnk {
  display: none;
}

@media screen and (max-width: 1200px) {
  .nav_but {
    display: none;
  }
  /* .nav-logo img {
    width: 85px;
  } */
  .nav-link,
  .bnav-link {
    font-size: 15px;
  }
}
.nav_but:hover,
.h_but:hover {
  transform: scale(1.05);
  transform: translateY(-10%);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}
.nav_but span,
.h_but span {
  font-family: "Mooli", sans-serif;
  font-size: 14px;
}
.nav_but img,
.h_but img {
  width: 20px;
}
.hide_vid {
  display: none;
}
.vid2_cont {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  z-index: 9999;
  padding: 0;
}
@keyframes frmfadev {
  from {
    opacity: 0;
    top: 100%;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

.fade-inv {
  animation: frmfadev 1s ease-in-out;
}
@media only screen and (min-width: 764px) {
  .vid2_cont {
    width: 80vw;
  }
}
@media only screen and (min-width: 1001px) {
  .vid2_cont {
    width: 60vw;
  }
}
.close_vid2 {
  text-align: end;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.works_vid {
  width: 100%;
}
.home {
  padding: 0 0;
  margin-top: 0;
  /* border: 2px solid red; */
}
.fsec {
  position: relative;
  background-image: url("../images/teachbg.jpg");
  background-size: cover;
  background-position: center center;
  padding-bottom: 70px;
}

.solu_sec {
  position: relative;
  background-image: url("../images/bgLine2.png");
  background-size: cover;
  background-position: center center;
}
.sub_solu {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 50px;
}
.bts1 {
  /* background-color: #fff; */
  background-color: #eec657;
  /* background: transparent; */
  border: 2px solid #eec657;
  color: #062367;

  border-radius: 10px;
  animation: slideRight 1.5s ease-in-out forwards;
  cursor: pointer;
  font-size: 20px;
  padding: 8px 50px;
  /* margin: 0 auto; */
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
.bts1:hover {
  color: #062367;
  transform: scale(1);
  background-color: #fff;
  border: 2px solid #fff;
}
.sub_solu h1 {
  font-size: clamp(30px, 3.2vw, 60px);
  line-height: clamp(40px, 5vw, 86px);
  color: #fff;
  margin: 0 20%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  padding: 20px 0 10px 0;
  animation: slideLeft 1.5s ease-in-out forwards;
}

.stp_high {
  margin: 80px 0 80px;
}
.stp {
  /* margin-bottom: 80px; */
  padding: 140px 5vw;
  background-color: #eec657;
}
.js_teachers {
  background-color: #062367;
  padding: 140px 5vw;
}
.js_teachers .stp_cont {
  flex-direction: row-reverse;
}
.stp_info h2 {
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: clamp(40px, 3.5vw, 86px);
  color: #062367;
  font-weight: 700;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 0px 0 40px 0px;
}
.stp_cont {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
}
.stp_img {
  width: 100%;
}
.stp_img_cont {
  width: 600px;
}
.stp_info {
  width: 500px;
}
.stp_text {
  margin-left: 40px;
}
.stp_text h4 {
  color: #353535;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
}

.stp_text p {
  /* font-family: Open Sans, sans-serif; */
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-left: 10px;
}

.str h4 {
  color: #dddada !important;
}
.str p,
.str h2 {
  color: white !important;
}
.stp_bullet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}
.stp_check {
  width: 50px;
}

.jdog h2 {
  font-size: clamp(29px, 2.5vw, 40px);
  line-height: clamp(40px, 5vw, 86px);
  color: #062367;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  padding: 60px 0 0 30px;
  /* border: 2px solid red; */
}
.dinfo_card {
  display: flex;
  gap: 60px;
  width: 1000px;
  height: max-content;
  /* border: 2px solid blue; */
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 60px;
}
.dinfo_card1 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 1000px;
  height: max-content;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 60px;
}
.info_sides {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 50%;
}
.info_sides1 {
  display: flex;
  gap: 60px;
  width: 100%;
}
.info_sides div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_sides1 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .info_sides div {
  margin-bottom: 60px;
} */
.info_sides h3,
.info_sides1 h3 {
  font-size: 24px;
  color: #062367;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  width: 100%;
}
.dinfo_img {
  width: 128px;
  margin-bottom: 20px;
}
.info_sides p,
.info_sides1 p {
  font-size: 14px;
  line-height: 24px;
}
.nav_img {
  display: none;
}


@media screen and (max-width: 1200px) {
  .stp_img_cont {
    width: 450px;
  }
  .stp_info {
    width: 450px;
  }
  .dinfo_card,
  .dinfo_card1 {
    width: 86%;
    gap: 50px;
    padding: 40px 5vw;
  }

}
@media screen and (max-width: 1100px) {
  .stp_img_cont {
    width: 55%;
    margin: 0 auto;
  }
  .stp,
  .js_teachers {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .stp_info {
    width: 90%;
    max-width: 800px;
  }
  .stp_cont,
  .js_teachers .stp_cont {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 650px) {
  .dinfo_card {
    flex-direction: column;
    align-items: center;
  }
  .info_sides,
  .info_sides1 {
    width: 100%;
  }
  .info_sides1 {
    flex-direction: column;
  }
  .info_sides1 div {
    align-items: center;
  }
  .info_sides h3,
  .info_sides1 h3 {
    text-align: center;
  }
  .jdog h2 {
    padding: 40px 5px 0px;
    color: #2b2b2b;
  }
  .dinfo_card,
  .dinfo_card1 {
    padding: 40px 5px;
  }
}
.stp_high {
  margin: 30px 0 50px;
}
@media screen and (max-width: 600px) {
  .stp_img_cont {
    width: 75%;
    margin: 0 auto;
  }
  .stp_check {
    width: 42px;
  }
  .stp_bullet {
    align-items: flex-start;
  }
  .stp_text {
    margin-left: 20px;
  }
  .stp_text h4 {
    font-size: 18px;
  }
  .stp_text p {
    font-size: 12px;
    padding-left: 0;
    text-align: left;
  }
  .stp,
  .js_teachers {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .stp_bullet {
    margin-bottom: 10px;
  }
  .sub_solu {
    align-items: baseline;
  }
  .sub_solu h1 {
    text-align: left;
  }
}
.first_section {
  position: relative;
  background-image: url("../images/bgLine2.png");
  background-size: cover;
  background-position: center center;
  padding-bottom: 100px;
}
.sub_first {
  width: 90%;
  padding: 100px 5vw 300px;
}
.sub_first h1 {
  position: relative;
  font-size: clamp(30px, 3.2vw, 60px);
  line-height: clamp(40px, 5vw, 86px);
  color: #fff;
  margin: 0 20%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  padding: 20px 0 0 0;
  z-index: 3;
}
.wrap_img {
  width: 90%;
  position: absolute;
  top: 68%;
  left: 48%;
  transform: translate(-50%, -68%);
  z-index: 2;
  animation: doUp 1.5s ease-in-out forwards;
}
.wri {
  display: block;
}
.wri1 {
  display: none;
}
.cld_sec {
  width: 100%;
  display: grid;
  place-items: center;
}
.cloud {
  display: none;
  width: 80%;
  /* border: 2px solid red; */
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 87%;
  margin: 0 auto;
}
/* #facc {
  border-radius: 5px 5px 0 0;
}
#lacc {
  border-radius: 0 0 5px 5px;
} */

.accordion-item {
  background-color: #f1f1f1;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.accordion-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #062367;
  color: #eec657;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  /* padding: 10px; */
  cursor: pointer;
  padding: 15px 30px;
}

#hdr2 {
  color: #062367;
  background-color: #f8c539;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 30px;
}
.accordion-content p {
  padding: 10px;
  font-size: 18px;
  font-style: 500;
  color: #062367;
}
.acc_con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 25px;
}

.acc_img {
  height: 64px;
}
#lel {
  margin-bottom: 20px;
}

.accordionsec {
  margin-top: 80px;
  margin-bottom: 110px;
}

.accordionsec h2 {
  color: #2b2b2b;
  font-size: 40px;
  margin: 0 auto 0;
  max-width: 85%;
  /* margin: 0 auto; */
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}
.accordionsec h4 {
  color: #5c5c5c;
  font-size: 22px;
  margin: 0 auto 30px;
  max-width: 85%;
  text-align: center;
  font-weight: 400;
}
.accordionsec h2 span {
  color: #eec657;
}
#dh2 {
  margin-top: 100px;
}

.accordion-item.active .accordion-content {
  max-height: 500px; /* Adjust the max-height as needed */
  transition: max-height 0.3s ease-in-out;
}

@media screen and (max-width: 680px) {
  .accordionsec h2 {
    font-size: 30px;
  }
  .accordion-header {
    font-size: 18px;
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
  }
  .accordionsec h4 {
    font-size: 18px;
  }
  .accordion-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .accordionsec h4 {
    font-size: 12px;
  }
  .accordion-content {
    padding: 0 20px;
  }
  #dh2 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 411px) {
  .accordion-header {
    font-size: 16px;
  }
}

@keyframes doUp {
  from {
    top: 85%;
    opacity: 0;
  }
  to {
    top: 68%;
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .wri {
    display: none;
  }
  .wri1 {
    display: block;
  }
  .wrap_img {
    width: 80%;
    transform: translate(-50%, -48%);
  }
  .first_section {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 865px) {
  .sub_first h1,
  .sub_solu h1 {
    margin: 0 10%;
  }
  .sub_first,
  .sub_solu {
    padding-top: 100px;
  }
}
@media screen and (max-width: 704px) {
  .wrap_img {
    display: none;
  }
  .cloud {
    display: block;
  }
  .sub_first {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 665px) {
  .sub_first h1,
  .sub_solu h1 {
    margin: 0 2% 10px;
  }
}
.active {
  color: var(--blue);
  transition: all 0.3s ease-in-out;
}
.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background-color: var(--blue);
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  border-radius: 50px;
}
.bactive {
  color: white;
  transition: all 0.3s ease-in-out;
}
.bactive::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background-color: white;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  border-radius: 50px;
}
.fsecj {
  position: relative;
  padding: 260px 3vw 0;
  z-index: 165;
  width: 70vw;
  animation: dropDown 1s ease-in-out forwards;
}

@keyframes dropDown {
  from {
    transform: translateY(-15%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fsecj h1 {
  font-size: clamp(40px, 4.5vw, 69px);
  line-height: clamp(50px, 5.3vw, 86px);
  /* line-height: 86px; */
  color: yellow;
  padding: 0 0 30px 0;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #06236779;
  padding: 20px;
}
.fsecj p {
  color: #fff;
  font-size: clamp(16px, 1.3vw, 27px);
  /* font-size: 20px; */
  line-height: 27px;
  font-weight: 800;
  padding: 0 0 20px 20px;
  margin: 0 0 20px;
  width: 80%;
  background-color: #06236779;
  letter-spacing: 1px;
}
.but_sec {
  margin: 45px 0 65px;
  position: relative;
  z-index: 23;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.but_sec button {
  /* background: transparent; */
  /* border: none; */
  cursor: pointer;
  font-size: 20px;
  padding: 8px 50px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
.but_sec button:hover {
  color: #062367;
  transform: scale(1);
  background-color: #fff;
  border: 2px solid #fff;
}
.bt1 {
  /* background-color: #fff; */
  background-color: #eec657;
  border: 2px solid #eec657;
  color: #062367;

  border-radius: 10px 0 0 10px;
  animation: slideLeft 1.5s ease-in-out forwards;
}
.bt2 {
  background-color: #dddada;
  border-radius: 0 10px 10px 0;
  border: 2px solid #dddada;
  color: #062367;

  animation: slideRight 1.5s ease-in-out forwards;
}
.bt3 {
  background: transparent;
  border: 2px solid #eec657;
  color: #dddada;
}
@keyframes slideRight {
  from {
    transform: translateX(+20vw);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(-20vw);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.conts {
  padding: 0 5.5vw;
}
.fsec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #062367b0; */
  /* z-index: 23; */
}
.hmg {
  width: 42vw;
}
.h_p1 {
  display: flex;
  gap: 2vw;
  /* justify-content: center; */
  align-items: center;
}
.welcm_txt {
  /* border: 2px solid red; */
  padding-bottom: 6vh;
}
.welcm_txt h1 {
  font-size: clamp(40px, 4.5vw, 69px);
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  line-height: 72px;
  color: #2b2b2b;
  font-weight: 500;
  text-transform: capitalize;
}
.h_but {
  background-color: #062367;
  padding: 10px 50px;
  gap: 10px;
}
.h_but span {
  color: #fff;
}

.welcm_txt h1 span {
  color: #eec657;
  border-bottom: 2px solid #eec657;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .h_p1 {
    flex-direction: column;
  }
  .hmg {
    width: 80vw;
  }
  .welcm_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .welcm_txt h1 {
    text-align: center;
    line-height: 58px;
    font-size: clamp(30px, 8vw, 43px);
    padding-bottom: 30px;
  }
}

/* .h_service {
  background-color: #062367;
} */

.h_service h1 {
  color: #2b2b2b;
  font-size: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  /* border: 2px solid red; */
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}
.h_service h1 span {
  color: #eec657;
}
.ser_p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #5c5c5c;
  margin: 0 0 100px 0;
  padding: 0;
}
.h_service {
  margin: 70px 0 0 0;
}

.ser_card {
  position: relative;
  display: flex;
  gap: 5vw;
  align-items: center;
  margin-bottom: 80px;
  /* background-color: #f5f5f5; */

  padding: 15px 3vw;

  box-shadow: 0 0 10px rgba(19, 14, 14, 0.384);
  /* box-shadow: 10px 10px 0 0px #0623677a; */
  border-radius: 25px;
  overflow: hidden;
}
.ser_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cir2.jpg");
  background-size: cover;
  transform: rotate(180deg);
  z-index: -1;
}
.ser_card img {
  width: 23vw;
}
.ser_text h3 {
  font-family: "Mooli", sans-serif;
  color: #062367;
  font-size: 24px;
}
.ser_text p {
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: wavy;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}
.dn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 30px;
  margin: 0 0 15px 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  gap: 3vw;
  background-color: #062367;
}

.dcs_box {
  display: flex;
  gap: 30px;
  /* flex-direction: column; */
}
.dcs_box p {
  text-align: center;
}
.device_box {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.device_box:hover {
  transform: scale(1.1);
}
.dcs_box a {
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 10px;
}
.and_img {
  width: 50px;
}
.desk_pc {
  width: 43px;
}
.stat_sec {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 70px;
}
.statb {
  background-color: #062367;
  padding: 15px 40px;
  border-radius: 10px;
  width: 15vw;
}
.statb p {
  font-size: 16px;
  color: #dddada;
}
.statb h2 {
  font-size: 35px;
  color: #eec657;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .statb {
    width: 14vw;
  }
}
@media screen and (max-width: 1020px) {
  .statb {
    width: 12vw;
    padding: 10px 30px;
  }
  .statb p {
    font-size: 10px;
  }
  .statb h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .stat_sec {
    flex-direction: column;
    gap: 15px;
  }
  .statb {
    width: 75vw;
    padding: 15px 10px 15px 30px;
  }
  .statb p {
    font-size: 15px;
  }
  .statb h2 {
    font-size: 29px;
  }
}
.cbt_sec {
  padding: 0 5.5vw;
}
.cbt_text h3 {
  padding: 0;
  margin: 0;
  font-size: 34px;
  color: yellow;
  padding-bottom: 5px;
}
.cbt_text p {
  font-family: "Mooli", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #fff;
}
.cbt_sec {
  margin-top: 120px;
}
.part_sec {
  padding: 60px 0 70px;
}
.partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px min(60px, 5vw);
}
.part_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(60px, 5vw);
  width: auto;
}
.part_img img {
  height: 180px;
  /* border: 2px solid red; */
}
.aws-logo{
  height: 130px !important;
}
.prt_d {
  display: block;
}
.prt_m {
  display: none;
}
@media screen and (max-width: 490px) {
  .prt_d {
    display: none;
  }
  .prt_m {
    display: block;
  }
}
.cl_ttl {
  margin-top: 50px;
}
.cl_ttl h2 {
  color: #2b2b2b;
  font-size: 45px;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center;
}
.cl_ttl span {
  color: #eec657;
}
.cl_hr {
  width: 90%;
  height: 3px;
  margin-bottom: 40px;
  background-color: #062367;
  border: none;
}
@media screen and (max-width: 710px) {

  .prt_m {
    height: 90px !important;
  }
  .part_sec {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  .cl_ttl h2 {
    font-size: 38px;
    line-height: 35px;
  }
  .part_sec h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 317px) {
  .part_img img {
    height: 120px;
  }
  .cl_ttl h2 {
    font-size: 29px;
    line-height: 35px;
  }
  .prt_m {
    height: 60px !important;
  }
}
@media screen and (max-width: 490px) {
  .partners {
    flex-direction: column;
  }
  .part_img {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .part_img,
  .partners {
    gap: 30px;
  }
  .part_img img {
    height: 150px;
  }
  .aws-logo{
    height: 100px !important;
  }
}
.cl_logo {
  /* background-color: #062367; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* gap: 10vw; */
  margin-bottom: 60px;
  padding-left: 8vw;
  padding-right: 8vw;
  /* border: 2px solid red; */
}
/* .cl_logo .cll:nth-last-child(-n + 2) {
  margin-right: 10vw;
} */
.cll {
  width: 15vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cll p {
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  font-family: "Mooli", sans-serif;
}
.cll img {
  max-height: 200px;
  height: 10vw;
}
.vid_cbt {
  position: relative;
  padding: 180px 1px 220px;
  background-color: #f8c539;
}
@media (max-width: 950px) {
  .vid_cbt {
    padding: 190px 1px;
  }
}
.vid_cont {
  padding: 0 max(10px, 5vw);
  display: flex;
  gap: 4vw;
  justify-content: center;
  align-items: center;
  border: none;
}
.vid_text {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  height: 100%;
  /* border: 2px solid red; */
}
.vid_text h2 {
  font-size: clamp(40px, 4.5vw, 69px);
  line-height: clamp(50px, 5.3vw, 86px);
  color: #062367;
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
}
.vid_text p {
  color: #353535;
  font-size: clamp(12px, 1.1vw, 27px);
  line-height: 27px;
  font-weight: 800;
  padding: 0;
  margin: 0;
  font-family: "Mooli", sans-serif;

  /* width: 60%; */
  letter-spacing: 1px;
  text-align: left;
}
.tilt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.tiltSvg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
  border: none;
}
.shape-fill {
  fill: #fff;
}
.tbtm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.tbtSvg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
  transform: rotateY(180deg);
}
.vid_cont video {
  width: clamp(450px, 45vw, 630px);
  border-radius: 5px;
}
/* .carousel {
  overflow: hidden;
  width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
} */
.carousel {
  position: relative;
  overflow: hidden;
  width: 1000px;
  /* border: 2px solid red; */
}

.inner {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0;
  margin: 0;
}

.carousel-item {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  /* border: 2px solid red; */
}

.carousel-item-text {
  font-size: 1.15rem;
  margin: 5px 0 5px 0;
  padding: 0 30px 0 30px;
  white-space: normal;
}
.carousel-item-text p {
  font-size: clamp(16px, 1.5vw, 28px);
  color: #dddada;
  font-style: italic;
  font-weight: 300;
}
.rew_im {
  width: 160px;
  height: 160px;
  border: 2px solid yellow;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 20px;
}
.anglel {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.angler {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.anglel img,
.angler img {
  width: 30px;
}
.honor {
  /* width: 30vw; */
  padding: 0 10px;
  overflow: hidden;
  max-width: 90%;
  margin: 15px 0 0 0;
}
.honor h6 {
  font-size: clamp(22px, 2.5vw, 38px);
  color: #f8c539;
  margin: 0;
  padding: 0 0 7px 0;
  text-align: center;
  text-wrap: wrap;
  /* font-family: "Mooli", sans-serif; */
}
.honor p {
  font-size: clamp(16px, 1.3vw, 28px);
  color: #9e9e9e;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-align: center;
  text-wrap: wrap;
  /* width: 1%; */
}
.carousel-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* border-radius: 50%; */
}
.txt_rew {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}
.btm_q {
  display: inline;
  align-self: flex-end;
  width: 50px;
}
.btm_qb {
  display: inline;
  align-self: flex-start;
  width: 50px;
}

/* final stage */

.carousel-buttons {
  display: flex;
  justify-content: space-evenly;
}

.button-arrow {
  background: none;
  border: none;
  cursor: pointer;
  /* margin-top: 20px; */
}

.indicators {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* margin-top: 20px; */
}

.indicator-buttons {
  border: none;
  cursor: pointer;
}

.indicators > button {
  margin: 5px;
  background: none;
}

.indicator-symbol {
  color: #26343f;
  background-color: #eec657;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.indicator-symbol-active {
  /* color: yellow; */
  background-color: yellow;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  outline: 2px solid yellow;
  outline-offset: 3px;
}
.rew_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #062367;
  position: relative;
  padding: 50px 25px;
  margin: 0;
}
.rew_sec h2 {
  color: #fff;
  font-size: clamp(35px, 2.8vw, 48px);
  margin: 0;
  padding: 140px 0 40px 0;
  text-align: center;
  line-height: 50px;
}
.rew_sec span {
  color: #eec657;
}
.rew_tilt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.rtlsvg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
}
/* styles.css */
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 56;
}

.line {
  flex-grow: 1;
  height: 1px;
  background-color: yellow;
  margin: 0 0;
  border: none;
}

.logo {
  max-width: 100px;
  padding: 5px 40px;
  border-radius: 50px;
  border: 2px solid yellow;
}
.fotter {
  position: relative;
  padding-top: 50px;
  background-image: url("../images/doodle.jpg");
  background-size: contain;
  /* background-position: center center; */
}
.fotter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #050505ee;
}
.fotter h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  width: 700px;
  padding: 0 5vw;
  margin: 30px auto 0;
  color: #fff;
  position: relative;
  z-index: 45;
}
.news {
  position: relative;
  padding: 30px 60px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  background: transparent;
  color: #fff;
  z-index: 45;
  margin: 0 auto 0px;
  /* border-radius: 20px; */
  /* border: 1px solid yellow; */
  border-top: 0;
}
.news h1 {
  font-size: 40px;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s ease-in-out;
}
.news button {
  /* background: transparent; */
  border: none;
  font-size: 16px;
  padding: 5px 30px;
  color: #062367;
  font-weight: 800;
  border-radius: 50px;
  height: 45px;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  background-color: #f8c539;
}
.news button:hover {
  transform: scale(1.05);
}
.subscr {
  display: flex;
  gap: 10px;
}
.subscr input {
  border: none;
  font-size: 16px;
  padding: 0px 30px;
  /* color: #062367; */
  font-weight: 500;
  border-radius: 50px;
  height: 45px;
}
.subscr input:focus {
  border: none;
  outline: 2px solid #f8c539;
}
.mhrd {
  position: relative;
  /* display: none; */
  z-index: 45;
  border: none;
  height: 1px;
  margin: 0 0 20px;
  background-color: #f8c539;
}
@media screen and (max-width: 1080px) {
  .news {
    width: 85vw;
    border: 0;
    margin-bottom: 0;
    padding: 30px 20px;
    /* border-bottom: 1px solid yellow; */
  }
  .mhrd {
    display: block;
  }
  .news h1 {
    font-size: 29px;
  }
}
@media screen and (max-width: 1145px) {
  .news {
    flex-direction: column;
    gap: 15px;
  }
  .news h1 {
    text-align: center;
    line-height: 35px;
  }
  .news button,
  .subscr input {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 490px) {
  .subscr {
    margin-top: 10px;
    flex-direction: column;
  }
  .news button {
    margin: 0 0;
  }
  .subscr input {
    width: 70vw;
    max-width: 75vw;
  }
}
.ft_lnk {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 5vw;
  margin-bottom: 30px;
  position: relative;
  z-index: 45;
  /* align-items: center; */
}
.ft_lnk p {
  padding: 0 0;
  margin: 3px 0;
}
@media screen and (max-width: 920px) {
  .ft_lnk {
    padding: 0 1vw;
  }
}
.ft_lnk div {
  max-width: 20vw;
}
.ft_lnk h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  /* text-decoration: underline; */
  padding-bottom: 5px;
  /* border-bottom: 2px solid #062367; */
  /* font-style: italic; */
  text-transform: uppercase;
  /* font-family: "Mooli", sans-serif; */
  font-family: "Anurati", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}
.ft_lnk ul {
  list-style: none;
}
.ft_lnk li,
.ft_lnk p {
  font-style: italic;
  color: #f8c539;
}
.mhr {
  position: relative;
  z-index: 45;
  border: none;
  height: 1px;
  margin: 0 0;
  background-color: #f8c539;
}

.btmf {
  padding: 30px 5vw 20px;
  position: relative;
  z-index: 45;
  display: flex;
  justify-content: space-between;
}
.btmf p {
  color: #fff;
}
.soc {
  /* padding-top: 15px; */
  display: flex;
  gap: 10px;
}
.soc img {
  height: 40px;
  width: 40px;
  transition: all ease-in-out 0.3s;
}
.soc img:hover {
  transform: scale(1.1);
}
.asec_txt {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  z-index: 23;
}
.bg_imh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 91.5vh;
  max-height: 850px;
  background: url("../images/lines1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.asec_txt h1 {
  font-size: clamp(35px, 3vw, 69px);
  /* font-family: "Anurati", sans-serif; */
  color: #062367;
  margin-bottom: 80px;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
  max-width: 85vw;
}
.ma_txt {
  display: flex;
  flex-direction: column;
  padding: 0 5vw 5.2vw;
}
.ma_txt p {
  font-family: "Nunito", sans-serif;
  text-align: center;
  margin: 0 4vw;
  padding: 3vw 0;
  font-size: clamp(16px, 1.4vw, 28px);
  line-height: clamp(24px, 2.4vw, 36px);
}
.ma_txt img {
  width: 50px;
}
.qtl {
  align-self: baseline;
}
.qtr {
  align-self: flex-end;
}
.gr1 {
  max-height: 16.5vw;
  width: 35vw;
}
.sec_img {
  display: none;
}
.gr4 {
  max-height: 30vw;
  width: auto;
}
.gr2 {
  max-height: 12vw;
  width: 35vw;
}
.st_img {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  /* background-color: yellow; */
  /* border: 2px solid red; */
}
.stff_sec h2 {
  display: block;
  margin-top: max(60px, 5vh);
  /* margin-top: 5vw; */
  padding-bottom: 5px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Mooli", sans-serif;
  color: #062367;
  font-size: clamp(35px, 2vw, 60px);
}
.stff_sec hr {
  display: block;
  height: 3px;
  background-color: #f8c539;
  border: none;
  border-radius: 50px;
  width: 40vw;
  margin: 0 auto 50px;
}
/* .st_img img {
  border: 1px solid #062367;
} */
.sti1,
.sti2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.txt_img {
  animation: slidds 1s ease-in-out forwards;
}

label {
  display: block;
  padding-left: 5px;
  padding-bottom: 8px;
  font-family: "mooli", sans-serif;
  /* font-weight: 500; */
}

.form_sec {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 5vw 50px;
  background: url("../images/cont2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: fit-content;
height: fit-content;
}
.form_sec2{
  background: url("../images/applyJob.jpg") !important;
background-position: center center !important;
}

@media screen and (min-width: 760px) {
  .form_sec {
    padding: 50px 5vw;
  }
}

.form_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.39);
}
.fom_cad {
  /* margin: auto; */
  width: 90vw;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  z-index: 23;
  animation: conin 1s ease-in-out forwards;
}

@media screen and (min-width: 600px) {
  .fom_cad {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 900px) {
  .fom_cad {
    padding: 40px 20px;
  }
}

@keyframes conin {
  from {
    transform: translateY(30%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fom_cad h1 {
  color: #062367;
  font-size: clamp(35px, 2vw, 60px);
  text-align: center;
  margin-bottom: 20px;
}

.iti{
  width: 100% !important;
}
.in_form{
  width: 92%;
  /* max-width: 600px; */
}
.in_form input, .in_form select {
  border: 1px solid #9e9e9e;
  padding: 10px;
  width: calc(100% - 22px);

  /* width: 600px; */
  border-radius: 6px;
}

.in_form .phoneNumberInt{
  width: 100% !important;
  max-width: 640px;
}
.in_form input[type="checkbox"] {
  border: none;
  padding: 0 0;
  width: auto;
  border-radius: 0;
}

#radlabel {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: flex-start;
  /* font-weight: 200; */
  font-size: 14px;
}
fieldset {
  padding: 10px 20px;
  /* width: 100%; */
  border-radius: 6px;
  border: 1px solid #9e9e9e;
  margin-bottom: 25px;
}
legend {
  text-align: center;
  /* font-weight: 500; */
}
textarea {
  border: 1px solid #9e9e9e;
  padding: 10px 10px;
  border-radius: 6px;
  width: calc(100% - 22px);
  /* max-width: 628px; */
  min-height: 100px;
  max-height: 200px;
  /* border: 2px solid red; */
}

.in_form input:focus, .in_form select:focus
textarea:focus {
  outline: #eec657 2.3px solid;
  border: none;
}
.in_form input[type="checkbox"]:focus {
  outline: none;
}

.in_label {
  margin: 20px 0;
}
.demo_form input, .demo_form select {
  margin: 0 0 25px 0;
}
.last_input {
  margin-bottom: 0;
}
.demo_form_sec {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99998;
}
/* .fom_cad2{
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8888 !important;
} */
@keyframes frmfade {
  from {
    opacity: 0;
    top: 100%;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

.fade-in {
  animation: frmfade 1s ease-in-out;
}
.shows {
  display: none;
}
.sign_up_sec {
  position: fixed;
  top: 55%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 8888;
}
.suc_cont {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8888;
}
.suc_msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9000;
  background-color: #fff;
  width: 300px;
  padding: 50px 30px 15px;
  border-radius: 20px;
  /* position: fixed; */
}
@media screen and (max-width: 385px) {
  .suc_msg {
    width: 70vw;
  }
}
@media screen and (max-width: 600px) {
  .suc_msg {
    left: 50%;
  }
}
.suc_msg img {
  width: 50px;
  position: absolute;
  top: 5px;
}
.suc_msg p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  text-align: center;
}
.suc_msg h2 {
  text-align: center;
  text-transform: capitalize;
}

.suc_msg button {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 5px 70px;
  background-color: #062367;
  color: #dddada;
  border: none;
  font-size: 22px;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 500;
  align-self: center;
  transition: 0.3s all ease;
}
.demo_form {
  display: flex;
  flex-direction: column;
  align-items: center;

  z-index: 99999;
  width: 90vw;
  max-width: 700px;
  height: 70vh;
  min-height: 500px;
  max-height: 600px;
  background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
  border-radius: 20px;
  scrollbar-width: thin;
  padding: 25px 10px;
  transition: 0.5s all ease;
}

.demo_form h1 {
  color: #062367;
  font-size: clamp(35px, 2vw, 60px);
  text-align: center;
  margin-bottom: 30px;
}
.demo_form::-webkit-scrollbar {
  width: 0px;
}
.cancel {
  border: none;
  background: transparent;
  padding: 5px 10px;
}
.overlay_frm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99997;
  background-color: rgba(0, 0, 0, 0.733);
}
.cancel img {
  width: 16px;
}
.con_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fm_but {
  margin-top: 35px;
  padding: 5px 70px;
  background-color: #062367;
  color: #dddada;
  border: none;
  font-size: 18px;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 500;
  align-self: baseline;
  transition: 0.3s all ease;
}
.dem_but {
  margin-top: 25px;
  padding: 5px 50px;
  background-color: #062367;
  color: #dddada;
  border: none;
  font-size: 18px;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 500;
  /* align-self: baseline; */
  transition: 0.3s all ease;
}
.fm_but:hover,
.dem_but:hover,
.suc_msg button:hover {
  transform: scale(1.05);
  transform: translateY(-10%);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}

@keyframes slidds {
  from {
    transform: translateX(-20%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.prof_card {
  width: 320px;
}
.abt-img-cont{
  width: 100%;
  max-height: 408.24px;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}
.abt-img-cont img {
  object-fit: cover;
  object-position: top center;
  min-width: 100%;
}
@media screen and (min-width: 772px) {
  .abt-img-cont img {
    min-height: 408.24px;
  }
}
.ppl_sec {
  margin-top: 50px;
  margin-bottom: 80px;
}
.pple {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 3vw 40px;
  margin: 60px 0;
}
@media screen and (max-width: 752px) {
  .pple {
    gap: 30px 4s0px;
  margin: 0;
  }
}
.ppl_sec h2 {
 
  display: block;
  margin-top: max(60px, 5vh);
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Mooli", sans-serif;
  color: #062367;
  font-size: clamp(31px, 2vw, 60px);
}
.ppl_sec p {
 
  text-align: center;
  color: #5c5c5c;
  font-size: clamp(14px, 1.05vw, 18px);
  margin-bottom: 60px;
}

.ppl_sec {
  margin-top: 0px;
  padding: 0 5vw;
}
.pple img {
  width: 100%;
}
.prof_card h4 {
  font-size: 25px;
  color: #062367;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  padding: 10px 10px 2px 0;
}
.prof_card P {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  /* font-style: italic; */
  font-size: 14px;
  color: #0d47ce;
  margin: 0;
  padding: 0 10px 8px 0;
}



@media screen and (max-width: 900px) {
  .asec_txt h1 {
    margin-bottom: 50px;
  }
  /* .fom_cad {
    width: 75vw;
    padding: 30px 20px;
    margin: 50px auto;
  } */
  /* .form_sec {
    background-position: center right;
  } */
  /* .in_form input, .in_form select {
    padding: min(3vw, 10px) min(5vw, 20px);
    width: 70vw;
  } */

  /* textarea {
    padding: min(3vw, 10px) min(5vw, 20px);
    min-width: 70vw;
    max-width: 75vw;
    min-height: 90px;
    max-height: 250px;
  }
  .fm_but {
    align-self: center;
  } */
  .txt_img {
    display: flex;
    flex-direction: column-reverse;
  }
  .sti2 {
    display: none;
  }
  .sec_img {
    display: block;
  }
  .gr4 {
    width: 85vw;
    max-height: max-content;
  }
  .gr2 {
    width: 85vw;
    max-height: max-content;
  }
  .asec_txt {
    padding-top: 40px;
  }
  .ma_txt img {
    width: 40px;
  }
  .st_img {
    margin-top: 20px;
  }
  .bg_imh {
    background: none;
  }
  .stff_sec h2,
  .stff_sec hr {
    display: none;
  }
}
@media screen and (max-width: 836px) {
  .ft_lnk {
    flex-direction: column;
    gap: 5vw;
    align-items: center;
  }
  .ft_lnk li,
  .ft_lnk p {
    text-align: center;
  }
  .ft_lnk div {
    max-width: 100vw;
  }
  .fotter h2 {
    font-size: 16px;
    width: 90%;
  }
  .logo {
    max-width: 80px;
  }
  .btmf {
    flex-direction: column-reverse;
    gap: 2vw;
    align-items: center;
  }
  .btmf p {
    text-align: center;
  }
}
@media (max-width: 820px) {
  .vid_cont video {
    width: 85vw;
  }
}
@media (max-width: 1040px) {
  .carousel {
    width: 90vw;
  }
  .txt_rew {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (max-width: 600px) {
  .carousel {
    width: 100vw;
  }
  .carousel-item {
    padding-top: 60px;
  }
  .anglel {
    /* top: 100%; */
    top: 0;
    left: 15%;
    transform: none;
  }
  .angler {
    /* top: 100%; */
    top: 0;
    right: 15%;
    transform: none;
  }
  .anglel img,
  .angler img {
    width: 20px;
  }
  .txt_rew {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .demo_form_sec {
    height: 100svh !important;
    margin-top: 63px;
    top: -63px;
    left: 0;
    overflow-x: hidden;
    /* height: 90%; */
    transform: none;
    background-color: #fff;
    /* padding-bottom: 200px; */
  }
  .demo_form {
    width: 100vw;
    height: 93%;
    min-height: 50px;
    border-radius: 0;
    max-height: 1000px;
    padding: 30px 0;
  }
  .overlay_frmcl {
    background-color: #fff;
    transition: all 0.2s ease;
    /* transition-delay: 1.2s; */
  }
  @keyframes frmfadem {
    from {
      opacity: 0;
      top: 100%;
    }
    to {
      top: -63px;
      opacity: 1;
    }
  }

  .fade-inm {
    animation: frmfadem 1s ease-in-out;
  }
}
@media screen and (max-width: 800px) {

  .sign_up_sec {
    height: calc(100vh - 63px);
    margin-top: 63px;
    top: -63px;
    left: 0;
    overflow-x: hidden;
    /* height: 90%; */
    transform: none;
    background-color: #fff;
    /* padding-bottom: 200px; */
  }



  /* 
  .demo_form input, .demo_form select {
    width: 75vw;
  } */
  /* textarea {
    padding: min(3vw, 10px) min(5vw, 20px);
    min-width: 75vw;
    max-width: 75vw;
    min-height: 90px;
    max-height: 250px;
  } */
  
}
@media screen and (min-width: 801px) and (min-height: 1150px) {
  .demo_form {
    max-height: 850px;
    /* border: 2px solid red; */
  }
}

@media (max-width: 1320px) {
  .ser_card {
    padding: 15px 3vw;
  }
}
@media screen and (max-width: 545px) {
  .ser_text p {
    line-height: 30px;
    padding-top: 15px;
    font-size: 14px;
  }
  .ser_card::before {
    content: "";
    display: none;
  }
  .ser_card {
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #0623674f;
    /* box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05); */
  }
}
@media (max-width: 950px) {
  .ser_card {
    flex-direction: column;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
    border-radius: 20px;
    padding: 3vh 5vw;
  }
  .dn_box {
    flex-direction: column;
  }
  .cbt_text h3 {
    text-align: center;
    font-size: 28px;
  }
  .cbt_text p {
    font-size: 16px;
    text-align: center;
  }
  .and_img {
    width: 30px;
  }
  .desk_pc {
    width: 23px;
  }
  .ser_card img {
    width: 50vw;
  }
  .devt {
    flex-direction: column-reverse;
  }
  .h_service h1 {
    font-size: 29px;
    line-height: 35px;
    padding-bottom: 15px;
  }
  .ser_text h3 {
    font-size: 20px;
  }
  .ser_p {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .vid_cont {
    flex-direction: column;
    gap: 9vw;
    /* padding-top: 180px; */
    /* padding-bottom: 180px; */
  }
  .vid_text {
    align-items: center;
  }
  .vid_text p,
  .vid_text h2 {
    text-align: center;
  }
  .vid_cont video {
    width: 88vw;
  }
}

@media (max-width: 800px) {
  .menu_cont {
    display: block;
  }
  .sp_lnk {
    display: block;
  }
  nav {
    padding: 0px 20px 0;
    /* border: 2px solid red; */
  }
  header {
    padding-top: 5px;
  }
  .menu {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 75px;
    align-items: center;
    gap: 48px;
    position: absolute;
    top: 100%;
    /* top: clamp(-60px -10vh -75px); */
    left: 0;
    z-index: 9000;
    background-color: var(--blue);
    
    height: calc(102vh - 100%);
    /* height: fit-content; */
    transform: translateX(-100%);
    transition: transform 0.3s, opacity 0.3s;
    overflow-y: auto;
  }
  .open_menu {
    transform: translateX(0);
  }
  .nav-link,
  .bnav-link {
    color: white;
    font-size: 22px;
    font-family: "Anurati", sans-serif;
  }
  .active,
  .bactive {
    color: #eec657;
  }
  .bactive::after,
  .bnav-link::after,
  .nav-link::after {
    content: "";
    display: none;
  }
  .nav-link:hover,
  .bnav-link:hover {
    transform: scale(1.1);
  }
}
/* @media (max-width: 900px) {
  .menu{
    width: 360px;
  } */
@media (max-width: 800px) {
.menu{
  width: 100vw;
}

@media (max-width: 768px) {

  .cll {
    width: 30vw;
  }
  .cl_logo {
    gap: 30px;
    justify-content: space-around;
  }
  .cll img {
    height: 20vw;
  }


  .cll {
    width: 80vw;
  }
  .cll img {
    height: 50vw;
    /* width: 50vw; */
  }
  .cll p {
    font-size: 19px;
  }
  .fsecj {
    width: 95%;
  }
}
/* .but_sec {
  flex-direction: column;
  gap: 20px;
  align-items: center;
} */
@media screen and (max-width: 908px) {
  .fsec {
    background-position: bottom left;
  }
}
@media screen and (max-width: 440px) {
  .welcm_txt h1 {
    line-height: 40px;
  }
  .hmg {
    width: 85vw;
  }
  .ser_card img {
    width: 60vw;
  }
  .ser_text h3 {
    line-height: 30px;
  }
  .fsecj {
    padding: 250px 2.5% 0;
  }
  .fsecj h1 {
    font-size: 35px;
  }
  .fsecj p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .but_sec button,
  .bts1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 908px) {
  .but_sec button,
  .bts1 {
    font-size: 14px;
  }

  .but_sec {
    gap: 9px;
  }
}
@media screen and (max-width: 704px) {
  .but_sec {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .bt1,
  .bt2,
  .bt3 {
    border-radius: 10px;
    width: 50vw;
  }
}
@media screen and (max-width: 525px) {
  .but_sec button,
  .bts1 {
    width: 75vw;
    font-size: 18px;
    padding: 8px 40px;
  }
  .but_sec {
    gap: 15px;
  }
}
@media screen and (max-width: 290px) {
  .but_sec button,
  .bts1 {
    width: 80vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .cbt_text h3 {
    text-align: center;
    font-size: 22px;
  }
  .cbt_text p {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .demo_form h1 {
    font-size: clamp(27px, 2vw, 60px);
  }
}
@media screen and (max-width: 1115px) {
  .cll p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .cll p {
    font-size: 16px;
  }
}

.phoneNumberInt{
  width: 82vw !important;
  max-width: 640px;
}

/* @media(max-width: 800px){
  .phoneNumberInt {
      width: unset !important;
    }
} */

/* @media(max-width: 500px) {
  .phoneNumberInt {
    width: 100% !important;
  }
} */

.bgNVwarning{
  background-color: #88801C !important;
}