* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    /*font-family:"Poppins", Arial,"Georgia","Avenir","Sand Serif";*/
    font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    letter-spacing: normal;
    /*background-color: #f4eee1; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(to right,#f4eee1,#f4efe1,#d8d1be, #e8e1d2); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(to right,#f4eee1,#f4efe1,#d8d1be, #e8e1d2); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(to right,#f4eee1,#f4efe1,#d8d1be, #e8e1d2); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(to right,#f4eee1,#f4efe1,#d8d1be, #e8e1d2)!important;
}

nav {
    background-color: #00053e;
    width: 100%;
    padding-left: 7%;
    font-size: 1.2rem;
}

div ul li {
    display: inline-block;
    line-height: 40px;
    margin: 0 9px;
}

a {
    color: white;
}

.admission{
    background: #e54545!important;
    color: white;
    font-size: 1rem;
    width: 100%;
    height: 2.5rem;
}
.admission-right{
    padding: .4%;
    float: right!important;
    margin-right: 8%;
}
.online-admission{
    color:#ffff01;
}
.online-admission:hover{
    color:#fff
}
.responsive ul li a {
    color: white;
    font-size: 1.3rem;
}
.responsive ul li a:hover {
    color: #f00;
    font-size: 1.3rem;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.arc {
    color: rgb(226, 226, 226);
    padding-top: 5px;
    text-align: center;
    background-color: #141414;
    margin: 0% !important;

}

.responsive ul li:hover{
    margin: 0;
    padding: 0 9px;
}

/*test*/
.dropdown:hover .menu,
.dropdown:hover .menuTwo {
    display: block;
    visibility: visible;
    z-index: 1000;
    position: absolute;
}

li.dropdown {
    pointer-events: auto;
}

/*test*/
li.dropdown {
    display: inline-block;
}


.dropdown-content,
.dropdown-content-two ,
.dropdown-content-three
{
    display: none;
    position: absolute;
    background-color: #070f6dfa;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a,
.dropdown-content-two a,
.dropdown-content-three a
 {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: normal;
    line-height: 10px;
    text-align: left;
}

.white {
    color: #fddecf;
    display:inline-flex;
}

.dropdown-content a:hover,
.dropdown-content-two a:hover,
.dropdown-content-three a:hover
 {
    background-color: #f1f1f1;
    color: black;
}

.flex {
    width: 100%;
    padding: 0 9%;
    background-color: #2c9972;
    display: flex;
}

.bottom-nav {
    width: 30%;
}

.bottom-nav ul{
	font-size:large;
}

.link li {
    display: block;
    line-height: 25px;
}

.link li div a {
    color: white !important;
}

#navbtn {
    display: hide;
}

.logo {
    /*background: url(../image/logo.png);*/
    width: 100%;
    /*height: 15rem;*/
    background-repeat: no-repeat;
}

.logo img {
    width: 100%;
    max-height: 18vh;
    /*margin: 0 8%;*/
    /*position: relative;
  z-index: -1000;*/
}

.w-100 {
    height: 100vh;
}

.hiddenUp {
    display: none;
}

.hiddenUpDepartment {
    display: none;
}

.buttonDepartment {
    display: inline;
}

.buttonFacility {
    display: none;
}

.buttonDownFacility {
    display: none;
}

.buttonUpFacility {
    display: none;
}
.small{
    display: none!important;
}

footer {

    bottom: 0;
    width: 100%
}

.search {
    position: absolute;
    top: 10%;
    right: 10px;
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, #f0f0f0, #00b9ff, #59d941, #f0f0f0);

}
.text{
    margin-left: 10px
}

.btn-primary:hover{
    background-color:#26d07c;
    cursor: pointer;
    transition: .2s ease-in-out;
}


@media (max-width:1024px) {
    .img-principle-main{
        width: 26%!important;
    }
    .logo img {
        width: 100%;
        min-height: 14vh;
        margin: 0;
    }

    .link li a{
        width: 60%;
        display: inline-block;
    }

    .buttonDepartment {
        display: inline;
    }

    .buttonFacility {
        display: inline;
    }

    .hiddenUpDepartment {
        display: none;
    }

    .buttonDownFacility {
        display: none;
    }

    .buttonUpFacility {
        display: inline;
    }

    .dropdownClick {
        display: block;
        visibility: visible;
        z-index: 100;
        position: absolute;
    }

    nav {
        padding-left: 0%;
    }

    #navbtn {
        display: inline-block;
        margin: 1px;
        position: relative;
        cursor: pointer;
        padding: 5px;
        width: 25px;
        height: 25px;
    }

    .w-100 {
        height: 55vh;
    }

    .line {
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 2px;
    }

    .top-ln {
        top: 18%;
        transition: all .95s cubic-bezier(0.26, 0.1, 0.27, 1.55);
    }

    .middle-ln {
        top: 48%;
        transition: all .95s cubic-bezier(0.26, 0.1, 0.27, 1.55);
    }

    .bottom-ln {
        top: 78%;
        transition: all .95s cubic-bezier(0.26, 0.1, 0.27, 1.55);
    }

    .closed .top-ln {
        transform: rotate(45deg);
        top: 48%;
    }

    .closed .middle-ln,
    .closed .bottom-ln {
        transform: rotate(-45deg);
        top: 45%;

    }

    .responsive {
        display: none;
    }

    .nav-item,
    li.dropdown {
        display: block;
        line-height: 40px;
        margin: 0 5px;
    }

    .active {
        display: block;
        text-align: center;
        position: relative;
        width: 100%;
        visibility: visible;
        z-index: 1;
        background-color: #00053e;
    }

    .carousel {
        z-index: -1;
    }

    .dropdownClick {
        visibility: visible;
        z-index: 1;
        position: relative;
    }

    .dropdownClick a {
        text-align: center;
    }

    .bottom-nav {
        width: 100%;
    }

    .flex {
        display: block;
        padding: 0 4%;
    }

    img {
        width: 60%;
    }

    .mainContainer {
        z-index: 1;
    }

    h3 {
        font-size: 1.17em;
    }
    .bottom-nav ul{
        padding-bottom: 1rem;
        margin-bottom: 0;
    }

}
@media(max-width: 426px){
    .admission-right{
        padding: .8%;
        float: right!important;
        margin-right: 3%;
    }
    .admission{
        height: 4rem;
    }
    .large{
    display: none!important;
}

    .small{
    display: block!important;
    }
    .w-100 {
        height: 30vh;
    }
}
@media(max-width: 375px){
    .admission-right{
        padding: .8%;
        float: right!important;
        margin-right: 1%;
    }
    .admission{
        height: 4rem;
    }
}