@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
p{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
h2{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}
ul{
    list-style: none;
    padding: 0;
}
::placeholder{
    font-size: 14px;
}


:root {

    --primary-color:#1E4395;

    --primary-font:'Urbanist', sans-serif;
    --secondary-font:'Bebas Neue', sans-serif;


    --border-color: hsl(220, 68%, 97%);
    --body-color: hsl(220, 100%, 99%);

    --primary-shadow: 0 2px 8px hsla(220, 68%, 12%, .1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body ,html{
    font-family: var(--primary-font);
    position: relative;
    overflow-x: hidden;
}



html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}
input:focus,
textarea:focus,
select:focus{
    box-shadow: none !important;
    outline: none !important;
}
.main-btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
        padding: 1px 4px;
    border-radius: 5px;
    border: 1px solid transparent;
    outline: none;
    line-height: 28px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    background: var(--primary-color);
    color: #fff !important;
    gap: 5px;
    letter-spacing: 1px;
}

.main-btn i,
.border-btn i {
    font-size: 18px;
    transition: transform .3s;
}

.main-btn:hover {
    color: var(--primary-color) !important;
    border-color:var(--primary-color);
    background:transparent;
}




.border-btn{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 1px 4px;
    border-radius: 5px;
    border: 2px solid transparent;
    outline: none;
    line-height: 28px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    background: #D2D1D1;
    color: #000;
    gap: 5px;
    letter-spacing: 1px;
}

.main_heading {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    text-transform: capitalize;
}

.subtitle {
    color: #000;
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: 500;
    font-family:'Nunito', sans-serif;
    /*background-color: var(--light-blue);*/
    width: fit-content;
    padding: 4px 0px;
    margin: 10px auto;
    color:var(--primary-color);
    /*display:none;*/
    /* letter-spacing: 1px; */
}
.main_desc{
    max-width: 80%;
    margin: 10px auto;
}

.section-padding{
    padding: 200px 0;
}
section {
    padding: 50px 0;
}

.grid {
    display: grid;
    margin-bottom: 0px;
}
.section-padding{
    padding: 70px 0;
}

/* Custom Css end */




/*nav.header-scrolled{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*     height:70px;*/
/*    line-height:70px;*/
/*    background-color: rgba(255,255,255,100) !important;*/
/*    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
/*    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
/*    box-shadow: var(--primary-shadow);*/
/*}*/
nav.header-scrolled .nav-links a{
    color: #000;
}
nav.header-scrolled .menu-icon{
    border:1px solid #000;
}

nav.header-scrolled .nav-links .form-select{
    color:#000 !important;
    line-height:3.5;
          
}
nav.header-scrolled .nav-links .form-select{
    background-image: url(../images/select-bg-black.png);
}





.header_top{
    height: 40px;
    padding: 5px 0 0px;
}
.header_top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .top_links{
    display: flex;
    gap: 20px;
}
.header_top .top_links a{
    color: #000;
}
.header_top .top_menu{
    display: flex;
    align-items: center;
    gap: 25px;
}
.header_top .top_menu select{
    background-color: transparent;
    border: none;
}

.header_top .top_menu a{
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.header_top .top_menu a img{
    width: 15px !important;
    height: 15px !important;
}


header.active{
    visibility: visible;
    transform: translateX(300px);
}




nav {
    /* background: #000; */
    width: 100%;
    height: 85px;
    line-height: 85px;
    /* box-shadow: var(--primary-shadow); */
}

nav .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 nav .logo{
    width:120px;
} 

.wrapper .nav-links {
    display: inline-flex;
    margin-bottom: 0;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    padding:0px 15px;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 300;
}

.nav-links .drop-menu {
    background-color: #fff;
    width: 230px;
    top: 85px;
    line-height: 45px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: var(--primary-shadow);
    /* border-radius: 10px; */
}
.nav-links .administration-menu{
    width: 250px !important;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    z-index: 9999;
    top: 80px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    /* border-radius: 10px !important; */
}


header li .desktop-item i,
header li .mobile-item i{
    float: right;
    /* margin-right: 15px; */
}

.drop-menu li:hover{
    background-color: #f7f7f7;
}
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    color: #000;
}

.nav-links .mobile-item{
    display: none;
}
.nav-links a{
    display: inline-flex;
    gap: 3px;
}

.wrapper .btn{
    color: var(--primary-color);
    font-size: 26px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.cancel-btn{
    position: absolute;
    right: 5px;
    top: 12px;
}

nav .menu-icon{
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.mega-box{
    position: absolute;
    top: 65px;
    background-color: #f6f6f6;
    width: 100%;
    height:400px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;   
    box-shadow: var(--primary-shadow);
    border-radius:10px;
    
}
.mega-box .content{
    /*background-color: #fff;*/
    padding: 20px 50px;
    width: 100%;
}

.mega-box .mega-box-links{
    display:flex;
    justify-content: space-between;
    
}
.mega-box .mega-box-links li{
    line-height:0;
}

.mega-box .mega-box-links h6{
    font-size:18px;
    font-weight:500;
    margin-bottom:15px;
}
.mega-box .content a{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    padding: 0;
    margin-bottom: 10px;
    transition: all .4s ease;
    color:#000 !important;
}
.mega-box .content a:hover{
    color:var(--primary-color);;
}
.mega-box img{
    /* display: none; */
    max-height: 200px;
    margin-bottom: 20px;
    object-fit: cover;
}



.mega-box .nav-links li a {
    color: #fff;
    text-decoration: none;
    padding:0px 25px;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 300;
}

.mega-box .nav-links .drop-menu {
    /*background-color: #fff;*/
    width: 230px;
    top: 85px;
    line-height: 45px;
    position: absolute;
    opacity: 0 !important;
    visibility: hidden;
    /*box-shadow: var(--primary-shadow);*/
    /* border-radius: 10px; */
}
.mega-box .nav-links .drop-menu:hover{
    opacity: 1 !important;
    box-shadow:none !important;
    /*padding:10px !important;*/
}
.mega-box .nav-links li{
    
}

nav .form-select{
    line-height:4.5;
    border:none;
    background-color:transparent;
    color:#fff;
    background-image: url(../images/select-bg-white.png);
}

.header-two .form-select{
    color:#000;
    background-image: url(../images/select-bg-black.png);
}

@media screen and (max-width:970px){
    .wrapper .btn{
        display: block;
    }
    .wrapper .nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        background-color: #fff;
        display: block;
        top: 0;
        left: -100%;
        line-height: 50px;
        overflow-y: auto;
        padding: 50px 10px;
        box-shadow: 0 15px 15px rgba(0,0,0,0.15);
        transition: all .3s ease-in;
        z-index: 99999;
    }

    #menu-btn:checked ~ .nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
        display: none;
    }

    .nav-links::-webkit-scrollbar{
        width: 0px;
    }
    .nav-links li{
        margin: 5px;
    }
    .nav-links li a{
        padding: 0 20px;
        display: block;
        font-size: 16px;
    }
    .nav-links .drop-menu{
        position: static;
        opacity: 1;
        visibility: visible;
        top: 65px;
        padding-left: 10px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: all .5s ease-in;
        box-shadow: none;
    }
    .nav-links  .submenu{
        position: static;
        opacity: 1;
        visibility: visible;
        top: 65px;
        padding-left: 10px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: all .5s ease-in;
    }
    #showDrop:checked ~ .drop-menu,
    #showAcademics:checked ~ .drop-menu,
    #showAdministration:checked ~ .drop-menu,
    #showNews:checked ~ .drop-menu,
    #showConference:checked ~ .submenu,
    #showMega:checked ~ .mega-box,
    #showMegaProjects:checked ~ .drop-menu{
        max-height: 100%;
    }
    
    .nav-links .drop-menu li{
        margin: 0;
    }
    .nav-links .drop-menu li a{
        font-size: 16px;
    }
    .nav-links .desktop-item{
        display: none;
    }
    .nav-links .mobile-item{
        display: block;
        font-size: 16px;
        color: #000;
        padding-left: 5px;
        cursor: pointer;
        border-radius: 5px;
        transition: all .3s ease;
    }
    .top_menu.mobile-item{
        padding-left: 0;
    }

}
.wrapper input{
    display: none;
}


.header-two nav{
    height: 85px;
}
.header-two .nav-links li a {
    color: #000;
}

.header-two nav .menu-icon{
    border: 1px solid #000;
}



.about_banner {
    background: url(../images/about-page-banner.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about_banner h1{
    color: #fff;
}

.about_page h2{
    text-align: center;
    margin-bottom: 30px;
}
.header-home{
    background: #001e8d;
}