.anchor:focus{
    box-shadow: 0 0 0 0  !important;
}
body,html{
    overflow-x: hidden !important;
}
@media(max-width:991px){
    .wow{
        animation-name: none !important;
      
    }
}
.whatsappicon{
    
    position: fixed;
    bottom: 2.8vh;
    right: 2.8vh;
    width: 9.2vh;
}
.nav-item{
    color: white;
}
.anchor:focus{
    box-shadow: 0 0 0 0  !important;
}
body{
    overflow-x: hidden  ;
}
.navlink{
    text-decoration: none;
    color: #fff !important;
    
}
@media (max-width:767px)
{
.subnav{
    grid-template-columns: repeat(1,230px) !important;
    position: static  !important;
    margin: 10px 0 0 0 !important;

}
.subnav-item {
    box-shadow: none !important;
}
.subnav-item:hover{
    background-color: brown !important;
    color: #fff;

}
.subnav-item:hover > a{
    color: #fff !important;
}

}

.dropdown{
    position: relative;
    padding: 1% 0;
    cursor: pointer;
    list-style-type: none;
    border-radius: 6px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    width: fit-content;

}

.subnav{
    background-color: #fff;
    box-shadow: 0 0 3px 0;
    padding: 1em;
    margin-top: .8em;
    border-radius: 7px;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3,230px);
    row-gap: 1em;
    column-gap: 1em;
    overflow: hidden;
    height: 0;
    padding: 0;
    opacity: 0%;
    transition-duration: .5s;
    cursor: auto;
}


.subnav-item{
    list-style-type: none;
   
    padding-left: .5em;
    box-shadow: -0.3px 0.2px .5px black;
   
    display: flex;
    align-items: center;

}
.dropdown:hover > .subnav{
height: fit-content!important;
padding: 1rem!important;
opacity: 100%;

}
.dropdown:hover{
    background-color: rgba(255, 255, 255, .5);    
}
.dropdown:hover > a{
    color: black !important;
    text-decoration: none;
}
.subnav-link{
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: black !important;
    font-weight: bold;
}
.subnav-item:hover{
    background-color: rgba(0.5, 106, 106, 0.2);
   
}
.subnav-item:hover >.subnav-link{
    color: rgb(21, 22, 22) !important;
    text-decoration: none;
}
h3{
    color:black !important;
    position: relative;
    height: 2.5em;

}
.nav-item{
    transition-duration: .3s;
}
.nav-item .active{
    transition-duration: .3s;
}
.nav-item:hover{
background-color: rgba(255, 255, 255, .5);

    
}
.nav-item:hover > .active{
    color: black !important;
}

.navbar-nav{
    font-weight: 450;
}
.nav-item{


    width: fit-content;
}

@media( max-width:767px){
    .nav-item{
        width: 100% !important;
        text-align: end !important;
    }
    .dropdown{
        width: 100% !important;
        text-align: start !important;
        direction: rtl;
        padding: 0 !important;
        
    }
    .subnav-item{
        grid-column-start: 1;
        grid-column-end: 4;
    }
}
.contact{
color: black !important;
}
.five{
    background-color: var(--light);
    /* padding: 2px 5px 5px 5px; */
}
.navbar-nav{
    font-weight: 450;
}
.nav-item{


    width: fit-content;
}



body{
    background-color: #2e606e;
   
   
    
}
@media(min-width:992px){
    .Form{
        width: 50vw;
    }
}
