
/*============ >>>  NAvbar   <<<  ============ */

.navbar-link {
    padding: 35px 0px;
}
#lottie{
    background-color:#ffffff;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.navbar-player {
    position: relative;
    margin: 0px 60px;
}
#DesktopLogo svg {
    width: 140px !important;
}
#logo svg {
    width: 110px !important;
}
.mb-30{
    margin-bottom: 30px !important; 
}






@media (max-width: 991px){
.slide-head button i {
    position: absolute;
    width: 38px;
    right: 5px;
    top: 8px;
    height: 38px;
}


@media (max-width: 991px){
.navbar-toggle i {
    position: absolute;
    color: #ffffff;
    right: 19px;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-gdnt);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    z-index: 999999;
    top: 28px;
}
}

@media (max-width: 991px){
.slide-head {
    width: 100%;
    padding: 3px 15px;
}
}




