body {overflow-x: hidden;}
.w-40 {width: 40% !important}
.w-60 {width: 60% !important}
.h-575px {height: 575px !important}
.h-500px {height: 500px !important}
.h-450px {height: 450px !important}
.h-430px {height: 430px !important}
.h-300px {height: 300px !important}
.h-250px {height: 250px !important}
.h-290px { height: 290px !important}
.h-200px {height: 200px !important}
.h-185px {height: 185px !important}
.h-135px {height: 135px !important}
.flex-1 {flex: 1 !important}
.flex-auto {flex: auto !important}
.z-index-1 {z-index: 1}
.text-sm {font-size: 12px !important}
.text-md {font-size: 14px !important}
.text-lg {font-size: 16px !important}
.text-xl {font-size: 20px !important}
.text-xxl {font-size: 24px !important}
.text-el {display: -webkit-box !important;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;}
.text-9-line {-webkit-line-clamp: 9}
.text-8-line {-webkit-line-clamp: 8}
.text-7-line {-webkit-line-clamp: 7}
.text-6-line {-webkit-line-clamp: 6}
.text-5-line {-webkit-line-clamp: 5}
.text-4-line {-webkit-line-clamp: 4}
.text-3-line {-webkit-line-clamp: 3}
.text-2-line {-webkit-line-clamp: 2}
.text-transform-none{text-transform: none !important;}
.text-40ff10{color: #40ff10;}
.text-399247{color: #399247 !important;}
.text-006F45{color: #006F45 !important;}
.bg-fourthary {background-color: var(--fourthary)}
.bg-bfedd9 {background-color: #BFEDD9 !important;}
.bg-f1f2f2 {background-color: #F1F2F2 !important;}
.bg-e6e7e8 {background-color: #E6E7E8;}
.bg-f3f7fb {background: #F3F7FB;}
.bg-76ca85 {background: #76ca85;}
.bg-79a7e8 {background: #79A7E8 !important;}
.bg-white-70{background-color: rgba(255, 255, 255, 0.7) !important;}
.bg-e8f1f6{background: #E8F1F6}
.pricingtable-wrapper.style-1 .pricingtable-features li::after{content: none;}
.disable-hover{color: #000 !important;}
.text-a7a9ac {color: #A7A9AC !important;}
.bg-399247 {background-color: var(--primary-text) !important;}
.text-initial {text-transform: initial !important;}
.object-fit-cover {object-fit: cover !important;}
.object-fit-fill {object-fit: fill !important;}
.object-fit-contain {object-fit: contain !important;}
.ratio-5x3 {aspect-ratio: 5 / 3 !important;}
.ratio-5x4 {aspect-ratio: 5 / 4 !important;}
.ratio-4x3 {aspect-ratio: 4 / 3 !important;}
.ratio-3x2 {aspect-ratio: 3 / 2 !important;}
.ratio-3x4 {aspect-ratio: 3 / 4 !important;}
.ratio-3x5 {aspect-ratio: 3 / 5 !important;}
.ratio-8x5 {aspect-ratio: 8 / 5 !important;}
.ratio-16x9 {aspect-ratio: 16 / 9 !important;}
.ratio-16x5 {aspect-ratio: 16 / 5 !important;}
.ratio-6x1 {aspect-ratio: 6 / 1 !important;}
.bottom-right {top: auto !important;left: auto !important;bottom: 0 !important;right: 0 !important;}
img.grow {transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);width: 100%;object-fit: cover;}
img.grow:hover,.overlay-container:hover img.grow {transform: scale(1.1);-ms-transform: scale(1.1);-webkit-transform: scale(1.1);}
hr.border-line {background-color: currentcolor;}
.sticky-top-0 {position: sticky;top: 0px;}
.sticky-top {top: 130px;}
hr {background-color:transparent; opacity: 1; border: none; border-top: 1px solid rgba(0, 0, 0, .1);}
.object-non-visible {opacity: 0;filter: alpha(opacity=0);}
.object-visible,
.object-non-visible.object-visible {opacity: 1;filter: alpha(opacity=100);}
.overflow-y-auto{overflow-y: auto !important; }
.overflow-y-auto::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 8px;background-color: #F5F5F5;}
.overflow-y-auto::-webkit-scrollbar{width: 5px;background-color: #F5F5F5;}
.overflow-y-auto::-webkit-scrollbar-thumb{border-radius: 8px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #555;}
.border-w5px {border: 5px solid #fff;}
.border-w10px {border: 10px solid #fff;}
.border-e1px {border: 1px solid #eee;}
h6 {font-size: 14px;}
.input-group > .form-control::placeholder{opacity: 0.5;}
a.hover-1 {position: relative;text-decoration: none;}
a.hover-1::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
a.hover-1:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.container-fluid .container-fluid {padding-left: 0 !important;padding-right: 0 !important;}
.container-fluid .container {padding-left: 0 !important;padding-right: 0 !important;}
.container-xxl .container-fluid {padding-left: 0 !important;padding-right: 0 !important;}
.container-xxl .container {padding-left: 0 !important;padding-right: 0 !important;}
.container-xl .container-fluid {padding-left: 0 !important;padding-right: 0 !important;}
.container-xl .container {padding-left: 0 !important;padding-right: 0 !important;}
.container-md .container-fluid {padding-left: 0 !important;padding-right: 0 !important;}
.container-md .container {padding-left: 0 !important;padding-right: 0 !important;}
.container .container-fluid {padding-left: 0 !important;padding-right: 0 !important;}
.container .container {padding-left: 0 !important;padding-right: 0 !important;}
@media (min-width: 576px) {
    .ratio-md-16x9 {aspect-ratio: 16 / 9 !important;}
    .h-md-500px {height: 500px !important}
    .h-md-150px {height: 150px !important;}
    .h-md-120px {height: 120px !important;}
    .ratio-md-16x5 {aspect-ratio: 16 / 5 !important;}
    .ratio-md-4x3 {aspect-ratio: 4 / 3 !important;}
    .ratio-md-3x4 {aspect-ratio: 3 / 4 !important;}
    .font-md-16 {font-size: 16px !important;}
    .font-md-20 {font-size: 20px !important;}
    .text-md-2-line {-webkit-line-clamp: 2}
}
@media (max-width: 767px) {
    .h-sx-300px {height: 300px !important;}
    .h-md-150px {height: 150px !important;}
    .h-sx-
    h2 {font-size: 1.5rem;}
}
/* ================ GRID =============== */
.container-empty>.row,.container-empty>.row>.col-md-12 {margin-left: 0; margin-right: 0;padding-left: 0;padding-right: 0;}

.grid-space-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.grid-space-20>.col-auto,
.grid-space-20>.col-lg-12,
.grid-space-20>.col-lg-9,
.grid-space-20>.col-lg-8,
.grid-space-20>.col-lg-7,
.grid-space-20>.col-lg-6,
.grid-space-20>.col-lg-5,
.grid-space-20>.col-lg-4,
.grid-space-20>.col-lg-3,
.grid-space-20>.col-md-12,
.grid-space-20>.col-md-9,
.grid-space-20>.col-md-8,
.grid-space-20>.col-md-7,
.grid-space-20>.col-md-6,
.grid-space-20>.col-md-5,
.grid-space-20>.col-md-4,
.grid-space-20>.col-md-3,
.grid-space-20>.col-sm-12,
.grid-space-20>.col-sm-9,
.grid-space-20>.col-sm-8,
.grid-space-20>.col-sm-7,
.grid-space-20>.col-sm-6,
.grid-space-20>.col-sm-5,
.grid-space-20>.col-sm-4,
.grid-space-20>.col-sm-3,
.grid-space-20>.col-12,
.grid-space-20>.col-8,
.grid-space-20>.col-6,
.grid-space-20>.col-4,
.grid-space-20>.col-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.grid-space-16 {
    margin-right: -8.5px;
    margin-left: -8.5px;
}
.grid-space-16>.col-auto,
.grid-space-16>.col-lg-12,
.grid-space-16>.col-lg-7,
.grid-space-16>.col-lg-6,
.grid-space-16>.col-lg-5,
.grid-space-16>.col-lg-4,
.grid-space-16>.col-lg-3,
.grid-space-16>.col-md-12,
.grid-space-16>.col-md-8,
.grid-space-16>.col-md-7,
.grid-space-16>.col-md-6,
.grid-space-16>.col-md-5,
.grid-space-16>.col-md-4,
.grid-space-16>.col-md-3,
.grid-space-16>.col-sm-12,
.grid-space-16>.col-sm-6,
.grid-space-16>.col-sm-4,
.grid-space-16>.col-sm-3,
.grid-space-16>.col-12,
.grid-space-16>.col-8,
.grid-space-16>.col-6,
.grid-space-16>.col-4,
.grid-space-16>.col-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.grid-space-10 {
    margin-right: -6px;
    margin-left: -6px;
}
.grid-space-10>.col-auto,
.grid-space-10>.col-lg-12,
.grid-space-10>.col-lg-8,
.grid-space-10>.col-lg-7,
.grid-space-10>.col-lg-6,
.grid-space-10>.col-lg-5,
.grid-space-10>.col-lg-4,
.grid-space-10>.col-lg-3,
.grid-space-10>.col-md-12,
.grid-space-10>.col-md-8,
.grid-space-10>.col-md-6,
.grid-space-10>.col-md-4,
.grid-space-10>.col-md-3,
.grid-space-10>.col-sm-12,
.grid-space-10>.col-sm-6,
.grid-space-10>.col-sm-4,
.grid-space-10>.col-sm-3,
.grid-space-10>.col-12,
.grid-space-10>.col-8,
.grid-space-10>.col-7,
.grid-space-10>.col-6,
.grid-space-10>.col-5,
.grid-space-10>.col-4,
.grid-space-10>.col-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.grid-space-5 {
    margin-right: -3px;
    margin-left: -3px;
}
.grid-space-5>.col-auto,
.grid-space-5>.col-lg-12,
.grid-space-5>.col-lg-8,
.grid-space-5>.col-lg-7,
.grid-space-5>.col-lg-6,
.grid-space-5>.col-lg-5,
.grid-space-5>.col-lg-4,
.grid-space-5>.col-lg-3,
.grid-space-5>.col-md-12,
.grid-space-5>.col-md-8,
.grid-space-5>.col-md-6,
.grid-space-5>.col-md-4,
.grid-space-5>.col-md-3,
.grid-space-5>.col-sm-12,
.grid-space-5>.col-sm-6,
.grid-space-5>.col-sm-4,
.grid-space-5>.col-sm-3,
.grid-space-5>.col-12,
.grid-space-5>.col-8,
.grid-space-5>.col-6,
.grid-space-5>.col-4,
.grid-space-5>.col-3 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.grid-space-0 {
    margin-right: 0;
    margin-left: 0;
}
.grid-space-0>.col-auto,
.grid-space-0>.col-lg-12,
.grid-space-0>.col-lg-8,
.grid-space-0>.col-lg-7,
.grid-space-0>.col-lg-6,
.grid-space-0>.col-lg-5,
.grid-space-0>.col-lg-4,
.grid-space-0>.col-lg-3,
.grid-space-0>.col-md-12,
.grid-space-0>.col-md-8,
.grid-space-0>.col-md-6,
.grid-space-0>.col-md-4,
.grid-space-0>.col-md-3,
.grid-space-0>.col-sm-12,
.grid-space-0>.col-sm-6,
.grid-space-0>.col-sm-4,
.grid-space-0>.col-sm-3,
.grid-space-0>.col-12,
.grid-space-0>.col-8,
.grid-space-0>.col-6,
.grid-space-0>.col-4,
.grid-space-0>.col-3 {
    padding-left: 0;
    padding-right: 0;
}

.section-head .sub-title {
    color: var(--secondary);
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
}

.gradient-sec .section-head .sub-title,
.gradient-sec .section-head .title {
    color: #fff;
}

.dz-separator.style-2:after {
    height: 0px;
}
/* =================== TABLE & DATATABLE ================ */
.table,
.table p {
    margin-bottom: 0;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #00000080;
}

.dataTables_wrapper .form-select {
    width: auto !important;
    border: var(--bs-dark) solid 1px;
}

.dataTables_wrapper .bottom,
.dataTables_wrapper .top {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}

.dataTables_wrapper .bottom {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate {
    align-items: center;
    padding-top: 0 !important;
    white-space: nowrap;
}

.dataTables_paginate .pagination li .page-numbers,
.dataTables_paginate .pagination li .page-link {
    height: 36px;
    min-width: 36px;
    line-height: 36px;
    border-radius: 36px;
}

.dataTables_paginate .page-item.disabled .page-link {
    background-color: rgb(235, 235, 235);
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-footer tbody td {
    padding: 7.5px 0;
    color: #000;
    font-weight: 500;
}

.table-footer tbody tr td:first-of-type {
    padding-right: 50px;
}

/* ===================== BTN =================== */
a:disabled,
button:disabled,
a.disabled,
button.disabled {
    cursor: not-allowed !important;
    pointer-events: initial !important;
}

.btn-icon {
    display: inline-flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-icon i {
    color: #fff;
}

.btn.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.wp-block-button__link,
.btn-sm.wp-block-button__link {
    padding: 6px 12px;
    font-size: 14px;
}

/* ====================== FORM ========================= */
.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    border-color: #acbeec;
    color: #777777;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
}

.has-feedback .form-control {
    padding-right: 30px;
}

.has-feedback {
    position: relative
}

.has-feedback .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    top: 0;
    right: 0;
    color: #777777;
    position: absolute;
    text-align: center;
    margin-top: 0;
}

.has-feedback label~.form-control-feedback {
    top: 27px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 41px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    border: 1px solid #acbeec;
    border-radius: 0.25rem !important;
    box-shadow: none;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 39px;
    line-height: 1.7;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
    padding-right: 12px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #acbeec;
}

.is-invalid.select2-container--default .select2-selection--single,
.has-error .custom-file-label {
    border-color: #dc3545;
}

.has-error .invalid-feedback {
    display: block;
}

.list-unstyled {
    margin-bottom: 0;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.select2-container--default .select2-selection--single {
    border-color: #acbeec;
}

.select2-container--default.select2-container--open .select2-selection--single {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-top-color: rgb(128, 189, 255);
    border-right-color: rgb(128, 189, 255);
    border-bottom-color: rgb(128, 189, 255);
    border-left-color: rgb(128, 189, 255);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
}

.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #80bdff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

table .select2-container {
    width: 100% !important;
}

/* ============= form-style-3 =============== */
.dz-form.style-3 .fal{
    min-width: 45px;
}

/* =================== 
CUSTOMS 
=================== */
/* ============= EDITOR =============== */
.dz-content ul {
    padding-left: 2.5rem;
}

.dz-content ul li {
    list-style: inherit;
}

.dz-content img {
    max-width: 600px;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {
    .dz-content img {
        max-width: 100vw;
        object-fit: contain;
    }
}

/* ============= BLOG ============ */
/* Banner blog */
.dz-bnr-inr h1,
.dz-bnr-inr .h1 {
    line-height: 1.2;
    color: #000;
    text-transform: initial;
}
.dz-bnr-inr.dz-bnr-inr-sm,
.dz-bnr-inr.dz-bnr-inr-sm .dz-bnr-inr-entry {
    height: 100px;
}
.dz-bnr-inr:after {
    background-image: url("/assets/img/bannercc.jpg");
    background-size: cover;
}

/* =================== HEADER =================== */
.header-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100px;
}

.header-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, #6bc23e5c, rgb(122 132 106 / 18%), #6bc23e5c); */
    /* background: linear-gradient(to right, #00ffff9e, transparent, #00ffff9e); */
    background-size: cover;
    z-index: 1;
}

.header-top-logo img {
    height: 80px;
}

.site-header .main-bar {
    position: fixed;
    width: 100%;
    top: 100px;
    background-color: var(--primary);
}

.header-nav,
.header-nav {
    min-height: 45px;
}

.header-nav .nav>li:not(:last-of-type) {
    flex: auto;
}

.header-nav .nav>li>a {
    color: #fff;
    padding: 5px 15px;
    text-transform: initial;
    font-weight: 400;
    line-height: 1.25;
    border-radius: calc(var(--border-radius-base)*2);
    overflow: hidden;
}

.header-nav .nav .btn::after{
    left: -55%;
}

.header-nav .nav .btn:hover::after{
    left: 130%;
}

.header-nav .nav > li.active > a {
    color: #fff;
}

.header-nav .nav>li:hover>a{
    color: black;
    background: white;
}

.header-nav .nav > li:hover > a span,.header-nav .nav .btn:hover i{
    animation: none;
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
    margin-top: 9px;
}

.header-nav .nav > li .mega-menu li > .sub-menu,
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 270px;
}

.header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu,
.header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu{
    top: 0px;
}

.header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu, .header-nav .nav > li:hover .mega-menu, .header-nav .nav > li:hover .sub-menu{
    transition: all 0.4s ease 0s;
}

.header-nav .btn-home {
    border: none;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
}

.header-nav .btn-home i {
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 40px;
    text-align: center;
    transition: all 0.8s ease 0s;
}

.header-nav .btn-home.active i {
    background-color: var(--primary);
}

.header-nav .btn-home::after {
    content: none;
}

.mobile-nav {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    min-height: 45px;
    align-items: center;
}

.mobile-nav li:not(:first-of-type) {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile-nav li .btn:not(.btn-home) {
    line-height: 1.5;
    padding: 2.5px 20px !important;
}

.mobile-nav a {
    color: #fff;
}

.mobile-nav .btn-home {
    border: none;
    height: 35px;
    width: 35px;
    min-width: 35px;
    line-height: 35px;
}

.mobile-nav .btn-home i {
    height: 35px;
    width: 35px;
    min-width: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 35px;
    text-align: center;
    transition: all 0.8s ease 0s;
}

.mobile-nav>li.active>a:not(.btn-home) {
    padding: 5px 20px !important;
}

.mobile-nav>li.active>a {
    background-color: var(--secondary);
    border-radius: 50rem;
}

.site-header.style-1 .main-bar-wraper {
    margin-top: 0px;
}

.header-nav .nav {
    justify-content: flex-end;
}

.header-nav .nav>li>a {
    /* padding: 30px 15px; */
    font-size: 1.05rem;
    text-transform: initial;
    font-weight: 400;
}

.header-nav .nav>li {
    padding: 5px 0;
}

/* .header-nav .nav > li:not(:last-of-type)>a {
    border-right: 1px solid #000;
} */

.logo-header {
    width: auto;
}

.logo-header img {
    max-width: 100%;
    height: 85px;
}

.site-header.style-1 .is-fixed .main-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* .site-header.style-1 .main-bar .container {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
} */

.site-header.style-1 {
    position: relative;
}

.site-header.style-1 .main-bar .container {
    box-shadow: none;
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
    text-transform: none;
    font-weight: 300;
}

.site-header.style-1 .main-bar{
    background-color: #34AC4A;
    color: white;
}

.site-header.style-1 .main-bar .btn-primary{
    background-color: #34AC4A;
    border-color: #34AC4A;
}

.site-header.style-1 .main-bar .btn-primary:hover{
    border-color: var(--primary);
    background-color: var(--primary);
}

.site-header.style-1 .is-fixed .main-bar{
    background-color: #34AC4A;
    box-shadow: 0px 2px 4px 2px rgba(57, 76, 96, 0.3);
}

.header-nav .nav > li .mega-menu li:hover > a, .header-nav .nav > li .sub-menu li:hover > a{
    color: #000;
    background-color: #fff;
}

.header-nav .nav > li .mega-menu li a::after, .header-nav .nav > li .sub-menu li a::after{
    background: #34AC4A;
}

.sticky-header{
    height: 150px;
}

.sticky-header.is-fixed{
    height: 125px;
}

.header-top{
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .header-top{
    height: 80px !important;
    transition: all 0.5s ease 0s;
}

.header-top h2{
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .header-top h2{
    font-size: 1.5rem !important;
    transition: all 0.5s ease 0s;
}

.header-top h5{
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .header-top h5{
    font-size: 18px !important;
    transition: all 0.5s ease 0s;
}

.header-text{
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    padding: 1rem 0;
}

.is-fixed .header-text{
    transition: all 0.5s ease 0s;
    padding: 0.3rem 0;
}

.is-fixed .main-bar{
    animation: none;
    top: 75px !important;
}

.header-top .banner-top h4, .header-top .banner-top h5{
    margin: 0px;
}

.banner-top{
    z-index: 3;
}

@media (min-width: 991px){
    .header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a{
        color: #fff;
        background-color: #34AC4A;
        padding: 8px 15px;
        font-size: 14px;
    }

    .header-nav .nav > li .mega-menu li:hover > a, .header-nav .nav > li .sub-menu li:hover > a{
        padding: 8px 15px 8px 30px;
    }

    .header-nav .nav > li .mega-menu li a:after, .header-nav .nav > li .sub-menu li a:after{
        left: 15px;
    }

    .header-nav .nav>li>a::after{
        content: "";
        background: rgb(255, 255, 255);
        transition: all 0.8s ease 0s;
        position: absolute;
        height: 120%;
        width: 15px;
        opacity: 0.2;
        left: -45%;
        top: -10%;
        transform: rotate(15deg);
    }

    .header-nav .nav>li:hover>a::after{
        left: 110%;
    }

    .header-nav .nav > li .mega-menu li, .header-nav .nav > li .sub-menu li{
        background: #34ac4ac7;
        border-bottom: 1px solid transparent;
    }
    
    .header-nav .nav > li .mega-menu li:first-child a, .header-nav .nav > li .sub-menu li:first-child a{
        border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
    }
    
    .header-nav .nav > li .mega-menu li:first-child, .header-nav .nav > li .sub-menu li:first-child{
        color: #fff;
        border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
    }
    
    .header-nav .nav > li .mega-menu li:last-child a, .header-nav .nav > li .sub-menu li:last-child a{
        border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
    }
    
    .header-nav .nav > li .mega-menu li:last-child, .header-nav .nav > li .sub-menu li:last-child{
        border-bottom: none;
        border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
    }

    .header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu{
        padding: 0px;
        box-shadow: 0px 2px 4px 2px rgba(57, 76, 96, 0.3);
    }

    .header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu{
        width: 270px;
        top: 39px;
        margin-top: 9px;
    }

    .search-bx .form-group input{
        width: 300px;
    }    
}

@media (max-width: 991px) {
    .header-top {
        background-repeat: no-repeat;
        background-size: cover;
        height: 90px;
    }

    .site-header .main-bar{
        top: 90px;
    }

    .banner-top .h1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .header-nav .nav>li>a {
        padding-left: 0;
        padding-right: 0;
    }

    .header-nav .nav>li>a:not(.btn) {
        color: #333 !important;
    }

    .mo-left .header-nav.show {
        left: auto;
        right: -1px;
        z-index: 1000;
    }

    .mo-left .header-nav .logo-header img {
        width: 100%;
    }

    .header-nav .nav > li.sub-menu-down > a::after{
        background-color: transparent;
        color: black;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
}

@media (max-width: 992px) {
    .banner-top .h1 {
        margin-bottom: 5px;
        font-size: calc(1.1rem + 1vw) !important;
    }

    .header-top-logo {
        margin-top: 15px;
    }

    .banner-swiper img {
        height: auto;
        object-fit: cover;
    }

    .logo-header {
        height: 60px;
        max-width: 210px;
        float: right;
    }

    .logo-header img {
        height: 40px;
        max-width: 210px;
    }

    .header-top .banner-top h2{
        font-size: 20px;
    }

    .dropdown-menu{
        display: block;
        border: none;
    }

    .is-fixed .header-top h2{
        font-size: 1.25rem !important;
        transition: all 0.5s ease 0s;
    }
    
}

/* ============ FOOTER ========== */
footer .footer-content {
    background-color: var(--primary);
    padding: 25px 0;
}

.footer-content .widget_getintuch ul li {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-content .widget_getintuch ul li i {
    position: initial;
    font-size: 24px;
}

.footer-content .dz-social-icon li a {
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
}

.footer-content .fas.fa-phone {
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
    text-align: center;
    background-color: #fff;
    color: var(--primary);
    transition: all 0.8s ease 0s;
}

.site-footer.style-1 .widget_services ul li a,
.site-footer.style-2 .widget_services ul li a,
.site-footer.style-3 .widget_services ul li a {
    text-transform: initial;
}

.widget_getintuch ul li {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.widget_getintuch ul li i {
    position: initial;
    min-width: 25px;
}

.widget_getintuch ul li i {
    font-size: 14px;
}

footer .widget_services .footer-title::after{
    width: 50px;
    height: 1px;
    background-color: var(--primary);
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
}

footer .footer-top {
    padding: 30px 0;
    border-top: 1px solid #eee;
}

footer .footer-top .title {
    font-size: 36px;
    color: var(--primary);
    font-weight: 700;
}

footer .footer-title {
    margin-bottom: 0px;
}

.secondary {
    background: var(--secondary);
}

.color-primary {
    color: var(--primary);
}

.widget_getintuch ul li {
    color: var(--black);
}

footer .footer-title {
    color: var(--black);
}

footer .widget_services ul li a {
    color: var(--black);
}

.dz-social-icon li a {
    color: var(--black);
    background-color: transparent;
}

.dz-social-icon li a:hover {
    color: var(--primary);
    background-color: transparent;
}

.widget_getintuch ul li i {
    color: var(--black);
}

.widget_getintuch ul li {
    padding: 0;
}

.widget_services ul li a {
    text-transform: none;
}

footer .footer-logo {
    width: 8%;
    margin-bottom: 0px;
    margin-right: 15px;
}

footer .widget{
    margin-bottom: 0;
}

footer .wp-block-latest-posts li:hover,
footer .wp-block-categories-list li:hover,
footer .wp-block-archives-list li:hover,
footer .widget_categories ul li:hover,
footer .widget_archive ul li:hover,
footer .widget_meta ul li:hover,
footer .widget_pages ul li:hover,
footer .widget_recent_comments ul li:hover,
footer .widget_nav_menu li:hover,
footer .widget_recent_entries ul li:hover,
footer .widget_services ul li:hover{
    left: 10px;
}

footer .widget_services ul.footer-contact li:hover{
    left: 0px;
}

footer .widget_services .dz-social-icon ul li:hover{
    background: #fff;
    left: 0px;
}

@media only screen and (max-width: 1300px) {
    .footer-content {
        font-size: 14px;
    }

    .footer-content .widget_getintuch ul li i {
        font-size: 22px;
    }

    .footer-content .box-footer>.col-auto:nth-child(3) {
        font-size: 14px;
    }

    .footer-content .box-footer>.col-auto:nth-child(3) .btn {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-content {
        font-size: 12px;
    }

    .footer-content .box-footer>.col-auto:nth-child(2) {
        font-size: 11px;
    }

    .footer-content .widget_getintuch ul li i {
        font-size: 20px;
    }

    .footer-content .box-footer>.col-auto:nth-child(3) {
        font-size: 12px;
    }

    .footer-content .box-footer>.col-auto:nth-child(3) .btn {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
    footer .footer-lg {
        height: auto;
    }

    .footer-content .box-footer>.col-auto:nth-child(2) {
        width: 50%;
    }

    .footer-content .box-footer>.col-auto:first-of-type {
        width: 50%;
    }

    .footer-content .box-footer>.col-auto:last-of-type {
        width: 100%;
    }

    .widget_getintuch ul li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-lg {
        height: auto;
    }

    .footer-content .box-footer>.col-auto:nth-child(2) {
        width: 100%;
    }

    .footer-content .box-footer>.col-auto:first-of-type {
        width: 100%;
    }

    footer .footer-bottom p {
        font-size: 70%;
    }

    .widget_getintuch ul li {
        margin-bottom: 5px;
    }

    .widget_services ul li{
        margin-bottom: 5px;
    }

    .widget_services ul li {
        padding: 0px;
    }

    footer .widget {
        margin-bottom: 0px;
    }

    footer .widget_services .footer-title::after{
        left: 50%;
        transform: translatex(-50%);
    }
}

@media (max-width: 400px) {
    .fs-1 {
        font-size: calc(1.275rem + 1.5vw) !important;
    }
}
/* =================== Scroltop =================== */
/* .scroltop{
    background: var(--white);
    box-shadow: none !important;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: calc(var(--border-radius-base)/3);
} */

/* ========================= */
.dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none;
}

.main-menu>li {
    padding: 5px 0;
}

.main-menu>li>a {
    border-radius: 0px;
    padding: 0 10px;
}

.main-menu>li:not(:last-of-type)>a {
    border-right: 1px solid #000;
}

.search-bx .form-group {
    margin-bottom: 0;
    position: relative;
}

.search-bx button{
    height: 40px;
    width: 40px;
}

.block-title {
    display: inline-block;
    border-bottom: 2px solid var(--orange);
    line-height: 1.4;
    margin-bottom: -2px;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    padding-bottom: 8px;
    text-transform: uppercase;
}

.block2-title {
    line-height: 1.4;
    font-size: 36px;
    font-weight: bold;
    color: var(--title);
    text-transform: uppercase;
    margin-bottom: 0;
}

.background-primary .block2-title,
.pattern-bg .block2-title {
    color: #fff;
}

img.grow, a.grow>img {
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    object-fit: cover;
}

img.grow:hover,
.overlay-container:hover img.grow,
a.grow:hover>img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

a.grow:hover .icon-bx-wraper.style-1{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.dz-share-post .post-tags a {
    margin-left: 18px;
    margin-right: 0;
}

/* ============== SEARCH BOX ============= */
.search_box {
    margin-top: -90px;
    z-index: 1;
}

.search_box .has-feedback .form-control-feedback {
    height: 45px;
    width: 45px;
    line-height: 45px !important;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    left: 5px;
}

.search_box input,
.search_box .btn {
    height: 45px;
    padding-left: 48px;
    text-transform: initial;
}

.search_box input {
    background-color: rgba(255, 255, 255, .4);
    border-color: transparent;
    width: 400px;
}

.search_box input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BCBEC0;
    opacity: 1;
    /* Firefox */
}

.search_box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BCBEC0;
}

.search_box input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BCBEC0;
}

.search_box .btn {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 576px) {
    .search_box {
        z-index: 1;
        margin-top: 30px;
    }

    .search_box input {
        width: 100%;
        background-color: #F1F2F2;
    }

    .search_box .fal.fa-search {
        color: #A7A9AC;
    }
}

.newsSlider3 .swiper-button-next:after,
.newsSlider3 .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bolder;
    /* color: #A7A9AC; */
}

@media (min-width: 992px) {
    .side-bar-croll {
        overflow-y: scroll;
        max-height: calc(100vh - 120px);
    }
}

/* ================== PORTLET ================ */
.nav-categories {
    position: relative;
    z-index: 3;
    list-style: none;
    padding: 0;
}

.widget_categories .cat-item.active {
    color: var(--primary);
}

@media (max-width: 575px) {
    .nav-categories {
        display: none;
        padding: 20px 0;
    }

    .nav-categories li a {
        padding: 5px 15px;
        display: block;
    }

    .nav-categories li a br {
        display: none;
    }

    .nav-categories li a:hover {
        background-color: #2499dc;
        color: #fff;
    }

    .nav-categories li.active a {
        background-color: #2499dc;
        color: #fff;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories {
        margin: -60px 0 0;
        padding-bottom: 15px;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-categories {
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories li {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .nav-categories li a {
        display: block;
        height: 100px;
        font-size: 18px;
        font-weight: 400;
        text-transform: initial;
        background-color: white;
        -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
        transition: all 0.3s ease;
    }

    .nav-categories li a:hover {
        background-color: #2499dc;
        color: #fff;
    }
}

@media only screen and (min-width: 576px) and (min-width: 1200px) {
    .nav-categories li a:hover {
        height: 120px;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories li.active a {
        height: 120px;
        background-color: #2499dc;
        color: #fff;
    }
}

/* ================== box-news-3 ===================== */
.news {
    margin-top: 75px;
    margin-bottom: 1.5rem;
}

.news h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.75rem;
    font-weight: 600;
}

.other-news {
    margin-bottom: 1rem;
    display: block;
}

.news-time-label {
    border: black solid 1px;
    border-right: 0px;
    padding: 5px 0;
    text-align: center;
    width: 15%;
    height: 58px;
    display: block;
    line-height: 1.2;
}

.news-text-button {
    background-color: white;
    padding: 0 1rem;
    border: black solid 1px;
    overflow: hidden;
    color: black;
    width: 85%;
    text-align: justify;
    line-height: 1.3;
    font-size: 14px;
}

.news-text-button:hover {
    color: white !important;
    background-color: var(--primary);
}

/* ================== slider-swiper-1 ===================== */
.swiper-button-next,
.swiper-button-prev {
    color: var(--white);
    width: calc(var(--swiper-navigation-size)/ 50 * 20);
    height: calc(var(--swiper-navigation-size)/2);
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    color: var(--white);
    width: 50px;
    height: 50px;
    background: #00000066;
    border-radius: 1000px;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after{
    font-size: 26px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: calc(var(--swiper-navigation-size)/2);
}

/* ================== layout-6 ===================== */
.layout-6 .dz-card.style-2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.layout-6 .dz-card.style-2:last-child{
    border-bottom: none;
}

/* ================== slider-swiper-4-5 ===================== */
.mySwiper4 {
    height: 500px;
    width: 30%;
    padding: 0px;
}

.mySwiper4 .swiper-slide-active{
    background-color: #0063EC !important;
}

.mySwiper5 {
    height: 500px;
    box-sizing: border-box;
    padding: 0;
    width: 70%;
}

.mySwiper5 .swiper-slide {
    width: 100%;
    height: 100%;
}

.mySwiper5 .swiper-button-next {
    position: absolute;
    left: unset;
    right: 39px;
    top: unset;
    bottom: 20px;
    background: #4f4f4f;
    padding: 25px;
    opacity: 0.6;
    border-radius: 1000px;
}

.mySwiper5 .swiper-button-prev {
    position: absolute;
    right: 110px;
    left: unset;
    top: unset;
    bottom: 20px;
    background: #4f4f4f;
    padding: 25px;
    opacity: 0.6;
    border-radius: 1000px;
}

.mySwiper5 .swiper-button-next:hover, .mySwiper5 .swiper-button-prev:hover{
    opacity: 1;
}

.mySwiper4 .swiper-slide-thumb-active {
    background: black !important;
}

@media only screen and (max-width: 767px) {
    .mySwiper5{
        width: 100%;
        height: 250px;
    }

    .mySwiper5 .swiper-slide{
        height: 100%;
    }

    .mySwiper4{
        display: none;
    }
}

/* ================== slider-swiper-6 ===================== */
.mySwiper6 .dz-team.style-1 .dz-content{
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.mySwiper6 .dz-media a::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-base);
    background: linear-gradient(360deg, #363636fa 0%, rgba(34,34,34,0) 100%);
}


/* .mySwiper6 .swiper-button-next {
    right: -20px;
}
.mySwiper6 .swiper-button-prev {
    left: -20px;
} */

/* ================== slider-swiper-7 ===================== */
/* .mySwiper7 .swiper-slide{
    display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      margin-bottom: 20px;
} */

/* ================== nav-bar ===================== */
.nav-tabs a {
    color: var(--gray);
}

/* ================== weather ===================== */

.bg-f3f7fb p {
    margin: 0px;
}

.bg-f3f7fb .col-md-4 img {
    width: 60%;
}

.bg-lightwhite {
    background: var(--lightwhite);
}

.bg-lightwhite p {
    margin: 0.8rem 0px;
}

.indicator {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%)
}

.bottom-border-gray {
    border-bottom: #F1F2F2 solid 1px;
}

.chart {
    height: 400px;
}

.mychart {
    height: 100%;
}

.pricingtable-wrapper.style-1 .pricingtable-title{
    top: 20px;
}

.pricingtable-wrapper.style-1{
    padding: 20px 40px 0;
}

.pricingtable-wrapper.style-1 .pricingtable-price{
    margin-bottom: 0px;
}

.pricingtable-wrapper.style-1 .pricingtable-features{
    padding: 10px 0 0;
}

.pricingtable-wrapper.style-1 .pricingtable-features p{
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .chart {
        height: 300px;
    }

    .bg-lightwhite p {
        margin: 0.3rem 0px;
    }
}

@media (max-width: 767px) {
    .chart {
        height: 150px;
    }
}

/* ================== utilities-box ===================== */
.icon-bx-sm {
    width: 45px;
    height: 45px;
    min-width: 45px;
    line-height: 45px;
}
.icon-bx-sm img {
    height: 20px;
}
.icon-bx-wraper .dz-tilte {
    margin: 0px;
}

/* ==================== NEWS DETAI ================== */

.detail-news .breadcrumb {
    flex-wrap: nowrap;
    display: inline-flex;
}

.detail-news .breadcrumb-item {
    display: flex;
}

.detail-news ul .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
}

.dz-meta ul li {
    color: var(--title);
    margin-bottom: 10px;
}

.dz-info p {
    text-align: justify;
}

/* ==================== SERVICES LINK ================== */
.section-wraper-left .icon-bx-wraper,
.section-wraper-right .icon-bx-wraper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.icon-bx-sm.gradient-sec i {
    color: #fff;
}

.icon-bx-wraper.style-1.active {
    background-color: var(--primary);
}

.icon-bx-wraper.style-1.active [class*="icon-bx"] i {
    color: var(--primary);
}

.about-bx4 .dz-media:after {
    height: 60%;
}

.about-bx4 .dz-tilte {
    font-size: calc(1rem + 0.3vw);
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column; /* Xếp chồng spinner & text */
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Spinner CSS */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

/* =================== Pagination ===================== */
.pagination {
    text-align: center;
    justify-content: center;
}

.pagination li .prev,
.pagination li .next {
    background-color: rgb(235, 235, 235);
}

.pagination li .prev:hover,
.pagination li .next:hover {
    color: rgb(255, 255, 255);
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0px 5px 12px var(--rgba-primary-4);
}

.pagination li .page-numbers, .pagination li .page-link{
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 16px;
}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.tp-caption .tp-revstop {
    margin: 15px 18px !important;
}

.pagination{
    padding: 10px 20px;
    display: flex;
    width: fit-content;
    background: #bfedd9;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1000px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius: 60px;
}

.pagination li .page-numbers, .pagination li .page-link{
    background-color: transparent;
    color: #000;
}

.pagination li .page-numbers.current, 
.pagination li .page-numbers.active, 
.pagination li .page-numbers:hover, 
.pagination li .page-link.current, 
.pagination li .page-link.active, 
.pagination li .page-link:hover, 
.page-item.active .page-link{
    background: #fff;
    box-shadow: none;
    color: #000;
}

/* ========== widget-post =========== */
.recent-posts-entry .widget-post-bx .widget-post .dz-media {
    height: auto;
    min-width: 120px;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media img {
    height: 100%;
    object-fit: cover;
}

.pricingtable-wrapper.profile .pricingtable-features li:nth-child(1)::after {
    content: "\f0e0";
}

.pricingtable-wrapper.profile .pricingtable-features li:nth-child(2)::after {
    content: "\f879";
}

/* =================================================================================== */
.navbar-toggler {
    float: left;
    margin: 15px 0;
}

.main-bar .navicon{
    width: 35px;
    height: 35px;
}

.main-bar .navicon span:nth-child(1){
    top: 10px;
    width: 20px;
}

.main-bar .navicon span:nth-child(2) {
    top: 17.5px;
    width: 15px;
}

.main-bar .navicon span:nth-child(3) {
    top: 25px;
    width: 10px;
}

.navicon.open span:nth-child(1){
    top: 18px;
    width: 20px;
}

.navicon.open span:nth-child(3){
    top: 18px;
    width: 20px;
}

.main-bar .navicon span{
    left: 7px;
    height: 3px;
}

/* ========= AUDIO ========== */
.plyr--audio .plyr__controls {
    border-radius: var(--border-radius-base);
}

audio {
    display: none;
}

#audiowrap,
#plwrap {
    margin: 0;
}

#tracks {
    font-size: 0;
    position: relative;
    text-align: center;
}

#nowPlay {
    display: block;
    font-size: 0;
}

#nowPlay span {
    display: inline-block;
    font-size: 1.05rem;
    vertical-align: top;
}

#plList {
    padding: 0;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    color: #fff;
}

#plList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#plList::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#plList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--primary);
}

#plList li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px 0;
    border-top: #eee solid 1px;
}

#plList li:hover {
    background-color: rgba(0, 0, 0, .1);
}

.plItem {
    position: relative;
}

.plTitle {
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: 65px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.plNum {
    padding-left: 21px;
    width: 25px;
}

.plLength {
    padding-left: 21px;
    position: absolute;
    right: 21px;
    top: 0;
}

.plSel,
.plSel:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    font-weight: 700;
    cursor: default !important;
}

#tracks a {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2.3rem;
    height: 40px;
    line-height: .2;
    margin: 0 5px 30px;
    padding: 12px;
    text-decoration: none;
    transition: background .3s ease;
}

#tracks a:hover,
#tracks a:active {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
}

#tracks a::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* =========================================
Social Button
========================================= */
.social-button {
    display: inline-grid;
    position: fixed;
    top: 65vh;
    right: 15px;
    min-width: 45px;
    text-align: center;
    z-index: 999;
}

.social-button-content {
    display: inline-grid;
}

.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.social-button i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999;
}

.social-button img {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.social-button span {
    display: none;
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}

.social-button .facebook-icon i {
    background-color: #036CE4;
}

.social-button .youtube-icon i {
    background-color: #FF0000;
}

.social-button .instagram-icon i {
    background-color: #FD6801;
}

.call-icon:hover>span,
.youtube-icon:hover>span,
.instagram-icon:hover>span,
.facebook-icon:hover>span,
.mail-icon:hover>span {
    display: block
}

.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: #F7A001;
    padding: 9px;
    display: none;
    width: 180px;
    margin-right: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    right: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

@-webkit-keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #F7A001;
    position: absolute;
    right: -10px;
    top: 10px;
}

@media (max-width: 576px) {
    .social-button {
        display: none;
    }
}

/* ==================== question-and-answer =============== */
.qna-toggle{
    display: none;
}

.qna-style-1 .qna-toggle-btn, .qna-style-1 .qna-toggle{
    padding-left: 5rem !important;
}

.qna-style-1 .qna-toggle-btn {background: url(/assets/cms2023/img/tabbtn.png) no-repeat 24px 24px; background-size: 32px;}
.qna-style-1 .qna-toggle-btn.active {background: url(/assets/cms2023/img/tabbtn_active.png) no-repeat 24px 24px; background-size: 32px;}

/* ==================== frequently-asked-questions =============== */
.faq-toggle{
    display: none;
}

.faq-style-1 .faq-toggle-btn, .faq-style-1 .faq-toggle{
    padding-left: 5rem !important;
}

.faq-style-1 .faq-toggle-btn {background: url(/assets/cms2023/img/tabbtn.png) no-repeat 24px 24px; background-size: 32px;}
.faq-style-1 .faq-toggle-btn.active {background: url(/assets/cms2023/img/tabbtn_active.png) no-repeat 24px 24px; background-size: 32px;}

.faq-style-1 .faq-toggle-btn i{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
}

/* ==================== marquee =============== */
@keyframes marquee-right-to-left {
    from {
        transform: translateX(50%);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.marquee-content {
    overflow: hidden;
    width: 100%;
}

.marquee-inner {
    margin: 0;
    width: fit-content;
    white-space: nowrap !important;
}

.marquee-content p {
    animation: marquee-right-to-left 10s linear infinite;
}

.marquee:hover p {
    animation-play-state: paused !important;
}