/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY Workdo  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -
1.  Home                       -
/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */

/* Main Theme color */
:root .theme21-v1{
    /* --first-font: 'strawfordregular'; */
    --Strawford:  'Inter, sans-serif';
    --theme-color: #F7762E;
    --second-color: #252429;
    --third-color: #9d9d9d;
    --fourth-color:#EFEFEF;
    --gray-color:#EEEDEF;
    --border-color: #F0F0F0;
    --black: #000000;
    --white: #ffffff;
    --color-white: #ffffff;
    --h1: normal 600 51px/1 var(--Strawford);
    --h2: normal 600 38px/1 var(--Strawford);
    --h3: normal 600 32px/1 var(--Strawford);
    --h4: normal 600 22px/1 var(--Strawford);
    --h5: normal 600 20px/1 var(--Strawford);
    --h6: normal 600 18px/1 var(--Strawford);
    --common-text: normal 400 14px/1.2 var(--Strawford);
}   
/* Theme color 2 */
:root .theme21-v2{
    /* --first-font: 'strawfordregular'; */
    --Strawford:  'Inter, sans-serif';
    --theme-color: #7678ED;
    --second-color: #252429;
    --third-color: #9d9d9d;
    --fourth-color:#EFEFEF;
    --gray-color:#EEEDEF;
    --border-color: #F0F0F0;
    --black: #000000;
    --white: #ffffff;
    --color-white: #ffffff;
    --h1: normal 600 51px/1 var(--Strawford);
    --h2: normal 600 38px/1 var(--Strawford);
    --h3: normal 600 32px/1 var(--Strawford);
    --h4: normal 600 22px/1 var(--Strawford);
    --h5: normal 600 20px/1 var(--Strawford);
    --h6: normal 600 18px/1 var(--Strawford);
    --common-text: normal 400 14px/1.2 var(--Strawford);
}
/* Theme color 3 */
:root .theme21-v3{
    /* --first-font: 'strawfordregular'; */
    --Strawford:  'Inter, sans-serif';
    --theme-color: #99D98C;
    --second-color: #252429;
    --third-color: #9d9d9d;
    --fourth-color:#EFEFEF;
    --gray-color:#EEEDEF;
    --border-color: #F0F0F0;
    --black: #000000;
    --white: #ffffff;
    --color-white: #ffffff;
    --h1: normal 600 51px/1 var(--Strawford);
    --h2: normal 600 38px/1 var(--Strawford);
    --h3: normal 600 32px/1 var(--Strawford);
    --h4: normal 600 22px/1 var(--Strawford);
    --h5: normal 600 20px/1 var(--Strawford);
    --h6: normal 600 18px/1 var(--Strawford);
    --common-text: normal 400 14px/1.2 var(--Strawford);
}
/* Theme color 4 */
:root .theme21-v4{
    /* --first-font: 'strawfordregular'; */
    --Strawford:  'Inter, sans-serif';
    --theme-color: #1A759F;
    --second-color: #252429;
    --third-color: #9d9d9d;
    --fourth-color:#EFEFEF;
    --gray-color:#EEEDEF;
    --border-color: #F0F0F0;
    --black: #000000;
    --white: #ffffff;
    --color-white: #ffffff;
    --h1: normal 600 51px/1 var(--Strawford);
    --h2: normal 600 38px/1 var(--Strawford);
    --h3: normal 600 32px/1 var(--Strawford);
    --h4: normal 600 22px/1 var(--Strawford);
    --h5: normal 600 20px/1 var(--Strawford);
    --h6: normal 600 18px/1 var(--Strawford);
    --common-text: normal 400 14px/1.2 var(--Strawford);
}
/* Theme color 5 */
:root .theme21-v5{
    /* --first-font: 'strawfordregular'; */
    --Strawford:  'Inter, sans-serif';
    --theme-color: #6B705C;
    --second-color: #252429;
    --third-color: #9d9d9d;
    --fourth-color:#EFEFEF;
    --gray-color:#EEEDEF;
    --border-color: #F0F0F0;
    --black: #000000;
    --white: #ffffff;
    --color-white: #ffffff;
    --h1: normal 600 51px/1 var(--Strawford);
    --h2: normal 600 38px/1 var(--Strawford);
    --h3: normal 600 32px/1 var(--Strawford);
    --h4: normal 600 22px/1 var(--Strawford);
    --h5: normal 600 20px/1 var(--Strawford);
    --h6: normal 600 18px/1 var(--Strawford);
    --common-text: normal 400 14px/1.2 var(--Strawford);
}
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
.tech-card-body {
    font-family: var(--Strawford);
}
#view_theme10 *,
#view_theme10:after,
#view_theme10:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}
#view_theme10 {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family: var(--Strawford);
}
html,
#view_theme10 {
    scrollbar-width: none;
}
#view_theme10::-webkit-scrollbar {
    display: none;
}
#view_theme10::-moz-scrollbar {
    display: none;
}
#view_theme10 svg,
#view_theme10 img {
    max-width: 100%;
    display: block;
}
#view_theme10 a,
#view_theme10 .btn,
#view_theme10 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_theme10 a,
#view_theme10 a:hover,
#view_theme10 a:focus,
#view_theme10 a:active,
#view_theme10 button,
#view_theme10 button:hover,
#view_theme10 button:focus,
#view_theme10 input,
#view_theme10 input:hover,
#view_theme10 input:focus,
#view_theme10 select,
#view_theme10 select:hover,
#view_theme10 select:focus,
#view_theme10 textarea,
#view_theme10 textarea:hover,
#view_theme10 textarea:focus,
#view_theme10 .btn,
#view_theme10 .btn:hover,
#view_theme10 .btn:focus,
#view_theme10 .btn:active:focus,
#view_theme10 .btn:active.focus,
#view_theme10 .btn.active:focus,
#view_theme10 .btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none; 
    font-family: var(--Strawford);
}
#view_theme10 .form-control:focus,
#view_theme10 [type="text"]:focus,
#view_theme10 [type="email"]:focus,
#view_theme10 [type="checkbox"]:focus,
#view_theme10 [type="password"]:focus,
#view_theme10 [type="file"]:focus,
#view_theme10 [type="radio"]:focus, 
#view_theme10 [type="button"]:focus,
#view_theme10 [type="submit"]:focus,
#view_theme10 [type="date"]:focus,
#view_theme10 [type="time"]:focus,
#view_theme10 [type="tel"]:focus,
#view_theme10 [type="search"]:focus,
#view_theme10 [type="button"]:focus,
#view_theme10 [type="number"]:focus,
#view_theme10 textarea:focus,
#view_theme10 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_theme10 input::-webkit-outer-spin-button,
#view_theme10 input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
#view_theme10 input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}
#view_theme10 ::-webkit-input-placeholder {
    color: var(--second-color);
}
#view_theme10 :-ms-input-placeholder {
    color: var(--second-color);
}
#view_theme10 ::placeholder {
    color: var(--second-color);
}
/* HTML5 display-role reset for older browsers */
#view_theme10 article,
#view_theme10 aside,
#view_theme10 details,
#view_theme10 figcaption,
#view_theme10 figure,
#view_theme10 footer,
#view_theme10 header,
#view_theme10 hgroup,
#view_theme10 menu,
#view_theme10 nav,
#view_theme10 section {
    display: block;
}
#view_theme10,
#view_theme10 div,
#view_theme10 span,
#view_theme10 applet,
#view_theme10 object,
#view_theme10 iframe,
#view_theme10 h1,
#view_theme10 h2,
#view_theme10 h3,
#view_theme10 h4,
#view_theme10 h5,
#view_theme10 h6,
#view_theme10 p,
#view_theme10 pre,
#view_theme10 a,
#view_theme10 abbr,
#view_theme10 acronym,
#view_theme10 address,
#view_theme10 big,
#view_theme10 cite,
#view_theme10 code,
#view_theme10 del,
#view_theme10 dfn,
#view_theme10 img,
#view_theme10 ins,
#view_theme10 kbd,
#view_theme10 q,
#view_theme10 s,
#view_theme10 samp,
#view_theme10 var,
#view_theme10 b,
#view_theme10 u,
#view_theme10 i,
#view_theme10 center,
#view_theme10 dl,
#view_theme10 dt,
#view_theme10 dd,
#view_theme10 ol,
#view_theme10 ul,
#view_theme10 li,
#view_theme10 fieldset,
#view_theme10 form,
#view_theme10 label,
#view_theme10 legend,
#view_theme10 table,
#view_theme10 caption,
#view_theme10 tbody,
#view_theme10 tfoot,
#view_theme10 thead,
#view_theme10 tr,
#view_theme10 th,
#view_theme10 td,
#view_theme10 article,
#view_theme10 aside,
#view_theme10 canvas,
#view_theme10 details,
#view_theme10 embed,
#view_theme10 figure,
#view_theme10 figcaption,
#view_theme10 footer,
#view_theme10 header,
#view_theme10 hgroup,
#view_theme10 menu,
#view_theme10 nav,
#view_theme10 output,
#view_theme10 ruby,
#view_theme10 section,
#view_theme10 summary,
#view_theme10 time,
#view_theme10 mark,
#view_theme10 audio,
#view_theme10 video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
#view_theme10 { 
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--white);
    color: var(--second-color);
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
#view_theme10 p,
#view_theme10 li,
#view_theme10 ul,
#view_theme10 ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}
#view_theme10 h1,
#view_theme10 .h1 {
    font: var(--h1);
}
#view_theme10 h2,
#view_theme10 .h2 {
    font: var(--h2);
}
#view_theme10 h3,
#view_theme10 .h3 {
    font: var(--h3);
}
#view_theme10 h4,
#view_theme10 .h4 {
    font: var(--h4);
}
#view_theme10 h5,
#view_theme10 .h5 {
    font: var(--h5);
}
#view_theme10 h6,
#view_theme10 .h6 {
    font: var(--h6);
}
#view_theme10 h1,h2,h3,h4,h5,h6 {
    margin: 0;  
}
#view_theme10 .uppercase {
    text-transform: uppercase;
}
#view_theme10 .text-center {
    text-align: center !important;
}
#view_theme10 .text-left {
    text-align: left !important;
}
#view_theme10 .text-right {
    text-align: right !important;
}
#view_theme10 b {
    font-weight: bold;
    display: inline-block;
} 
#view_theme10 h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .product-title b {
    font-weight: 400;
    display: inline;
}
#view_theme10 p:not(:last-of-type) {
    margin-bottom: 15px;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
#view_theme10 .container {
    max-width: 576px;
    margin: 0 auto;
    padding: 0 15px;
}
#view_theme10 .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_theme10 .no-gutters {
    margin: 0 !important;
}
#view_theme10 .row [class*="col-"] {
    padding: 0 15px;
}
#view_theme10 .no-gutters [class*="col-"] {
    padding: 0;
}
#view_theme10 .w-100 {
    width: 100%;
}
#view_theme10 .h-100 {
    height: 100%;
}
#view_theme10 .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_theme10 .align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
#view_theme10 .align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
#view_theme10 .align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
#view_theme10 .justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#view_theme10 .justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#view_theme10 .justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#view_theme10 .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
#view_theme10 .justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#view_theme10 .direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#view_theme10 .no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#view_theme10 .desk-only {
    display: none !important;
}
#view_theme10 .mobile-only {
    display: block !important;
}
/*****  Columns  *****/
#view_theme10 .col-auto {
    flex: 0 0 auto;
    width: auto;
}
#view_theme10 .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
#view_theme10 .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
#view_theme10 .col-3 {
    flex: 0 0 auto;
    width: 25%;
}
#view_theme10 .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
#view_theme10 .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
#view_theme10 .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
#view_theme10 .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
#view_theme10 .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
#view_theme10 .col-9 {
    flex: 0 0 auto;
    width: 75%;
}
#view_theme10 .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
#view_theme10 .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
#view_theme10 .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
#view_theme10 .offset-1 {
    margin-left: 8.33333333%;
}
#view_theme10 .offset-2 {
    margin-left: 16.66666667%;
}
#view_theme10 .offset-3 {
    margin-left: 25%;
}
#view_theme10 .offset-4 {
    margin-left: 33.33333333%;
}
#view_theme10 .offset-5 {
    margin-left: 41.66666667%;
}
#view_theme10 .offset-6 {
    margin-left: 50%;
}
#view_theme10 .offset-7 {
    margin-left: 58.33333333%;
}
#view_theme10 .offset-8 {
    margin-left: 66.66666667%;
}
#view_theme10 .offset-9 {
    margin-left: 75%;
}
#view_theme10 .offset-10 {
    margin-left: 83.33333333%;
}
#view_theme10 .offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    #view_theme10 .col-sm {
        flex: 1 0 0%;
    }
    #view_theme10 .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #view_theme10 .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #view_theme10 .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #view_theme10 .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #view_theme10 .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #view_theme10 .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #view_theme10 .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #view_theme10 .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #view_theme10 .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #view_theme10 .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #view_theme10 .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #view_theme10 .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #view_theme10 .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #view_theme10 .offset-sm-0 {
        margin-left: 0;
    }
    #view_theme10 .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    #view_theme10 .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    #view_theme10 .offset-sm-3 {
        margin-left: 25%;
    }
    #view_theme10 .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    #view_theme10 .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    #view_theme10 .offset-sm-6 {
        margin-left: 50%;
    }
    #view_theme10 .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    #view_theme10 .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    #view_theme10 .offset-sm-9 {
        margin-left: 75%;
    }
    #view_theme10 .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    #view_theme10 .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    #view_theme10 .col-md {
        flex: 1 0 0%;
    }
    #view_theme10 .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #view_theme10 .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #view_theme10 .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #view_theme10 .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #view_theme10 .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #view_theme10 .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #view_theme10 .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #view_theme10 .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #view_theme10 .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #view_theme10 .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #view_theme10 .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #view_theme10 .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #view_theme10 .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #view_theme10 .offset-md-0 {
        margin-left: 0;
    }
    #view_theme10 .offset-md-1 {
        margin-left: 8.33333333%;
    }
    #view_theme10 .offset-md-2 {
        margin-left: 16.66666667%;
    }
    #view_theme10 .offset-md-3 {
        margin-left: 25%;
    }
    #view_theme10 .offset-md-4 {
        margin-left: 33.33333333%;
    }
    #view_theme10 .offset-md-5 {
        margin-left: 41.66666667%;
    }
    #view_theme10 .offset-md-6 {
        margin-left: 50%;
    }
    #view_theme10 .offset-md-7 {
        margin-left: 58.33333333%;
    }
    #view_theme10 .offset-md-8 {
        margin-left: 66.66666667%;
    }
    #view_theme10 .offset-md-9 {
        margin-left: 75%;
    }
    #view_theme10 .offset-md-10 {
        margin-left: 83.33333333%;
    }
    #view_theme10 .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    #view_theme10 .col-lg {
        flex: 1 0 0%;
    }
    #view_theme10 .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #view_theme10 .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #view_theme10 .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #view_theme10 .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #view_theme10 .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #view_theme10 .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #view_theme10 .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #view_theme10 .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #view_theme10 .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #view_theme10 .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #view_theme10 .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #view_theme10 .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #view_theme10 .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #view_theme10 .offset-lg-0 {
        margin-left: 0;
    }
    #view_theme10 .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    #view_theme10 .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    #view_theme10 .offset-lg-3 {
        margin-left: 25%;
    }
    #view_theme10 .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    #view_theme10 .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    #view_theme10 .offset-lg-6 {
        margin-left: 50%;
    }
    #view_theme10 .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    #view_theme10 .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    #view_theme10 .offset-lg-9 {
        margin-left: 75%;
    }
    #view_theme10 .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    #view_theme10 .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    #view_theme10 .col-xl {
        flex: 1 0 0%;
    }
    #view_theme10 .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #view_theme10 .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #view_theme10 .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #view_theme10 .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #view_theme10 .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #view_theme10 .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #view_theme10 .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #view_theme10 .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #view_theme10 .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #view_theme10 .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #view_theme10 .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #view_theme10 .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #view_theme10 .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #view_theme10 .offset-xl-0 {
        margin-left: 0;
    }
    #view_theme10 .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    #view_theme10 .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    #view_theme10 .offset-xl-3 {
        margin-left: 25%;
    }
    #view_theme10 .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    #view_theme10 .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    #view_theme10 .offset-xl-6 {
        margin-left: 50%;
    }
    #view_theme10 .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    #view_theme10 .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    #view_theme10 .offset-xl-9 {
        margin-left: 75%;
    }
    #view_theme10 .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    #view_theme10 .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    #view_theme10 .col-xxl {
        flex: 1 0 0%;
    }
    #view_theme10 .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #view_theme10 .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #view_theme10 .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #view_theme10 .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #view_theme10 .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #view_theme10 .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #view_theme10 .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #view_theme10 .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #view_theme10 .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #view_theme10 .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #view_theme10 .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #view_theme10 .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #view_theme10 .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #view_theme10 .offset-xxl-0 {
        margin-left: 0;
    }
    #view_theme10 .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    #view_theme10 .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    #view_theme10 .offset-xxl-3 {
        margin-left: 25%;
    }
    #view_theme10 .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    #view_theme10 .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    #view_theme10 .offset-xxl-6 {
        margin-left: 50%;
    }
    #view_theme10 .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    #view_theme10 .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    #view_theme10 .offset-xxl-9 {
        margin-left: 75%;
    }
    #view_theme10 .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    #view_theme10 .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
#view_theme10 .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: solid 1px var(--second-color);
    cursor: pointer;
    display: block;
    font-family: var(--Strawford);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 35px 10px 15px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
#view_theme10 .nice-select:after {
    content: '';
    display: block;
    height: 10px;
    width: 11px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(../images/menu-dropdown.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#view_theme10 .nice-select.open: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);
}
#view_theme10 .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_theme10 .nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    pointer-events: none;
}
#view_theme10 .nice-select.disabled:after {
    border-color: #cccccc;
}
#view_theme10 .nice-select.wide {
    width: 100%;
}
#view_theme10 .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
#view_theme10 .nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
#view_theme10 .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
#view_theme10 .nice-select.small:after {
    height: 4px;
    width: 4px;
}
#view_theme10 .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
#view_theme10 .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;
}
#view_theme10 .nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
#view_theme10 .nice-select .option {
    cursor: pointer;
    font-weight:500;
    list-style: none;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s; 
    margin: 0 !important;
}
#view_theme10 .nice-select .option:hover,
#view_theme10 .nice-select .option.focus,
#view_theme10 .nice-select .option.selected.focus {
    background-color:  #eae9e9;
}
#view_theme10 .nice-select .option.selected {
    font-weight: bold;
}
#view_theme10 .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
#view_theme10 .no-csspointerevents .nice-select .list {
    display: none;
}
#view_theme10 .no-csspointerevents .nice-select.open .list {
    display: block;
}
/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
#view_theme10 .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_theme10 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#view_theme10 .slick-list:focus {
    outline: none;
}
#view_theme10 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
#view_theme10 .slick-slider .slick-track,
#view_theme10 .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_theme10 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#view_theme10 .slick-track:before,
#view_theme10 .slick-track:after {
    display: table;
    content: "";
}
#view_theme10 .slick-track:after {
    clear: both;
}
#view_theme10 .slick-loading .slick-track {
    visibility: hidden;
}
#view_theme10 .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
#view_theme10 [dir="rtl"] .slick-slide {
    float: right;
}
#view_theme10 .slick-slide img {
    display: block;
}
#view_theme10 .slick-slide.slick-loading img {
    display: none;
}
#view_theme10 .slick-slide.dragging img {
    pointer-events: none;
}
#view_theme10 .slick-initialized .slick-slide {
    display: block;
    outline: none;
}
#view_theme10 .slick-loading .slick-slide {
    visibility: hidden;
}
#view_theme10 .slick-vertical .slick-slide {
    display: block;
    height: auto;
}
#view_theme10 .slick-arrow.slick-hidden {
    display: none;
}
#view_theme10 .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    bottom: 20px;
}
#view_theme10 .slick-dots li:not(:last-child) {
    margin-right: 9px;
}
#view_theme10 .slick-dots li {
    display: flex;
    height: 5px;
    width: 5px;
    background: var(--white);
    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_theme10 .slick-dots li:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    border: 1px solid var(--white);
    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_theme10 .slick-dots li.slick-active:before {
    opacity: 1;
}
#view_theme10 .slick-dots li button {
    display: none;
}
#view_theme10 .slick-slider .slick-next,
#view_theme10 .slick-slider .slick-prev{
    display: inline-block;
    vertical-align: middle;
}
#view_theme10 .slick-slider .slick-next::before, .slick-slider .slick-prev::before{
    display: none;
}
#view_theme10 .slick-slider .slick-arrow {
    width: 35px;
    height: 35px;
    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%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}
#view_theme10 .slick-slider .slick-arrow:hover{
    background: var(--theme-color);
}
#view_theme10 .slick-arrow:hover svg {
    fill: var(--black);
}
#view_theme10 .slick-arrow span {
    display: block;
    height: 100%;
    width: 100%;
}
#view_theme10 .slick-arrow svg {
    height: 100%;
    width: 100%;
    fill: var(--white);
} 
#view_theme10 .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_theme10 .slick-slider .slick-next {
    right: 0;
} 
#view_theme10 .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_theme10 .slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
#view_theme10 .slick-lightbox .slick-prev {
    left: 15px;
}
#view_theme10 .slick-lightbox .slick-next {
    right: 15px;
}
#view_theme10 .slick-lightbox-inner .slick-arrow {
    background: var(--white) url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#view_theme10 .slick-lightbox-hide {
    opacity: 0;
}
#view_theme10 .slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
#view_theme10 .slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#view_theme10 .slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
#view_theme10 .slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
#view_theme10 .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_theme10 .slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
#view_theme10 .slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
#view_theme10 .slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
#view_theme10 .slick-lightbox-slick-caption {
    margin: 10px 0 0;
    display: block;
    color: var(--white);
}
#view_theme10 .slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox .close svg {
    height: 100%;
    width: 100%;
}
.slick-lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
    opacity: 1;
    background: transparent;
    border: none;
    height: 27px;
    width: 27px;
    padding: 0;
}
#view_theme10 .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_theme10 .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_theme10 .slick-lightbox .slick-arrow:hover, .slick-lightbox .slick-arrow:focus {
    background-color: var(--white);
} 
#view_theme10 .slick-slide .nice-select .list {
    max-height: 60px;
    overflow: auto;
    scrollbar-width: none;
}
#view_theme10 .slick-slide   .nice-select .option { 
    padding: 5px 15px;
}
#view_theme10 .slick-slide .nice-select .list::-webkit-scrollbar {
    display: none;
}
#view_theme10 .slick-slide .nice-select .list::-moz-scrollbar {
    display: none;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
#view_theme10 .btn {
    text-align: center;
    padding: 14px 30px;
    color: var(--white);
    background-color: var(--theme-color);
    appearance: none;
    outline: none;
    border: 1px solid var(--theme-color);
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    border-radius: 5px;
    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: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    width: 100%;
} 
#view_theme10 .btn-secondary svg,
#view_theme10 .btn svg   { 
    margin-right: 10px; 
    height: 15px;
    width: 15px;
}
#view_theme10 .btn svg path {
    -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_theme10 .btn:hover,
#view_theme10 .btn:focus {
    transition: all ease-in-out 0.5s;
    transform: translateY(-4px);
}
#view_theme10 .btn-secondary {
    display: inline-flex;
    align-items: center;
    color: var(--second-color);
    background: var(--white);
    justify-content: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    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;
    width: auto;
}
#view_theme10 .btn-secondary svg{
    margin-left: 10px;
    height: 15px;
    width: 15px;
}
#view_theme10 .btn-secondary svg path {
    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_theme10 .btn-secondary:hover {
    transition: all ease-in-out 0.5s;
    transform: translateY(-4px);
}
#view_theme10 .read-more-btn{
    display: inline-flex;
    align-items: center;
    color: var(--white);
    background: transparent;
    justify-content: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    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;
    margin-top: 5px;
}
#view_theme10 .read-more-btn svg{
    margin-left: 6px;
    height: 15px;
    width: 15px;
}
#view_theme10 .read-more-btn svg path{
    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;
    fill:  var(--white);
}
#view_theme10 .read-more-btn:hover {
    color: var(--second-color);
}
#view_theme10 .read-more-btn:hover svg path{
    fill: var(--second-color);
}
#view_theme10 .close-btn{
    background: var(--fourth-color);
    padding: 14px 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    color: var(--second-color);
    justify-content: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
}
#view_theme10 .close-btn:hover{
    transition: all ease-in-out 0.5s;
    transform: translateY(-4px);
}
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
#view_theme10 .form-control, 
#view_theme10 input:not([type="submit"]),
#view_theme10 input:not([type="checkbox"]), 
#view_theme10 input:not([type="button"]),
#view_theme10 input:not([type="radio"]),
#view_theme10 select,
#view_theme10 textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--second-color);
}
#view_theme10 textarea {
    resize: none;
}
#view_theme10 form .row {
    margin: 0 -8px;
}
#view_theme10 form .row [class*="col-"] {
    padding: 0 10px;
}
#view_theme10 .form-group {
    margin-bottom: 20px;
}
#view_theme10 .form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
#view_theme10 .form-group .nice-select .list,
#view_theme10 .form-group .form-control {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
#view_theme10 sup {
    top: -0.5em;
}
#view_theme10 sub,
#view_theme10 sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}
#view_theme10 .form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}
#view_theme10 .checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
#view_theme10 .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_theme10 .checkbox-custom label:before {
    content: '';
    appearance: none;
    -webkit-appearance: none;
    background-color:transparent;
    border: 1px solid var(--second-color);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#view_theme10 .checkbox-custom input:checked+label:before { 
    background-color: var(--second-color);
    border-color: var(--second-color);
}
#view_theme10 .checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
#view_theme10 .checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}
/** RADIO BUTTON CSS **/
#view_theme10 .radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}
#view_theme10 .radio-group label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-left: 24px;
    color: var(--second-color);
    margin: 0;
    vertical-align: bottom;
}
#view_theme10 .radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--second-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#view_theme10 .radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--second-color);
    border: 2px solid var(--second-color);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    right: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#view_theme10 .radio-group input[type="radio"]:checked+label::before {
    border-color: var(--second-color);
}
#view_theme10 .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_theme10 body.active-menu, body.no-scroll {
    overflow: hidden;
    position: relative;
}
#view_theme10 .right-gliter {
    bottom: 0;
    right: 0;
}
#view_theme10 .gliter-img {
    position: absolute;
    z-index: -1;
}
#view_theme10 .padding-top {
    padding-top: 40px;
}
#view_theme10 .padding-bottom {
    padding-bottom: 40px;
}
#view_theme10 .section-title {
    margin-bottom: 24px;
}
#view_theme10 .section-title.text-center p {
    margin-top: 14px;
}
#view_theme10 .subtitle {
    font-weight: 600;
    line-height: 1; 
    margin-bottom: 20px;
}
#view_theme10 .img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
}
#view_theme10 .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
/******************** appointment popup CSS ******************/ 
#view_theme10 .appointment-popup,
#view_theme10 .contact-popup,
#view_theme10 .contact-popup2 {
    position: fixed;
    background: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    overflow: auto;
    display: none;
} 
#view_theme10 .appointment-popup.active,
#view_theme10 .contact-popup.active,
#view_theme10 .contact-popup2.active{
    opacity: 1;
    visibility: visible;
    display: block;
}
#view_theme10 .close-search{
    height: 30px;
    width: 30px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
}
#view_theme10 .close-search svg{
    width: 10px;
    height: 10px;
    cursor: pointer;
}
#view_theme10 .appointment-form-wrapper{
    position: relative;
    background: var(--theme-color);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: var(--white);
}
#view_theme10 .appointment-form-wrapper .section-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#view_theme10 .appointment-form-wrapper h5{
    color: var(--white);
}
#view_theme10 .appo-form-details .form-group label{
    font-weight: 600;
}
#view_theme10 .appo-form-details .form-group .form-control{
    background: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 45px;
}
#view_theme10 .appo-form-details{
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    padding: 50px 0px 30px;
}
#view_theme10 .form-btn-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center ;
    padding: 30px 0px 15px;
}
/******************** CARD POPUP CSS ******************/ 
#view_theme10 .card-popup{
    position: fixed;
    background: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    overflow: auto;
    display: none;
} 
#view_theme10 .card-popup.active {
    opacity: 1;
    visibility: visible;
    display: block;
}
#view_theme10 .share-card-wrapper{
    position: relative;
    background: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--white);
}
#view_theme10 .share-card-wrapper .section-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#view_theme10 .share-card-wrapper h5{
    color: var(--white);
}
#view_theme10 .logout-btn{
    padding: 0;
    border:0;
    background: transparent;
}
#view_theme10 .qr-image{
    background: var(--white);
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 230px;
    width: 230px;
    margin: auto;
}
#view_theme10 .qr-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#view_theme10 .qr-scaner-wrapper{
    max-width: 70%;
    width: 100%;
    margin: auto;
}
#view_theme10 .qr-code-text p{
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}
#view_theme10 .card-social-icons li{
    border: 2px solid var(--white);
    height: 60px;
    width: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
#view_theme10 .card-social-icons li a svg{
    height: 32px;
    width: 32px;
}
#view_theme10 .card-social-icons li a img{
    height: 32px;
    width: 32px;
}
#view_theme10 .qr-scaner-wrapper .card-social-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
} 
#view_theme10 .qr-scaner-wrapper .qr-code-text{
    margin: 50px 0px;
} 
/******************** CLIENT INFO SECTION CSS ******************/ 
#view_theme10 .home-wrapper{
    max-width: 576px;
    margin: 10px auto;
    width: 100%;
    background-color: var(--gray-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
#view_theme10 .bg-white{
    background: var(--white);
    padding: 20px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
#view_theme10 .theme-svg{
    fill: var(--theme-color);
}
#view_theme10 .stroke-svg{
    stroke: var(--theme-color);
}
#view_theme10 .client-info-section{
    position: relative;
    z-index: 1;
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}
#view_theme10 .client-image{
    height: 180px;
    width: 180px;
    margin: 0px auto 20px;
    border: 4px solid var(--white);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
}
#view_theme10 .client-image img{
    height: 100%;
    width: 100%;
}
#view_theme10 .client-intro h6{
    margin: 12px 0px 10px;
}
#view_theme10 .client-intro span{
    color: var(--third-color);
}
/******************** TOP SOCIAL SECTION CSS ******************/ 
#view_theme10 .banner-social-icons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
#view_theme10 .banner-social-icons li a{
    text-align: center;
}
#view_theme10 .banner-social-icons li a .contact-svg {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    background: var(--fourth-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 auto 10px;
}
#view_theme10 .banner-social-icons li a .contact-svg svg{
    height: 30px;
    width: 30px;
    flex-shrink: 0;
}
#view_theme10 .banner-social-icons li a .contact-svg img{
    height: 30px;
    width: 30px;
    flex-shrink: 0;
}
#view_theme10 .banner-social-icons li a span{
    color: var(--third-color);
}
/******************** CLIENT TEX SECTION CSS ******************/ 
#view_theme10 .client-text-section{
        margin-bottom: 20px;
    }
#view_theme10 .client-text-section .client-text p{
    text-align: center;
    color: var(--third-color);
}
/******************** APPOINTMENT SECTION CSS ******************/ 
#view_theme10 .appointment-section{
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgb(236 236 236 / 32%) 100%);
    border-radius: 0 0 30px 30px;
    margin-bottom: 20px;
}
#view_theme10 .appointment-section .appointment-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
#view_theme10 .appointment-date .date-label,
#view_theme10 .appointment-hour .hour-label{
    max-width: 100px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
#view_theme10 .appointment-date input{
    flex: 1;
    background: var(--gray-color);
    color: var(--second-color);
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#view_theme10 .appointment-section .appointment-hour{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
#view_theme10 .text-radio{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#view_theme10 .text-radio .radio{
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
}
#view_theme10 .text-radio .radio-left{
    padding-left: 15px;
}
#view_theme10 .text-radio .radio input[type=radio]+.radio-label {
    content: "";
    display: inline-block;
    background: var(--gray-color);
    color: var(--black);
    width: 100%;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    border-radius: 10px;
    padding: 14px 19px;
    text-transform: lowercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
#view_theme10 .text-radio .radio input[type=radio] {
    display: none;
}
#view_theme10 .text-radio .radio input[type=radio]:checked+.radio-label {
    background-color: var(--theme-color);
    color: var(--second-color);
}
#view_theme10 .appointment-btn{
    /* width: 81%; */
    /* margin-left: 98px; */
}
/******************** SERVICE SECTION CSS ******************/ 
#view_theme10 .service-section{
    position: relative;
    /* z-index: 1; */
}
#view_theme10 .service-section .service-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#view_theme10 .service-section .service-card-wrapper .service-card{
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}
#view_theme10 .service-card-wrapper .service-card .service-card-inner{
    position: relative;
    background: var(--theme-color);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 5px;
}
#view_theme10 .service-card-inner .service-icon svg{
    height: 33px;
    width: 33px;
    margin: 0 auto 20px;
}
#view_theme10 .service-card-inner .service-icon img{
    height: 33px;
    width: 33px;
    margin: 0 auto 20px;
}
#view_theme10 .service-card-inner h5{
    margin-bottom: 15px;
    color: var(--white);
}
#view_theme10 .service-card-inner p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/******************** TESTIMONIALS SECTION CSS ******************/ 
#view_theme10 .testimonials-section{
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgb(236 236 236 / 32%) 100%);
    border-radius: 0 0 30px 30px;
}
#view_theme10 .testimonial-itm{
    padding: 0px 15px;
}
#view_theme10 .testimonial-slider.slick-slider{
    margin: 0px -10px;
}
#view_theme10 .testimonial-itm-inner .testi-client-img img{
    height: 100%;
    margin: auto;
}
#view_theme10 .testimonial-itm-inner{
    text-align: center;
    height: 100%;
    width: 100%;
}
#view_theme10 .rating-star img{
    height: 100%;
    margin: auto;
    object-fit: scale-down;
}
#view_theme10 .testimonial-itm-inner .rating-number{
    margin: 15px 0px;
}
#view_theme10 .testimonial-itm-inner p{
    margin-top: 15px;
}
/******************** SOCIAL ICONS SECTION CSS ******************/ 
#view_theme10 .social-icons-second-section {
    margin-bottom: 20px;
}

#view_theme10 .social-icons-second-section .social-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#view_theme10 .social-icons-second-section .social-icon li {
    height: 60px;
    width: 60px;
    background: var(--gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#view_theme10 .social-icons-second-section .social-icon li a svg {
    height: 32px;
    width: 32px;
    flex-shrink: 0;
}
#view_theme10 .social-icons-second-section .social-icon li a img {
    height: 32px;
    width: 32px;
    flex-shrink: 0;
}
/******************** MORE CARD SECTION CSS ******************/ 
#view_theme10 .more-card-section .more-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
#view_theme10 .more-card-section .more-btn .btn {
    padding: 14px 18px;
    background: var(--theme-color);
    width: auto;
}
#view_theme10 .copyright p {
    text-align: center;
    padding-bottom: 10px;
}
/********** COMMON  CSS  **********/ 
#view_theme10 .offset-container { 
    position: relative; 
}
#view_theme10 .offset-left{
    margin-left: calc((100% - 1170px) / 2);
    padding-left: 15px;
}  
#view_theme10 .offset-right {
    margin-right: calc((100% - 1170px) / 2);
    margin-left: 0;
    padding-right: 15px;
}   
/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {
    #view_theme10 a:hover,
    #view_theme10 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;
    }
}

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

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

  #view_theme10 .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 23px;
    left: 103px;
}

  #view_theme10 .picker {
    width: 100%
}

  #view_theme10 .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: 355px;
    -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_theme10 .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_theme10 .picker__box {
    padding: 0 1em
}

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

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

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

  #view_theme10 .picker__select--month,
  #view_theme10 .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_theme10 .picker__select--month {
    width: 35%
}

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

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

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

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

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

  #view_theme10 .picker__nav--prev:before,
  #view_theme10 .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_theme10 .picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid  var(--theme-color)
}

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

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

  #view_theme10 .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_theme10 .picker__table {
        margin-bottom: .75em
    }

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

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

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

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

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

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

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

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

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

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

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

  #view_theme10 .picker__footer {
    text-align: center
}

  #view_theme10 .picker__button--today,
  #view_theme10 .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_theme10 .picker__button--today:hover,
  #view_theme10 .picker__button--clear:hover {
    cursor: pointer;
    color: #000;
    background: var(--theme-color);
    border-radius: 10px;
}

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

  #view_theme10 .picker__button--today:before,
  #view_theme10 .picker__button--clear:before {
    position: relative;
    display: inline-block;
    height: 0
}
@media only screen and (max-width: 580px) {
    #view_theme10 .picker__holder{
        /*top:85px;
        left:0px;*/
		max-width:325px;
    }
}

#view_theme10 .star-section {
    margin: 10px 0 20px;
}

#view_theme10 .star-section svg {
    width: 15px;
    margin: 0 5px;
}

#view_theme10 .star-section i {
    font-size: 15px;
    margin: 0 5px;
}
#view_theme10 .star-section i.star-color {
    background:-moz-linear-gradient(180deg, #ADE8F4 0%, #46B7CE 100%);
    background: -webkit-linear-gradient(180deg, #ADE8F4 0%, #46B7CE 100%);
    background: var(--theme-color);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
}

#view_theme10 .testi-client-img {
    padding-top: 61% !important;
    position: relative;
    display: block;
}
#view_theme10 .testi-client-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 61%;
    height: 100%;
    object-fit: contain;
    border-radius: 91px;
}
#view_theme10 .custom_size{
    border-radius: 10px !important;
    border: none;
    padding: 14px 20px;
}
#view_theme10 .shareqrcode canvas {
    width: 100%;
    height: 100%;
    padding: 13px 13px;
}
#view_theme10 .text-wrap{
    word-wrap: break-word;
}

#view_theme10 .custom_html_text {
    margin-bottom: 26px !important;
    padding-bottom: 10px;
}

@media (max-width: 1500px) {
    #view_theme10 .appointment-date .date-label, #view_theme10 .appointment-hour .hour-label{
        max-width: 60px;
    }
    #view_theme10 .text-radio .radio input[type=radio]+.radio-label{
        font-size: 13px;
    }
    #view_theme10 .picker__holder {
        max-width: 250px;
        left: 63px;
    }
    #view_theme10 .more-card-section .more-btn .btn
    {
        padding: 14px 5px;
    }
    
}
/* Gallery Section */
/* #view_theme10 .gallery-section{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
} */

#view_theme10 .gallery-slider .slick-track, 
#view_theme10 .gallery-slider .slick-list 
{
    display:flex !important;
}
#view_theme10 .gallery-slider .slick-slide{
    padding: 0 15px;
}

#view_theme10 .gallery-slider .gallery-icon a{
    position: relative;
    padding-top: 60%;
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:767px){
    #view_theme10 .gallery-slider .gallery-icon video{
        pointer-events: none;
    }
}
#view_theme10 .gallery-slider .gallery-icon img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#view_theme10 .gallery-slider .gallery-icon video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#view_theme10 .gallery-slider .gallery-icon span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* pdf gallery  Start*/
#view_theme10 .gallery-section .gallery-card-wrapper .gallery-card-pdf {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

#view_theme10 .gallery-card-wrapper .gallery-card-pdf .gallery-card-inner-pdf {
    position: relative;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#view_theme10 .gallery-card-inner-pdf .gallery-icon-pdf{
    position: relative;
    padding-top: 60%;
    display: block;
    width: 100%;
    height: 100%;
}
#view_theme10 .gallery-card-inner-pdf .gallery-icon-pdf img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#view_theme10 .gallery-card-inner-pdf .gallery-icon-pdf video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


#view_theme10 .row.gallery-cards [class*="col-"]{
margin-bottom: 15px;
}
/* pdf gallery  end*/

#previewImage{
display: none;
}
#previewImage+.download{
    display: none;
}


/* pdf testimonial  Start*/
#view_theme10 .row.testimonial-pdf-row [class*="col-"]{
    margin-bottom: 15px;
}
#view_theme10 .testimonial-itm-inner-pdf{
border-radius: 15px;
background: var(--white);
border: 1px solid #b9b6b6;
box-shadow:0 6px 30px rgb(182 186 203 / 30%);
}
#view_theme10 .testimonial-itm-inner-pdf .testi-client-img-pdf {
    padding: 10px;
}
#view_theme10 .testimonial-itm-inner-pdf .testi-client-img-pdf img{
     object-fit: contain;
     display: block;
     margin: auto;
}
#view_theme10 .testimonial-itm-inner-pdf .rating-number,
#view_theme10 .testimonial-itm-inner-pdf .rating-star{
    display: inline-block;
    vertical-align: middle;
}
#view_theme10 .testimonial-itm-inner-pdf .rating-star{
    padding-left: 10px;
}
#view_theme10 .testimonial-pdf-bdy{
    padding: 15px;
    background: var(--white);
    border-radius:0px 0px 15px 15px;
}
#view_theme10 .testimonial-pdf-bdy .star-section{
    margin: 0;
}
#view_theme10 .testimonial-pdf-bdy p{
    margin-top: 15px;
}
/* pdf testimonial  End*/

#view_theme10 .top-social-section{
    margin-bottom: 20px;
}
#view_theme10 .product-currency
{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
}

#view_theme10 .product-section{
    position: relative;
}
#view_theme10 .product-section .service-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#view_theme10 .product-section .service-card-wrapper .service-card{
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}
#view_theme10 .section-title h2 {
    color: #000;
}
#view_theme10 .payment-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
}

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

#view_theme10 .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;
    background-color: var(--theme-color);
}

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

/* === payment css ==== */
#view_theme10 .card-payment-section{
   
    color:var(--black);
    padding: 20px 15px;
}

/* Scroll Bar */

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

#view_theme10 .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;
}
.tech-card-body::-webkit-scrollbar {
    display: none;
}

/* Google Map */
#view_theme10 .google-map-section{
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-bottom: 20px;
}
.google-map iframe
{
    width: 100%;
}
#view_theme10 .card-payment-section .app-info-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#view_theme10 .card-payment-section .app-info-div a {
    max-width: calc(50% - 10px);
    width: 100%;
}