html, body{
    overflow-x: hidden;
}
p, h1, h2, h3, h4, h5, h6, a, label, button{
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none !important;
}
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #5cc6d0; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: #5cc6d0; 
  }
header{
    z-index: 100000;
}
.navbar-brand img
{
    width: 200px;
}
.nav-link
{
    font-size: 14px;
    color: #000 !important;
    padding: 10px 15px !important;
}
.theme-button-border
{
    font-size: 14px;
    border: 1px solid #5cc6d0;
    border-radius: 7px;
    padding: 10px 40px;
    color: #5cc6d0 !important;
    transition: all 0.5s;
}
.theme-button-border:hover
{
    text-decoration: none;
    color: #FFF !important;
    background-color: #5cc6d0;
}
.theme-button-bg
{
    font-size: 14px;
    color: #FFF !important;
    transition: all 0.5s;
    background-color: #5cc6d0;
    border-radius: 7px;
    padding: 10px 40px;
    border: 1px solid #5cc6d0;
}
.theme-button-bg:hover{
    text-decoration: none;
    color: #5cc6d0 !important;
    background-color: #FFF;
}
.hero
{
    background-color:#001C38;
    margin-top:0px !important; 
}
.hero-img
    {
        width:90% !important;
    }
.hero-heading
{
    color: #000;
    font-size: 3.6em;
    font-weight: 600;
}
.hero-heading >span{
    color: #5cc6d0;
    font-weight: 800;   
}
.text-para
{
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    word-wrap: break-word;
}
.user-profile{
    aspect-ratio: 1 / 1 !important;
    border-radius: 100% !important;
    object-fit: cover !important;
}
.main-text{
    word-wrap: break-word;
}
.heading
{
    color: #000;
    font-size: 2em;
    font-weight: 600;
}
.heading >span{
    color: #5cc6d0;
    font-weight: 800; 
}
.sub-heading
{
    color: #5cc6d0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
/* Category */
.featured-category-item
{
    border-radius: 7px;
    border: solid 1px #EEE;
    transition: all .5s;
}
.featured-category-item:hover{
    box-shadow: 0px 0px 20px #0000001A;
    border: solid 1px transparent;
}
.category-img
{
    border-radius: 7px;
}
.inner-heading
{
    line-height: 20px;
}
.inner-heading >a
{
    color: #5cc6d0;
    font-size: 17px;
    text-decoration: none;
}
.inner-meta
{
    font-size: 10px;
    color: #999999;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #5cc6d0 !important;
    width: 30px !important;
    height: 7px;
}
.owl-theme .owl-dots .owl-dot span
{
    width: 7px !important;
    height: 7px !important;
    background-color: #666666 !important;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}
.owl-carousel .nav-btn{
    height: 70px;
    position: absolute;
    width: 70px;
    cursor: pointer;
    top: 28% !important;
}
.owl-carousel .prev-slide{
    background: url('../images/arrow.png') no-repeat scroll 0 0;
    left: -70px;
    background-size: 70px;
    transform: rotate(180deg);
    transition: all .2s;
}
.owl-carousel .next-slide{
    background: url('../images/arrow.png') no-repeat scroll 0 0;
    background-size: 70px;
    transition: all .2s;
    right: -70px;
}
.owl-carousel .prev-slide:hover{
    background: url('../images/arrow-hover.png') no-repeat scroll 0 0;
    transform: rotate(360deg);
    background-size: 65px;
    background-position: 15px 10px;
}
.owl-carousel .next-slide:hover{
    background: url('../images/arrow-hover.png') no-repeat scroll 0 0;
    transform: rotate(180deg);
    background-size: 65px;
    background-position: 15px 15px;
}
span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}
span.img-text:hover {
    color: #2caae1;
}
.bg-light-section
{
    background-color: #F6FAFB;
}
.price
{
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}
.price >span{
    color: red;
    text-decoration: line-through;
}
.button-course
{
    border-color: #EEE !important;
}
.button-course >a{
    text-decoration: none;
    font-size: 13px;
    color: #000;
}
.coursel-img
{
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#courses .nav-btn
{
    top: 34% !important;
}
.counter
{
    position: relative;
}
.counter >p{
    font-size: 2.8em;
    font-weight: 700;
    position: absolute;
    top:8px;
}
.counter-bg-1
{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #41FFD1;
    border-radius: 100%;
}
.counter-bg-2
{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #C1A9FF;
    border-radius: 100%;
}
.counter-bg-3
{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #1CBEEF;
    border-radius: 100%;
}
.counter-bg-4
{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #FFEE00;
    border-radius: 100%;
}
.counter-text
{
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.logo-img
{
    width: 150px !important;
    filter: grayscale(100%);
    transition: all .5s;
}
.logo-img:hover{
    filter: grayscale(0%);
}
.testimonial
{
    background: url('../images/quote.png') no-repeat scroll 0 0;
    background-size: 80px;
    background-position: 20px 20px;
    
}
.testimonial-img
{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.testimonial-designation
{
    color: #999999;
    font-size: 13px;
}
#testimonial .nav-btn
{
    top: 35% !important;
}
.owl-theme .owl-dots .owl-dot span
{
    margin: 5px 4px !important;
}
.theme-colored-bg
{
    background-color: #5cc6d0;
    padding-bottom: 150px;
}
.blog-heading
{
    font-size: 5em;
    font-weight: 800;
    word-spacing: 10px;
}
.blog-heading-alt
{
    font-size: 5em;
    font-weight: 800;
    word-spacing: 10px;
    color: #5cc6d0;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,.3);
}
.theme-color
{
    color: #5cc6d0;
}
.blog-margin
{
    margin-top: -150px;
}
.border-no
{
    border: none !important;
    box-shadow: 0px 0px 10px rgba(200,200,200,0.3);
}
.custom-text-subscribe
{
    width: 100%;
    border-radius: 50px;
    background-color: #FFF;
    box-shadow: 5px 5px 30px #0000000F;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: none;
    padding: 23px 30px;
}
.custom-text-subscribe:focus{
    outline: none;
}
.custom-subscribe-form
{
    position: relative;
}
.subscribe-button
{
    border-radius: 100%;
    border: none;
    background-color: #5cc6d0;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 7px;
    top: 7px;
}
.subscribe-button:focus{
    outline: none;
}
.subscribe-button >img{
    width: 25px;
}
.footer-one
{
    background: #27333A;
}
.footer-logo
{
    width: 300px;
}
.footer-para
{
    color: #AAAAAA;
    font-size: 14px;
}
.footer-heading
{
    font-size: 23px;
    color: #FFF;
    letter-spacing: 1px;
}
.footer-border
{
    width: 40px;
    height: 2px;
    border: 10px;
    background-color: #5cc6d0;
}
.footer-nav >li >a{
    text-decoration: none;
    color: #AAA;
    font-size: 14px;
    line-height: 29px;
    transition: all .5s;
}
.footer-nav >li >a:hover{
    color: #FFF;
}
.footer-para-lh
{
    line-height: 29px;
}
.footer-two
{
    background: #1E272C;
}
.footer-para >a
{
    color: #FFF;
    text-decoration: underline;
    letter-spacing: .5px;
}
.footer-social >li
{
    display: inline-block;
}
.footer-social >li >a
{
    display: block;
    padding: 0px 10px;
    color: #FFF;
    text-decoration: none;
    transition: all .5s;
}
.footer-social >li >a:hover{
    color: #5cc6d0;
}
.custom-form-text
{
    width: 100%;
    border-radius: 7px;
    background-color: #FFF;
    box-shadow: 5px 5px 30px #0000000F;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: solid 1px #EEE !important;
    padding: 25px 20px;
}
.custom-form-text:focus, .custom-form-text:focus-visible
{
    outline: none !important;
    box-shadow: none;
    background-color: #FFF !important;
}
.custom-form-select
{
    width: 100%;
    border-radius: 7px;
    background-color: #FFF;
    box-shadow: 5px 5px 30px #0000000F;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: solid 1px #EEE !important;
    padding: 15px 20px;
}
.custom-form-select:focus, .custom-form-select:focus-visible
{
    outline: none !important;
    box-shadow: none;
    background-color: #FFF !important;
}

.checkbox-wrap
{
    position: relative;
    margin-bottom: 10px;
}
input[type=checkbox] 
{
    visibility: hidden;
}
.checkbox-custom{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #5cc6d0;
    transition: all .5s;
    z-index: 1;
}
.checkbox-wrap:hover input ~ .checkbox-custom {
    background-color: black;
}
.checkbox-wrap input:active ~ .checkbox-custom, .checkbox-wrap input:checked ~ .checkbox-custom {
    background-color: #5cc6d0;
}
.checkbox-custom:after {
    content: "";
    position: absolute;
    display: none;
    transition: all .5s;
}
.checkbox-wrap input:checked ~ .checkbox-custom:after {
    display: block;
}
.checkbox-wrap .checkbox-custom:after {
    left: 8px;
    bottom: 6px;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-para
{
    padding-left: 35px;
    margin-left: -20px;
    z-index: 99;
    position: relative;
    display: inline;
}
.modal-content
{
    border: none !important;
    box-shadow: 0px 0px 30px #66666699;
    border-radius: 7px;
}
.model-button-wrap
{
    border: solid 1px #5cc6d0;
    border-radius: 7px;
    transition: all .5s;
}
.model-button-wrap:hover{
    box-shadow: 3px 3px 20px #0000001A;
    border: solid 1px #EEE;
}
.close
{
    opacity: 1 !important;
    background: #5cc6d0 !important;
    color: #FFF;
    padding: 3px 12px !important;
    font-weight: 300 !important;
    font-size: 40px !important;
    border-radius: 7px !important;
    text-shadow: none !important;
    transition: all .5s !important;
}
.close:hover{
    color: #000;
}
.inner-page-banner
{
    background-color: #89d1db98;
}
.breadcrumb
{
    background-color: transparent !important;
    padding: 0px !important;
    font-size: 14px !important;
}
.breadcrumb-item >a{
    color: #5cc6d0;
    text-decoration: none !important;
}
.breadcrumb-item.active{
    color: #999;
}
.filter-wrap
{
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(200,200,200,0.3);
    border-radius: 7px;
    background-color: #FFF;
}
.filter-heading
{
    background-color: #5cc6d0;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-link
{
    line-height: 1 !important;
}
.page-item.disabled .page-link
{
    border-color: transparent !important;
}
.page-item.active .page-link {
    background-color: #5cc6d0 !important;
    border-color: #5cc6d0 !important;
}
.page-link {
    line-height: 1 !important;
    color: #1986a0;
    border: 1px solid transparent !important;
}
.page-link:hover{
    background-color: #5cc6d0 !important;
    color: #FFF !important;
}
.line-height
{
    line-height: 1.1 !important;
}
.carousel-inner >div{
    box-shadow: 0px 0px 20px #0000001a;
    border-radius: 7px;
}
.carousel-inner img {
    width: 100% !important;
    height: auto;
    border-radius: 7px;
}
#custCarousel .carousel-indicators {
    position: static;
    margin-top:0px;
}
#custCarousel .carousel-indicators > li {
  width:100px;
}
#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}
#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}
.course-detail-heading
{
    font-size: 20px;
    font-weight: 700;
}
.price-detail
{
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}
.price-detail >span{
    color: red;
    text-decoration: line-through;
}
.card-header {
    padding: 5px 20px !important;
    background-color: rgb(246 250 251) !important;
    border-bottom: 1px solid #EEE !important;
    transition: all .5s !important;
}
.card-header:hover{
    background-color: #F7f8f9 !important;
}
.card-header:hover .btn-link{
    color: #000 !important;
} 
.btn-link
{
    color: #555 !important;
    font-size: 15px;
    text-decoration: none !important;
    transition: all .5s !important;
    font-weight: 500;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}
.card {
    border: 1px solid #EEE !important;
}
.start-enbled
{
    color: #FF9529;
}
.related-course-wrap
{
    max-height: 550px;
    overflow-y: auto;
}
.related-course-wrap-noti
{
    max-height: 300px;
    overflow-y: auto;
}
.rounded
{
    border-radius: 7px !important;
}
.related-course-image
{
    border-radius: 5px;
    width: 80px;
}
.review-show-more
{
    color: #000;
    transition: all .5s;
}
.review-show-more:hover{
    color: #FFF;
}
.contact-shadow-cards
{
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 7px;
}
.contact-main-heading
{
  color: #fff;
  font-weight: bolder;
  background-color: #5cc6d0;
  border-radius: 7px 7px 0 0;
}
.contact-sub-main-heading
{
  color: #5cc6d0;
}
.contact-i
{
  color: #5cc6d0;
}
.social-team-icon
{
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #5cc6d0;
    color: #FFF;
    padding: 5px 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all .5s;
}
.social-team-icon:hover{
    color: #000;
}
.faq-img
{
    padding: 30px;
    background-color: #FFF;
    border-radius: 100%;
    display: inline-block;
    border: solid 1px #EEE;
}
.faq-img >img{
    width: 60px;
    height: 60px;
}
.pc-custom-button
{
  color: #001238;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.pc-custom-button:hover
{
  text-decoration: none;
  color: #5cc6d0;
  cursor:pointer;
}
i
{
  transition: all 0.3s;
}
.pc-custom-button:hover >i
{
  padding-left: 5px;
}
.dash-para-a
{
    color: #5cc6d0;
    transition: all .5s;
}
.dash-para-a:hover{
    color: #000;
    text-decoration: none;
}
.center {
	width: 100%;
	height: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
}
.center img{
    height: 60px;
}
.dropzone {
	width: 100px;
	border: 1px dashed #999;
	border-radius: 3px;
	text-align: center;
}
.notification-bell
{
    color: #5cc6d0;
    font-size: 20px;
}
.notification-bell:hover{
    color: #000;
}
.popover-header {
    background-color: #5cc6d0 !important;
    border-bottom: 1px solid #5cc6d0 !important;
    color: #FFF !important;
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    border-bottom-color: #5cc6d0 !important;
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
    z-index: 99 !important;
    top: calc(-0.5rem - 0px) !important;
}
.popover {
    border: 1px solid rgb(19 164 184) !important;
    right: 0px !important;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before
{
    display: none !important;
}
.sticky_header
{
    top:0px;
	position:fixed;
	width:100%;
	background: rgb(255 255 255/60%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
	color:white;
	z-index:2;
    box-shadow: 0px 0px 30px rgba(200,200,200,0.3);
	transition: all .5s ease-in-out;
}
.badge-pill {
    position: absolute;
    margin-left: -11px;
    font-size: 11px;
    background: #5cc6d0;
    padding: 3px 5px;
    color: #FFF;
}
.theme-button-text
{
    color: #13A4B8 !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .5s;
}
.theme-button-text:hover{
    color: #000;
}
.upcoming-batch-counter{
    background-color:#5cc6d0;
    color:#FFF;
    position:absolute;
    padding:3px 0px;
    border-radius:5px;
    top:15px;
    right:5%;
    text-align:center;
    font-size:14px;
    width:90%;
}
.checkbox-para.active{
    font-weight:600 !important;
    color:#000 !important;
}
.max-height-container{
    max-height:100px;
    min-height:100px;
    overflow-y:auto;
}