/*!
Theme Name: Dyrt
Theme URI: https://coxtim.com
Author: 
Author URI: https://coxtim.com
Description: something
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dyrt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dyrt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    font-size: 20px;
    line-height: 1.8;
    color: #3B3B3D;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 15px;
	font-family: "Montserrat", Sans-serif;
}

p {
    margin-bottom: 0;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* menu area css */
header.site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 6;
    background: #fff;
}

header.site-header .menu>.nav-item>.nav-link {
    font-weight: 500;
    line-height: inherit;
}

header.site-header .menu>.nav-item {
    padding: 0 17px;
}

header.site-header nav.navbar {
    margin: 0;
    padding: 12px 0;
}

header.site-header .menu>.nav-item:hover .nav-link {
    color: #E72E38 !important;
    font-weight: 600;
}

header.site-header .cu_btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    color: #FFF;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31;
}


/* off canvas Menu */
.offcanvas-header .btn-close:hover {
    background: #fff;
}

.offcanvas-header .btn-close {
    padding: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    opacity: 2;
    z-index: 2;
}

.offcanvas-header .btn-close i {
    color: #000;
}

.offcanvas.offcanvas-start.show {
    background: #375363 !important;
}


.menu_area_offcanvas nav>ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    list-style: none;
    padding-top: 100px;
    padding-left: 0;
    background-color: #3B3E83;
}

.menu_area_offcanvas .menu-btn:before,
.menu_area_offcanvas .menu-btn:after {
    font-size: 50px;
    color: #a2047b;
    line-height: 1;
    position: relative;
    top: -10px;
    left: -3px;
}

.menu_area_offcanvas .menu-btn:before {
    content: '\02261';
}

.menu_area_offcanvas .menu-btn-open:after {
    content: '\02A35';
    left: -6px;
}

.menu_area_offcanvas .menu-btn-open:before {
    content: none;
}

/* MENU ITEMS */
.menu_area_offcanvas .menu li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #fff;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.offcanvas-header .fa-window-close:before {
    font-size: 30px;
    color: #E72E38;
    background: #fff;
}

.menu_area_offcanvas .menu>li {
    border-top: 1px solid #fff;
}

/* DROPDOWN */
.menu_area_offcanvas .menu li ul {
    padding-left: 35px;
    display: none;
}

.menu_area_offcanvas .menu li li a {
    font-size: 80%;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.menu_area_offcanvas .menu li li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -99999px;
    top: 0;
    right: 0;
    bottom: 0;
}

/* PLUS MINUS SIGN */
.menu_area_offcanvas .caret {
    position: absolute;
    right: 0;
    color: #fff;
    width: 45px;
    top: 0;
    bottom: 0;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.menu_area_offcanvas .caret-up:after {
    content: '+';
}

.menu_area_offcanvas .caret-down:after {
    content: '-';
}

.menu_area_offcanvas .menu li li .caret {
    padding-top: 3px;
}

.menu_area_offcanvas .menu-btn:before,
.menu_area_offcanvas .menu-btn:after,
.menu_area_offcanvas .caret:after {
    font-family: 'san-serif';
    font-weight: 600;
} 


/* Box Icon */ 

.elementor-element.icon_box.middle_icon_box {
    position: relative;
    z-index: 1;
}

.elementor-element.icon_box.middle_icon_box:before, .elementor-element.icon_box.middle_icon_box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    border-left: 2px dashed #DBE7FF;
}

.elementor-element.icon_box.middle_icon_box:after {
    left: auto;
    right: 0;
}

/* grid icon css */
.elementor-element.grid_icon_list .e-con-inner {
    gap: 0;
}

.elementor-element.grid_icon_list .e-con-inner div {
    border-right: 2px dashed #DBE7FF;
    border-bottom: 2px dashed #DBE7FF;
}

.elementor-element.grid_icon_list .e-con-inner div div {
    border: none !important;
}

.elementor-element.grid_icon_list .e-con-inner div:nth-child(1),.elementor-element.grid_icon_list .e-con-inner div:nth-child(2), .elementor-element.grid_icon_list .e-con-inner div:nth-child(3) {
    border-top: none;
}

.elementor-element.grid_icon_list .e-con-inner div:nth-child(3), .elementor-element.grid_icon_list .e-con-inner div:nth-child(6), .elementor-element.grid_icon_list .e-con-inner div:nth-child(9), .elementor-element.grid_icon_list .e-con-inner div:nth-child(12) {
    border-right: none;
}

.elementor-element.grid_icon_list .e-con-inner div:nth-child(4), .elementor-element.grid_icon_list .e-con-inner div:nth-child(5), .elementor-element.grid_icon_list .e-con-inner div:nth-child(6) {
    border-bottom: none;
}

/* contact area css */
.contact_form_area input, .contact_form_area textarea, .contact_form_area select {
    border-radius: 10px;
    border: 2px solid #ECF2FF;
    background: #F7F9FC;
    padding: 22px;
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
}

.contact_form_area br {
    display: none;
}

.contact_form_area {
}

.contact_form_area .form_group {
    margin-bottom: 20px;
}

.contact_form_area .form_group p {
    margin: 0;
    padding: 0;
}

.contact_form_area input::placeholder, .contact_form_area textarea::placeholder, .contact_form_area select::placeholder {
    color: var(--Color-Plate-04, #1B2135);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
}

.contact_form_area .form_group.info_bex {
    margin: 0;
}
 
.contact_form_area .form_group.info_bex .contact_form_info_box .list_form_icon {
    margin-right: 40px;
}

.contact_form_area .form_group.info_bex .contact_form_info_box .list_form_icon .icon {
    background: #E2F6F1;
    stroke: #D2EEE7;
    border: 1px solid #D2EEE7;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    margin-right: 16px;
}

.contact_form_area .form_group.info_bex .contact_form_info_box .list_form_icon .icon i {
    color: #25B791;
    font-size: 26px;
}

.contact_form_area .form_group.info_bex .contact_form_info_box .list_form_icon .c_content {
    width: 66%;
}

.contact_form_area .form_group.info_bex .contact_form_info_box .list_form_icon .c_content h3, .contact_form_area .form_group.info_bex .contact_form_info_box .list_form_icon .c_content h3 a {
    color: var(--Color-Plate-04, #1B2135);
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.contact_form_area .form_group.info_bex .contact_form_info_box .list_form_icon .c_content p {
    color: var(--Color-Plate-04, #1B2135);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.contact_form_area .form_group.submit_message {
    text-align: right;
    margin: 0;
}
 
.contact_form_area .form_group.submit_message button {
    border-radius: 1000px;
    background: var(--Color-Plate-01, #25B791);
    border: none;
    padding: 22px 32px;
}

.contact_form_area .form_group.submit_message button i {
    margin-left: 5px;
}
 

.elementor-element.custom_title h2 span {
    color: var(--Color-Plate-03, #FFA40E);
    font-family: Montserrat; 
    font-style: normal;
    font-weight: 700; 
}
.contact_form_area .form_group.message textarea {
    height: 135px;
}

.contact_form_area .form_group.message {
    margin-bottom: 50px;
}

.contact_form_area .form_group.submit_message button {
    transition: .3s;
}

.contact_form_area .form_group.submit_message button:hover {
    border-radius: 1000px;
    background: var(--Color-Plate-03, #FFA40E);
}
 
.elementor-element.email_subscribe_form_area form input[type="email"] {
    width: 100%;
    border-radius: 1000px;
    border: 1px solid #B0DAE9;
    background: #FFF;
    padding: 24px;
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
label.EMAIL-label.yikes-mailchimp-field-required {
    display: block;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.elementor-element.email_subscribe_form_area form input[type="email"]::placeholder {
    color: var(--Base-Color-02, #454B5D);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
 

.elementor-element.email_subscribe_form_area form br {
    display: none;
}

.elementor-element.email_subscribe_form_area form button.yikes-easy-mc-submit-button {
    border-radius: 1000px;
    background: var(--Color-Plate-03, #FFA40E);
    padding: 22px;
    border: none;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.09px;
    transition: .3s;
}

.elementor-element.email_subscribe_form_area form button.yikes-easy-mc-submit-button:hover {
    background: #fff;
    color: #000;
}
.elementor-element.email_subscribe_form_area form button.yikes-easy-mc-submit-button span.yikes-mailchimp-submit-button-span-text:after {
    content: "\f0a9";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
}

.system_item_area {
    text-align: center;
}

.system_item_area .system_icon {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: -50px;
    position: relative;
    z-index: 3;
}

.system_item_area .system_icon img {
    width: 100%;
    height: 100%;
}

.system_item_area .system_title {
    stroke-width: 2px;
    border: 2px solid #ECF2FF;
    padding: 12px;
    border-radius: 100px;
}

.system_item_area .system_title .system_title_inner_area {
    background: rgb(255 255 255 / 30%);
    filter: drop-shadow(9.195px 18.39px 36.781px rgba(91, 107, 131, 0.40));
    padding: 50px 28px 28px 28px;
    border-radius: 100px;
}

.system_item_area .system_title .system_title_inner_area h3 {
    color: var(--Color-Plate-04, #1B2135);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.system_item_area {
    position: relative;
    z-index: 1;
}

.system_item_area img.system_icon {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 82px;
}

.system_item_area .system_title {
    position: relative;
    z-index: 1;
}
.elementor-element.dyrt_support_icon_3 .system_item_area img.system_icon {
    display: none !important;
}
/* business box css */
.business_box_content_wrap {
    padding-right: 40px;
    padding-bottom: 63px;
    position: relative;
    z-index: 1;
}

.business_box_content_wrap .business_box_content_img img {
    border-radius: 16px;
}

.business_box_content_wrap .business_box_content_overfolow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding-left: 40px;
}

.business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area {
    border-radius: 16px;
    border-bottom: 6px solid var(--Color-Plate-01, #25B791);
    background: #FFF;
    box-shadow: 10px 30px 90px -5px rgba(184, 119, 11, 0.08);
    padding: 30px;
}

.business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area h3.title {
    margin-bottom: 14px;
    color: var(--Color-Plate-04, #1B2135);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area .desc {
    color: var(--Color-Plate-04, #1B2135);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 25px;
}

.business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area .button a {
    display: inline-block;
    padding: 20px 24px;
    color: #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1000px;
	border: 2px solid #25B791;
	background: var(--Color-Plate-01, #25B791);
}

a {
    transition: .3s;
}

.business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area .button a:hover {
    border-radius: 1000px;
    background: #F4F8FF;
    border: 2px solid #ECF2FF;
	color: var(--Color-Plate-05, #1B2135);
}
/* flow chart css */
.flow_chart_area {
    position: relative;
    z-index: 1;
    padding: 16px;
    border: 2px solid #3ED2AC;
    border-radius: 30px;
	height: 100%;
}

.flow_chart_area .icon img {
    max-width: 86px;
}

.flow_chart_area .icon {
    margin: 0 auto;
    max-width: 86px;
    margin-bottom: 38px;
}
 
.flow_chart_area .title h3 {
    color: var(--Color-Plate-04, #1B2135);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.flow_chart_area .flow_chart_inner_area {
    padding: 38px 15px;
    background: var(--Color-Plate-05, #FFF);
    border-radius: 30px;
    min-height: 270px;
}

.flow_chart_area img.flow_chart_arrow {
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 36px;
}
 
.elementor-element.clow_chart_4  .flow_chart_area img.flow_chart_arrow {
    display: none;
}

.flow_chart_area img.flow_chart_vector {
    position: absolute;
    left: -6px;
    bottom: -4px;
    width: 100px;
	display: none;
}
 
.elementor-element.clow_chart_2 .elementor-element.clow_chart_2 {
    bottom: auto;
    top: 0;
}

.elementor-element.clow_chart_2 .flow_chart_area img.flow_chart_vector {
    bottom: auto;
    top: -6px;
}

.elementor-element.clow_chart_3 .flow_chart_area img.flow_chart_vector {
    bottom: auto;
    top: -6px;
    left: auto;
    right: -7px;
}

.elementor-element.clow_chart_4 .flow_chart_area img.flow_chart_vector {
    left: auto;
    right: -7px;
}
/* tab list area css */
.elementor-element.customer_are_saying_about {}

.elementor-element.customer_are_saying_about .elementor-tabs {
    position: relative;
    z-index: 1;
}

 

.elementor-element.inside_tab_content_area {}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area {}

 

.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper {
    position: absolute;
    right: 0;
    top: -150px;
    border-radius: 1000px;
    border: 1px solid #ECF2FF;
    background: #F7F9FC;
    border: none;
    padding: 10px;
}
.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs {
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-wrapper {
    position: relative !important;
    top: 0;
}

.elementor-element.customer_are_saying_about .elementor-tab-content {}

.elementor-element.customer_are_saying_about .elementor-tab-content {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

div.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    color: var(--Color-Plate-04, #1B2135);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    /* 150% */
    border: none !important;
    padding: 18px 25px;
}

.elementor-tabs-wrapper {
}

div.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after {
    display: none;
}

div.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::before {
    display: none;
}

div.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: var(--Color-Plate-01, #25B791);
    border-radius: 100px;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 18px 25px;
}

div.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #25B791;
    border: none !important;
    bottom: -5px;
    z-index: 5;
     
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 28px 28px 16px 28px;
    margin-right: 40px !important;
    color: var(--Color-Plate-04, #1B2135);
    font-family: 'Montserrat', s;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 28px 0px 0px 0px;
    background: #F7F9FC;
    position: relative;
    z-index: 1;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs {
    border-radius: 30px;
    border: 2px solid #ECF2FF;
    background: #FFF;
    box-shadow: 20px 20px 60px 0px rgba(91, 107, 131, 0.08);
    overflow: hidden;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-wrapper {
    padding: 0;
    border-radius: 30px 0 0 0 !important;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after {
    background: #25B791;
    width: 130px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    right: auto;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper {
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper {
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-wrapper .elementor-tab-content {
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 40px 740px 60px 30px !important;
    position: relative;
    z-index: 1;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content, .elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p, .elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content a, .elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    color: var(--Color-Plate-04, #1B2135);
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 180% */
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content h2 {
    color: var(--Color-Plate-04, #1B2135);
    font-family: 'Montserrat', s;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content img {
    position: absolute;
    right: 15px;
    top: -15px;
    width: 560px;
    border-radius: 24px;
    height: 100%;
    object-fit: cover;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active:after {
    position: absolute;
    right: 620px;
    height: 100%;
    width: 2px;
    content: "";
    background: #ECF2FF;
    bottom: 0;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active {
    position: relative;
}

.elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 620px;
    content: "";
    border-radius: 0px 28px 28px 0px;
    background: #F7F9FC;
}
.elementor-element.email_subscribe_form_area form input[type="email"], .elementor-element.email_subscribe_form_area form button.yikes-easy-mc-submit-button {
    width: 100%;
}
.accordion_style .elementor-accordion .elementor-tab-title {
    width: 100%;
}
.accordion_style .elementor-accordion-icon {
    order: 2;
}

.accordion_style .elementor-accordion-item {
    border-radius: 10px;
    border: 2px solid #ECF2FF;
    background: #F7F9FC;
    margin-bottom: 25px;
    padding: 24px;
    position: relative;
}
.category_filter .elementor-icon-list-item a {
    border-radius: 100px;
    border: 1px solid #ECF2FF;
    padding: 16px;
    width: auto !important;
}
.category_filter .elementor-icon-list-item a:hover{
	background-color: #ECF2FF;
}
.chart-slider-wrap .slick-list {
    padding-left: 0!important;
}

.chart-slider-wrap .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.chart-slider-wrap {
    margin: 0 -10px;
}

.single-chart-slider img {
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
}

.single-chart-slider h4 {
    font-size: 24px;
}
.chart-slider-wrap .slick-dots {
    margin-top: 20px;
}

.slick-dots {
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 4px;
}

.slick-dots li {
    display: flex;
    align-items: center;
}

.slick-dots li button {
    border: none;
    text-indent: -9999px;
    padding: 0;
    height: 10px;
    width: 10px;
    background: #E9E9EB;
}

.slick-dots li.slick-active button {
    background: #FFA40E;
    width: 20px;
}


@media (max-width: 425px) {
    .single-chart-slider img {
        height: 236px;
        object-fit: cover;
        border-radius: 16px;
        margin-bottom: 20px;
    }
}



/* Who we are css */

.who-are .e-con-inner .button{
	display: none;
}

.who-are .e-con-inner .business_box_content_inner_area{
	padding: 26px;
}

.who-are .e-con-inner .business_box_content_wrap .business_box_content_overfolow {
	    bottom: -46px;
}

.who-are .e-con-inner .business_box_content_inner_area .title{
	margin-bottom: 14px;
}

.who-are .e-con-inner .business_box_content_inner_area .desc{
	margin-bottom: 0;
}

.who-are .e-con-inner .business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area h3.title{
	    font-size: 32px;
    font-weight: 600;
}
.who-are .e-con-inner .business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area .desc{
	    line-height: 28px;
}



.single_team_member {
    padding: 30px;
    background: #F7F9FC;
    border-radius: 16px;
    border: 1px solid #ECF2FF;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.team_member_avatar {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.team_member_avatar img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.team_member_avatar a {
    height: 60px;
    width: 60px;
    background: #25B791;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.single_team_member .member_name {
    font-size: 24px;
    font-weight: 600;
}

.single_team_member .member_designation {
    font-size: 16px;
    font-weight: 500;
    color: #1B2135;
    margin-bottom: 10px;
    line-height: 1.6;
}

.single_team_member .member_message {
    font-size: 18px;
    line-height: 1.5;
}

.team_slider_wrap {
    margin: 0 -15px;
}


.slick-arrow {
    border-radius: 100px;
    border: 2px solid var(--P-C, #FFA40E);
    background: #FFF5E5;
    height: 48px;
    width: 48px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    color: #FFA40E;
    transition: .3s;
    z-index: 2;
    cursor: pointer;
}

.slick-arrow:hover {
    background: #FFA40E;
    color: #fff;
}

.team_slider_wrap .slick-arrow {
    position: absolute;
    left: -10px;
    top: 170px;
}

.team_slider_wrap .slick-arrow.next {
    left: auto;
    right: -10px;
}

.team_slider_wrap .slick-dots {
    margin-top: 30px;
}

.team_slider_wrap .slick-track {
    display: flex;
}

.single_team_member.slick-slide {
    height: auto;
}


.footer-accordion .elementor-accordion-item {
    border-radius: 8px!important;
    margin-bottom: 15px;
}

.footer-accordion .elementor-accordion-item .elementor-tab-title {
    border-radius: 8px;
	border-bottom: 1px solid transparent!important;
}

.footer-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #ffffff1a!important;
}

.footer-accordion .elementor-accordion-item .elementor-tab-content {
    border-radius: 0 0 8px 8px;
}

.footer-accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-accordion li, .footer-accordion li a {
    color: #A4A6AE;
    font-size: 16px;
}

.footer-accordion li a:hover {
    color: #25B791;
}








.who_we_are_slider .slick-list {
    padding-left: 0!important;
}

.who_we_are_slider .slick-slide {
    margin-left: 15px;
    margin-right: 20px;
    padding-bottom: 30px;
}

.who_we_are_slider {
    margin: 0 -15px;
}

.who_we_thumb img {
    height: 252px;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.who_we_content {
    border-radius: 8.5px;
    border-bottom: 3.188px solid var(--Color-Plate-01, #25B791);
    background: #FFF;
    box-shadow: 5.313px 7.938px 47.813px -2.656px rgba(184, 119, 11, 0.08);
    padding: 15px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    margin-left: 20px;
    margin-right: -20px;
}

.who_we_content h5 {
    font-size: 17px;
    font-weight: 600;
}

.who_we_content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
}

.team_member_avatar a:hover {
    color: #fff;
    opacity: .8;
}

.custom_heading {
    font-weight: 700;
}


.who_we_content .primary-btn {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1000px;
    background: #25B791;
    margin-top: 15px;
}

.who_we_content .primary-btn:hover {
    background: #F7F9FC;
    color: #1B2135;
}

.team_slider_wrap .slick-dots li button {
    background: #FFDB9F;
}

.team_slider_wrap .slick-dots li.slick-active button {
    background: #FFA40E;
}


.elementor-tab-title.elementor-active:before {
    position: absolute;
    left: -2px;
    top: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    content: "";
    border: 2px solid #25B791;
    z-index: -1;
    border-radius: 10px;
}


/* related post   */

.related-blog-item {
    border-radius: 16px;
    border: 1px solid #ECF2FF;
    background: #F7F9FC;
    padding: 30px;
    height: 100%;
}


.related-blog-item .post-thumb {
    height: 320px;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}

.blog-related-content p {
    color: #6D717D!important;
    font-size: 16px!important;
    line-height: 1.6!important;
    margin-bottom: 15px!important;
}

.blog-related-content a {
    font-size: 14px;
    font-weight: 500;
    color: #FFA40E;
    display: flex;
    align-items: center;
    gap: 5px;
}


.post_content h2 span {
    display: block;
    color: #FFA40E;
}

.post_single_header .title span {
    display: block;
    color: #FFA40E;
}

.sidebar_content label {
    font-family: Montserrat;
}
.elementor-widget.dyrt_maker_tab .elementor-icon-list-icon svg {
    width: 16px;
    height: 16px;
}
@media (max-width: 1440px) {
	.team_slider_wrap .slick-arrow {
		left: 0;
	}
	.team_slider_wrap .slick-arrow.next {
		left: auto;
		right: 0;
	}
}

@media (max-width: 991px) {
	.team_slider_wrap .slick-arrow {
        display: none!important;
    }
	.single_team_member {
		padding: 24px;
		border-radius: 12px;
		margin-left: 7px;
    	margin-right: 7px;
	}
	.team_member_avatar img {
		height: 260px;
		border-radius: 12px;
	}
	.team_slider_wrap {
		margin: 0;
	}
    .flow_chart_area img.flow_chart_arrow {
        display: none;
    }
    .related-blog-item {
        padding: 25px;
    }
    .blog_single_info .media_blog_content h4 {
        line-height: 31px;
    }
	.business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area .desc {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.business_box_content_wrap .business_box_content_overfolow .business_box_content_inner_area {
		padding: 15px;
	}
}


@media (max-width: 767px) {
	.who-are .e-con-inner .elementor-widget-container,
	.who-comp .e-con-inner .join-team{
		  margin-top: 87px;
	}
	
		.who-comp .e-con-inner .elementor-widget-container{
		  margin-top: 0px;
	}
	.team_slider_wrap .slick-arrow {
        display: none!important;
    }
	.team_slider_wrap .slick-track {
		display: block;
	}

	.single_team_member.slick-slide {
		height: initial;
	}
	.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper {
		display: block;
	}

	.customer_are_saying_about .elementor-tab-title.elementor-tab-mobile-title {
		display: none;
	}
	
	.e-con-inner .elementor-element.customer_are_saying_about .elementor-tabs {
		border: 0px solid transparent;
	}
	.elementor-element.customer_are_saying_about .elementor-tabs .elementor-tabs-wrapper {
		margin-bottom: 10px !important;
	}
	.e-con-inner .elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.e-con-inner .elementor-element.customer_are_saying_about p{
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.e-con-inner .elementor-element.customer_are_saying_about .elementor-element.inside_tab_content_area .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
		padding: 25px 15px;
		margin-right: 10px !important;
		font-size: 20px;
	}
}
.icon svg{
	width: 20px;
}
.category_filter ul{
	list-style: none;
}
.category_filter ul li a{
	display: inline-block;
}
/* Buy our Compost css */
@media (max-width: 767px){
	.buy-comp br{
		display: block !important;
	}
	
	.buy-comp .elementor-heading-title{

     font-size: 36px;
     line-height: 40px
	}
}


@media (max-width: 375px) {
    .who_we_content p {
        font-size: 10px;
    }
}





