@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
  font-family: 'Roboto', sans-serif;
}
.w-10{
  width: 10%;
}
.w-20{
  width: 20%;
}
.w-30{
  width: 30%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 80%;
}
.w-90{
  width: 90%;
}
.w-95{
  width: 95%;
}

.scrrsd{

}
.mn-lg{
  display: none;
}
.wh-logo{
  display:block;
}
.header22-ttl {
    top: 53%;
    left: 16%;
    transform: translate(-10%,-30%);
    z-index: 999;
}

.header22-ttl h1 {
    font-size: 45px;
    width: 70%;
    color: #050764;
    line-height: 58px;
}



.rightnav1{
  transition: all .3s;
}
.rightnav1new{
  display: none !important;
}
.navbar-dropdownnew a{
      padding: 26px 20px !important;
}


/* navbar start-------------------------------------------- */

.navitoms ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: right;
    padding: 0rem 0;
    width: fit-content;
    margin-left: auto;
}
.navitoms ul li{
  list-style-type: none;
}
.navitoms ul li a {
    letter-spacing: 0.55px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}
.calllist p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #083092;
    font-weight: 400;
}
.calllist span{
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #000;
}
.bookapp {
    padding: 8px 22px !important;
    border: 1px solid #dd1236;
    background-color: #dd1236;
    color: #fff !important;
    border-radius: 30px;
}
.callicon img{
  width: 20px;
}
.navb{
  z-index:9999;
  transition: all .3s;
}
.navbnew {
    z-index: 9999;
    margin-top: 0%;
}
.rightnav{
  transition: all .3s;
}
.rightnavnew{
  display: none !important;
}
/* .navlogonew img {
    width: 87% !important;
    padding: 10px 0;
} */
.navbar-dropdown123 a {
    color: #1f226f !important;
}
.mn-scll12{
  border: 1px solid #38115e !important;
}
.mn-scll12 .dt p{
  color: #38115e !important;
}
.navlogo img,.navb{
  transition: all .3s;
}
.navbnew {
    background-color: #ffffff;
    box-shadow: black 0px 0px 8px -5px;
    position: fixed !important;
    width: 100%;
    z-index: 99999;
}

.dropdown-content li{
  padding: 1rem;
  width: 200px;
  position: relative;
  z-index: 1;
}
.dropdown-content li::before {
    position: absolute;
    content: "";
    background-color: #083092;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.dropdown-content li:hover::before{
  width: 100%;
  color: #fff !important;
}
.dropdown-content li a{
  transition: all .3s;
}
.dropdown-content li:hover a{
  color: #fff !important;
}

.dropdown-content {
    top: 13rem;
    box-shadow: black 0px 0px 8px -5px;
    background-color: #fff;
    justify-content: left !important;
    display: none !important;
    transition: all .3s;
    gap: 0 !important;
}
.drop:hover .dropdown-content{
  top: 3rem;
  display: grid !important;
}
.dropdown-content a{
  padding: 0 !important;
}
.scrrsd li a{
  padding: 2rem 0;
}
.drop{
  transition: all .3s;
}
.drop:hover img{
  transform: rotate(180deg);
}










.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}

.navbar {
  display: flex;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0px 70px;
  background-color: #fff;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 20px 20px;
  font-weight: 700;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 0px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #0f1160;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
  background-color: #2c4375;
  color: #fff !important;
}
/* .navbar-links li a:hover {
  color: #ff3f34;
} */

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  /* background-color: #f00; */
  background-image: url("http://lorempixel.com/1366/698/food/");
  background-size: cover;
}

.header-inner {
  text-align: center;
  color: #ff3f34;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, .8);
}

.header-inner h1 {
  font-family: "Great Vibes", cursive;
  font-size: 130px;
}

.header-inner form input[type="search"] {
  position: relative;
  width: 500px;
  border: none;
  padding: 15px;
  border-radius: 27px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-inner form input[type="search"]:focus {
  outline: none;
}

.header-inner form input[type="search"]:focus + div {
  z-index: 1;
  opacity: 1;
}

::placeholder {
  color: #666;
  font-weight: 400;
}

.scl {
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 50%;
}
.scl img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.7;
}
.mn-scl {
    width: 36px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px;
}

.mn-scl:hover{
  width: 123px;
}
.dt p {
    color: #ffffff;
}
.mn-scl:hover .dt{
  margin-left: 8px;
}

.rightnav1 a{
  color: #000;
  text-decoration: none;
}


.navbar-links li a{
  color: #050764;
}
.innernabv{
  position: relative;
}
.navlogo{
  position: initial;
  top: 0;
  left: 0;
}
.navlogo img {
    width: 150px !important;
    background-color: #fff;
    padding: 0;
}
.navb {
    box-shadow: black 0px 0px 25px -18px;
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    z-index: 9999999;
}


/* navbar end--------------------------------- */


/* banner start--------------------------------- */
.bannerslide {
      width: 100%;
      height: 100%;
    }

.bannerslide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82vh;
}

    .bannerslide .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .banner {
        padding-top: 7.4%;
    }
    marquee{
      display: block;
      font-size: 16px;
      letter-spacing: 0.55px;
      color: #000;

    }
    .latest-news-hd {
        padding: 0.5rem 0;
        background: linear-gradient(45deg, #07579e, #0088e5, #07579e);
    }

    .latest-news-hd p{
      color: #fff;
      letter-spacing: 0.55px;
      font-size: 16px;
    }
    .textslide {
        box-shadow: BLACK 0PX 0PX 25PX -17PX;
    }
/* banner end----------------------------------- */


/* ABOUT SECTION START----------------------------- */
.view-btn a {
    padding: 12px 22px;
    text-decoration: none;
    color: #ffffff;
    /* border: 1px solid #2a4173; */
    border-radius: 3px;
    /* background: linear-gradient(to right, #b9353e, #cf3438, #2a3d6d); */
    /* background: linear-gradient(90deg, #2b3d6d, #07579e); */
    font-size: 16px;
    letter-spacing: 0.55px;
        font-weight: 500;
    background: linear-gradient(to right, #0b4c90, #80b8e5, #2a3d6d);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.view-btn1 a {
    padding: 12px 22px;
    text-decoration: none;
    color: #2b3d6d !important;
    /* border: 1px solid #2a4173; */
    border-radius: 3px;
    /* background: linear-gradient(to right, #b9353e, #cf3438, #2a3d6d); */
    /* background: linear-gradient(90deg, #2b3d6d, #07579e); */
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 500;
    background: #fff;
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.view-btn a:hover{
   /* background: linear-gradient(90deg, #07579e, #2b3d6d); */
   background-position: right center;
}
.abt-sc-ht span {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #07579e;
}

.abt-sc-sub-hd h1 {
    font-size: 29px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 43px;
    font-weight: 500;
}
.ab-sc-dt p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #777;
    font-weight: 400;
    line-height: 26px;
}
.view-btn a img{
  width: 22px;
  margin-left: 0.5rem;
}
.play-bt {
    position: relative;
    height: 50px;
    width: 50px;
}
.play-bt::after {
    position: absolute;
    content: "";
    background-color: #b9d7ed;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    animation: move1 1s infinite;
}
@keyframes move1{
  0%{
    transform: scale(0.8);
  }
  50%{
    transform: scale(1);
  }
  100%{
    transform: scale(0.8);
  }
}
.play-bt img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #165798;
    border-radius: 50%;
    padding: 6px;
}
.btn-grp a{
  text-decoration: none;
}
.see-btn p {
    color: #0d4e92;
    letter-spacing: 0.55px;
    font-size: 16px;
}
.count-top{
  margin-bottom: 5rem;
}

.left-count {
    background-color: #FFEBC1;
    border-radius: 100px;
    height: 100%;
    padding: 6rem 2rem 1rem;
}
.left-count1 {
    background-color: #ECF4FF;
    border-radius: 100px;
    height: 100%;
    padding: 6rem 1rem 1rem 6rem;
}
.twnyr {
    height: 151px;
    width: 151px;
    /* background-color: white; */
    top: 50%;
    background: linear-gradient(0deg, #b4d4ff 5%, white 20%);
    left: 58%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}


.number-ex {
    text-align: center;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.number-ex h1 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

.number-ex h1 span {
    font-size: 44px;
    font-weight: 900;
    color: #2a3e6d;
    background-image: url(https://www.iitashram.com/upload/home/year_of_excellence/bg-img.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: contain;
    background-position: center;
}
.count-top h1{
  font-size: 32px;
  letter-spacing: 00.55px;
  color: #000;
  font-weight: 500;
}
.count-top h4{
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 400;
}


.about-section{
  position: relative;
}
/* .about-section::before{
  position: absolute;
  content: "";
  background-image: url(../images/book.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.1;
} */
/* ABOUT SECTION END--------------------------------- */



/* course SECTION start-------------------------------------- */
.course-type {
    background-color: #ffffff;
    border-radius: 4%;
    height: 100%;
    box-shadow: black 0px 0px 22px -15px;
}
.course-image img {
    border-radius: 4% 4% 0 0;
    box-shadow: black 0px 0px 6px -2px;
}
.course-hd span{
  font-size: 16px;

}
.course-hd span{
  font-size: 13px;
    letter-spacing: 0.55px;
    color: #07579e;
}

.cor-dtx h5 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #2a3e6d;
    font-weight: 700;
}

.cor-dtx p {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 22px;
    margin-bottom: 9px;
}

.course-section{
  padding: 6rem 0;
  position: relative;
}
.course-section::before {
    position: absolute;
    content: "";
    background-color: #f4f4f496;
    background-image: url(../images/facilities_home_bg.jpg);
    background-size: contain;
    height: 100%;
    width: 83%;
    top: 0;
    left: 4%;
    z-index: -2;
    border-radius: 0 150px;
}

.course-section::after {
    position: absolute;
    content: "";
    /* background-color: #00000096; */
    background-size: contain;
    height: 100%;
    width: 80%;
    top: 0;
    left: 2%;
    z-index: -1;
    border-radius: 0 150px;
}
.course-hd h1 {
    font-size: 39px;
    color: #ffffff;
    font-weight: 500;
}
.course-hd p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: rgb(255, 255, 255);
}
.what-hd h1 {
    letter-spacing: 0.55px;
    color: #2a3e6d;
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
}
.q-img {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: auto;
}

.q-img img{
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ull li {
    list-style-type: none;
    padding: 1rem;
    background-color: #dfe8ffa3;
    margin-bottom: 1.5rem;
    text-align: center;
    border-radius: 20px;
        background: linear-gradient(45deg, #07579e, #0088e5, #07579e);
    position: relative;
    transition: all .3s;
}
.ull li:hover {
    /* background: linear-gradient(0deg, #ffffff, #ffffff); */
     background: linear-gradient(45deg, #0088e5, #07579e,#0088e5) !important;
    box-shadow: black 0px 0px 25px -13px;
}
.ull li:hover h4,.ull li:hover p{
  color: #ffffff;
}
.ull li:hover .q-img{
  box-shadow: black 0px 0px 25px -13px;
}
.ull li::after{
  position: absolute;
  content: "";
  background-image: url(../images/);
}
.ull{
  padding-left: 0;
}
.con h4 {
    font-size: 23px;
    letter-spacing: 0.55px;
    color: #fff;
    transition: all .3s;
}
.con p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #fff;
    transition: all .3s;
}
.what-hd p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: gray;
    line-height: 26px;
}

.stand-apart,.left-what{
  position: relative;
}
.stand-apart::after {
    position: absolute;
    content: "";
    background-image: url(../images/orange-dot.png);
    background-size: contain;
    height: 255px;
    width: 255px;
    top: -9%;
    left: -7%;
    background-repeat: no-repeat;
}
.left-what::after {
    position: absolute;
    content: "";
    background-image: url(../images/circlebg.png);
    background-size: contain;
    height: 499px;
    width: 571px;
    top: -126%;
    left: -7%;
    background-repeat: no-repeat;
    z-index: -11;
    opacity: 1;
}
.Empowering-img{
  height: 100%;
}
.Empowering-img img{
  height: 100%;
}

.left-ifd-hd h1 {
    font-size: 31px;
    line-height: 43px;
    letter-spacing: 0.55px;
}
.im-dt h6 {
    font-size: 14px;
    letter-spacing: 0.55px;
    margin-bottom: 0;
}
.im-dt span{
  font-size: 13px;
  letter-spacing: 0.55px;
}
.im-dt {
    bottom: -11%;
    left: 60%;
    width: 80%;
    padding: 10px !important;
    transform: translateX(-60%);
}
/* course SECTION end------------------------------------------ */




.ifd-section{
    background: linear-gradient(270deg, #00000014 75%, transparent 0);
    padding: 3rem 0;
}
.rank {
    top: 1rem;
    right: 1rem;
    width: fit-content;
    padding: 4px 39px;
    text-align: center;
    background-color: #2a3e6d;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    /* transform: rotate(45deg); */
}
.rank h6 img{
      width: 19px;
}
.dtsls {
    bottom: 1rem;
    left: 25%;
    background-color: #ffffff;
    padding: 0.5rem;
    text-align: center;
    box-shadow: black 0px 0px 13px -5px;
}
.swip-img {
    margin: 2rem 0;
    overflow: hidden;
    padding: 2rem 0 3rem;
}
.rank {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dtsls h5{
  margin-bottom: 0;
}
.dtsls h5{
  font-size: 20px;
  letter-spacing: 0.55px;
  color: #000;
}
.dtsls span{
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #000;
}
.inner-start-hd h1 {
    font-size: 36px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    font-size: 31px;
    line-height: 43px;
    letter-spacing: 0.55px;
}






/* footer start--------------------------------------------------- */
.footer {
    background: linear-gradient(45deg, #001b33, #0070bd, #001b33);
    padding: 4rem 0 2rem;
}

.footer-dt p{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 25px;
  font-weight: 400;
  margin: 1rem 0;
}
.hhg li{
  list-style-type: none;
  margin-bottom: 10px;
}
.hhg li a{
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.55px;
}
.use-link-hd h1{
      font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem;
}

.dt-ft p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 400;
}

.loc img{
  width: 20px;
  height: 20px;
}
.addrerss{
  margin-bottom: 10px;
}
.addrerss p{
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 15px;
  font-weight: 400;
}
.left-footer-dt,.quicklink{
  position: relative;
}
.left-footer-dt::after,.quicklink::after {
    position: absolute;
    content: "";
    background-color: #d3d3d31c;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}
.quicklink{
  height: 100%;
}
.hr{
  color: #d3d3d33d;
}
.copy{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.55px;
}
/* footer end-------------------------------------------------------- */








/* gallery start------------------------------------------------------------------ */
/* Gallery -----------------------------------------------------------------------*/
.p{
  display: none;
}

.gl-img:hover .p{
   display: block;
}
.gl-img:hover .n{
   display: none;
}
.gl-img:hover .nog{
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   border: none;
}
.gl-img{
  position: relative;
}
.gl-img::after {
    position: absolute;
    content: "";
    background-color: #0006;
    background-size: contain;
   height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s;
}
.gl-img:hover::after{
   transform: scale(1);
}
.ccc {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/lt.png);
    background-size: contain;
}
.ddd {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/rt.png);
    background-size: contain;
}
.xxxx {
    /* background-color: red; */
    height: 29px;
    width: 29px;
    background-image: url(../images/gallery/cl.png);
    background-size: contain;
}
#gallery {
  padding: 4rem 0 5.5rem;
}
.img-wrapper {
    position: relative;
    margin-top: 12px;
    cursor: pointer;
}

.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay img{
  width: 20px;
}
#overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nog {
    top: -4%;
    right: -4%;
    height: 60px;
    width: 60px;
    background-color: #004181;
    border-radius: 50%;
    border: 5px solid white;
    color: #fff;
    z-index: 9;
    transition: all .5s;
}
.nog span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    /* font-weight: 700; */
}
.gl-img:hover .n {
    display: none;
}
.p{
  display: none;
}

.gl-img:hover .p{
   display: block;
}
.gl-img:hover .n{
   display: none;
}
.gl-img:hover .nog{
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   border: none;
}
.gl-img{
  position: relative;
}
.gl-img::after {
    position: absolute;
    content: "";
    background-color: #0006;
    background-size: contain;
   height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s;
}
.gl-img:hover::after{
   transform: scale(1);
}
.im-ttl h5 {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.im-ttl {
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #004181;
    width: 100%;
    color: #fff;
    text-align: center;
}
.gl-img:hover .nog {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: none;
}
.gl-img:hover .n {
    display: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
 }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
 }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.3s;
  cursor: pointer;
}
#nextButton:hover {
  opacity: 0.7;
}

/* gallery end--------------------------------------------------------------------- */

/* gallery start------------------------------------------------ */
.immm:hover .ov-l {
    opacity: 1;
}
.gl-big {
    transform: translate(-50%,-50%);
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
}
.immm {
    overflow: hidden;
    transition: all.5s;
    margin-bottom: 0;
    position: relative;
}
.ov-l {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000077;
    opacity: 0;
    transition: all .3s;
}
.no {
    top: 0;
    right: 8px;
    color: #fff;
    background-color: #000000a6;
    height: 70px;
    width: 70px;
    border-radius: 0 0 50% 50%;
}
.no h1 {
    font-size: 33px;
    font-weight: 700;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 24%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 241px;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}
.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
}
.lightbox-content {
    position: absolute;
    /* width: 40%; */
    height: auto;
    /* margin: 5% auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 12px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-next {
    background-image: url(../images/next.png);
    background-size: contain;
}
.lightbox-prev {
    background-image: url(../images/left-chevron.png);
    background-size: contain;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
.clx{
  top: 2rem;
  right: 2rem;
}
.gl-ttl {
    background: linear-gradient(45deg, #00000078, #00000078);
    position: absolute;
    width: 95.5%;
    bottom: 0;
}
.gl-ttl h6{
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  margin-bottom: 0;
}
.immm a img {
    height: 265px;
    object-fit: cover;
}
/* gallery-end------------------------------------------------------------ */
/* gallery Start--------------------------------------------- */
.lb-data .lb-details {
    opacity: 0;
}
.lightbox {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    width: 100%;
    z-index: 999999999 !important;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
    transform: translate(-50%,-50%) !important;
}
.lb-outerContainer{
  position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
header {
	color: rgb(250,250,250);
	text-align: center;
	font-size: 1.2em;
  }
  
	#gallery-section {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px;
	  z-index: -1;
	}
  
	#thumbnail-gallery-container {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  padding: 15px 50px 10px 50px;
	  gap: 10px;
	}
  
	.thumbnail {
	  width: 24%;
	  margin-bottom: 2%;
	  position: relative;
  }
  
img.thumbnail-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    object-position: center center;
}

  
  @media only screen and (max-width: 800px){
	#gallery-section {
	  padding: 10px 10px 0px 10px;
	}
	#thumbnail-gallery-container {
		padding: 0px;
	}
  }
  
  /* Lightbox Styles */ 
  
.lightbox-overlay {
    display: flex;
    transform: scale(0,1);
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 65%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
  
  .lightbox-overlay:target {
	display: flex;
	transform: scale(1,1);
	z-index: 99999;
  };
  
  .lightbox-content {
	color: rgb(250,250,250);
	padding: 1.5em;
	width: 75vw;
	text-align: center;
  }
  
  .lightbox-image-title {
	position: relative;
	text-align: center;
  }
  
  .lightbox-navigation {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
  }
  
  .close {
	position: absolute;
	background-color: none;
	  top: 5px;
	  right: 20px; 
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  a.close {
	text-decoration: none;
	font-weight: bold;
	font-size :2em;
	font-family: sans-serif;
  }
  
  
  .back, .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	height: 2em;
	color: rgb(255,255,255);
	margin: 1%;
  } 
  
  img.lightbox-image {
	width: 65vw;
	max-height: 65vh;
	object-fit: contain;
  }
  .close img{
	width: 50px;
	margin-top: 2rem;
	margin-right: 2rem;
  }
  .lis{
	position: relative;
  }
  .lis:hover .eye{
	opacity: 1;
  }
  .eye{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000063;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .3s;
  }
  .vww{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  }
  .ar-left{
	position: relative;
	animation: animate 1s infinite;
	margin-left: 0;
	width: 15px;
	margin-right: 10px;
  }
  .ar-right{
	position: relative;
	animation: animated 1s infinite;
	margin-left: 10px;
	width: 15px;
  }
  @keyframes animate{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(-10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  @keyframes animated{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  /* gallery end------------------------------------------------ */


.one{
      top: 0;
    left: 44%;

}
.two{
      top: 25%;
    left: 58%;

}
.three{
      bottom: 25%;
    left: 58%;

}
.four{
      bottom: 0%;
    left: 44%;

}
.one p, .two p, .three p, .four p {
    font-size: 40px;
    letter-spacing: 0.55px;
    color: #2a3e6d;
    font-weight: 700;
}
.one-con p {
    color: #676767;
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 400;
}

.one-con p strong{
  font-size: 19px;
}

.one,.two,.three,.four{
  position: relative;
}
.one::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed gray;
    top: -60%;
    left: -37%;
    height: 100%;
    width: 36%;
}


.process-text {
    top: 42%;
    left: 10%;
    z-index: 99999;
    color: #fff;
}

.two::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed gray;
    top: -60%;
    left: -43%;
    height: 100%;
    width: 42%;
}
.three::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed gray;
    top: -60%;
    left: -37%;
    height: 100%;
    width: 35%;
}
.four::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed gray;
    top: -60%;
    left: -38%;
    height: 100%;
    width: 36%;
}
.process-img{
  position: relative;
}
.process-img::after {
    position: absolute;
    content: "";
    /* background-color: #00000073; */
    background: linear-gradient(90deg, #000000c2 40%, #00000024);
    background-size: contain;
    height: 100%;
    width: 51%;
    top: 0;
    left: 0;
    z-index: 9;
    clip-path: polygon(0% 0%, 68% 0%, 100% 50%, 68% 100%, 0% 100%);
}


.footer{
  position: relative;
  z-index: 1;
}
.scl2 img {
    width: 15px;
    opacity: 0.7;
}
.scl2{
  position: relative;
}
/* .scl2::after{
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  right: -10px;
  top: 0;
  width: 1px;
  height: 100%;
} */
.scl2 p{
  font-size: 15px;
  letter-spacing: 0.55px;
}
.vvgd {

    background-color: transparent;
    color: #07579e !important;
    padding: 4px 22px !important;
   
    border-radius: 30px;
    border: 1px solid #07579e;
    transition: all .3s;
}
.vvgd:hover {
    /* background-color: #07579e; */
    color: #fff !important;
    background: linear-gradient(45deg, #07579e, #0088e5, #07579e);
}
.footer::before {
    position: absolute;
    content: "";
    background-image: url(../images/foot.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    opacity: 0.1;
}
.uldx{
  padding-left: 0;
}
.xt {
    list-style-type: none;
    padding: 2rem 1rem;
    background-color: #2b3d6d;
    margin-bottom: 0;
    height: 246px !important;
}
.loc1 img {
    width: 34px;
    margin: auto;
}
.loc1{
  text-align: center;
  margin-bottom: 1rem;
}
.xt{
  text-align: center;
}

.xt h4{
  font-size: 24px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 400;
}
.xt p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #fff;
  font-weight: 400;
      margin: 0;
}
.contact{
  padding: 3rem 0;
}

.frm input {
    height: 40px;
    border: 1px solid #dddddd;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 0.55px;
    background-color: white;
}
.frm input:focus{
    border: 1px solid #dddddd;
  box-shadow: none;
  outline: navajowhite;
}
.frm textarea{
  border: 1px solid #dddddd;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0.55px;
  background-color: white;
  height: 90px;
 
}
.frm textarea:focus{
  border: 1px solid lightgray;
  box-shadow: none;
  outline: none;
}
.submit{
  text-align: center;
}
.submit a {
    padding: 9px 22px;
    background-color: #ce3438;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.55px;
    border: 1px solid #ce3438;
    transition: all .3s;
}
.submit a:hover{
  background-color: transparent;
  color: #ce3438;
}
.contact {
    background: linear-gradient(270deg,#ECF4FF 60%,transparent 0);
}

.fr input, .fr select{
  height: 40px;
  padding-left: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid lightgray;
  font-size: 14px;
  letter-spacing: 0.55px;
}
.fr textarea{
  height: 90px;
  padding-left: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid lightgray;
}
.inner-enroll-form {
    padding: 3rem 1.5rem;
    box-shadow: black 0px 0px 12px -7px;
}
.enroll-hd p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: gray;
}
.xt2{
    border-radius: 46px 0;
}
.xt1{
    border-radius: 0 46px;
}
.xt4{
    border-radius: 0 46px;
}
.xt3{
    border-radius: 46px 0;
}

.contact-hd h1 {
    font-size: 31px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}

.startswiper .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 17px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    background-color: #2a3e6d;
    padding: 9px 13px;
    border-radius: 50%;
}




.cor-dtx {
    position: relative;
    text-align: center;
}

/*.cor-dtx::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    border-top: 14px dashed #ffffff;*/
/*    background-size: contain;*/
/*    height: 14px;*/
/*    width: 100%;*/
/*    top: -5px;*/
/*    left: 0px;*/
/*    z-index: 9;*/
/*}*/
.mnxt::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0) !important;
    background-size: contain;
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
}

.navlogonew img{
  width: 109px !important;
}
.navbnew{
  position: relative;
  animation: move 1.5s;
}
@keyframes move{
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(0%);
  }
}


.ulyt li img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-top: 5px;
}
.ulyt li {
    display: flex;
    /* align-items: baseline; */
    list-style-type: none;
}
.fdg {
    text-decoration: none;
    color: #2a3e6d !important;
    font-size: 14px;
    letter-spacing: 0.55px;
    /* border: 1px solid #2b3d6d; */
    /* padding: 6px 8px; */
    /* text-align: right; */
}
.en{
  text-align: right;
  position: relative;
}
.fdg img{
  width: 25px;
  padding-left: 7px;
  /*animation: anim 1s infinite;*/
}
@keyframes anim{
  0%{
    margin-left: 7px;
  }
  50%{
    margin-left: 10px;
  }
  100%{
    margin-left: 7px;
  }
}



.mission-hd {
    top: -27px;
    left: -4.9%;
    background-color: #2b3d6d;
    padding: 8px 22px;
    width: fit-content;
    position: relative;
    border-radius: 0 30px 30px 0;
}
.mission-hd::after {
    position: absolute;
    content: "";
    background-color: #6c7897;
    background-size: contain;
    height: 40px;
    width: 40px;
    bottom: -39px;
    left: -17px;
    /* clip-path: polygon(0 0, 0 106%, 59% 0); */
    z-index: -1;
    clip-path: polygon(100% 0, 100% 39%, 41% 0);
}
.mission{
  border: 1px solid lightgray;
  padding: 1rem;
}
.mission::after {
    position: absolute;
    content: "";
    border: 1px solid lightgray;
    background-size: contain;
    height: 111%;
    width: 102%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.mission-hd h3{
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.55px;
}
.vvgd21 {
    padding: 6px 22px !important;
}
.enroll-hd h3 {
    line-height: 36px;
    font-size: 25px;
    letter-spacing: 0.8px;
    margin-top: 15px;
}



/* whatsapp start------------------------------------- */

#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999999999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}


.class-type img{
  width: 20px;
}

.class-type p{
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #cf3438;
}
.found-list-hd h4{
  font-size: 20px;
  letter-spacing: 0.55px;
  line-height: 27px;
}
.wts img{
  width: 20px;
  height: 20px;
}
.wts{
  cursor: pointer;
}
.wts p{
      font-size: 16px;
    letter-spacing: 0.55px;
    color: green;
}
.found-list {
    padding: 1rem 0.5rem;
    box-shadow: black 0px 0px 10px -6px;
}
.dropdown a{
  padding: 10px !important;
}


.im-dt1 {
    /* background: linear-gradient(270deg,#07579e,#ffd2d3); */
    background-color: #fff;
}
.im-dt11 {
    /* background: linear-gradient(270deg,#ffd2d3,#07579e); */
    background-color: #fff;
}
.Empowering-img,.Empowering-img1{
  position: relative;
}
.Empowering-img::after {
    position: absolute;
    content: "";
    background: linear-gradient(315deg,#2a3d6d 50%,transparent 0);
    background-size: contain;
    height: 21px;
    width: 21px;
    top: 50%;
    right: -5%;
    z-index: 9;
    transform: translateY(-50%) rotate(315deg);
}
.right-ifd {
  box-shadow: black 0px 0px 14px -8px;
}
.Empowering-img1::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg,#2a3d6d 50%,transparent 0);
    background-size: contain;
    height: 21px;
    width: 21px;
    top: 50%;
    left: -5%;
    transform: translateY(-50%) rotate(315deg);
}
.hgl {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #2a3d6d;
}


.ifd-sectiona,.left-ifd {
    position: relative;
    /* overflow: hidden; */
    overflow-x: clip;
}
.ifd-sectiona::after {
    position: absolute;
    content: "";
    background-image: url(../images/orange-dot.png);
    background-size: contain;
    height: 255px;
    width: 255px;
    top: -16%;
    right: -7%;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    opacity: 0.2;
}
.left-ifd::after {
    position: absolute;
    content: "";
    background-image: url(../images/circlebg.png);
    background-size: contain;
    height: 567px;
    width: 412px;
    top: -83%;
    left: -10%;
    background-repeat: no-repeat;
    z-index: -11;
    opacity: 1;
}
















.tyi_3101ol {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 0rem;
    margin-bottom: 70px;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    height: 468px;
}

.tyi_3101ol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tyi_3102ol:nth-child(1),
.tyi_3102ol:nth-child(3) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.tyi_3102ol:nth-child(2),
.tyi_3102ol:nth-child(4) {
    grid-column-end: span 1;
    grid-row-end: span 1;
}

.swiper58 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide58 {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide58 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.right-imgq h1{
  font-size: 32px;
  letter-spacing: 0.55px;
  color: #000;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.right-imgq p{
font-size: 16px;
    letter-spacing: 0.55px;
    color: #777;
    font-weight: 400;
    line-height: 26px;

}
.ag-format-container {
  margin: 0 auto;
}

.js-ag-hide {
  display: none;
}

/*.ag-faq_list {*/
/*  padding: 50px 0;*/
/*}*/
.ag-faq_item {
  margin: 0 0 15px;
}
.js-ag-faq_title {
    padding: 15px 30px;
    background-color: #efefef00;
    cursor: pointer;
    font-size: 16px;
    color: #2b3d6d;
    box-shadow: black 0px 0px 7px -8px;
    border: 1px solid lightgray;
}
.js-ag-faq_text {
    line-height: 1.42;
    padding: 30px 29px;
    background-color: #eee;
    font-size: 16px;
    color: #5b5b5b;
}


@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}





.right-drop-form{
    background-color: #2b3d6d;
    padding: 2rem 1rem 3rem;
}













.faq-container {
  width: 600px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e094;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 3px;
  patting-top: 3px;
}

.faq-answer {
    font-size: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 10px;*/
}
.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}

.icon-container i {
    font-size: 13px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}
.faq-answer p {
    margin-top: 10px;
    color: #616161;
}
.alt-font{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
}

.wow21 {
    height: 245px;
    margin-bottom: 3rem;
    box-shadow: black 0px 0px 6px -3px;
    background-color: #eef3ff;
    background: url(https://khoj.iitashram.com/upload/phone_bg.jpg);
}
/*.vvbgx{*/
/*    background-image: url(../images/phone_bg.png);*/
/*}*/

.ddddww h2 {
    font-weight: 900;
    color: #ffffff;
    /* background-image: url(https://www.iitashram.com/upload/home/year_of_excellence/bg-img.jpg); */
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
    font-size: 60px;
    letter-spacing: 1px;
    /* filter: drop-shadow(0px 5px 0px black); */
}
.ul-type li{
    list-style-type:none;
    margin-bottom:10px;
    
}
.ul-type li a{
    text-decoration:none;
    color:#000;
    letter-spacing:0.55px;
}
.class-type h1 {
    font-size: 70px;
    letter-spacing: 1px;
    color: red;
    font-weight: 900;
}
.ul-type li a p{
    font-size:16px;
    letter-spacing:0.55px;
}
.ul-type li a img{
    width:15px;
}
.class-name {
    padding: 2rem 1rem;
    box-shadow: black 0px 0px 14px -8px;
}

.xxddrr{
    padding-left:0;
}
.xxddrr li{
    list-style-type:none;
    margin-bottom:10px;
}
.xxddrr li img {
    width: 26px;
    height: 19px;
    padding-right: 10px;
    margin-top: 3px;
}

.xxddrr li {
    display: flex;
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.xxddrr1 img{
    width: 32px !important;
    height: 20px !important;
}
.bhtx{
    width:60px;
}


#mob_err{
  display: none;
}
#email_err{
  display: none;
}
#mobile_err{
  display: none;
}
#emailerr{
  display: none;
}


.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
}
.quick_sucInner h3{
    
  font-family:auto !important;
}


.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
}
.quick_sucInner h3{
    
  font-family:auto !important;
}

.startswiper .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 43%;
}










.vd-popx {
    background-color: #00002854;
    height: 100vh;
    width: 100%;
    z-index: 9999999999;
    backdrop-filter: blur(9px);
}
.inner-vdo {
    transform: translate(-50%,-50%);
    z-index: 999999;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    width:800px;
}
.video iframe{
    width:100%;
    height:500px;
}
.clxs {
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}
.clxs img {
    width: 30px;
}



.right-abxs{
    position:relative;
}
.vfa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 86%;
}
.vfa span {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #fff;
}
.vfa p {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 26px;
}
.right-abxs{
        background-color: #2a3e6d;
}
.rig-abimg21::after{
    position:absolute;
    content:"";
    background-color:#fff;
    height:200px;
    width:200px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-1;
}
.rig-abimg21::before {
    position: absolute;
    content: "";
    border: 12px solid #8080804a;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: -2;
}
.rig-abimg21 .d-flex h1{
    font-size: 58px;
    font-weight: 900;
    color: #2a3e6d;
    background-image: url(https://www.iitashram.com/upload/home/year_of_excellence/bg-img.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: contain;
    background-position: center;
}
.left-perf-dt{
    text-align:center;
}
.left-perf-dt h1 {
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #2b3d6d;
}
    .left-perf-dt{
        position:relative;
    }
.left-perf-dt::after {
    position: absolute;
    content: "";
    background-color: #d7d7d7;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}
    .left-perf{
        box-shadow: black 0px 0px 11px -7px;
    }
.rig-abimg21{
    padding:2rem;
        position:relative;
}
.right-perf-dt p{
        font-size: 14px;
}




.dfq span{
    background: linear-gradient(to right, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:19px !important;
}

.dfq h4 {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2a3e6d;
}
.syllabus-banner img{
    object-fit:cover;
}


.gfwwq h4 {
    background: linear-gradient(to right, #5065da, #556fff, #c557ad, #e65f9a, #e66176);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.85rem;
    line-height: 3.4rem;
}
.gfwwq {
    justify-content: center;
    margin-bottom: 2rem;
}

.ddsds{
    display:grid;
}

.ddsds span{
    font-size:15px;
    letter-spacing:0.55px;
}



.gfwwq{
    position:relative;
}

.gfwwq::after{
    position:absolute;
    content:"";
    border-right:1px solid lightgray;
    background-size:contain;
    height:100%;
    width:1px;
    right:0;
    top:0;
    z-index:1;
    
}


























/*text animate*/


.textsders .slider{
    text-align:center;
}
.slider h1{
    font-size:130px;
}
.slick-prev,.slick-next{
    display:none !important;
}

.perpl h2{
    font-size:35px;
    letter-spacing:1px;
}
.textsders {
    padding:5rem 0;
    position:relative;
}
.textsders::after {
    position: absolute;
    content: "";
    background-image: url(../images/wav.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0px;
    background-position: bottom;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.left-perf-dt img {
    width: 80px !important;
    margin: auto;
}







.testimonials-wrapper {
  /* width: 95%;
  max-width: 500px;
  margin: 0 auto */
}

.testimonials-wrapper h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    padding: 30px;
    color: #000;
    padding-top: 5rem;
    border-radius: 5px;
    background: #fff;
   
}

.testimonials-blob,
.testimonials-img {
  border-radius: 100%
}

.testimonials-img {
    position: relative;
    left: 50%;
    overflow: hidden !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: -50px;
    box-shadow: 0 0 0 5px #171719;
    transition: all ease-out .5s;
    transform: translateY(-49%);
    /*filter: brightness(2);*/
}
.testimonials-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-carousel .active .testimonials-img {
  transform: translateY(0);
  filter: brightness(1)
}

.testimonials-person-info {
  text-align: center;
  color: #fff
}

.testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(45deg)
}

@keyframes anim {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #000000, 0 0 0 0 #fff
  }
  50% {
    box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
  }
  100% {
    opacity: 1;
    background: #fff;
    box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
  }
}

.testimonial-carousel .active .testimonials-blob {
  transform-origin: 50% 50%;
  animation: anim linear .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.testimonial-carousel {
  overflow: hidden;
  cursor: grab
}

.testimonial-carousel:active {
  cursor: grabbing
}

.testimonial-carousel .owl-item {
  overflow: hidden;
  transition: all ease-out .3s;
  transform: scale(.7);
  opacity: 0
}

.testimonial-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .25s;
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  background: #171719
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #fff;
  background: #615e6b
}

.testimonial-carousel .owl-prev {
  left: 0
}

.testimonial-carousel .owl-next {
  right: 0
}

.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
  opacity: 0
}

.bannerslide12 .swiper-wrapper {
    padding: 4rem 0 13rem 0;
}
.fdd{
    height:300px !important;
    object-fit:cover;
}
.dfg1215{
  position: absolute;
      margin: 0 14px;
       box-shadow: 1px 0px 5px 0 rgba(23, 23, 25, .3);
       text-align:center;
}
.dfg1215::after {
    position: absolute;
    content: "";
    background-image: url(../images/quotations.png);
    background-size: contain;
    height: 71px;
    width: 71px;
    bottom: 24px;
    right: 44%;
    z-index: 1;
    opacity: 0.3;
}

.prod-dt h4 {
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.prod-dt p {
    font-size: 15px;
    color: gray;
    letter-spacing: 0.55px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.know-bt a {
    text-decoration: none;
    color: #1f226f;
    font-weight: 600;
    letter-spacing: 0.55px;
}
.know-bt a img {
    width: 20px;
}
.date img {
    width: 16px;
}
.date p {
    font-size: 14px;
}
.det-hd h1 {
    font-size: 30px;
    letter-spacing: 0.55px;
}
.det-hd p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #4d4d4d;
}
.chat-wd a img{
    width:20px;
}
.chat-wd a {
    color: green;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.glr-no p{
  padding: 5px 20px;
  /* background-color: red; */
  background: linear-gradient(270deg, #004181 50%, transparent);
  color: #fff;
}
.course-dt{
    margin-top: 30%;
}