.animate-drop {
    position: relative;
    animation: drop 3s ease-in-out infinite;
}
@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 20px;
        opacity: 0;
    }
}



html{
    scroll-behavior:smooth
}
.logoo{
    position: relative;
    width: 55px;
    height: 55px;
    padding:0;
    
    margin: 5px;
    margin-right: 15px;
    top: 5;
    right: 5;
    float:right;
}
.logoo:hover{
    background-color:none;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.contnrr{
    border-radius: 20px;
    position:inline-block;
    margin-right:72px;
    width: 70%;
    height: 100%;
    background-color:#85929E;
}
.topnav {
    border-bottom:none;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
}

.topnav a {
    float: right;
    display: inline-block;
    
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight:bold;
    color:#F5D400;
    font-family:  sans-serif;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
    border-radius: 10px;
}

.topnav a.active {
    background-color: #F5D400;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 700px) {
    .topnav {position: fixed; }
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: inline-block;
    }
}

@media screen and (max-width: 700px) {
    .topnav.responsive {position: fixed;}
    .topnav.responsive .icon {
        position: absolute;
        margin-right: 75px;
        margin-top: 0px;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }
}

.nav-colored { background-color:#85929E; border-bottom: 1px solid #dee2e6;color: #F5D400; }
.nav-transparent { background-color:transparent;border-bottom:none;color: #000;}


.section.has-img-bg * {
    z-index: 2 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important;
}
