/*
Theme Name: unixa
Theme URI:
Author: Unixaweb Agency
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: unixa
*/
/* 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: "Nunito", 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: #727272;
}

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: #FFF8F8;
    --secondary-color: #d30f01;
    --title-color: #141D38;
    --body-color: #333333;
    --light-bgcolor: #f4f4f4;
    --red-color: #d30f01;
}

body {
    margin: 0;
    font-family: "Nunito", 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: 14px 25px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
    font-size: 14px;
    margin-bottom: 15px;
}
.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 #e0e0e0;
    box-sizing: border-box;
    transition: all 0.3s;
}
.form-control:focus, 
input[type="search"]:focus , 
textarea:focus,
.wpcf7-form-control:not(.wpcf7-submit):focus {
    border: 1px solid var(--body-color) !important;
    outline: 0;
    box-shadow: none;
}
form input[type=submit] {
    padding: 14px 20px !important;
}

a {
    text-decoration: none;
}

.site-header {
    background-color: #fff;
    color: #000;
}

.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: 10px 0;
}
.main-menu li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu > li {
    margin: 0 24px;
}

.main-menu > li > a {
    padding: 15px 0;
    position: relative;
    font-weight: 500;
}

.main-menu > li > a:after {
    content: "";
    height: 3px;
    background-color: var(--secondary-color);
    left: 0;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.3s;
}

.main-menu > li:hover > a:after , .main-menu .current-menu-item a:after {
    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;
}

.cta-link svg {
    width: 32px;
    height: 32px;
    fill: var(--secondary-color);
}

.btn-icon i {
    font-size: 12px;
}
@-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;
}

.site-offcanvas {
    position: fixed;
    width: 20rem;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999;
    will-change: transform;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.3s;
    padding: 1.25rem 1.25rem 0 1.25rem;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.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;
    

}

.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 15px 0;
    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: 10px 20px;
    min-width: 144px;
    border-radius: 8px;
    backface-visibility: hidden;
}
.theme-button:focus, input[type="submit"]:focus, button:focus {
    color: var(--secondary-color);
}
.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;
    padding: 16px 25px; 
    /* background-color: var(--primary-color); */
}
.theme-button.large i {
    font-size: 12px;
}
.header-left {
    text-align: right;
}

.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)
    }
}

.hero-section {
    position: relative;
    background:
    radial-gradient(
        circle at 80% 50%,
        rgba(255, 84, 84, 0.12) 0%,
        rgba(255, 84, 84, 0.06) 25%,
        transparent 60%
    ),
    radial-gradient(
        circle at 20% 20%,
        rgba(255,255,255,0.9) 0%,
        transparent 60%
    ),
    #fafafa;
}
.scroll-down a {
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.scroll-down a:hover, a:hover {
    color: var(--secondary-color);
}
.scroll-down i {
    font-size: 8px;
}

#hero-badge:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF5A5F;
    display: inline-block;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(255,90,95,.5);
    animation:pulse 2s infinite;
}
@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(255,90,95,.4);
    }
    70%{
        box-shadow:0 0 0 8px rgba(255,90,95,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(255,90,95,0);
    }
}

.section-label {
    display:flex;
    align-items:center !important;
    gap:16px;
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#E5484D;
}

.section-label:before{
    content:"";
    width:32px;
    height:2px;
    background:#E5484D;
    border-radius:10px;
    margin-right: 12px;
}
.custom-card {
    position: relative;
    transition: all 0.3s;
}
.text-link {
    color: #000;
}
.shadow-card, .custom-card {
    box-shadow:
    0 10px 30px rgba(229, 72, 77, 0.04),
    0 2px 6px rgba(229, 72, 77, 0.03);
}
.custom-card:hover{
    transform: translateY(-6px);
}
.custom-card:after, .footer-widget .wp-block-paragraph:after {
   content:"";
   width: 30px; 
   height: 4px;
   background-color: var(--secondary-color);
   display: block;

}
.custom-card:after {
   position: absolute;
   bottom: 28px;
}
.site-footer {
    padding-top: 66px;
    background: #080808;
    background-color:#080808;
    overflow: hidden;
}
.site-footer a {
    color: #a3a3a3;
}
.site-footer:before{
    content:"";
    position:absolute;
    left:-120px;
    bottom:-120px;
    width:400px;
    height:400px;
    border-radius:50%;
    background-color: #d30f011c;
    filter: blur(100px);
    pointer-events: none;
}
.footer-widget .widget-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-widget .menu-main-container li {
    margin-bottom: 10px;
}
.footer-widget .menu-main-container a {
    font-size: 16px;
    padding: 7px 12px 7px 16px;
    position: relative;
}
.footer-widget .menu-main-container a:before,
.card-badge:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.card-badge:before {
    width: 8px;
    height: 8px;
    margin-right: 6px;
}
.footer-widget .menu-main-container a:before {
    position: absolute;
    left: 0;
    top: 15px;
}
.card-tags .elementor-icon-list-item,
.dark-tags .elementor-icon-list-item {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    line-height: 1;
    padding: 6px 8px !important;
}
.dark-tags .elementor-icon-list-item {
    border-color: #000;
    margin-bottom: 6px !important;
}
.footer-widget .menu-main-container a:hover {
    color: var(--secondary-color);
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-widget.wp-block-paragraph,
.footer-widget .contact-item p {
    color: #a3a3a3;
}
.footer-widget .wp-block-paragraph:after {
    width: 60px;
    height: 1px;
    margin-top: 15px;
}
.footer-widget .wp-block-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #363636;
}
.footer-widget .wp-block-social-links a:hover {
    background: #363636bf;
}
.footer-widget .wp-block-social-links a svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.footer-widget .wp-block-social-links a:hover svg {
    fill: var(--secondary-color);
}
.footer-widget .wp-block-heading {
    margin-bottom: 20px;
}

.footer-widget .icon-wrapper.wp-block-icon {
    border-radius: 18px;
    border: 1px solid var(--secondary-color);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-widget .icon-wrapper.wp-block-icon svg {
    fill: var(--secondary-color);
}
.footer-widget .contact-item a {
    font-size: 16px;
    color: #fff;
}
.footer-widget .contact-item a:hover {
    opacity: 0.7;
}

.ltr {
    direction: ltr;
    display: inline-block;
}

.copyright-wrapper {
    padding: 12px 0;
    margin-top: 40px;
    border-top: 1px solid #2b2b2b;
}
.copyright, .develop-by {
    color: #626262;
}

.page-title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.page-wrap {
    position: relative;
    /* padding: 90px 0px 80px; */
}
.archive-project {
    padding-top: 90px;
}
.page-wrap.not-found {
    padding-bottom: 120px;
}

.default-content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #111;
}

.default-content {
    color: #111;
    font-size: 15px;
}

.default-content li {
    margin-bottom: 10px;
}

.default-content ul, .default-content ol {
    margin-bottom: 15px;
}

/* .default-content blockquote {
    border-radius: 8px;
    position: relative;
    background-color: var(--secondary-color);
    padding: 20px 20px;
    margin: 25px 0;
} */

/* .default-content blockquote:before {
    content: "\e908";
    font-family: icomoon;
    font-size: 52px;
    opacity: 0.1;
    position: absolute;
    top: -3px;
    right: 20px;
} */

.default-content blockquote p {
    /* color: #fff; */
    font-size: 18px;
    margin-bottom: 0;
    line-height: 32px;
}
.default-content h2, 
.default-content h3, 
.default-content h4, 
.default-content h5, 
.default-content h6 {
    /* color: #111; */
    margin-bottom: 15px;
}
.default-content h2, 
.single-page .section-title {
    font-size: 28px;
}
.default-content h3 {
    font-size: 24px;
}
.default-content h4 {
    font-size: 20px;
}
.default-content h5 {
    font-size: 18px;
}
.default-content h6 {
    font-size: 16px;
}

.default-content img, .single-thumbnail img {
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 30px;
}
.single-thumbnail img {
    display: inline-block;
}
.custom-editor:not(.color-bg) .default-content {
    color: #111;
}
.single-page p {
    color: #1E1E1E;
}
.overview-card_wrapper {
    border: 1px solid var(--secondary-color);
    padding: 24px 12px 0;
    border-radius: 30px;
}
.overview-card {
    margin-bottom: 16px;
}
.overview-card .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.custom-editor {
    padding: 30px 0;
}

.retro-card {
    border-radius: 12px;
    border: 1px solid var(--secondary-color);
    padding: 29px 40px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.retro-card_top {
    flex: auto;
}
.retro-card .number {
    color: var(--secondary-color);
    font-size: 12px;
}
.retro-card .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.retro-card .desc {
    color: #666666;
    line-height: 24px;
}
.horizontal-card {
    padding: 12px;
    margin-bottom: 20px;
}
.primary-title, .primary-text {
    color: var(--secondary-color);
}

.color-bg .default-content *,
.primary-bg  .project-top_title {
    color: #fff;
}
.primary-bg {
    background-color: var(--secondary-color);
}
.problem-section {
    margin-top: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}

.problem-section .problem-title {
    font-size: 28px;
    line-height: 45px;
}
.counter-card {
    padding: 24px;
    border-radius: 14px;
}
.list-section {
    padding-top: 40px;
}
.list-card {
    padding: 30px;
    border-radius: 14px;
    background-color: #fff;
    margin-bottom: 50px;
    margin-top: 14px;
}
.list-card_title {
    font-size: 18px;
    margin-bottom: 10px;
}
.list-item {
    color: #364153;
    margin-bottom: 10px;
    font-size: 16px;
}
.list-wrapper:not(.ordered) .list-item:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(assets/images/check.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 12px;
    display: inline-block;
    background-size: contain;
}
.list-item .list-desc,
.list-item .list-title {
    font-size: 18px;
}
.list-item .list-desc {
    padding-left: 10px;
    line-height: 30px;
}
.list-item i {
    font-size: 13px;
    color: var(--secondary-color);
    margin: 0 10px;
}
.glass {
    background-color: rgba(255, 255, 255, 0.1);
}
.counter-section {
    padding-top: 68px;
    padding-bottom: 68px;
}
.counter-card.bordered {
    border: 1px solid #FBE7E6;
}
.counter-card .title {
    font-size: 30px;
    font-weight: 700;
}
.counter-card .desc {
    font-size: 14px;
}
.counter-card * {
    color: #fff;
}
.single-page {
    padding-top: 50px;
}

.achievement-section {
    padding-top: 78px;
    padding-bottom: 30px;
}
.achievement-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.achievement-section .counter-card {
    margin-bottom: 20px;
}

.retro-section {
    padding-top: 78px;
}
.brief-card {
    padding: 60px 30px;
    background-color: #FCF9F8;
}
.brief-desc {
    font-size: 20px;
    line-height: 1.5;
    border-left: 3px solid var(--secondary-color);
    padding-left: 7px;
}
.brief-section .brief-desc span {
    color: var(--secondary-color);
}
.cards-section {
    padding: 50px 0;
}
.iconic-card {
    margin-bottom: 24px;
}
.iconic-card .card-title {
    font-size: 18px;
    font-weight: 900;
}
.iconic-card p {
    line-height: 24px;
}

.grid-section {
    padding: 48px 0;
}
.quote {
    padding: 30px 25px 30px 40px;
    font-size: 20px;
    position: relative;
}
.quote:before , 
blockquote:before, 
.default-content blockquote:before {
    content: "";
    width: 20px;
    background: transparent url(assets/images/quote.svg) no-repeat;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 36px;
    height: 40px;
    background-size: contain;
}
blockquote:before,
.default-content blockquote:before {
    width: 10px;
    left: 0;
}
.default-content blockquote {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 30px 25px;
}
.color-bg blockquote {
    border-radius: 14px;
    background-color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
}
blockquote cite {
    font-size: 13px;
}
.color-bg .default-content blockquote * {
    color: #1E2939;
}
.color-bg blockquote:before {
    width: 16px;
    left: 0;
    position: static;
    margin-right: 10px;
    margin-top: 10px;
}
.user-search .icon-wrapper {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.blockquote-section {
    padding: 48px 0;
}
.blockquote-section blockquote {
    padding: 30px 25px;
}
.blockquote-section p {
    font-size: 16px;
}
.blockquote-card {
    margin: 25px 0;
    border-left: 2px solid var(--secondary-color);
    align-items: center;
}
.blockquote-card .percentage {
    font-size: 32px;
    padding: 0 4px;
}
.secondary-bg {
    background-color: var(--primary-color);
}
.inner-section {
    padding: 48px 30px;
}
.inner-section .iconic-card .card-title_wrapper {
    margin-bottom: 10px;
}
.tag.high {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.tag.best {
    color: #34C759;
    border-color: #34C759;
}
.tag.medium {
    color: #757575;
    border-color: #757575;
}
.steps .step-item {
    padding-right: 30px;
    font-size: 16px;
}

.steps .step-item:not(:last-child):after {
    content: "\e911";
    font-size: 14px;
    color: var(--secondary-color);
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0 10px;
}
.feature-col {
    margin-bottom: 25px;
}
.feature-card {
    height: 100%;
}
.feature-row:not(.no-border) .feature-card {
    border-radius: 24px;
    border: 1px solid;
    padding: 24px;
}
.feature-card p {
    line-height: 22px;
}
.icon-wrapper.feature-card-icon {
    max-width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.default-content .feature-card_title {
    font-size: 18px;
}

label {
    margin-bottom: 15px;
}

.contact-form-wrap form {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: 0;
}

.not-found-title {
    font-size: 46px;
    margin-bottom: 35px;
    text-align: center;
}

.project-card, .blog-post {
    background: #fff;
    border-radius: 32px;
    padding: 32px;
    box-shadow:
        0 2px 10px rgba(0,0,0,.04),
        0 10px 30px rgba(0,0,0,.05);
    
}
.project-card {
    margin-bottom: 30px;
}
.blog-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.project-image img, .blog-post img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

.company {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 36px;
    letter-spacing: -1px;
    word-spacing: 0px;
    color: var(--e-global-color-text);
}

.archive-project {
    background-color: #FFF8F8;
    padding-bottom: 0;
}
.project-title, .blog-post .entry-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -1px;
    word-spacing: 0px;
    color: #000000;
    margin-bottom: 10px;
}
.blog-post .entry-title {
    /* min-height: 64px; */
    flex: 1;
}
.entry-published {
    color: var(--secondary-color);
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.tag {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    line-height: 1;
    padding: 6px 8px !important;
}
.projects-filter-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    /* padding: 20px 0; */
    margin-bottom: 30px;
    /* border-bottom: 1px solid #eee; */
    background: #fff8f8;
}

.filter-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 17px 24px;
    border-radius: 100px;
    /* border: 1.5px solid #ddd; */
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.25s ease;
    position: relative;
}
.filter-tab:after {
    content: "";
    height: 4px;
    width: 0;
    background-color: var(--secondary-color);
    border-radius: 10px;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: 0 auto;
}
.filter-tab.active:after {
    width: 100%;
}
.filter-tab:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

/* .filter-tab.active {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
} */

.tab-count {
    font-size: 12px;
    opacity: 0.6;
}
.projects-section {
    padding-top: 20px;
    padding-bottom: 80px;
    scroll-margin-top: 80px;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
}

.section-desc {
    color: #666;
    font-size: 16px;
}
.testimonials {
  padding: 80px 0;
  overflow: hidden;
  background-color: #fff;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}

.swiper {
  width: 100%;
  padding: 20px 0 50px;
     
}
.cts-slider:after, .cts-slider:before {
    content: "";
    width: 150px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.cts-slider:after {
    right: 0;
    left: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 248, 248, 1) 100%)
}
.cts-slider:before {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, rgba(255, 248, 248, 1) 0%, rgba(255, 255, 255, 0.05) 100%)

}
.swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper-slide {
  height: auto !important;
  transition: all 0.4s ease;
}

.swiper-slide-active {
  opacity: 1;
}

.card {
  background: #FFF8F8;
  border-radius: 24px;
  padding: 21px;
  box-sizing: border-box;
  height: 100%;
  border: 0;
  color: #000;
}

.card h3 {
  margin-bottom: 5px;
}

.card span {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.card .line {
    display: block;
    width: 65%;
    height: 1.8px;
    background-color: var(--secondary-color);
    margin-top: 13px;
}
.card p {
  padding-top: 13px;
  line-height: 1.8;
  color: #000;
}
.color-bg * {
    color: #fff;
}

.project-top_title {
    margin-bottom: 15px;
    color: #D30F01;
    font-weight: 700;
}

.with-bullet .elementor-heading-title:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--secondary-color);
    margin-right: 6px;
    border-radius: 50%;
}
.with-bullet.white  .elementor-heading-title:before {
    background-color: #fff;
}
.rail-carousel{
    overflow: hidden;
    white-space: nowrap;
}

.rail-carousel .elementor-widget-image{
    display: inline-block;
    margin: 0 30px;
    animation: logoRail 20s linear infinite;
}

@keyframes logoRail{
    from{
        transform: translateX(100vw);
    }
    to{
        transform: translateX(-100%);
    }
}

/* .rail-carousel .swiper {
    overflow: visible !important;
}

.rail-carousel .swiper-slide {
    width: calc(28.57% - 9px) !important;
}

.rail-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
} */
@media (min-width: 768px) {
    .list-section {
        padding-top: 80px;
    }
    .custom-editor {
        padding: 60px 0;
    }
    .steps .step-item {
        max-width: 280px;
        padding-right: 70px;
    }
}
@media (min-width: 991px) {
    .footer-widget .wp-block-paragraph {
        padding-right: 80px;
    }
    .achievement-section .counter-card {
        margin-bottom: 40px;
    }
    .achievement-section .counter-card .desc {
        max-width: 188px;
        font-size: 18px;
    }
    .cards-section {
        padding: 100px 0;
    }
    .brief-desc {
        font-size: 30px;
    }
    .problem-section .problem-title {
        font-size: 48px;
        line-height: 60px;
    }
    .problem-section {
        margin-top: 100px;
        padding-top: 113px;
        padding-bottom: 113px;
    }
}

/*RESPONSIVE*/
@media (max-width: 991px) {
    .footer-widget .icon-wrapper.wp-block-icon {
        border-radius: 9px;
        width: 36px;
        height: 36px;
    }
    .footer-widget :where(.wp-block-columns.is-layout-flex) {
        gap: 14px;
    }
    .footer-widget .wp-block-columns-is-layout-flex .is-vertically-aligned-center {
        flex-basis: 40px !important;
    }
    .project-title, .blog-post .entry-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .page-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .default-content img, .single-thumbnail img {
        border-radius: 15px;
    }
    .list-item .list-desc, .list-item .list-title {
        font-size: 16px;
    }
    .achievement-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .retro-card {
        padding: 16px 20px;
    }
    .retro-card .title {
        margin-bottom: 0;
    }
}

@media (max-width: 767.99px) {
    .custom-logo-link {
        vertical-align: middle;
        margin-right: 20px;
    }
    .custom-logo-link, .mobile-menu-btn {
        display: inline-flex;
    }
    .project-card, .blog-post {
        padding: 16px;
        border-radius: 12px;
    }

    .footer-col.first {
        margin-bottom: 20px;
    }

    .list-wrapper.ordered .list-item i {
        display: none;
    }
    .overview-card_wrapper.row {
        margin: 0 auto;
    }
    .footer-widget .wp-block-columns-is-layout-flex {
        flex-wrap: wrap !important;
    }
    .projects-section {
        padding-bottom: 50px;
    }
    .testimonials h2 {
        font-size: 22px;
    }
    .default-content h2, .single-page .section-title {
        font-size: 24px;
    }
    .default-content h3 {
        font-size: 22px;
    }
    .brief-desc {
        font-size: 18px;
    }
    .iconic-card .card-title {
        font-size: 16px;
        font-weight: 600;
    }
    .problem-section .problem-title {
        font-size: 24px;
        line-height: 38px;
    }
}
@media screen and (max-width: 575px) {
    .logo-wrap {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
    .mobile-menu-order {
        order: -1;
    }
    .site-header.sticky .logo-header {
        margin: 0 auto;
    }

    .achievement-section {
        padding-top: 45px;
        padding-bottom: 16px;
    }

    .list-card {
        padding: 18px;
        margin-bottom: 30px;
    }
    .list-wrapper:not(.ordered) .list-item:before {
        width: 15px;
        height: 15px;
        margin-right: 0;
    }
    .quote {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 500px) {
    .custom-logo-link {
        max-width: 100px;
    }
    .cta-link svg {
        width: 20px;
        height: 20px;
    }
}
