
/*===========================
    1. COMMON css
===========================*/
body {
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none;
  color: #6cbe03;
  opacity: 0.7;
}

i,
span,
a {
  display: inline-block;
}
a {
  color: #6cbe03;
  font-weight: 700;
  /* font-size: 1rem; */
  text-transform: uppercase;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #333333;
  margin: 0px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}

#mobileNav{
  overflow-y: auto;
  min-height: 200px;
  max-height: 600px;
}
#courses-container{
  overflow-y: scroll;
  /* max-height: 200px; */
  margin:5px 0
}

.dropdown-item{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
}


.dropdown-menu > .dropdown-menu {
  margin-left: 100%;
  top: 0;
  left: 0;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}


.dropdown-menu {
  display: none;
}


.dropdown-menu.show {
  display: block;
}
 /* Modify the active and focus states */
 .dropdown-item:active,
 .dropdown-item:focus,
 .dropdown-item:hover {
     background-color: #6cbe03; /* Change background color on click */
     color: #ffff; /* Change text color on click */
     outline: none; /* Remove the default focus outline */
 }


.faq-area .collapse{
  border-bottom: 2px solid #6cbe03;
}
.coursers-container,
.programs-container,
.online-container,
.special-support-container,
.blog-container{
  width: 100%;
  display: flex;
}

.container .online-container .courses,
.container .programs-container .courses,
.container .coursers-container .courses,
.container .special-support-container .courses,
.container .blog-container .courses{
  background-color: rgb(240, 240, 240);
  padding-top:.5rem;
}

.container .programs-container .courses a:hover,
.container .online-container .courses a:hover,
.container .coursers-container .courses a:hover,
.container .special-support-container .courses a:hover,
.container .blog-container .courses a:hover{
  background-color: #E4E4E4 !important;
}

.gallery-item{
  height: 290px;
}
.gallery-item img{
  width: 100%;
  height: 100%;
  border: 5px;
  object-fit: cover;
}

.programs-title,
.special-support-title,
.blog-title,
.online-title,
.citys{
  height: 50px;
  line-height: 50px;
}
.programs-title,
.special-support-title,
.blog-title,
.online-title{
  color:#000;
  border-bottom: 3px solid rgb(16, 112, 182);
}
.citys .city:not(:first-child){
  margin-left: 15px;
}

.citys .city{
  color:rgb(153, 153, 153);
  margin-bottom:15px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.gallery-item{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1.5px 4px;
  border-radius: 8px;
  padding: 2px
}

.card-video{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.info-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #333;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 .5rem;
  font-size: 15px;
  line-height: 50px;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #6cbe03 0%, #f4a700 100%);
  box-shadow: 0 2px 8px rgba(108, 190, 3, 0.15);
  border: #115420 solid 1px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  text-transform: uppercase; }
  .main-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #498b06 0%, #ed9a1e 100%);
    opacity: 1 !important;
    border: #dbff92 solid 1px;
    box-shadow: 0 6px 20px rgba(229, 255, 202, 0.6), 0 2px 10px rgba(184, 113, 10, 0.5); }
  .main-btn:active {
    box-shadow: 0 2px 8px rgba(108, 190, 3, 0.2);
    transition: all 0.1s ease; }

  .section-title {
    text-align: center;
    width: 100%;
    /* color: #fff; */
    /* margin-bottom: 10px; */
    /* background-color: #6cbe03; */
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
  }
  .section-title span {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #6cbe03;
    position: relative; }
    .section-title span::before {
      position: absolute;
      content: '';
      left: -66px;
      top: 50%;
      transform: translateY(-50%);
      height: 3px;
      width: 45px;
      background: #6cbe03; }
    .section-title span::after {
      position: absolute;
      content: '';
      right: -66px;
      top: 50%;
      transform: translateY(-50%);
      height: 3px;
      width: 45px;
      background: #6cbe03; }
  .section-title .title {
    font-size: 50px;
    line-height: 55px;
  }
  @media only screen and (min-width: 1200px){
    .section-title .title {
      font-size: 42px;
      line-height: 47px;
    }
    .container-top{
      margin-top: 60px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title .title {
      font-size: 42px;
      line-height: 47px;
    }
    .container-top{
      margin-top: 60px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
      font-size: 40px;
      line-height: 46px;
    }
    .container-top{
      margin-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 33px;
      line-height: 40px;
    }
    .container-top{
      margin-top: 60px;
    }
  }

/*===== page preloader Style =====*/
#loading {
  background: linear-gradient(120deg, #6cbe03 40%, #f4a700 80%);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  margin-top: 0px;
  top: 0px; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 140px;
  margin-top: -10px;
  margin-left: -70px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite; }

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px; }

.object:last-child {
  margin-right: 0px; }

#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite; }

#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite; }

#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite; }

#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite; }

@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px); } }
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px); } }
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px); } }
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px); } }
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }
/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
  position: relative; }

.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px; }

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  /* width: 450px; */
  height: 100%; }

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #ffffff; }

.sidebar-modal .modal.right .modal-body {
  padding: 30px; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: #6cbe03;
  content: ''; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  padding: 0;
  margin: 0; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 14px;
  color: #686868;
  font-weight: 600;
  text-transform: capitalize; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #cc8c18; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #24416b; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
  font-size: 13px;
  display: block;
  font-weight: 400;
  color: #818992;
  margin-top: 5px;
  text-transform: initial; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #6cbe03;
  border-radius: 4px;
  font-size: 15px; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
  color: #ffffff;
  background: #cc8c18; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
  margin-bottom: 0; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #6cbe03;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  background-color: #cc8c18; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
  color: #cc8c18; }

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
  color: #ffffff; }

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.sidebar-modal .modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none; }

.sidebar-modal .modal-header .close {
  height: 30px;
  width: 30px;
  color: #6cbe03;
  /* margin: 0px; */
  margin-right: 20px;
  margin-top: 10px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1; }

.sidebar-modal .modal-header .close i::before {
  margin-left: 0;
  font-size: 20px; }

.sidebar-modal .modal-header h2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px 25px; }

.sidebar-modal button:focus {
  outline: 0px; }

.modal-open .modal {
  z-index: 99999; 
}

  .btn-primary{
    color: #fff;
    background-color: #6cbe03;
    border-color: #6cbe03;
  }
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:hover{
    color: #fff;
    background-color: #4d8b00;
    border-color: #4d8b00;
  }

  .btn-light{
    background-color: #fff;
    color: #000;
  }

  .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(108, 190, 3, .25);
  }
  #manu-btn,
  #contact-btn {
    border: none;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(120deg, #4d8b00 40%, #115420 80%);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
  }

  .header-info {
    background: #02060e;
    border-bottom: 2px solid #527723;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  }
  .header-info .header-info-item {
    padding: .5rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


.navigation {
  padding: 0;
  width: 100%;
  z-index: 99; }
  .navigation .navbar {
    position: relative;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-collapse {
        position: fixed;
        top: 6%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-collapse {
        position: fixed;
        top: 6%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .navigation .navbar .navbar-collapse {
        top: 6%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-nav {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-nav {
        margin-right: 0; } }
    .navigation .navbar .navbar-nav .nav-item {
      position: relative;
      margin-right: 33px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin-right: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin-right: 0px;
          margin-left: 0px; } }
      @media (max-width: 767px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin-right: 0px;
          margin-left: 0px; } }
      .navigation .navbar .navbar-nav .nav-item button{
        background-color: inherit;
        border: none;
        font-size: 18px;
        font-weight: 600;
        padding: 0;
        font-family: "Poppins", sans-serif;
        color: #fff;
        text-transform: capitalize;
        position: relative;
        /* margin-top: 20px; */
        /* margin: 0; */
        line-height: 20px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navigation .navbar .navbar-nav .nav-item button {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item button {
            padding: 0;
            display: block;
            color: #404040;
            border: 0;
            margin: 0;
            line-height: 45px; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item button {
            padding: 0;
            display: block;
            color: #404040;
            border: 0;
            margin: 0;
            line-height: 45px; } }

        /* .navigation .navbar .navbar-nav .nav-item a{
          color: #fff;
        } */

        .navigation .navbar .navbar-nav .nav-item .mb-3.content p{
          text-transform: capitalize;
        }

        .navigation .navbar .navbar-nav .nav-item .page-scroll:hover {
          color: #fff;
          background: #0b5e00;
        }

      .navigation .navbar .navbar-nav .nav-item:last-child {
        margin-right: 0; }

/*===========================
    3.BANNER css
===========================*/

.banner-area .banner-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .banner-area .banner-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(2, 6, 14, 0.5); }
  .banner-area .banner-item .banner-content {
    overflow: hidden; }
    .banner-area .banner-item .banner-content span {
      font-size: 20px;
      font-weight: 700;
      color: #fff; }
    .banner-area .banner-item .banner-content .title {
      font-size: 130px;
      color: #fff;
      line-height: 125px;
      padding-top: 29px;
      padding-bottom: 27px;
    }
    .banner-area .banner-item .banner-content p {
      font-size: 22px;
      font-weight: 600;
      color: #fff;
      padding-bottom: 47px; }
    .banner-area .banner-item .banner-content ul li {
      display: inline-block; }
      .banner-area .banner-item .banner-content ul li a {
        margin-right: 10px; }
.banner-area .slick-arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #6cbe03;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer; }
  .banner-area .slick-arrow.next {
    top: 57% !important;
    right: 90px !important; }

  .page-title-area .page-title-content .title {
    color: #fff;
    font-size: 80px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); }
  .page-title-area .page-title-content nav {
    display: inline-block;
    margin-top: 12px; }
    .page-title-area .page-title-content nav .breadcrumb {
      background-color: transparent;
      padding: 0;
      margin: 0; }
      .page-title-area .page-title-content nav .breadcrumb li {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
        @media (max-width: 767px) {
          .page-title-area .page-title-content nav .breadcrumb li {
            font-size: 18px; } }
        .page-title-area .page-title-content nav .breadcrumb li a {
          color: #fff;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 20px;
}

/*===========================
    4.FEATURES css
===========================*/
.features-area {
  position: relative;
  /* padding-bottom: 116px; */
  z-index: 5; }

    .features-area.features-content-3-area::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: url(../images/store-pattern.webp);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .features-area.features-content-3-area .features-counter-area {
      padding-top: 0; }

.features-counter-area {
  padding-top: 111px; }

.features-3-item-area .features-item-title {
  margin-bottom: 13px; }
  .features-3-item-area .features-item-title span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6cbe03;
    padding-left: 70px;
    position: relative; }
    .features-3-item-area .features-item-title span::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 3px;
      width: 45px;
      background: #6cbe03; }
  .features-3-item-area .features-item-title .title {
    font-size: 50px;
    line-height: 55px;
    padding-top: 22px; }
    @media (max-width: 767px) {
      .features-3-item-area .features-item-title .title {
        font-size: 33px;
        line-height: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .features-3-item-area .features-item-title .title {
        font-size: 50px;
        line-height: 55px; } }
.features-3-item-area .features-item-text {
  /* margin-left: -15px; */
  margin-bottom: 13px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-3-item-area .features-item-text {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .features-3-item-area .features-item-text {
      margin-left: 0; } }
  .features-3-item-area .features-item-text p {
    font-size: 15px;
    padding-bottom: 3px; }
  .student-reviews a,
  .faq-area a,

  .student-reviews a::before,
  .faq-area a::before,
  .features-3-item-area .features-item-text a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #6cbe03;
  }

/*===========================
    5.SERVICES css
===========================*/
.services-area {
  background: #f4f7fe;
  position: relative;
  z-index: 10;
}

/*===========================
    7.GALLERY css
===========================*/
.gallery-area {
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-area .gallery-item {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .gallery-area .gallery-item {
      margin-top: 30px; } }
  .gallery-area.gallery-3-area .section-title span {
    margin-left: 65px; }
    .gallery-area.gallery-3-area .section-title span::after {
      display: none; }
  .gallery-area.gallery-3-area .gallery-box {
    position: relative;
    overflow: hidden; }
    .gallery-area.gallery-3-area .gallery-box:hover img {
      transform: scale(1.1); }
    .gallery-area.gallery-3-area .gallery-box img {
      width: 100%;
      transform: scale(1);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .gallery-area.gallery-3-area .gallery-box .gallery-overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
      .gallery-area.gallery-3-area .gallery-box .gallery-overlay .item {
        padding-bottom: 37px; }
        .gallery-area.gallery-3-area .gallery-box .gallery-overlay .item .title {
          font-size: 24px;
          color: #fff; }
          @media (max-width: 767px) {
            .gallery-area.gallery-3-area .gallery-box .gallery-overlay .item .title {
              font-size: 20px; } }
        .gallery-area.gallery-3-area .gallery-box .gallery-overlay .item span {
          color: #fff;
          font-weight: 600;
          padding-top: 8px; }

  .gallery-area.gallery-3-area .gallery-active .slick-arrow {
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-49deg, #6cbe03 0%, #b0b302 60%, #f4a700 100%);
    background-image: -webkit-linear-gradient(-49deg, #6cbe03 0%, #b0b302 60%, #f4a700 100%);
    background-image: -ms-linear-gradient(-49deg, #6cbe03 0%, #b0b302 60%, #f4a700 100%);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .gallery-area.gallery-3-area .gallery-active .slick-arrow::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .gallery-area.gallery-3-area .gallery-active .slick-arrow:hover {
    color: #fff;
  }
  .gallery-area.gallery-3-area .gallery-active .slick-arrow:hover::before {
    opacity: 0;
  }
  .gallery-area.gallery-3-area .gallery-active .slick-arrow.prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .gallery-area.gallery-3-area .gallery-active .slick-arrow.next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .gallery-page-area .gallery-item img {
    width: 100%;
  }

/*===========================
    9.FAQ css
===========================*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area .faq-content {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .faq-area .faq-content {
      margin-bottom: 30px; } }
  .faq-area .faq-content span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6cbe03;
    padding-left: 70px;
    position: relative; }
    .faq-area .faq-content span::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 3px;
      width: 45px;
      background: #6cbe03; }
  .faq-area .faq-content .title {
    font-size: 50px;
    line-height: 55px;
    padding-top: 26px;
    padding-bottom: 27px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-area .faq-content .title {
        font-size: 40px;
        line-height: 46px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-area .faq-content .title {
        font-size: 40px;
        line-height: 46px; } }
    @media (max-width: 767px) {
      .faq-area .faq-content .title {
        font-size: 36px;
        line-height: 42px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .faq-area .faq-content .title {
        font-size: 50px;
        line-height: 55px; } }
  .faq-area .faq-content p {
    font-size: 15px;
    padding-right: 50px;
    color: #686868;
    padding-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-area .faq-content p {
        font-size: 14px;
        padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-area .faq-content p {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .faq-area .faq-content p {
        padding-right: 0; } }
  .faq-area .accordion-item {
    margin-top: -10px; }
    .faq-area .accordion-item .accordion .card {
      border: 0 !important; }
      .faq-area .accordion-item .accordion .card .card-header {
        padding: 0;
        background-color: transparent;
        border-bottom: 0 !important; }
        .faq-area .accordion-item .accordion .card .card-header h2 .btn {
          text-decoration: none;
          font-size: 18px;
          font-weight: 600;
          color: #6cbe03;
          padding: 0 !important;
          border-bottom: 2px solid #6cbe03;
          border-radius: 0;
          display: block;
          width: 100%;
          text-align: left;
          line-height: 50px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .faq-area .accordion-item .accordion .card .card-header h2 .btn {
              font-size: 17px; } }
          .faq-area .accordion-item .accordion .card .card-header h2 .btn.collapsed {
            padding: 0;
            font-size: 18px;
            font-weight: 600;
            color: #333333;
            text-decoration: none;
            border-bottom: 0; }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .faq-area .accordion-item .accordion .card .card-header h2 .btn.collapsed {
                font-size: 17px; } }
      .faq-area .accordion-item .accordion .card .card-body {
        border-bottom: 0 !important;
        padding: 0; }
        .faq-area .accordion-item .accordion .card .card-body p {
          padding-right: 85px;
          padding-top: 22px;
          padding-bottom: 15px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .faq-area .accordion-item .accordion .card .card-body p {
              padding-right: 0; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .faq-area .accordion-item .accordion .card .card-body p {
              padding-right: 0; } }
          @media (max-width: 767px) {
            .faq-area .accordion-item .accordion .card .card-body p {
              padding-right: 0; } }

/*===========================
    10.BLOG css
===========================*/

.container .review-card .read-more:hover{
  background-color: #038308;
  color: #000;
}
.container .review-card .read-more{
  position: absolute !important;
  bottom: 10px;
  left: 20px;
}

/**/

/*===========================
    11.FARMS css
===========================*/
.farms-area {
  position: relative;
  z-index: 10;
  height: 655px; }
  .farms-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #02060e;
    opacity: 0.549;
    z-index: -1; }
  .farms-area .farms-content span {
    font-size: 24px;
    color: #fff;
    font-weight: 700; }
  .farms-area .farms-content .title {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    padding-top: 27px;
    padding-bottom: 47px; }
  .farms-area .play {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .farms-area .play a {
      height: 150px;
      width: 150px;
      text-align: center;
      line-height: 150px;
      background: #fff;
      border-radius: 50%;
      color: #6cbe03;
      font-size: 30px; }
      @media (max-width: 767px) {
        .farms-area .play a {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .farms-area .play a {
          display: block; } }

/*===========================
    12.SPONSOR css
===========================*/

.questions-area {
  position: relative;
  margin-bottom: 5px;
}
  .questions-area .questions-box {
    height: 160px;
    position: relative; }
    .questions-area .questions-box::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 370px;
      background-image: url(../images/questions-thumb.webp);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .questions-area .questions-box::before {
          display: none; } }
      @media (max-width: 767px) {
        .questions-area .questions-box::before {
          display: none; } }
    .questions-area .questions-box .questions-box-item {
      background: linear-gradient(120deg, #6cbe03 40%, #f4a700 80%);
      height: 160px;
      margin-left: -30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .questions-area .questions-box .questions-box-item {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .questions-area .questions-box .questions-box-item {
          margin-left: 0; } }
      .questions-area .questions-box .questions-box-item .item {
        padding-left: 125px;
        position: relative; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .questions-area .questions-box .questions-box-item .item {
            padding-left: 70px; } }
        @media (max-width: 767px) {
          .questions-area .questions-box .questions-box-item .item {
            padding-left: 50px; } }
        .questions-area .questions-box .questions-box-item .item i {
          position: absolute;
          left: -42px;
          top: 50%;
          transform: translateY(-50%);
          height: 80px;
          width: 80px;
          text-align: center;
          line-height: 80px;
          background: #6cbe03;
          border-radius: 50%;
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          font-size: 20px;
          color: #f4a700;
          z-index: 5; }
          @media (max-width: 767px) {
            .questions-area .questions-box .questions-box-item .item i {
              left: -32px; } }
          .questions-area .questions-box .questions-box-item .item i::after {
            position: absolute;
            content: '';
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            height: 60px;
            width: 60px;
            background: #fff;
            border-radius: 50%;
            z-index: -1; }
        .questions-area .questions-box .questions-box-item .item .title {
          color: #fff;
          font-weight: 600;
          font-size: 26px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .questions-area .questions-box .questions-box-item .item .title {
              font-size: 22px; } }
          @media (max-width: 767px) {
            .questions-area .questions-box .questions-box-item .item .title {
              font-size: 18px;
              line-height: 32px; } }
          .questions-area .questions-box .questions-box-item .item .title span {
            font-size: 22px; }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .questions-area .questions-box .questions-box-item .item .title span {
                font-size: 20px; } }
            @media (max-width: 767px) {
              .questions-area .questions-box .questions-box-item .item .title span {
                font-size: 16px; } }
        .questions-area .questions-box .questions-box-item .item p {
          color: #fff;
          padding-top: 6px; }

/*===========================
    13.FOOTER css
===========================*/
.footer-area {
  background: #161616 !important;
}
  .footer-area .footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #1e1e1e;
   }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-top .footer-menu {
        display: none; } }
    @media (max-width: 767px) {
      .footer-area .footer-top .footer-menu {
        display: none; } }
    .footer-area .footer-top .footer-menu ul li {
      display: inline-block; }
      .footer-area .footer-top .footer-menu ul li a {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-left: 52px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer-area .footer-top .footer-menu ul li a:hover, .footer-area .footer-top .footer-menu ul li a.active {
          color: #fff;
        }
  .footer-area .footer-content {
    margin-top: 30px; }
    .footer-area .footer-content .title {
      font-size: 22px;
      color: #fff; }
    .footer-area .footer-content p {
      color: #bbbbbb;
      padding-top: 15px;
      padding-bottom: 15px; }
    .footer-area .footer-content ul li {
      display: inline-block; }
      .footer-area .footer-content ul li a {
        font-size: 14px;
        color: #5c5c5c;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 37px;
        border: 2px solid #2f2f2f;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin-right: 3px; }
        .footer-area .footer-content ul li a:hover {
          background: #6cbe03;
          border-color: #6cbe03;
          color: #fff; }
  .footer-area .footer-list {
    margin-top: 30px;
     }
    .footer-area .footer-list .title {
      font-size: 22px;
      color: #fff;
      padding-bottom: 20px; }
    .footer-area .footer-list ul li a {
      color: #bbbbbb;
      font-size: 15px;
      line-height: 32px;
      margin-left: -22px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }

      .footer-area .footer-list ul li a i {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        padding-right: 6px; }
      .footer-area .footer-list ul li a:hover {
        color: #6cbe03;
        margin-left: 0; }
        .footer-area .footer-list ul li a:hover i {
          opacity: 1; }

  .footer-area .footer-info .title {
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 9px; }

  .footer-area .footer-info ul li a {
    color: #bbb;
    font-size: 18px;
    line-height: 32px;
    padding-top: 8px; }

    .footer-area .footer-info ul li a i {
      color: #6cbe03;
      padding-right: 6px; }

    .footer-area .footer-copyright{
      height: auto;

    }

    .footer-area .footer-copyright p {
      line-height: 60px;
      font-size: 14px;
      margin-right: 50px;
      color: #fff;
    }

/*===========================
    12.fixed CSS
===========================*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/*===========================
    14.ABOUT US css
===========================*/

.about-us-3-area {
  position: relative;
  z-index: 10; }

  .about-us-3-area .about-us-content {
    margin-left: 66px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-us-3-area .about-us-content {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .about-us-3-area .about-us-content {
        margin-left: 0px; } }
    .about-us-3-area .about-us-content span {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: #6cbe03;
      padding-left: 70px;
      position: relative; }
      .about-us-3-area .about-us-content span::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 3px;
        width: 45px;
        background: #6cbe03; }
    .about-us-3-area .about-us-content .title {
      font-size: 50px;
      line-height: 55px;
      padding-top: 22px;
      padding-bottom: 34px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about-us-3-area .about-us-content .title {
          font-size: 38px;
          line-height: 43px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-3-area .about-us-content .title {
          font-size: 38px;
          line-height: 43px; } }
      @media (max-width: 767px) {
        .about-us-3-area .about-us-content .title {
          font-size: 28px;
          line-height: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-us-3-area .about-us-content .title {
          font-size: 50px;
          line-height: 55px; } }
    .about-us-3-area .about-us-content p {
      font-size: 15px; }
    .about-us-3-area .about-us-content ul li {
      line-height: 33px;
      font-size: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about-us-3-area .about-us-content ul li {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-3-area .about-us-content ul li {
          font-size: 12px; } }
      .about-us-3-area .about-us-content ul li i {
        color: #6cbe03; }
    .about-us-3-area .about-us-content a {
      margin-top: 42px; }

/*===========================
    15.WHAT WE DO css
===========================*/

/*===========================
    17.FARMERS css
===========================*/

/*===========================
    18.PROJECT css
===========================*/

/*===========================
    19.SHOP css
===========================*/

/*===========================
    20.CONTACT css
===========================*/
.rpl-banner-h2{
  color: #6cbe03; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
  .rpl-h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b5e00;
    padding-left: 70px;
    position: relative; }
    .rpl-h2::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 3px;
      width: 45px;
      background: #0b5e00; }
.store-2-area {
    background: #6cbe03;
    position: relative;
}
.store-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/store-pattern.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-massage-area .contact-massage {
  background: #eef2fb;
  position: relative; }
  .contact-massage-area .contact-massage::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 37%;
    background-image: url(../images/rpl-contact.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

  /* 手机端隐藏背景图 */
  @media (max-width: 768px) {
    .contact-massage-area .contact-massage::before {
      display: none;
    }
  }

  .contact-massage-area .contact-massage .contact-massage-item {
    padding: 71px 30px 80px; }

    .contact-massage-area .contact-massage .contact-massage-item form .input-box {
      position: relative; }
      .contact-massage-area .contact-massage .contact-massage-item form .input-box > i {
        position: absolute;
        right: 25px;
        top: 23px;
        font-size: 14px;
        color: #6cbe03; }
      .contact-massage-area .contact-massage .contact-massage-item form .input-box input,
      .contact-massage-area .contact-massage .contact-massage-item form .input-box select {
        width: 100%;
        border: 0;
        padding-left: 25px;
        line-height: 60px;
        height: 60px;
        font-size: 14px;
        color: #8a8a8a;
        border: 2px dashed #81C784;
      }

      .contact-massage-area .contact-massage .contact-massage-item form .input-box textarea {
        margin-bottom: 20px;
        width: 100%;
        border: 0;
        padding-left: 25px;
        height: 120px;
        resize: none;
        padding-top: 18px;
        font-size: 14px;
        color: #8a8a8a;
        border: 2px dashed #81C784;
      }

    .contact-massage-area .contact-massage .contact-massage-item .massage-title {
      padding-bottom: 38px; }
      .contact-massage-area .contact-massage .contact-massage-item .massage-title .title {
        font-size: 30px;
        font-weight: 600;
        position: relative;
      }

.video-description {
  margin-top: 15px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
}

.video-description p {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
}


@media (max-width: 768px) {

  .video-description {
      margin-top: 10px;
      padding: 8px;
  }
}

.prev .fa-solid,
.next .fa-solid{
  color: #fff;
}

.farms-area,
.banner-item {
    position: relative;
}
.farms-area .banner-bg,
.banner-item .banner-bg {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.teacher-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(108, 190, 3, 0.2);
}
.teacher-feature-card:hover .icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(108, 190, 3, 0.4);
}
.index-rpl-h1{
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8), -1px -1px 2px rgba(0,0,0,0.6);
  color:#fff
}
.rpl-btn{
  background: white;
  color: #038308;
  border: none;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
}

article h1 {
  font-size: 2rem; /* 或者你想要的大小 */
}

.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}
.me-1{margin-right:.25rem!important}
.me-2{margin-right:.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}