*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 992px) and (max-width: 5000px) {
    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 10px !important;
    }

    #Top_bar #logo img {
        max-height: 35px;
    }

    #Top_bar #logo,
    .header-fixed #Top_bar #logo,
    .header-plain #Top_bar #logo,
    .header-transparent #Top_bar #logo {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 10px !important;
    }

    #Top_bar #logo img {
        max-height: 35px;
    }

    #Top_bar #logo,
    .header-fixed #Top_bar #logo,
    .header-plain #Top_bar #logo,
    .header-transparent #Top_bar #logo {
        padding: 15px 0;
    }

    #slider-1-slide-1-layer-3 {
        top: 120 !important;
    }

    rs-sbg {
        background-size: 100% auto !important;
        background-position: center top !important;
    }

    .padd0 {
        padding-top: 0 !important;
    }

    /* #slider-1-slide-1-layer-0{margin-top: 40px!important;} */
}

@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo {
        margin: 10px 0;
        text-align: left;
    }

    #Top_bar #logo img.logo-mobile {
        max-width: 150px;
    }

    rs-sbg {
        background-size: 100% auto !important;
        background-position: center top !important;
    }

    .mcb-section .section_wrapper {
        width: 100% !important;
    }

    .mcb-wrap {
        padding-top: 0 !important;
    }

    .mcb-wrap-inner {
        padding: 0 15px;
    }

    .mcb-wrap-inner .image_frame {
        margin-top: 25px !important;
    }

    .column-margin-20px {
        margin: 25px 0 !important;
    }

    .mobile_align_center {
        padding: 25px 0 !important;
    }

    .mobile_align_center h4 {
        padding-left: 0 !important;
    }

    .mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile-sticky {
        max-width: 150px !important;
    }

    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 10px !important;
    }

    .padd50 {
        padding: 50px 0 !important;
    }

    .padd0 {
        padding-top: 0 !important;
    }

    .padd50 .column_attr {
        padding: 0 10% !important;
    }
    /* .padd50 .column_attr p h3{
        font-size:  15px !important;
    } */
    #Footer .logo {
        padding-top: 30px;
    }

    .aboutbg {
        padding-top: 0 !important;
    }

    .aboutbg .mcb-wrap.one {
        background-size: cover !important;
        padding: 0 !important;
    }

    .whyworkbg {
        padding-top: 50px !important;
    }

    .contactbg h6 {
        margin-top: 20px;
    }

    .textcenter {
        text-align: center;
    }

    #slider-1-slide-1-layer-0 {
        margin-top: 10px;
    }

    /* #rev_slider_1_1_wrapper .rs-parallax-wrap.rs-layer-hidden{
        display: block !important;
        visibility: visible !important;
    } */
}

.main-banner {
    position: relative;
}

.main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: 1;
}

.main-banner .banner-inner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 80px 0 40px;
    aspect-ratio: 160 / 85;
}

.main-banner .banner-inner .banner-container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 25px;
}

.main-banner .banner-inner .banner-container .banner-content {
    max-width: 50%;
}

.main-banner .banner-inner .banner-container .banner-content h1,
.main-banner .banner-inner .banner-container .banner-content h5,
.main-banner .banner-inner .banner-container .banner-content p {
    color: #fff;
}

.main-banner .banner-inner .banner-container .banner-content a {
    display: inline-block;
    color: #fff;
    background-color: #c87f26;
    border-color: #c87f26;
    padding: 16px 20px;
    margin-top: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.main-banner .banner-inner .banner-container .banner-content a:hover {
    background-color: #b46f1a;
    border-color: #b46f1a;
}


.offerbg{
    background-color: #2c3137;
}

@media screen and (max-width:1199px) {
    .main-banner .banner-inner .banner-container .banner-content h1 {
        font-size: 50px;
        line-height: 1.15;
        margin-bottom: 10px;
    }

    .main-banner .banner-inner {
        padding: 110px 0 20px;
        aspect-ratio: unset;
    }

    .main-banner .banner-inner .banner-container .banner-content {
        max-width: 50%;
    }

    .main-banner img {
        object-position: top right;
        left: 200px;
    }
}

@media screen and (max-width:767px) {
    .main-banner .banner-inner .banner-container .banner-content h1 {
        font-size: 42px;
    }

    .main-banner .banner-inner {
        padding: 20px 0 20px;
        aspect-ratio: unset;
        text-align: center;
    }

    .main-banner .banner-inner .banner-container .banner-content {
        max-width: 100%;
    }

    .main-banner img {
        position: static;
        aspect-ratio: 4 / 3;
    }

    .aboutbg .section_wrapper .mcb-wrap-inner>.mcb-column *{
        position: relative;
        z-index: 2;
    }

    .aboutbg .section_wrapper .mcb-wrap-inner>.mcb-column {
        position: relative;
        height: 100%;
    }

    .aboutbg .section_wrapper .mcb-wrap-inner>.mcb-column::after {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        transform: translateX(-50%);
        content: "";
        background: linear-gradient(90deg, black, #00000057);
    }


    
}
@media only screen and (max-width: 767px) {
    .footer-text p{font-size: 20px!important;}
    .footer-text h3{font-size: 20px!important;}
}