.navbar-toggler{
    background: white !important;
}
.transiontime{
    transition: 1s ease;
}
.first_section_background{
    background: url(/Images/firstSection1.png) center center ;
    background-size: cover;
    background-position: center;
}

.navbar {
    background-color: transparent !important;
    color: #FFFFFF !important;
    width: 100%;
    z-index: 10;
}

/* .navbar-nav {
    width: 83% !important;
} */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: none !important;
    outline: none !important;
}

.main-logo{
    width: 170px;
}

@media (max-width:991px){
    .main-logo{
        width: 100px;
    }
}
