.logo {
    height: 100px;
}

.primary {
    color: #08120D;
}

@media (max-width: 1000px) {
    .logo {
        height: 70px;
    }
}

.linear-background-main,
.contact-form-button-block input[type=submit] {
    background-color: #08120D;
    border: 0px;
}

.linear-background-main-lr {
    background-color: #08120D;
    border: 0px;
}

.contact-form-button-block input[type=submit] {
    letter-spacing: 0.1px;
}

.anchor-txt {
    color: #08120D;
    margin-right: 5px;
    transition: all ease-in-out 0.3s;
}

.anchor-txt:hover {
    color: #08120D;
}

.footer-small {
    font-size: 11px;
    line-height: 1em;
}

.keyword {
    line-height: 1em;
}

.ld-fh-txt {
    line-height: 1.2em;
}

#primary-nav {
    margin: 0 !important;
}

.first-line {
    margin-top: 4vw !important;
}

.second-line {
    margin-top: -4vw !important;
}

@media (max-width: 1000px) {
    .first-line {
        margin-top: 2vw !important;
    }

    .second-line {
        margin-top: -2vw !important;
    }
}

@media (max-width: 700px) {
    .first-line {
        margin-top: 0vw !important;
    }

    .second-line {
        margin-top: -0vw !important;
    }
}

@media (max-width: 500px) {
    .first-line {
        margin-top: -1vw !important;
    }

    .second-line {
        margin-top: 1vw !important;
    }
}

.flex {
    justify-content: flex-end;
}

.who-are-we {
    height: 100%;
    position: relative;
}

.who-are-we .testimonial-quote {
    height: 100%;
    min-height: 100%;
    padding: 0px;
}

.who-are-we .testimonial-padding {
    min-height: 100%;
    padding: 7.5%;
}

.who-are-we .col-md-4 {
    height: 100%;
    min-height: 100%;
    padding-left: 0px;
    position: absolute;
}

.ld-fancy-heading h2 {
    margin-bottom: 0.1em;
}

.who-are-we .col-md-8 {
    margin-left: 33%;
}

@media (max-width: 1000px) {
    .who-are-we .col-md-8 {
        margin-left: 0%;
    }

    .padding-k {
        padding-right: 0px !important;
    }

    .pb-210 {
        padding-bottom: 70px !important;
    }
}

.list-font {
    font-size: 62px;
    letter-spacing: -0.2px;
    line-height: 0.9em;
}

@media (max-width: 1000px) {
    .list-font {
        font-size: 52px;
        line-height: 0.9em;
    }
}

@media (max-width: 500px) {
    .list-font {
        font-size: 42px;
        letter-spacing: -0.5px;
        line-height: 0.9em;
    }
}

@media (max-width: 767px) {
    .text-center {
        text-align: left !important;
    }
}

.who-are-we .col-md-4 .left-profile-image {
    background-size: cover;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.tabs-pane {
    height: 100%;
    padding: 30px;
}

.tabs-pane h6 {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
}

span.iconbox-icon-container.primary {
    background-color: #08120D !important;
}

.who-are-we .col-md-4 .left-profile-image.drew {
    background-image: url(../../img/main/about_panel1.jpg);
}

.navbar-collapse-clone .nav-trigger .bars {
    position: absolute;
    top: -40px;
}

.interior-btn {
    float: left;
}

.will-change,
.liquid-img-group-single .ld-parallax-wrap {
    border-radius: 8px !important;
}

@media screen and (max-width: 767px) {

    .container {
        padding: 0px 30px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .margin-phone {
        float: left !important;
        margin-top: 50px;
    }

}

@media (max-width: 1000px) {
    .tabs-pane h6 {
        position: unset;
        top: 0%;
        transform: translateY(0%);
    }
}


@media (min-width: 1000px) {
    .nav-primary {
        color: #08120D;
    }
}

@media (max-width: 1250px) {
    .keyword {
        font-size: 40px;
    }
}

@media (max-width: 1000px) {

    .keyword {
        white-space: normal;
    }


    .k-contact-padding {
        padding: 0rem 3rem;
    }

    .k-hide {
        display: none;
    }
}