@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Bold.eot');
    src: url('../fonts/ClashDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Bold.woff') format('woff'),
        url('../fonts/ClashDisplay-Bold.ttf') format('truetype'),
        url('../fonts/ClashDisplay-Bold.svg#ClashDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Light.eot');
    src: url('../fonts/ClashDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Light.woff') format('woff'),
        url('../fonts/ClashDisplay-Light.ttf') format('truetype'),
        url('../fonts/ClashDisplay-Light.svg#ClashDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Regular.eot');
    src: url('../fonts/ClashDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Regular.woff') format('woff'),
        url('../fonts/ClashDisplay-Regular.ttf') format('truetype'),
        url('../fonts/ClashDisplay-Regular.svg#ClashDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Extralight.eot');
    src: url('../fonts/ClashDisplay-Extralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Extralight.woff') format('woff'),
        url('../fonts/ClashDisplay-Extralight.ttf') format('truetype'),
        url('../fonts/ClashDisplay-Extralight.svg#ClashDisplay-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Medium.eot');
    src: url('../fonts/ClashDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Medium.woff') format('woff'),
        url('../fonts/ClashDisplay-Medium.ttf') format('truetype'),
        url('../fonts/ClashDisplay-Medium.svg#ClashDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Semibold.eot');
    src: url('../fonts/ClashDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
        url('../fonts/ClashDisplay-Semibold.ttf') format('truetype'),
        url('../fonts/ClashDisplay-Semibold.svg#ClashDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/

/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
:root {
    --first-font: 'Clash Display', sans-serif;
    --second-font: 'Clash Display';
    --theme-color: #FC7942;
    --second-color: #A6D8B5;
    --info-color: #a6b2d6;
    --warning-color: #F5DB6F;
    --grey-color: #9A9A9A;
    --light-white: #efefef8a;
    --border-color: #9A9A9A;
    --border-color-light: #EBEBEB;
    --black: #131313;
    --white: #ffffff;
    --h1: normal 500 51px/1 var(--second-font);
    --h2: normal 500 42px/1 var(--second-font);
    --h3: normal 500 32px/1 var(--second-font);
    --h4: normal 500 22px/1 var(--second-font);
    --h5: normal 500 20px/1 var(--second-font);
    --h6: normal 500 18px/1 var(--second-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}

/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

body::-moz-scrollbar {
    display: none;
}

svg,
img {
    max-width: 100%;
    display: block;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    cursor: pointer;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-family: var(--first-font);
}

.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color: var(--black);
}

:-ms-input-placeholder {
    color: var(--black);
}

::placeholder {
    color: var(--black);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}

body {
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--white);
    color: var(--black);
}

/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}

h1,
.h1 {
    font: var(--h1);
}

h2,
.h2 {
    font: var(--h2);
}

h3,
.h3 {
    font: var(--h3);
}

h4,
.h4 {
    font: var(--h4);
}

h5,
.h5 {
    font: var(--h5);
}

h6,
.h6 {
    font: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

b {
    font-weight: bold;
    display: inline-block;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutters {
    margin: 0 !important;
}

.row [class*="col-"] {
    padding: 0 15px;
}

.no-gutters [class*="col-"] {
    padding: 0;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.desk-only {
    display: none !important;
}

.mobile-only {
    display: block !important;
}

/*****  Columns  *****/
.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}

/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: solid 1px var(--border-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 35px 10px 15px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/* .nice-select:after {
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
} */

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white);
    color: var(--second-color);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 2;
    width: 100%;
    -moz-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    list-style: none;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* font-size: 12px;
    letter-spacing: 0.5px; */
    padding: 8px 12px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin: 0 !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #131313;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eae9e9;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    bottom: 20px;
}

.slick-dots li:not(:last-child) {
    margin-right: 9px;
}

.slick-dots li {
    display: flex;
    height: 5px;
    width: 5px;
    background: var(--theme-color);
    border-radius: 100%;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.slick-dots li:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    border: 1px solid var(--black);
    top: -4px;
    left: -4px;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    opacity: 0;
}

.slick-dots li.slick-active:before {
    opacity: 1;
}

.slick-dots li button {
    display: none;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    display: inline-block;
    vertical-align: middle;
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
    display: none;
}

.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 2px solid var(--black);
    outline: none;
    z-index: 1;
    padding: 0;
    background-color: var(--second-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
}

.slick-slider .slick-arrow svg path {
    fill: var(--black);
}

.slick-arrow span {
    display: block;
    height: 100%;
    width: 100%;
}

.slick-arrow svg {
    height: 100%;
    width: 100%;
    fill: var(--white);
}

.slick-slider .slick-prev {
    left: 0;
    transform: translateY(-50%) scale(-1);
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
}

.slick-slider .slick-next {
    right: 0;
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}

.slick-lightbox .slick-prev {
    left: 15px;
}

.slick-lightbox .slick-next {
    right: 15px;
}

.slick-lightbox-inner .slick-arrow {
    background: var(--white) url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.slick-lightbox-hide {
    opacity: 0;
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    display: block;
    color: var(--white);
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}

.slick-lightbox .close svg {
    height: 100%;
    width: 100%;
}

.slick-lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
    opacity: 1;
    background: transparent;
    border: none;
    height: 27px;
    width: 27px;
    padding: 0;
}

.open-lightbox {
    height: 50px;
    width: 50px;
    background: rgba(32, 30, 30, 0.49);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slick-lightbox .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
}

.slick-lightbox .slick-arrow:hover,
.slick-lightbox .slick-arrow:focus {
    background-color: var(--white);
}

.slick-slide .nice-select .list {
    max-height: 60px;
    overflow: auto;
    scrollbar-width: none;
}

.slick-slide .nice-select .option {
    padding: 5px 15px;
}

.slick-slide .nice-select .list::-webkit-scrollbar {
    display: none;
}

.slick-slide .nice-select .list::-moz-scrollbar {
    display: none;
}

/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    text-align: center;
    padding: 10px 15px;
    font-family: var(--first-font);
    color: var(--black);
    background-color: var(--theme-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 2px 2px 0px var(--black) !important;
    border: 1px solid var(--black) !important;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn svg {
    width: 17px;
    height: 17px;
    margin-left: 8px;
}

.btn svg path {
    fill: var(--white);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.btn:hover,
.btn:focus {
    background-color: var(--second-color);
    color: var(--white);
    border-color: var(--second-color);
}

.btn:focus svg path,
.btn:hover svg path {
    fill: var(--white);
}

.btn.white-btn {
    color: var(--theme-color);
    background-color: var(--white);
}

.btn.white-btn svg path {
    fill: var(--theme-color);
}

.btn.white-btn:hover,
.btn.white-btn:focus {
    color: var(--white);
    border-color: var(--second-color);
    background-color: var(--second-color);
}

.btn.white-btn:hover svg path,
.btn.white-btn:focus svg path {
    fill: var(--white);
}

.btn-secondary {
    text-align: center;
    padding: 10px 15px;
    font-family: var(--first-font);
    color: var(--black);
    background-color: var(--second-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--grey-color);
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-ic {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    margin-left: 10px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-secondary svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.btn-secondary svg path {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    fill: var(--grey-color);
}

.btn-secondary:hover {
    background: transparent;
    color: var(--black);
    border-color: var(--black);
}

.btn-secondary.white-btn .btn-ic {
    background: var(--white);
}

.btn-secondary:hover svg path {
    fill: var(--black);
}

.btn-secondary.white-btn {
    border: 1px solid var(--white);
    color: var(--white);
}

.btn-secondary.white-btn:hover .btn-ic {
    background: var(--theme-color);
}

.btn-secondary.white-btn svg path {
    fill: var(--theme-color);
}

.btn-secondary.white-btn:hover {
    border: 1px solid var(--white);
    color: var(--theme-color);
    background: var(--white);
}

.btn-secondary:hover .btn-ic {
    background: var(--white);
}

.btn-secondary.white-btn:hover svg path {
    fill: var(--white);
}

.link-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    position: relative;
    padding-bottom: 5px;
}

.link-btn svg {
    fill: var(--black);
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.link-btn:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
}

/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--second-color);
}

textarea {
    resize: none;
}

form .row {
    margin: 0 -8px;
}

form .row [class*="col-"] {
    padding: 0 10px;
}

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

.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.form-group .form-control {
    border-radius: 0;
}

.form-group .nice-select .list {
    border-radius: 0;
    max-height: 400px;
    overflow: scroll;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}

.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}

.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 0 30px;
}

.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--second-color);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.checkbox-custom input:checked+label:before {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}

/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.radio-group label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-left: 24px;
    color: var(--second-color);
    margin: 0;
    vertical-align: bottom;
}

.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--second-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--second-color);
    border: 2px solid var(--second-color);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    right: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--second-color);
}

.radio-group input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
    -webkit-transform: translateY(-50%) scale(0.55);
    -moz-transform: translateY(-50%) scale(0.55);
    -ms-transform: translateY(-50%) scale(0.55);
    -o-transform: translateY(-50%) scale(0.55);
}

/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
    overflow: hidden;
    position: relative;
}

.right-gliter {
    bottom: 0;
    right: 0;
}

.gliter-img {
    position: absolute;
    z-index: -1;
}

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

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

.section-title {
    margin-bottom: 26px;
}


.section-title b {
    font-weight: inherit;
    display: inline;
    color: var(--theme-color);
}



.subtitle {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--grey-color);
}

.subtitle b {
    color: var(--second-color);
}

.detail-section .detail-block {
    max-width: 85%;
    width: 100%;
}

.detail-section .detail-block .section-title h2 {
    font-size: 50px;
}

.detail-section .row-reverse .detail-block {
    margin: auto;
}

/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background: var(--theme-color);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.site-header .navigationbar-row {
    border-bottom: 1px solid var(--black);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.site-header.head-sticky .navigationbar-row {
    border-color: transparent;
}

.header-style-one .logo-col {
    max-width: 160px;
    width: 100%;
    margin-right: 30px;
}

.header-style-one .logo-col a {
    display: block;
}

.site-header .navigationbar-row .menu-items-col .menu-lnk {
    padding: 35px 0;
    position: relative;
}

.site-header .navigationbar-row .menu-items-col .menu-lnk a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--first-font);
    color: var(--black);
    font-weight: 600;
}

.site-header .navigationbar-row .menu-items-col .menu-lnk:not(:last-of-type) {
    margin-right: 15px;
}

.site-header .navigationbar-row .menu-items-col {
    padding-right: 30px;
    border-right: 1px solid var(--black);
    flex: 1;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav {
    justify-content: flex-end;
}

.site-header .navigationbar-row .header-right ul {
    padding-left: 30px;
    display: flex;
    justify-content: flex-end;
}

.site-header .header-right .nice-select ul {
    flex-direction: column;
    padding-left: 0px;
}

.site-header .header-right .nice-select ul li {
    color: var(--black);
}

.site-header .header-right .nice-select {
    border: 0px;
    border-radius: 0px;
}

.site-header .navigationbar-row .header-right ul li:not(:last-of-type) {
    margin-right: 20px;
}

.size-select {
    display: flex;
    gap: 10px;
    border: 1px solid var(--black);
    padding: 5px;
    align-items: center;
    box-shadow: 2px 2px 0px var(--black) !important;
}

.size-select .size-img {
    max-width: 30px;
    width: 100%;
}

.size-select .size-img img {
    border: 1px solid var(--black);
}

.btn.btn-white {
    background: var(--white);
}

.header-style-one .mobile-menu {
    display: none;
    margin: 0 0 0 15px;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
}

.header-style-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 3px;
    margin: 4px 0;
    backface-visibility: hidden;
    background: var(--black);
}

.header-style-one .mobile-menu .mobile-menu-button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    width: 100%;
}

.mobile-menu-wrapper {
    position: fixed;
    z-index: 4;
    background: var(--white);
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    right: 0;
    width: 100%;
    max-width: 400px;
}

.mobile-menu-wrapper.active-menu {
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
}

.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--theme-color);
}

.mobile-menu-wrapper .menu-close-icon svg path {
    fill: var(--white);
}

.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 10px 20px;
    background: var(--white);
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--black);
    letter-spacing: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
    margin-left: auto;
    width: 14px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-bar .has-children>ul {
    margin: 12px 0 0 !important;
    padding-bottom: 0;
}

.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li:not(:last-of-type) {
    margin-bottom: 12px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .close-menu-ioc {
    display: block;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .menu-open-arrow {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}

.acnav-list {
    display: none;
    padding: 15px 0 15px 0;
}

.acnav-list p a {
    text-decoration: underline;
}

.acnav-list ul li {
    list-style: disc;
    margin-left: 30px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li a {
    font-size: 14px;
    line-height: 18px;
    text-transform: lowercase;
}

.overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

.menu-overlay::after,
.overlay.active,
.cartOpen .overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.main-home-first-section {
    background: var(--theme-color);
    padding: 190px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-home-first-section .banner-content {
    max-width: 1070px;
    width: 100%;
}

.main-home-first-section .banner-content h1 {
    margin-bottom: 35px;
    font-size: 95px;
}

.main-home-first-section .btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.main-home-first-section .btn-group .btn:not(:last-child) {
    margin-right: 15px;
}

.main-home-first-section .btn-group .btn-white:hover,
.main-home-first-section .btn-group .btn-white:focus {
    background: transparent;
}

.main-home-first-section .decorative-img {
    position: absolute;
    z-index: -1;
}

.main-home-first-section .decorative-img.pos-left {
    top: 36%;
    left: 0;
}

.main-home-first-section .decorative-img.pos-bottom {
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    max-width: 367px;
}

.main-home-first-section .decorative-img.pos-right {
    top: 36%;
    right: -140px;
    max-width: 340px;
}

.detail-block .btn {
    margin-top: 15px;
}

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

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

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

.detail-section .detail-img {
    box-shadow: 5px 6px 0px var(--black);
    position: relative;
    padding-top: 30px;
}

.detail-section .detail-img img {
    display: block;
    margin: auto;
}

.detail-section .row+.row {
    margin-top: 80px;
}

.row.row-reverse {
    flex-direction: row-reverse;
}

.btn.btn-warning {
    background: var(--warning-color);
}

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

.bio-links {
    background: var(--second-color);
    padding: 160px 0 150px;
    color: var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bio-links .decorative {
    position: absolute;
    z-index: -1;
}

.bio-links .decorative.pos-top {
    top: -169px;
    right: 0px;
    max-width: 400px;
}

.bio-links .decorative.pos-bottom {
    right: -160px;
    bottom: 15px;
}

.bio-link-slider {
    margin: 0 -15px;
}

.bio-link-card {
    padding: 0 15px 3px;
}

.bio-link-card .bio-link-card-inner {
    text-align: center;
    padding: 15px;
    background: var(--white);
    border: 2px solid var(--black);
    box-shadow: 4px 4px 0px var(--black);
}

.bio-link-card .card-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.bio-link-card .card-icon svg {
    width: 80px;
    height: 80px;
}

.bio-link-slider .slick-prev {
    left: -20px;
}

.bio-link-slider .slick-next {
    right: -20px;
}

.share-metters-sec .share-maters-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid var(--black);
    padding: 15px 20px;
}

.share-metters-sec .share-maters-wrp .share-maters-inner:first-child {
    border-top: 2px solid var(--black);
}

.share-metters-sec .share-maters-inner .share-maters-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 50%;
    width: 100%;
    margin-right: 20px;
}

.share-metters-sec .share-maters-inner .share-maters-right {
    flex: 1;
}

.share-metters-sec .share-maters-inner .share-maters-svg svg {
    height: 50px;
    width: 50px;
    margin-right: 50px;
}

.share-metters-sec .share-maters-inner .share-maters-left h4 {
    flex: 1;
}

.marketing-sec {
    position: relative;
    z-index: 1;
    background-color: var(--warning-color);
    padding: 100px 0px;
}

.marketing-sec .section-title {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 26px;
}

.marketing-sec .section-title h2 {
    margin-bottom: 20px;
}

.marketing-sec .marketing-card-inner {
    padding: 40px 30px;
    background: var(--white);
    border: 2px solid var(--black);
    box-shadow: 4px 4px 0px var(--black);
}

.marketing-sec .marketing-card-inner .marketing-svg svg {
    height: 70px;
    width: 70px;
}

.marketing-sec .marketing-card-inner h3 {
    font-size: 28px;
    margin: 15px 0 10px;
}

.marketing-sec .marketing-card {
    display: flex;
    margin-bottom: 20px;
}

.marketing-sec .chain-img {
    position: absolute;
    bottom: -3%;
    left: -6%;
    z-index: -1;
    max-width: 300px;
}

.marketing-sec .mrktng-btm-btn {
    margin-top: 20px;
}

/*** footer css start ***/
.site-footer {
    background-color: #D9E0DD;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-list-social {
    display: flex;
    align-items: center;
}

.site-footer .footer-list-social li:not(:last-of-type) {
    margin: 0 15px 0 0;
}

.footer-list-social li a {
    height: 34px;
    width: 34px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid var(--black);
    box-shadow: 1px 1px 0px var(--black);
}

.footer-list-social li a svg {
    height: 18px;
    width: 18px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px 50px;
}

.footer-col {
    width: 100%;
    flex: 1;
    padding-left: 90px;
}

.footer-social-icn {
    max-width: 350px;
    flex: 0 0 350px;
    padding-left: 0px;
}

.site-footer .footer-social-icn .footer-logo {
    max-width: 150px;
    width: 100%;
}

.site-footer .footer-social-icn .footer-logo a {
    display: block;
}

.site-footer .footer-social-icn p {
    margin: 15px 0 20px;
}

.site-footer .footer-widget h5 {
    padding: 0 0 20px 0;
}

.site-footer .footer-address p {
    margin-bottom: 20px;
}

.site-footer .footer-address .contactlink {
    font-size: 16px;
    font-weight: bold;
}

.site-footer .footer-address .emaillink {
    margin-bottom: 10px;
}

.footer-subscribe-col .input-wrapper input {
    border: 1px solid var(--black);
    box-shadow: 2px 2px 0px var(--black);
    color: var(--black);
    background-color: var(--white);
    margin-bottom: 5px;
}

.footer-subscribe-col .input-wrapper .error-email {
    border: 1px solid red;
    box-shadow: 2px 2px 0px red;
    color: var(--black);
    background-color: var(--white);
    margin-bottom: 5px;
}

.footer-bottom {
    padding: 30px 0 20px;
    border-top: 2px solid var(--black);
}

.policy-links li:not(:last-of-type) {
    margin-right: 22px;
}

.site-footer .yellow-chain-img {
    position: absolute;
    top: -14%;
    right: -6%;
    z-index: -1;
    max-width: 250px;
    width: 100%;
}

/*** feature page ***/
.filter-cat li:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
}

.filter-cat li:not(:last-of-type):after {
    content: '>';
    position: absolute;
    right: -1px;
}

.common-banner-section {
    padding: 70px 0px;
    background-color: var(--theme-color);
    color: var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.common-banner-section h2 {
    font-size: 90px;
    margin-bottom: 25px;
}

.common-banner-section .bnr-right-img {
    position: absolute;
    top: 18%;
    right: -5%;
    z-index: -1;
    max-width: 250px;
    width: 100%;
}

.common-banner-section .bnr-left-img {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: -1;
    max-width: 100px;
}

.section-title-center {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
}

.section-title-center h2 {
    margin-bottom: 20px;
}

.why-linkaty-sec .detail-img img,
.feature-smart-sec .detail-img img {
    display: block;
    margin: auto;
}

.why-linkaty-sec .detail-img,
.feature-smart-sec .detail-img {
    padding: 30px 100px;
    box-shadow: 5px 6px 0px var(--black);
}

.why-linkaty-sec .why-second-row {
    margin-top: 70px;
}

.why-linkaty-sec {
    position: relative;
    z-index: 1;
}

.feature-smart-sec {
    padding: 80px 0px;
    background-color: var(--theme-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-smart-sec .bio-img {
    position: absolute;
    z-index: -1;
}

.feature-smart-sec .bio-top {
    top: -4%;
    right: -4%;
    max-width: 250px;
}

.feature-smart-sec .bio-bottom {
    right: -7%;
    bottom: 4%;
}

.four-box-sec {
    background-color: var(--second-color);
    position: relative;
    z-index: 1;
}

.four-box-sec .marketing-card-inner .marketing-svg svg {
    height: 90px;
    width: 90px;
}

.four-box-sec .chain-img {
    bottom: 9%;
}

/*** faqs page ***/
.faq-main-sec .faq-left-wrapper .btn {
    background-color: var(--theme-color);
}

.set {
    border-top: 2px solid var(--black);
    padding: 20px 0px;
}

.faq-right-wrapper .set:last-child {
    border-bottom: 2px solid var(--black);
}

.set .acnav-label {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--second-font);
    padding-right: 40px;
}

.acnav-label {
    display: block;
    position: relative
}

.acnav-label:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 3px;
    width: 30px;
    background: var(--warning-color);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.acnav-label:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 30px;
    width: 3px;
    background: var(--warning-color);
    transition: ease-in-out all 0.5s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}

.has-children.is-open>.acnav-label:after {
    opacity: 0;
}

/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {
    .btn.btn-white:hover {
        background: transparent;
    }

    .site-header .navigationbar-row .menu-items-col .menu-lnk a:hover {
        color: var(--white);
    }
}

/* Form Control css*/
.form-control {
    box-shadow: none !important
}

.dropdown.show>.form-control {
    color: #181c32;
    background-color: #fff;
    border-color: #b5b5c3
}

.form-control[readonly] {
    background-color: #fff
}

.form-control.form-control-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-control.form-control-solid .error-msg {
    background-color: #f5f8fa;
    border-color: rgb(255, 0, 0) !important;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-control.form-control-solid::placeholder {
    color: #a1a5b7
}

.form-control.form-control-solid::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.dropdown.show>.form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-control.form-control-transparent {
    background-color: transparent;
    border-color: transparent
}

.dropdown.show>.form-control.form-control-transparent,
.form-control.form-control-transparent.active,
.form-control.form-control-transparent.focus,
.form-control.form-control-transparent:active,
.form-control.form-control-transparent:focus {
    background-color: transparent;
    border-color: transparent
}

.form-control.form-control-flush {
    border: 0;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none;
    border-radius: 0
}

.placeholder-gray-500::placeholder {
    color: #a1a5b7
}

.placeholder-gray-500::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.placeholder-white::placeholder {
    color: #fff
}

.placeholder-white::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.resize-none {
    resize: none
}

.form-select {
    box-shadow: none !important
}

.form-select.form-select-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-select.form-select-solid::placeholder {
    color: #a1a5b7
}

.form-select.form-select-solid::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.dropdown.show>.form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7 !important;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-select.form-select-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #181c32
}

.form-select.form-select-transparent::placeholder {
    color: #a1a5b7
}

.form-select.form-select-transparent::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.dropdown.show>.form-select.form-select-transparent,
.form-select.form-select-transparent.active,
.form-select.form-select-transparent.focus,
.form-select.form-select-transparent:active,
.form-select.form-select-transparent:focus {
    background-color: transparent;
    border-color: transparent !important;
    color: #181c32
}

.form-check .form-check-label {
    cursor: pointer
}

.form-check .form-check-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-check.form-check-custom {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0
}

.form-check.form-check-custom .form-check-input {
    margin: 0;
    float: none;
    flex-shrink: 0
}

.form-check.form-check-custom .form-check-label {
    margin-left: .55rem
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #eff2f5
}

.form-check.form-check-solid .form-check-input:active,
.form-check.form-check-solid .form-check-input:focus {
    filter: none;
    background-color: #eff2f5
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #FC7942
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #A6D8B5
}

.form-check.form-check-danger .form-check-input:checked {
    background-color: #BA433F
}

.form-check.form-check-warning .form-check-input:checked {
    background-color: #F5DB6F
}

.form-check.form-check-custom.form-check-sm .form-check-input {
    height: 1.5rem;
    width: 1.5rem
}

.form-check.form-check-custom.form-check-lg .form-check-input {
    height: 2.25rem;
    width: 2.25rem
}

.form-switch.form-check-solid .form-check-input {
    height: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    border-radius: 3.25rem
}

.form-switch.form-check-solid .form-check-input:checked {
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-switch.form-check-solid.form-switch-sm .form-check-input {
    height: 1.5rem;
    width: 2.5rem
}

.form-switch.form-check-solid.form-switch-lg .form-check-input {
    height: 2.75rem;
    width: 3.75rem
}

.input-group.input-group-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    border-radius: .475rem
}

.input-group.input-group-solid.input-group-sm {
    border-radius: .475rem
}

.input-group.input-group-solid.input-group-lg {
    border-radius: .475rem
}

.input-group.input-group-solid .input-group-text {
    background-color: #f5f8fa;
    border-color: #f5f8fa
}

.input-group.input-group-solid .input-group-text+.form-control {
    border-left-color: #e4e6ef
}

.input-group.input-group-solid .form-control {
    background-color: transparent;
    border-color: transparent
}

.input-group.input-group-solid .form-control+.input-group-text {
    border-left-color: #e4e6ef
}

.text-success {
    color: green;
}

.text-danger {
    color: #BA433F;
}

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

.d-none {
    display: none;
}

.error-msg {
    border: #BA433F 1px solid;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #BA433F;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #BA433F;
    box-shadow: 0 0 0 .25rem rgba(241, 65, 108, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #BA433F
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #BA433F;
    box-shadow: 0 0 0 .25rem rgba(241, 65, 108, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #BA433F
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #BA433F
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 65, 108, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #BA433F
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group {
    display: flex;
    height: 100%;
    align-items: center;
}

.input-group-prepend {
    width: 150px;
}

.nice-select.country {
    border-radius: 0;
    height: 100%;
    padding: 17px;
    background: #f5f8fa;
    border: none;
}

.select2-container--bootstrap5 .select2-dropdown {
    width: 160px !important;
}

div,
main,
ol,
pre,
span,
ul {
    scrollbar-width: thin;
    scrollbar-color: #eff2f5 transparent;
}

.faq-main-sec .contact-heading {
    display: inline-block;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 15px;
}

.faq-main-sec .contact-heading h6 {
    padding-bottom: 10px;
}

.contact-us-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-us-icon i {
    color: var(--theme-color);
    font-size: 20px;
}

.contact-us-detail {
    font-size: 18px;
    color: #666867;
}

.contact-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-address span {
    color: #666867;
    font-weight: 400;
}

.contact-address strong {
    font-weight: 500;
}

.contact-address .contact-city {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.about-contact-dtl {
    margin-bottom: 15px;
}

.about-contact-dtl p {
    margin-bottom: 10px;
    color: #201f1f;
}

.about-contact-dtl span {
    font-size: 16px;
}

.contact-mail p {
    color: #201f1f;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-mail span {
    color: #666867;
    display: block;
    font-weight: 400;
}

/* .contact-address .contact-city p {
    font-weight: 500;
} */

.pricing-sec .price-content-wrp .price-box .price-box-inner p {
    font-size: 13px;
}

.pricing-sec {
    margin: 100px 0;
}

.pricing-sec .section-title {
    margin: 0 0 30px;
}

/* .pricing-sec .container {
    padding: 0 60px;
} */
.pricing-wrp {
    display: flex;
}

.pricing-sec .price-tab ul li a {
    gap: 10px;
    font-size: 17px;
    color: var(--black);
    text-transform: capitalize;
    cursor: pointer;
}

.pricing-sec .price-tab ul li a span {
    line-height: 1;
}

.pricing-sec .price-tab ul li:not(:last-of-type) {
    margin: 0 0 40px;
}

.pricing-sec .price-right {
    flex: 1;
}

.pricing-sec .price-content-wrp .price-box li {
    flex: 0 0 20%;
}

.pricing-sec .price-content-wrp .price-box {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.pricing-sec .price-content-wrp .price-box:not(:last-of-type){
    border-bottom: 1px solid var(--border-color);
}
.pricing-sec .price-top-row .price-box-top {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px 20px;
    text-align: center;
    background-color: var(--white);
    max-width: 20%;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pricing-sec .price-content-wrp .price-box .price-box-inner {
    padding: 0 20px 0;
    display: flex;
    align-items: start;
}

.pricing-sec .price-box-top .price {
    margin: 0 0 10px;
}

.pricing-sec .price-box-top .price ins {
    font: var(--h2);
    color: var(--black);
}

.pricing-sec .price-box-top h3 {
    margin: 0 0 15px;
    color: var(--grey-color);
}

.price del {
    display: block;
    line-height: 1;
    color: var(--theme-color);
    text-decoration: line-through;
}

.pricing-sec .price-content-wrp .price-box ul li {
    padding: 15px 0;
    color: var(--black);
    font-weight: 600;
}

.pricing-sec .price-content-wrp .price-box .price-bottom p {
    font-size: 10px;
    margin: 15px 0 0;
}

.pricing-sec ul.tabs li.active a {
    /* color: var(--theme-color); */
    background: var(--theme-color);
    color: white;
    padding: 4px;
    border-radius: 10px;
}

.pricing-sec ul.tabs li.active a svg path {
    fill: var(--theme-color);
}

.pricing-sec .tab-content:not(:last-of-type) {
    margin: 0 0 40px;
}

.price-top-row {
    display: flex;
}

.pricing-sec .price-content-wrp .price-box .accordion-list {
    margin-bottom: 0;
}

.pricing-sec .price-content-wrp .price-box .accordion-list li {
    cursor: pointer;
    padding: 0;
    border-bottom: none;
}

.pricing-sec .price-content-wrp .price-box .accordion-list li h4 {
    font-size: 15px;
    font-weight: 400;
    flex: 1;
    line-height: 25px;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pricing-sec .price-content-wrp .price-box .accordion-list svg {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.pricing-sec .price-content-wrp .price-box .accordion-list .active svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.accordion-heading {
    gap: 10px;
    display: flex;
    align-items: center;
}

.pricing-sec .price-content-wrp .price-box .accordion-list .icon-wrp {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pricing-sec .price-content-wrp .price-box .accordion-list .active .icon-wrp,
.pricing-sec .price-content-wrp .price-box .accordion-list>:hover .icon-wrp {
    background-color: rgb(239, 240, 236);
}

.pricing-sec .price-content-wrp .price-box .answer {
    padding: 10px ;
}
.pricing-sec .price-content-wrp .price-box .answer p{
    font-size: 14px;
}
.btn.subscribed {
    color: var(--grey-color);
    background-color: var(--fourth-color);
    border-color: var(--border-color);
}
