#sitebar{
    background-color: #EEA02C;
    width: 100%;
    color: #fff;
    height:40px;
    transition: all 0.5s ease;
}

#sitebar .left{
    width: 50%;
    position: relative;
    top: 0.3rem;
    padding-left:3rem;
}

#sitebar .left .call{
    margin-left: 2rem;
}

#sitebar .left  i{
    margin-right: 0.8rem;
}

#sitebar .right{
    padding-right: 3rem;
}

#sitebar .right .social a{
    color: #fff;
    position: relative;
    top: 0.4rem;
    margin-right: 1.5rem;
    font-size: 1rem;
}

/* Navbar starts here  */

.mynavbar{
    width: 100%;
    height: 75px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    position:fixed;
    z-index:1000;
    background:#fff;
    transition: all 0.5s ease;
}

.mynavbar .left{
    display: flex;
    height: 75px;
    line-height: 70px;
    width: 15%;
}
 
.mynavbar .left .logo{
    width: 100%;
}

.mynavbar .left .logo img{
    width: 90%;
}

.mynavbar ul{
   padding-left:0;
   padding:0 1rem;
   height: 75px;
   line-height: 75px;
}

.mynavbar ul li{
    list-style: none;
    margin-right: 1.3rem;
    font-size: 1.2rem;
    position: relative;
    padding: 0 .5rem;
}

.mynavbar ul a li::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:0%;
    height: 4px;
    background-color: #EEA02C;
    z-index: 10;
    transition: width .3s ease;
}

.mynavbar ul a li:hover::before{
    width: 100%;
}

.mynavbar ul a:hover{
    color: #EEA02C;
}

.mynavbar ul a {
    color: #423F8D;
    font-weight: 500;
    text-decoration: none;
}
 
.mynavbar .right .btn{
    height: 75px;
}

.mynavbar .right .btn button{
    position: relative;
    top: 0.3rem;
}

.mynavbar .internal{
    width: 95%;
}


#menubar{
    width:35px;
    height:30px;
    cursor: pointer;
    transition:0.3s ease;
    display: none;
}

.bar{
    width:100%;
    display: block;
    height:5px;
    border-radius: 10px;
    background-color:#EEA02C;
    transition:0.3s ease;
}

.icon .bar{
    background-color: gray;
    z-index: 100;
}

#bar1{
    transform: translateY(-4px);
}

#bar3{
    transform: translateY(4px);
}

.icon #bar1{
    transform: translateY(4px) rotate(45deg);
}

.icon #bar2{
    opacity: 0;
}

.icon #bar3{
    transform: translateY(-6px) rotate(-45deg);
}




@media only screen and (max-width:1032px){
    
    .mynavbar .left .logo img {
        width: 170%;
    }
    
    .mynavbar .middle{
        display:none;
        transition: all 0.3s ease;
        border-radius: 0%;
    }
    
    .mynavbar .right{
        position:relative;
    }
    
        
#menubar{
    margin-top: 0.5rem;
    margin-right: 1rem;
    display: block;
    position: absolute;
    right:1rem;
    top:1.3rem;
    z-index: 1100;
}

 .mynavbar .middle.change{
    /*width:30%;*/
    /*margin: 0 auto;*/
    position: absolute;
    right:-3rem;
    top:0;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:#fff;
    height:100vh;
    margin:0;
    z-index:1000;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
 
.mynavbar ul a li::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width:0%;
    height: 4px;
    background-color: #EEA02C;
    z-index: 10;
    transition: width .3s ease;
}

.navlist.flex-box{
    display:flex;
    flex-direction:column;
}

.mynavbar ul li{
    margin-top:3rem;
    padding:0;
}

.mynavbar ul{
   padding-left:0;
   padding:0 1rem;
   height: 0px;
   line-height:0px;
   flex-direction:column;
   height:38vh;
   width:30vw;
}

}





@media only screen and (max-width:890px){
    
        .mynavbar ul {
        height: 38vh;
        width: 50vw;
    }
    
     #sitebar .right{
    padding-right: 3rem;
    display:none;
}

#sitebar .left .call {
    margin-left: 1rem;
}

#sitebar .left i {
    margin-right: 0rem;
}

#sitebar .left {
    padding-left: 1.5rem;
}

#sitebar .left{
    width: 100%;
    position: relative;
    top: 0.3rem;
    text-align:center;
}
}


@media only screen and (max-width:576px){
       
        .mynavbar ul {
        height: 38vh;
        width: 70vw;
    }
       
    .mynavbar .left {
    display: flex;
    height: 75px;
    line-height: 70px;
    width: 16%;
}

    #menubar {
        margin-top: 0.5rem;
        margin-right: 0.5rem;
        display: block;
        position: absolute;
        right: 0rem;
        top: 1.3rem;
        z-index: 1100;
    }
    .mynavbar .left .logo img{
    width: 300%;
    position: relative;
    top: 0.8rem;
}
.mynavbar .left {
    display: flex;
     line-height: 0; 
    width: 15%;
}
}


@media only screen and (max-width: 300px) {
    .mynavbar ul {
        height: 45vh;
        width: 90vw;
    }
    .mynavbar ul li{
        font-size:1rem;
    }
    .enroll{
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }
}




