/*=========================================

Author: Mosharraf Hossain
Version: 1.0
Designed by: Mosharraf Hossain

=========================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --bs-primary: #d6111e;
    --bs-hov-primary: #d6111e;
    --bs-soft-primary: rgba(214, 17, 30, 0.5);
    --bs-secondary: #171422;
    --bs-soft-secondary: rgb(23, 20, 34, 0.5);
    --bs-light: #f4f2e9;
    --bs-dark: #122505;
}

body {
    font-family: 'Heebo', sans-serif;
    margin: 0px;
    line-height: 1.5;
    color: var(--bs-gray-900);
    background-color: var(--bs-white);
    max-width: 100vw;
    overflow-x: hidden;
    color: var(--bs-secondary);
}

p {
    font-family: 'Roboto', sans-serif;
}

.scrollTop {
    position: fixed;
    right: 40px;
    bottom: 35px;
    border: none;
    width: 40px;
    height: 55px;
    font-size: 18px;
    background-color: var(--bs-primary);
    color: var(--bs-light);
    transition: all 0.3s ease 0s;
    z-index: 99;
    border-radius: 6px;
    border-bottom: 4px solid var(--bs-secondary);
}
img.service_img {
    height: 60px;
    width: 60px;
}
.scrollTop:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    transform: translateY(-5px);
}

.tooltip-arrow::before {
    border-left-color: var(--bs-secondary) !important;
}
.tooltip-inner {
    background-color: var(--bs-secondary);
}

.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,
.uppy-Dashboard-files::-webkit-scrollbar,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track,
.uppy-Dashboard-files::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb,
.uppy-Dashboard-files::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-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-primary-sm {
    filter: drop-shadow(var(--bs-soft-primary) 2px 3px 5px);
}

.shadow-primary-md {
    filter: drop-shadow(var(--bs-soft-primary) 5px 7px 10px);
}

.shadow-xs {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !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(0, 0, 0, 0.06) 0px 10px 26px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !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-dark {
    background-color: #171422 !important;
}

.bg-light-dark {
    background-color: #504f56;
}

.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;
}

.text-soft-white {
    color: rgba(255, 255, 255, 0.15) !important;
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.15) !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;
}

.hov-text-muted:hover {
    color: var(--bs-gray) !important;
}

.hov-translate--5:hover {
    transform: translateY(-5px);
}

.bg-light {
    background-color: var(--bs-light) !important;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    transition: all 0.3s ease 0s;
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: none;
    color: var(--bs-hov-primary);
}

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 !important;
}

.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 !important;
}

.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;
}

.mx--10px {
    margin-left: -10px;
    margin-right: -10px;
}

.mx--2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.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-70vh {
    min-height: 70vh;
}

.mnh-100 {
    min-height: 100%;
}

.mnh-200px {
    min-height: 200px;
}

.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-200px {
    max-width: 200px;
}

.mw-300px {
    max-width: 300px;
}

.mw-400px {
    max-width: 400px;
}

.mw-500px {
    max-width: 500px;
}

.mw-700px {
    max-width: 700px;
}

.mw-1000px {
    max-width: 1000px;
}

.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;
}

.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.6rem 1rem;
    font-size: 0.875rem;
    height: calc(2.5125rem + 2px);
    border: 1px solid rgb(226, 229, 236);
    color: rgb(137, 139, 146);
}

.rounded-6px {
    border-radius: 6px !important;
}

.rounded-10px {
    border-radius: 10px !important;
}

.rounded-12px {
    border-radius: 12px !important;
}

.rounded-20px {
    border-radius: 20px !important;
}

.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;
}

.ratio-square {
    aspect-ratio: 1 / 1;
}

.ratio-1-65 {
    aspect-ratio: 1 / 0.65;
}

.ratio-1-8 {
    aspect-ratio: 1 / 0.8;
}

.ratio-1-12 {
    aspect-ratio: 1 / 1.2;
}

.object-top {
    object-position: top;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropstart .dropdown-toggle::before,
.dropdown-toggle::after {
    border: 0px;
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 80%;
    margin-left: 0.3rem;
}

.dropup .dropdown-toggle::after {
    border: 0px;
    content: "";
}

.dropdown-toggle.no-arrow::after {
    content: none;
}

.dropdown-menu {
    border-color: rgb(226, 229, 236);
    margin: 0px;
    min-width: 14rem;
    font-size: inherit;
    box-shadow: rgba(82, 63, 105, 0.15) 0px 0px 50px 0px;
    padding: 0.5rem 0px;
    max-width: 100%;
    border-radius: 0px;
    top: 100% !important;
    transform: none !important;
}

.show.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px !important;
}

.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;
    top: 0px;
    right: 0px;
}

.absolute-top-left {
    position: absolute;
    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%);
}

.right--10px {
    right: -10px !important;
}

.rating i {
    color: rgb(195, 195, 197);
    font-size: 1rem;
    letter-spacing: -1px;
    transition: all 0.3s ease 0s;
}

.rating i.hover,
.rating i.active,
.text-rating {
    color: rgb(255, 167, 7);
}

.bg-rating {
    background-color: rgb(255, 167, 7);
}

.rating i.half {
    position: relative;
}

.rating i.half::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    font-size: inherit;
    color: rgb(255, 167, 7);
    z-index: 1;
}

.rating-sm i {
    font-size: 0.8125rem;
}

.rating-lg i {
    font-size: 1.125rem;
}

.rating-input label {
    cursor: pointer;
}

.rating-input input {
    display: none;
}

.border-bottom-dashed {
    border-bottom: 1px dashed rgb(204, 204, 204) !important;
}

.border-3px {
    border-width: 3px !important;
}

.border-soft-secondary {
    border-color: var(--bs-soft-secondary) !important;
}

.border-soft-white {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-light {
    border-color: var(--bs-gray-200) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.hov-border-primary:hover {
    border-color: var(--bs-primary) !important;
}

.border-transparent {
    border-color: transparent !important;
}

.form-control:focus {
    box-shadow: none;
}

.badge-primary {
    background-color: var(--bs-primary);
}

.badge-secondary {
    background-color: var(--bs-secondary);
}

.badge-inline {
    width: auto;
}

.text-reset {
    color: inherit !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.fill-white {
    fill: var(--bs-white);
}

.fill-muted {
    fill: var(--bs-gray);
}

.stroke-muted {
    stroke: var(--bs-gray);
}

.hov-stroke-primary:hover {
    stroke: var(--bs-primary);
}

.hov-stroke-white:hover {
    stroke: var(--bs-white);
}

.hov-fill-primary:hover {
    fill: var(--bs-primary);
}

.hov-fill-white:hover {
    fill: var(--bs-white);
}

.stroke-white {
    stroke: var(--bs-white);
}

.fill-primary {
    fill: var(--bs-primary);
}

.stroke-primary {
    stroke: var(--bs-primary);
}

.btn-soft-primary {
    background-color: var(--bs-soft-primary);
    color: var(--bs-primary);
}

.btn-soft-secondary {
    background-color: var(--bs-soft-secondary);
    color: var(--bs-dark);
}

.btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}

.btn-sm {
    padding: 0.5rem 1.2rem;
    font-size: 0.8125rem;
}

.nav-link {
    color: var(--bs-dark);
}

.nav-link:hover {
    color: var(--bs-secondary);
}

.dropdown-menu-end {
    right: 0px !important;
    left: auto !important;
}

.dropdown-menu-start {
    right: auto !important;
    left: 0px !important;
}

.img-fit {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.w-fit {
    width: fit-content !important;
}

.h-250px,
.size-250px {
    height: 250px;
}

.h-200px,
.size-200px {
    height: 200px;
}

.w-200px,
.size-200px {
    width: 200px !important;
}

.h-250px,
.size-250px {
    height: 250px;
}

.w-250px,
.size-250px {
    width: 250px !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;
}

.outline-2 {
    outline: solid 2px;
}

.outline-primary {
    outline-color: var(--bs-primary);
}

.carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
}

.carousel.dots-inside-bottom .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel .slick-dots button {
    height: 8px;
    width: 8px;
    padding: 0px;
    color: transparent;
    border: 0px;
    background: hwb(248deg 4% 38% / 30%);
    border-radius: 20px;
    margin: 0px 3px;
}

.carousel .slick-dots .slick-active button {
    background: var(--bs-primary);
    width: 52px;
}

.carousel .slick-arrow {
    position: absolute;
    top: 0px;
    z-index: 2;
    background: rgba(255, 255, 255, .1);
    border: none;
    font-size: 26px;
    line-height: 1;
    padding: 0px;
    text-align: center;
    color: var(--bs-white);
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.carousel .slick-arrow:hover {
    background-color: var(--bs-white);
    color: var(--bs-secondary);
}

.transparent-arrows .slick-arrow {
    border: none;
    background-color: transparent;
    color: var(--bs-gray);
    visibility: visible;
    opacity: 1;
    font-size: 22px;
}

.transparent-arrows .slick-arrow.slick-disabled {
    visibility: hidden !important;
    opacity: 0 !important;
}

.transparent-arrows .slick-arrow.slick-prev {
    left: -30px;
}

.transparent-arrows .slick-arrow.slick-next {
    right: -30px;
}

.transparent-arrows .slick-arrow:hover {
    color: var(--bs-primary);
    background-color: transparent;
}

.carousel.half-outside-arrow .slick-disabled {
    opacity: 1;
    visibility: visible !important;
}

.carousel.half-outside-arrow .slick-arrow {
    border-radius: 50%;
    opacity: 1;
    visibility: visible !important;
}

.carousel.arrows-bottom .slick-arrow,
.carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.carousel .slick-prev {
    left: 10px;
}

.carousel .slick-next {
    right: 10px;
}

.half-outside-arrow .slick-next {
    right: -15px;
}

.half-outside-arrow .slick-prev {
    left: -15px;
}


/*=================== New Styles Start From Here ===================*/

.btn-primary {
    background-color: var(--bs-primary);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 16px 30px;
    min-width: 160px;
    font-size: 16px;
}

.btn-sm.btn-primary {
    padding: 0.5rem 1.2rem;
    font-size: 15px;
    min-width: fit-content;
}

.btn-primary::before {
    display: none;
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
}

.btn-primary:focus {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.main-menu>li>a {
    position: relative;
}

.main-menu>li>a::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--bs-primary);
}

.cta-area {
    margin-top: -70px;
    position: relative;
    z-index: 999;
}

.about-img {
    position: relative;
}

.about-img img:last-child {
    margin-top: -80px;
    margin-left: -80px;
}

.single-service {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(25, 100, 227, 0.06);
    background-color: var(--bs-white);
    padding: 60px 30px 30px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.single-service .service-shape {
    width: 100%;
    height: 110px;
    background: var(--bs-white);
    opacity: 0.1;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: -8px;
    right: -140px;
    transform: rotate(-55deg);
}

.single-service::after {
    content: "";
    width: 170px;
    height: 1px;
    display: block;
    background: var(--bs-primary);
    opacity: 0.14;
    position: absolute;
    top: 40px;
    left: 20px;
}

.single-service::before {
    content: "";
    width: 1px;
    height: 170px;
    display: block;
    background: var(--bs-primary);
    opacity: 0.14;
    position: absolute;
    top: 20px;
    left: 40px;
}

.single-service:hover {
    background-color: var(--bs-primary);
}

.single-service:hover * {
    color: var(--bs-white);
}

.single-service:hover .feature-logo {
    background-color: var(--bs-white);
}

.single-service:hover:before {
    background-color: var(--bs-white);
    opacity: 0.15;
}

.single-service:hover:after {
    background-color: var(--bs-white);
    opacity: 0.15;
}

.single-service .icon {
    color: var(--bs-primary);
    transition: all 0.3s ease-in-out;
}

.single-service:hover .icon {
    color: var(--bs-white);
}

.single-service .icon {
    width: 95px;
    height: 95px;
    box-shadow: 0 0 10px 0 rgba(25, 100, 227, 0.1);
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
    justify-content: center;
}






.single-package {
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
    border-radius: 10px;
}

.row>div:nth-child(2) .single-package,
.row>div:nth-child(5) .single-package {
    transform: scaleX(1.1) scaleY(1.06);
}

.single-package.first {
    border-radius: 10px 0 0 10px;
}

.single-package.second {
    padding: 60px 30px;
    margin-top: -25px;
    z-index: 1;
    position: relative;
}

.single-package.third {
    border-radius: 0 10px 10px 0;
}

.single-package-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaedef;
    margin-bottom: 15px;
    border-radius: 3px;
}

.single-package-icon {
    font-size: 24px;
    float: left;
    margin-right: 14px;
}

.single-package-title {
    position: relative;
    font-size: 22px;
    color: #3b566e;
    font-weight: 500;
    line-height: 25px;
    display: grid;
}

.single-package-title small {
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #919a9e;
    margin-top: 2px;
}

.single-package-price {
    font-size: 28px;
    font-weight: 800;
}

.single-package-price small {
    font-size: 13px;
    margin-top: -8px;
    color: #b1bcc1;
    font-weight: 500;
    padding-left: 5px;
    text-align: center;
}

.single-package-price.monthly .yearly {
    display: none;
}

.single-package-price.yearly .monthly {
    display: none;
}

.single-package-body {
    padding: 10px 0;
    position: relative;
}

.single-package-list {
    padding: 0;
    width: 100%;
}

.single-package-list li {
    list-style: none;
    font-weight: 700;
    padding: 10px 0;
    font-size: 13px;
    position: relative;
    color: var(--bs-gray);
}

.single-package-list li.checked::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
    font-size: 13px;
    color: var(--bs-primary);
}

.single-package-list li.not-checked {
    text-decoration: line-through;
}

.single-package-footer {
    padding: 10px;
    min-height: 66px;
    position: relative;
}

.single-package-footer-btn {
    background: var(--bs-primary);
    color: #fff;
    padding: 10px 0;
    border-radius: 36px;
    font-size: 13px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 50px 0 rgba(14, 68, 93, 0.18);
    text-decoration: none;
    width: 150px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    height: 39px;
    position: relative;
}

.single-package-footer-btn:hover {
    background: var(--bs-primary);
    color: #fff;
    text-decoration: none !important;
}

.single-package-footer-btn .first-step-hosting-text small {
    position: relative;
    color: #fff;
    left: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
    font-weight: 700;
}

.single-package-footer-btn:hover .first-step-hosting-text small {
    left: -120px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-package-footer-btn .first-step-hosting-text i {
    right: -50px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-package-footer-btn:hover .first-step-hosting-text i {
    right: 40px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-package-payment {
    display: none;
}

.single-package-payment-title {
    position: relative;
    font-size: 26px;
    color: #3b566e;
    font-weight: 500;
    line-height: 25px;
    display: grid;
}

.single-package-payment-title small {
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #919a9e;
    margin-top: 4px;
}

.loader-single-package-body {
    position: absolute;
    font-size: 40px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: 44%;
    transform: translateY(-50%);
    opacity: 0.3;
    display: none;
}

.second-step-hosting-text {
    display: none;
    color: #fff;
}

.single-package-footer-btn-back {
    color: #8b969c;
    border-radius: 36px;
    font-size: 13px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 15px;
    height: 19px;
    width: 19px;
    line-height: 39px;
    opacity: 1;
    text-align: center;
    z-index: 1;
}

.single-package-footer-btn-back .first-stright {
    width: 100%;
    height: 2px;
    background: #c0c6ca;
    position: absolute;
    border-radius: 10px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
}

.single-package-footer-btn-back .second-stright {
    width: 100%;
    height: 2px;
    background: #c0c6ca;
    position: absolute;
    border-radius: 10px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    left: 0;
}

.single-package-footer-btn-back:hover .first-stright {
    background: #747c82;
}

.single-package-footer-btn-back:hover .second-stright {
    background: #747c82;
}

.single-package-login-form {
    margin-top: 30px;
}

.single-package-login-form label {
    position: relative;
    font-size: 15px;
    color: #3b566e;
    font-weight: 700;
}

.single-package-login-form input {
    background: #efeff5 !important;
    border: 0;
    border-radius: 13px;
    padding: 0.4rem 0.75rem;
    font-size: 14px;
}

.single-package-error p {
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #919a9e;
    margin-top: 4px;
}

.single-package .speed {
    display: inline-block;
    padding: 0.5rem 1.25rem 0.4rem;
    font-weight: 800;
    font-size: 24px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 1rem 1rem 1rem 0rem;
    margin-bottom: 0.5rem;
}

.mm-spn.mm-spn--navbar:after {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--bs-white);
    opacity: 1;
    background-color: var(--bs-primary);
}

.mnh-300px {
    min-height: 300px;
}

@keyframes glitch-anim {
    0% {
        clip: rect(111px, 9999px, 131px, 0);
    }

    4.16666667% {
        clip: rect(68px, 9999px, 16px, 0);
    }

    8.33333333% {
        clip: rect(93px, 9999px, 64px, 0);
    }

    12.5% {
        clip: rect(29px, 9999px, 96px, 0);
    }

    16.66666667% {
        clip: rect(43px, 9999px, 37px, 0);
    }

    20.83333333% {
        clip: rect(13px, 9999px, 15px, 0);
    }

    25% {
        clip: rect(82px, 9999px, 144px, 0);
    }

    29.16666667% {
        clip: rect(130px, 9999px, 51px, 0);
    }

    33.33333333% {
        clip: rect(51px, 9999px, 36px, 0);
    }

    37.5% {
        clip: rect(37px, 9999px, 42px, 0);
    }

    41.66666667% {
        clip: rect(124px, 9999px, 90px, 0);
    }

    45.83333333% {
        clip: rect(50px, 9999px, 32px, 0);
    }

    50% {
        clip: rect(19px, 9999px, 21px, 0);
    }

    54.16666667% {
        clip: rect(49px, 9999px, 99px, 0);
    }

    58.33333333% {
        clip: rect(141px, 9999px, 37px, 0);
    }

    62.5% {
        clip: rect(90px, 9999px, 109px, 0);
    }

    66.66666667% {
        clip: rect(43px, 9999px, 130px, 0);
    }

    70.83333333% {
        clip: rect(103px, 9999px, 107px, 0);
    }

    75% {
        clip: rect(65px, 9999px, 145px, 0);
    }

    79.16666667% {
        clip: rect(29px, 9999px, 16px, 0);
    }

    83.33333333% {
        clip: rect(30px, 9999px, 64px, 0);
    }

    87.5% {
        clip: rect(124px, 9999px, 105px, 0);
    }

    91.66666667% {
        clip: rect(108px, 9999px, 24px, 0);
    }

    95.83333333% {
        clip: rect(100px, 9999px, 110px, 0);
    }

    100% {
        clip: rect(98px, 9999px, 141px, 0);
    }
}

@keyframes glitch-anim-2 {
    6.66666667% {
        clip: rect(94px, 9999px, 62px, 0)
    }

    10% {
        clip: rect(113px, 9999px, 45px, 0)
    }

    13.33333333% {
        clip: rect(137px, 9999px, 48px, 0)
    }

    16.66666667% {
        clip: rect(29px, 9999px, 84px, 0)
    }

    20% {
        clip: rect(59px, 9999px, 136px, 0)
    }

    23.33333333% {
        clip: rect(144px, 9999px, 27px, 0)
    }

    26.66666667% {
        clip: rect(109px, 9999px, 19px, 0)
    }

    30% {
        clip: rect(149px, 9999px, 10px, 0)
    }

    33.33333333% {
        clip: rect(92px, 9999px, 146px, 0)
    }

    36.66666667% {
        clip: rect(90px, 9999px, 14px, 0)
    }

    40% {
        clip: rect(99px, 9999px, 51px, 0)
    }

    43.33333333% {
        clip: rect(92px, 9999px, 77px, 0)
    }

    46.66666667% {
        clip: rect(40px, 9999px, 5px, 0)
    }

    50% {
        clip: rect(86px, 9999px, 81px, 0)
    }

    53.33333333% {
        clip: rect(87px, 9999px, 20px, 0)
    }

    56.66666667% {
        clip: rect(37px, 9999px, 27px, 0)
    }

    60% {
        clip: rect(75px, 9999px, 77px, 0)
    }

    63.33333333% {
        clip: rect(148px, 9999px, 133px, 0)
    }

    66.66666667% {
        clip: rect(14px, 9999px, 147px, 0)
    }

    70% {
        clip: rect(75px, 9999px, 125px, 0)
    }

    73.33333333% {
        clip: rect(96px, 9999px, 109px, 0)
    }

    76.66666667% {
        clip: rect(101px, 9999px, 103px, 0)
    }

    80% {
        clip: rect(68px, 9999px, 45px, 0)
    }

    83.33333333% {
        clip: rect(13px, 9999px, 122px, 0)
    }

    86.66666667% {
        clip: rect(40px, 9999px, 71px, 0)
    }

    90% {
        clip: rect(40px, 9999px, 138px, 0)
    }

    93.33333333% {
        clip: rect(23px, 9999px, 94px, 0)
    }

    96.66666667% {
        clip: rect(97px, 9999px, 104px, 0)
    }

    100% {
        clip: rect(46px, 9999px, 130px, 0)
    }
}

.ltx-glitch {
    position: relative;
    padding: 0 100px;
    display: inline-block;
}

.ltx-glitch:before,
.ltx-glitch:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.ltx-glitch::after {
    left: -2px;
    text-shadow: -2px 0 #ddc76d;
    clip: rect(85px, 550px, 140px, 0);
    animation: glitch-anim 1s infinite linear alternate-reverse;
}

.ltx-glitch::before {
    left: 2px;
    text-shadow: -2px 0 var(--bs-primary);
    clip: rect(24px, 550px, 90px, 0);
    animation: glitch-anim-2 2s infinite linear alternate-reverse;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    justify-content: center;
}

.breadcrumb>li:last-child {
    padding-right: 0;
}

.breadcrumb>.active,
.breadcrumb>.last-item {
    color: var(--bs-white);
}

.breadcrumb>li+li:before {
    content: "/";
    padding: 0 13px;
}

.contact-info li:not(:last-child) .in::after {
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid rgba(0, 0, 0, .1);
    height: 80px;
    position: absolute;
}

.map-wrapper iframe {
    min-height: 350px;
    width: 100%;
    border: 0;
    aspect-ratio: 1/.8;
    height: 100%;
}

.form-control:focus {
    border-color: var(--bs-primary);
}

.single-video::before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    background-color: #171422;
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-clip: border-box;
}

.single-video:hover::before {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.single-video .ltx-play-wrap {
    width: 90px;
    height: 90px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAaCAYAAABRqrc5AAAAqUlEQVQ4jcXVMQ5BURCF4UuiUei0WpVo2YAdWIXKElgBO1CzAiuwAJ2WikqjkLx8CnnRv1P4k2n/5M7MPVOwQxelaRVfzhimEnhinkpqNuikEjhhkErgjlkqgQortBNJzRH9VAJXTFIJvLFMJTV79FIJXDBCaUFpzquUsmgHgh/hc8ZJTw6CxtYjbmk44hum/rX2FdaCD/gQRkEcSltBPMZBHZ+MnfB4fQCP7ISXoDSt/QAAAABJRU5ErkJggg==) 53% 50% no-repeat;
    background-color: var(--bs-primary);
    border: 10px solid var(--bs-white);
}

.single-video .ltx-play-wrap:hover {
    background-color: var(--bs-dark);
}

.single-photo .fa {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    font-size: 26px;
    color: var(--bs-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    background: rgba(0, 0, 0, .8);
    padding: 20px;
    z-index: 10;
}

.single-photo:hover .fa {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.single-photo img {
    transition: all 0.3s ease-in-out;
}

.single-photo img:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}