/* .green-scheme */

.green-scheme .footer-box-02{
    background: #7FB77E !important;
    border: 1px solid #7FB77E !important;
}
.green-scheme header.style3.sticky {
    border-bottom: 1px solid #7FB77E;
}

.green-scheme .lg-mn, .green-scheme .rsnp-mnu, .green-scheme .rsnp-mnu ul li span, .green-scheme .rspn-mnu-cls,
    .green-scheme .lg-mnu-sec2, .green-scheme header.style3.sticky, .green-scheme .owl-controls .owl-buttons .owl-next, .green-scheme .owl-controls .owl-buttons .owl-prev{
    background: #7FB77E !important;
}

.green-scheme .cor-p2 .text-organge{
    color: #7FB77E !important;
}

/* .green-scheme */

/* .red-scheme */

.red-scheme .footer-box-02{
    background: #FE4773 !important;
    border: 1px solid #FE4773 !important;
}
.red-scheme header.style3.sticky {
    border-bottom: 1px solid #FE4773;
}

.red-scheme .lg-mn, .red-scheme .rsnp-mnu, .red-scheme .rsnp-mnu ul li span, .red-scheme .rspn-mnu-cls,
.red-scheme .lg-mnu-sec2, .red-scheme header.style3.sticky, .red-scheme .owl-controls .owl-buttons .owl-next, .red-scheme .owl-controls .owl-buttons .owl-prev{
    background: #FE4773 !important;
}

.red-scheme .cor-p2 .text-organge{
    color: #FE4773 !important;
}

/* .red-scheme */

/* .verdigris-scheme */

.verdigris-scheme .footer-box-02{
    background: #46B3A5 !important;
    border: 1px solid #46B3A5 !important;
}

.verdigris-scheme header.style3.sticky {
    border-bottom: 1px solid #46B3A5;
}

.verdigris-scheme .lg-mn, .verdigris-scheme .rsnp-mnu, .verdigris-scheme .rsnp-mnu ul li span, .verdigris-scheme .rspn-mnu-cls,
.verdigris-scheme .lg-mnu-sec2, .verdigris-scheme header.style3.sticky, .verdigris-scheme .owl-controls .owl-buttons .owl-next, .verdigris-scheme .owl-controls .owl-buttons .owl-prev{
    background: #46B3A5 !important;
}

.verdigris-scheme .cor-p2 .text-organge{
    color: #46B3A5 !important;
}

/* .verdigris-scheme */

/* .violet-scheme */

.violet-scheme .footer-box-02{
    background: #8F30A1 !important;
    border: 1px solid #8F30A1 !important;
}

.violet-scheme header.style3.sticky {
    border-bottom: 1px solid #8F30A1;
}

.violet-scheme .lg-mn, .violet-scheme .rsnp-mnu, .violet-scheme .rsnp-mnu ul li span, .violet-scheme .rspn-mnu-cls,
.violet-scheme .lg-mnu-sec2, .violet-scheme header.style3.sticky, .violet-scheme .owl-controls .owl-buttons .owl-next, .violet-scheme .owl-controls .owl-buttons .owl-prev{
    background: #8F30A1 !important;
}
.violet-scheme .cor-p2 .text-organge{
    color: #8F30A1 !important;
}

/* .violet-scheme */

/* .yellow-scheme */


.yellow-scheme header.style3.sticky {
    border-bottom: 1px solid #d7b362;
}

.yellow-scheme .footer-box-02{
    background: #d7b362 !important;
    border: 1px solid #d7b362 !important;
}

.yellow-scheme .lg-mn, .yellow-scheme .rsnp-mnu, .yellow-scheme .rsnp-mnu ul li span, .yellow-scheme .rspn-mnu-cls,
.yellow-scheme .lg-mnu-sec2, .yellow-scheme header.style3.sticky, .owl-controls .owl-buttons .owl-next, .owl-controls .owl-buttons .owl-prev{
    background: #d7b362 !important;
}

.yellow-scheme .cor-p2 .text-organge{
    color: #d7b362 !important;
}

/* .yellow-scheme */

.meet-team-customer .testimonial{
    margin: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: #f9f9f9;
    padding: 0px;
    border-radius: 0px;
    padding-bottom: 20px;
    box-shadow: 0 0 4px 1px #0000000f;
}

.meet-team-customer .owl-carousel .owl-wrapper-outer{
    padding-inline: 15px;
}

.meet-team-customer .testimonial h3{
    font-size: 20px !important;
}

.meet-team-customer .testimonial p{
    font-size: 15px !important;
    margin-bottom: 0px;
}


.meet-team-customer .testimonial img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    margin-top: 0;
    z-index: 999;
    position: relative;
    margin-bottom: 15px;
    border: none;
}

.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #f77408;
    position: absolute;
    top: 50%;
    left: 20px;
    padding: 0;
    border-radius: 50px;
    transition: 0.5s ease 0s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-controls .owl-buttons .owl-next{
    background: #f77408;
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    border-radius: 50px;
    transition: 0.5s ease 0s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}

.text-organge{
    color: #f0710a;
}

.text-blue{
    color: #024165;
}

.cor-p2 ol li{
    list-style: disc;
}

.cor-p2 .text-organge{
    color: #f0710a !important;
    padding-bottom: 11px;
    font-size: 18px;
    display: block;
}

.lg-mnu-sec2 .logo a{
    margin-top: 20px;
}
.lg-mnu-sec2 .logo{
    position: absolute;
}

footer.wrapp-footer {
    background-color: #f77408;
}

.copy-info {
    color: #ffffffe0;
}

.lg-mnu-sec2{
    background: #f77408 !important;
}

.footer-box-02 {
    border-color: #f77408;
}

header.style3.stick {
    top: -46px !important;
}

body .uwy.userway_p1 .uai{
    top: 15px !important;
}

.breadcrumb-banner-wrapper {
    margin-top: 0px;
}

.rspn-mdbr{
    display: none;
}
.lg-mnu-sec2 .logo a, .lg-mn .logo a {
    width: 70px;
    height: 70px;
    background: #fff;
    padding: 8px;
}
.lg-mnu-sec2 .logo a:after {
    display:none;
}
.logo img {
    top: 0;
}
.logo span, .lg-mn .logo span {
  display: flex;
  max-width: 120px;
  height: 70px;
  background: #fff;
  padding: 8px 8px 8px 0;
  float: right;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  word-wrap: break-word;
  vertical-align: middle;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  justify-content: center;
  -webkit-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
 .lg-mn .logo a {
   width: 53px;
   height:53px;
 }
 .lg-mn .logo span {
   margin-top: 0;
   height:53px;
 }
 .lg-mn {
     float: left;
     padding: 6px 15px;
     position: relative;
     width: 100%;
 }
 .rspn-mnu-btn {
    right: 9px;
    top: 19%;
}
.course-wrapper{
    padding: 70px 0 !important;
}

header.style3.stick.sticky .logo a {
  width: 53px;
  height: 53px;
  padding: 5px;
}
header.style3.stick.sticky .logo span {
  margin-top: 5px;
  height: 53px;
}

header.style3.stick.sticky .logo a img{
    margin-top: 0px;
}

header.style3 nav>div>ul>li:hover a {
    color: #20364e;
}

.rspn-mnu-btn {
    background: transparent;
    font-size: 20px;
}

.rsnp-mnu, .rsnp-mnu ul li span, .rspn-mnu-cls, header.style3.sticky{
    background-color: #f0710a;
}

.fa-angle-right:before{
    color: white;
}

header.stick.sticky .lg-mnu-sec2 .logo a {
    margin-top: 5px;
}

header.stick.sticky .logo a img{
    margin-top: 0;
}

header.stick.sticky nav>div>ul>li>a{
    color: white;
}

header.style3.sticky{
    border-bottom: 1px solid #f0710a;
}


/****************MEDIA QUERIES***************/
@media (max-width: 575.98px) {
    .lg-mn .logo img {
        width: 100px !important;
        object-fit: cover;
        padding: 0;
    }
    .breadcrumb-banner-wrapper {
        margin-top: 80px;
    }
    .cor-mid-img img {
        height: 300px;
        object-fit: cover;
    }
    .lg-mn{
        margin-top: 1px;
        background: #f0710a !important;
    }
    .page-img {
        top: 35% !important;
    }
    body .uwy.userway_p1 .uai {
        top: 60px !important;
        left: 49% !important;
    }
    .copy-info{
        text-align: center;
    }
}



@media (min-width: 576px) and (max-width: 767.98px) {
    .copy-info{
        text-align: center;
    }
    .page-img {
        top: 35% !important;
    }
    .lg-mn .logo img {
        width: 100px !important;
        object-fit: cover;
        padding: 0;
    }
    .breadcrumb-banner-wrapper {
        margin-top: 80px;
    }
    .cor-mid-img img {
        height: 300px;
        object-fit: cover;
    }

    .lg-mn{
        margin-top: 1px;
        background: #f0710a !important;
    }
    body .uwy.userway_p1 .uai {
        top: 60px !important;
        left: 26% !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    body .uwy.userway_p1 .uai {
        top: 7px !important;
        left: 20% !important;
    }
    .page-img {
        top: 35% !important;
    }
    .lg-mn .logo img {
        width: 100px !important;
        object-fit: cover;
        padding: 0;
    }
    .breadcrumb-banner-wrapper {
        margin-top: 80px;
    }
    .cor-mid-img img {
        height: 300px;
        object-fit: cover;
    }
    .lg-mn{
        margin-top: 1px;
        background: #f0710a !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .lg-mn{
        background: #f0710a !important;
    }
    .section-mb-100 {
        margin-bottom: 100px;
    }

    .meet-team-customer.meet-alumni .testimonial img {
        margin-top: 0;
    }

    .meet-team-customer.meet-alumni .testimonial{
        margin: 20px 70px;
    }

}

@media screen and (min-width: 1200px){
    .section-mb-100 {
        margin-bottom: 100px;
    }

    .meet-team-customer.meet-alumni .testimonial img {
        margin-top: 0;
    }

    .meet-team-customer.meet-alumni .testimonial{
        margin: 20px 70px;
    }

}
