@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    scroll-behavior: smooth;
    /* // Smooth scroll always for html tag */

    /* // scroll-snap-type: y; // <-- snap in y axis */
}

img {
    max-width: 100%;
}
/* body {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    line-height: 1.67;
    color: #444;
} */
#wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    /* margin-top: -76px; */
}

@font-face {
    font-family: open-sans;
    src: url(../fonts/Open_Sans/OpenSans-Light-webfont.ttf);
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: Co_Text_Regular;
    src: url(../fonts/co-font/Co_Text_Regular.ttf);
    font-style: normal;
    font-weight: 100;
}
/*// chalks board font*/
@font-face {
    font-family: Co_Headline_Bold;
    src: url(../fonts/co-font/Co_Headline_Bold.ttf);
    font-style: normal;
}

/*KG_Second_Chance_Sketch*/

@font-face {
    font-family: KGSecondChancesSketch;
    src: url(../fonts/KG_Second_Chance_Sketch/KGSecondChancesSketch.ttf);
    font-style: normal;
}

h1,.h1,
h2,.h2,
h3{
    font-family: KGSecondChancesSketch;
    font-family: 'Co_Headline_Bold' !important;
}
/* 
h1,
.h1 {
    font-size: 1.5rem !important;
}
h2,
.h2 {
    font-size: 1rem !important;
} */
/* h1 {
    padding: 10px 0px;
}
p {
    font-family: open-sans;
} */
/*heading style*/
.ff1 {
    font-family: KGSecondChancesSketch !important;
    font-family: 'Co_Headline_Bold' !important;
}
.ff2 {
    font-family: open-sans !important;
    font-family: "Open Sans", sans-serif;
    font-family: 'Co_Text_Regular' !important;
}
.ff3 {
    font-family: IndieFlower-Regular !important;
}
.ff4 {
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
     font-family: 'Co_Text_Regular' !important;
    
}
.ff5 {
    font-family: KGSecondChancesSketch !important;
}

.text-primary {
    color: #ff6764 !important;
}

.border-primary {
    border-color: #ff6764 !important;
}
/*.border-primary {border-color: #007bff!important;}*/
.grad {
    background-image: linear-gradient(to right, #ff6763, #ed945a) !important;
}
.bg-primary {
    background: #ff6764 !important;
}
.bg-gray {
    background: #ececec;
}
.logo-font-style{
    font-family: Co_Headline_Bold;
    text-align: center;
    margin: auto;
    font-size: 2rem;
}
.logo-font-center{
    font-family: Co_Text_Regular;
}
.cnb-logo-on-sm a img{
    width: 3.2rem;
    height: 2.2rem;
    margin: 0 1.1rem;
}
.header {
    background: #212226;
    padding: 10px 0px;
}
.header ul {
    margin: 0px;
}
.header ul li {
    display: inline-block;
    list-style: none;
    color: #a6a6a6;
    font-size: 14px;
    padding-right: 20px;
}

/* Navigation Bar */
.navbar {
    padding: 15px;
    background-color: #1a1a1a;
    /* background-color: #1a1a1a00; */
    transition: all ease 0.4s;
}

.animate-navmenu {
    padding: 5px 30px 5px 50px;
    transition: all ease 0.2s;
    background-color: #1e1e1f;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #ff6f6f;
    /*border-bottom: none;*/
    /*    border-bottom: 2px solid #fff;*/
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    /*border-bottom: 2px solid #fff;*/
}
/*top navbar and header css*/
.dropdown-menu {
    min-width: 15rem;
}
/* .navbar .dropdown-toggle::after {
    display: inline-block !important;
} */
.navbar .cart-dropdown-list .cart-notify {
    font-size: 0.9rem !important;
    position: absolute;
    top: -14%;
    left: 50%;
    color: #f8f7f7;
    /* background-color: #ff6f6f; */
    /* padding: 0px 3px; */
    /* border-radius: 50%; */
    /* border-color: #fff; */
    /* border: 1px solid #ffffff; */
}
.navbar .cart-dropdown-list .wishlist-notify {
    font-size: 0.9rem !important;
    position: absolute;
    top: -14%;
    left: 50%;
    color: #f8f7f7;
    /* background-color: #ff6f6f; */
    /* padding: 0px 3px; */
    /* border-radius: 50%; */
    /* border-color: #fff; */
    /* border: 1px solid #ffffff; */
}
.navbar #navUser {
    font-size: 2rem !important;
    font-size: 1rem !important;
    color: #fff;
    padding-bottom: 1em;
    margin-bottom: -1em;
    -webkit-transform-origin: 0% 100%;
    margin-right: -6px;
}
.navbar .navbar-nav .nav-item {
    padding: 0 6px;
    padding: 1.1rem 1.5rem;
    margin: -1em;
}
.navbar .navbar-nav .nav-item .fa {
    font-size: 1.1rem !important;
}
.navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width 01s ease, background-color 01s ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
    background: #ffffff;
}
.navbar .navbar-nav .nav-item #navCart,
.navbar .navbar-nav .nav-item #navWishlist:hover:after {
    width: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
    font-family: monospace, sans-serif;
    font-family: Co_Text_Regular;
    font-size: 1.2rem !important;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.navbar .navbar-dark .navbar-nav .nav-link:focus,
.navbar .navbar-dark .navbar-nav .nav-link:hover {
    color: #ff6f6f;
}
.navbar .nav-link {
    display: block;
    padding: 0.5rem 0.8rem;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    /*   margin: 0 -100px;
    width: fit-content;
    right: 40px;
    top: 60px;
    padding: 10px; */
}
.navbar .dropdown:hover .dropdown-menu .cart-add-more {
    padding: 0.2rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
}
/*.dropdown.nav-item:hover .dropdown-menu{display: block;right:4rem ;top: 70px;padding:10px}*/
.navbar .dropdown.nav-item:hover .dropdown-menu {
    /* display: inline-block;  */
    /* right: 27rem; */
    /* position: fixed; */
    top: 70px;
    /* width: fit-content; */
    /* margin: 0px -130px; */
    padding: 10px;
    min-width: 190px;
}
.navbar .dropdown-menu {
    /* margin-top: 0; */
    padding-right: 1rem;
    /* padding: 0;
    top: 90%; */
}
.navbar .dropdown-menu a {
    padding: 0.5rem;
    color: #f82424;
    font-weight: 600;
    font-size: 1rem !important;
    white-space: normal;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    text-decoration: none;
    background-color: #f4f4f4;
}
.cart-dropdown-list.dropdown .fa-shopping-cart {
    color: #fff;
    font-size: 1.2rem !important;
}

.search-page .search {
    width: 100%;

    /* padding-left: 300px;; */
    position: relative;
    display: flex;
}
.search-page .searchTerm {
    width: 30rem;
    border: 3px solid #ff6764;
    border-right: none;
    padding: 5px;

    border-radius: 2rem 0 0 2rem;
    outline: none;
    color: #ff6764;
}
.search-page .searchTerm:focus {
    color: #ff6764;
}
.search-page .searchButton {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ff6764;
    background: #ff6764;
    text-align: center;
    color: #fff;
    border-radius: 0 2rem 2rem 0;
    cursor: pointer;
    font-size: 20px !important;
}

.search-box .reset {
    background-color: white;
    color: #e6e1e1;
    border: none;
    border-top: 3px solid #ff6f6f;
    border-bottom: 3px solid #ff6f6f;
}
.search-box .search {
    width: 100%;
    position: relative;
    display: flex;
}
.search-box .searchTerm {
    width: 100%;
    border: 3px solid #ff6764;
    border-right: none;
    padding: 5px;
    border-radius: 25px 0 0 25px;
    outline: none;
    color: #ff6764;
}
.search-box .searchTerm:focus {
    color: #ff6764;
}
.search-box .searchButton {
    width: 40px;
    height: 40px;
    border: 1px solid #ff6764;
    background: #ff6764;
    text-align: center;
    color: #fff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    font-size: 20px !important;
}
.search-box input::-webkit-input-placeholder {
    color: #ff6f6f !important;
    padding-left: 10px;
}
.search-box input:focus::-webkit-input-placeholder {
    color: #fff !important;
}

.login {
    padding: 20px 0px;
}
.common-img-bg {
    background: url(../images/patten.png) no-repeat center center fixed;
    height: 100%;
    background-repeat: repeat;
}
.login-card.auth-body {
    width: 450px;
}
.signup-card.auth-body {
    width: 450px;
}
label {
    font-weight: 600;
    color: #000;
    font-size: 1.1rem !important;
}
.login-card {
    border-radius: 30px;
    position: relative;
    display: block;
}

.login-card h1 {
    font-size: 25px !important;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.logo h1 {
    font-family: KGSecondChancesSketch;
    font-family: 'Co_Headline_Bold';
    color: #000;
    font-size: 28px !important;
}
.login-card form .text-center img {
    max-width: 120px;
    height: auto;
}
.card-block {
    padding: 0.6rem;
}
.modal-body,
.auth-box {
    /* background-color: #fff; */
    border-radius: 8px;
    margin: 0 0;
    padding: 15px 20px;
    box-shadow: 0 2px 18px -2px black;
}
.bg-darkgary {
    background-color: #494949 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.popup_login .form-control {
    color: #495057;
    background-color: #d9d9d9;
    font-size: 14px !important;
    border-radius: 2px;
    border: 1px solid #cccccc;
    width: 100%;
    float: left;
    padding: 0.3rem 0.75rem;
}
.signup-card .auth-box .form-control {
    color: #495057;
    background-color: #d9d9d9;
    font-size: 14px !important;
    border-radius: 2px;
    border: 1px solid #cccccc;
    width: 100%;
    float: left;
    padding: 14px;
    padding: 0.3rem 0.75rem;
    margin: 5px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-label {
    padding-left: 0.8rem;
    margin-bottom: 0;
}
.login-card .forget {
    border-bottom: 1px solid #fff;
    font-size: 24px !important;
    line-height: 0.6;
}
.login h3,
.login-card h3 {
    color: #666666;
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 10px;
}
.input-group-addon {
    padding: 0.2rem 2rem;
    /*padding: 0.2rem 0.7rem;*/
    background-color: #ff6764;
    color: #fff;
}
.input-group-primary .input-group-addon {
    background-color: #ff6764;
}
.input-group-addon + .form-control {
    border-radius: 0px 0.25rem 0.25rem 0px !important;
}

/* .dropdown.nav-item:hover .dropdown-menu {
    margin: auto;
}
.logo-text-mobile {
    font-family: "KGSecondChancesSketch";
    font-size: 25px !important; */
/*margin-right: 60px;*/
/* } */
/* .user-menu-login-small {
    display: inline-flex !important;
} */
.navbar #navCart .cart-notify,
.navbar #navWishlist .wishlist-notify {
    left: 8%;
}
#navbarTogglerDemo02 {
    margin-right: 6.5rem !important;
}
.user-menu-login{
    position: absolute;
    top: 1.3rem;   
    right: 2rem;
}
.user-menu-login .nav-link{
    padding: 0.5rem 0;
}
.user-menu-login .icon-circle {
    text-align: center;
    color: white;
    background-color: black;
    width: 2rem;
    font-size: 1.2rem !important;
    height: 2rem;
    border: 2px solid #fff;
    border-radius: 50% 50%;
    font-weight: bold;
    position: relative;
    top: -0.4rem;
    right: -0.5rem;
}

.dot-on-profile {
    border: 0.3rem solid #ff6f6f;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.2rem;
    right: -0.6rem;
    border-radius: 50%;
}
.dropdown.cart-dropdown-list {
    position: absolute;
    top: 1.4rem;
    right: 4.5rem;
    padding: 0px 0px 1rem 0px;
}
.dropdown.cart-dropdown-list .nav-link {
    /* position: relative;
    top: -2.6rem;
    right: -0.1rem; */
}
.cnb-logo-on-sm {
    margin: auto;
}
.animate-navmenu .user-menu-login {
    position: absolute;
    top: 0.9rem;
    right: 2rem;
}

.animate-navmenu .user-menu-login .icon-circle {
    top: -0.7rem;
}
.animate-navmenu .dot-on-profile {
    top: -0.2rem;
}
.animate-navmenu .dropdown.cart-dropdown-list {
    top: 0.8rem;
    right: 4.5rem;
}
.shareApp .searchButton {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ff6764;
    /* background: #ff6764; */
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem !important;
}

/* body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    background-color: #cccccc;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #ffffff;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d62929;
    background-image: -webkit-linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.4) 50%,
        transparent,
        transparent
    );
} */

.coming-soon:hover:after {
    content: "Coming Soon";
}
#headingPrivacy {
    margin-left: 1rem;
    margin-top: 1rem;
    /* font-family: KGSecondChancesSketch; */
}

#contentPrivacy {
    /* font-family: KGSecondChancesSketch; */
    margin-left: 1rem;
    margin-right: 1rem;
}
.col-xs-12 {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
}
.col-xm-6 {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
}
.privacy-data ul,
.privacy-data ol {
    font-family: open-sans;
    font-family: Co_Text_Regular;
}
/* Container holding the image and the text */
.join_now .container,
.join_now_first .container {
    position: relative;
    text-align: center;
    color: white;
}
.join_now_first .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.join_now .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}

.margin-right-10 {
    margin-right: 10px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-30 {
    margin-right: 30px;
}
.margin-right-40 {
    margin-right: 40px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-left-10 {
    margin-left: 10px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-30 {
    margin-left: 30px;
}
.margin-left-40 {
    margin-left: 40px;
}
.margin-left-50 {
    margin-left: 50px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-80 {
    padding-top: 80px;
}

.padding-right-10 {
    padding-right: 10px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-right-40 {
    padding-right: 40px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-left-10 {
    padding-left: 10px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-80 {
    padding: 80px 0px;
}
.pd0 {
    padding: 0px !important;
}

.home_school_desc span.expand {
    display: none;
}

.slider-padd {
    padding: 10rem 9rem;
}

.btn1 {
    border-radius: 20px;
    padding: 4px 15px;
    color: #fff;
}

.btn2 {
    background: transparent !important;
    border-radius: 20px;
    padding: 7px 23px;
    color: #fff;
    height: 38px;
    width: 154px;
    border: 1px solid #afa8a8;
}
.knowbtn {
    padding-right: 10px;
    padding: 0px 3rem 0px 1rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: left;
    color: #fff;
    /* width: 218px; */
    width: #ff6764;
    text-decoration: none;
    border-radius: 3rem;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}

/* hide outline in button on hover and click */
button:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
}

.feature-right .feature_item {
    text-align: right;
}
.feature_item {
    margin-bottom: 30px;
    list-style: none;
}
.institutes-popular-image {
    height: 10rem;
    width: 15rem;
    border-radius: 5px;
}
.icon-area {
    background: #ff6764;
    padding: 10px;
    border-radius: 10px;
    height: 45px;
    width: 45px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    float: right;
}
.app {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0px;
}

.para1 {
    padding: 0.7rem 2rem;
    line-height: 1.5rem;
}
.app h1 {
    padding: 10px 0px;
}
.feature_item h5 {
    font-family: 'Co_Headline_Bold';
} 
.feature {
    position: relative;
    z-index: 0;
    margin-top: 30px;
    text-align: center;
}
.feature-title {
    padding: 10px 0px;
}
.single-feature-item li {
    display: inline-flex;
    padding-bottom: 50px;
}
.single-feature-item .app-ion {
    margin-right: 20px;
}

.feature-title p {
    line-height: normal;
    margin-bottom: 15px;
    color: #505050;
}
.feature-title a {
    color: #ff6764;
    text-decoration: underline;
}
.institutes {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0px 30px 0px;
}

.foot {
    background: #212226;
    padding: 0.8rem;
    padding: 1rem 0px;
}
.foot p {
    color: #fff;
    /* font-size: 14px; */
    margin: 0px;
}
.footer-page-main {
    background: #28292d;
    padding: 80px 0px;
    color: #fff;
}
.footer-page-main p {
    padding: 1rem 3rem 0px 0px;
}
.left-side-footer ul {
    padding: 0px;
}
.left-side-footer ul li {
    list-style: none;
    margin: 2rem 0px;
}
.left-side-footer ul li span {
    display: inline-block;
    float: left;
    /* font-size: 1rem; */
}
.left-side-footer ul li p {
    line-height: 1rem;
    margin-bottom: 1rem;
    margin-left: 3rem;
    font-size: 1rem;
    padding: 0px;
}

.social-icon-footer ul {
    padding: 0px;
}
.social-icon-footer ul li {
    display: inline-block;
    list-style: none;
    margin: 1rem 5px 10px 0px;
}
.social-icon-footer ul li a img {
    width: 1.2rem !important;
}

.home-page-review-bg {
    background: linear-gradient(to top, #1e130c, #9a8478);
}
.home-page-review {
    margin: 0 1rem;
}
.home-page-review .home-page-review-profile {
    float: left;
    width: 27%;
}
.home-page-review-profile a img {
    width: 170px !important;
}
.home-page-review .home-page-review-profile img {
    width: 100%;
    height: auto;
}
.home-page-review .home-page-review-content {
    padding-left: 40%;
}
.home-page-review-content img {
    width: 70px !important;
}
.home-page-review .home-page-review-title {
    margin-bottom: 0;
}
.home-page-review .home-page-review-title a {
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.home-page-review .home-page-review-post {
    display: block;
    color: #9c9c9c;
    margin-bottom: 10px;
}

.home-page-review .home-page-review-description {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0px;
    width: 282px;
}
.home-page-review-content h5 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 3px 0px;
}
.home-page-review .social-links {
    padding: 0;
    margin: 0;
}
.home-page-review .social-links li {
    list-style: none;
    margin-right: 5px;
    display: inline-block;
}
.home-page-review .social-links li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border: 1px solid #9c9c9c;
}
.home-page-review .home-page-review-post:after {
    content: "";
    width: 100%;
    display: block;
    margin: 10px 0 auto;
    border-top: 1px solid #9c9c9c;
}
.home-page-review .social-links li a:hover {
    text-decoration: none;
}
.home-page-review .social-links li a.fa-instagram:hover {
    background: #325c86;
    border-color: #325c86;
}
.home-page-review .social-links li a.fa-twitter:hover {
    background: #5ea9dd;
    border-color: #5ea9dd;
}
.home-page-review .social-links li a.fa-pinterest:hover {
    background: #cb2027;
    border-color: #cb2027;
}
.home-page-review .social-links li a.fa-linkedin:hover {
    background: #0177b5;
    border-color: #0177b5;
}

.row-reverse {
    flex-direction: row-reverse !important;
}
.owl-item .item {
    width: 100%;
    float: left;
}

.owl-pagination {
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3f4144;
    border: 3px solid #fff;
}

#footer-page-registration .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    /*padding: 1.375rem .75rem !important;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #28292d;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.menu {
    text-align: right;
}
.hdr {
    width: 100%;
    position: absolute;
    top: 73px;
    z-index: 9999;
    padding: 30px 0px;
}
.sliderpara {
    /* font-size: 1.5rem;
    line-height: 3rem; */
    margin: 10px 0px;
}
section,.banner-box .item{
    position: relative;
    float: left;
    width: 100%;
}
section {
    padding-top: 3rem;
}
.banner-box {
    padding-top: 0;
}

.banner-box .banner-box-bg-image {
    background-size: cover;
    /*min-height: 550px;*/
}
.expert {
    top: 0;
    right: 0;
    /*width: 50%;*/
    height: auto;
    background-color: #28292d;
    /*background-image:url('{{asset("images/Doodle_Mobile_bar_left.png")}}'),url('{{asset("images/Degree+Pencil.png")}}');*/
}

.expert {
    top: 0;
    right: 0;
    /*width: 50%;*/
    height: auto;
    background-color: #28292d;
    /*background-image:url('{{asset("images/Doodle_Mobile_bar_left.png")}}'),url('{{asset("images/Degree+Pencil.png")}}');*/
}

.expert::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #3c3f44;
    top: 0px;
    right: 0px;
    z-index: 0;
}

.expert .count-banner {
    margin-right: 180px;
}

/* .expert_teacher.expert {
    overflow: hidden;
}
.expert::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #3c3f44;
    top: 0px;
    right: 0px;
    z-index: 0;
}
.expert-left {
    padding: 30px 70px 0px 70px;
}
.expert-left h5 {
    font-size: 25px;
    margin: 0;
}
.sm-para {
    font-size: 13px;
    color: #fff;
    font-style: italic;
}
.expert .count-banner {
    margin-right: 180px;
}
.expert-left .para2 {
    color: #fff;
    font-size: 14px;
    width: 350px;
    line-height: 26px;
}
.expert-right {
    /* padding: 7px 0px 0px 0px; */
/* position: absolute; */
/* top: -23px;
    right: 70px; */
/* } */
/*
.expert-right img {
    width: 100% !important;
    max-width: 100% !important;
}

.expert .owl-nav {
    position: absolute;
    z-index: 111;
    right: 170px;
    top: 95%;
}

.expert .owl-nav button span,
.expert .owl-nav button {
    color: #fff;
}
.expert .number {
    padding-right: 15px;
    padding-top: 28px;
    position: absolute;
    top: 0px;
    z-index: 999;
    background-color: #28292d;
}
.expert .number:after {
    content: "";
    width: 2px;
    background-color: #ddd;
    height: 100%;
    top: 0px;
    left: 50%;
    position: absolute;
    z-index: -1;
    margin-left: -9px;
}
.expert .number a {
    display: block;
    margin: 0 0 40px 10px;
    width: 12px;
    height: 12px;
    font-size: 0px;
    text-decoration: none;
    text-align: center;
    border-radius: 100%;
    background-color: #333;
    position: relative;
}

.expert .number a:after {
    content: "";
    border: 6px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 100%;
    background-color: transparent;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
}
.expert .number a.active:after {
    display: none;
}
.expert .number a.active {
    display: block;
    margin: 0px 0px 40px 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-color: #ff6764;
} */
.owl-expert .owl-item {
    width: 1070px;
    margin-right: 10px;
}
.bannerBox .owl-prev span:after {
    content: "\f177";
    font-family: Fontawesome;
    font-size: 20px;
}

.clip3 {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%) !important;
}
.banner-box .owl-nav {
    position: absolute;
    right: 9%;
    top: 70%;
    color: #fff;
}

.banner-box .owl-nav button span {
    padding: 10px 14px !important;
    opacity: 0;
}
.logo {
    padding-left: 27px;
}

.home-page-review-part .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}
.logo h1 {
    color: #fff;
    font-size: 28px;
}

.search-box .form-control {
    border: 1px solid #d5d5d5 !important;
    padding: 7px 23px !important;
    border-radius: 20px !important;
    width: 152px;
}
.search-box .search-btn {
    width: 45px;
    height: 100%;
    border-radius: 0px 30px 30px 0px;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    box-shadow: none;
    background-position: center left 3px;
    background-repeat: no-repeat;
    background-image: url(../img/search.png);
}
.app-icon {
    text-align: center;
}
.app-icon ul {
    margin: 0px;
    padding: 0px;
}
.app-icon ul li {
    list-style: none;
    background: #e2e2e2;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    line-height: 2.5rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0.2rem;
}
.app-icon ul li img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.startJourney.exprt .start_jurney_image {
    object-fit: cover;
    /* width: auto;  */
}
.exprt {
    top: 0;
    right: 0;
    height: 700px;
    background-color: #ff6764;
    /* background-image: url('{{asset("images/Doodle_Mobile_bar_left.png")}}'), 
        url('{{asset("images/Degree+Pencil.png")}}');*/
    background-size: auto, 20%;
    background-position: right bottom, 95% 95%;
    background-repeat: no-repeat, no-repeat;
}

.startJourney.exprt {
    background-size: auto, 15%;
    background-position: left bottom, 5% 95%;
}

.startJourney .start-jou-card-image {
    width: 20rem;
    margin: auto;
}

/*text expand and collapse css  i.e read more */
.text span.expand,
.text span.collapse {
    margin: 10px;
    color: #fff;
    padding: 0.2rem 2.5rem 0.2rem 1rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 2rem;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
.text span.expand {
    background-image: linear-gradient(to right, #ff6763, #ed945a) !important;
}
.text span.collapse {
    background-image: linear-gradient(to right, #d81a14, #ffc4c4) !important;
}

.text span.expand .fa-plus-circle,
.text span.collapse .fa-chevron-circle-up {
    margin-left: 8px;
}

/*text expand and collapse css end*/

.frame-img {
    width: 100%;
    /* float: left; */
    padding: 4rem 3rem 3rem 5rem;
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: -50px;
    margin: 25px -1px 42px -53px;
}
.bg-right {
    background-image: url(../images/Doodle_Mobile_bar_left.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}
.bg {
    background-image: url(../images/Doodle_Mobile_bar_left.png),
        url(../images/Doodle_Mobile_bar_left.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
}
.scroll {
    margin: 80px 15px 20px 273px;
}
.scroll p {
    transform: rotate(-90deg);
    font-family: open-sans;
    font-family: Co_Text_Regular;
}
.scroll .border {
    margin: 12px auto 0px;
    width: 76px;
    width: 0px;
    height: 100px;
    border: 1px solid #848080 !important;
    text-align: center;
}
.scroll .circle-point {
    height: 18px;
    width: 18px;
    background: #fe6c63;
    border-radius: 50%;
    text-align: center;
    margin: 6px auto;
}

.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.section-title:after,
.section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
}
.section-title:after {
    height: 2px;
    background-color: rgba(252, 92, 15, 0.46);
    left: 25%;
    right: 25%;
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
    padding-bottom: 30px;
}
.slick-dots {
    position: relative;
    top: 10px;
    bottom: 90px;
    display: block;
    width: 100%;
    padding: 10;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0;
}
.slick-dots li.slick-active button:before {
    font-size: 1.3rem !important;
    color: #ff6764;
}
.slick-dots li button:before {
    font-size: 1rem !important;
}

/* change arrow position and size */
.slick-next:before,
.slick-prev:before {
    top: 0;
    opacity: 1;
}
.slick-next::before {
    position: absolute;
    left: 0;
    color: #89504f8a;
    font-size: 2.5rem !important;
}
.slick-prev::before {
    position: absolute;
    right: 0;
    color: #89504f8a;
    font-size: 2.5rem !important;
}

.top-bottm-slider-image-s {
    height: 10rem !important;
    width: 10rem !important;
    /* width: 0px; */
    border-radius: 50%;
    margin: auto;
}
.home-page-review-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.home-page-reviews-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}

.home-page-reviews-wrapper h4 {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5rem;
    position: relative;
    padding: 1.3rem;
    margin-bottom: 2rem;
    color: #000;
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, 0.3);
}

.home-page-reviews-blob,
.home-page-reviews-img {
    border-radius: 100%;
}

.home-page-reviews-img {
    position: relative;
    left: 47%;
    overflow: hidden !important;
    width: 8rem;
    height: 8rem;
    margin-top: 2rem;
    margin-bottom: 10px;
    margin-left: -3rem;
    /* box-shadow: 0 0 0 5px #171719; */
    transition: all ease-out 0.5s;
    transform: translateY(-30%);
    filter: brightness(2);
}

.home-page-review-carousel .active .home-page-reviews-img {
    transform: translateY(0);
    filter: brightness(1);
}

.home-page-reviews-person-info {
    text-align: center;
    color: #fff;
}

.home-page-reviews-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
}

@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff;
    }
    100% {
        opacity: 1;
        background: #fff;
        box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff;
    }
}

.home-page-review-carousel .active .home-page-reviews-blob {
    transform-origin: 50% 50%;
    animation: anim linear 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.home-page-review-carousel {
    overflow: hidden;
    cursor: grab;
}

.home-page-review-carousel:active {
    cursor: grabbing;
}

.home-page-review-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out 0.3s;
    transform: scale(0.7);
    opacity: 0;
}

.home-page-review-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.home-page-review-carousel .owl-next,
.home-page-review-carousel .owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    transition: all ease-out 0.25s;
    transform: translateY(-100%);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    background: #171719;
}
/* .owl-prev:hover, .owl-next:hover{
    text-shadow: 2px 2px #000000;
    /* transform: translateX(10%); */
/* -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  } */
/* .owl-prev:hover{
    text-shadow: -2px 2px #000000; */
/* transform: translateX(-10%); */
/* } */
.home-page-review-carousel .owl-next:hover,
.home-page-review-carousel .owl-prev:hover {
    color: #fff;
    background: #615e6b;
}
.home-page-review-carousel .owl-nav div {
    position: absolute;
    top: 45%;
    color: #cdcbcd;
}
.home-page-review-carousel .owl-nav i {
    font-size: 3rem;
    background-color: #debfbf30;
    padding: 4px;
    border-radius: 3px;
    color: #b261616e;
}
.slider-square-button-slick i {
    font-size: 3rem;
    font-weight: bold;
    background-color: #cac9c93b;
    padding: 4px;
    /* border-radius: 0px; */
    color: #ffadad6e;
    position: absolute;
    top: 33%;
    /* color: #cdcbcd; */
}

.slider-square-button-slick i:focus,
.slider-square-button-slick i:hover {
    background-color: #fcaaaa3b;
    /* border-radius: 0px; */
    color: #f83f3f6e;
}
.slider-square-button-slick .fa-caret-right {
    right: -2rem;
}
.slider-square-button-slick .fa-caret-left {
    left: -2rem;
}
.home-page-review-carousel .owl-prev {
    /* left: 5% !important; */
    left: 0 !important;
}

.home-page-review-carousel .owl-next {
    /* right: 5% !important; */
    right: 0 !important;
}

.home-page-review-carousel .owl-next.disabled,
.home-page-review-carousel .owl-prev.disabled {
    opacity: 0;
}

/* .expert-teacher-home {
    width: 80%;
    margin: 0 auto;
} */

.text-hide-5-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.expert-teacher-home .expert-left h5 {
    font-size: 1.7rem;
    margin: 0;
}
.expert-teacher-home .expert-left {
    padding: 0 8rem;
}
/* .expert-teacher-home .expert-right {
    padding: 0 8rem;
} */
.expert-teacher-home .expert-right {
    /* padding: 7px 0px 0px 0px; */
    /* position: absolute; */
    top: -23px;
    right: 1rem;
}
.expert-teacher-home .frame-img {
    width: 100%;
    /* float: left; */
    padding: 4rem 3rem 3rem 5rem;
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: -50px;
    margin: 25px -1px 42px -53px;
}
.expert-teacher-home .expert-right img {
    width: 100% !important;
    max-width: 100% !important;
    height: 12rem;
    width: 20rem !important;
    margin: auto;
}
.expert-teacher-home .owl-next,
.expert-teacher-home .owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    transition: all ease-out 0.25s;
    transform: translateY(-100%);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    background: #171719;
}
.expert-teacher-home .owl-next:hover,
.expert-teacher-home .owl-prev:hover {
    color: #fff;
    background: #615e6b;
}
.expert-teacher-home .owl-nav div {
    position: absolute;
    top: 45%;
    color: #cdcbcd;
}
.expert-teacher-home .owl-nav span {
    font-size: 3rem;
    background-color: #debfbf30;
    padding: 4px;
    border-radius: 3px;
    color: #b261616e;
}
.expert-teacher-home .owl-prev {
    /* left: 5% !important; */
    left: 0 !important;
}

.expert-teacher-home .owl-next {
    /* right: 5% !important; */
    right: 0 !important;
}

.expert-teacher-home .owl-next.disabled,
.expert-teacher-home .owl-prev.disabled {
    opacity: 0;
}

.expert-teacher-home .owl-dots .owl-dot {
    margin: 12px 0px;
}

.expert-teacher-home .owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    border: 5px solid #626060;
    background-color: #1f1f1f;
    color: #f45b5b;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    height: 2rem;
    border-radius: 50%;
    width: 2rem;
}

.expert-teacher-home .owl-dots .owl-dot button:focus {
    outline: none;
}

.expert-teacher-home .owl-dots .owl-dot.active button {
    color: #ffffff;
    background-color: #ff6f6f;
    border-color: #f2c9c9;
}

.expert-teacher-home .owl-dots {
    padding-right: 18px;
    padding-top: 1rem;
    margin-left: 2rem;
    position: absolute;
    top: 0px;
    z-index: 999;
    background-color: #28292d;
}

.expert-teacher-home .owl-dots:after {
    content: "";
    width: 2px;
    background-color: #ddd;
    height: 100%;
    top: 0px;
    left: 50%;
    position: absolute;
    z-index: -1;
    margin-left: -9px;
}

.expert-teacher-home .owl-dots a {
    display: block;
    margin: 0 0 40px 10px;
    width: 12px;
    height: 12px;
    font-size: 0px;
    text-decoration: none;
    text-align: center;
    border-radius: 100%;
    background-color: #333;
    position: relative;
}

.expert-teacher-home .owl-dots a:after {
    content: "";
    border: 6px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 100%;
    background-color: transparent;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
}

.expert-teacher-home .owl-dots a.active:after {
    display: none;
}

.expert-teacher-home .owl-dots a.active {
    display: block;
    margin: 0px 0px 40px 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-color: #ff6764;
}
/* Title Animation */
/* .reveal-text,
.reveal-text:after {
  -webkit-animation-delay: 01s;
          animation-delay: 01s;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.reveal-text {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  color:#ffe221;
  text-shadow: 1px 1px #000000;
  white-space: nowrap;
}
.reveal-text:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8ce2ea;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
}
.active .reveal-text{
    -webkit-animation-name: reveal-text;
          animation-name: reveal-text;
}
.active .reveal-text:after {
    -webkit-animation-name: revealer-text;
          animation-name: revealer-text;
} */
/* Before animation */
/* @-webkit-keyframes reveal-text {
from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
} */
/*@keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}  */

/* After animation */
/* @-webkit-keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
} */
/* @keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
} */
/* Title Animation END */

.course-card.card {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%),
        0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%);
    /*        transition: box-shadow 0.3s ease-in-out;
            transform: scale(1.2, 1.2);*/
}
.course-card.card:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    transition: box-shadow 0.1s ease-in-out;
    transform: scale(1, 1.1); /*
    */
}
.course-card.card .card-body {
    width: 280px;
    text-align: left;
}
.course-card.card .card-title {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.course-card .card-title-font {
    font-family: sf pro display, -apple-system, BlinkMacSystemFont, Roboto,
        segoe ui, Helvetica, Arial, sans-serif, apple color emoji,
        segoe ui emoji, segoe ui symbol;
    font-family: Co_Text_Regular;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02rem;
    font-size: 17px !important;
    text-align: left;
    color: #000;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.course-card.card .card-body .popular-course-card {
    display: inline-block;
    padding: 0.4rem 0.8em;
    background-image: linear-gradient(to right, #ff6363, #ed945a) !important;
    font-weight: 700;
    font-family: cursive;
    font-family: Co_Text_Regular;
    line-height: 1;
    letter-spacing: -0.02rem;
    font-size: 14px !important;
    border-radius: 3px;
    color: #fff;
    position: relative;
    left: -24px;
    bottom: -30px;
}

/*----  card slider Style  ----*/
.courseSliderCard {
    text-align: center;
}
.courseSliderCard .container {
    padding-top: 5px;
    padding-bottom: 20px;
}
.courseSliderCard a {
    text-decoration: none;
    outline: none;
}
.courseSliderCard .card-flyer {
    border-radius: 5px;
}
.courseSliderCard .card-flyer .image-box {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
.courseSliderCard .card-flyer .image-box img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    width: 100%;
    height: 13rem;
}
.courseSliderCard .card-flyer:hover .image-box img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.courseSliderCard .card-flyer .text-box {
    text-align: center;
}
.courseSliderCard .card-flyer .text-box .text-container {
    /* padding: 15px 15px; */
    padding: 1rem;
    /* background: linear-gradient(to bottom left, #f3b490 6%, #ff8f8f 82%);*/
}
.courseSliderCard .card-flyer .text-box .text-container .card-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    height: 3rem;
}
.courseSliderCard .card-flyer {
    background: #ffffff;
    margin-top: 50px;
    /* height: 340px; */
    height: 23rem;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.courseSliderCard .card-flyer.card-without-img {
    height: 13rem !important;
}
.courseSliderCard .card-flyer a {
    text-decoration: none;
}
.courseSliderCard .card-flyer:hover {
    background: #fff;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
}
.courseSliderCard .card-flyer .text-box p {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1rem !important;
    letter-spacing: 1px;
    color: #000000;
}
.courseSliderCard .card-flyer .text-box h6 {
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 0.9rem !important;
    font-weight: bold;
    letter-spacing: 0.3px;
    /* text-transform: uppercase; */
    font-family: "Roboto Black", sans-serif;
    font-family: Co_Text_Regular;
    /* letter-spacing: 1px; */
    color: #717171;
}
.courseSliderCard .card-flyer .text-box h5 {
    /*font-weight: bold;*/
    font-family: KGSecondChancesSketch;
    font-family: 'Co_Headline_Bold';
    color: #868686;
}
.courseSliderCard .card-flyer .text-box .text-single-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.card.cart-view-area,
.card.checkout-view-area {
    box-shadow: 0 0 10px 2px rgb(250 106 106 / 20%);
    border-radius: 5px;
    border: transparent;
}

/* ALL SECTION */
/*scrol to top*/
.scrollToTopcn {
    bottom: 60px;
    color: #ff6f6f;
    background-color: #ff6f6f;
    background-color: transparent;
    border: 1px solid #ff6f6f;
    border-radius: 50%;
    display: none;
    font-size: 20px !important;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 40px;
    z-index: 999;
}

.scrollToTopcn:hover,
.scrollToTopcn:focus {
    background-color: #fff;
    text-decoration: none;
    outline: none;
}

.card-hover-button .button-hover-1:hover .card-hover-button-active {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card-hover-button .button-hover-1 .card-hover-button-active {
    bottom: 0;
    left: 0;
    padding: 12px 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cart-form-input.form-control {
    background-color: #ffffff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #343a40 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #343a40 !important;
    color: #ffffff !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #edfa22 !important;
}
input.grad:hover,
button.grad:hover,
a.grad:hover {
    background-image: none !important;
    background-color: #343a40 !important;
    color: #ffffff !important;
}
.cart-add-more:hover {
    background-image: none !important;
    background-color: #343a40 !important;
    border: none !important;
    color: #ffffff !important;
}

/* star rateing  checked*/
.checked {
    color: orange;
}

/*contact us*/

/**** SERVICE ****/

.service-section h3 {
    font-size: 36px !important;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0.05em;
}

.service-section h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #f05f40;
}

.service-items .icon {
    color: #f05f40;
    font-size: 36px !important;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    justify-content: center;
    /*padding:30px;*/
    /*border-radius: 100%;*/
    /*border: solid 2px #F05F40;*/
    margin: 40px auto -20px auto;
    line-height: 98px;
}

.service-items h4 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    /* font-weight: bold; */
    text-transform: capitalize;
    font-family: open sans;
    font-family: Co_Text_Regular;
    color: #f05f40;
}
.service-items {
    /*font-size: 22px;*/
    margin: 0px 30px 50px 30px;
    /*padding-left: 20px 20px 20px 20px;*/
    /*text-transform: capitalize;*/
    /*color: #F05F40;*/
}

.service-items h4 a {
    color: #222;
}

.service-items h4 a:hover {
    color: #f05f40;
}

.service-items p {
    /* font-size: 16px !important; */
    /* line-height: 1.2; */
    text-align: center;
    font-weight: 600;
    color: #414141;
    margin-bottom: 5px;
}
.service-border {
    /*border-right-color: #F05F40;*/
    /*border-style:solid;*/
    border-right: 1px solid #ff6764;
    border-width: 3px;
}
.border-primary {
    /*border-right-color: #F05F40;*/
}

.contactPage .form-control::-webkit-select {
    color: white;
}
.contactPage .form-control::-webkit-input-placeholder {
    color: white;
}
/**** SERVICE END ****/

.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    font-family: Co_Text_Regular;
}
.testimonials::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 216, 50, 0.7);
}
.testimonials .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}
.testimonials .title h5 {
    color: #eb6d2f;
    line-height: 1.2em;
    font-size: 18px !important;
    font-weight: 900;
    margin-bottom: -3px;
}
.testimonials .title h2 {
    color: #5a3733;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px !important;
    letter-spacing: -1px;
    margin: 0;
}
.testimonials .title img {
    margin-top: -10px;
}
.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5a3733;
}
.testimonials .testi .item {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    height: auto;
    margin: 10px;
}
.testimonials .testi .item .profile {
    display: flex;
    padding-left: 10px;
}
.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px;
}
.testimonials .testi .item .profile .information .stars i {
    color: #ffd832;
}
.testimonials .testi .item .profile .information p {
    font-size: 24px !important;
    margin: 0px auto 0px;
    color: #5a3733;
    font-weight: 900;
    line-height: 1;
}
.testimonials .testi .item .profile .information span {
    color: #eb6d2f;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}
.testimonials .testi .item > p {
    margin-bottom: 15px;
    font-size: 16px !important;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #5a3733;
    text-align: center;
}
.testimonials .testi .item .icon {
    text-align: center;
}
.testimonials .testi .item .icon i {
    font-size: 32px !important;
    color: #ffd832;
}
/*.testimonials.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    padding: 10px; }*/

/* buy now page */
/* .step-data .timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
} */

.step-data .timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #006e51;
    top: 13rem;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.step-data .container {
    padding: 1rem 2rem;
    position: relative;
    background: inherit;
    width: 50%;
}

.step-data .container.left {
    left: 0;
    margin: 0;
    padding-left: 5rem;
}

.step-data .container.right {
    left: 50%;
    margin: 0;
    padding-right: 5rem;
}

.step-data .container::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #006e51;
    border-radius: 50%;
    z-index: 1;
}

.step-data .container.right::after {
    left: -8px;
}

.step-data .container::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 4px;
    top: calc(50% - 1px);
    right: 8px;
    background: red;
    z-index: 1;
}

.step-data .container.right::before {
    left: 8px;
}

.step-data .container .icon {
    position: absolute;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: 1px 0;
    top: calc(50% - 20px);
    background: #f6d155;
    border: 2px solid #006e51;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.5rem !important;
    color: #000;
    z-index: 1;
}

.step-data .container.left .icon {
    right: 3rem;
}

.step-data .container.right .icon {
    left: 3rem;
}

.step-data .container .content {
    padding: 1rem 5rem 1rem 1rem;
    /*background: #F6D155;*/
    background-image: linear-gradient(to right, #ff6763, #ed945a) !important;
    color: #fff;
    position: relative;
    border-radius: 0 14rem 14rem 0;
}

.step-data .container.right .content {
    padding: 1rem 1rem 1rem 5rem;
    border-radius: 14rem 0 0 14rem;
}

.step-data .container .content h2 {
    margin: 0 0 0.8rem 0;
    font-size: 1.5rem !important;
    font-weight: normal;
    color: #ffffff;
    border-bottom: 2px solid white;
}

.step-data .container .content p {
    margin: 0;
    font-size: 1rem !important;
    line-height: 1.5rem;
    color: #ffffff;
}

.buy-banner-box img {
    width: 100%;
    height: 30rem;
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(3px);
}
.buy-banner-box .text-style {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.buy-banner-box h1 {
    font-size: 3rem !important;
}

/* The OverlayNavMenu (background) */
.overlayNavMenu {
    /* Height & width depends on how you want to reveal the overlayNavMenu (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0); /* Black fallback color */
    /*        background-color: rgb(246 242 242);  Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlayNavMenu (height or width, depending on reveal) */
}

/* Position the content inside the overlayNavMenu */
.overlayNavMenu-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlayNavMenu */
.overlayNavMenu a {
    text-decoration: none;
    font-size: 25px;
    /*color: #000000;*/
    color: #ffffff;
    font-weight: 500;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlayNavMenu a:hover,
.overlayNavMenu a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlayNavMenu .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlayNavMenu-content a h6 {
    transition: transform 0.3s; /* Animation */
}
.overlayNavMenu-content a h6:hover,
.overlayNavMenu .closebtn:hover {
    color: #ff6f6f;
    transform: scale(1.2); /* (150% zoom)*/
}

.cartbox-img img {
    height: 2rem !important;
    width: 2.5rem !important;
}

/*double vertical slider*/
.slider-container {
    position: relative;
    overflow: hidden;
    height: 46rem;
}

.left-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    transition: transform 0.5s ease-in-out;
}

.left-slide > div {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transition: transform 0.5s ease-in-out;
}

.right-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 53%;
    top: 50%;
    z-index: 0;
}

.slider-container .action-buttons .down-button {
    border-radius: 50%;
    left: 52.4%;
    background: #f7a09e;
    border-color: transparent;
    transform: translateX(-100%);
}

.slider-container .action-buttons .up-button {
    border-radius: 50%;
    left: 47.7%;
    border-color: transparent;
    transform: translateY(-100%);
}

.circle-red {
    background: #ff6764;
    height: 4rem;
    width: 4rem;
    list-style: none;
    top: 39%;
    left: 47%;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    z-index: 9999;
    border-radius: 50px;
    position: absolute;
}

.circle-white {
    background: #ececec;
    height: 4rem;
    width: 4rem;
    list-style: none;
    top: 51.3%;
    left: 47%;
    line-height: 4rem;
    text-align: center;
    color: #ff6764;
    z-index: 9999;
    border-radius: 50px;
    position: absolute;
}
/*double virtical slider end*/

.left-part {
    /*background: #ff6764;*/
    /* padding: 90px 0px; */
    text-align: center;
    height: 46rem;
    position: relative;
}
.img-part img {
    width: 6rem;
    height: 7rem;
}
.content-part {
    padding: 2rem 4rem;
}

.content-part h1 {
    font-family: KGSecondChancesSketch;
    font-family: 'Co_Headline_Bold';
    font-size: 1.5rem;
    padding-bottom: 1rem;
}
.home_school_desc span.expand {
    display: none;
}
.content-part p {
    font-family: open-sans;
    /*font-family: Co_Text_Regular;*/
    padding: 1rem;
    /* padding: 20px 0px; */
}
.right-part {
    /* padding: 90px 0px; */
    text-align: center;
    position: relative;
    height: 46rem;
}
.right-part .content-right-part {
    padding-top: 7rem;
}
.left-part .content-left-part {
    padding-top: 7rem;
}
.slider-padd {
    padding: 150px 130px;
}
