/*
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-btn a span {
    background-color: #93D2C8;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 7px;
    color: #000;
}


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

#ro-1 .pic1 {
    transform: scale(1.5);
}

#ro-1 .pic2 {
    transform: scale(190%);
    position: relative;
    top: -90px;
    left: 20px;
}

#ro-1 a#btnn,
#ro-2 a#btnn,
#ro-5 a#btnn {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 7px !important;
    color: #000;
}


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

#ro-1 .txt-info {
    border: solid 1px #F2C96A;
    border-radius: 12px;
    padding-bottom: 30px;
}

#ro-1 .txt-info h6 {
    margin: auto;
    background-color: rgb(242 201 105 / 22%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    object-fit: contain;
    position: relative;
    top: -40px;
    margin-bottom: -30px;
    transition: 0.5s;
}

#ro-1 .txt-info h6 img {
    margin: 0px;
    padding: 0px;
    transition: 0.5s;
}

#ro-1 .txt-info:hover h6 {
    background-color: #F2C96A;
}

#ro-1 .txt-info:hover h6 img {
    filter: brightness(99);
}


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

#ro-2 .txt-info {
    padding: 10px 20px;
}

#ro-2 a#btnn {
    padding: 15px 37px;
}

#ro-2 a#btnn {
    padding: 15px 37px;
}


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

#ro-3 a.toggle-heading {
    font-family: 'Nunito';
    font-size: 22px;
    font-weight: 800;
    color: #0E081E;
}

#ro-3 a.toggle-heading i:before {
    content: "\f078" !important;
    background-color: #93D2C8;
    color: #222222;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
}

#ro-3 a.toggle-heading i {
    border: none;
}

#ro-3 a.toggle-heading i:after {
    display: none !important;
}

#ro-3 .toggle.default.open {
    border-bottom: solid 1px #EBE5F7 !important;
}


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

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

#ro-4 #inn {
    background-size: 54px !important;
    background-position: 92% 13% !important;
    padding: 20px 20px;
}

#ro-4 #inn .iwt-text h3 {
    margin-bottom: 0px;
    font-weight: 900;
}

#ro-4 #inn .iwt-text p {
    font-size: 18px;
}

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

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


/*  */

#ro-4 .owl-nav {
    display: flex;
    position: absolute;
    top: -90px;
    right: 30px;
}

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

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

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

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


/*  */


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

#ro-5 a#btnn {
    margin-top: 50px;
}


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

#ro-6 .txt-info h6 {
    background-color: #FEF1D2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    object-fit: contain;
    transition: 0.5s;
    margin: auto;
    position: relative;
    top: -50px;
    margin-bottom: -30px;
}

#ro-6 .txt-info h6 img {
    margin: 0px;
    padding: 0px;
    transition: 0.5s;
}

#ro-6 .txt-info:hover h6 {
    background-color: #F2C96A;
}

#ro-6 .txt-info:hover h6 img {
    filter: brightness(99);
}

#ro-6 .txt-info {
    background-color: #fff;
    border: solid 1px #EBE5F7;
    border-radius: 13px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 179px;
    margin-bottom: 40px;
}

#ro-6 .txt-info h3 {
    color: #0E081E;
    font-size: 22px;
}

#ro-6 .txt-info p a,
#ro-6 .txt-info p {
    color: #1C103B;
    font-size: 15px;
    line-height: 1.1;
}

#ro-6 input,
#ro-6 textarea {
    height: 40px;
    border: solid 1px #C8BEBE;
    font-family: 'Nunito';
    font-size: 16px;
    color: #666666;
}

#ro-6 textarea {
    height: 150px;
    resize: none;
}

#ro-6 button.frm_button_submit {
    background-color: #93D2C8;
    border: none;
    box-shadow: none;
    padding: 14px 40px !important;
    font-size: 16px;
}


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

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

#copyright p {
    font-family: 'Lato';
    font-size: 16px;
    color: #675D6B !important;
}

#footer-outer #footer-widgets .container>div {
    border-bottom: solid 1px #000 !important;
}


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

#footer-outer #footer-widgets .call i.fa.fa-phone {
    font-size: 40px;
    position: absolute;
    left: 0px;
    top: 11px;
}

#footer-outer #footer-widgets .call {
    position: relative;
    padding-left: 36px;
}

#footer-outer #footer-widgets .call a {
    font-size: 24px;
    font-weight: 800;
    color: #1C103B;
}

#footer-outer #footer-widgets .call a p {
    font-family: 'Lato';
    font-size: 16px;
    color: #1C103B;
    font-weight: 200;
    margin-top: -5px;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 24px;
    color: #1C103B;
}

#footer-outer #footer-widgets p,
#footer-outer #footer-widgets a {
    font-family: 'Lato';
    font-size: 17px;
}

#footer-outer #footer-widgets a i.fa.fa-circle {
    font-size: 10px;
    margin-right: 7px;
}


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

#footer-outer #footer-widgets form.tnp-form {
    display: flex;
}

#footer-outer #footer-widgets form.tnp-form input.tnp-email {
    width: 100%;
    font-size: 16px;
}

#footer-outer #footer-widgets form.tnp-form input.tnp-submit {
    width: 57px;
    margin-left: 16px;
    background-image: url("http://stagingserver3.com/stardogacademy/wp-content/uploads/2023/10/arrow-right.png");
    background-position: center;
    background-repeat: no-repeat;
}


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

@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-2 .txt-info p {
        font-size: 13px;
        line-height: 24px;
    }
}


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

@media (max-width: 1024px) {
    #ro-1 h1 {
        font-size: 32px;
    }
    #ro-2 .txt-info h3 {
        font-size: 16px;
    }
    #ro-2 .txt-info p {
        font-size: 12px;
        line-height: 24px;
    }
    #ro-1 .txt1 h2,
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2 {
        font-size: 30px;
    }
    #ro-1 .txt1 p,
    #ro-2 .txt1 p,
    #ro-3 .txt1 p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 .txt1 p,
    #ro-3 .txt-info p,
    #ro-4 .txt-info p {
        font-size: 14px;
        line-height: 1.5;
    }
    #ro-3 a.toggle-heading {
        font-family: 'Nunito';
        font-size: 19px;
        font-weight: 800;
        color: #0E081E;
        padding: 13px 0px;
    }
    #ro-6 .txt-info p a,
    #ro-6 .txt-info p {
        color: #1C103B;
        font-size: 11px;
        line-height: 1.5;
    }
    #footer-outer #footer-widgets .call a p {
        font-size: 12px;
    }
    #ro-6 {
        padding-bottom: 30px !important;
    }
}


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

@media (max-width: 900px) {
    #ro-1 .pic1,
    #ro-1 .pic2 {
        transform: scale(100%);
    }
    #ro-1 .pic1 {
        margin-top: -60px;
    }
    #ro-1 #inn-pic .vc_col-sm-6 {
        width: 50%;
    }
    #ro-2 .imgg {
        width: 100%;
    }
    #ro-2 .txt-info h3 {
        font-size: 20px;
    }
    #ro-2 .txt-info p {
        font-size: 14px;
        line-height: 24px;
    }
    #ro-5 .pic2 {
        float: left;
    }
    #ro-6 #inn1 .vc_col-sm-6 {
        width: 50%;
    }
    #ro-6 .txt-info {
        min-height: 159px;
        margin-bottom: 30px;
    }
    #ro-1 #inn-ser .vc_col-sm-4 {
        width: 33%;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-1 h1 {
        font-size: 26px;
    }
    #ro-1 #inn-ser .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 50px;
    }
    #ro-5 .pic2 {
        float: left;
        margin-bottom: 30px;
    }
    #ro-6 #inn1 .vc_col-sm-6 {
        width: 100%;
    }
    #ro-6 .txt-info p a,
    #ro-6 .txt-info p {
        color: #1C103B;
        font-size: 15px;
        line-height: 1.5;
    }
}


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

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


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

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


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

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