

a{text-decoration:none;}
.ivv{padding: 6rem 0;}
body{font-family: "Noto Sans", sans-serif;}
/* p {font-size: 16px;letter-spacing: 0.55px;color: #404040;font-weight: 400;line-height: 27px;} */
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #373f41;
}
.headers h2 {
    font-size: 45px;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
.abthdd h2{
        font-family: "Playfair Display", serif;
        font-size: 65px !important;
        font-weight: 400;
        color: #4d4d4d;
        margin-bottom: 35px;
}
.abthdd h3 {
    color: #000960;
    line-height: 54px;
    max-width: 1000px;
    margin: auto;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 35px;
}
.cl img{width: 17px;}
.cl:nth-child(1) img{width: 15px;}
.cl p{font-weight: 500;font-size: 14px;}
.cl{opacity:0.8;}
.admbtn{display: flex;gap:20px;align-items: center;}
.admbtn img{filter: brightness(0)invert(1);width: 20px;transform: rotate(-45deg);transition: all .3s;}
.admbtn {padding: 10px 15px;background-color: #fb2224;color: #fff !important;display: flex;font-weight: 500;border: 1px solid #fb2224;border-radius: 30px;transition: all .3s;}
.admbtn:hover{background-color: #fff;color: #fb2224 !important;}
.admbtn:hover img{transform: rotate(0);filter: initial;}
.topnav1 {background-color: #000274;padding: 11px 0;}

.menu ul li a {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #ffffff;
    font-weight: 300;
}
/*.rightbus ul li {*/
/*    font-size: 19px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0.55px;*/
/*    padding: 1rem 0;*/
/*    border-bottom: 2px solid #fff;*/
/*}*/
.rightbus ul li {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    padding: 1.5rem 0 0.5rem;
    border-bottom: 1px solid #acacac;
}
.tpnv a {
    padding: 1rem 0 1rem;
}
.btnv a {
    padding: 1rem 0 1rem;
}
.btnv{
    border-top: 1px solid lightgray;
}
.menu55{padding-top: 10px;}
.dropitems {top: 100%;width: 300px;background-color: #fff;left: -50%;transform: translateY(100%);visibility: hidden;opacity: 0;transition: all .3s;}
.rrrr a{display: flex;align-items: center;}
.ffg{gap: 10px;}
.ffg img{transition: all .3s;}
.ffg:hover img{transform: rotate(180deg);}
.dropitems li a {
    display: flex;
    padding: 1rem !important;
    border-left: 3px solid #2672db;
    border-bottom: 2px solid lightgray;
}
.dropitems li:last-child a{border-bottom: none;}
.dropdwn a img {
    width: 20px;
    filter: brightness(0) invert(1);
}
.scrolled .dropdwn a img ,.othernav .dropdwn a img {
    filter: initial;
}
.dropdwn:hover .dropitems{transform: translateY(0%);visibility: visible;opacity: 1;}
.topmenu ul li a{color: #fff;}
.dropitems a{position: relative;z-index: 1;transition: all .3s;}
.menu ul li .dropitems a{
    color: #000;
}
.brggfd{
    padding: 1rem;
    background: linear-gradient(45deg, #3337ca, #15bdf0);
    margin-top: 7.5rem;
}
.brggfd p{
    color: #fff;
}
.brggfd p img{
    width: 20px;
}
.dropitems a:hover {
    color: #fff !important;
}
.dropitems a::after {
    position: absolute;
    content: "";
    background-color: red;
    background: linear-gradient(90deg, #3337ca, #15bdf0);
    background-size: contain;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}
.dropitems a:hover::after{height: 100%;}
.left-logo img {
    width: 95%;
    padding: 0.5rem;
    filter: brightness(0) invert(1);
}
.bannerdata span {padding: 4px 20px;background-color: red;width: fit-content;border-radius: 30px;color: #fff;font-size: 14px;letter-spacing: 0.55px;}
.left-logo h1{font-size: 20px;font-weight: 900;color: #fe3c40;letter-spacing: 0.55px;}
.mnnav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff00;
    z-index: 99999999999;
    /* box-shadow: black 0px 0px 25px -20px; */
}
.mainnav-wrapper{width: fit-content;margin-left: auto;}
.navbar-hr{margin-top: 12px;}
.herobanner {width: 100%;height: 100%;}

.herobanner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 30px !important;
    background-color: #ffffff7c;
    opacity: 1;
    transition: all 1s;
}

.herobanner .swiper-pagination-bullet-active {
    width: 100px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff7c;
    opacity: 1;
}
.herobanner .swiper-pagination-bullet-active::after{
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 30px;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    animation: forwardsmove 4s;
}
@keyframes forwardsmove{
    0%{width: 0;}
    100%{width: 100%;}
}
.rim h3{font-size: 24px;font-style: italic;}
.rim h3 strong{font-style: normal;}
.leftmis {
    padding: 0.3rem 0.3rem;
    background: linear-gradient(90deg, #fe3c3c 9%, #add8e62b 0);
    border-radius: 14px;
}
.herobanner .swiper-slide {background-position: center;background-size: cover;}
.herobanner .swiper-slide img {width: 100%;height:100vh;object-fit: cover;}
.herobanner{
    position:relative;
}
.herobanner .swiper-slide::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000000b5, #0000008f);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0%;
    z-index: 1;
}
.basic_button {
    background-color: rgb(255 255 255 / 0%);
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-top: 2rem;
    display: block;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.basic_button svg {
    filter: brightness(0) invert(1);
    width: 17px;
    transition: all .3s;
}
.basic_button:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
.basic_button:hover svg{
    filter: brightness(0);
}




.basic_button12 {
    background-color: rgb(255 255 255 / 0%);
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    padding: 10px 20px;
    border: 1px solid #000;
    margin-top: 2rem;
    display: block;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.basic_button12 svg {
    filter: brightness(0);
    width: 17px;
    transition: all .3s;
}
.basic_button12:hover{
    background-color: #000000;
    border: 1px solid #000;
    color: #fff;
}
.basic_button12:hover svg{
    filter: brightness(0)invert(1);
}
.afdata{
    opacity:0;
}

.afdata.animate{
    animation:textUp .8s ease forwards;
}

@keyframes textUp{
    from{
        opacity:0;
        transform:translateY(60px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}




.bannerdata{
    z-index: 5;
}

.afdata{
    opacity: 0;
}

/* Active slide animation */
.herobanner .swiper-slide-active .afdata{
    animation: textUp 0.8s ease forwards;
    animation-delay: .8s;
}

@keyframes textUp{
    0%{
        opacity:0;
        transform:translateY(60px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }


}
.herobanner .swiper-slide-prev .afdata{
    animation: textdown 0.8s ease forwards;
}

@keyframes textdown{
    0%{
        opacity:1;
        transform:translateY(0);
    }
    100%{
        opacity:0;
        transform:translateY(-60px);
    }


}





.innerslide{
    transition: all .5s;
}

.gallery{
    position: relative;
    z-index: 1;
}
.gallery::after {
    position: absolute;
    content: "";
    background-image: url(../../images/asd.webp);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0%;
    z-index: -1;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.bannerswiper .swiper-button-next::after {content: "";display: block;width: 100%;height: 100%;background-image: url(../../images/arrow-right-svgrepo-com.svg);background-repeat: no-repeat;background-position: center;background-size: 30px;filter: brightness(0)invert(1);}
.bannerswiper .swiper-button-prev::after {content: "";display: block;width: 100%;height: 100%;background-image: url(../../images/arrow-left-svgrepo-com.svg);background-repeat: no-repeat;background-position: center;background-size: 30px;filter: brightness(0)invert(1);}
.bannerswiper .swiper-button-next::before {position: absolute;content: "";width: 50px;height: 50px;border: 1px solid #ffffff91;background-color: #1212126e;background-size: contain;
top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%;backdrop-filter: blur(2px);}
.bannerswiper .swiper-button-prev::before {position:absolute;content: "";width: 50px;height: 50px;border: 1px solid #ffffff91;background-color: #1212126e;background-size: contain;top:50%;left:50%;transform: translate(-50%,-50%);border-radius: 50%;backdrop-filter: blur(2px);}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev{top: 87%;}
.bannerswiper .swiper-button-next{right: 6%;}
.bannerswiper .swiper-button-prev{left: 87%;}
.bannerdata {
    top: 57% !important;
    z-index: 9999;
    width: 60%;
    height: fit-content;
    left: 46.5% !important;
}
/* .bannerdata h2 {
    font-size: 56px;
    letter-spacing: 0.55px;
    font-weight: 300;
    margin: 0 !important;
    text-transform: uppercase;
} */
.bannerdata h2 {
    font-size: 45px;
    letter-spacing: 0.55px;
    font-weight: 300;
    margin: 0 !important;
    text-transform: uppercase;
}
.bannerdata h2 strong{font-weight: 600;font-size: 50px;}
.morebtn a{color: #fff;font-size: 18px;letter-spacing: 0.55px;border: 1px solid #fff;padding: 10px 20px;border-radius: 30px;overflow: hidden;position: relative;display: block;    width: fit-content;transition: all .4s;z-index: 1;}
.morebtn a::after{position: absolute;content: "";background-color: #fff;background-size: contain;height: 100px;width: 100px;transform: translate(-50%,-50%)scale(0);top: 50%;left: 50%;border-radius: 50%;transition: all .3s;z-index: -1;}
.morebtn a:hover::after{transform: translate(-50%,-50%)scale(2);}
.morebtn a:hover{color: #000 !important;}
.morebtnred a{color:#fff;font-size:18px;letter-spacing:.55px;border:1px solid #fb2224;padding:0;border-radius:30px;overflow:hidden;position:relative;display:flex;align-items:center;width:45px;transition:all .4s;z-index:1;}
.morebtnred a img{filter:brightness(0) invert(1);width:20px;transform:rotate(-45deg);position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)rotate(-45deg);transition: all .3s;}
.morebtnred a div{height:45px;width:45px;border-radius:50%;position:relative;}
.morebtnred a::after{position:absolute;content:"";background-color:#fb2224;height:100px;width:100px;transform:translate(-50%,-50%) scale(15) !important;top:50%;left:50%;border-radius:50%;transition:.3s;z-index:-1;}
.morebtnred a p{color:#fff;font-weight:500;padding-left:0;width:0;overflow:hidden;white-space:nowrap;transition:all .4s ease;margin:0;}
.morebtnred a:hover{width:200px;}
.morebtnred a:hover img{transform: translate(-50%,-50%)rotate(0);}
.morebtnred a:hover p{width:155px;padding-left: 15px;}
.main-about-list{height: 70vh;}
.ablist{bottom: -8%;left: 50%;transform: translateX(-50%);width: 95%;transition: all .4s;}
.main-about-list:hover .ablist{bottom: 10%;}
.ablist h2{font-size: 25px;letter-spacing: 0.55px;color: #ffffff;margin-bottom: 1.6rem;transition: all .4s}
.ablist h3 {font-size: 16px;letter-spacing: 0.55px;color: #ffffff;font-weight: 400;line-height: 24px;transform: translateY(80vh);transition: all .4s;}
.main-about-list:hover h3{transform: translateY(0);}
.main-about-list .morebtn{transform: translateY(80vh);transition: all .4s;}
.main-about-list:hover .morebtn{transform: translateY(0);}
.about::before{position: absolute;content: "";background-image:url('../../images/banner1.avif');background-size: cover;height: 100%;width: 100%;top: 0;left: 0;z-index: -1;transition: all .5s;transform: scale(1);background-position: center;}
.about::after{position: absolute;content: "";background-color: #00000080;background-size: contain;height: 100%;width: 100%;top: 0;left: 0;z-index: -1;}
.about .col-lg-3{border-right: 1px solid #ffffff30;}
.about .col-lg-3:last-child{border: none;}
.about:has(.col-lg-3:nth-child(1):hover)::before{background-image: url('../../images/b22.avif');transform: scale(1.2);}
.about:has(.col-lg-3:nth-child(2):hover)::before{background-image: url('../../images/banner2.avif');transform: scale(1.2);}
.about:has(.col-lg-3:nth-child(3):hover)::before{background-image: url('../../images/20260613_Commencement_N6A1207.avif');transform: scale(1.2);}
.about:has(.col-lg-3:nth-child(4):hover)::before{background-image: url('../../images/c22.avif');transform: scale(1.2);}
.inner-service{width: 100%;margin: auto; position: relative;}
.lfm img {
    object-fit: cover;
    border-radius: 10px;
    height: 180px !important;
}
.inner-service .headers{background-color: #fff;}
.inner-service .headers h3{font-size: 20px;letter-spacing: 0.55px;line-height: 33px;color: #393939;}
.inner-service .headers p{font-size: 22px;line-height: 37px;}
.icon img {width: 50px;filter: brightness(0) invert(1);}

.iconn {height: 40px;width: 40px;background-color: #fe3c40;border-radius: 50%;}
.overlayout {
    height: 100%;
    width: 100%;
    bottom: -150%;
    left: 0;
    z-index: 99999999999999;
    background-color: #fe3c3c;
    background: linear-gradient(180deg, #c50000, #550000);
    padding: 3rem 1rem;
    transition: all .3s;
}

.caption_section_inner {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 41%;
    background-color: #000;
    padding: 4rem 2rem;
}
.banner_title{
    font-size: 30px;
    font-weight: 700;
}
.sub_text {
    font-size: 19px;
    margin-bottom: 1.5rem;
    color: #ffffffbd !important;
    font-weight: 300;
}
.projectlist:hover .overlayout{bottom: 0;}
.innersubabout {
    width: 82%;
    margin: auto;
}
.prjimg img{height: 465px;object-fit: cover;}
.projectlist{border-radius: 10px;overflow: hidden;}
.projectlist::after{position: absolute;content: "";background-color: #0000000d;background-size: contain;height: 100%;width: 100%;top: 0;left: 0;z-index: 1;}
.prjdata h3{color: #fff;font-size: 19px;margin: 0;}
.lefttxt span{color: white;display: block;margin-bottom: 5px;font-size: 18px;letter-spacing: 0.55px;}
.prjdata{position: absolute;bottom: 10%;right: 0;width: 91%;background-color: #00000082;z-index: 99999999;border-radius: 10px 0 0 10px;padding: 1rem;}
.lefttxt h4 {font-size: 30px;letter-spacing: 0.55px;}
.flexible .col-lg-3 .flexiblelist{border-right: 1px solid #ffffff9a;}
.flexible .col-lg-3:last-child .flexiblelist{border:none;}
.course-image{border-radius: 10px;overflow: hidden;position: relative;}
.course-image::after {position: absolute;content: "";background-color: #00000054;background-size: contain;height: 100%;width: 100%;top: 0;left: 0;}
.coursedata {bottom: 9%;left: 6%;z-index: 9;}
.coursedata h3 {font-size: 28px;line-height: 40px;font-weight: 500;}
.course-image img{height: 350px;object-fit: cover;}
.newsdtls {
    padding: 1rem 1rem 2rem 1rem;
}
.newsdtls span{font-size: 15px;letter-spacing: 0.55px;color: gray;}
.newsdtls h4 {
    font-size: 20px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #000;
    font-weight: 300;
}
.rdmr a{
    color: #00779f;
}
.rdmr p{
    color: #00779f;
}
.newslist {border-radius: 10px;background-color: #fff;transition:all .3s;overflow: hidden;    box-shadow: #05050547 0px 0px 25px -5px;overflow: hidden;}
.newslist::after {
    position: absolute;
    content: "";
    background-color: #00779f;
    background-size: contain;
    height: 4px;
    width: 0%;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.newslist:hover:after{
    width: 100%;
}
.mappp{
    position: relative;
    z-index: 1;
}
.mappp::after {
    position: absolute;
    content: "";
    background-image: url(../../images/bg.avif);
    background-size: cover;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background-position: bottom;
}
.newslist:hover {
    box-shadow: #05050547 0px 0px 25px -5px;
    transform: scale(1.05);
}
.newsimg img {
    border-radius: 10px;
    height: 265px;
    object-fit: cover;
}
.expanddd {cursor: pointer;}
.desc {max-height: 0;overflow: hidden;transition: all .3s;}
.descnew {max-height: 10000px;transition: all 1s;}
.arrowd {transition: all .3s;}
.arrowd {height: 30px;width: 30px;border: 1px solid #a5a5a5;border-radius: 50%;overflow: hidden;background-color: #fb222400;}
.arrowdnew {transform: rotate(180deg);}
.arrowd img {animation: moveed211212 1s infinite;transform: translate(-50%, -50%);}
@keyframes moveed{0% {transform: translate(-50%, -150%);}
    50% {transform: translate(-50%, -50%);}
    100% {transform: translate(-50%, 100%);}
}
.news{position: relative;background: linear-gradient(to top, #efefef78, transparent);}

.bannerswiper123 video{
    height: 100vh;
    object-fit: cover;
    display: block;
}
.bannerswiper123{
    position: relative;
}
.bannerswiper123::after {
    position: absolute;
    content: "";
    background-color: #00000047;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.leftfoot-logo img{width: 9vw;}
.social-links {display: flex;gap: 1rem;}
.social-icon {width: 38px;height: 38px;border-radius: 50%;background-color: rgb(255 255 255 / 13%);display: flex;align-items: center;justify-content: center;color: #9ca3af;text-decoration: none;transition: all 0.3s ease;}
.social-links svg {color: #fff;}
.xwxw li a {display: flex;padding: 5px 0;font-size: 18px;}
.social-icon:hover {background-color: #2563eb;}
.frm input{height: 50px;border-radius: 0;border: 1px solid lightgray;outline: none;box-shadow: none;padding-left: 10px;}
.frm select{height: 50px;border-radius: 0;border: 1px solid lightgray;outline: none;box-shadow: none;padding-left: 10px;}
.frm textarea{height: 100px;border-radius: 0;border: 1px solid lightgray;outline: none;box-shadow: none;padding-left: 10px;}
.feature-item-three svg {min-width: 21px;width: 20px;height: fit-content;transform: translateY(4px);opacity: 0.5;}
.feature-item-three {padding: 2rem;box-shadow: black 0px 0px 13px -8px;border-radius: 10px;position: relative;border-bottom: 5px solid #ffd3d3;background: linear-gradient(360deg, #ff000014, transparent);}
.admbtn1212{width: fit-content;}
.lffrm{box-shadow: black 0px 0px 18px -11px;padding: 2rem;border-radius: 10px;}
.glli {overflow: hidden;border-radius: 10px;box-shadow: black 0px 4px 9px -9px;}
.glli img {height: 350px !important;object-fit: cover;}
.gllidata {
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 25px 23px 25px 23px;
    text-align: center;
    /* background: linear-gradient(to top, #ffffff, transparent); */
    background: linear-gradient(180deg, transparent, #000000b0, #000000cf);
}
.gllidata p {color: #fff;font-size: 20px;}

.glimgnum {left: -100%;top: 5%;padding: 7px 20px;background-color: #fff;z-index: 9;border-radius: 0 30px 30px 0;color: #000;transition: all .3s;}
.glli:hover .glimgnum{
    left:0;
}
.icxxx {width: 35%;height: auto !important;z-index: 99999;opacity: 0;transition: all .3s;text-align: center;color: #ffffff;background-color: #c70003;padding: 10px 20px;border-radius: 30px;}
.icxxx h5 {font-size: 18px;}
.glli::after {
    position: absolute;
    content: "";
    background: linear-gradient(176deg, #070a8c, #070a8d);
    background-size: cover;
    background-position: right;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
}
.glli:hover::after{
    opacity:0.5;
}
.glimg {display: grid;box-shadow: black 0px 0px 14px -8px;border-radius: 10px;}
.glimg img {
    border-radius: 10px;
    cursor: pointer;
    height: 275px !important;
    object-fit: cover;
    object-position: top;
}
.gldtds {padding: 1rem;}
.gldtds h5 {color: #fb2224;text-align: center;margin: 0;font-size: 18px;}
.flxtab .tab-l a {border-radius: 15px;padding: 12px 20px;display: flex;justify-content: center;color: #fb2224;width: 100%;height: 100%;align-items: center;justify-content: center;text-align: center;border: 1px solid #fb222436;}
.flxtab .tab-l .active {border: 1px solid #fb2224;background-color: #fb2224;border-radius: 15px;padding: 12px 20px;display: flex;justify-content: center;color: #fff;}
.glli:hover::after {opacity: 0.5;}
.view-image {z-index: 99999999999999 !important;}
.brd::after {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, #000000c2, #00000057, #000000ad);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/*.ttlhd {*/
/*    bottom: 13%;*/
/*    left: 33%;*/
/*    transform: translateX(-50%);*/
/*    z-index: 9999999;*/
/*}*/
.ttlhd {
    bottom: 13%;
    left: 18%;
    /* transform: translateX(-50%); */
    z-index: 9999999;
}
.xxaaa img{
    width:17px;
    filter:brightness(0);
    opacity:0.5;
}
.ttlhd h2 {
    font-size: 70px;
    letter-spacing: 0.55px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
.ttlhd h3 {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
}
.sdtbl tr{padding: 2rem;border-radius:15px;display: flex;width: 100%;font-size: 17px;align-items: center;}
.sdtbl tr:nth-child(even){background-color: #d3d3d394;margin-bottom: 10px;}
.sdtbl tr:nth-child(odd){background-color: #d3d3d347;margin-bottom: 10px;}
.sdtbl tr td:nth-child(2),.sdtbl tr th:nth-child(2){text-align: end;}
.sdtbl tr td{width: 50%;}
.sdtbl tr th{width: 50%;}
.sdtbl tr th h6{font-size: 20px;color: #000000;}
.exp-hd121 h4{text-align: center;font-size: 30px;color: #000;}
.flxtabnew12 .tab-l{flex: 0 0 24%;}
.flxtabnew12 {justify-content: space-between;padding: 1rem;box-shadow: #00000059 0px 0px 24px -6px;border-radius: 10px;}
.flxtabnew12 .tab-l a {border-radius: 7px;border: none;box-shadow: inset #00000066 0px 0px 14px -10px;background-color: #d3d3d31c;}
.flxtabnew12 .tab-l .active {border-radius: 7px;border-bottom: 4px solid #000000;}
.curhd {width: 100%;padding: 1rem;background-color: #fb2224;border-radius: 20px 20px 0 0;}
.firsttab .tab-l a {
    padding: 1rem;
    display: flex;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #d3d3d357;
}
.viewbtn p{margin: 0;}
.firsttab .tab-l .active {
    background-color: #fe3c40;
    background: linear-gradient(90deg, #fe3c40, #5d0002);
    color: #fff;
    border-radius: 10px;
}
.tab-contentgggggg h2 {
    padding: 1rem;
    background-color: #fe3c4000;
    color: #000000;
    font-size: 22px;
    position: relative;
    width: fit-content;
    margin-bottom: 1rem !important;
}
.tab-contentgggggg h2::after{
    position: absolute;
    content: "";
    background-color: red;
    background-size: content;
    bottom: 0;
    left: 1rem;
    height: 2px;
    width: 25%;
}
.curhd p img{width: 26px;filter: brightness(0) invert(1);}
.curhd p{font-size: 18px;color: #fff;text-transform: uppercase;font-weight: 500;}
.wer2{box-shadow: black 0px 0px 25px -16px;border-radius: 20px;}
.eligibility{background-color: #f9f7f3;position: relative;z-index: 1;}
.eligibility1{z-index: 1;}
.eligibility::after{position: absolute;content: "";background-image: url('../../images/prm.avif');background-size: contain;height: 117%;width: 720px;bottom: 0;right: 0;z-index: -1;   background-position: bottom;background-repeat: no-repeat;}
.eligibility1::after{position: absolute;content: "";background-image: url('../../images/prmmm.avif');background-size: contain;height: 117%;width: 720px;bottom: 0;right: 0;z-index: -1;   background-position: bottom;background-repeat: no-repeat;}
.eligibility::before{position: absolute;content: "";background-image: url(../../images/element-10.avif);background-size: cover;height: 100%;width: 100%;bottom: 0;right: 0;z-index: -1;background-position: center;background-repeat: no-repeat;}
.stclr{color: #fb2224;}
.padf{height: 7vh;}
.lftadm img{border-radius: 10px;}
.lftadm::after {position: absolute;content: "";background-color: #ff00004f;background-size: contain;height: 100%;width: 100%;top: 0;left: 0%;z-index: 1;border-radius: 10px;verflow: hidden;}
.lftadm::before {position: absolute;content: "";background-image: url(../../images/adm.avif);background-size: contain;height: 119%;width: 133%;bottom: 0;left: -10%;z-index: 2;background-repeat: no-repeat;}
.admdata {bottom: 5%;right: 2%;z-index: 2;font-size: 50px;writing-mode: sideways-lr;letter-spacing: 0.55px;}
.rightadm{padding-left: 2rem;}
.admission{position: relative;box-shadow: #0000000f 0px 12px 21px -4px;}
.admission::after {position: absolute;content: "";background-image: url(../../images/adbg.avif);background-size: cover;height: 100%;width: 100%;bottom: 0;right: 0;z-index: -1;background-position: center;background-repeat: no-repeat;opacity: 0.1;}
.close{color: red;top: -2%;right: 2%;z-index: 999;}
.close img{width: 20px;}
.admdt {padding-top: 10rem;}
.inneradm {width: 65%;margin: auto;background-image: url(../../images/dtr.avif);padding: 10rem 0;position: relative;z-index: 1;border-radius: 15px;overflow: hidden;background-repeat: no-repeat;background-size: cover;background-position: center;background-attachment: fixed;}
.inneradm h4 {line-height: 35px;padding: 0 10%;font-weight: 300;}
.inneradm::after {position: absolute;content: "";background: linear-gradient(360deg, #000000, #8c0001);background-size: contain;height: 100%;width: 100%;top: 0;left: 0;z-index: -1;opacity: 0.8;}
.adicn svg{width: 26px;margin-bottom: 1rem;color: #000000;}
.brd img {
    height: 100%;
    object-fit: cover;
}
.show12 {animation: blinkkk 1s infinite;}
@keyframes blinkkk{
    0% {
        color: red;
    }
    50% {
        color: blue;
    }
    100% {
        color: red;
    }
}

.innervis{
    width: 80%;
    z-index: 9;
}
.lefvis h4{
    font-size: 35px;
}
.headers21 span{
    font-size: 19px;
    margin-bottom: 0.5rem;
    display: block;
    text-transform: uppercase;
    color: #616161;
}
.flxtabshadow{box-shadow: #0000003d 0px 0px 25px -5px;padding: 10px;border-radius: 15px;}
.togg img {
    width: 35px;
    filter: brightness(0) invert(1);
}
.scrolled .togg img {
    filter: brightness(0);
}
.impact {
    background: url(../../images/b3.avif) center center / cover no-repeat;
    background-size: cover;
    transition: background-image .4s ease;
    padding: 8rem 0;
}

.impact::after {
    background-position: bottom;
    opacity: 0.7;
    position: absolute;
    content: "";
    background-color: #000000ed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.left-bus h2,
.left-bus p,
.left-bus .topddt{
    transition: .35s ease;
}
.left-bus span{
        font-size: 20px;
    margin-bottom: 1rem;
}

.rightbus ul li{
    cursor: pointer;
    position: relative;
}
.rightbus ul li::after{
    position: absolute;
    content: "";
    background-color: #b4b100ed;
    background-size: cover;
    height: 2px;
    width: 0%;
    bottom: -2px;
    left: 0;  
    z-index: 9;
    transition: all .3s;  
}
.rightbus ul li:hover::after{
    width: 100%;
}
.act::after{
    width: 100% !important; 
}

.impfiglist {
    padding: 1rem;
    background-color: #00000000;
    border-radius: 10px;
    backdrop-filter: blur(18px);
    border: 1px solid #ffffff29;
}
.impfiglist h2{font-size: 40px;font-weight: 700;letter-spacing: 0.55px;}
.mapicon {top: 51%;right: 41%;cursor: pointer;}
.cd{top: -200px;left: 50%;transform: translateX(-50%)scale(0);z-index: 9999999;width: 250px;transition: all .3s;}
.sdfdfdsf {width: 30px;animation: zoom 1s infinite;transition-delay: .5s;transform-origin: bottom;}
@keyframes zoom{
    0%{
        transform: scale(0.5);
    }
    25%{
        transform: scale(0.7);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(0.7);
    }
    100%{
        transform: scale(0.5);
    }
}
.mapicon:hover .cd{
    transform: translateX(-50%)scale(1);
}
.mapicon2 {
    top: 39%;
    right: 37%;
    z-index: 9;
    cursor: pointer;
}
.mapicon2:hover .cd{
    transform: translateX(-50%)scale(1);
}
.dtxlist {
    padding: 1rem;
    background: linear-gradient(90deg, #eef7f9, #ffffff);
    border-left: 3px solid red;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.dtxlist::before {
    content: "";
    position: absolute;
    background-image: conic-gradient(red 10%, transparent 0%);
    height: 600px;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 2s linear infinite;
    animation-play-state: paused;
    opacity: 1;
    z-index: -1111;
    opacity: 0;

}
.dtx{
    overflow: hidden;
    padding: 2px;
    border-radius: 10px;
}
.dtxlist:hover::before {
    animation-play-state: running;
    opacity: 1;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}















.news1::after {
    position: absolute;
    content: "";
    background-image: url(../../images/sd.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.1;
}
.sub-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
}
.complist img{
    height: 350px;
    object-fit: cover;
}
.complist {
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
   
}
.compdta {
    padding: 1rem;
    background: linear-gradient(180deg, #60000000, #bc000000);
}
.compdta img {
    width: 35px;
    height: auto !important;
    /* filter: brightness(0); */
}
.compdta p {
    font-size: 18px;
    color: #000;
}
.cover_page{
    max-width: 100%;
    width: 100%;
}
.descp h2 {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.descp{padding: 1rem;}
.cover_page img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.descp img{
    filter: brightness(0);
    width: 25px;
}
.descp span{
    font-size: 21px;
    color: #000;
}
.fcdish {
    box-shadow: black 0px 0px 15px -11px;
    border-radius: 15px;
    overflow: hidden;
}
.bba212 .lefvis {
    padding: 1rem;
    box-shadow: black 0px 0px 12px -7px;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(0deg, #ffeaea6b, transparent);
}
#businesssubTitle{
    font-family: "Playfair Display", serif;
    color: #cbf5ff;
    font-size: 26px;
}
.bba212{
    background-color: #d3d3d324;
}
.partner_img {
    padding: 0;
    margin-bottom: 0;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
}
.dirdata{
    padding: 2rem !important;
}
.dtxx {
    bottom: 12%;
    left: 2%;
    filter: brightness(0) invert(1);
    z-index: 9;
    width: 95%;
}
.dtxx h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 50px;
}
.dtxx h2:nth-child(2){
        transform: translateX(66px);
}
.mdimgg::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent, #00000038);
    background-size: contain;
    height: 77%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.partner_img img {
    width: 100%;
    object-fit: contain;
}
.hlt{
    position: relative;
    overflow: hidden;
}
.hlt::after{
    position: absolute;
    content: "";
    background-color: #e5f7fd;
    background-size: contain;
    height: 1500px;
    width: 1500px;
    border-radius: 50%;
    top: -840px;
    right: -750px;
    z-index: -1;
    opacity: 0.5;
}
.fggggg{
    z-index: 1;
    overflow: hidden;
    background-color: #f9f7f3;
}
.fggggg::after{
position: absolute;
    content: "";
    background-color: #e5f7fd;
    background-size: contain;
    height: 1500px;
    width: 1500px;
    border-radius: 50%;
    top: -840px;
    right: -750px;
    z-index: -1;
    opacity: 0.5;
}
.innernwssfsdds{
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
}
.tab-contentgggggg{
    /* box-shadow: #00000096 0px 0px 25px -15px; */
    border-radius: 10px;
    /* overflow: hidden; */
}
.ddptdata a {
    box-shadow: #00000096 0px 0px 17px -11px;
    display: block;
    border-radius: 10px;
    border: none;
    margin-bottom: 19px;
}
.wer1455 {
    background-color: #d3d3d326;
    border-radius: 10px;
    height: 100%;
}

.viewbtn img {
    width: 18px;
    filter: initial;
}
.viewbtn p {
    font-size: 16px;
    color: #c01010;
}
.viewbtn {
    border: 1px solid #c010103b;
    padding: 5px 20px;
    border-radius: 10px;
}

.descp252 p {
    padding: 4px 15px;
    border: 1px solid lightgray;
    width: fit-content;
    border-radius: 30px;
    font-size: 15px;
}

.descp252 p img {
    width: 17px;
}
.descp252 {
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    height: 100%;
}
.sdafdsds svg{
    filter: brightness(0);
    width: 14px !important;
}
.publications a {
    background-color: #ffffff00;
    display: block;
    border-radius: 0;
}
.descp252 span {
    font-size: 19px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.clllll {
    width: 24px;
    filter: brightness(0) invert(1) !important;
}
.clllll:hover{
    filter: brightness(0) invert(1) !important;
}
.strrr{
    transition:all .3s;
}
.strrr:hover{
    color:#0fb8f0;
}

.scrolled {
    animation: animate 1s;
    transition: all .3s;
    background-color: #fff;
    box-shadow: #00000042 0px 5px 25px -14px;
}
.scrolled .left-logo img,.scrolled .clllll{
    filter: initial;
}
.scrolled .dropdwn a img{
    filter:brightness(0);
}
.menu ul li a:hover img{
    filter:initial;
}

.othernav li a img{
    filter:brightness(0) !important;
}
.othernav li a:hover img{
    filter:initial !important;
}
.othernav .menu ul li a:hover{
    color:#0fb8f0 !important;
} 

.othernav .menu ul li .dropitems a:hover {
    color: #fff !important;
}
.scrolled .menu ul li a {
    color: #000000;
}
.menu ul li a{
    transition:all .3s;
} 
.menu ul li a:hover{
    color:#0fb8f0;
} 
.scrolled .btnv a {
    padding: 2.5rem 0 2.5rem;
}
.scrolled .tpnv{
    display: none !important;
}
.scrolled .btnv{
    border: none;
}
@keyframes animate{
    0%{
        transform: translateY(0);
    }
    50%{
         transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}









.expand-gallery{
    width: 90%;
    margin: auto;
}
.expand-content span {
    font-size: 28px;
    letter-spacing: 0.55px;
    color: #626262;
    display: block;
    margin-bottom: 5px;
    transition: all .3s;
}
.col-active .expand-content span{
    color: #000;
}
.fgg h2{
    color: #626262;
    font-size: 28px;
}
.col21{
    cursor: pointer;
}
.col21 {
    transition: all 1s;
    overflow: hidden;
}
.col-active{
        flex: 1 0 41%;
}
.col21 img{
    opacity:0.6;
    transition:all .3s;
}

.col-active img{
    opacity:1;
}
.expand-item img{
    height: 500px;
    object-fit: cover;
}
.expand-content {
    width: 800px;
}

.fgg{
    transform: translateY(100%);
    transition: all .3s;
    transition-delay: .3s;
    opacity: 0;
}
.col-active .fgg{
    transform: translateY(0%);
    opacity: 1;
}
.trtr h2 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 300;
    color: #000;
}

/* .newsdtls {
    bottom: 5%;
    left: 50%;
    width: 91%;
    transform: translateX(-50%);
    z-index: 99999;
} */


footer {
    background: #000;
    padding-block: 4.4rem;
}
footer .project_list, footer .comon_link {
    display: flex;
    align-items: center;
}
.comon_link li a{
    transition:all .3s;
}
.comon_link li a:hover{
    color:#0fb8f0;
}
footer .project_list li:first-child {
    padding-right: 2.1rem;
    color: #0fb8f0;
    border-right: 1px solid #ffffff8f;
    font-size: 19px;
}
footer .project_list li a, footer .comon_link li a {
    color: #fff;
    font: var(--font12);
    font-weight: 300;
}
.address h5{
     color: #0fb8f0;
     font-size: 19px;
}

.follow_us li{
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    transition:all .3s;
}
.follow_us li:hover{
        box-shadow: #cbcbff 0px 0px 25px 2px;
}



.yearswiper {
width: 100%;
height: 100%;
}

.yearswiper .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.yearswiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}



















.timeline-section{
    position:relative;
    padding:120px 0;
    overflow-x:auto;
    background:#f8f8f8;
}

.timeline{
    width:2200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    position:relative;
}

.timeline-line {
    height: 6px;
    background: #8f2025;
}

.timeline-item {
    width: 100%;
    position: relative;
    text-align: left;
}

.timeline-item.top {
    padding-bottom: 70px;
}

.timeline-item.bottom {
    padding-top: 70px;
}

.timeline-item.top .content {
    margin-bottom: 13px;
}

.timeline-item.bottom .content{
    margin-top:40px;
}

.timeline-item::before{
    content:"";
    position:absolute;
    left:50%;
    width:2px;
    background:#9d9d9d;
    transform:translateX(-50%);
}

.timeline-item.top::before {
    bottom: 2px;
    height: 68px;
}

.timeline-item.bottom::before {
    top: 2px;
    height: 68px;
}
.circle {
    width: 86px;
    height: 86px;
    border: 5px solid #bcbcbc;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-item.top .circle{
    top:calc(50% - 110px);
}

.timeline-item.bottom .circle{
    top:calc(50% + 20px);
}

.circle img{
    width:40px;
}

.year {
    font-size: 35px;
    font-weight: 700;
}

.timeline-item.top .year {
    top: initial;
    position: absolute;
    right: 5%;
    bottom: 0;
}

.timeline-item.bottom .year{
    top:0;
    position: absolute;
    right: 5%;
    bottom: 0;
}

.red{
    color:#97222d;
}

.blue{
    color:#3e3b96;
}


.xx{
        align-items: flex-end;
}







.othernav{
    background-color: #fff;
}
.othernav .left-logo img{
    filter: initial;
}
.othernav .menu ul li a {
    color: #000000;
}
.othernav .clllll {
    filter: initial;
}

.brgcontent{
    padding: 5rem 0;
    /* box-shadow: #00000014 0px 0px 18px 2px; */
}

.contact_detail{
    padding: 2rem;
    background: linear-gradient(45deg, #3337ca, #15bdf0);
}
.addres figure {
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.addres h3{
    font-size: 23px;
    margin-bottom: 1rem;
}
.addres p{
    margin-bottom: 2rem;
}
.car-fr {
    padding: 4rem 1rem !important;
}
.form-row label {
    margin-bottom: 0.5rem;
}
.car-fr .form-input {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 24px;
    border: 1px solid lightgray;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease;
    color: grey;
    /* padding-left: 6px !important; */
}
.car-fr textarea {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 24px;
    height:80px;
    border: 1px solid lightgray;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease;
    color: grey;
    /* padding-left: 6px !important; */
}
.subcon, .drctr {
    background-color: #faf7f2;
}
.innersubcon .modal-body {
    background-color: #fff;
    height: 100%;
}

.innerdrctr {
    background: linear-gradient(45deg, #00607e, #0900a2);
    border-radius: 15px;
    overflow: hidden;
    width: 90%;
    margin: auto;
}
.dirdata h3 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 1rem;
}
.dirdata h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    width: fit-content;
}
.dirdata h4::after {
    position: absolute;
    content: "";
    background-color: #fff978;
    background-size: contain;
    height: 2px;
    width: 30%;
    bottom: -1rem;
    left: 0;
}

.tmdata {
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #16bbefb0, #352cc6cf);
    width: 90%;
    padding: 2rem 1rem;
    border-radius: 10px;
    backdrop-filter: blur(0px);
    transition:all .3s;
    overflow:hidden;
}
.partner_img:hover .tmdata {
    padding-bottom: 2rem;
}
.tmdata h5 {
    /* margin-bottom: 1.5rem; */
    position: relative;
    width: fit-content;
    margin: 0 auto 0.5rem;
}
/* .tmdata h5::after{
        position: absolute;
        content: "";
        background-color: yellow;
        background-size: contain;
        height: 2px;
        width: 50px;
        bottom: -0.75rem;
        left: 50%;
        transform: translateX(-50%);
} */

.gllw {
    background: linear-gradient(180deg, #faf7f2, transparent);
}
.lfcar p{
    font-size: 21px;
    line-height: 38px;
    position: relative;
}
.rtcar{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
}
.msggg{
    z-index: 1;
}
.msggg::after {
    position: absolute;
    content: "";
    background-image: url(../../images/txt.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.05;
}
.lfcar h3{
    font-weight: 300;
    margin-top: 1rem;
    font-size: 24px;
}
.lfcar p::after {
    position: absolute;
    content: "";
    background-image: url(../../images/quote.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    top: -24px;
    left: -59px;
    z-index: -1;
    opacity: 1;
}
.lfcar p::before {
    position: absolute;
    content: "";
    background-image: url(../../images/quote.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    bottom: -24px;
    right: 0;
    z-index: -1;
    opacity: 1;
    transform: rotate(180deg);
}




.swiper-button-next:after{
    position: absolute;
    content: "";
    background-image: url(../../images/right-arrow.png);
    background-size: 30px;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    
}
.swiper-button-prev:after{

}


.bannerdata p {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    width: 75%;
    letter-spacing: 0.55px;
}






.sharee {
    bottom: 3%;
    right: 2%;
    z-index: 999999999999;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden;
    transition: height .5s cubic-bezier(.77, 0, .18, 1);
    background-color: #fff;
}

/* =========================
   SHARE BUTTON
========================= */

.innersharee {
    height: 50px;
    width: 50px;
    background-color: #fff;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    border-radius: 30px;
}

.innersharee:hover {
    background-color: #4a4a4a;
}

.innersharee:hover .xcx {
    filter: brightness(0) invert(1);
}


/* =========================
   SOCIAL ICONS
========================= */

.scllls {
    position: absolute;
    width: 50px;
    height: 200px;
    top: 0 !important;
    bottom: 50px;
    left: 0;
    display: grid;
    grid-template-rows: repeat(4, 50px);
    gap: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .3s ease, visibility .3s ease, transform .4s ease;
}

.sclllsstasdasd {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: background-color .3s ease, transform .3s ease;
}

.sclllsstasdasd:hover {
    background-color: #f1f1f1;
    transform: scale(1.05);
}

.sclllsstasdasd img {
    max-width: 39%;
}


/* =========================
   OPEN STATE
========================= */

.sharee.active {
    height: 250px;
}

.sharee.active .scllls {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* =========================
   SHARE ICON
========================= */

.xcx {
    transition:
        transform .4s ease,
        filter .3s ease,
        opacity .3s ease;
}


/* Rotate share icon when open */
.sharee.active .xcx {
    transform: translate(-50%, -50%) rotate(45deg);
}


/* =========================
   OPTIONAL: CLOSE LOOK
========================= */

/*.sharee.active .innersharee {*/
/*    background-color: #fff;*/
/*}*/




.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35px;
    left: 0;
    width: 100%;
}


































.mainchat {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
    background-color: #0000008a;
    backdrop-filter: blur(5px);
}
.chatt {
    position: absolute;
    z-index: 999999999999999999;
    bottom: 15%;
    right: 10%;
    width: 25%;
    height: 55vh;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: #000000 0px 0px 16px -7px;
    transform: scale(0);
    transition: all .3s;
    cursor: pointer;
    background: linear-gradient(47deg, #3824c3, #0dbef2);
}
.chattnew{
    transform: scale(1);
}
.chatt::after {
    position: absolute;
    content: "";
    background-image: url(../images/chatbg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.01;
}
.chathd {
    padding: 15px;
    /* background-color: white; */
    /* box-shadow: black 0px 1px 23px -15px; */
    border-bottom: 1px solid #80808026;
}
.chatdt {
    padding: 2rem 2rem;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    height: 100%;
}
.nmfrm label {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.55px;
    top: -26%;
    left: 6%;
    background-color: #ffffff;
    padding: 0 10px;
    transition: all .3s;
    font-weight: 500;
    color: gray;
    position: initial !important;
    padding: 0;
}
.nmfrm input {
    height: 50px;
    border: 1px solid lightgray;
    border-radius: 7px;
    padding-left: 10px;
    background-color: #e6ebf2;
    font-size: 16px;
}
.nmfrm:focus-within label {
    top: -59%;
    left: 0%;
    padding: 0 0px
}

.sendbtnnn a {
    padding: 12px 39px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #246eda;
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
}

.whattshop {
    position: fixed;
    height:50px;
    width:50px;
    bottom: 2%;
    right: 1%;
    z-index: 9;
    cursor: pointer;
    align-items: center;
    padding: 4px 7px 4px 14px;
    border-radius: 30px;
    gap: 1rem;
}
.whattshop img {
    width: 24px;
    height: 24px;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
}

.sendbtnnn a img{
    filter: brightness(0) invert(1);
    width: 18px;
}
.sendbtnnn{
    padding: 1rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #e1e1e1;
}

.whattshop {
    position: fixed;
    bottom: 11%;
    right: 2%;
    z-index: 9;
    cursor: pointer;
    align-items: center;
    padding: 4px 7px 4px 14px;
    border-radius: 30px;
    gap: 1rem;
    height: 50px;
    width: 50px !important;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
}
.whattshop p{
    color: #000000 !important;
    font-size: 16px;
}
.profile {
    background-color: #ffffff;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
}
    .profile h2{
        color:#fff;
    }
.cccc211 p {
    /* font-family: 'Orbitron'; */
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.55px;
}

.profileclose{
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: auto;
}
.profileclose img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.act {*/
/*    color: #812992 !important;*/
/*}*/
.profile img{
        padding: 10px;
}
.blodt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sdsqqqqqq a{
    padding: 4px 15px;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    justify-content: center;
    width: fit-content;
    margin: auto !important;
    transition:all .3s;
}
.sdsqqqqqq a svg{
    transition:all .3s;
    filter: brightness(0)invert(1);
}

.sdsqqqqqq a:hover{
    background-color:#fff;
    color:#000;
}
.sdsqqqqqq a:hover svg{
    filter: brightness(0);
}
.sdsqqqqqq {
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    height: 100%;
    transform: translateY(100%);
    margin-bottom: -65px;
    transition: all .3s;
}
.partner_img:hover .sdsqqqqqq{
    transform: translateY(0%);
    margin-bottom: 0;
}


.teampopup,.applypop {
    height: 100vh;
    width: 100%;
    background-color: #00000082;
    z-index: 999999999999;
    backdrop-filter: blur(15px);
}
.innerteampopup {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 60% !important;
    background: linear-gradient(45deg, #00607e, #0900a2);
}
.innerteampopup {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(45deg, #00607e, #0900a2);
}
.righttmdata{
    padding:2rem;
}

.closeee,.applypopcloseee {
    top: 0.5rem;
    right: 0.5rem;
    width: 35px;
    cursor: pointer;
    filter: brightness(0) invert(1);
}
.xcdsdssasa a{
    line-height: 30px;
    font-size: 17px;
    letter-spacing: 0.55px;
}

.descp252 .sdafdsds{
    padding: 3px 15px;
    border: 1px solid #000000;
    width: fit-content;
    border-radius: 30px;
    font-size: 15px;
    color: #000;
    background-color: #ffffff;
    transition:all .3s;
}
.descp252 .sdafdsds:hover{
    border: 1px solid #053c8f;
    color: #fff;
    background-color: #053c8f;
}
.descp252 .sdafdsds:hover svg{
   filter:brightness(0)invert(1);
}









#apply_forPostion .heading h2 {
    font-size: 25px;
    font-weight: 600;
}
#apply_forPostion .heading ul {
    color: #646464;
}
#apply_forPostion .heading ul li:first-child {
    position: relative;
}
/*#apply_forPostion .job_detailsWrapper a, .cc_des .hero_btn {*/
/*    padding: 12px 30px;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #fff;*/
/*    background: var(--brand-clr);*/
/*    letter-spacing: 1px;*/
/*    -webkit-transition: all .3s ease;*/
/*    transition: all .3s ease;*/
/*    display: block;*/
/*    width: -webkit-fit-content;*/
/*    width: -moz-fit-content;*/
/*    width: fit-content;*/
/*}*/
#apply_forPostion .job_detailsWrapper {
    position: relative;
    /* background: #f3f3f3; */
    background-color: #faf7f2;
    padding: 20px 20px 40px 20px;
    /* -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
}




















.image-box img {
    height: 360px;
    object-fit: cover;
}
.initiatives-box{
    padding:1rem;
    transition:all .3s;
}
.initiatives-box:hover{
    background-color:#fff;
}

.title-heading {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.text-box p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #595959;
}


.addres h5{
    font-size: 19px;
}

.xuvc {
    font-family: "Playfair Display", serif;
    color: #636363;
    font-size: 20px;
    margin-bottom: 10px;
    font-style: italic;
}


.teamdtbtn a{
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    padding: 4px 15px !important;
}
.teamdtbtn a:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.teamdtbtn a:hover svg{
    filter:brightness(0) !important;
}


.car-fr12 label{
        font-size: 15px;
}
.car-fr12 input{
        height: 43px;
        border-radius: 0;
        border: 1px solid lightgray;
}
.hiringIntern_formWrapper {
    padding: 3rem 2rem;
}

















/* =========================
   OUR FOCUS
========================= */

.our-focus {
    padding: 120px 0;
    overflow: hidden;
}

.focus-heading {
   
    margin-bottom: 55px;
}

.focus-heading span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #9b731c;
    padding-left: 35px;
}

.focus-heading span::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    background: #b28a2c;
    left: 0;
    top: 50%;
}

.focus-heading h2 {
    margin: 0;
    max-width: 600px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 62px);
    font-weight: 400;
    line-height: 1.05;
    color: #101b0d;
}


/* GRID */

.focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* CARD */

/*.focus-card {*/
/*    position: relative;*/
/*    min-height: 301px;*/
/*    padding: 35px;*/
/*    background: #fff;*/
/*    border: 1px solid rgba(26, 38, 20, 0.12);*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    transition: transform .5s cubic-bezier(.2, .8, .2, 1), background .5s ease, color .5s ease;*/
/*}*/
.focus-card {
    position: relative;
    min-height: 301px;
    padding: 35px;
    background: #fff;
    border: 1px solid rgba(26, 38, 20, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    gap: 1.5rem;
    transition: transform .5s cubic-bezier(.2, .8, .2, 1), background .5s ease, color .5s ease;
}
.focus-card::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    /*background: #1c2915;*/
        background: linear-gradient(45deg, #00607e, #0900a2);
    right: -29%;
    bottom: -100px;
    transition: all .6s cubic-bezier(.2, .8, .2, 1);
}


/* NUMBER */

.focus-number {
    position: relative;
    z-index: 2;
    font-size: 11px;
    letter-spacing: 2px;
    color: #a78332;
}


/* ICON */

.focus-icon {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #052b92;
    border-radius: 50%;
    color: #052993;
    font-size: 21px;
    transition: all .4s ease;
}


/* CONTENT */

.focus-content {
    position: relative;
    z-index: 2;
    max-width: 340px;
}

.focus-content h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 400;

    color: #15200f;

    transition: color .4s ease;
}

.focus-content p {

    transition: color .4s ease;
}


/* ARROW */

.focus-arrow {
    position: absolute;
    z-index: 3;

    right: 30px;
    bottom: 30px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;
    border-radius: 50%;

    font-size: 12px;
    color: #172313;

    opacity: 0;
    transform: translateY(10px);

    transition: all .4s ease;
}


/* HOVER */

.focus-card:hover {
    transform: translateY(-8px);
}

.focus-card:hover::before {
    width: 700px;
    height: 700px;
}

.focus-card:hover .focus-icon {
    background: #fff;
    border-color: #fff;
    color: #052a92;
    transform: rotate(8deg);
}
.focus-card:hover .focus-content h3 {
    color: #fff;
}

.focus-card:hover .focus-content p {
    color: rgba(255,255,255,.72);
}

.focus-card:hover .focus-number {
    color: #d8b85f;
}

.focus-card:hover .focus-arrow {
    opacity: 1;
    transform: translateY(0);
    background: #fff;
    border-color: #fff;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .our-focus {
        padding: 80px 0;
    }

    .focus-heading {
        display: block;
    }

    .focus-heading h2 {
        margin-top: 25px;
    }

    .focus-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 575px) {

    .our-focus {
        padding: 65px 0;
    }

    .focus-heading {
        margin-bottom: 35px;
    }

    .focus-heading h2 {
        font-size: 38px;
    }

    .focus-grid {
        grid-template-columns: 1fr;
    }

    .focus-card {
        min-height: 270px;
        padding: 28px;
    }

}


#businessDesc{
    width:80% !important;
}
.focus-grid25{
        grid-template-columns: repeat(5, 1fr);
}
.focus-grid25 .focus-card{
        padding: 18px;
}
.focus-grid25 .focus-card {
    background: linear-gradient(45deg, #00607e, #0900a2);
    min-height: 240px;
    border-radius: 10px;
}
.focus-grid25 .focus-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    background-color: #fff;
    border-radius: 50%;
    color: #000000;
    font-size: 23px;
    transition: all .4s ease;
}
.focus-grid25 .focus-content p {
    transition: color .4s ease;
    color: #fff !important;
    font-size: 17px;
    line-height: 26px;
}


.yrx{
    z-index: 9;
    left: 33%;
    bottom: 2%;
    display:none;
}
.yrx h2 {
    font-size: 169px;
    font-weight: 900;
    opacity: 0.3;
}


.ttlhd21 h2{
    font-size: 61px;
}

.ttlhd21 h3{
    font-size: 27px;
}
.brdpara{
    bottom: 7%;
    z-index: 9;
    right: 15%;
    width: 30%;
}
.brdpara p{
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
}
.ulxz img{
    width: 23px;
    min-width: 23px;
    height: 23px;
}
.ulxz li{
    padding:5px 0;
}
.primg img{
    height: 500px;
    object-fit: cover;
}
.hfours h4{
    font-size: 23px;
}







.focus-grid2625 {
    grid-template-columns: repeat(4, 1fr);
}
.brdpara{
    display:none;
}

.focus-grid2625 .focus-card {
    background: linear-gradient(45deg, #382ac2 89%, #061c97 0);
    min-height: 273px;
    border-radius: 10px;
    border: none;
}
.focus-grid2625 .focus-card{
    justify-content:initial;
    gap: 31px;
}
.lftweewew {
    position: sticky;
    top: 9rem;
}
.roundcirr span{
    border-radius:30px;
    transition:all .3s;
    cursor:pointer;
}
.roundcirr span:hover{
    background-color:#000;
    color:#fff;
}
.primg{
    position:relative;
}
.primg::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent, #00000094);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.primg h3 {
    bottom: 5%;
    left: 5%;
    color: #fff;
    z-index: 9;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 27px;
    letter-spacing: 0.55px;
    font-weight: 300;
}

.zzz span {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-right: 2rem;
    border-right: 1px solid #959595;
    width: fit-content;
}
.zzz{
        width: 30%;
}
.innerfgtqq .flex {
    display: flex;
    width: 70%;
    gap: 0.5rem !important;
}



.yrx122 {
    bottom: 5%;
    right: 5%;
    z-index: 99999;
}
.yrx122 h2 {
    font-size: 69px;
    font-weight: 900;
    opacity: 0.5;
    color: #ffffff !important;
}
.image-box::after{
     position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent, #00000094);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.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;
}
#successa {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnera {
    text-align: center;
}








.innerbrgcontent5455 h2{
    font-size: 40px;
}

/*.caption_section_inner45{*/
/*    transform: initial;*/
/*    width: 100%;*/
/*    background-color: #000;*/
/*    padding: 4rem 2rem;*/
/*    height: 100%;*/
/*}*/
.caption_section_inner45 {
    transform: initial;
    width: 100%;
    background-color: #000;
    padding: 4rem 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.caption_section_inner45 .headers h2 {*/
/*    font-size: 52px;*/
/*}*/
.caption_section_inner45 .headers21 span {
    font-size: 17px;
}











/* ================================
   GROUP AT A GLANCE
================================ */

.group-glance {
  width: 100%;
  /*background: #f5f1eb;*/
  padding: 54px 0 62px;
  box-sizing: border-box;
}

.glance-container {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

/* Small heading */
.section-label {
  margin-bottom: 24px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #425675;
}

/* Six-column layout */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

/* Individual column */
.stat-item {
    min-height: 105px;
    padding: 0 16px;
    border-left: 1px solid #d3d1cd;
    box-sizing: border-box;
    text-align: center;
}

.stat-item:first-child {
  padding-left: 16px;
}

/* Large number / title */
.stat-value {
    font-family: Georgia, "Times New Roman", serif;
    /* font-family: "Playfair Display", serif; */
    font-size: 32px;
    line-height: 1.22;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #000960;
}

/* Small description */
.stat-label {
    margin-top: 10px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.7px;
    color: #425675;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1000px) {

  .glance-container {
    width: calc(100% - 50px);
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }

  .stat-item:nth-child(4) {
    border-left: 1px solid #d3d1cd;
  }

  .stat-value {
    font-size: 28px;
  }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {
.dsfsdfsdfew{
    display:none;
}
  .group-glance {
    padding: 40px 0;
  }

  .glance-container {
    width: calc(100% - 40px);
  }

  .section-label {
    margin-bottom: 25px;
    font-size: 10px;
    letter-spacing: 2.5px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }
  .stats-grid .stat-item:nth-child(even){
      border-right:none;
  }
  .stats-grid .stat-item:nth-child(odd){
      border-left:none;
  }
    .stats-grid .stat-item {
        border-bottom: 1px solid #d3d1cd;
        height: 130px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
  .stats-grid .stat-item:nth-child(5),.stats-grid .stat-item:nth-child(6){
      border-bottom:none;
  }

  .stat-item {
    min-height: 95px;
    padding: 0 15px;
  }

  .stat-value {
    font-size: 25px;
  }

    .stat-label {
        font-size: 11px;
    }
}




















/* =========================================
   JOURNEY / TIMELINE SECTION
========================================= */

.journey-section {
    width: 100%;
    min-height: 534px;
    /* background: #0b244d; */
    background-color: #faf7f2;
    color: #000000;
    box-sizing: border-box;
    overflow: hidden;
}

.journey-container {
  /*width: min(1248px, calc(100% - 80px));*/
  margin: 0 auto;

  padding-top: 84px;
  padding-bottom: 70px;
}


/* =========================================
   EYEBROW
========================================= */

.eyebrow {
  margin-bottom: 17px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;

  font-weight: 600;
  letter-spacing: 2.6px;

  color: rgba(255, 255, 255, 0.48);
}


/* =========================================
   MAIN TITLE
========================================= */

.journey-title {
  margin: 0;

  max-width: 650px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 53px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -1.7px;

  color: #ffffff;
}

.journey-title span {
  font-style: italic;

  background: linear-gradient(
    100deg,
    #397eff 0%,
    #6d68ff 55%,
    #8c63ff 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  color: transparent;
}


/* =========================================
   TIMELINE
========================================= */

.timeline {
  position: relative;

  display: grid;
  grid-template-columns: repeat(6, 1fr);

  margin-top: 78px;

  width: 100%;
}


/* Horizontal line */

.timeline-line {
  position: absolute;

  top: 11px;
  left: 10px;
  right: 10px;

  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(79, 126, 255, 0.75),
    rgba(102, 93, 255, 0.7)
  );
}


/* =========================================
   TIMELINE ITEM
========================================= */

.timeline-item {
  position: relative;

  padding-right: 25px;

  box-sizing: border-box;
}


/* =========================================
   DOT
========================================= */

.timeline-dot {
  position: relative;
  z-index: 2;

  width: 20px;
  height: 20px;

  margin-bottom: 32px;

  border-radius: 50%;

  background: linear-gradient(
    135deg,
    #477dff 0%,
    #7b5dff 100%
  );

  box-shadow: 0 0 0 0 rgba(90, 105, 255, 0.2);
}


/* =========================================
   YEAR
========================================= */

.timeline-year {
    margin-bottom: 13px;
    /* font-family: Georgia, "Times New Roman", serif; */
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    font-family: "Playfair Display", serif;
}


/* =========================================
   DESCRIPTION
========================================= */

.timeline-item p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(0 0 0 / 74%);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .journey-container {
    width: calc(100% - 50px);
  }

  .journey-title {
    font-size: 45px;
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 45px;
  }

  .timeline-line {
    display: none;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .journey-section {
    min-height: auto;
  }

  .journey-container {
    width: calc(100% - 40px);

    padding-top: 55px;
    padding-bottom: 55px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 2.2px;
  }

  .journey-title {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .timeline {
    display: block;

    margin-top: 55px;
  }

  .timeline-line {
    display: block;

    top: 10px;
    bottom: 10px;
    left: 9px;
    right: auto;

    width: 1px;
    height: auto;

    background: linear-gradient(
      180deg,
      #477dff,
      #765fff
    );
  }

    .timeline-item {
        min-height: 87px;
        padding-left: 45px;
        padding-right: 0;
    }

    .timeline-dot {
        position: absolute;
        top: 8%;
        left: 1.5px;
        width: 15px;
        height: 15px;
        margin: 0;
    }

  .timeline-year {
    margin-bottom: 10px;
  }

  .timeline-item p {
    font-size: 13px;
    line-height: 1.5;
  }
}