:root {
    --color-white: #fff;
    --color-light: #F3F3F3;
    --color-secondary-light: #E3E3E3;
    --color-bg: #00246B;
    --color-bg-light: #A6CBFF;
    --color-bg-dark: #04223A;
    --color-gray: #f2f8fb;
    --color-light-gray: #F6F8F7;
    --color-text-primary: #3B3B3B;
    --color-dark: #252525;
    --color-dark-bg: #22578B;
    --color-bg-secondary: #36C190;
    --color-accent: #2EB786;
    --color-hover: #00246B;
    --color-orange: #F24822;
    --color-brown: #a67019;
    --font-size: 1rem;
    --font-size-12: 0.75rem;
    --font-size-14: 0.857rem;
    --font-size-18: 1.125rem;
    --font-size-20: 1.25rem;
    --font-size-24: 1.5rem;
    --font-size-30: 1.875rem;
    --font-size-40: 2.5rem;
    --font-size-50: 3.125rem;
    --font-size-60: 3.75rem;
    --weight-800: 800;
    --weight: bold;
    --weight-600: 600;
    --weight-500: 500;
    --weight-400: 400;
    --font-sans-serif-tittle: "Libre Baskerville", serif;
    --font-sans-serif: "DM Sans", sans-serif;
    --color-gradient: linear-gradient(180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0));
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-color 0.5s;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #cbe3db;
}

::-webkit-scrollbar-thumb {
    background: var(--color-bg);
    border-radius: 5px;
}

body {
    background-color: var(--color-white);
    color: var(--color-text-primary);
    font-family: var(--font-sans-serif);
    font-optical-sizing: auto;
    font-size: var(--font-size);
    font-style: normal;
    line-height: 1.8rem;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark);
    font-family: var(--font-sans-serif);
    font-weight: var(--weight);
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: inherit;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.875rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 0.5rem;
}

small {
    font-size: var(--font-size-14);
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

/*bootstrap extend*/
.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-26 {
    font-size: 1.625rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-30 {
    font-size: 1.875rem !important;
}

.fs-36 {
    font-size: 2.25rem !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;
}

/* aiz-core */
.w-auto {
    width: auto;
}

.w-5px,
.size-5px {
    width: 5px;
}

.w-10px,
.size-10px {
    width: 10px;
}

.w-15px,
.size-15px {
    width: 15px;
}

.w-20px,
.size-20px {
    width: 20px;
}

.w-25px,
.size-25px {
    width: 25px;
}

.w-30px,
.size-30px {
    width: 30px;
}

.w-35px,
.size-35px {
    width: 35px;
}

.w-40px,
.size-40px {
    width: 40px;
}

.w-45px,
.size-45px {
    width: 45px;
}

.w-48px,
.size-48px {
    width: 48px;
}

.w-50px,
.size-50px {
    width: 50px;
}

.w-60px,
.size-60px {
    width: 60px;
}

.w-64px,
.size-64px {
    width: 64px;
}

.w-70px,
.size-70px {
    width: 70px;
}

.w-80px,
.size-80px {
    width: 80px;
}

.w-90px,
.size-90px {
    width: 90px;
}

.w-100px,
.size-100px {
    width: 100px;
}

.w-110px,
.size-110px {
    width: 110px;
}

.w-120px,
.size-120px {
    width: 120px;
}

.w-130px,
.size-130px {
    width: 130px;
}

.w-140px,
.size-140px {
    width: 140px;
}

.w-150px,
.size-150px {
    width: 150px;
}

.w-160px,
.size-160px {
    width: 160px;
}

.w-170px,
.size-170px {
    width: 170px;
}

.w-180px,
.size-180px {
    width: 180px;
}

.w-190px,
.size-190px {
    width: 190px;
}

.w-200px,
.size-200px {
    width: 200px;
}

.w-210px,
.size-210px {
    width: 210px;
}

.w-220px,
.size-220px {
    width: 220px;
}

.w-230px,
.size-230px {
    width: 230px;
}

.w-240px,
.size-240px {
    width: 240px;
}

.w-250px,
.size-250px {
    width: 250px;
}

.w-260px,
.size-260px {
    width: 260px;
}

.w-270px,
.size-270px {
    width: 270px;
}

.w-280px,
.size-280px {
    width: 280px;
}

.w-290px,
.size-290px {
    width: 290px;
}

.w-300px,
.size-300px {
    width: 300px;
}

.w-310px,
.size-310px {
    width: 310px;
}

.w-320px,
.size-320px {
    width: 320px;
}

.w-330px,
.size-330px {
    width: 330px;
}

.w-340px,
.size-340px {
    width: 340px;
}

.w-350px,
.size-350px {
    width: 350px;
}

.w-360px,
.size-360px {
    width: 360px;
}

.w-370px,
.size-370px {
    width: 370px;
}

.w-380px,
.size-380px {
    width: 380px;
}

.w-390px,
.size-390px {
    width: 390px;
}

.w-400px,
.size-400px {
    width: 400px;
}

.w-410px,
.size-410px {
    width: 410px;
}

.w-420px,
.size-420px {
    width: 420px;
}

.w-450px,
.size-450px {
    width: 450px;
}

.w-470px,
.size-470px {
    width: 470px;
}

.w-500px,
.size-500px {
    width: 500px;
}

.w-530px,
.size-530px {
    width: 530px;
}

.w-553px,
.size-553px {
    width: 553px;
}

.w-640px,
.size-640px {
    width: 640px;
}

.w-800px,
.size-800px {
    width: 820px;
}

.h-auto {
    height: auto;
}

.h-5px,
.size-5px {
    height: 5px;
}

.h-10px,
.size-10px {
    height: 10px;
}

.h-15px,
.size-15px {
    height: 15px;
}

.h-20px,
.size-20px {
    height: 20px;
}

.h-25px,
.size-25px {
    height: 25px;
}

.h-30px,
.size-30px {
    height: 30px;
}

.h-35px,
.size-35px {
    height: 35px;
}

.h-40px,
.size-40px {
    height: 40px;
}

.h-45px,
.size-45px {
    height: 45px;
}

.h-48px,
.size-48px {
    height: 48px;
}

.h-50px,
.size-50px {
    height: 50px;
}

.h-60px,
.size-60px {
    height: 60px;
}

.h-64px,
.size-64px {
    height: 64px;
}

.h-70px,
.size-70px {
    height: 70px;
}

.h-80px,
.size-80px {
    height: 80px;
}

.h-90px,
.size-90px {
    height: 90px;
}

.h-100px,
.size-100px {
    height: 100px;
}

.h-110px,
.size-110px {
    height: 110px;
}

.h-120px,
.size-120px {
    height: 120px;
}

.h-130px,
.size-130px {
    height: 130px;
}

.h-140px,
.size-140px {
    height: 140px;
}

.h-150px,
.size-150px {
    height: 150px;
}

.h-160px,
.size-160px {
    height: 160px;
}

.h-170px,
.size-170px {
    height: 170px;
}

.h-180px,
.size-180px {
    height: 180px;
}

.h-185px,
.size-185px {
    height: 185px;
}

.h-190px,
.size-190px {
    height: 190px;
}

.h-200px,
.size-200px {
    height: 200px;
}

.h-210px,
.size-210px {
    height: 210px;
}

.h-220px,
.size-220px {
    height: 220px;
}

.h-230px,
.size-230px {
    height: 230px;
}

.h-240px,
.size-240px {
    height: 240px;
}

.h-250px,
.size-250px {
    height: 250px;
}

.h-260px,
.size-260px {
    height: 260px;
}

.h-270px,
.size-270px {
    height: 270px;
}

.h-280px,
.size-280px {
    height: 280px;
}

.h-290px,
.size-290px {
    height: 290px;
}

.h-300px,
.size-300px {
    height: 300px;
}

.h-310px,
.size-310px {
    height: 310px;
}

.h-320px,
.size-320px {
    height: 320px;
}

.h-330px,
.size-330px {
    height: 330px;
}

.h-340px,
.size-340px {
    height: 340px;
}

.h-350px,
.size-350px {
    height: 350px;
}

.h-360px,
.size-360px {
    height: 360px;
}

.h-370px,
.size-370px {
    height: 370px;
}

.h-380px,
.size-380px {
    height: 380px;
}

.h-390px,
.size-390px {
    height: 390px;
}

.h-400px,
.size-400px {
    height: 400px;
}

.h-410px,
.size-410px {
    height: 410px;
}

.h-420px,
.size-420px {
    height: 420px;
}

.h-450px,
.size-450px {
    height: 450px;
}

.h-460px,
.size-460px {
    height: 460px;
}

.h-470px,
.size-470px {
    height: 470px;
}

.h-475px,
.size-475px {
    height: 475px;
}

.h-485px,
.size-485px {
    height: 485px;
}

.h-490px,
.size-490px {
    height: 490px;
}

.h-500px,
.size-500px {
    height: 500px;
}

.h-530px,
.size-530px {
    height: 530px;
}

.h-553px,
.size-553px {
    height: 553px;
}

.h-640px,
.size-640px {
    height: 640px;
}

.h-800px,
.size-800px {
    height: 820px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
    color: var(--color-hover);
    font-weight: var(--weight-400);
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: var(--color-hover);
}

a,
dt {
    color: var(--color-text-primary);
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: var(--color-bg-dark);
    text-decoration: none;
}

.btn {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

/******** custom-btn ********/
.custom-btn {
    position: relative;
    background: #00246B;
    border-radius: 3px;
    outline: none;
    border: 1px solid #00246B;
    color: var(--color-white);
    cursor: pointer;
    font-weight: var(--weight-600);
    font-size: var(--font-size);
    padding: 8px 24px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0rem;
}

.custom-btn:hover,
.custom-btn:focus {
    background: #196EB1;
    border: 1px solid #196EB1;
    color: var(--color-white);
}

.custom-btn span {
    line-height: 1.5rem;
    font-size: var(--font-size);
    margin-left: 8px;
}

.customize-btn {
    position: relative;
    width: max-content;
    background-color: var(--color-bg);
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: var(--weight-600);
    font-size: var(--font-size);
    padding: 10px 26px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0rem;
}

.customize-btn:hover,
.customize-btn:focus {
    background-color: var(--color-bg-dark);
    color: #fff;
}

.btn-outline {
    border-radius: 0;
    border: 1px solid var(--color-bg-secondary);
    color: var(--color-bg-secondary);
    outline: none;
    cursor: pointer;
    font-weight: var(--weight-600);
    font-size: var(--font-size-18);
    padding: 10px 26px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0rem;
}

.btn-outline:hover {
    background-color: var(--color-hover);
    border: 1px solid var(--color-hover);
    color: var(--color-white);
}

.btn-read {
    display: inline-block;
    position: relative;
    color: var(--color-bg-secondary);
    font-size: var(--font-size);
    font-style: normal;
    font-weight: var(--weight-600);
    text-decoration: none;
    text-transform: capitalize;
}

.btn-read span {
    font-size: var(--font-size-18);
    margin-left: 10px;
}

.btn-read:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-bg-secondary);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: var(--color-brown);
}

.btn-browse {
    color: var(--color-white);
}

.btn-browse span {
    color: var(--color-white);
}

.btn-browse:after {
    background-color: var(--color-white);
}

.btn-browse:hover,
.btn-browse:focus {
    color: var(--color-white);
}

.form-group {
    position: relative;
}

input,
textarea,
select,
button {
    outline: none;
    font-size: 0.875rem;
}

input.form-control,
.form-select,
textarea.form-control,
select.form-control,
.form-select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--color-text-primary);
    height: 50px;
    font-size: 0.875rem !important;
    padding: 10px;
    line-height: 35px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
    border: 1px solid var(--color-dark);
    outline: none;
    box-shadow: none;
    border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -moz-webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-webkit-appearance: textfield;
}

textarea.form-control {
    height: 100px;
}

.form-control.ndate-picker {
    background-color: var(--color-white);
}

.form-label {
    margin-bottom: 0.2rem;
}

label {
    display: inline-block;
    font-weight: var(--weight-400);
    font-size: var(--font-size-14);
    margin-bottom: 0;
    line-height: 1.5rem;
}

.form-floating>label {
    padding: 0.6rem 0.55rem;
}

.title-widget {
    position: relative;
    z-index: 1;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
    position: relative;
    color: var(--color-dark);
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-family: var(--font-sans-serif-tittle);
    line-height: 36px;
    text-transform: inherit;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
}

.tit__sm {
    display: flex;
    color: var(--color-bg-secondary);
    font-size: var(--font-size-14);
    line-height: 18px;
    font-weight: var(--weight-500);
    text-transform: capitalize;
}

.tit__sm span {
    font-size: var(--font-size-18);
    margin-right: 6px;
}

.tit-sm-1 {
    color: var(--color-white);
}

.tit-sm-1 span {
    color: var(--color-white);
}

.position-relative {
    position: relative !important;
    z-index: 1;
}

.py-100 {
    padding: 100px 0;
}


.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-30 {
    padding: 30px 0;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
    padding: 0 !important;
}

.p-s-0 {
    padding-left: 0 !important;
}

.p-e-0 {
    padding-right: 0 !important;
}

.ps-40 {
    padding-left: 40px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

hr {
    background-color: var(--color-gray);
    opacity: 1;
}

.radius-8 {
    border-radius: 0.5rem;
}

.line {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    border-bottom: 1px solid var(--color-gray);
}

.opacity-bg {
    background-color: rgba(64, 45, 41, 0.06);
}

.section-content {
    position: relative;
    padding: 40px 0 40px 0;
}

main.section-all {
    min-height: 700px;
}

.container-fluid {
    padding: 0 80px;
}

.radius-2 {
    border-radius: 2px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-8 {
    border-radius: 8px;
}

.bg-color-1 {
    background-color: var(--color-bg);
}

.bg-color-2 {
    background-color: var(--color-bg-secondary);
}

.bg-color-3 {
    background-color: var(--color-light);
}

.bg-color-4 {
    background-color: var(--color-gray);
}

.bg-color-5 {
    background-color: var(--color-light-gray);
}


/******** header ********/
header {
    position: relative;
}

.header-container {
    position: relative;
}

.topnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topnav-lft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topcont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.topcont {
    color: var(--color-white);
    font-size: var(--font-size-14);
    font-weight: var(--weight-500);
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.topcont a {
    color: var(--color-white);
}

.topcont span {
    margin-right: 8px;
}

.header-middle {
    background: #fafbfd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	background-color: #fafbfd;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	transform: translateY(-100%);
	animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.logo-widget {
    position: relative;
    margin: 10px 0;
    text-align: center;
    padding-right: 70px;
}

.sticky .logo-widget img {
    width: 170px;
} 

.sticky .nav-menu > li > a {
  padding: 25px 8px;
}

.sticky .nav_rit {
  margin-top: 15px;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav_rit {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    float: right;
}

.navbar-icons-2 {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}

.main-nav .navbar-icons-2 .user-dropdown-icon {
    position: relative;
}

.navbar-icons-2 .searchbar-open a,
.navbar-icons-2 .user-dropdown-icon a {
    position: relative;
    font-weight: 600;
}

.navbar-icons-2 .searchbar-open {
    margin-left: 30px;
}

.navbar-icons-2 .user-dropdown-icon {
    position: relative;
}

.navbar-icons-2 .user-dropdown-icon i a {
    font-size: 20px;
    cursor: pointer;
}

.search-box {
    position: relative;
    vertical-align: middle;
}

.plan-btn {
    position: relative;
}

.openBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #3e4756;
    font-size: 1.25rem;
    vertical-align: middle;
    text-align: center;
}

.openBtn span {
    color: #3e4756;
    font-size: 1.25rem;
}

.openBtn:hover {
    background: transparent;
}

.overlay {
    height: 300px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 1);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: left;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    z-index: 99999;
    font-size: 30px;
    background-color: #0e76bc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
}

.overlay .closebtn:hover {
    color: #595959;
}

.search-form {
    position: relative;
    border-bottom: 1px solid #0e76bc;
    width: 100%;
}

.overlay input[type="text"] {
    padding: 16px 0;
    font-size: 18px;
    border: none;
    float: left;
    width: 1000%;
    background: white;
}

.overlay input[type="text"]:hover {
    background: white;
}

.overlay button {
    float: left;
    width: auto;
    /*padding: 15px;*/
    background: transparent;
    color: #313b4e;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: transparent;
}

/**** imgwrapper ****/
.container-card {
    position: relative;
    background-color: transparent;
    display: block;
}

.imgBox {
    position: relative;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.imgBox img {
    object-fit: cover;
    resize: both;
    transition: 0.4s ease;
}

.h-xs-300 {
    height: 100%;
}

.img280 img {
    height: 280px;
    object-fit: cover;
    resize: both;
    transition: 0.4s ease;
}

.container-card:hover .imgBox img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: 0.4s ease;
}

.pkg_bg {
    /*padding: 20px;*/
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.pkg_items {
    color: #;
}


.why-container {
    position: relative;
    /* margin-top: -50px; */
}

.svg-pattern {
    position: relative;
    margin-top: -80px;
}

.h-sm-p60 {
    padding-bottom: 60px;
}

.testimonial-section {
    margin-top: -130px;
    position: relative;
}

.client-container {
    padding-top: 230px;
}

/***********destination***********/

.pattern-bg {
    position: relative;
}

/*.pattern-bg::after {
    position: absolute;
    content: '';
    top: -38px;
    left: 0;
    height: 38px;
    width: 100%;
    background: url(../assets/images/svg-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/

.card__wrap {
    background-color: #f2f9ff;
    border-radius: 16px;
    padding: 30px 10px;
}
.treks__img {
    position: relative;
}

.Img200 {
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.Img200 img {
    border-radius: 100%;
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.trips_infos p {
    color: #00246B;
}

.r-90 {
    border-radius: 90px;
}

.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.favourite {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--color-white);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
}

.seller-tag {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color:#44A194;
    color: var(--color-white);
    font-size: 14px;
    border-radius: 4px;
    padding: 0px 14px;
}

.pkg-wrap-content {
    position: relative;
    padding: 20px;
}

.trip_items {
    color: #519A66;
}

.package-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pkg-dtl {
    font-style: normal;
    font-weight: var(--weight);
    font-size: var(--font-size-20);
    color: var(--color-dark);
    display: inline-block;
}

.pkg-dtl strike {
    font-style: normal;
    font-weight: var(--weight-500);
    font-size: var(--font-size);
    color: var(--color-text-primary);
}

.pkg-dtl sub {
    display: block;
    color: var(--color-text-primary);
    font-size: var(--font-size-14);
    font-weight: var(--weight-500);
    margin-bottom: 14px;
}

.rate-review {
    font-size: var(--font-size-18);
    font-weight: var(--weight-500);
}

.rate-review span {
    font-size: var(--font-size-18);
    color: var(--color-bg-secondary);
}


.tt-desti {
    font-family: var(--font-sans-serif-tittle);
}

.itinery {
    color: var(--color-text-primary);
    font-family: var(--font-sans-serif);
    font-size: var(--font-size);
}

.rating-title h5 {
    font-family: var(--font-sans-serif-tittle);
}


/* Hero Video */
.outter.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .outter.hero-video {
        height: 325px;
    }
}

.hero-video .video-container {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-video .video-container {
        height: 325px;
    }
}

.hero-video video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .hero-video video {
        height: 325px;
    }
}

.hero-video .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-video h1 {
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1;
    color: var(--color-white);
    font-family: var(--font-sans-serif-tittle);
}

@media (max-width: 767px) {
    .hero-video h1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .hero-video h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

.hero-video .desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.hero-video .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}

@media (max-width: 767px) {
    .hero-video .callout {
        width: 90%;
    }
}

/******destination******/

.card-box {
    position: relative;
    overflow: hidden;
}

.pkg-dtl {
    display: block;
}

.pkginfos {
    color: var(--color-text-primary);
    display: inherit;
    font-size: var(--font-size-14);
    font-weight: var(--weight-400);
}

.pkginfos span {
    color: var(--color-orange);
    font-size: var(--font-size-18);
    font-weight: var(--weight-500);
    margin-right: 5px;
}

.offbg {
    background-color: var(--color-bg-secondary);
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: var(--font-size-14);
    display: inline-block;
    padding: 0px 10px;
}

.view-btn {
    background-color: var(--color-secondary-light);
    border: 1px solid var(--color-brown);
    color: var(--color-dark);
}

.client-box {
    position: relative;
}

.container-testi {
    position: relative;
    background-color: #f2f9ff;
    padding: 20px 30px;
}

.r_source {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center; 
  overflow: hidden;
}

.r_source img {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.rating ul {
    padding-left: 0;
    margin-bottom: 0;
}

.rating ul li {
    color: var(--color-orange);
    display: inline-block;
    font-size: var(--font-size);
    margin-right: 2px;
}

.scroller {
    height: 180px;
    width: 100%;
    margin-left: 10px;
    overflow-y: scroll;
}

.scroller::-webkit-scrollbar-track
{
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;*/
}

.scroller::-webkit-scrollbar
{
    width: 4px;
    background-color: #666;
}

.scroller::-webkit-scrollbar-thumb
{
    background-color: #BAE1FF;
    border: 2px solid #666;
}

.smlogo-icon {
    float: left;
}

.smlogo-icon img {
    float: left;
    margin-right: 20px;
    width: 58px;
}

.t-img-box {
    position: relative;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
}

.t-img-box img {
    position: relative;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
}

.client-container .owl-carousel .owl-stage-outer {
    padding-bottom: 15px;
}


video {
    background-color: var(--color-white);
    /* box-shadow: 10px 6px 15px -4px rgba(0,0,0,0.75); */
    border-radius: 2px;
    /* padding: 1em; */
    /* margin: 1em; */
}

video::-webkit-media-controls {
    display: none;
}

.img250 {
    height: 250px;
}

.blog-info {
    display: flex;
    font-size: var(--font-size-14);
    font-weight: var(--weight-500);
    line-height: 18px;
    margin-right: 20px;
}

.blog-info span {
    color: var(--color-brown);
    margin-right: 6px;
}

.affilation-wrap {
    float: right;
}

.affiliation {
    padding-left: 0;
    margin-bottom: 0;
}

.affiliation li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.affiliation li img {
    /* width: 46px; */
    height: auto;
}

footer {
    position: relative;
    background: #00246b url(../assets/images/banner__trekking_03.png) no-repeat center bottom;
    margin-top: 50px;
}

.footer-inner {
    padding: 40px 0 50px 0;
}

.team__wrapper {
    position: relative;
    margin-top: -60px;
    padding-bottom: 20px;
    z-index: 1;
}

.team_member {
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    padding:20px 20px 20px 20px;
}

.team__img {
    margin: 0 auto !important;
    float:  inherit;
}
.team__img img {
     margin: 0 auto !important;
}
.footer__tittle {
    color: var(--color-white);
    font-size: var(--font-size-18);
    font-weight: var(--weight-600);
    line-height: 120%;
    text-transform: capitalize;
}

.cnt-icon {
    background-color: transparent;
    width: 30px;
    /* height: 30px;
    border-radius: 2px; */
    text-align: center;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.cnt-icon span {
    color: #fff;
    font-size: var(--font-size-20);
}

.cnt-title {
    font-size: var(--font-size-14);
    font-weight: var(--weight-500);
    color: var(--color-white);
    display: block;
    line-height: 1.5em;
    text-transform: capitalize;
}

.cnt-text {
    margin-left: 40px;
    font-size: 0.875em;
    color: var(--color-light);
    line-height: 1.125em;
    display: block;
}

.cnt-text a {
    color: var(--color-light);
}

.cnt-text span {
    display: block;
}

.listing {
    padding-left: 0;
}

.listing li {
    position: relative;
    color: var(--color-light);
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 32px;
}

.listing li a {
    color: var(--color-light);
}

.listing li a:hover {
    color: var(--color-hover);
}

.subscribe-from {
    position: relative;
}

.input-box input {
    display: block;
    height: 42px;
    width: 100%;
    border: 1px solid var(--color-white);
    background-color: var(--color-white);
    border-radius: 0;
    color: #393939;
    outline: none;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.input-box .button {
    display: block;
    height: 42px;
    width: 100%;
    font-size: 16px;
    color: #f2f9ff;
    border: none;
    border-radius: 0;
    background-color: #00246B;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: capitalize;
}


.line-bg {
    border-top: 1px dashed var(--color-bg-light);
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cpy-info p {
    color: var(--color-light);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cpy-info p a {
    color: var(--color-light);
}

.cpy-info p a:hover {
    color: var(--color-hover);
    text-decoration: underline;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 6px;
    margin-bottom: 6px;
}

.social-icons ul {
    padding-left: 0;
    margin-bottom: 0;
}

.social-icons ul li {
    display: inline-block;
    font-size: 0.875rem;
    text-align: center;
    margin-left: 2px;
}

.social-icons ul li a {
    border-radius: 2px;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    padding: 0 2px;
    text-align: center;
}

.social-icons ul li.facebook-f a {
    background: #1974d0;
    color: #ffffff;
}

.social-icons ul li.twitter a {
    background: #000;
    color: #ffffff;
}

.social-icons ul li.instagram a {
    background: #f09433;
    background: -moz-linear-gradient(45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%);
    background: -webkit-linear-gradient(45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%);
    background: linear-gradient(45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #ffffff;
}

.social-icons ul li.youtube a {
    background: #db0505;
    color: #ffffff;
}
.social-icons ul li.linkedin a {
    background: #0962bb;
    color: #ffffff;
}

.shareit {
    position: fixed;
    top: 40%;
    right: 0;
    display: block;
    z-index: 9;
}

.shareit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    transition: opacity 0.15s linear;
    text-decoration: none;
}

.shareit a:hover {
    opacity: 1;
}

.blog-content {
    display: flex;
}

/******** all page css *******/
.site_page-title-inner {
    position: relative;
}

.page-titleShape {
    position: relative;
    padding: 250px 0 150px 0;
    text-align: center;
}

.page-titleShape::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0) 127.57%); */
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.9),
        rgba(255, 255, 255, 0));
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.page-title {
    position: relative;
}

.page-title ul li {
    font-size: 14px;
    font-weight: var(--weight-600);
    color: var(--color-text-primary);
    text-transform: capitalize;
    padding: 10px 0;
}

.page-title ul li a {
    color: var(--color-bg);
}

.page-title ul li+li::before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 10px;
    display: inline-block;
    margin: 0 5px 0 8px;
}

.page-title h3 {
    color: var(--color-text-primary);
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
}

ul.list-item {
    padding-left: 0 !important;
}

.list-item li {
    position: relative;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 500;
    list-style: disc;
    list-style-position: inside;
    line-height: 32px;
    margin: 0;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn_1 {
    border: 1px solid var(--color-bg);
    height: 30px;
    width: 30px;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 24px;
}

.btn-icon {
    width: 15px;
    height: 15px;
    stroke: var(--color-bg);
}

.btn_1:hover {
    background-color: var(--color-bg);
}

.btn_1:hover .btn-icon {
    stroke: #fff;
}

.page-link:link,
.page-link:visited {
    text-decoration: none;
    color: var(--color-bg);
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    border: 1px solid var(--color-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
    background-color: var(--color-bg);
    color: #fff;
}


.search-list {
  width: 100%;
  position: relative;
  display: flex;
}

.wrap-search{
   position: relative;
}

.searchwrap {
    display: inline-block;
}





.custom-radio {
  display: none;
}
.custom-radio + label {
  font-weight: normal;
  cursor: pointer;
}
.custom-radio + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 1px solid #2196F3;
}
.custom-radio + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2196F3;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.custom-radio:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.custom-radio:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.custom-radio:disabled + label, .custom-radio:disabled + label span {
  cursor: default;
}

.custom-checkbox {
  display: none;
}
.custom-checkbox + label {
  font-weight: normal;
  cursor: pointer;
}
.custom-checkbox + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border: 1px solid #009688;
}
.custom-checkbox + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  background-color: #009688;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.custom-checkbox:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.custom-checkbox:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.custom-checkbox:disabled + label, .custom-checkbox:disabled + label span {
  cursor: default;
}

.chkbx-toggle {
  display: none;
}
.chkbx-toggle + label {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  height: 20px;
  background-color: #e4e4e4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::before, .chkbx-toggle + label::after {
  content: "";
  display: block;
  position: absolute;
}
.chkbx-toggle + label::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #F1F1F1;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::after {
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.chkbx-toggle:checked + label {
  background-color: #e68900;
}
.chkbx-toggle:checked + label::before {
  background-color: #FF9800;
}
.chkbx-toggle:checked + label::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.chkbx-toggle:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}


.contact-info-item {
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 60px;
  width: 60px;
  float: left;
  line-height: 60px;
  background-color: var(--color-bg-secondary);
  color: var(--color-white);
  text-align: center;
  border-radius: 100%;
}

.contact-info-icon span {
  color: var(--color-white);
  font-size: 24px;
}

.contact-info-content {
  margin-left: 80px;
}

.contact-info-content h4 {
  color: var(--color-bg-dark);
  font-size: 1.25em;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: var(--color-dark);
  font-size: 1em;
}

.mbl-screen,
.screen-sm {
    display: none;
}

.pe-20 {
    padding-right: 20px;
}

.img170 img {
    height: 170px;
    object-fit: cover;
}

.widget-cloud ul {
    padding-left: 0;
}

.widget-cloud ul li {
    display: inline-block;
    list-style: none;
}

.widget-cloud ul li a {
    border: 1px solid rgb(18, 68, 199);
    color: rgb(18, 68, 199);
    display: inline-block;
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 20px;
    text-align: center;
    margin: 5px 2px;
}

.widget-cloud ul li a {
    color: rgb(18, 68, 199);
}

.widget-cloud ul li a:hover {
    background-color: rgb(18, 68, 199);
    border: 1px solid rgb(18, 68, 199);
    color: rgb(255, 255, 255);
}

.widget-cloud ul li a:hover {
    color: rgb(255, 255, 255);
}

.widget-cloud ul li a:focus {
    color: rgb(255, 255, 255);
}

.booking-form .trip-info {
    padding-top: 15px;
}

.booking-form .trip-info ul {
    padding-left: 0;
    margin-bottom: 0;
}

.booking-form .trip-info ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-form .trip-info ul li b {
    font-weight: 500;
}

.booking-form .trip-info ul li+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dfdfeb;
}

.booking-form .trip-info ul li h6 span {
    display: block;
    color: #6c757d;
    font-size: 0.8375rem;
    font-weight: 400;
    padding-top: 2px;
}

.booking-form .trip-info ul li p {
    font-weight: 500;
    color: #0e54a6;
}

.scale-75 {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
}

.our-team {
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}

.our-team .pic {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
    background: #0e54a6;
    border-radius: 50%;
}

.pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.our-team .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #142037;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #3b71fe;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social li {
    display: inline-block;
    margin-right: 5px;
}

.our-team .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #0e54a6;
    border: 1px solid #0e54a6;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social li a {
    background: #0e54a6;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.positon-team {
    font-size: var(--font-size-12);
    display: block;
}

.cntdtl {
    background-color: var(--color-bg);
}

.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.accordion .accordion-item button {
    border-bottom: 1px solid #bcbcbc;
}

.chart-container {
    width: 100%;
    height: 50%;
    margin: auto;
}

.container-year {
    position: relative;
}

.container-year select {
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    height: 45px;
}

.invalid-feedback {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #f5c922;
}

input.is-invalid {
    border-color: #f5c922;
    outline: 1px solid #f5c922;
}

.wrapper_notice_info {
    position: relative;
    background-color: #f2fbff;
    border: 1px solid #cfefff;
    border-radius: 0.25rem;
    padding: 25px;
}

.wrapper_notice_info .notice__info {
    font-weight: 400;
    margin-top: 1rem;
}

.tripdetails-card {
    position: relative;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 1px 2px rgba(11, 60, 93, 0.4),
    0 -1px 2px rgba(11, 60, 93, 0.04);
    margin-top: 30px;
}

.sidebar__inner {
    padding: 20px;
}

.s-button {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.4rem 0 !important;
    text-transform: uppercase;
}

.s-filter {
    padding: 10px 0 !important;
}

.sort-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sort_items {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.select-sort {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 14em;
    height: 3em;
    line-height: 3;
    background: var(--color-gray);
    overflow: hidden;
    border: 1px solid var(--color-text-primary) !important;
    border-radius: .25em;
}

.select-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--color-text-primary) !important;
    background: var(--color-gray);
    background-image: none;
    flex: 1;
    padding: 0 .6em;
    color: var(--color-dark);
    cursor: pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

.select-sort::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    color: var(--color-dark);
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
    /* background: linear-gradient(-45deg, #81ee52, #e15e90, #42b8e3, #49dbb9); */
    /* background-size: 400% 400%; */
    /* animation: gradient 15s ease infinite; */
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 2px solid var(--color-bg);
    border-right: none;
    padding: 6px 10px;
    height: 42px;
    border-radius: 4px 0 0 4px;
    outline: none;
    color: var(--color-dark);
}

.searchButton {
    width: 40px;
    height: 42px;
    border: 1px solid var(--color-bg);
    background: var(--color-bg);
    text-align: center;
    color: var(--color-white);
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
}

.mbl-screen,
.screen-sm {
    display: none;
}

.sm-screen {
    display: none;
}

.trekking__destination {
    position: relative;
    margin-top: -90px;
    z-index: 1;
}

.wrapper__section {
    background-color: #ffffff;
    border-radius: 14px;
    padding:40px 20px 0px 20px;
}

.fixed__depart {
    background-color: #edf7ff;
}

/********responsive css*********/
@media (max-width: 1300px) {
    .container {
        max-width: calc(100% - 20px);
    }

    .container-fluid {
        padding: 0 20px;
    }

    .custom-logo {
      width: 230px;
  }

  .nav-menu > li > a {
      padding: 34px 8px;
  }

  .nav_rit {
      margin-top: 20px;
  }

  .banner-container {
     height: 500px;
 }

 .ban_text {
  left: 5%;
}
}

@media (max-width: 1280px) {

    .section-content {
        padding: 30px 0;
    }

    .nav-menu>li>a {
        padding: 32px 10px;
    }

    .nav-header {
        float: left;
        margin-right: 10px;
    }

    .link-nav {
        color: #ffffff;
        margin-left: 20px;
        font-size: 12px;
        padding: 12px 0 0 0;
    }

    .hero-slider {
        width: 100%;
        height: 500px;
    }

    .hero-slider .carousel-cell {
        width: 100%;
        height: 500px;
    }

    .overlay-content {
        position: relative;
        top: 46%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }

    .steddownImg {
        top: -308px;
    }

    .toggle-nav {
        display: none;
    }

    .banner-container {
     height: 500px;
 }
}

@media (max-width: 1080px) {
    .search-box {
        border-right: none;
        padding-right: 10px;
    }

    .custom-btn {
        font-size: 15px;
        padding: 8px 18px;
    }

    .custom-btn span {
        margin-right: 4px;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        position: relative;
        font-size: 24px;
        line-height: 30px;
    }

    .top-header ul li {
        font-size: 12px;
        padding-right: 10px;
    }

    .hero-slider .carousel-cell .slide-content .title {
        font-size: 32px;
    }

    .nav_rit {
        margin-right: 40px;
    }

    .navigation-portrait .nav-menu {
        width: 100%;
        padding-top: 40px;
    }

    .navigation-portrait .nav-menus-wrapper {
        width: 100%;
        height: 100%;
        top: 18%;
        left: -100%;
        position: fixed;
        background-color: var(--color-hover);
        z-index: 20000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition-duration: 0.2s;
        transition-timing-function: ease;
    }

    .nav-menu>li>a {
        color: #fff;
    }

    .nav-dropdown>li>a {
        background-color: var(--color-bg);
    }

    .nav-dropdown>li>a {
        color: #fff;
    }

    .nav-menu>li.focus>a {
        color: #fff;
    }

    .nav-dropdown>li.focus>a {
        color: var(--color-white);
    }

    .submenu-indicator-chevron {
        border-color: transparent #fff #fff transparent;
    }

    .nav-menu>.focus>a .submenu-indicator-chevron {
        border-color: transparent #fff #fff transparent;
    }

    .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
        border-color: transparent #fff #fff transparent;
    }

    .banner-title-md {
        font-size: 40px;
    }

    .nav-menu>li>a {
        font-size: var(--font-size);
        padding: 18px 10px;
    }

    /*.logo-widget img {
        width: 100px;
    }*/

    .shareit {
        right: 14px;
        z-index: 9;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 14px 0px 14px 0px;
    }

    .navigation-portrait .nav-dropdown>li>a {
        padding: 12px 0px 12px 0px;
    }

    .navigation-portrait .nav-dropdown>li>ul>li>a {
        padding-left: 0px;
    }

    .navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
        padding-left: 0px;
    }

    .btn-outline {
        font-size: var(--font-size);
        padding: 6px 20px;
    }

    .tabsmenu-container {
        padding: 0;
    }

    .navigation-portrait .megamenu-panel {
        padding: 16px 10px;
    }

    .mbl-screen {
        position: absolute;
        right: 40px;
        top: 20px;
        display: block;
    }

    .navbar-icons-2 .searchbar-open {
        margin-left: 20px;
    }
}

@media (max-width: 992px) {
    .sticky {
        position: inherit;
    }
    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .py-80 {
        padding: 40px 0;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .py-60 {
        padding: 30px 0;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .menu_toogle {
        display: none;
    }

    .section-content {
        padding: 30px 0;
    }

    .main_header_area {
        padding-bottom: 0;
    }

    .nav-header {
        margin-right: 0;
    }

    .header-icon ul li {
        font-size: 16px;
        padding-right: 4px;
    }

    .top-right .top-right-info-2 .head-rit {
        margin-left: 30px;
    }

    .shareit {
        right: 24px;
    }

    .tabsmenu-container {
        display: none;
    }

    .megamenu-panel {
        position: inherit;
    }

    .megamenu-panel.nav-submenu {
        position: inherit;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: calc(100% - 10px);
        padding: 0 10px;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 24px;
    }

    .pb-50 {
        padding-bottom: 20px;
    }

    .pt-50 {
        padding-top: 20px;
    }

    .ps-40 {
        padding-left: 0;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .pb-130 {
        padding-bottom: 50px;
    }

    .btn-button {
        font-size: 0.875rem;
        padding: 0.5em 1.4em;
    }

    .navigation-portrait {
        height: inherit;
    }

    .h-tp-icon {
        display: none;
    }

    .menu-bar {
        display: flex;
        justify-content: inherit;
    }

    .menu-link {
        padding: 8px 16px;
    }

    .hero-slider {
        width: 100%;
        height: 400px;
    }

    .hero-slider .carousel-cell {
        width: 100%;
        height: 400px;
    }

    .line-hori::before,
    .line-hori::after {
        display: none;
    }

    .ban_text strong {
        font-size: 24px;
        line-height: 32px;
    }

    .col-left .top-header {
        display: none;
    }

    .top-header {
        display: none;
    }

    .logo-widget {
        text-align: left;
    }

    .header-icon {
        margin: 30px 50px 25px 20px;
    }

    .top-rit-1 {
        margin-top: 20px;
    }

    .top-rit {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .overlay-content {
        width: 100%;
        margin-top: 30px;
    }

    .pe-0 {
        padding-right: inherit !important;
    }

    .ps-0 {
        padding-left: inherit !important;
    }

    .steddownImg {
        display: none;
    }

    .vetcorImg {
        top: -16px;
    }

    .service {
        display: flex;
        flex-direction: inherit;
    }

    .ser1 {
        width: 22%;
    }

    .banner-title-md {
        font-size: 28px;
    }

/*    .banner-innner {
        position: relative;
        padding: 80px 0;
    }
*/
    .fotlogo img {
        width: 120px;
    }

    .blog-content {
        display: block;
        justify-content: left;
    }

    .h-sm-180px {
        position: relative;
    }

    .h-sm-180px img {
        object-fit: cover;
        height: 180px;
    }

    .select-menu {
        margin-right: 10px;
    }

    .shareit {
        display: flex;
        top: 96%;
        left: 34%;
        bottom: 0;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.5rem;
    }


    .phonecall b {
        display: none;
    }

    .navbar-icons-2 .searchbar-open {
        margin-left: 10px;
    }

    .p-s-0 {
        padding-left: 12px !important;
    }

    .p-e-0 {
        padding-right: 12px !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .affilation-wrap {
        float: left;
    }

    .img250 {
        height: inherit;
    }

    .tt-desti {
        font-size: var(--font-size-20);
    }

    .subscribe-wrap {
        padding-bottom: 20px;
    }

    .subscribe .form-control {
        float: inherit;
        width: 100%;
        margin-bottom: 10px;
    }

    .subscribe .btn {
        padding: 10px;
        width: 100%;
    }

    .card-box-wrap {
        padding: 25px;
        margin-top: 30px;
        margin-left: 0;
    }

    .h-sm-300 img {
        height: 300px;
    }

    .svg-pattern {
        display: none;
    }

}

@media (max-width: 480px) {
    .hero-slider .carousel-cell .slide-content .title {
        font-size: 24px;
    }

    .hero-slider .carousel-cell .slide-content .caption {
        font-size: 14px;
    }

    .emailinfo,
    .user-dropdown-icon {
        display: none !important;
    }

    .topcont {
        display: inline-block;
        align-items: center;
        margin-left: 0px;
        justify-content: flex-start;
    }


    /* .navbar-icons-2 .searchbar-open {
        margin-left: 10px;
    } */

    .navbar-icons-2 .searchbar-open {
        margin-left: 0px;
        margin-top: 4px;
    }

    .search-box {
        border-right: none;
        padding-right: 0px;
    }

    .overlay .closebtn {
        position: absolute;
        top: 0px;
    }
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-auto {
        width: auto;
    }

    .w-sm-5px,
    .size-sm-5px {
        width: 5px;
    }

    .w-sm-10px,
    .size-sm-10px {
        width: 10px;
    }

    .w-sm-15px,
    .size-sm-15px {
        width: 15px;
    }

    .w-sm-20px,
    .size-sm-20px {
        width: 20px;
    }

    .w-sm-25px,
    .size-sm-25px {
        width: 25px;
    }

    .w-sm-30px,
    .size-sm-30px {
        width: 30px;
    }

    .w-sm-35px,
    .size-sm-35px {
        width: 35px;
    }

    .w-sm-40px,
    .size-sm-40px {
        width: 40px;
    }

    .w-sm-45px,
    .size-sm-45px {
        width: 45px;
    }

    .w-sm-48px,
    .size-sm-48px {
        width: 48px;
    }

    .w-sm-50px,
    .size-sm-50px {
        width: 50px;
    }

    .w-sm-60px,
    .size-sm-60px {
        width: 60px;
    }

    .w-sm-64px,
    .size-sm-64px {
        width: 64px;
    }

    .w-sm-70px,
    .size-sm-70px {
        width: 70px;
    }

    .w-sm-80px,
    .size-sm-80px {
        width: 80px;
    }

    .w-sm-90px,
    .size-sm-90px {
        width: 90px;
    }

    .w-sm-100px,
    .size-sm-100px {
        width: 100px;
    }

    .w-sm-110px,
    .size-sm-110px {
        width: 110px;
    }

    .w-sm-120px,
    .size-sm-120px {
        width: 120px;
    }

    .w-sm-130px,
    .size-sm-130px {
        width: 130px;
    }

    .w-sm-140px,
    .size-sm-140px {
        width: 140px;
    }

    .w-sm-150px,
    .size-sm-150px {
        width: 150px;
    }

    .w-sm-160px,
    .size-sm-160px {
        width: 160px;
    }

    .w-sm-170px,
    .size-sm-170px {
        width: 170px;
    }

    .w-sm-180px,
    .size-sm-180px {
        width: 180px;
    }

    .w-sm-190px,
    .size-sm-190px {
        width: 190px;
    }

    .w-sm-200px,
    .size-sm-200px {
        width: 200px;
    }

    .w-sm-210px,
    .size-sm-210px {
        width: 210px;
    }

    .w-sm-220px,
    .size-sm-220px {
        width: 220px;
    }

    .w-sm-230px,
    .size-sm-230px {
        width: 230px;
    }

    .w-sm-240px,
    .size-sm-240px {
        width: 240px;
    }

    .w-sm-250px,
    .size-sm-250px {
        width: 250px;
    }

    .w-sm-260px,
    .size-sm-260px {
        width: 260px;
    }

    .w-sm-270px,
    .size-sm-270px {
        width: 270px;
    }

    .w-sm-280px,
    .size-sm-280px {
        width: 280px;
    }

    .w-sm-290px,
    .size-sm-290px {
        width: 290px;
    }

    .w-sm-300px,
    .size-sm-300px {
        width: 300px;
    }

    .w-sm-310px,
    .size-sm-310px {
        width: 310px;
    }

    .w-sm-320px,
    .size-sm-320px {
        width: 320px;
    }

    .w-sm-330px,
    .size-sm-330px {
        width: 330px;
    }

    .w-sm-340px,
    .size-sm-340px {
        width: 340px;
    }

    .w-sm-350px,
    .size-sm-350px {
        width: 350px;
    }

    .w-sm-360px,
    .size-sm-360px {
        width: 360px;
    }

    .w-sm-370px,
    .size-sm-370px {
        width: 370px;
    }

    .w-sm-380px,
    .size-sm-380px {
        width: 380px;
    }

    .w-sm-390px,
    .size-sm-390px {
        width: 390px;
    }

    .w-sm-400px,
    .size-sm-400px {
        width: 400px;
    }

    .w-sm-410px,
    .size-sm-410px {
        width: 410px;
    }

    .w-sm-420px,
    .size-sm-420px {
        width: 420px;
    }

    .w-sm-450px,
    .size-sm-450px {
        width: 450px;
    }

    .w-sm-470px,
    .size-sm-470px {
        width: 470px;
    }

    .w-sm-500px,
    .size-sm-500px {
        width: 500px;
    }

    .w-sm-530px,
    .size-sm-530px {
        width: 530px;
    }

    .w-sm-553px,
    .size-sm-553px {
        width: 553px;
    }

    .w-sm-640px,
    .size-sm-640px {
        width: 640px;
    }

    .w-sm-800px,
    .size-sm-800px {
        width: 820px;
    }

    .h-sm-auto {
        height: auto;
    }

    .h-sm-5px,
    .size-sm-5px {
        height: 5px;
    }

    .h-sm-10px,
    .size-sm-10px {
        height: 10px;
    }

    .h-sm-15px,
    .size-sm-15px {
        height: 15px;
    }

    .h-sm-20px,
    .size-sm-20px {
        height: 20px;
    }

    .h-sm-25px,
    .size-sm-25px {
        height: 25px;
    }

    .h-sm-30px,
    .size-sm-30px {
        height: 30px;
    }

    .h-sm-35px,
    .size-sm-35px {
        height: 35px;
    }

    .h-sm-40px,
    .size-sm-40px {
        height: 40px;
    }

    .h-sm-45px,
    .size-sm-45px {
        height: 45px;
    }

    .h-sm-48px,
    .size-sm-48px {
        height: 48px;
    }

    .h-sm-50px,
    .size-sm-50px {
        height: 50px;
    }

    .h-sm-60px,
    .size-sm-60px {
        height: 60px;
    }

    .h-sm-64px,
    .size-sm-64px {
        height: 64px;
    }

    .h-sm-70px,
    .size-sm-70px {
        height: 70px;
    }

    .h-sm-80px,
    .size-sm-80px {
        height: 80px;
    }

    .h-sm-90px,
    .size-sm-90px {
        height: 90px;
    }

    .h-sm-100px,
    .size-sm-100px {
        height: 100px;
    }

    .h-sm-110px,
    .size-sm-110px {
        height: 110px;
    }

    .h-sm-120px,
    .size-sm-120px {
        height: 120px;
    }

    .h-sm-130px,
    .size-sm-130px {
        height: 130px;
    }

    .h-sm-140px,
    .size-sm-140px {
        height: 140px;
    }

    .h-sm-150px,
    .size-sm-150px {
        height: 150px;
    }

    .h-sm-160px,
    .size-sm-160px {
        height: 160px;
    }

    .h-sm-170px,
    .size-sm-170px {
        height: 170px;
    }

    .h-sm-180px,
    .size-sm-180px {
        height: 180px;
    }

    .h-sm-190px,
    .size-sm-190px {
        height: 190px;
    }

    .h-sm-200px,
    .size-sm-200px {
        height: 200px;
    }

    .h-sm-210px,
    .size-sm-210px {
        height: 210px;
    }

    .h-sm-220px,
    .size-sm-220px {
        height: 220px;
    }

    .h-sm-230px,
    .size-sm-230px {
        height: 230px;
    }

    .h-sm-240px,
    .size-sm-240px {
        height: 240px;
    }

    .h-sm-250px,
    .size-sm-250px {
        height: 250px;
    }

    .h-sm-260px,
    .size-sm-260px {
        height: 260px;
    }

    .h-sm-270px,
    .size-sm-270px {
        height: 270px;
    }

    .h-sm-280px,
    .size-sm-280px {
        height: 280px;
    }

    .h-sm-290px,
    .size-sm-290px {
        height: 290px;
    }

    .h-sm-300px,
    .size-sm-300px {
        height: 300px;
    }

    .h-sm-310px,
    .size-sm-310px {
        height: 310px;
    }

    .h-sm-320px,
    .size-sm-320px {
        height: 320px;
    }

    .h-sm-330px,
    .size-sm-330px {
        height: 330px;
    }

    .h-sm-340px,
    .size-sm-340px {
        height: 340px;
    }

    .h-sm-350px,
    .size-sm-350px {
        height: 350px;
    }

    .h-sm-360px,
    .size-sm-360px {
        height: 360px;
    }

    .h-sm-370px,
    .size-sm-370px {
        height: 370px;
    }

    .h-sm-380px,
    .size-sm-380px {
        height: 380px;
    }

    .h-sm-390px,
    .size-sm-390px {
        height: 390px;
    }

    .h-sm-400px,
    .size-sm-400px {
        height: 400px;
    }

    .h-sm-410px,
    .size-sm-410px {
        height: 410px;
    }

    .h-sm-420px,
    .size-sm-420px {
        height: 420px;
    }

    .h-sm-450px,
    .size-sm-450px {
        height: 450px;
    }

    .h-sm-460px,
    .size-sm-460px {
        height: 460px;
    }

    .h-sm-470px,
    .size-sm-470px {
        height: 470px;
    }

    .h-sm-475px,
    .size-sm-475px {
        height: 475px;
    }

    .h-sm-485px,
    .size-sm-485px {
        height: 485px;
    }

    .h-sm-490px,
    .size-sm-490px {
        height: 490px;
    }

    .h-sm-500px,
    .size-sm-500px {
        height: 500px;
    }

    .h-sm-530px,
    .size-sm-530px {
        height: 530px;
    }

    .h-sm-553px,
    .size-sm-553px {
        height: 553px;
    }

    .h-sm-640px,
    .size-sm-640px {
        height: 640px;
    }

    .h-sm-800px,
    .size-sm-800px {
        height: 820px;
    }
}

/* md */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .w-md-auto {
        width: auto;
    }

    .w-md-5px,
    .size-md-5px {
        width: 5px;
    }

    .w-md-10px,
    .size-md-10px {
        width: 10px;
    }

    .w-md-15px,
    .size-md-15px {
        width: 15px;
    }

    .w-md-20px,
    .size-md-20px {
        width: 20px;
    }

    .w-md-25px,
    .size-md-25px {
        width: 25px;
    }

    .w-md-30px,
    .size-md-30px {
        width: 30px;
    }

    .w-md-35px,
    .size-md-35px {
        width: 35px;
    }

    .w-md-40px,
    .size-md-40px {
        width: 40px;
    }

    .w-md-45px,
    .size-md-45px {
        width: 45px;
    }

    .w-md-48px,
    .size-md-48px {
        width: 48px;
    }

    .w-md-50px,
    .size-md-50px {
        width: 50px;
    }

    .w-md-60px,
    .size-md-60px {
        width: 60px;
    }

    .w-md-64px,
    .size-md-64px {
        width: 64px;
    }

    .w-md-70px,
    .size-md-70px {
        width: 70px;
    }

    .w-md-80px,
    .size-md-80px {
        width: 80px;
    }

    .w-md-90px,
    .size-md-90px {
        width: 90px;
    }

    .w-md-100px,
    .size-md-100px {
        width: 100px;
    }

    .w-md-110px,
    .size-md-110px {
        width: 110px;
    }

    .w-md-120px,
    .size-md-120px {
        width: 120px;
    }

    .w-md-130px,
    .size-md-130px {
        width: 130px;
    }

    .w-md-140px,
    .size-md-140px {
        width: 140px;
    }

    .w-md-150px,
    .size-md-150px {
        width: 150px;
    }

    .w-md-160px,
    .size-md-160px {
        width: 160px;
    }

    .w-md-170px,
    .size-md-170px {
        width: 170px;
    }

    .w-md-180px,
    .size-md-180px {
        width: 180px;
    }

    .w-md-190px,
    .size-md-190px {
        width: 190px;
    }

    .w-md-200px,
    .size-md-200px {
        width: 200px;
    }

    .w-md-210px,
    .size-md-210px {
        width: 210px;
    }

    .w-md-220px,
    .size-md-220px {
        width: 220px;
    }

    .w-md-230px,
    .size-md-230px {
        width: 230px;
    }

    .w-md-240px,
    .size-md-240px {
        width: 240px;
    }

    .w-md-250px,
    .size-md-250px {
        width: 250px;
    }

    .w-md-260px,
    .size-md-260px {
        width: 260px;
    }

    .w-md-270px,
    .size-md-270px {
        width: 270px;
    }

    .w-md-280px,
    .size-md-280px {
        width: 280px;
    }

    .w-md-290px,
    .size-md-290px {
        width: 290px;
    }

    .w-md-300px,
    .size-md-300px {
        width: 300px;
    }

    .w-md-310px,
    .size-md-310px {
        width: 310px;
    }

    .w-md-320px,
    .size-md-320px {
        width: 320px;
    }

    .w-md-330px,
    .size-md-330px {
        width: 330px;
    }

    .w-md-340px,
    .size-md-340px {
        width: 340px;
    }

    .w-md-350px,
    .size-md-350px {
        width: 350px;
    }

    .w-md-360px,
    .size-md-360px {
        width: 360px;
    }

    .w-md-370px,
    .size-md-370px {
        width: 370px;
    }

    .w-md-380px,
    .size-md-380px {
        width: 380px;
    }

    .w-md-390px,
    .size-md-390px {
        width: 390px;
    }

    .w-md-400px,
    .size-md-400px {
        width: 400px;
    }

    .w-md-410px,
    .size-md-410px {
        width: 410px;
    }

    .w-md-420px,
    .size-md-420px {
        width: 420px;
    }

    .w-md-450px,
    .size-md-450px {
        width: 450px;
    }

    .w-md-470px,
    .size-md-470px {
        width: 470px;
    }

    .w-md-500px,
    .size-md-500px {
        width: 500px;
    }

    .w-md-530px,
    .size-md-530px {
        width: 530px;
    }

    .w-md-553px,
    .size-md-553px {
        width: 553px;
    }

    .w-md-640px,
    .size-md-640px {
        width: 640px;
    }

    .w-md-800px,
    .size-md-800px {
        width: 820px;
    }

    .h-md-auto {
        height: auto;
    }

    .h-md-5px,
    .size-md-5px {
        height: 5px;
    }

    .h-md-10px,
    .size-md-10px {
        height: 10px;
    }

    .h-md-15px,
    .size-md-15px {
        height: 15px;
    }

    .h-md-20px,
    .size-md-20px {
        height: 20px;
    }

    .h-md-25px,
    .size-md-25px {
        height: 25px;
    }

    .h-md-30px,
    .size-md-30px {
        height: 30px;
    }

    .h-md-35px,
    .size-md-35px {
        height: 35px;
    }

    .h-md-40px,
    .size-md-40px {
        height: 40px;
    }

    .h-md-45px,
    .size-md-45px {
        height: 45px;
    }

    .h-md-48px,
    .size-md-48px {
        height: 48px;
    }

    .h-md-50px,
    .size-md-50px {
        height: 50px;
    }

    .h-md-60px,
    .size-md-60px {
        height: 60px;
    }

    .h-md-64px,
    .size-md-64px {
        height: 64px;
    }

    .h-md-70px,
    .size-md-70px {
        height: 70px;
    }

    .h-md-80px,
    .size-md-80px {
        height: 80px;
    }

    .h-md-90px,
    .size-md-90px {
        height: 90px;
    }

    .h-md-100px,
    .size-md-100px {
        height: 100px;
    }

    .h-md-110px,
    .size-md-110px {
        height: 110px;
    }

    .h-md-120px,
    .size-md-120px {
        height: 120px;
    }

    .h-md-130px,
    .size-md-130px {
        height: 130px;
    }

    .h-md-140px,
    .size-md-140px {
        height: 140px;
    }

    .h-md-150px,
    .size-md-150px {
        height: 150px;
    }

    .h-md-160px,
    .size-md-160px {
        height: 160px;
    }

    .h-md-170px,
    .size-md-170px {
        height: 170px;
    }

    .h-md-180px,
    .size-md-180px {
        height: 180px;
    }

    .h-md-190px,
    .size-md-190px {
        height: 190px;
    }

    .h-md-200px,
    .size-md-200px {
        height: 200px;
    }

    .h-md-210px,
    .size-md-210px {
        height: 210px;
    }

    .h-md-220px,
    .size-md-220px {
        height: 220px;
    }

    .h-md-230px,
    .size-md-230px {
        height: 230px;
    }

    .h-md-240px,
    .size-md-240px {
        height: 240px;
    }

    .h-md-250px,
    .size-md-250px {
        height: 250px;
    }

    .h-md-260px,
    .size-md-260px {
        height: 260px;
    }

    .h-md-270px,
    .size-md-270px {
        height: 270px;
    }

    .h-md-280px,
    .size-md-280px {
        height: 280px;
    }

    .h-md-290px,
    .size-md-290px {
        height: 290px;
    }

    .h-md-300px,
    .size-md-300px {
        height: 300px;
    }

    .h-md-310px,
    .size-md-310px {
        height: 310px;
    }

    .h-md-320px,
    .size-md-320px {
        height: 320px;
    }

    .h-md-330px,
    .size-md-330px {
        height: 330px;
    }

    .h-md-340px,
    .size-md-340px {
        height: 340px;
    }

    .h-md-350px,
    .size-md-350px {
        height: 350px;
    }

    .h-md-360px,
    .size-md-360px {
        height: 360px;
    }

    .h-md-370px,
    .size-md-370px {
        height: 370px;
    }

    .h-md-380px,
    .size-md-380px {
        height: 380px;
    }

    .h-md-390px,
    .size-md-390px {
        height: 390px;
    }

    .h-md-400px,
    .size-md-400px {
        height: 400px;
    }

    .h-md-410px,
    .size-md-410px {
        height: 410px;
    }

    .h-md-420px,
    .size-md-420px {
        height: 420px;
    }

    .h-md-450px,
    .size-md-450px {
        height: 450px;
    }

    .h-md-460px,
    .size-md-460px {
        height: 460px;
    }

    .h-md-470px,
    .size-md-470px {
        height: 470px;
    }

    .h-md-475px,
    .size-md-475px {
        height: 475px;
    }

    .h-md-485px,
    .size-md-485px {
        height: 485px;
    }

    .h-md-490px,
    .size-md-490px {
        height: 490px;
    }

    .h-md-500px,
    .size-md-500px {
        height: 500px;
    }

    .h-md-530px,
    .size-md-530px {
        height: 530px;
    }

    .h-md-553px,
    .size-md-553px {
        height: 553px;
    }

    .h-md-570px {
        height: 570px;
    }

    .h-md-640px,
    .size-md-640px {
        height: 640px;
    }

    .h-md-800px,
    .size-md-800px {
        height: 820px;
    }
}

/* lg */
@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-auto {
        width: auto;
    }

    .w-lg-5px,
    .size-lg-5px {
        width: 5px;
    }

    .w-lg-10px,
    .size-lg-10px {
        width: 10px;
    }

    .w-lg-15px,
    .size-lg-15px {
        width: 15px;
    }

    .w-lg-20px,
    .size-lg-20px {
        width: 20px;
    }

    .w-lg-25px,
    .size-lg-25px {
        width: 25px;
    }

    .w-lg-30px,
    .size-lg-30px {
        width: 30px;
    }

    .w-lg-35px,
    .size-lg-35px {
        width: 35px;
    }

    .w-lg-40px,
    .size-lg-40px {
        width: 40px;
    }

    .w-lg-45px,
    .size-lg-45px {
        width: 45px;
    }

    .w-lg-48px,
    .size-lg-48px {
        width: 48px;
    }

    .w-lg-50px,
    .size-lg-50px {
        width: 50px;
    }

    .w-lg-60px,
    .size-lg-60px {
        width: 60px;
    }

    .w-lg-64px,
    .size-lg-64px {
        width: 64px;
    }

    .w-lg-70px,
    .size-lg-70px {
        width: 70px;
    }

    .w-lg-80px,
    .size-lg-80px {
        width: 80px;
    }

    .w-lg-90px,
    .size-lg-90px {
        width: 90px;
    }

    .w-lg-100px,
    .size-lg-100px {
        width: 100px;
    }

    .w-lg-110px,
    .size-lg-110px {
        width: 110px;
    }

    .w-lg-120px,
    .size-lg-120px {
        width: 120px;
    }

    .w-lg-130px,
    .size-lg-130px {
        width: 130px;
    }

    .w-lg-140px,
    .size-lg-140px {
        width: 140px;
    }

    .w-lg-150px,
    .size-lg-150px {
        width: 150px;
    }

    .w-lg-160px,
    .size-lg-160px {
        width: 160px;
    }

    .w-lg-170px,
    .size-lg-170px {
        width: 170px;
    }

    .w-lg-180px,
    .size-lg-180px {
        width: 180px;
    }

    .w-lg-190px,
    .size-lg-190px {
        width: 190px;
    }

    .w-lg-200px,
    .size-lg-200px {
        width: 200px;
    }

    .w-lg-210px,
    .size-lg-210px {
        width: 210px;
    }

    .w-lg-220px,
    .size-lg-220px {
        width: 220px;
    }

    .w-lg-230px,
    .size-lg-230px {
        width: 230px;
    }

    .w-lg-240px,
    .size-lg-240px {
        width: 240px;
    }

    .w-lg-250px,
    .size-lg-250px {
        width: 250px;
    }

    .w-lg-260px,
    .size-lg-260px {
        width: 260px;
    }

    .w-lg-270px,
    .size-lg-270px {
        width: 270px;
    }

    .w-lg-280px,
    .size-lg-280px {
        width: 280px;
    }

    .w-lg-290px,
    .size-lg-290px {
        width: 290px;
    }

    .w-lg-300px,
    .size-lg-300px {
        width: 300px;
    }

    .w-lg-310px,
    .size-lg-310px {
        width: 310px;
    }

    .w-lg-320px,
    .size-lg-320px {
        width: 320px;
    }

    .w-lg-330px,
    .size-lg-330px {
        width: 330px;
    }

    .w-lg-340px,
    .size-lg-340px {
        width: 340px;
    }

    .w-lg-350px,
    .size-lg-350px {
        width: 350px;
    }

    .w-lg-360px,
    .size-lg-360px {
        width: 360px;
    }

    .w-lg-370px,
    .size-lg-370px {
        width: 370px;
    }

    .w-lg-380px,
    .size-lg-380px {
        width: 380px;
    }

    .w-lg-390px,
    .size-lg-390px {
        width: 390px;
    }

    .w-lg-400px,
    .size-lg-400px {
        width: 400px;
    }

    .w-lg-410px,
    .size-lg-410px {
        width: 410px;
    }

    .w-lg-420px,
    .size-lg-420px {
        width: 420px;
    }

    .w-lg-450px,
    .size-lg-450px {
        width: 450px;
    }

    .w-lg-470px,
    .size-lg-470px {
        width: 470px;
    }

    .w-lg-500px,
    .size-lg-500px {
        width: 500px;
    }

    .w-lg-530px,
    .size-lg-530px {
        width: 530px;
    }

    .w-lg-553px,
    .size-lg-553px {
        width: 553px;
    }

    .w-lg-640px,
    .size-lg-640px {
        width: 640px;
    }

    .w-lg-800px,
    .size-lg-800px {
        width: 820px;
    }

    .h-lg-auto {
        height: auto;
    }

    .h-lg-5px,
    .size-lg-5px {
        height: 5px;
    }

    .h-lg-10px,
    .size-lg-10px {
        height: 10px;
    }

    .h-lg-15px,
    .size-lg-15px {
        height: 15px;
    }

    .h-lg-20px,
    .size-lg-20px {
        height: 20px;
    }

    .h-lg-25px,
    .size-lg-25px {
        height: 25px;
    }

    .h-lg-30px,
    .size-lg-30px {
        height: 30px;
    }

    .h-lg-35px,
    .size-lg-35px {
        height: 35px;
    }

    .h-lg-40px,
    .size-lg-40px {
        height: 40px;
    }

    .h-lg-45px,
    .size-lg-45px {
        height: 45px;
    }

    .h-lg-48px,
    .size-lg-48px {
        height: 48px;
    }

    .h-lg-50px,
    .size-lg-50px {
        height: 50px;
    }

    .h-lg-60px,
    .size-lg-60px {
        height: 60px;
    }

    .h-lg-64px,
    .size-lg-64px {
        height: 64px;
    }

    .h-lg-70px,
    .size-lg-70px {
        height: 70px;
    }

    .h-lg-80px,
    .size-lg-80px {
        height: 80px;
    }

    .h-lg-90px,
    .size-lg-90px {
        height: 90px;
    }

    .h-lg-100px,
    .size-lg-100px {
        height: 100px;
    }

    .h-lg-110px,
    .size-lg-110px {
        height: 110px;
    }

    .h-lg-120px,
    .size-lg-120px {
        height: 120px;
    }

    .h-lg-130px,
    .size-lg-130px {
        height: 130px;
    }

    .h-lg-140px,
    .size-lg-140px {
        height: 140px;
    }

    .h-lg-150px,
    .size-lg-150px {
        height: 150px;
    }

    .h-lg-160px,
    .size-lg-160px {
        height: 160px;
    }

    .h-lg-170px,
    .size-lg-170px {
        height: 170px;
    }

    .h-lg-180px,
    .size-lg-180px {
        height: 180px;
    }

    .h-lg-190px,
    .size-lg-190px {
        height: 190px;
    }

    .h-lg-200px,
    .size-lg-200px {
        height: 200px;
    }

    .h-lg-210px,
    .size-lg-210px {
        height: 210px;
    }

    .h-lg-220px,
    .size-lg-220px {
        height: 220px;
    }

    .h-lg-230px,
    .size-lg-230px {
        height: 230px;
    }

    .h-lg-240px,
    .size-lg-240px {
        height: 240px;
    }

    .h-lg-250px,
    .size-lg-250px {
        height: 250px;
    }

    .h-lg-260px,
    .size-lg-260px {
        height: 260px;
    }

    .h-lg-270px,
    .size-lg-270px {
        height: 270px;
    }

    .h-lg-280px,
    .size-lg-280px {
        height: 280px;
    }

    .h-lg-290px,
    .size-lg-290px {
        height: 290px;
    }

    .h-lg-300px,
    .size-lg-300px {
        height: 300px;
    }

    .h-lg-310px,
    .size-lg-310px {
        height: 310px;
    }

    .h-lg-320px,
    .size-lg-320px {
        height: 320px;
    }

    .h-lg-330px,
    .size-lg-330px {
        height: 330px;
    }

    .h-lg-340px,
    .size-lg-340px {
        height: 340px;
    }

    .h-lg-350px,
    .size-lg-350px {
        height: 350px;
    }

    .h-lg-360px,
    .size-lg-360px {
        height: 360px;
    }

    .h-lg-370px,
    .size-lg-370px {
        height: 370px;
    }

    .h-lg-380px,
    .size-lg-380px {
        height: 380px;
    }

    .h-lg-390px,
    .size-lg-390px {
        height: 390px;
    }

    .h-lg-400px,
    .size-lg-400px {
        height: 400px;
    }

    .h-lg-410px,
    .size-lg-410px {
        height: 410px;
    }

    .h-lg-420px,
    .size-lg-420px {
        height: 420px;
    }

    .h-lg-450px,
    .size-lg-450px {
        height: 450px;
    }

    .h-lg-460px,
    .size-lg-460px {
        height: 460px;
    }

    .h-lg-470px,
    .size-lg-470px {
        height: 470px;
    }

    .h-lg-475px,
    .size-lg-475px {
        height: 475px;
    }

    .h-lg-485px,
    .size-lg-485px {
        height: 485px;
    }

    .h-lg-490px,
    .size-lg-490px {
        height: 490px;
    }

    .h-lg-500px,
    .size-lg-500px {
        height: 500px;
    }

    .h-lg-530px,
    .size-lg-530px {
        height: 530px;
    }

    .h-lg-553px,
    .size-lg-553px {
        height: 553px;
    }

    .h-lg-640px,
    .size-lg-640px {
        height: 640px;
    }

    .h-lg-800px,
    .size-lg-800px {
        height: 820px;
    }
}

/* xl */
@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-auto {
        width: auto;
    }

    .w-xl-5px,
    .size-xl-5px {
        width: 5px;
    }

    .w-xl-10px,
    .size-xl-10px {
        width: 10px;
    }

    .w-xl-15px,
    .size-xl-15px {
        width: 15px;
    }

    .w-xl-20px,
    .size-xl-20px {
        width: 20px;
    }

    .w-xl-25px,
    .size-xl-25px {
        width: 25px;
    }

    .w-xl-30px,
    .size-xl-30px {
        width: 30px;
    }

    .w-xl-35px,
    .size-xl-35px {
        width: 35px;
    }

    .w-xl-40px,
    .size-xl-40px {
        width: 40px;
    }

    .w-xl-45px,
    .size-xl-45px {
        width: 45px;
    }

    .w-xl-48px,
    .size-xl-48px {
        width: 48px;
    }

    .w-xl-50px,
    .size-xl-50px {
        width: 50px;
    }

    .w-xl-60px,
    .size-xl-60px {
        width: 60px;
    }

    .w-xl-64px,
    .size-xl-64px {
        width: 64px;
    }

    .w-xl-70px,
    .size-xl-70px {
        width: 70px;
    }

    .w-xl-80px,
    .size-xl-80px {
        width: 80px;
    }

    .w-xl-90px,
    .size-xl-90px {
        width: 90px;
    }

    .w-xl-100px,
    .size-xl-100px {
        width: 100px;
    }

    .w-xl-110px,
    .size-xl-110px {
        width: 110px;
    }

    .w-xl-120px,
    .size-xl-120px {
        width: 120px;
    }

    .w-xl-130px,
    .size-xl-130px {
        width: 130px;
    }

    .w-xl-140px,
    .size-xl-140px {
        width: 140px;
    }

    .w-xl-150px,
    .size-xl-150px {
        width: 150px;
    }

    .w-xl-160px,
    .size-xl-160px {
        width: 160px;
    }

    .w-xl-170px,
    .size-xl-170px {
        width: 170px;
    }

    .w-xl-180px,
    .size-xl-180px {
        width: 180px;
    }

    .w-xl-190px,
    .size-xl-190px {
        width: 190px;
    }

    .w-xl-200px,
    .size-xl-200px {
        width: 200px;
    }

    .w-xl-210px,
    .size-xl-210px {
        width: 210px;
    }

    .w-xl-220px,
    .size-xl-220px {
        width: 220px;
    }

    .w-xl-230px,
    .size-xl-230px {
        width: 230px;
    }

    .w-xl-240px,
    .size-xl-240px {
        width: 240px;
    }

    .w-xl-250px,
    .size-xl-250px {
        width: 250px;
    }

    .w-xl-260px,
    .size-xl-260px {
        width: 260px;
    }

    .w-xl-270px,
    .size-xl-270px {
        width: 270px;
    }

    .w-xl-280px,
    .size-xl-280px {
        width: 280px;
    }

    .w-xl-290px,
    .size-xl-290px {
        width: 290px;
    }

    .w-xl-300px,
    .size-xl-300px {
        width: 300px;
    }

    .w-xl-310px,
    .size-xl-310px {
        width: 310px;
    }

    .w-xl-320px,
    .size-xl-320px {
        width: 320px;
    }

    .w-xl-330px,
    .size-xl-330px {
        width: 330px;
    }

    .w-xl-340px,
    .size-xl-340px {
        width: 340px;
    }

    .w-xl-350px,
    .size-xl-350px {
        width: 350px;
    }

    .w-xl-360px,
    .size-xl-360px {
        width: 360px;
    }

    .w-xl-370px,
    .size-xl-370px {
        width: 370px;
    }

    .w-xl-380px,
    .size-xl-380px {
        width: 380px;
    }

    .w-xl-390px,
    .size-xl-390px {
        width: 390px;
    }

    .w-xl-400px,
    .size-xl-400px {
        width: 400px;
    }

    .w-xl-410px,
    .size-xl-410px {
        width: 410px;
    }

    .w-xl-420px,
    .size-xl-420px {
        width: 420px;
    }

    .w-xl-450px,
    .size-xl-450px {
        width: 450px;
    }

    .w-xl-470px,
    .size-xl-470px {
        width: 470px;
    }

    .w-xl-500px,
    .size-xl-500px {
        width: 500px;
    }

    .w-xl-530px,
    .size-xl-530px {
        width: 530px;
    }

    .w-xl-553px,
    .size-xl-553px {
        width: 553px;
    }

    .w-xl-640px,
    .size-xl-640px {
        width: 640px;
    }

    .w-xl-800px,
    .size-xl-800px {
        width: 820px;
    }

    .h-xl-auto {
        height: auto;
    }

    .h-xl-5px,
    .size-xl-5px {
        height: 5px;
    }

    .h-xl-10px,
    .size-xl-10px {
        height: 10px;
    }

    .h-xl-15px,
    .size-xl-15px {
        height: 15px;
    }

    .h-xl-20px,
    .size-xl-20px {
        height: 20px;
    }

    .h-xl-25px,
    .size-xl-25px {
        height: 25px;
    }

    .h-xl-30px,
    .size-xl-30px {
        height: 30px;
    }

    .h-xl-35px,
    .size-xl-35px {
        height: 35px;
    }

    .h-xl-40px,
    .size-xl-40px {
        height: 40px;
    }

    .h-xl-45px,
    .size-xl-45px {
        height: 45px;
    }

    .h-xl-48px,
    .size-xl-48px {
        height: 48px;
    }

    .h-xl-50px,
    .size-xl-50px {
        height: 50px;
    }

    .h-xl-60px,
    .size-xl-60px {
        height: 60px;
    }

    .h-xl-64px,
    .size-xl-64px {
        height: 64px;
    }

    .h-xl-70px,
    .size-xl-70px {
        height: 70px;
    }

    .h-xl-80px,
    .size-xl-80px {
        height: 80px;
    }

    .h-xl-90px,
    .size-xl-90px {
        height: 90px;
    }

    .h-xl-100px,
    .size-xl-100px {
        height: 100px;
    }

    .h-xl-110px,
    .size-xl-110px {
        height: 110px;
    }

    .h-xl-120px,
    .size-xl-120px {
        height: 120px;
    }

    .h-xl-130px,
    .size-xl-130px {
        height: 130px;
    }

    .h-xl-140px,
    .size-xl-140px {
        height: 140px;
    }

    .h-xl-150px,
    .size-xl-150px {
        height: 150px;
    }

    .h-xl-160px,
    .size-xl-160px {
        height: 160px;
    }

    .h-xl-170px,
    .size-xl-170px {
        height: 170px;
    }

    .h-xl-180px,
    .size-xl-180px {
        height: 180px;
    }

    .h-xl-190px,
    .size-xl-190px {
        height: 190px;
    }

    .h-xl-200px,
    .size-xl-200px {
        height: 200px;
    }

    .h-xl-210px,
    .size-xl-210px {
        height: 210px;
    }

    .h-xl-220px,
    .size-xl-220px {
        height: 220px;
    }

    .h-xl-230px,
    .size-xl-230px {
        height: 230px;
    }

    .h-xl-240px,
    .size-xl-240px {
        height: 240px;
    }

    .h-xl-250px,
    .size-xl-250px {
        height: 250px;
    }

    .h-xl-260px,
    .size-xl-260px {
        height: 260px;
    }

    .h-xl-270px,
    .size-xl-270px {
        height: 270px;
    }

    .h-xl-280px,
    .size-xl-280px {
        height: 280px;
    }

    .h-xl-290px,
    .size-xl-290px {
        height: 290px;
    }

    .h-xl-300px,
    .size-xl-300px {
        height: 300px;
    }

    .h-xl-310px,
    .size-xl-310px {
        height: 310px;
    }

    .h-xl-320px,
    .size-xl-320px {
        height: 320px;
    }

    .h-xl-330px,
    .size-xl-330px {
        height: 330px;
    }

    .h-xl-340px,
    .size-xl-340px {
        height: 340px;
    }

    .h-xl-350px,
    .size-xl-350px {
        height: 350px;
    }

    .h-xl-360px,
    .size-xl-360px {
        height: 360px;
    }

    .h-xl-370px,
    .size-xl-370px {
        height: 370px;
    }

    .h-xl-380px,
    .size-xl-380px {
        height: 380px;
    }

    .h-xl-390px,
    .size-xl-390px {
        height: 390px;
    }

    .h-xl-400px,
    .size-xl-400px {
        height: 400px;
    }

    .h-xl-410px,
    .size-xl-410px {
        height: 410px;
    }

    .h-xl-420px,
    .size-xl-420px {
        height: 420px;
    }

    .h-xl-450px,
    .size-xl-450px {
        height: 450px;
    }

    .h-xl-460px,
    .size-xl-460px {
        height: 460px;
    }

    .h-xl-470px,
    .size-xl-470px {
        height: 470px;
    }

    .h-xl-475px,
    .size-xl-475px {
        height: 475px;
    }

    .h-xl-485px,
    .size-xl-485px {
        height: 485px;
    }

    .h-xl-490px,
    .size-xl-490px {
        height: 490px;
    }

    .h-xl-500px,
    .size-xl-500px {
        height: 500px;
    }

    .h-xl-530px,
    .size-xl-530px {
        height: 530px;
    }

    .h-xl-553px,
    .size-xl-553px {
        height: 553px;
    }

    .h-xl-640px,
    .size-xl-640px {
        height: 640px;
    }

    .h-xl-800px,
    .size-xl-800px {
        height: 820px;
    }
}

/* xxl */
@media (min-width: 1500px) {
    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }

    .w-xxl-auto {
        width: auto !important;
    }

    .w-xxl-auto {
        width: auto;
    }

    .w-xxl-5px,
    .size-xxl-5px {
        width: 5px;
    }

    .w-xxl-10px,
    .size-xxl-10px {
        width: 10px;
    }

    .w-xxl-15px,
    .size-xxl-15px {
        width: 15px;
    }

    .w-xxl-20px,
    .size-xxl-20px {
        width: 20px;
    }

    .w-xxl-25px,
    .size-xxl-25px {
        width: 25px;
    }

    .w-xxl-30px,
    .size-xxl-30px {
        width: 30px;
    }

    .w-xxl-35px,
    .size-xxl-35px {
        width: 35px;
    }

    .w-xxl-40px,
    .size-xxl-40px {
        width: 40px;
    }

    .w-xxl-45px,
    .size-xxl-45px {
        width: 45px;
    }

    .w-xxl-48px,
    .size-xxl-48px {
        width: 48px;
    }

    .w-xxl-50px,
    .size-xxl-50px {
        width: 50px;
    }

    .w-xxl-60px,
    .size-xxl-60px {
        width: 60px;
    }

    .w-xxl-64px,
    .size-xxl-64px {
        width: 64px;
    }

    .w-xxl-70px,
    .size-xxl-70px {
        width: 70px;
    }

    .w-xxl-80px,
    .size-xxl-80px {
        width: 80px;
    }

    .w-xxl-90px,
    .size-xxl-90px {
        width: 90px;
    }

    .w-xxl-100px,
    .size-xxl-100px {
        width: 100px;
    }

    .w-xxl-110px,
    .size-xxl-110px {
        width: 110px;
    }

    .w-xxl-120px,
    .size-xxl-120px {
        width: 120px;
    }

    .w-xxl-130px,
    .size-xxl-130px {
        width: 130px;
    }

    .w-xxl-140px,
    .size-xxl-140px {
        width: 140px;
    }

    .w-xxl-150px,
    .size-xxl-150px {
        width: 150px;
    }

    .w-xxl-160px,
    .size-xxl-160px {
        width: 160px;
    }

    .w-xxl-170px,
    .size-xxl-170px {
        width: 170px;
    }

    .w-xxl-180px,
    .size-xxl-180px {
        width: 180px;
    }

    .w-xxl-190px,
    .size-xxl-190px {
        width: 190px;
    }

    .w-xxl-200px,
    .size-xxl-200px {
        width: 200px;
    }

    .w-xxl-210px,
    .size-xxl-210px {
        width: 210px;
    }

    .w-xxl-220px,
    .size-xxl-220px {
        width: 220px;
    }

    .w-xxl-230px,
    .size-xxl-230px {
        width: 230px;
    }

    .w-xxl-240px,
    .size-xxl-240px {
        width: 240px;
    }

    .w-xxl-250px,
    .size-xxl-250px {
        width: 250px;
    }

    .w-xxl-260px,
    .size-xxl-260px {
        width: 260px;
    }

    .w-xxl-270px,
    .size-xxl-270px {
        width: 270px;
    }

    .w-xxl-280px,
    .size-xxl-280px {
        width: 280px;
    }

    .w-xxl-290px,
    .size-xxl-290px {
        width: 290px;
    }

    .w-xxl-300px,
    .size-xxl-300px {
        width: 300px;
    }

    .w-xxl-310px,
    .size-xxl-310px {
        width: 310px;
    }

    .w-xxl-320px,
    .size-xxl-320px {
        width: 320px;
    }

    .w-xxl-330px,
    .size-xxl-330px {
        width: 330px;
    }

    .w-xxl-340px,
    .size-xxl-340px {
        width: 340px;
    }

    .w-xxl-350px,
    .size-xxl-350px {
        width: 350px;
    }

    .w-xxl-360px,
    .size-xxl-360px {
        width: 360px;
    }

    .w-xxl-370px,
    .size-xxl-370px {
        width: 370px;
    }

    .w-xxl-380px,
    .size-xxl-380px {
        width: 380px;
    }

    .w-xxl-390px,
    .size-xxl-390px {
        width: 390px;
    }

    .w-xxl-400px,
    .size-xxl-400px {
        width: 400px;
    }

    .w-xxl-410px,
    .size-xxl-410px {
        width: 410px;
    }

    .w-xxl-420px,
    .size-xxl-420px {
        width: 420px;
    }

    .w-xxl-450px,
    .size-xxl-450px {
        width: 450px;
    }

    .w-xxl-470px,
    .size-xxl-470px {
        width: 470px;
    }

    .w-xxl-500px,
    .size-xxl-500px {
        width: 500px;
    }

    .w-xxl-530px,
    .size-xxl-530px {
        width: 530px;
    }

    .w-xxl-553px,
    .size-xxl-553px {
        width: 553px;
    }

    .w-xxl-640px,
    .size-xxl-640px {
        width: 640px;
    }

    .w-xxl-800px,
    .size-xxl-800px {
        width: 820px;
    }

    .h-xxl-auto {
        height: auto;
    }

    .h-xxl-5px,
    .size-xxl-5px {
        height: 5px;
    }

    .h-xxl-10px,
    .size-xxl-10px {
        height: 10px;
    }

    .h-xxl-15px,
    .size-xxl-15px {
        height: 15px;
    }

    .h-xxl-20px,
    .size-xxl-20px {
        height: 20px;
    }

    .h-xxl-25px,
    .size-xxl-25px {
        height: 25px;
    }

    .h-xxl-30px,
    .size-xxl-30px {
        height: 30px;
    }

    .h-xxl-35px,
    .size-xxl-35px {
        height: 35px;
    }

    .h-xxl-40px,
    .size-xxl-40px {
        height: 40px;
    }

    .h-xxl-45px,
    .size-xxl-45px {
        height: 45px;
    }

    .h-xxl-48px,
    .size-xxl-48px {
        height: 48px;
    }

    .h-xxl-50px,
    .size-xxl-50px {
        height: 50px;
    }

    .h-xxl-60px,
    .size-xxl-60px {
        height: 60px;
    }

    .h-xxl-64px,
    .size-xxl-64px {
        height: 64px;
    }

    .h-xxl-70px,
    .size-xxl-70px {
        height: 70px;
    }

    .h-xxl-80px,
    .size-xxl-80px {
        height: 80px;
    }

    .h-xxl-90px,
    .size-xxl-90px {
        height: 90px;
    }

    .h-xxl-100px,
    .size-xxl-100px {
        height: 100px;
    }

    .h-xxl-110px,
    .size-xxl-110px {
        height: 110px;
    }

    .h-xxl-120px,
    .size-xxl-120px {
        height: 120px;
    }

    .h-xxl-130px,
    .size-xxl-130px {
        height: 130px;
    }

    .h-xxl-140px,
    .size-xxl-140px {
        height: 140px;
    }

    .h-xxl-150px,
    .size-xxl-150px {
        height: 150px;
    }

    .h-xxl-160px,
    .size-xxl-160px {
        height: 160px;
    }

    .h-xxl-170px,
    .size-xxl-170px {
        height: 170px;
    }

    .h-xxl-180px,
    .size-xxl-180px {
        height: 180px;
    }

    .h-xxl-190px,
    .size-xxl-190px {
        height: 190px;
    }

    .h-xxl-200px,
    .size-xxl-200px {
        height: 200px;
    }

    .h-xxl-210px,
    .size-xxl-210px {
        height: 210px;
    }

    .h-xxl-220px,
    .size-xxl-220px {
        height: 220px;
    }

    .h-xxl-230px,
    .size-xxl-230px {
        height: 230px;
    }

    .h-xxl-240px,
    .size-xxl-240px {
        height: 240px;
    }

    .h-xxl-250px,
    .size-xxl-250px {
        height: 250px;
    }

    .h-xxl-260px,
    .size-xxl-260px {
        height: 260px;
    }

    .h-xxl-270px,
    .size-xxl-270px {
        height: 270px;
    }

    .h-xxl-280px,
    .size-xxl-280px {
        height: 280px;
    }

    .h-xxl-290px,
    .size-xxl-290px {
        height: 290px;
    }

    .h-xxl-300px,
    .size-xxl-300px {
        height: 300px;
    }

    .h-xxl-310px,
    .size-xxl-310px {
        height: 310px;
    }

    .h-xxl-320px,
    .size-xxl-320px {
        height: 320px;
    }

    .h-xxl-330px,
    .size-xxl-330px {
        height: 330px;
    }

    .h-xxl-340px,
    .size-xxl-340px {
        height: 340px;
    }

    .h-xxl-350px,
    .size-xxl-350px {
        height: 350px;
    }

    .h-xxl-360px,
    .size-xxl-360px {
        height: 360px;
    }

    .h-xxl-370px,
    .size-xxl-370px {
        height: 370px;
    }

    .h-xxl-380px,
    .size-xxl-380px {
        height: 380px;
    }

    .h-xxl-390px,
    .size-xxl-390px {
        height: 390px;
    }

    .h-xxl-400px,
    .size-xxl-400px {
        height: 400px;
    }

    .h-xxl-410px,
    .size-xxl-410px {
        height: 410px;
    }

    .h-xxl-420px,
    .size-xxl-420px {
        height: 420px;
    }

    .h-xxl-450px,
    .size-xxl-450px {
        height: 450px;
    }

    .h-xxl-460px,
    .size-xxl-460px {
        height: 460px;
    }

    .h-xxl-470px,
    .size-xxl-470px {
        height: 470px;
    }

    .h-xxl-475px,
    .size-xxl-475px {
        height: 475px;
    }

    .h-xxl-485px,
    .size-xxl-485px {
        height: 485px;
    }

    .h-xxl-490px,
    .size-xxl-490px {
        height: 490px;
    }

    .h-xxl-500px,
    .size-xxl-500px {
        height: 500px;
    }

    .h-xxl-530px,
    .size-xxl-530px {
        height: 530px;
    }

    .h-xxl-553px,
    .size-xxl-553px {
        height: 553px;
    }

    .h-xxl-640px,
    .size-xxl-640px {
        height: 640px;
    }

    .h-xxl-800px,
    .size-xxl-800px {
        height: 820px;
    }
}


.daterangepicker.show-calendar {
    background-color: #3c99dc;
}

.dropdown.dselect-wrapper .form-select {
    display: flex;
    align-items: center;
}

.dropdown.dselect-wrapper .dropdown-menu {
    width: 100%;
}

form input[name="subscribe_email"]::placeholder {
    font-weight: 400;
}

.icons__calender {
    position: absolute;
    right: 12px;
    top: 12px;
    content: "";
    font-size: 18px;
    color: #3c99dc;
}

.tooltip-inner {
    background-color: var(--color-bg);
    opacity: 1 !important;
    color: #FFF;
    font-weight: 400;
    padding: 8px 16px;
    max-width: 350px;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: var(--color-bg) !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: var(--color-bg) !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--color-bg) !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--color-bg) !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::after {
    border-right-color: var(--color-bg) !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::after {
    border-left-color: var(--color-bg) !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::after {
    border-bottom-color: var(--color-bg) !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::after {
    border-top-color: var(--color-bg) !important;
}

.elevation-chart .card .card-body .chart-btn {
    border-color: var(--color-brown);
    background-color: transparent;
    color: #0d0d0d;
}

.elevation-chart .card .card-body .chart-btn.active {
    color: #fff;
    background-color: var(--color-brown) !important;
}

.btn-download {
    color: var(--color-brown);
    font-weight: 500;
    text-wrap: nowrap;
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    background-color: rgba(0, 174, 239, 0.1);
}

.btn-download:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: -2px;
    background-size: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgb(166, 112, 25);transform: ;msFilter:;'%3E%3Cpath d='m12 16 4-5h-3V4h-2v7H8z'%3E%3C/path%3E%3Cpath d='M20 18H4v-7H2v7c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-7h-2v7z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    color: var(--color-brown);
}

.elevation-chart-canvas {
    width: 100%;
    height: 480px;
}

@media (max-width: 480px) {
    .elevation-chart-canvas {
        height: 280px !important;
        font-size: 10px !important;
    }
}
@keyframes pulsate {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .2
    }
}

#spotlight,
#spotlight .preloader {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

#spotlight {
    z-index: 99999;
    color: #fff;
    background-color: #000;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: visibility .25s ease, opacity .25s ease;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    contain: layout size paint style;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    position: fixed
}

#spotlight.show {
    opacity: 1;
    visibility: visible;
    transition: none
}

#spotlight.show .pane,
#spotlight.show .scene {
    will-change: transform
}

#spotlight.show .scene img {
    will-change: transform, opacity
}

#spotlight .preloader {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 42px 42px
}

#spotlight .preloader.show {
    transition: opacity .1s linear .25s;
    opacity: 1
}

#spotlight .scene {
    transition: transform 1s cubic-bezier(.1, 1, .1, 1);
    pointer-events: none
}

#spotlight .scene img {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: 0;
    transform: translate(-50%, -50%) scale(1) perspective(100vw);
    transition: transform 1s cubic-bezier(.1, 1, .1, 1), opacity 1s cubic-bezier(.3, 1, .3, 1);
    transform-style: preserve-3d;
    contain: layout paint style;
    visibility: hidden
}

#spotlight .header,
#spotlight .pane,
#spotlight .scene {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    contain: layout size style
}

#spotlight .header {
    height: 50px;
    text-align: right;
    background-color: rgba(0, 0, 0, .45);
    transform: translateY(-100px);
    transition: transform .35s ease-out;
    contain: layout size paint style
}

#spotlight .header:hover,
#spotlight.menu .header {
    transform: translateY(0)
}

#spotlight .header div {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 30px;
    height: 50px;
    padding-right: 20px;
    opacity: .5
}

#spotlight .progress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, .45);
    transform: translateX(-100%);
    transition: transform 1s linear
}

#spotlight .arrow,
#spotlight .footer {
    position: absolute;
    background-color: rgba(0, 0, 0, .45)
}

#spotlight .footer {
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.35em;
    padding: 20px 25px;
    text-align: left;
    pointer-events: none;
    contain: layout paint style
}

#spotlight .footer .title {
    font-size: 125%;
    padding-bottom: 10px
}

#spotlight .page {
    float: left;
    width: auto;
    padding-left: 20px;
    line-height: 50px
}

#spotlight .icon {
    cursor: pointer;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    transition: opacity .2s ease-out
}

#spotlight .fullscreen {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHZpZXdCb3g9Ii0xIC0xIDI2IDI2IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggM0g1YTIgMiAwIDAgMC0yIDJ2M20xOCAwVjVhMiAyIDAgMCAwLTItMmgtM20wIDE4aDNhMiAyIDAgMCAwIDItMnYtM00zIDE2djNhMiAyIDAgMCAwIDIgMmgzIi8+PC9zdmc+)
}

#spotlight .fullscreen.on {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04IDN2M2EyIDIgMCAwIDEtMiAySDNtMTggMGgtM2EyIDIgMCAwIDEtMi0yVjNtMCAxOHYtM2EyIDIgMCAwIDEgMi0yaDNNMyAxNmgzYTIgMiAwIDAgMSAyIDJ2MyIvPjwvc3ZnPg==)
}

#spotlight .autofit {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9Ijk2cHgiIHZpZXdCb3g9IjAgMCA5NiA5NiIgd2lkdGg9Ijk2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTAgNTApIiBmaWxsPSIjZmZmIiBkPSJNNzEuMzExLDgwQzY5LjY3LDg0LjY2LDY1LjIzLDg4LDYwLDg4SDIwYy02LjYzLDAtMTItNS4zNy0xMi0xMlYzNmMwLTUuMjMsMy4zNC05LjY3LDgtMTEuMzExVjc2YzAsMi4yMSwxLjc5LDQsNCw0SDcxLjMxMSAgeiIvPjxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDkwIDUwIDUwKSIgZmlsbD0iI2ZmZiIgZD0iTTc2LDhIMzZjLTYuNjMsMC0xMiw1LjM3LTEyLDEydjQwYzAsNi42Myw1LjM3LDEyLDEyLDEyaDQwYzYuNjMsMCwxMi01LjM3LDEyLTEyVjIwQzg4LDEzLjM3LDgyLjYzLDgsNzYsOHogTTgwLDYwICBjMCwyLjIxLTEuNzksNC00LDRIMzZjLTIuMjEsMC00LTEuNzktNC00VjIwYzAtMi4yMSwxLjc5LTQsNC00aDQwYzIuMjEsMCw0LDEuNzksNCw0VjYweiIvPjwvc3ZnPg==)
}

#spotlight .zoom-out {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ii8+PGxpbmUgeDE9IjIxIiB4Mj0iMTYuNjUiIHkxPSIyMSIgeTI9IjE2LjY1Ii8+PGxpbmUgeDE9IjgiIHgyPSIxNCIgeTE9IjExIiB5Mj0iMTEiLz48L3N2Zz4=)
}

#spotlight .zoom-in {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ii8+PGxpbmUgeDE9IjIxIiB4Mj0iMTYuNjUiIHkxPSIyMSIgeTI9IjE2LjY1Ii8+PGxpbmUgeDE9IjExIiB4Mj0iMTEiIHkxPSI4IiB5Mj0iMTQiLz48bGluZSB4MT0iOCIgeDI9IjE0IiB5MT0iMTEiIHkyPSIxMSIvPjwvc3ZnPg==)
}

#spotlight .theme {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9IjI0cHgiIHZlcnNpb249IjEuMiIgdmlld0JveD0iMiAyIDIwIDIwIiB3aWR0aD0iMjRweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTIsNGMtNC40MTgsMC04LDMuNTgyLTgsOHMzLjU4Miw4LDgsOHM4LTMuNTgyLDgtOFMxNi40MTgsNCwxMiw0eiBNMTIsMThjLTMuMzE0LDAtNi0yLjY4Ni02LTZzMi42ODYtNiw2LTZzNiwyLjY4Niw2LDYgUzE1LjMxNCwxOCwxMiwxOHoiLz48cGF0aCBkPSJNMTIsN3YxMGMyLjc1NywwLDUtMi4yNDMsNS01UzE0Ljc1Nyw3LDEyLDd6Ii8+PC9nPjwvc3ZnPg==)
}

#spotlight .player {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwb2x5Z29uIGZpbGw9IiNmZmYiIHBvaW50cz0iMTAgOCAxNiAxMiAxMCAxNiAxMCA4Ii8+PC9zdmc+)
}

#spotlight .player.on {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxsaW5lIHgxPSIxMCIgeDI9IjEwIiB5MT0iMTUiIHkyPSI5Ii8+PGxpbmUgeDE9IjE0IiB4Mj0iMTQiIHkxPSIxNSIgeTI9IjkiLz48L3N2Zz4=);
    animation: pulsate 1s ease infinite
}

#spotlight .close {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIyIDIgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4Ii8+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIvPjwvc3ZnPg==)
}

#spotlight .preloader.show {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmYiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2Utb3BhY2l0eT0iLjY1Ij48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuMTUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L2c+PC9zdmc+)
}

#spotlight .arrow {
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    margin-top: -25px;
    padding: 10px;
    transform: translateX(-100px);
    transition: transform .35s ease-out, opacity .2s ease-out;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    opacity: .65;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSIxNSAxOCA5IDEyIDE1IDYiLz48L3N2Zz4=)
}

#spotlight .arrow-right {
    left: auto;
    right: 20px;
    transform: translateX(100px) scaleX(-1)
}

#spotlight.menu .arrow-left {
    transform: translateX(0)
}

#spotlight.menu .arrow-right {
    transform: translateX(0) scaleX(-1)
}

#spotlight .arrow:active,
#spotlight .arrow:hover,
#spotlight .icon:active,
#spotlight .icon:hover {
    opacity: 1;
    animation: none
}

#spotlight.white {
    color: #fff;
    background-color: #fff
}

#spotlight.white .arrow,
#spotlight.white .footer,
#spotlight.white .header,
#spotlight.white .preloader,
#spotlight.white .progress {
    filter: invert(1)
}

.hide-scrollbars {
    overflow: -moz-hidden-unscrollable;
    -ms-overflow-style: none
}

.hide-scrollbars::-webkit-scrollbar {
    width: 0
}

@media (max-width:800px) {
    #spotlight .header div {
        width: 20px
    }

    #spotlight .footer {
        font-size: 12px
    }

    #spotlight .arrow {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
        background-size: 15px 15px
    }

    #spotlight .preloader {
        background-size: 30px 30px
    }
}

@media (max-width:400px),
(max-height:400px) {
    #spotlight .fullscreen {
        display: none !important
    }
}

.exp-iti .active::after {
  content: "Collapse All";
  background-color: transparent;
  border: 2px solid #383838 !important;
  color: #383838;
  outline: none;
  padding: 6px 12px !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.price_tag strike {
  font-style: normal;
  font-weight: var(--weight-500);
  font-size: var(--font-size);
  color: var(--color-text-primary);
}