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

#top .nav-btn span {
    color: #fff;
    background: linear-gradient(90deg, #263336, #dd3333);
    padding: 14px 24px !important;
    border-radius: 5px;
}

#ro-1-img .img {
    position: absolute;
}

#ro-1-img .sound {
    position: absolute;
    bottom: -70px;
    left: 0px;
}

a#btnn {
    padding: 15px 52px !important;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 14px;
}


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

#ro-2 {
    padding-top: 160px !important;
}


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

#ro-3-img {
    padding-top: 300px !important;
    position: absolute;
    margin-top: -318px;
}

/* #ro-4 h5 {
/*     border-top: solid 1px #fff;
    border-bottom: solid 1px #fff; */
    display: table;
    margin: auto;
    padding: 5px 14px;
} */


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

#ro-5 .cola1 {
    width: 41%;
}

#ro-5 .cola2,
#ro-5 .cola3 {
    width: 29%;
}

#ro-7 h3.post-heading .nectar-split-heading {
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 200 !important;
}


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

#copyright {
    padding: 17px 0px !important;
}

#footer-outer #footer-widgets {
    padding: 49px 0px !important;
}

#footer-outer #footer-widgets .ftr-ico {
    margin-top: 40px;
}

#footer-outer #footer-widgets .ftr-ico a i {
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 22px;
    margin: 0px 10px;
}

#footer-outer #footer-widgets form input.tnp-submit {
    width: 150px;
    border-radius: 0px !important;
	background:#000 !important;
}

#footer-outer #footer-widgets form input.tnp-email {
    border: solid 1px #fff;
    background-color: #FFF !important;
    width: 500px !important;
    max-width: 100%;
    color: #000 !important;
}


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

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


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

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


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

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


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

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


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

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


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

@media (max-width: 1280px) {
    #ro-4 h4 {
        font-size: 24px;
    }
    #ro-1 {
        padding-top: 180px !important;
        padding-bottom: 150px !important;
    }
    #ro-2 {
        padding-top: 90px !important;
    }
    #ro-3 .txt1 p br {
        display: none;
    }
    #ro-4 h4 {
        font-size: 19px;
    }
    #ro-7 h3.post-heading .nectar-split-heading {
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 200 !important;
    }
}


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

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


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

@media (max-width: 900px) {
/*     #ro-1 {
        padding-top: 50px !important;
        padding-bottom: 190px !important;
    } */
    #ro-1 {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }
    #ro-2 {
        padding-top: 70px !important;
    }
    #ro-2 #inn .vc_col-sm-4 {
        width: 33%;
    }
    #ro-2 .txt-info h4 {
        font-size: 24px;
        line-height: 1.2;
    }
    #ro-2 .txt-info2 p {
        font-size: 11px;
        line-height: 1.2;
    }
}


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

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


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

@media (max-width: 480px) {
	div#ro-1 .row-bg.viewport-desktop.using-image {
    background-position: left !important;
}
    #ro-1 {
        padding-top: 50px !important;
        padding-bottom: 100px !important;
    }
    #ro-2 #inn .vc_col-sm-4 {
        width: 80%;
        margin: auto !important;
        margin-top: 80px !important;
    }
    #ro-2 .imgg {
        position: relative;
        left: 70px;
    }
    #ro-2 .txt-info2 p {
        text-align: center;
        font-size: 16px;
    }
    #footer-outer #footer-widgets input.tnp-submit {
        margin: auto;
        margin-top: 20px;
    }
    #ro-5 .cola1 {
        width: 100%;
    }
    #ro-5 .cola2,
    #ro-5 .cola3 {
        width: 50%;
    }
}


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

@media (max-width: 414px) {
	div#ro-1 .row-bg.viewport-desktop.using-image {
    background-position: left !important;
}
}


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

@media (max-width: 375px) {
	div#ro-1 .row-bg.viewport-desktop.using-image {
    background-position: left !important;
}
}


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

@media (max-width: 360px) {
	div#ro-1 .row-bg.viewport-desktop.using-image {
    background-position: left !important;
}
}

#btnn {
    transition: 0.5s;
}

#btnn:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
}