@charset "UTF-8";


body{
    background-color: #0C0C0C; 
    color: #fff; 
    font-family: "Quicksand", sans-serif; 
    letter-spacing: 1px;
    font-size: 16px; 
    font-weight: 400; 
    margin: 0px; 
    padding: 0px;
    position: relative;
}

html{scroll-behavior:smooth;}
/* html{scroll-behavior:smooth; overflow-y: overlay;} */

body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ffffff11;
}
body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ffffff33;
    cursor: pointer;
}
body::-webkit-scrollbar-thumb:hover {
    background: #ffffff55;
}

a{
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000;
}
a:hover {
    text-decoration: none !important;
}
a:focus{outline: none;}
input:focus, textarea:focus-visible{outline: none !important; box-shadow: none !important;}

header {
    transition-duration: 0.5s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 30px;
}
header.header-scroll{
    padding-top: 0px;
}
.header-block{
    display: flex;
    justify-content: space-between;
    height: 80px;
    padding: 0px 30px;
    border-radius: 40px;
    align-items: center;
    background-color: #000000aa;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #3A98EB;
    border-bottom: 1px solid #F3714B;
}
.header-right{
   display: flex; 
   height: 100%;
   align-items: center;
   /* gap: 30px; */
}
.header-menu{
    display: flex;
    align-items: center;
}
.header-menu .site-menu{
    padding-left: 0px;
}
ul.site-menu li a{
    margin-right: 30px;
}
ul.site-menu li:first-child{
    padding-left: 0px;
}
.menu-link{
    font-size: 16px;
    color: #fff;
    height: 80px;
    display: flex !important;
    align-items: center;
}
.menu-link:hover{
    color: #F3714B;
}
.menu-link i{
    font-size: 12px;
}
a.menu-sub-link{
    text-wrap: nowrap;
    border-bottom: 1px solid #efefef;
}
a.menu-sub-link:hover{
    color: #F3714B !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown{
    padding-top: 10px;
    background-color: transparent !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown ul{
    background-color: #001527aa;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff80;
    border-radius: 10px;
    padding: 0px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown ul li{
    list-style: none;
    padding: 10px 20px;
}
.menu-sub-link{
    color: #fff !important;
    border: none !important;
}
.menu-sub-link:hover{
    background-color: transparent !important;
}
.header-search{
    padding: 0px 30px;
    display: flex;
    align-items: center;
}
.header-search-btn{
    height: 44px;
    width: 44px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.header-search-btn i{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.menu-contact-btn{
    display: none !important;
}
.site-menu-toggle{color: #fff;}
.icon-close2{
    color: #fff !important;
    font-size: 16px !important;
}
.partner-btn{
    display: none !important;
    background-color: #F3714B;
    color: #fff !important;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 30px;
}
.site-mobile-menu{
    background-color: #161515;
}
.site-mobile-menu .menu-link{
    color: #fff !important;
}


.cus-btn, a.cus-btn, button.cus-btn{
    height: 44px;
    padding: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    gap: 5px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-in-out;
}

.btn-small, a.btn-small, button.btn-small{
    height: 36px;
    font-size: 14px;
}
.cus-btn i, a.cus-btn i, button.cus-btn i{
    transition: all 0.3s ease-in-out;
}
.cus-btn:hover i, a.cus-btn:hover i, button.cus-btn:hover i{
    transform: translateX(5px);
}
.btn-blue, a.btn-blue, button.btn-blue{
    background-color: #2B76B8;
    color: #fff !important;
}
.btn-white, a.btn-white, button.btn-white{
    background-color: #fff;
    color: #003862 !important;
}
.border-white, a.border-white, button.border-white{
    border: 1px solid #fff;
    color: #fff;
}
.border-orange, a.border-orang, button.border-orange{
    border: 1px solid #F3714B;
    color: #F3714B;
    background-color: transparent;
}
.border-orange:hover, a.border-orange:hover, button.border-orange:hover{
    color: #FFF;
    background-color: #F3714B;
}
.btn-orange, a.btn-orange, button.btn-orange{
    background-color: #F3714B;
    color: #fff;
    /* background: linear-gradient(-90deg, #3C72FC, #FB724A, #FB724A, #3C72FC) no-repeat; */
    background-size: 300%;
    background-position: left center;
    transition: all 0.3s ease-in-out;
}
.btn-orange:hover, a.btn-orange:hover, button.btn-orange:hover{
    background-position: right center;
}
.heading-block{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Quicksand", sans-serif; 
}
.heading-block h2{
    font-weight: 500;
    font-size: 46px;
    line-height: 3rem;
    margin: 0px;
}
.heading-center{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.heading-light h2{
    color: #fff;
}
.heading-dark h2{
    color: #0E2A46;
}
.heading-block h2 span{
    font-style: italic;
    font-family: "Arsenal", sans-serif;
}


.banner-section{
    position: relative;
    background-color: #001527;
}

.banner-wrapper{
    position: relative;
    z-index: 1;
    height: 100%;
}
.banner-wrapper .container{
    height: 100%;
}
.banner-slider .owl-dots{
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 50px;
    right: 10%;
}
.banner-slider .owl-dots::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.banner-slider .owl-dot{
    display: flex;
    aspect-ratio: 1;
}
.banner-slider .owl-dot button{
    height: 12px;
    position: relative;
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border: none;
}
.banner-slider .owl-dot.active button{
    height: 14px;
    width: 14px;
    background-color: #F3714B;
    box-shadow: 0px 0px 10px #fff;
}
.banner-slider .owl-dot button span{
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    font-size: 12px;
    transform: translate(-50% , -115%);
}
.banner-slider .owl-dot.active button span{
    font-weight: 600;
    font-size: 14px;
}
.banner-item{
    min-height: 100vh;
    position: relative;
    padding-top: 150px;
    padding-bottom: 7%;
    display: flex;
    align-items: flex-end;
}
.banner-arrow-top{
    position: absolute;
    top: 5%;
    left: -100%;
    z-index: 1;
    transition: all 0.7s ease-in-out;
    opacity: 0;
}
.banner-arrow-top img{
    position: relative;
}
.banner-arrow-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% , -50%);
    height: 300%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: radial-gradient(#FF683D33, transparent);
    filter: blur(10px);
}
.banner-arrow-big{
    position: absolute;
    bottom: -100%;
    right: 0;
    z-index: 1;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.banner-arrow-big:hover{
    transform: translateY(-20px);
}
.banner-slider .owl-item.active .banner-arrow-top{
    opacity: 1;
    left: 0;
}
.banner-slider .owl-item.active .banner-arrow-big{
    opacity: 1;
    bottom: 12%;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-block{
    height: 100%;
    display: flex;
}
.banner-content-block{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    padding: 50px 0px;
    height: 100%;
}
.banner-content{
    gap: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    /* transform: translateY(100px);
    opacity: 0; */
    position: relative;
    z-index: 1;
    transition: all 2s ease-in-out;
    width: 100%;
    max-width: 650px;
}
.banner-content h1{
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 2px 5px #00000099;
    margin-top: 0px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease-in-out;
    text-shadow: 0px 0px 10px #000;
}
.banner-animation .banner-content h1{
    transform: translateY(0);
    opacity: 1;
}
.banner-content h1 span{
    font-style: italic;
}
.banner-animation .banner-content h5{
    font-family: "Arsenal", sans-serif;
    font-size: 30px;
    font-style: italic;
}
.banner-animation .banner-content h5 span{
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    font-weight: 600;
}
.banner-animation .banner-content h6{
    font-size: 20px;
}
.banner-animation .banner-content h6 b{
    font-style: normal;
    font-weight: 700;
    color: #F3714B;
}
.banner-li{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.banner-li-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-li-icon{
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-li-icon img{
    width: 100%;
}
.banner-li-item p{
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}
.banner-li-item p span{
    color: #F3714B;
    font-size: 20px;
    font-weight: 700;
}
/* .banner-li2 .banner-li-item p{
    font-size: 20px;
}
.banner-li2 .banner-li-item p span{
    color: #F3714B;
    font-weight: 700;
    font-size: 20px;
} */
.banner-cta{
    display: none;
}


.banner-btn{
    display: flex;
    gap: 20px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.banner-animation .banner-content .banner-btn{
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}
.banner-img-block{
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}
.banner-img1{
    position: relative;
    width: 50%;
    transform: translateY(100%);
    opacity: 0;
    transition-duration: var(--duration);
    display: none;
}
.banner-animation .banner-img1{
    transform: translateY(0);
    opacity: 1;
}
.banner-img1 img{
    filter: drop-shadow(-7px 4px 12px #00000026);
}
.banner-img2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    opacity: 0;
    transition-duration: var(--duration);
    transition-delay: var(--delay);
    width: 30%;
    display: none;
}
.banner-animation .banner-img2{
    transform: translateY(0);
    opacity: 1;
}
.banner-img3{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100%);
    opacity: 0;
    transition-duration: var(--duration);
    transition-delay: var(--delay);
    width: 30%;
    display: none;
}
.banner-animation .banner-img3{
    transform: translateY(0);
    opacity: 1;
}
.banner-img3 img{
    filter: drop-shadow(-5px 4px 31px #00000026);
}





.count-section{
    background-color: #fff;
}
.count-wrapper{
    position: relative;
    width: 100%;
    z-index: 2;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(70px);
}
.count-block{
    border-radius: 20px;
    background-color: #001120ec;
    border: 1px solid #F3F7FE80;
    transition: all 2s ease-in-out;
    backdrop-filter: blur(5px);
    flex-grow: 1;
    max-width: 950px;
}
.count-block ul{
    display: flex;
    justify-content: space-evenly;
    padding: 0px;
}
.count-block ul li{
    list-style: none;
    display: flex;
    flex-direction: column;
    color: #000;
    align-items: flex-start;
}
.count-icon{
    margin-bottom: 10px;
}
.count-block .count{
    font-size: 3rem;
    font-family: "Barlow Condensed", sans-serif;
    color: #3A98EB;
    font-weight: 600;
}
.count-block .count::after {
    content: attr(data-after);
    display: inline-block;
}
.count-info{
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}
.award-section{
    padding: 80px 0px;
    position: relative;
    background-image: url(../images/body-bg.WEBP);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.award-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.award-title p{
    font-size: 18px;
    margin: 0px;
}
.award-slider{
    display: flex;
    gap: 20px;
}
.award-slider.owl-carousel.off {
    display: flex;
}
.award-slider .owl-stage-outer{
    width: 100%;
    margin-bottom: 20px;
}
.award-slider .owl-dots{
    background-color: #ffffff1a;
    display: flex;
    height: 4px;
    flex-grow: 1;
}
.award-slider .owl-dot{
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.award-slider .owl-dot.active{
    background-color: #fff !important;
}
.award-slider .owl-nav{
    padding-right: 20px;
    display: flex;
    gap: 10px;
}
.award-slider .owl-prev, .award-slider .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F3714B !important;
}
.award-slider .owl-prev.disabled, .teawardsti-slider .owl-next.disabled{
    background-color: #2B76B866 !important;
    color: #7C3219 !important;
}
.award-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 33.3%;
}
.award-item h6{
    text-align: center;
    font-weight: 500;
}
.award-img-block{
    width: 100%;
    aspect-ratio: 1/1.5;
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.award-img-block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #FF683D, transparent);
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.award-img-block:hover::before{
    transform: translateY(50%);
}
.award-img{
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.award-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 60%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(to top, #FF683D, transparent);
    opacity: 0.3;
    z-index: 0;
}
.award-img-block:hover .award-img::after{
    bottom: 0;
}
.award-img img{
    width: auto !important;
    max-width: 100%;
    max-height: 100%;    
    position: relative;
    z-index: 1;
}
.scale-section{
    padding: 80px 0px;
    position: relative;
    background-color: #161515;
}
.scale-arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
}
.scale-arrow:hover{
    transform: translateY(30px);
}
.scale-wrapper{
    overflow: hidden;
}
.scale-title{
    margin-bottom: 30px;
}
.scale-title p{
    font-size: 18px;
}
.scale-item{
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #F3F3F466;
    overflow: hidden;
    align-items: center;
    position: relative;
    transition: all 1s ease-in-out;
    transform: translateX(-200%);
    opacity: 0;
}
.scrollin .scale-item{
    transform: translateX(0);
    opacity: 1;
    transition-delay: var(--delay);
}
.scale-item1{
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #F3F3F466;
    overflow: hidden;
    align-items: center;
    position: relative;
    transition: all 0.5s ease-in-out;
    transform: translateX(200%);
    opacity: 0;
}
.scrollin .scale-item1{
    transform: translateX(0);
    opacity: 1;
    transition-delay: var(--delay);
}
.scale-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-30deg, transparent, #FF683D66);
    height: 100%;
    width: 0px;
    transition: all 0.3s ease-in-out;
}
.scale-item:hover::before{
    width: 100%;
}
.scale-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FF683D;
    height: 1px;
    width: 0px;
    transition: all 0.5s ease-in-out;
}
.scale-item:hover::after{
    width: 100%;
}
.scale-icon{
    position: relative;
    background-color: #ffffff22;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scale-icon img{
    width: 100%;
}
.scale-data{
    position: relative;
    width: calc(100% - 60%);
    padding-left: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.scale-data h6{
    font-size: 20px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
.scale-data p{
    margin: 0px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out;
    height: 0px;
}
.scale-item:hover p{
    display: block;
    opacity: 1;
    transform: translateY(0);
    height: auto;
    color: #ccc;
}
.scale-img-block{
    display: flex;
    height: 100%;
}
.scale-img{
    overflow: hidden;
    border: 2px solid #F3714B;
    border-radius: 24px;
    max-height: 100%;
}
.scale-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.scale-img:hover img{
    transform: scale(1.1);
}
.scale-img1{
    overflow: hidden;
    border: 2px solid #F3714B;
    border-radius: 24px;
    transition: all 0.5s ease-in-out;
}
.scale-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.scale-img1:hover{
    box-shadow: 0px 0px 15px #F3714B;
}
.workforce-section{
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}




.ceo-section{
    position: relative;
    padding: 0px;
}
.ceo-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 30px 0px;
    justify-content: flex-start;
}
.ceo-block{
    width: 100%;
    max-width: 500px;
    background-image: linear-gradient(-30deg, #282828a3, #4D4D4Da3);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ffffff80;
    overflow: hidden;
}
.ceo-title{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.ceo-vdo-btn{
    background-color: #fff;
    z-index: 2;
    color: #000;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 14px;
    cursor: pointer;
}
.ceo-vdo-btn i{
    font-size: 18px;
}
.ceo-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:20px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 2s ease-in-out;
}
.scrollin .ceo-content{
    transform: translateY(0);
    opacity: 1;
}
.ceo-tag{
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

}
.ceo-msg{
    font-size: 18px;
    color: #fff;
}
.ceo-detail h6{
    color: #fff;
    font-weight: 600;
    margin: 0px;
    font-size: 20px;
}
.ceo-pop{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 50px;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.ceo-pop.active{
    display: flex;
}
.ceo-pop-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 0;
    opacity: 0.9;
}
.ceo-pop-block{
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 400px;
    max-width: 700px;
}
.ceo-pop-close{
    position: absolute;
    top: 0;
    right: -25px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
.ceo-pop-block iframe{
    height: 100%;
    width: 100% !important;
}
body.body-scroll{
    overflow: hidden;
}
.audience-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #110400;
}
.audience-arrow{
    position: absolute;
    top: 30px;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.audience-arrow:hover{
    transform: translateY(-20px);
}
.audience-wrapper{
    position: relative;
}
.audience-list{
    padding-top: 30px;
}
.audience-item-block{
    transition: all 1s ease-in-out;
    perspective: 1000px;
    opacity: 0;
    transform: translateY(100%);
}
.scrollin .audience-item-block{
    transform: translateY(0);
    opacity: 1;
    transition-delay: var(--delay);
}
.audience-item{
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    border: 1px solid #F3714B55;
}
.audience-item:hover{
    border: 1px solid #F3714B;
}
.audience-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.3;
}
.audience-item1{
    transform: rotateY(20deg);
}
.audience-item-block:hover .audience-item1{
    transform: rotateY(0deg);
}
.audience-item3{
    transform: rotateY(-20deg);
}
.audience-item-block:hover .audience-item3{
    transform: rotateY(0deg);
}

.audience-item-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.audience-item-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.audience-content{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    align-items: flex-start;
    padding: 20px;
}

.audience-content::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 500px;
    width: 500px;
    transition: all 0.7s ease-in-out;
    background-image: radial-gradient(#000, transparent);
    border-radius: 50%;
    filter: blur(10px);
    transform: translate(-50% , 50%);
    z-index: 0;
}
.audience-content h5{
    position: relative;
    color: #fff;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    z-index: 1;
}
.audience-content p{
    position: relative;
    color: #ccc;
    margin: 0px;
    font-size: 16px;
    z-index: 1;
}
.audience-content a{
    position: relative;
    z-index: 1;
}
.audience-icon{
    position: relative;
    z-index: 1;
    display: none;
}
.audience-link i{
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
.audience-item:hover .audience-link i{
    transform: rotate(0) translate(0);
}


.built-section{
    position: relative;
    padding: 80px 0px;
    background-color: #000916;
}
.built-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.built-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.built-wrapper{
    position: relative;
    z-index: 1;
}
.built-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.built-card{
    border: 1px solid #F3F7FE80;
    background-image: linear-gradient(-30deg, #282828a3, #4D4D4Da3);
    backdrop-filter: blur(6px);
    box-shadow: 0px 20px 40px #0000001a;
    padding: 20px;
    border-radius: 20px;
    position: sticky;
    top: 150px;
}
.built-big-list{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.built-big-item{
    display: flex;
    align-items: center;
    gap: 10px;
    /* border: 1px solid #F3F7FE80; */
    /* background-image: linear-gradient(-30deg, #2828284a, #4D4D4D36);
    backdrop-filter: blur(6px);
    box-shadow: 0px 20px 40px #0000001a; */
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    width: 100%;
    font-size: 16px;
}
/* .built-big-item:hover{
    border: 1px solid #1576D4;
} */
.built-big-icon img{
    height: 25px;
}
.built-report-block img{
    width: 100%;
}
.built-img-wrapper{
    position: sticky;
    top: 150px;
}
.built-img-block{
}
.built-img1{
    position: absolute;
    right: 0;
    bottom: -10%;
    z-index: 1;
    width: 80%;
    max-width: 400px;
}
.built-img1 img{
    transition: all 0.5s ease-in-out;
}
.built-img1:hover img{
    transform: scale(1.03);
}
.built-img2{
    width: 60%;
    position: relative;
}
.built-img2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #1576D4, #F3714B);
    border-radius: 10px;
    z-index: 0;
}
.built-img2 img{
    position: relative;
    transition: all 0.5s ease-in-out;
}
.built-img2:hover img{
    transform: scale(1.03);
}
.road-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}
.road-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.road-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.road-wrapper{
    position: relative;
}
.road-title{
    margin-bottom: 50px;
}
.road-title p{
    color: #F3F3F4;
    text-align: center;
    font-size: 18px;
}
.road-list{
    display: flex;
    gap: 20px;
}
.road-item{
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 20px;
    transform: translateY(200%);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.scrollin .road-item{
    transform: translateY(0);
    opacity: 1;
    transition-delay: var(--delay);

}
.road-icon{
    position: relative;
    width: 100%;
    max-width: 200px;
}
.road-arrow{
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateX(50%);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.scrollin .road-arrow{
    opacity: 1;
    transition-delay: var(--delay);
}
.arrow-bottom{
    top: auto;
    bottom: 0;
}
.road-icon-bg img{
    width: 100%;
}
.road-icon-main{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.road-icon-main img{
    width: 37%;
}
.road-item h6{
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.elevate-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}
.elevate-bg{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
}
.elevate-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.elevate-wrapper{
    position: relative;
    z-index: 1;
}
.elevate-content{
    transform: translateY(200%);
    opacity: 0;
    transition: all 1.5s ease-in-out;
}
.scrollin .elevate-content{
    transform: translateY(0);
    opacity: 1;
}
.elevate-title p{
    font-size: 18px;
    color: #CCCCCD;
}
.elevate-list{
    border-bottom: 1px dashed#C1C4CC;
    margin-bottom: 30px;
    padding-top: 20px;
}
.elevate-slider{
    background-color: #fff;
    border-radius: 50%;
}
.elevate-slider .owl-stage-outer{
    border-radius: 50%;
}
.elevate-slider-item{
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15%;
}
.elevate-slider-item img{

}
.elevate-item{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.elevate-icon{
    width: 30px;
    display: flex;
    align-items: center;
}
.elevate-icon img{
    width: 100%;
}
.elevate-item p{
    margin: 0px;
    padding-left: 20px;
    width: calc(100% - 30px);
}
.elevate-img-block{
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.elevate-img1{
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 1;
    width: 50%;
}
.elevate-img2{
    position: relative;
    width: 70%;
    z-index: 0;
}
.elevate-img2 img{
    position: relative;
    z-index: 1;
}
.elevate-img2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    height: 100%;
    width: 100%;
    background-color: #F5988680;
    border-radius: 30px;
    z-index: 0;
}
.elevate-img2::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -30px;
    height: 50%;
    width: 80%;
    background-color: #3A98EB80;
    border-radius: 30px;
    z-index: 0;
}
.elevate-img-tag{
    position: absolute;
    right: -30px;
    bottom: 35%;
    z-index: 2;
    background-color: #3A98EB80;
    backdrop-filter: blur(3px);
    padding: 10px 15px;
    border: 1px dashed #fff;
    border-radius: 10px;
    animation: elevate-tag infinite 5s;
    display: flex;
    gap: 10px;
    box-shadow: 0px 10px 15px #0000001a;
}
@keyframes elevate-tag{
    0%{transform: translateY(0px);}
    50%{transform: translateY(-20px) ;}
    100%{transform: translateY(0px);}
}
.elevate-img-tag p{
    margin: 0px;
}

.partner-section{
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    background-color: #161515;
}
.partner-slider-block{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.partner-slider-block::before{
    content: "";
    position:absolute;
    top: -1px;
    left: -1px;
    background-image: linear-gradient(to right, #161515, transparent);
    width: 150px;
    height: 102%;
    z-index: 9;
}
.partner-slider-block::after{
    content: "";
    position:absolute;
    top: -1px;
    right: -1px;
    background-image: linear-gradient(to right, transparent, #161515);
    width: 150px;
    height: 102%;
    z-index: 9;
}


.partner-item{
    background-color: #fff;
    height: 90px;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-item img{
    width: auto !important;
    height: 100%;
    max-width: 100%;
}


.outcome-section{
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}
.outcome-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.outcome-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.outcome-wrapper{
    position: relative;
}
.outcome-title{
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.outcome-title p{
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
}
.outcome-img-section{
    height: 100%;
    transition: all 0.7s ease-in-out;
    transform: translateX(-200%);
    transition-delay: 0.5s;
}
.scrollin .outcome-img-section{
    transform: translateX(0);
}
.outcome-img-block{
    position: relative;
    padding: 0px 0px 20px 20px;
}
.outcome-img1{
    width: 70%;
    position: relative;
}
.outcome-img1 img{
    position: relative;
    z-index: 1;
}
.outcome-img1::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    height: 100%;
    width: 100%;
    background-color: #F5988680;
    border-radius: 30px;
    z-index: 0;
}
.outcome-img1::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -30px;
    height: 50%;
    width: 80%;
    background-color: #3A98EB80;
    border-radius: 30px;
    z-index: 0;
}
.outcome-img2{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 3;
}
.outcome-heading{
    font-family: "Barlow Condensed", sans-serif;
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 500;
    transform: translateX(300%);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.scrollin .outcome-heading{
    transform: translateX(0);
    opacity: 1;
    transition-delay: var(--delay);
}
.outcome-item{
    transform: translateX(300%);
    opacity: 0;
    transition: all 1s ease-in-out;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}
.scrollin .outcome-item{
    transform: translateX(0);
    opacity: 1;
    transition-delay: var(--delay);
}
.outcome-iton img{
    max-width: 100%;
}
.outcome-item h6{
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
}
.outcome-item p{
    color: #606063;
    margin: 0px;
    font-size: 18px;
}
.scrollin .outcome-item{
    transform: translateX(0);
    opacity: 1;
    transition-delay: var(--delay);
}
.outcome-iton{
    margin-bottom: 10px;
}
.outcome-iton img{
    max-width: 100%;
}
.outcome-item h6{
    font-weight: 700;
    font-size: 18px;
}
.outcome-item p{
    color: #CCCCCD;
}
.impact-section{
    position: relative;
    padding: 80px 0px;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.impact-arrow{
    position: absolute;
    top: 40%;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.impact-arrow:hover{
    transform: translateY(-20px);
}
.impact-wrapper{
    position: relative;
}
.impact-title{
    margin-bottom: 50px;
}
.impact-title p{
    max-width: 750px;
}
.impact-item{
    background-color: #323234;
    border-radius: 12px;
    border: 1px solid #F3714B80;
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
}
.impact-item:hover{
    border: 1px solid #F3714B;
}
.impact-img{
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.5/1;
}
.impact-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.impact-item:hover .impact-img img{
    transform: scale(1.02);
}
.impact-detail{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    gap: 15px;
}
.impact-detail h5{
    font-weight: 600;
    margin: 0px;
}
.impact-detail h6{
    flex-grow: 1;
    margin: 0px;
    font-size: 18px;
    color: #DADADB;
}
.impact-pop{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 30px;
    width: 100%;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.impact-pop.active{
    display: flex;
}
.impact-pop-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.8;
}
.impact-pop-block{
    background-color: #323234;
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    gap: 10px;
}
.impact-pop-close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.impact-pop-close:hover{
    opacity: 1;
}
.impact-pop-block h5{
    font-weight: 600;
    font-size: 22px;
}
.impact-pop-block h6{
    font-weight: 600;
    font-size: 18px;
    color: #ccc;
}
.impact-pop-detail p{
    color: #ccc;
    margin-bottom: 10px;
}
.impact-pop-detail{
    flex-grow: 1;
    overflow-y: auto;
}
.impact-pop-detail::-webkit-scrollbar {
    width: 6px;
}
.impact-pop-detail::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #ffffff11;
}
.impact-pop-detail::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #ffffff33;
    cursor: pointer;
}
.impact-pop-detail::-webkit-scrollbar-thumb:hover {
    background: #ffffff55;
}



.case-section{
    position: relative;
    padding: 80px 0px;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.case-arrow{
    position: absolute;
    top: 40%;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.case-arrow:hover{
    transform: translateY(-20px);
}
.case-wrapper{
    position: relative;
}
.case-title{
    margin-bottom: 50px;
}
.case-title p{
    max-width: 750px;
}
.case-item{
    perspective: 1000px;
    height: 100%;
}
.case-inner{
    transition: transform 0.8s;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
}
.case-item:hover .case-inner {
    transform: rotateY(-180deg);
}
.case-front{
    background-color: #323234;
    border-radius: 12px;
    border: 1px solid #F3714B80;
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.case-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323234;
    border-radius: 12px;
    padding: 1rem 0rem 1rem 1rem;
    border: 1px solid #F3714B80;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(-180deg);
    display: flex;
    flex-direction: column;
}
.case-back-detail{
    overflow-y: auto;
    flex-grow: 1;
}
.case-back-detail::-webkit-scrollbar {
  width: 6px;
}
.case-back-detail::-webkit-scrollbar-track {
  background: #ffffff11;
}
.case-back-detail::-webkit-scrollbar-thumb {
  background: #ffffff33;
}
.case-back-detail::-webkit-scrollbar-thumb:hover {
  background: #ffffff55;
}
.case-img{
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.5/1;
    box-shadow: 5px 5px 10px #00000099;
}
.case-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.case-detail{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    gap: 15px;
}
.case-detail h5{
    font-weight: 600;
    margin: 0px;
}
.case-detail h6{
    flex-grow: 1;
    margin: 0px;
    font-size: 18px;
    color: #DADADB;
}
.case-back-detail{
    padding-right: 1rem;
}
.case-back h5{
    padding-right: 1rem;
    font-weight: 600;
    font-size: 22px;
}
.case-back h6{
    padding-right: 1rem;
    font-weight: 600;
    font-size: 18px;
    color: #ccc;
}
.case-back-detail p{
    color: #ccc;
    margin-bottom: 10px;
}
.case-slider .owl-stage{
    display: flex;
}
.case-slider .item{
    height: 100%;
}
.case-slider-item {
    background-color: #323234;
    border-radius: 12px;
    border: 1px solid #F3714B80;
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.case-slider-img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.5 / 1;
    box-shadow: 5px 5px 10px #00000099;
}
.case-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.case-slider-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    flex-grow: 1;
    gap: 10px;
}
.case-slider-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.case-slider-content.hideContent .case-content-block{
    height: 0px;
    overflow: hidden;
}
.case-slider-content .case-more{
    display: none;
}
.case-slider-content.hideContent .case-more{
    display: flex;
}
.case-slider-content.hideContent .case-less{
    display: none;
}
.case-slider-content p {
    color: #ccc;
    margin-bottom: 10px;
    font-size: 14px;
}
.case-more{
    text-transform: uppercase;
}
.case-slider{
    display: none !important;
    flex-wrap: wrap;
    align-items: center;
}
.case-slider .owl-stage-outer{
    width: 100%;
    margin-bottom: 20px;
}
.case-slider .owl-dots{
    background-color: #ffffff1a;
    display: flex;
    height: 4px;
    flex-grow: 1;
}
.case-slider .owl-dot{
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.case-slider .owl-dot.active{
    background-color: #fff !important;
}
.case-slider .owl-nav{
    padding-right: 20px;
    display: flex;
    gap: 10px;
}
.case-slider .owl-prev, .case-slider .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F3714B !important;
}

.testi-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #161515;
}
.testi-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.testi-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover ;
}
.testi-wrapper{
    position: relative;
    z-index: 1;
}
.testi-icon1{
    position: absolute;
    top: 0;
    left: 50px;
}
.testi-icon2{
    position: absolute;
    top: 0;
    right: 60px;
}
.testi-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transform: translateX(-200%);
    transition: all 1s ease-in-out;
}
.scrollin .testi-content{
    opacity: 1;
    transform: translateX(0);
}
.testi-content h5{
    font-family: "Barlow Condensed", sans-serif;
}
.testi-content p{
    color: #CCCCCD;
    font-size: 18px;
}
.testi-slider{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.testi-slider .owl-stage-outer{
    width: 100%;
    margin-bottom: 20px;
}
.testi-slider .owl-stage{
    display: flex;
}
.testi-slider .item{
    height: 100%;
    padding: 50px 3px 3px 3px;
}
.testi-item{
    /* border: 1px solid #F3F7FE; */
    padding: 1px;
    height: 100%;
    position: relative;
    border-radius: 10px;
    background-image: linear-gradient(135deg, #FF683D, #FF683D11);
}
.testi-item:hover{
    background-image: linear-gradient(90deg, #FF683D, #FF683D11);
}
.testi-item-block{
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
    height: 100%;
    background-color: #161515;
    position: relative;
    display: flex;
    flex-direction: column;
}
.testi-img{
    max-width: 100px;
    /* margin-top: -50px; */
    transform: translateY(-50%);
    border: 2px solid #F3714B;
    border-radius: 50%;
    overflow: hidden;
}
.testi-rating{
    color: #f4c65b;
    margin-bottom: 20px;
}
.test-msg{
    color: #ffffffa6;
    margin-bottom: 20px;
    flex-grow: 1;
}
.test-msg p {
  /* line-clamp: 9;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  font-size: .875rem;
}
.testi-vdo{
    flex-grow: 1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.testi-vdo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testi-vdo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    color: #000;
}
.testi-user h6{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.testi-user p{
    margin: 0px;
    color: #ffffffa6;
    font-size: 14px;
}
.testi-slider .owl-dots{
    background-color: #ffffff1a;
    display: flex;
    height: 4px;
    flex-grow: 1;
}
.testi-slider .owl-dot{
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.testi-slider .owl-dot.active{
    background-color: #fff !important;
}
.testi-slider .owl-nav{
    padding-right: 20px;
    display: flex;
    gap: 10px;
}
.testi-slider .owl-prev, .testi-slider .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F3714B !important;
}
.testi-slider .owl-prev.disabled, .testi-slider .owl-next.disabled{
    background-color: #2B76B866 !important;
    color: #7C3219 !important;
}
.testi-slider1{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.testi-slider1 .owl-stage-outer{
    width: 100%;
    margin-bottom: 20px;
}
.testi-slider1 .owl-stage{
    display: flex;
}
.testi-slider1 .item{
    height: 100%;
    padding: 50px 3px 3px 3px;
}
.testi-slider1 .owl-dots{
    background-color: #ffffff1a;
    display: flex;
    height: 4px;
    flex-grow: 1;
}
.testi-slider1 .owl-dot{
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.testi-slider1 .owl-dot.active{
    background-color: #fff !important;
}
.testi-slider1 .owl-nav{
    padding-right: 20px;
    display: flex;
    gap: 10px;
}
.testi-slider1 .owl-prev, .testi-slider1 .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F3714B !important;
}
.testi-slider1 .owl-prev.disabled, .testi-slider1 .owl-next.disabled{
    background-color: #2B76B866 !important;
    color: #7C3219 !important;
}
.testi-tab{
    width: 100%;
}
.testi-tab .nav-tabs{
    flex-direction: column;
    border: none;
    gap: 10px;
}
.testi-tab .nav-link{
    display: flex;
    width: 100%;
    border-radius: 0px;
    background-color: #ffffff22;
    color: #fff;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 5px;
}
.testi-tab .nav-link.active{
    background-color: #F3714B;
    color: #fff;
}
.testi-tab-arrow{
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.testi-tab .nav-link.active .testi-tab-arrow{
    transform: translateX(0);
    opacity: 1;
}


.chancellor-section{
    position: relative;
    overflow: hidden;
}
.chancellor-section::after{
    content: "";
    position: absolute;
    background-image: linear-gradient(to top, #000, transparent);
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.chancellor-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.chancellor-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.chancellor-wrapper{
    position: relative;
}
.chancellor-img{
    /* filter: grayscale(1); */
    transform: translateX(-200%);
    opacity: 0;
    transition: all 1s ease-in-out;
    max-width: 750px;
}
.chancellor-img img{
    transition: all 0.3s ease-in-out;
    filter: grayscale(1);
}
.chancellor-img img:hover{
    filter: grayscale(0);
}
.scrollin .chancellor-img{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.7s;
}
.chancellor-content{
    padding: 60px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transform: translateY(200%);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.scrollin .chancellor-content{
    transform: translateY(0);
    opacity: 1;

}
.chancellor-msg{
    font-family: "Barlow Condensed", sans-serif;
    font-size: 36px;
    margin: 20px 0px;
    line-height: 44px;
}
.chancellor-details h4{
    color: #3A98EB;
    font-weight: 700;
    margin-bottom: 0px;
}
.news-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.news-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.news-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 0;
}
.news-arrow:hover{
    transform: translateY(-55%);
}
.news-wrapper{
    position: relative;
    z-index: 1;
}
.news-list{
    height: 100%;
}
.news-card-large{
    display: flex;
    flex-direction: column;
    border: 1px solid #F3714B;
    border-radius: 20px;
    overflow: hidden;
    /* background-image: linear-gradient(-30deg, #2828284a, #4D4D4D36); */
    background-color: #ffffff22;
    backdrop-filter: blur(6px);
    height: 100%;
    transition: all 1s ease-in-out;
    transform: translateY(200%);
    opacity: 0;
}
.scrollin .news-card-large{
    transform: translateY(0);
    opacity: 1;
}
.news-card-large:hover .news-card-img img{
    transform: scale(1.02);
}
.news-card-img{
    overflow: hidden;
}
.news-card-img img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.news-card{
    display: flex;
    border: 1px solid #F3714B;
    border-radius: 20px;
    overflow: hidden;
    /* background-image: linear-gradient(-30deg, #2828284a, #4D4D4D36); */
    background-color: #ffffff22;
    backdrop-filter: blur(6px);
    height: 100%;
    flex-grow: 1;
    transition: all 1s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
}
.scrollin .news-card{
    transform: translateY(0);
    opacity: 1;
    transition-delay: var(--delay);
}

.news-card .news-card-img{
    width: 35%;
    overflow: hidden;
}
.news-card .news-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.news-card:hover .news-card-img img{
    transform: scale(1.1);
}
.news-card-detail{
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 65%;
}
.news-card-large .news-card-detail{
    width: 100%;
}
.news-card-info{
    display: flex;
    color: #8F939B;
    font-size: 11px;
    gap: 20px;
    align-items: center;
}
.news-card-date{
    display: flex;
    align-items: center;
    gap: 5px;
}
.news-card-date-icon{
    display: flex;
}
.news-card-user{
    display: flex;
    align-items: center;
    gap: 5px;
}
a.news-card-link{
    color: #fff;
    font-size: 15px;
}
.news-list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.faq-section{
    padding: 80px 0px;
    position: relative;
    background-color: #161515;
}
.faq-title-block{
    position: sticky;
    top: 100px;
}
.faq-title{
    font-size: 160px;
    font-weight: bold;
}
.faq-arrow{
    transition: all 0.5s ease-in-out;
}
.faq-title-block:hover .faq-arrow{
    transform: translate(20px , -20px);
}
.faq-list .accordion-item{
    border: 1px solid #C1C1C1a3;
    background-color: #ffffff05;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.faq-list .accordion-item:hover{
    background-color: #ffffff11;
}
.faq-list .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.accordion-button-count{
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    background-color: #FB724A;
    padding: 3px 5px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.faq-list .accordion-button.collapsed .accordion-button-count{
    background-color: #0D0D0D;
}

.faq-list .accordion-button::after{
    display: none;
}
.accordion-button-icon{
    height: 16px;
    width: 16px;
    position: relative;
}
.accordion-button-title{
    width: calc(100% - 24px);
    padding-right: 20px;
}
.faq-list .accordion-button .accordion-button-icon{
    background-color: #FB724A;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #FB724A;
}
.faq-list .accordion-button.collapsed .accordion-button-icon{
    background-color: #0D0D0D;
    border: 1px solid #ffffff85;
}
.faq-list .accordion-button.collapsed .accordion-button-icon .fa-minus{
    display: none;
}
.faq-list .accordion-button.collapsed .accordion-button-icon .fa-plus{
    display: block;
}
.faq-list .accordion-button .accordion-button-icon .fa-minus{
    display: block;
}
.faq-list .accordion-button .accordion-button-icon .fa-plus{
    display: none;
}






footer{
    color: #fff;
    position: relative;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
footer::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 50%);
    height: 100%;
    width: 70%;
    border-radius: 50%;
    /* background-color: #F3714B; */
    background-image: radial-gradient(#F3714B40 , #F3714B00);
    filter: blur(100px);
    z-index: 0;
}
.footer-big{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.footer-big:hover{
    transform: translateY(-20px);
}
.footer-small{
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.footer-small:hover{
    transform: translateY(-20px);
}
.footer-wrapper{
    position: relative;
    z-index: 1;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}
.footer-logo{
    display: flex;
    gap: 20px;
}
.footer-logo span{
    width: 1px;
    background-color: #ffffff4d;
}
.footer-logo img{
    height: 50px;
}
.footer-social{
    display: flex;
    gap: 30px;
    align-items: center;
}
.footer-social a{
    color: #F3714B;
    background-color: #fff;
    border: 1px solid #F3714B;
    height: 40px;
    width: 40px;
    border: 1px solid #ffffff40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social a:hover{
    background-color: #F3714B;
    color: #fff;
}
.footer-mid{
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    padding: 30px 0px;
}
.footer-gptw img{
    max-width: 60px;
}
.footer-subscribe{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.footer-subscribe h5{
    font-weight: 600;
}
.footer-subscribe-input{
    position: relative;
    width: 100%;
}
.footer-subscribe-input input{
    height: 44px;
    width: 100%;
    background-color: #F8F8F817;
    border: none;
    padding: 0px 20px;
    border-radius: 5px;
    color: #fff;
    border:1px solid transparent;
}
.footer-subscribe-input input:focus{
    border:1px solid #003862 ;
}
.footer-subscribe-input button{
    background-color: #FB724A;
    border-radius: 5px;
    color: #fff;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
}
.footer-menu-block{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.footer-menu{
    border-left: 1px solid #F3714B;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}
.footer-menu a{
    color: #ffffff80;
    transition: all 0.3s ease-in-out;
}
.footer-menu a:hover{
    color: #ffffff;
}
.footer-contact{
    margin-bottom: 20px;
}
.footer-contact-item{
    display: flex;
    margin-bottom: 10px;
}
.footer-contact-icon{
    width: 30px;
}
.footer-contact-detail{
    width: calc(100% - 30px);
    padding-left: 5px;
}
.footer-contact-detail h6{
    font-weight: 700;
    margin-bottom: 5px;
}
.footer-contact-detail p, .footer-contact-detail a{
    color: #ffffff80;
    font-size: 14px;
    margin: 0px;
    text-decoration: underline !important;
    color: #F3714Baa;
}
.footer-contact-detail a:hover{
    color: #F3714B;
}
.footer-map iframe{
    width: 100%;
    /* height: 100%; */
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    font-size: 14px;
}
.footer-bottom-link{
    display: flex;
    align-items: center;
    gap:40px;
}
.footer-bottom-link a{
    color: #fff;
    font-size: 14px;
}
.footer-bottom-link a:hover{
    color: #F3714B;
}

/* Career page start */
.cbanner-section{
    position: relative;
    padding-top: 130px;
    height: 100vh;
    overflow: hidden;
}
.cbanner-slider-block{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.cbanner-slider-block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #F3714B33, #00000022, #00000022);
    z-index: 9;
}
.cbanner-slider-item{
    height: 100vh;
    width: 100%;
    background-color: #0C0C0C;
}
.cbanner-slider-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.cbanner-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.cbanner-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cbanner-arrow-top{
    position: absolute;
    top: 5%;
    left: 0%;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.7s ease-in-out;
}
.cbanner-arrow-top img{
    position: relative;
}
.cbanner-arrow-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% , -50%);
    height: 300%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: radial-gradient(#FF683D33, transparent);
    filter: blur(10px);
}
.cbanner-arrow-big{
    position: absolute;
    bottom: 12%;
    right: 0;
    z-index: 1;
    transition: all 1s ease-in-out;
    opacity: 0.5;
}
.cbanner-arrow-big:hover{
    transform: translateY(-20px);
}
.cbanner-wrapper{
    position: relative;
    padding: 30px 0px 70px 0px;
    display: flex;
    height: 100%;
    align-items: center;
}
.cbanner-content h1{
    font-family: "Arsenal", sans-serif;
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px #000;
}
.cbanner-content h1 span{
    font-weight: 400;
}
.cbanner-content h1 img{
    height: 45px;
    vertical-align: baseline;
}
.cbanner-content p{
    font-family: "Arsenal", sans-serif;
    font-size: 22px;
    text-shadow: 2px 2px 5px #000;
}
.cbanner-btn{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.cbanner-img-block{
    display: flex;
    justify-content: flex-end;
}
.cbanner-img img{
    width: 100%;
    max-width: 200px;
}
.culture-section{
    background-color: #161515;
    padding: 80px 0px;
}
.culture-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.culture-img{
    border: 1px solid #F3714B;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.culture-img:hover{
    transform: translate(-5px , -5px);
    box-shadow: 5px 5px 10px #F3714B;
}
.cgptw-section{
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/cgptw-bg.WEBP);
    background-position: center;
    background-size: cover;
}
#cgptw-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.cgptw-arrow1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}
.cgptw-arrow2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 0;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.cgptw-arrow1:hover{
    transform: translateY(-55%);
}
.cgptw-arrow2:hover{
    transform: translateY(-55%);
}
.cgptw-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7%;
}
.cgptw-content{
    text-align: center;
}
.cgptw-content h3{
    font-size: 40px;
    font-weight: 500;
}
.cgptw-img img{
    max-height: 200px;
}
.cmission-section{
    padding: 80px 0px;
    position: relative;
    background-image: url(../images/cmission-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.cmission-card-block{
    padding: 1px;
    border-radius: 20px;
    height: 100%;
    background-image: linear-gradient(135deg, #F3714B, #F3714B33);
    overflow: hidden;
}
.cmission-card{
    background-color: #282828;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}
.cmission-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-30deg, transparent, #FF683D66);
    height: 100%;
    width: 0px;
    transition: all 0.3s ease-in-out;
}
.cmission-card-block:hover .cmission-card::before{
    width: 100%;
}
.cmission-icon{
    transition: all 0.5s ease-in-out;
    position: relative;
}
.cmission-card-block:hover .cmission-icon{
    transform: rotate(360deg);
}
.cmission-detail{
    position: relative;
}
.cmission-detail h6{
    font-size: 24px;
    font-weight: 700;
}
.cmission-detail p{
    margin: 0px;
    font-size: 18px;
}

.cvalue-section{
    background-color: #161515;
    padding: 80px 0px;
    position: relative;
}
.cvalue-arrow{
    position: absolute;
    right: 0;
    top: 30px;
    transition: all 0.5s ease-in-out;
}
.cvalue-arrow:hover{
    transform: translateY(-20px);
}
.cvalue-wrapper{
    position: relative;
}
.cvalue-item-block{
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.cvalue-item-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 150%;
    background-image: linear-gradient(to bottom, transparent, #FF683D, transparent);
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.cvalue-item-block:hover::before {
    transform: translateY(10%);
}
.cvalue-item-block::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 60%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(to top, #FF683D, transparent);
    opacity: 0.3;
    z-index: 0;
}
.cvalue-item-block:hover::after {
    bottom: 0;
}
.cvalue-item{
    background-color: #161515;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    position: relative;
}
.cvalue-back p{
    color: #ffffff80;
    color: #aaa;
    margin-bottom: 0px;
    font-size: 14px;
}
.cvalue-icon{
    transition: all 0.7s ease-in-out;
    margin-bottom: 20px;
}
.cvalue-item-block:hover .cvalue-icon{
    transform: rotate(360deg);
}
.cvalue-detail h6{
    font-size: 18px;
    font-weight: 700;
}
.cvalue-detail p{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.cvalue-item-block:hover .cvalue-detail p{
    color: #fff;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    top: -44px;
}
/* Owl Carousel */
/* Popup Text */
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.popuptext {
    display: table;
}
.popuptext p {
    margin-bottom: 10px;
}
.popuptext span {
    font-weight: bold;
    float: right;
}
.cwhy-section{
    padding: 80px 0px;
    position: relative;
    background-color: #161515;
}
.cwhy-arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
}
.cwhy-arrow:hover{
    transform: translateY(30px);
}
.cwhy-wrapper{
    overflow: hidden;
}
.cwhy-title{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cwhy-title p{
    font-size: 18px;
    text-align: center;
    max-width: 850px;
}
.cwhy-item{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border-bottom: 1px solid #F3F3F466;
    overflow: hidden;
    position: relative;
    transition: all 1s ease-in-out;
    transform: translateX(-200%);
    border-radius: 10px;
    gap: 20px;
    opacity: 0;
    height: 100%;
}
.scrollin .cwhy-item{
    transform: translateX(0);
    opacity: 1;
    transition-delay: var(--delay);
}
.cwhy-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-30deg, transparent, #FF683D66);
    height: 100%;
    width: 0px;
    transition: all 0.3s ease-in-out;
}
.cwhy-item:hover::before{
    width: 100%;
}
.cwhy-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FF683D;
    height: 1px;
    width: 0px;
    transition: all 0.5s ease-in-out;
}
.cwhy-item:hover::after{
    width: 100%;
}
.cwhy-icon{
    position: relative;
    background-color: #FF683D22;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cwhy-icon img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.cwhy-data{
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cwhy-data h6{
    font-size: 20px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
.cwhy-data p{
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
.cwhy-item:hover p{
    display: block;
    opacity: 1;
    transform: translateY(0);
    height: auto;
    color: #ccc;
}



/* Popup Text */
.life-section{
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}
.life-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F3714B33;
    filter: blur(250px);
    z-index: 0;
}
.life-section::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F3714B33;
    filter: blur(250px);
    z-index: 0;
}
.life-wrapper{
    position: relative;
}
.life-title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.life-title p{
    max-width: 960px;
}
.life-cat{
    margin-bottom: 10px;
}
.life-cat h3{
    display: flex;
    justify-content: center;
    font-size: 22px;
}
.life-slider .owl-stage{
    display: flex;
}
.life-item{
    display: flex;
    flex-direction: column;
    padding: 0px 25px;
}
.life-slider .owl-nav{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.life-slider .owl-prev, .life-slider .owl-next{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #F3714B !important;
    color: #fff !important;
}
.inner-slider .item{
    padding: 70px 0px;
    z-index: 9;
    position: relative;
}
/* .inner-slider .owl-item:has(+ .center) .gal-img, .inner-slider .owl-item.center+ .owl-item .gal-img{
    transform: scale(1.15);
} */
.inner-slider .owl-item.center .gal-img{
    transform: scale(1.3);
}
.inner-slider .owl-item.center+ .owl-item {
    z-index: -1;
}
.inner-slider .owl-item.center+ .owl-item.active+ .owl-item {
    z-index: -2;
}
.inner-slider .owl-item.center .gal-img{
    box-shadow: 0px 0px 10px 5px #00000033;
}
.gal-img{
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    align-self: center;
    transition: all ease-in-out 0.5s;
    border: 1px solid #F3714B;
}
.gal-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner-slider .owl-prev, .inner-slider .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #CCCCCD !important;
    color: #001527 !important;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.inner-slider .owl-prev{
    left: -20px;
}
.inner-slider .owl-next{
    right: -20px;
}
.inner-slider .owl-prev:hover, .inner-slider .owl-next:hover{
    opacity: 1;
}
.lead-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #161515;
}
.lead-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F3714B33;
    filter: blur(250px);
    z-index: 0;
}
.lead-section::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F3714B33;
    filter: blur(250px);
    z-index: 0;
}
.lead-arrow{
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}
.lead-arrow:hover{
    transform: translateY(-20px);
}
.lead-wrapper{
    position: relative;
    z-index: 2;
}
.lead-title{
    margin-bottom: 50px;
}
.lead-slider .owl-stage{
    display: flex;
}
.lead-slider .owl-stage-outer{
    padding: 0px 2px;
}
.lead-slider .item{
    height: 100%;
    padding: 2px;
}
.lead-item-block {
    padding: 1px;
    border-radius: 20px;
    height: 100%;
    background-image: linear-gradient(130deg, #F3714B, #F3714B33);
    overflow: hidden;
}
.lead-item{
    background-color: #282828;
    height: 100%;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}
.lead-img{
    border-radius: 20px;
    background-color: #323234;
    padding: 10px;
    padding-bottom: 0px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
}
.lead-img img{
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
}
.lead-detail{
    padding: 10px 0px;
}
.lead-detail h5{
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.lead-detail h5 span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    color: #ccc;
}
.lead-item-main{
    transition: all 0.3s ease-in-out;
}
.lead-item-block:hover .lead-item-main{
    opacity: 0;
}
.lead-item {
    position: relative;
    /* height: 360px; REQUIRED */
    overflow: hidden;
}

.lead-item-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    background-color: #282828;
    border-radius: 20px;

    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;

    /* overflow-y: auto; */
    z-index: 1;
}

/* hover animation */
.lead-item-block:hover .lead-item-content {
    transform: translateY(0);
}

/* overlay gradient */
.lead-item-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, #FF683D, transparent);
    opacity: 0.3;
    pointer-events: none;  /* ✅ VERY IMPORTANT */
}

/* content above overlay */
.lead-item-content > * {
    position: relative;
    z-index: 2;
}

/* text styles */
.lead-item-content h5 {
    font-size: 18px;
    font-weight: 600;
}

.lead-item-content h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    color: #ccc;
}

.lead-item-content p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
}

.lead-item-content p::-webkit-scrollbar {
  width: 5px;
}
.lead-item-content p::-webkit-scrollbar-track {
  background: #ffffff11;
}
.lead-item-content p::-webkit-scrollbar-thumb {
  background: #ffffff33;
}
.lead-item-content h6{
    margin: 0px;
}
/* Track */
.lead-slider .owl-nav{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}
.lead-slider .owl-prev, .lead-slider .owl-next{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #F3714B !important;
}
.join-section{
    position: relative;
    padding-top: 80px;
    background-image: url(../images/join-bg.WEBP);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.join-img-block{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.join-img img{
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.join-img:hover img{
    -webkit-filter: drop-shadow(5px 5px 5px #F3714B);
    filter: drop-shadow(5px 5px 5px #F3714B);
}
.join-wrapper{
    position: relative;
    z-index: 1;
}
.join-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.join-title h2{
    font-size: 50px;
}
.join-content p{
    font-size: 20px;
}
.join-email{
    display: flex;
    align-items: center;
    gap: 5px;
}
.join-email i{
    color: #F3714B;
    font-size: 22px;
}
.join-email a{
    color: #fff;
    text-decoration: underline !important;
}

/* Career page end */

/* Enterprise page start */
.ebanner-section{
    padding-top: 130px;
    min-height: 100vh;
    position: relative;
    display: flex;
}
.ebanner-arrow-top{
    position: absolute;
    top: 5%;
    left: 0%;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.7s ease-in-out;
}
.ebanner-arrow-top img{
    position: relative;
}
.ebanner-arrow-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% , -50%);
    height: 300%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: radial-gradient(#FF683D33, transparent);
    filter: blur(10px);
}
.ebanner-arrow-big{
    position: absolute;
    bottom: 12%;
    right: 0;
    z-index: 1;
    transition: all 1s ease-in-out;
    opacity: 0.5;
}
.ebanner-arrow-big:hover{
    transform: translateY(-20px);
}
.ebanner-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.ebanner-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ebanner-bg::before{
    content: "";
    height: 60%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #000, #00000000);
    right: 0;
    bottom: 0;
    display: none;
}
.ebanner-bg::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.ebanner-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.ebanner-block{
    position: relative;
    padding: 30px 0px;
    display: flex;
    z-index: 1;
}
.ebanner-content{
    flex-grow: 1;
}
.ebanner-li{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ebanner-li-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ebanner-li-item p{
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
}
.ebanner-li-item p span{
    color: #F3714B;
    font-size: 26px;
    font-weight: 700;
}
.ebanner-cta{
    margin-top: 20px;
    display: none;
}

.ebanner-form{
    background-color: rgba(255,255,255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 40px 50px;
    width: 450px;
    border: 2px solid #ffffff22;
    box-shadow: 5px 5px 20px #00000033;
}
.ebanner-form-title{
    font-family: "Arsenal", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 5px #00000099;
    font-weight: 500;
    letter-spacing: 1px;
}
.ebanner-inputbox{
    position: relative;
    margin-bottom: 15px;
}
.ebanner-inputbox input{
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff66;
    outline: none;
    color: #fff;
    font-size: 14px;
}
.ebanner-inputbox label{
    position: absolute;
    left: 0;
    padding: 10px 0px;
    pointer-events: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .2s ease-in-out;
}
.ebanner-inputbox input:focus,
.ebanner-inputbox input:valid{
    border-bottom: 2px solid #F3714B;
}
.ebanner-inputbox input:focus ~ label,
.ebanner-inputbox input:valid ~ label{
    color: #fff;
    transform: translateY(-20px);
}
.ebanner-submit button{
    background-color: #FF683D;
    width: 100%;
    border: none;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    transition-duration: 0.3;
    box-shadow: 5px 5px 10px #00000033;
}
.ebanner-form-mob{display: none;}
.ebanner-content{
    width: calc(100% - 450px);
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.ebanner-content h2{
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    text-shadow: 2px 2px 5px #00000099;
    font-family: "Arsenal", sans-serif;
}
.ebanner-content h2 b{
    font-weight: 400;
    color: #FF683D;
}
.ebanner-content h2 span{
    font-weight: 400;
    color: #FF683D;
}
.ebanner-content h5{
    color: #ccc;
}
.ebanner-content p{
    font-size: 20px;
    color: #ccc;
    text-shadow: 1px 1px 2px #00000099;
}
.ewhy-section{
    position: relative;
}
.ewhy-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ewhy-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #00000000, #001120);
}
.ewhy-bg-block{height: 100%;}
.ewhy-bg-block img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ewhy-bg .tab-content, .ewhy-bg .tab-content .tab-pane{
    height: 100%;
}
.ewhy-wrapper{
    position: relative;
    width: 100%;
    padding-top: 50px;
}
.ewhy-block{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ewhy-mob-title{
    display: none;
}
.ewhy-mob-title p{
    text-align: center;
}
.ewhy-title p{
    text-shadow: 2px 2px 5px #000;
}
.ewhy-list{
    flex-grow: 1;
    display: flex;
    padding-top: 30px;
}
.ewhy-list .nav-link.active{
    background-color: transparent;
}
.ewhy-item-block{
    display: flex;
    align-items: flex-end;
    border-right: 1px solid #ffffff40;
    width: 25%;
    padding: 0px;
    aspect-ratio: 1/1.1;
    border-radius: 0px !important;
}
.ewhy-item-block:last-child{
    border: none;
}
.ewhy-item{
    padding: 20px;
    transition: all 0.3s ease-in-out;
}
.ewhy-item-block:hover .ewhy-item{
    backdrop-filter: blur(5px);
}
.ewhy-item h6{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.ewhy-item p{
    margin: 0px;
    color: #ccc;
    line-height: 20px;
}
.ewhy-item .ewhy-desc{
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.ewhy-item-block:not(:hover) .ewhy-desc{
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
.ewhy-item-block:hover .ewhy-desc{
    opacity: 1;
    height: 100px;
}
.why-section{
    padding: 80px 0px;
    background-color: #161515;
    position: relative;
    z-index: 9;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.why-arrow{
    position: absolute;
    top: 40%;
    left: 0;
    transition: all 0.5s;
    opacity: 0.5;
}
.why-arrow:hover{
    transform: translateY(-20px);
}
.why-block{
    position: relative;
}
.why-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why-bg{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.7;
}
.why-content{
    margin-bottom: 50px;
}
.why-content p{
    font-size: 18px;
    color: #ccc;
    text-align: center;
    max-width: 900px;
}
.why-list{
    display: flex;
}
.why-item{
    display: block;
    padding: 0px 20px;
    transition-duration: 0.5s;
    text-align: center;
    position: relative;
    border-right: 1px dotted #ffffff55;
    overflow: hidden;
    width: 25%;
}
.why-list .why-item:last-child{
    border: none;
}
.why-main{
    transition: all 0.5s ease-out;
}
.why-item:hover .why-main{
    opacity: 0;
}
.why-main h5{
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
}
.why-detail{
    position: absolute;
    padding: 0px 20px;
    top: 100%;
    left: 0;
    opacity: 0;
    height: 100%;
    transition: all 0.5s ease-out;
    overflow: hidden;
}
.why-detail::before{
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #FF683D44, transparent);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.why-item:hover .why-detail::before{
    bottom: 0;
    transition-delay: 0.3s;
}
.why-item:hover .why-detail{
    top: 0;
    opacity: 1;
}
.why-detail h5{
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
}
.why-detail p{
    position: relative;
    margin: 0px;
    line-height: 18px;
}

.why-icon{
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
}
.why-icon img{
    height: 100%;
}

.offering-section{
    background-color: #0C0C0C;
    padding: 80px 0px;
    position: relative;
    background-image: url("../images/bg_2.WEBP");
    background-repeat: no-repeat;
}
.offering-arrow{
    position: absolute;
    right: 0;
    top: 45%;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.offering-arrow:hover{
    transform: translateY(-20px);
}
.offering-content p{
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}
.offering-list{
    padding-top: 30px;
}
.offering-list .nav-pills{
    display: flex;
}
.offering-list .nav-link{
    flex: 1;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}
.offering-list .nav-link.active{
    flex: 3;
    background-color: transparent;
}
.offering-item{
    background-color: #0C0C0C;
    background-image: linear-gradient(to top, #FF683D, #FF683D44, transparent);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    min-height: 400px;
    position: relative;
    box-shadow: 3px 3px 10px #00000022;
}
.offering-item::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background-image: linear-gradient(to top, #FF683D44, transparent);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.offering-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background-image: linear-gradient(to top, #000, transparent);
}
.offering-img{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.offering-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offering-list .nav-link.active .offering-img{
    top: 0;
}
.offering-title{
    position: absolute;
    font-family: "Barlow Condensed", sans-serif;
    width: 290px;
    height: auto;
    left: -45px;
    bottom: 162px;
    transition: all 0.4s;
    position: absolute;
    transform: rotate(-90deg);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    opacity: 1;
    font-weight: 600;
    z-index: 1;
}
.offering-list .nav-link.active .offering-title{
    opacity: 0;
}
.offering-detail{
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.offering-list .nav-link.active .offering-detail{
    right: 0;
}
.offering-detail h4{
    margin: 0px 0px 15px 0px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}
.offering-detail p{
    margin-bottom: 0px;
    color: #ccc;
    line-height: 1rem;
}
.epartner-section{
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    background-color: #161515;
    background-image: url(../images/collab-bg.WEBP);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.epartner-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 0;
}
.partner-wrapper{
    position: relative;
    z-index: 1;
}
.epartner-section .partner-slider-block::before, .epartner-section .partner-slider-block::after{
    display: none;
}

.efaculty-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #161515;
    background-position: center;
    background-size: cover;
}
.efaculty-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.efaculty-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover ;
}
.efaculty-wrapper{
    position: relative;
    z-index: 1;
}
.efaculty-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    transition: all 1s ease-in-out;
}
.efaculty-slider{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.efaculty-slider .owl-stage-outer{
    width: 100%;
    margin-bottom: 20px;
}
.efaculty-slider .owl-stage{
    display: flex;
}
.efaculty-slider .item{
    height: 100%;
    padding: 50px 3px 3px 3px;
}
.efaculty-item{
    /* border: 1px solid #F3F7FE; */
    padding: 1px;
    height: 100%;
    position: relative;
    border-radius: 10px;
    background-image: linear-gradient(135deg, #FF683D, #FF683D11);
}
.efaculty-item:hover{
    background-image: linear-gradient(90deg, #FF683D, #FF683D11);
}
.efaculty-item-block{
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    background-color: #161515;
    position: relative;
    display: flex;
    flex-direction: column;
}
.efaculty-item-title{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.efaculty-img{
    max-width: 100px;
    /* transform: translateY(-50%); */
    border-radius: 50%;
    border: 2px solid #F3714B;
    overflow: hidden;
}
.efaculty-msg{
    color: #ffffffa6;
    /* margin-bottom: 20px; */
    flex-grow: 1;
}
.efaculty-user h6{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.efaculty-user p{
    margin: 0px;
    color: #ffffffa6;
    font-size: 14px;
}
.efaculty-slider .owl-dots{
    background-color: #ffffff1a;
    display: flex;
    height: 4px;
    flex-grow: 1;
}
.efaculty-slider .owl-dot{
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.efaculty-slider .owl-dot.active{
    background-color: #fff !important;
}
.efaculty-slider .owl-nav{
    padding-right: 20px;
    display: flex;
    gap: 10px;
}
.efaculty-slider .owl-prev, .efaculty-slider .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F3714B !important;
}
.efaculty-slider .owl-prev.disabled, .efaculty-slider .owl-next.disabled{
    /* background-color: #2B76B866 !important;
    color: #7C3219 !important; */
}

.faculty-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #161515;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.faculty-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.faculty-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover ;
}
.faculty-wrapper{
    position: relative;
    z-index: 1;
}
.faculty-icon1{
    position: absolute;
    top: 0;
    left: 50px;
}
.faculty-icon2{
    position: absolute;
    top: 0;
    right: 60px;
}
.faculty-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transform: translateX(-200%);
    transition: all 1s ease-in-out;
}
.scrollin .faculty-content{
    opacity: 1;
    transform: translateX(0);
}
.faculty-content h5{
    font-family: "Barlow Condensed", sans-serif;
}
.faculty-content p{
    color: #CCCCCD;
    font-size: 18px;
}
.faculty-slider{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.faculty-slider .owl-stage-outer{
    width: 100%;
    margin-bottom: 20px;
}
.faculty-slider .owl-stage{
    display: flex;
}
.faculty-slider .item{
    height: 100%;
    padding: 50px 3px 3px 3px;
}
.faculty-item{
    /* border: 1px solid #F3F7FE; */
    padding: 1px;
    height: 100%;
    position: relative;
    border-radius: 10px;
    background-image: linear-gradient(135deg, #FF683D, #FF683D11);
}
.faculty-item:hover{
    background-image: linear-gradient(90deg, #FF683D, #FF683D11);
}
.faculty-item-block{
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
    height: 100%;
    background-color: #161515;
    position: relative;
    display: flex;
    flex-direction: column;
}
.faculty-img{
    max-width: 100px;
    margin-top: -50px;
    /* transform: translateY(-50%); */
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid #F3714B;
    overflow: hidden;
}
.faculty-rating{
    color: #f4c65b;
    margin-bottom: 20px;
}
.faculty-msg{
    color: #ffffffa6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.faculty-user h6{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.faculty-user p{
    margin: 0px;
    color: #ffffffa6;
    font-size: 14px;
}
.faculty-slider .owl-dots{
    background-color: #ffffff1a;
    display: flex;
    height: 4px;
    flex-grow: 1;
}
.faculty-slider .owl-dot{
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.faculty-slider .owl-dot.active{
    background-color: #fff !important;
}
.faculty-slider .owl-nav{
    padding-right: 20px;
    display: flex;
    gap: 10px;
}
.faculty-slider .owl-prev, .faculty-slider .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F3714B !important;
}
.faculty-slider .owl-prev.disabled, .faculty-slider .owl-next.disabled{
    background-color: #2B76B866 !important;
    color: #7C3219 !important;
}

.etesti-section{
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #161515;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.etesti-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.etesti-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover ;
}
.etesti-wrapper{
    position: relative;
    z-index: 1;
}
.etesti-icon1{
    position: absolute;
    top: 0;
    left: 50px;
}
.etesti-icon2{
    position: absolute;
    top: 0;
    right: 60px;
}
.etesti-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transform: translateX(-200%);
    transition: all 1s ease-in-out;
}
.scrollin .etesti-content{
    opacity: 1;
    transform: translateX(0);
}
.etesti-content h5{
    font-family: "Barlow Condensed", sans-serif;
}
.etesti-content p{
    color: #CCCCCD;
    font-size: 18px;
}
.etesti-slider{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.etesti-slider .owl-stage-outer{
    width: 100%;
    margin-bottom: 20px;
}
.etesti-slider .owl-stage{
    display: flex;
}
.etesti-slider .item{
    height: 100%;
    padding: 50px 3px 3px 3px;
}
.etesti-item{
    /* border: 1px solid #F3F7FE; */
    padding: 1px;
    height: 100%;
    position: relative;
    border-radius: 10px;
    background-image: linear-gradient(135deg, #FF683D, #FF683D11);
}
.etesti-item:hover{
    background-image: linear-gradient(90deg, #FF683D, #FF683D11);
}
.etesti-item-block{
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
    height: 100%;
    background-color: #161515;
    position: relative;
    display: flex;
    flex-direction: column;
}
.etesti-img{
    max-width: 100px;
    margin-top: -50px;
    /* transform: translateY(-50%); */
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid #F3714B;
    overflow: hidden;
}
.etesti-rating{
    color: #f4c65b;
    margin-bottom: 20px;
}
.etesti-msg{
    color: #ffffffa6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.etesti-user h6{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.etesti-user p{
    margin: 0px;
    color: #ffffffa6;
    font-size: 14px;
}
.etesti-slider .owl-dots{
    background-color: #ffffff1a;
    display: flex;
    height: 4px;
    flex-grow: 1;
}
.etesti-slider .owl-dot{
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.etesti-slider .owl-dot.active{
    background-color: #fff !important;
}
.etesti-slider .owl-nav{
    padding-right: 20px;
    display: flex;
    gap: 10px;
}
.etesti-slider .owl-prev, .etesti-slider .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F3714B !important;
}
.etesti-slider .owl-prev.disabled, .etesti-slider .owl-next.disabled{
    background-color: #2B76B866 !important;
    color: #7C3219 !important;
}
.footer-form-section{
    padding: 80px 0px;
    background-color: #161515;
    position: relative;
    z-index: 9;
}
.footer-form-title{
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
}
.footer-form-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.footer-form-arrow{
    transition: all 0.5s ease-in-out;
}
.footer-form-arrow:hover{
    transform: translate(10px , -10px);
}
.footer-form-contact{
    margin-bottom: 10px;
}
.footer-form-contact a, .footer-form-contact p{
    font-size: 1.5rem;
    color: #fff;
}
.footer-form-contact a:hover{
    color: #FF683D;
}
.footer-form-contact h5{
    color: #ccc;
}
.footer-form{
    padding: 40px;
    color: #fff;
    border-radius: 1rem;
}
.footer-inputbox{
    position: relative;
    margin-bottom: 20px;
}
.footer-inputbox input{
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff4d;
    outline: none;
    font-size: 1.1rem;
    color: #fff;
}
.footer-inputbox label{
    position: absolute;
    left: 0;
    padding: 10px 0px;
    pointer-events: none;
    color: #ccc;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: .2s ease-in-out;
}
.footer-inputbox input:focus,
.footer-inputbox input:valid{
    border-bottom: 2px solid #FF683D;
}
.footer-inputbox input:focus ~ label,
.footer-inputbox input:valid ~ label{
    color: #ccc;
    transform: translateY(-20px);
}

/* Enterprise page end */
/* News page start */
.nbanner-section{
    position: relative;
}
.nbanner-arrow-top{
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 1;
    transition: all 0.7s ease-in-out;
    opacity: 0.5;
}
.nbanner-arrow-top img{
    position: relative;
}
.nbanner-arrow-top:hover{
    transform: translateY(-20px);
}
.nbanner-arrow-big{
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
    height: 70%;
    transition: all 1s ease-in-out;
    opacity: 0.5;
}
.nbanner-arrow-big img{
    max-height: 100%;
}
.nbanner-arrow-big:hover{
    transform: translateY(-20px);
}
.nbanner-wrapper{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 150px;
}
.nbanner-content h2{
    font-size: 56px;
}
.news-page-section{
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
    background-image: url(../images/body-bg.WEBP);
    background-size: cover;
    background-position: center;
}
.narrow1{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.narrow1:hover{
    margin-top: -20px;
}
.narrow2{
    position: absolute;
    bottom: 10%;
    right: 0;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.narrow2:hover{
    transform: translateY(-20px);
}
a.news-item{
    color: #fff;
    height: 100%;
    background-color: #323234;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #F3714B80;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
a.news-item:hover{
    border: 1px solid #F3714B;
    box-shadow: 0px 0px 10px #F3714B;
}
.news-img{
    width: 100%;
    aspect-ratio: 1.5/1;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
a.news-item:hover .news-img img{
    transform: scale(1.05);
}
.news-info{
    flex-grow: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.new-date{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #8F939B;
    font-size: 14px;
}
.news-info h6{
    font-size: 18px;
    font-weight: 400;
}

/* News page end */

/* About page start */
.ab-banner-section{
    position: relative;
    padding-top: 130px;
    height: 100vh;
    overflow: hidden;
}
.ab-banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.ab-banner-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ab-banner-arrow-top{
    position: absolute;
    top: 5%;
    left: 0%;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.7s ease-in-out;
}
.ab-banner-arrow-top img{
    position: relative;
}
.ab-banner-arrow-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% , -50%);
    height: 300%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: radial-gradient(#FF683D66, transparent);
    filter: blur(10px);
}
.ab-banner-arrow-big{
    position: absolute;
    bottom: 12%;
    right: 0;
    z-index: 1;
    transition: all 1s ease-in-out;
    opacity: 0.5;
}
.ab-banner-arrow-big img{
    max-height: 300px;
}
.ab-banner-arrow-big:hover{
    transform: translateY(-20px);
}
.ab-banner-wrapper{
    position: relative;
    padding: 30px 0px 70px 0px;
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.ab-banner-content h1{
    font-family: "Arsenal", sans-serif;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}
.ab-banner-content h1 span{
    font-weight: 400;
}
.ab-banner-content h1 img{
    height: 50px;
}
.ab-banner-content p{
    font-size: 30px;
}
.ab-banner-content p span{
    font-family: "Arsenal", sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
}
.ab-who-section{
    background-color: #161515;
    padding: 80px 0px;
}
.ab-who-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.ab-who-content1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}
.ab-who-slider{
    border: 1px solid #F3714B;
    border-radius: 24px;
    overflow: hidden;
}
.ab-who-img{
    transition: all 0.3s ease-in-out;
}
.wedo-section{
    position: relative;
    padding: 80px 0px;
}
.wedo-arrow{
    position: absolute;
    bottom: 5%;
    right: 0;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.wedo-arrow:hover{
    transform: translateY(-20px);
}
.wedo-title{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    /* padding-bottom: 25vh; */
}
.wedo-title p{
    max-width: 840px;
    text-align: center;
}
.wedo-list{
}
.wedo-card-space{
    height: 50vh;
}
.wedo-card-block{
    height: 100%;
}
.wedo-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* padding: 20px; */
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.wedo-card-img{
    transition: all 0.3s ease-in-out;
    position: relative;
}
.wedo-card-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
}
.wedo-card-img img{
    width: 100%;
}
.wedo-card:hover .wedo-card-img{
    opacity: 0;
}
.wedo-detail{
    padding: 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.wedo-card:hover .wedo-detail{
    opacity: 0;
}
.wedo-detail h6{
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    margin: 0px;
}
.wedo-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.wedo-card:hover .wedo-overlay{
    opacity: 1;
    transform: translateY(0);
}
.wedo-overlay h6{
    font-size: 20px;
}
.wedo-overlay p{
    margin: 0px;
}
.wedo-card1{
    background-image: linear-gradient(130deg, #2B76B84D, #3A98EB33);
    border: 1px solid #2B76B880;
}
.wedo-card2{
    background-image: linear-gradient(130deg, #F3714B4D, #F5988633);
    border: 1px solid #F3714B80;
}
.wedo-card3{
    background-image: linear-gradient(130deg, #AFC9E94D, #C4D6EE33);
    border: 1px solid #15435080;
}
.approach-section{
    position: relative;
}
.approach-bg{
    position: relative;
}
.approach-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #00000000, #001120);
}
.approach-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 50px;
}
.approach-block{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.approach-title p{
    text-shadow: 1px 1px 3px #000;
}
.approach-list{
    flex-grow: 1;
    display: flex;
    padding-top: 30px;
}
.approach-item-block{
    display: flex;
    align-items: flex-end;
    border-right: 1px solid #ffffff40;
    width: 33.33%;
    border-radius: 0px !important;
    padding: 0px;
}
.approach-item-block:last-child{
    border: none;
}
.approach-list .approach-item-block.active{
    background-color: transparent;
}
.approach-item{
    padding: 20px;
    transition: all 0.3s ease-in-out;
}
.approach-item-block:hover .approach-item{
    backdrop-filter: blur(5px);
}
.approach-item h6{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.approach-item p{
    margin: 0px;
    color: #ccc;
    line-height: 20px;
}
.approach-item .approach-desc{
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.approach-item-block:not(:hover) .approach-desc{
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
.approach-item-block:hover .approach-desc{
    opacity: 1;
    height: 100px;
}
.ab-value-section{
    background-color: #161515;
    padding: 80px 0px;
    position: relative;
}
.ab-value-arrow{
    position: absolute;
    right: 0;
    top: 5%;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}
.ab-value-arrow:hover{
    transform: translateY(-20px);
}
.ab-value-title{
    margin-bottom: 50px;
}
.ab-value-slider{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.ab-value-slider .owl-stage-outer{
    padding: 10px 0px;
}
.ab-value-slider .owl-nav {
  padding-right: 20px;
  display: flex;
  gap: 10px;
}
.ab-value-slider .owl-prev, .ab-value-slider .owl-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #F3714B !important;
}
.ab-value-slider .owl-dots {
  background-color: #ffffff1a;
  display: flex;
  height: 4px;
  flex-grow: 1;
}
.ab-value-slider .owl-dot {
    flex-grow: 1;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
}
.ab-value-slider .owl-dot.active {
  background-color: #fff !important;
}
.ab-value-item-block{
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.ab-value-item-block:hover{
    transform: scaleY(1.07);
}
.ab-value-item{
    height: 100%;
}
.ab-value-img{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ab-value-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #00000000, #000000);
}
.ab-value-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab-value-detail{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}
.ab-value-detail h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.ab-value-item-block:hover .ab-value-detail{
    opacity: 0;
}
.ab-value-detail h6{
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    display: none;
}
.ab-value-detail p{
    margin: 0px;
    font-size: 14px;
    color: #ccc;
    display: none;
}
.ab-value-overlay{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left center;
    background-color: #001120CC;
    transition: 0.5s;
}
.ab-value-item-block:hover .ab-value-overlay{
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
}
.ab-value-overlay-box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #F3714B;
    padding: 20px;
}
.ab-value-overlay-box h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.ab-value-overlay-box h6{
    font-size: 14px;
    font-weight: 600;
}
.ab-value-overlay-box p{
    margin: 0px;
    font-size: 14px;
}
.ab-award-section{
    background-color: #0C0C0C;
    padding: 80px 0px;
    position: relative;
}
.ab-award-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.ab-award-item h6{
    text-align: center;
    font-weight: 500;
}
.ab-award-img-block{
    width: 100%;
    /* aspect-ratio: 1/1.2; */
    height: 300px;
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.ab-award-img-block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #FF683D, transparent);
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.ab-award-img-block:hover::before{
    transform: translateY(50%);
}
.ab-award-img{
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ab-award-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 60%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(to top, #FF683D, transparent);
    opacity: 0.2;
    z-index: 0;
}
.ab-award-img-block:hover .ab-award-img::after{
    bottom: 0;
}
.ab-award-img img{
    width: auto !important;
    max-width: 100%;
    max-height: 100%;    
    position: relative;
    z-index: 1;
}
.ab-award-slider .owl-nav{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 30px;
}
.ab-award-slider .owl-prev, .ab-award-slider .owl-next{
    height: 50px;
    width: 50px;
    background-color: #F3714B !important;
    color: #fff !important;
    border-radius: 50%;
}

.ab-join-section{
    position: relative;
    background-image: url(../images/join-bg.WEBP);
    background-position: center;
    background-size: cover;
}
.ab-join-img-block{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ab-join-img{
    overflow: hidden;
    margin-top: -90px;
}
.ab-join-img img{
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.ab-join-img:hover img{
    -webkit-filter: drop-shadow(5px 5px 5px #F3714B);
    filter: drop-shadow(5px 5px 5px #F3714B);
}
.ab-join-wrapper{
    position: relative;
    z-index: 1;
}
.ab-join-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
    justify-content: center;
    padding: 30px 0px;
}
.ab-join-title h2{
    font-size: 50px;
}
.ab-join-title h2 span{
    font-size: 66px;
    font-weight: 700;
}
.ab-join-content p{
    font-size: 20px;
}

/* About page end */

/* univercity page start */
.ubanner-section{
    position: relative;
    padding-top: 130px;
    height: 100vh;
    overflow: hidden;
}
.ubanner-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.ubanner-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
}
.ubanner-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ubanner-arrow-top{
    position: absolute;
    top: 5%;
    left: 0%;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.7s ease-in-out;
}
.ubanner-arrow-top img{
    position: relative;
}
.ubanner-arrow-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% , -50%);
    height: 300%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: radial-gradient(#FF683D99, transparent);
    filter: blur(10px);
}
.ubanner-arrow-big{
    position: absolute;
    bottom: 12%;
    right: 0;
    z-index: 1;
    transition: all 1s ease-in-out;
    opacity: 0.5;
}
.ubanner-arrow-big img{
    max-height: 300px;
}
.ubanner-arrow-big:hover{
    transform: translateY(-20px);
}
.ubanner-wrapper{
    position: relative;
    padding: 30px 0px 70px 0px;
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.ubanner-content h1{
    font-family: "Arsenal", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ubanner-content h1 span{
    font-weight: 400;
}
.ubanner-content h1 img{
    height: 50px;
}
.ubanner-content p{
    font-size: 30px;
    font-weight: 600;
}
.ubanner-content p span{
    font-family: "Arsenal", sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
}
.uwhy-section{
    padding: 80px 0px;
    position: relative;
}
.uwhy-arrow{
    position: absolute;
    top: 45%;
    left: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}
.uwhy-arrow:hover{
    transform: translateY(-20px);
}
.uwhy-wrapper{
    position: relative;
}
.uwhy-title{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.uwhy-item-block{
    position: relative;
    overflow: hidden;
    padding: 1px;
    height: 100%;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}
.uwhy-item-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 300%;
    width: 300%;
    transform: translate(-50% , -50%);
}
.uwhy-item-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(130deg);
    height: 100%;
    width: 100%;
    background-image: conic-gradient(#F3714B33, #F3714B33, #F3714B, #F3714B, #F3714B33, #F3714B33);
    transform-origin: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.uwhy-item-block:hover .uwhy-item-bg::before{
    transform: rotate(50deg);
}
.uwhy-item{
    position: relative;
    height: 100%;
    background-image: url(../images/uwhy-card-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    border-radius: 12px;
}
.uwhy-icon{
    transition: all 0.3s ease-in-out;
}
.uwhy-icon img{
    width: 100%;
    max-width: 80px;
}
.uwhy-item:hover .uwhy-icon{
    opacity: 0;
}
.uwhy-detail {
    transition: all 0.3s ease-in-out;
}
.uwhy-item:hover .uwhy-detail{
    opacity: 0;
}
.uwhy-overlay{
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
}
.uwhy-item:hover .uwhy-overlay{
    transform: translateY(0);
}
.uwhy-overlay h5{
    font-size: 18px;
}
.uwhy-overlay p{
    color: #ccc;
    margin: 0px;
    font-size: 14px;
}


.uoffer-section{
    padding: 80px 0px;
    background-image: url(../images/body-bg.WEBP);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.uoffer-arrow{
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.uoffer-arrow:hover{
    transform: translateY(-20px);
}
.uoffer-wrapper{
    position: relative;
}
.uoffer-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
.uoffer-title p{
    max-width: 800px;
}
.uoffer-item{
    display: flex;
}
.uoffer-item:nth-child(even){
    flex-direction: row-reverse;
}
.uoffer-block{
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
}
.uoffer-img{
    border: 2px solid #F3714B;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    transform: translateX(0);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.scrollin .uoffer-img{
    transform: translateX(-200%);
    opacity: 0;
}

.uoffer-img:hover{
    box-shadow: 5px 5px 15px #F3714B99;
}
.uoffer-img img{
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.uoffer-img:hover img{
    transform: scale(1.01);
}
.uoffer-content h5{
    font-size: 36px;
    font-weight: 600;
}
.uoffer-content p{
    font-size: 18px;
}
.uoffer-content li{
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.solve-section{
    padding: 80px 0px;
    background-color: #161515;
}
.solve-item{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0px 10px;
}
.solve-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-image: linear-gradient(to top, #FF683D44, transparent);
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.solve-item:hover::after{
    height: 80%;
}
.solve-icon{
    width: 80px;
    height: 80px;
    border: 1px solid #F3714B;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 1s ease-in-out;
}
.solve-item:hover .solve-icon{
    transform: rotate(360deg);
}
.solve-icon img{
    width: 100%;
}
.solve-detail{
    flex-grow: 1;
    position: relative;
    z-index: 1;
}
.solve-detail h5{
    font-weight: 600;
}
.solve-detail p{
    color: #ffffffa6;
}
.solve-item-border{
    height: 1px;
    width: 100%;
    background-color: #ffffff33;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.solve-item-border::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F3714B;
    height: 100%;
    width: 0;
    transition: all 0.3s ease-in-out;
}
.solve-item:hover .solve-item-border::before{
    width: 100%;
}











/* univercity page end */

/* RFI popup start */
.rfi-pop{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    padding: 30px;
    display: none;
    justify-content: center;
    align-items: center;
}
.rfi-pop.active{
    display: flex;
}
.rfi-pop-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
}
.rfi-pop-block{
    position: relative;
    background-color: #323234;
    width: 100%;
    max-width: 550px;
    padding: 30px;
    border-radius: 20px;
    height: auto;
}
.rfi-pop-close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
.rfi-pop-close:hover{
    opacity: 1;
}
.rfi-form-title{
    margin-bottom: .8333333333rem;
    color: #fff;
}
.rfi-form-title h6{
    font-size: 30px;
    text-align: center;
}
.rfi-form label{
    font-size: .8333333333rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .0075rem;
    text-transform: capitalize;
    color: #bbb;
}
.rfi-input{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .015rem;
    padding: 10px 15px;
    color: #fff;
    border-radius: 20px;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #999;
    background-color: transparent;
    height: 40px;
}





/* RFI popup end */



















































@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1750px;
    }
}




/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
    .header-right{flex-direction: row-reverse; gap: 30px;}
    
}
/* media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
    .header-right{flex-direction: row-reverse; gap: 30px;}
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
    .header-right{flex-direction: row-reverse; gap: 30px;}
    .banner-arrow-big{max-width: 100px;}
    .banner-item{padding-bottom: 100px;}
    .case-list{display: none;}
    .case-slider{display: flex !important;}
    .scale-img-block{aspect-ratio: 1.5/1;}
    .partner-item{height: 60px;}
    .ceo-wrapper{position: relative; padding-top: 10px;}
    .ceo-title{align-items: flex-start;}
    .ceo-block{max-width: 100%;}
    .faq-title-block{display: flex; align-items: center; gap: 30px;}
    .faq-title{font-size: 90px;}
    .faq-arrow img{height: 60px;}
    .footer-small, .footer-big{display: none;}
    .footer-bottom{flex-direction: column; align-items: center; gap: 20px;}
    .ebanner-section{padding-top: 100px;}
    .ebanner-block{flex-direction: column;}
    .ebanner-content{width: 100%;}
    .ebanner-form{width: 100%; padding: 30px;}
    .ebanner-form-desk{display: none;}
    .ebanner-form-mob{display: block; padding: 30px 0px;}
    .ewhy-list .nav-pills{flex-direction: row; flex-wrap: wrap;}
    .ewhy-item-block{width: 50%;border-bottom: 1px solid #ffffff40; aspect-ratio: 1.5 / 1;}
    .ewhy-item-block:nth-child(2) {border-right: none;}
    .ewhy-item-block:nth-child(3) {border-bottom: none;}
    .offering-detail{right: 300%;}
    .offering-title{left: -95px;}
    .footer-form-content{flex-direction: row; gap: 20px; justify-content: flex-start;}
    .footer-form-arrow{max-width: 50px;}
    .footer-form-arrow img{width: 100%;}
    .ewhy-mob-title{display: block;}
    .ewhy-desk-title{display: none;}
    .ewhy-list{padding-top: 0px;}
    .gal-img{height: 250px;}
    .ebanner-cta{display: block;}
    .wedo-title{padding-bottom: 0px !important; margin-bottom: 30px; position: relative; top: 0;}
    .wedo-title p{font-size: 14px;}
    .wedo-card-space{height: 0px;}
    .wedo-list{margin-top: 0px;}
    .wedo-arrow{max-width: 80px;}
    .wedo-arrow img{width: 100%;}
    .approach-bg{position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
    .approach-bg img{width: 100%; height: 100%; object-fit: cover;}
    .approach-wrapper{position: relative; padding: 40px 0px;}
    .approach-list .nav-pills{flex-direction: column;}
    .approach-item-block{width: 100%; border-right: none; border-bottom: 1px solid #ffffff40;}
    .approach-item h6{font-size: 18px;}
    .approach-item-block.active .approach-item {backdrop-filter: blur(5px);}
    .approach-item-block.active .approach-desc {opacity: 1; height: 90px;}
    .approach-item p{font-size: 14px;}
    .ab-value-detail h6{display: block;}
    .ab-value-detail p{display: block;}
    .ab-value-overlay{display: none;}
    .ab-value-item-block:hover{transform: scale(1);}
    .ab-value-item-block:hover .ab-value-detail{opacity: 1;}
    .ab-value-img{max-height: 500px;}
    .lead-arrow{width: 80px;}
    .lead-arrow img{width: 100%;}
    .ab-join-img{ display: flex;justify-content: flex-end;}
    .ab-join-img img{max-width: 50%;}
    .ab-join-title h2 {font-size: 36px;}
    .ab-join-title h2 span {font-size: 50px;}
    .uoffer-item{flex-direction: column; gap: 20px; margin-bottom: 30px;}
    .uoffer-block{width: 100%; padding: 0px;}
    .uoffer-content h5 {font-size: 25px;}
    .uoffer-content ul li { padding-left: 0px; margin-bottom: 5px;}
    .uoffer-item:nth-child(even) {flex-direction: column;}





    
    
    
    
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
    
}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {
    header{padding-top: 20px;}
    .header-right{flex-direction: row-reverse; gap: 10px;}
    .header-block{padding: 0px 20px; gap: 10px;}
    .header-btn-block{display: none;}
    .partner-btn{display: block !important;}
    .menu-link{height: auto; color: #fff !important;}
    .banner-content h1{font-size: 30px;}
    .banner-animation .banner-content h5{font-size: 20px;}
    .banner-li-item p{font-size: 18px;}
    .banner-li-item p span{font-size: 20px;}
    .banner-slider .owl-dots{bottom: 20px;}
    .banner-item{padding-bottom: 100px;}
    .banner-arrow-big{max-width: 80px; display: none;}
    .heading-block h2{font-size: 32px;line-height: 2.5rem;}
    .award-img-block{aspect-ratio: 1;}
    .heading-block{margin-bottom: 20px;}
    .award-title{margin-bottom: 20px;}
    .award-section{padding: 50px 0px;}
    .award-slider.owl-carousel{display: flex; flex-wrap: wrap; align-items: center;}
    .award-item{width: 100%;}
    .award-img img{height: 100%;}
    .scale-section{padding: 50px 0px;}
    .scale-arrow img{max-width: 60px;}
    .scale-arrow{transform: translateY(20px);}
    .workforce-section{padding: 50px 0px;}
    .case-list{display: none;}
    .case-slider{display: flex !important;}
    .testi-icon1{left: 20px; max-width: 100px;}
    .testi-icon1 img{width: 100%;}
    .testi-icon2{right: 20px; max-width: 150px;}
    .testi-icon2 img{width: 100%;}
    .ceo-bg{aspect-ratio: 1.5/1;}
    .ceo-bg img{width: 100%; height: 100%; object-fit: cover;}
    .ceo-wrapper{position: relative; padding-top: 10px;}
    .ceo-title{flex-direction: column; align-items: flex-start;}
    .faq-title-block{display: flex; align-items: center; gap: 20px;}
    .faq-title{font-size: 90px;}
    .faq-arrow img{height: 60px;}
    .partner-section{padding: 50px 0px;}
    .case-section{padding: 50px 0px;}
    .testi-section{padding: 50px 0px;}
    .news-section{padding: 50px 0px;}
    .faq-section{padding: 50px 0px}
    .footer-top{flex-direction: column; gap: 30px;}
    .footer-small{display: none;}
    .footer-big{display: none;}
    .footer-contact{padding-top: 20px;}
    .footer-bottom{flex-direction: column; text-align: center; gap: 20px; align-items: center;}
    .news-card-info{display: none;}
    a.news-card-link {font-size: 14px;}
    .partner-item{height: 60px;}
    .rfi-pop{padding: 30px 10px;}
    .banner-cta{display: block;}
    .banner-animation .banner-content h6{font-size: 16px;}
    .ebanner-section{padding-top: 100px; min-height: auto; height: 100vh;}
    .ebanner-arrow-big{max-width: 60px;}
    .ebanner-arrow-big img{width: 100%;}
    .ebanner-wrapper{align-items: flex-end; padding-bottom: 50px;}
    .ebanner-block{flex-direction: column;}
    .ebanner-content{width: 100%; justify-content: flex-end;}
    .ebanner-form{width: 100%; padding: 30px;;}
    .ebanner-form-desk{display: none;}
    .ebanner-form-mob{display: block; padding: 30px 0px;}
    .ebanner-content h2{font-size: 30px; text-shadow: 0px 0px 10px #000;}
    .ebanner-content p{font-size: 16px; line-height: 1.2; color: #fff;}
    .ewhy-wrapper{padding: 50px 0px;}
    .ewhy-list .nav-pills{flex-direction: column;}
    .ewhy-item-block{width: 100%; aspect-ratio: unset;border-bottom: 1px solid #ffffff40; border-right: none;}
    .ewhy-item-block:nth-child(3){border-bottom: 1px solid #ffffff40;}
    .ewhy-item{padding: 10px;}
    .ewhy-item-block:hover .ewhy-item {backdrop-filter: blur(2px);}
    .ewhy-item h6{font-size: 16px;}
    .ewhy-item p{font-size: 14px; line-height: 18px;}
    .ewhy-item-block:hover .ewhy-item, .ewhy-item-block.active .ewhy-item{background-color: #00112066;}
    .ewhy-item-block:hover .ewhy-desc, .ewhy-item-block.active .ewhy-desc{height: 60px;opacity: 1;}
    .offering-section{padding: 50px 0px;}
    .offering-content p{font-size: 14px; line-height: 18px;}
    .offering-list .nav-link{padding: 5px;}
    .offering-list .nav-pills{flex-direction: column;}
    .offering-item{min-height: auto;}
    .offering-title{position: relative; transform: rotate(0deg); bottom: auto;left: auto; padding: 20px; width: 100%;}
    .offering-list .nav-link.active .offering-item{min-height: 400px;}
    .epartner-section{padding: 50px 0px;}
    .efaculty-section{padding: 50px 0px;}
    .etesti-icon1{width: 80px; left: 20px;}
    .etesti-icon1 img{width: 100%;}
    .etesti-icon2{width: 100px; right: 20px;}
    .etesti-icon2 img{width: 100%;}
    .footer-form-section{padding: 50px 0px;}
    .footer-form-arrow{max-width: 100px;}
    .footer-form-arrow img{width: 100%;}
    .footer-form{padding: 0px 40px;}
    .footer-inputbox{position: relative; margin-bottom: 10px;}
    .cbanner-content h1{font-size: 30px; margin-bottom: 10px;}
    .cbanner-content p{font-size: 20px;}
    .cbanner-arrow-big{max-width: 80px;}
    .cbanner-arrow-big img{width: 100%;}
    .culture-section{padding: 50px 0px;}
    .cgptw-wrapper{flex-direction: column;}
    .cgptw-content h3 {font-size: 30px;}
    .cgptw-arrow1{top: 10%; transform: translateY(0); max-width: 60px;}
    .cgptw-arrow1 img{width: 100%;}
    .cgptw-arrow2{top: auto; bottom:10%; transform: translateY(0); max-width: 60px;}
    .cgptw-arrow2 img{width: 100%;}
    .cmission-section{padding: 50px 0px;}
    .cmission-detail h6 {font-size: 22px;}
    .cmission-detail p {font-size: 16px;}
    .cvalue-section{padding: 50px 0px;}
    .cwhy-section{padding: 50px 0px;}
    .cwhy-arrow{max-width: 80px; opacity: 0.5;transform: translateY(20px);}
    .cwhy-arrow img{width: 100%;}
    .life-section{padding: 50px 0px;}
    .inner-slider .owl-item.center .gal-img{transform: scale(1);}
    .inner-slider .owl-item:has(+ .center) .gal-img, .inner-slider .owl-item.center+ .owl-item .gal-img{transform: scale(0.9);}
    .inner-slider .item{padding: 30px 0px;}
    .lead-section{padding: 50px 0px;}
    .lead-arrow{max-width: 60px;}
    .lead-arrow img{width: 100%;}
    .join-section{padding-top: 50px;}
    .join-title h2 {font-size: 30px;}
    .join-content p {font-size: 16px;}
    .ebanner-cta{display: block;}
    .ebanner-bg::before{display: block;}
    .epartner-section{background-attachment:scroll;}
    .cbanner-wrapper{align-items: flex-end;}
    .ab-banner-content h1{font-size: 30px;}
    .ab-banner-content p{font-size: 16px;}
    .ab-banner-content p span{font-size: 16px;}
    .ab-banner-arrow-big {max-width: 60px;}
    .ab-banner-arrow-big img{width: 100%;}
    .ab-who-section {padding: 50px 0px;}
    .ab-who-content{font-size: 14px;}
    .wedo-section {padding: 50px 0px;}
    .wedo-title{padding-bottom: 0px !important; margin-bottom: 30px; position: relative; top: 0;}
    .wedo-title p{font-size: 14px;}
    .wedo-card-space{height: 0px;}
    .wedo-list{margin-top: 0px;}
    .wedo-arrow{max-width: 60px;}
    .wedo-arrow img{width: 100%;}
    .approach-bg{position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
    .approach-bg img{width: 100%; height: 100%; object-fit: cover;}
    .approach-wrapper{position: relative; padding: 40px 0px;}
    .approach-list .nav-pills{flex-direction: column;}
    .approach-item-block{width: 100%; border-right: none; border-bottom: 1px solid #ffffff40;}
    .approach-item h6{font-size: 18px;}
    .approach-item-block.active .approach-item {backdrop-filter: blur(5px);}
    .approach-item-block.active .approach-desc {opacity: 1; height: 90px;}
    .approach-item p{font-size: 14px;}
    .ab-value-section{padding: 50px 0px;}
    .ab-value-detail h6{display: block;}
    .ab-value-detail p{display: block;}
    .ab-value-overlay{display: none;}
    .ab-join-title h2 {font-size: 28px;}
    .ab-join-title h2 span {font-size: 40px;}
    .ab-join-content p {font-size: 16px;}
    .ab-join-img{margin-top: 0px;}
    .ab-value-item-block:hover{transform: scale(1);}
    .ab-value-item-block:hover .ab-value-detail{opacity: 1;}
    .ab-value-img{max-height: 500px;}
    .ubanner-arrow-big{width: 60px;}
    .ubanner-arrow-big img{width: 100%;}
    .uwhy-section{padding: 50px 0px;}
    .uoffer-section{padding: 50px 0px;}
    .uoffer-item{flex-direction: column; gap: 20px; margin-bottom: 30px;}
    .uoffer-block{width: 100%; padding: 0px;}
    .uoffer-content h5 {font-size: 22px;}
    .uoffer-content p {font-size: 16px;}
    .uoffer-content ul li {font-size: 16px; padding-left: 0px; margin-bottom: 5px;}
    .uoffer-item:nth-child(even) {flex-direction: column;}
    .uoffer-arrow{top: auto; bottom: 10px; width: 60px;}
    .uoffer-arrow img{width: 100%;}
    .solve-section{padding: 50px 0px;}
    .faculty-icon1 {left: 20px; max-width: 100px;}
    .faculty-icon1 img{width: 100%;}
    .faculty-icon2 {right: 20px; max-width: 150px;}
    .faculty-icon2 img{width: 100%;}
   
    
 



}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:400px) {
    .banner-content{gap: 10px;}
    .banner-content h1 {font-size: 28px;margin-bottom: 0px;}
    .banner-animation .banner-content h5 {font-size: 18px;}
    .header-block{height: 60px;}
    .site-menu-toggle img{height: 20px;}
    .logo-wrapper img{max-height: 25px;}
    .banner-li-item p {font-size: 16px;}
    .banner-li-item p span {font-size: 18px;}
    .banner-li-icon img{max-width: 40px;}
    .banner-arrow-big {max-width: 60px;}
    .banner-arrow-top {max-width: 40px;}
    .banner-item {padding-bottom: 80px; padding-top: 100px;}
    .heading-block h2 {font-size: 28px; line-height: 2.2rem;}
    .scale-title p {
        font-size: 16px;
    }
    .scale-data h6 {
        font-size: 16px;
    }
    .cus-btn, a.cus-btn, button.cus-btn{height: 36px;}
    .banner-li2 .banner-li-item p{font-size: 16px;}
    .banner-li2 .banner-li-item p span {font-size: 18px;}
    .ebanner-content h2{font-size: 28px;}
    .cbanner-content h1{font-size: 28px;}
    .ubanner-wrapper{padding-bottom: 30px;}
    .approach-item-block.active .approach-desc {opacity: 1; height: 100px;}
    .ab-award-img-block{aspect-ratio: unset;}


}


/* ====================== A N Gupta ============================ */

select.rfi-input {
    color: #ffffff;
}

/* Dropdown list */
select option {
    background-color: #fff;   /* dropdown list bg */
    color: #000;
}
select:focus {
    color: #ffffff;
}