/*Write your Own Css Here*/

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero-single .hero-content .hero-title {
        font-size: 35px !important;
    }
}

.hero-shapes img.hero-plane-1 {
    top: -100px !important;}


    /* .navbar.in .navbar-brand .logo-scrolled{
        max-width: 30% !important;
    } */



    @media only screen and (max-width: 767px){
        .hero-shapes img.hero-plane-1 {
            top: -20px !important;
            left: 5% !important ;
        }
   .navbar .navbar-brand .logo-scrolled {
    max-width: 150% !important;
} 
.grid-5 {
    padding-left: 10px !important;
    display: grid;
    grid-gap: 6rem;
    grid-template-columns: repeat(5, 1fr); }
}



@media only screen and (min-width: 768px) and (max-width: 991px){
    .hero-shapes img.hero-plane-1 {
        top: -20px !important;
        left: 5% !important ;
    }
    .navbar .navbar-brand .logo-scrolled {
     max-width: 10% !important;
 } 


/*    .navbar .navbar-brand .logo-scrolled {*/
/*         max-width: 80% !important;*/
/* }*/

/*    .logo-outside {*/
/*    margin-top: -30px !important;*/
/*    margin-bottom: -30px !important;*/
/*}*/
}


 .pt-50{
    padding-top: 50px !important;
 }


 .navbar.in .navbar-nav .nav-item .nav-link a:hover{
    color: red !important;

 }


 /* .navbar-extra-logo{
    max-height: 80px !important;
    max-width: 80px !important;
 } */


 /* .search-cart.nav-profile {
  
    margin-right: 30px;
} */

.logo-outside {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
}


.navbar {
    background-color: white !important;
}

.navbar .navbar-nav .nav-item .nav-link{
    color: black !important;
}

body{
    font-family: Arial, Helvetica, sans-serif !important;
}

.navbar-container{
    /* line-height: -10px !important; */

    margin-top: -15px !important;
    margin-bottom: -15px !important;
    
}

.navbar-extra-logo{
    padding: 10px !important;
}

.logo-outside{
    padding: 10px !important;
   
}


.navbar.in .navbar-brand .logo-scrolled
{
    margin-top: -35px !important;
    margin-bottom: -35px !important;
}


@media only screen and (max-width: 767px) {
    .navbar .navbar-brand .logo-scrolled{    
        margin-top: -30px !important;
        margin-bottom: -30px !important;
        
    }
    .logo-scrolled{
        size: 10vh !important;
    }
}


.bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .nav-link ::before {
    color: red !important;
    background-color: red !important;

}

.navbar .navbar-nav .nav-item .nav-link:hover{
    color: red !important;

}

@media only screen and (max-width: 767px){
    .navbar .navbar-nav .nav-item .nav-link:hover{
        color: red !important;
    
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-brand .logo-scrolled {
        max-width: 100% !important;
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }
}


.footer-list li a:hover{
    color: red !important;
}


.btn-4{
    color: black !important;
}


.how_it_clr{
    color: white !important;
}


/* Alert styles */
.alert {
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Loading spinner */
.fa-spinner {
    margin-left: 5px;
}



