*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inria Serif", serif;
}
a:hover{
    text-decoration: none !important;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}
body{
    background-color: #C9D8FA;
}
.menuber-2{
    display: none;
}
/* header */
@media (min-width: 300px) and (max-width: 600px){
    header .heading{
        padding: 20px 0 !important;
        
    }
}
@media (min-width: 300px) and (max-width: 991px){
    .owl-nav{
        display: none;
    }
    /* .cta .wrapper{
        padding: 40px 30px !important;
    } */
    header .heading .image{
        width: 70px;
    }
       header .heading .image img{
        width: 100% !important;
       }
       .padding-bottom-40{
        padding-bottom: 40px;
    }
    .padding-bottom-20{
        padding-bottom: 20px;
    }
    header .heading .wrapper{
        justify-content: space-between !important;
        align-items: center;
        padding: 0 !important;
    }
    header .top-header{
        display: none;
    }
    header nav{
        position: relative;
    }
    header .menuber .dropdown ul{
        display: none ;
    }
    header .menuber .dropdown:hover ul{
        display: block;
    }
    /* header .menuber .dropdown i{
        display: none;
    } */
    header .menuber{
        opacity: 0 !important;
        visibility: hidden !important;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column !important;
        z-index: 2;
        background-color: #126BA7;
        width: 100%;
        gap: 15px;
        padding: 50px 10px;
        align-items: start !important;
        justify-content: left !important;
        /* height: 100%; */
    }
    #heaber.active .menuber{
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10;
    }
    #heaber.active .menuber-2{
        margin-left: -29%;
    }
    header .news{
        display: none;
    }
    .menuber-2{
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 20;
    }
}
header .top-header .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .content ul li{
    padding: 0 10px;
}
header .top-header .content ul .english{
    padding-left: 0;
}
header .top-header .content ul{
    padding: 12px 0;
}
header .top-header .content ul .line{
    color: #fff;
    padding: 0;
    font-size: 16px;
}
header .top-header{
    background-color: #174973;
}
header .top-header .content ul .logout{
    padding-right: 0;
}
header .top-header .content ul .hindi a{
    font-size: 15px;
}
header .top-header .content ul li a{
    color: #fff;
    font-size: 16px;
}

/* @media screen and (min-width: 480px) and (max-width: 768px){
.header .dropdown-menu{
    position: relative !important;
    background-color: transparent !important;

}
} */
header .heading .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
}
@media (min-width: 300px) and (max-width: 991px){
    header .heading .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
}
header .heading .wrapper .text{
    text-align: center;
}
header .heading .wrapper .text h2{
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}
header .heading .wrapper .text h5{
    font-size: 20px;
    color: #fff;
}
header .heading{
    background-color: #032848;
    padding: 12px 0;
}
header nav .dropdown{
    position: relative;
}
header nav .dropdown:hover ul{
    visibility: visible;
    opacity: 1;
    /* transform: translateY(0px); */
}
/* header nav .dropdown ul li{
    padding: 0 20px;
} */
/* ------------------------------------------------------------------------------------------------ */
header nav .dropdown ul{
    box-shadow: 0px 5px 12px 0px #ffffff22;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #174973;
    width: 200px;
    z-index: 5;
    border-bottom: 2px solid #ffffff;
    align-items: start;
    justify-content: center;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    /* transform: translateY(50px); */
    top: 25px;
}
/* header nav .dropdown ul li{
    padding: 10px 0;
} */
header nav .dropdown-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
header nav .past-conference-1.dropdown-2 ul{
    height: 430px !important;
    top: 50px;
    left: 230px;
}
header nav .dropdown-2.publications ul{
    height: 190px !important;
    left: -225px !important;
}
header nav .dropdown-2.publications:hover i{
    transform: rotateY(180deg);
}
header nav .dropdown-2 ul{
    box-shadow: 0px 5px 12px 0px #ffffff22;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #174973;
    width: 200px;
    height: 200px;
    z-index: 5;
    border-bottom: 2px solid #fff !important;
    align-items: start;
    justify-content: center;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.4s;
    left: 185px;
    top: 95px;
}
header nav .dropdown-2:hover ul{
    visibility: visible !important;
    opacity: 1 !important;
}
header nav .events ul{
    height: 100px !important;
}
header nav .awards ul{
    height: 50px !important;
}
header nav .journal ul{
    height: 350px !important;
    width: 220px;
}
header nav .conferences ul{
    height: 160px !important;
    width: 250px;
}
header nav .membership ul{
    height: 320px !important;
    width: 250px;
}
header nav .academy ul{
    height: 300px !important;
    width: 230px;
}
header nav .resources ul{
    height: 440px !important;
    width: 230px;
}
header nav .election ul{
    height: 340px !important;
    width: 230px;
}
header nav .contact ul{
    height: 210px !important;
    width: 230px;
    right: 7%;
}



nav{
    background-color: #174973;
    padding: 14px 0;
    position: relative;
    z-index: 99999;
}
nav .wrapper ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .wrapper ul li{
    display: flex;
    align-items: center;
    gap: 6px;
}
nav .wrapper ul li i{
    color: #fff;
    font-size: 18px;
    padding-top: 4px;
}
nav .wrapper ul li a{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 20px;
}
/* nav .wrapper ul li .submenu-icon i{
    color: #fff;
}
nav .wrapper ul li:hover i{
    color: #000;
} */
 .menu-main-menu-container .submenu-icon i{
    color: #fff !important;
 }
  .menu-main-menu-container .menu-item:hover .submenu-icon i{
    color: #000 ;
  }

.news{
    background-color: #020C44;
    padding: 12px 0;
    border-top: 1px solid #fff;
}
.news p{
    color: #fff;
    font-size: 16px;
}
.owl-dots{
    display: none;
}
.news p span{
    color: #B58B15;
    text-transform: uppercase;
    padding-right: 10px;
    animation: news linear 0.3s infinite alternate;
}
@keyframes news{
    0%{
      color: #B58B15;
    }
    100%{
      color: #ffbb00;
    }
}


/* banner */
@media (min-width: 300px) and (max-width: 500px){
    .banner .video{
    height: 220px !important;
    }
}
header .heading .image.image-2{
    display: none !important;
}
@media (min-width: 501px) and (max-width: 600px){
    .banner .video{
    height: 240px !important;
    }
}
@media (min-width: 601px) and (max-width: 700px){
    .banner .video{
    height: 270px !important;
    }
}
@media (min-width: 300px) and (max-width: 699px){
    /* header .heading .image{
        display: none !important;
    } */
    header .headi .wrapper{
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
    }
     header .text{
        margin: 0 auto;
     }
    header .text h2{
        font-size: 25px !important;
        text-align: center;
    }
    header .text h5{
        font-size: 18px !important;
        text-align: center;
    }
}
@media (min-width: 700px) and (max-width: 991px){
    .banner .video{
    height: 300px !important;
    overflow-y: hidden;
    }
}
.banner .video video{
    width: 100% !important;
}
.banner .video{
    height: 530px;
    overflow-y: hidden;
    position: relative;
}
.banner .video::after{
    background-color: #020c4470;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/* banner-bottom */
@media (min-width: 300px) and (max-width: 991px){

}
.banner-bottom{
    padding: 50px 0;
}
/* .banner-bottom img{

} */
.banner-bottom .news-wrap h3{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-bottom img{
        height: 216px;
}
.banner-bottom .news-wrap .news-wrapper{
    height: 216px;
    overflow-y: auto;
}
.banner-bottom .news-wrap .box{
    padding: 12px 40px 12px 20px;
    background-color: #fff;
}
.banner-bottom .news-wrap .box-1{
    background-color: #126BA7;
}
.banner-bottom .news-wrap .box-1 p{
    color: #fff !important;
}
.banner-bottom .news-wrap .box p{
    color: #126BA7;
    font-size: 16px;
}
.banner-bottom .news-wrap .box p span{
    font-size:8px;
    background-color: #B58B15;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    animation: news-box linear 0.3s infinite alternate;
}
@keyframes news-box{
    0%{
      background-color: #B58B15;
    }
    100%{
      background-color: #ffbb00;
    }
}
.banner-bottom .news-wrap .news-wrapper::-webkit-scrollbar{
    width: 15px;
}
.banner-bottom .news-wrap .news-wrapper::-webkit-scrollbar-track{
    background-color: #ffffff;
    border: 1px solid #032848 !important;
}
.banner-bottom .news-wrap .news-wrapper::-webkit-scrollbar-thumb{
   background-color: #032848;
}
.banner-bottom .image-wrapper{
    position: relative;
}
.banner-bottom .owl-prev{
    position: absolute;
    top: 58px;
    left: 15px;
}
.banner-bottom .owl-next{
    position: absolute;
    top: 58px;
    right: 15px;
}
.banner-bottom .owl-next span{
    color: #126BA7;
    font-size: 60px;
}
.banner-bottom .owl-prev span{
    color: #126BA7;
    font-size: 60px;
}


/* cta */
.cta{
    /* margin-top: 90px; */
    background-image: url(../image/bg-image-16.jpg);
    padding: 100px 0;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
}
.cta .wrapper{
    position: relative;
    z-index: 3;
}
.cta::after{
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #00000075;
   
}
.cta .wrapper{
    text-align: center;
    /* background-image: url(../image/bg-image-1.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 55px 90px; */
}
.cta .wrapper h3{
    color: #fff;
    font-size: 40px;
    padding-bottom: 17px;
}
.cta .wrapper p{
    color: #fff;
    font-size: 16px;
        line-height: 27px;
    font-weight: 100 !important;
}


/* certificate */
.certificate{
    padding: 60px 0 60px 0;
}
.certificate .image-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px; 
}



/* slider-sec-1 */
.slider-sec-1{
    padding: 50px 0 60px 0;
    background-color: #1D3F5F;
}
.slider-sec-1 h3{
    padding-bottom: 25px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.slider-sec-2{
    padding: 0 0 60px 0;
}
@media (min-width: 300px) and (max-width: 600px){
     h3{
        font-size: 30px !important;
     }
     .certificate .image-wrapper{
      padding-top: 20px !important;
     }
}


footer{
    background-color: #032848;
    padding: 60px 0;
}
footer p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
footer i{
    color: #fff;
}
footer a{
    color: #fff;
    font-size: 16px;
}
footer ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .contact{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer h5{
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
}
.line-bottom{
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
footer .icon-wrapper i{
    font-size: 30px;
}
footer .icon-wrapper{
    display: flex;
    gap: 20px;
    padding-top: 50px;
}
footer .enquiry-wrap a{
  text-transform: uppercase !important;
}
footer .map-wrapper iframe{
    border-radius: 2px solid #174973;
    border-radius: 4px !important;
}



/* banner-2 -------------------------------------------------------------------------------------------*/
.banner-2 img{
    width: 100%;
    border-bottom: 1px solid #174973;
}
.about-text .wrapper{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.about-text .wrapper p{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.about-text .wrapper h4{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.about-text .wrapper{
    background-color: #295780;
    padding: 60px 60px;
    margin: 60px 0;
    border-left: 4px dashed #fff;
}


@media screen and (min-width: 300px) and (max-width: 991px){
header nav .dropdown ul{
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: transparent !important;
    width: 260px;
    z-index: 5;
    /* border-bottom: 2px solid #ffffff; */
    align-items: start;
    justify-content: start;
    padding: 0px !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    /* transform: translateY(50px); */
    top: 25px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    border: none;
}
header nav .dropdown ul li{
    border-bottom: 0 !important;
}
nav .wrapper ul li {
    display: flex
;
    flex-direction: column;
    align-items: start;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent;
}
}

header nav .dropdown ul{
    box-shadow: 0px 5px 12px 0px #ffffff22;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #174973;
    width: 270px;
    z-index: 5;
    /* border-bottom: 2px solid #ffffff; */
    align-items: start;
    justify-content: start;
    padding: 0px !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    /* transform: translateY(50px); */
    top: 25px;
}
header nav .dropdown ul li{
    border-bottom: 1px solid #fff;
}



.submenu-icon {
  float: right;
  margin-left: 5px;
  font-weight: bold;
  color: #333;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: start;
}

.banner-1{
    padding: 0 !important;
}



.animate__fadeInLeftBig{
    animation-timeline: view(80% 10%) ;
    /* animation-range: entry 40% cover 100vh; */
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}






.banner{
    position: relative;
}
.banner .heading-wrapper{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    position: absolute;
    top: -3%;
    width: 100%;
    padding: 60px 30px;
    display: none;
}
.banner .heading-wrapper .logo img{
    width: 100px;
    height: 100px;
}

.banner .heading-wrapper .heading{
    text-align: center;
}
.banner .heading-wrapper .heading h1{
    font-size: 50px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-family: "Playfair Display", serif; */
}
.banner .heading-wrapper .heading p{
    font-size: 20px;
    color: #fff;
}



/* #heaber .heading{
    display: none !important;
}
@media screen and (min-width: 300px) and (max-width: 991px){
    #heaber .heading{
    display: block !important;
}
} */

#homeheader .navbar.one #mainMenu{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}







/* 
    @media screen and (min-width: 300px) and (max-width: 991px){
    header .menuber{
        opacity: 1 !important;
        visibility: visible !important;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column !important;
        z-index: 2;
        background-color: #126BA7;
        width: 100%;
        gap: 15px;
        padding: 50px 10px;
        align-items: start !important;
        justify-content: left !important;

    }
    } */