*{
  box-sizing: border-box;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html{
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
   scroll-behavior: smooth;

}


body {
  font-family: 'Mulish', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  color: #212121;
  overflow-x: hidden;
}


li{
  list-style: none;
}
a:hover,
a:focus,
a{
  text-decoration: none;
  color: inherit;
}
a,button{
  outline: none;
}


p,h1,h2,h3,h4,h5,h6,ul,li,a,button,input,span,textarea, select, ol{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
  color: inherit;
  font-family: inherit;
}


.main-container{
    position: relative;
   width:70%;
    margin-left: 15%;
    height: auto;
  }
.site-container{
  position: relative;
 width: 90%;
  margin-left: 5%;
  height: auto;
}

@media screen and (max-width:1400px){
    .main-container,
  .large-container,
  .site-container{
      width: 80% !important;
      margin-left: 10% !important;
      padding: 0px 0px !important;
  }
}


@media screen and (max-width:1200px){
    .main-container,
  .large-container,
  .site-container{
      width: 90% !important;
      margin-left: 5% !important;
      padding: 0px 0px !important;
  }
}



.large-text{
    font-size: 50px;
    font-weight: 800;
    line-height: 130%;
}
.big-text{
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
}

@media screen and (max-width:1200px){
    .big-text,
   .large-text{
    font-size: 40px !important;
    line-height: 150% !important;
} 
}
@media screen and (max-width:600px){
    .big-text,
   .large-text{
    font-size: 30px !important;
} 
}
@media screen and (max-width:400px){
    .big-text,
   .large-text{
    font-size: 25px !important;
} 
}

/*site-Nav*/

.site-Nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 130px;
    background-color: transparent;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.site-Nav.No-Bg{
    background: transparent !important;
}
.site-Nav.hiddenNav {
    top: -100px;
}

.Show-Navbar-Mm,
.bgNav{
    background-color: #fff !important;
    color:#212121 !important;
    height: 80px !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 18%);
}

.nav-content{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 50px;
    grid-gap: 50px;
}

.nav-logo img{
    max-width: 164px;
}

.logo-2{
    display: none;
}


.Show-Navbar-Mm .logo-2,
.bgNav .logo-2{
    display: inline-flex;
}

.Show-Navbar-Mm .logo-1,
.bgNav .logo-1{
    display: none;
}

.nav-Icons{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.nav-Icons ul{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
}

.nav-Icons ul.ff-Icon-Ul{
    background: rgba(255,255,255,0.1);
    padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
}

.Show-Navbar-Mm .nav-Icons ul.ff-Icon-Ul,
.bgNav .nav-Icons ul.ff-Icon-Ul{
    border-color: #DADADA !important;
}
.nav-Icons ul li a{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
    padding:0px 10px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    height: 49px;
    border:1px solid transparent;
}

.nav-Icons ul li a:hover{
    color: #F18A21;
}

.nav-Icons ul.ss-Icon-Ul li a{
    padding: 0px 20px;
}

.sign-up-btn{
    background-color: #F18A21;
    border-color: #F18A21 !important;
    color: #fff;
}
.sign-up-btn:hover{
    background-color: transparent;
}
.nav-Toggler{
    display: none;
}

.login-btn{
    border-color:rgba(255,255,255,0.3) !important;
}
.login-btn:hover{
    border-color: #F18A21 !important;
    color: #F18A21 !important;
}

.Show-Navbar-Mm .login-btn,
.bgNav .login-btn{
    border-color: #DADADA !important;
}
.Show-Navbar-Mm .login-btn:hover,
.bgNav .login-btn:hover{
    border-color: #F18A21 !important;
}

@media screen and (max-width:1200px){
    .site-Nav.hiddenNav {
        top: 0px !important;
    }
    
    .nav-logo img{
    max-width: 150px !important;
}

    .nav-content{
        justify-content: space-between !important;
        gap: 10px !important;
        grid-gap: 10px !important;
        height: 50px !important;
    }

    .nav-Toggler{
        position: relative;
        display: inline-flex !important;
        width: 25px;
        height: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .nav-Toggler:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: translateY(-4px);
        transition: all 0.3s ease-in-out;
    }

  
     .Show-Navbar-Mm .nav-Toggler:before{
        transform: rotate(45deg);
        background-color: #212121 !important;
     }
     .nav-Toggler:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: translateY(4px);
        transition: all 0.3s ease-in-out;
    }
     .Show-Navbar-Mm .nav-Toggler:after{
        transform: rotate(-45deg);
        background-color: #212121 !important;
     }
     .bgNav .nav-Toggler:after,
     .bgNav  .nav-Toggler:before{
        background-color: #212121 !important;
    }
    .site-Nav{
        height: auto !important;
        display: block !important;
        transition: all 0.3s ease-in-out;
    }
    .Show-Navbar-Mm{
        box-shadow: 0 0 7px rgb(0 0 0 / 14%);
        -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 14%);
        -moz-box-shadow: 0 0 7px rgb(0 0 0 / 14%);
    }
   .nav-Icons{
    position: fixed !important;
    width: 300px !important;
    height: 100% !important;
    display: block !important;
    right: -100%;
    top: 50px !important;
    z-index: 1000 !important;
    background: #fff;
    padding:10px 20px !important;
    padding-bottom: 100px !important;
    overflow-y: auto !important;
    border-top: 1px solid #cdcaca;
    transition: all 0.3s ease-in-out;
   } 

   .Show-Navbar-Mm .nav-Icons{
    right: 0%;
   }

   .nav-Icons ul{
    position: relative !important;
    width: 100% !important;
    display: block !important;
    background: transparent !important;
    border:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 0px !important;
   }

   .nav-Icons ul li{
    width: 100% !important;
    margin-top: 15px !important;
   }

   .nav-Icons ul li a{
    width: 100% !important;
   }

   .nav-Icons ul.ff-Icon-Ul li a{
    padding: 7px 0px !important;
    height: auto !important;
   }

   .nav-Icons ul.ss-Icon-Ul li a{
    justify-content: center !important;
    text-align: center !important;
   }
}

@media screen and (max-width:600px){
    .nav-Icons{
        width: 100% !important;
        border-left: none !important;
        padding:10px !important;
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width:250px){
    .nav-Icons ul li a img{
       display: none !important;
    }
}



/*site-header*/

.home-header{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 50px 0px;
    overflow: hidden;
    z-index: 1;
    background-color: #0F3A1C;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
}

@media screen and (max-width:1000px){
    .home-header{
        padding: 100px 0px !important;
    }
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(rgba(15, 58, 28, 0.6),rgba(15, 58, 28, 0.6)),url(../img/hero-banner.jpeg) center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    /* transform: scale(1.1); */
    transition: all 0.8s ease-in-out;
}

.hero-sec{
    position: relative;
    width: 600px;
    height: auto;
}
@media screen and (max-width:1000px){
    .hero-sec{
        width: 100% !important;
    }
    .hero-sec p{
        font-size: 16px !important;
    }
}

@media screen and (max-width:500px){
    .hero-sec p{
        font-size: 15px !important;
    }
    .hero-sec a{
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
}
.hero-sec p{
    margin-top: 20px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.hero-sec a{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 25px;
    border: 1px solid #fff;
    margin-top: 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.hero-sec a:hover{
    border-color: #F18A21;
    color: #F18A21;
}

.hero-sec h6{
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.hero-sec h6 span{
    color: #F18A21 !important;
}

.hero-botm{
    position: absolute;
    right: 0px;
    margin-top: 70px;
}

@media screen and (max-width:1000px){
    .home-header{
        display: block !important;
        padding-top: 130px !important;
    }
    .hero-botm{
        position: relative !important;
        margin-top: 90px !important;
    }
}

.social-icons{
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: -10px;
}

.social-icons a{
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.social-icons a img{
    max-width: 70%;
}
.social-icons a:hover{
    transform: scale(1.1);
}
.hero-botm p{
    margin-top: 10px;
    font-size: 15px;
}

.hero-botm p a{
    color: #F18A21 !important;
}

.hero-botm p a:hover{
    text-decoration: underline !important;
}





/* why-secoo */

.why-secoo{
    position: relative;
    width: 100%;
    height: auto;
    padding: 130px 0px;
}

.why-secoo-top{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}



.why-secoo-Grid{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
    gap: 30px;
    grid-template-rows: auto;
}

@media screen and (max-width:1000px){
    .why-secoo-Grid{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    }
}
@media screen and (max-width:1000px){
    .why-secoo-Grid{
        display: flex !important;
        flex-direction: column !important;
        margin-top: 70px !important;
    }
}

.why-secoo-Card{
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    border:1px solid #e1e1e1;
}

.why-secoo-Card span{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #D0EFDA;
    border-radius: 50%;
    margin-bottom: 30px;
}
@media screen and (max-width:700px){
    .why-secoo-Card span{
        width: 80px !important;
        height: 80px !important;
    }
}
.why-secoo-Card span img{
    position: relative;
    width: 45%;
}

.why-secoo-Card h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 150%;
}

.why-secoo-Card p{
    color: #181818;
}




/* main-TTT-sec */


.main-TTT-sec{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background-color: #F6F7F8;;
}

.courses-sec{
    position: relative;
    width: 100%;
    height: auto;
}

.courses-header{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    grid-gap: 10px;
}

@media screen and (max-width:1000px){
    .courses-header{
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 20px !important;
        grid-gap: 20px !important;
    }
}

.courses-header h3{
    font-size: 30px;
    font-weight: 800;
}

.courses-header a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #0F3A1C;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
}

.courses-header a:hover{
    text-decoration: underline;
}


/* courses-main */

.courses-main{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 70px;
    padding: 0px 30px;
}
@media screen and (max-width:500px){
    .reviews-main,
    .courses-main{
        padding: 0px !important;
       margin-left: 0px !important;
    }
    .reviews-main .reviews-owl .item,
    .courses-main .courses-owl .item{
        padding: 5px !important;
    }
}
.courses-main .courses-owl .item,
.courses-main .courses-owl{
    position: relative;
    width: 100%;
    height: auto;
}

.courses-main .courses-owl .item{
    padding: 15px;
}


.courses-card{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    display: block;
    border-radius: 20px;
    overflow: hidden;
    border:1px solid #DADADA;
    transition: all 0.3s ease-in-out;
}
a.courses-card:hover{
    transform: translateY(5px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.top-CC-Card{
    position: relative;
    width: 100%;
    height: auto;
}

.top-CC-Card img{
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.sub-CC-Card{
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
}
.sub-CC-Card h2{
    font-size: 20px;
    font-weight: 700;
    color: #0F3A1C;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.sub-CC-Card p {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #181818 !important;
}


.sub-CC-Card h4{
    display: flex;
    align-items: center;
    gap:5px;
    grid-gap: 5px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub-CC-Card h4 span{
    display: inline-flex;
    align-items: center;
    gap:2px;
    grid-gap: 2px;
}
.sub-CC-Card h4 b{
    font-weight: 400;
    font-size: 11px;
}
@media screen and (max-width:400px){
    .sub-CC-Card h4{
        font-size: 11px !important;
    }
    .sub-CC-Card h4 b{
        font-size: 10px !important;
    }
    .sub-CC-Card h4 img{
        width: 10px !important;
    }
}

.sub-CC-Card  h5{
    font-size: 13px;
    color: #0F3A1C;
    margin-bottom: 10px;
}

.sub-CC-Card  h5 span{
    font-weight: 700;
}

.sub-CC-Card  h6{
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    grid-gap: 5px;
}

.sub-CC-Card  h6 span span{
    color: #525252;
}

.sub-CC-Card  h6 img{
    width: 13px !important;
}

.sub-CC-Card h3{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-CC-Card h3 span{
    font-size: 12px;
    text-decoration: line-through;
}

.sub-CC-Card h3 b{
    font-size: 20px;
    font-weight: 700;
    color: #F18A21;
}
@media screen and (max-width:400px){
    .sub-CC-Card h3 b{
        font-size: 15px !important;
    }
}

.badge{
    position: relative;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #D0EFDA;
    padding: 10px 20px;
    border-radius: 5px;
    color: #0F3A1C;
    font-weight: 800;
    font-size: 14px;
}
@media screen and (max-width:400px){
    .badge{
        font-size: 12px !important;
    }
}





.courses-owl .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.courses-owl .owl-prev, 
.courses-owl .owl-next {
    background-color: #fff !important;
    color: #212121 !important;
    border:1px solid #DADADA !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.courses-owl .owl-prev:hover, 
.courses-owl .owl-next:hover {
   box-shadow: 0 0 10px rgb(0 0 0 / 18%) !important;
   -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 18%) !important;
   -moz-box-shadow: 0 0 10px rgb(0 0 0 / 18%) !important;
}

.courses-owl .owl-prev {
    margin-left: -30px;
}

.courses-owl .owl-next {
    margin-right: -30px;
}
@media screen and (max-width:500px){
    .reviews-owl .owl-nav,
    .courses-owl .owl-nav {
        top: 30% !important;
    }
    .reviews-owl .owl-prev,
    .courses-owl .owl-prev {
        margin-left:10px !important;
    }
    
    .reviews-owl .owl-next,
    .courses-owl .owl-next {
        margin-right: 10px !important;
    }
}
.courses-owl .owl-prev span, 
.courses-owl .owl-next span {
    font-size: 13px !important;
}




/* abt-testi-sec */

.abt-testi-sec{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}



.abt-sec{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    grid-gap: 80px;
}
@media screen and (max-width:1300px){
    .abt-sec{
        gap: 50px !important;
        grid-gap: 50px !important;
    }
}
@media screen and (max-width:1000px){
    .abt-sec{
        display: flex !important;
        flex-direction: column !important;
        gap: 50px !important;
        grid-gap: 50px !important;
    }
}
.abt-Img{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-Img img{
    max-width: 100%;
}


.abt-Dlt{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.abt-Dlt h6{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.abt-Dlt h2{
    position: relative;
    margin-top: 40px;
}

.abt-Dlt p{
    margin-top: 20px;
    line-height: 170%;
    font-size: 16px;
    font-weight: normal;
}

.abt-Dlt a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #0F3A1C;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
    margin-top: 30px;
}

.abt-Dlt a:hover{
    text-decoration: underline;
}








/* reviews-sec */

.reviews-sec{
    position: relative;
    width: 100%;
    height: auto;
}

.reviews-header{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    grid-gap: 10px;
}

.reviews-header h3{
    font-size: 30px;
    font-weight: 800;
}









/* reviews-main */

.reviews-main{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    /* padding: 0px 30px; */
    margin-left: -10px;
}

.reviews-main .reviews-owl .item,
.reviews-main .reviews-owl{
    position: relative;
    width: 100%;
    height: auto;
}

.reviews-main .reviews-owl .item{
    padding: 15px;
}


.reviews-card{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    display: block;
    border-radius: 20px;
    overflow: hidden;
    border:1px solid #DADADA;
    padding: 30px;
}

.quote-icon{
    position: relative;
    width: 20px !important;
    margin-bottom: 30px;
}



.reviews-card p{
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #181818 !important;
}

.rev-prof{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    gap: 10px;
}

.rev-prof-1{
    position: relative;
}

.rev-prof-1 span{
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #0F3A1C;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.rev-prof-2{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    grid-gap: 5px;
}

.rev-prof-2 h4{
    font-size: 15px;
    font-weight: 700;
}

.rev-prof-2 h6{
    font-size: 13px;
    font-weight: normal;
    color: #181818;
}

.reviews-card a{
    position: relative;
    margin-top: 20px;
    display: inline-flex;
    color: #0F3A1C;
    font-size: 13px;
}

.reviews-card a:hover{
    text-decoration: underline;
}




.reviews-owl .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.reviews-owl .owl-prev, 
.reviews-owl .owl-next {
    background-color: #fff !important;
    color: #212121 !important;
    border:1px solid #DADADA !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.reviews-owl .owl-prev:hover, 
.reviews-owl .owl-next:hover {
   box-shadow: 0 0 10px rgb(0 0 0 / 18%) !important;
   -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 18%) !important;
   -moz-box-shadow: 0 0 10px rgb(0 0 0 / 18%) !important;
}

.reviews-owl .owl-prev {
    margin-left: -30px;
}

.reviews-owl .owl-next {
    margin-right: -30px;
}

.reviews-owl .owl-prev span, 
.reviews-owl .owl-next span {
    font-size: 13px !important;
}




/* geti-sec */

.geti-sec{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.geti-main{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.geti-Box{
    position: relative;
    width: 700px;
}

@media screen and (max-width:800px){
    .geti-Box{
        width: 100% !important;
    }
}



.geti-Box a{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 25px;
    border: 1px solid #0F3A1C;
    color: #0F3A1C;
    margin-top: 40px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.geti-Box a:hover{
    border-color: #F18A21;
    color: #F18A21;
}

@media screen and (max-width:500px){
    .geti-Box a{
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
}














/* site-footer */

.site-footer{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #0F3A1C;
    color: #fff;
    padding: 100px 0px;
    padding-bottom: 50px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-main{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    grid-gap: 50px;
}

@media screen and (max-width:1200px){
    .footer-main{
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (max-width:800px){
    .footer-main{
        display: flex !important;
        flex-direction: column !important;
    }
}


.foot-part{
    position: relative;
    width: 100%;
    height: auto;
}

.footer-logo{
    position: relative;
    margin-bottom: 30px;
    display: inline-flex;
}

.footer-logo img{
    max-width: 200px;
}

.foot-part p{
    line-height: 170% !important;
}

.foot-part-Ul{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    grid-gap: 30px;
}
@media screen and (max-width:450px){
    .foot-part-Ul{
        display: flex !important;
        flex-direction: column !important;
    }
}
.foot-part-Ul ul{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    grid-gap: 15px;
}


.foot-part h3,
.foot-part-Ul ul h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.foot-part-Ul ul li a{
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
}

.foot-part-Ul ul li a:hover{
    color: #F18A21;
}

.newslt-sec{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
    margin-bottom: 20px;
}

@media screen and (max-width:400px){
    .newslt-sec{
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

.newslt-sec input{
    position: relative;
    width: 100%;
    height: 45px;
    background-color: transparent;
    border:1px solid rgba(255,255,255,0.4);
    padding: 0px 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.newslt-sec input::placeholder{
    color: rgba(255,255,255,0.6);
}
.newslt-sec input:focus{
    border-color: #fff;
}

.newslt-sec button{
    position: relative;
    height: 45px;
    background-color: #F18A21;
    padding: 0px 10px;
    border-radius: 5px;
    padding: 0px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    border:1px solid #F18A21;
}

.newslt-sec button:hover{
    background-color: transparent;
    color: #F18A21;
}


.sub-footer{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px !important;
    padding-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: block;
    text-align: right;
}

.sub-footer p{
    font-size: 15px;
}














/* Sec-Header-Intro */

.Sec-Header-Intro{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0px;
    padding-top: 200px;
    background-color: #0F3A1C;
    color: #fff;
    background:linear-gradient(rgba(15, 58, 28, 0.6),rgba(15, 58, 28, 1)),url(../img/courses-bg.jpg) center/cover no-repeat;
}

.Header-Intro-Main{
    position: relative;
    width: 600px;
}

.courses-grid{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px;
    gap: 30px;
    grid-template-rows: auto;
}

@media screen and (max-width:1000px){
    .courses-grid{
        display: flex !important;
        flex-direction: column !important;
    }
}





/* course-Dlt-header */

.Nav-Bg{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #0F3A1C;
    height: 150px;
}

@media screen and (max-width:1200px){
    .Nav-Bg{
        height: 60px !important;
    } 
}




/* Ccs-Dlt-Sec */


.Ccs-Dlt-Sec{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.Ccs-Dlt-main{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    grid-gap: 20px;
    margin-bottom: 80px;
}

@media screen and (max-width:1000px){
    .Ccs-Dlt-main{
        display: flex !important;
        flex-direction: column !important;
    }

    .Dlt-Body .site-container{
        width: 100% !important;
        margin-left: 0% !important;
    }
}


.sum-Dlt{
    position: sticky;
    top: 50px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.sum-Dlt-Box{
    position: inherit;
    top: inherit;
    left: inherit;
    z-index: inherit;
    width: inherit;
    height: inherit;
    min-height: inherit;
    background-color: #fff;
}


.sum-Dlt-Box .courses-card{
    border-radius: 10px !important;
}


.leraning-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin-top: 30px;
    border:1px solid #0F3A1C;
    color: #0F3A1C;
    gap: 8px;
    grid-gap: 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.leraning-btn:hover{
    border-color: #F18A21;
    color: #F18A21;
}















.course-Dlt-Top{
	position: relative;
	width: 100%;
	height: auto;
}
.course-Dlt-Top h4{
	font-size: 14px !important;
	font-weight: 400 !important;
}
.course-Dlt-Top h4 i{
	font-size: 9px !important;
	margin: 0px 5px;
}
.course-Dlt-Top h4 span{
	font-weight: 700 !important;
}
.course-Dlt-Top h4 a:hover{
    text-decoration: underline;
}
.course-Dlt-Top ul{
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px 0px;
    margin-bottom: 30px;
    margin-left: -5px;
}
.course-Dlt-Top ul li{
	padding: 6px 10px;
	background: #F6F7F8;
	border-radius: 40px;
	text-align: center;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    grid-gap: 7px;
    font-size: 11px;
    margin: 3px;
}
.course-Dlt-Top ul li.beginner-bdg{
    color: #0F3A1C !important;
    background-color: #D0EFDA !important;
    font-weight: 700 !important;
}
.course-Dlt-Top h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
    color: #0F3A1C !important;
    margin-top: 20px !important;
}
@media screen and (max-width:500px){
	.course-Dlt-Top h2{
		font-size: 20px !important;
	}
}





/*oBj-Sec*/
.oBj-Sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	background:#F6F7F8;
	margin-top: 30px;
	border-radius: 5px;
}
.oBj-Sec h3{
	font-size: 18px;
	font-weight: 700;
}
.oBj-Sec ul{
	width: 100%;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
    gap: 20px;
}
@media screen and (max-width:800px){
	.oBj-Sec ul{
		display: block !important;
		margin-top: 20px !important;
	}
	.oBj-Sec ul li{
		margin-top: 10px !important;
	}
	.oBj-Sec ul li:first-child{
		margin-top:0px !important;
	}
}
.oBj-Sec ul li{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: auto 1fr;
    font-size: 14px;
    color: #525252;
}
.oBj-Sec ul li i{
	position: relative;
	margin-right: 10px;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 3px;
	font-size: 7px;
	background: #0F3A1C;
	color: #fff;
}




a.continue-btn{
	position: relative;
	display: inline-flex;
	align-items: center;
	grid-gap: 8px;
	gap: 8px;
	padding: 15px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #0F3A1C;
    border:1px solid #0F3A1C;
	transition: all 0.3s ease-in-out;
    margin-top: 30px;
}
a.continue-btn:hover{
	border-color: #F18A21;
    color: #F18A21;
}








.accordion {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.accordion-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    border:1px solid #DADADA;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-header {
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.accordion-header:hover {
    background: #F6F7F8;
}
.accordion-header.active {
    background: #F6F7F8;
}
.accordion-header span{
    font-size: 12px;
}
.accordion-content {
    display: none;
    background: white;
    position: relative;
    width: 100%;
    height: auto;
}
.accordion-content a{
    padding:20px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    grid-gap: 20px;
    width: 100%;
    height: auto;
    border-top:1px solid #DADADA;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.active-accordion-link,
.accordion-content a:hover{
    background-color: #F6F7F8 !important;
}

.accordion-content a p{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 500;
}
.accordion-content a i.ti-pencil,
.accordion-content a i.ti-control-play{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #0F3A1C;
    font-size: 15px;
    border:1px solid #0F3A1C;
    transition: all 0.3s ease-in-out;
}

.ti-angle-up {
    transform: rotate(180deg);
}

.active-accordion-link i.ti-control-play,
.accordion-content a:hover i.ti-control-play{
    background-color: #0F3A1C !important;
    color: #fff !important;
}



.accordion-content h3{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
    font-size: 10px;
    margin-top: 10px;
}

.accordion-content h3 span{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    grid-gap: 5px;
    background-color: #D0EFDA;
    color: #0F3A1C;
    padding: 7px 10px;
    border-radius: 30px;
}

.aaaa-header{
    position: relative;
    margin-bottom:20px;
    width: 100%;
    margin-top: 30px;
}

.aaaa-header h2{
    font-size: 20px;
    font-weight: 700;
}











/* gen-header */

.gen-header{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #0F3A1C;
    color: #fff;
    padding: 100px 0px;
    padding-top: 150px;
}

.hhha-sec{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 50px;
}

.hhayhh-o{
    font-size: 20px;
    font-weight: 500;
}

.primary-background-color{
    background-color: #0F3A1C !important;
    color: #fff !important;
}

.primary-background-color:hover{
    background-color: #17582a !important;
}





/*cont_Main_SecOo*/

.cont_Main_SecOo{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 70px;
    margin-top: 40px;
}

@media screen and (max-width:1000px){
    .cont_Main_SecOo{
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
        grid-gap: 40px !important;
    }
}


.cont_Main_SecOo_1{
    position: relative;
    width: 100%;
    height: auto;
}

.cont_Main_SecOo_1  .Reg_Form{
    margin-top: 0px !important;
}
.cont_Main_SecOo_1 .Reg_Input input{
    height: 50px !important;
}

.cont_Main_SecOo_1 .Reg_Input label{
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.Rr_D_Flex{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 30px;
    grid-gap: 30px;
}

@media screen and (max-width:500px){
    .Rr_D_Flex{
        display: block !important;
    }
}
.cont_Main_SecOo_2{
    position: sticky;
    top: 50px;
    z-index: 1000;
    width: 350px;
    height: auto;
    min-height: 200px;
}
@media screen and (max-width:1000px){
 .cont_Main_SecOo_2{
        position: relative !important;
        top: 0px !important;
        width: 100% !important;
    }
    .Ggarg_Tab{
        text-align: center !important;
    }
}
.cont_Main_SecOo_2_Card{
    position: inherit;
    top: inherit;
    z-index: inherit;
    width: inherit;
    height: inherit;
    min-height: inherit;
    z-index: 1;
}




.Ggarg_Tab{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    background: #F9F9F9;
    padding: 20px;
}

.Ggarg_Tab:first-child{
    margin-top: 0px;
}

.Ggarg_Tab h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.Ggarg_Tab p{
    font-size: 14px;
    color: #606060;
}

.Ggarg_Tab span{
    font-size: 14px;
    margin-top: 5px;
    display: block;
    font-size: 14px;
}





.Reg_Sec{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.Reg_Box{
    position: relative;
    width: 450px;
    height: auto;
}
@media screen and (max-width:600px){
    .Reg_Box{
        width: 100% !important;
    }
}
.Reg_Box_Header{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.Reg_Box_Header h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media screen and (max-width:500px){
   .Reg_Box_Header h3{
    font-size: 25px !important;
   }
}
.Reg_Form{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: block;
}

.Reg_Input{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    z-index: 1;
}

.Reg_Input textarea,
.Reg_Input input{
    position: relative;
    width: 100%;
    height: 60px;
    border:1px solid #AEAEAE;
    padding: 0px 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.Reg_Input textarea::placeholder,
.Reg_Input input::placeholder{
    color: #606060;
}
.Reg_Input textarea:focus,
.Reg_Input input:focus{
    border-color: #0F3A1C;
}
.Reg_Input textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}
.Reg_Input input[type="submit"]{
    cursor: pointer;
    font-size: 18px;
}
@media screen and (max-width:500px){
  .Reg_Input input[type="submit"]{
    font-size: 15px !important;
}  
}
.Reg_Input a{
    color: #0F3A1C;
}

.Reg_Input a:hover{
    text-decoration: underline !important;
}

.pass-Input{
    display: flex;
    align-items: center;
}

.pass-Input input{
    padding-right: 45px;
}
.pass-Input span{
    position: absolute;
    z-index: 50;
    right: 5px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}

.pass-Input span img{
    max-width: 100%;
}

.Reg_Box_Foot{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.Reg_Box_Foot h6{
    position: relative;
    width: 100%;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #AEAEAE;
}

.Reg_Box_Foot h6 span{
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #606060;
}


.google-signup-BTN{
     position: relative;
    width: 100%;
    height: 60px;
    border:1px solid #AEAEAE;
    padding: 0px 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.google-signup-BTN img{
    position: absolute;
    left: 20px;
    max-width: 100%;
}

.google-signup-BTN:hover{
    background: #F9F9F9;
}

.Reg_Box_Foot p{
    margin-top: 20px;
}
.Reg_Box_Foot p a{
    color: #0F3A1C;
}
.Reg_Box_Foot p a:hover{
    text-decoration: underline !important;
}














.signup-desis:before{
    content: '';
    position: fixed;
    left: 0;
    width: 55%;
    top: 0;
    height: 100%;
    background-color: #161616;
    color: #fff;
    background-image: url(../img/signup-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top 70px;
}


.signup-desis {
    padding-left: 55% !important;
    padding-top: 130px !important;
}
@media screen and (max-width:1200px){
   .signup-desis:before{
    display: none !important;
   } 
   .signup-desis {
    padding-left: 0% !important;
    padding: 80px 0px !important;
    padding-bottom:30px !important;
    }
}
































/*Get-Seecos*/

.Get-Seecos{
    position: relative;
    width: 100%;
    height: auto;
    margin:50px 0px;
    margin-bottom: 80px;
}

.Get-Seecos-main{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 60px;
    gap: 60px;
}
@media screen and (max-width:1000px){
    .Get-Seecos-main{
        display: flex !important;
        flex-direction: column !important;
        align-items: 50px !important;
        gap: 50px !important;
    }
    .Get-Seecos-Card{
        position: relative !important;
        top: 0px !important;
        width: 100% !important;
        text-align: center !important;
    }
}
.Get-Seecos-Body{
    position: relative;
    width: 100%;
    height: auto;
}



.Get-Seecos-Body-txts{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.Get-Seecos-Body-txts p{
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.Get-Seecos-Body-txts h3{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}
.Get-Seecos-Body-txts ol,
.Get-Seecos-Body-txts ul{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 14px;
}
.Get-Seecos-Body-txts ul li{
    list-style: disc;
    margin-top: 10px;
}

.Get-Seecos-Body-txts ol li{
    list-style: decimal;
    margin-top: 10px;
}


.Get-Seecos-Card{
    position: sticky;
    top: 50px;
    z-index: 1000;
    width: 260px;
    height: auto;
    min-height: 200px;
}
.Get-Seecos-Card-box{
    position: inherit;
    top: inherit;
    z-index: inherit;
    width: inherit;
    height: inherit;
    min-height: inherit;
    background: #F9F9F9;
    border-radius: 15px;
    z-index: 1;
    border: 1px solid #D0D0D0;
    overflow: hidden;
}
.Get-Seecos-Card-box img{
    position: relative;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.Get-Seecos-Card-box h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 40px;
}
@media screen and (max-width:500px){
.Get-Seecos-Card-box h2{
    font-size: 25px !important;
}
}
.Get-Seecos-Card-box p{
    font-size: 13px;
    color: #2E2E2E;
}


.Get-Seecos-Card-box-dlt{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
}

.Get-Seecos-Card-box-dlt a{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 13px 20px;
    border:1px solid #0F3A1C;
    color: #0F3A1C;
    margin-top: 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.Get-Seecos-Card-box-dlt a:hover{
    border-color: #F18A21;
    color: #F18A21;
}






















/* dash-Env */

.dash-Env{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #fafafa;
}

.Dash-Nav{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #fafafa;
}

@media screen and (max-width:1000px){
    .Dash-Nav{
      box-shadow: 0 0 10px rgb(0 0 0 / 18%); 
      height: 60px !important;
    }
    .Prof-2,
    .Prof-1 p{
        display: none !important;
    }
    .Prof-sec{
        display: block !important;
    }
}

.Dash-Nav-main{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Prof-sec{
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    text-align: right;
    gap: 10px;
    grid-gap: 10px;
}


.Prof-2{
    position: relative;
}

.Prof-2 span{
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0F3A1C;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.Prof-1{
    position: relative;
    width: 100%;
    height: auto;
}

.Prof-1 p{
    font-size: 12px;
}

.Prof-1 button{
    position: relative;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #D0EFDA;
    color: #0F3A1C;
    font-weight: 500;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 5px;
    border:1px solid #0F3A1C;
    transition: all 0.3s ease-in-out;
}

.Prof-1 button:hover{
    background-color: transparent;
}



/* Daaah-sec */

.Daaah-sec{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

@media screen and (max-width:1000px){
    .Daaah-sec{
        margin-bottom: 0px !important;
    }
}

.Daaah-Main{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 30px;
    grid-gap: 30px;
}

@media screen and (max-width:1000px){
    .Daaah-Main{
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 0px !important;
        grid-gap: 0px !important;
    }
}

.Daaah-2{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}



.Daaah-2 .accordion{
    margin-top: 0px !important;
}




.asss-aa-href{
   grid-template-columns: auto 1fr auto !important;
   gap: 30px !important;
   grid-gap: 30px !important;
}

.asss-aa-href i{
    background-color: #F18A21 !important;
    color: #fff !important;
    border-color: #F18A21 !important;
    border-radius: 5px !important;
}







/*progressr-sec*/
.progressr-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-right: 10px;
}

.progressr-sec p{
	position: relative;
	font-size: 11px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 5px;
	gap: 5px;
    margin-top: 10px !important;
}

.l-progress-bar{
	position: relative;
	width: 1005;
	height: 4px;
	margin-top: 5px;
	background: #D2D7DC;
	overflow: hidden;
	border-radius: 30px;
}
.l-progress-bar span{
	position: absolute;
	width: 30%;
	height: 100%;
	border-radius: inherit;
	background: #17582a;
	display: block;
}


.assc-score{
    position: relative;
}

.assc-score h6{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}

.assc-score h2{
    font-size: 20px;
    font-weight: 700;
}














/* Daaah-1 */

.Daaah-1{
    position: sticky;
    top: 100px;
    width: 100%;
    height: auto;
    min-height: 500px;
    z-index: 800;
}

@media screen and (max-width:1000px){
    .Daaah-1{
        position: relative !important;
        top: 0px !important;
        padding-top: 70px !important;
    } 
}

.Daaah-1-main{
    position: inherit;
    height: inherit;
    width: inherit;
    top: inherit;
    z-index: inherit;
    min-height: inherit;
    padding-bottom: 50px;
}




.video-box{
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #000;
    margin-top: 30px;
}
@media screen and (max-width:1100px){
    .video-box{
        height: 350px !important;
    } 
}
@media screen and (max-width:1000px){
    .video-box{
        height: auto !important;
    } 
}
.video-box video{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.mmja-h2{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mmja-h2 span{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0F3A1C;
}


.sub-yyuy-header{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
    gap: 30px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
}

@media screen and (max-width:1000px){
    .sub-yyuy-header{
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        grid-gap: 20px !important;
    } 
}

.sub-yyuy-header-1{
    position: relative;
    width: 100%;
    height: auto;
}


.sub-yyuy-header-1 h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
}

.sub-yyuy-header-1 p{
    font-size: 14px;
    color: #525252;
}

.sub-yyuy-header-2{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
}


.sub-yyuy-header-2 a{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
    padding: 10px 20px;
    background-color: #0F3A1C;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    border:1px solid #0F3A1C;
    transition: all 0.3s ease-in-out;
}

.sub-yyuy-header-2 a:last-child{
    background-color: transparent;
    color: #0F3A1C;
}

.sub-yyuy-header-2 a:hover{
    transform: scale(1.05);
}


.jayh-UL{
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap:10px;
    grid-gap: 10px;
    font-size: 12px;
    overflow-x: auto;
}
.jayh-UL i{
    font-size:9px;
}
.jayh-UL li{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
    white-space: nowrap;
}

.jayh-UL li i{
    font-size: 12px;
}

.jayh-UL li.beginner-bdg{
    color: #0F3A1C !important;
    font-weight: 700 !important;
}






























































/*oah-Top*/
.oah-Top{
	position: relative;
	width: 100%;
	height: auto;
}
.oah-Top-grid{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 @media screen and (max-width:500px){
 	.oah-Top-grid{
 		display: block !important;
 	}
 }
.oah-Top-1{
	position: relative;
}
.oah-Top-1 h3{
	font-size: 16px;
	font-weight: 500;
}


/*oah-Top-2*/
.oah-Top-2{
	position: relative;
	display: inline-flex;
	align-items: center;
}
.oah-Top-2 a{
	position: relative;
	margin-left: 20px;
	padding: 5px 10px;
	background: #0F3A1C;
    border:1px solid #0F3A1C;
	border-radius: 5px;
	color: #fff;
	transition: all 0.3s ease-in-out;
    font-size: 13px;
}
.oah-Top-2 a:hover{
	background-color: transparent;
    color: #0F3A1C;
}
@media screen and (max-width:500px){
	.oah-Top-2{
		margin-top: 10px !important;
		width: 100%;
	}
}
.progressr-sec{
	position: relative;
	width: auto;
	height: auto;
	margin-right: 10px;
}
      @media screen and (max-width:1200px){
        .progressr-sec{
          width: 100% !important;
          color: #fff !important;
          margin-right: 0px !important;
        }
        .progressr-sec p{
          font-size: 9px !important;
        }
        .l-progress-bar{
          width: 130px !important;
        }
      }
       @media screen and (max-width:500px){
       	.l-progress-bar{
          width: 100% !important;
        }
       }
.progressr-sec p{
	position: relative;
	font-size: 11px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 5px;
	gap: 5px;
}
.progressr-sec p span{
	font-weight: 500;
}
.l-progress-bar{
	position: relative;
	width: 150px;
	height: 4px;
	margin-top: 7px;
	background: #D2D7DC;
	overflow: hidden;
	border-radius: 30px;
}
.l-progress-bar span{
	position: absolute;
	width: 30%;
	height: 100%;
	border-radius: inherit;
	display: block;
}
.complete-bar.l-progress-bar span{
	width: 100%;
	background: #73D42C;
}




@media screen and (max-width:500px){
	.landing-sec{
		padding-bottom: 70px !important;
	}
	.landing-Box-body{
		padding: 20px !important;
		padding-top: 0px !important;
	}
}

.landing-sec-Main{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	height:auto;
	margin-top: 20px;
}
.landing-Box{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 450px;
	background: #fff;
	border-radius: 7px;
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
    -moz-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
    padding-bottom: 40px;
}

@media screen and (max-width:1100px){
	.landing-Box{
		width: 100% !important;
	}
}

.landing-Box-header{
	position: relative;
	width: 100%;
	height: auto;
	padding:15px 20px;
	background: #F6F7F8;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
    border-bottom: 1px solid #DADADA;
}

.landing-Box-header h3{
	font-size: 17px;
	font-weight: 700;
    color: #0F3A1C;
}
.landing-Box-body{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 30px;
	padding-top: 0px;
}
.landing-Box-body h2{
	margin: 20px 0px;
	font-size: 25px;
	font-weight: 700;
}
@media screen and (max-width:400px){
	.landing-Box-body h2{
		font-size: 20px !important;
	}
}
.landing-Box-body h2 span{
	font-weight: 600;
	font-size: 13px;
	padding: 5px 10px;
	background: #efeff0;
    color: #0F3A1C;
	border-radius: 3px;
}
.landing-Box-body p{
	font-size: 14px;
	margin-top: 15px;
}
.landing-Box-body h3{
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
}

.landing-Box-body ul{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.landing-Box-body ul li{
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
}
.landing-Box-body ul.correct-uls li{
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
}
.landing-Box-body ul.correct-uls li span{
	display: inline-flex !important;
	align-items: flex-start !important;
}
.landing-Box-body ul.correct-uls li span img{
	width: 15px;
	margin-top: 5px;
}
 .landing-Box-body ul li label{
 	position: relative;
 	width: 100%;
 	height: auto;
 	font-weight: normal;
 	cursor: pointer;
 }
.landing-Box-body ul li input{
	margin-right: 10px;
	margin-top: 5px;
}



.landing-Box-body textarea{
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 20px;
	border:1px solid #D3D3D3;
	border-radius: 5px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
}
.landing-Box-body textarea:focus{
	border-color: #000;
}


.page-navi-quest{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px !important;
    grid-gap: 10px !important;
    margin-top: 10px;
    padding: 0px 30px;
}

.page-navi-quest a{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 15px;
    background-color: #D0EFDA;
    color: #0F3A1C;
    border:1px solid #0F3A1C;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.page-navi-quest a:hover{
    background-color: #fff;
}

















/* rate-dropdown */

.rate-dropdown{
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.show-rate-dropdown.rate-dropdown{
    display: flex !important;
}


.rate-dropdown-box{
    position: relative;
    width: 400px;
    height: auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(100px);
    animation: fadeBoxIn 0.3s ease-in forwards;
}

@keyframes fadeBoxIn{
    from{
        opacity: 0;
        transform: translateY(100px); 
    }
    to{
        opacity: 1;
        transform: translateY(0px); 
    }
}

@-webkit-keyframes fadeBoxIn{
    from{
        opacity: 0;
        transform: translateY(100px); 
    }
    to{
        opacity: 1;
        transform: translateY(0px); 
    }
}

@-moz-keyframes fadeBoxIn{
    from{
        opacity: 0;
        transform: translateY(100px); 
    }
    to{
        opacity: 1;
        transform: translateY(0px); 
    }
}

@media screen and (max-width:500px){
    .rate-dropdown-box{
        width: 90% !important;
    }
}
.rate-header{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    grid-gap: 10px;
}

.rate-header h2{
    font-size: 20px;
    font-weight: 600;
}

.rate-header button{
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #DADADA;
    font-size: 12px;
    border:1px solid #939393;
    cursor: pointer;
}

.rate-form{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.rate-input{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.rate-input label{
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rate-input textarea,
.rate-input select,
.rate-input input{
    position: relative;
    width: 100%;
    height: 50px;
    border:1px solid #b2b0b0;
    padding: 0px 10px;
    border-radius: 5px;
}
.rate-input textarea:focus,
.rate-input select:focus,
.rate-input input:focus{
    border-color: #0F3A1C;
}
.rate-input textarea{
    height: 150px;
    padding: 10px 15px;
}

.rate-input input[type="submit"]{
    background-color: #0F3A1C;
    color: #fff;
    border-color: #0F3A1C;
    transition: all 0.3s ease-in-out;
}

.rate-input input[type="submit"]:hover{
    background-color: #fff;
    color: #0F3A1C;
}


.waty-a{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    grid-gap: 7px;
}

.waty-a i{
    margin-top: 1px;
}