@charset "UTF-8";
/* ------------------------------------------------------------------
Theme Name: NaturalSoap - Online Education & Ecommerce Bootstrap 5 Template
Theme URL:	#
Description:
Author:	
Author URL:	
Version:    1.0.0
------------------------------------------------------------------- */

/**
*
* Tamplate Style
* 
* [Table of Content] 
*
*   -  Helpers
*       -- Backgrounds
*       -- Colors
*       -- Fonts
*       -- Typography
*       -- Font-weight
*       -- Buttons
*       -- Forms
*       -- Spacing
*       -- Preloader
*
*   -  Common Header
*
*   -  Home Page
*       -- Carousle Slider
*       -- About Company
*       -- Courses
*       -- Features
*       -- Benefit Card
*       -- Call to Action Card
*       -- Testimonials
*       -- Latest News
*       -- Subscribers
*       
*   - FAQ Section Home + FAQ page
*
*   - Blogs Section Home + Blog Page
*
*   -  Courses
*       -- Courses Listing Page + Product Listing page
*       -- Course Detail Page
*
*   -  About Us Pages
*
*   -  Instructor
*       -- Instructor Listing
*       -- Instructor Detail
*
*   -  Sign In + Sign Up
*       
*   -  Pricing
*
*   -  Shop
*       -- Product Detail page
*       -- Shopping page
*       -- Checkout page
*
*   -  Contact
*
*   -  Plugins
*       -- Swiper
*       -- Animate css
*       -- Bootstrap Icons
*       -- Counter
*
*   -  Common Footer
*
**/

@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:wght@300;400;700&family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

:root {

/* Global Variables for Background and Text Colors */
    --primary-color: hsl(86, 85%, 35%);
    --primary-color-reverse: #fff;
    --secondary-color: #2c4059; 
    --footer-bg-color: hsl(223, 38%, 69%); 
    --body-text-color: #666666;
    --dark-text-color: hsl(0, 1%, 17%);
    --text-color-reverse: #ffffff;
    --body-bg: #ffffff;
    --bg-color:#ffffff;
    --label-color:#ef7a22;
    --heading-text-color: #212323;
    --btn-hover-color: hsl(255, 100%, 0%);
    --bg-color-gray: #f6f7f9;
    --bg-dk-grey: #dad8dd;
    --icon-color-purple: #9f7eb9;
    --icon-color-green: #03beb3;
    --icon-color-brown: #c85248;

 /* Fonts - Font family and size */
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Averia Libre', cursive;
    --heading-font-2: 'Poppins', sans-serif;
    --h1-font-size: 2.5rem;
    --h2-font-size: 2rem;
    --h3-font-size: 1.5rem;
    --nav-font-size: 1rem;
    --swiper-theme-color: hsl(86, 85%, 35%);

}


@media screen and (min-width: 992px) {
    :root {
        --h1-font-size: 2.5rem;
        --h2-font-size: 2rem;
        --h3-font-size: 1.5rem;
        --nav-font-size: 1rem;
    }
}

html, body{
    background-color: var(--body-bg);
    position: relative;
    height: 100%;
}

    *,
    ::after,
    ::before {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: var(--body-font);
        color: var(--body-text-color);
        font-size: 1.125rem;
        line-height: 1.875rem; 
    }
@media (min-width: 992px) {
    body{
        letter-spacing: 0.02rem;
    }
}
    a {
        color: var(--primary-color);
        
        text-decoration: none;
    }

    a:hover {
        color: var(--body-text-color);
    }

    ol,
    ul {
        list-style: none;
    }

    img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .grid {
        display: grid;
        gap: 1.5rem;
    }

    figure {
        margin: 0;
        padding: 0;
    }

    .shadow-1 {
        box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
    }

    .shadow-2 {
        box-shadow: 5px 5px 30px rgba(0, 0, 0, .5);
    }

    .shadow-3 {
        box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
    }

    .blockstyle1{
        border-left: solid 4px var(--primary-color);
        padding-left: 1.75rem;
    }
    .blockstyle1 blockquote{
        padding-bottom: 1rem;
        line-height: 2rem;
    }
    .date{
        font-size: 0.875rem;
        color: var(--body-text-color);
    }
    .card{
        background-color: var(--bg-color);
    }

/* Font-weight */

    .font-weight-normal {
        font-weight: 400;
    }

    .font-weight-500 {
        font-weight: 500;
    }



/* Buttons */

    .btn{
        outline: none;
        transition: .5s;
    }
    .btn-radius-100{
        border-radius: 100px;
    }    

    .btn:hover, 
    .btn:active, 
    .btn:focus {
        outline: none;
    }

    .btn-size {
        padding: 0.9rem 2rem;
        letter-spacing: .05rem;
        display: inline-flex;
        column-gap: .5rem;
        align-items: center;
    }

    .btn-red{
        background-color: #e2626b;
        border: #e2626b;
        color: #fff;
    }

    
    .btn-primary {
        background-color: var(--primary-color);
        border: solid 1px var(--primary-color);
        color: #fff; 
    }

    .btn-primary:hover {
        background-color: var(--btn-hover-color);
        border: solid 1px var(--btn-hover-color);
        color: #fff;
    }

    .btn-primary-reverse {
        background-color: var(--primary-color-reverse);
        border: solid 1px var(--primary-color-reverse);
        color: #000; 
    }
    .btn-primary-reverse:hover {
        background-color: var(--btn-hover-color);
        border: solid 1px var(--btn-hover-color);
        color: #fff;
    }

    .btn-primary:active,
    .btn-primary:focus {
        background-color: var(--btn-hover-color);
        border: solid 1px var(--btn-hover-color);
        color: #fff;
        box-shadow: inherit
    }

    .btn-outline {
        background-color: transparent;
        border: solid 1px var(--primary-color);
    }

    .btn-outline:hover {
        background-color: var(--btn-hover-color);
        border: solid 1px var(--btn-hover-color);
        color: #fff;
    }

    .btn-outline2 {
        background-color: transparent;
        border: solid 1px var(--primary-color);
        transition: .5s;
    }

    .btn-close:focus {
        box-shadow: none;
    }

    .btn-fluid {
        width: 100%;
        letter-spacing: 0.1rem;
    }

    .btn-check:active+.btn-primary:focus,
    .btn-check:checked+.btn-primary:focus,
    .btn-primary.active:focus,
    .btn-primary:active:focus,
    .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .btn:focus {
        box-shadow: none;
    }

    * + .btn-mt{
        margin-top:25px;
    }

@media (min-width: 768px){
    * + .btn-mt{
        margin-top:35px;
    }
}

/* Form */

    .form-control:focus {
        border-color: #ced4da;
        box-shadow: none;
    }

    .form-check-input {
        border: 1px solid rgba(0, 0, 0, .2);
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 10px;

    }


/* Typography */

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: var(--heading-font);
        color: var(--heading-text-color);   
    }
    h2 + p{
        margin-top: 16px;
        margin-bottom: 0px;
        line-height: 28px;
    }
     h1 {
        font-size: 45px;
        line-height: 55px;
        font-weight: 600;
    }
    h2 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 500;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500
    }
    
    h4 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500
    }
    
    h5 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500
    }
    
    h6 {
        font-size: 17px;
        line-height: 20px;
        font-weight: 500
    }
.lead {
    font-size: 1.2rem;
    font-weight: 500;
}
 
/* icons */


.icon i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: 60px;
    height: 60px;
}
.icon-circle i{
    border-radius: 100%;   
}
.icon-square i{
    border-radius: 5px;
}
.icon_size-sm i{
	font-size: 1.875rem;
    line-height: 1;
}
.icon_size-lg i{
	font-size: 2.5rem;
    line-height: 1;
}
.icon_dkBlue i{
    background-color :  #435770; 
    color:#fff;
    }
.icon-green-bg i{
    background-color : var(--primary-color); 
    color:#fff;
    }
.icon-grey-bg i{
    background-color : #efefef; 
    color:var(--primary-color);
    }
.icon-green{
    color: var(--primary-color);
}

.icon_size-1 i{
    background-color :  #435770; 
    color:#fff;
    }

.icon-primary{
    color: var(--primary-color);
}
.icon-xxs{
    font-size: 1rem;
}
.icon-sm{
    font-size: 1.3rem;
    line-height: 1.3rem;
}
.icon-md{
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.icon-lg{
    font-size: 2rem;
    line-height: 2rem;
}
.icon-xxl{
    font-size: 2.5rem;
}
.icon-XXl{
    font-size: 3rem;
}

/* Colors */

.bg-color {
    background-color: var(--bg-color); 
    color: #000;
}
.bg-dk-grey-color{
    background-color: var(--bg-dk-grey);
}

.bg-color-2 {
    background-color: var(--secondary-color); 
    color: #fff;
}
.bg-primary-color{
    background-color: var(--primary-color);
    color: #fff;
}
.bg-primary-color a{
    color: #fff;
}

.bg-banner{
    background: hsla(64, 41%, 92%, 1);
    background: linear-gradient(90deg, hsla(64, 41%, 92%, 1) 0%, hsla(196, 83%, 84%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(64, 41%, 92%, 1) 0%, hsla(196, 83%, 84%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(64, 41%, 92%, 1) 0%, hsla(196, 83%, 84%, 1) 100%);
    border-radius: 14px;
}


/* Spacing */

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
@media (min-width: 768px){
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 992px){
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 1200px){
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
    
.section .section-heading-txt{
    margin-bottom: 2.5rem;
}

@media (min-width: 992px){
    .section .section-heading-txt{
        margin-bottom: 3rem;
    }
    
}

    .mt-n10 {
        margin-top: -150px;
    }

    .mt-n12 {
        margin-top: -192px;
    }
@media (min-width: 1200px){
    .mt-n12 {
        margin-top: -246px;
    }
}


    .pt-5 {
        padding-top: 5rem !important;
    }

    .pb-20 {
        padding-bottom: 10rem !important;
    }

    .pt-7 {
        padding-top: 7rem !important;
    }

    .pb-7 {
        padding-bottom: 7rem !important;
    }

@media (min-width: 768px) {
    .mt-md-n11 {
        margin-top: -176px;
    }
    
}
@media (min-width: 992px){
    .mt-md-n12 {
        margin-top: -250px;
    }
    .mt-md-n10 {
        margin-top: -215px;
    }
}
@media (min-width: 1200px) {
    .py-lg-12 {
        padding: 192px 0 !important;
    }

    .py-lg-9 {
        padding: 144px 0;
    }

    .py-lg-8 {
        padding: 128px 0;
    }
}


/* Animation */

@keyframes txtrotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(360deg);
    }
    0%{
        transform: rotate(0deg);
    }
}

.bezier-effect{
    -webkit-transition: 1.1s cubic-bezier(.16,.84,.442,.98);
    -o-transition: 1.1s cubic-bezier(.16,.84,.442,.98);
    transition: 1.1s cubic-bezier(.16,.84,.442,.98);
}

@keyframes moveLeftBounce {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.bounce-animate4 {
    animation-name: float-updown;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-updown;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-updown;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-updown;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-updown {
0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}
50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
}
100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}
}


/* preloader */

    #preloader {
        background: #fff url(../img/Spinner-3.gif) no-repeat center center;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 10000;
    }

    #progress {
        position: fixed;
        bottom: 2rem;
        right: 1rem;
        width: 60px;
        height: 60px;
        background: #63a50d;
        border-radius: 50%;
        display: grid;
        place-items: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 1080;
    }

    #progress-value {
        display: grid;
        background-color: #fff;
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        border-radius: 50%;
        place-items: center;
        font-size: 35px;
    }

    main {
        overflow: hidden;
    }

/* ************ COMMON HEADER ************** */

/* Header - logo and Navigation  */

    .top-nav-bar{
        font-size: 1rem;
    }
    .header{
        border-bottom: 1px solid #d5dade;
        background-color: var(--bg-color);
    }
    .header-reverse{
        border-bottom: 1px solid #d5dade;
        background-color: var(--primary-color);
    }
    .sticky-top {
        position:fixed!important;
        border-bottom: 1px solid #d5dade!important;
        background-color: #fff!important;
        width: 100%;
    }
    .fixed-top{
        position: relative;
        border-bottom: 1px solid #d5dade;
        background-color: #fff;    
    }
    

    .navbar-light .navbar-brand {
        color: transparent;
    }

    body.offcanvas-active {
        overflow: hidden;
    }

    .offcanvas-header1 {
        display: none;
    }


    .screen-darken {
        height: 100%;
        width: 0%;
        z-index: 30;
        position: fixed;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(34, 34, 34, 0.6);
        transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
    }

    .screen-darken.active {
        z-index: 10;
        transition: opacity .3s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }


    .logo {
        display: inline-flex;
        flex-direction: column;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .logo .logo__icon {
        text-align: right;
    }

    .logo .logo__icon .bubble__icon {
        width: 30px;
        height: auto;
    }

    .logo .logo__text {
        font-family: var(--heading-font);
        font-size: 24px;
        color: var(--primary-color);
    }
    .logo .logo__text-reverse {
        font-family: var(--heading-font);
        font-size: 24px;
        color: var(--primary-color-reverse);
    }
    .bubble__icon {
        filter: invert(0.5) sepia(100%) saturate(6481%) hue-rotate(246deg) brightness(60%) contrast(143%);
    }

@media all and (min-width: 992px) {
    .logo .logo__icon .bubble__icon {
        width: 40px;
        height: auto;
    }
    
    .logo .logo__text {
        font-family: var(--heading-font);
        font-size: 24px;
        color: var(--primary-color);
    }
    
}

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .sticky-top{
        transition: .3s;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: var(--nav-font-size);
        letter-spacing: .08rem;
        font-weight: 500;
    }
    
    .navbar-dark .navbar-nav .nav-link{
        color: rgba(255,255,255,1);
    }
    .reverse{
        color: var(--text-color-reverse);
    }
    .reverse:hover{
        color: var(--dark-text-color);
    }

    .navbar-second .ecom-group li {
        padding: 0 .5rem;
    }
    .navbar-second .ecom-group li a {
        text-decoration: none;
        color: #161616;
        cursor: pointer;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar .megamenu {
        padding: 1rem;
    }

    .navbar-toggler {
        font-size: 1.2rem
    }

    .dropdown-item {
        padding: 0.25rem 1rem;
        transition: 0.3s;    
    }

    .dropdown-item:hover {
        background-color: transparent;
        color: var(--primary-color);
    }

    .navbar .megamenu {
        padding: 1rem 0rem;
    }

    .megasubmenu {
        padding: 1rem 0rem;
    }
    .dropdown-header {
        text-transform: uppercase;
        color: var(--primary-color);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.3rem 0.3rem;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
        content: "";
        background-image: url(../img/chevron-down.svg);
        background-size: 0.7rem 0.7rem;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
    }

    .offcanvas-menu-footer {
        display: flex;
        flex-shrink: 0;
        margin-top: auto;
        padding:1.5rem 0;
    }
    .offcanvas-menu-footer{
        font-size: 1rem;
    }
    .login-icon {
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .login-icon i {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }

    .login-icon i.facebook-bg {
        background-color: rgb(59, 89, 152);
        color: #fff;
    }

    .login-icon i.twitter-bg {
        background-color: rgb(93, 174, 213);
        color: #fff;
    }

    .login-icon i.google-bg {
        background-color: rgb(221, 75, 57);
        color: #fff;
    }

    .login-icon a:hover i {
        background-color: var(--bg-color-1);
        color: #fff;
    }

    
 
/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.55rem .5rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu:before {
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        z-index: -1;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 120%;
        /* top:120% for dropdown slide from bottom */
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        border: none;
    }

    .dropdown-menu {
        box-shadow: 0 0 20px rgba(30, 34, 40, 0.2);
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-item {
        position: relative;
        padding: 0.25rem 1.3rem;
        transition: 0.3s;
    }

    .dropdown-menu .submenu {
        display: block;
        position: absolute;
        left: 115%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 105%;
        margin-top: 0;
    }

    .dropdown .dropdown-menu li .submenu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .dropdown-menu>li:hover {
        background-color: transparent;
    }

    .dropdown-menu ul>li:hover>.submenu {
        display: block;
        top: 0;
        opacity: 1;
        visibility: visible;
        transition: opacity 1s;
        
    }
    
    .fixed-top{
        position: fixed;
        border-bottom: 0;
        background-color: transparent;    
    }
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        padding: 1rem;
    }
   
    .megasubmenu {
        padding: 1rem;
    }
    .dropdown-header {
        text-transform: uppercase;
        color: var(--primary-color);
        padding: 0.5rem 1.25rem;
    }

    .dropdown-menu .dropdown-toggle::after {
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        display: inline-flex;
        float: right;
        margin-top: 10px;
        background-image: url(../img/chevron-right.svg);
        background-repeat: no-repeat;
        background-size: 0.7rem 0.7rem;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 4%;
    }

    .megasubmenu {
        left: 0;
        top: 100%;
        min-height: 100%;
        min-width: 500px;
    }

    .dropdown-menu>li:hover .megasubmenu {
        display: block;
    }

    .dropdown-menu,
    .submenu,
    .megasubmenu {
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        top: 250%;
        display: block;
        pointer-events: all;
    }

    .mega-menu-scroll{
        overflow-y: scroll;
        height: 26rem;
        overflow-x: hidden;
    }

    #megamenu-scroll::-webkit-scrollbar {
        width: 6px;
        border-radius: 10px;
    }
    
    #megamenu-scrollr::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    
    #megamenu-scroll::-webkit-scrollbar-thumb {
        background-color: #BBBBBB;
        outline: 0;
        border-radius: 10px;
    }

    .megamenu-list-2 {
        column-count: 2;
    }

    .megamenu-list-3 {
        column-count: 3;
    }
    .cat-menu:before{
        content: "";
        border: solid 1px #ededed;
        position: absolute;
        top: 25%;
        bottom: 0;
        height: 50%; 
    }
    .rem-lft-border:before{
        border: none; 
    }
    .sticky-top .rem-lft-border:before{
        border: solid 1px #ededed;
    }
    .cat-menu{
        margin-left: 1rem;
    }
    .cat-menu > li{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px){
    .mega-menu-scroll{
        height: 26.2rem;
    }
}
@media (min-width: 1200px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.55rem 1rem;
    }
}

/* ------- desktop view .end// ------ */

/* ------- mobile view ------- */

@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    .offcanvas-header1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        padding: 1rem;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background-color: var(--bg-color);
        color: var(--body-text-color);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
    .cat-icon{
        display: none;
    }
    .cat-menu{
        margin-left: 0;
    }
}

/* -------- mobile view .end// -------- */

/* Header - Search box */
    .search {
        position: relative;
    }
    .offcanvas-top{
        height: auto;
    }

    .search input {
        height: 60px;
        text-indent: 0;
        border-bottom: 2px solid #d6d4d4;
        border-left: none;
        border-right: none;
        border-top: none;
        padding-right: 6%;
        padding-left: 0;
    }

    .search input:focus {
        box-shadow: none;
    }

    .search .fa-search {
        position: absolute;
        top: 20px;
        left: 16px;
    }

    .search button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 50px;
        background: transparent;
        border: none;
    }

    .search button:hover {
        background: transparent;
        border: none;
    }

    .search button i {
        color: #000;
    }


/* Header - Cart Sidebar Slider from Right to Left */

.prd-cart-list ul {
    margin: 0;
    padding: 0;

}

.cart-badges {
    background: var(--primary-color);
    width: 1.3rem;
    height: 1.3rem;
    font-family: var(--body-font);
    font-size: 0.7rem;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    vertical-align: baseline;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    left: 95%;
    top: 10%;
    
}

.img-cart-thumb {
    width: 120px;
    height: auto;
}

.img-cart-thumb img {
    width: 100%;
}

.prd-cart-list li .cart-prd-description h5 {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

.prd-cart-list li .cart-prd-description h5 a {
    margin: 0;
    padding: 0;
}

.prd-quantity-box .cart-minus,
.prd-quantity-box .cart-plus,
.prd-quantity-box .cart-input-box {
    display: inline-block;
}

.prd-quantity-box .cart-minus,
.prd-quantity-box .cart-plus {
    width: 25px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.prd-quantity-box .cart-input-box {
    width: 30px;
    height: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    border-left: 0;
    border-right: 0;
    margin: 0 -4px;
}

.cart-price span {
    font-weight: 400;
    font-size: 1rem;
    color: var(--primary-color);
}

.navbar-second .ecom-group .prd-cart-list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.subtotal span {
    color: var(--heading-text-color);
    font-weight: 500;
}

.subtotal *+span {
    color: #000;
}

.chkout-btn .btn-primary {
    color: #fff !important;
}

.chkout-btn .btn:hover {
    color: #fff;
}


/* Heading Text with Bubble Icon */

.heading-block-one {
    display: inline-block;
    flex-direction: column;
}
.heading-2{
    font-family: var(--heading-font-2);
}

.section-heading-txt {
    text-align: center;
    font-family: var(--heading-font);
    color: var(--heading-text-color);
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.section-heading-txt .section__heading-wrap {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.section-heading-txt .section__heading-wrap p{
    font-size: 16px;
    color: var(--body-text-color);
    font-family: var(--body-font);
    line-height: 1.875rem;
    font-weight: normal;
    
    padding: 0;
}

.section-heading-txt .section__heading-wrap .heading__icon {
    text-align: right;
}

.section-heading-txt .section__heading-wrap .heading__icon .heading__bubble {
    margin-right: -15px;
    margin-bottom: -15px;
}

.section-heading-txt .section__heading-wrap .heading-text {
    font-size: 35px;
    margin-bottom: 0;
}
@media (min-width: 992px){
    .section-heading-txt .section__heading-wrap .heading-text {
        font-size: 40px;
    }
}

.heading-text {
    font-size: 40px;
}







/* HOME - Hero Banner Section
-------------------------------------------------- */

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* demo hero banner 01 Start */
.demo-hero-1{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.demo-hero-1 .slider-height{
    height: 100vh;
}
.demo-hero-1 .swiper-slide h1{
    font-family: var(--heading-font-2);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
}
.demo-hero-1 .swiper-slide p{
    font-size: 18px;
    line-height: 28px;
    margin-top: 2rem;
}
@media (min-height: 576px){
    .demo-hero-1 .swiper-slide h1{
        font-size: 45px;
        line-height: 55px;
    }
}
.demo-hero-1 .swiper-slide.lightcolor h1{
    color: #fff;
}
.demo-hero-1 .swiper-slide.lightcolor p{
    color: #fff;
}
.demo-hero-1 .swiper-slide.darkcolor h1{
    color: #000;
}
.demo-hero-1 .swiper-slide.darkcolor p{
    color: #000;
}
.demo-hero-1 .swiper-slide.overlay-shade {
    position: relative;
}


.demo-hero-1 .swiper-slide.overlay-shade::before{
    content: "";
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.float-updown{
    position: absolute;
    bottom: 0;
    right: 5%;
 }
 .anime-left-right{
     position: absolute;
     top: 100px;
     right: 50px;
     animation: moveLeftBounce 3s linear infinite;
 }
 .anime-shape-2{
     position: absolute;
     top: 80px;
     right: 200px;
 }
 .anime-shape-3{
     position: absolute;
     top: 15%;
     left: 40%;
 }


/* demo hero banner 01 End */

/* demo hero banner 02 Start */

.demo-hero-1 .overlay-shade-two{
    position: relative;
}
.demo-hero-1 .overlay-shade-two::before{
    content: "";
        background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
}


.demo-hero-2{
   position: relative;
}

.demo-hero-2 .carousel .carousel-inner .carousel-item h1{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
}

.demo-hero-2 .carousel .carousel-inner .carousel-item p{
    color: var(--heading-text-color);
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
    line-height: 28px;
    margin-top: 1rem;
}
.demo-hero-2 .carousel .carousel-inner .carousel-item{
    height: 37rem;
}
@media (min-width: 576px) {
    .demo-hero-2 .carousel .carousel-inner .carousel-item h1{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    }
}

/* demo hero banner 02 End */

/* demo hero banner 03 Start */

.demo-hero-3{
    display: grid;
    align-items: center;
    align-content: center;
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.demo-hero-3.bg-banner{
    margin:0px 20px 20px;
}
.demo-hero-3 .hero-content h1{
    font-family: var(--heading-font-2);
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}
.demo-hero-3 .hero-content p{
    font-family: var(--body-font);
    color: var(--body-text-color);
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.demo-hero-3 .hero-content p, .hero-content button, .hero-content a{
    margin-top: 30px;
}

/* demo hero banner 03 End */

.hero-content h1{
    font-family: var(--heading-font-2);
}
.hero-content p, .hero-content button, .hero-content a{
    margin-top: 30px;
}

.subheading-style-01 {
    font-family: var(--heading-font-2); 
    font-size: 18px;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    margin: 0 0 10px 0px;
    letter-spacing: 0;
}
.subheading-style-02 {
    font-family: var(--heading-font-2);
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    margin: 0 0 10px 0px;
    letter-spacing: 0;
}

.subheading-style-03{
    font-family: var(--heading-font-2);
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    margin: 0 0 10px 50px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}
.subheading-style-03:before{
    position: absolute;
    content: "";
    left: -48px;
    top: 13px;
    width: 38px;
    height: 1px;
    background: var(--primary-color);
}

.subheading-style-04{
    font-family: var(--heading-font-2);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    width: fit-content;
    border-radius:50px;
    background-color: #212529;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 0.5rem 1rem;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}

.overlay-shade{
    position: relative;
}
.overlay-shade::before{
        content: "";
        background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73));
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
}
.overlay-shade-two{
    position: relative;
}
.overlay-shade-two::before{
    content: "";
        background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
}


/* Carousel base class */
.carousel {
    margin-bottom: 0rem; 
}

.carousel p {
    color: var(--heading-text-color);
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    left: 8%;
    right: 8%;
}

@media (min-width: 1367px) {
    .carousel-caption {
        left: 15%;
        right: 15%;
    }
}

.carousel-caption h1 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* Declare heights because of positioning of img element */

.carousel-item {
    height: 37rem;
}

.custom-height{
    height: 30rem;
}


@media (min-width:768px) {
    .custom-height{
        height: 29rem;
    }
    
}
@media (min-width:992px) {
    .custom-height{
        height: 32rem;
    }
    
}

@media (min-width: 1200px) {

    .custom-height{
        height: 37rem;
    }
}
@media (min-width: 1400px) {

    .custom-height{
        height: 40rem;
    }
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: fit-content;
    height: 32rem;
}
.carousel-item h1{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
@media (min-width:992px){
    .carousel-item h1{
       font-size: 2.5rem; 
    }
}

.carsousel-txtbg{
    background-color: #fff; 
    padding:20px 40px 40px; 
    width: auto; 
    border-radius: 1rem;
}

.carousel-imgbg{
    background-color: #fff; 
    padding:20px 25px 20px; 
    width: auto; 
    border-radius: 1rem;
}
@media (min-width:768px) {
    .carousel-item>img {
        min-width: 100%;
    }
}

#myCarousel .carousel-indicators [data-bs-target] {
    background-color: #9f7eb9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.center-align {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

/* HOME - About us Section
----------------------------------- */

.font-style-1 .about-content h2, .font-style-1 .about-usp h5, .font-style-1  .about-content .subheading-style-01, .font-style-1  .about-content .subheading-style-02, .font-style-1  .about-content .subheading-style-03, .font-style-1  .about-content .subheading-style-04{
    font-family: var(--heading-font-2);
}
.about-section{
    display: grid;
    align-items: center;
    align-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-section .about-img{
    position: relative;
}
.about-section .about-content .subheading-style-02{
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    margin: 0 0 8px 0px;
    letter-spacing: 0;    
}
.about-section .about-content .heading-text{
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}

.about-section .about-content p{
    margin-top: 32px;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.about-section .about-usp{
    margin-top: 1rem;
}
.about-section .about-usp h5{
    font-size: 22px;
}


.about-section .about-usp p{
    margin-top: 0;
}


.about-section-2{
    display: grid;
    align-items: center;
    align-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-section-2 .subheading-style-04{
    font-family: var(--heading-font-2);
}

.about-section-2 h2{
    font-family: var(--heading-font-2);
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
}
.about-section-2 p{
    margin-top: 30px;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.about-img {
    position: relative;
}

.about-img .img-two {
    position: absolute;
    left: 8%;
    bottom: -2%;
    visibility: visible;
    opacity: 1;
    
}
@media (max-width: 575.98px) {
    .about-img .img-two{
        width: 310px;
    }
}

@media (min-width: 768px) {
    .about-img .img-two {
        position: absolute;
        left: 12%;
        bottom: -10%;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .about-img .img-two {
        position: absolute;
        left: 25%;
        bottom: -10%;
        visibility: visible;
        opacity: 1;
    }
}

.about-content h4 {
    margin-bottom: .5rem;
    font-family: var(--heading-font);
}
.about-content p{
    margin-top: 32px;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.web-block{
    padding-bottom: 180px;
}
.web-block .section-heading-txt .section__heading-wrap .heading-text {
    color: #fff;
}
.web-block .section-heading-txt .section__heading-wrap p{
    color: #c2d1e3;
}

.web-block .header-txt h3{
    color: #fff;
}
.web-block .header-txt p{
    color: #c2d1e3;
}

.web-block .icon_size-1 i{
    background: #435770; 
    padding: 10px;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}


/* HOME - Course Section 
------------------------ */
    .courses {
        border: 1px solid #ccc;
    }

    .courses .img-box {
        position: relative;
        overflow: hidden;
    }
    .courses .c-category{
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 0px 15px;
        color: #fff;
        background-color: var(--label-color);
        border-radius: 3px;
        font-size: 14px;
        letter-spacing: 0.05rem;
    }

    .item_like, .item_view{
        position: absolute;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 10%;
        transition: 0.3s;
    }
    .item_like{
        top: 10px;
        right: -50px;
    }
    .item_view{
        top: 60px;
        right: -50px;
    }
    .courses .img-box img {
        width: 100%;
        transition: .5s;
    }

    .courses .img-box:hover img {
        transform: scale(1.2);
        cursor: pointer;
    }
    .courses .img-box:hover .item_like, .courses .img-box:hover .item_view{
        right: 10px;
    }

    .courses .img-box .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 45px;
        cursor: pointer;
    }

    .courses h3 {
        font-size: 25px;
        padding: .5rem 0 .5rem 0;
        margin: 0;
    }
    .courses .product-title{
        font-size: 22px;
        font-weight: 400;
    }
    .courses h3 a{
        transition: .3s;
    }
    .courses h3 a:hover{
        color: var(--primary-color);
    }

@media (min-width: 768px) {
    .courses h3{
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .courses .product-title{
        font-size: 22px;
        font-weight: 400;
    }
    .courses h3{
        font-size: 25px;
    }
    
}
    .courses p {
        font-size: 14px;
        line-height: 25px;
        font-weight: normal;
    }

    .courses .course-brief {
        display: none;
    }

    .courses h3 a {
        color: var(--heading-text-color);
        text-decoration: none;
    }

    .courses .price__group {
        display: flex;
        justify-content: space-between;
        border-top: solid 1px #e4e4e4;
        padding-top: 15px;
        position: relative;
    }

    .courses .price__group span {
        font-size: 1.3rem;
        color: var(--primary-color);
        font-weight: 400;
        margin-right: 10px;
    }

    .courses .price__group *+span {
        color: #262525;
        font-size: .89rem;
        text-decoration: line-through;
    }

    .courses .price__group .btn-group {
        padding: .5rem 1.5rem;
        letter-spacing: .05rem;
    }

    .courses .tutor-section .tutor-img {
        width: 45px;
        height: 45px;
        border: 1px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        margin-right: 1rem;
    }

    .courses .tutor-section h6 {
        margin-bottom: 0;
    }

    .courses .price__group .btn__read-more span {
        font-size: 1rem;
        color: #212529;
        display: none;
    }

    .course_small-info {
        font-size: 0.875rem;
        color: var(--body-text-color);
        font-weight: 400;
    }

    .course_small-info div span {
        margin-right: 10px;
        
    }
    .course_small-info .spancaps{
        text-transform: uppercase;
    }

    .course_small-info .bi-star-fill {
        color: #ff9415;
    }


    .cirlce-bg {
        position: relative;
        z-index: 2;
        color: #fff;
    }

    .cirlce-bg::after {
        content: "";
        position: absolute;
        top: -11px;
        left: -11px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: var(--primary-color);
        border-radius: 50%;
        z-index: -1;
    }

    .btn__read-more:hover .cirlce-bg {
        color: #fff;
    }
   
    


/* tutor */
    .tutor-section h6 a {
        text-decoration: none;
        color: var(--body-text-color);
        font-size: 1rem;
        font-weight: normal;
    }

    .tutor-section .tutor-img {
        width: 35px;
        height: 35px;
        border: 1px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .tutor-section h6 {
        margin-bottom: 0;
    }

    .tutor-section h6 a {
        text-decoration: none;
        color: var(--body-text-color);
        font-size: 1rem;
        font-weight: normal;
    }

/* HOME - Features Section 
--------------------------- */

    .feature__icon {
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        width: 7rem;
        height: 4rem;
        font-size: 1.5rem;
        margin-top: 5px;
    }
    .feature-icon{
        margin-bottom: 1rem;
        justify-content:left;
    }
    .feature-icon i {
        padding: 20px;
        border-radius: 50%;
        color: var(--primary-color);
        background: #efefef;
    }

    @media (min-width: 992px) {
        .feature__icon {
            width: 5rem;
            height: 5rem;
            font-size: 1.9rem;
        }

    }

    .features__content-box h3 {
        font-size: 1.5rem;
        color: var(--body-text-color);
        margin-bottom: 0.2rem;
        line-height: 34px;
    }
    .feature_innerbox{
        border: solid 1px #dee2e6;
        transition: 0.3s ease-in;
        padding: 2rem 2rem;
        background-color: var(--bg-color);
    }
    .feature_innerbox:hover{
        border: solid 1px var(--primary-color);
        
    }

    .features__content-box p {
        font-size: 16px;
    }

    .feature__icon i.one {
        color: #9f7eb9;
    }

    .feature__icon i.two {
        color: #ecb42f;
    }

    .feature__icon i.three {
        color: #977f50;
    }

    .feature__icon i.four {
        color: #03beb3;
    }

    .feature__icon i.five {
        color: #64a80d;
    }

    .feature__icon i.six {
        color: #c85248;
    }

/* HOME - Info Card Section
--------------------------- */

    .info__bg {
        background: url(../img/bg-02.jpg) no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .info__card {
        background-color: #fff;
        border-radius: .5rem;
        padding: 1.5rem;
        font-size: 1rem;
    }

    .info__card h2 {
        font-size: 2rem;
    }

    .info__cardbox {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    @media(min-width:768px) {
        .info__cardbox {
            display: flex;
            flex-direction: row;
            gap: 1rem;
        }
    }

    .info__list {
        display: flex;
        column-gap: 1rem;
    }

    .info__list.icon__1 {
        color: #03beb3;
    }

    .info__list.icon__2 {
        color: #c85248;
    }

    .info__list.icon__3 {
        color: #64a80d;
    }

    .info__list span i {
        font-size: 25px;
    }

/* HOME - Call to Action Section
----------------------------------- */
    .call-box h2 {
        font-size: 30px;
    }

    @media (min-width:992px) {
        .call-box h2 {
            font-size: 45px;
            line-height: 55px;
        }
    }

/* HOME - Testimonials Section
------------------------------------*/

    #testimonials__slider .carousel-item {
        height: auto;
    }

    .testimonials-box i {
        font-size: 50px;
        color: var(--primary-color);
    }

    .circle__img img {
        border-radius: 0.4rem;
    }

    .testimonials-box p {
        font-size: 1.3rem;
        line-height: 2.5rem;
        margin-bottom: 10%;
        color: #161616;
    }

    .testi-content {
        display: flex;
        column-gap: 1rem;
    }

    .testi-content .content-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .testi-content .content-group h3 {
        font-size: 1.5rem;
        margin-bottom: 0rem;
    }

    .testi-content .content-group span {
        font-size: 1rem;
    }

    .testi-content .test-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
    }

    .testi-content .test-img img {
        width: 100%;
        height: auto;
    }

    #testimonials__slider .carousel-indicators [data-bs-target] {
        background-color: #9f7eb9;
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }

    #testimonials__slider .carousel-indicators {
        position: relative;
    }

    #testimonials__slider.carousel {
        margin-bottom: 0;
    }

/* HOME - Latest News Section
------------------------------ */

.card-wrapper {
    position: relative;
    transition: 0.3s;
}


.card-wrapper .card__img-box {
    position: relative;
}

.card-wrapper .card__img-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.card-wrapper .body__content h6 {
    font-size: .875rem;
    font-weight: normal;

}

.card-wrapper .body__content h3 {
    font-size: 1.5rem;
    line-height: 32px;
}

.card-wrapper .body__content h3 a {
    text-decoration: none;
    color: #161616;
}

.card-wrapper .body__content p {
    font-size: .975rem;
    line-height: 1.8rem;
}

.card-wrapper .body__content a:focus {
    outline: none;
    border: none;
    box-shadow: none;
    border: none;
}

.card-wrapper:hover h3 a,
.card-wrapper:hover a {
    color: var(--primary-color);
}


.btn__read-more i {
    transition: 0.3s;
}

.btn__read-more:hover i {
    padding-left: 5px;
    margin-right: -5px;
    color: var(--primary-color);
}

.btn__read-more:hover {
    color: var(--primary-color);
}

.btn__cart{
    position: absolute;
    right: 0;
    transition: 0.3s;
}

.btn__cart:hover{
    margin-top: -5px;
}

.btn__cart:hover i{
    padding-left:0!important;
    margin-right: 0!important;
    
}



/* Home - Subscriber Section 
----------------------------- */

.subs-bg {
    background: url(../img/bg-3.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.subs-bg::before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.bg-1 {
    background: url(../img/soap-banner09.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-1::before {
    content: "";
    background-color: rgba(239, 239, 239, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bg-2 {
    background: url(../img/bg-01.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-2::before {
    content: "";
    background-color: rgba(239, 239, 239, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bg-3 {
    background: url(../img/header-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg-3::before {
    content: "";
    background-color: rgba(239, 239, 239, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}



.subs-container {
    z-index: 3;
    padding: 80px 0;
}

.subs-container .input-box {
    padding: .9rem 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    @media (max-width: 575.98px) {

        .subs-container .input-box {
            padding: .5rem 1.5rem;
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
        }
    
    }
    
    .subs-container .subs-btn {
        padding: .9rem 2rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;

    }

    @media (max-width: 575.98px) {
        .subs-container .subs-btn {
            width: 100%;
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }
    }

    .subs-text {
        font-size: 2.5rem;
        line-height: 2rem;
    }


/* Home - FAQ's Section + FAQ page 
------------------------------------ */

.faq-card:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-wrapper .faq-card .faq-card-header .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-wrapper .faq-card .faq-card-header{
    line-height: inherit;
}

.accordion-wrapper .faq-card {
    margin-bottom: 1.25rem;
    border: none;
    
}

.accordion-wrapper .faq-card .faq-card-header {
    padding: .5rem 1.3rem .5rem;   
}

.accordion-wrapper .faq-card .faq-card-header button{
    font-size: 1.2rem;
    font-family: var(--body-font);  
}


.accordion-wrapper .faq-card .faq-card-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    
}

.accordion-wrapper .faq-card .faq-card-header .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    
}


.faq-card .accordion-body{
    font-size: 1rem;
    line-height: 2rem;
    padding: 1rem 2rem;
}
.accordion-button::after {
    
    filter: brightness(0.5) sepia(1) hue-rotate(70deg) saturate(20);
}




/* Blog Section Home + Blog Page 
--------------------------------*/
/* Blog for Home and Blog page
------------------------------- */

.blog-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.blog-box .card-img-top {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}

.blog-box .post-comment a {

    font-weight: 400;
}

.blog-box .post-comment a:hover,
.blog-box .post-like a:hover {
    color: var(--primary-color)
}

.blog-box .post-like a {
    color: var(--secondary-color);
    font-weight: 400;
}

.overlay {
    overflow: hidden;
    text-align: center;
    transform: translate3d(0, 0, 0);
    position: relative;
}

.overlay * {
    color: #fff !important;
    transition: all .4s ease;
}

.overlay a {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

figure.overlay img {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.overlay span.bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, .6);
    z-index: 4;
    cursor: pointer;
    opacity: 0;
}

.overlay:hover span.bg {
    opacity: 1;
    transition: opacity .35s ease-in-out;
}

.overlay-1 figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: .75rem 1rem;
    text-align: center;
    opacity: 0;
}

.overlay-1 .from-top {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-80%);
}

.overlay-1 figcaption {
    z-index: 5;
    pointer-events: none;
}

.overlay-1:hover figcaption * {
    transform: translateY(-50%);
}

.overlay-1:hover figcaption {
    opacity: 1;
}

.blog-box .card-body {
    padding: 1.75rem 1.75rem 1rem 1.75rem;
}

.blog-header {
    margin-bottom: 1.2rem;
}

.blog-header span {
    font-size: 0.875rem;
}

.blog-header h3 {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    line-height: 34px;
}
.blog-header h2 {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    line-height: 45px;
}



.blog-header h3 a, .blog-header h2 a {
    color: var(--body-text-color)
}

.blog-header h3 a:hover, .blog-header h2 a:hover {
    color: var(--primary-color)
}

.blog-box .blog-content {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.blog-box .blog-meta-wrapper {
    padding: 1rem 1.75rem 1rem 1.75rem;
    border-top: 1px solid rgba(164, 174, 198, .2);
}

.blog-box .blog-meta-wrapper ul {
    margin: 0;
    padding: 0;
    font-size: .875rem;
}
.blog-box .blog-meta-wrapper .post-author{
    display: none;
}
@media (min-width: 768px) {
      
    .blog-box .blog-meta-wrapper .post-author{
        display: block;
    }
}
.blog-box .blog-meta-wrapper ul li,
.blog-box .blog-meta-wrapper ul li a {
    display: flex;
    column-gap: .5rem;
    align-items: center;
    justify-content: center;
}

.blog-box .blog-meta-wrapper ul li {
    margin-right: .75rem;
}

.blog-box .blog-meta-wrapper ul li:last-child {
    margin-right: 0;
}

.blog__post-wrapper ul {
    padding-left: 0;
}

.blog-author .author-img {
    width: 70px;
    height: 70px;
}

.blog-author h6 {
    padding-bottom: 0;
}

.blog-author .author-meta {
    font-size: 0.875rem;
}


.reply-comment {
    position: relative;
}

.reply-comment::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/arrow-return-right.svg);
    opacity: .2;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: -25px;
    top: 0;
    background-size: cover;
    color: var(--body-text-color);

}

@media (max-width: 767.98px) {
    .reply-comment::before {
        display: none;    
    }
}
.sidebar_listtype-1 {
    column-gap: 1rem;
}

.sidebar_listtype-1 .blog-thumb {
    width: 70px;
    height: 70px;
    border-radius: 0.4rem;
    overflow: hidden;
}

.sidebar_listtype-1 .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar_listtype-1 .blog-content h4 {
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 500;
}

.sidebar_listtype-1 .blog-content p {
    display: flex;
    column-gap: 0.5rem;
    font-weight: 400;
}



.blog-sidebar-links ul {
    padding-left: 0;
    font-weight: 400;
    letter-spacing: 0.05rem;
}

.bullets li {
    margin: 5px 0;
    position: relative;
}
.bullets li:before{
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--primary-color);
    position: absolute;
    left: -15px;
    top: 12px;
    border-radius: 50%;
}
.bullets a{
    color: var(--body-text-color);
}
.bullets a:hover{
    color: var(--primary-color);
}

.tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.tags ul li {
    margin: 0;
}

.tags ul li a::before {
    content: "#";
}

.new__article-wrapper {
    transition: 0.3s;
    border: solid 1px #c8c9ca;
    padding: 10px;
}
.new__article-wrapper .pre-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.new__article-wrapper .pre-icon i {
    font-size: 2rem;

}
.new__article-wrapper .article-box span{
    font-size: .75rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.new__article-wrapper .article-box h4 {
    font-family: var(--body-font);
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: var(--dark-text-color);
}

.new__article-wrapper .article-box p {
    font-weight: normal;
    font-size: .875rem;
    color: var(--body-text-color);
}


.new__article-wrapper:hover a {
    color: var(--primary-color);
}

/* ********* COURSES ******** */

/* Courses - Courses Listing Page */

.page__header-navigation .breadcrumb .breadcrumb-item a {
    color: #000;
    font-weight: 400;
}

.page__header-navigation .breadcrumb-item+.breadcrumb-item::before {
    color: var(--body-text-color);
}

.page__header-navigation .breadcrumb .breadcrumb-item.active {
    color: var(--body-text-color);
}

.widget-heading {
    font-family: var(--body-font);
    font-size: 1rem;
}

.page-link {
    font-family: var(--body-font);
    color: var(--body-text-color);
    font-size: 1rem;
    padding: .5rem 1.2rem;
}

.page-link:focus,
.page-link:hover {
    color: var(--primary-color);
    background-color: transparent;
    font-weight: 500;
}

.page-link:focus {
    box-shadow: none;
}

.form-select {
    padding: 0.5rem 2rem 0.5rem 1rem;
    background-clip: padding-box;
}

.page-title h3, .page-title h2 {
    font-family: var(--body-font);
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
}

.page-title p {
    font-size: 1rem;
    font-weight: 400;
}

/* widget Sidebar */

.widget-sidebar {
    font-size: 1rem;
}

.widget-sidebar h3 {
    font-family: var(--body-font);
    font-size: 1.4rem;
}

.widget-sidebar .widget-box {
    background-color: var(--bg-color);
    font-family: var(--body-font);
    font-weight: 400;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 1rem 1rem 0.5rem;

}

@media (min-width: 1200px) {

    .widget-sidebar .widget-box {
        padding: 1.8rem 1.8rem 0.5rem;
    }
   
}

.widget-sidebar .widget-box ul {
    padding-left: 0;
}

.widget-sidebar .widget-category ul {
    overflow-x: auto;
    max-height: 300px;
}

.widget-sidebar .widget-box li:not(:last-child) {
    margin-bottom: .5rem;
}

.widget-sidebar .widget-box li label:hover {
    color: var(--primary-color);
}

.widget-sidebar .widget-box li input,
.widget-sidebar .widget-box li label:hover {
    cursor: pointer;
}

#widget-cat-container::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

#widget-cat-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#widget-cat-container::-webkit-scrollbar-thumb {
    background-color: #BBBBBB;
    outline: 0;
    border-radius: 10px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: #fff;
}

.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.2);
}

.ratings {
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 1.2rem;
    font-size: 1.2rem;
    line-height: 1;
}

.ratings::before,
.ratings::after {
    display: inline-block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    content: "\2605\2605\2605\2605\2605";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ff9415;
    font-weight: 400;
}

.ratings:before {
    color: rgba(38, 43, 50, .1);
}

.ratings.five::after {
    content: "\2605\2605\2605\2605\2605";
}

.ratings.four::after {
    content: "\2605\2605\2605\2605";
}

.ratings.three::after {
    content: "\2605\2605\2605";
}

.ratings.two::after {
    content: "\2605\2605";
}

.ratings.one::after {
    content: "\2605";
}

/* Courses - Courses Detail Page */




.cour-detail-box {
    font-weight: 400;
    color: #000;
}

.prd-detail-txt h2 {
    color: #000;
}

.star-rating .bi-star-fill {
    color: #ff9415;
}

.tutor-img.lg-size {
    width: 50px;
    height: 50px;
}

.course-other-info {
    font-size: 0.9rem;
}

.course-other-info span {
    margin-right: 8px;
}

.custom-popover .tooltip-inner a {
    color: #fff;
}

.custom-popover .tooltip-inner a:hover {
    color: #ccc;
}

.custom-popover .tooltip-inner {
    display: flex;
    gap: .875rem;

}


/* Course Detail Sidebar */

.detail-sidebar {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail-sidebar {
        margin-top: 0;
    }
}
@media (min-width: 992px) {

    .detail-sidebar {
        margin-top: -19rem;
    }
}

.detail-sidebar .img-box {
    background-size: cover;
    position: relative;
}

.detail-sidebar .img-box img {
    width: 100%;
}

.detail-sidebar .bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.detail-sidebar .img-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
}

.detail-sidebar .img-box .play-icon i {
    font-size: 30px;
    color: #000;
    transition: 0.3s;
}

.detail-sidebar .img-box .play-icon:hover i {
    color: var(--primary-color);
}

.detail-sidebar {
    font-size: 14px;
}



.tutor-prd-detail h6 a {
    color: #000;
}

.sidebar-info-box ul {
    padding: 0 0 15px 0;
}

.sidebar-info-box .course-price {
    font-size: 1.8rem;
    color: var(--dark-text-color);
    font-weight: 400;

}

.sidebar-info-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 35px;
}

.sidebar-info-box li span:nth-child(odd) {
    font-weight: 500;
}

.sidebar-info-box li:nth-child(n+3) {
    border-bottom: solid 1px #ccc;
    padding: 0.3rem;
}


.nav-tabs .nav-link,
.nav-tabs .nav-link {
    color: #ababab;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #63a50d;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #ffffff #ffffff #63a50d;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #63a50d;
    color: #63a50d;
}

.tab-pane {
    padding-top: 50px;
}

.tab-pane p {
    margin-bottom: 30px;
}

.list-style-2 {
    column-count: auto;
    padding-left: 0;
}

@media (min-width: 992px) {
    .list-style-2 {
        column-count: 2;
        padding-left: 0;
    }
 }

.list-style-2 li {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    padding-left: 0;
    gap: 15px;
}

.list-style-2 li i {
    position: relative;
    z-index: 2;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}



.course-description .course-description-button {
    font-family: var(--body-font);
    background-color: #f7f7f7;
}

.course-description .course-description-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: transparent;
}

.course-description .course-description-button:focus {
    border-color: #212529;
    box-shadow: none;
}

.course_list {
    padding-left: 0;
}

.course_list li {
    border-bottom: dashed 1px rgb(211, 211, 211);
    margin-bottom: 0.5rem;
    padding: 0px 0 8px;
}

.course_list .course_content-box {
    font-size: 0.975rem;
    font-weight: 400;
}

.course_list .course_content-box a {
    text-decoration: none;
    color: var(--body-text-color);
}

.course_list .course_content-box a:hover {
    text-decoration: none;
    color: var(--primary-color)
}

.course_list .course_content-box *+div {
    column-gap: 15px;
}
.course_list .badge-bg-color{
    background-color: var(--primary-color);
}

.rating-output-box {
    padding: 2rem 2.5rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    width: fit-content;
}

.rating-output-box .big-txt {
    font-family: inherit;
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1;
}

.rating-detail ul {
    padding-left: 0;
}

.rating-detail ul li {
    margin-bottom: 15px;
}

.star-rating-box {
    display: flex;
}

.star-rating-box .star-rate {
    flex: 0 0 45px;
}

.star-rating-box .rating-bar {
    flex: 1;
    position: relative;
    margin: 0 50px 0 10px;
}

.star-rating-box .rating-bar .rating-gray,
.star-rating-box .rating-bar .rating-yellow {
    width: 100%;
    height: 10px;
    background: #EEE;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-radius: 3px;
}

.star-rating-box .rating-bar .rating-yellow {
    width: 100%;
    background: #ff9415;
}

.star-rating-box .rating-bar .rating-count {
    position: absolute;
    right: -34px;
    text-align: right;
}

.tutor-img.lg-size-2x {
    width: 100px;
    height: 100px;
}


.instructor-descriptions .instructor-name {
    font-family: inherit;
}

.instructor-social-links {
    display: flex;
    column-gap: 10px;
    font-size: 22px;

}

.instructor-social-links a .bi-twitter {
    color: #1DA1F2;
}

.instructor-social-links a .bi-facebook {
    color: #4267B2;
}

.instructor-social-links a .bi-youtube {
    color: #FF0000;
}


/* ********* ABOUT US ******** */

.header-txt h2, .header-txt h3 {
    font-family: var(--body-font);
}

.shape1 {
    position: relative;
}

.shape1::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    z-index: 0;
    border: 0px solid transparent;
    border-right-color: #fff;
}

.shape1::after {
    border-right-width: 100vw;
    border-top-width: 4rem;
    bottom: 0;
}

.bg-color-light {
    background-color: var(--bg-color-gray);
}

.bg-img {
    position: relative;

}

.bg-img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.bg-pos-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.opacity-25 {
    opacity: 0.2;
}

.rounded_corner-4 {
    border-radius: 1rem !important;
}

.icon_size-1 i {
    font-size: 30px;
}

.icon_color-one {
    color: var(--icon-color-purple);
}

.icon_color-two {
    color: var(--icon-color-green);
}

.icon_color-three {
    color: var(--icon-color-brown);
}


.counter{
    color: var(--dark-text-color);
}

.counter-box {
    position: relative;
}

.counter-box .counter-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.counter-box .counter {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.counter-box p {
    color: var(--body-text-color);
    font-weight: 400;
}

.team-group {
    position: relative;
}

.team-member {
    transition: 0.3s;
}
.team-member:hover{
    border: solid 1px var(--primary-color);
}


.team-member .card-title {
    font-family: var(--body-font);
    font-size: 1.3rem;
    font-weight: 400;
}
.team-member .card-title a{
    color: var(--dark-text-color);
}

.team-member .card-title a:hover{
    color: var(--primary-color);
}

.team-member .card-subtitle {
    font-size: 1rem;
}

.team-member .card-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.hover-shdow:hover {
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 8%), 0 0 1.25rem rgb(30 34 40 / 6%);
}


/* ********* INSTRUCTOR ******** */

/* Instructor - Instructor Listing Page */


/* Instructor - Instructor Detail Page */

.bar-wrapper {
    position: relative;
    height: 5px;
    border-radius: 5px;
    overflow: visible;
}

.bar-wrapper .prog-percent {
    position: absolute;
    top: 0;
    right: 0;

}

.bg-skills {
    background-color: var(--primary-color);
    height: 5px;
}

.bg-skills .progress {
    height: 5px;
}

.bar-wrapper .prog-percent {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 1rem;
}




/* ****** SIGN IN + SIGN UP ******** */

.card-shadow {
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 14%);
    border: 0;
}


.login_big-text h2 {
    font-family: var(--body-font);
}

.login-form {
    font-family: var(--body-font);
}

.login-form h3 {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 1.6rem;
}

.login-form p {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}

.btn-login {
    padding: 0.6rem 0;
}

.form-control-shadow {
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 4%);
    background-color: #fefefe;
    border: solid 1px rgba(8, 60, 130, 0.07);
}

.divder-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 1rem 0;
}

.divder-line span {
    background: #fff;
}

.divder-line::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: calc(50% - 1.5rem);
    height: 1px;
    background: rgba(164, 174, 198, .2);
}

.divder-line::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: calc(50% - 1.5rem);
    height: 1px;
    background: rgba(164, 174, 198, .2);
}

.social {
    display: flex;
    column-gap: .5rem;
}

.social a.btn-google {
    color: #fff;
    background: #DB4437;
}

.social a.btn-facebook {
    color: #fff;
    background: #3b5998;
}

.social a.btn-twitter {
    color: #fff;
    background: #55acee;
}

.password-hide-unhide {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.btn.btn-circle.btn-sm {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
}

.divider {
    font-size: 1rem;
    position: relative;
}

.divider::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ced4da;
}

.divider::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #ced4da;
}



/* ******* PRICING ******* */

/* Pricing Page */

.price-card {
    position: relative;
}

.price-card .price-icon {
    font-size: 30px;
    color: #fff;
    margin-bottom: 1.5rem;
}

.price-card .price-icon:before {
    padding: 1rem;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.price-card h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.price-card .price-txt {
    font-weight: 400;
    display: flex;
    justify-content: center;
    column-gap: .2rem;
    font-weight: 300;
}

.price-card .price-txt sup {
    font-size: 25px;
    line-height: 1;
}

.price-card .price-txt .amount {
    font-size: 50px;
}

.price-card .price-txt .month {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    font-weight: 400;
}

.bullet-listing li+li {
    margin: 10px 0;
    color: var(--dark-text-color);
}

.bullet-listing li i {
    margin-right: .2rem;
}

.bullet-listing.icon-bg li i {
    color: var(--primary-color);
}

.bullet-listing.icon-bg li i::before {
    background-color: rgba(99, 165, 13, 0.1);
    padding: .15rem;
    border-radius: 50%;
}

.bullet-listing.icon-bg li .bi-x {
    color: var(--icon-color-brown);
}

.bullet-listing.icon-bg li .bi-x:before {
    background-color: rgba(255, 0, 0, 0.1);
}

.bg-icon {
    color: var(--primary-color);
    background-color: rgba(99, 165, 13, 0.1);
    padding: .2rem;
    border-radius: 100%;
    font-size: 1rem;
}



/* ******* SHOP ******* */

/* Shop - Product Detail page */

.prd_heading{
    font-family: var(--body-font);
    font-weight: 400;
}

.picker {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.picker label {
    position: relative;
    inline-size: 2rem;
    block-size: 2rem;
    margin-right: 0.5rem;
    isolation: isolate;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.picker label>span {
    position: absolute;
    inset: 0;
    block-size: 100%;
    inline-size: 100%;
}

.picker label[for*=size]>span {
    font-size: .7rem;
    line-height: 1;
    display: grid;
    place-items: center;
    padding: 0.5rem;
    background: rgba(164, 174, 198, .2);
    border-radius: 0.4rem;
}

.picker label[for*=size]>input:checked~span {
    color: #fff;
    background-color: var(--primary-color);

}

input,
select,
textarea {
    -webkit-appearance: none;
}

.picker label[for*=color] {
    inline-size: 1.5rem;
    block-size: 1.5rem;
}

.picker label[for*=color]>span {
    font-size: 1px;
    line-height: 1;
    display: grid;
    place-items: center;
    padding: 0.5rem;
    background-color: var(--color, rgba(164, 174, 198, .2));
    border-radius: 100%;
    color: transparent;
}

.picker label[for*=color]>input:checked~span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--color);
}

.color-orange {
    color: #fab758;
}

/* Shop - Shopping page */

.promo__code-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    font-size: 1rem;
    font-family: var(--body-font);
    font-weight: 400;
}

.promo__code-input>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.promo__code-input>.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.promo__code-input>.btn {
    min-height: 2.5rem;
    font-size: 1rem;
    font-family: var(--body-font);
    font-weight: 400;
    letter-spacing: 0.05rem;
    padding: 1rem 3rem;
}

.promo__code-input>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table.shopping-cart td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    vertical-align: middle;
}

.table.shopping-cart th {
    font-weight: 500;
    box-shadow: none;
}

.table.shopping-cart>:not(:last-child)>:last-child>* {
    border-bottom-color: #ccc;
}

.table>:not(caption)>*>* {
    padding: .9rem .9rem;
}

.shopping-cart {
    font-size: 1rem;
    font-weight: 400;
}

.shopping-cart a {
    color: var(--body-text-color);
}

.shopping-cart a:hover {
    color: var(--primary-color);
}

.form-select-wrapper .form-select.form__select-small {
    width: auto;
}

.cart__prd-img {
    width: 9rem;
}

.cart-title {
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
}

.cart-title a{
    color: var(--body-text-color);
}
.cart-title a:hover{
    color: var(--primary-color);
}

.cart__summery-sidebar {
    font-family: var(--body-font);
}

.cart__summery-sidebar h3 {
    font-family: var(--body-font);
    font-weight: normal;
}

.cart__summery-sidebar .table {
    font-size: 1rem;
}

.cart__summery-sidebar .table .price {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.cart__summery-sidebar .table del,
.table.shopping-cart del {
    color: #9499a3;
}

.cart__summery-sidebar .table ins,
.table.shopping-cart ins {
    color: #c85248;
    text-decoration: none;
}

.bg-gray {
    background-color: var(--bg-color-gray);
}

.service-support h4 {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 1.4rem;
}

.service-support {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 1rem;
}

.service-support .support-icon i {
    font-size: 40px;
}


/* Shop - Checkout page */

.alert-message {
    font-size: 1rem;
    background-color: rgba(207, 226, 255, 0.5);
    border-color: rgba(207, 226, 255, 0.5);
    color: #000;
    font-weight: 400;
    text-shadow: none;
    line-height: 1.5rem;
}

.alert-message a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    transition: 0.3s;
}

.alert-message a:hover {
    color: var(--primary-color);
}

.alert-message i {
    font-size: 1.3rem;
    padding: 0.2rem 1rem;
}

.formstyle {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 1rem;
}

.formstyle h3 {
    font-family: var(--body-font);
    font-size: 1.5rem;
    font-weight: 400;
}

.formstyle .form-floating {
    position: relative;
}

.formstyle .form-floating>label {
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 400;
    color: #959ca9;

}

.formstyle .form-floating .form-control {
    padding: 0.6rem 1rem;
}

.formstyle .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.8rem 1rem;
    line-height: 1
}

.formstyle .form-floating>.form-control,
.formstyle .form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25rem;
}

.formstyle .form-floating>.form-select {
    padding-top: 0.625rem;
}

.formstyle .form-select {
    color: #959ca9;
}

.formstyle textarea.form-control {
    height: auto;
}


/* ******* CONTACT ******* */

.text-styling,
.text-styling h5 {
    font-family: var(--body-font);
    letter-spacing: 0.05rem;
}

.text-styling h5 {
    font-weight: 500;
    font-size: 1.1rem;
}

.text-styling h3 {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 2rem;
}

.map.map-full {
    height: 100%;
    min-height: 15rem;
}

.map iframe {
    display: block;
}


/* ******* PLUGINS ******* */

/* Plugin - Swiper */

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider-height-02{
    height: 32rem;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}
.round-text-wrapper{
    position: absolute;
    top: auto;
    left: 40%;
    bottom: 10%;
}
.round-text {
    position: relative;
    border-radius: 100px;
}
.round-text, .round-text .texts {
    width: 170px;
    height: 170px;
}
.round-text .texts {
    animation: txtrotate 20s linear infinite;
}
.round-text .innerlogo{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 0;
    left: 0;
    width: 100px;
    margin: 0 auto;
}
.gallery-top {
    height: auto;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.7;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev{
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
    font-size: 0.8rem;
    color: #000; 
    font-weight: 800;  
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 0.8rem;
    color: #000;
    font-weight: 800;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 17px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 17px;
    left: auto;
}

/* Plugin - Animate css */

/* Plugin - Bootstrap Icons */

/* Plugin - Counter */

/* ******** COMMON FOOTER ******** */

.link-type,
.link-type a {
    text-decoration: none;
    color: var(--body-text-color);
}

.link-type:hover,
.link-type a:hover {
    color: var(--primary-color);
}

.link_type-green,
.link_type-green a {
    text-decoration: none;
    color: var(--primary-color);
}

.link_type-green:hover,
.link_type-green a:hover {
    color: var(--body-text-color);
}


/* Footer
------------------------------ */

.footer {
    background-color: var(--footer-bg-color);
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1rem;
}

.footer-bg {
    background-color: #fff;
}

.footer__col-one p {
    font-size: 1rem;
    line-height: 24px;
    padding-top: 15px;
}

.footer__col-one .small {
    font-size: 12px;
}

address {
    line-height: 32px;
    margin-top: 1.5rem
}

.social-links {
    display: flex;
    gap: 1.2rem;
}

.social-links a {
    color: var(--primary-color);
    transition: 0.3s;
}

.social-links a:hover {
    color: #9f7eb9;
}

.social-links a i {
    font-size: 20px;

}

.social__links-type2 {
    display: flex;
    column-gap: 1.2rem;
    font-size: 20px;
}

.twitter-color {
    color: #1DA1F2;
}

.facebook-color {
    color: #3b5998;
}

.instagram-color {
    color: #E4405F;
}

.youtube-color {
    color: #DB4437;
}

.social__links-type2 a {
    transition: 0.3s;

}

.social__links-type2 a:hover {
    color: #000;
    transform: translateY(-5px);
}

.social__links-type2 a:hover i {
    color: #000;
}


.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    border-bottom: 1px dotted #cccccc;
    padding: 3px 0;
}

.footer ul li a {
    color: #515151;
    font-size: 15px;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: var(--primary-color);
}


/* For Large Device */
@media (min-width: 992px) {
     
    .map.rounded-lg-start iframe {
        border-bottom-left-radius: 0.4rem !important;
        border-top-left-radius: 0.4rem !important;
        border-top-right-radius: 0rem !important;
        border-bottom-right-radius: 0rem !important;
    }

    .blog-header .blog-header-bigger {
        font-size: 2rem;
        letter-spacing: -0.05rem;
    }
    
}

/* Responsive BreakPoints
Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... } */



/* Document css */

.doc-sidebar-menu .nav-item .nav-link {
    color: #666666;
    font-size: 1rem;
    font-size: 400;
    letter-spacing: normal;
    padding: 0.1rem 0;
}
.doc-sidebar-menu .nav-item .nav-link.active, .doc-sidebar-menu .nav-item .nav-link:hover{
    color: green;
}
.doc-sidebar-menu .nav-header .heading{
    font-family: var(--body-font);
    font-size: 1.2rem;
}
.doc-title h1, .doc-title h2, .doc-title h3{
    font-family: var(--body-font);
}
.doc-title h1{
    font-size: 30px;
}
.doc-title h2{
    font-size: 24px;
}
.doc-title figcaption{
    font-size: 14px;
    font-style: italic;
}
.doc-title a{
    color: var(--primary-color);
}
.doc-title a:hover{
    color: var(--body-text-color);
}
.doc-info-list{
    margin-left: 0px;
}
.doc-info-list li {
    list-style: none;
    position: relative;
}
.doc-info-list li:before{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: -12px;
    top: 12px;
}

.code-toolbar{
    position: relative;
}

code[class*=language-],
pre[class*=language-] {
    color: #f8f8f2;
    background: 0 0;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background: #272822
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #8292a2
}

.token.punctuation {
    color: #f8f8f2
}

.token.namespace {
    opacity: .7
}

.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
    color: #f92672
}

.token.boolean,
.token.number {
    color: #ae81ff
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
    color: #a6e22e
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #f8f8f2
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
    color: #e6db74
}

.token.keyword {
    color: #66d9ef
}

.token.important,
.token.regex {
    color: #fd971f
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}