@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
:root{

    --green:#3B614C;
    --text:var(--dark);
    --gray:#444839;
    --dark:#0a323c;
}
img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
body{
    font-family: "Rubik", sans-serif !important;
    /* background: #F8FAF1 !important; */
    color: var(--text) !important;
    /* background: rgb(221 228 235) !important;  */
}
h1,h2,h3,h4,h5{
    font-family: "Roboto Slab", serif !important;
    text-transform: capitalize; 
}
h3{
  
    margin: 2rem 0 !important;
}
a{
    text-decoration: none !important;
}
section{
    overflow: hidden;
}
@media (max-width:765px){
    .sm_hide{
        display: none !important;
    }
    h3{
        font-size: 2rem !important;
    }
    section{
        padding: 20px 0;
    }
}
@media (min-width:765px){
    .lg_hide{
        display: none !important;
    }
    h3{
        font-size: 3rem !important;
    }
    section{
        padding: 50px 0;
    }
}
section{
  position: relative;
}
/* ==============header====================== */
.top_bar{
  display: none;
}

@media (max-width:765px){
  .top_bar{

  
    background: var(--green);
    padding: .75rem 0;
}
.t2 a{
  width: 32px;
 
}
}
@media (min-width:765px){
  .top_bar{

  
    /* background: #518071; */
    padding: 1rem 0;
}
.t2 a{
  width: 40px;
        height: 40px;
        background: #518071b8;
}
}



.t1{
    display: flex;
        align-items: center;
        justify-content: flex-start;
        
        a:nth-child(1){
            border-right: 1px solid #ffffff63;
        }
    

    a{
        color: #518071;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 8px;

        i{
            margin-right: 5px;
        }
    }
    p{
        margin-bottom: 0;
    }
   
}
.t2{
    display: flex;
    justify-content: flex-end;

    a{
      
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
      
        margin: 0 5px;
        border-radius: 3px;
    }
}

header{
  .nav_menu{
    width: 25px;
    filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(221deg) brightness(107%) contrast(102%);
  }

    @media (max-width:765px){
        .navbar-brand{
            margin-right: 0 !important;
        }
        nav{

            .nav_logo{
              width: 140px;
            }
            .container{
                display: flex;
                justify-content: space-between;
            }
        }
      
        }
        
        @media (min-width:765px){
            nav{

                .nav_logo{
                    width: 200px;
                }
            }
        }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }
    }
   
    .navbar-toggler{
        border: none;
    }
    .nav-link{
        text-transform: uppercase;
        color: white !important;
        font-family: "Rubik", sans-serif;
        font-size: 15px;
        letter-spacing: 2px;
    }
    .nav-item{
        margin: 0 1rem;
    }
    .course{
      margin-left: 10px;
        padding: 10px 20px;
        background: white;
        border-radius: 5px;
        color: var(--dark);
        text-transform: capitalize;
        display: flex;
        align-items: center;
        font-weight: 600;
        cursor: pointer;

        i{
            margin-right: 5px;
        }

      
    }
    .navbar.scrolled{
        box-shadow: 10px 9px 33px -24px rgba(0, 0, 0, .76);
        position: fixed;
        top: 0;
        /* background: white; */
        width: 100%;
        z-index: 998;
        padding: 15px 0;
    }
    .navbar{
      background: var(--dark);
    }
    
    
}


/* ------------------courses=---------------------------- */
.side_menu{
    a{
        border: 1px solid var(--dark);
        margin: 10px;
        display: flex !important;
        align-items: center;
      

       
    }
    a:hover{
        background: linear-gradient(45deg, #0a323c, #004557);
        color: white;
    }
    
}
.sidenav {
    height: 100%;
    width: 300px;
    transition: 1s;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 27%);
    transform: translateX(-100%);
  }
  .sidenav.show{
    transform: translateX(0);
  }
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
  
    color: var(--dark);
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  /* .sidenav a:hover {
    opacity: .5;
    
  } */
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
/* ------------------courses----------------------------- */

/* =======================header============================ */

/* =====================banner=============================== */
@media  (max-width:765px) {

  .home_banner{
    h2{
      font-size: 2.2rem;
      text-align: center;
    }
    .col-md-5{
      margin-top: 3rem;
      padding: 0 1rem;
    }
    .bnr_button{
      display: flex;
      justify-content: center;
    }
  }
}
@media  (min-width:765px) {
  .home_banner{
    h2{
      font-size: 3.5rem;
    }
    .bnr_img{
      width: 450px;
      height: 500px;
    }
  }
  
}
.home_slider{
  padding: 3rem 0;
  overflow: hidden;

  .home_banner{

   
    .col-md-7{
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
     
        h2{
          /* padding-left: 2rem; */
       
          font-weight: 900;
        }
      
    
    }
    .bnr_button{
      margin-top: 2rem;

      a{
        text-transform: uppercase;
        color: white;
        background: var(--dark);
        padding: 10px 32px;
        border-radius: 7px;
        letter-spacing: 2px;
        position: relative;
      }
      a::before{
        content: "";
        position: absolute;
        bottom: -6px;
        right: -6px;
        width: 100%;
        height: 100%;
        background: #86b919;
        z-index: -1;
        border-radius: 7px;
      }
    }
   
    .bnr_img{
     
      border-radius: 10px;
      padding: 1rem;
      border: 3px solid var(--dark);
      position: relative;
      img{
        height: 100%;
        border-radius: 10px;
        transform: rotate(5deg);
      }
    }
    .bnr_img::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #86b919;
      border-radius: 10px;
      transform: rotate(6deg);
      z-index: -1;
    }
  }
}

/* =====================banner====================== */


/* =================footer======================== */

@media (max-width:765px){
  .ft_social{
    margin-top: 1rem;
  }
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

footer{

 
  min-height: 80vh;
  display: flex;
  z-index: 5;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  background:var(--dark);
  padding-top: 50px;

  section{
    padding: 0;
  }
  a{



      text-decoration: none;
      text-transform: capitalize;
  }
  /* .footer-logo{
      height: 70px;
  } */


  .copyright-div{/* copyright part */
  display: flex;
  justify-content: space-between;
    span,span a{
      font-family: var(--josefin-sans-font);
    }
  }

  .waves{/* wave animation */
      position:absolute;
      width: 100%;
      height:15vh;
      top: 0;
      left: 0;
      transform: translateY(-100%);
      margin-bottom:-7px; /*Fix for safari gap*/
      min-height:150px;
      max-height:200px;
      padding-top: 50px;
      display: none;
    }
}
footer::before{
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  background: url(../img/banner/footer-bnr.gif);
  background-size: 100% auto;
  background-position: bottom;
}
/*Shrinking for mobile*/
@media screen and (max-width: 768px) {
  footer{
      .copyright-div{
          flex-direction: column;
          gap: 20px;
      }
      .social-md{
          flex-direction: column;
      }
  }
  footer .waves {
    min-height:40px;
  }
}

/* @media (max-width:765px){
  footer{
    .col-md-3{
      margin-bottom: 2rem;
    }
  }

}

@media (min-width:765px){
    
}
footer{
  .col-md-3:nth-child(4){
    a{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  }
  .insta_row{
    display: flex;
   

    .card{
      border: none;
      border-radius: 0;

      img{
        width: 80px; 
             height: 80px;
      }
    }
  }

    h5{
        font-size: 1.7rem;
        text-align: center;
    }
    p{
      text-align: center;
      color: #ffffffb0;
    }
    .ft_logo{
        width: 250px;
        margin: auto;
    }
    .menu_div{
        display: flex;
    justify-content: center;
    align-items: center;

    a{
        color: white;
        text-transform: capitalize;
     
        padding: 8px 10px;
       
    }
    }
    h4{
        text-align: center;
    }
}

.footer{
    color:#fff;
    background-color: var(--text);
  }
  
  .list-style{
    list-style-type:none!important;
    cursor:pointer;
    font-size:1rem;
   
    li a{
        color: #ffffffb0;
      
        margin: 10px 0;
        padding: 5px;
        text-align: center;
    }
  }
  .copy-right{
    font-size: 14px;
  
    color: #ffffffb3;
    text-transform: capitalize;
  }
  .Analyst {
    width: 87.7px;
    height: 23.7px;
    margin: 10.7px 0 5.2px 10.2px;
    color: #fff;
  } */
/* ====================footer========================= */

/* ==========================section_1======================= */



.section_1{


    .abt_link{
        margin-top: 2rem;

        a{
            color: white;
            background: var(--green);
            padding: 10px 50px;
            border-radius: 3px;
            display: flex;
            align-items: center;
            width: max-content;
            letter-spacing: 2px;
            text-transform: capitalize;
        }

        i{
            margin-left: 5px;
        }
    }


    @media (max-width:765px){
       h1{
        font-size: 2rem;
        text-align: center;
       } 
       p{
        align-items: flex-start;
       }
       .abt_link{
        display: flex;
        justify-content: center;
       }

    }
    
    @media (min-width:765px){
        h1{
            font-size: 3rem;
        }
        /* p{
            align-content: center;
        } */
    }

    position: relative;

    .col-md-6:nth-child(2){
        display: flex;
    flex-direction: column;
    justify-content: center;
    }

    p{
        display: flex;
       
        line-height: 1.5;
    
    }
    span{
        padding: 12px;
    background: #638122;
    color: white;
    border-radius: 3px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    margin-right: 23px;
    justify-content: center;
    align-items: center;
    }

    .tlt{
        position: relative;
        /* text-align: right; */

        h1{
            margin: 2rem 0;
            
            color: var(--text);
           
        }

    
    }
   
  
}
/* .section_1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 50%;
    background: var(--green);
    z-index: -1;
    border-radius: 3px;

} */
/* =====================section_1============================= */

/* ====================section_2============================= */
.sec_1{


  .abt_link{
   

    a{
        color: white;
        background: #a5784a;
        padding: 10px 50px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        width: max-content;
        letter-spacing: 2px;
        text-transform: capitalize;
    }

    i{
        margin-left: 5px;
    }
}
.card{
  border: none;
}
  .col-md-6{
    display: flex;
    flex-direction: column;
  }
  .col-md-6:nth-child(1){
    overflow: hidden;

.card:nth-child(1){
  height: 35%;
  background: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0;
  color: white;
}
.card:nth-child(2){
  height: 55%;
  margin-top: 1.5rem;

  img{
    height: 500px;
  }
}


  }
  .col-md-6:nth-child(2){
    .card:nth-child(1){
      height: 60%;

      img{
        height: 100%;
      }
    }
    .card:nth-child(2){
      height: 40%;
      margin-top: 1.5rem;
      padding: 1rem;
      border: 2px solid #af7339;
    }
  }
}





/* .features{

  
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;

    .card:nth-child(1){
      background: var(--green);
    }
} */

@media (max-width:765px){
    /* .section_2::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        height: 30%;
        background: var(--green);
        z-index: -1;
        border-radius: 3px;
    } */

    .section_2{

        .col-md-3{
            margin-bottom: 1rem;
        }
    }
}

@media (min-width:765px){
    /* .section_2::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        height: 50%;
        background: var(--gray);
        z-index: -1;
        border-radius: 3px;
    } */
    /* .card{
        width: 230px;
    }  */
}

.section_2{
    position: relative;
h3{
    text-align: center;
    color: var(--text);
 
    margin-bottom: 2rem;
}
   
    .card{
      border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 1rem;
        text-align: center;
        box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 27%);
        transition: .5s;
        height: 250px;


    .fr_hd{
        width: 100px;
        padding: 1rem;
        background: #f7f7f7;
        border-radius: 50%;

        img{
          filter: invert(30%) sepia(2%) saturate(5672%) hue-rotate(46deg) brightness(84%) contrast(90%);
        }
    }
    }
    .card:hover{
        box-shadow: inset 4px 4px 6px -2px rgba(0, 0, 0, 0.2), inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0px -1px rgba(255, 255, 255, 1), 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 124, 196, 0.1);
    transform: translateY(2px);
    }
}

/* ===================section_2===================== */

/* =====================section_3=============================== */

@media (max-width:765px){
    /* .section_3::before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 19%;
        background: var(--green);
        z-index: -1;
        margin: auto;
        border-radius: 5px;
    } */
    .section_3{
        .col-md-3{
            margin-bottom: 2rem;
        }
    }
}

@media (min-width:765px){
    /* .section_3::before{
        content: "";
        position: absolute;
        width: 95%;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: var(--gray);
        z-index: -1;
        margin: auto;
        border-radius: 5px;
    
    } */
}
.section_3{
  position: relative;
  /* background: var(--dark); */
  h3{
    color: var(--text);
    margin-bottom: 2rem;
    text-align: center;
   
  }

   .col-md-6{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
   }
.count{
  padding: 10px;
    border: 1px solid gray;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    background: var(--text);
}
    .card{
      /* border: none; */
      height: 100%;
      box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 27%);
      width: 100%;
      /* width: 450px;

        /* width: 450px; */

        .cr_hd{
            padding: 1rem;

            img{
                border-radius: 5px;
            }
        }
        .card-body{

            h4{
              color: var(--dark);
              margin: 1rem 0;
              font-size: 30px;
            }
            span{
              text-transform: capitalize;
              /* background: linear-gradient(45deg, #6b8c21, #c0f945); */
              color: gray;
              border-radius: 3px;
              letter-spacing: 1px;
              background: #ebeef6;
              padding: 3px 15px;
            }
            ul {
                padding-left: 0;
                list-style: none;
                margin-top: 1rem;
            

                li{
                  font-size: 14px;
                  img{
                    width: 25px;
                    margin-right: 5px;
                    
                }
                } 
                
            }
        }
        .crs_btn{
            padding-left: 1rem;
    padding-bottom: 1rem;

    a{
        text-transform: capitalize;
        background: linear-gradient(177deg, #009045, #65851f);
        background-clip: text;
        color: transparent;
        padding: 10px 15px;
        border-radius: 3px;
        position: relative;
        transition: 1s;
        z-index: 1;
        i{
            margin-left: 10px;
        }
    }
    a::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: var(--green);
        z-index: -1;
        border-radius: 3px;
    }
    a:hover::before{
        height: 100%;
        transition: 1s;

    }
    a:hover{
        color: white;
        transition: 1s;
       

    }

        }
    }

}
/* .section_3::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 80%;
  position: absolute;
  background: #7b9e43;
}
.section_3::after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 80%;
  position: absolute;
  background: #7b9e43;
} */
/* =====================section_3======================= */


/* ================section_4============================= */

@media (max-width:765px){

}

@media (min-width:765px){
    
}

.section_4{
    position: relative;

    .vm_img{
        width: 250px;
        height: 250px;
        border-radius: 5px;
        overflow: hidden;
        transform: rotate(45deg);
        margin-top: 4rem;
    

    img{
        height: 100%;
    }
    } 
}

/* ====================section_4===================== */

/* ==================section_5============================ */



.section_5{

    @media (max-width:765px){
        h3{
            text-align: center;
        }

        .slick-prev {
            left: 35%; /* Distance from the left edge */
          }
          
          /* Position the next button */
          .slick-next {
            right: 35%; /* Distance from the right edge */
          }
          .why_tlt{
            position: relative;
            height: 18vh;
          }
    
    }
    
    @media (min-width:765px){
        .slick-prev {
            left: 0; /* Distance from the left edge */
          }
          
          /* Position the next button */
          .slick-next {
            left: 20%; /* Distance from the right edge */
          }
          .why_tlt{
            position: relative;
            height: 100%;
          }
    }

    position: relative;

    .container{
        background: white;
    }

 
 
  /* General button styling */
  .slick-prev, .slick-next {
    background-color: var(--green); 
    color: #fff;
    border: none; 
    border-radius: 5px; 
    width: 40px; 
    height: 40px; 
    display: flex; 
    align-items: center;
    justify-content: center; 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    font-size: 16px; 
    z-index: 1000; 
    cursor: pointer;
  }
  
  /* Position the previous button */
 
  
  /* Optional hover effect */
  .slick-prev:hover, .slick-next:hover {
    background-color: var(--green); /* Darker background on hover */
  }
  .sld_btns{
    position: absolute;
    z-index: 900;
    top: 60%;
    width: 100%;
  }
  .slick-next:before {
    content: '';
  }
  .slick-prev:before {
    content: '';
  }
  .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: white;
    outline: 0;
    background: var(--green);
  }
  .slide{
    padding: 1rem;
    height: 100%;
  
  
    .card{
      min-height: 300px;
      /* border-left: 2px solid var(--green);
      border-style: dashed;
      border-top: none;
      border-bottom: none;
      border-right: none;
      border-radius: 0; */
    
      padding-top: 1rem;
      transition: .5s;

      h6{
        background: linear-gradient(356deg, #455e0c, #85af2c);
    background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: bold;
      }
      .why_hd{
        width: 80px;
        /* background: #c6c7c8; */
        padding: 1rem;
        border-radius:5px;
        margin-left: 1rem;
  
        /* img{
          filter: invert(26%) sepia(20%) saturate(2601%) hue-rotate(45deg) brightness(93%) contrast(102%);
        } */
      }

    }
    .card:hover{
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 27%);
  background: var(--green);
/* .why_hd{
    background: white;
} */
h6{
    background: white;
    background-clip: text;
    color: transparent;
}
p{
    color: white;
}
    }
  }
 
  }

/* ==========================section_5================== */



/* ==================section 6========================= */

.section_6{

  @media (min-width:765px){
    .slide:nth-child(even){
      margin-top: 4rem;
  }
  }

    h3{
        text-align: center;
    }
    .card_hd{
    
        width: 225px;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
    /* border: 3px solid #4d67158a; */
    }

    /* .st_img{
        border-radius: 10px;
        background: #93a768;
        overflow: hidden;
    } */
    .card-body{
        text-align: center;
    }
    .card{
        border-radius: 0;
        /* box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 27%); */
        padding-top: 1rem;
        border: 0;

        /* img{
            width: 200px;
            height: 250px;

        } */
    }
    .slide{
        padding: 1rem;
    }
   
    p{
        margin-bottom: 0;
        
    }
}

/* ====================section 6=================== */

/* =================faq============================== */

@media (max-width:765px){
  .qa-section{
    h5{
      font-size: 25px !important;
    }
  }
    /* .qa-section::before{
  
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 30%;
        background: var(--green);
        z-index: -1;
        margin: auto;
        border-radius: 5px;
    
    
} */
}

@media (min-width:765px){
    /* .qa-section::before{
  
        content: "";
        position: absolute;
        width: 95%;
        top: 0;
        left: 0;
        right: 0;
        height: 30%;
        background: var(--gray);
        z-index: -1;
        margin: auto;
        border-radius: 5px;
    
    
} */
}
.qa-section{
  h5{
    text-transform: uppercase;
    color: #86b919;
    letter-spacing: 2px;
    font-size: 30px;
    position: relative;
  }

    position: relative;

    h3{
        color: var(--text);
        text-align: center;
    }
    .accordion {
      /* background-color: var(--green);  */
      border-radius: 0;
      color: black;
      cursor: pointer;
      padding: 15px;
      border-radius: 5px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.5s;
      display: flex;
      justify-content: space-between;
    
    }
    
    .active, .accordion:hover {
      background-color: var(--text);
      color: white;
    }
    
    .accordion:after {
      content: '\002B';
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    
    .active:after {
      content: "\2212";
    }
    
    .panel {
      padding: 0px 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }
    .panel p{
        padding-top: 10px;
    }
    
    
    @media screen and (max-width:600px) {
        .accordion {
            width: 100%;
        }
        
    }
  }

.auto-container{
    background: white;
    padding: 1rem;
    border-radius: 5px;
}
/* ==========================faq======================= */

/* =================about banner========================== */
@media (max-width:765px){
.bner{
    height: 25vh;
    display: flex;
    align-items: center;
    h2{
        margin: auto;
    }
    .cours_dlts{
      display: flex;
      flex-direction: column;
      align-items: center;

      .card{

        margin: 3px  5px !important;
        width:240px !important;
        
              .card-body{
                display: flex;
                align-items: center;
                .txt{
                  line-height: 1;
                }
        
                .sub_tlt{
                  text-transform: capitalize;
        
                }
                h5{
                  font-size: 16px;
                  margin-bottom: 0;
        
                }
              }
            }
    }

   
}
/* .bner::before{
    content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: var(--green);
        z-index: -1;
        margin: auto;
        border-radius: 5px; 
} */
.bner{
  height: 400px;
        padding: 0;

        img{
          height: 100%;
        }

    h3{
     text-align: center;
    }

    .container{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;


    h1{
      color: white;
      font-size: 1.5rem;
      text-align: center;
    }
    }
}
.crs_link{
  display: flex;
  justify-content: center;
  
}
}
@media (min-width:765px){
    .bner::before{
        content: "";
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
          
            height: 100%;
            background:#00000063;
          
         
    } 
                 
  .bner{
    height: 90vh;
    padding: 0;

    img{
      height: 100%;
    }
    .cours_dlts{
      display: flex;
      align-items: center;
    }
    .container{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;


    h1{
      color: white;
      font-size: 3rem;
    }
    }
   
  }
}


.bner{
  .cours_dlts{
    margin-top: 2rem;
   
    .img{
      width: 35px;
      margin-right: 5px;
      img{
        filter: invert(12%) sepia(10%) saturate(3903%) hue-rotate(146deg) brightness(109%) contrast(92%);
      }
    }
    .card{

margin: 0 5px;
width: 100%;

      .card-body{
        display: flex;
        align-items: center;
        .txt{
          line-height: 1;
        }

        .sub_tlt{
          text-transform: capitalize;

        }
        h5{
          font-size: 16px;
          margin-bottom: 0;

        }
      }
    }
  }

  h3{
    margin: 0 !important;
    /* margin-bottom: 5rem !important; */
    color: white;
  }
    
  

    position: relative;
    .col-md-8{
        display: flex;
       justify-content: flex-start;
       flex-direction: column;

    }
    h2{
       display: flex;

       span{
        width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(45deg, #4d6715, #86b919);
            color: transparent;
            background-clip: text;
            border-radius: 3px;
            margin: 0 1px;
            position: relative;

       }
       span::before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    border-radius: 5px;
       }
    }
    .bner_lnk{
        text-transform: capitalize;

        a{
            color: white;

        }
        a:hover{
            text-decoration: underline !important;
        }
    }
    .crs_link{
      margin-top: 2rem;
      transition: 1s;

      a{
          color: white;
          
          padding: 10px 50px;
          border-radius: 3px;
          display: flex;
          align-items: center;
          width: max-content;
          letter-spacing: 2px;
          text-transform: capitalize;
          border: 2px solid #ffffffad;
          transition: 1s;
      }

      i{
          margin-left: 5px;
      }
      a:hover {
        background: white;
        color: var(--green);
    
      }
     
  }

}


/* ==========================about banner==================== */

/* =============================a1========================== */

@media (max-width:765px){
.a1_cnt{
    h4{
        font-size: 2rem;
    margin: 2rem auto;
    text-align: center;
    color: var(--text);
      }
      p{
        text-align: justify;
      }
}
}

@media (min-width:765px){
   .a1_cnt{
    span{
      text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(356deg, #516a19, #83ad29);
                background-clip: text;
                color: transparent;
    }
    h4{
        font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text);
      }
      /* p{
        padding-left: 1rem;
      } */
     
      .a1_cnt::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: var(--dark);
  
      }
    
   } 
   .a1{
    .a1_img{
      width: 350px;
      height: 400px;
    }
  }

}
.a1{

    .a1_img{
      padding: 15px;
        border: 3px solid var(--dark);
      
        border-radius: 10px;

        img{
          border-radius: 10px;
          height: 100%;
          transform: rotate(4deg);

        }
    }
    .col-md-6{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .a1_cnt{
    
        position: relative;
     
      p{
        line-height: 1.5;
      }
      
    }
   
    
}
/* =========================a1=============================== */
@media (min-width:765px){
    .a2::before{
        content: "";
        position: absolute;
        width: 95%;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40%;
        background: var(--green);
        z-index: -1;
        margin: auto;
        border-radius: 5px; 
    }
}


.a2{


    @media (max-width:765px){
        p{
            padding: 4px;
            border-radius: 5px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
            color: #5b5b5b;
            img{
                width: 25px;
                margin-right: 10px;
            }
          }
          h4{
            font-size: 2rem;
          }
    }
    
    @media (min-width:765px){
        p{
            padding: 8px;
            border-radius: 5px;
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 500;
            color: #5b5b5b;
            img{
                width: 40px;
                margin-right: 10px;
            }
          } 
         
        .container{
            background: white;
            box-shadow: 1px 3px 7px 0px rgb(0 0 0 / 27%);
            border: 5px solid #80808029;
            padding: 3rem;
          }
          h4{
            font-size: 2.5rem;
          }
    }
    position: relative;
    h4{
      
    margin-bottom: 2rem;
    color: var(--text);
    text-align: center;
      }
     
      
}


/* =========================a2====================== */

/* ================a3========================== */

@media (max-width:765px){

}

@media (min-width:765px){
    
}
.a3{
    .col-md-6:nth-child(1){
        h4{
            background: linear-gradient(45deg, #4d6715, #86b919);
    width: max-content;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
        }
    }
    .col-md-6:nth-child(2){
        h4{
            background: linear-gradient(45deg, #4d6715, #86b919);
            background-clip: text;
            color: transparent;
            width: max-content;
            padding: 10px 20px;
            border-radius: 5px;
            border: 2px solid var(--green);
        }
    }
   
}
/* ===================a3=========================== */

/* ====================c1======================== */


.c1{
  @media (min-width:765px){
    h4{
      font-size: 2.5rem;
margin-bottom: 2rem;
  }
  }

    @media (max-width:765px){
    h4{
        text-align: center;
    }
    .col-md-6{
        margin-bottom: 2rem;
    }
    p{
        text-align: justify;
    }
    h4 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
  }
    }
  
.crs_mg{
    padding: 10px;
    border: 5px solid #808080a3;
    border-radius: 5px;

    img{
        border-radius: 5px;
    }
   
}
.abt_crs{
   
}

}
/* ===============c1=============================== */

/* =======================c2======================= */
.c2{
    .col-md-3{
        margin-bottom: 2rem;
    }

  
    .card{
        padding-top: 1rem;
        box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 27%);
        height: 100%;
        transition: 1s;

        .crs_icon{
          width: 75px;
          padding: 12px;
          border: 3px solid #4d6715b3;
          border-radius: 50%;
          margin: auto;
          img{
              filter: invert(35%) sepia(10%) saturate(5761%) hue-rotate(45deg) brightness(88%) contrast(84%);
          }
      }
      .card-body{
          text-align: center;
          h5{
              background: linear-gradient(356deg, #303e11, #62831c);
      background-clip: text;
      color: transparent;
          }
          p{
              font-size: 18px;
      font-weight: 500;
      color: #665c5c;
          }
      }
    }
    .card:hover{
      background: var(--green);

      .crs_icon{
      
        border: 3px solid white;
       
        img{
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(12deg) brightness(105%) contrast(101%); 
           }
   
      
    }
    .card-body{
    
      h5{
          background: white;
  background-clip: text;
  color: transparent;
      }
      p{
         
  color: white;
      }
  }
}
}
/* ========================c2======================== */

/* =======================gallery================== */
.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
   .gallery ul li img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  
   .gallery ul {
    columns: 12rem;
    column-gap: 1rem;
  }
   .gallery ul li {
    break-inside: avoid;
      margin: 0 0 1rem;
      border-radius: 10px;
      overflow: hidden;
  }
/* ====================gallery====================== */

/* ===========================blog======================== */

.blog .card{
    border: none;
  }
  .blog .card .card_user{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .blog .card .card_user p{
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: bold;
  }
  .blog .card  span{
    font-size: 24px;
    font-weight: 700;
  
  }
  .blog_img{
    position: relative;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
  }
  .blog_img .date{
    position: absolute;
    bottom: 0;
    right: 9px;
    background: black;
    padding: 10px;
    color: white;
    text-align: center;
    
    border-radius: 10px 10px 0 0;
    font-weight: bold;
  }
/* ========================blog======================== */

/* ======================contact======================= */
@media (max-width:765px){
  .contact .contact-info .title {
    color: var(--green);
    font-size: 1.5rem !important;
}
}
@media (min-width:765px){
  .contact .contact-info .title {
    color: var(--dark);
    font-size: 2rem !important;
}
}
.contact{
    .container {
      position: relative;
      width: 100%;
      min-height: 100vh;
      padding: 2rem;
      background-color: #fafafa;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .form {
      width: 100%;
      max-width: 820px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      z-index: 1;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-form {
      background-color: var(--dark);
      position: relative;
    }
    
  
    
   
    
   
    
    form {
      padding: 2.3rem 2.2rem;
      z-index: 10;
      overflow: hidden;
      position: relative;
    }
    
    .title {
      color: #fff;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
      margin-bottom: 0.7rem;
    }
    
    .input-container {
      position: relative;
      margin: 1rem 0;
    }
    
    .input {
      width: 100%;
      outline: none;
      border: 2px solid #fafafa;
      background: none;
      padding: 0.6rem 1.2rem;
      color: #fff;
      font-weight: 500;
      font-size: 0.95rem;
      letter-spacing: 0.5px;
      border-radius: 5px;
      transition: 0.3s;
    }
    
    textarea.input {
      padding: 0.8rem 1.2rem;
      min-height: 150px;
      border-radius: 5px;
      resize: none;
      overflow-y: auto;
    }
    
    .input-container label {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      padding: 0 0.4rem;
      color: #fafafa;
      font-size: 0.9rem;
      font-weight: 400;
      pointer-events: none;
      z-index: 1000;
      transition: 0.5s;
    }
    
    .input-container.textarea label {
      top: 1rem;
      transform: translateY(0);
    }
    
    .btn {
      padding: 0.6rem 1.3rem;
      background-color: #fff;
      border: 2px solid #fafafa;
      font-size: 0.95rem;
      color: var(--green);
      line-height: 1;
      border-radius: 5px;
      outline: none;
      cursor: pointer;
      transition: 0.3s;
      margin: 0;
      width: 100%;
    }
    
    .btn:hover {
      background-color: transparent;
      color: #fff;
    }
    
    .input-container span {
      position: absolute;
      top: 0;
      left: 25px;
      transform: translateY(-50%);
      font-size: 0.8rem;
      padding: 0 0.4rem;
      color: transparent;
      pointer-events: none;
      z-index: 1;
    }
    
    .input-container span:before,
    .input-container span:after {
      content: "";
      position: absolute;
      width: 10%;
      opacity: 0;
      transition: 0.3s;
      height: 5px;
      background-color: #1abc9c;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .input-container span:before {
      left: 50%;
    }
    
    .input-container span:after {
      right: 50%;
    }
    
    .input-container.focus label {
      top: 0;
      transform: translateY(-50%);
      left: 25px;
      font-size: 0.8rem;
    }
    
    .input-container.focus span:before,
    .input-container.focus span:after {
      width: 50%;
      opacity: 1;
    }
    
    .contact-info {
      padding: 2.3rem 2.2rem;
      position: relative;
    }
    
   
    
    .text {
      color: #333;
      margin: 1.5rem 0 2rem 0;
    }
    
    .information {
      display: flex;
      color: #555;
      margin: 0.7rem 0;
      align-items: center;
      font-size: 0.95rem;
    }
    
    .information i {
      color: var(--rose);
    }
    .information p{
      margin-bottom: 0;
    }
    
    .icon {
      width: 28px;
      margin-right: 0.7rem;
    }
    
    .social-media {
      padding: 2rem 0 0 0;
    }
    
    .social-media p {
      color: #333;
    }
    
    .social-icons {
      display: flex;
      margin-top: 0.5rem;
    }
    
    .social-icons a {
      width: 35px;
      height: 35px;
      border-radius: 5px;
      background: linear-gradient(45deg, #0a323c, #11596b);
  
      color: #fff;
      text-align: center;
      line-height: 35px;
      margin-right: 0.5rem;
      transition: 0.3s;
    }
    
    .social-icons a:hover {
      transform: scale(1.05);
    }
    
   
  
    
    .square {
      position: absolute;
      height: 400px;
      top: 50%;
      left: 50%;
      transform: translate(181%, 11%);
      opacity: 0.2;
    }
    
    @media (max-width: 850px) {
      .form {
        grid-template-columns: 1fr;
      }
    
      .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
      }
    
      .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
      }
    
      .square {
        transform: translate(140%, 43%);
        height: 350px;
      }
    
      .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
      }
    
      .text {
        margin: 1rem 0 1.5rem 0;
      }
    
      .social-media {
        padding: 1.5rem 0 0 0;
      }
    }
    
    @media (max-width: 480px) {
      .container {
        padding: 1.5rem;
      }
    
      .contact-info:before {
        display: none;
      }
    
      .square,
      .big-circle {
        display: none;
      }
    
      form,
      .contact-info {
        padding: 1.7rem 1.6rem;
      }
    
      .text,
      .information,
      .social-media p {
        font-size: 0.8rem;
      }
    
      .title {
        font-size: 1.15rem;
      }
    
      .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
      }
    
      .icon {
        width: 23px;
      }
    
      .input {
        padding: 0.45rem 1.2rem;
      }
    
      .btn {
        padding: 0.45rem 1.2rem;
      }
    }
    
  }

  /* ---------------g_map-------------------- */
  @media (max-width:765px){
.g_map{
  h4{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
}
  }
  @media (min-width:765px){
    .g_map{
      h4{
        text-align: center;
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    }
  }
  
  .g_map{
   
    .row{
      justify-content: center;
    }
  }
/* ===============================contact====================== */

/* ===================testimonial============================ */
.section_7{
  .card{
    padding-top: 1rem;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 27%);
    min-height: 200px;

   .card-body{

    p{
      font-size: 14px;
    }
   }
   .name_div{
    p{
      font-weight: 600;
      text-transform: capitalize;
    }
   }
  }

  .img_div{
    width: 45px;
    margin-right: 1rem;
  }
  .f_p{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    p{
      margin-bottom: 0;
    }
    .star{
      i{
        color: #edb409;
      }
    }
  }
  .slide{
    padding: 1rem;
  }
  .g_img img:nth-child(2){
    
    width: 120px;
  }
  .g_img img:nth-child(1){
    
    width: 25px;
    margin-right: 10px;
  }
  .tst_tlt{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    h3{
      margin-bottom: 0 !important;
    }
  }
}


/* =================testimonial================================ */

/* ===============quick contact============================= */

.quick_whtsp{
  font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    border: 2px solid;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 25%;
    z-index: 999;
    background: linear-gradient(15deg, #15774a, #26a76b);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
}
.quick_call{
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  color: white;
  border: 2px solid;
  border-radius: 5px;
  position: fixed;
  right: 10px;
  bottom: 15%;
  z-index: 999;
  background: linear-gradient(15deg, #065767, #1093ad);
  transform: translateX(100%);
    opacity: 0;
    transition: 1s;
}
.quick_call.scrolled,.quick_whtsp.scrolled{
  opacity: 1;
  transform: translateX(0);
}
/* ==================quick contact========================= */

/* ===========sec_2========================================= */

@media (max-width:765px){
  .abt_link{
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
}

.sec_2{
.container{
  position: relative;
  /* padding: 50px 0; */
}
.col-md-6:nth-child(1){
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .container::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 70%;
  background: var(--dark);
  z-index: -1;
  border-radius: 10px;
} */
h2{
  color: var(--text);
}
p{
  line-height: 1.7;
}
  .abt_image{
    /* height: 350px;
    width: 300px; */
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #ffffffa1;
  }
  .col-md-6:nth-child(2){
    display: flex;
    justify-content:center;
  }
  .abt_link{
   

    a{
      color: white;
      background: #86b919;
      padding: 10px 50px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      width: max-content;
      letter-spacing: 2px;
      text-transform: capitalize;
      position: relative;
    }
    a::before{
      content: "";
                position: absolute;
                bottom: -6px;
                right: -6px;
                width: 100%;
                height: 100%;
                background: var(--dark);
                z-index: -1;
                border-radius: 7px;
    }

    i{
        margin-right: 5px;
    }
}
}
.sec_2::before{
 
}
/* =============================sec_2========================== */

/* ===============sec_3======================================= */
@media (max-width:765px){
  .sec_3{
    .col-md-4{
      margin-bottom: 2rem;
    }
    .card{
      .card-body{
        p{
          text-align: center;
        }
      }
    }
  }
}

.sec_3{


background: var(--text);

  .card{
    padding-top: 2rem;
    border: none;
    background: #ffffff29;

    .card-header{
      background: transparent;
      margin: auto;
      border-bottom: 0;
      padding: 0;


      img{
        width: 85px;
        filter: invert(76%) sepia(44%) saturate(3245%) hue-rotate(33deg) brightness(94%) contrast(80%);
      }
    }

    .card-body{
      margin: auto;



      p{
        margin-bottom: 0;
        color: #86b919;
        font-size: 1.5rem;
        font-weight: bold;
      }
    }
  }
}

/* ===================sec_3================================= */

/* ================sect_5===================================== */
@media (max-width:765px){
  .sec_5{
    .card{
    
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    h2{
      font-size: 2rem;
      text-align: center;
    }
  }
 
}
@media (min-width:765px){
  .sec_5{
    .card{
     
      flex-direction: row;
    }
    h2{
      font-size: 3rem;
     
    }
  }
}

.sec_5{
.col-md-6{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

  h2{
    color: white;
        margin-bottom: 2rem;
       
        line-height: 1.5;
  }
  .card{
    min-height: 160px;
   
  
    padding-top: 1rem;
    transition: .5s;

    border: none;
    margin-bottom: 1rem;
    display: flex;
      
    h6{
      background: linear-gradient(356deg, #455e0c, #85af2c);
            background-clip: text;
            color: transparent;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
    }
    .why_hd{
     
      border-radius:5px;
      margin-left: 1rem;
    

      img{
        width: 50px;
        margin-right: 10px;
      }
    }
    p{
     
      font-size: 14px;
    }
    .card-body{
      padding-top: 0;
    }

  }
 
}
.sec_5::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--text);
}
/* =========================sec_5=============================== */

/* ============================a8============================== */
@media (max-width:765px){
  .a8{
    h2{
      font-size: 1.5rem;
    }
    p{
      font-size: 18px;
    }
  }
 
  /* .col-md-4{
    margin-bottom: 1rem;
  } */
}
@media (min-width:765px){
  .a8{
    h2{
      font-size: 3rem;
    }
    .col-md-4{
      margin-bottom: 2rem;
    }
    p{
      font-size: 25px;
    }
  }
}
.a8{

  h2{
    color: white;
    text-align: center;
    
    margin-bottom: 2rem;
  }
background: var(--dark);

 

  .pnt_head{
    width: 55px;
    position: relative;
  


  }
  /* .pnt_head::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: aliceblue;
    border-radius: 50%;
  } */
  .card{
    border: none;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:#022731;
    color: white;
    height: 100%;

    p{
      margin-bottom: 0;
      color: #86b919;
      text-transform: capitalize;
   
    }
  }
  img{
    filter: invert(57%) sepia(72%) saturate(512%) hue-rotate(38deg) brightness(101%) contrast(84%);
  }
}

/* =============================a8=================================== */

/* ==================c_1================================== */
@media (max-width:765px){

  .c_1{
    h5{
      font-size: 25px !important;
    }
    p{
      font-size: 14px !important;
    }
  }
}

.c_1{
h5{
  text-transform: uppercase;
  color: #86b919;
  letter-spacing: 2px;
  font-size: 30px;
}
h6{
    font-family: "Roboto Slab", serif !important;
   text-transform: capitalize;
  color: #86b919;
  
  font-size: 20px;
}
/* p{
margin-top: 2rem;
} */
}
/* ========================c_1=========================== */

/* ===============course_dlt============================== */
.course_dlt{
.container{
  .row{
      .col-md-4:nth-child(2){
    .card{
      background: white !important;
      border: 1px solid var(--dark);
      color: var(--dark);
    }
  }
  }
}
 .card{
  background: var(--dark);
    color: white;
    height: 100%;

    h4{
      font-size: 2rem;
    }
    p{
      margin-bottom: 10px;
    }
 }
}

/* ===========================course_cards======================== */
.course_cards{
  @media(max-width:765px){
    .col-lg-4{
      margin-bottom: 1rem;
    }
  }
  
    .container {
        .row {
            .col-md-4:nth-child(2) {
                .card {
                    background: white !important;
                    border: 1px solid var(--dark);
                    color: var(--dark);
                }
            }
        }
    }
    
    h2{
      text-align: center;
      margin-bottom: 2rem;
      font-size: 2rem;
    }     
   h2{
    text-align: center;
    margin-bottom: 3rem;
    font-size: 3rem;
  }
   .card{
    
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px 2px rgba(33,42,57,.102);
   height: 100%;
    transition: 1s;
.img-div{
  height: 200px;
  img{
    height: 100%;
  }
  
}

    .card-body{
      .duration{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        text-transform: capitalize;
        margin: 5px 0;
      }

      span{
        background: #86b919;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 10px;
    color: var(--dark);
  
    font-weight: 500;
      }
      h5{
        color: var(--dark);
        margin: 10px 0;
      }

      p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 12px;
      }
    }
    .card-footer{
      border-top: 0;
      background: transparent;
      display: flex;
      align-items: center;
      padding: 10px;
      position: relative;
      padding-bottom: 15px;
    a{
      width: 100%;
      display: flex;
      justify-content: center;
      background: var(--dark);
      padding: 5px 0;
      border-radius: 10px;
      text-transform: capitalize;
                color: white;
                transition: .5s;
                font-size: 14px;
    }
    a:hover{
      background:#86b919 ;
      color: var(--dark);

    }

    .sec_or{
      position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0px -1px 4px 4px rgba(33, 42, 57, .102);
    text-transform: uppercase;
    font-weight: 600;
    }
    }
   
  }

}






/* ===========================course_cards======================== */


/* ======================courses=========================== */
.section-3.hide-on-mobile{
  .col-lg-4{
    margin-bottom: 1rem;
  }
  
  h2{
    text-align: center;
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  .course-cat-div{
    width: 90%;
    margin: auto;
    box-shadow: 0 0 8px 3px rgba(33,42,57,.102);
    border-radius: 10px;
    overflow: hidden;
    .menu{
      background: white;
      border: 0;
      width: 100%;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      color: var(--dark);
      font-size: 18px;
      transition: 0.5s;
    }
    .menu:hover{
      background: var(--dark);
      color: white;
    }
    .menu:focus{
      background: var(--dark);
      color: white;
    }
    .menu.active{
      background: var(--dark);
      color: white;
    }
  }
 
  .hide{
    display: none;
  }
  .card{
    
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px 2px rgba(33,42,57,.102);
   height: 100%;
    transition: 1s;
.img-div{
  height: 200px;
  img{
    height: 100%;
  }
  
}

    .card-body{
      .duration{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        text-transform: capitalize;
        margin: 5px 0;
      }

      span{
        background: #86b919;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 10px;
    color: var(--dark);
  
    font-weight: 500;
      }
      h5{
        color: var(--dark);
        margin: 10px 0;
      }

      p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 12px;
      }
    }
    .card-footer{
      border-top: 0;
      background: transparent;
      display: flex;
      align-items: center;
      padding: 10px;
      position: relative;
      padding-bottom: 15px;
    a{
      width: 100%;
      display: flex;
      justify-content: center;
      background: var(--dark);
      padding: 5px 0;
      border-radius: 10px;
      text-transform: capitalize;
                color: white;
                transition: .5s;
                font-size: 14px;
    }
    a:hover{
      background:#86b919 ;
      color: var(--dark);

    }

    .sec_or{
      position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0px -1px 4px 4px rgba(33, 42, 57, .102);
    text-transform: uppercase;
    font-weight: 600;
    }
    }
   
  }
  .crs .col-lg-4.reveal .card{
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
  }
  .crs.hide .col-lg-4.reveal .card{
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
}

/* =============================courses========================= */

/* ========================courses mobile========================== */

/* .section-3.hide-on-lap{
  h2{
    text-align: center;
  }
  .menu{
    background: white;
    border: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #27284c;
    font-size: 18px;
    border-bottom: 1px solid #21212f3d;
  }

  .accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
    i{
      transform: rotate(0);
      transition: 0.5s;
    }
  }
  
  .accordion.active {
    i{
      transform: rotate(90deg);
    }
  }
  
  .panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }

  .card{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px 2px rgba(33,42,57,.102);
   
    transition: 1s;
.img-div{
  height: 200px;
  img{
    height: 100%;
  }
}

    .card-body{

      .duration{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        text-transform: capitalize;
        margin: 5px 0;
      }

      span{
        background: #86b919;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 10px;
    color: var(--dark);
 
    font-weight: 500;
      }
      h5{
        color: var(--dark);
        margin: 10px 0;
      }

      p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 12px;
      }
    }
    .card-footer{
      border-top: 0;
      background: transparent;
      display: flex;
      align-items: center;
      padding: 10px;
      position: relative;
      padding-bottom: 15px;
    a{
      width: 100%;
      display: flex;
      justify-content: center;
      background: var(--dark);
      padding: 5px 0;
      border-radius: 10px;
      text-transform: capitalize;
                color: white;
                transition: .5s;
                font-size: 14px;
    }
    a:hover{
      background:#86b919 ;
      color: var(--dark);

    }

    .sec_or{
      position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0px -1px 4px 4px rgba(33, 42, 57, .102);
    text-transform: uppercase;
    font-weight: 600;
    }
    }
   
  }

} */
/* =======================courses mobile==================== */

/* =======================c3=============================== */

@media (max-width:765px){
.c3{
  h5{
    font-size: 25px !important;
  }

  p{
    font-size: 14px !important;
  }
  .card{
    .card-body{
      padding: 6px 5px;
      p{
        font-size: 16px !important;
      }
    }
  }
}
}
@media (min-width:765px){
  
}

.c3{
  background: var(--dark);

  h5{
    text-transform: uppercase;
        color: #86b919;
        letter-spacing: 2px;
        font-size: 30px;
        position: relative;
  }
  p{
    color: white;
  }
  .card{
    border: none;
    background: white;
    margin: 5px 0;
  

    .card-body{
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      .icn_div{

        max-width: 32px;
      }
      p{
        margin-bottom: 0;
        color: var(--dark);
        font-family: "Roboto Slab", serif !important;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
      }
    }
  }
}
/* =============================c3====================== */
/* ========================benefits od course============================ */

#service {
  .col-md-6{
    margin-bottom: 2rem;
  }
  padding: 60px 0;
  min-height: 100vh;
  .row:nth-child(2){
    justify-content: center;
  }
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #86b919;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
  color: #fff;
  font-size: 8px;
  height: 2px;
  background: var(--dark) none repeat scroll 0 0;
  width: 100px;
}
.brand_border .fas.fa-handshake {
  font-size: 14px;
  color: #000000;
}

.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
  margin-top: 45px;
}
#service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

#service .single_service:hover {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  border: 1px solid #666;
  border-radius: 5%;
  font-size: 25px;
  /* line-height: 65px; */
  /* line-height: 65px; */
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
#service .single_service:hover {
  background: var(--dark) none repeat scroll 0 0;

  .single_service-body p {
    color: white;
  }
  .single_service-heading{
    color: white;
  }
   .icon span{
    color: white !important;
  }

}


/* ========================benefits od course========================== */

/* ================c4====================================== */

.c4{
  .col-md-3{
    margin-bottom: 2rem;
  }
h2{
  color: #86b919;
  margin-bottom: 2rem;
}
.card{
  padding: 1rem;
        background: #dee2e663;
        height: 100%;

  .img_div{
    width: 40px;
  }
  p{
    font-size: 14px;
  }
  h5{
    margin: 10px 0;
  }
}

}

/* ==============================c4============================ */