/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -
1.  Home                       -
2.  Collection  List           -
3.  Product detail             -
4.  About us                   -
5.  FAQs                       -
6.  Contact Us                 -
7.  Login/Register/Account     -
8.  Privacy Policy             -
9.  Blog                       -
10. Article                    -
11. Wishlist                   -
12. Cart                       -
/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
/* --theme1: #0CAF60;
    --theme2: #75C251;
    --theme3: #584ED2;
    --theme4: #145388;
    --theme5: #B9406B;
    --theme6: #008ECC;
    --theme7: #ffa21d;
    --theme8: #C0A145;
    --theme9: #48494B;
    --theme10: #0C7785;
    */

body.theme-1 {
    --theme-color: #F7931E;
    --second-color: #0995c6;
    --black: #000000;
    --light-color: #0caf606f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-2 {
    --theme-color: #75c251;
    --second-color: #1b1b1b;
    --black: #000000;
    --light-color: #75c2516f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-3 {
    --theme-color: #584ed2;
    --second-color: #010032;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
    --black: #000000;
    --light-color: #584ed26f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-4 {
    --theme-color: #145388;
    --second-color: #4c9adb;
    --black: #101214;
    --light-color: #1453883b;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-5 {
    --theme-color: #b9406b;
    --second-color: #020101;
    --black: #000000;
    --light-color: #b9406b6f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-6 {
    --theme-color: #008ecc;
    --second-color: #02151d;
    --black: #000000;
    --light-color: #008ecc6f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-7 {
    --theme-color: #F7931E;
    --second-color: #0995C6;
    --black: #000000;
    --light-color: #ffa21d6f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-8 {
    --theme-color: #c0a145;
    --second-color: #191814;
    --black: #000000;
    --light-color: #c0a1456f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-9 {
    --theme-color: #48494b;
    --second-color: #8b8b87;
    --black: #716f6f;
    --light-color: #48494b6f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

body.theme-10 {
    --theme-color: #0c7785;
    --second-color: #061b1e;
    --black: #000000;
    --light-color: #0c77856f;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
}

:root {
    --first-font: "Cairo", sans-serif;
    --second-font: "Cairo", sans-serif;
    --theme-color: #0caf60;
    --second-color: #002332;
    --light-color: #0caf606f;
    --border-color: #d5edf2;
    --black: #05103b;
    --white: #ffffff;
    --light-bg: #fbfcfe;
    --grey-color: #888888;
    --box-shadow: -2.37901px 23.6244px 43px var(--light-color);
    --h1: normal 600 51px/1.2 var(--first-font);
    --h2: normal 600 41px/1.2 var(--first-font);
    --h3: normal 600 26px/1.2 var(--first-font);
    --h4: normal 600 22px/1.2 var(--first-font);
    --h5: normal 600 18px/1.2 var(--first-font);
    --h6: normal 600 14px/1.2 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}


/* body.theme-3 .btn-secondary,
          body.theme-4 .btn-secondary,
          body.theme-5 .btn-secondary,
          body.theme-6 .btn-secondary,
          body.theme-7 .btn-secondary,
          body.theme-8 .btn-secondary,
          body.theme-9 .btn-secondary,
          body.theme-10 .btn-secondary {
            color: var(--white);
          } */

/* body.theme-3 .btn-secondary svg path,
          body.theme-4 .btn-secondary svg path,
          body.theme-5 .btn-secondary svg path,
          body.theme-6 .btn-secondary svg path,
          body.theme-7 .btn-secondary svg path,
          body.theme-8 .btn-secondary svg path,
          body.theme-9 .btn-secondary svg path,
          body.theme-10 .btn-secondary svg path {
            fill: var(--white);
          } */

.main-home-first-section .section-title p {
    color: var(--white);
}

/* ============================================= */
/* !!!!        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%;
        direction: rtl; */
}

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

body[dir="rtl"] {
    font-family: 'Cairo', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eeeeee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F7931E;
}

/* 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 {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    box-shadow: 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;
}

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;
}

/* ============================================= */
/* !!!!         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;
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

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

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

/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1170px;
    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-right: -15px;
    margin-left: -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-right: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

.offset-11 {
    margin-right: 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-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

    .offset-sm-11 {
        margin-right: 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-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

    .offset-md-11 {
        margin-right: 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-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

    .offset-lg-11 {
        margin-right: 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-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

    .offset-xl-11 {
        margin-right: 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-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
    border: solid 1px var(--border-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: right !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 15px 10px 35px;
    width: 100%;
}

.nice-select:after {
    border-bottom: 2px solid var(--black);
    border-left: 2px solid var(--black);
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform-origin: 34% 66%;
    -ms-transform-origin: 34% 66%;
    transform-origin: 34% 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);
}

.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 {
    right: 0 !important;
    left: 0 !important;
}

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

.nice-select.right .list {
    right: auto;
    left: 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);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 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%;
}

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

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: none;
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 13px;
    line-height: 1;
    padding: 10px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--second-color);
}

.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;
    right: 0;
    display: block;
    margin-right: auto;
    margin-left: 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: right;
    height: 100%;
    min-height: 1px;
}

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

.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;
}

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

.slick-dots li {
    display: flex;
    height: 10px;
    width: 10px;
    background: var(--white);
    border-radius: 100%;
    border: 1px solid var(--theme-color);
}

.slick-dots li.slick-active {
    background: var(--theme-color);
}

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

.slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    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%);
}

.slick-arrow:hover {
    background-color: var(--theme-color);
}

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

/* .slick-disabled {
              opacity: 0.3;
          } */

.slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.slick-arrow.slick-prev {
    right: auto;
    left: 0;
    -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-arrow:focus,
.slick-arrow:hover {
    background-color: var(--theme-color);
}

.slick-lightbox {
    position: fixed;
    top: 0;
    right: 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 {
    right: 15px;
}

.slick-lightbox .slick-next {
    left: 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;
    right: 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-left: -0.25em;
}

.slick-caption-bottom
.slick-lightbox-slick-item
.slick-lightbox-slick-item
.slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    right: 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;
    left: 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;
    left: 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%;
    right: 0;
    left: 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%;
}

.slide-arrow svg {
    height: 12px;
    width: 22px;
    margin: 0 auto;
}

.common-arrows .slick-arrow {
    width: 35px;
    height: 35px;
    background-color: var(--second-color);
}

.common-arrows .slide-arrow svg {
    height: 10px;
    width: 17px;
}

.common-arrows .slide-arrow svg path {
    fill: var(--white);
}

/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    text-align: left;
    /*padding: 10px 15px;*/
    font-family: var(--first-font);
    color: var(--white);
    /*background-color: var(--theme-color);*/
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    /*border: 1px solid var(--theme-color);*/
    position: relative;
    border-radius: 10px;
    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-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-v1 {
    text-align: left;
    padding: 10px 15px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--theme-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 10px;
    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-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: auto;
    width: 20px;
}

.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(--theme-color);*/
    color: var(--white);
}

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

.link-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--second-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;
}

.link-btn svg {
    fill: var(--second-color);
    margin-right: 13px;
    -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;
}

.link-btn:hover {
    color: var(--black);
}

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

.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background: var(--second-color);
    border: 1px solid var(--second-color);
    color: var(--white);
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-secondary svg {
    width: 20px;
    height: auto;
    margin-right: 15px;
}

.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(--white);
}

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

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

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

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

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

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

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;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.form-group label sup {
    color: red;
}

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

.checkbox-custom label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.checkbox-custom label:before {
    content: "";
    --webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--grey-color);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-inline-end: 15px;
}

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

.checkbox-custom input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 5px;
    height: 9px;
    border: solid var(--white);
    border-width: 0px 0 2px 2px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-62%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-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-right: 24px;
    color: var(--theme-color);
}

.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    top: 50%;
    right: 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%);
}

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

.radio-group input[type="radio"]:checked + label::before {
    border-color: var(--theme-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;
}

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

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

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

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

.section-title {
    margin-bottom: 0px;
    color: var(--theme-color);
}

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

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

.section-title.text-center h2 + p {
    margin-top: 15px;
}

.section-title.text-center .btn-group {
    justify-content: center;
    margin-top: 20px;
}

.section-title p {
    color: #242424;
    font-size: 20px;
}

.subtitle {
    letter-spacing: 2px;
    color: #f7931e;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.offset-container {
    position: relative;
}

.offset-left {
    margin-right: calc((100% - 1320px) / 2);
    padding-right: 15px;
}

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

.offset-left .row [class*="col-"]:last-child {
    padding-left: 0;
}

.offset-right {
    margin-left: calc((100% - 1320px) / 2);
    margin-right: 0;
    padding-left: 15px;
}

/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
    -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;
}

div#map svg {
    font-family: 'Cairo' !important;
}

div#map text {
    fill: #fff !important;
    font-size: 0.65em !important;
    font-weight: 400 !important;
}

.site-header.header-style-one.head-sticky {
    background: var(--white);
}

.homepage .site-header.header-style-one {
    background: transparent;
}

.homepage .site-header.header-style-one.head-sticky {
    background: var(--theme-color);
}

.banner-content .highlight {
    color: var(--second-color);
}

.header-style-one
.main-navigationbar
.menu-items-col
.main-nav
> li:not(:last-of-type) {
    margin-inline-end: 30px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav > li {
    padding: 20px 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
    position: relative;
    color: var(--black);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav .active a,
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a:hover {
    color: var(--theme-color);
    transition: 0.4s ease;
    /*font-weight: bold;*/
    /*border-bottom: solid 2px var(--theme-color);*/
}


.header-style-one
.main-navigationbar
.menu-items-col
.main-nav
> li.lnk-btn
> a {
    background: var(--theme-color);
    color: var(--white);
    padding: 11px 15px;
    border-radius: 30px;
}

.header-style-one
.main-navigationbar
.menu-items-col
.main-nav
> li.lnk-btn
> a
svg {
    margin-inline-start: 10px;
}

.logo-col {
    max-width: 250px;
    width: 100%;
}

.logo-col img {
    max-height: 60px;
}

.logo-col a {
    display: block;
}

a svg path {
    -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;
}

/* announcebar */
.header-style-one .announcebar {
    background-color: var(--second-color);
    padding: 12px 12px 12px 12px;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
}

.header-style-one .announcebar #announceclose {
    position: absolute;
    left: 16px;
    top: 50%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-one .announcebar svg {
    fill: var(--white);
    width: 16px;
    height: 16px;
}

.header-style-one .announcebar p a {
    text-decoration: underline;
    font-weight: 700;
}

/* Mobile menu  */
.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);
    left: 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: left;
    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;
}

.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);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

/* landing page start */
.main-home-first-section {
    /* background: var(--theme-color); */
    /*padding-top: 100px;*/
    /* padding-bottom: 160px; */
    /*overflow: hidden;*/
}

.lh-lg-edit {
    line-height: 1.9;
}

.my-2-edit {
    margin: 10px 0 !important;
}

.fw-400 {
    font-weight: 400;
}

.item-qustion .item-title {
    font-size: 25px !important;
    margin-bottom: 13px;
}

.banner-content {
    color: var(--white);
    margin-top: 50px;
}

.banner-content h1 {
    margin-bottom: 26px;
    color: #000000;
}

.banner-content p {
    color: #837d7d;
}

.banner-content h1 b {
    color: var(--second-color);
    display: inline;
}

.btn-group {
    display: flex;
    align-items: center;
}

.btn-group > *:not(:last-of-type) {
    margin-left: 15px;
}

.banner-content .btn-group {
    margin-top: 26px;
}

/* .main-home-first-section .btn:hover,
      .main-home-first-section .btn:focus {
        background: var(--white);
        color: var(--second-color);
        border-color: var(--white);
      } */

.main-home-first-section .btn:hover svg path,
.main-home-first-section .btn:focus svg path {
    fill: var(--second-color);
}

.banner-image-wrapper {
    position: relative;
    z-index: 1;
}

.banner-image-wrapper img {
    width: 100%;
}

.rtl-banner {
    display: block !important;
}

/* .main-banner {
          display: none;
      } */

.margin-inline-end-auto {
    margin-inline-end: auto;
}

.banner-image-wrapper .ripple-icon.position-top {
    top: -120px;
    right: auto;
    left: 190px;
    bottom: auto;
}

.ripple-icon {
    position: absolute;
    right: -80px;
    bottom: 260px;
    z-index: -1;
}

.pulse0,
.pulse1,
.pulse2,
.pulse3 {
    width: 323px;
    height: 323px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    position: absolute;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    border: 1px solid var(--white);
}

.pulse0 {
    -webkit-animation: ring-1 2s 0s ease-out infinite;
    animation: ring-1 2s 0s ease-out infinite;
}

.pulse1 {
    bottom: auto;
    -webkit-animation: ring-1 2s 0.3s ease-out infinite;
    animation: ring-1 2s 0.3s ease-out infinite;
}

.pulse2 {
    -webkit-animation: ring-1 2s 0.6s ease-out infinite;
    animation: ring-1 2s 0.6s ease-out infinite;
    bottom: auto;
}

.pulse3 {
    -webkit-animation: ring-1 2s 0.9s ease-out infinite;
    animation: ring-1 2s 0.9s ease-out infinite;
}

@-webkit-keyframes ring-1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes ring-1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.exclusive-partners {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.exclusive-partners .section-title {
    color: var(--white);
    text-align: center;
}

.partners-logo-slider {
    margin: 0 -10px;
}

.partners-logo-slider .logo-item {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.partners-logo-slider .logo-item.slick-center {
    opacity: 1;
}

/* Support section */
/* .support-section {
          margin-top: -80px;
      } */

.support-card {
    padding-bottom: 20px !important;
}

.support-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 34.85415px 29.62603px 48.34px 0px rgba(51, 102, 255, 0.05);
}

.support-card:nth-child(1) .support-card-inner .card-icon {
    background-color: rgba(255, 98, 80, 0.2);
}

.support-card:nth-child(2) .support-card-inner .card-icon {
    background-color: rgba(0, 147, 121, 0.2);
}

.support-card:nth-child(3) .support-card-inner .card-icon {
    background-color: rgba(248, 213, 126, 0.2);
}

/* .support-card:nth-child(odd) .support-card-inner {
          background: var(--white);
          margin-top: 40px;
          margin-bottom: 40px;
      }

      .support-card:nth-child(even) .support-card-inner {
          background: var(--second-color);
          color: var(--white);
      }

      .support-card:nth-child(even) .support-card-inner .btn {
          background: var(--theme-color);
          border-color: var(--theme-color);
      } */

.support-card-inner .card-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    z-index: 1;
    margin: 0 auto 30px;
    /* background: var(--theme-color); */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.support-card-inner .card-icon svg {
    width: 80px;
    height: 80px;
}

/* .support-card-inner .card-icon::after {
          content: '';
          position: absolute;
          width: 120px;
          height: 120px;
          margin: auto;
          z-index: -1;
          background: radial-gradient(59.93% 59.93% at 50% 50%, var(--theme-color) 0%, rgba(111, 217, 67, 0) 100%);
      } */

.support-card-inner .support-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.support-card-inner .support-content h3 {
    color: #242424;
    margin-bottom: 15px;
    flex: 1;
}

.support-content-bottom {
    text-align: center;
    margin-top: 25px;
    margin-bottom: -45px;
}

.abt-theme .section-title h2 {
    color: #2d2d2d;
}

.set {
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
}

.set .acnav-label {
    padding: 15px 15px 15px 35px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
}

.set .acnav-label .acnav-icon {
    margin-inline-end: 10px;
    width: 60px;
    height: 60px;
    background-color: #f3f3f3;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.set .acnav-list {
    display: none;
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

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

.theme-acnav .set {
    border: 0;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}

html[dir="rtl"].theme-acnav .set {
    direction: rtl;
}

@media (min-width: 992px) {
    .theme-acnav .set {
        width: 80%;
    }

    .abt-theme p {
        padding: 0px 10px 20px 0px;
    }
}

.theme-acnav .set .acnav-label {
    padding: 15px;
    font-size: 16px;
    line-height: 1;
}

.theme-acnav .set .acnav-list {
    border-top: 0;
    padding-top: 0;
}

.theme-acnav .set:first-of-type .acnav-label svg circle {
    fill: var(--theme-color);
}

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

.review-section {
    background: var(--theme-color);
}

.review-section .section-title {
    color: var(--white);
}

.review-content {
    text-align: center;
    color: var(--white);
    max-width: 850px;
    width: 100%;
    margin: auto;
}

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

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

.review-content .btn-group {
    justify-content: center;
    margin-top: 20px;
}

.review-content .quats svg {
    margin: 0 auto 20px;
}

.review-content .subtitle {
    color: var(--white);
}

.progress {
    display: block;
    max-width: 650px;
    width: 100%;
    height: 3px;
    margin: 30px auto 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: linear-gradient(
        to left,
        var(--second-color),
        var(--second-color)
    );
    background-repeat: no-repeat;
    background-size: 25% 100%;
    transition: background-size 0.4s ease-in-out;
}

.theme-preview-section {
    background: linear-gradient(
        to bottom,
        var(--theme-color) 50.2%,
        transparent 50%
    );
}

.preview-itm img {
    width: 100%;
    object-fit: cover;
}

.information-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 25px;
    background: var(--second-color);
    color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.information-card-inner .card-icon {
    margin-bottom: 15px;
}

.information-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
}

.information-content h5 {
    margin-bottom: 15px;
    flex: 1;
}

.information-content .btn {
    margin-top: 15px;
}

.dedicated-section .information-card:nth-child(odd) .information-card-inner {
    background: var(--second-color);
}

.dedicated-section .information-card:nth-child(even) .information-card-inner {
    background: var(--theme-color);
}

.product-main-section .link-btn svg g path:first-of-type,
.why-choose-section .link-btn svg g path:first-of-type,
.dedicated-section .link-btn svg g path:first-of-type {
    fill: var(--theme-color);
}

.review-section .link-btn svg g path:first-of-type,
.banner-content .link-btn svg g path:first-of-type {
    fill: var(--second-color);
}

.built-technology .information-card-inner {
    height: auto;
}

.built-technology .information-card-inner {
    border: 1px solid var(--border-color);
}

.built-technology .information-card-inner .information-content h5 {
    min-height: 43px;
}

.built-technology .information-card:first-child .information-card-inner,
.built-technology .information-card:last-child .information-card-inner {
    background: var(--theme-color);
}

.built-technology .information-card:last-child .information-card-inner {
    height: 100%;
}

.package-detail-section {
    background: var(--second-color);
    color: var(--white);
}

.package-detail-section .section-title b {
    color: var(--white);
}

.package-detail-section .section-title p {
    color: var(--white);
}

.package-detail-section .section-title.text-center {
    max-width: 750px;
}

.built-technology {
    background: linear-gradient(
        to bottom,
        transparent 81%,
        var(--second-color) 8%
    );
}

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

.row-gap [class*="col-"] {
    margin-top: 30px;
}

/* Footer style */
.site-footer {
    padding: 40px 0;
    background: url(../../images/landing-page/bg-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--white);
    position: relative;
    z-index: 1;
}

.site-footer::before {
    position: absolute;
    content: "";
    background: url(../../images/landing-page/bg-footer-2.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.site-footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divider-line {
    flex: 1;
    height: 1px;
    margin: 0 50px;
    background: var(--white);
    opacity: 0.5;
}

.site-footer .footer-logo {
    max-width: 220px;
    width: 100%;
}

.footer-top-right ul {
    display: flex;
    align-items: center;
}

.footer-top-right ul li a {
    display: inline-flex;
    align-items: center;
}

.footer-top-right ul li:not(:last-of-type) {
    margin-left: 15px;
}

.footer-top-right ul li a.btn-secondary {
    color: var(--white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.footer-top-right ul li .btn-link svg {
    margin-left: 10px;
}

.footer-top-right ul li a.btn-secondary svg path {
    fill: var(--white);
}

.footer-top-right ul li .btn-link svg path {
    fill: var(--theme-color);
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
}

.footer-col {
    width: 100%;
    flex: 1;
}

section.module-section.padding-bottom {
    overflow: hidden;
}

.footer-col:not(:first-of-type) {
    padding-right: 25px;
}

/* .about-site {
          max-width: 250px;
          flex: 0 0 250px;
      } */

.about-site p a {
    color: var(--theme-color);
}

.footer-widget h3,
.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget ul li:not(:last-of-type) {
    margin-bottom: 8px;
}

.footer-widget ul li a {
    font-weight: 500;
}

.footer-subscribe-col {
    max-width: 360px;
    flex: 0 0 360px;
}

.footer-subscribe-form {
    margin-top: 15px;
}

.footer-subscribe-form .input-wrapper {
    position: relative;
}

.footer-subscribe-form .input-wrapper input {
    border: 2px solid var(--theme-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding-left: 60px;
}

.footer-subscribe-form .btn-subscibe {
    background: transparent;
    color: var(--theme-color);
    border: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
}

/* common banner */
.common-banner-section {
    padding: 30px 0;
    /*background: var(--theme-color);*/
    background-color: #fbe4c7;
    color: var(--white);
    background-position: 50% 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /*background-image: url(/images/haddon.png);
        width: 100%;
        background-size: cover;
        padding-top: 110px;
        position: relative;
        background-position: center;
        height: 900px;*/
}

.common-banner-section .section-title,
.common-banner-section .section-title p {
    color: var(--white);
}

.common-banner-section .banner-image {
    position: relative;
}

.banner-image img {
    width: 80%;
    display: block;
    text-align: center;
    margin: 0px auto;
}

.add-on-title p {
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
}

.common-banner-section .banner-image img {
    margin-right: auto;
}

.common-banner-section .banner-image .ripple-icon {
    right: auto;
    left: 160px;
    top: -50px;
    transform: translateY(-50%);
    bottom: unset;
}

.common-banner-section .banner-image .ripple-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -380px;
    width: 370px;
    height: 370px;
    border-radius: 100%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.product-list-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 25px;
    /*background: var(--white);
        border: 1px solid var(--border-color);
        border-radius: 10px;*/
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 30px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tabs .tab-link {
    color: var(--grey-color);
    font-weight: 600;
}

.tabs .tab-link a {
    padding: 5px;
}

.tabs .tab-link:not(:last-of-type) {
    margin-left: 10px;
}

.tabs .tab-link.active {
    color: var(--second-color);
}

.product-search {
    /*box-shadow: 1.65876px 16.4721px 31.0436px rgb(182 186 203 / 52%);*/
    max-width: 700px;
    width: 100%;
    border-radius: 20px;
}

.product-search .input-wrapper input {
    padding: 20px 20px 20px 80px;
    border-radius: 50px;
    text-align: left;
    font-size: 20px;
}

.product-search .input-wrapper {
    position: relative;
}

.product-search .search-btn {
    position: absolute;
    top: 50%;
    right: auto;
    left: 15px;
    transform: translateY(-50%);
    background: #F7931E;
    border: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    box-shadow: 3px 4px 23px rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.product-list-search .tabs {
    flex: 1;
    padding-left: 15px;
}

.filter-title .filter-ic {
    display: none;
}

.filter-listing .filter-itm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #92a3aa;
}

.filter-listing .filter-itm.active .flt-lbl {
    color: var(--second-color);
}

.filter-listing .filter-itm:not(:last-of-type) {
    margin-bottom: 10px;
}

.filter-itm .cat-count {
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1;
    background: #eaebee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.filter-listing .filter-itm.active .cat-count {
    background: var(--theme-color);
    color: var(--white);
}

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

.fillter-btns ul {
    display: flex;
    border: 2px solid var(--border-color);
    background: var(--white);
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fillter-btn {
    text-align: center;
    padding: 15px 20px;
    color: #92a3aa;
}

.fillter-btn:not(:last-of-type) {
    border-left: 1px solid var(--border-color);
}

.fillter-btn.active {
    background: #92a3aa;
    color: var(--white);
}

.product-filter-right-column {
    padding-right: 22px !important;
}

.product-row {
    margin: -20px -10px 0;
}

.product-row .product-card {
    padding: 0 30px;
    margin-top: 60px;
}

.product-row
.product-card:nth-child(odd)
.product-card-inner
.product-img
.theme-avtar,
.product-row
.product-card:nth-child(even)
.product-card-inner
.product-img
.theme-avtar {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-row
.product-card:nth-child(odd)
.product-card-inner
.product-img
.theme-avtar
img,
.product-row
.product-card:nth-child(even)
.product-card-inner
.product-img
.theme-avtar
img {
    max-height: 45px;
}

.product-row
.product-card:nth-child(odd)
.product-card-inner
.product-img
.theme-avtar {
    /*background-color: #0995c6;*/
}

.product-row
.product-card:nth-child(even)
.product-card-inner
.product-img
.theme-avtar {
    /*background-color: #f7931e;*/
}

.product-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--white);
    border: 1px solid transparent;
    padding: 20px;
    filter: drop-shadow(0px 2px 77px rgba(0, 0, 0, 0.03));
    border-radius: 18px;
    -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;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.product-card-inner .btn-more {
    color: #0995c6;
}

.product-card-inner.selected-itm {
    border-color: var(--theme-color);
}

.product-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-img {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-content h4 {
    margin-bottom: 15px;
    flex: 1;
    font-weight: 500;
}

.product-content .text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 8px;
    margin-bottom: 7px;
}

.product-content h4 a {
    font-weight: 700;
}

.product-content .btn.cart-btn {
    margin-top: 10px;
    width: 100%;
    /* background: #f4f4f4;
        border: 1px solid #808191;*/
    color: #0a95c7;
}

.product-content .btn.cart-btn.selected {
    /*background: var(--theme-color);*/
    color: var(--white);
    /*border-color: var(--theme-color);*/
}

.product-content .cart-btn.selected svg {
    margin-right: 0;
    margin-left: 10px;
}

.product-content .lbl {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

.price {
    display: flex;
    align-items: center;
    font-size: 20px;
    flex-wrap: wrap;
    font-weight: 600;
    color: var(--second-color);
}

ins {
    display: inline-flex;
    align-items: center;
}

.price .currency-type {
    margin-right: 5px;
}

.time-lbl {
    color: var(--grey-color);
    font-weight: 700;
    font-size: 14px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.product-listing-section {
    position: relative;
    margin-top: -50px;
}

.product-listing-section .more-btn {
    margin-top: 35px;
}

.product-filter-body .close-filter {
    display: none;
}

/* PDP page style */
.pdp-summery .section-title {
    color: var(--second-color);
}

.pdp-summery .price {
    font-size: 30px;
    margin-top: 20px;
}

.cart-view.btn-group {
    margin-top: 20px;
}

.pdp-summery {
    padding-left: 50px;
}

.pdp-media img {
    width: 100%;
}

.why-choose-section {
    background: linear-gradient(
        to bottom,
        var(--second-color) 70%,
        transparent 50%
    );
}

.why-choose-section .section-title b {
    color: var(--white);
}

.why-choose-section .section-title p {
    color: var(--white);
}

.pricing-area {
    padding: 25px;
    background: var(--theme-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.pricing-area .section-title {
    color: var(--second-color);
}

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

.pricing-area .variable-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pricing-area .variable-list li {
    display: flex;
    align-items: center;
    color: var(--white);
    line-height: 1;
    padding: 5px;
}

.pricing-area .variable-list li svg {
    margin-left: 10px;
}

.pricing-tab {
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.pricing-tab .tabs {
    background: var(--theme-color);
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pricing-tab .tabs .tab-link a {
    padding: 0;
}

.pricing-tab .tabs .tab-link {
    color: var(--white);
    padding: 10px 25px;
    border-radius: 10px;
    line-height: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pricing-tab .tabs .tab-link.active {
    background: var(--white);
    color: var(--second-color);
}

.pricing-tab .pricing-content .price {
    font-size: 40px;
    justify-content: center;
}

.pricing-tab .tabs-container {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pricing-content .lbl {
    text-align: center;
    color: #6c8794;
    margin-top: 10px;
}

.pricing-tab .pricing-content .btn-group {
    justify-content: center;
    margin-top: 15px;
}

.screenshot-itm {
    padding: 0 15px;
}

.screenshot-slider {
    margin: 0 -15px;
}

.screenshot-slider .slick-arrow {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--theme-color);
    padding: 0;
    box-shadow: -1px 1px 11.235px 5px rgb(111 217 67 / 31%);
}

.screenshot-slider .slick-arrow svg {
    width: 25px;
    height: 25px;
}

.screenshot-slider .slick-arrow svg path {
    fill: var(--second-color);
}

.screenshot-itm .scr-labl {
    margin-top: 10px;
}

.screenshot-itm .screenshot-image img {
    width: 100%;
}

.star-progress {
    display: flex;
    align-items: center;
}

.progress-wrap {
    height: 10px;
    overflow: hidden;
    background-color: var(--grey-color);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.progress-bar {
    float: right;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: var(--theme-color);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.star-progress .progress-wrap {
    margin: 0 15px;
    flex: 1;
}

.star-progress span {
    display: flex;
    align-items: center;
    line-height: 1;
}

.star-progress span b {
    line-height: 1;
    padding-top: 6px;
}

.star-progress span svg {
    margin-right: 5px;
}

.star-progress:not(:last-of-type) {
    margin-bottom: 10px;
}

.ratings .stars {
    display: flex;
    align-items: center;
}

.ratings {
    color: var(--grey-color);
}

.ratings .lbl {
    padding-right: 10px;
}

.review-progress .ratings {
    margin-bottom: 15px;
}

.feedback-card-inner .abt-user {
    margin-bottom: 15px;
}

.abt-user .date {
    color: var(--grey-color);
}

.feedback-card-inner p {
    font-style: italic;
}

.feedback-card:not(:last-of-type) .feedback-card-inner {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.feedback-section .feedback-wrapper {
    padding-right: 50px;
}

.feedback-pagination {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
}

.showing-result {
    color: var(--grey-color);
    margin-bottom: 15px;
}

.pagination {
    border-top: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination .page-btn {
    display: inline-flex;
    align-items: center;
    color: var(--grey-color);
}

.pagination .page-btn.prev-btn svg {
    margin-left: 10px;
}

.pagination .page-btn.next-btn svg {
    margin-right: 10px;
}

.pagination .page-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 15px;
    margin-top: -1px;
}

.pagination .page-list li {
    padding: 15px 15px;
    color: var(--grey-color);
    border-top: 1px solid transparent;
}

.pagination .page-list li.active {
    border-color: var(--second-color);
    color: var(--second-color);
}

/* Pricing page */
.pricing-banner.common-banner-section {
    background: transparent;
    color: var(--second-color);
    margin-top: 100px;
}

.pricing-banner.common-banner-section .section-title p {
    color: var(--grey-color);
}

.switch {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.switch .lbl {
    font-weight: 600;
    color: #696969;
}

.switch .lbl.active {
    color: #f7931e;
}

.switch input {
    display: none;
}

.slider {
    position: relative;
    cursor: pointer;
    margin: 0 15px;
    width: 3.4rem;
    height: 1.8rem;
    background-color: var(--second-color);
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.4rem;
    width: 1.4rem;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.7rem;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: var(--theme-color);
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(-1.4rem);
    -ms-transform: translateX(-1.4rem);
    -moz-transform: translateX(-1.4rem);
    transform: translateX(-1.4rem);
}

.slider.round {
    border-radius: 1.8rem;
}

.slider.round:before {
    border-radius: 50%;
}

.pricing-switch {
    text-align: center;
}

.package-card-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid var(--theme-color);
    box-shadow: 2.61824px 26px 49px rgba(182, 186, 203, 0.3);
    border-radius: 20px;
}

.package-card-inner .package-itm {
    width: 85px;
    height: 85px;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid rgba(108, 117, 125);
}

.package-card-inner .package-itm img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.package-content {
    flex: 1;
    padding: 0 20px;
}

.package-card-inner .price {
    flex-direction: column;
    align-items: flex-end;
}

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

.selected-module-list .package-card:not(:last-of-type) {
    margin-bottom: 20px;
}

.product-selection .row:not(:last-of-type) {
    margin-bottom: 50px;
}

.row.product-row .subtitle-col {
    margin-top: 20px;
}

.cart-summery {
    padding: 15px;
    border: 1px solid var(--theme-color);
    background: var(--white);
    box-shadow: 2.61824px 26px 49px rgba(182, 186, 203, 0.3);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.cart-summery .summery-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.cart-summery ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cart-summery ul li .cart-sum-left {
    display: flex;
    align-items: center;
}

.cart-summery ul li .cart-sum-left svg {
    margin-left: 10px;
}

.summery-footer {
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
}

.summery-footer .user-qty {
    margin-bottom: 15px;
}

.user-qty .lbl {
    margin-bottom: 5px;
    font-weight: 600;
}

.qty-spinner {
    /* border: 1px solid var(--border-color); */
    display: flex;
    padding: 15px 10px;
    padding-inline-end: 0;
    /* width: 100%; */
    /* box-shadow: 2.61824px 26px 49px rgba(182, 186, 203, 0.3); */
    border-radius: 12px;
}

.qty-spinner button {
    background: rgba(217, 217, 217, 0.3);
    padding: 0px;
    margin: 0 13px;
    border: 0;
    position: relative;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    font-size: 20px;
}

.qty-spinner button::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background: rgba(217, 217, 217, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.qty-spinner button svg {
    margin: auto;
    height: 20px;
    width: 20px;
}

.qty-spinner input {
    border: 0;
    flex: 1;
    color: #242424;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

/* .cart-footer-total-row { */
/* background: var(--theme-color);
          padding: 15px;
          border-radius: 10px;
          margin-bottom: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; */
/* } */

.cart-footer-total-row .btn {
    width: 100%;
    padding: 20px;
    font-size: 18px;
}

.cart-footer-total-row .price {
    flex-direction: column;
    align-items: flex-end;
    color: var(--white);
    font-size: 25px;
}

.cart-footer-total-row .price .time-lbl {
    color: var(--second-color);
    letter-spacing: 2px;
    font-size: 10px;
}

.reset-btn {
    display: inline-flex;
    align-items: center;
    color: var(--grey-color);
}

.reset-btn svg {
    margin-left: 10px;
    width: 15px;
    height: 15px;
}

/* .module-section {
          background: linear-gradient(to bottom, transparent 90%, var(--theme-color) 50%);
      } */

.faq-section .set {
    border: 0;
    background: var(--white);
    box-shadow: 2.14722px 21.3227px 40.1851px rgba(182, 186, 203, 0.16);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.faq-section .set .acnav-label {
    background: var(--white);
    box-shadow: 2.14722px 21.3227px 40.1851px rgba(182, 186, 203, 0.16);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.faq-section .set .acnav-list {
    border-top: 0;
    padding-top: 30px;
}

.faq-section .set .acnav-label:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url("/public/images/landing-page/menu-dropdown.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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;
}

.faq-section .set.is-open .acnav-label::after {
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
}

/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {
    .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a:hover {
        color: var(--theme-color);
    }

    .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li.lnk-btn
    > a:hover {
        background: var(--black);
        color: var(--white);
    }

    .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li.lnk-btn
    > a:hover
    svg
    path {
        fill: var(--white);
    }

    .header-style-one .announcebar p a:hover {
        color: var(--theme-color);
    }

    .header-style-one .announcebar #announceclose:hover svg path {
        fill: var(--theme-color);
    }

    .footer-widget ul li a:hover {
        color: var(--theme-color);
    }

    /* .product-card-inner:hover:not(.selected-itm) {
              border-color: var(--theme-color);
              box-shadow: var(--box-shadow);
          } */
    .product-card-inner:hover .product-content .btn.cart-btn:not(.selected) {
        /*border-color: var(--theme-color);
          background: var(--light-color);*/
        color: var(--theme-color);
    }

    .pagination .page-btn:hover {
        color: var(--second-color);
    }

    .pagination .page-btn:hover svg path {
        fill: var(--second-color);
    }

    .pagination .page-list li:hover {
        color: var(--second-color);
    }
}

/* ************************************ */
/* custom */
/* ************************************ */
.theme-avtar {
    width: 60px;
    height: 60px;
}

.theme-avtar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
}

.cart-summery ul li.set.has-children {
    border: 0;
    display: block;
}

.cart-summery ul li.set.has-children .acnav-label {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.cart-summery ul li.set.has-children .acnav-label .cart-sum-right {
    margin-right: 10px;
}

.cart-summery ul li.set.has-children .acnav-label::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: auto;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform 0.2s ease-in-out;
}

.cart-summery ul li.set.has-children.is-open .acnav-label::after {
    transform: rotate(180deg);
}

.cart-summery ul li.set .acnav-list {
    border-top: 0;
    padding: 15px 0 0;
}

.extension-card-min p {
    font-size: 14px;
    color: #000;
}

.extension-card-min h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}

.extension-card-min .theme-avtar {
    width: 45px;
    height: 45px;
    border-radius: 17.3552px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.ms-2 {
    margin-right: 0.5rem !important;
}

.extension-card-min:not(:last-of-type) {
    margin-bottom: 30px;
}

.register-popup {
    position: fixed;
    background: #000000a3;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    padding: 0 30px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -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;
}

.register-popup.active {
    opacity: 1;
    visibility: visible;
}

.register-popup .popup-header .close-register {
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.close-register {
    margin-left: 10px;
    margin-right: 10px;
}
.register-popup .popup-header .close-register svg {
    width: 100%;
    height: 100%;
}

.register-popup .close-register svg path {
    fill: var(--black);
}

.register-popup-body {
    max-width: 600px;
    width: 100%;
    background: var(--white);
}

.popup-content {
    padding: 15px;
}

.register-popup .popup-header {
    width: 100%;
    padding: 15px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}

.popup-footer .btn:not(:last-of-type) {
    margin-left: 15px;
}

.popup-footer {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

.text-danger {
    color: #dc3545 !important;
}

/* new css add by dinesh 15-05-23  */
.banner-img-wrapper {
    position: relative;
}

.banner-img-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: rgba(255, 255, 255, 0.15);
    border: 0.915516px solid rgba(255, 255, 255, 0.21);
    border-radius: 13.4283px;
    width: 100%;
    height: 80%;
    z-index: -1;
    backdrop-filter: blur(1.83103px);
    -webkit-backdrop-filter: blur(1.83103px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 13.4283px;
    -moz-border-radius: 13.4283px;
    -ms-border-radius: 13.4283px;
    -o-border-radius: 13.4283px;
}

.faq-section .acnav-label .acnav-icon svg path {
    fill: var(--theme-color);
}

.pricing-banner .pulse0,
.pricing-banner .pulse1,
.pricing-banner .pulse2,
.pricing-banner .pulse3 {
    border: 1px solid var(--theme-color);
}

.pricing-banner.common-banner-section .banner-image .ripple-icon::before {
    background: radial-gradient(
        50% 50% at 50% 50%,
        var(--theme-color) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-img-wrapper .inner-frame-img {
    position: absolute;
    top: 49%;
    right: -16%;
    width: 100%;
    height: 87%;
    transform: translateY(-50%);
}

/*  module detail page -> module name */

.pdp-summery .section-title h2 {
    text-transform: capitalize;
}

.built-technology .information-card-inner .information-content p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pricing-switch {
    text-align: center;
}

.module-section .product-selection .product-content .price {
    margin-bottom: 10px;
}

.product-custom-page {
    margin-top: 0;
}

/* .site-header.header-style-one.head-sticky {
          box-shadow: -2.37901px 23.6244px 44.5228px rgba(182, 186, 203, 0.3);
      } */

/*
       */

.btn-outline {
    text-align: center;
    font-family: var(--first-font);
    color: #242424;
    /*background-color: transparent;*/
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    /*border: 1px solid #cdcdcd;*/
    position: relative;
    border-radius: 10px;
    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-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    gap: 10px;
}

.circle-animation {
    direction: ltr;
}

.banner-content .btn-group .btn-outline svg {
    margin-inline-start: 25px;
}

.banner-content .btn-group .btn {
    padding: 15px 20px;
}

.banner-content .btn-group .btn-outline,
.banner-content .btn-group .btn {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    margin-inline-end: 25px;
    border-radius: 16px;
}

.btn-edit {
    background-color: #F7931E;
    transition: 0.5s ease-in-out;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 6px 10px;

}

.btn-edit-one {
    transition: 0.5s ease-in-out;
}

.btn-edit-one:hover {
    background-color: #FFFFFF;
    color: #0995c6;
    border-color: #0995c6;
    transition: 0.5s ease-in-out;
}

.btn-edit:hover {
    background-color: #FFFFFF;
    color: #F7931E;
    border-color: #F7931E;
    transition: 0.5s ease-in-out;
}


.section-title h2 {
    color: var(--black);
    font-size: 38px;
    font-weight: 400;
}

.section-title span {
    color: #f7931e;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.content-qustion {
    border-radius: 26px;
    border: 1px solid rgba(238, 238, 238, 0.2);
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 70px 55px;
    margin-bottom: 50px;
    position: relative;
}

.content-qustion::after {
    position: absolute;
    content: "";
}

.content-qustion .images-triangle {
    width: 193px;
    height: 121px;
    position: absolute;
    top: -50px;
    inset-inline-end: 10%;
    z-index: 1;
}

.content-qustion::after {
    width: 113px;
    height: 80px;
    background: url(../../images/landing-page/bg-qustion-2.png);
    bottom: -5px;
    inset-inline-start: 5%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: auto;
}

.item-qustion:not(:last-of-type) {
    margin-bottom: 60px;
}

.item-qustion .item-icon {
    margin-inline-end: 15px;
}

.item-qustion .item-title {
    font-size: 32px;
    margin-bottom: 13px;
}

.item-qustion .item-text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

.content-contact {
    border-radius: 26px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 70px;
    margin-bottom: 30px;
}

.content-contact h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.content-contact p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #837d7d;
}

.content-contact .form-group .btn-outline {
    font-size: 20px;
}

.content-contact .form-group .btn-outline svg {
    margin-inline-start: 20px;
}

.logo-footer {
    height: 60px;
    margin-bottom: 15px;
}

.social-media li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-color);
}

.social-media li:not(:last-of-type) {
    margin-inline-end: 15px;
}

.social-media li a svg {
    width: 15px;
    color: #fff;
    height: 15px;
}

.social-media li a svg path {
    fill: #fff;
}

.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 40px;
}

.footer-bottom-logo {
    margin-inline-end: 40px;
}

.copyRight {
    margin-top: 30px;
}

.app-store a:nth-of-type(1) {
    margin-inline-end: 10px;
}

.text-about {
    color: #837d7d;
    line-height: 1.8;
    font-size: 18px;
    margin: 34px 0;
}

.title-about {
    font-weight: 400;
}

.title-about span {
    color: #f7931e;
    font-weight: bold;
}

.title-about span {
}


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

.widget-summery-price {
    margin-bottom: 30px;
    border-radius: 14px;
    border: 1px solid #eee;
    background: rgba(0, 40, 85, 0.03);
    padding: 15px 20px !important;
}

.widget-summery-price h5 {
    font-weight: 400;
    font-size: 16px;
}

.widget-summery-price h5 svg {
    margin-inline-end: 10px;
}

.set-no-border {
    border: 0 !important;
}

.extension-card-min {
    background-color: rgb(255 255 255);
    filter: drop-shadow(0px 2px 77px rgba(0, 0, 0, 0.03));
    border-radius: 10px;
    padding: 30px 25px;
}

.extension-card-min .check {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: 1;
}

.set.has-children .cart-sum-right-icon {
    margin-inline-start: 10px;
}

.set.has-children:not(.is-open) .cart-sum-right-icon {
    transform: rotate(180deg);
}

.d-none {
    display: none !important;
}

.min-width-175px {
    min-width: 175px;
}

.widget-summery-price .price {
    color: #f7931e;
    font-weight: bold;
}

.widget-summery-price .title {
    font-size: 18px;
    line-height: 1.4;
}

.widget-summery-price .price .currancy {
    color: #242424;
}

.product-row .product-card .checkbox-custom label::before {
    border-radius: 50%;
}

.product-row .product-card .checkbox-custom input:checked + label::before {
    background-color: transparent;
    border-color: transparent;
    border: 0;
}

.product-row .product-card .checkbox-custom input:checked + label::after {
    background: url(../../images/landing-page/check-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border: 0;
    width: 20px;
    height: 20px;
    transform: rotate(0);
    top: 0;
    right: auto;
}

.product-row .product-card .checkbox-custom {
    position: absolute;
    top: 20px;
    inset-inline-end: 5px;
}

.my-10 {
    margin: 10px 0;
}

.btn-prev,
.btn-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #242424;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-prev {
    margin-inline-end: 15px;
}

.paginate-product {
    padding: 0px 20px;
}

.paginate-dodes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.paginate-dodes .paginate-dode {
    background-color: rgba(141, 141, 141, 0.5);
    width: 8px;
    height: 8px;
    border-radius: 30px;
    display: block;
}

.paginate-dodes .paginate-dode:not(:last-of-type) {
    margin-inline-end: 8px;
}

.paginate-dodes .paginate-dode.active {
    width: 28px;
    background-color: #f7931e;
}

.product-selection-head {
    padding: 0px 20px;
}


.item0 .first-li, .item3 .first-li {
    background: rgb(9 149 198 / 23%);
}

.item1 .first-li, .item4 .first-li {
    background: rgb(247 147 30 / 23%);
}

.item2 .first-li, .item5 .first-li {
    background: rgb(179 180 183 / 23%);
}

.item-plan.item0, .item-plan.item3 {
    background: #FFFFFF;
}

.item-plan:nth-child(even) {
    margin: 45px 20px !important;
}

.item0 .btn-outline, .item3 .btn-outline {
    color: #0995C6 !important;
    font-weight: bolder;
    border: solid #0995C6;
}

.item0 .item-title, .item0 .price, .item0 .year, .item0 .text, .item0 .icon,
.item3 .item-title, .item3 .price, .item3 .year, .item3 .text, .item3 .icon {
    color: #0995C6 !important;
}


.item-plan.item1 {
    background-color: #FFFFFF;

}

.item1 .btn-outline {
    color: #F7931E !important;
    font-weight: bolder;
    border: solid #F7931E;
}

.item1 .item-title, .item1 .price, .item1 .year, .item1 .text, .item1 .icon {
    color: #F7931E !important;
}

.item-plan.item2 {
    background: #FFFFFF;

}

.item2 .btn-outline {
    color: #85878B !important;
    font-weight: bolder;
    border: solid #85878B;
}

.item2 .item-title, .item2 .price, .item2 .year, .item2 .text, .item2 .icon {
    color: #85878B !important;
}

.item-plan {
    direction: rtl;
    border-radius: 30px !important;
}

.compare h5 {
    height: 21px;
}

.item3 .fa-times, .item0 .fa-times {
    border-color: #0995C6;
    color: #0995C6;
}

.item4 .fa-times, .item1 .fa-times {
    border-color: #F7931E;
    color: #F7931E;
}

.item5 .fa-times, .item2 .fa-times {
    border-color: #85878B;
    color: #85878B;
}

.compare .item0 i.fa.fa-check, .compare .item3 i.fa.fa-check {
    background: #0995C6;
    color: #fff;
}

.compare .item1 i.fa.fa-check, .compare .item4 i.fa.fa-check {
    background: #F7931E;
    color: #fff;
}

.compare .item2 i.fa.fa-check, .compare .item5 i.fa.fa-check {
    background: #85878B;
    color: #fff;
}

.compare .item-list-text li .icon {
    margin-inline-end: 0px !important;
}

.item-plan {
    padding: 40px 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
    margin: 30px 0;
    position: relative;
}

.item-plan.margin-0 {
    margin: 0 !important;
}

.item-plan .item-price {
    margin-bottom: 10px;
}

.item-plan .item-price .price {
    font-size: 36px;
    font-weight: 400;
    line-height: 2;
}

.item-plan .item-price .year {
    margin: 0px 10px;
}

.item-plan .item-price .year,
.item-plan .item-price .curency {
    color: #8f8a8a;
    font-size: 12px;
    font-weight: bolder;
    margin-top: 20px;
}

.item-plan .item-list-text {
    margin-bottom: 6px;
    height: 150px;
    overflow: hidden;
}

.item-plan .item-list-text li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.item-plan .item-list-text li .icon {
    margin-inline-end: 10px;
}

.item-plan .item-list-text li .text {
    color: #8f8a8a;
}

.item0 .btn-primary, .item3 .btn-primary {
    background: #0995C6 !important;
}

.item1 .btn-primary, .item4 .btn-primary {
    background: #F7931E !important;
}

.item2 .btn-primary, .item5 .btn-primary {
    background: #85878B !important;
}

.item-plan .item-list-text.expanded {
    height: 100%; /* Change this to the desired height when expanded */
}

.toggle-icon-up,
.toggle-icon-down {
    display: none;
}

.modules {
    float: left;
    padding-top: 150px;
}

.compare {
    width: 80%;
    float: right;
}

.compare i {
    border-radius: 50%;
    padding: 5px;
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 16px;
}

.compare .fa-times {
    border: solid;
}

.modules li {
    line-height: 50px;
}

.compare .item-list-text li {
    display: block;
    line-height: 50px;
    margin-bottom: 0;
}

.compare .item-list-text {
    height: 100%;
}

.compare .item0, .compare .item1, .compare .item2, .compare .item3, .compare .item4, .compare .item5 {
    background: transparent !important;
    filter: none !important;
    border: none !important;
    margin-top: 0px;
}

.compare .icon {
    text-align: center;
    display: block;
}

.compare .btn-primary {
    text-align: center;
    display: block;
    margin: 20px 0px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    color: #fff;
}

.item-plan .item-more a {
    color: #0995c6;
}

.item-plan .btn-outline {
    width: 100%;
    color: #8f8a8a;
    padding: 14px;
    background: #fff;
    margin-bottom: 20px;
}

.item-plan .item-check {
    position: absolute;
    top: 20px;
    inset-inline-start: 17px;
    z-index: 1;
}

.owl-plan .owl-item .item-plan {
    /* -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.87);
        -ms-transform: scale(0.87);
        transform: scale(0.87); */
}

.owl-plan .owl-item.center .item-plan {
    filter: drop-shadow(0px 2px 77px rgba(0, 0, 0, 0.1));
    transform: scale(1, 1.05);
    border-color: #f7931e;
}

.owl-plan .owl-item.center .item-plan .btn-outline,
.item-plan.single .btn-outline {
    border-color: #f7931e;
    background-color: #f7931e;
    color: #fff;
}

.item-plan.single {
    filter: drop-shadow(0px 2px 77px rgba(247, 147, 30, 0.05));
}

.item-plan.single .btn-outline {
    font-size: 25px;
    padding: 20px;
}

.owl-plan .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-plan .owl-nav .owl-prev,
.owl-plan .owl-nav .owl-next {
    border-radius: 11px;
    background: #f7f7f7;
    box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.1);
    width: 56px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-plan {
    position: relative;
}

.owl-plan .owl-dots {
    margin-top: -80px;
}

.owl-dots {
    text-align: center;
    position: relative;
    z-index: 1;
}

.owl-dots .owl-dot {
    width: 8px;
    cursor: pointer;
    height: 8px;
    background-color: rgba(141, 141, 141, 0.2) !important;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    margin: 0px 3px;
}

.owl-dots .owl-dot.active {
    width: 28px;
    background-color: #f7931e !important;
}

.section-plan-single {
    padding: 40px 0;
}

.plan-single-content .plan-single-title {
    font-size: 70px;
    color: #0995c6;
    font-weight: 700;
}

.plan-single-content .plan-single-item {
    margin-bottom: 32px;
}

.plan-single-content .plan-single-item-title {
    color: #f7931e;
    margin-bottom: 15px;
    font-size: 20px;
    margin: 0px 10px;
}

.plan-single-content .plan-single-item-desc {
    font-weight: 300;
    font-size: 16px;
}

.plan-single-item-list {
    margin: 50px 0 0;
}

.text-orge {
    color: #f7931e !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 40px;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-inline-start: 0.5rem;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-inline-end: 0.5rem;
    color: #6c757d;
    content: url(../../images/landing-page/chevron-right.svg);
}

.main-home-first-section {
    position: relative;
    height: 100vh;
}

/* .circle-animation .circle{
        position: absolute;
        border-radius: 50%;
        -webkit-animation-name: bubbleMover;
        animation-name: bubbleMover;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
      } */
.circle-animation .circle-1 {
    width: 137px;
    height: 137px;
    background: radial-gradient(119.24% 119.24% at 26.56% 60.39%, rgba(247, 147, 30, 0.35) 0%, #F7931E 71.35%);
    opacity: 0.8;
    filter: drop-shadow(-10px 31px 36px rgba(247, 147, 30, 0.30));
    border-radius: 50%;
    position: absolute;
    top: 10%;
    inset-inline-start: 10%;
    animation-name: roll;
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-perspective: 150px;
    perspective: 150px;
}

.circle-animation .circle-2 {
    width: 101px;
    height: 101px;
    background: radial-gradient(119.24% 119.24% at 26.56% 60.39%, rgba(9, 149, 198, 0.35) 0%, #2260A8 71.35%);
    opacity: 0.8;
    filter: drop-shadow(-10px 31px 36px rgba(9, 149, 198, 0.30));
    border-radius: 50%;
    position: absolute;
    top: 10%;
    transform: translateX(700px) translateY(160px);
    animation-name: roll2;
    animation-duration: 9s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.circle-animation .circle-3 {
    width: 90px;
    height: 90px;
    background: radial-gradient(119.24% 119.24% at 26.56% 60.39%, rgba(247, 147, 30, 0.35) 0%, #F7931E 71.35%);
    opacity: 0.8;
    filter: drop-shadow(-10px 31px 36px rgba(247, 147, 30, 0.30));
    border-radius: 50%;
    position: absolute;
    top: 60%;
    inset-inline-start: 10%;
    animation-name: roll4;
    animation-duration: 11s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.circle-animation .circle-4 {
    width: 19px;
    height: 19px;
    background: radial-gradient(119.24% 119.24% at 26.56% 60.39%, rgba(247, 147, 30, 0.35) 0%, #F7931E 71.35%);
    opacity: 0.8;
    filter: drop-shadow(-10px 31px 36px rgba(247, 147, 30, 0.30));
    border-radius: 50%;
    position: absolute;
    top: 45%;
    transform: translateX(520px) translateY(30px);
    animation-name: roll5;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    transition-delay: 1s;
}

.circle-animation .circle-5 {
    width: 35px;
    height: 35px;
    background: radial-gradient(119.24% 119.24% at 26.56% 60.39%, rgba(9, 149, 198, 0.35) 0%, #2260A8 71.35%);
    opacity: 0.8;
    filter: drop-shadow(-10px 31px 36px rgba(9, 149, 198, 0.30));
    border-radius: 50%;
    position: absolute;
    top: 40%;
    transform: translateX(720px) translateY(40px);
    animation-name: roll6;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes roll {
    /* Basic move left and right*/
    0% {
        transform: translateX(10px);
    }
    10% {
        transform: translateX(-20px);
    }
    13% {
        transform: translateX(-20px);
    }
    40% {
        transform: translateX(710px) translateY(-60px);
    }
    50% {
        transform: translateX(700px) translateY(-60px);
    }
    52% {
        transform: translateX(700px) translateY(-60px);
    }
    70% {
        transform: translateX(800px) translateY(200px);
    }
    78% {
        transform: translateX(820px) translateY(200px);
    }
    80% {
        transform: translateX(830px) translateY(200px);
    }
    100% {
        transform: translateX(10px);
    }
}

@keyframes roll2 {
    0% {
        transform: translateX(700px) translateY(160px);
    }
    10% {
        transform: translateX(900px) translateY(160px);
    }
    20% {
        transform: translateX(880px) translateY(160px);
    }
    40% {
        transform: translateX(1400px) translateY(140px);
    }
    60% {
        transform: translateX(1100px) translateY(140px);
    }
    80% {
        transform: translateX(300px) translateY(140px);
    }
    100% {
        transform: translateX(700px) translateY(160px);
    }
}

@keyframes roll4 {
    0% {
        transform: translateX(1200px) translateY(160px);
    }
    10% {
        transform: translateX(1150px) translateY(160px);
    }
    25% {
        transform: translateX(910px) translateY(160px);
    }
    40% {
        transform: translateX(600px) translateY(140px);
    }
    60% {
        transform: translateX(610px) translateY(140px);
    }
    80% {
        transform: translateX(300px) translateY(140px);
    }
    85% {
        transform: translateX(290px) translateY(140px);
    }
    100% {
        transform: translateX(1200px) translateY(160px);
    }
}

@keyframes roll5 {
    0% {
        transform: translateX(520px) rotate(0) translateY(32px);;
    }
    100% {
        transform: translateX(900px) translateY(32px);
    }
}

@keyframes roll6 {
    0% {
        transform: translateX(720px) rotate(0) translateY(40px);;
    }
    50% {
        transform: translateX(520px) rotate(0);
    }
    100% {
        transform: translateX(900px) translateY(40px);
    }
}

/* .main-home-first-section::before {
        background: url(../../images/landing-page/bg-home.png);
        height: 90%;
        width: 70%;
        position: absolute;
        content: "";
        inset-inline-end: 0;
        background-repeat: no-repeat;
        z-index: -1;
        background-size: contain;
        top: 90px;
      } */

.bg-page-1::after {
    background: url(../../images/landing-page/bg-page.png);
    height: 1120px;
    width: 709px;
    position: absolute;
    content: "";
    inset-inline-end: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    top: 0px;
    transform: scaleX(-1);
    animation-name: roll3;
    animation-duration: 9s;
    animation-timing-function: ease-in-out;
    /* animation-iteration-count: infinite; */
}

@keyframes roll3 {
    0% {
        width: 709px;
    }
    50% {
        background-size: 100%;
        width: 909px;
    }
    100% {
        width: 709px;
    }
}

.bg-page-2::after {
    background: url(../../images/landing-page/bg-page-2.png);
    width: 50%;
    position: absolute;
    content: "";
    inset-inline-end: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    top: 0;
}

.bg-polygon {
    position: relative;
}

.bg-polygon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-start: -110px;
    background: url(../../images/landing-page/polygon.png);
    z-index: -1;
    background-size: 34%;
    top: 50%;
    transform: translateY(-50%);
    background-position: left;
    background-repeat: no-repeat;
    animation-name: roll7;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

}

.images-phone {
    position: relative;
}

.images-phone .img-01 {
    animation-name: roll8;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    height: 450px;
}

.images-phone .img-02 {
    position: absolute;
    /*inset-inline-start: 40%;*/
    z-index: -1;
    transform: rotate(-10deg);
    top: 50%;
    right: 20%;
    transform: translateY(-50%) scale(1.1);
    animation-name: roll9;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    filter: blur(4.5px);
    height: 450px;
}

.me-20 {
    margin-right: 25px;
}

@keyframes roll7 {
    0% {
        background-size: 34%;
    }
    50% {
        background-size: 40%;
    }
    100% {
        background-size: 34%;
    }
}

@keyframes roll8 {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(5deg);
    }
}

@keyframes roll9 {
    0% {
        filter: blur(4.5px)
    }
    50% {
        filter: blur(0px);
        transform: translateY(-50%) scale(.9);
    }
    100% {
        filter: blur(4.5px)
    }
}

.images-triangle {
    display: flex;
    align-items: center;
}

.images-triangle .img-1 {
    animation-name: roll-10;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.images-triangle .img-2 {
    animation-name: roll-11;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes roll-10 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px) translateY(20px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes roll-11 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0);
    }
}

.item-team {
    border-radius: 20px;
    border: 1px solid #fafafa;
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 34px 29px 48px 0px rgba(51, 102, 255, 0.05);
    margin-bottom: 20px;
}

.item-team .item-team-image {
    margin-bottom: 15px;
    text-align: center;
}

.item-team .item-team-image img {
    border-radius: 50%;
    object-fit: cover;
    width: 100px;
    height: 100px;
    margin: auto;
}

.item-team .item-team-name {
    color: #242424;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}

.item-team .item-team-desc {
    margin: 30px 0;
}

.item-team .item-team-social li {
    margin: 0px 10px;
}

.item-team .item-team-social li a {
    color: #009379;
    font-weight: 700;
    padding: 2px 5px;
    font-size: 14px;
}

.section-customer {
    background: var(
        --01-Gride,
        radial-gradient(
            119.24% 119.24% at 26.56% 60.39%,
            rgba(9, 149, 198, 0.35) 0%,
            #0995c6 71.35%
        )
    );
    padding: 120px 0 70px;
}

.item-customer {
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #fafafa;
    background: #fff;
    box-shadow: 34px 29px 48px 0px rgba(51, 102, 255, 0.05);
    display: flex;
}

.item-customer .item-customer-desc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.item-customer .item-customer-image {
    margin-bottom: 15px;
    text-align: center;
}

.item-customer .item-customer-image img {
    border-radius: 50%;
    object-fit: cover;
    width: 120px;
    height: 120px;
    margin: auto;
}

.item-customer .item-customer-name {
    margin-bottom: 5px;
}

.item-customer .item-customer-content {
    padding-inline-start: 20px;
}

.data-rating {
    margin-bottom: 24px;
}

.data-rating span {
    color: #d1d9df;
    font-size: 20px;
}

.data-rating.rating-sm span {
    font-size: 14px;
}

.data-rating span i {
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    font-weight: bold;
}

.data-rating .number-rating {
    color: #d1d9df;
    font-size: 20px;
}

.data-rating span[data-rating="1"] i:nth-child(-n + 1),
.data-rating span[data-rating="2"] i:nth-child(-n + 2),
.data-rating span[data-rating="3"] i:nth-child(-n + 3),
.data-rating span[data-rating="4"] i:nth-child(-n + 4),
.data-rating span[data-rating="5"] i:nth-child(-n + 5) {
    color: #f7931e;
    font-weight: bold;
}

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

.owl-customer .owl-dots {
    margin-top: 40px;
}

.text-white {
    color: #fff !important;
}

.item-web-info {
    position: relative;
    padding-inline-start: 20px;
    margin-top: 30px;
}

.item-web-info::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    background-color: #f7931e;
    width: 4px;
    content: "";
}

.item-web-info .item-web-number {
    font-size: 38px;
    font-weight: bold;
}

.header-about {
    position: relative;
    z-index: 1;
    background: url(../../images/landing-page/header-about.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0;
}

.header-about::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}

.nav-link.nav-link-lang img {
    max-height: 20px;
    margin-inline-end: 5px;
}

.summary-checkout {
    filter: drop-shadow(0px 2px 77px rgba(0, 0, 0, 0.03));
    padding: 150px 40px;
    border-radius: 25px;
}

.info-checkout {
    filter: drop-shadow(0px 2px 77px rgba(0, 0, 0, 0.03));
    padding: 55px;
    border-radius: 25px;
    background-color: #fff;
}

.info-checkout svg {
    margin-inline-end: 5px;
}

.text-end {
    text-align: end;
}

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

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

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

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

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

.font-size-12 {
    font-size: 12px;
}

.text-muted {
    color: #6a6f73;
}

.font-normal {
    font-weight: 400;
}

.font-light {
    font-weight: 300;
}

.section {
    padding: 70px 0;
}

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

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

@media screen and (max-width: 992px) {
    .compare {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .py-lg-100 {
        padding: 100px 0 !important;
    }

}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.input-icon {
    position: relative;
}

.input-icon .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 15px;
    z-index: 1;
    color: #696969;
    cursor: pointer;
}

.form-style-2 .form-control {
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
}

.btn.btn-lg {
    padding: 15px;
}

.font-size-14 {
    font-size: 14px !important;
}

.blog .bold-head {
    padding: 100px 0 100px;
    background: url(../../images/landing-page/bg-blog.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.blog .bold-head::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}

.bold-head-category {
    margin-bottom: 20px;
    color: #efab41;
}

.bold-head-title {
    font-size: 70px;
    margin-bottom: 20px;
}

.bold-head-desc {
    font-size: 18px;
    margin-bottom: 80px;
}

.bold-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bold-link li a {
    color: #fff;
    font-size: 16px;
    margin: 0px 20px;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.bold-link li a.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #f7931e;
    z-index: -1;
}

.bold-body {
    padding: 50px 0;
}

.item-bold {
    position: relative;
    margin-bottom: 40px;
}

.item-bold .item-image {
    position: relative;
    height: 0;
    padding-top: 83%;
    overflow: hidden;
    border-radius: 5px;
}

.item-bold .item-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.item-bold .item-image img:hover {
    transform: scale(1.1);
}

.item-bold .item-content {
    padding: 20px 0;
}

.item-bold .item-title a {
    color: #0995c6;
    font-size: 24px;
}

.share-media {
    display: flex;
    align-items: center;
}

.share-media li a {
    width: 32px;
    height: 32px;
    margin: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #242424;
    border-radius: 50%;
    font-size: 20px;
    background-color: #FFF;
}

.bold-single {
    padding: 40px 0 10px;
}

.bold-single-title {
    color: #0995C6;
}

.bold-single-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.d-block {
    display: block;
}

.text-primary-blue {
    color: #0995C6;
}

.text-primary-orge {
    color: #F7931E;
}

.bold-single-content {
    padding: 60px 0;
}

.section-text {
    font-weight: 300;
    line-height: 1.7;
    color: #837D7D;
}

.list-item-sector {
    position: relative;
    margin: 60px 0;
}

.list-item-sector::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #000;
    border-radius: 50%;
    opacity: .3;
    inset-inline-start: 7px;
    top: -49px;
    height: 8px;
    width: 8px;
}

.list-item-sector::after {
    content: "\f175";
    position: absolute;
    z-index: -1;
    color: #000;
    opacity: .3;
    inset-inline-start: 6px;
    bottom: -51px;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 13px;
}

.item-sector {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}

.item-sector .item-icon {
    margin-inline-end: 30px;
}

.item-sector:nth-of-type(1)::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #000;
    opacity: .3;
    inset-inline-start: 11px;
    top: -40px;
    height: 30px;
    width: 1px;
}

.item-sector:last-of-type::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #000;
    opacity: .3;
    inset-inline-start: 11px;
    bottom: -35px;
    height: 20px;
    width: 1px;
}

.item-sector:not(:last-of-type)::after {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #000;
    opacity: .3;
    inset-inline-start: 11px;
    top: 32px;
    height: 40px;
    width: 1px;
}

.owl-phone .owl-item {
    transition: all .3s ease-in-out;
}

.owl-phone .owl-item:not(.center) {
    transform: scale(.9);
}

.carousel-inner {
    position: relative;
    /* width: 450px;
          height: 770px; */
    margin: 0 auto;
    /* padding: 108px 70px; */
    /* background: url(../../images/landing-page/mockup.png); */
    margin-top: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 37%;
    padding: 100px 0;
}

.carousel-inner .owl-dots {
    position: absolute;
    bottom: -60px;
    right: 50%;
    transform: translateX(50%);
}

.scrollToTop {
    position: fixed;
    inset-inline-end: 14%;
    cursor: pointer;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #F7931E;
    border-radius: 50%;
    border: 7px solid #FFF;
    color: #FFF;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 75px;
    left: 55px;
}

.register-popup .content-verify {
    padding: 60px 90px;
}

.register-popup .content-verify .icon img {
    margin: auto;
}

.register-popup-body.rounded {
    border-radius: 40px;
}

.input-verify {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-verify .form-control {
    background-color: #F6F6F6;
    border-radius: 5px;
    width: 60px;
    height: 65px;
    text-align: center;
    padding: 0;
    margin: 0px 10px;
}

.register-popup .content-success {
    display: none;
}

html[dir="rtl"] body {
    direction: rtl;
}

html[dir="ltr"] body {
    direction: ltr;
}

html[dir="rtl"] .btn-prev,
html[dir="rtl"] .btn-next {
    transform: rotate(180deg);
}

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    display: inline-flex;
    transform: rotate(180deg) translateY(4px);
    padding-inline-end: 0rem;
    padding-inline-start: 0.5rem;
}

html[dir="rtl"] .main-home-first-section::before {
    transform: scaleX(-1);
}

html[dir="ltr"] .bg-page-1::after {
    transform: unset;
}

html[dir="ltr"] .bg-page-2::after {
    transform: unset;
}

html[dir="rtl"] .bg-polygon::before {
    transform: translateY(-50%) scaleX(-1);
}

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

.ms-5-e {
    margin-right: 8px;
}

.position-relative {
    position: relative;
}

.w-ee {
    width: 150px;
    margin-top: auto;
    margin-bottom: auto;
}

.d-flex-e {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .social-media {
        justify-content: center;
    }

    .item-customer {
        padding: 15px;
    }

    .item-customer .item-customer-desc {
        font-size: 14px;
    }

    .item-customer .item-customer-content {
        padding-inline-start: 0;
    }

    .carousel-inner {
        background-size: 127%;
    }

    .carousel-inner .owl-phone .owl-item {
        transform: scale(.8);
    }

    .content-contact {
        padding: 30px 30px;
    }

    .register-popup .content-verify {
        padding: 30px 10px;
    }

    .input-verify .form-control {
        width: 45px;
        height: 50px;
        margin: 0px 5px;
    }

    .app-store img {
        width: 160px;
    }

    .banner-content .btn-group .btn-outline, .banner-content .btn-group .btn {
        margin-top: 10px;
    }
}

.bg-header {
    /* background-image: url(../../images/landing-page/bg_addons.png); */
    color: var(--white);
    background-position: 50% 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /* height: 100vh; */
    background: #F9E1C5;
}

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

.newsletter-form .form-control {
    border-radius: 10px 0px 0px 10px;
}

html[dir="rtl"] .newsletter-form button {
    border-radius: 10px 0px 0px 10px;
}

html[dir="rtl"] .newsletter-form .form-control {
    border-radius: 0px 10px 10px 0px;
}

.newsletter-form button {
    border-radius: 0px 10px 10px 0px;
    background: var(--theme-color);
    color: var(--white);
    padding: 11px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
}

.alert.alert-success {
    background: green;
    color: #fff;
    line-height: 3;
    text-align: center;
    border-radius: 10px;
}

.alert.alert-danger {
    background: red;
    color: #fff;
    line-height: 3;
    text-align: center;
    border-radius: 10px;
}

.ms-n-50 {
    margin-left: 0 !important;
    margin-right: -50px !important;
}

.ms-3-ar {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

.end-0 {
    right: auto !important;
    left: 0 !important;
}

.d-inline-block {
    display: inline-block;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.w-80 {
    width: 80%;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-left: calc(1.5em + .75rem);
    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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: rgb(25, 135, 84);
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.d-none-e {
    display: none;
}

.mt-1-e {
    margin-top: 7px;
}

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

.px-4-e {
    padding: 2px 12px !important;
}

.border-title {
    padding: 2px 10px;
    box-shadow: 0 .1rem .10rem rgba(0, 0, 0, .075) !important;
    border-radius: 5px;
    border: 1px solid #dee2e6 !important;
    font-weight: 400;

}

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

.bg-page-2::after {
    transform: rotateY(-180deg);
}

.bg-polygon::before {
    transform: translateY(-50%) scaleX(1) !important;
}

@media (max-width: 768px) {
    .images-triangle {
        display: none !important;
    }

    .banner-content {
        margin-top: 0px !important;
    }

    .banner-content .btn-group .btn-outline, .banner-content .btn-group .btn {
        font-size: 14px !important;
        margin: 0 !important;
        margin-right: 5px !important;
    }

    .banner-content .btn-group .btn-outline svg {
        margin-inline-start: 0px !important;
    }

    .btn-group {
        flex-direction: row !important;
    }

    .banner-content .btn-group .btn {
        padding: 15px 15px !important;
    }

    .main-home-first-section {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .item-qustion .item-title {
        font-size: 16px !important;
        line-height: 1.6;
    }

    .item-qustion .item-text {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .content-qustion {
        padding: 70px 30px !important;
    }

    .content-contact h2 {
        font-size: 25px;
    }

    .newsletter-form button {
        padding: 11px 6px !important;
    }

    .ms-n-50 {
        margin-left: 0 !important;
        margin-right: 0px !important;
    }

    .ms-3-ar {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .px-sm-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

}


.owl-carousel .owl-item {
    float: right !important;
    direction: rtl;
}

.announcebar {
    display: none !important;
}

.item-note {
    color: #c4c4c4;
    margin: 0 !important;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 8px !important;
    height: 50px;
}

.fw-400 {
    font-weight: 400;
}

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

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

.slider::before {
    height: 1.1rem !important;
    width: 1.1rem !important;
    top: 59% !important;
}

.slider {
    width: 3rem !important;
    height: 1.5rem !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

#owl_about_main_slider {
    position: relative;
}

.owl-carousel .owl-nav.disabled {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.compare .owl-nav.disabled {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    text-align: left;
}

.owl-carousel33 .owl-nav button.owl-next {
    margin-left: -50px;
    padding: 11px 3px !important;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.owl-carousel33 .owl-nav button.owl-prev {
    margin-right: -50px;
    padding: 11px 3px !important;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.owl-carousel33 .owl-item.center {
    transform: scaleY(1.1); /* Make the center item 20% larger */
    transition: transform 0.3s ease; /* Smooth transition */
}

.text-prim {
    color: #0995C6 !important;
}

.bg-white-ee {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.modules {
    float: initial;
    text-align: right;
}

.compare {
    width: 100% !important;
}

.owl-carousel .owl-nav button.owl-next {
    padding: 10px !important;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-right: 5px;

}

.owl-carousel .owl-nav button.owl-prev {
    padding: 10px !important;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #FFFFFF;

}

.mt-4-e {
    margin-top: 40px !important;
}

.sticky-col {
    position: sticky;
    background-color: #f9f9f9;
    box-shadow: -20px 0 0 15px #f9f9f9;
    z-index: 1;
}

:root[dir="ltr"] .sticky-col {
    box-shadow: 20px 0 0 15px #f9f9f9;
}

:root[dir="ltr"] .sticky-col {
    right: 0;
}

:root[dir="rtl"] .sticky-col {
    left: 0;
}

.table-container {
    overflow: auto;
}

.table-container table {
    border-collapse: separate;
    border-spacing: 20px;
}

.table-container table td {
    text-align: center;
    white-space: nowrap;
    padding: 15px;
    border-radius: 10px;
}

.table-container table td.sticky-col {
    text-align: center;
}

tr.navigatio-row td:nth-child(n+2) .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 8px;
}

tr.navigatio-row td:nth-child(2) .btn {
    background-color: #0995C6;
}

tr.navigatio-row td:nth-child(3) .btn {
    background-color: #F7931E;
}

tr.navigatio-row td:nth-child(4) .btn {
    background-color: #4CAF50;
}

.table-container .table tbody tr:not(.pricing) td:nth-child(2) {
    color: rgb(9 149 198 / 100%);
}

.table-container .table tbody tr:not(.pricing) td:nth-child(3) {
    color: rgb(247 147 30 / 100%);
}

.table-container .table tbody tr:not(.pricing) td:nth-child(4) {
    color: rgb(76 175 80 / 100%);
}

.table-container .table tbody tr:not(.pricing):nth-child(2n+1) td:nth-child(2) {
    background-color: rgb(9 149 198 / 0.23);
}

.table-container .table tbody tr:not(.pricing):nth-child(2n+1) td:nth-child(3) {
    background-color: rgba(247 147 30 / 0.23);
}

.table-container .table tbody tr:not(.pricing):nth-child(2n+1) td:nth-child(4) {
    background-color: rgba(76 175 80 / 0.23);
}

.pricing-text {
    font-weight: 600;
    font-size: 22px;
}

.table-container .table tbody tr.pricing td:nth-child(2) .pricing-text {
    color: rgb(9 149 198 / 100%);
}

.table-container .table tbody tr.pricing td:nth-child(3) .pricing-text {
    color: rgb(247 147 30 / 100%);
}

.table-container .table tbody tr.pricing td:nth-child(4) .pricing-text {
    color: rgb(76 175 80 / 100%);
}

@media (max-width: 768px) {
    .owl-carousel33 .owl-nav button.owl-prev, .owl-carousel33 .owl-nav button.owl-next {
        margin-right: 5px !important;
        margin-left: 5px !important;
        margin-top: 10px !important;
    }

    .owl-carousel33 .owl-nav {
        display: flex !important;
        justify-content: center;
    }

    .compare .owl-dots {
        text-align: right !important;
    }

    .section-title h2 {
        font-size: 26px;
        line-height: 1.6;
        font-weight: 400;
    }

    .common-banner-content {
        padding: 10px;
    }

    .compare .item-plan {
        padding: 10px 30px
    }

    .custom-price {
        display: flex;
        align-items: center;
        font-size: 20px;
        flex-wrap: wrap;
        font-weight: 600;
        color: var(--second-color);
    }
}

path.highcharts-button-symbol, text.highcharts-credits {
    visibility: hidden;
}

div#map {
    height: 600px;
}

#map > div {
    width: 100% !important;
}

.view-more {
    background: var(--theme-color);
    color: var(--white);
    padding: 11px 25px;
    border-radius: 20px;
}

tspan.highcharts-text-outline {
    display: none;
}

.bg-page-2::after {
    transform: rotateY(-180deg);
}

/*.owl-phone .owl-item.center .item-phone img {*/
/*    transform: scaleY(1.1); !* Make the center item 20% larger *!*/
/*    transition: transform 0.3s ease; !* Smooth transition *!*/
/*}*/
/*.owl-phone .owl-item.center .item-phone img {*/
/*    transform: scaleY(1.1); !* Make the center item 20% larger *!*/
/*    transition: transform 0.3s ease; !* Smooth transition *!*/

/*}*/
.h-e {
    height: 380px;
    object-fit: contain;
}

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

.owl-phone .owl-nav {
    position: absolute;
    top: 40% !important;
    left: 0 !important;
    display: flex !important;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}

.owl-phone .owl-nav button.owl-next {
    margin-left: -50px;
    padding: 11px 3px !important;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.owl-phone .owl-nav button.owl-prev {
    margin-right: -50px;
    padding: 11px 3px !important;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.bg-word {
    background: url('images/landing-page/bg-footer-2.png');
    /*backdrop-filter: sepia(90%);*/
}

.div#map text {
    fill: #000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
