/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.search-form {
width: fit-content;
}



.comment-respond {
    padding:1rem !important;
}
.footer-logo figure.wp-block-image.size-full > img {
    max-width: 300px;
}
ul.contact-info li, ul.contact-info address {
    margin: 0 !important;
}
ul.contact-info li{
    margin: 0 !important;
}
ul.contact-info address {
    margin-bottom: 8px !important;
}


.cursor,
.custom-cursor,
.mouse-cursor,
.cursor-inner,
.cursor-outer,
.ot-cursor {
    display: none !important;
}

.fa-angle-down:before {
    content: "\f107";
    margin-left: 6px;
    font-size: 17px;
}
.header-main .header-left .logo img {
    filter: brightness(0) invert(1);
}
.sticky .header-main .header-left .logo img {
    filter: unset;
}
.header-main .main-menu ul li a {
    color: white;
}
.sticky .header-main .main-menu ul li a {
    color: var(--header);
}
.header-4 .header-main .header-right .search-icon {
    color: var(--header);
    visibility: hidden;
}
.header-4 .header-main .header-right {
    gap: 20px;
}
.header-4 .header-main .header-right .header-button .theme-btn {
    padding: 15px 20px;
    border-radius: 20px;
}
.video_sctn_hm {
    padding-bottom: 300px;
}
.video_sctn_hm .hero-content {
    text-align: center;
    padding-top: 80px;
}
.video_sctn_hm .hero-content {
    width: 80%;
    margin: 0 auto;
}
.hero-4 .hero-content h1 {
    color: white;
    font-size: 45px;
}
.hero-4 .hero-content p {
    color: white;
}
.hero-4 .hero-content .hero-button {
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 1399px) {
    .hero-4 .hero-content h1 {
        font-size: 45px;
    }
}



