/*
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: '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-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-family: "Libre Franklin", sans-serif;
    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 {
    font-size: 15px;
    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: #f5c032;
    --secondary-color: #2e2e2e;
    --title-color: #141D38;
    --body-color: #333333;
    --light-bgcolor: #f4f4f4;
    --red-color: #f00;
}

body {
    margin: 0;
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    direction: ltr;
    background: #fff;
}

.form-control,
select, textarea,
.wpcf7-form-control {
    border-radius: 10px;
    height: 45px;
    padding: 12px 25px;
    border: 1px solid #eee;
    transition: all 0.3s;
    font-size: 13px;
}
.wpcf7-form-control {
    width: 100%;
}
form label {
    display: block;
}
.wpcf7-submit {
    margin-top: 16px;
}
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,
.wpcf7-form-control:focus {
    border: 1px solid var(--primary-color) !important;
    outline: 0;
    box-shadow: none;
    background: #fff;
}

a {
    text-decoration: none;
}

.site-header {
    background-color: #fff;
    color: #000;
}
.inner-header {
    background-color: #eee;
}
.logo-header {
    margin-right: 20px;
    display: block;
    max-width: 120px;
}
.site-header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    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: 23;
}
.site-header.sticky .logo-header {
    max-width: 70px;
}
.site-header.sticky .main-menu > li > a {
    padding: 27px 0;
}
.main-menu li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu > li {
    margin: 0 24px;
}

.main-menu > li > a {
    padding: 47px 0;
    position: relative;
}

.main-menu > li > a:before {
    content: "";
    height: 3px;
    background-color: #f5c032;
    left: 0;
    width: 0;
    bottom: 35px;
    position: absolute;
    transition: all 0.3s;
}
.site-header.sticky .main-menu > li > a:before {
    bottom: 20px;
}
.main-menu > li:hover > a:before , .main-menu .current-menu-item a:before {
    width: 100%;
}

.main-menu li:first-child {
    margin-left: 0 !important;
}

.main-menu a {
    display: block;
    position: relative;
    font-size: 15px;
    color: var(--title-color);
    text-transform: uppercase;
}

.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 {
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    transform: rotateY(180deg);
}

#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: 1.875rem;

}

.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);
}

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(--secondary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 20px;
    min-width: 144px;
    border-radius: 8px;
}

.theme-button span:not(.btn-icon) {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.theme-button:hover span:not(.btn-icon), 
.theme-button:focus span:not(.btn-icon) {
    width: 200%;
    height: 500px;
}
.theme-button:hover {
    color: var(--secondary-color);
}

.theme-button.large {
    min-width: 200px;
    background-color: var(--primary-color);
}

.call-btn {
    display: flex;
    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;
}

.cta-phone {
    display: inline-block;
}

.header-left {
    text-align: right;
}

.quick-button {
    display: inline-block;
    background: transparent;
    border: 0;
    margin-left: 20px;
    display: none;
}

.cta-phone a {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 0 6px 20px;
    min-width: 144px;
}
.theme-button .btn-icon {
    background-color: var(--secondary-color);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    margin-left: 6px;
    color: #fff;
    vertical-align: middle;
}
@-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)
    }
}
.caption-top-title {
    color: var(--primary-color);
    letter-spacing: 2.4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.home_slider,
.home_slider .carousel,
.home_slider .carousel-inner {
    height: 600px;
    overflow: hidden;
}

.home_slider .carousel-item img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    max-height: 600px;
}
.home_slider .theme-button {
    background-color: #fff;
    min-width: 180px;
    color: var(--secondary-color);
}
.home_slider .theme-button span {
    background-color: var(--primary-color);
}
.carousel-caption {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 0 80px;*/
    padding: 50px 20px 70px;
    width: 100%;
}
.caption-title {
    font-size: 46px;
    line-height: 62px;
    color: #fff;
    margin-bottom: 25px;
}
.about-section, .clients-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
}
.clients-section {
    padding-bottom: 100px;
}
.about-section .text {
    padding-right: 50px;
    margin-bottom: 30px;
}
.clients-section .clients-content {
    padding-left: 50px;
}
.clients-section .image img {
    border-radius: 35px;
}
.about-section .image {
    position: relative;
}

.top-title {
    position: relative;
    color: var(--primary-color);
    font-size: 16px;
    letter-spacing: 1.2px;
    text-shadow: 0 0 1px #f5c032;
}

.service-card-title:after, 
.clients-title .title:after,
.about-title .title:after {
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    background: #f5c032;
}

.about-title, .clients-title {
    margin-bottom: 25px;
}
.title {
    font-size: 32px;
}
.about-title .title {
    position: relative;
}

.about-section .text p, .clients-section .text p {
    margin-bottom: 7px;
    text-align: justify;
    font-size: 15px;
}
.text ul li {
    color: var(--body-color);
    font-size: 15px;
    margin-bottom: 10px;
}
.text ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--primary-color);
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.about_play {
    position: absolute;
    top: 0%;
    right: 13%;
}
a.banner-play-btn {
    width: 142px;
    height: 142px;
    border-radius: 71px;
    background-color: var(--primary-color) !important;
    overflow: hidden;
    line-height: 142px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.text-inner:before {
    position: absolute;
    content: "";
    top: 44%;
    left: 0%;
    height: 16px;
    width: 16px;
    background: #fff !important;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}
.text-inner {
    animation: circle 15s linear infinite;
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
}
.text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.text-inner text {
    fill: #ffffff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.circle {
    animation: circle 15s linear infinite;
}
.right {
animation: right 15s linear infinite;
}
.spin2 {
animation: spin2 15s linear infinite;
}



.home-service {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f0f7ef;
    overflow: hidden;
}

.service-head {
    margin-bottom: 30px;
}

.service-item {
    display: block;
    background-color: #fff;
    z-index: 1;
    border-radius: 10px;
    height: 100%;
    padding: 50px 24px 45px;
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden;
}

.service-icon {
    max-width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
}

.service-card-title {
    font-size: 16px;
    margin-bottom: 15px;
}

/* .service-item p {
    padding-right: 20px;
    text-align: justify;
} */

.project-section {
    padding: 80px 0;
    background: var(--secondary-color);
    z-index: 0;
}
.project-section .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}
.swiper-pagination-bullet {
    opacity: .15;
    border-radius: 30px;
    width: 12px;
    height: 8px;
    margin: 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1) !important;
    width: 64px;
}
.project-section .bg-shape-2, 
.project-section .bg-shape-1,
footer .bg-shape-1, .abs-shape {
    top: 0;
    z-index: -1;
    mix-blend-mode: difference;
    pointer-events: none;
    width: 100%;
    max-width: 370px;
    position: absolute;
}
.project-section .bg-shape-1,
footer .bg-shape-1 {
    left: 0;
}
.project-section .bg-shape-2, .bg-shape {
    left: inherit;
    right: 0;
    bottom: 0;
    top: auto;
}
.project-section .sub-title, 
.home-service .sub-title,
.page-inner-head .sub-title {
    color: var(--primary-color);
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    border: 1px dashed #fff;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 20px;
    padding: 2px 10px;
    display: inline-flex;
}

.home-service .sub-title, 
.page-inner-head .sub-title {
    border-color: #9f9f9f;
}
.project-section .sec-heading {
    max-width: 550px;
    margin-bottom: 30px;
}
.project-section .sec-heading .title,
.home-service .title,
.page-inner-head .title {
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 25px;
}
.home-service .title, 
.page-inner-head .title {
    color: var(--body-color);
}
.project-section .sec-heading .title span,
.page-inner-head .title span {
    color: var(--primary-color);
}

.project-card {
    border-radius: 8px;
    /* height: 350px; */
    padding: 0;
    position: relative;
    overflow: hidden;
}

.project-card-title {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    padding-left: 15px;
}
.swiper-projects {
    padding-bottom: 60px;
}

.marquee_area {
    background: #fff;
    padding: 15px 0 45px;
}
.marquee {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0;
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.marquee.style2 .marquee-block h3 {
    font-size: 120px;
    font-weight: 700;
    margin: 0 50px 0 50px;
    -webkit-background-clip: text;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, var(--primary-color) 50%, var(--primary-color) 50%, var(--primary-color));
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
}

.marquee.style2 .marquee-block span {
    color: var(--primary-color);
    font-size: 120px;
    font-weight: 700;
}
@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.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);
}

.card-title a:hover {
    color: var(--primary-color);
}

.ltr {
    direction: ltr;
    display: inline-block;
}

footer {
    background: var(--secondary-color);
    color: #fff;
}

.logo-footer {
    max-width: 100px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -54px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    z-index: 99;
}
.footer-bg {
       width: 500px;
    height: 200px;
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    top: -43px;
    margin: 0 auto;
    text-align: center;
    opacity: 0.2;
}
.copyright-wrapper {
    padding: 12px 0;
    background: #f3f3f3;
    text-align: center;
    color: #626262;
}
.logo-bg {
    position: absolute;
    right: -110px;
    top: -33px;
    opacity: 0.3;
}
.main-footer {
    padding-top: 120px;
    padding-bottom: 66px;
    z-index: 0;
    overflow: hidden;
}

.footer-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 17px 0;
    color: #fff;
}

.footer-title:before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-card .icon-wrapper, 
.contact-info-wrap .contact-item .icon-wrapper {
    color: #fff;
    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: 15px;
}

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;
    color: #fff;
}

.footer-menu a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
    position: relative;
    color: #fff;
}

.footer-menu a:before {
    content: "\e910";
    border: none;
    color: inherit;
    font-family: icomoon;
    margin-right: 10px;
    font-size: 10px;
    transform: rotate(-180deg);
    display: inline-block;
}

.footer-menu a:hover, .footer-menu a:hover:before {
    color: var(--primary-color);
}

.footer-about p {
    margin-bottom: 25px;
    color: #e2e2e2;
    font-size: 14px;
}

.footer-social-wrap a {
    display: inline-flex;
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin-left: 8px;
    border-radius: 50%;
    color: #e2e2e2;
    border: 1px solid #e2e2e2;
    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 {
    margin-top: 30px;
    max-width: 380px;
}

.theme-button i {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 6px;
}

.cta-phone .theme-button i {
    transform: rotate(317deg);
    margin: 0;
}

.page-title {
    font-size: 41px;
    color: #fff;
    margin-bottom: 0;
}

.page-header {
    background-color: #d0a61a;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 80px 0px;
    background-size: cover;
}

.page-header-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-color: #9d7b09;
    opacity: 0.7;
}

.page-wrap {
    position: relative;
    padding: 90px 0px 80px;
}
.page-wrap.not-found {
    padding-bottom: 120px;
}

.default-editor p {
    font-size: 15px;
    line-height: 28px;
}

.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;
}

.section-title {
    font-size: 26px;
    margin-bottom: 30px;
}

label {
    margin-bottom: 10px;
}

.contact-form-wrap form {
    position: relative;
}
.contact-map {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact_page {
    background-color: #ecf0f0;
}
.contact-info-box .contact-item {
    background: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 30px 25px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.contact-icon {
    background: #d8e5e5;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    margin-bottom: 22px;
    display: inline-flex;
}
.contact-icon i {
    color: var(--primary-color);
    font-size: 32px;
}

.contact-info-box .contact-item p, .contact-info-box .contact-item a {
    max-width: 100%;
    margin: 0 auto;
    color: #8a8a8a;
}

.breadcrumbs {
    position: relative;
}

.breadcrumbs * {
    color: #fff;
    font-size: 14px;
}
.contact-form-section {
    padding: 40px 0 100px;
}
.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;
}
.contact-form-wrap {
    background-color: #fff;
    border-radius: 12px;
    padding: 60px 50px;
}
.page_desc {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.page_desc p {
    color: var(--title-color);
    font-size: 14px;
}

.contact-map iframe {
    width: 100%;
}

.goal-section {
    padding-top: 120px;
    padding-bottom: 100px;
}
.radius img {
    border-radius: 30px;
}
.about-content.goal {
    padding-top: 60px;
    padding-left: 40px;
}

.not-found-title {
    font-size: 46px;
    margin-bottom: 35px;
    text-align: center;
}
.carousel-indicators {
    z-index: 999;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators [data-bs-target] {
    min-width: 90px;
    height: 4px;
}

.clients-content_inner {
    align-items: flex-end;
    flex-wrap: wrap;
}
.clients-content_inner .text {
    width: 73%;
}
.clients-content_inner img { 
    margin-left: 30px;
}

/*RESPONSIVE*/
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .sidebar-blog, .shop-sidebar { 
        padding: 28px 20px;
    }
}
@media screen and (max-width: 992px) {
    .menus-col {
        order: 3;
        margin-top: 30px;
    }
    .contact-col {
        order: 2;
    }
    .carousel-caption {
        padding: 50px 20px;
    }

    .about-content {
        margin-bottom: 40px;
    }

    .about_play {
        right: 0;
    }
    a.banner-play-btn {
        width: 118px;
        height: 118px;
        line-height: 118px;
    }
    .text-inner svg {
        width: 87px;
    }
    .clients-content_inner .text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footer-about {
        max-width: 100%;
    }

    .contact-col {
        margin-top: 30px;
    }

    .main-footer {
        padding-top: 60px;
    }

    .main-menu > li {
        margin: 0 16px;
    }
    .main-menu > li > a {
        padding: 20px 0;
    }
    .main-menu a {
        font-size: 14px;
    }
    .logo-header {
        margin-right: 0;
        max-width: 100%;
    }
    .main-menu > li > a:before {
        bottom: 0;
    }
    .cta-phone a {
        font-size: 12px;
        min-width: 100%;
    }
    .theme-button .btn-icon {
        width: 28px;
        height: 28px;
        font-size: 17px;
        margin-right: 6px;
    }
    .home_slider, .home_slider .carousel, .home_slider .carousel-inner {
        height: auto;
    }

    .service-item {
        padding: 30px 24px;
    }
    .service-icon {
        max-width: 74px;
        height: 74px;
    }
    .clients-section .image img {
        border-radius: 20px;
        margin-bottom: 25px;
    }
    .page-wrap {
        padding: 40px 0p;
    }
    .page-article {
        padding-top: 0 !important;
    }
    .about-content.goal {
        padding-left: 0;
    }
    .contact-info-box > div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .mobile-menu-order {
        order: -1;
    }
    .site-header.sticky .logo-header {
        margin: 0 auto;
    }

    .caption-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .home_slider, .home_slider .carousel, .home_slider .carousel-inner {
        height: 400px;
    }
    .home_slider .theme-button {
        min-width: 100%;
        padding: 13px 16px;
        font-size: 13px;
    }
    .carousel-item {
        height: 100%;
    }
    .about-section .text {
        padding-right: 0;
    }
    .about-section {
        padding-top: 45px;
    }
    .clients-section .clients-content {
        padding-left: 0;
    }
    .marquee.style2 .marquee-block span, .marquee.style2 .marquee-block h3 {
        font-size: 64px;
    }
    .project-section .sec-heading .title, .home-service .title, .page-inner-head .title {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    .cta-phone a {
        font-size: 13px;
        padding: 12px 10px;
        min-width: 115px;
    }
    .theme-button .btn-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
        margin-right: 0px;
    }
    a.banner-play-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .text-inner svg {
        width: 62px;
    }
}
