/*
* Theme Name: SkillUp - Online Learning Platform HTML Template
* Author: Themezhub
* Version: 1.1
* Last Change: 27 Apr 2023
  Author URI    :   
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Global Settings
# Header Navigation Styles
# Homes Banner
# Education Elements
# Inner page design
# General Features
# Blog Designs
# Education Detail 
# E-Commerce & Product Designs
# Dashboard Design
# Footer Start 
# Responsiveness Start
------------- List Of Table ----------*/

/* CSS Document */
@import url(plugins/animation.css);
@import url(plugins/bootstrap.min.css);
@import url(plugins/date-picker.css);
@import url(plugins/select2.css);
@import url(plugins/slick.css);
@import url(plugins/slick-theme.css);
@import url(plugins/themify.css);
@import url(plugins/morris.css);
@import url(plugins/font-awesome.css);
@import url(plugins/flaticon.css);
@import url(plugins/summernote.min.css);

/*------------------------------------
	Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
    outline: none;

}

.modal-open {
    overflow: hidden !important;
}
body, p, h1, h2, h3, h4, h5, h6, span, li, button, input, label {
    font-family: 'Jost', sans-serif !important;
}


body {
    background: #ffffff;
    color: #000c16;
    font-size: 14px;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
}

.position-absolute {
    position: absolute !important;
}

html {
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

a {
    color: #30384e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.link {
    color: #e42d29;
}

    a.link:hover, a.link:focus, a:hover, a:focus {
        color: #9b000f;
    }

a.text-success:focus, a.text-success:hover {
    color: #27b737 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #23a16f !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ff9b20 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #f33066 !important;
}

a.white-link {
    color: #ffffff;
}

    a.white-link:hover, a.white-link:focus {
        color: #263238;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

section {
    padding: 60px 6px 16px 10px;
    position: relative;
    margin-bottom: 0px;
    background-color: #FFFCFB;
}

    section.min {
        padding: 20px 0 0px;
        position: relative;
    }


.bg-fix-title h2 {
    color: #fff;
}

.bg-fix-title h1 {
    color: #fff;
}

.bg-fix-title span {
    color: #fff;
}



.bg-fix-desc {
    color: #fff;
}

.bg-fix {
    margin-top: 0rem;
    background-image: url('../img/why-choose.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: #714500;
    background-position: center;
}

.light-bg {
    background: #ecf7f3;
}

p {
    line-height: 29px;
    font-size: 16px;
    color: rgb(2 29 71);
    font-weight: 400;
    margin-top: -0.5rem !important;
}

.city b {
    color: #000;
    font-weight: 500;
    font-size: 1rem
}

.gray {
    background: #FFD8D8;
    padding-top: 40px;
}

.newcolor{
    background-color: #ffffff !important;
}

.contactt{
    padding-top: 0 !important;
    background-color: #f8f8f8;
}

.breadcrumb-color {
    background: #dfe9f3;
    padding: 15px 10px;
}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.no-ul-list {
    padding: 0;
}

    .no-ul-list li {
        list-style: none;
    }

.progress {
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}

p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}

.owl-carousel .item {
    padding: 0 15px;
}

.explore-content h1, .explore-content h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}

.dn {
    display: none;
}

.edu_wraper h2 {
    margin-bottom: 2.2rem;
    text-align: left;
}





.heading-container {
    position: relative;
    width: 100%;
    text-align: center;
}

.cent {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-container h2,
.heading-container h1 {
    position: relative;
    text-align:center;
}

.heading-container h2::before,
.heading-container h1::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background: #1e0f70;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .heading-container h2::before,
    .heading-container h1::before {
        width: 90px;
    }
}







/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(19, 38, 68);
    font-weight: 500;
    text-transform: capitalize;
}

h5,
h6 {
    color: #192a31;
    font-weight: 500;
}

.font-2 {
    font-family: 'Jost', sans-serif;
}



h1 {
    line-height: 57px;
    font-size: 45px;
    color: #c30e0a
}

h2 {
    line-height: 45px;
    font-size: 42px;
    color: #09243f;
}


h3 {
    line-height: 30px;
    font-size: 30px;
    margin-top: 15px;
}

h4 {
    line-height: 33px;
    font-size: 19px;
    padding: 0px;
    font-weight: 400;
    color: rgb(7, 10, 14);
    margin-top: 5px;
}

h5 {
    line-height: 30px;
    font-size: 18px;
}

h6 {
    line-height: 20px;
    font-size: 16px;
}





.lead {
    font-size: 20px !important;
}

.lead-i {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px !important;
    font-style: italic;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.theme-bg {
    background: #7B542F !important;
}

.theme-bg-button {
    background: rgb(123 84 47) !important !important;
}

.theme-light {
    background: rgba(3, 185, 124,0.1) !important;
}

.theme-cl {
    color: #212529;
    font-family: system-ui;
}

.theme-cl2 {
    color: rgb(19, 100, 241);
}

.theme-bg-light {
    background: rgb(57 35 156) !important;
    margin-top: 20px;
    margin-left: 20px;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
    padding: 0;
    margin: 0;
}

    ul.list-style li {
        margin-bottom: 1.2em;
        line-height: 1.5;
        list-style: none;
        padding-left: 30px;
        position: relative;
    }

        ul.list-style li:before {
            content: "\e64c";
            position: absolute;
            left: 0;
            font-size: 16px;
            top: 0;
            color: #27b737;
            font-family: 'themify';
        }

    ul.list-style.style-2 li:before {
        content: "\e628" !important;
        color: #0273ff;
    }

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10 {
    height: 10px;
}

.ht-20 {
    height: 20px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-60 {
    height: 60px;
}

.ht-70 {
    height: 70px;
}

.ht-80 {
    height: 80px;
}

.ht-80 {
    height: 80px;
}

.ht-100 {
    height: 100px;
}

.ht-110 {
    height: 110px;
}

.ht-120 {
    height: 120px;
}

.ht-130 {
    height: 130px;
}

.ht-140 {
    height: 140px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-170 {
    height: 170px;
}

.ht-180 {
    height: 180px;
}

.ht-190 {
    height: 190px;
}

.ht-200 {
    height: 200px;
}

.ht-100 {
    height: 100%;
    min-height: 580px;
}

.h-100 {
    height: 100vh;
    min-height: 580px;
}

.hts-100 {
    height: 100%;
}
/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

    .bg-img-holder:not([class*='col-']) {
        width: 100%;
    }

    .bg-img-holder.background--bottom {
        background-position: 50% 100% !important;
    }

    .bg-img-holder.background--top {
        background-position: 50% 0% !important;
    }

.image--light .bg-img-holder {
    background: none;
}

.bg-img-holder img {
    display: none;
}

.imagebg.border--round {
    overflow: hidden;
}

[data-overlay] {
    position: relative;
}

    [data-overlay]:before {
        position: absolute;
        content: '';
        background: #052044;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-overlay] *:not(.container):not(.bg-img-holder) {
        z-index: 2;
    }

    [data-overlay].image--light:before {
        background: #fff;
    }

    [data-overlay].bg--primary:before {
        background: #4a90e2;
    }

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-scrim-bottom] {
    position: relative;
}

.imagebg {
    position: relative;
}

    .imagebg .container {
        z-index: 2;
    }

        .imagebg .container:not(.pos-absolute) {
            position: relative;
        }

    .imagebg:not(.image--light) h1,
    .imagebg:not(.image--light) h2,
    .imagebg:not(.image--light) h3,
    .imagebg:not(.image--light) h4,
    .imagebg:not(.image--light) h5,
    .imagebg:not(.image--light) h6,
    .imagebg:not(.image--light) p,
    .imagebg:not(.image--light) ul,
    .imagebg:not(.image--light) blockquote {
        color: #fff;
    }

    .imagebg:not(.image--light) .bg--white h1,
    .imagebg:not(.image--light) .bg--white h2,
    .imagebg:not(.image--light) .bg--white h3,
    .imagebg:not(.image--light) .bg--white h4,
    .imagebg:not(.image--light) .bg--white h5,
    .imagebg:not(.image--light) .bg--white h6 {
        color: #252525;
    }

    .imagebg:not(.image--light) .bg--white p,
    .imagebg:not(.image--light) .bg--white ul {
        color: #666666;
    }

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
    color: #fff;
}

div[data-overlay] p {
    color: #fff;
}

.parallax {
    overflow: hidden;
}
/**! 07. Icons **/
.fa {
    font-weight: 900;
}

.icon {
    line-height: 1em;
    font-size: 3.14285714em;
}

.icon--xs {
    font-size: 1em;
}

.icon--sm {
    font-size: 2.35714286em;
}

.icon--lg {
    font-size: 5.57142857em;
}

.imagebg:not(.image--light) span {
    color: #fff;
}

.gr_bg {
    background: #23a16f;
    background: -webkit-linear-gradient(to right, #12ca86, #23a16f);
    background: linear-gradient(to right, #12ca86, #23a16f);
}




.crs_trt_thumb img {
    height: 200px;
    width: 200px;
}



/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
    color: brown !important;
}

.text-danger {
    color: #f33066 !important;
}

.text-muted {
    color: #8d97ad !important;
}

.text-warning {
    color: #ff9b20 !important;
}

.text-success {
    color: #27b737 !important;
}

.text-info {
    color: #2196f3 !important;
}

.text-inverse {
    color: #3e4555 !important;
}

html body .text-blue {
    color: #02bec9;
}

html body .text-purple {
    color: #7460ee;
}

html body .text-primary {
    color: #e42d29 !important;
}

html body .text-megna {
    color: #1dc8cd;
}

html body .text-dark {
    color: #8d97ad;
}

html body .text-themecolor {
    color: #e42d29;
}

/*------------------------ Global Settings: Lists ------------------*/
.lists-4, .lists-3, .lists-2, .lists-1 {
    margin: 0;
    padding: 0;
}

    .lists-4 li, .lists-3 li, .lists-2 li, .lists-1 li {
        list-style: none;
        margin: 1px 0 14px;
        line-height: 27px;
        margin-left: 22px;
        position: relative;
    }

        .lists-4 li:before, .lists-3 li:before, .lists-2 li:before, .lists-1 li:before {
            font-family: 'themify';
            margin: 0;
            position: relative;
            color: #66676b;
            float: left;
            margin-left: -22px;
            display: block;
        }

    .lists-4.color li:before, .lists-3.color li:before, .lists-2.color li:before, .lists-1.color li:before {
        color: #e42d29;
    }

    .lists-1 li:before {
        content: "\e71b";
        font-size: 13px;
    }

    .lists-2 li:before {
        content: "\e724";
        font-size: 13px;
    }

    .lists-3 li:before {
        content: "\e64c";
        font-size: 13px;
    }

    .lists-4 li:before {
        content: "\e65d";
        font-size: 13px;
    }
/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}

.alert-success {
    color: #27b737;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}

.alert-warning {
    color: #ff9b20;
    background-color: #fff5e9;
    border-color: #fff5e9;
}

.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}

.alert-danger {
    color: #f33066;
    background-color: #ffe9e9;
    border-color: #ffe9e9;
}

.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}

.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
    background-color: #e42d29 !important;
}

.bg-success {
    background-color: #27b737 !important;
}

.bg-info {
    background-color: #1ac790 !important;
}

.bg-warning {
    background-color: #ff9b20 !important;
}

.bg-danger {
    background-color: #f33066 !important;
}

.bg-orange {
    background-color: #ec2828 !important;
}

.bg-yellow {
    background-color: #fed700;
}

.bg-facebook {
    background-color: #3b5a9a;
}

.bg-twitter {
    background-color: #56adf2;
}

html body .bg-megna {
    background-color: #1dc8cd;
}

html body .bg-theme {
    background-color: #e42d29;
}

html body .bg-inverse {
    background-color: #374158;
}

html body .bg-purple {
    background-color: #7460ee;
}

html body .bg-light {
    background-color: #f4f8fa !important;
}

html body .bg-light-primary {
    background-color: #f1effd;
}

html body .bg-light-success {
    background-color: #28a745;
}

html body .bg-light-info {
    background-color: #cfecfe;
}

html body .bg-light-extra {
    background-color: #ebf3f5;
}

html body .bg-light-warning {
    background-color: #fff8ec;
}

html body .bg-light-purple {
    background-color: #f1efff;
}

html body .bg-light-danger {
    background-color: #f9e7eb;
}

html body .bg-light-inverse {
    background-color: #f6f6f6;
}

html body .bg-light {
    background-color: #f5f7f9;
}

html body .bg-white {
    background-color: #ffffff;
}

html body .bg-whites {
    background-color: #f4f5f7;
}

html body .bg-red {
    background-color: #e21137;
}

html body .bg-green {
    background-color: #4caf50;
}

html body .bg-sky {
    background-color: #20b2c1;
}

html body .bg-blue {
    background-color: #03a9f4;
}

html body .bg-dark-blue {
    background-color: #192c48;
}
/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
    padding: 0;
    margin: 0;
}

    ul.simple-list li {
        list-style: none;
        padding: 10px 5px 10px 28px;
    }

    ul.simple-list li {
        list-style: none;
        padding: 10px 5px 10px 28px;
        position: relative;
    }

        ul.simple-list li:before {
            content: "\e6af";
            font-family: themify;
            position: absolute;
            left: 0;
        }

/*------------ GLobal Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #f0f4f7;
}

.table tr th, .table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}

.table.tbl-big tr th, .table.tbl-big tr td {
    padding: 20px 15px;
}

.table.tbl-big.center tr th, .table.tbl-big.center tr td {
    padding: 20px 15px;
    text-align: center;
}

table.table tr th {
    font-weight: 600;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e !important;
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
/*------------- GLobal Settings: Buttons ----------------*/

.btn {
    color: #ffffff;
    padding: 12px 25px;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 0.1rem;
}

    .btn.btn-md {
        padding: 16px 25px;
        background-color: #ffc107;
    }
    .newbtn{
        padding: 16px 2px !important;
    }
    .btn.btn-lg {
        padding: 20px 42px;
    }

.text-light {
    background: #7B542F !important;
}

.btn {
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-family: 'Jost', sans-serif;
    border: 1px solid #ffffff;
}

.btn-outline-theme {
    color: #23a16f;
    background-color: transparent;
    border: 2px solid #23a16f;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-outline-theme:hover, .btn-outline-theme:focus {
        color: #ffffff !important;
        background-color: #23a16f;
        border-color: #23a16f;
    }

.btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0;
}

    .pagination > li > a,
    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 0;
        margin: 5px;
        color: #5a6f7c;
        text-decoration: none;
        background-color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #eaeff5;
    }

        .pagination > .active > a,
        .pagination > .active > a:focus,
        .pagination > .active > a:hover,
        .pagination > .active > span,
        .pagination > .active > span:focus,
        .pagination > .active > span:hover,
        .pagination > li > a:focus,
        .pagination > li > a:hover {
            z-index: 2;
            color: #ffffff;
            cursor: pointer;
            background-color: #23a16f;
            border-color: #23a16f;
        }

    .pagination li:first-child a {
        background: #23a16f;
        border: 1px solid #23a16f;
        border-radius: 50% !important;
        color: #fff
    }

    .pagination li:last-child a {
        background: #35434e;
        border: 1px solid #35434e;
        border-radius: 50% !important;
        color: #fff;
    }

    .buton{
        padding: 15px 15px !important;
    }

    .pagination > li {
        display: inline;
    }

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #23a16f;
    border-color: #23a16f;
}

.pagination.smalls > li > a,
.pagination.smalls > li > a, .pagination.smalls > li > span {
    width: 28px;
    height: 28px;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    margin-left: 0;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    width: 100%;
    color: #515a6f;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #dae3ec;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

._adv_features_list label i {
    font-style: initial;
    font-weight: 600;
    float: right;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #dae3ec;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rgba(5, 175, 120,0.1);
    border-radius: 2px;
    border: none;
}

.checkbox-custom:checked + .checkbox-custom-label:after {
    content: "\f00c";
    font-family: Fontawesome;
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 10px;
    color: #05af78;
    font-weight: 400;
}

.form-group .checkbox-custom:checked + .checkbox-custom-label:after {
    top: 3px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #e42d29;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.company-brands label {
    font-weight: normal;
    color: #828f99;
    font-size: 15px;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: none /* focus style */
}

.company-brands input[type='checkbox']:focus {
    outline: none;
}

.company-brands label:focus {
    outline: none;
}

label i.count {
    float: right;
    width: 20px;
    font-style: initial;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 185, 124,0.1);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    color: #23a16f;
}
/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 auto;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-right: 27px;
        background-color: #27b737;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 24px;
        background-color: #3e4555;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: 6px;
    background: #FFFFFF;
    height: 23px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 35px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
    }

        [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
            border-radius: 50% !important;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: auto;
            height: auto;
            background: transparent;
            position: absolute;
            top: 0px !important;
            left: 3px !important;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

    .card-columns .card {
        margin-bottom: 30px;
    }

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}


@media (max-width: 575px) {
    h4, h5 {
        font-size: 23px;
    }
}


@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
    margin-bottom: 2rem;
}

    .sec-heading.lg {
        margin-bottom: 30px;
    }

    .sec-heading.center {
        text-align: center;
    }

    .sec-heading h2, .sec-heading p {
        margin-bottom: 20px;
    }

    .sec-heading.light h2, .sec-heading.light p {
        color: #ffffff;
    }

.color-heading .sec-heading h2 {
    color: #e42d29;
}

.sec-heading p {
    margin-bottom: 5px;
}

.single-items {
    padding: 0 10px;
}

.property-slide, .item-slide {
    margin: 0 -15px;
}

.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-left {
    flex: 1;
}

    .sec-left h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }

.sec-right a {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}
/*----------- GLobal Settings: Forms ------------*/
.form-control {
    height: 54px;
    padding-left: 15px;
    margin: 0 !important;
    box-shadow: none !important;
    background: #ffffff;
    border: 1px solid #e6ebf5;
    color: #707e9c;
    border-radius: 4px;
}

textarea.form-control {
    min-height: 80px;
}

.input-with-icon {
    position: relative;
    width: 100%;
}

    .input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container {
        padding-left: 30px !important;
        height: 45px;
        background: #ffffff;
        overflow: hidden;
    }

    .input-with-icon i {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        left: 8px;
        font-size: 15px;
        color: #215463;
        font-style: normal;
        opacity: 0.4;
        font-style: normal;
        cursor: pointer;
        pointer-events: none;
    }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
    border: none;
    height: 54px;
}

span.select2-selection.select2-selection--single {
    padding-left: 15px;
    color: #707e9c;
    border-radius: 4px;
    border: 1px solid #e6ebf5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
    text-align: left;
    padding: 0 15px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #707e9c;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 15px;
    top: -2px;
}

.smalls .form-control {
    height: 42px;
}

.smalls .select2-container--default .select2-selection--single {
    height: 42px;
}

    .smalls .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }

    .smalls .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
        right: 10px;
        width: 20px;
    }

.form-group label {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.8;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.close {
    color: #2bbb8a;
    opacity: 1;
}

.modal-title {
    font-size: 17px;
}

.select2-container {
    display: block;
}

/**************************************
	Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
    color: #333d46;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

    .navigation,
    .navigation * {
        box-sizing: border-box
    }

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: 'Jost';
    font-size: 14px;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right;
    letter-spacing: 0.5px;
}

.nav-header {
    display: flex;
    align-items: center;
    float: left;
}

.nav-brand {
    padding: 4px 0px;
    font-size: 24px;
    margin-right: 1rem;
    padding-left: 0;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus > img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 10px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    cursor: pointer;
}

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #70798b;
        border-radius: 10px;
        box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
    }

.navigation-portrait .nav-toggle {
    display: block
}

.nav-menus-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navigation-portrait .nav-menus-wrapper {
    width: 300px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    flex-direction: row-reverse;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
        left: auto;
        right: -400px
    }

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

@media(max-width:768px) {
    .nav-menu {
        margin-top: 45px;
    }
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu > li {
    display: inline-block;
    text-align: left
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0
    }

.nav-menu + .nav-menu > li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none
}

.nav-menu > li > a {
    padding: 25px 8px;
    display: inline-block;
    font-family: "Segoe UI", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    transition: color .3s, background .3s;
    font-size: 16px;
}

.navigation-portrait .nav-menu > li > a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
    color: #fd7d0f !important;
}

.nav-menu > li > a > [class*=ion-], .nav-menu > li > a > i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    top: 1px;
    position: relative;
}

.nav-menu > li > a > [class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social > li > a > .fa, .nav-menu.nav-menu-social > li > a > .fas {
    font-size: 15px
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 9px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #506377 #506377 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #fd8f30 #fd8f30 transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color .3s
}

    .nav-search-icon:after,
    .nav-search-icon:before {
        content: '';
        pointer-events: none
    }

    .nav-search-icon:before {
        width: 2px;
        height: 11px;
        top: 11px;
        position: absolute;
        left: 50%;
        border-radius: 0 0 1px 1px;
        box-shadow: inset 0 0 0 32px;
        transform: translateX(-50%)
    }

.nav-search-button:hover .nav-search-icon {
    color: #e42d29
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #e42d29;
    transition: opacity .3s
}

    .nav-button:focus,
    .nav-button:hover {
        color: #fff;
        text-decoration: none;
        opacity: .85
    }

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

    .navigation-portrait .nav-text + ul {
        margin-top: 15px
    }

.nav-dropdown {
    min-width: 267px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu > li .nav-dropdown {
    border: none;
    padding: 10px;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

.nav-menu > li > .nav-dropdown:before {
    background-color: #ffffff;
    content: "";
    width: 22px;
    height: 22px;
    left: 27px;
    top: -12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

    .nav-dropdown > li > a {
        width: 100%;
        padding: 12px 15px 12px 5px;
        border-bottom: 1px solid #e4e8ec;
        display: inline-block;
        color: #333c56;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-family: "Segoe UI", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    .nav-dropdown > li:last-child > a {
        border-bottom: none;
    }

    .nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
        padding-left: 20px;
        color: #23a16f;
    }

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown > .focus > a,
.nav-dropdown > li:hover > a {
    color: #fd7d0f;
}

.web-name li {
    min-width: 200px;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left > li > a {
    text-align: right
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #23a16f #23a16f transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

    .navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

nav a {
    display: inline-block
}

.header {
    background: rgba(37, 12, 146, 0.9);
    z-index: 6;
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

    .deatils ul li i {
        margin-right: .5em
    }

    .deatils ul li a {
        font-size: 1.1em;
        color: #C6C7C7;
        vertical-align: middle
    }

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

    .navbar-default .navbar-nav > li > a {
        color: #05222A;
        font-size: 1.3em;
        font-weight: 900
    }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #02B875;
            background-color: #fff
        }

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

    .menu--francisco .menu__link:focus,
    .menu--francisco .menu__link:hover {
        color: #929292
    }

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.nav-menu.nav-menu-social > li.add-listing {
    border-radius: 4px;
    top: 14px;
    position: relative;
    height: 40px;
    padding: 0px;
    margin-left: 10px;
    background: #faf5f5;
}



    .nav-menu.nav-menu-social > li.add-listing a {
        top: 0px;
        padding: 20px 5px;
        color: #802686 !important;
    }

    .nav-menu.nav-menu-social > li.add-listing.bg-whit {
        background: #ffffff !important;
    }

        .nav-menu.nav-menu-social > li.add-listing.bg-whit a {
            color: #333d46 !important;
        }


       .nav-menu.nav-menu-social > li.add-listing a:hover {
        
        
        color: #25473c !important;
    }
        
.nav-brand img {
    max-width: 123px;
    position: relative;
    top: 1px;
}

.nav-menu > li > a.crs_yuo12, .mobile_nav .crs_yuo12 {
    width: 42px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #eaeff7;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    justify-content: center;
    color: #748194;
    position: relative;
    margin-left: 7px;
}

    .nav-menu > li > a.crs_yuo12, .mobile_nav .crs_yuo12.w-auto {
        width: auto;
        padding: 4px 4px;
    }

        .nav-menu > li > a.crs_yuo12 .embose_count, .mobile_nav .crs_yuo12 .embose_count {
            position: absolute;
            padding: 3px 4px;
            border-radius: 50%;
            background: #4caf50;
            line-height: 1;
            font-style: normal;
            color: #ffffff;
            font-size: 11px;
            top: -2px;
            right: -7px;
        }

            .nav-menu > li > a.crs_yuo12 .embose_count.red, .mobile_nav .crs_yuo12 .embose_count.red {
                background: #ff5722;
            }
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 19px 15px;
}

.account-drop .dropdown-menu a {
    padding: 0.6rem 0;
    font-size: 14px;
}

.account-drop .dropdown-menu .ground-content a {
    margin: 0;
    padding: 0;
}

.account-drop .dropdown-menu {
    top: 70px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    min-width: 280px;
    left: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.drp_menu_headr {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    background: #23a16f;
}

    .drp_menu_headr h4 {
        font-size: 18px;
        margin: 0;
        color: #ffffff;
    }

.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

    .account-drop .dropdown-menu ul li {
        list-style: none;
        padding: 0;
        width: 100%;
        display: block;
    }

        .account-drop .dropdown-menu ul li a {
            width: 100%;
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 400;
            color: #495363;
            position: relative;
            font-family: 'Jost', sans-serif;
            padding: 1rem 1.2rem;
            border-bottom: 1px solid #edf0f3;
        }

        .account-drop .dropdown-menu ul li:last-child a {
            border-right: none;
        }

        .account-drop .dropdown-menu ul li a i {
            margin-right: 4px;
            position: relative;
            top: 0px;
        }

.notti_coun {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600 !important;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
}

span.notti_coun.style-1 {
    background: #2bb170;
}

span.notti_coun.style-2 {
    background: #9972e6;
}

span.notti_coun.style-3 {
    background: #03a9f4;
}

span.expiration {
    position: absolute;
    right: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f31f67;
    font-size: 12px;
    top: 13px;
    color: #ffffff;
}
/*----------Dark Menu --------*/
@media (min-width: 993px) {
    .nav-menu.nav-menu-social > li.add-listing.bg-white {
        background: #ffffff !important;
    }

        .nav-menu.nav-menu-social > li.add-listing.bg-white a {
            color: #333333 !important;
        }

    .header.header-fixed {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px #5f0301;
        background: #093FB4;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .header.head-shadow {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    }

    .header.head-border {
        border-bottom: 1px solid #e9ecef;
    }

    .nav-menu.nav-menu-social > li.add-listing a {
        top: -10px;
    }

    .nav-menu.nav-menu-social > li.add-listing.style-2 a {
        top: -16px;
    }

    .header.header-dark {
        background-color: #1f263e;
    }

        .header.header-dark .nav-brand, .header.header-dark .nav-brand:focus, .header.header-dark .nav-brand:hover, .header.header-dark .nav-menu > li > a {
            color: #ffffff;
        }

        .header.header-dark .nav-menu > li .nav-dropdown {
            background: #232b46;
        }

        .header.header-dark .nav-dropdown > li > a {
            border-bottom: 1px solid #2e3654;
        }

        .header.header-dark .nav-menu > li > .nav-dropdown:before {
            background-color: #232b46;
        }

    /*------ transparent --------*/
    .header.header-transparent {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        z-index: 6;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

        .header.header-transparent.header-fixed {
            box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
            -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
            background: #ffffff;
            position: fixed;
            z-index: 999;
            width: 100%;
            top: 0;
            -webkit-transition: 0.2s ease-in;
            -o-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
            -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
            -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
        }

        .header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu > li > a {
            color: #ffffff;
        }

        .header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu > li > a {
            color: #333d46;
        }

    .change-logo .nav-brand.fixed-logo {
        display: none;
    }

    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block;
    }

    .change-logo.header-fixed .nav-brand.static-logo {
        display: none;
    }

    .dark-text .nav-brand, .header-transparent.dark-text .nav-brand:focus, .header-transparent.dark-text .nav-brand:hover, .header-transparent.dark-text .nav-menu > li > a {
        color: #192a31;
    }

        .header-transparent.dark-text .nav-menu > li > a:hover, .header-transparent.dark-text .nav-menu > li > a:focus {
            color: #e42d29;
        }

    .header-transparent .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }

    .header-transparent.dark-text .submenu-indicator-chevron {
        border-color: transparent #333d46 #333d46 transparent;
    }

    .header-transparent.header-fixed .submenu-indicator-chevron {
        border-color: transparent #506377 #506377 transparent;
    }

    .header.header-fixed a.alio_green {
        color: #07ad7f !important;
    }

    .mobile_nav {
        display: none;
    }

    li._my_prt_list a {
        display: inline-flex;
        font-size: 14px;
        font-weight: 600;
        color: #293544;
        font-family: 'Jost', sans-serif;
    }

        li._my_prt_list a span {
            width: auto;
            padding: 0px 6px;
            background: #23a16f;
            border-radius: 50px;
            color: #ffffff;
            margin-right: 4px;
        }
}

@media (max-width: 992px) {
    .navigation-portrait .nav-brand {
        margin-left: 25px;
    }

    .nav-brand img {
        max-width: 150px;
        position: relative;
        top: 2px;
    }

    .nav-brand {
        padding: 10px 15px;
        padding-right: 0;
    }

    .nav-header {
        width: 100%;
    }

    .navigation-portrait .nav-brand {
        flex: 1;
    }

    .mobile_nav ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .mobile_nav ul li {
            display: inline-block;
            padding-left: 2px;
        }

            .mobile_nav ul li:first-child {
                padding-left: 0;
            }

            .mobile_nav ul li a {
                display: inline-flex;
                font-size: 14px;
                font-weight: 600;
                color: #293544;
                font-family: 'Jost', sans-serif;
            }

            .mobile_nav ul li._my_prt_list a span {
                width: auto;
                padding: 0px 6px;
                background: #23a16f;
                border-radius: 50px;
                color: #ffffff;
                margin-right: 4px;
            }

            .mobile_nav ul li i.fas {
                position: relative;
            }

    .navigation-portrait .nav-menu.nav-menu-social {
        display: none;
    }

    .mobile_nav .account-drop .btn.btn-order-by-filt img.avater-img {
        width: 25px;
        border-radius: 50%;
    }

    .mobile_nav ul li a.add_prt {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fb8b00;
        border-radius: 50%;
        color: #ffffff;
        line-height: 0;
    }

        .mobile_nav ul li a.add_prt i.fas {
            top: 0;
        }
}

/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown > a:before, nav .menu > li.megamenu > a:before {
    margin-left: 10px;
    content: "\e61a";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 12px;
    top: 2px;
}

nav .menu > li.dropdown li.dropdown > a:before {
    margin-left: 10px;
    content: "\e649";
    font-family: 'themify';
    float: right;
    position: relative;
    font-size: 14px;
    top: 1px;
}

nav .menu li.dropdown.open > a {
    color: #e74c3c;
}

.top-header {
    background: #232c3d;
    padding: 12px 0;
    color: #ffffff;
}

.cn-info ul {
    padding: 0;
    margin: 0;
}

    .cn-info ul li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }

        .cn-info ul li i {
            margin-right: 5px;
        }

        .cn-info ul li:last-child {
            margin-right: 0;
        }

.top-social {
    padding: 0;
    margin: 0;
    float: right;
}

    .top-social li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }

        .top-social li:last-child {
            margin-right: 0;
        }

        .top-social li a {
            width: 25px;
            height: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,0.1);
            color: #ffffff;
            font-size: 12px;
            border-radius: 50%;
        }

.mg-menu-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

    .mg-menu-items i {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    }

    .mg-menu-items h5 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 16px;
        font-size: 15px;
        color: #031b4e;
        margin-bottom: 0;
    }

        .mg-menu-items h5 > span {
            color: #72809D;
            display: block;
            font-weight: 500;
            font-family: 'Muli', sans-serif;
        }

.account-drop .btn.btn-order-by-filt {
    padding: 0px;
    margin-top: 0;
    font-weight: 600;
    border-radius: 4px !important;
}

    .account-drop .btn.btn-order-by-filt img.avater-img {
        width: 42px;
        border-radius: 4px;
    }

li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding: 10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}


/*===================================================
 Homes Banner
==================================================*/


.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 2.5s;
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

.process-img {
    height: auto;
    max-width: 30vw;
}

@media (max-width: 768px) {
    .process-img {
        max-width: 60vw;
    }
}



.hero_banner {
    display: flex;
    height: auto;
    padding: 1rem 0;
    align-items: center;
    position: relative;
}

.image-cover {
    justify-content: center;
    background-position: center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center !important;
    background-size: cover !important;
}

.image-cover.image_bottom {
    background-position: bottom !important;
}

.elsio_tag {
    display: table;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    padding: 5px 20px;
    background: linear-gradient(95.84deg, #dc3545 0%, rgb(0 174 239) 100%);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    color: #ffffff;
}

.text-left .elsio_tag {
    margin: 10px 0;
}

.font-lg {
    font-size: 18px;
}

.simple_search {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

    .simple_search .form-control {
        height: 68px;
        background: #ffffff;
        border-color: #f0f4f7;
        padding-left: 40px;
        border-top-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
    }

    .simple_search .btn {
        height: 68px;
        align-items: center;
        justify-content: center;
    }

.input-group-append {
    margin-left: -1px;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-group.simple_search .ico {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-8%, -50%);
    z-index: 22;
    font-size: 18px;
    color: #c8d0d5;
}

.side_block.extream_img {
    position: relative;
}

.list_crs_img .cirl {
    position: absolute;
    left: 5%;
    top: 10%;
}

.list_crs_img .arrow {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.list_crs_img .moon {
    position: absolute;
    right: 0%;
    top: 30%;
}

.side_block img {
    display: table;
    align-items: center;
    margin: 0 auto;
}

.animate-fl-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.animate-fl-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.animate-fl-x {
    -webkit-animation-name: fl-x;
    animation-name: fl-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes fl-x {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fl-x {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.animate-fl-y {
    -webkit-animation-name: fl-y;
    animation-name: fl-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes fl-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fl-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.banner_title .light {
    color: #ffffff;
    -webkit-text-stroke: 1px #23a16f;
    letter-spacing: 1px;
}

.elsio_tag.yellow {
    background: rgba(255, 152, 0,0.1);
    color: #dc3545;
}

.btn.light_btn {
    font-weight: 600;
    color: #21242b;
    text-decoration: underline;
}

.crs_trio_info {
    display: flex;
    align-content: flex-start;
    max-width: 470px;
    position: relative;
    margin-top: 1.8rem;
}

    .crs_trio_info .crs_trio {
        width: 33.333333%;
        flex: 0 0 33.333333%;
    }

.crs_trio .ctr {
    margin: 0 0 8px;
    font-size: 40px;
    color: #23a16f;
}

.pol_title {
    font-weight: 600;
    color: #2a3138;
}

span.esli_vd {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    background: #ffffff;
    color: #23a16f;
    border-radius: 50%;
    margin-right: 7px;
    box-shadow: 0 0 10px 0 rgb(62 28 131 / 7%);
}

.imageblock {
    position: relative;
}

    .imageblock .imageblock__content {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 2;
        padding: 0;
        right: 0;
        float: left;
        left: auto;
        width: 50%;
    }

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background: #252525;
    right: 0;
}

    .background-image-holder img {
        display: none;
    }

.imageblock .imageblock__content.left {
    left: 0;
    right: auto;
}

.h2_bg {
    background: #fbf5f5;
}

.h4_bg {
    background: #f4f5f7;
}

.h6_bg {
    background: #eff8f5;
}

.h7_bg {
    background: #f7f9f2;
}
/*===================================================
	Education Elements
==================================================*/
/*------------ Course Styles -----------------*/
.ovr_top {
    margin-top: -50px;
}

.slick-dots li button:before {
    width: 25px;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    content: "";
    background: #23a16f;
}

.crs_grid {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.shadow_none {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.lios_item {
    padding: 0 10px;
}

.brd {
    border: 1px solid #5c5e61 !important;
    border-radius: 20px;
}

.crs_grid_thumb {
    position: relative;
    padding: 10px;
    width: 100%;
    background: #ffffff;
    min-height: 150px;
    
}

    .crs_grid_thumb .crs_detail_link {
        height: auto;
        display: block;
        position: relative;
    }

.crs_video_ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: #23a16f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.crs_locked_ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.crs_grid_caption {
    padding: 0rem 1rem 1rem;
    position: relative;
    display: block;
}

.crs_cates {
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 152, 0,0.18);
    padding: 5px 16px;
    font-size: 14px;
    border-radius: 50px;
    color: #ec8d01;
    margin-right: 7px;
}

.crs_title {
    display: block;
    margin: 5px 10px 0px 0;
}

.crs_title_link {
    text-wrap: nowrap;
}

.crs_title h4 .crs_title_link {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.crs_info_detail {
    position: relative;
    display: block;
    width: 100%;
}

    .crs_info_detail ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .crs_info_detail ul li {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 33.333333%;
            flex: 0 0 33.333333%;
            color: #4e6579;
            font-size: 14px;
            list-style: none;
        }

            .crs_info_detail ul li i {
                margin-right: 5px;
            }

.crs_grid_foot {
    width: 100%;
    min-height: 50px;
    border-top: 1px solid #eff3f7;
    padding: 0.7rem 1rem;
}

.crs_flex {
    width: auto;
    display: flex;
    align-items: center;
}

.crs_fl_first {
    flex: 1;
}

.crs_reviews {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.crs_rev_average {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #23a16f;
    border: 2px solid #eff2f7;
    border-radius: 50%;
    margin-right: 5px;
}

.tlt_reviews {
    font-size: 14px;
    color: #4e6579;
}

.crs_price h2 {
    margin: 0;
    font-size: 19px;
    display: flex;
    align-items: center;
}

    .crs_price h2 .currency {
        font-size: 18px;
    }

.crs_inrolled {
    font-size: 14px;
    color: #4e6579;
}

    .crs_inrolled strong {
        margin-right: 4px;
        color: #30384e;
    }

.crs_tutor {
    display: flex;
    align-items: center;
    position: relative;
}

.crs_tutor_thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

    .crs_tutor_thumb a {
        display: block;
        position: relative;
            width: 100px;
    font-size: 15px;
    border: 1px solid black;
    border-radius: 7px;
    padding-bottom: 2px;
    background-color: beige;
    font-weight: 500;
    }

.crs_tutor_name {
    padding-left: 6px;
}

    .crs_tutor_name a {
        font-weight: 600;
        font-size: 14px;
        color: #333d46;
    }

.crs_cates.cl_1 {
    background: rgba(226, 58, 49,0.11);
    color: #e23a31;
}

.crs_cates.cl_2 {
    background: rgba(139, 195, 74,0.11);
    color: #8bc34a;
}

.crs_cates.cl_3 {
    background: rgba(3, 169, 244,0.11);
    color: #03a9f4;
}

.crs_cates.cl_4 {
    background: rgba(189, 43, 214,0.11);
    color: #bd2bd6;
}

.crs_cates.cl_5 {
    background: rgba(130, 79, 60,0.11);
    color: #824f3c;
}

.crs_cates.cl_6 {
    background: #ffc107;
    color: #351919;
    font-family: inherit;
}

.crs_cates.cl_7 {
    background: rgba(134, 95, 255,0.11);
    color: #865fff;
}

.crs_cates.cl_8 {
    background: rgba(76, 175, 80,0.11);
    color: #4caf50;
}

.foot_list_info ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

    .foot_list_info ul li {
        display: flex;
        align-items: center;
        margin-left: 20px;
        font-weight: 700;
        font-size: 13px;
        list-style: none;
    }

        .foot_list_info ul li .elsio_ic {
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            display: flex;
            background: #ffffff;
            border: 1px solid #eff1f5;
            border-radius: 50%;
            margin-right: 5px;
            font-size: 11px;
        }

    .foot_list_info ul.light li .elsio_ic i {
        color: #b3bbd2 !important;
    }

.preview_crs_info {
    margin: 0.9rem 0 0;
}

    .preview_crs_info .progress {
        margin: 0;
        line-height: initial;
        background: rgba(3, 185, 124,0.14);
    }

        .preview_crs_info .progress .progress-bar {
            height: 6px;
        }

.crs_tutor_thumb.overl_top {
    position: absolute;
    top: -27px;
    right: 20px;
    box-shadow: 0px 0px 0px 4px rgb(255 255 255);
    -webkit-box-shadow: 0px 0px 0px 4px rgb(255 255 255);
}

/*--------------------- List View Cources -----------------*/
.crs_grid_list {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 30px;
}

.crs_lt_2 {
    position: relative;
    width: 100%;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 30px;
}

.crs_lt_boxes {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.crs_grid_list_thumb {
    width: 100;
    height: 220px;
    padding: 10px;
    position: relative;
}

a.text-light:focus, a.text-light:hover {
    color: #ffffff !important;
}

.crs_grid_list_thumb a {
    display: block;
    height: 100%;
}

.crs_grid_list_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crs_grid_list_caption {
    flex: 1;
    padding: 0 0.8rem;
    padding-left: 0;
    position: relative;
    display: block;
}

.crs_lt_101 .est {
    display: inline-flex;
    align-items: center;
    height: 26px;
    justify-content: flex-start;
    background: #23a16f;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 4px;
}

.crs_lt_102 .crs_tit {
    font-size: 21px;
    line-height: 1.4;
    margin: 0;
}

span.crs_auth {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #fd7d0f;
}

    span.crs_auth i {
        color: #262b38;
    }

.crs_lt_103 {
    padding: 1rem 0;
    position: relative;
    display: block;
}

.crs_lt_101 {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.btn.btn_view_detail.dark_bg {
    background: #2f323a;
    color: #ffffff;
}

.crs_lt_103 .crs_info_detail ul li {
    font-size: 13px;
    font-weight: 600;
}

.crs_lt_101 .est.st_1 {
    background: rgba(226, 58, 49,0.11);
    color: #e23a31;
}

.crs_lt_101 .est.st_2 {
    background: rgba(139, 195, 74,0.11);
    color: #8bc34a;
}

.crs_lt_101 .est.st_3 {
    background: rgba(3, 169, 244,0.11);
    color: #03a9f4;
}

.crs_lt_101 .est.st_4 {
    background: rgba(189, 43, 214,0.11);
    color: #bd2bd6;
}

.crs_lt_101 .est.st_5 {
    background: rgba(130, 79, 60,0.11);
    color: #824f3c;
}

.crs_lt_101 .est.st_6 {
    background: rgba(255, 87, 34,0.11);
    color: #ff5722;
}

.crs_lt_101 .est.st_7 {
    background: rgba(134, 95, 255,0.11);
    color: #865fff;
}

.crs_lt_101 .est.st_8 {
    background: rgba(76, 175, 80,0.11);
    color: #4caf50;
}

.lt_cr_footer {
    padding: 1rem;
    border-top: 1px solid #eff3f7;
    display: flex;
    align-items: center;
    max-height: 60px;
}

.lt_cr_footer_first {
    flex: 1;
}

ul.lt_cr_list {
    margin: 0;
    padding: 0;
}

    ul.lt_cr_list li {
        display: inline-block;
        list-style: none;
        font-weight: 600;
        font-size: 17px;
        color: #4e6579;
        margin-right: 15px;
    }

        ul.lt_cr_list li:last-child {
            margin: 0;
        }

        ul.lt_cr_list li i {
            margin-right: 5px;
        }

.box-color {
    box-shadow: 0px 0px 10px #00000040;
}
/*------------ Course Category Styles -----------------*/
.crs_cate_wrap .crs_cate_box {
    display: flex;
    justify-content: flex-start;
    background: rgba(3, 185, 124,0.1);
    border-radius: 0.6rem;
    height: 60px;
    margin-bottom: 30px;
    padding: 0.5rem 1rem;
    transition: all ease 0.4s;
}

.crs_cate_icon {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #093fb4;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 0.8rem;
    transition: all ease 0.4s;
}

.crs_cate_caption span {
    font-weight: 600;
    font-size: 15px;
    color: #262f35;
    transition: all ease 0.4s;
}

.crs_cate_wrap .crs_cate_box:hover, .crs_cate_wrap .crs_cate_box:focus, .crs_cate_wrap .crs_cate_box.active:focus {
    background: #23a16f;
}

    .crs_cate_wrap .crs_cate_box:hover .crs_cate_icon, .crs_cate_wrap .crs_cate_box:focus .crs_cate_icon, .crs_cate_wrap .crs_cate_box.active .crs_cate_icon {
        background: #ffffff;
        color: #23a16f;
    }

    .crs_cate_wrap .crs_cate_box:hover .crs_cate_caption span, .crs_cate_wrap .crs_cate_box:focus .crs_cate_caption span, .crs_cate_wrap .crs_cate_box.active .crs_cate_caption span {
        color: #ffffff;
    }

.crs_cate_wrap.style_2 .crs_cate_box {
    display: flex;
    flex-direction: column;
    transition: all ease 0.4s;
    height: auto;
    margin-bottom: 30px;
    border: 1px solid #f4f5f7;
    padding: .5rem .5rem;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgb(62 28 131 / 7%);
    -webkit-box-shadow: 0 0 50px 0 rgb(62 28 131);
}

    .crs_cate_wrap.style_2 .crs_cate_box.simple {
        display: flex;
        flex-direction: column;
        transition: all ease 0.4s;
        height: auto;
        padding: 1.5rem 1.2rem;
        background: #eff1f5;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .crs_cate_wrap.style_2 .crs_cate_box .crs_cate_icon {
        color: #000;
        font-size: 32px;
        width: 60px;
        height: 60px;
        background: rgb(94 90 90 / 14%);
        margin-bottom: 5px;
    }

    .crs_cate_wrap.style_2 .crs_cate_box.simple .crs_cate_icon {
        background: #ffffff;
        margin-bottom: 5px;
    }

.crs_cate_wrap.style_2 .crs_cate_count span {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #dc3545;
}

.crs_cate_wrap.style_2 .crs_cate_box:hover, .crs_cate_wrap.style_2 .crs_cate_box:focus, .crs_cate_wrap.style_2 .crs_cate_box.active {
    background: #e2eced;
}

    .crs_cate_wrap.style_2 .crs_cate_box:hover .crs_cate_icon, .crs_cate_wrap.style_2 .crs_cate_box:focus .crs_cate_icon, .crs_cate_wrap.style_2 .crs_cate_box.active .crs_cate_icon {
        background: rgba(255,255,255,1) !important;
        color: #23a16f;
    }

.cates_crs_wrip {
    display: flex;
    flex-direction: column;
    transition: all ease 0.4s;
    height: auto;
    border-radius: 0.4rem;
    padding: 1.2rem 1.2rem;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 100px 0 #dc354596;
}

.crs_trios .crs_cate_icon {
    color: #23a16f;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 30px;
    margin-bottom: 1rem;
    background: transparent;
    flex: 1;
}

.crs_trios {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-items: flex-start;
}

.crs_cate_link a {
    color: #292b31;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding-right: 18px;
}

    .crs_cate_link a:before {
        content: "\e661";
        font-family: 'themify';
        position: absolute;
        right: 0;
        top: 0;
        color: #292b31;
    }

.crs_capt_cat p {
    font-size: 13px;
    line-height: 1.6;
}

.cates_crs_wrip:hover, .cates_crs_wrip:focus {
    background: #c73541;
    cursor: pointer;
}

    .cates_crs_wrip:hover .crs_cate_link a, .cates_crs_wrip:focus .crs_cate_link a,
    .cates_crs_wrip:hover .crs_cate_link a:before, .cates_crs_wrip:focus .crs_cate_link a:before {
        color: #ffc107;
    }

    .cates_crs_wrip:hover .crs_trios .crs_cate_icon, .cates_crs_wrip:focus .crs_trios .crs_cate_icon,
    .cates_crs_wrip:hover .crs_capt_cat h4, .cates_crs_wrip:focus .crs_capt_cat h4,
    .cates_crs_wrip:hover .crs_capt_cat p, .cates_crs_wrip:focus .crs_capt_cat p {
        color: #ffffff;
    }
/*------------------- Education Category 2 -------------------*/

.edu_cat {
    box-shadow: 0px 0px 20px rgba(0,0,0,.075);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.075);
    background: #ffffff;
    border-radius: 0.4rem;
    margin-bottom: 30px;
    overflow: hidden;
}

    .edu_cat .pic {
        position: relative;
        padding-top: calc((65/100)*100%);
    }

        .edu_cat .pic > .pic-main {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            background: center center no-repeat;
            background-size: cover;
        }

.edu_data {
    padding: 28px 30px 30px;
}

    .edu_data .title {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 2px;
    }

        .edu_data .title a {
            color: #2d3954;
        }

    .edu_data ul {
        margin: 0;
        padding: 0;
    }

        .edu_data ul li {
            margin-right: 15px;
            font-size: 14px;
            display: inline-block;
        }

            .edu_data ul li i {
                margin-right: 5px;
            }

.edu_cat_2 {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0.4rem;
    background: #f4f5f7;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.4s;
}

    .edu_cat_2:hover, .edu_cat_2:focus {
        box-shadow: 0px 0px 20px rgba(0,0,0,.075);
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.075);
    }

.edu_cat_icons {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .edu_cat_icons img {
        max-width: 50px;
    }

.edu_cat_data {
    padding-left: 0px;
}

    .edu_cat_data h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .edu_cat_data ul li i {
        margin-right: 6px;
    }

.edu_cat_2.cat-1 {
    background: rgb(182 0 0 / 10%);
}

    .edu_cat_2.cat-1 h4 > a {
        color: #274355;
    }

.edu_cat_2.cat-2 {
    background: rgba(247, 179, 32,0.1);
}

    .edu_cat_2.cat-2 h4 > a {
        color: #f7b320;
    }

.edu_cat_2.cat-3 {
    background: rgba(241, 7, 80,0.1);
}

    .edu_cat_2.cat-3 h4 > a {
        color: #f10750;
    }

.edu_cat_2.cat-4 {
    background: rgba(154, 222, 69,0.1);
}

    .edu_cat_2.cat-4 h4 > a {
        color: #9ade45;
    }

.edu_cat_2.cat-5 {
    background: rgba(247, 179, 32,0.1);
}

    .edu_cat_2.cat-5 h4 > a {
        color: #f7b320;
    }

.edu_cat_2.cat-6 {
    background: rgba(185, 95, 253,0.1);
}

    .edu_cat_2.cat-6 h4 > a {
        color: #b95ffd;
    }

.edu_cat_2.cat-7 {
    background: rgba(236, 80, 152,0.1);
}

    .edu_cat_2.cat-7 h4 > a {
        color: #ec5098;
    }

.edu_cat_2.cat-8 {
    background: rgba(37, 165, 95,0.1);
}

    .edu_cat_2.cat-8 h4 > a {
        color: #25a55f;
    }

.edu_cat_2.cat-9 {
    background: rgba(234, 105, 13,0.1);
}

    .edu_cat_2.cat-9 h4 > a {
        color: #ea690d;
    }

.edu_cat_2.cat-10 {
    background: rgba(13, 214, 234,0.1);
}

    .edu_cat_2.cat-10 h4 > a {
        color: #0dd6ea;
    }

.edu_cat_data ul.meta {
    margin: 0;
    padding: 0;
}
/*------------------ Instructor Grid Styles ---------------------- */
.crs_trt_grid {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.crs_trt_thumb {
    position: relative;
    display: block;
}

    .crs_trt_thumb .crs_trt_thum_link {
        display: block;
        position: relative;
    }

    .crs_trt_thumb.circle {
        width: 110px;
        height: 110px;
        align-items: center;
        justify-content: center;
        display: table;
        margin: 0 auto;
        padding: 0;
        margin-top: 35px;
    }

        .crs_trt_thumb.circle img {
            object-fit: cover;
            width: 110px;
            height: 110px;
        }

.crs_trt_caption {
    position: relative;
    display: block;
    padding: 1rem 0.7rem 1.5rem;
    text-align: center;
}

    .crs_trt_caption.large {
        padding: 2rem 0.7rem 2rem;
    }

.instructor_tag {
    display: inline-flex;
    padding: 0.2rem 0.7rem;
    height: 31px;
    align-items: center;
    justify-content: center;
    background: rgba(3, 185, 124,0.1);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #00c0f7;
    margin-bottom: 7px;
}

    .instructor_tag.dark {
        color: #ffffff;
        background: #00c0f7;
    }

.instructor_title h4 {
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

    .instructor_title h4 a {
        color: #30384e;
    }

.trt_rate_inf {
    align-items: center;
    display: inline-flex;
    letter-spacing: 0px;
    color: #4e6579;
}

    .trt_rate_inf i {
        font-size: 10px;
        margin-right: 3px;
        color: #bbc4d0;
    }

        .trt_rate_inf i.filled {
            color: #dc3545;
        }

    .trt_rate_inf span {
        font-size: 12px;
        font-weight: 600;
    }

.crs_trt_footer {
    width: 100%;
    min-height: 50px;
    border-top: 1px solid #eff3f7;
    padding: 0.7rem 1rem;
}

.crs_trt_ent {
    font-weight: 600;
    font-size: 13px;
    color: #4e6579;
}

    .crs_trt_ent i {
        margin-right: 7px;
    }

/*------------------- Working Process ---------------*/
.wrk_grid {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 1rem 1rem;
    border: 1px solid #4f81e5;
    text-align: center;
    margin-bottom: 19px;
    transition: all ease 0.4s;
    box-shadow: 0 0 10px 0 rgb(62 28 131 / 7%);
    -webkit-box-shadow: 0 0 1px 0 rgb(213 208 222);
}

    .wrk_grid.active {
        background: #4968b5;
    }

.wrk_grid_ico {
    display: inline-flex;
    width: 62px;
    height: 62px;
    margin: 1.5rem auto;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: rgba(37, 12, 146, 0.9) !important;
    font-size: 25px;
    box-shadow: 0px 0px 0px 10px rgb(209 209 225 / 85%);
}

.wrk_grid.active .wrk_grid_ico {
    background: #ffffff;
    color: #23a16f;
    box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 20%);
    -webkit-box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 20%);
}

.wrk_caption {
    padding: 0 1rem;
}

    .wrk_caption p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        color: #0a0a0a;
        font-weight: 400;
    }

.wrk_grid.active h4, .wrk_grid.active p {
    color: #ffffff;
}

.crp_box {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 0.6rem;
    padding: 2rem 1rem;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

    .crp_box.sm {
        padding: 1rem 1rem;
    }

.crp_tags {
    padding-right: 0rem;
    text-align: right;
}

    .crp_tags h6 {
        margin: 0;
        color: #37455f;
        font-weight: 500;
    }

.part_rcp ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

    .part_rcp ul li {
        list-style: none;
        width: 25%;
        flex: 0 0 25%;
        display: inline-flex;
        margin-left: 6px;
    }

        .part_rcp ul li .crp_img {
            padding: 0 1rem;
        }

.crt_overt {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-image: url(../img/rate.png);
    background-position: bottom;
    background-size: cover;
}

    .crt_overt h4 {
        font-size: 35px;
        margin: 0;
        margin-top: 5px;
    }

.crt_stion {
    display: inline-flex;
    font-size: 13px;
    color: #dc3545;
    letter-spacing: 5px;
    position: relative;
    top: -4px;
}

.crt_io90 h6 {
    font-weight: 500;
    margin: 0;
}

.crt_169 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dro_140 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    box-shadow: 0px 0px 10px #00000040;
}

.dro_141 {
    width: 50px;
    height: 38px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgba(255, 87, 34,0.11);
    border: 1px dashed;
    border-radius: 50%;
    margin-right: 10px;
    color: #ff5722;
    font-size: 20px;
}

.web-dec {
    font-size: 12px;
    text-wrap: nowrap;
    color: #fd7d0f;
}

.dro_142 h6 {
    margin: 0;
    color: #37455f;
    font-size: 16px;
    line-height: 1.2;
}

.dro_141.st-1 {
    background: rgba(144, 106, 212,0.12);
    border: 1px dashed;
    color: #906ad4;
}

.dro_141.st-2 {
    background: rgba(9, 185, 177,0.12);
    border: 1px dashed;
    color: #09b9b1;
}

.dro_141.st-3 {
    background: rgba(124, 191, 47,0.12);
    border: 1px dashed;
    color: #7cbf2f;
}

.crt_overt.style_2 {
    height: auto;
    width: auto;
    border-radius: 50%;
    background-image: none;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.crp_box.fl_color .dro_140 {
    background: #ffffff;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.crp_box.fl_color {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

    .crp_box.fl_color .dro_142 {
        flex: 1;
        padding-right: 10px;
    }

        .crp_box.fl_color .dro_142 p {
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .crp_box.fl_color .dro_142 h6 {
            margin-bottom: 5px;
        }

    .crp_box.fl_color .dro_141.de {
        background: rgba(3, 185, 124,0.1);
        color: #23a16f;
        border: 1px dashed #23a16f;
    }

.list_crs_img .elsio {
    max-width: 25% !important;
}


/*------------- Testimonials ----------*/
._testimonial_wrios {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    padding: 2rem;
    height: 350px;
}

@media(max-width:768px) {
    ._testimonial_wrios {
        height: 355px;
    }
}

._testimonial_flex {
    display: flex;
    align-items: center;
}

._testimonial_flex_first {
    /* flex: 1; */
    display: flex;
    align-items: center;
}

    ._testimonial_flex_first ._tsl_flex_thumb {
        width: 70px;
        height: 70px;
        display: table;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 5px;
    }

        ._testimonial_flex_first ._tsl_flex_thumb img {
            border-radius: 50%;
        }

._testimonial_flex_first_last {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

    ._testimonial_flex_first_last ._tsl_flex_thumb {
        width: 55px;
        height: auto;
        border-radius: 0;
        overflow: initial;
    }

        ._testimonial_flex_first_last ._tsl_flex_thumb img {
            max-width: 55px;
        }

._tsl_flex_capst h5 {
    font-size: 14px;
    margin: 0;
    line-height: 8px;
}

._tsl_flex_capst span {
    font-size: 12px;
    line-height: 1;
}

._ovr_rates {
    padding: 4px 5px;
    background: #dc3545;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    border-radius: 3px;
    width: auto;
}

    ._ovr_rates span {
        margin-right: 4px;
        font-size: 10px;
    }

.facts-detail {
    margin-top: 15px;
}

    .facts-detail p {
        line-height: 1.7;
        font-size: 15px;
        margin: 0;
    }

.crs_partn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------------- Smart Testimonial ---------------*/
._smart_testimons {
    text-align: center;
    padding: 0 2rem;
}

._smart_testimons_thumb {
    display: table;
    margin: 10px auto;
    width: 110px;
    height: 110px;
    padding: 8px;
    position: relative;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.2);
}

    ._smart_testimons_thumb img {
        border-radius: 50%;
    }

._smart_testimons .facts-detail {
    margin: 0;
}

    ._smart_testimons .facts-detail p {
        font-size: 20px;
        font-family: initial;
        font-style: italic;
        color: #ffffff;
    }

._smart_testimons_info {
    margin: 1rem 0 0;
}

    ._smart_testimons_info h5 {
        margin: 0;
        font-size: 17px;
        color: #ffffff;
    }

    ._smart_testimons_info span {
        color: #e42d29;
        font-size: 13px;
        font-weight: 600;
    }

span.tes_quote {
    position: absolute;
    right: -13px;
    bottom: 25px;
    background: #8bc34a;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
}
/*------------ pricing Box ----------------*/
.pricing_wrap {
    padding: 13px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 0.5rem;
}

.dynamic {
    box-shadow: 0px 0px 5px #5145ff6e;
}

.prt_head {
    text-align: center;
    margin-bottom: 0.5rem;
}

.prt_price {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .prt_price h2 {
        font-size: 60px;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
    }

        .prt_price h2 span {
            font-size: 25px;
        }

.prt_body ul {
    padding: 0;
    margin: 0 0 1rem;
}

    .prt_body ul li {
        position: relative;
        padding: 10px 10px 10px 40px;
        color: #2c3038;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .prt_body ul li.none {
            opacity: 0.5;
        }

        .prt_body ul li:before {
            content: "\f00c";
            font-family: 'Font Awesome 5 Free';
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(39, 174, 96,0.12);
            border-radius: 50%;
            color: #23a16f;
            left: 0;
            position: absolute;
            top: 5px;
            font-size: 13px;
        }

        .prt_body ul li.none:before {
            content: "\f00d";
            background: rgba(220, 53, 69,0.12) !important;
            color: rgb(220 53 69) !important;
        }

.btn.choose_package {
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #37376c;
    border-radius: 50px;
    color: #37376c;
    font-weight: 600;
    font-size: 18px;
    transition: all ease 0.4s;
}

    .btn.choose_package:hover, .btn.choose_package:focus {
        background: rgb(253 125 15);
        border: 4px solid rgba(3, 185, 124,0.15);
        color: #fff;
    }

.recommended {
    margin-bottom: 0.5rem;
    padding: 10px 70px;
    background: #bb4281;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.btn.choose_package.active {
    background: #01b5f2;
    border-color: #fd7d0f;
    color: #ffffff;
}

.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
}

    .pertner_flexio img {
        max-width: 35px;
        margin-right: 10px;
    }

    .pertner_flexio h5 {
        margin: 0;
    }

.slick-next:before, .slick-prev:before {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    background: white;
    justify-content: center;
    color: #23a16f;
    border-radius: 50%;
}

.slick-next, .slick-prev {
    width: auto;
    height: auto;
}
/*--------------- tab Design ----------------*/
.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #23a16f;
}

.nav-link {
    display: block;
    padding: .8rem 1.6rem;
    background: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin-right: 0.8rem;
}

/*------------------ Login Signup Design --------------*/
.crs_log_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eff2f5;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #ffffff;
}

.crs_log__thumb {
    height: 200px;
    width: 100%;
    position: relative;
}

    .crs_log__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.crs_log__caption {
    position: relative;
    padding: 0 0rem;
    width: 100%;
}

.rcs_log_123 {
    margin-top: -50px;
}

    .rcs_log_123 .rcs_ico {
        background: #ffffff;
        display: flex;
        text-align: center;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        font-size: 40px;
        margin: 0 auto;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        color: #23a16f;
        box-shadow: 0 0 10px 0 rgb(62 28 131 / 7%);
        -webkit-box-shadow: 0 0 10px 0 rgb(62 28 131 / 7%);
    }

.Lpo09 {
    padding: 1rem 0;
    text-align: center;
}

.rcs_log_125 {
    text-align: center;
    position: relative;
    display: block;
    padding: 1rem 0.5rem 2rem;
    font-size: 14px;
    font-weight: 600;
    color: #535c75;
}

.rcs_log_126 .sl_btn {
    height: 50px;
    width: 90%;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f3f5;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #535c75;
    background: #f7f8f9;
}

.rcs_log_126.full .sl_btn {
    width: 100%;
}

.rcs_log_126 .sl_btn i {
    margin-right: 10px;
    font-size: 18px;
}

.crs_log__footer {
    padding: 1rem;
    border-top: 1px solid #eaecf3;
    margin-top: 2rem;
}

    .crs_log__footer p {
        font-weight: 600;
        font-size: 14px;
        color: #535c75;
        margin: 0;
    }

/*===================================================
 Blog Designs
==================================================*/
/*------------------- Blog Grid Design --------------*/
.blg_grid_box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.blg_grid_caption {
    position: relative;
    display: block;
    padding: 1.2rem 1.2rem;
}

    .blg_grid_caption .blg_tag {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        height: 30px;
        border-radius: 4px;
        color: #23a16f;
        font-size: 13px;
        font-weight: 600;
        padding: 0.2rem 0.8rem;
        background: rgba(3, 185, 124,0.1);
        margin-bottom: 4px;
    }

        .blg_grid_caption .blg_tag.dark {
            color: #ffffff;
            background: #23a16f;
        }

.blg_title h4 {
    font-size: 16px;
    line-height: 1.4;
}

    .blg_title h4 a {
        color: #30384e;
    }

.blg_desc p {
    font-size: 14px;
    line-height: 1.8;
    color: #4e6579;
    margin: 0;
}

.blg_more {
    display: inline-flex;
    margin-top: 10px;
}

    .blg_more a {
        position: relative;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        text-decoration: underline;
    }

        .blg_more a:before {
            content: "\e661";
            font-family: 'themify';
            position: absolute;
            right: -15px;
            top: 0;
            color: #fd7d0f;
        }

/*==================================================
	Education Detail 
=================================================*/
/*--------------- Education Detail ----------------*/
.ed_detail_head {
    padding: 1rem 0rem;
    background-image: url('assets/img/course/SLIDE.jpg');

}

    .ed_detail_head.lg {
        padding: 4rem;
    }

.ed_detail_wrap.light {
    color: #ffffff;
}

.ed_detail_wrap {
    width: 100%;
    display: block;
    position: relative;
}

.ed_header_caption ul {
    padding: 0;
    margin: 0;
}

    .ed_header_caption ul li, .edu_inline_info li {
        display: inline-block;
        margin-right: 1.5rem;
        list-style: none;
        font-size: 14px;
    }

        .ed_header_caption ul li:last-child, .edu_inline_info li:last-child {
            margin-right: 0rem;
        }

        .ed_header_caption ul li i, .edu_inline_info li i {
            margin-right: 7px;
        }

.ed_header_caption {
    width: 100%;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.ed_rate_info {
    display: flex;
    align-items: center;
    width: 100%;
}

    .ed_rate_info .star_info {
        margin-right: 10px;
        position: relative;
    }

        .ed_rate_info .star_info i {
            font-size: 11px;
            color: #ced7e8;
            margin-right: 1px;
        }

            .ed_rate_info .star_info i.filled {
                color: #f1992c;
            }

.review_counter {
    font-size: 12.5px;
}

    .review_counter strong {
        font-size: 16px;
    }

        .review_counter strong.poor {
            color: #de1f1f;
        }

        .review_counter strong.mid {
            color: #e69110;
        }

        .review_counter strong.good {
            color: #3db773;
        }

        .review_counter strong.high {
            color: #7baf17;
        }

.ed_detail_wrap.light {
    color: #ffffff;
}

    .ed_detail_wrap.light ul.cources_facts_list li {
        background: rgba(255,255,255,0.1) !important;
        color: #ffffff !important;
    }

.inline_edu_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.inline_edu_first {
    flex: 1;
}

.inline_edu_last .enroll-btn {
    border-radius: 0.3rem;
    color: #ffffff !important;
}

.inline_edu_last {
    display: flex;
    align-items: center;
}

    .inline_edu_last .edu_price {
        font-size: 31px;
        margin: 0;
        margin-right: 10px;
    }

ul.list_ed_detail2 {
    margin: 0px;
    padding: 0;
    width: 100%;
    display: block;
}

    ul.list_ed_detail2 li {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        padding: 15px 15px;
        background: #f4f5f7;
        border-radius: 5px;
    }

        ul.list_ed_detail2 li:last-child {
            margin-bottom: 0px;
        }

        ul.list_ed_detail2 li i {
            margin-right: 15px;
        }

        ul.list_ed_detail2 li strong {
            margin-right: 20px;
        }

        ul.list_ed_detail2 li.tag-1 {
            background: rgba(47, 175, 92,0.1);
            color: #2faf5c;
        }

            ul.list_ed_detail2 li.tag-1 strong, ul.list_ed_detail2 li.tag-1 i {
                color: #2faf5c;
            }

        ul.list_ed_detail2 li.tag-2 {
            background: rgba(255, 152, 1,0.1);
            color: #dc3545;
        }

            ul.list_ed_detail2 li.tag-2 strong, ul.list_ed_detail2 li.tag-2 i {
                color: #dc3545;
            }

        ul.list_ed_detail2 li.tag-3 {
            background: rgba(216, 67, 56,0.1);
            color: #d84338;
        }

            ul.list_ed_detail2 li.tag-3 strong, ul.list_ed_detail2 li.tag-3 i {
                color: #d84338;
            }

        ul.list_ed_detail2 li.tag-4 {
            background: rgba(143, 96, 218,0.1);
            color: #8f60da;
        }

            ul.list_ed_detail2 li.tag-4 strong, ul.list_ed_detail2 li.tag-4 i {
                color: #8f60da;
            }

        ul.list_ed_detail2 li.tag-5 {
            background: rgba(23, 140, 232,0.1);
            color: #2196f3;
        }

            ul.list_ed_detail2 li.tag-5 strong, ul.list_ed_detail2 li.tag-5 i {
                color: #2196f3;
            }

.ed_view_box .property_video.sm {
    margin-bottom: 1rem;
}

.property_video {
    position: relative;
}

    .property_video.radius {
        position: relative;
        overflow: hidden;
        border-radius: 14px;
    }

.ed_view_box .property_video .thumb, .ed_view_box .property_video:before {
    border-radius: 6px;
    overflow: hidden;
}

.property_video:before {
    background: #17203a;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.3;
    border-radius: 1rem;
}

.property_video .thumb .pro_img {
    min-height: 290px;
    max-height: 290px;
}

.ed_view_box .property_video .thumb, .ed_view_box .property_video:before {
    border-radius: 6px;
}

.property_video .thumb .pro_img {
    width: 100%;
    object-fit: cover;
}

.property_video.sm .thumb .pro_img {
    min-height: 150px;
    max-height: 150px;
}

.property_video.lg .thumb .pro_img {
    min-height: 400px;
    max-height: 400px;
}

.property_video .bb-video-box {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bb-video-box-inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,1);
}

/*------------ Overview --------------*/
.edu_wraper {
    width: 100%;
    border-radius: 0.5rem;
}

.font-medium {
    font-weight: 500;
}

.edu_wraper.border {
    border: 1px solid #e7ecf5;
}

.edu_wraper .edu_title {
    margin-bottom: 1rem;
    font-size: 16px;
}

ul.edu_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

    ul.edu_list li {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

        ul.edu_list li i {
            margin-right: 7px;
        }

        ul.edu_list li strong {
            margin-left: 1rem;
        }

    ul.edu_list.right li strong {
        float: right;
        font-size: 12px;
    }

    ul.edu_list.third li {
        flex: 0 0 33.333333%;
    }

.instructor_over_info ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.instructor_over_info {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ins_info {
    display: flex;
    align-items: center;
}

    .ins_info .ins_info_thumb {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 7px;
    }

.ins_info_caption span {
    font-size: 13px;
    color: #ffffff;
}

.ins_info_caption h4 {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.instructor_over_info ul li {
    margin-right: 2.5rem;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}

    .instructor_over_info ul li:last-child {
        margin-right: 0rem;
    }

    .instructor_over_info ul li span {
        font-size: 13px;
        font-weight: 400;
        display: block;
        color: #ffffff;
    }

.eds_rate {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
}

.eds_rating {
    margin-left: 5px;
    font-size: 13px;
}

    .eds_rating i {
        margin-right: 2px;
        font-size: 10px;
    }

        .eds_rating i.filled {
            color: #f1992c;
        }

/*-------------------- Reviews --------------*/
.rating-overview {
    display: flex;
    margin: 20px 0 20px;
    background: #fff;
    padding: 10px;
    padding-right: 10px;
    border-radius: 0.5rem;
}

    .rating-overview.border {
        border: 1px solid #e7ecf5;
    }

.rating-overview-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: #ffdead;
    width: 135px;
    margin-right: 20px;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #e8e8e8;
    padding-right: 27px;
}

.rating-overview-box-total {
    font-size: 58px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    color: #2a2f3a;
}

.rating-overview-box-percent {
    font-size: 15px;
    margin-bottom: 0;
    display: block;
}

.rating-overview-box .star-rating {
    font-size: 16px;
    margin: 0;
    display: block;
    letter-spacing: -.5px;
}

.rating-bars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0;
    align-items: center;
}

.rating-bars-item {
    margin: 10px 15px;
    width: calc(50% - 30px);
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1366px) {
    .rating-bars-item {
        width: calc(50% - 30px);
    }

    @media (max-width: 767px) {
        p {
            font-size: 17px;
        }
    }
}

.rating-bars-name {
    font-weight: 600;
    color: #4c4f5a;
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.rating-bars-inner {
    display: flex;
    width: 100%;
}

.rating-bars-rating {
    display: inline-block;
    vertical-align: baseline;
    background: #f4f5f7;
    width: 100%;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f4f5f7;
    align-self: center;
}

.rating-bars-rating-inner {
    height: 6px;
    display: block;
    background-color: #f4f5f7;
    position: relative;
    width: 0;
    transition: width .5s;
}

.rating-bars-rating.high .rating-bars-rating-inner {
    background-color: #00ba74;
}

.rating-bars-rating.good .rating-bars-rating-inner {
    background-color: #83ce36;
}

.rating-bars-rating.mid .rating-bars-rating-inner {
    background-color: #fbb851;
}

.rating-bars-rating.poor .rating-bars-rating-inner {
    background-color: #e6453c;
}

.rating-bars-item strong {
    color: #4c4f5a;
    font-size: 12px;
    font-weight: 600;
    align-self: center;
    background: #f4f5f7;
    border-radius: 50px;
    width: 46px;
    height: 22px;
    text-align: center;
    line-height: 21px;
}

.rating-overview-box .star-rating i {
    color: #ff9500;
}
/*----------- ED View Box ---------------*/
.ed_view_box {
    display: block;
    position: relative;
    border-radius: 0.5rem;
    background: #ffffff;
    padding: 12px;
    margin-bottom: 30px;
}

    .ed_view_box.border {
        border: 1px solid #e7ecf5;
    }

    .ed_view_box .property_video.sm {
        margin-bottom: 1rem;
    }

.ed_view_price, .ed_view_features, .ed_view_link {
    display: block;
    padding: 10px 20px;

}
@media (min-width:1200px){
    .ed_view_price, .ed_view_features, .ed_view_link {
    display: block;
    padding: 10px 23px 10px 20px;
}

}
.newlink {
    
    padding: 10px 0px !important;
    
}
    .ed_view_price span {
        font-size: 13px;
    }

    .ed_view_features span {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        display: inline-block;
        color: #485067;
    }

    .ed_view_features ul {
        margin: 0;
        padding: 0;
    }

        .ed_view_features ul li {
            font-size: 15px;
            position: relative;
            padding: 6px 0px;
        }

            .ed_view_features ul li i {
                width: 25px;
                height: 25px;
                background: #cd353e;
                border-radius: 50%;
                position: relative;
                border: 1px #000000;
                color: beige;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                /* color: #0b77f4; */
                margin-right: 7px;
            }

.ed_author h2 {
    display: flex;
    align-items: center;
}

.ed_author .old_prc {
    font-size: 20px;
    margin-left: 10px;
    color: #b3b8c7;
    text-decoration: line-through;
    font-weight: 500;
}

.ed_view_link .enroll-btn {
    width: 100%;
    margin: 12px auto 12px;
    display: flex;
    height: 51px;
    font-weight: 600;
    border-radius: 0.4rem;
    color: #ffffff !important;
    align-items: center;
    justify-content: center;
}

.ed_view_link .theme-light.enroll-btn {
    color: #23a16f !important;
    border: 1px dashed;
}

.ed_view_link .enroll-btn i {
    margin-left: 1rem
}

.ed_view_box.style_2 {
    padding: 0 0 12px;
}

.ed_author {
    padding: 15px 20px;
    border-bottom: 1px solid #e6ebf5;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .ed_author .ed_author_thumb {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        margin-right: 10px;
        overflow: hidden;
    }

.ed_author_box h4 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #24376f;
    line-height: 1.4;
}

.ed_author_box span {
    font-size: 13px;
}

.ed_view_box.style_3 {
    padding: 0 0 0;
    overflow: hidden;
    border-radius: 0.5rem;
}

.ed_view_box .property_video .thumb, .ed_view_box .property_video:before {
    border-radius: 6px;
}

.ed_view_box.style_3 .property_video .thumb, .ed_view_box.style_3 .property_video:before {
    border-radius: 0;
}

.ed_view_box.style_3 .ed_view_features.half_list ul {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.ed_view_box.style_3 .ed_view_features ul li {
    margin-bottom: 0px;
    font-size: 14px;
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    font-weight: 600;
}

    .ed_view_box.style_3 .ed_view_features ul li i {
        width: 29px;
        height: 29px;
        font-size: 10px;
    }

    .ed_view_box.style_3 .ed_view_features ul li i {
        background: rgba(3, 185, 124,0.11);
        color: #fd7d0f;
        border: none;
    }

.ovrlio {
    margin-top: -250px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .ovrlio.min {
        margin-top: -150px;
        z-index: 9;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.stick_top {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*----------------- Reviews Students -------------*/
.list-single-main-item {
    padding: 30px 30px;
    border-radius: 100%;
    background: #fff;
    border-radius: 0.5rem;
    margin-bottom: 20px;
}

    .list-single-main-item.border {
        border: 1px solid #e7ecf5;
    }

.list-single-main-item-title {
    margin: 0 0 20px 0;
}

    .list-single-main-item-title h3 {
        color: #334e6f;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
    }

.reviews-comments-wrap {
    display: inline-table;
    margin-top: 30px;
}

.reviews-comments-item {
    padding: 30px 75px;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #040404;
    background-color: #f7f8f9;
}

    .reviews-comments-item:last-child {
        padding-bottom: 0;
        border: none;
        margin-bottom: 0;
    }

.review-comments-avatar {
    position: absolute;
    top: 8;
    left: 5px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
}

.reviews-comments-item-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

    .reviews-comments-item-text h4 {
        text-align: left;
        padding-bottom: 0px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px;
    }

.listing-rating {
    margin-bottom: 1rem;
}

.reviews-comments-item-text .listing-rating i {
    margin-right: 4px;
    font-size: 10px;
    color: #dadde6;
}

    .reviews-comments-item-text .listing-rating i.active {
        color: #dc3545;
    }

.reviews-comments-item-text .listing-rating.high i.active {
    background: #00ba74;
}

.reviews-comments-item-text .listing-rating.good i.active {
    background: #83ce36;
}

.reviews-comments-item-text .listing-rating.mid i.active {
    background: #fbb851;
}

.reviews-comments-item-text .listing-rating.poor i.active {
    background: #e6453c;
}

.reviews-comments-item-text p {
    text-align: left;
}

.reviews-comments-item-date {
    float: right;
    font-weight: 500;
    color: #86889a;
    font-size: 13px;
}

    .reviews-comments-item-date i {
        margin-right: 10px;
    }

.reviews-reaction {
    margin-top: 1rem;
}

    .reviews-reaction a {
        margin-right: 20px;
        color: #8c97a2;
    }

        .reviews-reaction a.comment-like.active {
            color: #0eb987;
        }

        .reviews-reaction a.comment-dislike.active {
            color: #244763;
        }

        .reviews-reaction a.comment-love.active {
            color: #ea1a57;
        }

.review-count {
    font-weight: 600;
}
/*------------- Cource Circullum------------*/
.circullum .card-body {
    padding-top: 0;
}

ul.lectures_lists {
    padding: 0;
    margin: 0;
    border-radius: 2px;
    overflow: hidden;
}

    ul.lectures_lists li {
        padding: 10px 10px;
        padding-left: 0;
        color: #24394e;
        border-bottom: 1px solid #e5e8ef;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        font-weight: 600;
        cursor: pointer;
    }

.edu_wraper ul.lectures_lists li {
    background: #ffffff;
}

ul.lectures_lists li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.lectures_lists_title {
    font-weight: 400;
    font-size: 14px;
    color: #647b9c;
}

    .lectures_lists_title i {
        margin-right: 5px;
    }

span.cls_timing {
    font-size: 12px;
    color: #4e6579;
    font-weight: 600;
    position: absolute;
    right: 6px;
}

.lectures_lists_title .dios {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 152, 0,0.12);
    color: #dc3545;
    border: 2px solid rgba(255, 152, 0,0.12);
    font-size: 10px;
}

.complete .lectures_lists_title .dios {
    background: rgba(3, 185, 124,0.12);
    border: 2px solid rgba(3, 185, 124,0.12);
    color: #23a16f;
}

.progressing .lectures_lists_title .dios {
    background: rgb(224 246 239);
    color: #23a16f;
    border-left: 2px solid #e0f6ef;
    border-right: 2px solid #23a16f;
    border-top: 2px solid #e0f6ef;
    border-bottom: 2px solid #23a16f;
}

.authi_125 {
    position: relative;
    border-radius: 0.4rem;
    overflow: hidden;
}

.klio_45 {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: absolute;
    bottom: 12px;
    left: 10px;
    padding-left: 10px;
    background: rgba(2,2,2,0.2);
    border-radius: 4px;
}

    .klio_45 h6 {
        color: #ffffff;
        font-weight: 500;
        margin: 0;
    }

.lklo_45 {
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: #ffffff;
    color: #7b7d98;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 7px;
}

.dlkio_452 {
    display: flex;
    align-items: center;
}

.ed_view_link .enroll-btn.theme-border {
    color: #4a5669 !important;
    border: 1px solid #eaeff7;
}

.liop_wraps {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    column-gap: 16px;
    grid-column: span 24 / auto;
    position: relative;
    margin-bottom: 30px;
}

.liop_wraps_01 {
    grid-column: 1 / 9;
    position: sticky;
    top: 235px;
}

.liop_wraps_list {
    font-size: 12px;
    font-weight: normal;
    grid-column: 9 / 36;
}

.liop_wraps_single {
    display: flex;
    align-items: center;
    padding: 1rem 0.8rem;
    background: #ffffff;
    border-radius: 0.5rem;
    margin-bottom: 0.8rem;
}

.bhu_486 {
    padding-left: 10px;
}

    .bhu_486 h5 {
        font-size: 14px;
        margin: 0 0 5px;
        font-weight: 600;
    }

    .bhu_486 span {
        color: #4e6579;
        font-size: 12px;
        font-weight: 600;
    }

.lki_813 {
    margin-right: 10px;
    text-align: center;
}

    .lki_813 h6 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .lki_813 span {
        font-weight: 600;
        font-size: 18px;
        color: #23a16f;
    }

.liop_wraps_01 span {
    font-size: 13px;
    font-weight: 600;
}

/*--------------- Instructor --------------*/
.instructor_wrap {
    width: 100%;
    position: relative;
    display: table;
    border-radius: 0.3rem;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 22, 84, 0.1);
    text-align: center;
    padding: 3em 1rem;
    margin-bottom: 30px;
}

.instructor_thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 1rem auto;
    display: table;
}

.instructor_caption h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.instructor_caption ul {
    margin: 10px auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .instructor_caption ul li {
        padding: 0 8px;
    }

ul.st_rate_info li {
    margin-right: 2px;
    font-size: 12px;
    display: inline-block;
    color: #c5cee2;
}

    ul.st_rate_info li .filled {
        color: #dc3545;
    }

.single_instructor {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    border-radius: 0.5rem;
    margin-bottom: 30px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 10px #00000040;
}

    .single_instructor.border {
        border: 1px solid #e7ecf5;
    }

.single_instructor_thumb {
    width: 230px;
    height: 230px;
    border-radius: 4px;
    overflow: hidden;
}

    .single_instructor_thumb img {
        max-width: 100%;
        border-radius: 4px;
    }

.single_instructor_caption {
    padding-left: 2rem;
    flex: 1;
}

    .single_instructor_caption h4 {
        margin-bottom: 3px;
    }

ul.instructor_info {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

    ul.instructor_info li {
        display: inline-block;
        margin-right: 1rem;
        font-size: 13px;
    }

        ul.instructor_info li:last-child {
            margin-right: 0rem;
        }

        ul.instructor_info li i {
            margin-right: 7px;
        }

ul.social_info {
    margin-top: 15px;
    padding: 0;
}

    ul.social_info li {
        display: inline-block;
        margin-right: 15px;
    }

        ul.social_info li a {
            width: 36px;
            height: 36px;
            display: flex;
            background: rgba(3, 185, 124,0.1);
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(3, 185, 124,0.1);
            border-radius: 4px;
            font-size: 12px;
            color: #23a16f;
        }
/*------------- Accordion ---------------*/
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}


.card-header {
    position: relative;
}

.accordion .card {
    border-color: #e8edf7;
    margin-bottom: 10px;
    border: 1px solid #e9ecef;
}

.accordion_title {
    text-transform: capitalize;
    font-size: 16px;
}

.page-sidebar {
    border-radius: 0.4rem;
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
}

a.filter_links {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #16447d !important;
    border-bottom: 1px solid #e6eaf1;
}

.short_wraping {
    background: #ffffff;
    border-radius: 0.4rem;
    margin-bottom: 1.5rem;
    width: 100%;
    padding: 10px 0;
}

.dlks_152 {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.lmk_485 ul {
    padding: 0;
    margin: 0;
}

    .lmk_485 ul li {
        list-style: none;
        display: inline-block;
        margin-left: 0px;
    }

        .lmk_485 ul li a {
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #585d6d;
            border: 1px solid #e1e3e8;
            border-radius: 0.2rem;
        }

            .lmk_485 ul li a.active {
                color: #23a16f;
                border-color: #23a16f;
            }

.shorting-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.btn.btn-filter {
    height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e3e8;
    color: #585d6d;
}

.shorting-right label {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
}

.drp-select.dropdown-menu {
    border: 1px solid #e1e3e8;
}

    .drp-select.dropdown-menu a, .drp-select.dropdown-menu a.dropdown-item {
        font-size: 14px;
        padding: 7px;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #23a16f;
}

/*------------- Tabs Design -----------------------*/
#v-pills-tab .nav-link {
    border: 1px solid #e6e8ef;
    outline: none !important;
    box-shadow: none;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.4s;
}

    #v-pills-tab .nav-link.active {
        border-color: #23a16f;
    }

    #v-pills-tab .nav-link:hover, #v-pills-tab .nav-link:focus {
        background: rgba(3, 185, 124,0.11);
        color: #23a16f;
        border: 1px solid rgba(3, 185, 124,0.17);
    }

.nav-tabs {
    border: none;
}

    .nav-tabs .nav-link {
        background: #eff3f7;
        border: 1px solid #edeff5;
        border-radius: 4px;
        cursor: pointer;
        transition: all ease 0.4s;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            background: rgba(3, 185, 124,0.11);
            color: #23a16f;
            border: 1px solid rgba(3, 185, 124,0.17);
            border-radius: 4px;
        }

        .nav-tabs .nav-link.active {
            background: #23a16f;
            border: 1px solid #23a16f;
            color: #ffffff;
        }

.side_scrolls_nav .nav.nav-pills .nav-link {
    text-align: left;
    padding: 15px 14px;
    margin-bottom: 0.8rem;
    background: rgba(3, 185, 124,0.11);
    color: #23a16f;
    transition: all ease 0.4s;
}

    .side_scrolls_nav .nav.nav-pills .nav-link.active, .side_scrolls_nav .nav.nav-pills .nav-link:hover, .side_scrolls_nav .nav.nav-pills .nav-link:focus {
        background: #23a16f;
        color: #ffffff;
    }

.grousp_crs {
    background: #ffffff;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    padding: 12px 12px;
}

.grousp_crs_left {
    flex: 1;
    padding-right: 2rem;
    display: flex;
    align-items: center;
}

.grousp_crs_thumb {
    width: 50px;
    height: 50px;
    background: #f4f5f7;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .grousp_crs_thumb img {
        max-width: 30px;
    }

.grousp_crs_caption {
    flex: 1;
}

    .grousp_crs_caption h4 {
        margin: 0;
        font-size: 15px;
        line-height: 1.4;
    }

.grousp_crs_right {
    display: flex;
    align-items: center;
}

.frt_125 {
    margin-right: 10px;
    font-weight: 600;
}

.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 0.25rem;
    overflow: hidden;
}

.card-header {
    background: #ffffff;
    border-color: #e6eaf1;
}

    .card-header h6 {
        margin: 0;
        font-size: 20px;
    }

.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

.ground {
    display: -ms-flex-box;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ground-list-single {
    -webkit-box-align: center;
    align-items: center;
}

.ground-list-single {
    padding: 16px 10px;
    border-bottom: 1px solid #eaeff5;
}

    .ground-list-single:last-child {
        border: none;
    }

.ground > * {
    margin: 0 6px;
}

.ground-list-single a {
    position: relative;
}

.btn-circle-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #606e88;
    border: 1px solid #eaeff5;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
}

.ground-content {
    -ms-flex: 1;
    flex: 1;
}

    .ground-content > * {
        margin-bottom: 0;
    }

    .ground-content .small {
        display: block;
    }

    .ground-content h6 {
        font-size: 14px;
    }

.dashboard_wrap {
    padding: 1rem 1rem;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.dash_list h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    color: #3f51b5;
}

.dash_list td p {
    font-size: 12px;
}

    .dash_list td p > span {
        font-weight: 600;
        margin-left: 5px;
    }

.dhs_tags {
    background: #eceef1;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    border-radius: 2px;
}

.dash_list .smalls {
    font-size: 11px;
    font-weight: 600;
}

    .dash_list .smalls.lg {
        font-size: 13px;
    }

.dash_list .trip {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 2px;
}

table.table.dash_list tr th {
    font-size: 13px;
}

.btn.btn-action {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eff2f5;
    padding: 0;
    border-radius: 50%;
    color: #23a16f;
}

.dash_crs_cat {
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.dash_crs_cat_thumb {
    position: relative;
    display: block;
    background: #f4f5f7;
    min-height: 150px;
}

.dash_crs_cat_caption {
    display: block;
    width: 100%;
    position: relative;
}

.dash_crs_cat_head {
    padding: 0.8rem 1rem;
    text-align: center;
    border-bottom: 1px solid #edeff3;
}

    .dash_crs_cat_head h4 {
        font-size: 15px;
        margin: 0;
        line-height: 1.2;
    }

    .dash_crs_cat_head span {
        font-size: 12px;
        font-weight: 600;
        color: #6d7990;
    }

.dash_crs_cat_body {
    position: relative;
    display: block;
}

    .dash_crs_cat_body ul {
        padding: 0;
        margin: 0;
    }

        .dash_crs_cat_body ul li {
            display: block;
            list-style: none;
            padding: 0.7rem 1rem;
            border-bottom: 1px dashed #eaecf1;
        }

            .dash_crs_cat_body ul li span {
                font-size: 13px;
                color: #6d7990;
            }

            .dash_crs_cat_body ul li:last-child {
                border: none;
            }

.dash_crs_cat_bottom {
    position: relative;
    display: block;
    padding: 1rem;
}

a.remove_tools {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e42e2e;
    color: #ffffff;
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 1;
    transition: all ease 0.4s;
    opacity: 0;
}

.dash_crs_cat:hover a.remove_tools, .dash_crs_cat:focus a.remove_tools {
    opacity: 1;
}

nav.transparent .breadcrumb {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-weight: 900;
}

.add_new_btn {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #23a16f;
    border-radius: 4px;
    color: #23a16f;
}

.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #e6e8ef;
    border-radius: 6px;
}

    .note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
        background-color: hsl(213deg 21% 80% / 11%);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: 1px solid rgb(213 219 224 / 20%);
    }

.note-toolbar {
    position: relative;
    background: #f7f8f9;
}

.note-btn.btn.btn-default {
    color: #373e52;
    padding: 5px 15px;
    background: #ffffff;
    border: 1px solid #e9edf1;
}

.note-btn.dropdown-toggle::after {
    display: none;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    height: 120px;
}

.alios_slide_nav {
    padding: 0;
    margin: 0;
}

    .alios_slide_nav li {
        display: inline-block;
        padding: 0 5px;
        list-style: none;
    }

        .alios_slide_nav li .btn.btn_slide {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #23a16f;
            background: rgba(3, 185, 124,0.1);
            padding: 0;
            border-radius: 50%;
            border: 1px solid rgba(3, 185, 124,0.1);
            transition: all ease 0.4s;
        }

            .alios_slide_nav li .btn.btn_slide:hover, .alios_slide_nav li .btn.btn_slide:focus {
                color: #ffffff;
                background: #23a16f;
                border: 1px solid #23a16f;
            }

            .alios_slide_nav li .btn.btn_slide.disabled {
                background: #f1f4f9;
                border-color: #e6eaf1;
                color: #333c56;
            }

.succ_wrap {
    text-align: center;
    padding: 2rem 0;
    max-width: 500px;
    margin: 0 auto;
}

.succ_121 {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 185, 124,0.1);
    border-radius: 50%;
    font-size: 20px;
    color: #23a16f;
}
/*---------- Datepicker ---------*/
.daterangepicker {
    border: 1px solid #dee3ea;
}

.daterangepicker {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
}

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        color: #2d3954;
    }

    .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
        color: #545d79 !important;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #03b37b;
        color: #fff !important;
    }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background-color: rgba(3, 179, 123,0.1);
        color: #23a16f;
    }

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        min-width: 35px;
        width: 37px;
        height: 37px;
        line-height: 34px;
        font-size: 13px;
    }

th.next.available, .prev.available {
    background-color: rgba(3, 179, 123,0.1);
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border-color: #23a16f !important;
}

.btn-default {
    color: #333c56;
}
/*------------- About Application --------------*/
.abt_apps {
    padding: 0;
    margin: 1rem auto;
    border: 1px solid #eaedf1;
    border-radius: 4px;
}

    .abt_apps ul {
        margin: 0;
        padding: 0;
    }

        .abt_apps ul li {
            list-style: none;
            padding: 0.8rem 1rem;
            border-bottom: 1px solid #eaedf1;
            display: flex;
            align-items: center;
        }

            .abt_apps ul li:last-child {
                border: none;
            }

            .abt_apps ul li .abt_left {
                flex: 1;
                font-weight: 600;
                font-size: 13px;
            }

            .abt_apps ul li .elso {
                padding: 5px 8px;
                border-radius: 2px;
                font-size: 13px;
                font-weight: 600;
            }

.payouts_inf {
    position: relative;
    display: block;
}

    .payouts_inf .btn_payouts {
        font-size: 13px;
        font-weight: 600;
        display: block;
        color: #2196f3;
        padding: 4px 8px;
        margin: 4px 0;
        border: 1px solid #2196f3;
        border-radius: 3px;
        text-align: center;
    }

.th_sety {
    position: relative;
    width: 100%;
    border: 1px solid #e7e8ef;
    border-radius: 5px;
}

.th_sety_thumb {
    padding: 0;
    display: block;
    background: #f4f5f7;
    min-height: 130px;
}

.th_sety_caption {
    padding: 1rem;
    text-align: left;
    position: relative;
}

.sedi_09 {
    font-size: 13px;
    font-weight: 600;
    color: #636d8a;
}

.them_sct {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    justify-content: center;
    background: rgba(3, 185, 124,0.12);
    margin-top: 5px;
    color: #23a16f;
    transition: all ease 0.4s;
}

    .them_sct.active, .them_sct:hover, .them_sct:focus {
        background: #23a16f;
        color: #ffffff;
    }

.shop_status.sell, .shop_status.new {
    background: #42ad63;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 13px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ffffff;
}

.tab-content > .tab-pane {
    padding-top: 1rem;
}
/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Call To Action -------------------*/
.call_action_wrap-wrap {
    padding: 10px 0;
    background-color: #6d5200;
}

.call_action_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    align-items: center;
}

.call_action_wrap-head {
    flex: 1;
}

.call_action_wrap h3 {
    color: #ffffff;
    margin-bottom: 5px;
}

.btn.btn-call_action_wrap {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}

a.btn_aps {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.aps_wrapb {
    background: #21242b;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.3rem;
}

.aps_ico {
    position: relative;
    margin-right: 7px;
    display: inline-block;
}

    .aps_ico img {
        max-width: 35px;
    }

.aps_capt span {
    line-height: 1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.aps_capt h4 {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.btn_aps.light .aps_wrapb {
    background: #ffffff;
}

.btn_aps.light .aps_capt span {
    color: #23a16f;
}

.btn_aps.light .aps_capt h4 {
    color: #21242b;
}

/*---------- Small footer -------------------*/
.theme-cl > img {
    max-height: 20px;
    width: auto;
}

footer {
    z-index: 99;
    position: relative;
}

    footer.dark-footer {
        background: #1d2636;
    }

    footer.footer-small {
        padding: 50px 0 0 0;
    }

img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}

    img.img-footer.small {
        margin: 0;
        max-width: 150px;
        position: relative;
        top: 2px;
    }

.light-footer {
    background: rgba(3, 178, 123,0.1);
}

.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}

    .ft-copyright p {
        margin-bottom: 0;
    }

.footer_widget {
    padding: 30px 0 30px;
}

h4.widget_title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.footer_widget ul {
    padding: 0;
    margin: 0;
}

    .footer_widget ul li {
        /*list-style: none;*/
        margin-top: 15px;
        display: block;
        border-bottom: 1px dashed #0a0a0a;
    }

        .footer_widget ul li a {
            color: #626a70;
        }

.light-footer .footer-bottom {
    background: rgb(77 29 126);
    border: 1px solid rgba(3, 178, 123,0.05);
}

footer.skin-dark-footer .extream, footer.skin-light-footer .extream {
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Muli', sans-serif;
}

footer.skin-dark-footer h4 {
    color: rgb(37, 34, 34);
    ;
}

footer.skin-dark-footer .footer_widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color: #000;
    transition: all ease 0.4s;
    font-size: 15px;
    font-weight: 400;
}

    footer.skin-dark-footer .footer_widget ul li a:hover, footer.skin-dark-footer .footer_widget ul li a:focus {
        color: #fd874d;
    }

.footer-bottom {
    padding: 19px 0;
    border-top: 1px solid #273246;
}

    .footer-bottom.br_light {
        border-color: #eef0f3;
    }

.skin-dark-footer .footer-bottom {
    background: #7B542F;
    border-top: 1px solid #7B542F;
    box-shadow: rgb(95, 3, 1) 0px 5px 30px;;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus {
    color: #ffffff;
    opacity: 1;
}

.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}

.footer_widget ul li a span.new {
    margin-left: 4px;
    background: #23a16f;
    padding: 3px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
}

.footer_widget ul li a span.update {
    margin-left: 4px;
    background: #dc3545;
    padding: 3px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
}

.foot-news-last .form-control {
    height: 60px;
    border: none;
}

    .foot-news-last .form-control.brd {
        height: 60px;
        border: 1px solid #eef1f5;
    }

.foot-news-last button {
    box-shadow: none;
    outline: none;
    border: none;
    height: 60px;
    padding: 0 25px;
}

/*----------- Bottom button ---------------*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background: #333c56;
    color: #ffffff;
}

    #back2Top:hover {
        background-color: #ffffff;
        color: #333c56;
    }

/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
}

@media all and (min-width: 993px) and (max-width: 1024px) {
}

@media all and (min-width: 993px) and (max-width: 1199px) {
}

@media (max-height: 600px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .banner_title {
        font-size: 40px;
        line-height: 1.2;
    }

    .min_large {
        font-size: 32px;
        margin-bottom: 1rem;
    }

    .aps_crs_caption.pl {
        padding-left: 10%;
    }

    a.filter_links {
        display: none;
    }

    div#fltbox {
        display: block;
    }
}

@media (min-width: 993px) {
    .account-drop .dropdown-menu {
        min-width: 300px;
    }

    .light-menu .nav-brand, .light-menu .nav-brand:focus, .light-menu .nav-brand:hover, .light-menu .nav-menu > li > a {
        color: #fff
    }


    .light-menu .nav-menu > .active > a, .light-menu .nav-menu > .focus > a, .light-menu .nav-menu > li:hover > a {
        color: #72f2ff !important;
    }




    .light-menu .nav-menu > li > a .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }

    .light-menu .nav-menu > .active > a .submenu-indicator-chevron, .light-menu .nav-menu > .focus > a .submenu-indicator-chevron, .light-menu .nav-menu > li:hover > a .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }
}

@media (min-width: 1024px) {
    .side_block.extream_img img.img-fluid {
        max-width: 470px;
    }
}

@media (min-width: 1200px) {
    .wrk_caption {
        padding: 0 1rem;
    }

    .hero_banner {
        min-height: 310px;
        height: 60vh;
    }

    .banner_title {
        font-size: 3.2rem;
        line-height: 1.2;
    }
}

@media (max-width: 1199px) {
    .crs_info_detail ul li {
        font-size: 12px;
        font-weight: 600;
    }

    .dro_142 h6 {
        font-size: 14px;
    }

    .crs_grid_list_thumb {
        width: 190px;
        height: 220px;
        padding: 10px;
        position: relative;
    }

    .elso_syu89 ul li {
        padding: 0 2px;
    }
}

@media (max-width: 1023px) {
    .crt_io90 h6 {
        font-size: 14px;
    }

    .dro_142 h6 {
        font-size: 12px;
        line-height: 1.2;
    }

    .dro_141 {
        width: 40px;
        height: 40px;
        margin-right: 7px;
        font-size: 17px;
    }

    .aps_wrapb {
        padding: 0.8rem 1rem;
    }

    .aps_ico {
        margin-right: 5px;
    }

    .aps_capt span {
        font-size: 13px;
    }

    .aps_capt h4 {
        font-size: 16px;
    }

    .aps_ico img {
        max-width: 25px;
    }

    .edu_cat_icons {
        width: 55px;
        height: 55px;
    }

        .edu_cat_icons img {
            max-width: 40px;
        }

    .edu_wraper .edu_title {
        font-size: 20px !important;
        margin-bottom: 1rem !important;
    }

    .edu_cat_data h4 {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .edu_cat_data {
        padding-left: 0px;
    }

    .crp_box.fl_color .dro_142 p {
        font-size: 12px;
    }

    .crs_grid_list_thumb {
        width: 188px;
        height: 220px;
        padding: 10px;
        position: relative;
    }

    .crs_lt_102 .crs_tit {
        font-size: 30px;
        line-height: 1.4;
        margin: 0;
    }

    .crs_lt_103 .crs_info_detail ul li {
        font-size: 11px;
        font-weight: 600;
    }

    h1 {
        line-height: 35px;
        font-size: 28px;
    }

    .stick_top {
        position: relative;
        top: 0;
    }

    .ovrlio {
        margin-top: 0;
    }

    .authi_125 {
        margin-bottom: 1rem;
    }

    .liop_wraps {
        display: flex;
        flex-wrap: wrap;
    }

    .liop_wraps_01 {
        margin-bottom: 10px;
        position: relative;
        top: 0;
    }

    .woocommerce.single_product.quick_view_wrap {
        flex-wrap: wrap;
    }

    .single_product.quick_view_wrap .woo-single-images {
        width: 100%;
    }

    .single_product.quick_view_wrap .entry-summary {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .single_product.quick_view_wrap .entry-summary > .woo_inner {
            max-width: calc(100% - 0px);
            padding-left: 0;
            padding-top: 1rem;
        }

    .woo_product_title {
        font-size: 19px;
        margin: 0 0 5px;
        line-height: 1.4;
    }

    .d-navigation ul li a {
        padding: 12px 5px;
        font-size: 13px;
    }

        .d-navigation ul li a i {
            margin-right: 5px;
        }

    .one_third {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .elso_syu77 {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .light-menu .nav-toggle:before {
        background-color: #ffffff;
        box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
    }

    .nav-menu > li .nav-dropdown {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .nav-menu > li > .nav-dropdown:before {
        display: none
    }

    .navigation-portrait .nav-dropdown > li > a {
        padding: 12px 12px 12px 12px;
    }

    .navigation-portrait .nav-dropdown > li > ul > li > a {
        padding-left: 10px;
    }

    .header.header-light.head-shadow {
        border-bottom: 1px solid #edf0f3;
    }

    .btn-group.account-drop {
        position: relative;
        padding: 19px 10px;
    }

    .rcs_log_126 .sl_btn {
        width: 100%;
        font-size: 12px;
    }

        .rcs_log_126 .sl_btn i {
            margin-right: 5px;
            font-size: 18px;
        }

    .change-logo .nav-brand.static-logo {
        display: none;
    }
}

@media (max-width: 991px) {
    .ovrlio.min {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .slick-next {
        right: 0px;
        z-index: 1;
    }

    .dlkio_452 {
        display: flex;
        flex-wrap: wrap;
    }

    .dlkio_last .ed_view_link {
        padding: 0;
    }

    .pl-sm-0 {
        padding-left: 5px;
    }

    .ed_header_caption .ed_title {
        font-size: 30px;
        line-height: 1;
    }

    .crs_grid_list {
        display: flex;
        flex-wrap: wrap;
    }

    .crs_grid_list_thumb {
        width: 100%;
        height: auto;
        padding: 10px;
        position: relative;
    }

    .crs_grid_list_caption {
        flex: auto;
        padding: 1rem;
    }

    .crs_lt_103 .crs_info_detail ul li {
        font-size: 13px;
        font-weight: 600;
    }

    .slick-prev {
        left: 0px;
        z-index: 1;
    }

    .hero_banner {
        padding: 5rem 0;
    }

    #pills-tab.nav-pills .nav-link, #myTab .nav-link {
        margin: 5px 4px;
    }

    h1 {
        line-height: 35px;
        font-size: 30px;
    }

    .font-lg {
        font-size: 17px;
    }

    .part_rcp ul {
        flex-wrap: wrap;
    }

        .part_rcp ul li {
            margin: 5px 5px;
            width: 45%;
            flex: 0 0 45%;
        }

    .crp_tags {
        text-align: center;
        margin-bottom: 10px;
    }

    .call_action_wrap-head {
        flex: auto;
        margin-bottom: 1rem;
    }

    .footer_widget {
        padding: 30px 0 30px;
    }

    .footer-middle {
        padding: 30px 0;
    }

    .aps_wrapb {
        padding: 0.5rem 0.8rem;
    }

    .aps_ico {
        margin-right: 3px;
    }

    .aps_capt span {
        font-size: 12px;
    }

    .aps_capt h4 {
        font-size: 14px;
    }

    .aps_ico img {
        max-width: 22px;
    }

    .crs_trio .ctr {
        margin: 0 0 4px;
        font-size: 32px;
    }

    .crp_box.fl_color .dro_142 p {
        font-size: 14px;
    }

    .crp_box.fl_color .dro_140 {
        margin-bottom: 1rem;
    }

    .imageblock .imageblock__content {
        position: relative;
        height: 250px;
        width: 100%;
        margin-bottom: 1rem;
    }



    .crs_trt_thumb img {
        height: 155px;
        width: 200px;
        padding: 0.5rem;
    }


    .pt-m-0 {
        padding-top: 0;
    }

    .dlks_152 {
        text-align: left;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .crs_lt_boxes {
        flex-wrap: wrap;
    }

    h2 {
        line-height: 45px;
        font-size: 30px;
        text-align: centre;
    }

    .theme-cl2 {
        display: block;
        margin-bottom: 1rem;
    }

    .wrk_caption p {
        font-size: 23px;
        font-weight: 400;
    }

    .mobile_title {
        font-size: 24px !important;
    }

    .lists-4 li, .lists-3 li, .lists-2 li, .lists-1 li {
        line-height: 25px;
        font-size: 17px;
    }

    .edu_wraper {
        padding: 0rem 0rem;
    }

    ul.lectures_lists li {
        font-size: 15px;
        padding-right: 0px;
    }

    .accordion_title {
        padding-right: 18px;
        font-size: 14px;
    }

    .card-header h6 {
        margin: 0;
        font-size: 18px;
        line-height: 25px;
    }

    .rating-overview {
        flex-wrap: wrap;
    }

    .rating-overview-box {
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
    }

    .rating-bars-item {
        width: calc(100% - 30px);
    }

    .single_instructor {
        flex-wrap: wrap;
    }

    .single_instructor_thumb {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .single_instructor_caption {
        padding: 0;
    }

    .list-single-main-item {
        padding: 25px 15px;
    }

    .review-comments-avatar {
        width: 50px;
        height: 50px;
    }

    .reviews-comments-item-text {
        padding: 0 0px;
    }

    .reviews-comments-item {
        padding: 30px 60px;
    }

    .reviews-comments-item-text h4 {
        font-size: 14px;
        line-height: 0;
    }

    .reviews-comments-item-date {
        font-size: 10px;
    }

    .reviews-comments-item-text p {
        font-size: 14px;
    }

    .bhu_486 h5 {
        font-size: 13px;
        margin: 0 0 5px;
        font-weight: 500;
        line-height: 1.4;
    }

    .one_third {
        flex: 0 0 33.333333%;
        width: 33.333333%;
        text-align: center;
        margin: 0;
    }

    .elso_syu77 {
        flex-wrap: nowrap;
    }

    .d-navigation ul li a {
        padding: 13px 10px;
        font-size: 14px;
    }

        .d-navigation ul li a i {
            margin-right: 7px;
        }

    .dashboard-navbar, .dashboard-wraper {
        margin-bottom: 2rem;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .grousp_crs {
        flex-wrap: wrap;
    }

    .grousp_crs_right {
        margin-top: 10px;
    }

    .blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb {
        float: left;
        width: 50px;
    }

        .blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb img {
            max-width: 50px;
        }

    .blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details {
        padding-left: 10px;
    }

        .blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
            font-size: 13px;
            line-height: 10px;
            margin-bottom: 0;
        }

    .blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul li ul {
        padding-left: 25px;
        list-style: none;
    }

    .blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
        font-size: 11px;
        font-weight: 600;
    }
}


@media (max-width: 600px) {
}

@media (max-width:375px) {
    .nav-brand img {
        max-width: 123px;
        position: relative;
        top: 2px;
    }

    .navigation-portrait .nav-brand {
        margin-left: 20px;
    }

    .nav-menu > li > a.crs_yuo12, .mobile_nav .crs_yuo12 {
        width: 35px;
        height: 35px;
        margin-left: 4px;
    }

    .btn-group.account-drop {
        position: relative;
        padding: 19px 4px;
    }
}

.swiper-container {
    border-radius: 5px;
    overflow: hidden;
    height: fit-content;
    font-size: 50px;
    position: relative;
    padding-bottom: 50px;
    font-family: sans-serif;
}

.swiper-slide {
    width: auto;
    height: fit-content;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
    font-family: Nunito;
    background-color: beige;
}

    .swiper-slide .ImgHolder {
        background-color: #4361ee;
        display: flex;
        width: 100%;
        height: auto;
        padding: 0;
        border-bottom-left-radius: 20px;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.ContentHolder::before {
    background-color: #4361ee;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0px;
}

.ContentHolder {
    position: relative;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 20px;
}

.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid #4361ee;
}

.swiper-pagination-bullet-active {
    background-color: #4361ee;
}

.swiper-button {
    border: 1px solid white;
}

@media (max-width:638px) {
    .swiper-container {
        width: 100%;
    }
}

@media (max-width:500px) {
    .swiper-container {
    }
}

@media (max-width:300px) {
    .swiper-container {
        width: 100%;
    }

    .swiper-slide {
        border-radius: 0px;
    }

    .swiper-container .ImgHolder {
        border-radius: 0px;
    }

    .ContentHolder {
        border-radius: 0px;
    }
}

.plan {
    border-radius: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
}

    .plan .ribbon {
        width: 100px;
        height: 100px;
        overflow: hidden;
        position: absolute;
        top: -10px;
        left: -10px;
    }

        .plan .ribbon::before,
        .plan .ribbon::after {
            position: absolute;
            z-index: -1;
            content: '';
            display: block;
            border: 5px solid #ffc107;
        }

        .plan .ribbon::before {
            border-top-color: transparent;
            border-left-color: transparent;
            top: 0;
            right: 0;
        }

        .plan .ribbon::after {
            border-bottom-color: transparent;
            border-right-color: transparent;
            bottom: 0;
            left: 0;
        }

        .plan .ribbon span {
            position: absolute;
            display: block;
            width: 121px;
            padding: 10px 0;
            background-color: #ffc107;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            color: #333;
            font: 700 15px/1 'Lato', sans-serif;
            text-transform: uppercase;
            text-align: center;
            left: -18px;
            top: 27px;
            transform: rotate(-45deg);
        }

    .plan h3 {
        margin-top: 20px;
        font-size: 1.5em;
        color: #fff;
    }

    .plan .badge {
        display: inline-block;
        background-color: #007bff;
        color: #fff;
        border-radius: 10px;
        padding: 5px 10px;
        margin-left: 10px;
    }

    .plan p {
        font-size: 0.9em;
        color: #bbb;
    }


    @media (max-width: 992px) and (min-width: 960px) {
    .nav-menu > li > a {
        padding: 12px 8px !important;
        font-size: 14px !important;
    }

    .nav-brand img {
        max-width: 100px !important;
    }

    .header .container {
        min-height: 80px !important;
    }

    .nav-menus-wrapper {
        justify-content: flex-end !important;
    }
}
/* Contact..........................................................  */

/* SECTION GENERAL */
.contact-section {
    padding: 30px 0;
    background: #f8f8f8;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
}

/* LEFT SIDE */
.contact-left {
    padding-right: 20px;
}

/* RIGHT SIDE */
.contact-right {
    padding-left: 20px;
}

/* Info Boxes */
.pretty-box {
    background: #ffffff;
    padding: 20px 2px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    margin-bottom: 28px;
    transition: all 0.3s ease;
}

.pretty-box:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

/* Icon Circle */
.pretty-box .icon-wrap {
    width: 85px;
    height: 85px;
    border: 2px solid #d5ac63;
    background: #fff7e2;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pretty-box .icon-wrap i {
    font-size: 34px;
    color: #d5ac63;
}

/* Text styling */
.pretty-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2a2a2a;
    text-align: center;
}

.pretty-box p {
    font-size: 16px;
    margin: 3px 0;
    color: #444;
    text-align: center;
}

/* FORM STYLING */
.form-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.form-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.form-wrapper label {
    font-weight: 600;
    margin-top: 12px;
    display: block;
}

.form-wrapper .form-control {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.submit-btn {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background: #7b542f;
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #c29952;
}

/* ============================
   RESPONSIVE STYLES
   ============================ */

/* BELOW 768px → STACK 100% */
@media (max-width: 768px) {

    .contact-left,
    .contact-right {
        width: 100%;
        padding: 0;
    }

    .contact-section {
        padding: 40px 15px;
    }

    .pretty-box {
        padding: 22px;
    }

    .pretty-box .icon-wrap {
        width: 70px;
        height: 70px;
    }

    .form-wrapper {
        margin-top: 25px;
    }
}

/* ABOVE 768px → 50 / 50 layout */
@media (min-width: 768px) {
    .contact-left,
    .contact-right {
        width: 50%;
    }
}


.head{
    text-align: center;
}
.underline {
    width: 100px;
    height: 4px;
    border: none;
    margin: 6px auto 20px;
    background: linear-gradient(90deg, #142d4c, #2a5c9a);
    border-radius: 50px;
}

.contact-row{
    margin-top: 50px;
}

.contact-section{
    margin: 0 20px;
}

/* 2. Testimonial design*/

/* MAIN CARD */
._testimonial_wrios {
    position: relative;
    padding: 28px;
    border-radius: 22px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    overflow: hidden;
    z-index: 5;
    transition: 0.4s ease;
}

/* ===============================
   BIG DISTORTED BACK SHAPE LAYER
   =============================== */
._testimonial_wrios::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 350px;
    top: -120px;
    left: -100px;
    background: rgba(37, 20, 156, 0.09); /* very soft brand blue */
    border-radius: 52% 68% 60% 44% / 30% 55% 70% 45%;
    filter: blur(60px);
    z-index: -3;
    transition: 0.8s ease;
    
}

/* ===============================
   SECOND GRADIENT LIGHT LAYER
   =============================== */
._testimonial_wrios::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 260px;
    bottom: -90px;
    right: -40px;
    background: radial-gradient(circle at top left,
        rgba(99, 78, 255, 0.25),
        rgba(37, 20, 156, 0.12),
        transparent 70%);
    border-radius: 50%;
    filter: blur(65px);
    z-index: -2;
    transition: 0.8s ease;
}

/* ===============================
   THIRD SMALL HIGHLIGHT GLOW 
   (Top-right for richness)
   =============================== */
._testimonial_wrios .glow-layer {
    content: "";
    position: absolute;
    width: 160px;
    height: 140px;
    top: -20px;
    right: -10px;
    background: radial-gradient(circle,
        rgba(255, 255, 255, 0.45),
        rgba(255,255,255,0.05),
        transparent 80%);
    filter: blur(20px);
    z-index: -1;
    pointer-events: none;
}

/* ===============================
   CARD HOVER – LUXURY ANIMATION
   =============================== */
._testimonial_wrios:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

/* Back shape moves softly */
._testimonial_wrios:hover::before {
    transform: scale(1.20) translate(20px, 18px);
    opacity: 0.25;
}

/* Gradient light deepens */
._testimonial_wrios:hover::after {
    transform: scale(1.25) translate(-10px, -10px);
    opacity: 0.30;
}

/* ===============================
   ENSURE CONTENT IS ABOVE SHAPES
   =============================== */
._testimonial_wrios * {
    position: relative;
    z-index: 10;
}

/* ===============================
   SECTION BACKGROUND (OPTIONAL)
   Smooth gradient across section
   =============================== */
.testimonial-section-bg {
    background: linear-gradient(
        to bottom right,
        #f9f9ff,
        #f3f5ff,
        #ffffff
    );
    position: relative;
    z-index: 1;
}

/* 22/11/25.............................................................. */

.white{
    background: #fffcfb;
}
.colour{
    background: #fffcfb;
}
.faq{
    background: rgb(62 28 131 / 10%);
}
.greyish{
    background: whitesmoke !important;
}

/* Counter............................... */

/* ================================
   ACI OVERVIEW SECTION
================================ */

.counter-wrapper {
  padding: 70px 0;
  background-color: rgb(30, 132, 149);
}

/* Main two-column layout */
.aci-overview-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* Left & Right columns */
.aci-left,
.aci-right {
  width: 50%;
}

/* ================================
   COUNTER GRID
================================ */
.counter-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.counter-boxess {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.counter-boxesss {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Counter Card */
/* ================================
   COUNTER CARD STYLE (CLEAN)
================================ */

.counter-box {
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
  padding: 17px 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* Icon box */
.counter-box .icon {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

/* Icon colors */
.counter-box.green .icon { background: #78c850; }
.counter-box.blue .icon { background: #2f80ed; }
.counter-box.red .icon { background: #eb5757; }
.counter-box.dark .icon { background: #8b5a2b; }

/* Title */
.counter-box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

/* Counter number */
.counter-box .counter {
  font-size: 30px;
  font-weight: 700;
}

/* Number colors */
.counter-box.green .counter { color: #78c850; }
.counter-box.blue .counter { color: #2f80ed; }
.counter-box.red .counter { color: #eb5757; }
.counter-box.dark .counter { color: #8b5a2b; }

/* Hover effect (optional) */
.counter-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.counter-box.green h5{
    margin: 0px !important;
}
.counter-box.green h5 i{
    color: #8b5a2b;
}

.counter-box.blue h5{
    margin: 0px !important;
}
.counter-box.blue h5 i{
    color: #ffaf0a;
}

/* ================================
   RIGHT CONTENT
================================ */
.aci-right h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 55px;
}

.aci-right h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 12px;
}

.aci-right p {
  color: #eaf6f8;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.aci-img {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

/* ================================
   RESPONSIVE
================================ */

/* Tablets */
@media (max-width: 991px) {
  .aci-overview-grid {
    flex-direction: column;
  }

  .aci-left,
  .aci-right {
    width: 100%;
    text-align: center;
  }

  .aci-img {
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .counter-boxes {
    grid-template-columns: repeat(2, 1fr)
  }
  .counter-boxesss {
    grid-template-columns: repeat(2, 1fr)
  }
  .counter-boxess {
    grid-template-columns: 1fr;
  }

  .aci-right h2 {
    font-size: 28px;
  }
}

/* section 2................ */

/* =====================================
   SECTION 2 – Digital Marketing Banner
   ===================================== */

/* ================================
   ACI DIGITAL MARKETING 50-50 SECTION
   ================================ */

.acidm-section {
    padding: 80px 0;
    
    
}

.acidm-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.acidm-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 20px;
    padding: 0px;
    color: #fff;
}

/* LEFT SIDE 50% */
.acidm-left {
    width: 50%;
    padding-right: 30px;
}

/* RIGHT SIDE 50% */
.acidm-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMAGE CIRCLE */
.acidm-image-box {
    width: 100%;
    max-width: 510px;      /* You can increase or decrease */
    height: auto;
    border-radius: 12px;   /* smooth corners */
    overflow: hidden;
    border: 2px solid #7b542f;  /* keep premium frame */
}

.acidm-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* TEXT STYLING */
.acidm-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.acidm-subtitle {
    font-size: 16px;
    margin-top: 10px;
    color: #000;
}

.acidm-description {
    margin-top: 15px;
    line-height: 1.6;
}

.acidm-learn-title {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
    color:#000;
}

.acidm-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.acidm-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: black !important;
}

.acidm-list i {
    color: #007bff;
    font-size: 18px;
    margin-right: 10px;
}



/* BUTTON */
.acidm-btn {
    background: #00d4ff;
    padding: 12px 28px;
    border-radius: 8px;
    color: #003969;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
    margin-bottom: 10px;
}

.acidm-btn:hover {
    background: #218795;
    color: #560100;
}

/* ============================
   MOBILE RESPONSIVE
   ============================ */
@media (min-width:992px) and (max-width:1200px){
    .acidm-section {
    margin: 0 106px;
    
}
}
@media (min-width:769px) and (max-width:992px){
    .acidm-section {
    margin: 0 106px;
    
}
}
@media (min-width:570px) and (max-width:581px){
    .acidm-section {
    margin: 0 21px;
    
}
}

@media (max-width: 768px) {

    .acidm-wrapper {
        flex-direction: column;
        padding: 25px;
        text-align: center;
    }

    .acidm-left,
    .acidm-right {
        width: 100%;
        padding: 0;
    }

    .acidm-image-box {
        max-width: 280px;
        border-radius: 10px;
    }


    .acidm-title {
        font-size: 33px;
        text-align: start;
    }

    .acidm-list li {
        font-size: 14px;
    }
    .acidm-subtitle,.acidm-learn-title{
        text-align: start;
    }
      
}




/* Section 3 ..........................................................*/

/* ===============================
   SECTION 3 – Premium Google Ads
   =============================== */

.section-3-dm {
    padding: 80px 0;
    background: #076589;
}

.section-3-wrapper {
    display: flex;
    
    border-radius: 22px;
    overflow: hidden;
    
    color: #fff;
}

/* LEFT IMAGE PANEL */
.section-3-left {
    flex: 1;
    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: center;       /* center vertically */
    
}


.section-3-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* RIGHT CONTENT PANEL */
.section-3-right {
    flex: 1.2;
    padding: 40px 45px;
}

.section-3-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    color: blanchedalmond;
}

.section-3-desc {
    font-size: 16px;
    color: #cfe2ff;
    line-height: 1.6;
    margin-bottom: 25px;
}

.section-3-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.section-3-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.section-3-list i {
    color: #00eaff;
    font-size: 18px;
    margin-right: 10px;
}

.section-3-bonus {
    font-size: 15px;
    color: #fff9c4;
    margin-top: 10px;
    margin-bottom: 25px;
}

.section-3-btn {
    background: #00eaff;
    color: #00385e;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s ease;
}

.section-3-btn:hover {
    background: #ffffff;
    color: #003a77;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    .section-3-wrapper {
        flex-direction: column;
    }

    .section-3-right {
        padding: 30px 25px;
        text-align: center;
    }

    .section-3-title {
        font-size: 33px;
        text-align: start;
    }

    .section-3-list li {
        font-size: 14px;
    }

    .section-3-img {
        height: 260px;
    }
    .section-3-desc{
        text-align: start;
    }
}


/* Section4..................... */

/* =======================================
   SECTION 4 – META ADS PREMIUM DESIGN
   ======================================= */

.section-4-meta {
    padding: 80px 0;
    background: azure !important; /* Same as Section 5 */
    color: #fff;
}

/* Increase container width for Section 4 only */


.meta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* LEFT CARD */
.meta-card {
    flex: 1;
    padding: 35px 35px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.meta-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(77, 0, 175, 0.15);
    border-radius: 50%;
    top: -40px;
    left: -40px;
}

.meta-card::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(0, 175, 255, 0.15);
    border-radius: 50%;
    bottom: -40px;
    right: -40px;
}

.meta-top-title {
    font-size: 45px;
    font-weight: 600;
    color: #5e00e6;
}

.meta-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin: 10px 0;
}

.meta-title span {
    color: #5e00e6;
    font-size: 20px;
}

.meta-desc {
    color: #444;
    font-size: 16px;
    margin-bottom: 25px;
}

.meta-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.meta-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #111;
}

.meta-list i {
    color: #5d30ff;
    font-size: 18px;
    margin-right: 10px;
}

.meta-btn {
    background: #5e00e6;
    color: white;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    transition: 0.3s;
}

.meta-btn:hover {
    background: #10b9ff;
}

/* RIGHT IMAGE */
.meta-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meta-image-mask {
    width: 380px;        /* Increased size */
    height: 420px;       /* Increased height */
    border: 3px solid #076588; /* Same orange border as Section 5 */
    border-radius: 12px;
    position: relative;
    transform: rotate(-4deg);  /* Same tilted frame look as Section 5 */
    background: transparent;
}

.meta-image-mask img {
    height: 100%;
    object-fit: contain;       /* No distortion */
    border-radius: 12px;
    position: absolute;
    
    transform: rotate(4deg);
    box-shadow: none !important; /* Remove shadow */
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .meta-wrapper {
        flex-direction: column;
    }
    .meta-top-title{
        font-size: 33px;
        text-align: start;
    }

    .meta-card {
        text-align: center;
    }

    .meta-title {
        font-size: 20px;
        text-align: start;
    }

    .meta-image-mask {
                width: 260px;
        height: 320px;
        transform: rotate(-4deg);
    }
     .meta-image-mask img {
        
        transform: rotate(4deg);
        right: 1px;
    }
    .meta-desc{
        text-align: start;
    }
}


/* Section5................................ */

/* ===============================
   SECTION 5 – Why Choose ACI (Image Left)
   =============================== */

.section-5-training {
    padding: 80px 0;
    background: #2e4458; /* Deep navy blue */
    color: #fff;
}

.s5-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

/* LEFT IMAGE */
.s5-left-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.s5-image-frame {
    width: 330px;
    height: 400px;
    border: 3px solid #ffb23e;
    position: relative;
    border-radius: 12px;
    transform: rotate(-4deg);
}

.s5-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: -15px;
    left: 15px;
    transform: rotate(4deg);
}

/* RIGHT TEXT SECTION */
.s5-right-text {
    flex: 1;
}

.s5-top-title {
    font-size: 32px;
    font-family: 'Pacifico', cursive;
    color: #ffb23e;
    margin-bottom: 5px;
}

.s5-main-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFD8D8;
}

.s5-desc {
    color: #dbe7ff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 550px;
}

.s5-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.s5-features li {
    font-size: 17px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #fff;
}

.s5-features i {
    color: #ffb23e;
    font-size: 20px;
    margin-right: 10px;
}

/* BUTTON */
.s5-btn {
    background: #ffb23e;
    padding: 12px 30px;
    color: #041833;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    display: inline-block;
    transition: 0.3s;
}

.s5-btn:hover {
    background: #ffd68e;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .s5-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .s5-top-title{
        text-align: start;
    }

    .s5-main-title {
        text-align: start;
        font-size: 28px;
    }

    .s5-image-frame {
        width: 260px;
        height: 320px;
        margin-bottom: 20px;
    }

    .s5-image-frame img {
        top: -10px;
        left: 10px;
    }

    .s5-right-text {
        margin-top: 10px;
    }
    .s5-desc{
        text-align: start;
    }
}



/* Testimonials.................................. */

/* THEME COLORS (easy to change) */
/* ===========================
   Testimonial Card Styling
   =========================== */

:root {
  --arrow-bg: green;
  --arrow-color: whitesmoke;
  --shadow: 0 6px 20px rgba(0,0,0,0.15);
  --section-bg: beige;
  --theme-primary: #ff5b77;
  --theme-secondary: #24d3a7;
}

.testimonial-slider-section {
  background: var(--section-bg);
  padding: 60px 0;
}

.tm-card {
  width: 92%;
  max-width: 1100px;
  background: beige;
  border-radius: 25px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: auto;
  position: relative;
  overflow: visible !important;
  
}

/* LEFT */
.tm-left { width: 55%; }
.tm-title { font-size: 26px; font-weight: 700; margin-bottom: 15px; }
.tm-text { color: #555; line-height: 1.6; margin-bottom: 25px; }
.tm-author-name { font-size: 18px; font-weight: 700; }
.tm-author-role { font-size: 14px; color: #777; margin-bottom: 15px; }

.tm-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -12px;
  cursor: pointer;
}

/* RIGHT */
.tm-right {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* BLOBS */
.tm-shape {
  position: absolute;
  width: 200px ;
  height: 200px ;
  background: var(--theme-primary);
  border-radius: 60% 40% 60% 40%;
  transform: rotate(25deg);
  z-index: 1;
}

.tm-shape::after {
  content: "";
  position: absolute;
  width: 200px ;
  height: 200px ;
  background: var(--theme-secondary);
  border-radius: 40% 60% 40% 60%;
  top: -35px;
  left: 35px;
  opacity: 0.9;
  z-index: -1;
}

/* PHOTO */
.tm-photo {
  width: 300px !important;
  height: 300px !important;
  border-radius: 50%;
  object-fit: cover;
  z-index: 3;
}


/* ===========================
   PERFECT SMALL PREMIUM ARROWS INSIDE CARD
   =========================== */

.tm-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  width: 30px !important;
  height: 30px !important;
  
  background: var(--arrow-bg);
  color: var(--arrow-color);
  
  border-radius: 50%;
  box-shadow: var(--shadow);
  
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  
  z-index: 50 !important;
}

/* Replace ugly default arrow */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px !important;
  font-weight: bold;
  color: var(--arrow-color) !important;
}

/* LEFT ARROW INSIDE */
.tm-prev {
  left: -15px;  /* adjust if needed */
}

/* RIGHT ARROW INSIDE */
.tm-next {
  right: -15px; /* adjust if needed */
}

/* DOTS */
.swiper-pagination-bullet {
  background: #222 !important;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  background: #000 !important;
  opacity: 1;
}

/* Apply Jost font to full testimonial section */
.testimonial-slider-section,
.testimonial-slider-section * {
    font-family: 'Jost', sans-serif !important;
}



/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 768px) {

  /* Stack layout cleanly */
  .tm-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    gap: 25px;
  }

  /* Center both sides properly */
  .tm-left, 
  .tm-right {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* Blob shape centered */


  /* Image centered */
  .tm-photo {
    margin: 0 auto;
  }

  /* Arrows inside, equally spaced */
  .tm-prev {
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .tm-next {
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }

  /* Reduce arrow size for mobile */
  .tm-arrow {
    width: 34px !important;
    height: 34px !important;
  }

  .tm-arrow::after {
    font-size: 16px !important;
  }

  /* Center avatars */
  .tm-avatars {
    justify-content: center;
    margin-top: 10px;
  }

  .tm-avatars img {
    margin: 0 3px;
  }
}





/* Testimonials.................................. */






/* advance digital marketing center */

.startt{
    text-align: start !important;
    margin-bottom: 20px !important;
}

.heading-container .startt::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    /* background: #1e0f70; */
    bottom: -15px;
    left: 8% !important;
    transform: translateX(-50%);
    margin-bottom: 3px !important;
    
}

.starttt{
    text-align: start !important;
    margin-bottom: 15px !important;
}

.heading-container .starttt::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    /* background: #1e0f70; */
    bottom: -15px;
    left: 6.5% !important;
    transform: translateX(-50%);
    
}

.heading-container .remove::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    /* background: #1e0f70; */
    transform: translateX(-50%);
    background: wheat !important;
    bottom: -15px;
    
}


/* offer.............. */

/* Section */
.aci-admission-section {
    padding: 70px 0;
    background: #fafafa;
}

.aci-admission-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
}

/* Card */
.aci-admission-card {
    margin: 0px;
    width: 100%;
    padding: 45px 25px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

/* Ribbon */
.aci-ribbon {
        position: absolute;
    top: 16px;
    right: -50px;
    transform: rotate(45deg);
    background: linear-gradient(90deg, #ff8f00, #ffb300);
    padding: 10px 38px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0px 5px 18px rgba(255,140,0,0.4);
}

/* Header */
.aci-header h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.aci-tagline {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
}

/* Pricing */
.aci-price-box {
    text-align: center;
    padding: 15px 15px;
    border-radius: 14px;
}

.aci-oldprice-wrap {
    margin-bottom: 12px;
}
.aci-old-title {
    display: block;
    font-size: 14px;
    color: #888;
}
.aci-old-price {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 700;
    color: #999;
}

.aci-offer-divider {
    background: linear-gradient(90deg, #ff6b00, #ff8f00);
    color: #fff;
    display: inline-block;
    padding: 4px 18px;
    font-weight: 700;
    border-radius: 20px;
    
    font-size: 13px;
    box-shadow: 0px 5px 20px rgba(255,120,0,0.3);
}

.aci-newprice-wrap {
    margin-top: 12px;
}
.aci-new-price {
    font-size: 38px;
    font-weight: 700;
    color: #d35400;
}
.aci-new-note {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-left: 5px;
}

.aci-includes {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

/* Hurry */
.aci-hurry {
        text-align: center;
    margin-bottom: 25px;
    font-size: 21px;
    padding-top: 30px;
    font-weight: 600;
    color: #c0392b;
}

/* Button */
.aci-enroll-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    background: linear-gradient(90deg, #6b3e1f, #8a5630);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}
.aci-enroll-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 25px rgba(0,0,0,0.2);
}


/* advance section 1....................... */

/* ==========================================
   HERO SECTION
==========================================*/
.aci-hero-section {
    padding: 70px 0;
    background: #fff;
}

.aci-hero-image img {
    width: 100%;
    border-radius: 12px;
    filter: drop-shadow(0px 8px 20px rgba(0,0,0,0.1));
}

/* Badge */
.aci-hero-badge {
    display: inline-block;
    background: #e8f3ff;
    color: #0073ff;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Title */
.aci-hero-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #0d1b3d;
}

.aci-hero-title span {
    color: #0d4b9e;
}

.aci-hero-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 18px;
}

.aci-hero-desc {
    font-size: 15.5px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 600px;
}

/* Stars */
.aci-stars i {
    color: #ffbb00;
    font-size: 18px;
}

.aci-hero-bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* Buttons */
.aci-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.aci-btn-primary {
    background: #0d4b9e;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.aci-btn-primary:hover {
    background: #093472;
    transform: translateY(-2px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
}

.aci-btn-call {
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.aci-btn-call:hover {
    background: #603519;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .aci-hero-title {
        font-size: 30px;
    }
    .aci-hero-section {
        padding: 50px 0;
    }
}


/* Tag students,frelancers,entrepreneur */

.course-tag {
    display: inline-block;
    padding: 7px 18px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    margin-bottom: 12px;
    text-align: center;
    color: #fff;
    letter-spacing: .5px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.25);
    animation: fadeTag .6s ease;
}

/* Student Tag – Luxury Blue */
.tag-student {
    background: #076488;
}

/* Entrepreneur Tag – Business Gold */
.tag-entrepreneur {
    background: #fab826;
}

/* Freelancer Tag – Fresh Green */
.tag-freelancer {
    background: #07668a;
}


.readmore-btn-student,
.readmore-btn-entre,
.readmore-btn-free {
    background: #b84d52;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin: 10px auto;
    display: block;
    transition: 0.3s ease;
}

.readmore-btn-student:hover,
.readmore-btn-entre:hover,
.readmore-btn-free:hover {
    background: #864609;
}

.readmore-btn-student:focus,
.readmore-btn-entre:focus,
.readmore-btn-free:focus,
.readmore-btn-student:active,
.readmore-btn-entre:active,
.readmore-btn-free:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}



/* Arrow Styling......... */




/* Row wrapper for same-line layout */
.read-row-student,
.read-row-entre,
.read-row-free {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

/* Read More / Read Less button */
.readmore-btn-student,
.readmore-btn-entre,
.readmore-btn-free {
    background: #d1903b;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    width: auto;
    transition: 0.3s ease;
}

/* Arrow button */
.arrow-btn-student,
.arrow-btn-entre,
.arrow-btn-free {
    background: #d1903b;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    outline: none;
    display: none; /* hidden initially */
    transition: 0.3s ease;
}

/* Hover glow */
.arrow-btn-student:hover,
.arrow-btn-entre:hover,
.arrow-btn-free:hover {
    background: #b87825;
    transform: translateX(3px);
}


/* expert dig marketing......... .......................................................*/



/* BUTTON ROW – FIXED CENTER */
.ga-button-row {
    width: 100%;
    display: flex !important;
    justify-content: center !important;   /* CENTER */
    align-items: center;
    padding: 10px 5px;
}
.ga-button-row.expanded {
    justify-content: space-between !important; /* LEFT + RIGHT */
}


/* Button row layout */
.ga-button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px 0 5px;
}

/* ReadMore button */
.ga-readmore-btn {
    background: #d1903b;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;
}

.ga-readmore-btn:hover {
    background: #b87825;
}

/* Arrow Button */
.ga-arrow-btn {
    background: #d1903b;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 50%;
    font-size: 18px;
    display: none;
}
.ga-arrow-btn:hover {
    background: #b87825;
    transform: translateX(3px);
}

/* remove any unwanted outlines */
.ga-readmore-btn:focus,
.ga-arrow-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.newbody{
    margin:0px -15px !important;
    padding: 5px 14px;
}

.google{
    
    font-size: 100px !important;
    color: #07658a !important;

}
.newgrid{
    padding-right: 38px !important;
    padding-top: 25px !important;
    
    
}
.google:hover{
    color: #d1903b !important;
}

.newbrdd{
    border-radius: 10px 100px 10px 100px !important;
}

/* Duration................ */

/* Parent row layout */
.aci-course-row {
    display: flex;
    justify-content: space-between;  /* left item extreme left, right item extreme right */
    align-items: center;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

/* Left side item */
.aci-left-info,
.aci-right-info {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;  /* prevent breaking */
}

/* Icon size */
.aci-left-info i,
.aci-right-info i {
    font-size: 15px;
}

/* Prevent text wrap for price */
.aci-right-info span {
    white-space: nowrap;
}


/* More button fundamental course........ */

/* Align the footer items extreme left & right */
.aci-footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Button Styling */
/* Align Apply Now (left) and More button (right) */
.aci-footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style ONLY the More button */
.aci-more-btn {
    background: #7B542F;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    display: inline-block;
}

.aci-footer-left a {
   
    font-size: 15px !important;
    border: 1px solid black !important;
    border-radius: 7px !important;
    padding: 6px !important;
    background-color: beige !important;
    font-weight: 500 !important;
}


/* Process.................... */


/* Section Background */
.process-flow {
    padding: 20px 0px;
    background: #fab625;
    text-align: center;
    font-family: 'Jost', sans-serif;
}

/* Container */
.process-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/* Each Step */
.process-step {
    background: #ffffff;
    padding: 25px;
    width: 240px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: .3s;
}

.process-step:hover {
    transform: translateY(-5px);
}

/* Icon */
.process-icon {
    width: 70px;
    height: 70px;
    background: #7B542F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    font-size: 28px;
}



/* Description */
.process-step p {
    color: #444;
    font-size: 14px;
}

/* Arrow */
.arrow {
    font-size: 32px;
    font-weight: bold;
    color: #7B542F;
}

.newp{
    line-height: 20px !important;
    margin-top: 10px !important;
}

/* Responsive */
@media(max-width: 768px) {
    .process-container {
        flex-direction: column;
        gap: 20px;
    }
    .arrow {
        transform: rotate(90deg);
    }
}

.newh3{
    font-size: 40px; 
    font-weight:600;
    color: black;
}

/* Expertdigital marketing section1............ */

/* MAIN WRAPPER */
.aci-modern-header {
    font-family: 'Jost', sans-serif;
    background: #ffffff;
}

/* GLASS CARD */
.aci-modern-box {
    display: flex;
    gap: 50px;
    align-items: center;
    
    padding: 15px;
    border-radius: 15px;
}

/* IMAGE */
.aci-modern-left {
    flex: 1;
    text-align: center;
}
.aci-modern-img {
    width: 100%;
    
}

/* RIGHT TEXT */
.aci-modern-right {
    flex: 1.2;
}

/* BADGE */
.aci-modern-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #7B542F;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 12px;
}

/* TITLE */
.aci-modern-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #222;
}
.aci-modern-title span {
    color: #7B542F;
        font-size: 30px;
    font-weight: 500;
}

/* DURATION */
.aci-modern-duration {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.aci-modern-extra {
    margin: 12px 0 20px;
}

.aci-modern-extra p {
    margin: 6px 0;
    font-size: 16px;
    color: #000;
}

.aci-modern-extra i {
    color: #7b542f;
    margin-right: 6px;
}

.aci-modern-extra .stipend {
    font-size: 14px;
    color: #000;
}

.aci-modern-duration i {
    color: #7B542F;
}

/* DESCRIPTION */
.aci-modern-desc {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: black;
}
.newdesc{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: black;
    width: 60%;
}

/* FEATURES */
.aci-modern-features {
    padding: 0;
    list-style: none;
    margin: 0 0 20px 0;
}
.aci-modern-features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: black;
}
.aci-modern-features i {
    color: #7B542F;
}

/* STARS */
.aci-modern-stars {
    font-size: 16px;
    color: #ffb600;
    margin-bottom: 20px;
}
.aci-modern-stars span {
    color: #333;
    margin-left: 5px;
}

/* CALL BUTTON */
.aci-modern-btn {
    background: #ffffff;
    color: #100002;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}
.aci-modern-btn:hover {
    transform: translateY(-3px);
    background: #6a4727;
    color: whitesmoke;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .aci-modern-box {
        flex-direction: column;
        text-align: start;
    }
    .aci-modern-left img {
        width: 70%;
    }
    .aci-modern-right {
        text-align: start;
    }
    .newdesc{
    
    width: 100%;
}
}


/* for fundamental section1 design........................  */

/* Main Section */
.aci-modern2-header {
    font-family: 'Jost', sans-serif;
    background: white;
}

/* Modern Box */
.aci-modern2-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    
    padding: 30px 20px;
    border-radius: 20px;
    
    
}

/* Left Content */
.aci-modern2-left {
    flex: 1.1;
}

/* Badge */
.aci-modern2-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #7B542F;
    color: white;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Title */
.aci-modern2-title {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
    color: black;
}
.aci-modern2-title span {
    color: #7B542F;
    font-size: 35px;
    
}

/* Subheading */
.aci-modern2-sub {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

/* Description */
.aci-modern2-desc {
    font-size: 16px;
    line-height: 1.6;
    color: black;
    margin-bottom: 12px;
}

.aci-modern2-features {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
}

.aci-modern2-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    margin-bottom: 8px;
    color: black;
}

.aci-modern2-features i {
    color: #7B542F;
    font-size: 16px;
}


/* Enroll Button */
.aci-modern2-btn {
    background: #7B542F;
    color: #fff;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}
.aci-modern2-btn:hover {
    color: whitesmoke;
    transform: translateY(-3px);
}

/* Right Image */
.aci-modern2-right {
    flex: 1;
    text-align: right;
}
.aci-modern2-img {
    width: 100%;
    
}

/* Responsive */
@media(max-width: 992px) {
    .aci-modern2-box {
        flex-direction: column-reverse;
        text-align: start;
    }
    .aci-modern2-right {
        text-align: start;
    }
    .aci-modern2-img {
        width: 70%;
    }
    .aci-modern2-btn {
        width: 100%;
        text-align: start;
    }
}


.newtittlee{
    text-align: start !important;
}

.heading-container .newtittlee::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background: none !important;
    bottom: -10px;
    left: 14%;
    transform: translateX(-50%);
}

/* advances.......................................... */

/* SECTION BACKGROUND */
.seo-learn-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: whitesmoke;
}

/* CARD */
.seo-learn-card {
    background: #ffffff;
    border-radius: 38px 38px 25px 25px;
    padding: 28px 22px;
    border: 1px solid #f1dcdc;
    box-shadow: 0 6px 22px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.seo-learn-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* ICON */
.seo-learn-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #ffe1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.seo-learn-icon i {
    font-size: 42px;
    color: #005a82;
}

/* HEADING */
.seo-learn-course {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 10px;
}
.seo-learn-heading {
    font-size: 22px;
    font-weight: 600;
    color: #0f1a28;
}
.seo-learn-divider {
    margin: 10px auto 15px;
    border: 0;
    border-top: 1px solid #ddd;
}

/* LIST */
.seo-learn-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
}
.seo-learn-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 7px;
    font-size: 14px;
    color: black;
}
.seo-learn-list li::before {
    content: "•";
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 18px;
    color: #1a8f3e;
}

/* HIDDEN ITEMS */
.hidden-points {
    display: none;
}
.hidden-points.open {
    display: block;
}

/* BUTTON */
.seo-learn-btn-row {
    text-align: center;
    margin-top: 18px;
}
.seo-learn-btn {
    background: #d18621;
    color: #fff;
    border: none;
    padding: 9px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.seo-learn-btn:hover {
    background: #b9721c;
}

/* Remove black border completely */
.seo-learn-btn,
.seo-learn-btn:focus,
.seo-learn-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


/* RESPONSIVE */
@media(max-width:767px){
    .seo-learn-card {
        margin-bottom: 22px;
    }
}


/* Seo Course.......................................... */

.newSeo{
    font-size: 15px !important;
    padding-left: 22px;
}
.boldd{
    font-weight: 300 !important;
}

.newbold{
    font-weight: 800 !important;
}

/* Section */

.why-aci-section {
    padding: 40px 0;
    background: #fff;
}

.why-aci-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1b1b1b;
}

/* Card */
.why-aci-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #f1dcdc;
    transition: all 0.3s ease;
    height: 100%;
}

.why-aci-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Icon */
.why-aci-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #7b542f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.why-aci-icon i {
    font-size: 28px;
    color: #ffffff;
}

/* Title */
.why-aci-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3 !important;
}

/* Description */
.why-aci-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}




/* Digital Markweting Expert...................... */

/* Section */
.aciWhySection {
    padding: 60px 0;
    background: #f7f8f9;
}

.aciWhyTitle {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 45px;
    color: black;
}

/* GRID SYSTEM - NEW */
.aciWhyGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Tablet */
@media (max-width: 991px) {
    .aciWhyGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .aciWhyGrid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Card Styles */
.aciWhyCard {
    background: #ffffff;
    border-radius: 22px;
    padding: 32px 25px;
    text-align: center;
    border: 1px solid #f2caca;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.aciWhyCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

/* Icon */
.aciWhyIcon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #7b542f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.aciWhyIcon i {
    font-size: 28px;
    color: #ffffff;
}

/* Heading */
.aciWhyHeading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
    line-height: 1.2;
}
/* Paragraph */
.aciWhyText {
    font-size: 15px;
    color: black;
    margin: 0;
    line-height: 1.5;
}



/* Course  Structure .................................... */

/* Background */
.aciStructure-section {
    background: #f5f5f5; /* whitesmoke */
    padding: 40px 0 10px 0;
}

/* Title */
.aciStructure-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0px !important;
    color: #1c1c1c;
}

/* Step Box */
.aciStructure-stepBox {
   
    padding: 5px;
    border-radius: 18px;
    margin-bottom: 40px;
}

/* Step Heading */
.aciStructure-stepHeading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #864609;
}

/* Grid Layout */
.aciStructure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

@media (max-width: 991px) {
    .aciStructure-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .aciStructure-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .aciStructure-stepHeading {
        font-size: 20px;
        line-height: 1.3;
    }

    .aciStep-text {
        display: block; /* pushes text to next line */
        margin-top: 3px;
    }
}

.aciStructure-gridee {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

@media (max-width: 991px) {
    .aciStructure-gridee {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .aciStructure-gridee {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .aciStructure-stepHeading {
        font-size: 20px;
        line-height: 1.3;
    }

    .aciStep-text {
        display: block; /* pushes text to next line */
        margin-top: 3px;
    }
}



/* Cards */
.aciStructure-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 12px;
    border: 1px solid #dc3545;
    box-shadow: 0 6px 18px 20px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease;
}

.aciStructure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.11);
}

/* Card Title */
.aciStructure-cardTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

/* List Items */
.aciStructure-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.aciStructure-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
}

.aciStructure-list li::before {
    content: "•";
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 20px;
    color: #007d9c;
}

/* Step 2 descriptions */
.aciStructure-desc,
.aciStructure-certificate {
    font-size: 16px;
    margin-top: 15px;
    color: #333;
}



/* Salary Range........................ */

.aci-salary-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 0px 20px 18px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

}

.aci-salary-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    display: flex;
    align-items: center;
}

.aci-salary-title i {
    color: #ff9800;
    margin-right: 8px;
}

/* Desktop View */
.aci-salary-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
}

.aci-salary-item:last-child {
    border-bottom: none;
}

/* Mobile View Fix */
@media (max-width: 576px) {
    .aci-salary-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }

    .aci-salary-amount {
        margin-top: 4px;
        display: block;
        font-size: 15px;
    }

    .aci-salary-label {
        font-size: 15px;
    }

    .aci-salary-item {
        text-align: left;
    }
}


.aci-salary-label {
    font-weight: 600;
    color: #000;
}

.aci-salary-amount {
    font-weight: 600;
    color: #7b542f;
}


/* Slider section Index.......................... */
/* ============================
   SLIDER BASE STYLE
============================ */
.custom-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.custom-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.custom-slider .slide.active {
    opacity: 1;
}

/* DARK OVERLAY */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 1;
}

/* CONTENT */
.slide-content {
    position: absolute;
    bottom: 140px;
    width: 40%;
    text-align: start;
    margin-left: 100px;
    color: #fff;
    z-index: 2;
}

.slide-content .newwh {
    font-size: 80px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.6);
}

.slide-content p {
    font-size: 18px;
    font-weight: 200;
    color: white;
    text-shadow: 0 4px 10px rgba(0,0,0,0.6);
}

/* ARROWS */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.3);
    border: none;
    font-size: 20px;
    color: #fff;
    padding: 2px 7px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 3;
}

.slider-btn:hover {
    background: rgba(255,255,255,0.6);
}

.prevnew { left: 10px; }
.nextnew { right: 10px; }



/* ============================
   MOBILE RESPONSIVE DESIGN
============================ */
/* Desktop */
@media (min-width: 1200px) {
    .custom-slider {
        height: 600px;
    }

    .slide-content {
        width: 65%;
        bottom: 70px;
    }

    .slide-content .newwh {
        font-size: 100px;
        line-height: 100px;
        
    }

    
}

@media (min-width: 993px) and (max-width: 1199px) {
    .custom-slider {
        height: 500px;
    }

    .slide-content {
        width: 70%;
        margin-left: 50px;
        bottom: 40px;
    }

    .slide-content .newwh {
        font-size: 80px;
        line-height: 1;
    }

    .slide-content p {
        font-size: 20px;
    }
}




/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
    .custom-slider {
        height: 500px;
    }

    .slide-content {
        width: 70%;
        margin-left: 50px;
        bottom: 60px;
    }

    .slide-content .newwh {
        font-size: 60px;
        line-height: 1;
    }

    .slide-content p {
        font-size: 16px;
    }
}

/* Large Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .custom-slider {
        height: 500px;
    }

    .slide-content {
        width: 60%;
        bottom: 70px;
        margin-left: 50px;
    }

    .slide-content .newwh {
        font-size: 45px;
    }

    .slide-content p {
        font-size: 15px;
    }

    .slider-btn {
        font-size: 13px;
        padding: 3px 6px;
    }
}

/* Small Mobile (max-width: 576px) */
@media (max-width: 576px) {
    .custom-slider {
        height: 500px;
    }

    .slide-content {
        width: 90%;
        bottom: 70px;
        margin-left: 0;
        padding: 0 20px 0 40px;
        text-align: start;
    }

    .slide-content .newwh {
        font-size: 38px;
        line-height: 39px;
    }

    .slide-content p {
        font-size: 14px;
    }

    .btn_view_detail {
        font-size: 14px !important;
        padding: 8px 14px !important;
    }
    .slider-btn {
        font-size: 13px;
    }
    .slide-content {
        
        bottom: 60px;
        
    }
   

    .prevnew { left:10px; }
    .nextnew { right:10px; }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #call *, 
    #call *::before, 
    #call *::after {
        box-sizing: unset !important;
    }
}

.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
  }

 .imagee{
    width: 50px;
    height: 50px;
    margin-right: 8px;
 }

 .newfaqq{
    background-color: #FFD8D8;
 }


 /* footer................... */
/* ===== WRAPPER ===== */
.aci-career-bar-wrap {
    padding: 0;
    margin:0;
}
/* ===== FIXED GRID BAR ===== */
.aci-career-bar-fixed {
    display: grid;
    grid-template-columns: 1fr 260px 1fr; /* FIXED CENTER */
    align-items: center;
    padding: 28px 78px;
    background: #b8791e;   
    color: #fff;
}
/* LEFT */
.aci-career-left h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 6px;
    color: white;
}
.aci-career-left p {
    font-size: 14px;
    opacity: 0.9;
    color: white;
}
/* CENTER (PERFECT CENTER) */
.aci-career-center {
    text-align: center;
}
.aci-career-center span {
    display: block;
    margin: 10px 0 20px;
    font-size: 21px;
    font-weight: 500;
}
/* LOGO CIRCLE */
.aci-logo-circle {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.aci-logo-circle img {
    width: 51px;
    margin-right: 10px;
}
/* BUTTON */
.aci-btn-start {
    background: #fff;
    color: #000;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}
/* RIGHT */
.aci-career-right {
    text-align: right;
}
/* CALL PILL */
.aci-call-pill {
    background: #fff;
    color: #111;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    white-space: nowrap;
}
/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .aci-career-bar-fixed {
        grid-template-columns: 1fr ;
        gap: 35px;
        text-align: center;
        padding: 28px 50px;
    }

    .aci-career-right {
        text-align: center;
    }
}
/* images display development.................... */
.dm-tools-section {
  background: #eef6ff;
  padding: 60px 15px;
  text-align: center;
}
.dm-title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #000;
}
.dm-description {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.tool-box {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 6px 6px 0 0 rgb(0 0 0 / .24);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
/* box-shadow: 6px 6px 0 0 rgb(0 0 0 / .24); */
.tool-box:hover {
  box-shadow: 6px 6px 0 0 rgb(0 0 0 / .24);
  transform: translateY(-6px);
}
.tool-box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
/* Tablet */
@media (max-width: 991px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobile */
@media (max-width: 575px) {
  .tools-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


.finalcolor, .newsec{
    background: #ffd8d8;
}


/* new course design................ */

/* Section */
.aci-modern-courses {
  padding: 10px 0;
  background: #FFD8D8;
}

/* Heading */
.aci-modern-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.aci-modern-heading h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 50px;
}

@media(max-width:768px){
    .aci-modern-heading h2{
        font-size: 30px;
    }
}

.aci-modern-heading p {
  font-size: 16px;
  color: #444;
}

/* Card */
.aci-modern-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.aci-modern-card:hover {
  
  box-shadow: 0 30px 65px rgba(0,0,0,0.25);
}

/* Image */
.aci-modern-image {
  position: relative;
}

.aci-modern-image img {
  width: 100%;
  object-fit: cover;
}

/* Tag */
.aci-modern-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #ff4d4d, #ff9f1c);
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 30px;
  font-weight: 600;
}

.aci-tag-blue {
  background: linear-gradient(135deg, #007bff, #00c6ff);
}

.aci-tag-green {
  background: linear-gradient(135deg, #28a745, #7bed9f);
}

/* Body */
.aci-modern-body {
  padding: 24px;
  text-align: center;
}

.aci-modern-body h4 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 14px;
}

/* Meta */
.aci-modern-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #444;
  margin-bottom: 16px;
}

.aci-modern-meta i {
  color: #ff4d4d;
  margin-right: 6px;
}

/* Progress */
.aci-modern-progress {
  height: 6px;
  background: #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.aci-modern-progress span {
  display: block;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, #ff4d4d, #ff9f1c);
}

/* Actions */
.aci-modern-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acinew-modern-btn {
  background: #7B542F;
  color: #fff;
  padding: 10px;
  border-radius: 30px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.acinew-modern-btn:hover {
  background: #7B542F;
  color: #fff;
  transform: translateY(-3px);
}

.aci-modern-link {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.aci-modern-link:hover {
  color: #ff4d4d;
}


.member{
    font-size: 16px;
}
.sector-icon{
    border: 2px solid gray;
    max-width: fit-content;
    margin: auto;
    padding: 3px;
    border-radius: 50%;
    font-size: 17px;
}

.sector-icon i{
    color: #7b542f !important;
}



/* gallary.......................... */


/* Section */
.aci-book-gallery {
  padding: 70px 0;
}

/* Title */
.aci-gallery-title {
  font-size: 32px;
  font-weight: 700;
}

/* Stack Container */
.aci-book-stack {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 380px;
  margin: auto;
  cursor: pointer;
}

.aci-page {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(0,0,0,0.30);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

/* Static stacked positions */
.page-1 { z-index: 4; transform: translateX(0) rotate(0); }
.page-2 { z-index: 3; transform: translateX(15px) rotate(3deg); opacity: 0.9; }
.page-3 { z-index: 2; transform: translateX(30px) rotate(6deg); opacity: 0.8; }
.page-4 { z-index: 1; transform: translateX(45px) rotate(9deg); opacity: 0.7; }


/* OPEN STATE – FULL SPREAD */
.aci-book-stack.active .page-1 {
  transform: translateX(-90px) rotate(-7deg);
  z-index: 5;
}

.aci-book-stack.active .page-2 {
  transform: translateX(-25px) rotate(-2deg);
  z-index: 4;
  opacity: 1;
}

.aci-book-stack.active .page-3 {
  transform: translateX(45px) rotate(3deg);
  z-index: 3;
  opacity: 1;
}

.aci-book-stack.active .page-4 {
  transform: translateX(115px) rotate(7deg);
  z-index: 2;
  opacity: 1;
}



/* overlay card.................... */
.aci-modern-courses .row {
  margin-left: 0;
  margin-right: 0;
}

.aci-modern-courses .row > div {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}


.aci-image-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 420px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  transition: 0.4s ease;
}

.aci-image-card img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: 0.6s ease;
}

/* ===============================
   MOBILE & TABLET RESPONSIVE
   =============================== */

@media (max-width: 768px) {

  /* Section padding */
  .aci-book-gallery {
    padding: 40px 15px;
  }

  /* Title */
  .aci-gallery-title {
    font-size: 24px;
    text-align: center;
  }

  /* Stack container */
  .aci-book-stack {
    max-width: 280px;
    height: 300px;
  }

  .aci-page {
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
  }

  /* CLOSED STACK (MOBILE) */
  .page-1 { transform: translateX(0) rotate(0); }
  .page-2 { transform: translateX(10px) rotate(2deg); opacity: 0.9; }
  .page-3 { transform: translateX(20px) rotate(4deg); opacity: 0.8; }
  .page-4 { transform: translateX(30px) rotate(6deg); opacity: 0.7; }

  /* OPEN STACK (MOBILE) */
  .aci-book-stack.active .page-1 {
    transform: translateX(-55px) rotate(-5deg);
  }

  .aci-book-stack.active .page-2 {
    transform: translateX(-15px) rotate(-1deg);
    opacity: 1;
  }

  .aci-book-stack.active .page-3 {
    transform: translateX(25px) rotate(2deg);
    opacity: 1;
  }

  .aci-book-stack.active .page-4 {
    transform: translateX(65px) rotate(5deg);
    opacity: 1;
  }
}

/* ===============================
   EXTRA SMALL DEVICES
   =============================== */
@media (max-width: 480px) {

  .aci-book-stack {
    max-width: 240px;
    height: 260px;
  }

  .aci-gallery-title {
    font-size: 22px;
  }
}

/* Overlay */
.aci-image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%; /* ~50% coverage */
  padding: 28px;
  

    background: linear-gradient(to top,
     #000 0%, #000000 15%, 
     rgb(0 0 0 / 99%) 30%, 
     rgb(0 0 0 / 94%) 45%, 
     rgb(0 0 0 / 80%) 60%, 
     rgb(0 0 0 / 61%) 75%, 
     rgb(0 0 0 / 3%) 100%);


  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.aci-image-overlay h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
  padding-bottom: 5px;
}

.aci-image-overlay p {
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.9;
  margin-bottom: 16px;
  color: white;
}

/* Button */
.aci-read-btn {
  align-self: flex-start;
  padding: 10px 22px;
  border-radius: 30px;
  background: #7b542f;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.aci-read-btn:hover {
  background: #fab124;
  color: #000;
}

/* Hover Effects */
.aci-image-card:hover img {
  transform: scale(1.08);
}

.aci-image-card:hover {
  transform: translateY(-6px);
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .aci-image-card {
    height: 360px;
  }

  .aci-image-overlay h3 {
    font-size: 20px;
  }

  .aci-image-overlay p {
    font-size: 14px;
  }
}


/* seo section area  50% ....................... */

/* SECTION */
.seo-responsibility-section{
  padding:10px 0 5px 0px;
  background:#ffffff;
}

/* IMAGE */
.seo-resp-image{
  max-width:300px;
  width:100%;
}

/* CONTENT BOX */
.seo-resp-box{
  
  
  padding:0px 20px 0 20px;
  border-radius:10px;
  
}

/* TITLE */
.seo-resp-title{
  font-size:26px;
  font-weight:500;
  color:#0b2c4d;
  margin-bottom:20px;
  position:relative;
}

.seo-resp-title::after{
  content:"";
  width:60px;
  height:3px;
  background:#864609;
  display:block;
  margin-top:10px;
  border-radius:2px;
}

/* LIST */
.seo-resp-list{
  list-style:none;
  padding:0;
  margin:0;
}

.seo-resp-list li{
  position:relative;
  padding-left:16px;
  margin-bottom:14px;
  font-size:16px;
  line-height:1.3;
  color:#333;
}

/* CHECK ICON */
.seo-resp-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:2px;
  color:#23a16f;
  font-weight:700;
  font-size:16px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .seo-resp-title{
    font-size:22px;
    text-align:center;
  }
  .seo-resp-title::after{
    margin-left:auto;
    margin-right:auto;
  }
  .seo-resp-box{
    padding:22px;
  }
  .newroww{
    flex-direction: column-reverse;
  }
}
