html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
}
.nav-item a{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.sec-padding{
    padding-bottom: 80px;
}
.fixed-top{
    background: #F0FFF0;
}
.nav-item{
    padding: 0px 5px;
}
.nav-btn{
    padding: 10px 28px !important;
    background-color: #21B573;
    color: #ffffff !important;
    border: none;
    border-radius: 33px;
}

/* Header section */
.header-section{
    height: 100vh;
    background-color: #F0FFF0;
}
.header-details h6{
    color: #FD511A;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.header-details h1{
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    color: #000000;
    margin-bottom: 19px;
}
.header-details h1 span{
    color: #21B573;
}
.header-details p{
    font-size: 16px;
    line-height: 36px;
    color: #6C6B6B;
    margin-bottom: 15px;
}
.get-btn{
    padding: 12px 35px;
    background-color: #21B573;
    color: #ffffff;
    border: none;
    border-radius: 33px;
    transition: all .3s;
}
.get-btn:hover{
    background-color: #1d9660;
}

/* Cards section */
.cards-section{
    margin-top: 40px;
}
.cards-inner{
    padding: 50px 0px;
    text-align: center;
    background: #F8FFFB;
    border-radius: 10px;
    transition: all .4s;
}
.cards-inner:hover{
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.cards-inner img{
    width: 65px;
    height: 83px;
}
.cards-inner h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #413960;
    margin-top: 20px;
    margin-bottom: 0;
}
.cards-inner p{
    font-size: 16px;
    line-height: 24px;
    color: #585859;
    margin-bottom: 0;
}

/* course-section */
.title-text{
    font-size: 36px;
    line-height: 54px;
    color: #413960;
    font-weight: bold;
    margin-bottom: 60px;
}
.card{
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
}
.card-img-top{
    padding: 20px;
    padding-bottom: 0;
}
.card-body h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #413960;
    margin-bottom: 3px;
}
.card-body p{
    font-size: 16px;
    line-height: 24px;
    color: #585859;
    margin-bottom: 19px;
}
.buy-btn{
    padding: 8px 27px;
    background-color: #21B573;
    color: #ffffff;
    border: none;
    border-radius: 33px;
    transition: all .3s;
    height: 40px;
    width: 165px;
}
.buy-btn:hover{
    background-color: #1d9660;
    height: 45px;
    width: 185px;
    font-size: 18px;

}
.card-footer{
    background: #ffffff;
    border-top: 0px;
    border-radius: 18px !important;
}
.date img{
    width: 24px;
    height: 24px;
}
.date h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #585859;
    margin-left: 3px;
}
/* video area */
.video-section{
    background-color: #F0FFF0;
    padding: 80px 0px;
    margin-bottom: 50px;
}
.video-details h2{
    font-size: 36px;
    line-height: 54px;
    color: #413960;
}
.video-image img{
    border-radius: 20px;
}
.video-image{
    position: relative;
}
.video-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    cursor: pointer;
}
/* testimonail section */
.testimonial-inner p{
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 15px 0px;
    margin-left: 50px;
}
/* subscribe area */
.subscribe-inner{
    background: #F0FFF0;
    padding: 50px 0px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.subscribe-inner h2{
    font-size: 36px;
    line-height: 54px;
    color: #413960;
    margin-bottom: 30px;
    font-weight: 600;
}
.subscribe-inner a{
    text-decoration: none;
    color: #ffffff;
}
/* Footer section */
.footer-section{
    padding-top: 55px;
    background: #282531;
    color: #FFFFFF;
}
.footer-p p{
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.footer-inner{
    padding-bottom: 75px;
}
.footer-list-item ul li{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}
.footer-list-item ul li:nth-child(1){
    font-weight: bold;
}
.footer-list-item a{
    color: #FFFFFF;
    text-decoration: none;
}
small{
    font-size: 16px;
    line-height: 30px;
    color: #CDCDCD;
}

/* Responsive Css */
@media only screen and (max-width: 1024px) {
    .header-section{
        padding-top: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .header-section {
        height: 100%;
        padding-bottom: 50px;
        padding-top: 0;
    }
    .header-details {
        padding-top: 120px;
    }
    .cards-inner{
        margin-bottom: 20px;
    }
    .video-details {
        margin-bottom: 50px;
    }
    .testimonial-inner{
        text-align: center;
    }
    .testimonial-inner p{
        margin-left: 0;
    }
    .nav-btn{
        max-width: 20%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .card-deck{
        display: block !important;
    }
    .card{
        margin-bottom: 30px !important;
    }
}
@media only screen and (max-width: 575px) {
    .header-details h1 {
        font-size: 44px;
        line-height: 65px;
        margin-bottom: 15px;
    }
    .footer-list-item ul li {
        font-size: 14px;
        line-height: 26px;
    }
}

.cat-ac{
    border:1px solid black;
    padding:35px 15px;
    border-radius: 10px;
    background: #F0FFF0;
}
.cat-non-ac{
    border:1px solid black;
    padding:22px 15px;
    border-radius: 10px;
}

.card {
    border-radius: .7rem;
  }
  .checked {
    color: orange;
  }

  .cat-btn{
    padding: 18px 27px;
    background-color: #21B573;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    transition: all .3s;
    width: 73%;
    height: 86%;
    margin-top:10px;
  }
  .cat-btn:hover{
    width: 75%;
    height: 90%;
    font-size: 17px;
  }

  .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .cat-gp{
    display: flex;
    flex-direction: column;
    
      
  }
  .cat-gp-a{
    display: flex;
    justify-content: center;
    text-decoration: none !important;
  }

  .gap{
    row-gap: 20px;
  }

  .hero-section{
background-image: url('../images/banner-img.jpg');
height: 900px;
margin-top:77px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: flex-end;

  
  }
  @media(max-width:981px){
      .hero-section{
          height:700px;
      }
  }

  @media(max-width:768px){
    .hero-section{
        height: 500px;
    }
  }
  @media(max-width:425px) {
    .hero-section{
        height: 300px;
    }
    .logo-text{
        font-size: 14px !important;
    }
    .video-section{
        padding-top:40px;
    }
    .sec-padding{
        padding-bottom: 40px;
    }
    .title-text{
        margin-bottom: 20px;
    }
    
  }
  .footer-pic{
    display:flex;
    justify-content: center;
  }
  .service-card{
    height: 335px;
  }
  .sec-cat{
    height: 40vh;
    padding-bottom: 0;
  }
  @media(max-width:1089px){
    .sec-cat{
        height: 35vh;
    }
  }
  @media(max-width:768px){
    .sec-cat{
        height: 60vh;
    }
  }

  .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
        margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


/* ------------- */
@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
   position: relative;
   display: flex;
   width: 350px;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border: 1px solid #d2d2dc;
   border-radius: 11px;
   -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
   -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
   box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card .card-body {
       padding: 1rem 1rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

h4{
        line-height: .2 !important;
}
.profile{
          margin-top: 16px;
   margin-left: 11px;
}

.profile-pic{
    width: 58px;
}

.cust-name{
    font-size: 18px;
}

.cust-profession{
    font-size: 10px;
}



.items {
   width: 90%;
   margin: 0px auto;
   margin-top: 100px
}

.slick-slide {
   margin: 10px
}

/* -------- */


/* #testimonial_area {
	padding: 10% 0;
} */
.box-area {
	padding: 30px;
	position: relative;
	display: block;
	background: #fff;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 40px 0;
}
.box-area h5 {
	font-size: 16px;
	font-weight: 700;
	color: #0a69ed;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.box-area span {
	color: #262626;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 400;
}
.box-area .content {
	color: #262626;
}
.box-area .img-area {
	width: 90px;
	height: 90px;
	position: absolute;
	top: -40px;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
	z-index: 1;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.box-area .img-area img {
	width: 100% !important;
    
	height: 100%;
	border-radius: 50%;
}
.socials {
	margin-top: 30px;
}
.socials i {
	margin: 0 10px;
	color: #0a69ed;
	font-size: 18px;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0a69ed;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}

.stars{

    margin-top:10px;
}
.content{
    font-size: 16px;
    line-height: normal;
}

.review-subheading{
    font-size: 16px ;
    line-height: normal !important; 
}
.review-title{
    margin-bottom: 0;
}
.checked {
    color: orange !important;
}
.what-app{
    position: fixed;
    width: 50px;
    right: 1vw;
    bottom: 5vw;
    animation: jump 1s infinite; 
    z-index: 100;
}
@keyframes jump {
    /* 0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-50px); /* Adjust height of the jump */
    /* }
    60% {
        transform: translateY(-30px); /* Slight bounce effect */
    /* } */ 
     0% ,50%,100%{
        transform: translateY(0);
     }
     40%{
        transform: translateY(-60px);
     }
     70%{
        transform: translateY(
            -30px
        );
     }


}
.what-app a img{
    width: 50px;
}

.wrapper {
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}
.ftco-section{
    margin-bottom: 15px;
}
.hero-heading{
   font-size: 28px;
}
.hero-sub-heading{
    font-size: 22px;
    line-height: 32px !important;
}

@media (max-width: 768px) {
    .card-deck {
       
            margin: auto ;
            
        
    }
}
@media (max-width: 768px) {
    .card-deck .card {
        margin:15px auto !important;
    }
    
    .about-heading-inner{
        font-size: 28px !important;
        text-align: center;
        
    }
}

#form-message-success{
    display:none;
}
.btn-contact{
    background-color: #1d9660;
    padding: 20px;
    margin-top: 40px;
    border-radius: 20px;
    border:none;
    color: white;
    transition: all .3s;
    height: 80px;
    width: 160px;
    
}

.btn-contact:hover{
    background-color: #1d9660;
    height: 90px;
    width: 180px;
    font-size: 18px;
    text-decoration: none !important;
}
.btn-contact-us{
   display: block !important;
    
    height: 100px;
    width: 200px;
}
.cat-ac:hover{
    color:blue ;
    cursor:pointer;
}
.card{
    cursor:pointer;
    transition all 0.3s;
}
.card:hover{
     box-shadow: 10px 10px 15px 10px rgb(161, 163, 164);
}
.call-icons{
    width: 50px !important;
    height: 50px !important;
    transition: all 0.3s;
    
}
.call-icons:hover{
    width: 60px !important;
    height: 60px !important;
}

.call-icons .fa-phone{
    transition: all 0.3s;
}
.call-icons .fa-phone:hover{
    font-size:22px;
}
@media(max-width:768px){
    .btn-contact-us{
        margin: 0 auto;
    }
}

.footer-list-item>ul>li>a:hover{
    color:orange;
}



  




 