/*
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 {
    background-color: #FBAF28;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding: 8px 26px !important;
    border-radius: 4px;
}

a#btnn {
    padding: 13px 28px !important;
    font-size: 19px;
}

#ro-1 .btt img {
    filter: brightness(5);
    transition: 0.5s !important;
}

#ro-1 .btt img:hover {
    filter: brightness(1);
}


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

#ro-2 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: 441px;
    background-position: -8% 0% !important;
    background-repeat: no-repeat !important;
}

#ro-2 #inn {
    width: 80%;
    margin: 0px 0px auto auto;
    border-radius: 15px;
    position: relative;
    left: 30px;
    z-index: 999;
    background-size: 100% 100% !important;
    box-shadow: 0px 10px 70px 0px #000;
    animation: boxx 3s alternate infinite linear;
}

@keyframes boxx {
    0% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(-15px);
    }
}

#ro-2 .txt1 h6,
#ro-3 .txt1 h6,
#ro-4 .txt1 h6,
#ro-5 .txt1 h6,
#ro-8 .txt1 h6,
#ro-9 .txt1 h6 {
    background-color: #323232;
    display: table;
    padding: 1px 12px;
    font-size: 20px;
    border-radius: 3px;
}

#ro-3 .txt1 h6,
#ro-4 .txt1 h6,
#ro-8 .txt1 h6,
#ro-9 .txt1 h6 {
    margin-left: auto;
    margin-right: auto;
}


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

#ro-3 #inn {
    margin-bottom: 120px;
}

#ro-3 #inn .cola .txt1 {
    padding-top: 60px;
}

#ro-3 #inn .cola {
    opacity: 25%;
    transition: 0.5s;
    border-radius: 15px;
    border: solid 1px #000;
    border-top: 0px;
    overflow: hidden;
    filter: grayscale(1);
}

#ro-3 #inn .cola:hover {
    opacity: 100%;
    border-color: #fff;
    box-shadow: 0px 60px 60px 0px #fcb84352;
    filter: grayscale(0);
}


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

#ro-5 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-repeat: no-repeat !important;
    background-position: 0% 100% !important;
}

#ro-5 .txt2 {
    writing-mode: tb-rl;
    margin: 0px 0px auto auto;
    transform: rotate(180deg);
}

#ro-5 #inn .cola .vc_column-inner {
    transition: 0.5s;
}

#ro-5 #inn .cola:hover .vc_column-inner {
    opacity: 100%;
    border-radius: 25px;
    box-shadow: 0px 60px 60px 0px #fcb84352;
}

#ro-5 .txt-info h3 {
    min-height: 80px;
}

#ro-5 .txt-info p {
    font-size: 14px;
}


/*  */

#ro-5 .owl-stage-outer {
    overflow: visible;
}

#ro-7 .vc_col-sm-4.cola {
    z-index: 999;
    position: relative;
}

#ro-5 .vc_col-sm-4.cola {
    position: relative;
    z-index: 9999;
    background-color: #1f1f1f;
    border-radius: 41px;
}

#ro-5 #inn .cola:hover a#btnn {
    background-color: #FBAF28 !important;
}


/*  */

#ro-8 .img-with-aniamtion-wrap .hover-wrap-inner:before {
    content: "";
    background-color: #f8b13e;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999 !important;
    display: block !important;
    position: absolute;
    opacity: 0%;
    border-radius: 26px;
    transition: 0.5s;
}

#ro-8 .img-with-aniamtion-wrap:hover .hover-wrap-inner:before {
    opacity: 40%;
    box-shadow: 0px 60px 60px 0px #fcb84352;
}


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

#ro-7 #inn:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 1000%;
    border-radius: 0px;
    z-index: 99;
    opacity: 60%;
    transform: scale3d(108%, 11%, 100%);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#ro-7 .play {
    position: absolute;
    top: 142px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

#ro-9 .owl-dots {
    display: flex;
    justify-content: end;
}

#ro-9 .owl-dots span {
    background-color: #727272;
    width: 11px;
    height: 11px;
}

#ro-9 .owl-dots button.owl-dot.active span {
    background-color: #FBAF28;
}


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

#ro-9 .owl-dots {
    display: flex;
    justify-content: end;
}

#ro-9 .owl-dots button.owl-dot.active span {
    background-color: #FBAF28;
}

#ro-9 .owl-dots span {
    background-color: #727272;
    width: 11px;
    height: 11px;
}


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

#footer-widgets p,
#footer-widgets a {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
}

#footer-widgets a {
    margin-top: 10px;
}

#footer-outer #footer-widgets .container>.row {
    padding-bottom: 30px;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    color: #FCAE27 !important;
    text-transform: uppercase;
}

#footer-outer #footer-widgets .widget .ftr-con h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1px;
}

#footer-outer #footer-widgets .widget .ftr-con i {
    color: #FCAE27;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 20px;
}

#footer-outer #footer-widgets .widget .ftr-con a {
    position: relative;
    padding-left: 29px !important;
    display: table;
    margin-top: 18px;
}

#footer-outer #footer-widgets .col.span_3:nth-child(2) {
    position: relative;
    left: 90px;
}

#footer-outer #footer-widgets .col.span_3:nth-child(3) {
    position: relative;
    left: 70px;
}

#footer-outer #footer-widgets .col.span_3 .widget_text {
    width: 130%;
}


/*  */

#copyright:before {
    position: absolute;
    background-color: #fff;
    width: 94%;
    height: 1px;
    left: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
}

#copyright p {
    font-family: 'Roboto';
    font-size: 20px;
}

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


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


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

@media (max-width: 1600px) {
    #ro-5 .txt2 h2 {
        font-size: 60px;
    }
}


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

@media (max-width: 1440px) {
    #ro-2 #inn {
        width: 92%;
        left: 60px;
    }
    #ro-3 .txt1 p br {
        display: none;
    }
    #ro-3 #inn .cola .txt1 {
        padding-top: 0px;
    }
    #ro-5 .txt-info p {
        font-size: 10px;
        line-height: 1.6;
    }
    #ro-5 .txt-info h3 {
        font-size: 25px;
        line-height: 1.2;
    }
    a#btnn {
        padding: 9px 24px !important;
        font-size: 16px;
    }
}


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

@media (max-width: 1366px) {
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2,
    #ro-9 .txt1 h2 {
        font-size: 50px;
        line-height: 1.3;
    }
    #ro-2 .txt1 p,
    #ro-3 .txt1 p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 .txt1 p,
    #ro-7 .txt1 p,
    #ro-8 .txt1 p,
    #ro-9 .txt1 p {
        font-size: 14px;
        line-height: 1.3;
    }
}


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

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


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

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


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

@media (max-width: 1280px) {
    #footer-widgets p,
    #footer-widgets a {
        font-weight: 400;
        font-size: 15px;
    }
}


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

@media (max-width: 1024px) {
    #ro-3 .divider {
        height: 130px !important;
    }
}


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

@media (max-width: 900px) {
    #ro-2 #inn {
        width: 92%;
        left: 0px;
        margin: auto;
    }
    #ro-3 .owl-dots {
        position: relative;
        top: -90px;
        margin-top: 0px;
    }
    #ro-5 .txt1 h6 {
        margin: auto;
    }
    #ro-8 .vc_col-sm-4 {
        width: 33%;
    }
    #footer-outer #footer-widgets .col.span_3 .widget_text {
        width: 100%;
    }
    #footer-outer #footer-widgets .col.span_3:nth-child(2),
    #footer-outer #footer-widgets .col.span_3:nth-child(3) {
        left: 0px !important;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2,
    #ro-9 .txt1 h2 {
        font-size: 39px;
        line-height: 1.3;
    }
}


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

@media (max-width: 444px) {
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2,
    #ro-9 .txt1 h2 {
        font-size: 33px;
        line-height: 1.3;
    }
}


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

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


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

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

a#btnn:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    background-color: #FBAF28;
    right: 100%;
    top: 0px;
    animation: buttonleft 2.5s infinite alternate linear;
    border-radius: 50px;
}

@keyframes buttonleft {
    0% {
        right: 50%;
    }
    100% {
        right: 80%;
    }
}

a#btnn:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    background-color: #FBAF28;
    left: 100%;
    top: 0px;
    animation: buttonright 2.5s infinite alternate linear;
    z-index: -2;
    border-radius: 50px;
}

@keyframes buttonright {
    0% {
        left: 50%;
    }
    100% {
        left: 80%;
    }
}

a#btnn:hover {
    background-color: #000 !important;
    color: #FBAF28 !important;
}

a#btnn:hover:before,
a#btnn:hover:after {
    background-color: #ffffff !important;
    border-radius: 0px !important;
}

#ro-5 a#btnn:before,
#ro-5 a#btnn:after {
    display: none;
}

#ro-8 .imgg {
    animation: gall 2.5s infinite alternate linear;
}

#ro-8 .imgg:nth-child(odd) {
    animation: gall 2.5s infinite alternate-reverse linear;
}

@keyframes gall {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}