/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
    --var-body-color: #f3f3f3;
    --font-heading: 'Stack Sans Notch', sans-serif;
    --font-body: 'Source Sans Pro', sans-serif;
}

.font-heading,
.font-heading * {
    font-family: var(--font-heading) !important;
}

.font-secondary,
.font-secondary * {
    font-family: var(--font-secondary) !important;
}

.justify-content-end .vc_column-inner>.wpb_wrapper {
    justify-content: end !important;
}

.text-uppercase,
.text-uppercase * {
    text-transform: uppercase !important;
}

.text-white,
.text-white * {
    color: white !important;
}

.text-center,
.text-center * {
    text-align: center;
}

.fw-three,
.fw-three * {
    font-weight: 300 !important;
}

.fw-four,
.fw-four * {
    font-weight: 400 !important;
}

.fw-five,
.fw-five * {
    font-weight: 500 !important;
}

.fw-six,
.fw-six * {
    font-weight: 600 !important;
}

.fw-seven,
.fw-seven * {
    font-weight: 700 !important;
}

.fw-eight,
.fw-eight * {
    font-weight: 800 !important;
}

.fw-nine,
.fw-nine * {
    font-weight: 900 !important;
}

.mb-0,
.mb-0 * {
    margin-bottom: 0px !important;
}

.mt-0,
.mt-0 * {
    margin-top: 0px !important;
}

.mx-auto,
.mx-auto * {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bison-full-height {
    height: 100vh;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
}

.fancy-no-animation .nectar-fancy-box:hover .box-bg {
    transform: none;
}

.fancy-no-animation .nectar-fancy-box:hover h4,
.fancy-no-animation .nectar-fancy-box:hover h2 {
    background: none;
}

.hero-icons-row .iwithtext .iwt-icon img {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 0px;
    position: relative;
    top: 2px;
}

.hero-icons-row .iwithtext .iwt-text {
    color: #fff;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    padding-left: 30px;
}

.hero-icons-row {
    padding: 40px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    margin-top: 100px;
    /* position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; */
}


.bison-full-height .row_col_wrap_12 {
    position: relative;
    height: 100%;
}

.bison-full-height .row_col_wrap_12 .vc_column-inner {
    height: 100%;
}

.bison-full-height .vc_column-inner>.wpb_wrapper {
    height: 100%;
}

.our-story .iwithtext {
    padding: 30px;
    border: 2px solid #E3ECEE;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    transition: background 0.3s ease;
    /* cursor: none; */
}

.our-story .iwithtext:hover {
    background: #e3ecee;
}

.our-story .iwithtext .iwt-icon {
    position: relative;
}

.our-story .iwithtext .iwt-text {
    padding-left: 0px;
    color: #0F172B;
    font-family: var(--font-body);
    line-height: 1.7em;
}

.our-story .iwithtext img {
    width: 35px !important;
    height: 35px !important;
    object-fit: contain;
    margin: 0px;
}

.our-story .iwithtext .clear {
    display: none;
}

.licencses-card .nectar-fancy-box {
    padding-left: 30px;
    border-left: 1px solid #E3ECEE;
    margin-right: 30px;
}

.licencses-card .nectar-fancy-box .text {
    font-weight: 600;
    text-transform: uppercase;
    color: #878B95;
    letter-spacing: 0.5px;
}

.relationship-row .nectar-responsive-text {}

.relationship-row .nectar-fancy-box {
    max-width: 330px;
    padding: 15px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.relationship-row .nectar-fancy-box .image-wrap {
    width: 60px;
    height: 60px;
}

.relationship-row .nectar-fancy-box .text {
    padding: 0;
    margin-top: 20px;
}

.relationship-row .nectar-fancy-box h4 {
    color: #0F172B;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
}

.relationship-row .nectar-fancy-box p {
    color: #0F172B;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.7em;
}

.relationship-row .nectar-fancy-box:hover h4 {
    background: none;
}

#footer-outer[data-using-widget-area=false] #copyright {
    display: none;
}

.career-row {
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.career-row .iwithtext {
    display: flex;
    align-items: center;
    gap: 20px;
}

.career-row .iwithtext .iwt-text {
    padding-left: 0;
    font-weight: 400;
    font-size: 40px;
    line-height: 1em;
    font-family: var(--font-heading);
    color: #0f172b;
}

.career-row .iwithtext .iwt-icon {
    position: relative;
}

.career-row .iwithtext .iwt-icon img {
    margin: 0px;
}

.bigTitle {
    background: white;
    padding: 10px 10px 30px 30px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-top: -25px;
}

.footer-form-row {
    background: white;
    padding: 40px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.footer-form-row .iwt-text {
    color: #0F172B;
}

.footer-form-row .iwt-text h4 {
    color: #0F172B;
    font-size: 16px;
    line-height: 1.5;
}

.footer-form-row .iwt-icon img {
    margin: 0px;
    width: 40px !important;
    height: 40px !important;
}

.footer-form-row .iwt-text a {
    color: #45556C !important;
}

/* .footer-form-row .forminator-ui {
    padding: 30px !important;
    background: #E3ECEE;
    border-radius: 5px;
    overflow: hidden;
} */

.footer-form-row .forminator-label {
    margin-bottom: 15px !important;
    color: #0f172b;
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
}

button.forminator-button.forminator-button-submit {
    display: block;
    width: 100% !important;
    text-align: center;
    font-weight: 600 !important;
    font-family: var(--font-body);
    font-size: 16px !important;
    line-height: 24px;
    padding: 15px 0px !important;
    border-radius: 4px !important;
}

.player-slider .inner-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#header-outer #top nav>ul>li.header-btn>a span {
    background: #101010;
    color: #fff;
    padding: 7px 30px;
    border-radius: 4px;
}

@media screen and (min-height: 700px) {
    .vc_row-o-full-height {
        max-height: 800px !important;
        min-height: unset !important;
    }
}


@media screen and (min-width: 981px) {

    #header-outer #logo,
    #header-outer .logo-clone,
    #header-outer .logo-spacing {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .relationship-row .vc_column-inner>.wpb_wrapper {
        position: relative;
        min-height: 580px;
        height: 100%;
    }

    .relationship-row .nectar-fancy-box:nth-child(2) {
        left: 50%;
        top: 0%;
        position: absolute;
        transform: translate(-45%, 0%);
    }


    .relationship-row .nectar-fancy-box:nth-child(3) {
        right: 0%;
        top: 35%;
        position: absolute;
        transform: translate(0, -50%);
    }

    .relationship-row .nectar-fancy-box:nth-child(4) {
        left: 130px;
        top: 308px;
        position: absolute;
    }

    .relationship-row .nectar-fancy-box:nth-child(5) {
        right: 20%;
        bottom: 0%;
        position: absolute;
    }

    .relationship-row .nectar-responsive-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -48%);
        max-width: 360px;
        text-align: center;
    }
}

@media screen and (max-width: 1480px) and (min-width: 981px) {
    .hero-icons-row {
        padding: 25px 30px;
        margin-top: 20px;
    }

    .relationship-row .nectar-fancy-box:nth-child(4) {
        left: 100px;
    }
}

@media screen and (max-width: 640px) {
    .hero-icons-row .vc_col-sm-3.wpb_column {
        margin: 0px;
        max-width: 50%;
    }

    .hero-icons-row {
        padding: 20px 0 20px 0px;
    }

    .hero-icons-row .iwithtext .iwt-text {
        font-size: 12px;
    }

    .player-slider .nectar-responsive-text h4 {
        font-size: 26px !important;
    }

    .player-slider .nectar-responsive-text p {
        font-size: 14px !important;
    }

    .relationship-row .nectar-fancy-box {
        max-width: 100%;
    }

    .footer-form-row {
        padding: 20px;
    }

    .career-row .iwithtext .iwt-text {
        font-size: 20px;
    }

    .career-row .vc_col-sm-6.wpb_column {
        width: 50%;
        margin: 0;
    }

    button.forminator-button.forminator-button-submit {
        font-size: 14px !important;
    }
}