/*
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
*/

header#top {
    padding-top: 10px;
}


/*  */

.nav-btn1 span,
.nav-btn2 span {
    display: flex;
}

.nav-btn1 img {
    position: relative;
    left: -9px;
}

.nav-btn1 {
    position: relative;
    left: -20px;
}

.nav-btn1 h6 {
    font-family: 'Open Sans';
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}


/*  */

.nav-btn2 h6 span.a1 {
    font-family: 'Open Sans';
    font-size: 17px;
    line-height: 25px;
}

.nav-btn2 h6 img {
    width: 38px !important;
    position: relative;
    top: 5px;
    left: -4px;
}

.nav-btn2 h6 br {
    display: none;
}

.nav-btn2 h6 span.a2 {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 23px;
    opacity: 100%;
    color: #fff;
}


/* ----------     -------------- ----------     -------------- ----------     --------------  */

#ro-1 {
    padding: 40px 0px !important;
}

#ro-1 .txt1 h3 {
    font-family: "roboto";
    font-weight: 900;
    font-size: 35px;
    line-height: 37px;
}

#ro-1 #inn1 {
    background: rgb(34 32 32 / 55%);
    backdrop-filter: blur( 12px);
    border-radius: 12px;
    padding: 40px 40px;
    width: 520px;
    margin: auto;
}

#ro-1 .fm {
    display: flex;
    flex-direction: column;
}

#ro-1 .wpcf7-response-output {
    font-size: 11px;
    text-align: center;
    background-color: transparent !important;
    border: solid 1px #fff !important;
    margin-top: 0px !important;
}

#ro-1 .fm .num {
    border: none;
    padding-left: 0px;
    padding-top: 0px;
    border-bottom: solid 1px #fff;
    border-radius: 0px;
}

#ro-1 .fm .num::placeholder {
    color: #fff;
}

#ro-1 .fm label {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px !important;
    display: block;
}

#ro-1 .fm input#sub-bnt {
    margin-top: 10px;
    width: 100%;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 14px;
    background-color: #FE2C55 !important;
}


/* ----------     -------------- ----------     -------------- ----------     --------------  */

#fttr {
    padding-top: 250px !important;
    padding-bottom: 50px !important;
}

#fttr .imgg {
    width: 290px;
}

#fttr .txt-info h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#fttr .txt-info h3 a {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 17px;
}

#fttr .txt-info h3 img {
    margin: 0px;
    margin-right: 8px;
    width: 54px;
}

#copy {
    padding: 20px 0px !important;
}

#copy .copy1 p,
#copy .copy2 p a {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin-right: 50px;
}

#copy .copy2 {
    text-align: right;
}


/*---------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #copy .copy2 p a {
        margin-right: 30px;
    }
    .nav-btn2 {
        left: -20px;
    }
    .nav-btn1 img {
        position: relative;
        left: 0px;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 900px) {
    #fttr .txt-info h3 {
        justify-content: inherit;
        width: 330px;
        margin: auto;
    }
    #copy .copy1 p,
    #copy .copy2 p a {
        text-align: center;
        display: table;
        margin: auto;
    }
    #copy .vc_col-sm-4 {
        margin-bottom: 10px;
    }
}


/*---------------------------------------------------------------------------*/

@media (max-width: 768px) {}


/*---------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-1 #inn1 {
        width: 100%;
    }
    ro-1 .txt1 h3 {
        font-size: 27px;
        line-height: 34px;
    }
    #ro-1 #inn1 {
        width: 100%;
        padding: 40px 20px;
    }
    #ro-1 .txt1 h3 {
        font-size: 23px;
        line-height: 28px;
    }
}