@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&display=swap');

*::-webkit-scrollbar {
    width: 7px;
    background-color: transparent !important;
}

*::-webkit-scrollbar-track {
    background-color: #ccc !important;
}

*::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-clip: content-box;
    background: var(--main-color-one);
}

*::placeholder {
    color: #adb5bd !important;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(23px + .9vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 31px
    }
}

.h3, h3 {
    font-size: calc(22px + .6vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 24px
    }
}

.h4, h4 {
    font-size: calc(14px + .3vw)
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 17px;
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 13px
}

.stretched-link::after {
    z-index: 0;
}

.sectionBg1 {
    background: #F9FAFB;
}

.sectionBg2 {
    background: #1B1A19;
}

.sectionBg3 {
    background: #F2F4F7;
}

.white-bg {
    background: var(--bs-white);
}

.gray-bg {
    background: #f5f5f5;
}

.white-bg {
    background: var(--bs-white);
}

.black-bg {
    background: #000000;
}

.footerBg1 {
    background: #524EB7;
}

.footerBg2 {
    background: #000;
}

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

.black-color {
    color: #000000;
}

.orange-color {
    color: var(--main-color-one);
}

.bg-light2 {
    background: #ffdecc54 !important;
}

.bg-orange {
    background-color: var(--main-color-one);
}

.border-orange {
    border-color: var(--main-color-one) !important;
}

.small, small {
    font-size: 80% !important;
}

.fw-200 {
    font-weight: 500;
}

.text-justify {
    text-align: justify !important;
}

/*--------------- ---- Responsive --------------------------*/
/* 1. Theme default css */
:root {
    --main-color-one: #fe6a12;
    --main-color-two: #ed5923;
    --main-color-three: #FCDA69;
    --heading-color: #333333;
    --secondary-color: #FBA260;
    --main-bg-one: #fe6a12;
    --bg-light-one: #F5F9FE;
    --bg-light-two: #FEF8F3;
    --bg-dark-one: #040A1B;
    --bg-dark-two: #22253F;
    --paragraph-color: #444444;
    --paragraph-color-two: #475467;
    --paragraph-color-three: #D0D5DD;
    --paragraph-color-four: #344054;
    --heading-font: "Baloo Bhaijaan 2", sans-serif;
    --body-font: 'Baloo Bhaijaan 2', cursive;
}

::-moz-selection { /* Code for Firefox */
    color: var(--bg-light-one);
    background: var(--main-bg-one);
}

::selection {
    color: var(--bg-light-one);
    background: var(--main-bg-one);
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    background: #f0f1f3 !important;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 400;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px;
}

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

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

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-24 {
    margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 0px;
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
    color: var(--paragraph-color);
    font-family: var(--body-font);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: 400;
}

a,
.button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: rgb(99, 92, 92);
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    color: var(--main-color-one);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

pre {
    margin-top: 15px;
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 38px 38px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
    height: auto;
}

ol:not([class]) {
    margin-bottom: 20px;
}

ol:not([class]) ol {
    margin-bottom: 0px;
}

ul ol:not([class]) {
    margin-bottom: 0px;
}

dl,
ol,
ul {
    padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus,
textarea{
    outline: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px solid #ddd!important;
}

code {
    color: #faa603;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Height & Width
--------------------------------------------------------------*/
.h-100 {
    height: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter,
.alignleft,
.alignright {
    display: block;
    margin: 1.5rem auto;
    clear: both;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
}

.alignnone {
    margin: 1.75em auto 1.75em;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}

.alignnone {
    height: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after{
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after{
    clear: both;
}

.sticky {
    display: block;
}

embed,
iframe,
object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.breadcrumb > .active {
    color: #888;
}

.info {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.title {
    color: var(--heading-color);
}

.bg-dark {
    background-color: var(--heading-color) !important;
}

.dark-bg-01 {
    background-color: var(--bg-dark-one);
}

.dark-bg-02 {
    background-color: var(--bg-dark-two);
}

.light-bg-01 {
    background-color: #FFF8F2;
}

.light-bg-02 {
    background-color: #FEF3F4;
}

.light-bg-03 {
    background-color: #F6F4FE;
}

.light-bg-04 {
    background-color: #F5F9FE;
}

.bg-color-a {
    background-color: #F7ECFE;
}

.bg-color-b {
    background-color: #FFEBE7;
}

.bg-color-c {
    background-color: #E5F8FB;
}

.bg-color-d {
    background-color: #EDEEF8;
}

.bg-color-e {
    background-color: #E3F2FC;
}

.color-a {
    background-color: #BD63F9;
}

.color-b {
    background-color: #FC573B;
}

.color-c {
    background-color: #25C6DA;
}

.color-d {
    background-color: #6A75C4;
}

.color-e {
    background-color: #1491EA;
}

.border-radius-5 {
    border-radius: 5px;
}

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

.border-radius-none {
    border-radius: 0 !important;
}

.four-column .col-lg-3 {
    margin-top: 40px;
}

.four-column .col-lg-3:nth-child(1), .four-column .col-lg-3:nth-child(2), .four-column .col-lg-3:nth-child(3), .four-column .col-lg-3:nth-child(4) {
    margin-top: 0;
}

.three-column .col-lg-4 {
    margin-top: 50px;
}

.three-column .col-lg-4:nth-child(1), .three-column .col-lg-4:nth-child(2), .three-column .col-lg-4:nth-child(3) {
    margin-top: 0;
}

.two-column .col-lg-6 {
    margin-top: 40px;
}

.two-column .col-lg-6:nth-child(1), .two-column .col-lg-6:nth-child(2) {
    margin-top: 0;
}

.one-column .col-lg-12 {
    margin-top: 50px;
}

.one-column .col-lg-12:nth-child(1) {
    margin-top: 0;
}

.font-size-16 {
    font-size: 16px !important;
    line-height: 26px !important;
}

.font-size-18 {
    font-size: 18px !important;
    line-height: 28px !important;
}

.font-size-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.font-size-22 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.font-size-24 {
    font-size: 24px !important;
    line-height: 34px !important;
}

.font-size-26 {
    font-size: 26px !important;
    line-height: 36px !important;
}

.font-size-32 {
    font-size: 32px !important;
    line-height: 42px !important;
}

.font-size-42 {
    font-size: 42px !important;
    line-height: 60px !important;
}

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

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

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

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

.background-img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nice-select {
    line-height: 30px;
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    color: #071112;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
    border-radius: 25px;
}

.nice-select::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    height: 7px;
    right: 41px;
    width: 7px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
}

.nice-select.open .list {
    width: 100%;
    border-radius: 0;
}

.nice-select .option {
    color: #071112;
}

.nice-select::-webkit-input-placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
}

.nice-select::-moz-placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
}

.nice-select:-ms-input-placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
}

.nice-select::-ms-input-placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
}

.nice-select::placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
}

/*-- Section Padding -- */
.section-padding {
    padding-top: 110px;
    padding-bottom: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 45px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 45px;
    }
}

.section-padding2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.top-padding {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-padding {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-padding {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .top-padding {
        padding-top: 70px;
    }
}

.top-padding2 {
    padding-top: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-padding2 {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-padding2 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .top-padding2 {
        padding-top: 70px;
    }
}

.bottom-padding {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottom-padding {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom-padding {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .bottom-padding {
        padding-bottom: 70px;
    }
}

.bottom-padding2 {
    padding-bottom: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottom-padding2 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom-padding2 {
        padding-bottom: 45px;
    }
}

@media (max-width: 575px) {
    .bottom-padding2 {
        padding-bottom: 45px;
    }
}

.footer-padding {
    padding-top: 100px;
    padding-bottom: 75px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 55px;
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 55px;
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .section-headTitle {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-headTitle {
        margin-bottom: 40px;
    }
}

.section-headTitle .headTitle {
    color: var(--heading-color);
    font-family: var(--heading-font);
    display: block;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 18px;
    padding-left: 12px;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .section-headTitle .headTitle {
        font-size: 36px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-headTitle .headTitle {
        font-size: 31px !important;
    }
}

@media (max-width: 575px) {
    .section-headTitle .headTitle {
        font-size: 24px !important;
    }
}

.section-headTitle .headTitle .shape {
    position: absolute;
    width: 72px;
    height: 50px;
    background: var(--main-color-three);
    z-index: -1;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-headTitle .headTitle .shape {
        height: 45px;
    }
}

@media (max-width: 575px) {
    .section-headTitle .headTitle .shape {
        width: 57px;
        height: 34px;
    }
}

.section-headTitle .headTitle p {
    color: #344054;
}

.section-headTitle .headTitle .lineBrack {
    display: block;
}

@media (max-width: 575px) {
    .section-headTitle .headTitle .lineBrack {
        display: none;
    }
}

.section-headTitle .headTitle > span {
    color: var(--main-color-one);
    font-size: 82px;
}

.section-headTitle span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 13px;
}

.section-headTitle strong {
    color: var(--main-color-two);
}

.section-headTitle .pera {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.section-headTitle .pera a {
    text-decoration: underline;
}

.section-headTitle.section-headTitle2 .headTitle {
    font-size: 48px;
    line-height: 1.3;
    padding-left: 0;
}

.section-headTitle.section-headTitle2 p {
    color: #667085;
}

.section-headTitle.section-headTitle3 h2 {
    font-size: 46px;
    line-height: 1.3;
}

.section-headTitle.section-headTitle4 h2 {
    color: var(--heading-color);
    font-size: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-headTitle.section-headTitle4 h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .section-headTitle.section-headTitle4 h2 {
        font-size: 23px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-headTitle.section-headTitle4 h2 br {
        display: none;
    }
}

@media (max-width: 575px) {
    .section-headTitle.section-headTitle4 h2 br {
        display: none;
    }
}

.section-headTitle.section-headTitle5 span {
    color: var(--main-color-one);
}

.section-headTitle.section-headTitle6 .headTitle {
    font-size: 64px;
    line-height: 1.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .small-headTitle {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .small-headTitle {
        margin-bottom: 50px;
    }
}

.small-headTitle h3 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 24px;
    display: block;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .small-headTitle h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .small-headTitle h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .small-headTitle h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .small-headTitle h3 {
        font-size: 20px;
    }
}

.small-headTitle p {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.small-headTitle p a {
    text-decoration: underline;
}

.small-headTitle.small-headTitle2 h4 {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 700;
}

.small-headTitle.small-headTitle2 p {
    color: #66816A;
}

.headTitleStyleTow h3 {
    color: var(--heading-color);
    font-size: 20px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 4px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .headTitleStyleTow h3 {
        font-size: 20px;
    }
}

.headTitleStyleTow h3 span {
    width: 20px;
    height: 1px;
    background: var(--main-color-one);
    display: inline-block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-left: 10px;
}

.headTitleStyleTow p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.headTitleStyleTow p a {
    text-decoration: underline;
}

.infoTitle2 {
    font-family: var(--body-font);
    color: #667085;
    margin-bottom: 20px;
    font-size: 16px;
    display: block;
}

.infoTitle2 .icon {
    margin-right: 8px;
    font-size: 25px;
    position: relative;
    top: 3px;
}

.infoTitle {
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.plr {
    padding-left: 135px;
    padding-right: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .plr {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.99px) {
    .plr {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 575px) {
    .plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.sectionImg-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.sectionImg-bg2 {
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    background-position: center center;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}

.gray-bg {
    background-color: #f5f5f5;
}

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

.padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-103 {
    padding-top: 103px;
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-160 {
    padding-top: 160px;
}

.padding-top-175 {
    padding-top: 175px;
}

.padding-top-180 {
    padding-top: 180px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-top-210 {
    padding-top: 210px;
}

.padding-top-260 {
    padding-top: 260px;
}

.padding-top-390 {
    padding-top: 390px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-bottom-135 {
    padding-bottom: 135px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-bottom-227 {
    padding-bottom: 227px;
}

.padding-bottom-250 {
    padding-bottom: 280px;
}

.padding-bottom-285 {
    padding-bottom: 285px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-160 {
    padding-bottom: 160px;
}

.padding-bottom-165 {
    padding-bottom: 165px;
}

.padding-bottom-170 {
    padding-bottom: 170px;
}

.padding-bottom-180 {
    padding-bottom: 180px;
}

.padding-bottom-215 {
    padding-bottom: 215px;
}

.padding-bottom-295 {
    padding-bottom: 295px;
}

.padding-bottom-300 {
    padding-bottom: 300px;
}

.padding-bottom-320 {
    padding-bottom: 320px;
}

.padding-bottom-460 {
    padding-bottom: 460px;
}

.margin-top-minus-90 {
    margin-top: -90px;
}

.margin-top-minus-100 {
    margin-top: -100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-160 {
    margin-top: 160px;
}

.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

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

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-top-100 {
    margin-bottom: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.min-height-600 {
    min-height: 600px;
}

.overflow-hidden {
    overflow: hidden;
}

/*--------------------------------------------------------------
  ........................ Some Plugin style ................
--------------------------------------------------------------*/
/*-----------   Back To Top  --------*/
@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.btn-wrapper .btn-fd,
.btn-wrapper .btn-fd-w {
    font-family: var(--heading-font);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
    background: var(--main-color-one);
    color: var(--bs-white);
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
}

.btn-wrapper .btn-fd-w {
    background: var(--bs-white);
    color: var(--main-color-one);
}

.btn-wrapper .btn-fd:hover,
.btn-wrapper .btn-fd-w:hover {
    background: var(--heading-color);
    color: var(--bs-white);
}

.btn-wrapper .btn-fd i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 5px;
    font-size: 28px;
    line-height: 1;
    position: relative;
    bottom: -4px;
}

@media (max-width: 1399.99px) {
    .btn-wrapper .btn-fd i {
        font-size: 20px;
    }
}

@media (max-width: 1799.99px) {
    .btn-wrapper .btn-fd .text {
        display: none;
    }
}

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

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.success-btn {
    font-family: var(--heading-font);
    color: #4CAF50;
    background: rgba(76, 175, 80, 0.15);
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 12px;
    margin-bottom: 10px;
    display: inline-block;
    border: 0;
}

.running {
    -webkit-animation: nudge 10s linear infinite alternate;
    animation: nudge 10s linear infinite alternate;
}

@-webkit-keyframes nudge {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-60px, 0);
        transform: translate(-60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
            }
        }
    }
    80% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
            }
        }
    }
}

@keyframes nudge {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-60px, 0);
        transform: translate(-60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
            }
        }
    }
    80% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
        @media (max-width: 575px) {
            .running {
                -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
            }
        }
    }
}

/* bounce-animate */
.bounce-animate {
    -webkit-animation-name: float-bob;
    animation-name: float-bob;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /* animation-timing-function: linear; */
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* heartbeat */
.heartbeat {
    -webkit-animation: heartbeat 1s infinite alternate;
    animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.ZoomTwo {
    position: relative;
    -webkit-animation-name: myanimation;
    animation-name: myanimation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes myanimation {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes myanimation {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/* Rotate */
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.bouncingAnimation {
    -webkit-animation: bouncebubble infinite 5s;
    animation: bouncebubble infinite 5s;
}

@-webkit-keyframes bouncebubble {
    1% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bouncebubble {
    1% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.live {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.live::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background-color: var(--main-color-two);
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.live::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(225, 36, 84, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: live 2s ease-in-out infinite;
    animation: live 2s ease-in-out infinite;
    z-index: 1;
    top: -15px;
    left: -5px;
}

@-webkit-keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(225, 36, 84, 0.3);
    }
}

@keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

.routedOne {
    -webkit-animation-name: des2;
    animation-name: des2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes des2 {
    from {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes des2 {
    from {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.routedTwo {
    max-width: 800px;
    -webkit-animation-name: shape;
    animation-name: shape;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes shape {
    from {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    to {
        -webkit-transform: rotateY(15deg) rotateX(10deg);
        transform: rotateY(15deg) rotateX(10deg);
    }
}

@keyframes shape {
    from {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }
    to {
        -webkit-transform: rotateY(15deg) rotateX(10deg);
        transform: rotateY(15deg) rotateX(10deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@-webkit-keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@-webkit-keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
        transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
        transform: translate(-346px, 617px);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}

@keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}

@keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
        transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.NavWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.NavWrapper ul, .NavWrapper ul li {
    position: relative;
    min-width: 50px;
}

.NavWrapper li:after {
    display: none;
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--main-bg-one);
}

.NavWrapper li:hover:after {
    display: block;
}

.navbar-area {
    z-index: 1;
    border-radius: 250px;
    margin: 20px;
}

.navbar-area.no-rounded {
    border-radius: 0 !important;
    margin: 0 auto !important;
}

.navbar-area.navbar-border .nav-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 9;
}

.navbar-area .nav-container {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 0px;
}

@media (max-width: 1199px) {
    .navbar-area .nav-container {
        padding: 2px 15px;
    }
}

.navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 225px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-area .nav-container .logo-wrapper .logo img {
        max-width: 160px;
    }
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .navbar-area .nav-container .logo-wrapper .logo img {
        max-width: 150px;
    }
}

.navbar-area .nav-container .nav-right-content {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .navbar-area .nav-container .nav-right-content {
        visibility: hidden;
        opacity: 0;
        margin-left: auto !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -40px !important;
        background: transparent;
    }

    .navbar-area .nav-container .nav-right-content.active {
        visibility: visible;
        opacity: 1;
        margin-top: 10px !important;
    }
}

.navbar-area .nav-container .nav-right-content .info-bar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-area .nav-container .nav-right-content .info-bar-item .icon {
    font-size: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-area .nav-container .nav-right-content .info-bar-item .icon {
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-area .nav-container .nav-right-content .info-bar-item .icon {
        margin-right: 5px;
    }
}

.navbar-area .nav-container .nav-right-content .info-bar-item .icon:hover {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content .info-bar-item .icon:hover .single-icon {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content .info-bar-item .icon .single-icon {
    color: var(--heading-color);
}

.navbar-area .nav-container .nav-right-content .info-bar-item-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-thumb {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title {
    color: var(--heading-color);
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title:hover {
    color: var(--main-color-one);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title {
        display: none;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    margin-left: 25px;
}

@media (max-width: 575px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        padding-top: 120px;
    }
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        margin-left: 0px;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav.desktop-center {
    text-align: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-font);
    text-transform: capitalize;
    color: #344054 !important;
    font-weight: 400;
    line-height: 70px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        font-size: 14px;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #344054;
    padding: 10px 19px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (max-width: 1399.99px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        padding: 7px 7px;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one);
    background: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover > a {
    color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
    color: var(--main-color-one);
    background: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    padding-right: 0;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .menuArrow {
    padding: 10px 20px;
    position: relative;
    z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .menuArrow::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Line Awesome Free";
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 1px;
    left: 4px;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bs-white);
    z-index: 992;
    border-bottom: 4px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 14px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--heading-color);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: var(--bs-white);
}

.navbar-area .header-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-area .header-cart .single {
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (max-width: 1399.99px) {
    .navbar-area .header-cart .single {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-area .header-cart .single {
        margin-left: 4px;
    }
}

@media (max-width: 991px) {
    .navbar-area .header-cart .single {
        margin-left: 4px;
    }
}

.navbar-area .header-cart .single:first-child {
    margin-left: 0;
}

.navbar-area .header-cart .single .chat {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--paragraph-color);
    padding: 8px 16px;
    background: none;
    display: inline-block;
    border: 1px solid #D0D5DD;
    border-radius: 30px;
    background: #fff;
}

@media (max-width: 1399.99px) {
    .navbar-area .header-cart .single .chat {
        padding: 6px 5px;
    }
}

@media (max-width: 1399.99px) {
    .navbar-area .header-cart .single .chat .text {
        display: none;
    }
}

.navbar-area .header-cart .single .chat i {
    margin-right: 3px;
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 1399.99px) {
    .navbar-area .header-cart .single .chat i {
        margin: 0;
        font-size: 19px;
    }
}

.navbar-area .header-cart .single .chat:hover {
    border-color: var(--main-color-one);
    color: var(--bs-white);
    background: var(--main-color-one);
}

.navbar-area .header-cart .single .heart {
    color: var(--paragraph-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-align: center;
    border: 1px solid #D0D5DD;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    font-size: 21px;
}

@media (max-width: 1399.99px) {
    .navbar-area .header-cart .single .heart {
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 17px;
    }
}

.navbar-area .header-cart .single .heart:hover {
    border-color: var(--main-color-one);
    color: var(--bs-white);
    background: var(--main-color-one);
}

.navbar-area .header-cart .single .user {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: var(--paragraph-color);
    width: 48px;
    height: 48px;
    text-align: center;
    text-align: center;
    border: 1px solid 0;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    font-size: 25px;
}

@media (max-width: 1399.99px) {
    .navbar-area .header-cart .single .user {
        width: 33px;
        height: 33px;
        font-size: 17px;
    }
}

.navbar-area .header-cart .single .user:hover {
    border: 0;
    color: var(--bs-white);
    background: var(--main-color-one);
}

.navbar-area .header-cart .single .user img {
    width: 100%;
}

.navbar-area .header-cart .single .user .userLogin {
    position: absolute;
    top: 48px;
    right: 0;
    width: 180px;
    background: white;
    -webkit-box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
    box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
    padding: 18px 19px;
    text-align: center;
    display: none;
}

.navbar-area .header-cart .single .user .userLogin .login {
    color: var(--bs-white);
    background: var(--main-color-one);
    padding: 5px 10px;
    font-size: 15px;
    border: 0;
}

.navbar-area .header-cart .single .user .userLogin .logout {
    color: var(--bs-white);
    background: var(--main-color-one);
    padding: 5px 10px;
    font-size: 15px;
    border: 0;
}

.navbar-area .header-cart .single .select-itms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-area .header-cart .single .select-itms .icon {
    margin-right: 5px;
    font-size: 21px;
}

.navbar-area .header-cart .single .select-itms img {
    margin-right: 5px;
}

.navbar-area .header-cart .single .select-itms .nice-select {
    border-radius: 0;
    background: none;
    border: none;
    height: 25px;
    padding: 0 12px 0px 0px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    position: relative;
}

.navbar-area .header-cart .single .select-itms .nice-select::after {
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    content: "\f0dd";
    font-family: "Line Awesome Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 14px;
    line-height: 14px;
}

.navbar-area .header-cart .single .select-itms .nice-select.open::after {
    content: "\f0d8";
}

.navbar-area .header-cart .single .select-itms .nice-select .option {
    padding: 0px 9px 0px 11px !important;
}

.navbar-area .header-cart .single .select-itms .nice-select .list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    width: auto;
    z-index: 999;
}

.navbar-area .header-cart .single .select-itms .nice-select .list li {
    margin-right: 0;
    display: block;
}

.navbar-area .header-cart .single .select-itms .nice-select .list li::before {
    position: unset;
}

.navbar-area .click_show_icon {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: #344054;
    display: none;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .navbar-area .click_show_icon {
        display: block;
    }
}

.navbar-area .click_show_icon:hover {
    color: var(--main-color-one) !important;
}

.userAccount {
    position: relative;
    width: 80px;
}

.userAccount .user {
    background: none;
    border: 0;
    width: 85px;
}

.userAccount .user img {
    width: 80px;
}

.userAccount-wrapper {
    position: absolute;
    top: 130%;
    left: 0;
    background: var(--bs-white);
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
    width: 250px;
    background: var(--bs-white);
    padding: 20px 0;
    display: none;
    padding-bottom: 0;
    border-radius: 8px;
    margin-left: 0 !important;
}

.userAccount-wrapper.hideBodyClick {
    display: none;
}

@media (max-width: 575px) {
    .userAccount-wrapper {
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
    }
}

.userAccount-wrapper .ac-title {
    font-family: var(--body-font);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    padding: 0px 15px 10px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.userAccount-wrapper .ac-list .list {
    color: var(--heading-color);
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.userAccount-wrapper .ac-list .list:last-child {
    border: 0;
}

.userAccount-wrapper .ac-list .list .icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--paragraph-color);
    margin-right: 8px;
    font-weight: 700;
    font-size: 20px;
    vertical-align: -4px;
}

.userAccount-wrapper .ac-list .list .list-title {
    font-family: var(--body-font);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--heading-color);
    display: block;
    padding: 10px 15px 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.userAccount-wrapper .ac-list .list:hover {
    background: var(--main-color-one);
}

.userAccount-wrapper .ac-list .list:hover .icon {
    color: var(--bs-white);
}

.userAccount-wrapper .ac-list .list:hover .list-title {
    color: var(--bs-white);
}

@media only screen and (max-width: 991px) {
    .navbar-area.navbar-two .nav-container {
        padding: 20px 0px;
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 50px;
    }

    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 50%;
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        border: 1px solid var(--heading-color);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color {
        border: 1px solid var(--bs-white);
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color.active .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color.active .navbar-toggler-icon::after {
        background: var(--bs-white);
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon {
        background: var(--bs-white);
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon::after {
        background: var(--bs-white);
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon {
        background: none !important;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::after {
        background: var(--heading-color);
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon {
        background: var(--heading-color);
        display: inline-block;
        width: 25px;
        height: 2px;
        margin: 10px -4px 10px;
        position: relative;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::after {
        position: absolute;
        content: "";
        height: 2px;
        width: 25px;
        background: var(--heading-color);
        top: -7px;
        left: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::after {
        top: auto;
        bottom: -7px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        padding-top: 50px;
        margin-bottom: 30px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        padding: 17px 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
        padding-top: 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: height 500ms;
        transition: height 500ms;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        color: var(--bs-white);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.modal-wrapper {
    background-color: #212529;
    border-radius: 0.3rem;
    padding: 40px;
    padding-top: 50px;
    max-width: 700px;
    max-height: 700px;
    margin: 0 auto;
    overflow-y: auto;
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.modal-wrapper.active {
    visibility: visible;
    opacity: 1;
    top: 30%;
}

.modal-wrapper .modialheadTitle {
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 575px) {
    .modal-wrapper .modialheadTitle {
        font-size: 30px;
    }
}

.modal-wrapper .modialheadTitle span {
    color: var(--main-color-one);
}

.modal-wrapper .close-icon {
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    background: var(--main-color-one);
    color: var(--bs-white);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    background-image: none;
    opacity: 1;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.modal-wrapper .close-icon:hover {
    background: #fd2f73;
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.body-overlay-desktop {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.body-overlay-desktop.active {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.category-select .nice-select {
    border: 0;
    outline: none;
    background: none;
    color: var(--heading-color);
}

.category-select .nice-select::after {
    right: 10px;
}

.form--control {
    padding: 0 200px 0 20px;
}

@media (max-width: 991px) {
    .singleList.menu-item-has-children.active .megamenuWrapper {
        top: 100%;
        height: auto;
        visibility: visible;
        opacity: 1;
        padding: 20px 10px;
        min-width: 100%;
        display: block;
        left: 0;
        position: unset;
    }

    .singleList.menu-item-has-children.active::after {
        color: var(--main-color-one);
    }

    .singleList.menu-item-has-children .megamenuWrapper {
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px 20px;
        padding-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
    }
}

@media (max-width: 991px) and (min-width: 320px) and (max-width: 991.98px) {
    .singleList.menu-item-has-children .megamenuWrapper {
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .singleList.menu-item-has-children .megamenuWrapper .singleMegamenu {
        padding: 0;
    }
}


.sliderArea {
    position: relative;
    z-index: 1;
    background: var(--main-color-two) url(../img/patterns.png);
    margin: 0 auto 50px;
    padding: 165px 0 50px;
}

.sliderArea .headCaption {
    position: relative;
    z-index: 0;
}

.sliderArea .headCaption .headTitle {
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 29px;
    color: var(--heading-color);
    line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sliderArea .headCaption .headTitle {
        font-size: 57px;
    }
}

.sliderArea .headCaption .headTitle .headTitleBg {
    color: var(--heading-color);
    position: relative;
}

.sliderArea .headCaption .headTitle .headTitleBg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 28px;
    background: #FCDA69;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .sliderArea .headCaption .headTitle {
        font-size: 57px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sliderArea .headCaption .headTitle {
        font-size: 47px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sliderArea .headCaption .headTitle {
        font-size: 51px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sliderArea .headCaption .headTitle {
        font-size: 49px;
    }
}

@media (max-width: 575px) {
    .sliderArea .headCaption .headTitle {
        font-size: 42px;
    }
}

.sliderArea .headCaption .headTitle .lineBrack {
    display: block;
}

.sliderArea .headCaption .pera {
    color: var(--body-font);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: var(--body-font);
}

@media (max-width: 575px) {
    .sliderArea .headCaption .pera {
        margin-bottom: 30px;
    }
}

.sliderArea .hero-man {
    position: relative;
    padding-right: 60px;
    z-index: 0;
}

.sliderArea .hero-man img {
    width: 100%;
}

.sliderArea .shapeHero {
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sliderArea .shapeHero {
        display: none;
    }
}

@media (max-width: 575px) {
    .sliderArea .shapeHero {
        display: none;
    }
}

.sliderArea .shapeHero > img {
    width: auto;
}

.sliderArea .shapeHero.shapeHero1 {
    left: -48px;
    top: 100px;
    z-index: 1;
}

.sliderArea .shapeHero.shapeHero2 {
    right: 175px;
    top: -50px;
    z-index: 1;
}

.sliderArea .shapeHero.shapeHero3 {
    right: 30px;
    top: 39%;
    z-index: 1;
}

.sliderArea .shapeHero.innerShape1 {
    left: 50px;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .sliderArea .shapeHero.innerShape1 {
        top: 40%;
        width: 16%;
        left: 20px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.99px) {
    .sliderArea .shapeHero.innerShape1 {
        top: 40%;
        width: 17%;
        left: 20px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799.99px) {
    .sliderArea .shapeHero.innerShape1 {
        width: 20%;
        left: 20px;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 1999.99px) {
    .sliderArea .shapeHero.innerShape1 {
        width: 20%;
        left: 20px;
    }
}

@media (max-width: 1199px) {
    .sliderArea .shapeHero.innerShape1 {
        display: none;
    }
}

.sliderArea .shapeHero.innerShape2 {
    right: 50px;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .sliderArea .shapeHero.innerShape2 {
        top: 40%;
        width: 16%;
        right: 20px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.99px) {
    .sliderArea .shapeHero.innerShape2 {
        top: 40%;
        width: 17%;
        right: 20px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799.99px) {
    .sliderArea .shapeHero.innerShape2 {
        width: 20%;
        right: 20px;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 1999.99px) {
    .sliderArea .shapeHero.innerShape2 {
        width: 20%;
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .sliderArea .shapeHero.innerShape2 {
        display: none;
    }
}

.sliderArea .search-box {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-form {
    width: 36%;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .select-form {
        width: 37%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .select-form {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .select-form {
        width: 100%;
    }
}

.select-form .icon {
    position: absolute;
    right: 16px;
    display: inline-block;
    top: 23%;
    font-size: 23px;
}

.select-form .nice-select {
    border: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 8px 54px 10px 19px;
    color: #667085;
    line-height: 36px;
    font-size: 16px;
    text-align: right !important;
}

@media (max-width: 575px) {
    .select-form .nice-select {
        height: 60px;
        line-height: 40px;
    }
}

.select-form .nice-select span {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-form .nice-select .nice-select-search-box {
    width: 111%;
    left: 0;
    right: 0;
    margin-top: 10px !important;
    box-shadow: 0 0 0 !important;
    display: none;
}

.select-form .nice-select .nice-select-search {
    margin: auto !important;
}

.select-form .nice-select .list {
    width: 130%;
}

.select-form .nice-select.open .list {
    margin: 4px auto 0;
    border-radius: 0;
    border: 0;
    left: 0;
    right: 25px;
    padding: 0 !important;
}

.select-form .nice-select::after {
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    height: 11px;
    width: 11px;
    margin-top: -12px;
    right: auto !important;
    left: 0;
}

.select-form .nice-select .option:hover, .select-form .nice-select .nice-select .option.focus, .select-form .nice-select .nice-select .option.selected.focus {
    background-color: var(--main-color-one);
    color: white;
}

.select-form .nice-select .list .option {
    text-align: right !important;
    padding: 5px 30px 0 10px;
    position: relative;
}

.select-form .nice-select .list .option:before {
    position: absolute;
    content: "↵";
    top: 5px;
    right: 15px;
}

.select-form .nice-select .list .option:first-child:before {
    content: "←";
    right: 5px;
}

.sliderArea .search-box .searchBox-wrapper {
    width: 52%;
    position: relative;
    padding: 0 20px;
}

.sliderArea .search-box .searchBox-wrapper .input-form {
    width: 100%;
}

.sliderArea .search-box .searchBox-wrapper .input-form img {
    position: absolute;
    left: 14px;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sliderArea .search-box .searchBox-wrapper .input-form .input {
    border: 0;
    height: 60px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 0;
    border: none;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .sliderArea .search-box .searchBox-wrapper .input-form .input {
        height: 60px;
    }
}

.sliderArea .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
    color: #667085;
}

.sliderArea .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
    color: #667085;
}

.sliderArea .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
    color: #667085;
}

.sliderArea .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
    color: #667085;
}

.sliderArea .search-box .searchBox-wrapper .input-form .input::placeholder {
    color: #667085;
}

@media (max-width: 575px) {
    .sliderArea .search-box .searchBox-wrapper .input-form .input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .sliderArea .search-box .searchBox-wrapper .input-form .input::-moz-placeholder {
        font-size: 16px;
    }

    .sliderArea .search-box .searchBox-wrapper .input-form .input:-ms-input-placeholder {
        font-size: 16px;
    }

    .sliderArea .search-box .searchBox-wrapper .input-form .input::-ms-input-placeholder {
        font-size: 16px;
    }

    .sliderArea .search-box .searchBox-wrapper .input-form .input::placeholder {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sliderArea .search-box .search-form {
        width: 10%;
    }
}

.sliderArea .search-box .search-form .search-Btn {
    color: var(--bs-white);
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 60px;
    background: var(--main-color-one);
    line-height: 1px;
    text-align: center;
    display: block;
    padding: 0 10px;
    border-radius: 100%;
    border: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sliderArea .search-box .search-form .search-Btn:hover {
    background: var(--heading-color);
}

.sliderArea .search-box .search-form .search-Btn i {
    font-size: 23px;
}

.searchBox-wrapper {
    position: relative;
}

.searchBox-wrapper .category-searchbar {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #F9FAFB;
    padding: 30px 15px 15px;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 30px;
}

.searchBox-wrapper .category-searchbar.search-showHide {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: none;
}

.searchBox-wrapper .category-searchbar.search-showHide.show {
    display: block;
}

.searchBox-wrapper .category-searchbar .item-suggestions:not(:last-child) {
    margin-bottom: 40px;
}

.searchBox-wrapper .category-searchbar .item-suggestions .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.searchBox-wrapper .category-searchbar .item-suggestions .category-suggestion-list .list:not(:last-child) {
    margin-bottom: 10px;
}

.searchBox-wrapper .category-searchbar .item-suggestions .category-suggestion-list .list .item {
    font-size: 16px;
    color: var(--heading-color);
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-image {
    border: 1px solid rgba(221, 221, 221, 0.5);
    height: 65px;
    width: 67px;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-info-top .product-name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .price-update-through {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .price-update-through .flash-price {
    font-size: 12px;
    color: var(--heading-color);
    font-weight: 600;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .price-update-through .flash-old-prices {
    font-size: 15px;
    text-decoration: line-through;
}

.searchBox-wrapper .category-searchbar .item-suggestions .product-suggestion-list .item .product-info .product-price .stock-out {
    background: var(--main-color-one);
    color: #fff;
    padding: 1px 4px;
    display: inline-block;
    font-size: 11px;
}

.searchBox-wrapper .closed-icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    background: var(--main-color-one);
    color: var(--bs-white);
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-image: none;
    opacity: 1;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.searchBox-wrapper .closed-icon:hover {
    background: #dc3545 !important;
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fdokanCategories .listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.fdokanCategories .listing .singleCategory {
    text-align: center;
    position: relative;
    padding: 26px 20px 26px 20px;
    margin: 5px;
    width: calc(20% - 10px);
    box-shadow: 0 1px 80px 12px rgba(68 51 26 / 6%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fdokanCategories .listing .singleCategory {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fdokanCategories .listing .singleCategory {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .fdokanCategories .listing .singleCategory {
        width: 46%;
    }
}

.fdokanCategories .listing .singleCategory .categoryIcon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    margin-bottom: 19px;
    position: relative;
    top: 0;
}

.fdokanCategories .listing .singleCategory .categoryCap .title {
    color: var(--heading-color);
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-weight: 600;
    display: block;
}

.fdokanCategories .listing .singleCategory .categoryCap .title:hover {
    color: var(--main-color-one);
}

.fdokanCategories .listing .singleCategory:hover .categoryIcon {
    top: -8px;
}

.fdokanCategories.index-02 .listing .singleCategory .servicIcon .icon {
    color: var(--main-color-two) !important;
}

.fdokanCategories.index-02 .listing .singleCategory .categoryCap .title:hover {
    color: var(--hover-color-two);
}

.recentListing {
    /*----- border Style -----*/
}

.recentListing .eachItem {
    background: #FFFFFF;
    padding: 225px 15px 15px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    left: auto;
}

.recentListing .eachItem:hover {
    -webkit-box-shadow: 0px 1px 80px 12px rgba(68 51 26 / 6%);
    box-shadow: 0px 1px 80px 12px rgba(68 51 26 / 6%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .recentListing .eachItem {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .recentListing .eachItem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.recentListing .eachItem .recentImg {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .recentListing .eachItem .recentImg {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .recentListing .eachItem .recentImg {
        width: 29%;
        margin-left: 9px;
    }
}

.recentListing .eachItem .recentImg img {
    border-radius: 12px;
    height: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .recentListing .eachItem .recentImg img {
        width: 100%;
        height: 175px;
    }
}

.recentListing .eachItem .recentCaption .featureheadTitle {
    font-family: var(--heading-font);
    margin-bottom: 2px;
    line-height: 1.5;
    color: var(--heading-color);
    font-weight: 500;
    font-size: 22px;
    display: block;
}

.recentListing .eachItem .recentCaption .featureheadTitle:hover {
    color: var(--heading-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .recentListing .eachItem .recentCaption .featureheadTitle {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recentListing .eachItem .recentCaption .featureheadTitle {
        font-size: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recentListing .eachItem .recentCaption .featureheadTitle {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .recentListing .eachItem .recentCaption .featureheadTitle {
        font-size: 18px;
    }
}

.recentListing .eachItem .recentCaption .featureCap {
    font-family: var(--heading-font);
    font-size: 15px;
    color: var(--heading-font);
    margin-bottom: 2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .recentListing .eachItem .recentCaption .featureCap {
        font-size: 12px;
        margin-bottom: 7px;
    }
}

.recentListing .eachItem .recentCaption .featureCap .subCap {
    font-family: var(--heading-font);
    font-family: var(--heading-font);
    color: var(--main-color-two);
    font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .recentListing .eachItem .recentCaption .featureCap .subCap {
        font-size: 12px;
    }
}

.recentListing .eachItem .recentCaption .featurePricing {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 20px;
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .recentListing .eachItem .recentCaption .featurePricing {
        font-size: 17px;
        margin-bottom: 7px;
    }
}

.recentListing .eachItem:hover .cat-caption .product-price i {
    color: var(--main-color-two);
    font-size: 16px;
}

.recentListing .borderStyle {
    position: relative;
}

@media (max-width: 991px) {
    .aboutArea .about-caption {
        margin-bottom: 35px;
    }
}

.aboutArea .aboutImg img {
    width: 100%;
}

.aboutArea .aboutImg.aboutImg5 {
    position: absolute;
    top: -312px;
    left: 0;
}

@media (max-width: 991px) {
    .aboutArea .aboutImg.aboutImg5 {
        position: unset;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.aboutArea .aboutImg.aboutImg5 img {
    width: 100%;
}

.aboutArea .aboutShape {
    position: absolute;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .aboutArea .aboutShape {
        display: none;
    }
}

@media (max-width: 575px) {
    .aboutArea .aboutShape {
        display: none;
    }
}

.aboutArea .aboutShape > img {
    width: auto;
}

.aboutArea .aboutShape.aboutShape1 {
    left: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .aboutArea .aboutShape.aboutShape1 {
        width: 16%;
    }
}

@media (max-width: 991px) {
    .aboutArea .aboutShape.aboutShape1 {
        display: none;
    }
}

.aboutArea .aboutShape.aboutShape2 {
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .aboutArea .aboutShape.aboutShape2 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .aboutArea .aboutShape.aboutShape2 {
        width: 16%;
    }
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .pagination-list {
    margin: 0 auto;
}

.pagination .pagination-list li {
    display: inline-block;
}

.pagination .pagination-list li .page-number {
    font-family: var(--heading-font);
    color: #667085;
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 6px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border: 0;
    font-weight: 500;
    border-radius: 8px;
    font-size: 20px;
}

@media (max-width: 575px) {
    .pagination .pagination-list li .page-number {
        width: 29px;
        height: 29px;
        line-height: 29px;
        margin: 0 2px;
        font-weight: 500;
        border-radius: 8px;
        font-size: 13px;
    }
}

.pagination .pagination-list li .page-number.current {
    background-color: var(--main-color-two);
    color: var(--bs-white);
}

.pagination .pagination-list li .page-number:hover {
    background-color: var(--main-color-two);
    color: var(--bs-white);
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumb a {
    font-family: var(--body-font);
    color: #667085;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
}

.breadcrumb .breadcrumb-item {
    line-height: 1;
    padding: 0;
}

.breadcrumb .breadcrumb-item:last-child a {
    color: var(--heading-color);
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: #667085;
    content: "/";
    font-size: 16px;
    margin: 0 5px;
    font-weight: 200;
    position: relative;
    top: 1px;
    padding: 0 3px;
}
.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
