/* Fonts */
/* Bricolage Grotesque */
@import url("../fonts/bricolage-grotesque/stylesheet.css");
/* font-family: 'Bricolage Grotesque'; */

/* Open Sans */
@import url("../fonts/open-sans/stylesheet.css");
/* font-family: 'Open Sans'; */

/* Oswald */
@import url("../fonts/oswald/stylesheet.css");
/* font-family: 'Oswald'; */

/* Onest */
@import url("../fonts/onest/stylesheet.css");
/* font-family: 'Onest'; */


/* Common Css Start ***
*********************/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
:root {
    --skinColor: #DA5C19;
    --whiteColor: #FFF;
    --blackColor: #000;
    --blackColor2: rgba(0, 0, 0, 0.90);
    --lightColor: #F4F4F4;
}
body{
    padding: 0;
    margin: 0;
    color: var(--blackColor2);
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.727px; /* 154.545% */
    background-color: #fff;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,label{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
.btn:focus,
button:focus,
.form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn,
button{
    outline:none;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* For Flat UI Icons */
i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}


/* Column Row Gap */
.g-20px{
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.gx-20px{
    --bs-gutter-x: 20px;
}
.gy-20px{
    --bs-gutter-y: 20px;
}

/* Flex Gap */
.gap-2px{
    gap: 2px !important;
}
.gap-6px{
    gap: 6px !important;
}
.gap-10px{
    gap: 10px !important;
}
.gap-12px{
    gap: 12px !important;
}
.gap-14px{
    gap: 14px !important;
}
.gap-18px{
    gap: 18px !important;
}
.gap-20px{
    gap: 20px !important;
}
.gap-22px{
    gap: 22px !important;
}
.gap-26px{
    gap: 26px !important;
}
.gap-28px{
    gap: 28px !important;
}
.gap-30px{
    gap: 30px !important;
}

/* Flex Column Gap */
.column-gap-2px{
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}
.column-gap-6px{
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
}
.column-gap-10px{
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
}
.column-gap-12px{
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}
.column-gap-14px{
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
}
.column-gap-18px{
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
}
.column-gap-20px{
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}
.column-gap-22px{
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
}
.column-gap-26px{
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
}
.column-gap-28px{
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
}
.column-gap-30px{
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
}


/* Margin Bottom */
.mb-2px{
    margin-bottom: 2px !important;
}
.mb-6px{
    margin-bottom: 6px !important;
}
.mb-10px{
    margin-bottom: 10px !important;
}
.mb-12px{
    margin-bottom: 12px !important;
}
.mb-14px{
    margin-bottom: 14px !important;
}
.mb-18px{
    margin-bottom: 18px !important;
}
.mb-20px{
    margin-bottom: 20px !important;
}
.mb-22px{
    margin-bottom: 22px !important;
}
.mb-26px{
    margin-bottom: 26px !important;
}
.mb-28px{
    margin-bottom: 28px !important;
}
.mb-30px{
    margin-bottom: 30px !important;
}
.mb-40px{
    margin-bottom: 40px !important;
}
.mb-50px{
    margin-bottom: 50px !important;
}
.mb-100px{
    margin-bottom: 100px !important;
}

/* Margin Top */
.mt-2px{
    margin-top: 2px !important;
}
.mt-6px{
    margin-top: 6px !important;
}
.mt-10px{
    margin-top: 10px !important;
}
.mt-12px{
    margin-top: 12px !important;
}
.mt-14px{
    margin-top: 14px !important;
}
.mt-18px{
    margin-top: 18px !important;
}
.mt-20px{
    margin-top: 20px !important;
}
.mt-22px{
    margin-top: 22px !important;
}
.mt-26px{
    margin-top: 26px !important;
}
.mt-28px{
    margin-top: 28px !important;
}
.mt-30px{
    margin-top: 30px !important;
}
  
/* Padding */
.p-2px{
    padding: 2px !important;
}
.p-6px{
    padding: 6px !important;
}
.p-10px{
    padding: 10px !important;
}
.p-12px{
    padding: 12px !important;
}
.p-14px{
    padding: 14px !important;
}
.p-18px{
    padding: 18px !important;
}
.p-20px{
    padding: 20px !important;
}
.p-22px{
    padding: 22px !important;
}
.p-26px{
    padding: 26px !important;
}
.p-28px{
    padding: 28px !important;
}
.p-30px{
    padding: 30px !important;
}

/* Padding Bottom */
.pb-2px{
    padding-bottom: 2px !important;
}
.pb-6px{
    padding-bottom: 6px !important;
}
.pb-8px{
    padding-bottom: 8px !important;
}
.pb-10px{
    padding-bottom: 10px !important;
}
.pb-12px{
    padding-bottom: 12px !important;
}
.pb-14px{
    padding-bottom: 14px !important;
}
.pb-18px{
    margin-bottom: 18px !important;
}
.pb-20px{
    padding-bottom: 20px !important;
}
.pb-22px{
    padding-bottom: 22px !important;
}
.pb-26px{
    padding-bottom: 26px !important;
}
.pb-28px{
    padding-bottom: 28px !important;
}
.pb-30px{
    padding-bottom: 30px !important;
}

/* Padding Left-Right */
.px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.px-6px{
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-12px{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.px-14px{
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.px-18px{
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-22px{
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.px-26px{
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.px-28px{
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* Padding Top-Bottom */
.py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.py-6px{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-12px{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-14px{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.py-18px{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-22px{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.py-26px{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.py-28px{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/* Common Css End ***
*******************/


/* Other Common Css Start ***
***************************/
/* Button */
.bs-btn-skin{
    border: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    border-radius: 89.556px;
    background: var(--skinColor);
    padding: 15.5px 24px;
    color: var(--whiteColor);
    /* font-family: 'Open Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 200px;
}
.bs-btn-skin:hover{
    color: var(--whiteColor);
    background: var(--blackColor2);
}
.bs-btn-skin:active{
    color: var(--whiteColor) !important;
    background: var(--blackColor2) !important;
}
.bs-btn-skin svg{
    display: block;
}
.bs-btn-skin::before {
    content: "";
    position: absolute;
    background: var(--blackColor2);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bs-btn-skin:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.bsb3-btn-skin{
    border: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--skinColor);
    padding: 17px 28px;
    color: var(--whiteColor);
    /* font-family: 'Open Sans'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bsb3-btn-skin:hover{
    color: var(--whiteColor);
    background: var(--blackColor2);
}
.bsb3-btn-skin:active{
    color: var(--whiteColor) !important;
    background: var(--blackColor2) !important;
}
.bsb3-btn-skin svg{
    display: block;
}
.bsb3-btn-skin::before {
    content: "";
    position: absolute;
    background: var(--blackColor2);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bsb3-btn-skin:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.bs-btn-outline-dark{
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    border-radius: 89.556px;
    border: 0.896px solid var(--blackColor);
    background: transparent;
    padding: 14.5px 15px;
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 200px;
}
.bs-btn-outline-dark:hover{
    color: var(--whiteColor);
    background: var(--skinColor);
    border-color: var(--skinColor);
}
.bs-btn-outline-dark:active{
    color: var(--whiteColor) !important;
    background: var(--skinColor) !important;
    border-color: var(--skinColor) !important;
}
.bs-btn-outline-dark svg{
    display: block;
}
.bs-btn-outline-dark path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bs-btn-outline-dark:hover path{
    fill: var(--whiteColor);
}
.bs-btn-outline-dark::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bs-btn-outline-dark:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.bsb3-btn-outline-dark{
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--blackColor);
    background: transparent;
    padding: 16px 26px;
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bsb3-btn-outline-dark:hover{
    color: var(--whiteColor);
    background: var(--skinColor);
    border-color: var(--skinColor);
}
.bsb3-btn-outline-dark:active{
    color: var(--whiteColor) !important;
    background: var(--skinColor) !important;
    border-color: var(--skinColor) !important;
}
.bsb3-btn-outline-dark svg{
    display: block;
}
.bsb3-btn-outline-dark path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bsb3-btn-outline-dark:hover path{
    fill: var(--whiteColor);
}
.bsb3-btn-outline-dark::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bsb3-btn-outline-dark:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.bsb2-btn-skin{
    border: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border-radius: 70.427px;
    background: var(--skinColor);
    padding: 12px 24px;
    color: var(--whiteColor);
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 157px;
}
.bsb2-btn-skin:hover{
    color: var(--whiteColor);
    background: var(--blackColor2);
}
.bsb2-btn-skin:active{
    color: var(--whiteColor) !important;
    background: var(--blackColor2) !important;
}
.bsb2-btn-skin svg{
    display: block;
}
.bsb2-btn-skin::before {
    content: "";
    position: absolute;
    background: var(--blackColor2);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bsb2-btn-skin:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.bsb2-btn-outline-dark{
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border-radius: 70.427px;
    border: 0.704px solid var(--blackColor);
    background: transparent;
    padding: 11px 24px;
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 157px;
}
.bsb2-btn-outline-dark:hover{
    color: var(--whiteColor);
    background: var(--skinColor);
    border-color: var(--skinColor);
}
.bsb2-btn-outline-dark:active{
    color: var(--whiteColor) !important;
    background: var(--skinColor) !important;
    border-color: var(--skinColor) !important;
}
.bsb2-btn-outline-dark svg{
    display: block;
}
.bsb2-btn-outline-dark path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bsb2-btn-outline-dark:hover path{
    fill: var(--whiteColor);
}
.bsb2-btn-outline-dark::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bsb2-btn-outline-dark:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.bs-btn-white{
    border: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border-radius: 70.427px;
    background: var(--whiteColor);
    padding: 12px 30px;
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 157px;
}
.bs-btn-white:hover{
    color: var(--whiteColor);
    background: var(--blackColor2);
}
.bs-btn-white:active{
    color: var(--whiteColor) !important;
    background: var(--blackColor2) !important;
}
.bs-btn-white svg{
    display: block;
}
.bs-btn-white path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bs-btn-white:hover path{
    fill: var(--whiteColor);
}
.bs-btn-white::before {
    content: "";
    position: absolute;
    background: var(--blackColor2);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bs-btn-white:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.bsb2-btn-white{
    border: 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border-radius: 100px;
    background: var(--whiteColor);
    padding: 15.5px 21px;
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bsb2-btn-white:hover{
    color: var(--whiteColor);
    background: var(--blackColor2);
}
.bsb2-btn-white:active{
    color: var(--whiteColor) !important;
    background: var(--blackColor2) !important;
}
.bsb2-btn-white svg{
    display: block;
}
.bsb2-btn-white path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bsb2-btn-white:hover path{
    fill: var(--whiteColor);
}
.bsb2-btn-white::before {
    content: "";
    position: absolute;
    background: var(--blackColor2);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
}
.bsb2-btn-white:hover::before {
    height: 100%;
    top: auto;
    opacity: 1;
}


.section-mb{
    margin-bottom: 110px !important;
}
.section-pb{
    padding-bottom: 110px !important;
}
.svg-block > svg{
    display: block;
}
.bs-text-skin{
    color: var(--skinColor) !important;
}
/* Other Common Css End ***
*************************/



/* Home Page Css Start ***
************************/
/* Banner */
.bs-banner-section{
    padding-top: 123px;
    margin-top: -123px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bs-banner-section::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    height: calc(100% - 70px);
    aspect-ratio: 675 / 1181;
    background: url(../images/banner-line-shape.png) no-repeat scroll center center / cover;
}
.banner-title-area{
    padding-top: 64px;
    padding-bottom: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 24px;
}
.banner-title{
    max-width: 921px;
    color: var(--blackColor);
    font-family: "Bricolage Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 127.347%; /* 117.159px */
    letter-spacing: -7.36px;
    text-transform: uppercase;
    margin-top: 14px;
    position: relative;
}
.banner-title::after{
    position: absolute;
    content: "";
    left: -69px;
    top: -71px;
    width: 97.231px;
    /* height: 116.106px; */
    aspect-ratio: 97.231 / 116.106;
    background: url(../images/banner-title-shape1.png) no-repeat scroll center center / cover;
}
.banner-title-shape{
    position: absolute;
    top: 64px;
    right: 240px;
    width: 107px;
    aspect-ratio: 107 / 108;
}
.banner-subtitle{
    max-width: 409px;
    color: var(--blackColor2);
    /* font-family: 'Open Sans'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.182%; /* 37px */
    text-transform: capitalize;
    margin-left: -18px;
    position: relative;
}
.banner-subtitle::after{
    position: absolute;
    content: "";
    left: -29px;
    top: -10px;
    width: 29px;
    aspect-ratio: 29 / 20;
    background: url(../images/banner-subtitle-shape.png) no-repeat scroll center center / cover;
}

.banner-btn-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 41px;
    position: relative;
}
.banner-arrow-shape{
    position: absolute;
    width: 96.575px;
    /* height: 82.308px; */
    aspect-ratio: 96.575 / 82.308;
    top: -19px;
    right: -210px;
}

.bs-banner-wrap{
    width: 100%;
    position: relative;
}
.bs-banner-wrap .banner{
    width: 100%;
}
.bs-banner-badge{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 14px;
    padding: 7.5px 13px;
    border-radius: 115.92px;
    background: var(--blackColor);
    -webkit-box-shadow: 0px 3.709px 92.736px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 3.709px 92.736px 0px rgba(0, 0, 0, 0.10);
    color: var(--whiteColor);
    font-family: 'Oswald';
    font-size: 23.184px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    right: 124px;
    top: -36px;
    z-index: 1;
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
}
.bs-banner-badge svg{
    display: block;
}
.banner-card-outer{
    position: absolute;
    left: 0;
    bottom: 2px;
    max-width: calc(363px + 16px);
    width: 100%;
    border-right: 16px solid var(--whiteColor);
    border-top: 14px solid var(--whiteColor);
    background-color: var(--whiteColor);
    border-top-right-radius: 28px;
}
.banner-card-outer::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background-image: -o-radial-gradient(100% 100%, circle, transparent 28px, white 0);
    background-image: radial-gradient(circle at 100% 100%, transparent 28px, white 0);
    top: -42px;
    left: -0px;
    display: block;
    z-index: 1;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.banner-card-outer::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background-image: -o-radial-gradient(100% 100%, circle, transparent 28px, white 0);
    background-image: radial-gradient(circle at 100% 100%, transparent 28px, white 0);
    bottom: 22px;
    right: -44px;
    display: block;
    z-index: 1;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.bs-banner-card{
    padding: 40px 14px;
    border-radius: 28px;
    background: #DA5C19;
}
.banner-card-title{
    margin-bottom: 37px;
    color: var(--whiteColor);
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -3.52px;
}

/* .Brand Area */
.trusted-brand-area{
    margin-bottom: 172px;
}
.trusted-brand-title{
    color: rgba(0, 0, 0, 0.80);
    /* font-family: 'Open Sans'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
}
.trusted-brand-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 40px;
}
.trusted-brand{
    height: 70px;
    display: block flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.trusted-brand-list > li{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}


/* Section Title */
.bs-title-badge{
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 12px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.bs-title-badge::after{
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 3.295px;
    height: 18.124px;
    background-color: var(--blackColor);
}
.section-title{
    color: var(--blackColor);
    font-family: "Bricolage Grotesque";
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.529%; /* 84px */
    letter-spacing: -2.72px;
    text-transform: uppercase;
}
.section-subtitle{
    color: var(--blackColor2);
    /* font-family: 'Open Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    text-transform: capitalize;
}
.max-w-898px{
    max-width: 898px;
}
.max-w-580px{
    max-width: 580px;
}
.featured-category-subtitle{
    margin-bottom: 38px;
}
.featured-category-title-area{
    margin-bottom: 60px;
}

/* Category */
.category-card{
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 439 / 566;
    border-radius: 22px;
    position: relative;
    z-index: 1;
}
.category-card::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63.9%, rgba(0, 0, 0, 0.00)), color-stop(91.01%, rgba(0, 0, 0, 0.70)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 63.9%, rgba(0, 0, 0, 0.70) 91.01%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.9%, rgba(0, 0, 0, 0.70) 91.01%);
    z-index: 0;
}
.category-card-banner{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}
.category-card-banner .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-card:hover .category-card-banner .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.category-card-content{
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.category-card-title{
    color: var(--whiteColor);
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
    padding-bottom: 20px;
    padding-left: 20px;
}
.category-card-btn{
    border-radius: 22px 0 0 0;
    border-top: 8px solid var(--whiteColor);
    border-left: 8px solid var(--whiteColor);
    border-bottom: 18px solid var(--whiteColor);
    background-color: var(--whiteColor);
    position: relative;
}
.category-card-btn::after{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-image: -o-radial-gradient(100% 100%, circle, transparent 22px, white 0);
    background-image: radial-gradient(circle at 100% 100%, transparent 22px, white 0);
    bottom: -18px;
    left: -29px;
    display: block;
    z-index: 1;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.category-card-btn::before{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-image: -o-radial-gradient(100% 100%, circle, transparent 22px, white 0);
    background-image: radial-gradient(circle at 100% 100%, transparent 22px, white 0);
    top: -29px;
    right: 0px;
    display: block;
    z-index: 1;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.category-btn-inner{
    width: 99px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--skinColor);
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-btn-inner:hover{
    background-color: var(--blackColor2);
}
.category-btn-inner svg{
    display: block;
}
.category-btn-inner path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-btn-inner:hover path{
    stroke: var(--blackColor2);
}

.category-slider .swiper-wrapper{
    margin-bottom: 52px;
}
.category-slider .swiper-slide{
    height: auto;
}

.category-slider-navs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.category-slider-navs .swiper-button-next, 
.category-slider-navs .swiper-button-prev{
    position: inherit;
    left: 0;
    right: 0;
    margin-top: inherit;
    height: 66.65px;
    width: 66.65px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.65px;
            flex: 0 0 66.65px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F1F1F1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-slider-navs .swiper-button-next:after, 
.category-slider-navs .swiper-button-prev:after{
    display: none;
}
.category-slider-navs .swiper-button-next:hover, 
.category-slider-navs .swiper-button-prev:hover{
    background-color: var(--skinColor);
}
.category-slider-navs .swiper-button-next svg, 
.category-slider-navs .swiper-button-prev svg{
    display: block;
}
.category-slider-navs .swiper-button-next path, 
.category-slider-navs .swiper-button-prev path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-slider-navs .swiper-button-next:hover path, 
.category-slider-navs .swiper-button-prev:hover path{
    stroke: var(--whiteColor);
}


/* Best Sellers */
.best-sellers-section{
    padding: 25px 0;
    background: #FBFBFB;
}
.best-sellers-title-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    gap: 20px;
}
.best-sellers-title-right{
    max-width: 440px;
    width: 100%;
}

.pci-slider-wrap{
    border-radius: 28.613px;
    background: var(--lightColor);
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0 20px 26.92px 20px;
}
.pci-slider-image{
    height: 280px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
}
.pci-slider-image .banner{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pci-slider .swiper-pagination {
    position: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.44px;
    bottom: 0 !important;
}
.pci-slider .swiper-pagination-bullet{
    width: 57.411px;
    height: 10.383px;
    border-radius: 134.243px;
    background: #DADADA;
    opacity: 1;
    margin: 0 !important;
}
.pci-slider .swiper-pagination-bullet-active{
    background: var(--skinColor);
}

.product-card-rating{
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 20.029px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pc-total-rating{
    color: rgba(0, 0, 0, 0.60);
}
.pc-rating-wrap{
    margin-bottom: 15px;
}
.product-card-title{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--blackColor);
    font-family: "Bricolage Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}
.product-card-title:hover{
    color: var(--skinColor);
}
.product-card-subtitle{
    color: var(--blackColor2);
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 154.545%; /* 24.727px */
    margin-bottom: 7px;
}
.product-card-price{
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 21px;
}
.product-card{
    height: 100%;
}

/* Why Choose Us? */
.why-choose-title-area{
    margin-bottom: 60px;
}
.why-choose-subtitle{
    margin-bottom: 39px;
}

.why-choose1-card{
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.why-choose1-card::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.22%, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.90)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 29.22%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.22%, rgba(0, 0, 0, 0.90) 100%);
}
.why-choose-banner{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.why-choose-content{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    z-index: 1;
    width: 100%;
}
.why-choose-icon svg{
    display: block;
    margin: 0 auto 29px auto;
}
.why-choose-title{
    color: var(--whiteColor);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.why-choose2-card{
    width: 100%;
    /* height: calc(50% - 8px); */
    height: 427px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.why-choose2-card::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.90)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.why-choose3-card{
    border-radius: 28px;
    background: #DA5C19;
    padding: 30px;
    width: 100%;
    /* min-height: calc(50% - 8px); */
}
.why-choose-badge{
    border-radius: 100px;
    border: 1px solid var(--whiteColor);
    padding: 9px 15px;
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    /* font-family: 'Open Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 23px;
}
.why-choose3-title{
    color: var(--whiteColor);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 19px;
}
.why-choose3-subtitle{
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%; /* 26px */
    text-transform: capitalize;
    margin-bottom: 19px;
}


/* Lifestyle That Represent */
.lifestyle-section-subtitle{
    margin-bottom: 41px;
}
.iconbox-text-list-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
.circle-iconbox{
    height: 70px;
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--skinColor);
}
.iconbox-text-list-title{
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 151.961%; /* 39.51px */
    text-transform: capitalize;
}

.lifestyle-banner-main{
    /* width: calc(100% + 158px); */
    margin-left: -158px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
}

.lifestyle-bag-wrap1{
    max-width: 248px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 248 / 376;
    height: 100%;
}
.lifestyle-bag-wrap1 .bag{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.lifestyle-bag-wrap2{
    max-width: 248px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 248 / 522;
    height: 100%;
}
.lifestyle-bag-wrap2 .bag{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.lifestyle-bag-wrap3{
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 212;
    height: 100%;
}
.lifestyle-bag-wrap3 .bag{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.lifestyle-bag-wrap4{
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 402;
    height: 100%;
}
.lifestyle-bag-wrap4 .bag{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.lifestyle-bag-wrap5{
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 285;
    height: 100%;
}
.lifestyle-bag-wrap5 .bag{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Our Blogs */
.blogs-section-title-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 57px;
}
.blogs-section-title{
    max-width: 660px;
}

.blogs-section-title-right{
    max-width: 440px;
    width: 100%;
}

.bs-blog-card{
    display: block;
    width: 100%;
    height: 100%;
}
.blog-card-banner{
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 14px;
    margin-bottom: 26px;
    width: 100%;
    aspect-ratio: 646 / 425;
}
.blog-card-banner .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bs-blog-card:hover .blog-card-banner .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.blog-number{
    position: absolute;
    left: 8px;
  top: 8px;
  border-radius: 8px;
    background: var(--whiteColor);
    width: 75px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.blog-card-title{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-width: 493px;
    margin-bottom: 12px;
    color: var(--blackColor);
    font-family: "Bricolage Grotesque";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.blog-card-title:hover{
    color: var(--skinColor);
}
.blog-card-subtitle{
    color: var(--blackColor2);
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%; /* 26px */
    text-transform: capitalize;
    margin-bottom: 33px;
    max-width: 474px;
}
.date-comment-list-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
}
.date-comment-list-item:not(:last-child){
    position: relative;
    padding-right: 14px;
}
.date-comment-list-item:not(:last-child)::after{
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 22px;
    background: #CDCDCD;
}
.date-comment-list-item svg{
    display: block;
}

/* Testimonial */
.testimonial-section{
    padding: 50px 0 33px 0;
    background: #FBFBFB;
}
.testimonial-section-subtitle{
    max-width: 744px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
}

.testimonial-wrap-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 30px;
}
.large-testimonial-wrap{
    width: calc(62.5% - 6px);
}
.single-testimonial{
    border-radius: 21.547px;
    background: var(--skinColor);
    padding: 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;

    /* max-width: 820px; */
    width: 100%;
}
.testimonial-left-content{
    max-width: 411px;
    width: 100%;
}
.testimonial-logo{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 32px;
}
.testimonial-comment-wrap{
    margin-bottom: 46px;
}
.testimonial-comment{
    color: var(--whiteColor);
    /* font-family: 'Open Sans'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 146.154%; /* 38px */
}
.ts-user-name{
    color: var(--whiteColor);
    -webkit-text-stroke-width: 0.27px;
    -webkit-text-stroke-color: var(--whiteColor);
    /* font-family: 'Open Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 22px */
    margin-bottom: 8px;
}
.ts-user-role{
    color: var(--whiteColor);
    /* font-family: 'Open Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.testimonial-user-profile{
    width: 280px;
    height: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 32px;
    position: relative;
}
.testimonial-user-profile .profile{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}
.testimonial-quote-shape{
    position: absolute;
    content: "";
    right: -8px;
    top: -31px;
    padding: 16px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.testimonial-quote-shape svg{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.small-testimonial-wrap{
    width: calc(37.5% - 6px);
    height: 431px;
}
.small-testimonial{
    border-radius: 21.547px;
    border: 1px solid var(--blackColor);
    background: var(--whiteColor);
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;

    /* max-width: 481px; */
    width: 100%;
}
.sm-testimonial-profile{
    width: 136px;
    height: 136px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
            flex: 0 0 136px;
    border-radius: 50%;
}
.sm-testimonial-profile .profile{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
}
.sm-ts-user-name{
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 153.71%; /* 43.039px */
    margin-bottom: 12.63px;
}
.sm-ts-user-role{
    color: var(--blackColor);
    /* font-family: 'Open Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




.swiper-container {
    width: 100%;
    height: 100%;
}
.ts-slider-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 23px;
    padding-bottom: 2px;
    background-color: #FBFBFB;
    position: relative;
    z-index: 1;
    margin-top: 2px;
}
.ts-slider-nav .swiper-button-next, 
.ts-slider-nav .swiper-button-prev{
    position: inherit;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 50.217px;
    height: 50.217px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50.217px;
            flex: 0 0 50.217px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F1F1F1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ts-slider-nav .swiper-button-next:after, 
.ts-slider-nav .swiper-button-prev:after{
    display: none;
}
.ts-slider-nav .swiper-button-next:hover, 
.ts-slider-nav .swiper-button-prev:hover{
    background-color: var(--blackColor);
}
.ts-slider-nav .swiper-button-next svg, 
.ts-slider-nav .swiper-button-prev svg{
    display: block;
}
.ts-slider-nav .swiper-button-next path, 
.ts-slider-nav .swiper-button-prev path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ts-slider-nav .swiper-button-next:hover path, 
.ts-slider-nav .swiper-button-prev:hover path{
    stroke: var(--whiteColor);
}


.large-testimonial-view {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.large-testimonial-view .swiper-slide {
    height: auto;
    width: 100% !important; 
}

.small-testimonial-view {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: calc(50.217px + 26px);
}
.small-testimonial-view .swiper-slide {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}
.small-testimonial-view .swiper-wrapper {
    /* margin-bottom: 26px; */
}





/* Inspirational Content */
.inspirational-section-subtitle{
    margin-bottom: 38px;
}
.inspirational-title-area{
    margin-bottom: 54px;
}

.inspirational-gallery-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
}
.inspirational-img-wrap1 {
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 285;
    height: 100%;
}
.inspirational-img-wrap1 .image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.inspirational-img-wrap2 {
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 212;
    height: 100%;
}
.inspirational-img-wrap2 .image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.inspirational-img-wrap3 {
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 401;
    height: 100%;
}
.inspirational-img-wrap3 .image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.inspirational-img-wrap4 {
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 375;
    height: 100%;
}
.inspirational-img-wrap4 .image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

.inspirational-img-wrap5 {
    max-width: 250px;
    width: 100%;
    border-radius: 22px;
    border: 1.367px solid #E5DBDB;
    aspect-ratio: 250 / 520;
    height: 100%;
}
.inspirational-img-wrap5 .image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Home Page Css End ***
**********************/


/* Scroll Top Css Start ***
*************************/
.scroll-progress-wrap {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 999px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--whiteColor);
    border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.scroll-progress-wrap:hover{
    -webkit-animation: waveBtn 2s 1;
            animation: waveBtn 2s 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
@-webkit-keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--skinColor);
                box-shadow: 0 0 0 0 var(--skinColor)
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent
    }
}
@keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--skinColor);
                box-shadow: 0 0 0 0 var(--skinColor)
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent
    }
}
.scroll-progress-wrap::after {
    position: absolute;
    content: "\f136";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: var(--blackColor);
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scroll-progress-wrap.active-scroll-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-progress-wrap svg path {
    fill: none;
}
.scroll-progress-wrap svg.scroll-progress-circle path {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    stroke: var(--blackColor);
    stroke-width: 1.2;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}
/* Scroll Top Css End ***
***********************/

.dark-circle-badge {
	top: 3px;
    right: 4px;
}
