/*
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 ul .nav-btn a span {
    background-color: #ECA900;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 10px;
    border-radius: 4px !important;
}


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

#ro-1 {
    padding-top: 160px !important;
    padding-bottom: 72px !important;
}

#ro-1 .txt1 h1 {
    font-weight: 200 !important;
}

#ro-1 a#btnn {
    font-weight: 400;
    font-size: 15px;
    margin-left: 30px;
}

#ro-1 .txt1 {
    background-image: url("https://stagingserver3.com/steven/wp-content/uploads/2023/09/Group-10.png");
    background-repeat: no-repeat;
    background-size: 30%;
    padding-top: 20px;
    padding-left: 30px;
}

#ro-1 .owl-dots {
    position: absolute;
    left: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    bottom: 0px;
    counter-reset: section;
}

#ro-1 .owl-dots button.owl-dot span {
    background-color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none !important;
    margin: 13px 0px;
    transition: 0.5s;
    position: relative;
}

#ro-1 .owl-dots button.owl-dot span:before {
    font-size: 16px;
    color: #000;
    counter-increment: section;
    content: "" counter(section) "";
    font-family: 'Poppins';
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    left: 0px;
}

#ro-1 .owl-dots button.owl-dot.active span {
    background-color: #DF1E08;
    color: #fff;
}

#ro-1 .owl-dots button.owl-dot.active span:before {
    color: #fff;
}

#ro-1 .owl-dots button.owl-dot.active span:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #DF1E08 #DF1E08 transparent;
    transform: scale(1.5) rotate(-55deg);
    animation: aacir 3s infinite normal linear;
}

@keyframes aacir {
    from {
        transform: scale(1.5) rotate(0deg);
    }
    to {
        transform: scale(1.5) rotate(360deg);
    }
}


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

#ro-2 {
    padding-top: 380px !important;
    padding-bottom: 70px !important;
    margin-top: -1px;
}


/*  */

#ro-2 #inn .txt1 {
    width: 490px;
}

#ro-2 .txt1 h6,
#ro-3 .txt1 h6,
#ro-4 .txt1 h6,
#ro-5 .txt1 h6,
#ro-6 .txt1 h6,
#ro-7 h6 {
    text-transform: uppercase;
}

#ro-2 #inn {
    z-index: 99999;
}

#ro-2 .circle {
    position: relative;
    left: -230px;
    width: 20%;
}

#ro-2 .txt1,
#ro-2 .txt1,
#ro-2 #btnn {
    position: relative;
    left: 250px;
}

#ro-2 .circle {
    animation: aamm 5s infinite normal linear;
}

@keyframes aamm {
    to {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(360deg);
    }
}


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

#ro-2-img {
    position: absolute;
    margin-top: -270px;
    z-index: 1;
}

#ro-2-img .carr {
    position: relative;
    left: -90px;
}


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

#ro-3 {
    padding-top: 130px !important;
    padding-bottom: 60px !important;
}

#ro-3 .txt-info h6 {
    margin: auto;
    display: table;
}

#ro-3 .vc_col-sm-4>div {
    height: 490px;
}

#ro-3 .txt-info h6 img {
    margin: auto;
    display: table;
    width: 100px;
    height: 100px;
}

#ro-3 .vc_col-sm-4>div {
    height: 490px;
}

#ro-3 .txt-info {
    background-color: #fff;
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: dashed;
    border-color: #FF2830;
    border-width: 2px;
    margin-bottom: 20px;
    transition: 0.5s;
}

#ro-3 .txt-info h2 {
    font-size: 19px;
    line-height: 28px;
    color: #000;
}

#ro-3 .txt-info p {
    font-family: 'Inter';
    font-size: 15px;
    color: #222222;
    height: 0px;
    transition: 0.5s;
    opacity: 0;
}

#ro-3 .txt-info h6 {
    display: block;
    position: relative;
    top: -49px;
    margin-bottom: -50px;
}


/*  */

#ro-3 .txt-info:hover {
    background-color: rgb(255 255 255 / 85%);
}

#ro-3 .vc_col-sm-4:hover .txt-info p {
    height: 162px;
    opacity: 1;
}


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

#ro-4 {
    margin-top: 60px;
    margin-bottom: 130px;
}

#ro-4-imgg {
    position: absolute;
    transform: scale(109%);
    margin-top: 40px;
}

#ro-4-imgg .cir {
    position: relative;
    left: -260px;
    width: 500%;
    max-width: 112%;
    animation: rou 30s infinite normal linear;
}

@keyframes rou {
    to {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(360deg);
    }
}

#ro-4-imgg .car {
    width: 52%;
}

#ro-4 #inn {
    width: 80%;
    margin: auto;
}


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

#ro-5 li.wonderplugin3dcarousel-item>a>div {
    display: none !important;
}

#ro-5-imgg {
    position: absolute;
    margin-top: -330px;
    transform: scale(100%);
    transform-origin: bottom;
    z-index: 999;
}


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

#ro-6 {
    padding: 190px 0px !important;
}

#ro-6 #inn {
    background-repeat: no-repeat;
    width: 620px;
    background-size: cover;
    padding: 40px 20px;
    border-radius: 13px;
    padding-left: 20px;
}

#ro-6 #inn h6,
#ro-6 #inn h2,
#ro-6 #inn h5,
#ro-6 #inn p {
    color: #fff;
}


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

#ro-7 {
    padding: 90px 0px !important;
}

#ro-7 .cola2 {
    background-image: url("https://stagingserver3.com/steven/wp-content/uploads/2023/09/Group-407-4.png");
    background-repeat: no-repeat;
    padding: 20px 60px;
    overflow: hidden;
    border-radius: 16px;
}

#ro-7 .cola2 h6,
#ro-7 .cola2 h2 {
    color: #fff;
}

#ro-7 .cola2 button.frm_button_submit {
    border: none;
    box-shadow: none;
    background-color: #ECA900;
    border-radius: 0px !important;
    padding: 12px 30px !important;
}

#ro-7 input {
    font-family: 'Poppins';
    font-size: 15px;
    border: none !important;
    height: 34px;
}

#ro-7 textarea {
    border: none !important;
    box-shadow: none !important;
    height: 100px;
}

#ro-7 .imgg {
    width: 87%;
}

#ro-7 .cola2:before {
    content: "";
    position: absolute;
    width: 93%;
    height: 92%;
    background-color: #262637;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: inherit;
    margin-top: -7px;
}


/* ----------   ----------   ----------   ----------   ----------   ----------   ----------    */
.box2 {
    display: flex;
    justify-content: center;
}

.box2 a {
    padding: 0 10px;
}

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

#copyright p {
    font-size: 12px;
    font-weight: 500;
}

#footer-outer #footer-widgets p,
#footer-outer #footer-widgets a {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
}

#footer-outer #footer-widgets #nav_menu-2 {
    margin-bottom: 10px;
}

#footer-outer #footer-widgets .menu-footer-2-container a i {
    margin-right: 10px;
}

#footer-outer #footer-widgets .menu-footer-2-container li:nth-child(1) a:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 70%;
    display: block;
    right: -18px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #364351;
}

#footer-outer #footer-widgets .menu-footer-2-container li:nth-child(1) {
    position: relative;
}

#footer-outer {
    background-image: url("https://stagingserver3.com/steven/wp-content/uploads/2023/09/footer.png");
    background-position: center;
}

#copyright .col.span_7.col_last {
    display: none;
}


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


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

@media (max-width: 1600px) {
    #ro-1 .owl-dots {
        left: -80px;
    }
    #ro-6 {
        padding: 170px 0px !important;
    }
    #ro-4-imgg {
        position: absolute;
        transform: scale(109%);
        margin-top: 10px;
    }
}


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

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


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

@media (max-width: 1366px) {
    #ro-1 .txt1 h1 {
        font-weight: 200 !important;
        font-size: 50px;
        line-height: 1.2;
    }
    #ro-1 .owl-dots {
        left: -40px;
    }
    #ro-2 {
        padding-top: 320px !important;
        padding-bottom: 60px !important;
        margin-top: -1px;
    }
    #ro-2-img .carr {
        position: relative;
        left: -70px;
    }
    #ro-2-img {
        position: absolute;
        margin-top: -240px;
    }
    #ro-6 {
        padding: 120px 0px !important;
    }
    #ro-4 #inn .txt-info p {
        font-size: 13px;
        line-height: 1.5;
    }
    #ro-4-imgg .cir {
        left: -250px;
    }
}


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

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


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

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


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

@media (max-width: 1280px) {
    #ro-5-imgg {
        position: absolute;
        margin-top: -260px;
    }
    #ro-2 {
        padding-top: 330px !important;
        padding-bottom: 60px !important;
        margin-top: -1px;
    }
    #ro-2-img {
        position: absolute;
        margin-top: -220px;
    }
    #ro-2 .txt1,
    #ro-2 .txt1,
    #ro-2 #btnn {
        position: relative;
        left: 210px;
    }
}


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

@media (max-width: 1024px) {
    #ro-1 .txt1 h1 {
        font-size: 42px;
    }
    #ro-1 p,
    #ro-2 p,
    #ro-3 p,
    #ro-4 p,
    #ro-5 p,
    #ro-6 p,
    #ro-7 p {
        font-size: 12px;
    }
    #ro-1 h2,
    #ro-2 h2,
    #ro-3 h2,
    #ro-4 h2,
    #ro-5 h2,
    #ro-6 h2,
    #ro-7 h2 {
        font-size: 32px;
        line-height: 1.5;
    }
    #ro-2 {
        padding-top: 260px !important;
        padding-bottom: 20px !important;
        margin-top: -1px;
    }
    #ro-2-img {
        position: absolute;
        margin-top: -170px;
    }
    #ro-2-img .carr {
        position: relative;
        left: -30px;
    }
    #ro-3 .txt-info p {
        font-size: 12px;
        line-height: 1.5;
    }
    #ro-2 .circle {
        left: -90px;
        width: 20%;
    }
    #ro-2 .txt1,
    #ro-2 .txt1,
    #ro-2 #btnn {
        position: relative;
        left: 140px;
    }
    #ro-4 h3 {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 7px;
    }
    #ro-4-imgg .cir {
        left: -190px;
    }
    #ro-4-imgg {
        margin-top: 70px;
    }
    #ro-4 #inn .txt-info p {
        font-size: 11px;
        line-height: 1.5;
    }
    #ro-5-imgg {
        margin-top: -190px;
    }
}


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

@media (max-width: 900px) {
    #ro-1 .txt1 {
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
    }
    #ro-2 .txt1,
    #ro-2 .txt1,
    #ro-2 #btnn {
        position: relative;
        left: 0px;
    }
    #ro-2 #inn .txt1 {
        width: 390px;
    }
    #ro-2-img .carr {
        position: relative;
        left: -70px;
        width: 60%;
    }
    #ro-2 .circle {
        width: 20%;
        position: absolute;
        right: 0px;
        left: auto;
        top: -140px;
        bottom: auto;
    }
    #ro-4-imgg {
        display: none;
    }
    #ro-4 .row-bg.viewport-desktop {
        background-color: #D70006;
    }
    #ro-4 {
        padding: 40px 0px !important;
        margin: 30px 0px;
    }
    #ro-7 .imgg {
        width: 57%;
    }
    #ro-1 {
        padding-top: 60px !important;
        padding-bottom: 22px !important;
    }
    #ro-5-imgg .imm {
        width: 15%;
    }
    #ro-5-imgg {
        margin-top: -120px;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-1 .owl-dots {
        display: none;
    }
    #ro-1 .txt1 {
        width: 100%;
    }
    #ro-2 .row-bg.viewport-desktop.using-image {
        background-color: #232535;
        background-image: none !important;
    }
    #ro-2 {
        padding-top: 80px !important;
        padding-bottom: 160px !important;
        margin-top: -1px;
    }
    #ro-2 .circle {
        width: 20%;
        top: 10px;
    }
    #ro-2 .row-bg.viewport-desktop.using-image {
        background-color: #232535;
        background-image: none !important;
    }
    #ro-3 .txt1 h5 img,
    #ro-6 .txt1 h5 img,
    #ro-2 .txt1 h5 img {
        margin: auto;
    }
    #ro-6 #inn {
        width: 100%;
    }
    #ro-7 .imgg {
        width: 97%;
    }
    #ro-7 .cola2 button.frm_button_submit {
        display: table;
        margin: auto;
        margin-bottom: 10px;
    }
    #ro-2 #inn .txt1 {
        width: 100%;
    }
    #ro-2 .txt1 h6,
    #ro-3 .txt1 h6,
    #ro-4 .txt1 h6,
    #ro-5 .txt1 h6,
    #ro-6 .txt1 h6,
    #ro-7 h6 {
        text-transform: uppercase;
        font-size: 15px;
    }
    #ro-1 h2,
    #ro-2 h2,
    #ro-3 h2,
    #ro-4 h2,
    #ro-5 h2,
    #ro-6 h2,
    #ro-7 h2 {
        font-size: 27px;
        line-height: 1.3;
    }
    #ro-7 .cola2 {
        padding: 20px 30px;
    }
    #ro-5-imgg .imm {
        width: 25%;
    }
	
	#ro-6 .vc_col-sm-12.inn-6 {
		margin-left: 20px !important;
	}
}


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

@media (max-width: 444px) {
    #ro-1 .txt1 h1 {
        font-size: 32px;
    }
    #ro-1 p,
    #ro-2 p,
    #ro-3 p,
    #ro-4 p,
    #ro-5 p,
    #ro-6 p,
    #ro-7 p {
        font-size: 10px;
        line-height: 1.5;
    }
    #ro-1 p br,
    #ro-2 p br,
    #ro-3 p br,
    #ro-4 p br,
    #ro-5 p br,
    #ro-6 p br,
    #ro-7 p br,
    #ro-1 h2 br,
    #ro-2 h2 br,
    #ro-3 h2 br,
    #ro-4 h2 br,
    #ro-5 h2 br,
    #ro-6 h2 br,
    #ro-7 h2 br {
        display: none;
    }
    #ro-2 {
        padding-top: 80px !important;
        padding-bottom: 90px !important;
        margin-top: -1px;
    }
	
	#ro-6 .vc_col-sm-12.inn-6{
		margin-left: 20px !important;
	}
}


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

@media (max-width: 375px) {
	
	#ro-6 .vc_col-sm-12.inn-6 {
		margin-left: 5px !important;
	}
}


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

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