/* input your custom styles or overwrite css */
.st_contact_waraper .st_input_item .st_default_btn {
    background: #000 !important;
}
.st_contact_waraper .st_input_item .st_default_btn:hover {

    background: var(--yellow) !important;

}

.st_header_area.st_header_btn.sticky-ash-gradient {
    position: static;
    border-bottom: 1px solid #000;
}

.st_header_area.st_header_btn.sticky-ash-gradient .st_logo img {

    height: 100px;

    margin: 10px 0;

}

.st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul li a {

    color: #000;
    padding: 10px 0;
    transition: .4s ease-in-out;

}
.st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul li a::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
/* .st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul li a::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: var(--yellow);
    z-index: 1;
    transition: .4s ease-in-out;
}
.st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul li a:focus,.st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul li a:hover {
    color: var(--yellow);
}
 .st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul li a:focus::after, .st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul li a:hover::after {
    width: 100%;
} */
.st_header_area.st_header_btn.sticky-ash-gradient .st_menu ul {
    position: relative;
    animation: menuFadeInDown 3s ease-in-out;
}
.st-mean-gigas.mean-container a.meanmenu-reveal span{
    background-color: #fff !important;
}
.st-mean-gigas.mean-container a.meanmenu-reveal {
    color: #fff !important;
}

@keyframes menuFadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

#slider .carousel-inner .carousel-item {
    height: 100vh;
}
#slider .carousel-inner .carousel-item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#slider .carousel-inner {
    position: relative;
}
#slider .carousel-inner .carousel-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000002a;
    z-index: 0;
}
.brands img {
    width: 100px;
    opacity: .5;
    transition: opacity .2s ease-in-out;
}
.brands img:hover {
    opacity: 1;
}
.spin{

    animation: spiner 1s linear infinite;

}


@keyframes spiner {

    from {transform: rotate(0deg);}

    to {transform: rotate(360deg);}

}



@media only screen and (max-width: 767.98px){

    #contact{

        padding-bottom: 0 !important;

    }

}