/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap');

@font-face {
    font-family: 'Eurostile LT Std';
    src: url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Demi.eot');
    src: url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Demi.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Demi.woff2') format('woff2'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Demi.woff') format('woff'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Demi.ttf') format('truetype'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Demi.svg#EurostileLTStd-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile LT Std';
    src: url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Bold.eot');
    src: url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Bold.woff2') format('woff2'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Bold.woff') format('woff'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Bold.ttf') format('truetype'),
        url('/wp-content/themes/betheme-child/fonts/EurostileLTStd-Bold.svg#EurostileLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Eurostile LT Std', sans-serif !important;
    font-weight: normal;
}

@media only screen and (max-width: 1024px) {
    h1{
        font-size: 40px;
        line-height: 42px;
    }
    h2{
        font-size: 36px;
        line-height: 38px;
    }
    h3{
        font-size: 32px;
        line-height: 34px;
    }
    h4{
        font-size: 28px;
        line-height: 30px;
    }
    h5{
        font-size: 24px;
        line-height: 26px;
    }
    h6{
        font-size: 22px;
        line-height: 24px;
    }
}

/* List Type Style Started */

ul li, ol li{
    color: #000000;
    font-size: 17px;
    line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    ul li, ol li{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 0px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    ul li, ol li{
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0px;
    }
}
@media only screen and (max-width: 479px) {
    ul li, ol li{
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
        letter-spacing: 0px;
    }
}

/* List Type Style Ended */

/* Global Button Style Started */

.button.button_full_width .button_label {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .column_button .button {
        margin: 0 !important;        
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 15px !important;
        letter-spacing: 0.2px !important;
    }    
}
/* Global Button Style Ended */


/* Global Wrapper/Container Style Started */
@media only screen and (min-width: 576px) {
    #Content{
        padding-top: 8px;
    }   
}
@media only screen and (min-width: 1025px) {

    .section_wrapper,
    .container {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1280px) {

    .section_wrapper,
    .container {
        max-width: 1080px;
    }
}

@media only screen and (min-width: 1366px) {

    .section_wrapper,
    .container {
        max-width: 1280px;
    }
}

@media only screen and (min-width: 1600px) {

    .section_wrapper,
    .container {
        max-width: 1580px;
    }
}

@media only screen and (max-width: 767px) {
    .content_wrapper .section_wrapper{
        max-width: 100% !important;
    }
}

/* Global Wrapper/Container Style Ended */

/* Header style Started */

header::after {
    content: '';
    display: flex;
    background: #e6af2e;
    height: 117px;
    width: calc(50vw - 700px);
    position: absolute;
    z-index: 0;
    overflow: visible;
    visibility: visible;
    bottom: 0;
    right: 0px;
}

.main-site-nav {
    background: #1b3361;
    -webkit-clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 7% 100%);
    clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 7% 100%);
    height: 117px;
}

.mcb-section .mcb-wrap .column_header_burger .icon-wrapper i {
    color: #ffffff;
    font-size: 36px;
}

.top-head-phone {
    background: #e6af2e;
    -webkit-clip-path: polygon(6% 0%, 84% 0%, 100% 100%, 23% 100%);
    clip-path: polygon(6% 0%, 84% 0%, 100% 100%, 23% 100%);
    height: 117px;
    margin-left: -80px;
}

.top-head-phone a {
    display: flex;
    font-weight: 800;
    font-size: 19px;
    column-gap: 15px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.top-head-phone a:hover {
    transition: all 0.5s ease-in-out;
    text-decoration: underline;
    color: #000;
}

.mfn-menu-animation-text-line-bottom>.mfn-menu-li>.mfn-menu-link .label-wrapper:before {
    background-color: #e6af2e !important;
}

.home #Content {
    padding-top: 6px;
}

.mfn-header-main {
    padding-top: 6px;
}

.main-site-nav {
    flex: 0 0 650px;
}

@media only screen and (max-width: 1600px) {
    .main-site-nav {
        flex: 0 0 650px;
    }
}

@media only screen and (max-width: 1599px) {
    header .mcb-section .site-logo {
        flex-grow: 1;
        flex: 0 0 auto !important;
    }
    header::after {
        width: calc(50vw - 590px);
    }
    .top-head-phone {
        -webkit-clip-path: polygon(1% 0%, 120% 0%, 100% 100%, 30% 100%);    
        clip-path: polygon(1% 0%, 120% 0%, 100% 100%, 30% 100%);
        margin-left: -60px;
    }
    /* .mcb-section .top-head-phone > div {
        justify-content: flex-end;
    }
    .top-head-phone .mcb-column-inner.mcb-item-column-inner{
        right: -30px;
    } */
    .top-head-phone a{
        font-size: 16px;
        column-gap: 10px;
        margin-right: -70px;
    }
}
@media only screen and (max-width: 1366px) {
    .top-head-phone a{
        margin-right: -60px;
    }
}
@media only screen and (max-width: 1279px) {
    .mcb-item-header_burger-inner {
        z-index: 9999;
    }
    .top-head-phone{
        right: 80px !important;
    }
}
/* Header style Ended */

/* Banner style Started */
.home-banner-block h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
}

.home-banner-block h1 strong {
    font-size: 32px;
    line-height: 64px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    display: block;
}

@media only screen and (max-width: 1599px) {
    .mcb-section .mcb-wrap .banner-product-img   {
        margin-left: 10% !important;       
        bottom: -15px !important;
    }
    .mcb-section .mcb-wrap .banner-product-img   img {
        width: 500px;
    }
    .home-banner-block h1 strong{
        margin-bottom: 15px;
        font-size: 26px;
        line-height: normal;
    }
    .home-banner-block h1{
        font-size: 43px;
        line-height: normal;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1365px) {
    .home-banner-block h1 {
        font-size: 37px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .home-banner-block h1 strong{
        font-size: 22px;
        margin-top: 10px;
    }
    .mcb-section .mcb-wrap .banner-product-img img {
        width: 420px;
    }
    .mcb-section .mcb-wrap .banner-product-img{
        z-index: 1;
        position: absolute;
        bottom: 0px;
        width: auto;
        margin: auto !important;
        right: 0;
    }
    .banner-product-img .mcb-column-inner.mcb-item-image-inner {
        margin-bottom: -100px !important;
    }
}
@media only screen and (max-width: 1279px) {
    .home-banner-block h1 {
        font-size: 40px;
    }
    .home-banner-block h1 strong {
        font-size: 27px;
        line-height: normal;
    }
    .mcb-section .mcb-wrap .mcb-item-272codp7 .button{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 959px) {
    .banner-product-img .mcb-column-inner.mcb-item-image-inner {
        margin-bottom: 0px !important;
    }
    .home-banner-block .column.column_image {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 480px) {
    .mcb-section .mcb-wrap .banner-product-img img {
        width: 100%;
    }
    .banner-product-img .mcb-column-inner.mcb-item-image-inner{
        margin-left: auto !important;
    }
}
/* Banner style Ended */

/* Home-Service style Started */
.service-block h2 {    
    font-size: 35px;
    font-weight: bold;    
    color: #ffffff;
}
.service-block p {    
    max-width: 490px;
}
.service-block .image_wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 1599px) {
    .service-block h2{
        font-size: 32px;
        line-height: normal;
    }
    .service-block .column.column_column .mcb-column-inner {
        margin-left: 50px !important;
        margin-right: 50px !important;
        margin-bottom: 65px !important;
    }
}
@media only screen and (max-width: 1365px) {
    .service-block .column.column_column .mcb-column-inner {
        margin-left: 45px !important;
        margin-right: 40px !important;
        margin-bottom: 55px !important;
    }
    .service-block p {
        max-width: 100%;
        line-height: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .service-block {
        width: 100% !important;
    }
    .service-block .image_wrapper, .service-block .image_wrapper img, .service-block .image_frame{
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .services-main-block {
        padding-bottom: 80px !important;
    }
}
@media only screen and (max-width: 550px) {
    .service-block .column.column_column .mcb-column-inner {
        margin-left: 25px !important;
        margin-right: 20px !important;
        margin-bottom: 25px !important;
    }
    .service-block h2 {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 5px;
    }
    .service-block p {
        max-width: 100%;
        line-height: normal;
    }

    .service-block .mcb-column-inner.mcb-item-image-inner {
        height: 300px !important;
    }
    .service-block .mcb-column-inner.mcb-item-image-inner .image_frame .image_wrapper{
        height: 300px !important;
    }
    .service-block .mcb-column-inner.mcb-item-image-inner .image_frame .image_wrapper img{
        height: 100% !important;
        width: auto !important;
        max-width: inherit !important;
    }
}
/* Home-Service style Ended */

/* Home-Industry icon Block style Started */
.industry-icon-block .icon_box {
    display: flex;
    align-items: center;
    min-height: 100px;
    padding-left: 130px;
    margin-left: 30px;
}
.industry-icon-block .icon_box h3{
    font-size: 24px;    
}
.industry-icon-block {
    background-position: top -50px center !important;
    margin-top: -90px;
}
.industry-icon-block .section_wrapper.mcb-section-inner {
    padding: 15px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.industry-icon-block .one-fourth.mcb-wrap > .mcb-wrap-inner {
    padding-top: 38px;
    padding-bottom: 28px;
    background-position: center;    
}
/* .industry-icon-block .one-fourth.mcb-wrap:nth-child(1) > .mcb-wrap-inner {
    background-size: 392px 170px;
}
.industry-icon-block .one-fourth.mcb-wrap:nth-child(2) > .mcb-wrap-inner {
    background-size: 453px 170px;
}
.industry-icon-block .one-fourth.mcb-wrap:nth-child(3) > .mcb-wrap-inner {
    background-size: 453px 170px;
}
.industry-icon-block .one-fourth.mcb-wrap:nth-child(4) > .mcb-wrap-inner {
    background-size: 392px 170px;
} */
.industry-icon-block .mcb-background-overlay{
    background-repeat: no-repeat;
    background-position: top center;
    left: 20px;
    top: 115px;
    right: 20px;
    max-width: 1550px;
    margin: 0 auto;
    background-size: 100% auto;
}
@media only screen and (max-width: 1800px) {
    .industry-title-block > .mcb-wrap-inner {
        background-size: 96% auto !important;
    }
}
@media only screen and (max-width: 1599px) {
    .industry-icon-block .mcb-background-overlay{
        background-size: 1250px auto !important;
        left: auto;
        top: 115px;
        right: auto;
        max-width: 100%;
        height: 170px;
    }
    .industry-icon-block .icon_box .image_wrapper{
        width: 66px;
        height: 76px;
    }
    .industry-icon-block .icon_box {
        min-height: 80px;
        padding-left: 80px;
        margin-left: 45px;
    }
    .industry-icon-block .one-fourth.mcb-wrap > .mcb-wrap-inner {
        padding-top: 23px;
        padding-bottom: 22px;
    }
    .industry-icon-block .icon_box h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1365px) {
    .industry-icon-block .icon_box h3 {
        font-size: 16px;
    }
    .industry-icon-block .mcb-background-overlay{
        background-size: 1052px auto !important;
    }
    .industry-icon-block .one-fourth.mcb-wrap > .mcb-wrap-inner {
        padding-top: 11px;
        padding-bottom: 10px;
    }
    .industry-icon-block .icon_box {
        min-height: 60px;
        padding-left: 75px;
        margin-left: 35px;
    }
}
@media only screen and (max-width: 1279px) {
    .industry-icon-block .mcb-background-overlay{
        display: none;
    }
    .industry-icon-block .icon_box {
        min-height: inherit;
        padding-left: 0;
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .industry-icon-block .icon_box .image_wrapper {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        right: auto;
        top: auto;
    }
    .industry-icon-block .icon_box {
        min-height: inherit;
        padding-left: 0;
        margin-left: 0;
    }
    .industry-icon-block .icon_box h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .industry-icon-block .one-fourth.mcb-wrap {        
        min-height: 180px;
    }
    .industry-icon-block .section_wrapper.mcb-section-inner .one-fourth.mcb-wrap:nth-child(1),
    .industry-icon-block .section_wrapper.mcb-section-inner .one-fourth.mcb-wrap:nth-child(3){
        background-color: #fafafa;
    }
    .industry-icon-block .section_wrapper.mcb-section-inner .one-fourth.mcb-wrap:nth-child(2),
    .industry-icon-block .section_wrapper.mcb-section-inner .one-fourth.mcb-wrap:nth-child(4){
        background-color: #f5f4f4;
    }
    .industry-icon-block .icon_box{
        padding: 20px 0 10px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .industry-title-block > .mcb-wrap-inner {        
        padding-top: 60px !important;
    }
    .services-main-block {
        padding-bottom: 40px !important;
    }
}
/* Home-Industry icon Block style Ended */

/* Home-About Us Block style Started */
.about-us-text .text-large{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}
.about-us-text .column_button {
    width: 100% !important;
}
.about-us-text .column_button a.button{
    width: auto !important;
}
.about-us-image{
    width: 994px !important;
    margin-left: -210px;
}

@media only screen and (max-width: 1599px) {
    .about-us-image {
        width: 55% !important;
        margin-left: -11%;
    }
}
@media only screen and (max-width: 1560px) {
    .about-us-image {
        width: 60% !important;
        margin-left: -11%;
    }
}
@media only screen and (max-width: 1366px) {
    .about-us-image {
        width: 65% !important;
        margin-left: -19%;
    }
    .aboutus-block .about-us-text {
        width: 45% !important;
    }
    .about-us-text .column.mcb-column {
        flex: auto !important;
        max-width: 100% !important;
    }
    .aboutus-block {
        padding-top: 0 !important;
        padding-bottom: 80px !important;
        background-size: 360px auto !important;
    }
}
@media only screen and (max-width: 1279px) {
    .about-us-text .mcb-item-column-inner {
        margin-left: 40px !important;
    }
    .about-us-text .mcb-column-inner {
        margin-left: 40px !important;
    }
    .about-us-text .mcb-column-inner p br{
        display: none;
    }
    .aboutus-block .about-us-text {
        width: 54% !important;
    }
    .about-us-text .mcb-item-button-inner {
        margin-bottom: 0px;
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 991px) {
    .about-us-image {
        width: 100% !important;
        margin-left: 0;
    }
    .aboutus-block .about-us-text {
        width: 100% !important;
        margin-top: 30px;
    }
    .about-us-text .mcb-column-inner {
        margin-left: auto !important;
    }
    .aboutus-block {
        background-position: right bottom !important;
    }
    .about-us-text .mcb-item-heading-inner {
        margin-bottom: 20px !important;
    }
    .about-us-text .text-large {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }
}
/* Home-About Us Block style Ended */

/* Home-Contact Block style Started */
.contact-block h2 {
    margin-bottom:0px;
    line-height: 1.5;
    font-size: 36px;
}

.contact-block a {
    text-decoration: underline;
}

.contact-block a.text-orange {
    text-decoration: none;
    color: #e6af2e;
}

.contact-block h2,
.contact-block h2 a {
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .contact-block>div{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .contact-block h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-block h2 {
        font-size: 22px;
    }
}

/* Home-Contact Block style Ended */

/* Footer style Started */
.mfn-footer .container .column .widget {
    margin: 0;
}

.mfn-footer .container .column.one-fifth:nth-child(1) {
    width: 25%;
}

.mfn-footer .container .column.one-fifth:nth-child(4) {
    width: 17%;
}

.mfn-footer .container .column.one-fifth:nth-child(5) {
    width: 17%;
}

.mfn-footer .wp-block-heading {
    font-size: 20px;
    margin-bottom: 30px;
}

p.foo-col-1 {
    margin-bottom: 10px;
}

p.foo-col-1,
p.foo-col-2,
p.foo-col-3,
p.foo-col-4,
p.foo-col-5 {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    /* flex-wrap: wrap; */
    font-size: 15px;
}

p.foo-col-3 {
    display: block;
}

p.foo-col-1 a {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    flex-wrap: wrap;
}

p.foo-col-1 a img,
p.foo-col-2 img,
p.foo-col-4 img {
    margin-top: 5px;
}

.foo-col-3 a {
    margin-left: 15px;
    line-height: 36px;
    position: relative;
}

.foo-col-3 a:before {
    content: '-';
    display: block;
    position: absolute;
    left: -18px;
    top: -10px;
    font-size: 22px;
}

.foo-col-5 a {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #e6af2e;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.foo-col-5 a:hover {
    background-color: #62929e;
    transition: all 0.5s ease-in-out;
}

.mfn-footer .footer_copy {
    border: 0;
    background: #000;
    padding: 0;
    margin: 0;
}

#Footer .footer_copy .copyright {
    float: none;
    font-size: 15px;
}

.footer_copy .mcb-column-inner {
    margin: 0;
    text-align: center;
}

#Footer .footer_copy .one {
    margin-bottom: 0;
    padding-top: 12px;
    min-height: 0;
    padding-bottom: 6px;
}

#back_to_top {
    top: -70px;
}

#Footer .widgets_wrapper {
    padding: 54px 0;
}

@media only screen and (max-width: 1365px) {

    .mfn-footer .container .column.one-fifth:nth-child(1),
    .mfn-footer .container .column.one-fifth:nth-child(2),
    .mfn-footer .container .column.one-fifth:nth-child(3),
    .mfn-footer .container .column.one-fifth:nth-child(4),
    .mfn-footer .container .column.one-fifth:nth-child(5) {
        width: 33%;
    }
}

@media only screen and (max-width: 1023px) {

    .mfn-footer .container .column.one-fifth:nth-child(1),
    .mfn-footer .container .column.one-fifth:nth-child(2),
    .mfn-footer .container .column.one-fifth:nth-child(3),
    .mfn-footer .container .column.one-fifth:nth-child(4),
    .mfn-footer .container .column.one-fifth:nth-child(5) {
        width: 100%;
        margin-bottom: 30px;
    }

    .mfn-footer .wp-block-heading {
        margin-bottom: 13px;
    }

    #Footer .widgets_wrapper {
        padding: 54px 0 0px 0;
    }
}
@media only screen and (max-width: 768px) {
    p.foo-col-1 a img, p.foo-col-2 img, p.foo-col-4 img {
        margin-top: 2px;
    }
}
@media only screen and (max-width: 767px) {
    #back_to_top {
        display: none;
    }
    .mfn-footer .container {
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 575px) {
    p.foo-col-1 a img, p.foo-col-2 img, p.foo-col-4 img {
        margin-top: 0px;
    }
}

/* Footer style Ended */

/* Sub page title style Started */

.hero-section-sub h1 {
    margin-bottom: 10px;
}.hero-sub-txt p{
	margin-bottom:0;
}

/* Sub page title style Ended */

/* Contact page style Started */

.contact-block a.text-orange:hover,
.contact-block a.text-orange:focus{
	color:#fff;
}

.button-flat input[type="reset"], .button-flat input[type="submit"]{
    background-color: #1b3361;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 30px;
    padding-right: 33px;
    padding-left: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
}
.button-flat input[type="reset"]:hover, .button-flat input[type="submit"]:hover{
    background: #E6AF2E;
    color: #000000;   
    transition: 0.5s;
}
.wpcf7-form label{
    font-weight: 600;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border: 2px solid #ffb900;
}
.wpcf7 form.spam .wpcf7-response-output{
    border: 2px solid #f56e28;
}

/* Contact page style Ended */


/* About page style Started */

@media only screen and (max-width: 959px) {
    .cer-icon span.mfn-list-icon {
        top: 0 !important;
    }
}

/* About page style Ended */

@media (max-width:1365px){
    header .mcb-section .main-site-nav {
        flex: 0 0 745px;
    }
    header::after {
        width: calc(50vw - 530px);
    }
    .top-head-phone {
        -webkit-clip-path: polygon(8% 0%, 120% 0%, 100% 100%, 30% 100%);
        clip-path: polygon(8% 0%, 120% 0%, 100% 100%, 30% 100%);
    }
}

@media (max-width:1279px){
    .mcb-section .mcb-wrap .column_header_burger .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper{
        align-items: flex-start;
    }
    header .mcb-section .main-site-nav {
        flex: 0 0 auto;
    }
    header::after{
        content: unset;
    }
    .mfn-header-tmpl .mcb-header-section > .section_wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0px 20px;
    }
    .mfn-header-main {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .main-site-nav {
        background: transparent;
        -webkit-clip-path: unset;
        clip-path: unset;
        height: 117px;
    }
    .top-head-phone {
        background: transparent;
        -webkit-clip-path: unset;
        clip-path: unset;
        height: auto;
        margin-left: auto;
    }
    .mfn-header-tmpl .mcb-header-wrap{
        width: max-content !important;
    }
    .mfn-header-tmpl .mcb-header-section > .section_wrapper>div {
        flex: auto !important;
        width: auto;
    }
    .mfn-header-tmpl .mcb-header-section > .section_wrapper>div:nth-child(2) {
        order: 3;
        justify-content: flex-end;
        width: 0px;
        max-width: 0px;
    }
    .mfn-header-tmpl .mcb-header-section > .section_wrapper>div:nth-child(2) > .mcb-wrap-inner {
        justify-content: end;
        width: auto;
    }
    .top-head-phone a {        
        align-items: center;
        margin-right: 0px;
    }
    .mcb-section .mcb-wrap .column_header_logo {
        flex: 0 0 132px;
        max-width: 132px;
    }
    .mcb-section .mcb-wrap .column_header_burger {
        display: block !important;
    }
    .mfn-header-menu .mfn-menu-li > .mfn-menu-link {
        color: #fff !important;
        justify-content: flex-start;
        font-size: 18px;
        font-weight: 600;
        transition: all 0.5s ease-in-out;
    }
    .mfn-header-menu .mfn-menu-li > .mfn-menu-link:hover {
        color: #E6AF2E !important;
        transition: all 0.5s ease-in-out;
    }
    .mfn-close-icon:hover .icon {
        color: #E6AF2E;        
    }
    .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper{
        padding: 50px 50px 50px 20px !important;
    }
    .mfn-header-tmpl-menu-sidebar{
        background-color: #1b3361;
    }
    .mfn-close-icon .icon{
        color: #ffffff;
    }
    .top-head-phone > .mcb-wrap-inner {
        align-items: flex-end !important;
        justify-content: flex-end !important;
    }
}

@media (max-width:1024px){
    header .mcb-section .main-site-nav {
        flex: 0 0 685px;
    }
   

    
}
@media (max-width:959px){
     /* homa banner style */
    .mcb-section .mcb-wrap .banner-product-img   {
        margin-left: 30% !important;
        margin-bottom: -110px !important;
        margin-right: -310px;
    }   
    .home-banner-block .section_wrapper.mcb-section-inner {
        flex-direction: column;
    }
    .home-banner-block .section_wrapper.mcb-section-inner .tablet-one-second.mcb-wrap {
        width: 100%;
    }

}
@media (max-width:767px){
    .mcb-section .mcb-wrap .banner-product-img   {
        margin-right: -190px;
    }
    .mcb-section .mcb-wrap .banner-product-img   {
        margin-left: 0px !important;
        margin-bottom: -100px !important;
        margin-right: -60px;
    }
}

@media (max-width:575px){
    .mfn-header-main{
        padding-top: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    .mcb-section .top-head-phone {
        position: absolute;
        width: 100% !important;
        background: #E6AF2E;
        left: 0px;
        top: 107px;
        height: 40px;
    }
    .mcb-section .top-head-phone > div{
        justify-content: center;
    }
    .column_header_logo .logo-wrapper {
        padding-left: 15px;
    }
    .mfn-header-menu-toggle {
        margin-right: 15px;
    }
    .top-head-phone a {
        margin: 0;
        font-size: 15px;
    }
    .top-head-phone a img {
        width: 22px;
    }
    .top-head-phone > .mcb-wrap-inner {
        align-items: center !important;
        justify-content: center !important;
    }
    
}

@media only screen and (min-width: 960px) and (max-width: 1440px) {
    .mfn-header-main .laptop-one-third.mcb-wrap {
        width: auto;
    }
}