/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY Workdo  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/

/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
:root {
    --Strawford:  'Inter, sans-serif';
    --h1: normal 700 51px/1 var(--Strawford);
    --h2: normal 700 42px/1 var(--Strawford);
    --h3: normal 700 32px/1 var(--Strawford);
    --h4: normal 700 22px/1 var(--Strawford);
    --h5: normal 700 20px/1 var(--Strawford);
    --h6: normal 700 18px/1 var(--Strawford);
    --common-text: normal 400 16px/1.4 var(--Strawford);
}

:root .theme2-v1 {
    --theme-color: #1840DA;
    --second-color: #E3E8F1;
    --theme-gradient: linear-gradient(180deg, #1840DA 34.23%, rgba(24, 64, 218, 0) 100%);
    --border-color: #B8B8B8;
    --black: #080415;
    --white: #ffffff;
    --bg-light-theme: rgba(24, 64, 218, 0.6);
}
:root .theme2-v2 {
    --theme-color: #8338EC;
    --second-color: #E3E8F1;
    --theme-gradient: linear-gradient(180deg, #8338EC 34.23%, rgba(131, 56, 236, 0) 100%);
    --border-color: #B8B8B8;
    --black: #080415;
    --white: #ffffff;
    --bg-light-theme: rgba(131, 56, 236, 0.6);
}
:root .theme2-v3 {
    --theme-color: #3A5A40;
    --second-color: #E3E8F1;
    --theme-gradient: linear-gradient(180deg, #3A5A40 34.23%, rgba(58, 90, 64, 0) 100%);
    --border-color: #B8B8B8;
    --black: #080415;
    --white: #ffffff;
    --bg-light-theme: gba(58, 90, 64, 0.6);
}
:root .theme2-v4 {
    --theme-color: #003049;
    --second-color: #E3E8F1;
    --theme-gradient: linear-gradient(180deg, #003049 34.23%, rgba(0, 48, 73, 0) 100%);
    --border-color: #B8B8B8;
    --black: #080415;
    --white: #ffffff;
    --bg-light-theme:rgba(0, 48, 73, 0.6);
}

/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
.tech-card-body {
    font-family: var(--Strawford);
}

#view_theme12 *,
#view_theme12:after,
#view_theme12:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}

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

html,
#view_theme12 {
    scrollbar-width: none;
}

.tech-card-body::-webkit-scrollbar {
    display: none;
}
#view_theme12::-webkit-scrollbar {
    display: none;
}
::-moz-scrollbar {
    display: none;
}

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

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

#view_theme12 a,
#view_theme12 a:hover,
#view_theme12 a:focus,
#view_theme12 a:active,
#view_theme12 button,
#view_theme12 button:hover,
#view_theme12 button:focus,
#view_theme12 input,
#view_theme12 input:hover,
#view_theme12 input:focus,
#view_theme12 select,
#view_theme12 select:hover,
#view_theme12 select:focus,
#view_theme12 textarea,
#view_theme12 textarea:hover,
#view_theme12 textarea:focus,
#view_theme12 .btn,
#view_theme12 .btn:hover,
#view_theme12 .btn:focus,
#view_theme12 .btn:active:focus,
#view_theme12 .btn:active.focus,
#view_theme12 .btn.active:focus,
#view_theme12 .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(--Strawford);
}

#view_theme12 .form-control:focus,
#view_theme12 [type="text"]:focus,
#view_theme12 [type="email"]:focus,
#view_theme12 [type="checkbox"]:focus,
#view_theme12 [type="password"]:focus,
#view_theme12 [type="file"]:focus,
#view_theme12 [type="radio"]:focus,
#view_theme12 [type="submit"]:focus,
#view_theme12 [type="date"]:focus,
#view_theme12 [type="time"]:focus,
#view_theme12 [type="tel"]:focus,
#view_theme12 [type="search"]:focus,
#view_theme12 [type="button"]:focus,
#view_theme12 [type="number"]:focus,
#view_theme12 textarea:focus,
#view_theme12 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 */
#view_theme12 input::-webkit-outer-spin-button,
#view_theme12 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

#view_theme12 ::-webkit-input-placeholder {
    color: var(--white);
}

#view_theme12 :-ms-input-placeholder {
    color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#view_theme12 .uppercase {
    text-transform: uppercase;
}

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

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

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

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

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

/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
#view_theme12 .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

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

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

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

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

#view_theme12 .w-100 {
    width: 100%;
}

#view_theme12 .h-100 {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#view_theme12 .nice-select .option.disabled {
    background-color: transparent;
    color: var(--black);
    cursor: default;
}

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

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



/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
#view_theme12 .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;
}

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

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

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

#view_theme12 .slick-slider .slick-track,
#view_theme12 .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);
}

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

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

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

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

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

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

#view_theme12 .slick-slide img {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#view_theme12 .slick-arrow svg {
    height: 100%;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#view_theme12 .btn svg {
    width: 18px;
    margin-left: 8px;
    height: 18px;
}
#view_theme12 .btn img {
    width: 18px;
    margin-left: 8px;
    height: 18px;
}
#view_theme12 .btn svg path {
    fill: var(--black);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

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

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

#view_theme12 .btn.white-btn {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--white);
}

#view_theme12 .btn.white-btn svg path {
    fill: var(--black);
}

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

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

#view_theme12 .btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 15px 21px;
    background: var(--second-color);
    border: 1px solid var(--second-color);
    color: var(--white);
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    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;
}

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

#view_theme12 .btn-secondary svg {
    width: 18px;
    margin-left: 8px;
    height: 18px;
}
#view_theme12 .btn-secondary img {
    width: 18px;
    margin-left: 8px;
    height: 18px;
}

#view_theme12 .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);
}

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

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

#view_theme12 .btn-secondary:hover svg path {
    fill: var(--second-color);
}

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

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

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

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

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

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

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

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

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

#view_theme12 textarea {
    resize: none;
}

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

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

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

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

#view_theme12 .form-group .nice-select .list,
#view_theme12 .form-group .form-control {
    border-radius: 0;
}

#view_theme12 sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#view_theme12 .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 ****/
#view_theme12 .active-menu, .no-scroll {
    overflow: hidden;
    position: relative;
}

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

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

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

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

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

#view_theme12 .section-title+.subtitle {
    margin-top: 10px;
    display: block;
}


/* main card */
#view_theme12 .bussiness-card-body {
    max-width: 570px;
    width: 100%;
    background: var(--second-color);
    margin: auto;
    color: var(--white);
}

#view_theme12 .profile-section {
    position: relative;
    padding: 40px 15px 110px;
}

#view_theme12 .profile-section .profile-cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#view_theme12 .profile-section .profile-cover img{
    width: 100%;
    height: 100%;
}
#view_theme12 .profile-section .profile-cover::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: var(--theme-gradient);
}
#view_theme12 .user-profile{
    display: flex;
    align-items: center;
    background: none;
}
#view_theme12 .user-profile .user-name{
    margin-left: 15px;
}
#view_theme12 .user-profile .user-avatar{ 
    width: 95px; 
    height: 95px; 
    border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    -ms-border-radius: 50%; 
    -o-border-radius: 50%;
}
#view_theme12 .user-profile .user-avatar img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#view_theme12 .profile-content{
    position: relative;
}
#view_theme12 .profile-content .desc-wrapper{
    margin-top: 26px;
}
#view_theme12 .profile-content .desc-wrapper p{
font-style: italic;
font-weight: 400;
}
#view_theme12 .service-section{
    background: var(--white);
    padding:30px 15px;
    margin: 0 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
#view_theme12 .profile-section+ .service-section{
margin-top: -70px;
position: relative;
}
#view_theme12 .service-section .section-title{
    color: var(--theme-color);
    text-align: center;
}
#view_theme12 .service-card {
    display: flex;
    flex-wrap: wrap;
}
#view_theme12 .service-card-inner {
    width: 100%;
    padding: 15px;
    border-radius:10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: var(--black);
    background-color: rgba(227, 232, 241, 1);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
#view_theme12 .service-card-inner .service-icon {
    width: 100px;
    height: 100px;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}
#view_theme12 .service-card-inner .service-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#view_theme12 .service-card-inner h5 {
    margin-bottom: 15px;
    flex: 1;
    color: var(--black);
}
#view_theme12 .service-card-inner p {
    margin-bottom: 15px;
}
#view_theme12 .service-section .row.row-gap {
    margin-top: -20px;
}
#view_theme12 .service-section .row.row-gap [class*="col-"] {
    margin-top: 20px;
}
#view_theme12 .service-card-inner:hover{
    background-color: var(--theme-color);
    color: var(--white);
}
#view_theme12 .service-card-inner:hover h5{
    color: var(--white);
}
#view_theme12 .service-card-inner:hover .service-icon svg path {
    fill: var(--white);
}
#view_theme12 .service-card-inner:hover .btn{
    background-color: var(--white);
    color: var(--theme-color);
}
#view_theme12 .service-card-inner:hover .btn svg path{
    fill: var(--theme-color);
}
#view_theme12 .contact-section{
    padding: 20px 15px;
    color: var(--black);
    text-align: center;
}
#view_theme12 .contact-section h2{
    color: var(--theme-color);
}
#view_theme12 .contact-section ul{
    margin-top: 20px;
}
#view_theme12 .contact-section ul li a{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 24px;
    margin-top: 15px;
}
#view_theme12 .contact-section ul li a span {
    background-color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 55px;
    height: 55px;
}
#view_theme12 .contact-section ul li a span img{
    width: 30px;
    height: 30px;
}
#view_theme12 .bussiness-hour {
    padding: 40px 15px;
    background: var(--theme-color);
    color: var(--second-color);
    text-align: center;
}
#view_theme12 .bussiness-hour ul  {
    text-align: left;
    margin: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#view_theme12 .bussiness-hour ul li{
    margin-bottom: 5px;
    width: 50%;
    padding: 0 10px;
   
}

#view_theme12 .daily-hours-inner {
    width: 100%;
    text-align: center;
    display: inline-block;
}
#view_theme12 .make-appointment {
    color: var(--black);
    padding: 40px 15px 20px;
}
#view_theme12 .appointment-form label {
    text-align: center;
    display: block;
    font-size: 20px;
}
#view_theme12 .appointment-form input {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: var(--black);
}
#view_theme12 input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3e%3cpath opacity='0.4' d='M5 12V24C5 26.6667 6.33333 28 9 28H25C27.6667 28 29 26.6667 29 24V12H5Z' fill='white'/%3e%3cpath d='M24.8157 6H23.149V4C23.149 3.448 22.701 3 22.149 3C21.597 3 21.149 3.448 21.149 4V6H12.4823V4C12.4823 3.448 12.0343 3 11.4823 3C10.9303 3 10.4823 3.448 10.4823 4V6H8.81567C6.14901 6 4.81567 7.33333 4.81567 10V12H28.8157V10C28.8157 7.33333 27.4823 6 24.8157 6Z' fill='white'/%3e%3c/svg%3e");
    background-size: 21px 21px;
}
#view_theme12 .primary-text {
    color: var(--theme-color);
}
#view_theme12 .cust-checkbox .form-check input {
    display: none;
}
#view_theme12 .cust-checkbox .form-check label {
    border: 1px solid var(--black);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    -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;
}
#view_theme12 .cust-checkbox .form-check input:checked+label {
    background: var(--theme-color);
    color: var(--second-color);
    border-color: var(--theme-color);
}
#view_theme12 .cust-checkbox .row-gap.row {
    margin-top: -10px;
}
#view_theme12 .cust-checkbox .row-gap.row [class*="col-"] {
    margin-top: 10px;
}
#view_theme12 .service-section {
    padding:20px 15px;
    color: var(--second-color);
}
#view_theme12 .service-card-inner .service-icon svg path {
    fill: var(--theme-color);
}
#view_theme12 .mb-0 {
    margin-bottom: 0 !important;
}
 #view_theme12 .modal-title{
    color: var(--white);
}
 #view_theme12 .btn-close svg path{
    fill: var(--black);
}
 #view_theme12 .modal-body .form-group label{
    color: var(--white);
}
 #view_theme12 .modal-footer button{
    background-color: var(--white);
    color: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#view_theme12 .share-card .modal-body > p{
    color: var(--black);
}
#view_theme12 .gallery-section {
    padding:20px 15px 20px;
    color: var(--black);
}
#view_theme12 .gallery-itm {
    padding: 0 15px;
}
#view_theme12 .gallery-itm .gallery-media img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
#view_theme12 .gallery-itm .gallery-media {
    position: relative;
}



#view_theme12 .play-btn svg path{
    fill: var(--white);
}
#view_theme12 .more-info {
    padding: 20px 15px 20px;
    text-align: center;
    border-radius: 41px 41px 0px 0px;
    color: var(--black);
}
#view_theme12 .btn-list li:not(:last-of-type) {
    margin-bottom: 15px;
}
#view_theme12 .btn-list .btn {
    width: 100%;
}
#view_theme12 .testimonial-section {
    padding:20px 15px 20px;
    color: var(--black);
}
#view_theme12 .testimonial-slider {
    margin: 0 ;
}
#view_theme12 .slick-track {
    display: flex;
}
#view_theme12 .testimonial-card {
    display: flex !important;
    flex-wrap: wrap;
    padding: 2px 15px;
    height: auto;
}
#view_theme12 .testimonial-card-inner {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--theme-color);
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    flex-direction: column;
}
#view_theme12 .testimonial-card-inner .user-pro {
    margin-bottom: 15px;
    text-align: center;
}
#view_theme12 .testimonial-card-inner .user-pro .user-avatar {
    width: 104px;
    height: 104px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 10px;
}
#view_theme12 .testimonial-card-inner .user-pro .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#view_theme12 .total-rat {
    font-weight: 600;
}
#view_theme12 .testimonial-card-inner .user-pro .stars {
    margin: 10px auto 0;
}
#view_theme12 .stars i.star-color {
    color: var(--theme-color);
}
#view_theme12 .card-footer {
    padding: 20px 15px 20px;
    color: var(--black);
}
#view_theme12 .social-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
}
#view_theme12 .social-list li {
    padding: 0 5px;
}
#view_theme12 .social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--theme-color);
}
#view_theme12 .social-list li a svg {
    width: 30px;
    height: 30px;
}
#view_theme12 .social-list li a img {
    width: 30px;
    height: 30px;
}
#view_theme12 .greetings-desk .user-text-avatar {
    position: relative;
    margin-top: 10px;
}
#view_theme12 .greetings-desk .user-text-avatar .up-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 340px;
    width: 100%;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    
}
#view_theme12 .copy-right {
    padding: 0 0 0;
    text-align: center;
}
#view_theme12 .custom_html_text{
    padding: 20px 0 0 0;
    color: var(--black);
}
#view_theme12 .insta-icon svg path{
    fill: var(--theme-color);
}
#view_theme12 .insta-icon:hover svg path {
    fill: var(--white);
}
#view_theme12 .btn{
    color: #fff;
}
#view_theme12 .btn svg path{
    fill: #fff;
}
#view_theme12 .btn:hover{
    background-color: var(--white);
    color: var(--theme-color);
}
#view_theme12 .btn:hover svg path{
    fill: var(--theme-color);
}
/* MODAL STAYLE START */
#view_theme12 .theme-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    background: rgb(0 0 0 / 70%);
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#view_theme12 .theme-modal.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

#view_theme12 .modal-dialog {
    max-width: 570px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 1.75rem auto;
    min-height: calc(100% - 1.75rem * 2);
    padding: 0 15px;
}

#view_theme12 .modal-content {
    width: 100%;
    position: relative;
    background: var(--theme-color);
}

#view_theme12 .theme-modal .btn-close {
    width: 45px;
    height: 45px;
    background: var(--second-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

#view_theme12 .theme-modal .btn-close svg {
    margin: 0;
    width: 40px;
    height: 40px;
}
#view_theme12 .theme-modal .btn-close img {
    margin: 0;
    width: 40px;
    height: 40px;
}

#view_theme12 .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 15px;
    justify-content: flex-start;
}

#view_theme12 .modal-title {
    padding-left: 15px;
}

#view_theme12 .modal-body {
    padding: 15px;
}

#view_theme12 .share-card .modal-body {
    color: var(--white);
    text-align: center;
    background-image: linear-gradient(to bottom, var(--theme-color) 35%, var(--second-color) 35%);
}

#view_theme12 .qrcode-wrapper {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 15px;
    background: var(--second-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#view_theme12 .btn.modal-share {
    max-width: 362px;
    width: 100%;
    margin: 15px 0;
}

#view_theme12 .social-list.modal-share {
    margin-top: 15px;
    margin-bottom: 40px;
}

#view_theme12 .no-scroll {
    overflow: hidden;
}

#view_theme12 .modal-body .form-group input,
#view_theme12 .modal-body .form-group textarea {
    border-color: var(--second-color);
    color: var(--second-color);
}

#view_theme12 .modal-body .form-group input::placeholder,
#view_theme12 .modal-body .form-group textarea::placeholder {
    color: var(--second-color);
}

#view_theme12 .modal-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-top: 1px solid var(--second-color);
}

#view_theme12 .modal-footer>* {
    margin: .25rem;
}

/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {

    #view_theme12 a:hover,
    #view_theme12 a:focus {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #view_theme12 .social-list li a:hover {
        background: var(--theme-color);
    }

    #view_theme12 .btn.modal-share:hover {
        border-color: var(--theme-color);
    }

    #view_theme12 .btn.hover-secondary:hover {
        border-color: var(--theme-color);
    }
    #view_theme12 .linkdin-icon:hover svg path{
        fill: var(--white);
    }
}


/* -------------- Picker CSS Add--------------- */
#view_theme12 .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: relative;
    z-index: 10000
}

 #view_theme12 .picker__input.picker__input--active {
    border-color: #fbd395
}

 #view_theme12 .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    margin: auto;
    
}

 #view_theme12 .picker {
    width: 100%
}

 #view_theme12 .picker__holder {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 435px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    max-height: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: all .15s ease-out, max-height 0 .15s;
    -moz-transition: all .15s ease-out, max-height 0 .15s;
    transition: all .15s ease-out, max-height 0 .15s
}

 #view_theme12 .picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: all .15s ease-out, max-height 0;
    -moz-transition: all .15s ease-out, max-height 0;
    transition: all .15s ease-out, max-height 0;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12)
}

 #view_theme12 .picker__box {
    padding: 0 1em
}

 #view_theme12 .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
    margin: 20px 20px 30px;
}

 #view_theme12 .picker__month,
 #view_theme12 .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

 #view_theme12 .picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}

 #view_theme12 .picker__select--month,
 #view_theme12 .picker__select--year {
    font-size: .8em;
    border: 1px solid #b7b7b7;
    height: 2.5em;
    padding: .66em .25em;
    margin-left: .25em;
    margin-right: .25em;
    margin-top: -.5em
}

 #view_theme12 .picker__select--month {
    width: 35%
}

 #view_theme12 .picker__select--year {
    width: 22.5%
}

 #view_theme12 .picker__select--month:focus,
 #view_theme12 .picker__select--year:focus {
    border-color: #0089ec
}

 #view_theme12 .picker__nav--prev,
 #view_theme12 .picker__nav--next {
    position: absolute;
    top: -.33em;
    padding: .5em 1.33em;
    width: 70px;
    height: 30px;
}

 #view_theme12 .picker__nav--prev {
    left: -1em;
    padding-right: 1.5em;
}

 #view_theme12 .picker__nav--next {
    right: -1em;
    padding-left: 1.5em;
}

 #view_theme12 .picker__nav--prev:before,
 #view_theme12 .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid var(--theme-color);
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

 #view_theme12 .picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid  var(--theme-color);
}

 #view_theme12 .picker__nav--prev:hover,
 #view_theme12 .picker__nav--next:hover {
    cursor: pointer;
    color: #000;
    background: var(--theme-color);
    border-radius: 10px;
}
 #view_theme12 .picker__nav--prev:hover:before {
    border-right: .75em solid var(--white);
}
 #view_theme12 .picker__nav--next:hover:before {
    border-left: .75em solid var(--white);
}

 #view_theme12 .picker__nav--disabled,
 #view_theme12 .picker__nav--disabled:hover,
 #view_theme12 .picker__nav--disabled:before,
 #view_theme12 .picker__nav--disabled:before:hover {
    cursor: default;
    background: 0;
    border-right-color: whitesmoke;
    border-left-color: whitesmoke
}

 #view_theme12 .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height:26.5em) {
     #view_theme12 .picker__table {
        margin-bottom: .75em
    }
}

 #view_theme12 .picker__table td {
    margin: 0;
    padding: 0
}

 #view_theme12 .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media (min-height:26.5em) {
     #view_theme12 .picker__weekday {
        padding-bottom: .5em
    }
}

 #view_theme12 .picker__day {
    padding: .3125em 0;
    font-weight: 350;
    border: 1px solid transparent
}

 #view_theme12 .picker__day--today {
    color: var(--theme-color);
    position: relative
}

 #view_theme12 .picker__day--highlighted {
    background: var(--theme-hover)
}

 #view_theme12 .picker__day--disabled:before {
    border-top-color: #aaa
}
 #view_theme12 button.picker__button--close {
    border: none;
    background:var(--theme-color);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

 #view_theme12 .picker__day--outfocus {
    color: #ddd;
    -ms-filter: "alpha(Opacity=66)";
    filter: alpha(opacity=66);
    -moz-opacity: .66;
    opacity: .66
}

 #view_theme12 .picker__day--infocus:hover,
 #view_theme12 .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: var(--theme-hover);
    border-radius: 10px;
}

 #view_theme12 .picker__day--highlighted:hover,
 #view_theme12 .picker--focused .picker__day--highlighted {
    background: var(--theme-color);
    color: #fff;
    border-radius: 10px;
}

 #view_theme12 .picker__day--disabled,
 #view_theme12 .picker__day--disabled:hover {
    background: whitesmoke;
    border-color: whitesmoke;
    color: #ddd;
    cursor: default
}

 #view_theme12 .picker__footer {
    text-align: center
}

 #view_theme12 .picker__button--today,
 #view_theme12 .picker__button--clear {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 50%;
    display: inline-block;
    vertical-align: bottom
}

 #view_theme12 .picker__button--today:hover,
 #view_theme12 .picker__button--clear:hover {
    cursor: pointer;
    color: #000;
    background: var(--theme-color);
    border-radius: 10px;
}

 #view_theme12 .picker__button--today:focus,
 #view_theme12 .picker__button--clear:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: 0
}

 #view_theme12 .picker__button--today:before,
 #view_theme12 .picker__button--clear:before {
    position: relative;
    display: inline-block;
    height: 0
}
@media only screen and (max-width:1670px) {
    #view_theme12 .bussiness-hour ul li{
        width: 100%;
    }
}
@media only screen and (max-width: 580px) {
    #view_theme12 .picker__holder{
        max-width: 350px;
    }
}

#view_theme12 .text-wrap{
    word-wrap: break-word;
}

#view_theme12 #previewImage{
    display: none;
}
#view_theme12 #previewImage+.download{
    display: none;
}
#view_theme12 .text-white
{
    color: var(--white);
}


#view_theme12 .gallery-itm .gallery-media a{
    position: relative;
    padding-top: 80%;
    display: block;
    width: 100%;
    height: 100%;
}

#view_theme12 .gallery-itm .gallery-media video,
#view_theme12 .gallery-itm .gallery-media  img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

#view_theme12 .play-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 77px;
    height: 77px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: var(--bg-light-theme);
    -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%;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54' fill='none'%3e%3cpath opacity='0.4' d='M27.2337 49.1006C39.3218 49.1006 49.1211 39.3013 49.1211 27.2132C49.1211 15.1252 39.3218 5.32593 27.2337 5.32593C15.1457 5.32593 5.34644 15.1252 5.34644 27.2132C5.34644 39.3013 15.1457 49.1006 27.2337 49.1006Z' fill='%23242424'/%3e%3cpath d='M34.8066 24.891L25.0057 18.8939C23.0555 17.7011 20.547 19.0996 20.547 21.3824V33.0443C20.547 35.3271 23.0555 36.7256 25.0057 35.5328L34.8066 29.5357C36.5445 28.472 36.5445 25.9548 34.8066 24.891Z' fill='%23242424'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
}
#view_theme12  .testimonial-section .row .testimonial-card{
    margin-bottom: 30px;
}
#view_theme12  .testimonial-section .row.gap-bottom{
    margin-bottom: -30px;
}
#view_theme12 .appointment-form input{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath opacity='0.4' d='M4 12V24C4 26.6667 5.33333 28 8 28H24C26.6667 28 28 26.6667 28 24V12H4Z' fill='black'/%3e%3cpath d='M24 6H22.3333V4C22.3333 3.448 21.8853 3 21.3333 3C20.7813 3 20.3333 3.448 20.3333 4V6H11.6667V4C11.6667 3.448 11.2187 3 10.6667 3C10.1147 3 9.66667 3.448 9.66667 4V6H8C5.33333 6 4 7.33333 4 10V12H28V10C28 7.33333 26.6667 6 24 6Z' fill='black'/%3e%3c/svg%3e");
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: 97% center;
}
.theme-toaster-success{
    background-color: #6ba8524d;
    border: 1px solid green;
}
.theme-toaster{
    padding: 15px;
    border-radius: 10px;
}
.theme-toaster .d-flex{
    display: flex;
    align-items: center;
    gap: 15px;
}
#view_theme12 .product-currency
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#view_theme12 .product-section{
    background: var(--white);
    padding:30px 15px;
    margin: 20px 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
#view_theme12 .product-section .section-title{
    color: var(--theme-color);
    text-align: center;
}

#view_theme12 .product-section .service-card-inner .service-icon {
    width: 100px;
    height: 100px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}

#view_theme12 .product-section .row.row-gap [class*="col-"] {
    margin-top: 20px;
}

#view_theme12 .service-section .section-title h2,
#view_theme12 .product-section .section-title h2{
    color: var(--theme-color);
}

#view_theme12 .make-appointment .section-title h2,
#view_theme12 .more-info .section-title h2,
#view_theme12 .testimonial-section .section-title h2,
#view_theme12 .card-footer .section-title h2,
#view_theme12 .gallery-section .section-title h2{
    color: var(--black);
}

#view_theme12 .payment-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
}

#view_theme12 .payment-list .payment-div {
    padding: 5px;
}

#view_theme12 .payment-list .payment-div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 100px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: 600;
    flex-direction: column;
    border: 1px solid var(--white);
}

#view_theme12 .payment-list .payment-div a img {
    width: 60px;
    height: 60px;
    padding: 5px;
}
#view_theme12 .disablePayment{
    pointer-events: none;
    opacity: 0.4;
}



/* === payment css ==== */
#view_theme12 .card-payment-section{
    background-color: var(--theme-color);
    color:var(--white);
    padding: 20px 15px;
}

/* Scroll Bar */

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

#view_theme12 .force-overflow
{
	min-height: 450px;

}

.scrollbar::-webkit-scrollbar-track
{
    display: block !important;
    background: #000000;
}

.scrollbar::-webkit-scrollbar
{
	width: 6px;
    display: block !important;
}

.scrollbar::-webkit-scrollbar-thumb
{
    display: block !important;
}

/* Google Map */
#view_theme12 .google-map-section{
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-bottom: 20px;
}
.google-map iframe
{
    width: 100%;
}


#view_theme12 .card-payment-section .app-info-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#view_theme12 .card-payment-section .app-info-div a {
    max-width: calc(50% - 10px);
    width: 100%;
}
#view_theme12 .card-payment-section .section-title h2{
    color:var(--white);
}


