:root {
    --bs-primary: #252159;
    --bs-secondary: #f89f35;
    --bs-light: #ecf2f6;
    --bs-dark: #122505;
    /* --bs-text: #454c7e; */
    --bs-text: #5b6674;
}

body {
    margin: 0px;
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-text);
    background-color: var(--bs-white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Barlow', sans-serif;*/
    color: var(--bs-dark);
    font-weight: 700;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scrollTop {
    display: none;
}

.tooltip-arrow::before {
    border-color: var(--bs-primary) !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.tooltip-inner {
    background-color: var(--bs-primary);
    padding-top: 1px !important;
}

.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: rgb(30, 30, 45);
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0px;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.fs-9 {
    font-size: 0.5625rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-28 {
    font-size: 1.8rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-1-6 {
    line-height: 1.6 !important;
}

.lh-1-7 {
    line-height: 1.7 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.lh-1-9 {
    line-height: 1.9 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.-hov-translate-2:hover {
    transform: translateY(-2px);
}

.hov-opacity-0:hover {
    opacity: 0 !important;
}

.hov-opacity-10:hover {
    opacity: 0.1 !important;
}

.hov-opacity-20:hover {
    opacity: 0.2 !important;
}

.hov-opacity-30:hover {
    opacity: 0.3 !important;
}

.hov-opacity-40:hover {
    opacity: 0.4 !important;
}

.hov-opacity-50:hover {
    opacity: 0.5 !important;
}

.hov-opacity-60:hover {
    opacity: 0.6 !important;
}

.hov-opacity-70:hover {
    opacity: 0.7 !important;
}

.hov-opacity-80:hover {
    opacity: 0.8 !important;
}

.hov-opacity-90:hover {
    opacity: 0.9 !important;
}

.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.shadow-sm {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 16%) !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.shadow-md {
    box-shadow: rgba(95, 138, 236, 0.05) 0px 0px 50px 11px !important;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.shadow-xl {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.shadow-2xl {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}

.shadow-none {
    box-shadow: none !important;
}

.hov-shadow-xs:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.hov-shadow-sm:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}

.hov-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.hov-shadow-md:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.hov-shadow-lg:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.hov-shadow-xl:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.hov-shadow-2xl:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}

.hov-shadow-none:hover {
    box-shadow: none !important;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-soft-primary {
    background-color: var(--bs-soft-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-soft-secondary {
    background-color: var(--bs-soft-secondary) !important;
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.bg-soft-success {
    background-color: rgba(25, 135, 84, 0.2) !important;
}

.hov-bg-primary:hover {
    background-color: var(--bs-primary) !important;
}

.hov-bg-soft-primary:hover {
    background-color: var(--bs-soft-primary) !important;
}

.hov-bg-secondary:hover {
    background-color: var(--bs-secondary) !important;
}

.hov-bg-soft-secondary:hover {
    background-color: var(--bs-soft-secondary) !important;
}

.hov-bg-white:hover {
    background-color: var(--bs-white) !important;
}

.hov-text-primary:hover {
    color: var(--bs-primary) !important;
}

.hov-text-secondary:hover {
    color: var(--bs-secondary) !important;
}

.hov-text-white:hover {
    color: var(--bs-white) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

a {
    text-decoration: none;
    color: inherit;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}

:focus,
a:focus,
button:focus,
.page-link:focus,
.custom-file-input:focus~.custom-file-label {
    box-shadow: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.ps-5px,
.px-5px,
.p-5px {
    padding-left: 5px;
}

.ps-10px,
.px-10px,
.p-10px {
    padding-left: 10px;
}

.ps-15px,
.px-15px,
.p-15px {
    padding-left: 15px;
}

.ps-20px,
.px-20px,
.p-20px {
    padding-left: 20px;
}

.ps-25px,
.px-25px,
.p-25px {
    padding-left: 25px;
}

.ps-30px,
.px-30px,
.p-30px {
    padding-left: 30px;
}

.pe-5px,
.px-5px,
.p-5px {
    padding-right: 5px;
}

.pe-10px,
.px-10px,
.p-10px {
    padding-right: 10px;
}

.pe-15px,
.px-15px,
.p-15px {
    padding-right: 15px;
}

.pe-20px,
.px-20px,
.p-20px {
    padding-right: 20px;
}

.pe-25px,
.px-25px,
.p-25px {
    padding-right: 25px;
}

.pe-30px,
.px-30px,
.p-30px {
    padding-right: 30px;
}

.pt-5px,
.py-5px,
.p-5px {
    padding-top: 5px;
}

.pt-10px,
.py-10px,
.p-10px {
    padding-top: 10px !important;
}

.pt-15px,
.py-15px,
.p-15px {
    padding-top: 15px;
}

.pt-20px,
.py-20px,
.p-20px {
    padding-top: 20px;
}

.pt-25px,
.py-25px,
.p-25px {
    padding-top: 25px;
}

.pt-30px,
.py-30px,
.p-30px {
    padding-top: 30px;
}

.pb-5px,
.py-5px,
.p-5px {
    padding-bottom: 5px;
}

.pb-10px,
.py-10px,
.p-10px {
    padding-bottom: 10px !important;
}

.pb-15px,
.py-15px,
.p-15px {
    padding-bottom: 15px;
}

.pb-20px,
.py-20px,
.p-20px {
    padding-bottom: 20px;
}

.pb-25px,
.py-25px,
.p-25px {
    padding-bottom: 25px;
}

.pb-30px,
.py-30px,
.p-30px {
    padding-bottom: 30px;
}

.space-y-15px> :not(:first-child) {
    margin-top: 15px;
}

.gap-y-15px {
    row-gap: 15px;
}

.mt-10px {
    margin-top: 10px;
}

.me-10px {
    margin-right: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.me-15px {
    margin-right: 15px;
}

.z--1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-1020 {
    z-index: 1020 !important;
}

.z-1035 {
    z-index: 1035 !important;
}

.z-1045 {
    z-index: 1045 !important;
}

.mnh-60vh {
    min-height: 60vh;
}

.sidebar-mh {
    max-height: calc(100vh - 100px);
    height: auto;
}

.mnw-auto {
    min-width: auto !important;
}

.mnw-fit {
    min-width: fit-content !important;
}

.mnw-280px {
    min-width: 280px;
}

.mw-100 {
    max-width: 100%;
}

.mw-200px {
    max-width: 200px;
}

.mw-300px {
    max-width: 300px;
}

.mw-700px {
    max-width: 700px;
}

.minw-0 {
    min-width: 0px;
}

.text-truncate-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c-pointer {
    cursor: pointer !important;
}

.c-not-allowed {
    cursor: not-allowed !important;
}

.c-default {
    cursor: default !important;
}

.attached-top,
.attached-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0px;
    box-shadow: none;
}

.form-control {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border: 1px solid rgb(229, 232, 236);
    color: rgb(137, 139, 146);
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-8px {
    border-radius: 8px;
}

.rounded-15px {
    border-radius: 15px;
}

.rounded-2px {
    border-radius: 2px;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.dropdown-menu {
    border: none;
    border-radius: 6px;
    box-shadow: rgb(95 138 236 / 5%) 0px 0px 50px 11px;
}

.dropdown-menu.dropdown-menu-xs {
    width: 160px;
    min-width: 160px;
}

.dropdown-menu.dropdown-menu-sm {
    width: 240px;
    min-width: 240px;
}

.dropdown-menu.dropdown-menu-md {
    width: 260px;
    min-width: 260px;
}

.dropdown-menu.dropdown-menu-lg {
    width: 320px;
    min-width: 320px;
}

.dropdown-menu.dropdown-menu-xl {
    width: 380px;
    min-width: 380px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--bs-gray-600);
    text-align: inherit;
    background-color: transparent;
    border: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.transition-3 {
    transition: all 0.3s ease-in-out 0s;
}

.transition-4 {
    transition: all 0.4s ease-in-out 0s;
}

.transition-5 {
    transition: all 0.5s ease-in-out 0s;
}

.hov-scale-1-1:hover {
    transform: scale(1.1);
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-full {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.absolute-top-right {
    position: absolute !important;
    top: 0px;
    right: 0px;
}

.absolute-top-left {
    position: absolute !important;
    top: 0px;
    left: 0px;
}

.absolute-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.absolute-top-center {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-right-center {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.border-light {
    border-color: rgb(229, 232, 236) !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-transparent {
    border-color: transparent !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}

.badge {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: unset;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    background-color: var(--bs-primary);
}

.badge-inline {
    width: auto;
}

.text-reset {
    color: inherit !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text {
    color: var(--bs-text);
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.nav-link {
    padding: .35rem 0.7rem 0.3rem;
    color: var(--bs-text);
    font-weight: 500;
    font-size: 15px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-primary);
}

.h-250px,
.size-250px {
    height: 250px;
}

.img-fit {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.w-fit {
    width: fit-content !important;
}

.h-200px,
.size-200px {
    height: 200px;
}

.w-200px,
.size-200px {
    width: 200px !important;
}

.h-100px,
.size-100px {
    height: 100px;
}

.w-100px,
.size-100px {
    width: 100px !important;
}

.h-90px,
.size-90px {
    height: 90px;
}

.w-90px,
.size-90px {
    width: 90px !important;
}

.h-60px,
.size-60px {
    height: 60px;
}

.w-60px,
.size-60px {
    width: 60px;
}

.h-50px,
.size-50px {
    height: 50px;
}

.w-50px,
.size-50px {
    width: 50px;
}

.h-40px,
.size-40px {
    height: 40px;
}

.w-40px,
.size-40px {
    width: 40px;
}

.h-30px,
.size-30px {
    height: 30px;
}

.w-30px,
.size-30px {
    width: 30px;
}

.h-34px,
.size-34px {
    height: 34px;
}

.w-34px,
.size-34px {
    width: 34px;
}

.h-26px,
.size-26px {
    height: 26px;
}

.w-26px,
.size-26px {
    width: 26px;
}

.h-20px,
.size-20px {
    height: 20px;
}

.w-20px,
.size-20px {
    width: 20px;
}

.carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.carousel.dots-inside-bottom .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel .slick-dots button {
    height: 10px;
    width: 10px;
    padding: 0px;
    color: transparent;
    border: 0px;
    background: var(--bs-white);
    border-radius: 30px;
    margin: 0px 3px;
    opacity: 0.6;
}

.carousel .slick-dots .slick-active button {
    background: var(--bs-white);
    opacity: 1;
}

.carousel .slick-arrow {
    position: absolute;
    z-index: 2;
    background: var(--bs-white);
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 38px;
    padding: 0px;
    top: 50%;
    height: 38px;
    width: 38px;
    color: var(--bs-secondary);
    transform: translateY(-50%);
    border-radius: 3px;
    box-shadow: rgb(47 48 80 / 10%) 0px 0px 15px;
}

.carousel .slick-arrow:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.carousel .slick-prev {
    left: -13px;
}

.carousel .slick-next {
    right: -13px;
}

.half-outside-arrow .slick-next {
    right: -10px;
}

.half-outside-arrow .slick-prev {
    left: -10px;
}

.ratio-square {
    aspect-ratio: 1 / 1;
}

.ratio-1-11 {
    aspect-ratio: 1 / 1.1;
}

.ratio-1-63 {
    aspect-ratio: 1 / 0.63;
}

.ratio-1-65 {
    aspect-ratio: 1 / 0.65;
}

.ratio-1-8 {
    aspect-ratio: 1 / 0.8;
}

.ratio-1-7 {
    aspect-ratio: 1 / 0.7;
}

.ratio-1-5 {
    aspect-ratio: 1 / 0.5;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.sticky {
    /* animation: 300ms ease-in-out 0s 1 normal none running fadeInDown; */
    left: 0px;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    background: var(--bs-white) !important;
}

.bg-gradient {
    background: #104cba;
    background: linear-gradient(90deg, var(--bs-primary) 10%, #0e73e4 100%) !important;
}

.header {
    background: linear-gradient(45deg, #053846 10%, #242259 100%);
}

.main-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-row-gap: 5px;
}

.main-menu>li {
    flex-shrink: 0;
    position: relative;
    line-height: 1;
    display: flex;
    height: 100%;
    align-items: center;
}

.main-menu li a {
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    overflow: hidden;
    color: var(--bs-primary);
    font-weight: 500;
    opacity: 0.8;
}

.main-menu li a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.main-menu li a span::before {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-menu li:hover a span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.main-menu li.dropdown>.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--bs-white);
    min-width: 200px;
    transform: scaleY(0);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 12%);
    transition: all 0.3s ease-in-out;
}

.main-menu li.dropdown:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.main-menu li.dropdown>.submenu li a {
    text-transform: uppercase;
    line-height: 25px;
    padding: 6px 15px;
    font-weight: 400;
    font-style: normal;
    color: #0c121f;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
}

.main-menu li.dropdown>.submenu>li:last-child>a {
    border-bottom: none;
}

.main-menu li.dropdown>.submenu>li.dropdown .submenu {
    top: 0;
    right: 100%;
    left: auto;
}

.main-menu li.dropdown>.submenu>li.dropdown:hover .submenu {}

.header a:hover {
    color: var(--bs-white);
}

.bottom-wrapper {
    padding: 0 20px;
    background-color: var(--bs-white);
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.sticky .bottom-wrapper {
    box-shadow: none;
    padding: 0;
    transition: padding 0.3s ease-in;
}

.header .bottom a.active,
.header .bottom a:hover {
    color: var(--bs-primary);
    opacity: 1;
}

.header .social a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(255 255 255 / 30%);
    border-radius: 50%;
    position: relative;
    flex-direction: column;
    line-height: 34px;
    overflow: hidden;
}

.header .social a span {
    transition: all 0.3s ease-in-out;
}

.header .social a span i {
    display: block;
    line-height: 34px;
}

.header .social a span i:nth-child(2) {
    position: absolute;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header .social a:hover span {
    transform: translateY(-34px);
}

.header .bottom {
    position: relative;
    z-index: 999;
}

.header .bottom::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    z-index: -1;
    background-color: var(--bs-light);
    pointer-events: none;
}

.header .bottom.sticky::before {
    background-color: var(--bs-white)
}

.btn-primary {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: var(--bs-white);
    padding: 10px 36px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
    background: var(--bs-secondary);
    border: none;
    text-transform: capitalize;
    background: linear-gradient(to right, #a75726 0%, #f9b93c 50%, #a75726 100%);
    background-size: 240% 100%;
    transition: all 0.5s ease-in-out;
}

.btn-primary:hover {
    background-position: right;
}

.main-slider .subtitle {
    color: var(--bs-secondary);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 12px;
}

.main-slider .title {
    color: var(--bs-primary);
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 20px;
}

.main-slider .text {
    margin-bottom: 30px;
}

.main-slider .slide-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.slider-section {
    background-image: url(../images/gallery/bottom-image.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: var(--bs-light);
}

.main-slider .single-slide {
    position: relative;
    max-height: 80vh;
    height: fit-content;
}

.main-slider .slick-arrow {
    left: 30px;
    width: 50px;
    height: 50px;
    transform: translateY(-100px);
}

.main-slider .slick-arrow.slick-next {
    right: 30px;
    left: auto;
}

.main-slider .slick-arrow:hover {
    background-color: rgb(248 159 53 / 50%);
}

.service-block .inner-box {
    text-align: center;
    position: relative;
    color: var(--bs-white);
    width: 100%;
    padding: 40px 50px;
}

.service-block .inner-box .icon-box {
    position: relative;
    width: 130px;
    height: 130px;
    display: inline-block;
    background: url(../images/icons/service-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
    padding: 10px;
}

.service-block .inner-box .icon img {
    max-width: 100%;
    max-height: 100%;
}

.service-block .inner-box .content h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--bs-white);
}

.service-block .inner-box .content h3 a {
    color: var(--bs-white);
}

.service-block .inner-box .content .text {
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: var(--bs-white);
    font-weight: 300;
}

.service-block .inner-box .content .read-more {
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.service-block .inner-box .bg-layer img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: var(--bs-white);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-image: url(../images/icons/preloader.svg); */
    background-size: 140px;
}

.service-section {
    padding: 60px 0;
}

.about-section {
    position: relative;
    z-index: 1;
    padding: 60px 0 80px;
    overflow: hidden;
}

.about-section .bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.about-section .content {}

.about-section .content .sec-title {}

.about-section .content .sec-title .subtitle {
    position: relative;
    color: var(--bs-secondary);
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.about-section .content .sec-title .subtitle::before,
.about-section .content .sec-title .subtitle::after {
    content: '';
    width: 30px;
    height: 2px;
    display: inline-flex;
    background-color: var(--bs-secondary);
    transform: translateY(1px);
}

.about-section .content .sec-title .title {
    color: var(--bs-primary);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-section .content .text {
    margin-bottom: 35px;
}

.about-section>.shape1,
.about-section>.shape2,
.about-section>.shape3 {
    position: absolute;
    left: -100px;
    top: -100px;
    height: 600px;
    width: 600px;
    background-color: rgb(203 133 46 / 10%);
    border-radius: 50%;
}

.about-section>.shape2 {
    width: 500px;
    height: 500px;
}

.about-section>.shape3 {
    width: 400px;
    height: 400px;
}

.scrollTop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 40px;
    width: 40px;
    z-index: 999;
    background-color: var(--bs-white);
    color: var(--bs-secondary);
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.service-section-2 {
    background-image: url(../images/gallery/service-bg.png);
    padding: 50px 0px 110px;
    background-position: center top;
    background-repeat: repeat-x;
    background-size: cover;
    background-color: var(--bs-light);
    position: relative;
    z-index: 1;
}


.service-section-2 .sec-title .subtitle::before,
.service-section-2 .sec-title .subtitle::after {
    content: '';
    width: 30px;
    height: 2px;
    display: inline-flex;
    background-color: var(--bs-white);
    transform: translateY(1px);
}

.service-section-2 .sec-title .subtitle {
    position: relative;
    color: var(--bs-white);
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.service-block-two {}

.service-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 20px;
}

.service-block-two .inner-box .bg-image {}

.service-block-two .inner-box .bg-image svg {
    fill: rgb(255 255 255 / 10%);
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.service-block-two:hover .inner-box .bg-image svg {
    fill: var(--bs-white);
}

.service-block-two .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    color: var(--bs-white);
    font-size: 40px;
    margin: 0 auto;
    line-height: 90px;
    text-align: center;
    margin-top: -70px;
}


@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(-180deg);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: rotate(-360deg);
        opacity: 1;
    }
}

@keyframes rotateme {

    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}

.service-block-two .inner-box .icon-box .icon-bg-layer {
    position: absolute;
    left: 3px;
    top: 0px;
    width: 86px;
    height: 92px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/gallery/service-bg-1.png);
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.service-block-two .inner-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--bs-white);
    transition: all 0.1s ease-in-out;
}

.service-block-two .inner-box .text {
    color: var(--bs-white);
    transition: all 0.3s ease-in-out;
}

.service-block-two .inner-box .content {
    position: absolute;
    inset: 0;
    padding: 50px;
}

.service-block-two:hover .inner-box h3 {
    color: var(--bs-dark);
}

.service-block-two:hover .inner-box .text {
    color: var(--bs-text);
}

.service-block-two {
    position: relative;
    margin-bottom: 20px;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 3000px 0;
    }
}

.animated-bg {
    background-image: url(../images/gallery/bg-khow-us.png);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: repeat-x;
    animation: 35s linear 0s infinite normal none running slide;
    z-index: -1;
}

.subscribe-wrapper {
    background-color: #128241;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: -80px;
    z-index: 9;
}

.subscribe-wrapper .pattern-one {
    background-image: url(../images/gallery/pattern-2.png);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 244px;
    height: 318px;
    background-position: right top;
    background-repeat: no-repeat;
}

.subscribe-wrapper .subscribe-form {
    width: 85%;
}

.subscribe-wrapper .group-btn {
    display: flex;
    border: 1px solid var(--bs-white);
    border-radius: 6px;
}

.subscribe-wrapper .group-btn input {
    border: none;
    position: relative;
    height: 56px;
    width: 50%;
    float: left;
    color: var(--bs-white);
    font-size: 16px;
    padding: 8px 25px;
    background: none;
    flex-grow: 1;
}

.subscribe-wrapper .group-btn input::placeholder {
    color: var(--bs-white);
}

.subscribe-wrapper .group-btn button {
    margin: -1px;
    background-position: right;
}

.subscribe-wrapper .group-btn button:hover {
    background-position: left;
}

.progress-box h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--bs-primary);
    margin-bottom: 12px;
}

.progress-box .progress {
    height: 5px;
    overflow: inherit;
}

.progress-box {
    overflow: inherit;
    text-align: left;
    margin-bottom: 20px;
}

.progress-box .progress .progress-bar {
    position: relative;
    overflow: inherit;
    background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
}

.progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #104cba;
    padding: 0 8px;
    font-weight: 600;
    font-size: 12px;
}

.progress-box .progress .progress-bar span::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #104cba;
}

.client-section {
    position: relative;
    overflow: hidden;
    background-color: var(--bs-blue);
    padding: 80px 0;
    background-image: linear-gradient(90deg, var(--bs-primary) 10%, #086ad8 100%);
}

.client-section .bg-image-1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.client-section .bg-image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.client-section .bg-image-1 img {
    position: absolute;
    right: -700px;
    top: 0;
    width: calc(100% + 700px);
    transform: scaleY(-100%);
}

.client-section .bg-image-2 img {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 101%;
}

.single-review {
    display: flex;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    padding: 30px 20px;
    background: var(--bs-white);
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    min-height: 320px;
    height: 320px;
}

.single-management {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-management::before,
.single-management::after,
.single-review::before,
.single-review::after {
    content: '';
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    transform: translateY(35%) translateX(2%) scale(1.5);
    z-index: -1;
    opacity: 0.2;
}

.managements>div:nth-child(2n) .single-management::before {
    transform: translateY(14%) translateX(-45%) scale(1.5);
}

.single-review::before,
.single-management::before {
    transform: translateY(14%) translateX(45%) scale(1.5);
}

.single-review .thumb {
    width: 150px;
    min-width: 195px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.single-review .bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
}

.single-review .bottom i {
    font-size: 14px;
    color: #104cba;
}

.single-review .thumb i {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #104cba;
    text-align: center;
    border-radius: 50%;
    color: var(--bs-white);
    font-size: 12px;
}

.single-review .thumb img {
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}

.review-carousel .slick-arrow {
    right: 60px;
    left: auto;
    transform: translateY(0);
    top: -50px;
    background-color: transparent;
    border: 2px solid var(--bs-white);
    border-radius: 0;
    line-height: 35px;
    color: var(--bs-white);
}

.review-carousel .slick-arrow.slick-next {
    right: 10px;
}

.review-carousel .slick-arrow:hover {
    background-color: transparent;
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.single-client {
    background-color: var(--bs-white);
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.single-client:hover {
    border-radius: 0;
}

.team-section {
    padding: 80px 0;
}

.custom-content .sec-title {
    text-align: center;
}

.custom-content .sec-title .subtitle {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 8px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.custom-content .sec-title .subtitle::before,
.custom-content .sec-title .subtitle::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--bs-primary);
    transform: translateY(1px);
}

.custom-content .sec-title .title {
    color: var(--bs-primary);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-content .text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.single-team {
    border-radius: 10px;
    position: relative;
}

.member__thumb {
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background: var(--bs-white);
    margin-bottom: 0;
}

.member__content__wrap {
    z-index: 1;
    width: calc(100% - 30px);
    right: 0;
    bottom: 0;
    transition: 0.3s;
    background-color: var(--bs-white);
    border-radius: 10px;
    position: relative;
    padding: 15px 0px 20px 0px;
    margin: -80px 0px 30px 0px;
    box-shadow: rgb(95 138 236 / 15%) 0px 0px 40px 11px;
    background-image: linear-gradient(45deg, #053846 10%, #242259 100%);
}

.single-team .socials a {
    font-size: 14px;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgba(0, 69.00000000000021, 255, 0.2);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.single-team .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.single-team .socials a:hover {
    background-color: rgb(255 255 255 / 20%);
    color: var(--bs-white);
}

.team-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    color: var(--bs-primary);
    visibility: hidden;
    opacity: 0;
}

.team-carousel .slick-arrow:hover {
    background-color: var(--bs-primary);
}

.team-carousel .slick-prev {
    left: 60px;
}

.team-carousel .slick-next {
    right: 60px;
}

.team-carousel:hover .slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
}

.team-carousel:hover .slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
}

.single-blog {
    background-color: var(--bs-white);
    box-shadow: 0px 7px 14px 0px rgb(0 69 255 / 12%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 435px;
    height: 435px;
}

.single-blog .category {
    font-size: 12px;
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #0045FF 0%, #BD29F2 100%); */
    padding: 8px 11px 8px 15px !important;
    color: var(--bs-white);
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1;
}

.single-blog .category:hover {
    /* color: var(--bs-primary); */
    /* background: var(--bs-white); */
}

.footer-shape svg {
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: -1;
    height: 110px;
}

.copyright {
    color: var(--bs-dark);
}

.progress-bar {
    transition: all 1s ease-in-out;
}

.progress-bar:not(.active) {
    width: 0% !important;
}

.single-team,
.single-review {
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    transition: all 1s ease-in-out;
}

.slick-active .single-team,
.slick-active .single-review {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .icon {
    width: 180px;
    height: 50px;
    display: grid;
    place-items: center;
    padding: 8px;
    padding-top: 6px;
    overflow: hidden;
    outline: 3px solid var(--bs-secondary);
    border-radius: 50px;
}

.preloader .icon .logo {
    width: 200px;
}

.social-box a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50%;
    font-size: 15px;
}

.social-box a:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.search {
    position: relative;
    height: 40px !important;
}

.search .search-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
    z-index: 99;
    background-color: var(--bs-white);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    transition: all 0.3s ease-in-out;
    outline: 2px solid transparent;
}

.search .search-wrapper.active {
    width: 320px;
    outline-color: #eee;
}

.search .search-wrapper .input-group {
    width: 320px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.search .search-wrapper .input-group input.form-control {
    border: none;
}

.search .search-wrapper .input-group button {
    border: none;
    color: var(--bs-white);
    line-height: 1.1;
    padding: 0 16px;
}

.team-carousel {
    margin-bottom: -30px;
}


.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 6px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    min-width: 40px;
    color: #666666;
    font-weight: 400;
    border-radius: 6px;
    text-align: center;
    background: var(--bs-white);
    border: 1px solid #ddd;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: #666666;
    font-size: 14px;
    width: 100px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: var(--bs-white);
    border-color: var(--bs-secondary);
    background-color: var(--bs-secondary);
}

.sidebar-title {
    color: var(--bs-primary);
    font-weight: 600;
    line-height: 24px;
    padding-left: 15px;
    text-transform: capitalize;
    border-left: 3px solid var(--bs-secondary);
    margin-bottom: 20px;
}

.cat-list li a span {
    position: absolute;
    right: 25px;
}

.cat-list li a {
    position: relative;
    padding: 6px 0;
    font-size: 16px;
    color: var(--bs-text);
    display: block;
    transition: all 500ms ease;
}

.cat-list li a:hover {
    color: var(--bs-secondary);
}

.sidebar-post .post-info::before {
    content: "\f073";
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 6px;
}

.blog-detail .inner-box blockquote {
    position: relative;
    color: var(--bs-text);
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 1.8em;
    padding: 20px;
    border: 1px dashed #424242;
}

.blog-detail .inner-box blockquote::after {
    position: absolute;
    content: '\f10e';
    right: 30px;
    width: 44px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    bottom: -27px;
    color: var(--bs-white);
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    background-color: var(--bs-primary);
}

.contact-form input,
.contact-form select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #222222;
    height: 50px;
    font-size: 14px;
    background: var(--bs-white);
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: all 300ms ease;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.10);
}

.contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #222222;
    font-size: 14px;
    background: var(--bs-white);
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: all 300ms ease;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.10);
}

.contact-form .input-group .icon {
    position: absolute;
    right: 20px;
    top: 16px;
    color: var(--bs-secondary);
    font-size: 16px;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
}



.contact-social li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.contact-social li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    color: var(--bs-white);
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    background-color: var(--bs-secondary);
    border-radius: 6px;
}

.share-social li a.facebook,
.contact-social li.facebook a {
    background-color: #4661c5;
}

.share-social li a.twitter,
.contact-social li.twitter a {
    background-color: #44b1e4;
}

.share-social li a.linkedin,
.contact-social li.linkedin a {
    background-color: #ff2e2e;
}

.share-social li a.pinterest,
.contact-social li.pinterest a {
    background-color: #0073b0;
}

.share-social li a.whatsapp,
.contact-social li.whatsapp a {
    background-color: #25d366;
}

.share-social li a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--bs-white);
    border-radius: 3px;
}

.infos .icon {
    width: 40px;
    height: 40px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    font-size: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.map-wrapper iframe {
    width: 100%;
    min-height: 250px;
    max-height: 500px;
    aspect-ratio: 1/.4;
}


.single-management {
    display: flex;
    background: var(--bs-white);
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    box-shadow: rgb(95 138 236 / 10%) 0px 0px 20px 11px;
}

.single-management .team-img {
    flex-shrink: 0;
    max-width: 300px;
}

.single-management .team-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-position: top;
    object-fit: cover;
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}

.single-management .team-details {
    text-align: end;
    padding: 15px;
    padding-left: 0;
}

.single-management .team-details .text {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 15px;
    text-align: justify;
}

.single-management .team-details .text .contact-social {
    text-align: right;
}

.managements>div:nth-child(2n) .single-management .team-details .text .contact-social {
    text-align: left;
}

.managements>div:nth-child(2n) .single-management .team-img {
    order: 2;
}

.managements>div:nth-child(2n) .single-management .team-details {
    text-align: start;
    padding-right: 0;
    padding-left: 15px;
}

.managements>div:nth-child(2n) .single-management .team-details .text {
    padding-right: 15px;
    padding-left: 0;
}

.managements>div:nth-child(2n) .single-management .team-social {
    justify-content: start;
}


.filters button {
    position: relative;
    display: inline-block;
    color: #222222;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 8px;
    margin: 0px 18px 0px;
    transition: all 300ms ease;
    border: none;
    background-color: transparent;
}


.filters button::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    height: 2px;
    width: 100%;
    opacity: 0;
    transform: scale(0.5, 1);
    background-color: var(--bs-secondary);
    transition: all 300ms ease;
}

.filters button:hover:before,
.filters button.mixitup-control-active::before {
    opacity: 1;
    transform: scale(1, 1);
}

.single-project {
    position: relative;
    overflow: hidden;
    padding: 6px;
    background-color: var(--bs-white);
}

.single-project .overlay-box {
    position: absolute;
    inset: 0;
    background-color: rgba(6, 60, 131, 0.90);
    transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform: scale(0, 1);
    transform-origin: right center;
    background-position: center center;
    color: var(--bs-white);
}

.single-project .overlay-box .title,
.single-project .overlay-box h5 a:hover,
.single-project .overlay-box h5 {
    color: var(--bs-white);
}

.single-project:hover .overlay-box {
    transform: scale(1, 1);
    transform-origin: left center;
}

.single-project .overlay-box .content {
    padding: 20px;
    display: grid;
    height: 100%;
    align-items: end;
    position: relative;
}

.single-project .overlay-box .lightbox-image {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
}

.single-project .overlay-box .lightbox-image:hover {
    color: var(--bs-secondary);
}

.rating.rating-sm {
    color: #ffbf4b;
    font-size: 12px;
}

.form-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.detail-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.detail-gallery .gallery {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
}

.detail-gallery .details {
    flex: 0 0 auto;
    width: calc(100% - 320px);
}


.type input,
.colors input {
    position: absolute;
    opacity: 0;
}

.type label,
.colors label {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    background-color: #eee;
}

.colors label i {
    color: var(--bs-white);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.type input:checked~label i,
.colors input:checked~label i {
    visibility: visible;
    opacity: 1;
}

.type label {
    border: 1px solid #eee;
}

.type input:checked~label {
    border: 1px solid var(--bs-secondary);
    background-color: rgb(248 159 53 / 10%);
    color: var(--bs-secondary);
}


.custom-tab {
    border-bottom: 1px solid #eee;
}

.custom-tab button {
    color: #c2c2d3 !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding: 10px 12px;
}

.custom-tab button:hover,
.custom-tab button.active {
    color: var(--bs-secondary) !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.gallery-item {
    padding: 5px;
    background-color: var(--bs-white);
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.gallery-item .gallery-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item .gallery-zoom {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--bs-white);
    background-color: rgb(37 33 89 / 30%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery-item:hover .gallery-zoom {
    visibility: visible;
    opacity: 1;
}

.login-register {
    border: none;
    justify-content: center;
    margin-bottom: 20px;
}

.offcanvas .login-register button {
    margin: 0;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    flex-grow: 1;
}

.offcanvas .login-register button.active {
    font-weight: bold;
    letter-spacing: 5px;
    color: var(--bs-secondary);
    border-bottom-color: var(--bs-secondary);
}

.login-register-form .form-control:focus {
    border-color: rgb(229, 232, 236);
}

.login-register-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: var(--bs-white);
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.login-register-section {
    min-height: 54vh;
    display: grid;
    align-items: center;
}

.dashboard-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.dashboard-wrapper .sidebar-area {
    flex: 0 0 auto;
    width: 300px;
    padding: 0 10px;
}

.dashboard-wrapper .content-area {
    flex: 0 0 auto;
    width: calc(100% - 300px);
    padding: 0 10px;
}

.dashboard-wrapper .sidebar-area .nav-link {
    padding: 10px;
}

.dashboard-wrapper .sidebar-area .nav-link:hover,
.dashboard-wrapper .sidebar-area .nav-link.active {
    color: var(--bs-secondary);
}

.sidebar-header {
    text-align: center;
    padding: 20px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 4px 4px 0 0;
}

.copyright-area {
    background-image: linear-gradient(45deg, #053846 10%, #242259 100%);
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.copyright-area .left-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    visibility: hidden;
}

.copyright-area .right-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.copyright-area .right-bg-color {
    position: absolute;
    width: 50px;
    top: 0;
    height: 100%;
    background-color: var(--bs-white);
    right: -35px;
    transform: skewX(-24deg);
}

.single-course {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    background: var(--bs-white);
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.course-summary,
.course-details {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    background: var(--bs-white);
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.course-details iframe {
    width: 100%;
    aspect-ratio: 1/.5;
    max-height: 430px;
    min-height: 200px;
}

.course-content .nav-tabs {
    gap: 5px;
    margin: 15px 0;
}

.course-content .nav-tabs button {
    padding: 8px 30px;
    background-color: rgb(37 33 89 / 20%);
    color: var(--bs-primary);
    border: none;
}

.course-content .nav-tabs button.active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.course-info {}

.course-info li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.course-info li::before {
    font-family: 'Font Awesome 5 Pro';
    color: var(--bs-secondary);
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}

.course-info li.duration::before {
    content: "\f017";
}

.course-info li.lectures::before {
    content: "\f02d";
}

.course-info li.skills::before {
    content: "\f7df";
    font-family: 'Font Awesome 5 Brands';
}

.course-summary .add-button {}

.post-meta .btn-primary {
    padding: 8px 17px;
    line-height: 1.8;
    font-size: 15px;
}

.support-btn button.messenger {
    position: fixed;
    left: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: #0385FF;
    color: var(--bs-white);
    z-index: 999;
    font-size: 20px;
    padding: 0;
    display: grid;
    place-items: center;
    border: navajowhite;
    box-shadow: 0px 7px 14px 0px rgb(0 69 255 / 12%);
}

.support-btn .chat-pop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    background-color: var(--bs-white);
    width: 100%;
    max-width: 360px;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0px 7px 14px 0px rgb(0 69 255 / 12%);
    outline: 3px solid var(--bs-secondary);
}

.support-btn .chat-pop .close-btn {
    background-image: none;
    position: absolute;
    right: 0;
    top: -35px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    background-color: var(--bs-white);
    border-radius: 50%;
    z-index: 99;
    padding: 0;
}

.support-btn .chat-pop .btn-whatsapp {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #25d366;
    color: var(--bs-white);
    font-size: 22px;
    display: grid;
    place-items: center;
}

.fixed-social {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.fixed-social ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fixed-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    margin: 1px 0;
    border-radius: 5px 0 0 5px;
}

.fixed-social ul li a:hover {
    width: 42px;
    background-color: var(--bs-secondary);
}

.fixed-links {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.fixed-links ul {
    display: flex;
    flex-direction: column;
}

.fixed-links ul li a {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    display: inline-flex;
    height: 40px;
    align-items: center;
    width: 40px;
    position: relative;
    border-radius: 0 5px 5px 0;
    margin: 1px 0;
}

.fixed-links ul li:hover a {
    border-radius: 0;
}

.fixed-links ul li a i {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.fixed-links ul li a span {
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-out;
    transform-origin: left;
    display: inline-flex;
    padding-right: 10px;
    position: absolute;
    left: 40px;
    background-color: var(--bs-primary);
    height: 40px;
    align-items: center;
    border-radius: 0 5px 5px 0;
}

.fixed-links ul li:hover a span {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1);
}

.blog-detail .lower-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blog-detail .lower-content::before,
.blog-detail .lower-content::after {
    content: '';
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--bs-primary);
    border-radius: 50%;
    transform: translateY(-15%) translateX(2%) scale(1.5);
    z-index: -1;
    opacity: 0.1;
}

.blog-detail .lower-content::before {
    transform: translateY(25%) translateX(35%) scale(1.5);
}
