/*
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 {
    padding-right: 0px;
    max-width: 100%;
    padding-left: 177px;
}

#top ul li.nav-spc {
    background-color: #1e1e1e;
    padding: 0px 52px;
    height: 100px;
}

#top ul li.nav-spc a span {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 24px;
}

#btnn {
    font-family: "poppins";
    font-weight: 600;
    font-size: 16px;
}

.button-mobile {
    display: none !important;
}


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

#mtxt {
    overflow: hidden;
    /* Hide overflowing text */
    white-space: nowrap;
    /* Prevent line breaks */
    border-right: .15em solid #fff;
    /* Add cursor effect */
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}


/* Animation for blinking cursor */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #fff;
    }
}

#ro-1 .txt1 p {
    font-size: 16px;
    line-height: 1.5;
}

#ro-1 .nectar_icon {
    position: absolute;
    bottom: 50px;
    left: 161px;
}

#ro-1 .nectar_icon i {
    font-size: 35px !important;
    font-weight: 200 !important;
}


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

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

#ro-2 .txt1 .wpb_wrapper {
    display: flex;
    justify-content: space-around;
}

#ro-2 .txt1 p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#ro-2 .txt1 p a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #1e1e1e;
    padding: 13px 23px;
    transition: 0.5s;
}

#ro-2 #btnn {
    margin-bottom: 0px;
}


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

#ro-3 .iwt-icon i {
    font-size: 11px;
    position: relative;
    left: 28px;
    top: -5px;
}

#ro-3 .iwithtext {
    margin-bottom: 4px;
    margin-left: 80px !important;
}

#ro-3 .iwt-text,
#ro-3 .txt1 p {
    color: #1c1c1c;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
}

#ro-3 .txt1,
#ro-3 #btnn {
    margin-left: 172px;
}


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

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

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

#ro-4 .imgg:hover {
    animation-play-state: paused;
}

#ro-4 .txt1 p {
    font-size: 14px;
}


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

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

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

#ro-5 .owl-nav button {
    border: none;
    background-color: transparent;
    color: #000 !important;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    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-5 #inn {
    width: 97%;
    margin: auto;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 20;
    padding: 0px 0px;
}

#ro-5 #inn .ico {
    width: 110px;
    height: 80px;
    object-fit: contain;
    transition: 0.9s;
    transform: rotate(360deg);
}

#ro-5 .txt-info h3 {
    color: #323232;
    transition: 0.5s;
}

#ro-5 .txt-info p {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    color: #323232;
    transition: 0.5s;
}

#ro-5 #inn:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0%;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: -1;
    background-color: #f41205;
    transition: 0.5s;
}

#ro-5 #inn:hover:before {
    height: 100%;
}

#ro-5 #inn:hover .ico {
    filter: brightness(90);
    transform: rotate(0deg);
}

#ro-5 #inn:hover h3,
#ro-5 #inn:hover p {
    color: #fff !important;
}
#ro-5 #inn .ico-spc{
    height:50px
}

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

#ro-7 .txt1 p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 100;
}


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

#ro-8 .txt1 p,
#ro-8 .txt2 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
}

#ro-8 .txt2 p {
    padding: 8px 0px;
}

#ro-8 .txt2 hr {
    border-color: #191919;
}

#ro-8 #btnn {
    margin-top: 20px;
}


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

#ro-9 form.tnp-form {
    display: flex;
    border: solid 1px #fff;
}

#ro-9 form.tnp-form input.tnp-email,
#ro-9 form.tnp-form input.tnp-email::placeholder {
    width: 70%;
    color: #fff;
    opacity: 100%;
    font-size: 16px;
    font-weight: 400;
}

#ro-9 form.tnp-form input.tnp-submit {
    background-color: #fff;
    width: 30%;
    color: #232323;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px !important;
}

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


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

#ro-9 form.tnp-form {
    display: flex;
    border: solid 1px #fff;
}

#ro-9 form.tnp-form input.tnp-email,
#ro-9 form.tnp-form input.tnp-email::placeholder {
    width: 70%;
    color: #fff;
    opacity: 100%;
    font-size: 16px;
    font-weight: 400;
}

#ro-9 form.tnp-form input.tnp-submit {
    background-color: #fff;
    width: 30%;
    color: #232323;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px !important;
}

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

#ro-10 .txt-info p {
    font-size: 13px;
    line-height: 1.6;
    color: #949494;
}

#ro-10 .person {
    margin: -40px 0px -60px auto;
    width: 90px;
    display: table;
    z-index: 99;
    position: relative;
}

#ro-10 .txt-info22 h5 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 0px;
}

#ro-10 .txt-info22 h6 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
}

#ro-10 .txt-info22 {
    z-index: 99;
    position: relative;
    display: table;
    margin-left: 170px;
}

#ro-5 .owl-dots span,
#ro-10 .owl-dots span {
    border-radius: 0px !important;
    transform: none !important;
    background-color: transparent !important;
    width: 10px;
    height: 10px;
    border: solid 2px #f78ea5;
}

#ro-5 .owl-dots .active span,
#ro-10 .owl-dots .active span {
    background-color: #ee0034 !important;
    border-color: #ee0034;
}


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

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

#footer-outer #footer-widgets a,
#footer-outer #footer-widgets p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    color: #1e1e1e;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 18px;
    color: #1e1e1e !important;
}

#footer-outer #footer-widgets .col.span_3:nth-child(2) {
    padding-left: 80px;
}

#footer-outer #footer-widgets .col.span_3:nth-child(3) {
    padding-left: 30px;
}

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

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

#footer-outer #footer-widgets .box2 i {
    margin-right: 15px;
    font-weight: 600;
    color: #000;
}


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

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


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

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


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

@media (max-width: 1366px) {
    #top>.container {
        padding-right: 0px;
        max-width: 100%;
        padding-left: 105px;
    }
    #ro-3 .txt1,
    #ro-3 #btnn {
        margin-left: 102px;
    }
}


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

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


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

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


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

@media (max-width: 1280px) {
    #top>.container {
        padding-right: 0px;
        max-width: 100%;
        padding-left: 97px;
    }
    #ro-2 #btnn {
        padding: 16px 30px;
    }
    #ro-10 .txt-info22 {
        margin-left: 130px;
    }
}


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

@media (max-width: 1024px) {
    .slide-out-widget-area-toggle.mobile-icon a {
        display: flex !important;
        background-color: #1e1e1e;
        padding: 0px !important;
        width: 40px !important;
        height: 40px !important;
        justify-content: center !important;
        align-items: center !important;
    }
    #ro-2 {
        display: none;
    }
    #top>.container {
        padding: 0px;
        max-width: 80%;
    }
    #top ul li.nav-spc {
        padding: 0px 52px;
        height: 97px;
    }
    #ro-2 #btnn {
        padding: 15px 14px;
        font-size: 15px;
    }
    #ro-3 .txt1,
    #ro-3 #btnn {
        margin-left: 0px;
    }
    #ro-4 .txt1 p br,
    #ro-5 .txt1 p br,
    #ro-6 .txt1 p br,
    #ro-7 .txt1 p br,
    #ro-8 .txt1 p br,
    #ro-9 .txt1 p br,
    #ro-10 .txt1 p br {
        display: none;
    }
    #ro-1 .txt1 p,
    #ro-2 .txt1 p,
    #ro-3 .iwt-text,
    #ro-3 .txt1 p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 p.vc_custom_heading,
    #ro-7 .txt1 p,
    #ro-8 .txt1 p,
    #ro-8 .txt2 p,
    #ro-9 .txt1 p,
    #ro-10 .txt1 p {
        font-size: 12px;
    }
    #footer-outer #footer-widgets a,
    #footer-outer #footer-widgets p {
        font-weight: 500;
        font-size: 13px;
    }
    #ro-10 .txt-info22 {
        margin-left: 50px;
    }
}


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

@media (max-width: 900px) {
    .slide-out-widget-area-toggle.mobile-icon a {
        display: flex !important;
        background-color: #1e1e1e;
        padding: 0px !important;
        width: 40px !important;
        height: 40px !important;
        justify-content: center !important;
        align-items: center !important;
    }
    #ro-1 .vc_col-sm-12 {
        background-color: #00000075;
        padding: 10px 0px;
    }
    #ro-2 {
        display: none;
    }
    .button-desktop {
        display: none !important;
    }
    .button-mobile {
        display: table !important;
    }
    #ro-3 .txt1 {
        margin-bottom: -30px;
    }
    #ro-3 .iwithtext {
        margin-bottom: 4px;
        position: relative;
        left: -41px;
    }
    #ro-3 #btnn {
        margin-top: 40px;
    }
    #ro-4 .imgg {
        margin: auto;
        display: table;
    }
    #ro-8 .txt1 {
        margin-bottom: -40px;
    }
    #footer-outer #footer-widgets .col.span_3:nth-child(2),
    #footer-outer #footer-widgets .col.span_3:nth-child(3) {
        padding-left: 4px;
    }
    #ro-9 h2.vc_custom_heading {
        text-align: center !important;
    }
    #ro-3 .iwithtext {
        margin-bottom: 4px;
        margin-left: 0px !important;
    }
    #ro-1 .nectar_icon {
        position: unset;
        margin-top: -50px;
        padding: 0px !important;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-1 .txt1 h1 {
        font-size: 36px !important;
    }
    #ro-5 .txt-info h3 {
        color: #323232;
        transition: 0.5s;
        font-size: 23px;
        line-height: 1.2;
    }
    #ro-5 .txt-info p {
        font-size: 15px;
        line-height: 1.5;
    }
    #ro-5 #inn {
        width: 80%;
    }
}


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

@media (max-width: 414px) {
    #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 {
        font-size: 30px;
    }
}


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

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


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

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

#btnn {
    transition: 0.5s;
}

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