/*
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 a#logo img {
    transform: scale(1.5);
}

#ro-1 a#btnn,
#ro-2 a#btnn,
#ro-3 a#btnn,
#ro-4 a#btnn,
#ro-5 a#btnn,
#ro-6 a#btnn,
#ro-7 a#btnn {
    background-image: url("http://stagingserver3.com/Robert/wp-content/uploads/2023/11/Vector-Smart-Object.png");
    background-repeat: no-repeat;
    background-position: 10% 50%;
    padding-left: 48px;
    font-family: poppins;
    font-weight: 500;
    font-size: 18px;
    z-index: 99999;
    position: relative;
}


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

#ro-1 {
    padding-left: 320px;
}

#ro-1 .imgg1 {
    margin-top: 90px;
}


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

#ro-2 .txt2 {
    position: relative;
    z-index: 999;
}

#ro-2 .txt2:before {
    position: absolute;
    content: "";
    width: 157px;
    height: 7px;
    background-color: #05172B;
    border-radius: 50px;
    top: -24px;
    animation: aaline22 6s infinite alternate linear;
}

@keyframes aaline22 {
    to {
        transform: rotatey(180deg);
    }
}

#ro-2 .txt2:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    background-color: #05172B;
    border-radius: 50px;
    left: -20px;
    top: 0px;
    animation: aaline11 5s infinite alternate linear;
}

@keyframes aaline11 {
    to {
        transform: rotatex(180deg);
    }
}


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

#ro-3 {
    z-index: 1;
}


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

#ro-4 .txt-info h5 img {
    display: inline;
    margin-top: -40px;
    margin-bottom: 0px;
}

#ro-4 .txt-info h5 {
    padding-bottom: 14px;
}


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

#ro-6 #inn {
    box-shadow: 0px 0px 6px 0px #00000045;
    min-height: 430px;
    margin: 23px 0px;
    transition: 0.5s;
}

#ro-6 #inn .txt-info1 {
    margin-top: -64px;
    z-index: 999;
    position: relative;
}

#ro-6 #inn .txt-info1 h4 {
    color: #fff;
}

#ro-6 #inn .txt-info2 {
    padding-left: 30px;
    padding-right: 10px;
    margin-top: 40px;
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
}


/*  */

#ro-6 #inn,
#ro-6 #inn .imgg,
#ro-6 #inn .txt-info2 p {
    transition: 0.5s;
}

#ro-6 #inn:hover {
    background-color: #ffffff;
    min-height: 500px;
    transform: translateY(-20px);
}

#ro-6 #inn:hover .imgg {
    opacity: 0 !important;
}

#ro-6 #inn:hover .txt-info2 p {
    color: #000;
}


/*  */


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

.woocommerce ul.products li.classic.product .product-wrap {
    position: unset;
}

.woocommerce ul.products li.classic.product .product-wrap .add_to_cart_button {
    bottom: 0px !important;
    transform: none !important;
    font-family: 'Poppins';
    font-size: 16px;
    padding: 10px 0px;
    transition: 0.5s;
}

.woocommerce ul.products li.classic.product {
    padding-bottom: 37px;
    box-shadow: 0px 0px 7px 0px #00000038;
}

.woocommerce ul.products li.classic.product .product-wrap .add_to_cart_button i {
    display: none;
}

.woocommerce ul.products li.classic.product:hover .product-wrap .add_to_cart_button {
    background-color: #313131 !important;
}

.woocommerce ul.products li.classic.product h2.woocommerce-loop-product__title {
    font-family: 'Lora';
    font-size: 28px;
    font-weight: 800;
    color: #222222;
    padding-left: 7px;
}

.woocommerce ul.products li.classic.product span.price {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 100;
    display: table;
    margin: 0px 0px auto auto;
    position: relative;
    top: -38px;
    padding-right: 7px;
}


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

#ro-pic2 {
    z-index: 1;
}
 

#ro-8 {
    margin-bottom: -240px;
}


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


/* #ro-8 {
    margin-bottom: -400px;
} */

#ro-9 .txt1 {
    background-color: #fff;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    padding: 0px 50px;
    box-shadow: 0px 0px 11px 0px #0000006e;
    margin: auto;
    width: 80%;
}

#ro-9 .txt1 h6 {
    margin-bottom: 40px !important;
}

#ro-9 input,
#ro-9 textarea {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: solid 1px rgb(0 0 0 / 20%) !important;
    box-shadow: none !important;
    height: 60px;
    padding-left: 10px !important;
    resize: none;
    padding: 0px 0px;
}

#ro-9 label {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #272727;
}

#ro-9 button.frm_button_submit {
    background-image: url("http://stagingserver3.com/Robert/wp-content/uploads/2023/11/Vector-Smart-Object.png");
    background-repeat: no-repeat;
    background-position: 16% 50%;
    font-family: poppins;
    font-weight: 500;
    font-size: 15px;
    z-index: 99999;
    position: relative;
    padding: 13px 42px !important;
    border-radius: 0px !important;
    padding-left: 51px !important;
    background-color: #4577F9;
    color: #fff !important;
}


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

#ro-9 .txt22 p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: auto;
    color: #000;
    font-size: 26px;
    margin-top: -130px;
    font-family: 'Poppins';
}

#ro-9 .txt22 p strong {
    font-size: 29px;
    font-weight: 200 !important;
}


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

#ro-10 .row-bg.viewport-desktop.using-image {
    background-size: contain;
    background-position: center right !important;
}

#ro-10 .iwithtext {
    width: 35%;
    margin: auto;
}

#ro-10 .iwithtext .iwt-icon img {
    transform: scale(1.5);
}

#ro-10 .iwithtext .iwt-text {
    position: relative;
    top: 5px;
}

#ro-10 .owl-stage {
    padding: 0px 0px;
}

#ro-10 button.owl-dot span {
    background-color: #4577F9;
    width: 13px;
    height: 13px;
    transform: none !important;
    opacity: 50%;
}

#ro-10 button.owl-dot.active span {
    opacity: 100%;
}

#ro-10 #inn p {
    overflow-y: scroll;
    height: 200px;
}

/* #ro-10 .vc_col-sm-12.people-1 {
    height: 370px;
} */


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

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

#copyright p {
    font-family: 'Poppins';
    font-size: 18px;
}

#footer-outer #footer-widgets>.container>.row {
    border-bottom: solid 1px #fff;
}

#footer-outer #footer-widgets #media_image-2 img {
    width: 140px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#footer-outer #footer-widgets #media_image-2 {
    margin-bottom: 0px;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 100;
    margin-top: 50px;
    margin-bottom: 50px;
}

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

#footer-outer #footer-widgets ul#menu-get-in-touch li a {
    position: relative;
    margin-top: 20px;
    padding-left: 44px !important;
}

#footer-outer #footer-widgets ul#menu-get-in-touch li a i {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #4577F9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    left: 0px;
    top: -4px;
}

#footer-outer #footer-widgets .ftr-ico a i {
    display: inline-flex;
    width: 45px;
    height: 45px;
    background-color: hsl(0deg 0% 0% / 20%);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.5s;
}

#footer-outer #footer-widgets .ftr-ico a:hover i {
    background-color: #4577F9;
    opacity: 100%;
}

#footer-outer #footer-widgets .ftr-ico a:hover {
    opacity: 100% !important;
}


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


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

@media (max-width: 1600px) {
    #ro-1 {
        padding-left: 170px !important;
    }
    #ro-pic2 .imgg {
        width: 70%;
    }
    #ro-pic2 {
        margin-top: -130px !important;
    }
    #ro-8 {
        margin-bottom: -240px;
    }
}


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

@media (max-width: 1440px) {
    #ro-1 {
        padding-left: 100px !important;
    }
    #ro-1 .txt1 h2 {
        font-size: 50px;
        line-height: 1.2;
    }
}


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

@media (max-width: 1366px) {
    #top ul.sf-menu.sf-js-enabled.sf-arrows>li>a {
        font-size: 14px;
    }
    #ro-6 .imgg2 {
        margin-bottom: 18px !important;
    }
    #ro-1 .imgg1 {
        margin-top: 0px;
    }
}


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

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


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

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


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

@media (max-width: 1280px) {
    #ro-1 {
        padding-left: 90px !important;
    }
    #ro-1 .txt1 {
        margin-top: -100px;
    }
    #ro-6 .imgg2 {
        margin-bottom: 23px;
    }
    #ro-6 #inn .txt-info2 p {
        font-size: 16px;
        line-height: 1.2;
    }
    #ro-1 .txt1 h2,
    #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,
    #ro-10 .txt1 h2,
    #ro-11 .txt1 h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    #ro-6 .imgg2 {
        margin-bottom: 23px !important;
    }
}


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

@media (max-width: 1024px) {
    #top ul.sf-menu.sf-js-enabled.sf-arrows>li>a {
        padding: 0px 14px !important;
    }
    #footer-outer #footer-widgets .widget h4 {
        font-size: 22px;
        margin-top: 90px;
        margin-bottom: 30px;
    }
    #footer-outer #footer-widgets>.container>.row {
        padding-top: 30px !important;
    }
    #footer-outer #footer-widgets .widget p,
    #footer-outer #footer-widgets .widget a {
        font-family: 'Poppins';
        font-size: 13px;
        font-weight: 300;
        line-height: 1.4;
    }
    #ro-9 .txt22 p {
        margin-left: 220px;
        font-size: 14px;
    }
    #ro-9 .txt22 p strong {
        font-size: 18px;
    }
    #ro-10 .txt-info p br {
        display: none;
    }
    #ro-10 .txt-info p {
        font-size: 12px;
        line-height: 1.3;
    }
    #ro-10 .iwithtext {
        width: 65%;
        margin: auto;
    }
    .woocommerce ul.products li.classic.product h2.woocommerce-loop-product__title {
        font-size: 20px;
    }
    .woocommerce ul.products li.classic.product span.price {
        top: -30px;
    }
    #ro-6 #inn .txt-info1 {
        margin-top: -50px;
    }
    #ro-6 .imgg2 {
        margin-bottom: 36px;
    }
    #ro-6 #inn .txt-info2 p {
        font-size: 14px;
        line-height: 1.3;
    }
    #ro-1 .txt1 p,
    #ro-2 .txt2 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,
    #ro-10 .txt1 p,
    #ro-11 .txt1 p {
        font-size: 14px;
        line-height: 1.3;
    }
    #ro-6 .imgg2 {
        margin-bottom: 36px !important;
    }
    #ro-6 #inn {
        min-height: 430px;
        margin: 13px 0px;
        transition: 0.5s;
    }
}


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

@media (max-width: 900px) {
    #ro-1 .imgg1 {
        width: 100%;
        margin-bottom: 20px;
    }
    #ro-1 {
        padding-left: 0px !important;
        padding-bottom: 40px !important;
        padding-top: 170px !important;
    }
    #ro-1 .txt1 {
        margin-top: -00px;
    }
    #ro-4 img.img-with-animation.skip-lazy.imgg {
        margin: 0;
        width: 100%;
    }
    #ro-6 .imgg2 {
        margin-bottom: 33px !important;
    }
    #ro-9 .txt22 p strong {
        font-size: 20px;
        font-weight: 200 !important;
    }
    #ro-9 .txt22 p {
        margin-left: 0px;
        font-size: 21px;
        right: 0px;
        margin: auto;
        margin-top: -90px;
    }
    #ro-9 button.frm_button_submit {
        margin: auto !important;
        display: table;
    }
    #ro-9 .txt1 {
        background-color: #fff;
        padding-top: 30px !important;
        padding-bottom: 90px !important;
    }
    #ro-9 .txt1 {
        padding: 0px 30px;
    }
    #ro-10 .row-bg.viewport-desktop.using-image.using-bg-color {
        background-size: 80px !important;
        background-position: bottom right !important;
    }
    /*     #footer-outer #footer-widgets .col.span_3:nth-child(3),
    #footer-outer #footer-widgets .col.span_3:nth-child(4) {
        margin-top: -90px;
    } */
    #footer-outer #footer-widgets .col.span_4:nth-child(1) {
        width: 100%;
        margin: auto;
    }
    #footer-outer #footer-widgets .widget h4 {
        margin-top: 0px !important;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-2 {
        margin-bottom: 40px !important;
    }
    #ro-3 .imgg {
        width: 40%;
    }
    #ro-1 .txt1 h2,
    #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,
    #ro-10 .txt1 h2,
    #ro-11 .txt1 h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    #ro-4 .txt1 h2 br {
        display: none;
    }
    #ro-6 .imgg2 {
        margin-bottom: -17px !important;
        position: relative;
        top: 2px;
    }
    #ro-pic2 {
        margin-top: -50px !important;
    }
    #ro-8 {
        margin-bottom: 40px;
    }
    #ro-pic2 .imgg {
        width: 40%;
    }
    #ro-8 img {
        transform: scale(150%);
        transform-origin: top;
    }
    #ro-9 .txt22 p {
        font-size: 17px;
        width: 100%;
    }
    #ro-9 .txt22 p strong {
        font-size: 15px;
    }
    #footer-outer #footer-widgets .widget h4 {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    #footer-outer #footer-widgets .col.span_3:nth-child(3),
    #footer-outer #footer-widgets .col.span_3:nth-child(4) {
        margin-top: -0px !important;
    }
    .woocommerce ul.products li.classic.product {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 30px !important;
    }
    #footer-widgets .container .col {
        margin-bottom: 0px;
    }
}


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

@media (max-width: 414px) {
    #ro-6 .imgg2 {
        top: -14px;
    }
    #ro-9 .txt1 {
        padding: 0px 10px;
        width: 90%;
    }
    #ro-9 .txt22 p {
        font-size: 12px;
    }
    #ro-9 .txt22 p strong {
        font-size: 12px;
    }
}


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

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


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

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

#ro-2 .imgg {
    animation: immgg 2s infinite alternate linear;
}

@keyframes immgg {
    to {
        transform: translateY(-15px);
    }
}

#ro-2 .imgg:hover {
    animation-play-state: paused;
    filter: drop-shadow(2px 4px 6px black) brightness(0.8);
}