@import url('normalize.css');



html
{
    scroll-behavior:smooth;
}

*,*::before,*::after
{
    box-sizing: border-box;
}

.upper_nav ul
{
    padding-left: 15px;
    color: black;
}
li{
    padding-left: 20px;
    padding-right:20px;
}
.upper_nav li a{
    color:white;
}
i{
    padding-left:10px;
}

@media screen and (max-width: 240mm) {
 .scrollablemenu { 
     max-height: 450px; overflow-x: hidden; overflow-y: scroll 
 }

}
.second_nav li a{
    text-decoration: none;
    position: relative;
    font-weight: 700;
    font-family: sans-serif;
    display: block;
    overflow: hidden;
    transition: 0.7s all;
    padding: 14px 20px;


}


.second_nav li a:before
{
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 3px solid #86bc42;
    bottom: 0;
    right: 350px;
    transition: 0.3s all;
}

.second_nav li a:hover:before
{
    right:0;
}


#nav{
    width:100%;
    z-index:300;
}
.carousel-caption
{
    padding-bottom: 250px;
    font-family: 'Roboto' ,sans-serif;
}

.carousel-control-next
{
    background-image: none;
}
.carousel-control-prev
{
    background-image: none;
}
.stat{

    color:white;
    background-attachment: fixed;

}
.stat i{
    font-size: 50px;
}
.stat-items h2
{
    font-size: 42px;
    font-weight: bold;
    color:#ff8f00;
    padding-left: 30px;
}
.stat-items p{
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 10px;
    color:white ;
}
.stat-items
{
    padding-top: 20px;
}

.about
{
    background:#c5e1a5 ;
    color: #10274c;
}
.about i{
    font-size: 150px;
    padding-top: 20px;
}
.facilities
{

    color:black;
}
.facilities i{
    color:#86bc42;
    font-size: 50px;
}
.button
{
    border:none;
    color:black;
    padding:10px 20px;
    text-decoration: none;
    margin:4px 2px;
    border-radius: 16px;
    background-color:#004080 ;
    color:white;
}
.time-event-info
{
    color: #1e7e34;
    font-weight: bold;
    font-size: 30px;
}
.date-event-info
{
    color:#10274c;
    font-weight: bold;
    font-size: 20px;
}
.notice
{
    padding-left: 15px;
}
.news
{
    padding-left: 15px;
}

.event_position
{
    padding-left: 30px;
}
.contact li{
    padding-top: 10px;

}


.hover_effect
{
    position: relative;
    text-align: center;
    cursor:default;
    overflow: hidden;
    height: 100%;
    width: 100%;
    float: left;
    text-align: center;
}
.hover_effect .overlay
{
    position: absolute;
    overflow: hidden;
    top:10%;
    left: 10%;
    height: 80%;
    width: 80%;
   /* border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;*/
    transition: opacity 0.35s,transform  0.35s;
    transform: scale(0,1);
}
.hover_effect:hover .overlay
{
    opacity:1;
    filter:alpha(opacity=100);
    transform: scale(1);
}
.hover_effect img
{
    display: block;
    position:relative;
    transition: all 0.4s ease-in;
}
.hover_effect:hover img
{
    filter:grayscale(1) blur(3px);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hover_effect h5
{
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 1em 0;
   /* background: rgba(0,0,0,0.6);*/
    transform:translate3d(0,-100%,0);
    transition: all 0.4s ease-in;
    opacity: 0;
    filter:alpha(opacity=0);
    color:white;
    text-transform: uppercase;
    font-family: 'Dancing Script', cursive;
}

.hover_effect:hover h5
{
    opacity:1;
    filter:alpha(opacity=100);
    transform:translate3d(0,100%,0);
}
@media screen and (min-width: 600px) {


.mega-menu
{
    width:600px;
    /*height: 210px;*/
    overflow:hidden;
    padding: 10px;
    display:flex;
    position: absolute;
    left:0;
    right:0;
}

.mega-menu .row p{

    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.mega-menu .row p:hover
{
    background: #ddd;
    cursor: pointer;
}
}

@media screen and (max-width: 600px)
{
.navbar-top-fixed{
    position: relative!important;
}
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);

}

.owl-prev {
    left: -10px;

}

.owl-next {
    right: 0;

}

.item
{
    height: 300px;
    width: 200px;
    border:1px solid white;
    border-radius: 5px;
    background-color:white;

}



.navbar-top-fixed.scrolled
{
    background-color:white;
    /*color:white;*/
    transition:background-color,color 100ms linear;
    border-bottom: 3px solid #86bc42;
}

.color_change{
    color: #10274c;
}

.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 9px 12px;
    width:50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
   /* display: none;*/
}

.box{
    height:150px;
    width:300px;
    border:1px solid white;
}
.box img
{
    padding-left: 20px;
    padding-top: 10px;
}



.owl-prev i{
   font-size: 30px;
    padding-top: 100px;
    color:transparent;
}
.owl-next i{
   font-size: 30px;
    padding-top: 100px;
    color: transparent;
}
.owl-prev:focus{
    outline:none;
}
.owl-next:focus{
    outline:none;
}
.button:hover
{
    background-color: white;
    color:#10274c;
    font-weight: bold;
}


#sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 250px auto;


}

#sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    size:50px;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
#sk-cube-grid .sk-cube1 {

    animation-delay: 0.2s; }
#sk-cube-grid .sk-cube2 {

    animation-delay: 0.3s; }
#sk-cube-grid .sk-cube3 {

    animation-delay: 0.4s; }
#sk-cube-grid .sk-cube4 {

    animation-delay: 0.1s; }
#sk-cube-grid .sk-cube5 {

    animation-delay: 0.2s; }
#sk-cube-grid .sk-cube6 {

    animation-delay: 0.3s; }
#sk-cube-grid .sk-cube7 {

    animation-delay: 0s; }
#sk-cube-grid .sk-cube8 {

    animation-delay: 0.1s; }
#sk-cube-grid .sk-cube9 {

    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {

        transform: scale3D(1, 1, 1);
    } 35% {

          transform: scale3D(0, 0, 1);
      }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}
.animate-bottom
{
    position: relative;
    animation-name: animatebottom;
    animation-duration: 1s;
}
@keyframes animatebottom{
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

/*#myDiv
{
    display: none;
}*/

.a_style:hover{
    transition: all 0.4s ease-in;
    color:#86bc42;
    transform: scale(1.2);
}

.card{
    border-color: #10274c;

}

.card-style
{
    padding-left: 10px;
}



.news_button{
    padding:16px;
    width:200px;
    cursor:pointer;
    background-color:#293352 ;
    
    color:white;
    border-radius:4px;
    transition: all 0.5s;
    
    margin-left:-20px;
}
.news_button span{
    display: inline-block;
    position: relative;
    transition: 0.5s;
    cursor:pointer;
}
.news_button span:after{
    content:'\00bb';
    position: absolute;
    opacity:0;
    top:0;
    right:-10px;
    transition: 0.5s;
}

.news_button:hover span{
    padding-right: 10px;
}
.news_button:hover span:after{
    opacity: 1;
    right:0;
}
.button_apply
{
    background-color: #a51c30;
    color:white;
    border:1px solid white;
    padding:10px 20px;
    text-decoration: none;
    margin:4px 2px;
    border-radius: 16px;
    font-weight: bold;

}
.button_apply:hover
{
    background-color: white;
    color:black;
}

.inner1
{
    width:100px;
    height:100px;
    border-radius: 100%;
    border: 5px solid  #293352;
    display: table;
    margin:0 auto 15px;
    transition: transform .25s ease-out, border-color .25s ease-out;

}
.inner1:hover
{
    border-color:#52854c;
    transform: scale(1.1);
}
.inner1 img
{
    padding-left: 10px;
    padding-top: 10px;
}
.inner2
{
    width:100px;
    height:100px;
    border-radius: 100%;
    border: 5px solid  #293352;
    display: table;
    margin:0 auto 15px;
    transition: transform .25s ease-out, border-color .25s ease-out;

}
.inner2:hover
{
    border-color:#52854c;
    transform: scale(1.1);
}
.inner2 img
{
    padding-left: 10px;
    padding-top: 10px;
}
.inner3
{
    width:100px;
    height:100px;
    border-radius: 100%;
    border: 5px solid  #293352;
    display: table;
    margin:0 auto 15px;
    transition: transform .25s ease-out, border-color .25s ease-out;

}
.inner3:hover
{
    border-color:#52854c;
    transform: scale(1.1);
}
.inner3 img
{
    padding-left: 10px;
    padding-top: 10px;
}

.wings_design
{
    padding-top: 30px;
    padding-bottom: 30px;
}


.events h2
{
    font-family: 'Playfair Display', serif;
}


.collapsible
{
    padding: 18px;
    width:100%;
    text-align: left;
    border:none;
    outline: none;
    background-color: white;
    color:black;
    cursor:pointer;
}
.collapsible:hover
{
    background-color: #555;
}

.collapsible:after{
    content:'\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.course
{
    padding:0 18px;
    color:black;
    max-height: 0;
    overflow:hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}

.dropdown-submenu .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:0;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;


}
.dropdown-submenu:hover .dropdown-menu
{
    display: block;
}
.dropdown-submenu a:after{
    display: block;
    content: " ";
    float: right;
    width:0;
    height:0;
   border: 1px solid transparent;
}

.dropdown-menu
{
    margin-top:-20px;
}
.owl-theme
{
    padding-left: 30px;
    padding-right: 30px;

}

.event-calendar{
    width:60px;
    height:75px;
    border:1px solid gray;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.event-month
{
    width:100%;
    background-color: #a51c30;
    color:white;
    text-align: center;
}
.event-date{
    width:100%;
    background: white;
    text-align: center;
    font-size:18px
}

.event-year{
    width:100%;
    background-color: #293352;
    text-align: center;
    color:white
}

.facilities:before
{
    box-sizing: border-box;
}
.facilities:after
{
    box-sizing: border-box;
}
.faculties ul li{
    padding: 15px;
   border: 1px solid white;
    border-radius:15px;
    margin-bottom: 15px;
    background-color: whitesmoke;
}
.faculties p1
{
    color:#0071bc;
    font-size: 20px;
}

.programme {
    line-height: inherit;
}

.team_section {
    text-align: center;
}

.inner_class {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.team_section h1 {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 4px solid;
    padding-bottom: 10px;
}

.team_image {
    float: left;
    width: calc(100%/3);
    overflow: hidden;
    padding: 40px 0;
}

.team_image img {
    width: 120px;
    height: 120px;
}

.team_image .button_position {
    padding-top: 20px;
    padding-left: 20px;
}

.team_name {
    padding: 16px 0;
    text-transform: uppercase;
}

.team_position {
    font-style: italic;
}

.icon {
    padding-top: 12px;
}

.icon a {
    padding: 0 4px;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: 0.4s;
}

.icon a:hover {
    transform: scale(1.3);
}

.icon a i {
    color: blue;
    line-height: 30px;
}

@media screen and (max-width: 600px) {
    .team_image {
        width: 100%;
    }
}

.authority_style p1 {
    font-size: 30px;
    font-weight: 100;
}

.row_color {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}

.authority_button {
    padding-top: 30px;
}

    .authority_button button {
        background-color: #0071bc;
        color: white;
        border-radius: 15px;
        height: 40px;
        border: none;
    }

    .navbar-top-fixed{
        border-bottom: 1px solid lightgray;
    }

.btn_logout

{
    width: 40%;
    height: 150%;
    border-radius: 15px;
    background-color: #0e1e38;
    color:white;

}

.custom_select .log_student
{
    width:250px;
}

.login_padd
{
    padding-top: 20px;
}

.login {
    width: 100%;
    height: 800px;
    padding-top: 160px;
}

.formdesign {
    font-size: 20px;
    align: center;
}

.taxboxcontrol {
    width: 40%;
    align: center;
    font-weight: 500;
    border-radius: 15px;
    border: 2px solid;
}

.demo {
    height: 100%;
    width: 100%;
}


.about {
    background-color: #c5e1a5;
}

    .about i {
        font-size: 100px;
    }

.formpadding {
    padding-top: 20px;
}

.taxtsize {
    font-size: 35px;
    font-weight: 700;
    color: #002752;
}

button {
    width: 20%;
    height: 45px;
    color: #FAFAFA;
    font-weight: bold;
    font-size: 60px;
    border-radius: 10px;
    background-color: #002752;
}


.pad h2 {
    text-align: center;
    font-weight: bold;
    color: #16174E;
}

.pad h4 {
    text-align: center;
    font-weight: bold;
    color: #16174E;
}

.pad {
    padding-top: 30px;
}

    .pad img {
        align: center;
        height: 200px;
        width: 180px;
    }

#btn button {
    background-color: #031635;
    width: 2in;
    height: 80%;
    color: #FAFAFA;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
}

.coldesign {
    background-image: linear-gradient(#F7F8F8,#ACBB78);
}

.blank {
    background-color: white;
    height: 10px;
    width: 100%;
}

.btndv {
    align: center;
}

.lbl {
    font-weight: bold;
    color: #16174E;
}

.textbox {
    type: text;
    width: 100%;
    align: center;
    border-radius: 10px;
    border: 1px solid;
}

#btnconf button {
    width: 100px;
    height: 40px;
    font-weight: 400;
    color: #FAFAFA;
    background-color: #16174E;
    border-radius: 10px;
}

#dropdownitem {
    font-weight: bold;
    color: white;
    padding-top: 50px;
}

#puc {
    align: center;
    opacity: .5;
}

.img {
    height: 204px;
    width: 50px;
}

.countdownContainer {
    text-align: center;
    padding: 10px;
}

.info {
    font-size: 50px;
    color: white;
    text-align: center;
}

.tim {
    font-size: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
}

/*.owl-item {
    margin-left: 3px;
}*/

/*.owl-prev {
    left: 3%;

}*/



.btn_applyOnline {
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 20px !important;
    font-weight: 100;
    padding: 30px;
    margin:40px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
}

    .btn_applyOnline:hover {
        border: solid #337FED 1px;
        background: #1E62D0;
        color: #DDDDDD;
        background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
        /*-webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;*/
        text-decoration: none;
    }

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 48%;
    left: 48%;
    z-index: 100;
}