:root {
    --color-white: #fff;
    --color-light: #e9e9e9;
    --color-bg: #00123C;
    --color-bg-light: #F7F7F7;
    --color-bg-dark: #114183;
    --color-gray: #F8FFFB;
    --color-dark-gray: #d2d2d2;
    --color-light-gray: #f5f5f5;
    --color-text-primary: #3E3E3E;
    --color-dark: #211F20;
    --color-bg-secondary: #FF5F25;
    --color-accent: #EFAB10;
    --color-hover: #1B53A1;
    --color-dark-red: #C11C1C;
    --color-green: #00901F;
    --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-36: 2.25rem;
    --font-size-40: 2.5rem;
    --font-size-50: 3.125rem;
    --font-size-64: 3.75rem;
    --weight-800: 800;
    --weight-700: 700;
    --weight-600: 600;
    --weight-500: 500;
    --weight-400: 400;
    --gb-51: #00901F;
    --gb-52: #2196f3;
    --gb-52d: #0e71c1;
    --font-sans-serif: "Poppins", sans-serif;
    --font-title-serif: "Poppins", sans-serif;
    --color-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));

    --bg-background {
        background-color: rgba(255, 243, 235, 0.24);
    }

}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-color 0.5s;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    /* overflow-x: hidden; */
}

*::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 {
    position: relative;
    background-color: #fdfdfd;
    color: var(--color-text-primary);
    font-family: var(--font-sans-serif);
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--weight-400);
    line-height: 28px;
    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-title-serif);
    font-weight: var(--weight-600);
    font-style: normal;
    line-height: 130%;
    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;
}

.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-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-16 {
    font-size: 1rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-22 {
    font-size: 1.375rem !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;
}

.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover !important;
}

.line-1 {
    border-top: 1px dashed var(--color-secondary-light);
}

@media (min-width: 1080px) {
    .fs-lg-50 {
        font-size: 50px !important;
    }

    .fs-lg-42 {
        font-size: 42px !important;
    }
}

@media (min-width: 991px) {
    .fs-md-36 {
        font-size: 36px !important;
    }

    .fs-md-32 {
        font-size: 32px !important;
    }
}

@media (min-width: 768px) {
    .fs-md-24 {
        font-size: 24px !important;
    }
}

.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-430px,
.size-430px {
    height: 430px;
}

.h-460px,
.size-460px {
    height: 460px;
}

.h-470px,
.size-470px {
    height: 470px;
}

.h-490px,
.size-490px {
    height: 490px;
}

.h-500px,
.size-500px {
    height: 500px;
}

.h-530px,
.size-530px {
    height: 530px;
}

.h-550px,
.size-550px {
    height: 550px;
}

.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-green);
    font-weight: var(--weight-400);
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: var(--color-green);
}

a,
dt {
    color: var(--color-text-primary);
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: var(--color-hover);
    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: var(--color-bg-dark);
    border-radius: 4px;
    outline: none;
    border: 1px solid var(--color-bg-dark);
    color: var(--color-white);
    cursor: pointer;
    font-weight: var(--weight);
    font-size: var(--font-size-18);
    padding: 6px 18px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: inherit;
}

.custom-btn:hover,
.custom-btn:focus {
    background: var(--color-hover);
    border: 1px solid var(--color-hover);
    color: var(--color-white);
}

.custom-btn span {
    line-height: 1.5rem;
    font-size: var(--font-size);
    margin-right: 10px;
}

.outline-btn {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--color-bg);
    color: var(--color-bg);
    outline: none;
    cursor: pointer;
    font-weight: var(--weight);
    font-size: var(--font-size-18);
    padding: 10px 24px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0rem;
}

.outline-btn:hover {
    background-color: var(--color-hover);
    border: 1px solid var(--color-hover);
    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: 42px;
    font-size: var(--font-size-14) !important;
    padding: 2px 10px;
    line-height: 36px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
    background-color: transparent;
    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-size: var(--font-size-14);
    margin-bottom: 0;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #4f4f4f;
}

.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-style: normal;
    font-family: var(--font-title-serif);
    line-height: 2.7rem;
    text-transform: inherit;
    letter-spacing: 0;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
}

.title-widget h1 span,
.title-widget h2 span,
.title-widget h3 span,
.title-widget h4 span,
.title-widget h5 span,
.title-widget h6 span {
    color: var(--color-bg);
}


.tit__sm span {
    font-size: var(--font-size);
    margin-right: 16px;
}

.tit-sm-1 {
    color: var(--color-white);
}

.tit-sm-1 span {
    color: var(--color-white);
}

.position-relative {
    position: relative !important;
    z-index: 2;
}

.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;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.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: #CBCBCB;
    opacity: 1;
}

.radius-4 {
    border-radius: 0.25rem;
}

.radius-8 {
    border-radius: 0.5rem;
}

.radius-16 {
    border-radius: 1rem;
}

.radius-24 {
    border-radius: 1.5rem;
}

.radius-90 {
    border-radius: 90px;
}

.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: 50px 0 50px 0;
}

main.section-all {
    min-height: 700px;
}

.container-fluid {
    padding: 0 40px;
}

.radius-2 {
    border-radius: 2px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-8 {
    border-radius: 8px;
}

.bg-color-1 {
    background-color: var(--color-light);
}

.bg-color-2 {
    background-color: var(--color-bg-dark);
}

.bg-color-3 {
    background-color: var(--color-dark-gray);
}

.bg-color-4 {
    background-color: var(--color-gray);
}

.bg-color-5 {
    background-color: rgba(252, 255, 214, 0.5);
}

.background-light {
    background-color: var(--color-bg-light);
}

.bg-color-opacity {
    background-color: rgba(139, 157, 194, 0.05);
}

.bg-color-red {
    background-color: var(--color-dark-red);
}

.bg-orange {
    background-color: var(--color-bg-secondary);
}

.wdt-heading-holder {
    position: relative;
}

/******** header ********/
.top_header {
    background-color: var(--color-bg-dark);
}
.slogan_text p {
    /*letter-spacing: 1px;*/
    /*font-family: "Original Surfer", sans-serif;*/
    padding: 2px 0;
    margin-bottom: 0;
}
header {
    position: relative;
    background-color: #ffffff;
}

.header-container {
    position: relative;
}

.nav-brand img {
    width: 124px;
}

.top__info {
    position: relative;
    display: flex;
    align-items: center;
}

.text_sm {
    color: #3B3B3B;
    font-size: 0.75rem;
    text-transform: capitalize;
}

.t__sm {
    color: #1E1E1E;
    font-size: var(--font-size-18);
    font-family: var(--font-title-serif);
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.overlay-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(0, 91, 179), rgba(255, 255, 255, 0));
}

.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
}

.logo-widget {
    position: relative;
}

.logo-title {
    margin-left: 10px;
}
.custom-logo {
  width: 150px;
}

.site__titte {
    color: #1c1f24;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.expert {
    background-color: #1688eb;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    line-height: 23px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase;
}

/* Fade In */
.fade-in {
    opacity: 0;
    animation: fadeIn 2s ease-in infinite;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.authorize {
    color: #283241;
    font-size: 12px;
    line-height: 16px;
}

.years {
    position: relative;
}

/*.sticky .logo-widget {
    width: 100px;
}

.sticky .site__titte {
    font-size: 22px;
}

.sticky .slogan {
    font-size: 12px;
    letter-spacing: 0;
}*/

/*.sticky .nav-menu {
    padding-top: 16px;
}*/

.nav_rit {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 24px;
    float: right;
}

.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;
}

.navbar-icons-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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;

}

/* .navbar-icons-2 .searchbar-open {
    margin-right: 0;
} */

.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;
    margin-right: 20px;
    border-right: 1px solid #bababa;
    padding-right: 20px
}

.openBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #1E1E1E;
    font-size: 24px;
    vertical-align: middle;
    text-align: center;
}

.openBtn span {
    color: #1E1E1E;
    font-size: 24px;
}

.openBtn:hover {
    background: transparent;
}

.overlay {
    height: 300px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: var(--color-gray);
}

.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: var(--color-white);
    z-index: 99999;
    font-size: 24px;
    background-color: var(--color-green);
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 34px;
    border-radius: 100px;
}

.overlay .closebtn:hover {
    color: var(--color-bg-light);
}

.search-form {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
}

.overlay input[type="text"] {
    padding: 16px 0;
    font-size: 18px;
    border: none;
    float: left;
    width: 1000%;
    background: var(--color-gray);
}

.overlay input[type="text"]:hover {
    background: var(--color-light);
}

.overlay button {
    float: left;
    width: auto;
    padding: 15px 0;
    background: transparent;
    color: var(--color-dark);
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: transparent;
}


.main-nav .navbar-icons-2 .searchbar-open i a,
header .header-area .main-nav .navbar-icons-2 .user-dropdown-icon i a {
    color: #1F3307 !important;
    font-size: 20px;
    cursor: pointer;
}

.top-rit {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 28px;
    transition: all 0.2s ease-in-out;
}

.lag__wrap {
   position: relative;
   width: 120px;
   margin-left: 20px;
   height: 42px;
   background-color: #fefefe;
   border-radius: 4px;
   border: 1px solid #a8b8cd;
}

.banner__container {
    position: relative;
    z-index: 3;
}

.banner__tittle {
    padding: 230px 20px 30px 40px;
}

.banner__wrap {
    padding: 190px 50px 70px 0;
}

.hero_tittle1 {
    font-family: var(--font-title-serif);
    font-size: 50px;
    line-height: 56px;
}

.hero_tittle1 span {
    color: #EB9902;
}

.featured__content {
    position: relative;
    background: url(../assets/images/bg__pattern.png) center bottom no-repeat;
    background-size: cover;
}

.featured__content::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 249, 255, 0.8);
    z-index: 1;
}

.coustomize-section {
    position: relative;
    background: #E8F6FF;
    /* background: url(../assets/images/customize__banner.jpg); */
    padding: 50px;
}

/* .customize__container {
    background-color: #5b92be;
    padding: 40px;
} */

.text_sm_1 {
    color: #ffffff;
    font-size: 1rem;
    text-transform: capitalize;
}

.t__sm_1 {
    color: #fff;
    font-size: var(--font-size-20);
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.why-section {
    position: relative;
    background:#f1f8fe  url(../assets/images/customize__banner.jpg) no-repeat center;
}

.content-container:hover {
    background: #2055a4;
}


.act__icons span {
    color: #2251A8;
    font-size: 36px;
}

.welcome-section {
    position: relative;
    background: url(../assets/images/bagcolor1.png) no-repeat center bottom;
}

.activites__container {
    text-align: center;
}

.activities__box {
    position: relative;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: all 0.4s ease;
    transform: translateY(0);
    border-radius: 10px;
    padding: 20px;

}

.activities__box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    background-color: transparent;
}

.help {
    position: relative;
    min-height: 180px;
}

.act__icons {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.container-testi {
    position: relative;
    background-color: rgb(245, 250, 255);
    padding: 30px 20px;
}

.t-img-box {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.bg_1 {
    background-color: #CFE0FF;
}

.bg_2 {
    background-color: #FFD3D3;
}

.bg_3 {
    background-color: #FFEBC7;
}

.bg_4 {
    background-color: #DFFFE6;
}

.bg_5 {
    background-color: #BCF3FF;
}

.bg_6 {
    background-color: #FFC4FB;
}

.bg_7 {
    background-color: #C5FFF2;
}

.activites__container ul li {
    display: inline-block;
    text-align: center;
    margin: 5px 4px;
}

.pkg__wapper {
    position: relative;
    transition: all 0.35s ease;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    padding: 12px;
}

.pkg__wapper:hover {
    position: relative;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.radius-24 {
    border-radius: 24px;
}

.favourite {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--color-white);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ribbon {
    position: absolute;
    background-color: #EB9902;
    padding: 0 30px;
    height: 32px;
    line-height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
}

.ribbon--top-left {
    top: 0;
    left: 0;
    transform:
        translateY(-100%) rotate(90deg) translateX(70.71067811865476%) rotate(-135deg);
    transform-origin: bottom left;
}

.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 {
    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-wrap-content {
    position: relative;
    padding: 10px 0;
}

.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-bg-dark);
    display: inline-block;
    letter-spacing: -1px;
}

.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;
}

.pptag h3 {
    font-size: 28px;
    font-weight: 700;
    color: #CC0015;
    font-family: var(--font-title-serif);
}

.pptag h3 strike {
    font-size: 18px;
    font-weight: 500;
    color: #1E1E1E;
}

.trek-infos {
    padding-left: 0;
    margin-bottom: 0;
}

.trek-infos li {
    list-style: none;
    display: inline-block;
    font-size: var(--font-size-18);
    text-transform: uppercase;
    margin-right: 20px;
}

.trek-infos li span {
    color: #FF5F25;
    font-size: 18px;
    margin-right: 6px;
}


/* .buttom-line {
    height: 1px;
    width: 100%;
    background-color: #E0E0E0;
} */

/* .box_buttom {
    position: relative;
    background-color: #ffffff;
    margin-top: -25px;
} */

.gm-btn {
    background: none;
    border: none;
    padding: 10px 36px;
    font-size: 18px;
    line-height: 28px;
    width: 400;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    outline: none;
}

.gb-cutter::before,
.gb-shutter::before,
.gb-shutter::after,
.gb-bordered::before,
.gb-split::before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: 0.5s;
}

/* cutter */

.gb-cutter {
    border: 2px solid var(--gb-51);
    border-radius: 8px;
    box-shadow: 5px 5px 0 var(--gb-51);
    font-size: 1.125rem;
    font-weight: var(--weight-500);
    overflow: hidden;
    color: var(--gb-51);
    text-transform: capitalize;
}

.gb-cutter::before {
    top: 100%;
    left: 0;
    width: 150%;
    aspect-ratio: 1;
    background: var(--gb-51);
    transform: translate(50%, 0%) rotateZ(-45deg);
}

.gb-cutter:hover::before {
    transform: translate(-20%, -60%) rotateZ(-45deg);
}

.gb-cutter:hover {
    box-shadow: 0 0 0;
    color: #eee;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #00901F;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #00901F;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-transform: capitalize;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

.activities-section {
    position: relative;
    background: #fff url(../assets/images/meditation_bg.png) no-repeat center;
}

.activities-section::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

/******activities******/
.image-card {
    position: relative;
    overflow: hidden;
}

.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
}

.photos-grid-container .img-box {
    position: relative;
    margin: 8px;
}

.photos-grid-container .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
}

.photos-grid-container .img-box:hover .caption {
    transform: translateY(-5px);
}

.photos-grid-container img {
    max-width: 100%;
    display: block;
    /* height: auto; */
}

.photos-grid-container .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
}

.photos-grid-container .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
}

.photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;
}

.photos-grid-container .sub:nth-child(0) {
    grid-column: 1;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.photos-grid-container .sub:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.tl-card__body {
    position: absolute;
    text-align: center;
    /* top: 45%; */
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    /* border-radius: 0 0 8px 8px; */
    background-color: transparent;
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 30px;
    text-align: left;
    z-index: 1;
}

.tl-card__body {
    text-align: center;
}

.tl-card__category {
    color: var(--color-white);
    line-height: 1;
}

.tl-card__count {
    color: var(--color-white);
    font-weight: 500;
}

.testimonial-section {
    position: relative;
}

.testimonial-section::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 192px;
    height: 204px;
    background: url(../assets/images/testi_1.png) no-repeat;
    z-index: 1;
}

.testimonial-section::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 187px;
    height: 193px;
    background: url(../assets/images/test_2.png) no-repeat;
    z-index: 1;
}

.box {
    position: relative;
    height: 250px;
    line-height: 170px;
    overflow: hidden;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.box__bottom,
.box__top,
.box__left,
.box__right {
    position: absolute;
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: inherit;
    transition: transform 0.4s ease;
}

.box__bottom:before,
.box__top:before,
.box__left:before,
.box__right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.box__bottom:hover,
.box__top:hover,
.box__left:hover,
.box__right:hover {
    transform: translateX(0);
    z-index: 1;
}

.box__bottom:hover:before,
.box__top:hover:before,
.box__left:hover:before,
.box__right:hover:before {
    width: 100%;
    height: 100%;
    transform: none;
}

/* .box__right {
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(100%);
}
.box__right:before {
  right: 100%;
  bottom: 0;
  transform-origin: 100% 100%;
}
.box__right:hover ~ .box__center {
  transform: translateX(-100%);
} */

.box__left {
    background: rgba(0, 0, 0, 0.43);
    transform: translateX(-100%);
}

.box__left:before {
    left: 100%;
    transform-origin: 0 0;
}

.box__left:hover~.box__center {
    transform: translateX(100%);
}

.box__top {
    background: rgba(0, 0, 0, 0.43);
    transform: translateY(-100%);
}

.box__top:before {
    top: 100%;
    right: 0;
    transform-origin: 100% 0;
}

.box__top:hover~.box__center {
    transform: translateY(100%);
}

.box__bottom {
    background: rgba(0, 0, 0, 0.43);
    transform: translateY(100%);
}

.box__bottom:before {
    bottom: 100%;
    left: 0;
    transform-origin: 0 100%;
}

.box__bottom:hover~.box__center {
    transform: translateY(-100%);
}

.film-container {
    width: 100%;
    float: left;
    position: relative;
}

.film-container {
    height: 445px;
    position: relative;
}

.film-container .single-film {
    width: 280px;
    height: auto;
    float: left;
    padding: 0px 15px;
    position: absolute;
    z-index: 4;
    background: #0c101b;
}

.film-container .single-film:nth-child(1) {
    top: 0%;
    left: 0%;
    transition: all ease 0.8s;
}

.film-container .single-film:nth-child(2) {
    top: 0%;
    left: 33%;
    transition: all ease 0.8s;
}

.film-container .single-film:nth-child(3) {
    top: 0%;
    left: 66%;
    transition: all ease 0.8s;
}

.film-container .single-film:nth-child(4) {
    top: 55%;
    left: 0%;
    transition: all ease 0.8s;
}

.film-container .single-film:nth-child(5) {
    top: 55%;
    left: 33%;
    transition: all ease 0.8s;
}

.film-container .single-film:nth-child(6) {
    top: 55%;
    left: 66%;
    transition: all ease 0.8s;
}

.film-container .single-film .play-video {
    transition: all ease 0.8s;
    opacity: 0;
    background: #0c101b;
}

.film-container .single-film .play-video video {
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
}

.film-container .single-film .box-pay-icon {
    display: block;
    opacity: 1;
    z-index: 9;
}

.film-container .single-film .video-tag-close {
    transition: all ease 0.5s;
    position: absolute;
    top: 0px;
    right: 9px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    background: #0c101b;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
}

.film-container .single-film .box {
    width: 100%;
    transition: all ease 0.8s;
}

.film-container .single-film .box .play-movie-icon {
    color: #fff;
    font-size: 45px;
    line-height: 0;
    font-weight: bold;
}

.film-container .single-film .film-information {
    width: 100%;
    float: left;
    margin-top: 6%;
    transition: all ease 0.8s;
}

.film-container .single-film .film-information p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.film-container .single-film.single-film-animate {
    left: 33% !important;
    top: 33% !important;
    transition: all ease 0.8s;
    bottom: 33%;
    right: 33%;
    transition: all ease 0.8s;
}

.film-container .single-film.single-film-animate .film-information {
    opacity: 0;
    transition: all ease 0.8s;
}

.film-container .single-film.single-film-animate .box-pay-icon {
    transition: all ease 0.8s;
    display: none !important;
}

.film-container .single-film.single-film-active {
    z-index: 6;
}

.film-container .single-film.video-min {
    transition: all ease 0.8s;
    display: block;
    opacity: 1;
}

.film-container .single-film.video-min video {
    margin: 0 auto !important;
    height: 0% !important;
    width: 0% !important;
    margin-left: 40% !important;
    margin-top: 20% !important;
    overflow: hidden !important;
}

.film-container .single-film.single-film-in {
    z-index: 6;
    transition: all ease 0.8s;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    width: 100% !important;
}

.film-container .single-film.single-film-in .box {
    height: 100% !important;
    transition: all ease 0.8s;
    width: 100% !important;
    overflow: visible;
}

.film-container .single-film.single-film-in .play-video {
    transition: all ease 0.8s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 1 !important;
}

.film-container .single-film.single-film-in .play-video video {
    transition: all ease 0.8s;
    width: 100%;
    height: 100%;
}

.film-container .single-film.single-film-in:hover .video-tag-close {
    transition: all ease 0.8s;
    opacity: 1;
}

.rating ul {
    padding-left: 0;
    margin-bottom: 0;
}

.rating ul li {
    color: var(--color-bg-secondary);
    display: inline-block;
    font-size: var(--font-size);
    margin-right: 0;
}

.rating ul li span {
    color: #474B41;
    font-size: 16px;
}


.video-play-button {
    position: absolute;
    z-index: 4;
    top: 47%;
    left: 45%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ff4c60;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #9DBBFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #EB9902;
}

.video-play-button:before {
    content: "";
    color: red;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #9DBBFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #EB9902;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #9DBBFF;
    transform: scale(1.5);
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* ENTRANCE ANIMATION OF THE PLAY BUTTON */

.video-play-button {
    -webkit-animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

/* .video-play-button {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
} */

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


footer {
    position: relative;
    background: #fff url(../assets/images/banner.jpg);
    background-position: center bottom;
    background-size: cover;
}

footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(247, 249, 255, 0.86);
}

.cnt__icons {
    float: left;
    width: 24px;
    margin-right: 10px;
}

.cnt-infos {
    margin-left: 34px;
}

.cnt__icons {
    background-color: transparent;
    width: 20px;
    text-align: center;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.cnt__icons span {
    /* color: #fff; */
    font-size: var(--font-size-18);
}

.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-white); */
    line-height: 1.125em;
    display: block;
}



.cnt-text span {
    display: block;
}

.footer-links {
    position: relative;
}

.footer__tittle {
    /* color: var(--color-white); */
    line-height: 120%;
    text-transform: capitalize;
}

.listing {
    padding-left: 0;
}

.listing li {
    position: relative;
    /* color: var(--color-white); */
    display: block;
    font-size: var(--font-size-14);
    text-transform: capitalize;
    line-height: 32px;
}

.listing li a {
    color: var(--color-text-primary);
}

.listing li a:hover {
    color: var(--color-accent);
}

.cnt__icons {
    background-color: transparent;
    width: 20px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    overflow: hidden;
}

.cnt__icons span {
    /* color: #fff; */
    font-size: var(--font-size-18);
}

.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-white); */
    line-height: 1.125em;
    display: block;
}

.cnt-text span {
    display: block;
}

.partner__wrapper {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
}

.associate-wrapper {
    position: relative;
}

.associted-list ul {
    padding-left: 0;
}

.associted-list ul li {
    background-color: #ffffff;
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    width: auto;
    height: 52px;
    border-radius: 2px;
    padding: 4px;
    justify-content: center;
    overflow: hidden;
}

.associted-list ul li img {
    width: auto !important;
    height: 46px;
    border-radius: 2px;
    padding: 4px;
}

.subscribe-from {
    position: relative;
}

.subscribe__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
}

.subscribe-from {
    position: relative;
}

.subscribe {
    width: 100%;
    position: relative;
}

.subscribe .form-control {
    width: 100%;
    background: #ffffff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0 20px !important;
    height: 42px;
}

.subscribe .btn {
    background-color: var(--color-bg-dark);
    border-radius: 4px;
    color: var(--color-white);
    font-weight: 500;
    padding: 10px;
    width: 100%;
    height: 42px;
}

.cpy-info p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cpy-info p a {
    color: #26A5EE;
}

.cpy-info p a:hover {
    color: #26A5EE;
    text-decoration: underline;
}


#social-sidebar {
    left: 0;
    position: fixed;
    top: 38%;
    padding-left: 0;
    list-style: none;
    z-index: 999;
}

ul #social-sidebar {
    padding-left: 0;
    list-style: none;
}


#social-sidebar li:first-child a {
    border-top-right-radius: 5px;
}

#social-sidebar li:last-child a {
    border-bottom-right-radius: 5px;
}

#social-sidebar a {
    background: rgba(0, 18, 60, .96);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#social-sidebar a:hover span {
    left: 120%;
    opacity: 1;
}

#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    opacity: 0;
    width: 100px;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {
    background: #00aced;
}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {
    background: #3B5998;
}

#social-sidebar a[class*="gplus"]:hover,
#social-sidebar a[class*="gplus"] span,
#social-sidebar a[class*="gplus"] span:before {
    background: #E34429;
}

#social-sidebar a[class*="paper-plane"]:hover,
#social-sidebar a[class*="paper-plane"] span,
#social-sidebar a[class*="paper-plane"] span:before {
    background: #8A0707;
}

#social-sidebar a[class*="instagrem"]:hover,
#social-sidebar a[class*="instagrem"] span,
#social-sidebar a[class*="instagrem"] span:before {
    background: #2E5E86;
}

#social-sidebar a[class*="linkedin"]:hover,
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before {
    background: #E58623;
}

#social-sidebar a[class*="fill in icon here"]:hover,
#social-sidebar a[class*="fill in icon here"] span,
#social-sidebar a[class*="fill in icon here"] span:before {
    background: #6BB130;
}


.buttons>a {
    text-decoration: none
}

.buttons {
    display: flex;
    height: 100vh;
    width: 100%;
    background-image: url(https://images.unsplash.com/photo-1469457245180-8b90ba0fdfa2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cf399f697c9dd104baf8e3c6786b7d4d&auto=format&fit=crop&w=1500&q=80);



    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.buttons:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2;
    width: 100%;
    height: 100%;
    z-index: 2;

}

.ameer {
    width: 50px;
    height: 50px;
    background: #1e9bf4;
    border-radius: 50%;
    margin: 100px auto;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    z-index: 4;

}

.ameer span {


    display: block;
    position: absolute;
    border: 2px dotted #333;
    border-radius: 50%;
    animation: ameer 1s infinite
}

.ameer span:nth-child(2) {
    width: 250%;
    height: 250%;
    animation-delay: 0.1s
}

.ameer span:nth-child(3) {
    width: 350%;
    height: 350%;
    animation-delay: 0.2s
}

.ameer span:nth-child(4) {
    width: 450%;
    height: 450%;
    animation-delay: 0.3s
}

.ameer:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    background: #85c8f9;
    animation: ameer 1s infinite;
    z-index: -1;


}

@keyframes ameer {

    from {

        transform: scale(1);
        opacity: 1
    }

    to {

        transform: scale(1.4);
        opacity: 0
    }
}

/* Video Modal - Theater Mode
-------------------------------------------------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;

    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);

    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;


    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Horizontal alignment */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: #ff7675;
    /* dark blue */

    opacity: 0.0;

    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;

    height: auto;
    /*   width: 76%; */
    width: calc(100% - 200px);
    max-width: 1000px;
    max-height: calc(100% - 100px);
    margin: 0 auto;

    overflow-y: visible;


}

/* Mobile Layout Tweaks */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 16px);
    }
}

/* close button */
.close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;

    /*border: 2px solid red;*/
}

.close-video-modal svg {
    width: 30px;
}

/* using a 16:9 image to resize the video frame */
.video-sizer {
    display: block;
    width: 100%;
    height: auto;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal */
/* add class to the body */
.show-video-modal .video-modal {
    opacity: 1.0;

    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

/******** all page css *******/
.site_page-title-inner {
    position: relative;
}

.page-titleShape {
    position: relative;
    padding: 100px 0;
}

.page-titleShape::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    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 h3 {
    color: var(--color-white);
    font-weight: 400;
    font-size: 24px;
    font-family: "Original Surfer", sans-serif;
    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;
}

.rating-rate span {
    color: var(--color-orange);
}

.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;
}


.hr-1 {
    padding: 0;
    margin: 10px 0;
}

.tab_section .sps-pills .sps-items .sps-link.active {
    background: #1e6d31;
    color: #fff;
    border-radius: 4px;
}

/* .tab_section .sps-pills .sps-items .sps-link.active::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    background: #f39f5b;
    transform-origin: center;
    bottom: -10px;
    transition: transform 0.3s ease;
    transform-origin: center;
} */

.tab_section .nav-pills .nav-link {
    font-weight: 500;
    color: var(--color-dark);
    font-size: 18px;
    text-transform: capitalize;
}

.inner {
    padding: 10px 0;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
}

/* @media screen and (max-width: 767px) {
    .tab_section .sps-pills .sps-items .sps-link.active {
        background-color: #1e6d31;
        color: white;
        border-radius: 32px;
        padding: 5px 20px;
    }

    .tab_section .sps-pills .sps-items .sps-link.active::before {
        all: unset;
    }
} */

@media screen and (max-width: 576px) {
    .tab_section .nav-pills .nav-link {
        font-size: 14px;
    }
}

.team-boxed {
    color: #313437;
}

.team-boxed p {
    color: #7d8285;
}

.team-boxed h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.team-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.team-boxed .intro p {
    margin-bottom: 0;
}

.team-boxed .people {
    padding: 50px 0;
}

.team-boxed .item {
    text-align: center;
}

.team-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.team-boxed .item .name {
    font-weight: bold;
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit;
}

.team-boxed .item .title {
    text-transform: uppercase;
    font-weight: 500;
    color: #7d7d7d;
    font-size: 12px;
}

.team-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.team-boxed .item img {
    max-width: 160px;
}

.team-boxed .social {
    font-size: 18px;
    color: #a2a8ae;
}

.team-boxed .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7;
}

.team-boxed .social a:hover {
    opacity: 1;
}



.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 transparent;
}

.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: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    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,
.mbl-header {
    display: none;
}

.uk-hidden {
    display: none;
}

.uk-visible {
    display: block;
}

.small-devices {
    display: none;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 6px;
}

.blogcontent {
    padding: 20px;
}

.toc-list-item {
    font-size: 15px;
    margin-bottom: 10px;
}

/*.breadcrumb-wrapper {*/
/*    height: 250px;*/
/*}*/

/* section-certificate */
.section-certificate {
    text-align: center;
}

.section-certificate img:not(:last-child) {
    margin-bottom: 1rem;
}

.section-certificate img {
    cursor: pointer;
    transition: opacity 400ms;
}

.section-certificate img:hover {
    opacity: 0.9;
}



.section-certificate img {
    animation: rise 400ms ease-out backwards;
    animation-play-state: paused;
    animation-delay: 300ms;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(10%);
    }
}

@media screen and (min-width: 480px) {
    .section-certificate {}
}


@media screen and (min-width: 768px) {

    .section-certificate {
        columns: 2;
        column-gap: 1rem;

    }
}

@media screen and (min-width: 1024px) {

    .section-certificate {
        columns: 3;
        column-gap: 1.5rem;
    }
}

  .pkg__infos {
    display: inline-flex;
  }
  .graph_icon {
    color: #9CB4DE;
    font-size: 28px;
    float: left;
    width: 28px;
    margin-right: 10px;
  }

  .pkginfos {
    margin-left: 38px;
  }
  .pkg_st {
    line-height: 15px;
    display: block;
  }

.icon-circle {
  background: #c4d8ff;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 100%;
}


/********responsive css*********/
@media (max-width: 1300px) {
    .container-fluid {
        padding: 0 20px;
    }

    .container {
        max-width: calc(100% - 20px);
    }

    .hero-slider-content {
      left: 5%;
    }
}

@media (max-width: 1280px) {

    html {
        overflow-x: hidden;
    }

    .section-content {
        padding: 40px 0;
    }

}

@media (max-width: 1080px) {

    .site__titte {
      font-size: 20px;
    }

    .swiper {
        height: 500px;
    }

    /* .banner__tittle {
        padding: 190px 20px 30px 40px;
    }

    .banner__wrap {
        padding: 90px 50px 140px 0;
    } */

    .mbl-screen {
        display: block;
    }

    .small-devices {
        display: block;
        position: absolute;
        z-index: 1;
        top: 22px;
        right: 40px;
    }

    .navigation-portrait .nav-menu {
        width: 100%;
        padding-top: 40px;
    }

    .navigation-portrait .nav-menus-wrapper {
        width: 100%;
        height: 100%;
        top: 7%;
        left: -100%;
        position: fixed;
        background-color: #2251a8;
        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: transparent;
    }

    .navigation-portrait .nav-menu>li {
        border-top: solid 1px #2b58ab;
    }

    .navigation-portrait .submenu-indicator {
        top: 0;
        right: 0;
    }

    .navigation-portrait .nav-dropdown .submenu-indicator {
        right: 0;
        top: 0;
    }

    .nav-dropdown>li>a {
        border-bottom: 1px solid #2b58ab;
    }

    .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: 14px 12px;
    }

    .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;
    }

    .tabsmenu-container {
        padding: 0;
    }

    .navigation-portrait .megamenu-panel {
        padding: 16px 10px;
    }

    .navbar-icons-2 .searchbar-open {
        margin-left: 20px;
    }

    .overlay-content {
        width: 100%;
    }

}

@media (max-width: 992px) {
    .custom-btn {
        font-size: var(--font-size-14);
        padding: 10px 24px;
    }

    .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;
    }

    .sm-blue a,
    .sm-blue a:hover,
    .sm-blue a:focus,
    .sm-blue a:active {
        padding: 10px 0px;
    }
    .sticky {
        position: inherit;
    }
    .nav-menu > li > a {
      font-size: var(--font-size-14);
    }
    .submenu-indicator {
      margin-left: 8px;
      margin-top: 5px;
    }

    .tabsmenu-container {
        display: none;
    }

    .menu_toogle {
        display: none;
    }

    .main_header_area {
        padding-bottom: 0;
    }

    .top-right .top-right-info-2 .head-rit {
        margin-left: 30px;
    }

    .megamenu-panel {
        position: inherit;
    }

    .megamenu-panel.nav-submenu {
        position: inherit;
    }

    .megamenu-panel {
        background-color: transparent;
        box-shadow: none;
    }

    .hero_tittle1 {
        font-size: 40px;
        line-height: 46px;
    }

    .photos-grid-container {
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr;
        grid-gap: 0;
        align-items: start;
    }

}

@media (max-width: 860px) {

    .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;
    }

    .pe-0 {
        padding-right: inherit !important;
    }

    .ps-0 {
        padding-left: inherit !important;
    }

    .h-sm-180px {
        position: relative;
    }

    .h-sm-180px img {
        object-fit: cover;
        height: 180px;
    }

    .navigation-portrait {
        height: inherit;
    }

    .menu-bar {
        display: flex;
        justify-content: inherit;
    }

    .menu-link {
        padding: 8px 16px;
    }

    .banner__grid {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 10px;
        max-height: 440px;
    }

    .hero__wapper {
        padding-bottom: 120px;
    }

    .banner__tittle {
        padding: 80px 20px 20px 20px;
    }

    .banner__wrap {
        padding: 0px 0px 0px 0;
    }

    .swiper {
        height: 450px;
    }

    .nav_rit {
      margin-top: 26px;
     float: right;
     margin-bottom: 10px;
     margin-right: 36px;
    }

    .custom-logo {
      /*width: 130px;*/
    }

    .site__titte {
     font-size: 16px;
   }

   .expert {
      font-size: 10px;
      padding: 0 8px;
      line-height: 18px;
    }

    .authorize {
      font-size: 10px;
      line-height: 9px;
    }

    .user-dropdown-icon {
        display: none;
    }

    .search-box {
      position: relative;
      vertical-align: middle;
      margin-right: 0px;
      border-right: none;
      padding-right: 0px;
    }


}

@media (max-width: 576px) {
    .logo-title {
        display: none;
      margin-left: 10px;
    }
    
    .logo-widget img {
        width: 110px;
    }

 /*   .logo-title {
        display: none;
    }*/

    .swiper {
        height: 320px;
    }

    /*.swiper .hero-slider-content {
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-transform: inherit;
        transform: inherit;
        font-size: 28px;
        width: 100%;
        padding: 20px;
    }*/

    .hero-content-text .title-one {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1px;
    }


    .small-devices {
        top: 34px;
        right: 40px;
    }

    .mbl-header {
        display: block;
    }

    .sm-screen {
        position: absolute;
        display: block;
        left: 10px;
    }

    .mbl-screen {
        top: 24px;
    }

    .nav-toggle {
        top: -46px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .p-s-0 {
        padding-left: 12px !important;
    }

    .p-e-0 {
        padding-right: 12px !important;
    }

    .hero_tittle1 {
        font-size: 30px;
        line-height: 36px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .payment-wrap {
        float: left;
    }

    .photos-grid-container {
        grid-template-columns: 1fr;
    }

    .photos-grid-container .sub {
        display: inherit;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 0em;
    }

}

@media (max-width: 480px) {}

@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-430px,
    .size-md-430px {
        height: 430px;
    }

    .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-556px,
    .size-md-556px {
        height: 556px;
    }

    .h-md-550px,
    .size-md-550px {
        height: 550px;
    }

    .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-550px,
    .size-lg-550px {
        height: 550px;
    }

    .h-lg-556px,
    .size-lg-556px {
        height: 556px;
    }

    .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;
    }
}