.container {
    max-width: 1280px;
}
section#shadow-host-companion {
    display: none;
}
#logo img {
    width: 250px;
}
header.header-light.scroll-light.has-topbar.clone.smaller {
    position: fixed !important;
    top: 0 !important;
}
header {
    position: relative !important;
    border-bottom: 0 !important;
}
.owl-item {
    margin-bottom: 0 !important;
}
#mainmenu li li a {
    padding: 10px 15px;
    border-top: none;
    color: #606060;
    width: 100%;
    border-left: none;
    text-align: left;
    font-weight: 500;
    border-bottom: solid 1px rgb(135 135 135 / 17%);
    letter-spacing: 0;
    font-size: 14px;
    line-height: 22px;
}

.padding200 {
    padding: 250px !important;
}

footer .widget ul li {
    font-size: 14px;
}

footer p {
    font-size: 14px;
}

.widget a {
    font-size: 14px;
}

footer .widget {
    padding-bottom: 0;
}

/*.slider-light {
    margin: 0 10%;
    border-radius: 20px;
}*/

.slider-light .v-center {
    min-height: 90vh;
}
.custom_icon i {
    font-size: 28px;
}

.office_location a {
    color: #7b8893;
    font-weight: 500;
}
.office_location p {
    margin-bottom: 5px;
}

.right-menu a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
ol.ol-style-2 {
    padding-left: 15px;
}
.training .padding40{
    padding-top: 20px;
    padding-bottom: 15px;
}
.products{
    padding: 80px 0;
}
@media(min-width: 1301px) and (max-width: 1400px) {
    /*.slider-light {
        margin: 0 5%;
    }*/
}
@media(min-width: 1025px) and (max-width: 1300px) {
   /* .slider-light {
        margin: 0 2%;
    }*/
}


@media(min-width: 992px) and (max-width: 1024px) {
   /* .slider-light {
        margin: 0 2%;
    }*/
}


@media(min-width: 768px) and (max-width: 991px) {
    .header-col-mid #mainmenu {
        top: 150px;
    }

    body .header-mobile {
        position: relative !important;
    }
    .slider-light .v-center {
        min-height: 50vh;
    }

    .slider-light {
        margin: 0 2%;
    }
    .training .padding40 {
        margin-bottom: 20px;
    }
    .training .h-100{
        height: auto !important;
    }
}

@media(max-width: 767px) {
    body .header-mobile {
        position: relative !important;
    }
    #logo img {
        width: 200px;
    }
    body .header-mobile .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slider-light .v-center {
        min-height: 40vh;
    }

    /*.slider-light {
        margin: 0 5%;
    }*/

    .padding200 {
        padding: 150px !important;
    }

    .training .padding40 {
        padding: 20px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 28px;
    }
    ul.menu-simple li:first-child {
        margin-left: 0;
    }
    #subheader h1{
        font-size: 28px;
    }
    .training .h-100{
        height: auto !important;
    }
    .column-reverse {
        flex-direction: column-reverse;
    }
    
}