.banner-content-wrapper{
    max-width: 850px;
}
.prt-page-title-row.cco{
    background-image: url(../images/slides/cco.webp);
}

.banner-content-wrapper .hero-slider_btn{
    padding-left: 0px !important;
}

.banner-content-wrapper h1{
        color: #ffffff;
    font-size: 48px;
    line-height: 60px;
}

.banner-content-wrapper h3{
    font-size: 28px;
    color: #fff;
}

.banner-content-wrapper p{
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.prt_floting_customsett{
    display: none;
}

.section-title h2 span, .heading-head h2 span{
    color: #1f6306;
}

.testimonials .slide{
    height: auto;
}

.client-box-main.gr-review{
    margin: 0px;
}

.testimonials blockquote{
    color: #000;
}

.test-mo img{
        position: absolute;
    width: 68px;
    top: -20px;
    left: 0px;
    opacity: 0.2;
}

.prt-row.testimonials-section {
    background-color: #ffcd1e;
}

.test-mo h3{
    font-size: 38px;
    line-height: 45px;
    font-weight: 600;

}

.test-mo p, .test-title{
    color: #000;
}
.test-title{
    font-size: 22px;
}

.heading-head h2{
    font-size: 38px;
}

.heading-head hr{
        margin: 10px auto 30px;
    width: 100px;
    border: 3px solid #ffcd1e;
    background: #ffcd1e;
    opacity: 1;
}

ul.prt-list.footer-cta-list li{
    width: 100% !important;
}

.bg-base-custom{
    background-image: url(../images/leaf.webp);
    padding: 80px 0px;
}

.about-content h1{
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    text-align: left;
}

.breadcrumb-item a, .breadcrumb-item.active{
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: "/";
    color: #fff;
}

.service-desc h2{
    font-size: 28px;
}


.process-section {
  background: #f9fbf7;
}

.process-step {
  position: relative;
  margin-bottom: 30px;
}

.step-circle {
  width: 60px;
  height: 60px;
  background: #6b8e23;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 15px;
  transition: 0.3s;
}

.process-step h6 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.mt-6{
    margin-top: 50px;
}

.service-cta{
    background-image: url(../images/bg-image/col-bgimage-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--base-dark);
    padding: 40px;
    border-radius: 10px;
}

.service-cta h2{
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
}

.service-cta a{
        /* background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-headingfont-color);
        border-radius: 10px; */
}


.mb-6{
    margin-bottom: 60px;
}

.gr-review a{
    font-size: 16px;
    font-weight: 600;
}

.gr-review img{
    width: 135px;
    margin-right: 15px;
        padding: 10px 15px;
    background: #fff;

}

/* Connector Line */
.process-flow {
  position: relative;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 6%;
  width: 85%;
  height: 3px;
  background: #dcdcdc;
  z-index: 0;
}

/* Hover Effect */
.process-step:hover .step-circle {
  background: #4a6c1a;
  transform: scale(1.1);
}

.awards img{
        width: 18%;
    /* padding: 5px; */
    border: 20px solid #000;
    margin: 10px;
}

.profile-content h3{
        font-size: 22px;
    text-decoration: underline;
}

.first-cls{
        font-size: 24px !important;
    text-decoration: underline;
    font-weight: 600;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .process-flow::before {
    display: none;
  }
}

@media(max-width: 1199px){

    .awards img{
        width: 45%;
    }

    .about-content h1 {
    font-size: 40px;
    line-height: 45px;
    }

    .banner-content-wrapper h3 {
    font-size: 18px;
}
.banner-content-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
}

    .hero-section .hero-slider .hero-slide.slick-slide{
        padding: 60px 0px;
    }
    
    nav.main-menu li.mega-menu-item > a.mega-menu-link.active:after, nav.main-menu li.mega-menu-item a.mega-menu-link:after {
        content: "+";
        color: #000;
        font-size: 18px;
        font-weight: 800;
    }

    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active{
        background: #000;
    }
}

@media(min-width:1200px){
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu.course li a{
        padding: 8px 15px;
    }
    nav.main-menu li ul.mega-submenu.course{
    width: 385px;
}
}