.video-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video-slider::before {
    background-color: #33333380;
    background-image: none;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.hero {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translate(-50%, -50%);
}
.col-center {
    justify-content: center;
}
.hero h1 {
    font-size: 55px;
    line-height: 60px;
    color: rgb(255, 255, 255);
}
.hero p {
    font-size: 21px;
    line-height: 34px;
    color: rgb(255, 255, 255);
    opacity: 1;
}
.btn-orange {
    line-height: 39px !important;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
    cursor: pointer;
    /* background-color: rgb(242, 171, 38) !important; */
    border-width: 0px !important;
    border-radius: 4px !important;
    border-style: solid !important;
    /* border-color: rgb(242, 171, 38) !important; */
    border-image: initial !important;
    padding: 0px 43px !important;
}
.btn-transparent {
    line-height: 39px !important;
    font-weight: 700 !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 4px !important;
    letter-spacing: 4px !important;
    cursor: pointer !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(255, 255, 255) !important;
    padding: 0px 43px !important;
}
.btn-orange:hover, .btn-transparent:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: rgb(255, 255, 255) !important;
}
.btn--one {
    text-align: right;
    padding-right: 30px;
}
.btn--two {
    text-align: left;
    padding-left: 30px;
}
.caption-text h4 {
    height: 50px;
}
.box-service .counter {
    font-size: 30px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.logo-txt {
    font-size: 30px;
    color: #386021;
    line-height: 1.3;
    margin: auto;
    font-family: 'Lexend Zetta', sans-serif;
    vertical-align: middle;
}
.footer-col .logo-txt {
    color: #6AB303;
    margin-left: 0;
    margin-bottom: 35px;
    padding-left: 0px;
}
.site-footer-logo img {
    width: auto;
    height: 71px;
}
.navlink img {
    width: auto;
    margin-bottom: 2px;
    border: solid 1px #2C2D3F;
}
.nav-dropdown.languages a {
    font-weight: 600;
    text-transform: uppercase;
}
.checkbox {
    display: inline-block;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #3fa209;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    color: #fff;
}
.checkbox label::after {
    height: 7px;
    width: 13px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 7px;
    top: 11px;
}
.custom-checkbox:checked + label::before {
    background-image: url(/static/images/icons/checkbox.svg);
}
.mail-page-content h2 {
    font-size: 50px;
}

.mail-page-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0px;
}
textarea.form-control {
    min-height: 140px;
}
.btn-close {
    box-sizing: content-box;
    width: 3em;
    height: 1em;
    padding: 0.25em 0.25em;
    background: transparent url(/static/images/icons/close.svg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}
button:focus {
    outline: none !important;
}
.modal {
    top: 10%;
}
.modal-header {
    padding: 20px 20px 30px 45px;
    border-bottom: none;
    text-align: center;
}
.modal-body {
    padding: 0px 45px 30px;
    text-align: center;
}
.modal-title {
    padding-top: 20px;
    padding-right: 15px;
}
.modal-body .btn-send {
    margin-top: 25px;
}
.order-list li {
    font-size: 14px;
}
.box-service h4 + counter {
    height: 75px;
}
.fix-height {
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-send {
    margin-top: 20px;
}
.order-list li {
    z-index: 1;
    position: relative;
}
.btn-send button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  text-decoration: none;
}

.btn-send button:hover:disabled {
  text-decoration: none;
  cursor: not-allowed;
}

@media (max-width:992px) {
    .video {
        object-fit: cover;
        z-index: -2;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        object-position: 80%;
        /* left: -120%; */
    }
}

@media (max-width:767px) {
    .btn--one {
        text-align: center;
        padding-right: 15px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .btn--two {
        text-align: center;
        padding-left: 15px;
    }
    .video {
        height: 105%;
    }
    .p-mob-0 {
        padding: 0px;
    }
    .display-none {
        display: none;
    }
    .box-alt-layer {
        height: auto !important;
    }
    .order-list li {
        width: auto !important;
    }
    h2{
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .footer-left-col {
        padding-right: 0px !important;
    }
    .box-service p {
        height: auto !important;
    }
    .hero p {
        font-size: 18px;
    }
    .order-list .ol-left {
        margin-right: 0 !important;
    }
    .modal {
        top: 0;
    }
    .modal-header, .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-title {
        max-width: 100% !important;
        padding: 0 !important;
    }
    .error-page-content, .mail-page-content {
        width: 100%;
    }
    .video {
        /* left: -150%; */
    }
}

@media (max-width:540px) {
    .small-title-mob h1 {
        font-size: 23.5px !important;
        line-height: 35px !important;
    }
}