/*
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 .container>.row {
    background-color: hwb(43deg 17% 76% / 72%);
    height: 62px;
    margin: auto;
    box-shadow: 0px 0px 10px 0px #000000a6;
    top: 30px;
}

#top .container>.row ul.sf-menu.sf-js-enabled.sf-arrows {
    display: flex !important;
    justify-content: flex-start !important;
    margin-left: 20px !important;
}

#top .container>.row ul.sf-menu.sf-js-enabled.sf-arrows li a span {
    font-size: 14px;
}

#top .container>.row ul.sf-menu.sf-js-enabled.sf-arrows>li {
    padding: 0px 10px !important;
}

#top .container>.row ul.buttons.sf-menu {
    margin-right: 20px !important;
}

#top .container>.row ul.sf-menu.sf-js-enabled.sf-arrows li {
    transition: 0.5s;
}

#top .container>.row ul.sf-menu.sf-js-enabled.sf-arrows li:hover {
    background-color: #9b7e52 !important;
}


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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 700 !important;
    font-family: "pro" !important;
}

body p {
    font-weight: 500 !important;
    font-family: "pro" !important;
}


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

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

#ro-1 .txt1 {
    width: 680px;
    margin: auto;
}

#ro-1 .txt1 h1 {
    text-transform: uppercase;
}

#ro-1 #btnn,
#ro-2 #btnn,
#ro-3 a#btnn,
#ro-5 a#btnn,
#ro-6 a#btnn {
    margin-top: 20px;
    border-radius: 0px !important;
    font-family: "pro" !important;
    font-size: 16px;
    padding: 15px 30px !important;
}

#ro-1 #btnn {
    display: table;
    margin: auto;
    margin-top: 20px;
}

#ro-1 .owl-dots {
    position: relative;
    margin-top: 0px;
    bottom: -190px;
}

#ro-1 button.owl-dot span {
    width: 15px;
    height: 15px;
    transform: none !important;
    background-color: #a2a1a0;
    transition: 0.5s;
}

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


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

#ro-2 {
    padding: 30px 0px !important;
}

#ro-2 .txt1 h2 {
    font-size: 29px;
    line-height: 35px;
}

#ro-2 .txt1 p {
    font-size: 16px;
}

#ro-2 #btnn {
    display: table;
    margin: 0px 0px auto auto;
    background-color: #3d382b !important;
    padding: 17px 60px !important;
}


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

#ro-3 {
    padding: 50px 0px !important;
}

#ro-3 .imgg {
    animation: pic1 3s infinite alternate linear;
    transition: 0.5s;
}

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

#ro-5 .n2-section-smartslider.fitvidsignore div {
    overflow: visible !important;
}

#ro-3 .imgg:hover {
    filter: brightness(0.5);
    animation-play-state: paused;
}

#ro-3 .txt-info p {
    border-radius: 11px;
    background-color: hsl(36deg 31% 46% / 80%);
    color: #fff;
    box-shadow: 0px 0px 16px 0px #00000047;
    width: 207px;
    text-align: center;
    padding: 40px 10px;
    font-weight: 700;
    z-index: 999;
    position: relative;
    margin-top: -180px;
    margin-left: 70px;
}

#ro-3 .txt-info p a {
    color: #fff;
}

#ro-3 a#btnn {
    padding: 18px 19px !important;
    background-color: #3d382b !important;
}

#ro-3 h2 {
    font-weight: 900 !important;
}

#ro-3 p {
    color: #3d382b;
}


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

#ro-4 {
    padding-top: 50px !important;
}

#ro-4 .txt1 p {
    margin: auto;
    width: 60%;
    font-size: 16px;
    line-height: 22px;
    color: #3d382b;
    font-weight: 800 !important;
}

#ro-4 .txt-info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px #00000073;
    padding: 70px 10px !important;
    margin: 20px 0px !important;
    transition: 0.5s;
    position: relative;
    z-index: 22;
}

#ro-4 .txt-info:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #efeae3;
    z-index: -1;
    transition: 0.7s;
}

#ro-4 .txt-info h3,
#ro-4 .txt-info p {
    color: #3d382b;
    margin-bottom: 0px;
}

#ro-4 .txt-info p {
    font-size: 16px;
    line-height: 17px;
    font-weight: 600 !important;
    margin: auto;
    width: 89%;
}

#ro-4 .txt-info:hover:before {
    width: 0%;
    height: 0%;
}

#ro-4 .txt-info:hover h3,
#ro-4 .txt-info:hover p {
    color: #fff !important;
}

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


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

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

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

#ro-4 .owl-nav button {
    border: none;
    background-color: transparent;
    font-size: 22px;
    color: #3d382b;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

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


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

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

#ro-5 .txt1 h6 {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 9px;
}

#ro-5 .txt1 h2,
#ro-6 .txt1 h2 {
    font-size: 59px !important;
    line-height: 62px !important;
    margin-bottom: 40px;
}

#ro-5 .txt1 p {
    color: #3d382b;
}

#ro-5 .txt1 p,
#ro-6 .txt1 p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700 !important;
}


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

#ro-6 .txt1 {
    width: 500px;
}

#ro-6 {
    padding-left: 160px;
}


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

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

#ro-7 h2 {
    font-size: 29px;
    line-height: 39px;
}

#ro-7 .noptin-form-fields {
    display: flex;
}

#ro-7 .noptin-form-fields label.noptin-label {
    display: none;
}

#ro-7 .noptin-form-fields #noptin-form-1__email--wrapper {
    width: 410px;
    margin: 0px;
}

#ro-7 .noptin-form-fields #noptin-form-1__submit--wrapper {
    width: 150px;
    margin: 0px;
}

#ro-7 .noptin-form-fields #noptin-form-1__submit--wrapper button#noptin-form-1__submit {
    background-color: #fff;
    color: #9b7e52;
    border-radius: 0px !important;
    width: 100%;
}

#ro-7 .noptin-form-fields #noptin-form-1__email--wrapper input#noptin-form-1__field-email {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 0px !important;
    height: 100%;
    color: #fff;
}


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

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

#ro-8 .txt1 {
    margin-bottom: 10px;
}

#ro-8 .txt-info p {
    color: #949494;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    min-height: 90px;
    border-bottom: solid 1px #e4e4e4;
}

#ro-8 .txt-info2 h3 {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#ro-8 .txt-info2 p {
    font-weight: 300;
    font-size: 16px;
    color: #82836d;
}

#ro-8 .txt-info2 {
    text-align: right;
    padding-right: 120px;
    margin-bottom: 0px;
}

#ro-8 .pic {
    margin: -80px 0px auto auto;
}

#ro-8 .owl-dots {
    margin-top: 50px;
}

#ro-8 button.owl-dot span {
    width: 15px;
    height: 15px;
    transform: none !important;
    background-color: transparent;
    border-radius: 0px !important;
    transition: 0.5s;
    border: solid 1px #82836d;
}

#ro-8 button.owl-dot.active span {
    background-color: #82836d;
}


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

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

#ro-9 .fm .num {
    border: solid 1px #3d382b;
    border-radius: 0px !important;
    margin-top: 30px;
    background-color: transparent !important;
    color: #3d382b;
    font-weight: 600;
    font-size: 13px;
}

#ro-9 .fm textarea {
    height: 130px;
    resize: none;
}

#ro-9 .fm {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: auto;
}

#ro-9 .fm input#sum-btn {
    border-radius: 0px !important;
    margin: auto;
    display: table;
    padding: 13px 50px !important;
    text-transform: uppercase;
    margin-top: 10px;
}


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

#fttr .txt1 {
    margin-bottom: -10px;
}

#fttr .txt1,
#fttr .txt2,
#fttr form#noptin-form-2,
#fttr form#noptin-form-1 {
    margin-left: 180px !important;
}

#fttr .txt1 h2 {
    font-family: 'pro';
    font-weight: 300;
    font-size: 19px;
    text-transform: uppercase;
}
#fttr form#noptin-form-1,
#fttr form#noptin-form-2 {
    padding-left: 0px !important;
    max-width: 100% !important;
}

#fttr .noptin-form-fields>div {
    margin: 0px;
}

#fttr .noptin-form-fields {
    display: flex;
    border-bottom: solid 1px #73726e;
    width: 504px;
}

#fttr .noptin-form-fields label.noptin-label {
    display: none;
}
#fttr input#noptin-form-1__field-email ,
#fttr input#noptin-form-2__field-email {
    width: 500px;
    background-color: transparent !important;
    border: none !important;
    box-shadow: 0px 0px !important;
    padding-left: 0px;
}
#fttr .noptin-form-fields button#noptin-form-1__submit,
#fttr .noptin-form-fields button#noptin-form-2__submit {
    background-color: transparent !important;
    color: transparent !important;
    background-image: url("https://stagingserver3.com/accurew/wp-content/uploads/2023/07/Vector.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#fttr .txt2>.wpb_wrapper {
    column-count: 3;
}

#fttr .vc_col-sm-4>div,
#fttr .vc_col-sm-8>div {
    padding: 40px 0px !important;
}

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

#copyright p {
    font-family: 'pro';
    font-weight: 400;
    font-size: 16px;
}


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

@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-3 .txt-info p {
        margin-top: -190px;
        margin-left: 10px;
    }
}


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

@media (max-width: 1024px) {
    #top .container>.row ul.buttons.sf-menu li#search-btn {
        margin-right: 5px;
    }
    #top .container>.row {
        top: 30px;
        padding-right: 20px !important;
        width: 160px;
        margin: 0px 0px auto auto;
    }
    #ro-1 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    #ro-1 .owl-dots {
        position: relative;
        margin-top: 0px;
        bottom: -60px;
    }
    #ro-2 .txt1 h2 {
        font-size: 26px;
        line-height: 35px;
    }
    #ro-4 .txt-info p {
        font-size: 11px;
        line-height: 17px;
    }
    #ro-4 .txt-info h3 {
        font-size: 19px;
        line-height: 30px;
    }
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2 {
        font-size: 49px !important;
        line-height: 52px !important;
    }
    #ro-6 {
        padding-left: 50px;
    }
    #ro-6 .txt1 {
        width: 390px;
    }
    #ro-6 a#btnn {
        margin-top: 0px;
    }
    #ro-1 #btnn,
    #ro-2 #btnn,
    #ro-3 a#btnn,
    #ro-5 a#btnn,
    #ro-6 a#btnn {
        font-size: 13px;
        padding: 13px 27px !important;
    }
    #ro-7 h2 {
        font-size: 23px;
        line-height: 39px;
    }
    #ro-9 .fm {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
    #fttr .txt1,
    #fttr .txt2,
    #fttr form#noptin-form-2,
    #fttr form#noptin-form-1 {
        margin-left: 50px !important;
    }
}


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

@media (max-width: 900px) {
    #ro-2 {
        padding: 30px 0px !important;
        text-align: center;
    }
    #ro-2 #btnn {
        margin: auto;
    }
    #ro-3 {
        text-align: center;
    }
    #ro-5,
    #ro-6 {
        text-align: center;
        padding-left: 0px !important;
    }
    #ro-6 .txt1 {
        margin: auto;
        margin-bottom: 30px;
    }
    #ro-6 img {
        width: 50%;
        margin: auto;
        display: table;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    #ro-7 h2 {
        text-align: center;
    }
    #ro-9 .fm .col.span_12,
    #ro-9 .fm .col.span_6 {
        padding: 0px;
        margin: 0px;
    }
    #ro-8 .txt1 {
        margin-bottom: 10px;
    }
    #ro-8 {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    #top .container>.row .col.span_9.col_last {
        padding-right: 23px;
    }
    #top .container>.row {
        height: 52px;
        width: 150px;
    }
    #ro-6 {
        padding-bottom: 30px !important;
    }
	#fttr #inn1 .vc_col-sm-8,#fttr #inn1 .vc_col-sm-4 {
    width: 50%;
}
}


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

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


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

@media (max-width: 480px) {
    #ro-1 .txt1 {
        width: 100%;
        margin: auto;
    }
    #ro-1 .txt1 h1 {
        font-size: 30px;
    }
    #ro-1 .txt1 p {
        font-size: 11px;
        line-height: 15px;
    }
    #ro-4 .txt1 p {
        margin: auto;
        width: 100%;
        font-size: 12px;
        line-height: 21px;
    }
    #ro-4 .txt1 p {
        width: 90%;
    }
    #ro-4 .txt-info {
        width: 90%;
        margin: auto !important;
    }
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2 {
        font-size: 39px !important;
        line-height: 42px !important;
    }
    #ro-6 .txt1 {
        width: 90%;
    }
    #ro-6 img {
        width: 90%;
    }
    #ro-9 .fm {
        width: 100%;
    }
    #fttr form#noptin-form-2,
    #fttr form#noptin-form-1
    #fttr .noptin-form-fields {
        max-width: 100% !important;
        width: 90%;
    }
    #fttr input#noptin-form-2__field-email,
    #fttr input#noptin-form-1__field-email {
        width: 360px;
    }
	#fttr #inn1 .vc_col-sm-4 {
    width: 60%;
}

#fttr #inn1 .vc_col-sm-8{
      width: 40%;
}
 
#fttr .txt2>.wpb_wrapper {
    column-count: 1;
}
}


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

@media (max-width: 444px) {
    #fttr .txt1,
    #fttr .txt2,
    #fttr form#noptin-form-2 {
        margin-left: 20px !important;
    }
    #fttr input#noptin-form-2__field-email,
    #fttr input#noptin-form-1__field-email {
        width: 260px;
    }
	#fttr #inn1 .vc_col-sm-4 {
    width: 50%;
}

#fttr #inn1 .vc_col-sm-8{
      width: 50%;
}
}


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

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


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

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