/*
Theme Name: tiyara
Theme URI:
Author: Mina pasbanpour
Author URI:
Description: Wordpress developer
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tiyara
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.8;
    overflow-x: hidden;
    /* text-transform: capitalize; */
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px !important;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */

    scroll-behavior: smooth;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

p {
    font-size: 15px;
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

a, .form-control {
    transition: all 0.3s;
    color: #000;
}

a:hover {
    text-decoration: none;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Define Fonts */
@font-face {
    font-family: IRANSansX;
    font-weight: bold;
    src: url('assets/fonts/IRANSansXFaNum-Bold.woff') format('woff'),
    url('assets/fonts/IRANSansXFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-weight: normal;
    src: url('assets/fonts/IRANSansXFaNum-Regular.woff') format('woff'),
    url('assets/fonts/IRANSansXFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-weight: 500;
    src: url('assets/fonts/IRANSansXFaNum-Medium.woff') format('woff'),
    url('assets/fonts/IRANSansXFaNum-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'icomoon';
    src: url('assets/fonts/icomoon/icomoon.eot?116r5h');
    src: url('assets/fonts/icomoon/icomoon.eot?116r5h#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon/icomoon.ttf?116r5h') format('truetype'),
    url('assets/fonts/icomoon/icomoon.woff?116r5h') format('woff'),
    url('assets/fonts/icomoon/icomoon.svg?116r5h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before, .icon-linkedin2:before {
    content: "";
    width: 18px;
    height: 18px;
    background: transparent url(assets/images/linkedin.svg) no-repeat;
    display: inline-flex;
    background-size: contain;
}
.icon-linkedin2:before {
    width: 16px;
    height: 16px;
    background: transparent url(assets/images/linkedin2.svg) no-repeat;
}
.footer-social-wrap a:hover .icon-linkedin:before {
    filter: grayscale(10) brightness(10);
}
.icon-arrow-left:before {
    content: "\e900";
}

.icon-twitter:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-whatsapp:before {
    content: "\e903";
}

.icon-email:before {
    content: "\e904";
}

.icon-location:before {
    content: "\e905";
}

.icon-close:before {
    content: "\e906";
}

.icon-reply:before {
    content: "\e907";
}

.icon-qoute:before {
    content: "\e908";
}

.icon-zoom:before {
    content: "\e909";
}

.icon-share:before {
    content: "\e90a";
}

.icon-instagram:before {
    content: "\e90b";
}

.icon-phone:before {
    content: "\e90c";
}

.icon-telegram:before {
    content: "\e90d";
}

.icon-checkmark:before {
    content: "\e90e";
}

.icon-chevron-down:before {
    content: "\e90f";
}

.icon-chevron-left:before {
    content: "\e910";
}

.icon-arrow-right:before {
    content: "\e911";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #000;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*p {*/
/*    color: #515257;*/
/*}*/

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #a6a6a6;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #a6a6a6;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    color: #a6a6a6;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #a6a6a6;
}

:root {
    --primary-color: #684DF4;
    --title-color: #141D38;
    --body-color: #6c7281;
    --secondary-color: #3a2a8d;
    --light-bgcolor: #f4f4f4;
    --red-color: #f00;
}

body {
    margin: 0;
    font-family: IRANSansX;
    font-size: 14px;
    color: #000;
    text-align: right;
    background: #fff;
}

.form-control,
select, textarea {
    border-radius: 10px;
    height: 45px;
    padding: 12px 25px;
    border: 1px solid #eee;
    transition: all 0.3s;
    font-size: 13px;
}
input[type="search"] {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: all 0.3s;
}
.form-control:focus, input[type="search"]:focus , textarea:focus {
    border: 1px solid var(--primary-color) !important;
    outline: 0;
    box-shadow: none;
    background: #fff;
}

a {
    text-decoration: none;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
}

.site-header.sticky, .inner-header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAnim 0.4s ease-in-out;
    animation: stickyAnim 0.4s ease-in-out;
        z-index: 9;
}

.main-menu li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu > li {
    margin: 0 14px;
}

.main-menu > li > a {
    padding: 47px 0;
    position: relative;
}

.main-menu > li > a:before {
    content: "";
    height: 3px;
    background-color: var(--secondary-color);
    right: 0;
    width: 0;
    bottom: 35px;
    position: absolute;
    transition: all 0.3s;
}

.main-menu > li:hover > a:before , .main-menu .current-menu-item a:before {
    width: 100%;
}

.main-menu li:first-child {
    margin-right: 0 !important;
}

.main-menu a {
    display: block;
    position: relative;
    font-size: 15px;
    color: var(--title-color);
    text-transform: uppercase;
}

/*ul.sub-menu {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    background-color: #fff;*/
/*    visibility: hidden;*/
/*    width: 200px;*/
/*    padding: 7px;*/
/*    opacity: 0;*/
/*    z-index: -1;*/
/*    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);*/
/*    border-radius: 0;*/
/*    -webkit-transform: scaleY(0);*/
/*    -ms-transform: scaleY(0);*/
/*    transform: scaleY(0);*/
/*    -webkit-transform-origin: top center;*/
/*    -ms-transform-origin: top center;*/
/*    transform-origin: top center;*/
/*    -webkit-transition: all 0.4s ease 0s;*/
/*    transition: all 0.4s ease 0s;*/
/*}*/

/*.main-menu ul.sub-menu {*/
/*    padding: 18px 20px 18px 18px;*/
/*    right: -27px;*/
/*}*/




.main-menu .menu-item-has-children, .main-menu .menu-item-has-children a {
    position: relative;
}
.main-menu .menu-item-has-children > a:after {
    content: "\e90f";
    position: absolute;
    left: -15px;
    top: 47%;
    font-family: icomoon;
    font-size: 5px;
}
.main-menu > ul > li a {
    padding: 8px;
}

.main-menu .sub-menu {
    position: absolute;
    right: 0;
    top: 82%;
    border-radius: 10px;
    border: 1px solid #F0EEED;
    padding: 10px;
    box-shadow: -15px 15px 26px 0px #361F0812;
    z-index: 99;
    background: #fff;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.main-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 80%;
}
.main-menu > ul > li:hover > .sub-menu {
    top: 120%;
}
.main-menu .sub-menu li {
    display: block;
}
.main-menu .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.main-menu .sub-menu a {
    font-size: 14px;
    padding: 7px 10px;
    display: block;
    position: relative;
}
.main-menu .sub-menu a:before {
    content: "";
    width: 3px;
    height: 0;
    background: var(--primary-color);
    transition: all 0.3s;
    position: absolute;
    right: -11px;
    top: 0;
}
.main-menu .sub-menu a:hover:before{
    height: 100%;
}
.main-menu .sub-menu .menu-item-has-children > a:after {
    left: 8px;
    top: 14px;
    font-size: 5.5px;
    transform: rotate(90deg);
}
.main-menu .sub-menu .sub-menu {
    top: 20px;
    right: 108%;
}
.main-menu .sub-menu li:hover > .sub-menu {
    top: 0;
}


@-webkit-keyframes stickyAnim {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAnim {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}


.mobile-menu-btn {
    width: 50px;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
}

#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.site-offcanvas {
    position: fixed;
    width: 20rem;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 999999;
    will-change: transform;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s;
}

.site-offcanvas.active-canvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.site-offcanvas .site-offcanvas--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem 0 1.25rem;

}

.site-offcanvas .site-offcanvas--header .site-brand {
    max-width: 135px;
}

.site-offcanvas .site-offcanvas--header .offcanvas-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #D7E0ED;
    border-radius: 0.125rem;
    cursor: pointer;
    font-size: 24px;
}

.site-offcanvas .site-offcanvas--main {
    padding: 10px 20px;

}

.mobile-menu ul {
    margin: 0;
    padding: 0;
}

.mobile-menu ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu ul li a {
    display: flex;
    font-size: 14px;
    color: #000;
    padding: 0.75rem 0 0.75rem 1rem;
}

.mobile-menu ul li + li {
    border-top: 1px solid #D7E0ED;
}

.mobile-menu .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 20rem;
    background: #fff;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s;
    z-index: 9;
    padding: 20px;

}
.mobile-menu  .menu-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -ms-flex-order: 2;
    order: 2;
    cursor: pointer;
    background: var(--primary-color);
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 6px;
    border-radius: 4px;
    color: #fff;
}
.mobile-menu .sub-menu.active-submenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu .sub-menu .menu-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -ms-flex-order: 2;
    order: 2;
    cursor: pointer;

}

.sub-menu .menu_back_holder {
    padding: 15px;
    margin-bottom: 25px;
    background: var(--primary-color);
    border-radius: 16px;
    line-height: 1;
    color: #fff;
}

.mobile-menu .menu-dropdown i, .sub-closer i {
    width: 20px;
    transform: rotate(90deg);
}


.hero-wrapper {
    background-color: #cedbfb;
    padding-bottom: 0;
    /*padding-bottom: 50px;*/
}
.hero-wrapper .hero-img img {
    margin-top: 100px;
}

.hero-wrapper .hero-img-phone {
    display: none;
}

.hero-style3 {
    padding: 360px 0 130px 0;
    /*max-width: 620px;*/
    max-width: 500px;
    position: relative;
    z-index: 5;
    /*margin-right: auto;*/
    margin: 0 auto;
}

.hero-subtitle {
    color: var(--primary-color);
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
    text-transform: uppercase;
    margin-top: -0.24em;
}

.hero-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.135;
    margin-bottom: 30px;
}

.hero-text {
    margin-bottom: 43px;
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

.theme-button, input[type="submit"], button {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 20px;
    min-width: 144px;
    border-radius: 4px;
}

.theme-button:before {
    position: absolute;
    content: '';
    left: 110%;
    /*left: 92%;*/
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: var(--secondary-color);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.theme-button:hover:before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.theme-button span, .theme-button i {
    position: relative;
    z-index: 1;
}

.theme-button:hover {
    color: #fff;
}
.theme-btn-outline {
    background-color: #fff;
    color: #684df4;
    border: 2px solid #684df4;
}
.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.hero-wrapper .hero-shape1 {
    position: absolute;
    top: 15%;
    left: 4%;
    -webkit-animation: move 7s linear infinite;
    animation: move 7s linear infinite;
        max-width: 700px;
}

.cta-phone {
    display: inline-block;
}

.header-left {
    text-align: left;
}

.quick-button {
    display: inline-block;
    background: transparent;
    border: 0;
    margin-left: 20px;
    display: none;
}

.cta-phone a {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 20px;
    min-width: 144px;
    border-radius: 4px;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-section {
    position: relative;
    overflow: hidden;
    padding-top: 70px; 
    padding-bottom: 40px;
}
 
.about-section .images-column {
    position: relative;
    /*margin-bottom: 40px;*/
}
/*.about-content {*/
/*    margin-top: 95px;*/
/*}*/
/*.about-section .images-column .inner-column {*/
/*    position: relative;*/
/*    padding: 50px 0px 0;*/
/*    text-align: center;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/

/*.about-section .images-column .pattern-layer {*/
/*    animation-name: rotateme;*/
/*    animation-duration: 15s;*/
/*    animation-iteration-count: infinite;*/
/*    animation-timing-function: linear;*/
/*    -webkit-animation-name: rotateme;*/
/*    -webkit-animation-duration: 15s;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    -webkit-animation-timing-function: linear;*/
/*}*/

/*.about-section .images-column .pattern-layer {*/
/*    position: absolute;*/
    /*left: -70px;*/
    /*width: 745px;*/
    /*height: 732px;*/
/*    background-repeat: no-repeat;*/
/*    left: 0;*/
/*    top: -120px;*/
/*    width: 570px;*/
/*    height: 570px;*/
/*    background-size: contain;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*}*/

/*.about-section .images-column .images-outer {*/
/*    position: relative;*/
/*    top: -90px;*/
/*}*/

.about-section .images-column .image {
    position: relative;
    display: inline-block !important;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #684df4;
    width: 80%;
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);*/
}

.top-title {
    position: relative;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.title {
    margin-top: 10px;
    font-size: 32px;
}

.about-title .title {
    position: relative;
    max-width: 295px;
    color: #400095;
}

.about-section .about-title {
    margin-bottom: 25px;
}

.about-section .text {
    background: #e2e7fa;
    border-radius: 8px;
    padding: 35px 20px;
    margin-bottom: 25px;
}
.about-section .text p {
    /*text-align: justify;*/
    font-size: 15px;
    color: #3f0095;
}

.about-section ul li {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--body-color);
}

.about-section ul li:before {
    content: '\e90e';
    color: var(--primary-color);
    font-family: 'icomoon';
    margin-left: 20px;
    vertical-align: middle;
}

/*.about-content .theme-button {*/
/*    margin-top: 35px;*/
/*}*/

/*@keyframes rotateme {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes rotateme {*/
/*    from {*/
/*        -webkit-transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        -webkit-transform: rotate(360deg);*/
/*    }*/
/*}*/


.home-service {
    padding-top: 70px;
    padding-bottom: 40px;
    background: #f7f7f7;
}

.service-head {
    margin-bottom: 60px;
}

.service-item {
    margin-bottom: 30px;
    display: block;
}

.service-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 2px solid #eee;
    position: relative;
    overflow: hidden;
}

.service-icon:after {
    content: "";
    background-color: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: -1;
    border-radius: 50%;
    margin: 0 auto;
}

.service-icon:before {
    content: '';
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(rgba(0, 0, 0, 0), var(--primary-color), rgba(0, 0, 0, 0) 25%);
    animation: rotatea 4s linear infinite;
}

@keyframes rotatea {
    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

.service-item:hover .service-icon {
    transform: translateY(-10px);
    /*border: 2px solid var(--primary-color);*/
}

.service-card-title {
    font-size: 16px;
    margin-bottom: 15px;
        min-height: 60px;
}
.page-wrap.archive-service {
    padding-top: 130px;
}
.page-wrap.archive-service .service-item {
    margin-bottom: 50px;
}
.service-item p {
    padding-left: 20px;
    /*text-align: justify;*/
}

.course-section {
    padding: 80px 0 20px;
    background: #141D38;
}

.course-section .title {
    margin-bottom: 30px;

    color: #fff;
}

.course-head p {
    color: #c5c5c5;
}

.courseTab .nav-link img {
    max-width: 105px;
    filter: grayscale(100);
    margin-bottom: 5px;
    transition: all 0.3s;
}

#courseTab {
    justify-content: center;
}

.nav-link {
    color: #c5c5c5;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: 700;
    background-color: transparent;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    font-weight: 700;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    padding: 25px;
    position: relative;
    transition: all 0.3s;
}

.nav-tabs .nav-link:after {
    content: "";
    height: 5px;
    width: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: var(--primary-color);
    bottom: -2px;
    border-radius: 15px;
    transition: all 0.3s;
}

.nav-tabs .nav-link.active:after {
    width: 100%;
}

.nav-tabs .nav-link.active img, .nav-tabs .nav-link:hover img {
    filter: none;
}

.tab-content .tab-pane {
    padding: 40px 0;
}

.tab-content .tab-pane .course-title {
    margin-bottom: 30px;
    font-size: 22px;

    color: #fff;
}

.tab-content .tab-pane .course-cta {
    margin-top: 65px;
}

.home-customer {
    padding: 50px 0;
    background: #f7f7f7;
}

.swiper-customer {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0 18px #00000021;
}

.customer-item {
    background: #f0effc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.swiper-button-next, .swiper-button-prev {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #eee;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
    color: var(--body-color);
}

.magazine {
    padding: 60px 0;
}

/*.blog-item {*/
/*    margin-bottom: 30px;*/
/*}*/

.blog-item .entry-media {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--primary-color);
    transition: all 0.3s;
}

.blog-item .entry-media img {
    transition: all 0.3s;
}

.blog-item:hover .entry-media img {
    opacity: 0.7;
    transform: scale(1.06, 1.06);
}

.blog-item .post-date {
    color: var(--title-color);
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
}

.blog-item .post-date strong {
    color: var(--primary-color);
    font-size: 20px;
}

.card-title a:hover {
    color: var(--primary-color);
}

.more-link {
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
}

.more-link .icon-arrow-left {
    font-size: 20px;
    position: absolute;
    left: -27px;
    top: 1px;
    transition: all 0.3s;
}

.blog-item:hover .more-link .icon-arrow-left {
    left: -30px;
}

.logo-header {
    margin-left: 20px;
    display: block;
}

.ltr {
    direction: ltr;
    display: inline-block;
}


footer {
    background: #E2E8FA url(assets/images/footer_bg.jpg) no-repeat;
}

.logo-footer {
    max-width: 200px;
    display: block;
    margin-bottom: 30px;
}

.copyright-wrapper {
    padding: 22px 0;

    background: var(--primary-color);
}

.copyright {
    color: #fff;
}

.main-footer {
    padding-top: 85px;
    padding-bottom: 66px;
}

.footer-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin: -0.12em 0 35px 0;
    padding: 0 0 17px 0;
    color: var(--title-color);
}

.footer-title:before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer-title:after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    right: 96px;
    border-radius: 99px;
    border: 2px solid var(--primary-color);
}


.contact-card .icon-wrapper, .contact-info-wrap .contact-item .icon-wrapper {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
    border-radius: 5px;
    width: 44px;
    height: 44px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.icon-location {
    font-size: 24px;
}

footer .contact-item {
    margin-right: 15px;
}
footer .contact-card a:hover, .footer-menu a:hover {
    color: var(--primary-color) !important;
}
.contact-card:not(:last-child) {
    margin-bottom: 28px;
}

footer .contact-item p, .contact-inner p {
    margin-bottom: 0;
}

footer .contact-item a, footer .contact-item p, .contact-inner a, .contact-inner p {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
}

.footer-menu a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
    position: relative;
    color: var(--body-color);
}

.footer-menu a:before {
    content: "\e910";
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: icomoon;
    margin-left: 10px;
    font-size: 12px;
}

.footer-menu a:hover, .footer-menu a:hover:before {
    color: var(--primary-color);
}

.contact-item span {
    color: var(--body-color);
}

.footer-about p {
    margin-bottom: 25px;
    font-size: 14px;
}

.footer-social-wrap a {
    display: inline-flex;
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin-left: 8px;
    border-radius: 50%;
    color: var(--body-color);
    border: 1px solid var(--body-color);
    align-items: center;
    justify-content: center;
}

.footer-social-wrap a:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.footer-about {
    max-width: 380px;
}

.theme-button i {
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.page-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.page-header {
    background-color: #1c2c52;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 110px 0px;
}

.page-header .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: cover;
}

.page-wrap, .single-page, .page-shop-wrap > .product {
    position: relative;
    padding: 90px 0px 80px;
}

.single-meta, .tag-wrapper {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 30px;
    justify-content: space-between;
    border-radius: 4px;
}

.tag-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
}

ul.share-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.share-social a {
    margin-right: 5px;
    padding: 5px;
    color: var(--secondary-color);
    font-size: 16px;
}

.single-tags a {
    display: inline-block;
    margin-left: 5px;
    background-color: #d5cff7;
    padding: 7px 15px;
    line-height: 1;
    border-radius: 6px;
}

.single-tags a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.cat-post a:hover {
    color: var(--primary-color);
}

.cat-post a:not(:last-child):after {
    content: "";
    display: inline-block;
    background-color: var(--primary-color);
    border-radius: 30px;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: 0 5px;
}

.default-editor p {
    font-size: 15px;
    line-height: 28px;
}
.default-editor strong {
    font-weight: 700;
}
.default-editor {
    color: var(--body-color);
    font-size: 15px;
}

.default-editor li {
    margin-bottom: 10px;
}

.default-editor ul, .default-editor ol {
    margin-bottom: 15px;
}

.default-editor blockquote {
    border-radius: 8px;
    position: relative;
    background-color: var(--secondary-color);
    padding: 20px 20px;
    margin: 25px 0;
}

.default-editor blockquote:before {
    content: "\e908";
    font-family: icomoon;
    color: #fff;
    font-size: 52px;
    opacity: 0.1;
    position: absolute;
    top: -3px;
    right: 20px;
}

.default-editor blockquote p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 32px;
}
.default-editor ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background: var(--primary-color);
    margin-left: 8px;
    border-radius: 30px;
}

.default-editor table {
    width: 100%;
    margin: 25px 0;
    background-color: #f9f5ff;
}
.default-editor table th, .default-editor table td {
    padding: 15px;
    border: 1px solid #ccc;
}
.default-editor table th {
    background-color: #e0d3ff;
}
.related_section {
    padding: 70px 0;
    background-color: #f7f7f7;
}

.section-title {
    font-size: 26px;
    margin-bottom: 30px;
}

.comment-section {
    padding: 70px 0 0;
}


.logged-in-as a {
    padding: 5px 10px;
    border-bottom: 2px solid var(--secondary-color);
}

.comment-field label {
    margin-bottom: 10px;
}

.comment-field {
    position: relative;
    margin-bottom: 20px;
}

div.error {
    font-size: 13px;
    color: #f00;
    position: absolute;
    right: 0;
    bottom: -25px;
}

.form-submit {
    margin-top: 30px;
}
.comment-form {
    margin-bottom: 40px;
}
.comment_form_wrap {
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 20px 50px;
    border-radius: 6px;
}

.comment_list {
    width: 80%;
    margin: 0 auto;
}

.comment_list .children {
    margin-right: 40px;
}

.comment-card {
    padding: 30px;
    box-shadow: 0 0 30px #0000000f;
    border-radius: 6px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    background: #fff;
}

em.comment-awaiting-moderation, .woocommerce-review__awaiting-approval {
    margin-bottom: 20px;
    display: block;
    color: #f00;
}

.comment-meta {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.comment-left-meta {
    display: flex;
    align-items: center;
}

.comment-date {
    margin-left: 20px;
}

.comment-reply-link, #cancel-comment-reply-link {
    background: var(--secondary-color);
    padding: 6px 15px;
    border-radius: 4px;
    line-height: 1;
    font-size: 13px;
    color: #fff;
}

.comment-reply-link:hover, #cancel-comment-reply-link:hover {
    background: transparent;
    color: var(--secondary-color);
}

.comment-respond {
    margin: 30px 0;
}

.comment-respond .comment-reply-title {
    margin-bottom: 25px;
}

#cancel-comment-reply-link {
    margin-right: 20px;
}

.comment_name {
    font-size: 16px;
    color: var(--primary-color);
}
label {
    margin-bottom: 10px;
}


.contact-form-wrap form {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: 0;
}


.contact-info-wrap .contact-item {
    background: #E2E8FA;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.contact-info-wrap .contact-item > div {
    padding-right: 16px;
}


.breadcrumbs {
    position: relative;
}

.breadcrumbs * {
    color: #fff;
    font-size: 14px;
}

.sidebar-blog, .shop-sidebar {
    position: relative;
    padding: 45px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.widget-title {
    position: relative;
    margin-bottom: 30px;
}

.widget-title:after {
    content: "";
    right: 0;
    width: 35px;
    height: 4px;
    background-color: var(--secondary-color);
    bottom: -10px;
    display: block;
    position: absolute;
}

.widget ul li {
    position: relative;
    color: #555555;
    font-size: 16px;
    padding: 18px 0px 18px 0px;
    font-weight: 500;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    border-bottom: 1px solid #dddddd;
}

.widget ul li:last-child {
    border-bottom: 0;
}

.widget ul li a {
    position: relative;
    color: #555555;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.widget form label {
    display: none;
}
.widget input[type="search"], .widget input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
}
.widget button, .widget input[type="submit"] {
    padding: 12px 20px;
    min-width: auto;
}
.sidebar-blog .widget, .shop-sidebar .widget {
    margin-bottom: 50px;
}

.sidebar-blog .widget:last-child {
    margin-bottom: 0;
}

.sidebar-blog input[type="text"], .sidebar-blog input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 25px;
    border: 1px solid #dddddd;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 45px;
    color: #000000;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.pagination, .woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-direction: row-reverse;
}
.pagination a, .pagination span, .woocommerce-pagination a, .woocommerce-pagination span {
    position: relative;
    width: 50px;
    height: 50px;
    color: #777777;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block !important;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin: 7px 5px;
}

.pagination a:focus,
.pagination a:hover,
.pagination span:focus,
.pagination span:hover,
.pagination span.current,
.woocommerce-pagination a:focus,
.woocommerce-pagination a:hover,
.woocommerce-pagination span:focus,
.woocommerce-pagination span:hover,
.woocommerce-pagination span.current {
    color: #ffffff;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

.pagination .next.page-numbers, .pagination .prev.page-numbers,
.woocommerce-pagination .next.page-numbers , .woocommerce-pagination .prev.page-numbers {
    font-size: 16px;
    line-height: 53px;
}

a.next.page-numbers {
    transform: rotate(180deg);
}


.contact_page {
    padding-bottom: 0;
}
.contact-form-sec {
    padding: 50px 0;
    background: transparent url("assets/images/contact_bg2.png") no-repeat;
    background-size: contain;
    background-position: left center;
    margin-top: 50px;
}

.page-article {
    border-radius: 6px;
    box-shadow: 0 0 15px #0000000f;
    padding: 40px;
}
.theme-button.view:before {
    /*content: none;*/
    background-color: var(--primary-color);
}
.theme-button.view {
    padding: 12px 15px;
    background: var(--secondary-color);
}
p.woocommerce-result-count {
    margin-bottom: 0;
}
.product-item {
    border: 1px solid #ddd;

}
.product-item .entry-wrapper {
    padding: 20px 25px;
    border-top: 1px solid #ddd;
    background: #f4f4f4;
}
.product-item .woocommerce-loop-product__title {
    font-size: 18px;
}
.term-description, .page_desc {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.term-description p, .page_desc p {
    color: var(--title-color);
    font-size: 14px;
}
/*.top-product {*/
/*    margin-bottom: 30px;*/
/*}*/
.top-product .product-row {
    padding-bottom: 40px;
    /*border-bottom: 1px solid #eee;*/
}
.swiper.gallery-slider {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.gallery-thumbs .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
}
.top-product .entry-summary {
    padding-right: 30px;
}
.top-product .product_title {
    font-size: 24px;
    margin: 20px 0;
}
.top-product .en-title {
    font-size: 18px;
    color: #9f9f9f;
    margin-bottom: 15px;
}
.sku_wrapper strong, .posted_in strong, .tagged_as strong {
    font-weight: 700;
    color: var(--secondary-color);
    display: inline-block;
    margin-left: 7px;
}
.woocommerce-product-details__short-description {
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.woocommerce-product-details__short-description p {
    font-size: 15px;
}
.posted_in a:not(:last-child):after, .tagged_as a:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--secondary-color);
    vertical-align: middle;
    margin: 0 4px;
    border-radius: 10px;
}
.posted_in a:hover, .tagged_as a:hover {
    color: var(--secondary-color);
}
.woocommerce-tabs.wc-tabs-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.woocommerce-tabs .accordion-item {
    background-color: transparent;
    border: 0;
}
.wc-tabs li {
    margin: 15px 10px;
}
.wc-tabs li a {
    padding: 12px 25px;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    display: block;
}
.wc-tabs li.active a {
    background: var(--secondary-color);
}
.woocommerce-Tabs-panel {
    padding: 20px 0;
}
.related.products {
    padding: 60px 0;
}
.woocommerce-product-attributes {
    width: 100%;
    font-size: 15px;
}
.woocommerce-product-attributes th {
    background: #f7f7f7;
    font-weight: 700;
    width: 170px;
}
.woocommerce-product-attributes th, .woocommerce-product-attributes td {
    padding: 10px 15px;
}
.woocommerce-product-attributes tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.product-tab-wrapper {
    padding: 50px 0;
    background: #f7f7f7;
}
p.comment-form-cookies-consent {
    display: none;
}
.woocommerce-Reviews {
    padding: 0 40px;
}
/* star in single product */
.comment-form-rating > label {
    display: none;
}

.woocommerce-Reviews .stars {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 20px;
    padding: 0;
    margin: 0;
    direction: rtl;
}

.woocommerce-Reviews .stars span {
    position: relative;
    display: block;
    font-size: 0;
    height: 100%;
    z-index: 2;
}

.woocommerce-Reviews .stars a:before {
    display: none !important;
}

.woocommerce-Reviews .stars::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 20px;
    background-size: 20px;
    background-image: url("assets/images/star-empty.svg") !important;
    background-repeat: repeat-x;
    z-index: 1;
}

.woocommerce-Reviews .stars a {
    display: inline-flex;
    vertical-align: top;
    width: 20px !important;
    text-decoration: none;
    color: transparent;
    overflow: hidden;
    text-align: center;
    height: 20px;
    align-items: center;
    justify-content: center;
    transition: none;
}


.woocommerce-Reviews .stars a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    background-size: 20px;
    background-image: url("assets/images/star.svg") !important;
    background-repeat: repeat-x;
}

.woocommerce-Reviews .star-1.active::after,
.woocommerce-Reviews .star-1:hover::after,
.woocommerce-Reviews .star-1:focus::after {
    width: 20px;
}

.woocommerce-Reviews .star-2.active::after,
.woocommerce-Reviews .star-2:hover::after,
.woocommerce-Reviews .star-2:focus::after {
    width: 40px;
}

.woocommerce-Reviews .star-3.active::after,
.woocommerce-Reviews .star-3:hover::after,
.woocommerce-Reviews .star-3:focus::after {
    width: 60px;
}

.woocommerce-Reviews .star-4.active::after,
.woocommerce-Reviews .star-4:hover::after,
.woocommerce-Reviews .star-4:focus::after {
    width: 80px;
}

.woocommerce-Reviews .star-5.active::after,
.woocommerce-Reviews .star-5:hover::after,
.woocommerce-Reviews .star-5:focus::after {
    width: 100px;
}

.title-star-rating {
    height: 20px;
    position: relative;
    width: 100px;
    margin-right: auto;
}

.title-star-rating:before {
    background-image: url("assets/images/star-empty.svg") !important;
    background-repeat: repeat-x;
    background-size: 16px;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.title-star-rating > span {
    display: block;
    text-indent: -10000px;
    width: 100px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    left: 0;
}

.title-star-rating > span:before {
    background-image: url("assets/images/star.svg") !important;
    background-repeat: repeat-x;
    background-size: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}

.woocommerce-Reviews .stars {
    display: inline-flex;
    vertical-align: top;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
/*Review card*/
.woocommerce .star-rating {
    position: relative;
    display: block;
    font-size: 0;
    height: 100%;
    z-index: 2;

    overflow: hidden;
    height: 20px;
    width: 105px;
}

.woocommerce .star-rating:before {
    content: "";
    background: transparent url("assets/images/star-empty.svg");
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    height: 20px;
    width: 105px;
    background-size: contain;
}

.woocommerce .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    height: 20px;
}

.woocommerce .star-rating span:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: url("assets/images/star.svg");
    background-size: contain;
    height: 20px;
    width: 100%;
}
.contact-map iframe {
    width: 100%;
}

.single-tags a {
    margin-bottom: 10px;
}

.site-header.sticky .logo-header {
    max-width: 80px;
}
.site-header.sticky .main-menu > li > a {
    padding: 25px 0;
}
.site-header.sticky .main-menu > li > a:before {
    bottom: 16px;
}

.quick-button.search,.search-icon {
    width: 30px;
    height:30px;
    background: transparent url('assets/images/search.svg') no-repeat;
    background-size: contain;
    display: inline-block;
        min-width: 30px;
}
.search-holder {
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.search-holder .search-form {
    padding: 30px;
    background: #141d38;
}

.search-holder.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.search-holder--form {
    display: flex;
    align-items: center;
    position: relative;
}

.search-holder--form .preloader {
    position: absolute;
    left: 100px;
    top: 0;
    width: 30px;
    height: 30px;
}

.search-holder--form .preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    margin: auto;
    color: #fff;
    z-index: 100;
    transform: translate(-50%, -50%);
    animation: rotator 1.4s linear infinite;
    width: 2.125rem;
    transition: opacity 1s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.search-holder--close {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-holder--form .preloader .path {
    stroke: currentColor;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}


.search-holder--form .loader-image {
    position: absolute;
    width: 20px;
    color: #fff;
    margin-left: 0;
    top: 0;
    bottom: 0;

}

.search-holder--form button {
    padding: 10px;
    min-width: 40px;
    margin-left: 10px;
    background: transparent;
}
.search-holder--form button .search-icon {
     filter: brightness(10) invert(1);
}
.search-holder--form .search-form-input {
    background-color: transparent;
    border: 0;
    font-size: 26px;
    color: #fff;
    width: 90%;
    height: 40px;
    margin-left: 10%;
}
.search-holder--form .search-form-input::placeholder {
  opacity: 0.7;
  font-size: 26px;
}
.search-holder--form .search-form-input:focus {
    background-color: transparent;
    color: #fff;
    border: 0 !important;
}
.klb-search-results {
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    padding: 45px 0;
    overflow-y: auto;
}

.klb-search-results .search-title {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.klb-search-results .search-result-card {
    margin-bottom: 15px;
}
.search-card-title:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: var(--primary-color);
    margin-left:10px;
    border-radius: 50px;
}

.klb-search-results .noresults {
    font-size: 18px;
    text-align: center;
}
.klb-search-results .search_result_btn {
    margin-top: 30px;
}
.klb-search-results .theme-button {
    padding: 15px 35px;
}


.home-service .title, .course-head .top-title, .blog-head .title  {
    background: #684df4;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    min-width: 390px;
    line-height: 1.5;
}

.home-service .top-title, .blog-head .top-title {
    display: block;
}

.blog-item {
    border-radius: 15px;
    background: #e2e7fa;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-item .card-title {
    text-align: center;
    font-size: 16px;
        flex: auto;
}

.blog-item .entry-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}
.blog-item .entry-content p {
    font-size: 13px;
    text-align: justify;
}
.blog-item .entry-media {
    margin-bottom: 0;
}
.header-search {
    display: inline-flex;
    flex-direction: row-reverse;
    vertical-align: middle;
    margin-left: 5px;
    width: 200px;
}
.header-search .form-control {
    padding: 12px 25px;
}

.header-search .quick-button.search {
    background-color: #684df4;
    color: #fff;
    margin: 0;
    height: 45px;
    width: 49px;
    text-align: center;
    background-size: 25px;
    background-position: center;
}
.header-search .form-control {
    background: transparent;
    border: 2px solid #684df4;
    border-radius: 8px;
}
.cta-phone a, .theme-button, input[type="submit"], button {
    border-radius: 8px;
}
.service-item {
    background: #fff;
    border-radius: 15px;
    border: 2px solid #dadada;
    text-align: center;
}
.service-card-title {
    color: #400094;
}
.service-item p {
    padding: 0px 18px;
    text-align: justify;
}
.home-service {
    background: #e2e7fa url(assets/images/service-bg.png) no-repeat center;
    background-size: 100% auto;
}
.service-icon {
    margin-top: -60px;
    border: 2px solid #684df4;
}
.service-head {
    margin-bottom: 120px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1199px) {

    .hero-style3 {
        padding: 200px 0 50px 0;
        max-width: 440px;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-wrapper .hero-shape1 {
        top: 0;
        max-width: 700px;
    }

    .hero-wrapper {
        padding-bottom: 40px;
    }
    
    .cta-phone a {
        min-width: 125px;
    }
    .main-menu a {
        font-size: 13px;
    }
    .main-menu > li > a {
        padding: 25px 0;
    }
    .main-menu > li > a:before {
        bottom: 18px;
    }
    .header-search {
        width: 172px;
    }
    .about-content {
        margin-top: 0;
    }
    .about-section .row {
            align-items: center;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .sidebar-blog, .shop-sidebar {
        padding: 28px 20px;
    }
}
@media screen and (max-width: 992px) {
    .images-column {
        margin-top: 30px;
    }
    footer {
        background-image: none;
    }

    .menus-col {
        order: 3;
        margin-top: 30px;
    }

    .contact-col {
        order: 2;
    }

    .about-section {
        padding-top: 100px;
    }

    .site-header {
        padding: 20px 0;
    }

    .hero-wrapper .hero-img {
        display: none;
    }

    .hero-wrapper {
        padding-top: 75px;
    }

    .hero-wrapper .hero-img-phone {
        display: block;
        text-align: center;
        margin: 0 auto 40px;
        position: relative;
        max-width: 400px;
    }

    .hero-style3 {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 90%;
    }

    .hero-wrapper .hero-shape1 {
        top: 100px;
        max-width: 500px;
    }

    #site-header {
        padding: 10px 0;
    }
    .page-header {
        padding: 50px 0px;
    }
    .swiper.gallery-slider, .gallery-thumbs {
        width: 70%;
    }
    .swiper.gallery-slider {
        margin-top: 40px;
    }
    .woocommerce-Reviews {
        padding: 0;
    }
    .comment_list {
        width: 100%;
    }
    .about-section .images-column .images-outer {
        top: 0;
    }
    .course-section {
        padding: 80px 0 0px;
    }
    
    .search-card-title {
        font-size: 15px;
    }
    .klb-search-results .noresults {
        font-size: 16px;
    }
    .service-item {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .footer-about {
        max-width: 100%;
    }
    .contact-col {
        margin-top: 30px;
    }

    .main-footer {
        padding-top: 60px;
    }

    .hero-title {
        font-size: 40px;
    }
    .sidebar_wrap {
        position: fixed;
        right: -300px;
        width: 300px;
        top: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 0 10px #0000002e;
        padding: 15px;
        transition: all .3s;
        height: 100%;
    }
    .sidebar_wrap.active {
        right: 0;
    }
    .sidebar_head {
        background: var(--light-bgcolor);
        padding: 12px 15px;
        margin-bottom: 25px;
        border-radius: 15px;
        position: relative;
    }
    .sidebar_head h5 {
        font-size: 16px;
    }
    .sidebar_head .close-sidebar {
        position: absolute;
        left: 15px;
        top: 11px;
        width: 25px;
        height: 25px;
        display: inline-block;
        cursor: pointer;
    }
    .shop-sidebar {
        height: 100%;
        overflow-y: auto;
        box-shadow: none;
        padding: 20px;
    }
    .sidebar-blog .widget, .shop-sidebar .widget {
        margin-bottom: 30px;
    }
    .search-holder--form .search-form-input::placeholder {
      font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .home-service {
        background-size: cover;
    }
    .header-search {
        width: 100%;
    }
    .logo-header {
        margin-left: 0;
    }

    .about-section .images-column .pattern-layer {
        display: none;
    }

    .blog-item .entry-media img {
        width: 100%;
    }

    .hero-wrapper .hero-shape1 {
        top: auto;
        max-width: 500px;
        bottom: 30px;
        right: 20px;
        left: auto;
    }

    .about-section {
        padding-bottom: 0;
    }

    .service-item {
        text-align: center;
    }
    .swiper.gallery-slider, .gallery-thumbs {
        width: 100%;
    }
    .product-tab-wrapper .accordion-flush .accordion-item {
        display: block !important;
    }
    .accordion-flush .accordion-item .accordion-button {
        border-radius: 10px;
        background: var(--primary-color);
        color: #fff;

    }
    .accordion-item {
        border: 0;
    }
    .accordion-button:not(.collapsed) {
        background-color: var(--secondary-color);
        box-shadow: none;
    }
    .accordion-button::after {
        -webkit-filter: brightness(10);
        filter: brightness(10);
    }
    .accordion-collapse {
        padding-top: 25px;
    }
    .single-tags {
        margin-bottom: 15px;
    }
    .page-wrap, .single-page, .page-shop-wrap > .product {
        padding: 40px 0px;
    }
    .comment_form_wrap {
        margin-bottom: 20px;
        padding: 20px 30px;
    }
    .page-title {
        font-size: 24px;
    }
    .contact-form-sec {
        margin-top: 0;
    }
    .footer-title {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .footer-menu a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .logo-footer {
        margin-bottom: 10px;
    }
    .page-article {
        padding: 18px;
    }
    .search-holder .search-form {
        padding: 15px 0;
    }
    .search-holder--form .search-form-input {
        font-size: 18px;
        margin-left: 2%;
    }
    .search-holder--form button {
        padding: 5px;
        min-width: 34px;
    }
    .klb-search-results {
        padding: 30px 0;
    }
    
    .hero-title {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .about-section {
        padding-top: 60px;
    }
    .copyright-wrapper {
        padding: 12px 0;
    }
    .copyright {
        font-size: 12px;
    }
    .main-footer {
        padding-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .cta-phone a {
        font-size: 13px;
        padding: 12px 20px;
        min-width: 115px;
    }
    .klb-search-results .theme-button {
        min-width: 100%;
    }
    .hero-wrapper .hero-img-phone {
        max-width: 340px;
    }
    .home-service .title, .course-head .top-title, .blog-head .title {
        min-width: 100%;
        font-size: 28px;
    }
}
@media screen and (max-width: 375px) {
    .quick-button.search, .search-icon {
        width: 25px;
        height: 24px;
        min-width: 25px;
        margin-left: 10px;
        padding: 0;
    }
    .hero-title {
        font-size: 36px;
    }
}
.course-text p {
    color: #fff;
}
