:root {
    --color-white: #ffffff;
    --color-bg: #145c3f;
    --color-bg-dark: #0d3d2a;
    --color-text-primary: #2d2d2d;
    --color-dark: #1b1b1b;
    --color-hover: #1a8c5e;
    --color-green: #00901F;
    --navy: #0d3d2a;
    --navy2: #0f4d35;
    --navy3: #145c3f;
    --green: #1a8c5e;
    --green2: #24b87c;
    --green3: #d0f0e4;
    --gold: #b8922a;
    --gold2: #d4aa45;
    --gold3: #f5ecd7;
    --white: #fff;
    --off: #f2faf6;
    --off2: #e0f0ea;
    --gray: #6a8a7a;
    --body: #2a4a3a;
    --color-dark: #1b1b1b;
    --color-text: #2d2d2d;
    --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;
    --border: rgba(13, 61, 42, .10);
    --shadow: 0 4px 32px rgba(13, 61, 42, .10);
    --shadow2: 0 12px 48px rgba(13, 61, 42, .18);
    --r: 12px;
    --fh: 'Outfit', sans-serif;
    --fb: 'Outfit', sans-serif;
    --fm: 'Outfit', sans-serif;
    --font-sans-serif: "Outfit", sans-serif;
    --font-title-serif: "Cormorant Garamond", serif;
    --font-data: "DM Mono", monospace;
    --th: 40px;
    --nh: 72px;
    --bg-gradient: linear-gradient(272deg, rgba(248, 254, 255, 1) 0%, rgba(248, 254, 255, 1) 67%, rgba(226, 243, 255, 1) 100%);
    --bg-linear: linear-gradient(90deg, rgba(240, 246, 241, 1) 0%, rgba(248, 254, 255, 1) 100%);
}

body {
    margin: 0;
    padding: 0;
    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: #ffffff;
    color: var(--color-text-primary);
    font-family: var(--font-sans-serif);
    font-optical-sizing: auto;
    font-size: var(--font-size);
    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);
}

.bg-color-1 {
    background-color: var(--off);
}

.bg-color-2 {
    background-color: var(--off2);
}

.bg-color-3 {
    background-color: var(--color-bg);
}

.bg-color-4 {
    background-color: rgb(247, 255, 242);
}

.bg-color-5 {
    background: linear-gradient(135deg, #071f15 0%, var(--navy) 55%, var(--navy2) 100%);
}

@media (min-width: 1080px) {
    .fs-lg-40 {
        font-size: 40px !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-600px,
.size-600px {
    height: 600px;
}

.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-accent);
    font-weight: var(--weight-400);
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: var(--color-accent);
}

a,
dt {
    color: var(--color-text-primary);
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: var(--color-dark);
    text-decoration: none;
}

.btn {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

/******** custom-btn ********/



.btn-read {
    display: inline-block;
    position: relative;
    color: var(--navy2);
    font-size: var(--font-size);
    font-style: normal;
    font-weight: var(--weight-600);
    text-decoration: none;
    text-transform: capitalize;
}

.btn-read span {
    font-size: var(--font-size-18);
    margin-left: 10px;
}

.btn-read:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--navy2);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: var(--color-hover);
}

.btn-primary {
    background: linear-gradient(135deg, var(--green), var(--green2));
    color: #fff;
    border: none;
    box-shadow: 0 4px 16px rgba(26, 140, 94, .3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--green2), var(--green));
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #fff;
    border: none;
}

.btn-gold:hover {
    background: linear-gradient(135deg, var(--gold2), var(--gold));
    color: #fff;
    border: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    transition: all .22s;
    cursor: pointer;
}

.form-group {
    position: relative;
}

input,
textarea,
select,
button {
    outline: none;
    font-size: 0.875rem;
}

input.form-control,
.form-select,
textarea.form-control,
select.form-control,
.form-select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--color-text-primary);
    height: 50px;
    font-size: var(--font-size) !important;
    padding: 10px;
    line-height: 28px;
}

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-weight: var(--weight-400);
    font-size: var(--font-size-14);
    margin-bottom: 0;
    line-height: 1.25rem;
}

.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-bg-dark);
    font-weight: var(--weight-700);
    font-style: normal;
    font-family: var(--font-title-serif);
    line-height: auto;
    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 {
    display: block;
    color: var(--gold);
}

.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;
}

.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 70px;
}

.radius-2 {
    border-radius: 2px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-8 {
    border-radius: 8px;
}

.bg-1 {
    background-color: var(--navy3);
}

.bg-2 {
    background-color: var(--navy2);
}

.bg-3 {
    background-color: var(--navy);
}

/******** header ********/

.tops__contact {
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
}

.h_cont {
    color: #fff;
    display: flex;
    font-size: var(--font-size-14);
    font-weight: var(--weight-500);
    font-family: var(--font-data);
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.h_cont a {
    color: #fff;
}

.h_cont span {
    font-size: 16px;
    margin-right: 6px;
}

header {
    position: relative;
    background-color: #ffffff;
}

.nav-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
}

.logo-widget {
    position: relative;
}

.nav-brand img {
    height: 90px;
}

.logo-title {
    margin-left: 0;
    margin-top: 12px;
}

.site__titte {
    font-family: var(--fh);
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: .01em;
    line-height: 12px;
    text-transform: uppercase;
}

.slogan {
    font-size: 12px;
    font-weight: 600;
    color: var(--green);
    letter-spacing: .2em;
    text-transform: uppercase;
}

.menu-block {
    line-height: 1.25;
    background: linear-gradient(135deg, var(--green), var(--green2));
    color: #fff !important;
    padding: 9px 20px !important;
    border-radius: 3px !important;
    display: block;
    position: relative;
    transition: color .2s;
    white-space: nowrap;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    transform: translateY(-100%);
    animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.social-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rounded-social-buttons {
    text-align: center;
    margin-top: 2px;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    border-radius: 3px;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-tiktok,
.fa-youtube,
.fa-instagram {
    font-size: 14px;
}

.rounded-social-buttons .social-button.facebook-f {
    background: #1353df;
}

.rounded-social-buttons .social-button.facebook-f:hover,
.rounded-social-buttons .social-button.facebook-f:focus {
    color: #1353df;
    background: #fefefe;
    /* border-color: #3b5998; */
}

.rounded-social-buttons .social-button.linkedin-in {
    background: #0077b0;
}

.rounded-social-buttons .social-button.linkedin-in:hover,
.rounded-social-buttons .social-button.linkedin-in:focus {
    color: #0077b0;
    background: #fefefe;
    /* border-color: #3b5998; */
}

.rounded-social-buttons .social-button.x-twitter {
    background: #1d9dff;
}

.rounded-social-buttons .social-button.x-twitter:hover,
.rounded-social-buttons .social-button.x-twitter:focus {
    color: #1d9dff;
    background: #fefefe;
    /* border-color: #55acee; */
}

.rounded-social-buttons .social-button.tiktok {
    background: #000000;
}

.rounded-social-buttons .social-button.tiktok:hover,
.rounded-social-buttons .social-button.tiktok:focus {
    color: #000000;
    background: #fefefe;
    /* border-color: #000000; */
}

.rounded-social-buttons .social-button.youtube {
    background: #de0b0b;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #de0b0b;
    background: #fefefe;
    /* border-color: #bb0000; */
}

.rounded-social-buttons .social-button.instagram {
    background: #f84bb4;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #f84bb4;
    background: #fefefe;
    /* border-color: #bb1fa4; */
}

/* HOME HERO */
.hero-banner {
    position: relative;
    /* min-height: calc(100vh - var(--th) - var(--nh)); */
    background: linear-gradient(135deg, #071f15 0%, var(--navy) 55%, var(--navy2) 100%);
    overflow: hidden;
}

.home-hero {
    display: grid;
    grid-template-columns: 1fr 550px;
    gap: 40px;
    align-items: center;
    padding: 0px;
    /* min-height: calc(100vh - var(--th) - var(--nh)); */
}

.home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 700px 500px at 80% 40%, rgba(36, 184, 124, .15) 0%, transparent 65%), radial-gradient(ellipse 400px 400px at 5% 90%, rgba(36, 184, 124, .07) 0%, transparent 70%);
}

.home-hero-left {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.home-hero-right {
    position: relative;
    z-index: 1;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 170, 69, .15);
    border: 1px solid rgba(212, 170, 69, .3);
    color: var(--gold2);
    padding: 2px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-hero h1 {
    font-family: var(--font-title-serif);
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.home-hero h1 em {
    color: var(--gold2);
    font-style: italic;
}

.hero-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 560px;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.trust-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
}

.avatar-stack {
    display: flex;
}

.avatar-stack img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2.5px solid rgba(255, 255, 255, .3);
    margin-left: -10px;
    object-fit: cover;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.trust-text {
    font-size: 14px;
}

.trust-text strong {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--font-data);
}

.trust-text span {
    color: rgba(255, 255, 255, .8);
}

.hero-img-card {
    background: rgba(255, 255, 255, .04);
    /* border: 1px solid rgba(255, 255, 255, .1); */
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.hero-img-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.hero-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(7, 31, 21, .88));
    padding: 24px;
}

.growth-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--green), var(--green2));
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

.growth-badge .val {
    font-size: 22px;
    font-family: var(--font-data);
}

.label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 5px;
}

.label-light {
    color: var(--gold2);
}


.esg-card {
    background: linear-gradient(135deg, var(--green), var(--green2));
    border: 1px solid rgba(224, 255, 229, 0.08);
    border-radius: var(--r);
    padding: 28px;
    transition: background .2s;
}

.esg-card:hover {
    background: linear-gradient(135deg, var(--green2), var(--green));
}

.esg-body {
    color: rgba(255, 255, 255, 1);
    line-height: 1.65;
}

.esg-title {
    font-family: var(--font-title-serif);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.esg-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold2);
}

.esg-stat {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--green2);
}


.card_cricle {
    background-color: #28ac77;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
}

.card_cricle span {
    color: #fff;
    font-size: 28px;
}

.label_1 {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(233, 233, 233, 0.3);
    color: var(--gold);
}


.step-card {
    position: relative;
    background: var(--off2);
    border-radius: var(--r);
    /* border: 1px solid var(--border); */
    padding: 32px 28px;
    /* box-shadow: var(--shadow); */
    transition: box-shadow .2s, transform .2s;
    overflow: hidden;
}

.step-title {
    font-family: var(--font-title-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--navy);
}

.step_count {
    position: absolute;
    right: -8px;
    width: 56px;
    height: 60px;
    border-radius: 100%;
    background-color: #85b7a4;
    border-radius: 100%;
    color: #3c6655;
    text-align: center;
    top: -20px;
    font-size: 16px;
    font-family: var(--font-data);
    font-weight: 700;
    padding: 22px 16px;
}

.faq-sidebar-box {
    background: var(--off);
    border-radius: var(--r);
    padding: 24px;
    border: 1px solid var(--border);
    margin-top: 28px;
}

.working-process .accordion-item {
    border: 1px solid var(--color-bgcolor);
    border-bottom: 2px solid var(--color-bg);
    border-radius: 10px;
    overflow: hidden;
    /* padding: 20px; */
    background-color: var(--off);
}

.working-process .accordion-item .accordion-button {
    background-color: var(--off);
    border-bottom: 1px solid var(--color-bg);
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
}

.working-process .accordion-item .accordion-collapse.collapse.show,
.working-process .accordion-item .accordion-collapse.collapse.show {
    /* background-color: var(--color-); */
    transition: all 0.2s ease-in-out;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
    color: var(--color-dark);
    transition: all 0.2s ease-in-out;
    /* background-color: var(--primary-color) !important; */
    box-shadow: none;
}

.working-process .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
    padding: 10px 20px;
}

.working-process .accordion-item .accordian-numbers {
    font-size: 30px;
    padding-right: 10px;
}

.accordion-button::after {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    content: "\f068";
    height: 26px;
    width: 26px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--color-bg);
    background-color: var(--off);
    color: var(--color-bg);
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f067";
}

.working-process .accordion-item .collapsing {
    transition: all 0.3s ease-in-out;
}


footer {
    position: relative;
    background: #0f4d35;
}

.footer-links {
    position: relative;
}

.footer__tittle {
    color: var(--color-white);
    font-family: var(--font-title-serif);
    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-white);
}

.listing li a:hover {
    color: var(--gold);
}

.cnt-infos {
    color: #fff;
    line-height: 22px;
    margin-left: 34px;
}

.cnt__icons {
    background-color: var(--color-bg-dark);
    border-radius: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.cnt__icons span {
    color: #fff;
    font-size: var(--font-size-16);
}

.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;
}

.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: 0;
    border-radius: 4px;
    padding: 0 20px !important;
    height: 48px;
}

.subscribe .form-control:focus {
    background-color: #ffffff;
}

.subscribe .btn-1 {
    background-color: var(--navy3);
    border-radius: 4px;
    border: 0;
    color: var(--color-white);
    font-weight: 500;
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 48px;
}

.cpy-info {
    border-top: 1px solid #145c3f;
}

.cpy-info p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cpy-info p a {
    color: var(--gold);
}

.cpy-info p a:hover {
    color: var(--gold);
    text-decoration: underline;
}

.footer-social {
    display: flex;
    justify-content: flex-start;
}


.pb-5 {
    padding-bottom: 1.25rem;
}

.border-b {
    border-top: 1px dashed #b1b1b1;
}

.mbl-screen,
.screen-sm {
    display: none;
}

.sm-screen,
.mbl-header {
    display: none;
}

.small-devices {
    display: none;
}

.about-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.about-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--green), var(--gold2));
}

.tl-item {
  position: relative;
  margin-bottom: 40px;
}

.tl-dot {
  position: absolute;
  left: -34px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--green3);
}

.tl-date {

  font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 4px;
    font-family: var(--font-data);
  margin-bottom: 4px;
}

.tl-title {
  font-family: var(--fh);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
}

.tl-desc {
  font-size: 14px;
  color: var(--body);
  margin-top: 6px;
  line-height: 1.6;
}

.mvv-card.obj ul, .mvv-card.values p, .mvv-card.values ul {
  color: var(--white);
}
.mvv-card ul {
  list-style: disc;
  padding-left: 0;
}

.mvv-card ul li {
  margin-bottom: 6px;
  font-size: 14px;
  margin-left: 14px;
}

.team-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}

.team-card-img {
  background: var(--off2);
  overflow: hidden;
  position: relative;
}

.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-card-body {
  padding: 24px;
  background: #fff;
}

.team-card-name {
  font-family: var(--fh);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
}

.team-card-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green);
  margin: 4px 0 0;
}

.team-card-qual {
  font-size: 16px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 10px;
}

.sector-list {
  list-style: none;
  padding-left: 0;
}

.sector-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.sector-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sector-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}

.sector-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--navy);
}

.sector-sub {
  font-size: 14px;
  color: #35463f;
}

.sector-pct {
  font-family: var(--font-data);
  font-size: 20px;
  font-weight: 700;
  color: #21aa72;
}

.return-card .r-val {
  font-family: var(--font-data);
  font-size: 28px;
  font-weight: 700;
  color:#fff;
  line-height: 1;
  margin-bottom: 8px;
}

.return-card .r-label {
  font-size: 14px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.5;
}

.investment-wrapper {
    background-color: #d5e2dd;
    padding: 40px;
}

/* OUR INVESTMENT TABLE */
.fin-table-wrap {
  overflow-x: auto;
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  border: 1px solid var(--border);
}

.fin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.fin-table thead tr {
  background: #071f15;
}

.fin-table thead th {
  padding: 14px 16px;
  color: rgba(255, 255, 255, .85);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, .06);
}

.fin-table thead th:first-child {
  text-align: left;
  min-width: 150px;
  color: var(--gold2);
}

.fin-table thead th.latest {
  background: var(--green);
}

.fin-group-hdr td {
  
  color: rgba(255, 255, 255, .8);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 7px 16px;
}

.fin-table tbody tr:hover td {
  background: var(--off) !important;
}

.fin-table tbody tr:nth-child(even) td {
  background: rgba(210, 240, 220, .25);
}

.fin-table td {
  padding: 11px 16px;
  text-align: right;
  border-right: 1px solid rgba(13, 61, 42, .04);
  font-family: var(--font-data);
  font-size: 12.5px;
  color: var(--body);
  white-space: nowrap;
}

.fin-table td:first-child {
  text-align: left;
  font-family: var(--fb);
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  border-left: 3px solid transparent;
}

.fin-table tr.row-inv td:first-child {
  border-color: #1a82c4;
}

.fin-table tr.row-sc td:first-child {
  border-color: rgba(26, 130, 196, .35);
}

.fin-table tr.row-re td:first-child {
  border-color: rgba(26, 130, 196, .15);
}

.fin-table tr.row-ii td:first-child {
  border-color: var(--gold2);
}

.fin-table tr.row-ex td:first-child {
  border-color: rgba(200, 50, 50, .4);
}

.fin-table tr.row-pat td:first-child {
  border-color: var(--green);
}

.fin-table tr.row-eps td:first-child {
  border-color: var(--green2);
}

.fin-table tr.row-div td:first-child {
  border-color: rgba(26, 122, 94, .3);
}

.fin-table tr.row-cd td:first-child {
  border-color: rgba(26, 122, 94, .15);
}

.fin-table tr.row-nw td:first-child {
  border-color: var(--gold2);
}

.green-val {
  color: var(--green) !important;
  font-weight: 700 !important;
}

.blue-val {
  color: #1a82c4 !important;
  font-weight: 700 !important;
}

.gold-chip {
  display: inline-block;
  background: var(--gold3);
  color: #7a5c10;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.green-chip {
  display: inline-block;
  background: var(--green3);
  color: var(--green);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.fin-table td.latest {
  background: rgba(26, 140, 94, .05) !important;
  font-weight: 600 !important;
}

/* INFORMATION */
.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.doc-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: var(--r);
  border: 1px solid var(--border);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}

.doc-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow2);
}

.doc-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex-shrink: 0;
  background: var(--navy);
  color: var(--gold2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.doc-info h4 {
  font-family: var(--fh);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.doc-info p {
  font-size: 13px;
  color: var(--body);
  line-height: 1.5;
}

.doc-btn {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}

.doc-btn span {
    margin-right: 10px;
}

.doc-btn:hover {
  background: var(--color-hover);
  color: #fff;
}

.reg-table {
  width: 100%;
  border-collapse: collapse;
}

.reg-table tr {
  border-bottom: 1px solid var(--border);
}

.reg-table tr:last-child {
  border-bottom: none;
}

.reg-table td {
  padding: 14px 16px;
  font-size: 14.5px;
}

.reg-table td:first-child {
  font-weight: 600;
  color: var(--navy);
  width: 250px;
}

.job-card {
  background: #fff;
  border-radius: var(--r);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 32px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.job-info h3 {
  font-family: var(--fh);
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.job-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.job-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #dae9e2;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}

.job-desc {
  font-size: 14px;
  color: var(--body);
  line-height: 1.65;
  max-width: 600px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field.full {
  grid-column: 1/-1;
}

.form-field label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(71, 71, 71, 1);
}

.form-field input,
.form-field textarea {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgb(114, 114, 114);
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--color-dark);
  font-family: var(--fb);
  font-size: 14px;
  transition: border-color .2s;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgb(85, 85, 85);
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--green2);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

/********responsive css*********/
@media (max-width: 1300px) {
    .container-fluid {
        padding: 0 20px;
    }

    .container {
        max-width: calc(100% - 20px);
    }

    .nav-menu>li>a {
        padding: 38px 8px;
        font-size: 12px;
    }
}

@media (max-width: 1280px) {

    .section-content {
        padding: 40px 0;
    }

}

@media (max-width: 1080px) {

    .mbl-screen {
        display: block;
    }

    .small-devices {
        display: block;
        position: absolute;
        z-index: 1;
        top: 22px;
        right: 40px;
    }
    

}

@media (max-width: 992px) {

    .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;
    }

    .menu_toogle {
        display: none;
    }

    .main_header_area {
        padding-bottom: 0;
    }

    .nav-header {
        margin-right: 0;
    }

    .home-hero {
        display: grid;
        grid-template-columns: 1fr 470px;
        gap: 40px;

    }

}

@media (max-width: 768px) {

    .sticky {
        position: inherit;
    }

    .home-hero-right {
        display: none;
    }

    .home-hero-left {
        padding: 50px 0;
    }

    .home-hero {
        display: grid;
        grid-template-columns: 1fr 0;
        gap: 0;
    }

    .hero-sub {
        max-width: 100%;
    }

    .breadcrumb-container {
        margin-top: 30px;
        padding: 18px 0 10px 0;
    }

    .nav-tabs .nav-link {
        padding: 16px 10px 0 0;
        margin-right: 0;
        text-transform: uppercase;
    }

    .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .scrollable-tabs .nav-item::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .scrollable-tabs .nav-item::-webkit-scrollbar-thumb {
        background: #333;
    }

    .scrollable-tabs .nav-item::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .scrollable-tabs .nav-item::-webkit-scrollbar-track {
        background: #ccc;
    }

    .navigation-portrait .nav-menu {
        width: 100%;
        padding-top: 40px;
    }

    .navigation-portrait .nav-menus-wrapper {
        width: 100%;
        height: 100%;
        top: 14%;
        left: -100%;
        position: fixed;
        background-color: var(--navy2);
        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 #1b6748;
    }

    .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 #1b6748;
    }

    .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 {
        padding: 18px 10px;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 14px 10px;
    }

    .navigation-portrait .nav-dropdown>li>a {
        padding: 12px 10px;
    }

    .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;
    }

    .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;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        line-height: 30px;
    }

    .navigation-portrait {
        height: inherit;
    }

    .menu-bar {
        display: flex;
        justify-content: inherit;
    }

    .menu-link {
        padding: 8px 16px;
    }

    .working-process .accordion-item .accordion-button {
      font-size: 16px;
      line-height: 20px;
    }

}

@media (max-width: 576px) {

    .nav-brand img {
        height: 70px;
        margin-bottom: 5px;
    }

    .site__titte {
        font-size: 16px;
        line-height: 10px;
    }

    .slogan {
        font-size: 11px;
    }

    .nav-toggle {
        top: 30px;
        right: 20px;
        margin-bottom: 5px;
    }

    .small-devices {
        top: 34px;
        right: 40px;
    }

    .mbl-header {
        display: block;
    }

    .sm-screen {
        position: absolute;
        display: block;
        left: 10px;
    }

    .mbl-screen {
        top: 24px;
    }

    .hero-label {
        font-size: 10px;
        letter-spacing: 0;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .p-s-0 {
        padding-left: 12px !important;
    }

    .p-e-0 {
        padding-right: 12px !important;
    }

}


@media (max-width: 480px) {

    .rounded-social-buttons {
        margin-top: 4px;
    }

}

/* sm*/
@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;
    }
}