/*
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-btnn span {
    background-color: #F7B228;
    opacity: 100%;
    padding: 10px 20px;
}

#ro-cir .carr {
    left: -210px;
    top: -210px;
    animation: round 5s infinite alternate linear;
}

@keyframes round {
    0% {
        transform: scale(100%);
    }
    100% {
        transform: scale(80%);
    }
}

#ro-1 .pic2 {
    animation: upup 3s infinite alternate linear;
}

@keyframes upup {
    0% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(15px);
    }
}

a#btnn {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: poppins;
    border-radius: 0px !important;
    box-shadow: -10px 10px 20px 0px #00000030;
}

.cola1:hover a.nectar-button.large.regular.accent-color.regular-button {
    background: #297a39 !important;
	border: solid 3px #f7b228;
}
button.frm_button_submit {
    background: #f7b228 !important;
    border: solid 1px #f7b228 !important;
}
/* ----------------------------              ----------------------------              ----------------------------              */

#ro-1 .watch {
    margin-top: -70px;
}

#ro-1 .pic1,
#ro-1 .pic2 {
    width: 150%;
}


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

#ro-2 .row-bg.viewport-desktop {
    background-position: 0% 90px !important;
    background-size: cover;
}


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

#ro-2 .number span {
    font-weight: 800;
    font-family: "fredoka";
    color: #297A39;
}

#ro-2 .subject {
    font-family: inter;
    font-weight: 700;
    font-size: 24px;
    color: #373747;
}


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

#ro-4 .owl-item .cirl1,
#ro-4 .owl-item .cirl2,
#ro-4 .owl-item .cirl3,
#ro-4 .owl-item .cirl4 {
    transition: 0.5s;
}

#ro-4 .owl-item:hover .cirl1 {
    transform: translate(60px, -60px);
}

#ro-4 .owl-item:hover .cirl3 {
    transform: translate(-60px, 60px);
}

#ro-4 .hover-wrap {
    margin: 0px;
}


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

#ro-4 .owl-nav {
    display: flex;
    position: absolute;
    top: -110px;
    right: 0px;
    z-index: 9999 !important;
}

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

#ro-4 .owl-nav button {
    border: none;
    background-color: #297A39;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

#ro-4 .owl-nav button:hover {
    background-color: #fff;
    color: #000;
}

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

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


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

#ro-5 #inn .img-with-aniamtion-wrap {
    background-color: #297A39;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: 0.5s;
}

#ro-5 #inn:hover .img-with-aniamtion-wrap {
    background-color: #F7B228;
}

#ro-5 #inn .img-with-aniamtion-wrap>.inner {
    height: auto;
}

#ro-5 #inn .row-bg {
    transition: 0.5s;
}

#ro-5 #inn:hover .row-bg {
    background-color: #DCE4DE;
}


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

#ro-5 .owl-item.active #inn {
    border-right: solid 1px #000;
}

#ro-5 .owl-item.active+.owl-item.active #inn {
    border-right: 0px;
}

#ro-5 .owl-item.active #inn:nth-child(1) {
    border-bottom: solid 1px #000;
}


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

#ro-6 .txt-info {
    min-height: 170px;
}

#ro-6 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

#ro-6-img .green-cir {
    animation: gree 15s infinite alternate linear;
}

@keyframes gree {
    0% {
        transform: scale(00%);
    }
    100% {
        transform: scale(150%);
    }
}


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

#ro-7 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

#ro-7 form.tnp-subscription {
    margin: 0px;
    display: flex;
}

#ro-7 form.tnp-subscription .tnp-field.tnp-field-email {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#ro-7 form.tnp-subscription .tnp-field.tnp-field-button {
    margin: 0px;
    padding: 0px;
}

#ro-7 form.tnp-subscription input#tnp-1,
#ro-7 form.tnp-subscription input#tnp-1::placeholder {
    border-radius: 0px;
    color: #000;
    height: 100%;
    background-color: #ffff;
}

#ro-7 form.tnp-subscription input.tnp-submit {
    border-radius: 0px !important;
}


/*  */

#ro-7 .row-bg.viewport-desktop:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background-image: url("http://stagingserver3.com/Samuel/wp-content/uploads/2024/11/Group-55-1-1.png");
    right: 0px;
    background-repeat: repeat-y;
    background-size: -200%;
    background-position: -200%;
    transition: 0.5s;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0, 0, 0.7, 0.71);
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-name: olll;
}

@keyframes olll {
    to {
        background-position: 50% 500%;
    }
}


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

#ro-8 .owl-nav {
    display: flex;
    position: absolute;
    top: -110px;
    right: 0px;
    z-index: 9999 !important;
}

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

#ro-8 .owl-nav button {
    border: none;
    background-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

#ro-8 .owl-nav button:hover {
    background-color: #fff;
    color: #000;
}

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

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

#ro-8 .cola {
    width: 85%;
    margin: 0px 0px auto auto;
    display: table;
}

#ro-8 .cola .iwt-icon img {
    position: relative;
    top: 10px;
    transform-origin: top right;
    transform: scale(440%);
}


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

#fttr p.headd {
    font-weight: 800;
}

#fttr .txt1 {
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    left: -50px;
    margin-top: 15px;
}

#fttr a,
#fttr p {
    color: #373747;
}

#fttr .ftr-ico i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #373747;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


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

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

#copyright p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
}


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

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


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

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


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

@media (max-width: 1366px) {
    #fttr .row_col_wrap_12 {
        padding-left: 2% !important;
    }
}


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

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


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

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


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

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


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

@media (max-width: 1024px) {
    #ro-8 .cola .iwt-icon img {
        transform: scale(380%);
    }
}


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

@media (max-width: 900px) {
    #ro-1 .watch {
        margin-top: -70px;
        width: 22%;
        margin-bottom: 50px;
    }
    #ro-3 .imgg {
        margin: auto;
    }
    #ro-4 .txt1 {
        text-align: center;
    }
    #ro-4 .txt1 h2 br {
        display: none;
    }
    #ro-4 .owl-nav {
        bottom: -70px;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #ro-4 #inn {
        margin: 0px;
    }
    #ro-4 .owl-stage {
        margin: 0px;
        padding: 0px;
    }
    #ro-5 #inn .img-with-aniamtion-wrap {
        margin: auto;
    }
    #ro-7 form.tnp-subscription {
        margin: auto;
    }
    #fttr .txt1 {
        left: 0px;
        margin-bottom: 20px;
    }
    #ro-7 .row-bg.viewport-desktop:before {
        width: 100%;
    }
}


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

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


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

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


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

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


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

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


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

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