/*
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-outer ul li a,
#header-outer ul li a span {
    transition: 0.5s !important;
    position: relative;
}

#header-outer ul li a:hover span,
#header-outer ul li.current-menu-item a span {
    color: #ffbf44 !important;
}

#header-outer ul li.current-menu-item a span:before,
#header-outer ul li a:hover span:before {
    width: 100%;
}

#header-outer ul li a span:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 7px;
    background-image: url("https://stagingserver3.com/casamnr/wp-content/uploads/2023/06/Shape-10-copy-18.png");
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -9px;
    transition: 0.5s;
}

#top span.icon-salient-search:before {
    background-color: #ffa800 !important;
    color: #fff !important;
    width: 40px !important;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    border-radius: 7px;
    top: -11px;
}

#header-outer #top li#search-btn {
    left: -150px;
}


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

#ro-1 {
    padding-top: 80px !important;
    padding-bottom: 430px !important;
    margin-bottom: -50px;
}

#ro-1 .txt1 h1 {
    color: #ffa800 !important;
    background-image: url("https://stagingserver3.com/casamnr/wp-content/uploads/2023/06/Shape-15-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 0px !important;
}

#ro-1 .txt1 p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}


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

#ro-2 {
    padding-bottom: 70px !important;
}

#ro-2 .txt1 h2 {
    color: #000;
    margin-bottom: 50px;
}

#ro-2 .vc_col-sm-4 .line,
#ro-2 .vc_col-sm-4 .line-2 {
    position: absolute;
    bottom: -13px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.5s;
}

#ro-2 .vc_col-sm-4 .line-2 {
    opacity: 0;
}

#ro-2 .vc_col-sm-4:hover .line {
    opacity: 0;
}

#ro-2 .vc_col-sm-4:hover .line-2 {
    opacity: 1;
}

#ro-2 .vc_col-sm-4 .txt-info p {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin: auto;
    width: 70%;
    transition: 0.5s;
    height: 0px;
    opacity: 0;
}

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


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

#ro-3 {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}

#ro-3 a#btnn ,
#ro-9 a#btnn {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 200;
    padding: 12px 60px;
    border-radius: 9px !important;
}


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

#ro-4 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

#ro-4 #inn1 {
    padding: 20px 0px;
}

#ro-4 #inn1:before {
    content: "";
    position: absolute;
    width: 90%;
    left: 0px;
    bottom: 0px;
    border-bottom: solid 1px #d1d1d1;
    padding: 20px 0px;
}

#ro-4 #inn1.lastt:before {
    display: none;
}

#ro-4 .txt1 {
    margin-bottom: 80px;
}

#ro-4 .txt-heading h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 37px;
    line-height: 47px;
    color: #232323;
}

#ro-4 #inn1.mobil {
    display: none;
}

#ro-4 #inn1 .vc_col-sm-5:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #d1d1d1;
    width: 1px;
    height: 156%;
}

#ro-4 #inn1 .vc_col-sm-5 {
    padding-left: 30px;
}

#ro-4 #inn1.lastt .vc_col-sm-5:before {
    height: 150px !important;
}


/*  */

#ro-4 .txt-info h6 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}

#ro-4 .txt-info h3 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #55b5bd;
}

#ro-4 .txt-info p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}


/*  */

#ro-4 .box {
    display: flex;
    align-items: center;
}

#ro-4 .box h3 {
    background-color: #ffa800;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: table;
    border-radius: 5px;
    text-align: center;
    padding: 2px 10px;
    margin-right: 16px;
}

#ro-4 .box h3 span {
    display: block;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 52px;
    line-height: 66px;
    margin-top: -10px;
}

#ro-4 .box p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 26px;
    line-height: 27px;
}

#ro-4 .box p span {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    display: block;
}

#ro-4 a#btnn {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    background-color: transparent !important;
    color: #000;
    text-transform: uppercase;
    position: relative;
}

#ro-4 a#btnn:after {
    content: "\f061";
    font-family: 'FontAwesome';
    margin-left: 12px;
    color: #55b5bd;
    font-size: 23px;
    position: relative;
    top: 2px;
}

#ro-4 a#btnn {
    position: absolute;
    bottom: -30px;
    top: auto;
    padding-left: 0px;
}


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

#ro-5 {
    padding-top: 60px !important;
}

#ro-5 .txt1 h2 {
    color: #fff;
}

#ro-5 #inn1 {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px !important;
    overflow: hidden;
}

#ro-5 #inn1>div,
#ro-5 #inn1>div>div {
    padding: 0px !important;
}

#ro-5 #inn1 .imgg {
    position: relative;
    left: -1px;
    bottom: -10px;
    margin: 0px !important;
}

#ro-5 .txt-info h3 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}

#ro-5 .txt-info h6 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}


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

#ro-5 .txt-info p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    width: 90%;
}

#ro-5 .links a {
    margin-right: 13px;
}

#ro-5 .links a i.fa.fa-facebook {
    color: #3b5998;
}

#ro-5 .links a i.fa.fa-google-plus {
    color: #db4437;
}

#ro-5 .links a i.fa.fa-vimeo {
    color: #23b6ea;
}

#ro-5 .links a i.fa.fa-pinterest-p {
    color: #cb1f27;
}


/*  */

#ro-5 .owl-nav {
    display: flex;
}

#ro-5 .owl-nav button span {
    display: none;
}

#ro-5 .owl-nav button {
    border: none;
    background-color: #fff;
    color: #ffa800;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ro-5 .owl-nav button:before {
    content: "\f060";
    font-family: fontawesome !important;
}

#ro-5 .owl-nav button.owl-next {
    transform: rotate(180deg);
}

#ro-5 .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#ro-5 .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}


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

#ro-6 {
    padding-top: 60px !important;
}

#ro-6 .txt1 {
    margin-bottom: 80px !important;
}

#ro-6 .txt1 h6 {
    font-family: 'Lobster';
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}


/*  */

#ro-6 .imgg {
    margin: auto;
    background-color: #fff;
    border-radius: 100px !important;
}

#ro-6 .txt-info {
    margin-top: -310px;
    position: relative;
    margin-bottom: 100px;
    transform: scale(90%);
}

#ro-6 .txt-info h3 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 22px;
}

#ro-6 .txt-info p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #555555;
    padding-bottom: 12px;
}


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

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

#ro-7 .txt1 h4 a {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 24px;
    opacity: 100%;
    display: flex;
}

#ro-7 .txt1 h4 a:before {
    content: "\f10b";
    font-family: 'FontAwesome';
    font-size: 50px;
    font-weight: 100;
    margin-right: 10px;
}

#ro-7 .txt1 {
    position: relative;
    border-left: solid 3px #fff;
    padding: 20px 0px;
    padding-left: 30px;
}

#ro-7 b {
    display: none;
}

#ro-7 #newsletterwidgetminimal-2 {
    font-size: 0px;
    line-height: 0px;
    width: 100%;
}

#ro-7 form.tnp-form {
    display: flex;
    background-color: #fff;
    border: solid 3px #fff;
    border-radius: 10px;
    overflow: hidden;
}

#ro-7 form.tnp-form input.tnp-email {
    width: 100%;
}

#ro-7 form.tnp-form input.tnp-submit {
    color: #fff !important;
    font-size: 15px;
    line-height: 25px;
    width: 160px;
    border-radius: 10px !important;
}


/*  */

#ro-7 #sidebar {
    display: flex;
}

#ro-7 h2.wpb_heading {
    font-family: 'Lobster';
    font-weight: 400;
    font-size: 36px;
    margin-right: 20px;
}


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

#ro-8 {
    padding-top: 70px !important;
}

#ro-8 {
    font-family: 'Lobster';
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
}

#ro-8 .txt1 h6 {
    font-size: 26px;
    line-height: 46px;
}

#ro-8 .inner {
    margin-bottom: 0px !important;
}

#ro-8 h3 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    margin-top: -70px;
    position: relative;
}

#ro-8 .owl-dots {
    display: none;
}

#ro-8 .owl-nav {
    display: flex;
}

#ro-8 .owl-nav button span {
    display: none;
}

#ro-8 .owl-nav button {
    border: none;
    background-color: #449298;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ro-8 .owl-nav button:before {
    content: "\f060";
    font-family: fontawesome !important;
}

#ro-8 .owl-nav button.owl-next {
    transform: rotate(180deg);
}

#ro-8 .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#ro-8 .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}


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

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

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

#ro-9 .txt1 p {
    padding-bottom: 0px;
    margin: auto;
    width: 60%;
}

#ro-9 .txt-info1 h3 {
    font-family: 'Lobster';
    font-weight: 400;
    font-size: 24px;
    left: 34px;
}

#ro-9 .txt-info2 a,
#ro-9 .txt-info2 p {
    opacity: 1;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0px;
}

#ro-9 .imgg {
    height: 190px;
    object-fit: contain;
}

#ro-9 a#btnn{
    margin: auto;
    display: table;
    margin-top: 50px ;
}
/* ----------------           ----------------           ----------------           ----------------            */
#footer-outer #footer-widgets .container > div {
    padding-bottom: 10px;
}
#footer-outer #footer-widgets ul#menu-tags {
    column-count:3;
}
#footer-outer #footer-widgets h4 {
    font-size: 30px;
}
/*---------------------------------------------------------------------------*/

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


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

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


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

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


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

@media (max-width: 1280px) {
    #header-outer ul li a {
        font-size: 13px !important;
    }
}


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

@media (max-width: 1024px) {
    #header-outer #top li#search-btn {
        left: 0px;
    }
    .slide-out-widget-area-toggle>div {
        display: flex !important;
        background-color: #ffa800 !important;
        color: #fff !important;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
    }
    #header-outer #top .slide-out-widget-area-toggle a .lines:after,
    #header-outer #top .slide-out-widget-area-toggle a .lines:before,
    #header-outer #top .slide-out-widget-area-toggle a .lines-button:after {
        background-color: #ffffff;
    }
    #ro-1 .txt1 h6 {
        font-size: 33px;
        line-height: 43px;
    }
    #ro-1 .txt1 h1 {
        font-size: 46px;
        line-height: 54px;
        padding: 10px 0px !important;
    }
    #ro-1 .txt1 p {
        font-size: 18px;
        line-height: 23px;
    }
    #ro-1 {
        padding-top: 40px !important;
        padding-bottom: 350px !important;
        margin-bottom: -50px;
    }
    #ro-2 .vc_col-sm-4:hover .txt-info p {
        height: 70px;
        font-size: 12px;
        width: 100%;
    }
    #ro-4 .txt-info h3 {
        font-size: 18px;
        line-height: 25px;
        color: #55b5bd;
    }
    #ro-4 .box p {
        font-size: 26px;
        line-height: 27px;
    }
    #ro-5 .txt-info p {
        font-size: 13px;
        line-height: 20px;
        width: 90%;
    }
    #ro-5 .txt-info h3 {
        font-size: 18px;
        line-height: 29px;
    }
    #ro-5 .txt-info p {
        font-size: 11px;
        line-height: 17px;
    }
    #ro-6 .txt-info {
        margin-top: -290px;
        position: relative;
        margin-bottom: 50px;
        transform: scale(70%);
    }
}


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

@media (max-width: 900px) {
    .slide-out-widget-area-toggle>div {
        left: 10px;
    }
    #ro-2 .vc_col-sm-4:hover .txt-info p {
        height: 70px;
        font-size: 12px;
        width: 70%;
    }
    #ro-3 {
        text-align: center;
    }
    #ro-3 .imgg {
        width: 50%;
    }
    #ro-5 #inn1 .imgg {
        width: 250px;
    }
    #ro-5 #inn1 {
        width: 90%;
        margin: auto;
        margin-bottom: 50px;
    }
    #ro-5 #inn1 .vc_col-sm-5,
    #ro-5 #inn1 .vc_col-sm-7 {
        width: 50%;
        margin-bottom: 0px;
    }
    #ro-6 .row-bg.viewport-desktop {
        background-size: contain;
        background-repeat: repeat !important;
    }
    #ro-7 .txt1 {
        display: table;
        margin: auto;
    }
    #ro-8 .txt1 {
        margin-bottom: 0px;
    }
    #ro-9 .txt1 {
        padding-bottom: 20px !important;
    }
    #ro-9 .txt-info1 {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    #ro-9 .imgg {
        height: 120px;
        object-fit: contain;
    }
    #ro-4 #inn1 .vc_col-sm-5 {
        display: none;
    }
    #ro-4 #inn1.mobil {
        display: block;
    }
}


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

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


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

@media (max-width: 480px) {
	#page-header-bg .span_6 h1 {
    font-size: 21px;
    line-height: 21px;
    padding-top: 20px;
}
    #ro-1 .txt1 h1 {
        font-size: 37px;
        line-height: 54px;
        padding: 10px 0px !important;
    }
    #ro-1 {
        padding-top: 40px !important;
        padding-bottom: 270px !important;
        margin-bottom: -50px;
    }
    #ro-3 .imgg {
        width: 70%;
    }
    #ro-8 h3 {
        font-size: 27px;
        margin-top: -90px;
        position: relative;
    }
    #ro-1 .txt1 h1 {
        font-size: 37px;
        line-height: 54px;
        padding: 10px 0px !important;
        background-size: 100% 100% !important;
    }
    #ro-1 .txt1 p {
        font-size: 15px;
        line-height: 23px;
    }
    #ro-3 .txt2 p {
        font-size: 11px;
        line-height: 19px;
    }
    #ro-5 #inn1 .vc_col-sm-5,
    #ro-5 #inn1 .vc_col-sm-7 {
        width: 100%;
        margin-bottom: 20px;
    }
    #ro-5 #inn1 .imgg {
        width: 100%;
        margin-top: -15px !important;
        left: -10px;
    }
    #ro-5 #inn1 .vc_col-sm-7 {
        text-align: center;
    }
    #ro-5 .txt-info p {
        margin: auto;
    }
    #ro-5 .links a {
        margin: 0px 10px;
    }
    #ro-7 #sidebar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #ro-9 .txt1 p {
        width: 100%;
        font-size: 13px;
        line-height: 22px;
    }
}


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

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


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

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