.section1 .row_1 .col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0px 10px 4px 0px;
    width: 100%;
}
.section1 .row_2 .col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.section1 .section1_img1 img {
    height: 170px;
    border-radius: 15px;

}
.section1 .section_img2 img {
    border-radius: 15px;

}
div#mega-menu-wrap ul li img {
    width: 22px;
    height: 22px;
}

.footer_son {
    grid-template-columns: repeat(5,minmax(0,1fr));
    display: grid;
}
footer#footer {
    padding: 30px 0px;
    background: #000000;
    border-top: 15px solid #a4e117;
}
.footer_son .footer-widget-son a {
    color: #ffffff;
}
.footer_son .footer-widget-son h3 span {
    font-size: 16px;
    color: #fff;
}
.from_s_home strong {
    color: #fff;
}
.footer_son .footer-widget-son li {
    color: #ffffff;

}
.footer_son .footer-widget-son li{
    list-style: none;
}

.footer_son .footer-widget-son  .desc a {
    color: #00a859;
    font-size: 13px;
}
.footer_son .footer-widget-son .fs-ftrright .fs-ftr3 li {
    display: inline-block;
    padding: 0;
}
.footer_son .footer-widget-son .fs-ftr3 .fs-ftrtit {
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.footer_son .footer-widget-son a:hover {
    color: #a4e117;
}
.footer_son .footer-widget-son  ul.menu>li+li, .widget>ul>li+li {
    border-top: 0px solid #ececec!important;
}
.footer_son .footer-widget-son  ul ul, ul ol, ol ol, ol ul {
    margin: 0em 0 10.5em 0em;
}
.formOjbect.contact .form-group {
    display: flex;
}
.formOjbect.contact .form-group  label {
    display: inline-block;
    width: 15% !important;
}
.formOjbect.contact .form-group label {
    color: white;
}
.formOjbect.contact .form-group span {
    color: red;
}
.formOjbect.contact .form-group  .wpcf7-form-control-wrap {
    width: 70% !important;
}
.formOjbect.contact .form-groups {
    text-align: center;
    margin: auto;
}
.formOjbect.contact input.wpcf7-form-control.wpcf7-submit.btnObject {
    width: 200px;
    background: #a4e117;
    border-radius: 10px;
    color: #fff;
}
.formOjbect.contact input {
    box-sizing: border-box;
    border: 1px solid #cbc3c3;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #040404;
    color: #333;

}
.formOjbect.contact textarea.wpcf7-form-control.wpcf7-textarea {
    box-sizing: border-box;
    border: 1px solid #cbc3c3;
    padding: 4px 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #040404;
    color: #333;
}



.from_s_home h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #fff;
}

.from_s_home p  {
    color: #fff;
}
.from_s_home h3  {
    color: #fff;
}





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

    .section1 .row_1 .col, .gallery-item, .columns {
        position: relative;
        margin: 0;
        padding: 0px 15px 4px 15px;
        width: 100%;
    }
    .section1 .section1_img1 img {
        display: none;
    }
    .formOjbect.contact .form-group  .wpcf7-form-control-wrap {
        width: 100% !important;
    }
    .formOjbect.contact .form-group  label {
        display: none;
    }
    .event-body {
        width: 96% !important;
    }
    .modal-event .event-body .modal-event-thumbnail img {
        height: auto!important;
        width: auto!important;
    }
    .footer_son {
        grid-template-columns: repeat(1,minmax(0,1fr));
        display: grid;
        align-content: space-around;
    }.footer_son .footer-widget-son ul ul, ul ol, ol ol, ol ul {
         margin: 0em 0 1.5em 0em;
     }
    .name.product-title a{
        font-size: 11px!important;
        line-height: 20px!important;
    }

}












.modal-event {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgb(0 0 0 / 55%) !important;
}
.modal-event .modal-exit i.ti-close {
    font-weight: 700;
    font-size: 21px;
    color: red;
}
.modal-event .event-body {
    width: 900px;
    margin: 100px auto !important;
    background: #fff0 !important;
    position: relative;
}

.modal-event .event-body .modal-event-thumbnail {
    text-align: center;
    width: 100%;
    height: 500px;
}

.modal-event .event-body .modal-event-thumbnail img {
    width: 533px;
    /* padding: 65px; */
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-event .event-body .modal-event-form {
    width: 100%;
    height: 100%;
    flex-flow: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-event .event-body .modal-exit {
    position: absolute;
    right: 10px;
    z-index: 9999;
    top: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.modal-event .event-body .modal-exit:hover {
    transition: 0.3s ease-in-out;
    transform: rotate(1turn);
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    font-size: 15px !important;
}

.modal-event .event-body .input-text {
    width: 100%;
    height: 45px !important;
    box-shadow: unset !important;
    border: 1px solid #000 !important;
    font-family: "SFU Book";
}

input.wpcf7-form-control.wpcf7-submit.btn-subcribe {
    width: 100%;
    background: #000 !important;
    margin: 0px !important;
    font-family: "DancingScript Bold";
    text-transform: unset !important;
    font-size: 21px;
}

.wpcf7 label {
    font-family: "SFU Book";
}

.form-group h2 {
    font-family: "SFU Book";
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
}

div#player {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

div#player h3 {
    font-family: "SFU Book";
    color: #000;
}

div#player a {
    border: 2px solid #424242;
    display: inline-block;
    padding: 3px 20px;
    font-family: "DancingScript Bold";
    color: #424242;
    font-size: 16px;
    border-color: #b0bcad;
    background: #b0bcad;
    color: #fff;
}

.nsl-container-buttons a {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}

.btn-next-ct a {
    text-align: center;
    display: block;
    color: #424242;
    font-size: 19px;
}
