/*body {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8em;
    text-transform: none;
    color: #555;
}*/
/*#header_left_inner a {
    color: #fff;
}*/



.exv-col-2 {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

@media only screen and (max-width: 767px) {

    .exv-col-2 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
}


.slick-dots {
    position: absolute;
    bottom: 95px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: white;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 35px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        opacity: 1;
        color: #717171bd;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


h1, h2, h3, h4, h5 {
    text-transform: capitalize !important;
}


.banner-slider {
    margin-bottom: 0 !important;
}

.banner-contact {
    position: absolute;
    bottom: 145px;
    width: fit-content;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(25, 25, 25, 0.49);
    color: #fff;
    border-radius: 4px;
}

    .banner-contact .banner-wrapper {
        position: relative;
        height: 50px;
        text-align: center;
        width: auto;
    }

        .banner-contact .banner-wrapper h4 {
            display: inline-block;
            margin: 15px;
            font-size: 17px;
            text-align: center;
        }

            .banner-contact .banner-wrapper h4 i {
                margin-right: 10px;
                font-size: 22px;
            }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(0.7, 0.7);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(0.7, 0.7);
    }
}

.banner-slider > .banner-top-image {
    -webkit-animation: zoom 50s;
    animation: zoom 50s;
}

/*//end databaru*/












.banner-top-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    height: 700px;
    min-height: 100vh;
    position: relative;
}

@media (max-width:767px) {
    .banner-top-image {
        height: 400px;
    }
}

.banner-space {
    min-height: 100vh;
    width: 100%;
}

.banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*bottom: 0;*/
    /*padding-bottom: 50px;*/
    width: 100%;
    color: #ffffff;
}

.banner-caption-container {
    /*max-width: 500px;
    margin: auto;*/
    text-align: center;
    max-width: 720px;
    margin: auto;
}


.banner-label {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    color: #af8111;
    border-radius: 15.5px;
    background-color: #f4e2bf;
    padding: 4px 16px;
}

@media (max-width:767px) {
    .banner-label {
        font-size: 13px;
    }
}

.banner-caption h5 {
    /* text-transform: uppercase; */
    font-size: 24px;
    height: 15px;
    line-height: 15px;
    /* border-left: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 44px;
}

.banner-caption h1 {
    font-family: var(--secondary-font-family);
    font-size: 42px;
    text-transform: capitalize;
    /* word-spacing: 11px; */
    font-weight: 900;
    /* margin-bottom: 25px; */
    line-height: 1;
    z-index: 6;
    max-width: 800px;
    white-space: normal;
    text-align: center;
    line-height: 50px;
    margin: 0px;
    /* padding: 10px 0px; */
    font-size: 42px;
    min-height: 0px;
}

@media (max-width:767px) {

    .banner-caption h1 {
        font-size: 28px !important;
        /* margin-bottom: 20px; */
        line-height: 1;
        font-family: var(--secondary-font-family);
    }
}

@media (max-width:767px) {
    .banner-caption h5 {
        line-height: 10px;
        height: 10px;
        margin-bottom: 0;
        padding: 0 11px;
        display: none;
    }
}

.banner-caption p {
    line-height: 20px;
    z-index: 6;
    text-align: center;
    line-height: 26px;
    border-width: 0px;
    margin: auto;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 20px;
    color: #ffca00;
}

.banner-outline-btn {
    padding: 21px 34px;
    padding: 1.4em 2.2em;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 15px;
    font-weight: 600;
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    border: solid 2px #fff;
    background-color: transparent;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    color: #fff;
    display: inline-block;
}

    .banner-outline-btn:hover {
        background-color: #fff;
        color: #1d1d1d;
    }

.banner-link {
    /*font-family: "Kameron",Georgia,serif;*/
    font-size: 16px;
    line-height: 1.6em;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1.75em;
    display: inline-block;
    margin-top: 30px;
}

.mini-banner-slider {
    padding: 15px;
    background-color: #ffffff;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    margin-top: -66px;
}

.mini-banner-top-label {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    /*padding: 15px 0;*/
    text-align: center;
    top: 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

    .mini-banner-top-label:hover {
        color: #fff;
    }

    .mini-banner-top-label:after {
        content: ' ';
        position: absolute;
        height: 3px;
        width: 100%;
        /* background: #FFF; */
        bottom: -3px;
        left: 0;
        -webkit-transition: bottom .15s ease-in-out;
        -moz-transition: bottom .15s ease-in-out;
        -ms-transition: bottom .15s ease-in-out;
        -o-transition: bottom .15s ease-in-out;
    }

.mini-banner-item:hover .mini-banner-top-label:after {
    bottom: 0;
}

.mini-banner-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 75%;
    cursor: pointer;
}

.mini-banner-caption {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* color: #000; */
}

    .mini-banner-caption h1 {
        font-family: var(--secondary-font-family);
        font-weight: 700;
        font-size: 20px;
        margin-top: 0;
        -webkit-transition: margin-top .3s ease-out;
        -moz-transition: margin-top .3s ease-out;
        -ms-transition: margin-top .3s ease-out;
        -o-transition: margin-top .3s ease-out;
        text-transform: capitalize;
        text-align: center;
    }

    .mini-banner-caption h2 {
        font-size: 16px;
        font-weight: 400;
        font-family: var(--main-font-family);
        font-style: italic;
    }

.mini-banner-read-more {
    position: absolute;
    font-size: 15px;
    color: #FFF;
    border-top: 1px solid #FFF;
    padding: 0 12px;
    opacity: 0;
    /*-ms-transform: translate(-50%,0);
    transform: translate(-50%,0);*/
    bottom: 0;
    z-index: 3;
    -webkit-transition: opacity .2s ease-in-out,bottom .3s ease-out 90ms;
    -moz-transition: opacity .2s ease-in-out,bottom .3s ease-out 90ms;
    -ms-transition: opacity .2s ease-in-out,bottom .3s ease-out 90ms;
    -o-transition: opacity .2s ease-in-out,bottom .3s ease-out 90ms;
    transition: opacity .2s ease-in-out,bottom .3s ease-out 90ms;
    text-transform: uppercase;
}

/*.mini-banner-item:hover .mini-banner-read-more {
    opacity: 1;
    bottom: 40px;
}*/

.mini-banner-caption-label {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    /* -webkit-transition: all .3s ease-out; */
    /* transition: all .3s ease-out; */
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 20; /* fallback */
    max-height: 118px;
    text-align: left;
    background: var(--color-red);
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.mini-banner-item:hover .mini-banner-caption-label {
    transform: translateY(-40px);
}*/

@media (min-width:768px) {
    .hidden-md {
        visibility: hidden;
    }
}

.about-section {
    text-align: center;
    padding: 100px 0;
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
    font-style: normal;
}



.about-block h1 {
    font-family: var(--secondary-font-family);
    font-size: 32px;
    line-height: 1.1em;
    text-transform: capitalize;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 17px;
}

@media (max-width:767px) {

    .about-block h1 {
        font-size: 30px;
        font-weight: 700;
    }
}

@media (min-width:768px) {
    .about-container {
        max-width: 66.666667%;
        margin: auto;
    }
}

.about-block p {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
}

.about-team-row {
    margin: 0 -5px;
    margin-top: 50px;
}

    .about-team-row > div {
        padding: 0 5px;
        margin-bottom: 10px;
    }

.about-team-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
}

.about-team-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.6;
    visibility: visible;
    transition: all .3s;
}

    .about-team-caption h4 {
        font-family: var(--main-font-family);
    }

    .about-team-caption p {
    }

.about-team-item:hover .about-team-caption {
    opacity: 1;
    visibility: visible;
}

.contact-detail {
    padding: 100px 0 0;
    background-color: #f7f7f7;
    color: #333;
}

    .contact-detail .content-container {
        pointer-events: auto;
    }

@media (max-width:767px) {
    .contact-title-label {
        margin-top: 30px;
    }
}

.contact-title-label h3 {
    font-family: var(--secondary-font-family);
    padding: 0;
    width: 100%;
    margin-bottom: 32px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    line-height: 40px;
    font-size: 32px;
    color: #232323;
    font-weight: 900;
    margin-top: 2px;
}

.contact_leftmap .contact-title-label h3 {
    color: white;
}

.contact-item {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.5);
}

    .contact-item h4 {
        margin-top: 15px;
        font-weight: 300;
        font-style: normal;
        font-size: 21px;
        line-height: 1.4em;
        text-transform: none;
    }

.contact-social ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
}

.t-h-1 {
    font-size: 25px;
    line-height: 1.4;
}

@media (min-width: 46.875em) {
    .t-h-1 {
        font-size: 40px;
        line-height: 1.15;
    }
}

.l-block {
    display: block;
}

.t-bold {
    font-weight: 700;
}

.bl-text__office-detail, .bl-text__office h4 {
    margin-bottom: 1.5em;
}

.bl-text__office {
    font-size: 18px;
    line-height: 1.55556;
}

    .bl-text__office h4 {
        font-family: var(--secondary-font-family);
    }

.t-link {
    border-bottom: 1px solid currentColor;
    transition: border-color .2s;
}

    .t-link .t-link__arrow {
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s;
        display: inline-block;
    }

    .t-link:hover .t-link__arrow--ne {
        -webkit-transform: translate(2px,-2px);
        transform: translate(2px,-2px);
    }

.contact-form-wrapper {
    margin-top: 100px;
}

@media (min-width:768px) {

    .contact-form-wrapper {
        display: flex;
    }
}

@media (min-width:768px) {

    .contact-form-left {
        /*background: #666;
    color: #fff;*/
        /*padding: 30px;*/
        max-width: 600px;
        width: 100%;
    }
}

.contact-form-left h3 {
    text-transform: uppercase;
    font-family: var(--secondary-font-family);
}

.contact-form-left:placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.contact-form-left input[type="text"], .contact-form-left input[type="email"] {
    outline: 0;
    height: auto;
    padding: 10px 0;
    box-shadow: none;
    border-color: #fff0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.contact-form-left textarea {
    outline: 0;
    height: auto;
    padding: 10px 0;
    box-shadow: none;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.contact-address {
    /* margin-top: 30px; */
    padding: 0 10%;
}

.block-content-contact span {
    margin-right: 20px;
    font-size: 30px;
    margin-top: 5px;
    width: 22px;
    color: rgb(199, 41, 39);
}

    .block-content-contact span.fa-envelope {
        font-size: 25px;
    }

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    outline: 0;
    border-color: transparent;
    border-bottom: 1px solid #3e3e3e;
}

.submit-btn {
    font-size: 12px;
    padding: 10px 30px;
    background: #ffffff;
    color: #484848;
    border: none;
    outline: 0;
    text-transform: none;
    cursor: pointer;
    font-weight: bold;
    transition: background 400ms ease-out;
}

input.submit-btn:hover {
    background: #c50029;
    color: #ccc;
    transition: background 400ms ease-out,color 400ms ease-out;
}


.submit-btn:hover:before {
    width: calc(100% + 60px);
    transform: none;
}

.submit-btn:before {
    content: '';
    pointer-events: none;
    background: #c50029;
    position: absolute;
    top: -80px;
    left: -60px;
    right: 0;
    bottom: -80px;
    width: 0;
    transform: translate3d(0, 0, 0) rotate(15deg);
    transition: transform 400ms cubic-bezier(.65,.06,.19,.96), width 400ms cubic-bezier(.65,.06,.19,.96);
}

.contact-form-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
}

@media (max-width:767px) {

    .contact-form-image {
        padding-bottom: 100%;
    }
}

.contact-wrapper {
    position: relative;
}

.contact-center {
    /*position:absolute;
    top:50%;
    transform:translateY(-50%);*/
}

.contact-content {
    margin-top: 50px;
}

.contact-form-container {
    /*max-width:1020px;*/
    margin: auto;
    padding: 0 30px 50px;
}

    .contact-form-container .form-group label {
        display: block;
        text-align: left;
        color: #000;
        transition: all 0.2s linear;
        text-transform: uppercase;
        font-size: 10px;
    }

        .contact-form-container .form-group label.caption {
            font-size: 12px;
        }

@media (max-width:767px) {
    .name-wrapper > div {
        padding: 0 !important;
    }
}

.contact-form-container .form-group input {
    width: 100%;
    /*padding: 20px;*/
    margin: 6px 0 4px;
    border: 1px solid #000;
    /*background: #fafafa;*/
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 42px;
}

.contact-form-container .form-group textarea {
    width: 100%;
    padding: 20px 12px;
    margin: 6px 0 4px;
    border: 1px solid #000;
    /*background: #fafafa;*/
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 100px;
    resize: vertical;
}

    .contact-form-container .form-group input:focus, .contact-form-container .form-group textarea:focus {
        background: #fff;
        -webkit-transition: background .1s ease-in;
        -moz-transition: background .1s ease-in;
        -o-transition: background .1s ease-in;
        transition: background .1s ease-in;
        outline: 0;
        box-shadow: none;
    }

.contact-submit {
    border-radius: 0;
    color: #272727;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #272727;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    opacity: 1;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
    -webkit-backface-visibility: hidden;
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    text-align: center;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
}

    .contact-submit:hover, .contact-submit:active, .contact-submit:focus {
        border-radius: 0 !important;
        opacity: 0.8 !important;
        color: #fff !important;
        background-color: #272727 !important;
        border-color: #272727 !important;
        text-transform: uppercase !important;
        font-weight: 700;
        font-style: normal;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
        box-shadow: none;
    }

.form-group.error label {
    color: #bd0000;
}

.contact-form-container .form-group.error input, .contact-form-container .form-group.error textarea {
    border: 1px solid #e99292;
}

.form-group .field-error {
    color: #fff;
    background: #cc3b3b url(../images/icon_close_7_light.png) no-repeat 9px 50%;
    padding: 5px 15px 3px 25px;
    font-size: 15px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 12px 0;
    line-height: 23px;
    display: none;
}

.field-error.open {
    display: inline-block;
}

.formcontainer {
    /*max-width:480px;*/
    width: 100%;
    max-width: 600px;
    margin: auto;
    /*float:right;*/
}

.contact-form-container h5:first-child {
    margin-top: 0;
    font-size: 40px;
}

.contact-form-container h5 {
    line-height: 1.2em;
    text-transform: none;
    /*font-weight: 700;*/
    font-style: normal;
    font-size: 22px;
}

    .contact-form-container h5.faded {
        color: #666;
    }

.contact-form-container .textcontact {
    color: #666;
    font-size: 19px;
    line-height: 1.8em;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 1em;
}

.contact-image {
    margin: auto;
    margin-bottom: 30px;
    /*height:500px;*/
}

    .contact-image img {
        width: 100%;
    }

.contact-info {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 50px 15px;
    /*color:#fff;*/
}

.contact-email a {
    padding: 18px;
    color: black;
    display: inline-block;
    margin: 30px auto 0;
    /*color:#fff;*/
    font-style: italic;
}

.banner-service-row {
    margin: 0 -15px;
}

.banner-service-item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%;
}

    .banner-service-item a {
        height: 100%;
    }

.banner-service-item-content {
    padding: 40px 15%;
    background: #304581;
    color: #fff;
    transition: all .1s ease-in-out;
    height: 100%;
}

@media (max-width:767px) {

    .banner-service-item-content {
        text-align: center;
        width: 100%;
    }
}

.banner-service-item-content:hover {
    background: #4982d0;
}


.banner-service-item-content h4 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
}

.separator-line hr {
    border-width: 2px;
    border-color: #fff;
    margin-bottom: 0;
}

.banner-service-section {
    /*background: #15192e;*/
    padding: 0 0 50px 0;
}

@media (min-width:768px) {
    .banner-service-row {
        /*margin-top: -125px;*/
        position: relative;
        z-index: 1;
    }

    .banner-service-item {
        width: 20%;
        float: left;
    }
}

.banner-service-icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
}

.feature-title h1 {
}

@media (min-width:768px) {
    .feature-row > div:nth-child(3n+1) {
        clear: left;
    }
}

.feature-item {
    padding: 5px 0 0 60px;
    color: #aeb0f3;
    position: relative;
    margin-bottom: 40px;
}

    .feature-item h5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        color: #ffffff;
        margin-top: 0;
    }

.feature-number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 50%;
    top: 0;
    background: #3b65ce;
    box-shadow: 0 0 20px #fff;
}

.feature-section .imgpreview {
    display: flex;
    align-self: center;
}



    .feature-section .imgpreview div {
        width: 100%;
        height: 100%;
        text-align: left;
    }

    .feature-section .imgpreview img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        object-fit: contain;
        object-position: center;
        text-align: center;
        display: none;
        opacity: 0;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
    }


        .feature-section .imgpreview img.active {
            display: block;
            opacity: 1;
            -webkit-transition: opacity .4s ease-in-out;
            -moz-transition: opacity .4s ease-in-out;
            -ms-transition: opacity .4s ease-in-out;
            -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
        }

.gray-bg {
    /*background: #eeeeee;*/
    color: #fff;
}

@media (min-width:768px) {
    .new-left-text-container {
        text-align: left;
    }

    .left-text-row {
        display: flex;
        align-items: center;
    }
}

.images-wrapper {
    padding-bottom: 0 !important;
}

.product-section {
    padding: 90px 60px 90px;
    background: #f5f5f587;
}

@media (max-width:767px) {

    .product-section {
        padding: 30px 15px 30px;
    }
}

.left-text-container {
    max-width: 600px;
    margin: auto;
    padding: 30px 15px;
}

@media (max-width:767px) {
    .new-left-text-container h2 {
        font-size: 24px;
    }

    .left-text-container {
        max-width: 100%;
        text-align: center;
    }
}

.left-text-container h2 {
    font-family: lato;
    margin-bottom: 40px;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 30px;
    line-height: 40px;
    font-size: 32px;
    color: #2c2e30;
    font-weight: 900;
    margin-top: 2px;
}

@media (max-width:767px) {
    .left-text-container h2 {
        font-size: 1.825rem;
        text-align: left;
    }
}

.left-text-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 80%;
    height: 100%;
    max-height: 100%;
}

.cta {
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 100%;
    background-color: #ffffff;
    background-color: transparent;
    width: 160px;
    display: inline-block;
    max-width: 100%;
    color: #252525;
    /*color: #fff;*/
    text-align: center;
    font-weight: 700;
    border: 1px solid #000;
    margin-top: 30px;
}

    .cta:hover {
        background-color: rgb(0, 136, 230);
        border-color: rgb(0, 136, 230);
        color: #fff;
    }

.banner-buttons {
    margin-top: 32px;
}

    .banner-buttons a {
        ont-family: graphik--medium,Helvetica Neue,Helvetica,Arial,'sans-serif';
        font-weight: 400;
        font-size: 14px;
        line-height: 22.652px;
        -webkit-transition-property: background-color,color;
        transition-property: background-color,color;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        padding: 10px 35px;
        color: #4d4d4d;
        font-size: 10px;
        display: inline-block;
        background-color: rgb(255, 255, 255);
        color: rgb(76, 76, 75);
        margin: 0 8px;
    }

@media (min-width:768px) {
    .about-main {
        margin-top: -100px;
        position: relative;
        z-index: 1;
    }
}

.about-content {
    color: #435363;
    /*color: #fff;*/
    padding: 0 30px 50px;
    background-color: #fff;
    text-align: center;
    font-family: var(--secondary-font-family);
    font-size: 27px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
    margin-top: -40px;
}

@media (min-width:768px) {

    .about-content {
        max-width: 80%;
        margin: auto;
        font-size: 21px;
        padding: 40px 60px;
    }
}

@media screen and (min-width: 1070px) {
    .about-content {
        max-width: calc(100% - 131px - 144px) !important;
        font-size: 25px;
    }
}

@media (min-width:1235px) {

    .about-content {
        max-width: 960px;
        margin: auto;
        font-size: 21px;
        padding: 40px 60px;
    }
}

@media (min-width: 1200px) {
    .about-content {
        padding: 60px 60px 0;
        font-size: 34px;
    }
}

.ourclients {
    padding: 100px 15px 0;
}

@media (min-width:768px) {
    .ourclients-row {
        display: flex;
        align-items: center;
    }
}

.ourclients-title {
    margin-top: 0px;
    margin-bottom: 60px;
}

    .ourclients-title h2 {
        color: #34334f;
        font-weight: 400;
        font-style: inherit;
        text-transform: capitalize;
    }

        .ourclients-title h2 span {
            padding: 17px 10px;
            border-top: 1px solid #4981f7;
            border-bottom: 1px solid #4981f7;
            /*padding: 0 35px;*/
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            position: relative;
            font-size: 24px;
        }

.ourclients-subtitle {
}

    .ourclients-subtitle h1 {
        text-transform: none;
        font-size: 30px;
        color: #34334f;
        text-align: left;
        font-style: inherit;
        padding-top: 0px;
        padding-bottom: 20px;
        font-family: var(--secondary-font-family);
        font-weight: 800;
    }

#fancy-title-36 {
    text-transform: none;
    font-size: 13px;
    line-height: 160%;
    color: #7d7c9b;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 10px;
}

@media (min-width:768px) {

    #fancy-title-36 {
        padding-bottom: 50px;
    }
}

#clients-37 {
    margin-bottom: 20px;
}

.mk-clients ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mk-clients.column-style ul {
    overflow: hidden;
}

.mk-clients.column-style.border-boxed ul {
    border-top-style: none !important;
}

.mk-clients.column-style li {
    float: left;
    margin: 0;
    padding: 0;
}

.mk-clients.column-style.three-column li {
    width: calc(100% / 3);
}

.mk-clients .client-logo {
    position: relative;
    display: block;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
}

.mk-clients.column-style.border-boxed ul:first-of-type .client-logo {
    border-top-style: solid !important;
}

#clients-37 .client-logo {
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    margin: 10px;
}

.mk-image-holder .mk-image-inner img {
    width: 100%;
    height: auto;
}

.service-section {
    padding: 100px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

    .service-section:before {
        content: '';
        height: 292px;
        background: linear-gradient( #090a1a, transparent);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.service-top h1 {
    text-transform: capitalize;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: var(--secondary-font-family);
    font-weight: 800;
}

.service-top h4 {
    text-transform: none;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 18px;
}

.service-top hr {
    border-color: #ebebeb;
    margin: 20px 0;
}

.service-row > div {
    margin-bottom: 30px;
}

.service-item h4 {
    text-transform: capitalize;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 70%;
    margin-bottom: 30px;
}

.service-desc {
    font-size: 16px;
    color: #777777;
    line-height: 1.66em;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

.service-btn {
    margin-bottom: 0px;
    margin-top: 20px;
    margin-right: 0px;
    text-align: center;
}

    .service-btn a {
        box-sizing: border-box;
        transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
        -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
        padding: 14px 24px;
        border-radius: 50px;
        font-size: 12px;
        line-height: 100%;
        background-color: #ffffff;
        background-color: transparent;
        width: 160px;
        display: inline-block;
        max-width: 100%;
        color: #252525;
        color: #fff;
        text-align: center;
        font-weight: 700;
        border: 1px solid #fff;
    }

        .service-btn a:hover {
            background-color: rgb(0, 136, 230);
            border-color: rgb(0, 136, 230);
        }

.process-section {
    padding: 100px 0;
}

.process-title {
    text-transform: capitalize;
    font-size: 48px;
    color: #000000;
    text-align: center;
    font-style: inherit;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 18px;
    line-height: 1.3em;
    font-family: var(--secondary-font-family);
    font-weight: 800;
}

.process-row {
    margin-top: 30px;
}

    .process-row > div {
        margin-bottom: 30px;
    }

.process-item {
    min-height: 100px;
    padding: 50px 10px;
    background-color: #f7f9ff;
    position: relative;
    transition: background .2s ease-in-out;
}

    .process-item:hover {
        background-color: #e8eaf6;
    }

    .process-item h5 {
        text-transform: capitalize;
        font-size: 16px;
        color: #000000;
        text-align: center;
        font-style: inherit;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.process-icon {
    font-size: 64px;
    color: #3b65ce;
    text-align: center;
}

.process-desc {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

    .process-desc p {
        font-size: 16px;
        color: #777777;
        line-height: 1.66em;
    }

.faq-section {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.faq-title {
    text-transform: capitalize;
    font-size: 28px;
    color: #353535;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: var(--secondary-font-family);
    font-weight: 800;
}

.faq-header-title {
    text-transform: capitalize;
    font-size: 20px;
    color: #646464;
    text-align: left;
    font-style: inherit;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;
}

.faq-item {
    margin-bottom: 50px;
}

    .faq-item p {
        font-size: 16px;
        color: #777777;
        line-height: 1.66em;
    }

.action-section {
    text-align: center !important;
    background: #ffffff;
    padding: 150px 0 150px;
    background-color: #f7f7f7;
    color: #333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* color: #fff; */
}

    .action-section h1 {
        font-family: var(--secondary-font-family);
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        line-height: 40px;
        font-size: 32px;
        color: #eaeaea;
        font-weight: 900;
        margin-top: 2px;
        text-align: center;
    }




    .action-section h3 {
        margin-bottom: 15px;
        font-size: 19px !important;
        color: #e4e4e4;
        font-weight: normal;
        margin-top: 2px;
        text-align: center;
        text-transform: none !important;
    }

    .action-section p {
        font-size: 18px;
        color: #efefef;
        padding: 0;
        margin: 0 auto 1.25em;
        font-weight: bold;
        text-align: center;
    }

.cmbtn {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.3em;
    line-height: 1.308em;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .cmbtn.primary {
        padding: 21px 40px;
        color: #fff;
        background-color: #03de75;
    }

        .cmbtn.primary:hover, .cmbtn.primary:active {
            color: #fff;
            background-color: #40d78f;
        }

    .cmbtn.medbtn, .cmbtn.shortbtn {
        padding: 11px 25px 11px !important;
        font-size: 13px;
    }





@media (min-width:768px) {
    .banner-row {
        display: flex;
        align-items: center;
    }
}

.banner-left-text {
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 30px 15px;
}

    .banner-left-text h5 {
        font-family: var(--secondary-font-family);
        font-weight: 500;
        /*color: currentColor;*/
        opacity: .4;
        font-size: 1rem;
        line-height: 1.21429;
        text-transform: uppercase;
        text-align: center;
    }

    .banner-left-text h3 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.25;
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

.outline-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    outline: 0;
    padding: 0;
    /*font-family: "futura-pt",Helvetica,Arial,sans-serif;*/
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #080a1c;
    border-radius: 1000px;
    color: #080a1c;
    display: inline-block;
    font-size: .8rem;
    line-height: 1.21429;
    padding: 10px 28px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .outline-btn:hover {
        color: #fff;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

    .outline-btn:after {
        position: absolute;
        content: '';
        background: #080a1c;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: -1;
        will-change: transform;
    }

    .outline-btn:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.half-section {
    padding: 50px 0;
}

.half-section-top {
    max-width: 400px;
    margin: auto;
    margin-bottom: 100px;
}

    .half-section-top h5 {
        font-family: var(--secondary-font-family);
        font-weight: 500;
        color: currentColor;
        opacity: .4;
        font-size: 1rem;
        line-height: 1.21429;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0.5em;
    }

    .half-section-top h3 {
        font-weight: normal;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.567;
        margin-top: 0.5em;
    }

@media (max-width:767px) {

    .half-item {
        margin-bottom: 30px;
    }
}

.half-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 130%;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.half-item:hover .half-image {
    opacity: .6;
}

.half-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
}

    .half-image-text h3 {
        font-weight: normal;
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.25;
    }

    .half-image-text h5 {
        /*font-family: "gt-walsheim",Helvetica,Arial,sans-serif;*/
        font-weight: 300;
        color: rgba(8,10,28,0.8);
        font-size: 1.5rem;
        line-height: 1.6;
    }

.new-arrival-title {
    text-align: center;
    margin-bottom: 50px;
}

    .new-arrival-title h1 {
        font-weight: normal;
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.25;
    }

.product_img_link, .product_image {
    position: relative;
    display: block;
}

    .product_img_link .front-image, .product_img_link img.back-image, .product_image .front-image, .product_image .back-image {
        display: block;
        width: 100%;
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
    }

    .product_img_link .front-image, .product_image .front-image {
        position: relative;
    }

    .product_img_link .front-image, .product_image .front-image {
        top: 0;
    }

    .product_img_link .back-image, .product_image .back-image {
        position: absolute;
    }

    .product_img_link .back-image, .product_image .back-image {
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity = 0);
        z-index: -1;
    }

.product-images {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 130%;
    transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.pro_first_box {
    position: relative;
    overflow: hidden;
}
    /*.pro_first_box:hover .product_img_link img.back-image, .pro_first_box:hover .product_image img.back-image {
    opacity: 1;
    filter: alpha(opacity = 100);
    z-index: 1;
}*/
    .pro_first_box:hover .product_img_link .back-image, .pro_first_box:hover .product_image .back-image {
        opacity: 1;
        filter: alpha(opacity = 100);
        z-index: 1;
    }

/*.sold-out {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    text-align: center;
    left: 0;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-family: Lato,sans-serif;
}

.new-arrival {
    position: absolute;
    top: 15px;
    padding: 7px;
    background: rgba(83, 176, 174, 0.5);
    text-transform: uppercase;
    right: 10px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
    letter-spacing: .1em;
    font-family: Lato,sans-serif;
}

.sale {
    position: absolute;
    top: 15px;
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    left: 10px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
    letter-spacing: .1em;
    font-family: Lato,sans-serif;
}*/
.pro_second_box {
    text-align: center;
}

    .pro_second_box h5 {
        margin: 15px 0 0;
    }

.product-name {
    text-transform: uppercase;
    font-size: 10px;
}

.product-price {
    font-family: var(--secondary-font-family);
    font-weight: 500;
    color: currentColor;
    opacity: .4;
    font-size: 1.4rem;
    line-height: 1.21429;
    text-transform: uppercase;
    text-align: center;
}

.product-container {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .right-text-row {
        display: flex;
        align-items: center;
    }
}

.banner-right-text {
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 30px 15px;
}

    .banner-right-text h3 {
        font-weight: normal;
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 32px !important;
    }

    .banner-right-text p {
        /*font-family: "gt-walsheim",Helvetica,Arial,sans-serif;*/
        font-weight: 300;
        color: rgba(8,10,28,0.6);
        text-align: center;
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

.underline-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    outline: 0;
    padding: 0;
    /*font-family: "futura-pt",Helvetica,Arial,sans-serif;*/
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 16px !important;
    margin-bottom: 32px !important;
    color: #080a1c;
    position: relative;
}

    .underline-btn:after {
        opacity: 1;
        content: '';
        position: absolute;
        bottom: -6px;
        height: 2px;
        left: 0;
        right: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        background-color: #f8dbd3;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        background-color: #080a1c;
    }

    .underline-btn:hover:after {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        opacity: 1;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
    }

.main-nav {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 10;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.8),transparent);
}

.main-nav-items ul li .menu-item {
    color: #fff;
}

.banner-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    /*height: 1040px;*/
    height: 740px;
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    font-size: 30px;
    color: #fff;
}

.slick-arrow--next {
    right: 15px;
}

.slick-arrow--prev {
    left: 15px;
}

/*.banner-caption {
    padding-top: 600px;
    padding-top: 200px;
    width: 66.6667%;
    margin: auto;
    color: #fff;
    text-align: center;
}*/

/*@media (max-width:1224px) {
    .banner-caption {
        padding-top: 400px;
    }
}*/

/*@media (max-width:767px) {
    .banner-caption {
        padding-top: 100px;
    }
}*/

.fancy-title-6 {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1.5;
}

.fancy-title-7 {
    letter-spacing: 0px;
    text-transform: none;
    font-size: 18px;
    line-height: 200%;
    color: #fff;
    text-align: center;
    font-style: inherit;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 30px;
}

.mk-button-8 {
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px;
}

.mk-button {
    box-sizing: border-box;
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    font-size: 100%;
}

.mk-button-8 .mk-button {
    background-color: #3b65ce;
}

.mk-button-8 .mk-button {
    width: 160px;
}

.mk-button--corner-full_rounded, .mk-button--corner-full_rounded .double-outline-inside {
    border-radius: 50px;
}

.mk-button-8 .mk-button {
    display: inline-block;
    max-width: 100%;
}

    .mk-button-8 .mk-button:hover {
        color: #fff !important;
        background-color: #184cce;
    }

.mk-button--dimension-flat.text-color-light {
    color: #fff;
}

a:active, a:focus, a:hover, a:link, a:visited {
    outline: 0 none;
    text-decoration: none;
}

.mk-button--size-medium {
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
}

.relative {
    position: relative;
}

.inline {
    display: inline-block;
}

.inline {
    display: inline-block;
}

.right {
    float: right;
}

.mk-button-9 .mk-button {
    display: inline-block;
    max-width: 100%;
}

.mk-button-9 .mk-button {
    width: 160px;
}

    .mk-button-9 .mk-button:hover {
        background-color: #3b65ce;
        color: #ffffff !important;
    }

.mk-button-9 .mk-button {
    border-color: #3b65ce;
    color: #ffffff !important;
}

.mk-button--dimension-outline, .mk-button--dimension-savvy {
    border-width: 2px;
    border-style: solid;
}

.left {
    float: left;
}

.about-container {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.about-section {
    padding: 100px 0;
}

.about-title h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 18px;
    color: #222222;
    margin-bottom: 18px;
    line-height: 1.5;
}

.divider {
    padding: 0px 0 40px;
}

    .divider .divider-inner {
        border-top: 1px solid rgba(0,0,0,.1);
        position: relative;
        border-top-width: 3px;
        border-top-color: #cacaca;
        width: 50px;
        margin: 0 auto;
    }

.about-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.66em;
}

.side-image-section {
    /*margin: 100px 0;*/
    /*background: #2e1d2f;*/
}

.side-image-wrapper {
    padding: 100px 0;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.divider .divider-inner-left {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid rgba(0,0,0,.1);
    position: relative;
    border-top-width: 3px;
    border-top-color: #ffffff;
    width: 50px;
}

.side-image-text h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

.side-image-text h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.themes-container {
    max-width: 800px;
    margin: auto;
}

.themes-section {
    padding: 100px 0;
    background: #13141a;
}

.themes-title h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
    margin-bottom: 55px;
    color: #fff;
}

.themes-item {
    padding: 45px 10% 0;
    background: #fff;
    border-bottom: 5px solid #eee;
    text-align: center;
    transition: all .3s ease-in-out;
}

    .themes-item:hover {
        background: #ddd;
    }

.themes-row > div:nth-child(1) .themes-item {
    border-bottom-color: #b31b1b;
}

.themes-row > div:nth-child(2) .themes-item {
    border-bottom-color: #80b966;
}

.themes-row > div:nth-child(3) .themes-item {
    border-bottom-color: #3b65ce;
}


.theme-icon {
    /*font-size: 90px;
    line-height: 130px;*/
    font-size: 50px;
    line-height: 70px;
}

.themes-item h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.themes-item p {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 35px;
    color: rgba(35, 31, 32, 0.85);
}

.themes-link {
    margin-bottom: 30px;
}

    .themes-link span {
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 20px;
        background: #c6ecff;
        /*color:#fff;*/
        display: inline-block;
    }

.team-section {
    padding: 100px 0;
}

.team-top h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #222222;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

.team-top h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #222222;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.team-image-wrapper {
    padding: 0 30px;
    margin: 0 auto 25px;
    max-width: 500px;
}

.team-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 100%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /*-webkit-filter: gray;*/
    filter: gray;
    transition: all .3s;
}

.team-item:hover .team-image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-text {
    text-align: center;
}

    .team-text h4 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
    }

    .team-text p {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
        line-height: 1.66em;
        margin-bottom: 20px;
    }

.parallax-bg {
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

    .parallax-bg h2 {
        letter-spacing: 0px;
        text-transform: none;
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        font-style: inhert;
        font-weight: normal;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .parallax-bg p {
        letter-spacing: 0px;
        text-transform: none;
        font-size: 16px;
        color: rgba(255,255,255,0.5);
        text-align: center;
        font-style: inhert;
        font-weight: normal;
        padding-top: 30px;
        padding-bottom: 60px;
        margin-bottom: 18px;
    }

#mk-button-26 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px;
}

    #mk-button-26 .mk-button {
        padding: 20px 28px;
        font-size: 14px;
        line-height: 100%;
        background-color: #1bbc9b;
        border-radius: 3px;
        font-weight: 700;
    }

    #mk-button-26 .mk-button {
        display: inline-block;
        max-width: 100%;
        color: #fff;
    }

        #mk-button-26 .mk-button:hover {
            background-color: #252525;
        }

#mk-button-27 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 15px;
}

    #mk-button-27 .mk-button {
        padding: 18px 28px;
        border-color: #fff;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        max-width: 100%;
        border-radius: 3px;
        line-height: 1;
    }

        #mk-button-27 .mk-button:hover {
            background-color: #fff;
            color: #252525;
        }

.two-sides-bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}

.two-sides-container {
    text-align: center;
    height: 100vh;
    background: #7aced6;
    position: relative;
    transition: all .3s ease-in-out;
}

@media (max-width: 979px) {
    .two-sides-section .two-sides-container {
        height: 358px;
    }
}

.two-sides-section .two-sides-container:hover {
    background: rgba(122,206,214,0.78);
}

.two-sides-section .two-sides-row > div:first-child .two-sides-container {
    background: rgba(224,30,38,0.78);
}

.two-sides-section .two-sides-row:hover > div:first-child .two-sides-container {
    background: rgba(224,30,38,1);
}

.two-sides-section .two-sides-row:hover > div:first-child:hover .two-sides-container {
    background: rgba(224,30,38,0.78);
}

.two-sides-section .entry {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.two-sides-section h5 {
    padding-bottom: 13px;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
}


.two-sides-section h1 {
    padding-bottom: 18px;
    font-size: 57px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.two-sides-section p {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 1.27;
    color: #fff;
}

.btn-white {
    display: inline-block;
    /*height: 34px;*/
    padding: 0 30px;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 4px solid #fff;
}

.two-sides-section .btn-white {
    padding: 0 17px;
}

    .two-sides-section .btn-white:hover {
        border: 4px solid #ec9396;
        color: #fff;
    }

.two-sides-section .two-sides-row > div:last-child .btn-white:hover {
    border: 4px solid #caebef;
}

@media (max-width: 979px) {
    .two-sides-section h5 {
        padding-bottom: 8px;
        font-size: 20px;
    }

    .two-sides-section h1 {
        padding-bottom: 13px;
        font-size: 45px;
    }

    .two-sides-section p {
        padding-bottom: 24px;
        font-size: 20px;
    }

    .two-sides-section .btn-white {
        padding: 0 16px 0 19px;
    }
}

.banner-text {
    -webkit-transition-property: opacity,-webkit-transform;
    -moz-transition-property: opacity,-moz-transform;
    -o-transition-property: opacity,-o-transform;
    transition-property: opacity transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    bottom: 14px;
    position: absolute;
    z-index: 100;
    width: 100%;
}

@media (min-width: 60em) {
    .banner-text {
        bottom: 102px;
    }
}

.slick-active .banner-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner-title {
    font-family: var(--main-font-family);
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 27px;
    line-height: 1.1;
    margin: 0;
    display: block;
}

@media (min-width: 60em) {
    .banner-title {
        font-size: 62px;
        margin-bottom: 6px;
    }
}

.banner-control {
    position: absolute;
    z-index: 100;
    bottom: 16px;
    right: 1em;
    color: #fff;
    width: 100%;
}

@media (min-width: 60em) {
    .banner-control {
        bottom: 43px;
        right: auto;
    }
}

.banner-control .content-container > div {
    display: inline-block;
}

.banner-arrows span {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #eee;
    border-color: rgba(255, 255, 255, 0.3);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.banner-dots .slick-dots {
    position: relative;
    bottom: initial;
}

    .banner-dots .slick-dots li {
        height: initial;
        width: initial;
    }

        .banner-dots .slick-dots li button {
            border-radius: 50px;
            opacity: .5;
            background-color: #fff;
            color: #000000;
            cursor: pointer;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 12px 0 0;
        }

            .banner-dots .slick-dots li button:before {
                content: '';
                height: initial;
                width: initial;
                line-height: initial;
            }

    .banner-dots .slick-dots .slick-active button {
        opacity: 1;
    }

@media (min-width: 60em) {
    .banner-dots .slick-dots li button {
        width: 11px;
        height: 11px;
        /*height:initial;
        width:initial;*/
    }
}


.intro-section {
    margin-top: 52px;
}

@media (min-width:768px) {
    .journal-left {
        margin-right: 40px;
        position: relative;
    }

        .journal-left:after {
            content: '';
            display: block;
            width: 1px;
            height: -webkit-calc(100% - 33px);
            height: -moz-calc(100% - 33px);
            height: calc(100% - 33px);
            top: 33px;
            right: -20px;
            position: absolute;
            background-color: #e3e4e5;
        }
}

.journal-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 13px;
    white-space: nowrap;
    border-bottom: 2px solid #212226;
    padding-bottom: 18px;
    color: #b31b1b;
    /*margin-top: -31px;*/
}

    .journal-title i {
        margin-right: 5px;
    }

.journal-list li {
    border-bottom: 1px solid #ddd;
    padding: 5px 13px;
    padding: 5px 0px;
    position: relative;
    font-size: 17px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

    .journal-list li a {
        color: #004080;
    }

        .journal-list li a:hover {
            text-decoration: underline;
        }

.article-section article {
    padding: 20px 0 10px;
    border-bottom: 1px solid #e3e4e5;
}

.main-article-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 70%;
    margin-bottom: 20px;
}

.article-category {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    border-bottom: 1px solid transparent;
}

    .article-category:hover {
        border-bottom: #000;
    }

.article-title {
    margin: 5px 0 10px;
    /* font-weight: 900; */
    font-size: 21px;
    line-height: 30px;
    color: #212226;
    transition: opacity .3s ease 0s;
}

    .article-title:hover {
        opacity: .8;
    }

.article-overview {
    font-family: var(--main-font-family);
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #494a4d;
}

.article-link-wrapper {
    /*text-align:center;*/
    margin-top: 30px;
}

.article-link {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    /*border-radius: 6px;*/
    transition: all .2s ease-in-out;
    background-color: #b31b1b;
    /*border-color: #03886E;*/
    color: #fff;
    display: inline-block;
}

.cu-tower {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin: 18px 0 54px;
    padding: 18px;
    position: relative;
    text-align: center;
}

@media (max-width: 60em) and (min-width: 36em) {
    .cu-tower {
        width: 42.30769%;
        float: right;
        margin-right: 0;
        border-top-width: 4px;
        padding: 24px 12px 18px;
    }
}

.cu-tower:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #b31b1b;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 3px;
    padding: 0 1px;
    content: '';
}

.chronicle-tower {
    margin: 18px 0 54px;
    padding: 18px;
}

@media (max-width: 60em) and (min-width: 36em) {
    .chronicle-tower {
        border-bottom: none;
        margin: -100px 0 0;
        z-index: 100;
        width: 40%;
        float: right;
        min-height: 980px;
        padding: 24px 18px 120px;
    }
}

@media (min-width: 60em) {
    .chronicle-tower {
        width: 31.42857%;
        float: right;
        margin-right: 0;
        padding: 24px 54px 72px;
        min-height: 860px;
    }
}

@media (min-width: 60em) {
    .chronicle-tower {
        border-bottom: none;
        margin: -100px 0 0;
        z-index: 100;
    }
}

.intro-right-slider .slick-dots li button {
    font-size: 13px;
    color: #000;
}

.intro-right-slider .slick-dots li.slick-active button {
    text-decoration: underline;
}

.intro-right-slider .slick-dots li button:before {
    content: '';
}

.chronicle-entry, .chronicle-links {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

@media (min-width: 60em) {
    .chronicle-entry, .chronicle-links {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.chronicle-entry, .chronicle-links {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

@media (min-width: 36em) and (max-width: 60em) {
    .chronicle-entry, .chronicle-links {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 60em) {
    .chronicle-entry, .chronicle-links {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.chronicle-links a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    line-height: 1;
    padding: 0 5px 0 9px;
}

.chronicle-links.inline a {
    border-left: 1px solid #b3b3b3;
}

    .chronicle-links.inline a:first-child {
        padding-left: 5px;
        border: none;
    }

.chronicle-entry .tag {
    color: #b31b1b;
    font-size: 12px;
}

@media (max-width: 60em) and (min-width: 36em) {
    .chronicle-entry .tag {
        margin-bottom: 4px;
    }
}

.chronicle-entry-title {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

    .chronicle-entry-title:hover {
        text-decoration: underline;
    }

@media (max-width: 60em) and (min-width: 36em) {
    .chronicle-entry-title {
        line-height: 1.4;
    }
}

.chronicle-entry:after, .chronicle-links:after {
    left: 0;
    background-color: #e0e0e0;
    height: 1px;
    width: 50%;
    bottom: 0;
    right: 0;
    content: "";
}

.chronicle-entry:after, .chronicle-links:after {
    margin: 0 auto;
    position: absolute;
}

.grid-box {
    font-family: var(--main-font-family);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (max-width: 60em) and (min-width: 36em) {
    .home-block {
        width: 57.14286%;
        float: left;
        margin-right: 2.85714%;
    }
}

@media (min-width: 60em) {
    .grid-box, a.grid-box {
        margin-bottom: 30px;
        max-width: none;
    }
}

@media (min-width: 60em) {
    .home-block {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
    }
}

.block-header {
    float: left;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
}

.cu-title {
    font-size: 13px;
    margin-bottom: 12px;
    color: #b31b1b;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 60em) {
    .cu-title {
        font-size: 14px;
        margin-bottom: 18px;
    }
}

.block-header .cu-title {
    margin: 0;
}

@media (min-width: 60em) {
    .grid-title, a.grid-title {
        font-size: 26px;
        line-height: 1.5;
    }
}

.grid-title {
    margin-top: 24px;
}

.grid-box img, a.grid-box img {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
/*.hc-overlay {
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-delay: 0s;
    width: 100%;
}

.hc-overlay {
    font-smoothing: antialiased;
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform opacity;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
    padding: 16px 32px;
    position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
}

.hc-overlay {
    padding: 16px;
    text-align: left;
    z-index: 100;
}

@media (min-width: 60em) {
     .hc-overlay {
        padding: 28px;
    }
}

.vbottom, .vcenter {
    width: 99%;
}

.vbottom, .vcenter, .vjack:before {
    display: inline-block;
}

.vjack:before {
    content: "";
    height: 100%;
    margin-right: -.25em;
}
.hc-title {
    font-family: freight-sans-pro-n5,freight-sans-pro,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
}*/
.map-section {
    padding: 100px 0 60px;
}

@media (min-width:768px) {
    .map-row {
        display: flex;
        align-items: center;
    }
}

.stripe {
    text-align: center;
}

@media (max-width:767px) {

    .stripe {
        margin-top: 30px;
    }
}

.stripe p:not(:last-child) {
    font-size: 1.75em;
    color: #555;
    margin-bottom: 1em;
}

.btn, a.btn {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: var(--secondary-font-family);
    font-weight: 700;
    background-color: #006699;
    border: none;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-appearance: none;
}

.stripe a.btn-red {
    display: inline-block;
    background: transparent;
    color: #b31b1b;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

    .stripe a.btn-red, .stripe a.btn-red:visited, .stripe a.btn-red:active {
        background: transparent;
        color: #b31b1b;
        border: 3px solid #b31b1b;
    }

.menu-mobile {
    /*position: absolute;*/
    /*z-index: 12;*/
    width: 100%;
}

@media (max-width:767px) {
    .gallery-row {
        margin-top: 50px;
    }

        .gallery-row > div:nth-child(n+4) {
            display: none;
        }

    .banner-canvas {
        padding-top: 0;
    }
}

#header_left_inner a:hover {
    border-bottom: 1px solid #fff;
}

.wrapper .banner-center-title {
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.banner-section {
    margin-bottom: 50px;
}

.wrapper-desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    padding: 0 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 47px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

    .wrapper-desc h2 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        margin-bottom: 10px;
    }

@media (max-width:767px) {

    .wrapper-desc h2 {
        font-size: 17px;
    }
}

.subtitle {
    margin-bottom: 20px;
    font-size: 17px;
    /*white-space: nowrap;*/
}

.wrapper-desc a {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline;
    text-decoration: none !important;
    font-size: 12px;
}

    .wrapper-desc a:hover {
        border-bottom: 1px solid;
    }

.project-author {
    position: absolute;
    top: 35px;
    right: 55px;
    text-transform: uppercase;
    pointer-events: visible;
    z-index: 9999;
    min-height: 24px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 4;
}

@media (max-width:767px) {

    .project-author {
        display: none;
    }
}

.project-bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.project-link-title {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: none;
}

.project-item.active .project-link-title {
    display: block;
}

.project-item {
    padding: 100px;
}











.banner-content {
    padding: 10em 0;
}

    .banner-content h2 {
        font-size: 62px;
        line-height: 1.1;
        color: #4d4d4d;
        display: block;
        font-family: var(--secondary-font-family);
        font-weight: 700;
        margin: 0 0 0.5em;
    }

.banner-bg {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
}

.btn-green-store {
    display: inline-block;
    border: 1px solid #80b966;
    background-color: #e9e9e9;
    /*border-left: none;*/
    padding: 20px 50px;
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    margin-left: -3px;
}

@media screen and (max-width: 1000px) {
    .btn-green-store {
        /* margin-left: -3px; */
    }
}

@media screen and (max-width: 780px) {
    .btn-green-store {
        display: block;
        margin: 20px 0 0;
        border-left: 1px solid #80b966;
        text-align: center;
    }
}

.btn-green-store:hover,
.btn-green-video:hover {
    background-color: #80b966;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mission-top {
    text-align: center;
}

    .mission-top h3 {
        /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);*/
        height: 100%;
        width: 100%;
        font: 14px 'Montserrat', sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin: 130px auto 0;
        display: block;
    }

    .mission-top h4 {
        display: block;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 30px;
        /*margin-top: 110px;*/
        color: #333333;
        width: 100%;
        margin-bottom: 50px;
    }

.mission-left {
    margin-bottom: 30px;
}

@media (min-width:768px) {

    .mission-left:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width:767px) {

    .mission-left {
        margin-bottom: 15px;
    }
}

.mission-bg {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: calc(400px - 15px);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
}

    .mask:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.65) 100%);
    }

    .mask .text {
        color: #ffffff;
        font-size: 20px;
        margin: 0;
    }

    .mask .text {
        width: 85%;
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 10%;
        margin: auto;
        display: block;
    }

        .mask .text h4 {
            font-family: var(--secondary-font-family);
            text-transform: uppercase;
            font-weight: 400;
            font-size: 15px;
        }

        .mask .text h2 {
            font-size: 26px;
            line-height: 1.2;
            text-align: left;
        }

.mission-right {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 800px;
}

@media screen and (max-width: 550px) {
    .mission-right {
        width: 100%;
        min-height: 550px;
        height: auto;
        margin: 0;
        background-color: #e9e9e9 !important;
        background-size: cover !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        background-size: cover;
        background-size: 90% !important;
    }
}

.mission-right .text-wrapper {
    padding-right: 110px;
    padding-top: 60px;
    padding-left: 50px;
    display: block;
    z-index: 1;
    float: left;
    /* outline: 1px solid red; */
}

@media screen and (max-width: 950px) {
    .mission-right .text-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
    }
}

.mission-right h2 {
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    z-index: 1;
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mission-right p {
    margin: 0 0 15px 0;
    font: 20px/28px 'Crimson Text', serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 21px;
    line-height: 1.2;
    font-family: var(--secondary-font-family);
}

.mission-right h4 {
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

.origin-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.origin-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
}

.origin-right {
    position: relative;
}

    .origin-right .text-wrap {
        /*margin-top: 150px;*/
        text-align: center;
        color: #fff;
        padding-right: 60px;
        padding-left: 60px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .origin-right .text-wrap h4 {
            font-size: 21px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 30px;
        }

.green-hr-small {
    border-bottom: 1px solid #80b966;
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
}

.origin-right .text-wrap p {
    margin: 0 0 15px 0;
    font: 20px/28px 'Crimson Text', serif;
    font-weight: 400;
    color: #fff;
}

.parallax-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(53%, rgba(0, 0, 0, 0.3)), color-stop(99%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 53%, transparent 99%);
}

.parallax-content {
}

    .parallax-content h2 {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 30px;
    }

.parallax-content {
    padding: 10em 0;
}

.parallax-text {
    color: #fff;
}

@media (min-width:768px) {
    .parallax-text {
        padding-left: 40px;
    }
}

.parallax-text p {
    margin: 0 0 15px 0;
    font: 20px/28px 'Crimson Text', serif;
    font-weight: 400;
}

.btn-green-filled {
    display: inline-block;
    border-left: none;
    padding: 20px 50px;
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    margin: 0;
    background-color: #80b966;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-green-filled:hover {
        background-color: #fff;
        color: #80b966;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.overview-section {
    padding: 30px 15px;
    text-align: center;
}

    .overview-section h2 {
        margin: 0;
        padding: 50px 0;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px;
        display: inline-block;
    }

.overview-container {
    max-width: 800px;
    margin: auto;
    padding: 0 15px;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    /*font-family: Garamond,serif;*/
}

.see-more {
    font-size: 13px;
    text-decoration: underline !important;
    color: #a69c9c;
}

.square-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 100%;
}

.section-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 50%;
}

.welcome-item-text {
    padding: 10px 0 50px;
}

    .welcome-item-text h4 {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 30px;
    }

.welcome-item-desc p {
    margin: 0 0 15px 0;
    font: 16px/26px 'Crimson Text', serif;
    font-weight: 400;
    color: #8b8b8b;
}

.welcome-item-link a {
    color: #ff7e00;
    font-size: 12px;
    line-height: 1.538461538461538em;
    text-transform: uppercase;
    font-weight: 600;
}

    .welcome-item-link a:hover {
        color: #000000;
    }


.mobile-icon-menu {
    color: #000;
}

/*.header-btn-line {
    background: #000 !important;
}*/


.Header-inner {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.med-container {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

/*.top-menu {
    position: absolute;
    width: 100%;
    z-index: 12;
}*/
/*.right-header > div {
    color: #fff;
}*/

/*#header_left_inner a {
    color: #fff;
    font-size: 13px;
}*/
/*.search-query::-webkit-input-placeholder {
  color: #fff;
}*/
.left-sticky-menu a {
    color: #fff;
}

.menu-desc {
    color: #fff;
}

.sidemenu-scrolled .left-sticky-menu a {
    color: #000;
}

.sidemenu-scrolled .menu-desc {
    color: #000;
}
/*.main-menu > li > a {
    color: #808080;
}*/

.sf-with-ul:after {
    border-top-color: #fff;
    /*border-top-color: rgba(255,255,255,.5);*/
}

.search_query::-webkit-input-placeholder {
    color: #ddd;
}

/*.right-header > div {
    color:#fff;
}*/
/*.search_query {
    border-bottom: 1px solid #fff !important;
    color: #fff;
}*/
.featured-section {
    padding: 40px 20px 0;
}

@media (max-width:767px) {

    .featured-section {
        padding: 40px 00px 0;
    }
}

.featured-top {
    margin-bottom: 30px;
}

    .featured-top h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
    }

.grid-product__meta {
    position: relative;
    display: block;
    padding: 18px 0;
    text-align: center;
}

.product-num {
    font-style: italic;
    color: #ffffff;
    padding: 10px 0;
}

.product-info {
    opacity: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
}

.featured-item:hover .product-info {
    opacity: 1;
    visibility: visible;
}

.hover-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    cursor: pointer;
    text-align: center;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.featured-item:hover .hover-black {
    opacity: 1;
}

.product-title {
    color: #ffffff;
}

.product-desc {
    color: #898989;
    padding: 0 13% 15px;
    min-height: 55px;
}

.product-price {
    color: #898989;
}

/*.about-section {
    background: #9D9793;
    color: #FFFFFF;
}

.about-item {
    padding: 43px 40px 34px 11px;
    height: 100%;
    transition: all 0.3s ease-out;
}

@media (max-width:767px) {
    .about-item {
        padding: 43px 30px;
    }
}

.about-item:hover {
    background: #AFAAA6;
}

.about-item .inner {
    max-width: 650px;
    width: 100%;
}

.about-row > div:first-child .about-item .inner {
    float: right;
}

@media (min-width:768px) {
    .about-row {
        display: flex;
    }
}

.about-info {
    font-size: 14px;
    padding: 20px 30px 20px 60px;
}


@media (max-width:767px) {
    .about-info {
        padding: 20px 0px;
    }
}*/

.featured-row > div > a {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.featured-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 130%;
}

@media (min-width:768px) {
    .featured-image.full {
        padding-bottom: 66.66666666666666666667%;
    }
}

.featured-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

    .featured-caption h3 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        /*font-family: 'Lato';*/
        font-weight: 800;
    }

.intro {
    margin: 30px 0 100px;
}

    .intro .readmore a {
        color: #d39850;
        -webkit-transition: color .15s ease-out;
        -moz-transition: color .15s ease-out;
        -ms-transition: color .15s ease-out;
        -o-transition: color .15s ease-out;
        transition: color .15s ease-out;
        padding-bottom: .05em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(211,152,80,.3);
        -webkit-transition: border-color .15s ease-out,color .15s ease-out;
        -moz-transition: border-color .15s ease-out,color .15s ease-out;
        -ms-transition: border-color .15s ease-out,color .15s ease-out;
        -o-transition: border-color .15s ease-out,color .15s ease-out;
        transition: border-color .15s ease-out,color .15s ease-out;
    }

    .intro h2 {
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        line-height: 1.2em;
        text-transform: none;
        font-family: var(--main-font-family);
        color: #111;
    }

@media (max-width:767px) {
    .intro h2 {
        font-size: 28px;
    }
}

.featured-products .product-item {
    width: 33.333333%;
    float: left;
    position: relative;
    background: #808080;
    overflow: hidden;
}

    .featured-products .product-item:hover .product-image {
        transform: scale(1.1);
    }

    .featured-products .product-item:nth-child(3n+1) {
        clear: left;
    }

    .featured-products .product-item.right {
        float: right;
    }

    .featured-products .product-item.wide {
        width: 66.66666667%;
    }

@media (max-width:767px) {

    .featured-products .product-item {
        width: 100%;
    }

        .featured-products .product-item.wide {
            width: 100%;
        }
}

.featured-products .product-item .product-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 130%;
    opacity: .9;
    transition: all .3s linear;
}

.featured-products .product-item .product-item-content {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.featured-products .product-item .product-item-title {
    font-family: var(--main-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 1em;
    text-transform: none;
}

.featured-products .product-item .product-item-body {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    padding-top: .3em;
}

.instagram-section {
    margin-top: 100px;
    /*padding:50px;*/
    margin-bottom: 50px;
}

.instagram-wrapper {
    /*max-width: 970px;*/
    width: 100%;
    margin: auto;
}

@media (min-width:768px) {
    .instagram-grid {
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .instagram-post-item {
        width: 50% !important;
        clear: none !important;
    }
}

.instagram-header h1 {
    /*font-family:Lato,Arial,sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 1.45em;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.instagram-post-item a {
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    display: block;
    cursor: default;
    border-bottom: none;
    cursor: default;
}

    .instagram-post-item a img {
        position: relative;
    }

.instagram-post-item {
    width: 16.66666667%;
    float: left;
    /*margin: 0 5px 5px 0;*/
}

    .instagram-post-item:nth-child(6n+1) {
        clear: left;
    }

@media only screen and (max-width: 767px) {
    .instagram-post-item {
        width: 50% !important;
        clear: none !important;
    }
}

.instagram-post-item a {
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    display: block;
    cursor: default;
    border-bottom: none;
    cursor: default;
}

    .instagram-post-item a img {
        position: relative;
    }

.instagram-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
}

.instagram-title {
    margin-bottom: 40px;
}

    .instagram-title h3 {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        font-family: var(--main-font-family);
    }

/*.banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

    .banner-caption > div {
        max-width: 750px;
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }*/

@media (max-width:991px) {
    .banner-caption > div {
        max-width: 500px;
    }
}

.banner-category {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

/*.banner-title h1 {
    margin-bottom: 35px;
    margin-top: 15px;
    letter-spacing: 0.1px;
    font-size: 75px;
    line-height: 86px;
                font-family:var(--secondary-font-family);
    color: #fff;
}

@media (max-width:767px) {

    .banner-title h1 {
        font-size: 32px;
        color: #fff;
    }
}*/

.banner-link a {
    height: 40px;
    line-height: 40px;
    background-color: #0e1316;
    padding: 0 36px;
    text-align: center;
    color: #fff;
    /*font-family: "Novecento",serif;*/
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    position: relative;
    min-width: 200px;
    background-color: transparent;
    border: 1px solid rgba(11,36,53,0.5);
    color: #0b2435;
    line-height: 38px;
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    line-height: 38px;
    min-width: 200px;
    display: inline-block;
}

    .banner-link a span {
        position: relative;
        z-index: 2;
    }

    .banner-link a:hover {
        border-color: #fff;
        color: #0b2435;
        background-color: #fff;
    }

    .banner-link a:after {
        content: "";
        width: calc(100% - 20px);
        height: 3px;
        position: absolute;
        bottom: -1.5px;
        left: 10px;
        background-color: #0b2435;
        transition: all .2s ease-in-out;
        background-color: #fff;
    }

    .banner-link a:hover:after {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }

.section-1 {
    padding: 100px 0;
}

.section-1-left-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 170%;
}

.section-1-right-text {
    text-align: center;
    max-width: 390px;
    margin: auto;
    width: 100%;
    margin-top: 100px;
}

.highlight-right-category {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #0e1316;
}

.section-1-right-text h2 {
    font-size: 60px;
    line-height: 55px;
    margin: 12px 0 22px;
    position: relative;
    font-family: var(--secondary-font-family);
    color: #000;
}

.section-1-right-text p {
    font-family: var(--main-font-family);
    margin-bottom: 36px;
    font-size: 14px;
    color: #3c505d;
    line-height: 21px;
}

.section-1-right-image-wrapper {
    max-width: 390px;
    margin: auto;
    width: 100%;
    margin-top: 88px;
}

.section-1-right-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 66.66666666666667%;
}


.right-link a {
    height: 40px;
    line-height: 40px;
    background-color: #0e1316;
    padding: 0 36px;
    text-align: center;
    color: #fff;
    /*font-family: "Novecento",serif;*/
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    position: relative;
    min-width: 200px;
    background-color: transparent;
    border: 1px solid rgba(11,36,53,0.5);
    color: #0b2435;
    line-height: 38px;
    background-color: transparent;
    border: 1px solid rgba(11,36,53,0.5);
    color: #0b2435;
    line-height: 38px;
    /*min-width: 200px;*/
    display: inline-block;
}

    .right-link a span {
        position: relative;
        z-index: 2;
    }

    .right-link a:hover {
        border-color: #0b2435;
        color: #fff;
        background-color: #0b2435;
    }

    .right-link a:after {
        content: "";
        width: calc(100% - 20px);
        height: 3px;
        position: absolute;
        bottom: -1.5px;
        left: 10px;
        background-color: #0b2435;
        transition: all .2s ease-in-out;
    }

    .right-link a:hover:after {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }

.section-2-text {
    text-align: center;
    max-width: 285px;
    margin: auto;
}

@media (max-width:767px) {
    .section-2-text {
        margin-bottom: 30px;
    }
}

.section-2-category {
    font-size: 10px;
    text-transform: uppercase;
    color: #0e1316;
}

.section-2-title {
    margin-top: 12px;
    font-size: 60px;
    line-height: 55px;
    font-family: var(--secondary-font-family);
    color: #0e1316;
}

.section-2-desc {
    margin-top: 27px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
}

.section-2-image-wrapper {
    overflow: hidden;
}

@media (min-width:768px) {
    .section-2 .first-row {
        display: flex;
        align-items: center;
    }
}

.section-2-landscape-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 66.66666666666667%;
    transition: all .3s ease-in-out;
}

.section-2-portrait-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 140%;
    transition: all .3s ease-in-out;
}

.section-2-image-wrapper:hover .section-2-landscape-image {
    transform: scale(1.05);
}

.section-2-image-wrapper:hover .section-2-portrait-image {
    transform: scale(1.05);
}

.section-2-caption {
    position: absolute;
    width: 100%;
    /*top:50%;*/
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-family: var(--secondary-font-family);
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 20px;
}

.section-2 .row + .row {
    margin-top: 30px;
}

@media (max-width:767px) {
    .section-2 .row + .row > div:not(:last-child) {
        margin-bottom: 30px;
    }
}

.info-section {
    padding: 50px 0;
    font-size: 13px;
    color: rgba(11,36,53,0.8);
    text-align: center;
}

    .info-section strong {
        display: block;
        color: #0e1316;
        font-size: 12px;
        text-transform: uppercase;
    }


.Header-nav a {
    color: #fff;
}

    .Header-nav a:hover {
        color: rgba(255,255,255,.4);
    }

.Header-nav-item--folder:hover a {
    text-decoration: none;
    color: #fff;
}

.Header-nav-item .Header-nav-folder a {
    color: #111;
}

.Header-nav .Header-nav-item:hover {
    color: rgba(255,255,255,.4);
}

@media (min-width:992px) {
    .Cart .Cart-inner {
        color: #fff;
    }
}

/*.logo-black {
    display: none;
}

.logo-white {
    display: inline-block;
}*/
/*.Mobile-bar .logo-white {
    display: inline-block;
}

.Mobile-bar .logo-black {
    display: none;
}*/


.main-full-row {
    /*padding-left: 40px;
    padding-right: 40px;*/
    /*padding-bottom: 30px;*/
}
/*.main_content{
    padding:0 15px;
}*/
.main_content a img {
    width: 100%;
}

.main_content > div {
    padding-bottom: 60px;
}

@media (max-width:767px) {
    /*.main-full-row {
        padding-left: 13px;
        padding-right: 13px;
    }*/
    .home_main {
        margin-top: 30px;
    }

    .main_content > div {
        padding-bottom: 30px;
    }
}

.main-full-row > a {
    overflow: hidden;
}

.thumb-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.first-row .thumb-image {
    height: 50vw;
    height: 100vh;
}

.second-row .thumb-image {
    /*height: 100vw;*/
}

.third-row > div {
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .second-row > div:not(:last-child) {
        padding-bottom: 30px;
    }

    .first-row .thumb-image {
        height: 130vw;
    }
}

.black-layer {
    height: 800px;
    width: 100%;
    background: transparent;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #000;
    opacity: 0.2;
}

.image-title {
    font-size: 18px;
    line-height: 1.2em;
    /*text-transform: uppercase;*/
    font-weight: 900;
    font-style: normal;
    color: #fff;
    position: absolute;
    /*width: 100%;*/
    padding: 0 5%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    /*display: none;*/
}

.third-row .thumb-image:hover .black-layer {
    opacity: 0;
}

.third-row .thumb-image:hover .image-title {
    display: none;
}

.row-title {
    font-size: 16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width:767px) {
    .row-title {
        margin-bottom: 0;
    }
}

/*.product-title {
    margin: 2em 0 0 0;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .25em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
}*/

/*.product-price {
    text-align: center;
    margin: .5em 0 0 0;
    color: rgba(34,34,34,.5);
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.4em;
    text-transform: none;font-family: 'Times New Roman',serif;
}*/

.money-native:before {
    content: 'IDR';
}


.med-container {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

.intro h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 1.2em;
    text-transform: none;
    font-family: var(--secondary-font-family);
    color: #111;
}

@media (max-width:767px) {
    .intro h2 {
        font-size: 28px;
    }
}

.image-row img {
    width: 100%;
}

/*.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 110%;
}

    .section-2-image.fullwidth {
        padding-bottom: 56.66666666666666666667%;
    }

@media (max-width:767px) {
    .section-2-image.fullwidth {
        padding-bottom: 110%;
    }
}

.section-2-image:hover {
    opacity: .8;
}



@media (min-width:768px) {
    .fullwidth + .section-2-caption h1 {
        font-size: 34px;
    }
}

.section-2-caption h4 {
    font-size: 17px;
}

@media (min-width:768px) {
    .fullwidth + .section-2-caption h4 {
        font-size: 25px;
    }
}*/

.section-2-item {
    position: relative;
    display: block;
}

.overlay {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #29a9e1;*/
    -webkit-transition: opacity linear 300ms;
    transition: opacity linear 300ms;
    text-align: center;
}

.section-2-item:hover .overlay {
    opacity: 1;
}

.overlay .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 30px 40px 30px;
}

@media (max-width:767px) {

    .overlay .text {
        /*position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;*/
        padding: 30px 30px 40px 30px;
    }

    .section-2-item {
        margin-bottom: 30px;
    }
}

.overlay .text h4 {
    color: #fff;
    margin: 0 0 20px 2px;
    /*-webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform linear 200ms;
    transition: -webkit-transform linear 200ms;
    transition: transform linear 200ms;
    transition: transform linear 200ms, -webkit-transform linear 200ms;*/
}

/*.section-2-item:hover .overlay .text h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}*/
.overlay .text span {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    font-family: var(--main-font-family);
    /* font-weight: 800; */
    text-transform: uppercase;
}

.small .overlay .text span {
    font-size: 27px;
    line-height: 29px;
}

@media (max-width:991px) {

    .overlay .text span {
        font-size: 27px;
        line-height: 29px;
    }
}

.section-2-item:hover .overlay .text span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 69%;
}

.small:first-child {
    margin-bottom: 10%;
}

@media (min-width:768px) {
    .small .section-2-image {
        padding-bottom: 66.66666666666666666667%;
    }
}

.homepage-social {
    width: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.index-section .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%; /* Fallback */
}

@media screen and (max-width: 1220px) {
    .index-section .row {
        max-width: 960px;
        width: 100%;
    }
}

.social-content {
    text-align: center;
    margin: auto;
    max-width: 600px;
    width: 100%;
}

.index-section h4 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: normal;
}

ul#social-icons {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

@media screen and ( max-width: 980px ) {
    ul#social-icons, ul#social-icons li {
        text-align: center;
    }
}

ul#social-icons li {
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}

input#social-EMAIL {
    color: #777;
    border-radius: 2px;
    outline: none;
    display: block;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    text-transform: uppercase;
    text-indent: 0;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

input#social-subscribe {
    max-width: 100%;
    background: #000000;
    border: none;
    -webkit-transition: background 0.3s ease,color 0.3s ease;
    -moz-transition: background 0.3s ease,color 0.3s ease;
    -o-transition: background 0.3s ease,color 0.3s ease;
    transition: background 0.3s ease,color 0.3s ease;
    -webkit-appearance: none;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 15px 0;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    width: 80%;
    margin-top: 10px;
}

/*.new-arrival {
    padding: 50px 0;
}*/

.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-slide {
    /*margin: 0 15px;*/
    outline: 0;
}

@media (max-width:767px) {
    .slick-prev {
        left: -10px;
        z-index: 20;
    }

    .slick-next {
        right: -10px;
        z-index: 20;
    }
}

.section-title {
    line-height: 60px;
    text-align: center;
    float: none !important;
    width: 100%;
    border-bottom: 0;
    font-family: var(--secondary-font-family);
}

    .section-title h3 {
        display: inline-block;
        padding: 10px 20px;
        /*border: 1px solid;*/
        line-height: initial !important;
        margin-bottom: 0;
        font-weight: 700;
        text-transform: none;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

.product-details {
    text-align: center;
    margin-top: 15px;
}

    .product-details h4 {
        color: #000000;
        margin-bottom: 3px;
        font-weight: 400;
        font-size: 13px;
        font-family: var(--main-font-family);
        display: none;
    }

    .product-details h3 {
        color: #000000;
        margin-bottom: 3px;
        font-weight: 800;
        font-size: 14px;
        font-family: var(--main-font-family);
    }

.price {
    /*color: #000000;
    margin-bottom: 3px;
    letter-spacing: initial;
    font-weight: 500;*/
    font-size: 10px;
    /*font-size: 14px;*/
    color: #44545f;
}

@media (max-width:767px) {
    .product-details {
        margin-bottom: 30px;
    }
}


.banner-wrapper {
    position: relative;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 470px;
    /*padding: 0px 7%;*/
}

@media (max-width:767px) {
    .banner-wrapper {
        height: auto;
        padding-bottom: 70%;
    }
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 7%;
        left: 7%;
        padding-bottom: 0px;
        text-shadow: none;
    }

    .carousel-control {
        width: 5%;
    }
}

.carousel-control {
    z-index: 10;
}

    .carousel-control.left, .carousel-control.right {
        background: none !important;
        filter: progid:none !important;
    }

    .carousel-control i {
        top: 50%;
        position: absolute;
        font-size: 40px;
        left: 50%;
        transform: translate(-50%,-50%);
    }

@media (max-width:767px) {
    .carousel-control i {
        visibility: hidden;
    }
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        transition: opacity ease-in-out .7s;
        left: 0;
        opacity: 0; /* hide all slides */
        top: 0;
        position: absolute;
        width: 100%;
        display: block;
    }

        .carousel.fade .item:first-child {
            top: auto;
            /*opacity: 1;*/ /* show first slide */
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            z-index: 5;
        }

.carousel-indicators li {
    border: 2px solid #fff;
    transition: background .3s ease-in-out;
}

    .carousel-indicators li:not(.active):hover {
        background: rgba(0, 0, 0, 0.7);
    }

/*.mobile-icon-menu {
    color:#fff;
}*/
/*.header-btn-line {
    background: #ffffff !important;
}*/
/*.menu-mobile {
    position: absolute;
    z-index: 12;
    width: 100%;
}*/
.tagline {
    margin-top: 50px;
    text-align: center;
    padding: 0 30px;
}

    .tagline h3 {
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 700;
        color: #000;
    }

    .tagline div {
        font-style: italic;
    }

    .tagline img {
        max-width: 550px;
        width: 100%;
        margin: auto;
    }

.wishlist-btn {
    position: absolute;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 10px;
    text-align: center;
    padding: 0 10px;
    font-family: var(--main-font-family);
    font-size: 26px;
    line-height: 52px;
    z-index: 4;
    /*background: #fff;*/
    background: rgba(255, 255, 255, 0.76);
    color: #fff;
    line-height: 12px;
    padding-top: 13px;
    cursor: pointer;
    display: none;
}

    .wishlist-btn span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #000;
    }

    .wishlist-btn img {
        width: 30px;
        height: 30px;
    }

    .wishlist-btn i {
        /*width: 30px;*/
        /*height: 30px;*/
    }

.wishlist-on {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: all .15s ease-in-out;
}

.wishlist-btn span.on .wishlist-on {
    visibility: visible;
    opacity: 1;
}


/*update new*/
@media (max-width:767px) {
    .banner-caption {
        width: 100%;
    }

    .fancy-title-6 {
        font-size: 20px;
    }

    .fancy-title-7 {
        font-size: 13px;
    }

    .mk-button-container {
        float: none !important;
    }

    #mk-button-26 {
        margin-right: 0;
        margin-bottom: 15px;
    }

        #mk-button-26 .mk-button {
            min-width: 189.67px;
        }

    #mk-button-27 {
        margin-right: 0;
    }

        #mk-button-27 .mk-button {
            min-width: 189.67px;
        }
}

@media (max-width: 991px) {
    .banner-caption > div {
        max-width: 100%;
    }
}

@media (max-width: 979px) {
    .two-sides-section h1 {
        font-size: 35px;
    }
}

.testimonial-section {
    /* margin: 50px 0; */
}

.testimonial-item-wrapper {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    /*max-width: 310px;*/
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}

    .testimonial-item-wrapper * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .testimonial-item-wrapper img {
        max-width: 100%;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-right: 5px;
        display: block;
        z-index: 1;
        position: absolute;
        right: 50%;
    }

    .testimonial-item-wrapper blockquote {
        margin: 0;
        display: block;
        border-radius: 8px;
        position: relative;
        background-color: #fafafa;
        padding: 80px 50px 35px 50px;
        font-size: 0.8em;
        font-weight: 500;
        margin: -40px 0 0;
        line-height: 1.6em;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border-left: 0;
    }

        .testimonial-item-wrapper blockquote:before,
        .testimonial-item-wrapper blockquote:after {
            font-family: 'FontAwesome';
            content: "\201C";
            position: absolute;
            font-size: 50px;
            opacity: 0.3;
            font-style: normal;
        }

        .testimonial-item-wrapper blockquote:before {
            top: 55px;
            left: 20px;
        }

        .testimonial-item-wrapper blockquote:after {
            content: "\201D";
            right: 20px;
            bottom: 5px;
        }

    .testimonial-item-wrapper .author {
        margin: 0;
        height: 80px;
        display: block;
        text-align: left;
        /*padding: 0 35px;*/
        padding: 0 15px;
        position: relative;
        z-index: 1;
    }

        .testimonial-item-wrapper .author h5,
        .testimonial-item-wrapper .author span {
            /*left: 50%;
            position: absolute;*/
            opacity: 0.8;
            padding: 3px 5px;
        }

        .testimonial-item-wrapper .author h5 {
            text-transform: uppercase;
            /*bottom: 50%;*/
            margin-bottom: 0;
            font-weight: 800;
            /*color: #ffffff;*/
        }

        .testimonial-item-wrapper .author span {
            font-size: 0.8em;
            color: #000000;
            /*top: 50%;*/
            font-weight: 500;
        }

.testimonial-item-wrapper {
    /*font-family: 'Raleway', Arial, sans-serif*/;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 220px;
    max-width: 310px;*/
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}

.testimonial-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
    /*  padding-bottom: 100%; */
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    margin-right: 5px;
}
/*.author-content {
    padding-left:100px;
}*/
.testimonial-header {
    /*left: 50%;
    position: absolute;
    top:50%;*/
    /*opacity: 0.8;*/
    padding-left: 50%;
    padding-top: 40px;
}

.testimonial-slider .slick-slide {
    margin: 0 15px;
}

/*update new 2*/

#map {
    height: 750px;
    min-height: 100%;
    width: 100%;
    margin-bottom: 0;
    width: calc(50vw - 25px);
    top: -100px;
    pointer-events: auto;
}

/*@media (max-width:767px) {
    #map {
        height: 100vh;
        width: 100%;
        margin-top: 75px;
    }
}*/
.embedAdreess {
    position: absolute;
    z-index: 9;
    margin: auto;
    text-align: center;
    left:auto;
    right:auto;

    top: 0;
    right: 0;
    left: 0;
    margin: 0 15px;
    /*min-height: 100%;*/
    width: 100%;
    width: calc(50vw - 25px);
    top: -110px;
    padding-top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*-ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);*/
    pointer-events: auto;


}

@media only screen and (max-width: 767px) {
    .embedAdreess {
        top: 45px;
        margin:auto;
    }

}

    .embedAdreess .wrapper {
        padding: 15px;
        background-color: rgba(37, 37, 37, 0.9);
        min-width: 400px;
        color: #fff;
    }
@media only screen and (max-width: 400px) {
    .embedAdreess .wrapper {
        min-width: 100vw;
    }
}

    .embedAdreess .wrapper h3 {
        font-size: 15px
    }

    .address-box {
        max-width: 500px;
        width: 100%;
        /*margin:auto;*/
        padding: 15px;
    }

    .address-box {
        /*margin:auto;*/
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
        padding: 15px;
        background: #ffffffb5;
    }

    @media (max-width:450px) {

        .address-box {
            /*margin:auto;*/
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            padding: 15px;
            background: #ffffffb5;
        }
    }


    .btn_learn {
        margin-top: 25px;
        z-index: 9;
        white-space: nowrap;
        outline: none;
        box-shadow: none;
        box-sizing: border-box;
        /* transition: none 0s ease 0s; */
        border-radius: 0px;
        font-style: normal;
        color: rgb(255, 255, 255);
        border-width: 0px;
        border-style: none;
        border-color: rgb(255, 255, 255);
        background-color: rgb(199, 41, 39);
        line-height: 0px;
        margin: auto;
        padding: 15px 20px;
        font-weight: 600;
        font-size: 14px;
        min-height: 0px;
        min-width: 0px;
        /* max-height: none; */
        /* max-width: none; */
        cursor: pointer;
        width: fit-content;
        text-align: center;
    }

        .btn_learn:hover a, .btn_learn:active a {
            color: currentColor;
        }



    .slick-slide .banner-caption-container > * {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        opacity: 0;
        margin-bottom: 25px;
    }

    /*.slick-slide .banner-caption-container :nth-child(2) {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        opacity: 0;
    }

    .slick-slide .banner-caption-container :nth-child(3) {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        opacity: 0;
    }*/

    /*.slick-slide .banner-caption-container {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
    opacity: 0;
}*/

    .slick-slide.slick-current.slick-active .banner-caption-container {
        /*-webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s ease-in-out;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;*/
    }

        .slick-slide.slick-current.slick-active .banner-caption-container :first-child {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition-delay: 1s;
        }

        .slick-slide.slick-current.slick-active .banner-caption-container :nth-child(2) {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition-delay: 1.5s;
        }

        .slick-slide.slick-current.slick-active .banner-caption-container :nth-child(3) {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition-delay: 2s;
        }

        .slick-slide.slick-current.slick-active .banner-caption-container :nth-child(4) {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            transition-delay: 2.5s;
        }



    @-webkit-keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    @-moz-keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    @-o-keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    @keyframes fadeInFromNone {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    .block-minibanner {
        padding: 0 7.5px;
        transition: all .2s ease-in-out;
    }

        .block-minibanner:hover {
            transform: scale(0.98);
        }


    /*section about baru*/
    .about-block-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 75px;
        justify-content: center;
    }


    .img-about {
        height: 100%;
        width: 100%;
        object-fit: cover;
        margin: auto;
    }

    .img-first, .img-seconds {
        display: inline;
        width: 100%;
        height: 100%;
        position: relative;
        opacity: 1;
        margin-left: 22px;
    }


    .about-block-row.about-block.animated {
        text-align: left;
    }

    .about-block h5 {
        display: block;
        margin-bottom: 20px;
        color: #3e3e3e;
        text-transform: uppercase;
        font-weight: 700;
        font-family: var(--secondary-font-family);
        font-size: 32px;
        line-height: 1.1em;
        text-transform: capitalize;
        font-weight: 900;
        font-style: normal;
        margin-bottom: 17px;
    }

    .about-block h3 {
        margin-bottom: 40px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        line-height: 40px;
        font-size: 18px;
        color: #2c2e30;
        font-weight: 900;
        margin-top: 2px;
    }

    .link-about {
        position: relative;
        font-weight: 500;
        padding-left: 15px;
        display: inline-block;
        color: var(--color-red);
        margin: auto;
        width: 100%;
    }

        .link-about::before {
            position: absolute;
            content: "\f061";
            top: 0;
            /* left: 0; */
            font-family: "FontAwesome";
            font-size: 10px;
        }



        .link-about:hover {
            transition: all 0.3s ease-in-out 0s;
            text-decoration: none;
        }

        .link-about::after {
            display: block;
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            left: 0;
            bottom: 0px;
            background-color: #fff;
            -webkit-transform-origin: right top;
            -moz-transform-origin: right top;
            -ms-transform-origin: right top;
            -o-transform-origin: right top;
            transform-origin: right top;
            -webkit-transform: scale(0, 1);
            -moz-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            -o-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        }

    .icon-container {
        /* float: left; */
        width: 87px;
        height: 87px;
        /* border: 2px solid var(--color-red); */
        /* border: 2px solid var(--color-red); */
        /* -webkit-border-radius: 50%; */
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50% text-align: center margin: auto margin-bottom: 20px;
        text-align: center;
        margin: auto;
    }

        .icon-container i, .icon-container img {
            /* display: table-cell; */
            vertical-align: middle;
            text-align: center;
            width: 85px;
            height: 85px;
            object-fit: contain;
        }

        .icon-container img {
        }

    .about-block-row .col-md-4 {
        margin: 25px 0px;
    }

    .text-container {
        /* padding-left: 80px; */
        text-align: center;
    }

        .text-container h3 {
            font-size: 19px;
            line-height: 33px;
            font-weight: 600;
            color: #071740;
            margin-bottom: 40px;
            margin-top: 0;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            margin-bottom: 20px;
        }


    .custom-background.bg-min {
        background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.49) 0%,rgba(0, 0, 0, 0.65) 100%), url(../images/feedback/Entertainment.jpg);
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }



    .service-slider {
        max-width: 1140px;
        width: 100%;
        margin: auto;
        margin-top: -140px;
        margin-bottom: 75px;
        padding: 25px;
    }

    .service-box.service-box-01 {
        padding: 40px;
        border: 2px solid #eee;
        display: flex;
        flex-direction: column;
        height: 255px;
        background: var(--color-red);
        transition: background 0.4s;
    }

        .service-box.service-box-01:hover {
            background: #060606;
            transition: background 0.4s;
        }

        .service-box.service-box-01 .icon-container {
            width: 60px;
            height: 60px;
            margin-bottom: 30px;
            border: 2px solid #c5dadc;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .service-box.service-box-01 .icon-container i {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                width: 60px;
                height: 60px;
            }

        .service-box.service-box-01 h3 {
            font-size: 24px;
            line-height: 32px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 40px;
            margin-top: 0;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            margin-bottom: 20px;
        }

        .service-box.service-box-01 p {
            padding-bottom: 30px;
            font-size: 15px;
            line-height: 25px;
            font-weight: 400;
            color: #eaeaea;
            font-family: lato;
        }

    .service-slider .block-minibanner {
        padding: 0;
    }

    .left-text-container p {
        /* font-family: lato; */
        color: rgba(10, 10, 10, 0.84);
        text-align: left;
        font-size: 16px;
    }

    h1.title {
        font-family: var(--secondary-font-family);
        font-size: 32px;
        line-height: 1.1em;
        text-transform: capitalize;
        font-weight: 900;
        font-style: normal;
        margin-bottom: 17px;
        text-align: center;
        max-width: 1000px;
        margin: auto;
        padding: 25px 0 75px;
    }

    h1.title2 {
        font-family: var(--secondary-font-family);
        font-size: 32px;
        line-height: 1.1em;
        text-transform: capitalize;
        font-weight: 900;
        font-style: normal;
        margin-bottom: 17px;
        text-align: center;
        max-width: 1000px;
        margin: auto;
        padding: 10% 0 0px;
        color: #fff;
    }


    /*featured*/


    .feature-section {
        padding: 100px 15px;
        /* padding: 10px 15px; */
    }

    .feature-title h1 {
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        line-height: 40px;
        font-size: 32px;
        color: #2c2e30;
        font-weight: 900;
        margin-top: 2px;
        text-align: center;
    }

    .feature-title h5 {
        margin-bottom: 15px;
        font-size: 19px;
        color: #888888;
        font-weight: normal;
        margin-top: 2px;
        text-align: center;
        text-transform: none !important;
    }

    @media (max-width:767px) {
        .feature-title h1 {
            font-size: 27px;
            text-align: center;
            margin-bottom: 15px;
        }
    }

    .feature-list {
        margin: 60px 0px 0px;
    }

        .feature-list li {
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            position: relative;
            background-position: 47px center;
            padding: 23px 0px 23px 1px;
            border-left: 3px solid rgb(224, 231, 239);
            transition: all 0.2s ease-in;
        }

            .feature-list li:hover, .feature-list li:active, .feature-list li.active {
                /* padding-left: 0px; */
                border-left: 3px solid var(--color-red);
                cursor: pointer;
                transition: all 0.2s ease-in;
            }

    @media (max-width:767px) {
    }

    .feature-icon {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 72px;
        height: 72px;
        box-shadow: rgba(218, 225, 233, 0.557) 0px 8px 16px;
        margin: 0px 24px 0px 50px;
        border-radius: 50%;
    }

    @media (max-width:767px) {

        .feature-icon {
            margin: 0;
            margin-bottom: 15px;
        }
    }

    .feature-icon img {
        width: 40px;
    }

    .feature-text {
        flex: 1 1 0%;
        padding-left: 15px;
    }

        .feature-text h4 {
            font-size: 20px;
            color: rgb(31, 31, 31);
            padding-bottom: 4px;
            font-weight: 600;
        }

        .feature-text p {
            font-size: 16px;
            line-height: 1.75;
            color: rgb(125, 125, 125);
            /*max-width: 440px;*/
            font-weight: 600;
            font-family: var(--secondary-font-family);
        }

    .overview-section {
        padding: 100px 15px;
        background: #f7f7f7 !important;
    }

    .overview-title {
        text-align: center;
    }

        .overview-title h1 {
            font-size: 40px;
            font-weight: 600;
            line-height: 1.2;
            color: rgb(15, 50, 86);
            text-align: center;
            word-break: break-word;
        }

    .overview-row {
        padding: 80px 0px 20px;
    }

    .overview-icon {
        margin-bottom: 46px;
    }

        .overview-icon img {
            width: 72px;
        }

    .overview-item h3 {
        font-size: 32px;
        font-weight: 600;
        color: rgb(17, 51, 85);
        margin-bottom: 16px;
    }

    .overview-item p {
        font-size: 16px;
        line-height: 1.75;
        color: rgba(15, 50, 86, 0.7);
    }

    @media (max-width:767px) {

        .overview-item {
            text-align: center;
        }
    }

    .testimonial-section {
        text-align: center;
        color: #7d7d7d;
        background-color: #f7f7f7;
        padding: 100px 15px;
    }


    .testimonial-top h1 {
        margin: 0px;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        line-height: 40px;
        font-size: 32px;
        color: #2c2e30;
        font-weight: 900;
        margin-top: 2px;
        text-align: center;
    }

    .testimonial-top p {
        margin-bottom: 59px;
        font-size: 19px;
        color: #888888;
        font-weight: normal;
        margin-top: 2px;
        text-align: center;
        text-transform: none;
    }

    .testimonial-image {
        width: 100%;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        width: 205px;
        height: 205px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto 45px;
    }


    .testimonial-item p {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        font-weight: 400;
        text-align: left;
        margin-bottom: 30px;
    }

    .testimonial-item img.circle {
        width: 125px;
        margin-bottom: 15px;
    }

    .testimonial-item .card-body {
        padding: 0;
    }

    .testimonial-item h5 {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }

    .testimonial-item h4 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: normal;
        color: rgba(0,0,0,.5);
    }

    .testimonial-item {
        margin-right: 15px;
        min-width: 425px;
        max-width: 425px;
    }



        .testimonial-item blockquote {
            text-align: left;
            padding: 50px 50px 50px 85px;
            border-radius: 10px;
            margin-bottom: 40px;
            transition: background-color 0.2s ease;
            -webkit-transition: background-color 0.2s ease;
            position: relative;
            background: #fffdfd;
        }

    blockquote::before {
        content: "\201C";
        font-size: 60px;
        font-weight: bold;
        color: inherit;
        position: absolute;
        left: 25px;
        top: 35px;
    }

    blockquote::after {
        /*Reset to make sure*/
        content: "";
    }

    .slick-active.slick-center .testimonial-item blockquote {
        background-color: rgb(255, 0, 0);
        color: #fff;
    }

    .testimonial-item blockquote .bottom-arrow {
        position: absolute;
        width: 28px;
        height: 28px;
        display: block;
        border-radius: 5px;
        overflow: hidden;
        transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        top: 100%;
        left: 50%;
        margin-left: -20px;
        margin-top: -19px;
        opacity: 0;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

        .testimonial-item blockquote .bottom-arrow:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 22px 22px 0 0;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            border-left-color: transparent !important;
            border-color: rgba(255,255,255,0.4) transparent transparent transparent;
        }

    .slick-active.slick-center .testimonial-item .bottom-arrow {
        opacity: 1;
    }

        .slick-active.slick-center .testimonial-item .bottom-arrow:after {
            background: rgb(255, 0, 0);
            opacity: 1;
        }

    .testimonial-section .slick-dots {
        bottom: -35px
    }

    .testimonial-item .card.card-shadow {
        background-color: transparent;
        background-clip: border-box;
        border: 1px solid transparent;
        opacity: 0.4;
        transition: all 0.2s ease;
    }

    .slick-active.slick-center .testimonial-item .card.card-shadow {
        opacity: 1;
        transition: all 0.2s ease;
    }

    .testi_profile {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .testimonial-section .slick-dots li.slick-active button:before {
        background: #dc3545;
    }

    .testimonial-section .slick-dots li {
        width: 35px;
    }

        .testimonial-section .slick-dots li button {
            width: 35px;
        }

            .testimonial-section .slick-dots li button:before {
                line-height: 20px;
                top: 8px;
                width: 35px;
                height: 4px;
                content: '';
                color: black;
                background: #cccbcb;
            }


    #service2 {
        padding: 0px 0 170px;
        background: #fff;
    }

        #service2 h1.title {
            margin-bottom: 0;
            padding-bottom: 30px;
        }

        #service2 h1, #service2 h5 {
            padding-left: 15px;
            padding-right: 15px;
            max-width: 755px;
            width: 100%;
            margin: auto;
        }

        #service2 h5 {
            color: #585858;
            font-size: 16px;
            text-align: center;
        }


    #service {
        padding: 50px 0 170px;
        background: #fff;
    }

        #service h1.title {
            margin-bottom: 0;
            padding-bottom: 30px;
        }

        #service h1, #service h5 {
            padding-left: 15px;
            padding-right: 15px;
            max-width: 755px;
            width: 100%;
            margin: auto;
        }

        #service h5 {
            color: #585858;
            font-size: 16px;
            text-align: center;
            text-transform: none !important;
        }


    .wrap-inner-service {
        text-align: center;
    }

        .wrap-inner-service:hover img {
            transform: scale(1.1);
            transition: transform 0.5s;
        }

        .wrap-inner-service img {
            max-width: 100%;
            height: 100px;
            text-align: center;
            margin: auto;
            object-fit: contain;
            width: 75px;
            left: auto;
            right: auto;
            transition: transform 0.5s;
        }

        .wrap-inner-service .inner-content {
            margin-top: 15px;
            text-align: center;
        }


            .wrap-inner-service .inner-content h3 {
                font-size: 20px;
                margin-bottom: 15px;
                line-height: 30px;
            }


            .wrap-inner-service .inner-content p {
            }



    img.img-fluid.img_preview.active {
    }

    .ourMission .slick-dots {
        bottom: 35px;
        left: 0;
        right: 0;
    }


    .col-map {
        margin-bottom: -100px;
        pointer-events: none;
    }

    .wrapp-contactMap {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 15px;
        min-height: 100%;
        width: 100%;
        margin-bottom: 0;
        width: calc(50vw - 25px);
        top: -100px;
        padding-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-transform: translateY(-50px); /* IE 9 */
        -webkit-transform: translateY(-50px); /* Safari */
        transform: translateY(-50px);
        pointer-events: auto;
    }

    .contact_leftmap {
        margin-top: 130px;
        position: relative;
        margin-bottom: 0;
        background: rgba(37, 37, 37, 0.9);
        padding: 35px;
        min-width: 400px;
    }

    .col-map .contact-title-label h3 {
        color: #fff;
    }


    .contact-item .title {
        font-size: 20px;
        font-weight: 700;
        /* color: #232323; */
    }

    @media (max-width:767px) {
        /*header*/
        .mobile-logo {
            text-align: center;
        }


        .feature-section .imgpreview img {
            width: 171px;
            height: 171px;
            object-fit: contain;
            margin: auto;
        }

        .wrap-inner-service {
            margin: 25px auto;
            text-align: center;
        }

        .block-minibanner {
            padding: 0;
        }
        /*testi*/
        .feature-list li {
            flex-direction: column;
            padding: 20px 30px;
            -webkit-box-align: unset;
            align-items: unset;
            border-left: 5px solid rgb(224, 231, 239);
        }

            .feature-list li:hover, .feature-list li:active, .feature-list li.active {
                border-left: 5px solid var(--color-red);
            }
        /*about*/
        .about-block-row {
            margin-top: 0;
        }

            .about-block-row.about-block .col-md-6 {
                margin: 25px 0px;
            }

        .img-first, .img-seconds {
            margin: 25px 0;
        }
        /*end about*/


        /*we are hiring*/

        /*.action-section h1 {
        font-size: 20px;


    }

    .action-section h3 {
        font-size: 27px;
    }*/

        .action-section p {
            font-size: 15px;
        }
        /*header*/
        .testimonial-item {
            padding: 0 50px;
            min-width: 1px;
            max-width: 100vw;
            width: 90%;
            margin: auto;
        }

            .testimonial-item blockquote {
                padding: 20px 20px 20px 65px;
            }

        blockquote::before {
            top: 10px;
        }


        /*our mission*/
        .custom-background.bg-min {
            height: 280px;
        }

        /*contact*/
        .col-map {
            margin: 0;
            padding: 0;
            height: 100%;
        }

        #map {
            width: 100%;
            margin-top: 75px;
            top: 0;
        }

        .wrapp-contactMap {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            min-height: 100%;
            width: 100%;
            margin-bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px) margin: 0;
            margin-left: 0;
            margin-right: 0;
        }

        .contact_leftmap {
            position: relative;
            margin-bottom: 0;
            background: rgba(37, 37, 37, 0.9);
            padding: 35px;
            min-width: 400px;
        }
        /*contact*/
    }



    .mobile-logo {
    }


    @media only screen and (max-width : 485px) {

        .contact_leftmap {
            min-width: 100%;
        }


        .testimonial-item blockquote {
            width: 90%;
            margin: auto;
        }

        .testi_profile {
            margin-top: 35px;
        }


        .action-section h1 {
            /* font-size: 18px; */
        }

        .action-section h3 {
            font-size: 24px;
        }



        .action-section .animated {
            max-width: 500px !important;
        }

        .testimonial-item {
            padding: 0 15px;
            min-width: 1px;
            max-width: 100vw;
            width: 100%;
            margin: auto;
        }

        .testimonial-top h1, .feature-title h1, h1.title, #service2 h1.title, h1.title2 {
            font-size: 27px;
        }

        /*our mission*/
        .custom-background.bg-min {
            height: 250px;
        }
    }

    @media only screen and (max-width: 375px) {
        .service-box.service-box-01 {
            height: 335px;
        }
    }


li.parsley-custom-error-message {
    color: #ffbdbd;
    font-size: 12px;
    line-height: 25px;
}