@import url('https://fonts.googleapis.com/css2?family=Edu+TAS+Beginner:wght@400..700&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Kite+One&family=Krona+One&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sriracha&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: 0;
}
:root{
--Seashell:#F4F0ED; 
--white:#ffffff;
--black:#000000;
--Dawn-Pink:#EFEAE7;
--Rangoon-Green:#181818;
--Salmon:#8167e6;
--Tuna:#33333D;
--Butterfly-Bush:#5647A7;
--Dusty-Orange:#EE8544;
--Bright-Cerulean:#1AB1EC;
--Fresh-Green:#5FD36C;
--Titan-White:#EFEFF7;
--Forget-Me-Not:#33333d0d;
--Grey-Chateau:#A9A7B3;
--Downriver:#06235B;
}
/* ************ */
.owl-carousel,
.owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
/* width: 100%; */
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
color: #fff;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #d6d6d6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: #869791;
color: #fff;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #d6d6d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}
/* ************* */
h1,h2,h3,h4,h5,h6{
font-family: "Roboto", serif;   
}
/* ************ */
nav.navbar.WhiteNav {
background-color:var(--Titan-White)!important;
position: fixed;
width: 100%;
z-index: 999;
transition: .6s;
padding: 12px 0;
box-shadow: 0 0 2px #ccc;
top: 0;
color: var(--Rangoon-Green);
}
nav.navbar.WhiteNav .nav-item .nav-link.active{
color: var(--Salmon);
}
nav.navbar.WhiteNav .nav-item .nav-link {
color: var(--Rangoon-Green);
}
.TransparentNav #BrandLogo, .WhiteNav #WhiteLogo {
display: none;
}
.WhiteNav .navbar-brand.white-logo{
display: none;
}
.WhiteNav #BrandLogo {
display: block;
}
.navbar-brand img {
max-width: 100%;
height: auto;
}
.back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
z-index: 99;
outline: none;
font-size: 30px;
font-weight: 600;
color: var(--Titan-White);
background: transparent;
border: 0;
}
.back-to-top img{
width: 40px;
}
.common-section{
background: var(--Rangoon-Green);
padding: 20px 0;
}
.common-section .common-content{
text-align: center;
}
.common-section .common-content h4{
font-size:2.1rem;
color: var(--white);
margin-bottom: 0;
}
/* ************** */
.navbar.online-navbar{
padding: 20px 0!important;
background: var(--white);
}
.online-navbar .company-logo img{
width:80px
}
.company-logo{
    margin-bottom: 0;
}
.online-navbar .navbar-nav .nav-link{
text-transform: uppercase;
font-size: .8rem;
font-weight: 500;
}
.online-navbar .navbar-nav .nav-link.active{
color: var(--Salmon);
}
.online-navbar .navbar-nav .nav-item{
margin-right: 20px;
}
/* hero section start */
.hero-section{
    background: var(--Tuna);
    width: 100%;
}
.hero-content{

border-radius: 35px;
}
.hero-content .hero-img img{
width: 100%;
}
.navregister a{
text-decoration: none;
background: var(--Tuna);
color: var(--white);
padding: 12px;
border-radius: 6px;
transition: .6s;
}
.navregister:hover a{
background: var(--Rangoon-Green);
color: var(--white);
transition: .6s;
}
.hero-left-content{
width: 100%;
height: 100%;
position: relative;
color: var(--white);
}
.hero-left-content h3{
font-size: 2.5rem;
margin-bottom: 4px;
}
.hero-left-content .innerhero-content{
position: absolute;
top: 50%;
left: 30%;
transform: translate(-30%,-50%);
}
.hero-left-content h3 {
margin-bottom: 20px;
}
.form-control:focus {
box-shadow: none !important;
}
.app-install ul{
padding-left: 0;
margin-bottom: 0;
display: flex;
}
.app-install ul li{
list-style: none;
margin-right: 12px;
}
.app-install ul li img{
max-width: 150px;
}
.hero-section button.owl-prev, .hero-section button.owl-next {
width: 60px;
height: 60px;
background: var(--white) !important;
border-radius: 100px !important;
}
.hero-section .owl-theme .owl-nav {
margin-top: -30px;
margin-bottom: 24px;
}
/* hero section end */
/* category start */
.category-item-section{
padding: 60px 0;
}
.category-item-section ul{
display: flex;
justify-content: space-between;
padding-left: 0;
margin-bottom: 20px;
}
.category-item-section ul li{
list-style: none;
}
.category-item-section ul li a{
text-decoration: none;
background: var(--Salmon);
color: var(--white);
padding: 12px;
border-radius: 6px;
}
.category-item-section .category-item{
text-align: center;
}
.category-item-section .category-item .caticon{
border-radius: 49% 80% 40% 90% / 50% 30% 70% 80% !important;
background-color: rgb(93 135 255 / 0.1) !important;
padding: 20px 8px;
max-width:100px;
width: 80px;
margin-bottom: 8px;
}
.category-item-section .category-item img{
max-width: 40px;
margin-bottom: 12px;
}
.category-item-section .category-item h5{
font-size: 1rem;
color: var(--Tuna);
}
.category-item-section a{
text-decoration: none;
}
.category-item{
display: flex;
align-items: center;
height: 100%;
justify-content: center;
}
/* category end */
/* course start */
.course-section{
background: var(--Titan-White);
padding: 60px 0;
}
.course-card{
background: var(--white);
padding: 14px;
margin-bottom: 20px;
}
.course-card img{
width: 100%;
}
.course-rate{
display: flex;
margin-bottom: 0;
padding: 12px 0;
}
.course-rate-icon{
border-bottom: 1px solid var(--Titan-White);
}
.course-rate li{
list-style: none;
font-size: .8rem;
margin-right: 6px;
}
.course-rate li .fa-star{
color: var(--Dusty-Orange);
}
.course-rate li .fa-eye{
color: var(--Butterfly-Bush);
}
.course-rate li .fa-circle-play{
color: var(--Fresh-Green);
}
.course-head{
margin: 8px 0;
}
.course-head h4{
margin-bottom: 0;
font-size: 1rem;
}
.course-pro{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.course-pro li{
list-style: none;
margin-right: 8px;
}
.course-pro img{
width: 30px!important;
border-radius: 80px;
}
.edu-name{
font-size: .8rem; 
color: var(--Tuna);
display: flex;
align-items: center;
height: 100%;
}
.course-edu{
margin-bottom: 20px;
}
.course-price{
display: flex;
padding-left: 0;
margin-bottom: 0;
justify-content: end;
}
.course-price li{
list-style: none;
margin-left: 8px;
font-size: 1rem;
font-weight: 600;
}
.course-price del{
color: var(--Salmon);
}
.course-price span{
color: var(--Rangoon-Green)
}
.read-more a{
text-decoration: none;
color: var(--Salmon);
font-size: .9rem;
}
.course-category{
display: flex;
justify-content: end;
padding-left: 0;
margin-bottom: 20px;
}
.course-category li{
list-style: none;
}
.course-category {
display: flex;
padding-left: 0;
margin-bottom: 0;
align-items: center;
}
.course-category  li{
list-style: none;
margin-left: 12px;
}
.course-category  li a{
text-decoration: none;
background: var(--Salmon);
color: var(--white);
padding: 8px 12px;
border-radius: 6px;
}
.top-course-menu{
margin-bottom: 20px;
}
.form-select{
box-shadow: none !important;
border: 0!important;
}
/* course end */
/* about section start */
.about-section{
padding: 60px 0;
}
.about-img img{
width: 100%;
}
.headline h4{
font-size: 2.3rem;
margin-bottom: 20px;
}
.right-about{
margin-bottom: 20px;
}
.right-about ul{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.right-about ul li{
list-style: none;
margin-right:8px ;
}
.right-about .about-num{
font-weight: 500;
color: var(--Salmon);
}
.right-about ul li h6{
color: var(--Salmon);
}
.right-about ul li p{
margin-bottom: 0;
color: var(--Tuna);
}
.right-about-content{
width: 100%;
}
.right-about-content .getStart{
margin-top: 35px;
text-align: start;
}
.right-about-content{
display: flex;
align-items: center;
height: 100%;
}
.right-about-content h5{
color: var(--Rangoon-Green);
margin-bottom: 30px;
}
.whodir{
    margin-bottom: 0!important;
}
.about-cont .rchead{
margin-bottom: 8px;
color: var(--Downriver);

}
.about-cont ol li{
    line-height: 24px;
    font-size: 1.01rem;
}
.about-cont strong{
    font-weight: 500;
    color: var(--Tuna);
}
.radmore a{
    text-decoration: none;
    background: var(--Rangoon-Green);
    color: var(--white);
    padding: 12px 20px;
    line-height: 60px;
}
.about-cont h5 {
    font-size: 1.2rem;
    color: var(--Tuna);
    margin: 24px 0 12px 0;
}
/* about section end */
/* mission vision start */
.mission-section{
    margin-bottom: 60px;
}
.mission-card{
    text-align: center;
    border-right: 1px solid var(--Grey-Chateau);
    padding: 12px;
    height: 100%;
    
}
.mission-card img{
    width: 60px;
    margin-bottom: 12px;
}
.mission-card p{
    font-size: .95rem;
}
.mission-card strong{
    font-weight: 500;
}
.mission-card.border-none{
    border-right: 0!important;
}
.goal-img{
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.goal-img img{
    width: 100%;
  
}
.goal-section{
    margin-bottom: 60px;
}
.goal-section strong{
    font-weight: 500;
}
.goal-section h4{
    color: var(--Downriver);
    font-size: 1.4rem;
}
/* mission vision end */
/* select course start */
.section-course{
background: var(--Forget-Me-Not);
padding: 60px 0;
}
.section-course .top-course-menu{
margin-bottom: 20px;
}
/* select course end */
/* call back start */
.callback-section{
padding: 60px 0;
}
.callback-section .inner-callback{
background: var(--Tuna);
color: var(--white);
width: 80%;
margin: 0 auto;
padding: 40px 60px;
border-radius:12px ;
}.callback-section .inner-callback h4{
font-size: 2rem;
text-align: center;
}
.callback-section ul{
justify-content: center;
}
.callback-section .inner-callback p{
margin-bottom: 30px;
}
.getStart{
text-align: center;
}
.getStart a{
padding: 12px;
background: var(--Salmon);
color: var(--white);
text-decoration: none;
border-radius: 6px;
}
/* call back end */
/* testimonial start */
.testimonial-section{
padding: 60px 0;
/* background: var(--Tuna); */
    width: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 19%), rgb(0 0 0 / 81%) 100%), url(../images/testimonial-background.webp)fixed;
    background-size: cover;
}
.testimonial-img img{
width:100%
}
.testimonial-card{
background: var(--white);
padding: 20px;
}
.testimonial-card p{
font-size: 1rem;
font-family: "Kite One", serif;
font-weight: 400;
font-style: normal;
margin-bottom: 0;
}
.testimonial-card img{
max-width:60px;
}
.testimonial-cont{
border-bottom: 1px solid var(--Forget-Me-Not);
margin-bottom: 20px;
}
.testimonial-card .profile img{
max-width: 100px;
}
.testi-profile{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.testi-profile li{
list-style: none;
margin-right: 20px;
}
.testimonial-section button.owl-prev,.testimonial-section button.owl-next{
width: 60px;
height: 60px;
background: var(--white) !important;
border-radius: 100px!important;
}
/* testimonial end */

/* footer start */
footer{
background: var(--Titan-White);
padding: 60px 0;
}
.footer-menubar ul{
padding-left: 0;
}
.footer-menubar ul li{
list-style: none;
margin-bottom: 12px;
}
.footer-menubar ul li a{
text-decoration: none;
color: var(--Tuna);
font-size: .9rem;
}
.footer-head h5{
font-size: 1.1rem;
color: var(--Salmon);
position: relative;

}
.footer-head h5::after{
    position: absolute;
    content: '';
    width: 30px;
    background: var(--Salmon);
    height: 2px;
    bottom: -4px;
    left: 0;
}
footer .footer-menubar{
border-bottom: 1px solid var(--white);
}
.copyright{
padding-top: 12px;
}
.copyright ul{
display: flex;
padding-left: 0;
margin-bottom: 0;
justify-content: space-between;
}
.copyright ul li{
list-style: none;
font-size: 1rem;
}
.copyright ul li a{
color: var(--Tuna);
}
.copyright ul li .footer-socialmedia li{
margin-left: 12px;
}
.copyright ul li .footer-socialmedia li i{
color: var(--Tuna);
}
/* footer end */
/* details section start */
.common-banner-section{
background: var(--Tuna);
padding: 12px 0;
color: var(--white);
}

.details-courseduration{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.details-courseduration li{
list-style: none;
margin-right: 12px;
}
.common-content p{
}
.common-content h4{
color: var(--Tuna);
font-size: 1.5rem;
margin-bottom: 0;
color: var(--white);
}
.course-tab h4{
font-size: 1.3rem;
}
.description-img img{
width: 100%;
margin-bottom: 12px;
}
.description-cards .video-img {
position: relative;
}
.description-cards .playvideo, .video-section .playvideo i {
transition: all 0.3s ease;
}
.description-cards .playvideo {
background: var(--Dawn-Pink);
border-radius: 80px;
padding: 8px;
width: 60px;
height: 60px;
opacity: .6;
}
.description-cards .playvideo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.description-cards .playvideo i {
display: flex
;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
color: var(--Rangoon-Green);
}
.des-price h4{
font-weight: 600;
font-size: 2rem;
}
.des-price h4 span{
font-size: 1.3rem;
color: var(--Grey-Chateau);
}
.dec-time p{
color: var(--Dusty-Orange);
margin-bottom: 20px;
}
.buynowBtn{
text-align: center;
text-decoration: none;
color: var(--white);
}
.buynow{
background: var(--Salmon);
width: 100%;
padding: 8px;
}
.des-lang{
display: flex;
padding-left: 0;
}
.des-lang li{
list-style: none;
margin-right: 16px;
}
.des-lang li img{
max-width: 24px;
}
.detail-include{
margin: 12px 0;
border-bottom: 1px solid var(--Dawn-Pink);
}
.detail-include a{
text-decoration: none;
color: var(--Dusty-Orange);
}
.details-socialmedia{
display: flex;
padding-left: 0;
}
.details-socialmedia li{
list-style: none;
margin-right: 20px;
}
.details-socialmedia li i{
color: var(--Butterfly-Bush);
font-size: 1.2rem;
}
.description-cards{
box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
padding: 20px;
margin-top: -220px;
background: var(--white);
}
.common-banner-section .course-rate li {
font-size: .9rem;
}
.comment-form{
padding-top: 20px;
}
.commentBtn a{
background: var(--Salmon);
text-decoration: none;
color: var(--white);
line-height: 30px;
padding: 8px 10px;
}
.commentCheck{
margin-bottom: 30px!important;
padding-left: 30px!important;
}
.form-check.commentCheck{
}
.comment-form input{
border-radius: 0;
}
.comment-form textarea{
border-radius: 0;
}
.form-check-input:focus{
border-color:var(--Forget-Me-Not);
outline: 0;
box-shadow:none!important;
}
.form-check-input:checked{
background-color: var(--Salmon)!important;
border: 1px solid var(--Salmon)!important;
}
/* video */
.video-course{
display: flex;
padding-left: 0;
margin-bottom: 20px;
justify-content: space-between;
}
.video-course li{
list-style: none;
}
.video-course ul{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.video-course .left-video li{
margin-right: 8px;
}
.video-course .right-video li{
margin-left: 8px;
font-size: .9rem;
}
.video-course .right-video .btn{
background: var(--Salmon);
color: var(--white);
text-decoration: none;
padding: 2px 8px!important;
border-radius: 6px;
font-size: .9rem;
}
.video-course .right-video i{
color: var(--Grey-Chateau);
}
.video-course .right-video .fa-arrow-down{
color: var(--Fresh-Green);
border: 1px solid var(--Fresh-Green);
border-radius: 100px;
padding: 2px 4px;
}
/* details section end */
/* course section start */
.course-section.allcourse{
background: var(--white);
}
.course-section.allcourse .course-card{
box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
}
/* course section end */
/* contact section start */
.contact-section{
padding:60px 0;
}
.contact-section img{
width:100%;
}
.left-contact ul{
display: flex;
padding-left: 0;
align-items: center;
}
.left-contact ul li{
list-style: none;
margin-right: 12px;
}
.left-contact ul li i{
color: var(--Rangoon-Green);
border-radius: 6px;
font-size: 1.5rem;
padding-top: 6px;
}
.left-contact ul li p{
margin-bottom: 0;
font-size: 1.2rem;
}
.left-contact ul li a{
text-decoration: none;
color: var(--Rangoon-Green);
font-size: 1.5rem;
font-weight: 600;
transition: .6s;
} 
.left-contact ul li a:hover{
    color: var(--Dusty-Orange);
    transition: .6s;
}
.left-contact h5{
    font-size: 1rem;
}
.contact-form{
padding: 30px;
box-shadow: 0px 3px 30px rgba(0, 0, 0, .15);
}
.contact-form input{
border-radius: 0;
} 
.contact-form textarea{
border-radius: 0;
}
.submitBtn{
margin-top: 20px;
}
.submitBtn button{
background: var(--Forget-Me-Not);
color: var(--Tuna);
}
.submitBtn button:hover{
background: var(--Seashell);
}
.left-contact button:focus:not(:focus-visible){
border: 0!important;
background: var(--Dawn-Pink)!important;
}
/* contact section end */

/* gallery start */
.gallery-section {
padding: 60px 0;
}
.card-image img {
width: 100%;
margin-bottom: 20px;
}
/* gallery end */
.contact-map iframe{
width: 100%;
height: 350px;
}
/* goodness section start */
.goodness-section {
    padding: 40px 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 19%), rgb(0 0 0 / 81%) 100%), url(../images/onlinecall-background.webp) fixed;
    background-size: cover;
    color:var(--white);
}
.goodness-card{
    background: #ffffffa3;
    color: var(--Rangoon-Green);
    padding: 40px;
    width: 80%;
    margin: 0 auto;
}
/* goodness section end */
.certificate-section {
    margin-bottom: 20px;
}
.certificate-section .cerificate-image img{
    width: 100%;
    border: 1px solid var(--Dawn-Pink);
    padding: 20px;
}
.certificate-section .cerificate-image{
    margin-bottom: 20px;
}
/* media query start */
/* policy start */
.policy-section{
    padding: 40px 0;
}

.policy-section strong{
    color: var(--Downriver);
    font-weight: 500;
}
.policy-section h4{
    color: var(--Butterfly-Bush);
    font-size: 1.2rem;
  
}
/* policy end */
/* faq start */
.faq-section {
    padding: 60px 0;
}

.faq-section .accordion-button {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    padding: 15px 20px;
    font-weight: 500;
    width: 100%;
    position: relative;
}

.faq-section .accordion-button::after {
    display: none !important;
}

.faq-section .accordion-button::before {
    content: '\002B'; 
    font-size: 1.25rem;

    position: absolute; 
    right: 20px;
}

.faq-section .accordion-button:not(.collapsed)::before {
    content: '\2212'; 
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--Tuna) !important;
    color: var(--white) !important;
}

.faq-section .accordion-item:first-of-type .accordion-header .accordion-button {
    border-radius: 0 !important;
}
.faq-section .accordion-button:hover {
    background: var(--Tuna, #2b3a50);
    color: var(--white) !important;
}
.accordion-button:focus {
    box-shadow: none!important;
}
/* faq end */
/* video section start */
.video-section {
    max-width: 960px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  .video-container iframe,
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
/* video section end */
/* whatsapp section start */
/* whatsapp */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 10;
  }
  @keyframes pulse {
  0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
  box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  }
  .btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
  }
  .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  }
  @keyframes pulse-border {
  0% {
  padding: 25px;
  opacity: 0.75;
  }
  75% {
  padding: 50px;
  opacity: 0;
  }
  100% {
  opacity: 0;
  }
  }
@media(max-width:1440px){
.hero-left-content h3 {
font-size: 2.2rem;
}
}
@media(max-width:1400px){
.callback-section .inner-callback {
width: 70%;
}
}
@media(max-width:1200px){
.hero-left-content h3 {
font-size: 2rem;
}
.course-rate li {
margin-right: 2px;
}
.course-rate-icon .col-lg-4{
padding: 0 6px;
}
.headline h4 {
font-size: 2rem;
}
.right-about-content {
    width: 100%;
}
.callback-section .inner-callback h4 {
    font-size: 1.6rem;
    text-align: left;
}
.hero-left-content .innerhero-content {
    left: 22%;
}
}
@media(max-width:992px){
.hero-left-content .innerhero-content {
top: 245px;
} 
.hero-left-content .innerhero-content {
    left: 28%;
}
.category-item{
margin-bottom: 20px;
}
.navbar-toggler:focus{
box-shadow: none!important;
}
.navbar-toggler{
border: 0!important;
}
.callback-section .inner-callback{
width: 100%;
}
footer {
padding: 40px 0;
}
.headline h4 {
    font-size: 1.8rem;
}
.hero-left-content{
    position: static;
}
.hero-left-content .innerhero-content {
    padding: 80px 0 40px 0;
    position: static !important; 
    transform: none!important;
}
.right-about-content{
    margin-bottom: 60px;
}
.offcanvas.menu-bg{
    background: var(--white)!important;
}
.menu-bg  img{
    max-width: 60px;
}
.menu-bg .nav-item .nav-link{
    color: var(--Tuna);
}
.online-navbar .navbar-nav .nav-item {
    margin-right: 20px;
    border-bottom: 1px solid var(--Dawn-Pink);
    padding: 12px;
}
.mobile-download-toggle{
    display: flex;
    align-items: center;
    height: 100%;
}
.navbar.online-navbar {
    padding: 0!important;
}
.course-section,.section-course,.testimonial-section,.callback-section,.gallery-section,.contact-section{
    padding: 40px 0;
}
.about-section{
padding: 0px 0 40px 0;
}
.category-item-section{
padding: 40px 0 0 0;
}
.goodness-card {
    padding: 20px
}
.goodness-section{
    padding: 20px 8px;
}
.goodness-card{
    width: 100%;
}
.goal-section {
    margin-bottom: 40px;
}
.mission-card{
    border-right: none;
}
.faq-section {
    padding: 40px 0;
}
}
@media(max-width:768px){
.category-item-section ul{
display: block;
}
.hero-left-content .innerhero-content {
top: 255px;
}
.right-catmenu{
float: left;
}
.course-category li a {
padding: 8px 12px
}
.callback-section .inner-callback {
padding: 20px 30px;
}
.callback-section .inner-callback h4 {
font-size: 1.5rem;
}
.getStart a {
padding: 8px 12px;
}
.common-content h4 {
   
    font-size: 1.5rem;
    margin-bottom: 0;
}
.headline h4 {
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.common-banner-section{
    padding: 20px 0;
}

.left-contact h5{
    font-size: 1rem;
    margin-bottom: 0;
}
.left-contact ul li i {
    font-size: 1.5rem;
}
}
@media(max-width:480px){
.hero-left-content h3 {
font-size: 1.8rem;
}
.hero-left-content .innerhero-content {
top: 220px;
}
.headline h4 {
font-size: 1.8rem;
}
.navregister{
    margin-right: 6px;
}
}
@media(max-width:425px){
.hero-left-content h3 {
font-size: 1.5rem;
margin-bottom: 16px;
}
.hero-left-content .innerhero-content {
left: 28%;
transform: translate(-30%, -60%);
}
.category-item-section ul li a {
padding: 8px 4px;
}
.navregister a {
padding: 8px 12px;
}
.online-navbar .company-logo img {
width: 60px;
}
.navbar.online-navbar {
padding: 8px 0 !important;
}
.app-install ul li img {
    max-width: 120px;
}
.hero-left-content .innerhero-content {
    padding: 50px 0 40px 0;
}
.hero-section button.owl-prev, .hero-section button.owl-next {
    width: 45px;
    height: 45px;
}
.copyright ul{
    display: block;
   
}
.footer-socialmedia{
    margin-top: 8px!important;
    display: flex!important;
    justify-content: left!important;
}
.course-section, .section-course, .testimonial-section, .callback-section,.gallery-section,.contact-section {
    padding: 20px 0;
}
.contact-form {
    padding: 20px
}
.left-contact ul li a {
    font-size: 1.1rem;
}
}
@media(max-width:375px){
.hero-left-content .innerhero-content {
top: 187px;
}
.hero-left-content h3 {
font-size: 1.2rem;
}
.innerhero-content p{
line-height: 22px;
}
.hero-left-content .innerhero-content {
padding: 40px 0;
}
.callback-section .inner-callback h4 {
    font-size: 1.2rem;

}
.headline h4 {
    font-size: 1.5rem;
}
.faq-section {
    padding: 20px 0;
}
}
@media(max-width:320px){
.hero-left-content .innerhero-content {
top: 166px;
}
.online-navbar .navbar-toggler{
padding: 0!important;
}
}
/* media query end */