@charset "UTF-8";

/*
Theme Name: Markswebb
Author: Arcticlab
Author URI: https://arcticlab.ru/
*/
/*----------------------------------------------
*
* [Main Stylesheet]
*
* Theme    : NEXGEN
* Version  : 1.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------
*
* [Font Import]
*
* Poppins : https://fonts.google.com
* Montserrat : https://fonts.google.com
*
----------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
*/
/*----------------------------------------------

[ALL CONTENTS]

1. Reset
2. General 
3. Section 
4. Helper Class
5. Header
6. Slider
7. Feature
8. Form and Field
9. List
10. Gallery
11. Footer
12. Modal
13. Miscellaneous
14. Keyframe
15. All Media Queries

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

/*----------------------------------------------
1. Reset
HTML5 display-role reset for older browsers
----------------------------------------------*/

/* #region Reset */

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, strong, 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%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: var(--primary-bg-color);
    font-family: var(--p-font);
    color: #575757;
}

body.odd {
    background-color: var(--secondary-bg-color);
}

body .odd {
    color: var(--secondary-p-color);
}

ol, ul {
    padding-left: 20px;
    text-align: left;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

pre {
    display: block;
    margin: 1rem 0;
    color: var(--primary-color);
}

code {
    display: inline;
    margin: 1rem 0;
    color: var(--primary-color);
}

blockquote, q {
    display: block;
    margin: 2rem 0;
    quotes: none;
    quotes: none;
    font-style: normal;
    padding: 1rem 1.5rem;
    border-left: 5px solid #4BDBC3;
}

.text-center blockquote:not(.text-left),
.text-center q:not(.text-left) {
    border-top: 5px solid var(--primary-bg-color-3);
    border-bottom: 5px solid var(--primary-bg-color-3);
    border-left: none;
}

.text-right blockquote,
.text-right q {
    border-right: 5px solid var(--primary-bg-color-3);
    border-left: none;
}

.odd blockquote, q {
    border-color: var(--primary-color);
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote p, q p {
    margin: 0;
}

.blockquote-footer {
    margin-top: 10px;
    font-size: 14px;
}

figure {
    margin-bottom: 1.5rem;
}

figcaption {
    margin-bottom: 1.5rem;
    font-style: italic;
    padding: 1rem 1.5rem;
    border-left: 5px solid var(--primary-bg-color-3);
}

.odd figcaption {
    border-left: 5px solid var(--secondary-bg-color-3);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #endregion Reset */

/*----------------------------------------------
2. General
----------------------------------------------*/

/* #region General */

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:not(.btn), a:link:not(.btn), a:visited:not(.btn), a:hover:not(.btn), a:active:not(.btn) {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: var(--primary-color);
    text-decoration: none;
}

a:not([href]),
a:not([href]):hover,
a:not([href]) i,
a:not([href]) i:hover {
    color: var(--primary-b-color);
}

p {
    margin: 30px 0;
    font-size: 20px;
    font-weight: var(--p-weight);
    line-height: 32px;
}
@media (max-width: 540px) {
    p, a:not(.btn), a:link:not(.btn), a:visited:not(.btn), a:hover:not(.btn), a:active:not(.btn) {
        margin: 30px 0;
        font-size: 18px;
        line-height: 28px;
    }
}
p:first-child, .content p:first-child {
    margin-top: 0 !important;
}

p:last-child, .content p:last-child {
    margin-bottom: 0 !important;
}

h1, .title-h1,
.slide-content .title {
    margin-bottom: 1.5rem;
    font-size: var(--h1-size);
    font-weight: var(--h1-weight);
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.slide-content h1.title, .title-h1 {
    margin: 1.5rem 0;
}

.odd h1, .title-h1,
.odd .slide-content .title {
    color: var(--white-color);
}

h1 em,
.slide-content .title em {
    font-weight: 300;
    display: block;
    font-size: var(--h2-size);
}

h1 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: var(--primary-color);
}

.odd h1 .featured {
    color: var(--white-color);
}

h1 .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: var(--primary-color);
    opacity: 0.15;
}

h1 .featured span {
    position: relative;
}

h1 .featured.bottom {
    padding: 0;
}

h1 .featured.bottom:before {
    top: 50%;
    left: 3px;
    width: 100%;
    height: 42%;
    opacity: 0.15;
}

.odd h1 .featured.bottom:before {
    opacity: 0.5;
}

h1 .pre-title {
    position: relative;
    bottom: 10px;
    font-family: var(--p-font);
    font-size: 1rem;
    font-weight: 600;
}

.pre-title {
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #29CBB0;
}

h2 .featured, h2.hcolor .featured  {
    position: relative;
    display: inline-block;
    padding: 5px 15px 5px 0px;
    color: #1F1F1F;
}

.odd h2 .featured, .odd h2.hcolor .featured {
    color: var(--white-color);
}
.offers h2.hcolor .featured {
    background: #29CBB0;
}
h2 .featured span, h2.hcolor .featured span {
    position: relative;
    color: #1F1F1F;
}

h2 .featured.bottom {
    padding: 0;
}

h2 .featured.bottom:before {
    top: 50%;
    left: 3px;
    width: 100%;
    height: 42%;
    opacity: 0.15;
}

.odd h2 .featured.bottom:before {
    opacity: 0.5;
}

.title-icon {
    margin: 1.5rem 0;
}

.title-icon h2 .featured span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-icon h2 .featured span .icon {
    margin-right: 10px;
}

.odd h2, .odd h2.hcolor {
    color: var(--white-color);
}

.title-h3 {
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h3 {
    margin: 1.5rem 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word; 
}
@media (max-width: 576px){
    h3 {
        font-size: 25px;
        font-weight: 500;
        line-height: 35px;
    } 
}
.odd h3, .odd .title-h3 {
    color: var(--white-color);
}

.title-h4 {
    margin: 1.5rem 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.33;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.title-h3 {
    margin: 1.5rem 0;
	font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;  
}
h4 i, .title-h4 i {
    position: relative;
    display: inline-flex;
    vertical-align: baseline;
    font-size: 1.5rem;
    color: var(--primary-color);
}

.odd h4, .odd .title-h4 {
    color: var(--secondary-t-color);
}

.odd h4 i, .odd .title-h4 i {
    position: relative;
    color: var(--secondary-color);
}

h5 {
    margin: 1.5rem 0;
    font-size: 1.2rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.odd h5 {
    color: var(--white-color);
}

h6 {
    margin: 1.5rem 0;
    font-size: 1rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.odd h6 {
    color: var(--white-color);
}

b, strong {
    font-weight: 700;
}

li {
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: separate;
    border-spacing: 10px;
}

table td {
    padding: 10px 0;
}

table th {
    padding: 10px 0;
}

dt {
    margin: 15px 0;
}

address {
    margin-bottom: 1rem;
}

form {
    width: 100%;
}

form label {
    width: 100%;
}

input, select {
    width: 100%;
    height: 44px;
    background: no-repeat;
    box-shadow: none;
    padding: 0.7rem 1rem;
    border-color: var(--primary-l-color);
    border-width: 1px;
    border-radius: 2px;
}

textarea {
    width: 100%;
    height: auto;
    background: no-repeat;
    box-shadow: none;
    padding: 0.7rem 1rem;
    border-color: var(--primary-l-color);
    border-width: 1px;
    border-radius: 2px;
}

input:focus, textarea:focus, select:focus {
    background: no-repeat;
    color: inherit;
    outline: none;
    border-color: inherit;
    box-shadow: none;
}

input {
    border-color: var(--primary-l-color);
    color: var(--primary-t-color);
}

input:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color);
}

input[type="radio"] {
    height: initial;
}

input[type="submit"] {
    border: 1px solid;
    padding: 2.5px 10px;
    display: block;
    width: fit-content;
    max-width: 200px;
    text-align: center;
    color: var(--primary-color);
}

input[type="submit"]:hover {
    background-color: var(--primary-color);
    color: var(--primary-b-color);
    border-color: var(--primary-color);
}
.wpcf7-form input[type="submit"] {
	padding: 10px 28px;
	line-height: 100%;
}
.wpcf7 .wpcf7-submit:disabled {
	opacity: 1;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

textarea {
    height: 100px;
    resize: none;
    border-color: var(--primary-l-color);
    color: var(--primary-t-color);
}

textarea:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    line-height: 1.2;
    border-color: var(--primary-l-color);
    color: #6c757d;
}

select:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color);
}

select option {
    color: #2f323a;
    max-width: 100%;
    white-space: normal;
}

hr {
    margin: 35px 0;
    border-top: 1px dashed var(--primary-l-color);
}

.odd hr {
    margin: 35px 15px;
    border-top: 1px dashed var(--secondary-l-color);
}

table {
    width: 100%;
}

tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--primary-l-color);
}

.odd tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--secondary-l-color);
}

td {
    padding: 10px 0;
}


.table_standard,
.table_header_only,
.table_limited {
	margin: 30px 0 20px 0;
}

.table_standard,
.table_header_only {
	border-collapse: collapse; 
	width: 100%;
	margin-left: 0;
}
.table_header_only tbody tr,
.table_standard tbody tr {
	background: none !important;
}
.table_header_only thead th,
.table_standard thead th {
	padding: 12px 20px;	
	font-weight: 400;
	color: #333;
	font-size: 20px;
	line-height: 150%;	
}
.table_standard tbody tr:first-child td:first-child {
	font-weight: 700;
}

.table_limited {
	border-collapse: collapse; 
	width: auto;
	margin-left: 0;
}

.table_standard td,
.table_header_only td,
.table_limited td {
	padding: 20px;
	color: #333;
	font-size: 20px;
	line-height: 150%;
	border-width: 1px;
	border-style: solid; 
}
.table_standard tr:first-child td,
.table_standard thead tr th,
.table_header_only tr:first-child td,
.table_header_only thead tr th,
.table_limited tr:first-child td {
	padding-top: 12px;
	padding-bottom: 12px;
}
.table_standard tr:not(:first-child) td:first-child {
    font-weight: 700;
}
.table_limited tr:not(:first-child) td:last-child {
	color: #B8B8B8;
}

.adaptive_table {
	margin: 30px 0 20px 0;
	scrollbar-width: thin; 
	-webkit-overflow-scrolling: touch;
}

.adaptive_table table {
	margin: 0;
}

.adaptive_table {
    overflow-x: auto;
    max-width: 100%;
	height: auto;
}
.table_capture {
	margin: 20px 0;
	color: #989898 !important;
}
.become_client_btn {
	position: fixed;
	right: 150px;
	bottom: 50px;
	padding: 10px 28px;
	border-radius: 8px;
	font-size: 22px;
	line-height: 28px;
	z-index: 99;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
}
.become_client_btn.footer-subscribe-btn {
	width: fit-content !important;
}

@media screen and (max-width: 540px) {
	.adaptive_table {
		margin: 20px 0 10px 0;
	}
	.adaptive_table table {
		margin: 0;
	}	
	.table_capture {
		margin: 10px 0 20px 0;
		color: #989898 !important;
	}	
	.table_standard,
	.table_header_only,
	.table_limited {
		margin: 20px 0 10px 0;
		font-size: 18px;
	}	
	.table_standard td,
	.table_header_only td,
	.table_limited td,
	.table_header_only thead th	{
		padding: 10px;
		font-size: 18px;
		line-height: 24px;
	}	
	.table_limited td {
		font-size: 15px;
		line-height: 22px;
		padding: 5px;
	}
	.table_limited tr:first-child {
		display: none;
	}
	.table_limited tr td:nth-child(1) {
		width: 30px !important;
	}
	.table_limited tr td:nth-child(2) {
		width: 140px !important;
	}
	.table_limited tr td:nth-child(3) {
		width: 60px !important;
	}
	.table_limited tr td:nth-child(4) {
		width: 40px !important;
	}	
}



/* #endregion General */

/*----------------------------------------------
3. Section
----------------------------------------------*/

/* #region Section */

section {
    position: relative;
    width: 100%;
    padding: 130px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
section#footer {
    background-attachment: unset;
    background-position: top right;
}
section#footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 2;
}
section#footer > .container {
    position: relative;
    z-index: 3;
}
section.hero       { background-color: var(--hero-bg-color); }
section.section-1  { background-color: var(--section-1-bg-color);  background-image: var(--section-1-bg-image); }
section.section-2  { background-color: var(--section-2-bg-color);  background-image: var(--section-2-bg-image); }
section.section-3  { background-color: #1F1F1F;  background-image: var(--section-3-bg-image); }
section.section-4  { background-color: var(--section-4-bg-color);  background-image: var(--section-4-bg-image); }
section.section-5  { background-color: var(--section-5-bg-color);  background-image: var(--section-5-bg-image); }
section.section-6  { background-color: var(--section-6-bg-color);  background-image: var(--section-6-bg-image); }
section.section-7  { background-color: var(--section-7-bg-color);  background-image: var(--section-7-bg-image); }
section.section-8  { background-color: var(--section-8-bg-color);  background-image: var(--section-8-bg-image); }
section.section-9  { background-color: var(--section-9-bg-color);  background-image: var(--section-9-bg-image); }
section.section-10 { background-color: var(--section-10-bg-color); background-image: var(--section-10-bg-image); }
section.section-11 { background-color: var(--section-11-bg-color); background-image: var(--section-11-bg-image); }
section.section-12 { background-color: var(--section-12-bg-color); background-image: var(--section-12-bg-image); }
section.section-13 { background-color: var(--section-13-bg-color); background-image: var(--section-13-bg-image); }
section.section-14 { background-color: var(--section-14-bg-color); background-image: var(--section-14-bg-image); }
section.section-15 { background-color: var(--section-15-bg-color); background-image: var(--section-15-bg-image); }

section.section-7 .contacts {
	padding-left: 8px;
}
section.section-7 .contacts .title-h3 {
	margin-bottom: 10px;
	margin-top: 0;
}
section.section-7 .contacts p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 30px;
	color: #989898;
}
section.section-7 .contacts .navbar-nav {
	flex-direction: column;
	gap: 15px;
}
section.section-7 .contacts .navbar-nav li { margin: 0; }
section.section-7 .contacts a.btn  {
	margin-top: 10px !important;
}

.footer {
    background-image: url(assets/images/footer_desk.png);
}
@media (max-width: 992px) {
    .footer {
        background-image: url(assets/images/footer_tablet.png);
    }
}
@media (max-width: 540px) {
    .footer {
        background-image: url(assets/images/footer_mobile.png);
    }
}

section.featured {
    position: relative;
}

section.featured.insights:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 30px);
    left: calc(50% - 70px);
    width: 150px;
    height: 60px;
    background-image: url(../../assets/textures/bullets.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.25;
}

section.featured.right:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    width: 50%;
    border-bottom: 1px dashed var(--primary-l-color);
}

section.odd.featured.right:before {
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.left:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 50%;
    border-bottom: 1px dashed var(--primary-l-color);
}

section.odd.featured.left:before {
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.all:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed var(--primary-l-color);
}

section.featured.right .odd:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 1px);
    right: 0;
    width: 50%;
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.left .odd:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 1px);
    left: 0;
    width: 50%;
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.all .odd:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.odd.featured.all:before {
    border-bottom: 1px dashed var(--secondary-l-color);
}

main {
    padding: 0;
}

aside {
    padding: 0;
}

.container {
    max-width: 1170px;
    padding: 0;
}

.container.header {
    max-width: 1140px;
}

.container.header.full {
    max-width: 100%;
}

.container.header.full-grid {
    max-width: 100%;
    margin: 0 5px;
}

.container.header.smaller {
    max-width: 940px;
}

.container.disabled {
    width: auto;
    max-width: 100%;
}

.container.disabled .content-inner {
    padding: 0;
}

.container.full {
    max-width: 100%;
}

.container.full-grid {
    padding: 0;
    max-width: calc(100% - 30px);
    margin: 0 15px;
}

.container.smaller {
    max-width: 970px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.vh-100 {
    height: 100vh;
}

.vh-75 {
    height: 75vh;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.overflow-holder {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* #endregion Section */

/*----------------------------------------------
4. Helper Class
----------------------------------------------*/

/* #region Helper Class */

.intro {
    margin-bottom: 50px;
}

.intro h1:first-child, .intro h2:first-child, .intro h3:first-child, .intro .title-h3:first-child {
    margin-top: 0;
}

.intro .text-max-800 {
    margin-right: auto;
    margin-left: auto;
}

.blog-listing .items {
    margin-bottom: 30px;
}

.blog-listing .items .item {
    margin-bottom: 30px;
}

.blog-grid:not(.masonry) .items {
    margin-bottom: 30px;
}

.blog-grid:not(.masonry) .items .item, #blog .item.filter-item {
    margin-bottom: 30px;
}

.blog-grid:not(.masonry) .items .item.sticky .card:before {
    top: -10px;
    right: 0;
    bottom: 0;
    left: -10px;position: absolute;
    z-index: -1;
    content: '';
    width: calc(50% + 10px);
    height: calc(50% + 10px);
    border: none;
    background-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}

.post-meta {
    margin: 35px 0 0;
}

.post-meta span {
    margin-right: 10px;
    display: inline-block;
    font-size: 1rem;
    color: var(--primary-color);
}

.post-meta i {
    width: 44px;
    height: 44px;
    margin-right: 15px;
    display: inline-block;
    background: #D9F7F2;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: var(--primary-color);
}

.post-holder {
    list-style: none;
    width: 100%;
    border-left: 5px solid var(--primary-bg-color-3);
    background-color: var(--primary-bg-color-2);
    padding: 25px;
    margin-top: 35px;
}

.posted-on a:not(.btn) {
    font-weight: 700;
}

.sidebar .item {
    margin-bottom: 50px;
}

.sidebar ol,
.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ol ol, .sidebar ul ul {
    padding: 15px;
}

.sidebar ul.children {
    padding: 0;
}

.sidebar .sub-menu {
    padding: 0;
}

.sidebar ul li:not(.nav-item):not(.list-group-item) {
    position: relative;
    padding-left: 0;
}

.sidebar ul ul li:not(.nav-item):not(.list-group-item) {
    padding-left: 20px;
}

.sidebar li:hover:before {
    background-color: var(--primary-color);
}

.sidebar ul li a:not(.btn) {
    color: inherit;
    overflow-wrap: break-word;
}

.sidebar ul li a:not(.btn):hover {
    color: var(--primary-color);
}

.sidebar .title {    
    width: 100%;
    margin-top: 0;
    list-style: none;
    font-size: 27px;
    line-height: 32px;
}

.list-group .list-group-item .icon {
    color: var(--primary-color);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights.image-right .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.highlights.image-left .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.highlights .items .item {
    margin-bottom: 35px;
}

.highlights .items .item:last-child {
    margin-bottom: 0;
}

.highlights p {
    white-space: pre-wrap;
}

.highlights .items .item .icon {
    color: var(--primary-color);
}

.offers .items .item {
    margin-bottom: 30px;
}

.offers .items .item .icon {
    margin: 0;
    color: var(--primary-color);
}

.offers .items .item .icon.featured {
    width: 65px;
    height: 65px;
    background: var(--primary-bg-color-3);
    border-radius: 100px;
    text-align: center;
    line-height: 65px;
    font-size: 32px;
}

.offers.secondary .items .item h4, .offers.secondary .items .item .title-h4 {
    margin-top: 0;
}

.offers .card:hover .btn-icon {
    opacity: 1;
}

.images .image-over {
    margin-bottom: -1px;
    border-radius: 10px 10px 0 0;
}

.images .items .item .content {
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.images .items .item .content p {
    margin: 1.5rem 0;
}

.team .items .item {
    margin-bottom: 50px;
}

.team .items h4, .team .items .title-h4 {
    margin: 0 0 10px;
}

.team .items p {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.team .share-list .nav-item {
    margin: 0;
}

.team .items .share-list .nav-link {
    padding: 0;
}

.team .items .share-list .nav-link:hover i {
    opacity: 1;
}

.team .quote {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    background-color: var(--primary-color);
    border-radius: 4px;
    color: var(--primary-bg-color-2);
}

.team .quote h4, .team .quote .title-h4 {
    margin-top: 0;
    color: var(--white-color);
}

.team .quote p {
    opacity: 0.85;
}

.team .quote h5 {
    margin-bottom: 0;
    font-family: var(--p-font);
    font-size: 1rem;
    color: var(--white-color);
    opacity: 0.85;
}

.team .quote .quote-left {
    position: absolute;
    top: 35px;
    left: 50px;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.25);
}

.team .quote .quote-right {
    position: absolute;
    bottom: 35px;
    right: 50px;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.25);
}

.team .quote .list-group-item {
    border-color: var(--secondary-l-color);
}

.team .quote .list-group .list-group-item .icon {
    color: var(--white-color);
}

.testimonials .card {
    padding: 35px 25px;
    background-color: var(--white-color);
}

.testimonials .card:not(.no-hover):hover {
    transform: none;
}

.odd.testimonials .card:not(.no-hover):hover p,
.odd.testimonials .card:not(.no-hover):hover i {
    color: inherit;
}

.testimonials .card .logo {
    width: auto;
    max-width: 100%;
    height: 25px;
    margin-right: auto;
    margin-bottom: 1.5rem;
    display: block;
}

.testimonials .card .quote-right {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.2);
}

.odd.testimonials .card .quote-right {
    color: rgba(255, 255, 255, 0.2);
}

.partners img {
    width: auto;
    max-width: 100%;
    height: 25px;
    opacity: 0.5;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.partners img:hover {
    opacity: 1;
}

.odd.partners img {
    filter: brightness(0) invert(1);
}

.projects .btn-icon {
    color: var(--white-color);
    opacity: 0;
}

.projects .card:hover .btn-icon {
    opacity: 1;
}

#process {
  padding: 90px 0 60px 0;  
}
.process .items {
    position: relative;
    cursor: crosshair;
}

.process .items:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 21px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #A0ECDF;
}

.process .step {
    position: relative;
    width: 45px;
    height: 45px;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 45px;
    color: #209985;
}

.process .step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #BCF2E9;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.step h4, .step .title-h4 {
    font-size: 27px;
}
.process .step span {
    position: relative;
}
.process .step p {
    color: #575757;
}
.process .items .item:hover .step span {
    color: var(--white-color);
}
.process .items .item:hover .step:before {
    background-color: var(--primary-color);
}

.counter.skills .items .item {
    padding: 35px 0 10px;
}

.counter .radial {
    position: relative;
    width: 110px;
    display: inline-block;
    text-align: center;
}

.counter .radial.left {
    width: auto;
    text-align: left;
}

.counter .radial canvas {
    height: 70px;
    vertical-align: middle;
    visibility: hidden;
}

.counter.skills .radial canvas {
    height: auto;
    visibility: visible;
}

.counter .radial span {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
    font-weight: 700;
}

.counter.preloader .radial span {
    font-size: 2.5rem;
    color: var(--white-color);
}
.funfacts:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
    z-index: 2;
}
.funfacts > .container {
    position: relative;
    z-index: 3;
}
.funfacts h4, .funfacts .title-h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 31px;
}
.funfacts .featured {
    background-color: #29cbb0;
}
.counter.funfacts .radial span {
    font-size: 2.5rem;
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
}

.counter .radial span i {
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
}
.plans .card {
	padding: 100px 15px 45px 15px;
}

.plans .card .title-h3 {
	margin-top: 0;
}

.plans .items .item .card:hover .btn-icon {
    opacity: 1;
}

.plans .items .item .icon {
    color: var(--primary-color);
}

.plans .items .item .btn {
    margin-top: 25px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.plans .items .item .list-group-item {
    padding: 10px 0;
    border: none;
}
.plans .items .item .list-group-item > i {
	order: 1;
}
.plans .items .item .list-group-item > span {
	order: 2;
	width: 100%;
}
.plans .items .item .card:hover {
    transform: translateY(-7.5px);
}

.plans .items .item .card:hover .btn {
    border: 1px solid var(--secondary-l-color);
}

.plans .items .item .card:hover .btn:after, .plans .items .item .card:hover .btn:before {
    content: none;
}

.plans .items .item .card:hover * {
    border-color: var(--secondary-l-color);
}

.plans .items .item h4, .plans .items .item .title-h4 {
    margin: 2rem 0 1rem 0;
}

.plans .items .item .most-popular {
    padding: 60px 45px;
}

.plans .items .item .badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 19px 25px;
    border-radius: 20px 0 20px 0px;
    text-align: left;
    font-size: 15px;
	line-height: 18px;
    font-weight: 400;
    background: #398082;
    max-width: 220px;
    white-space: inherit;
}
.plans .height-100 {
	height: 100%;
}
.plans .height-100 ul {
	padding: 0 0 0 10px;
}

.plans .icon-min {
    font-size: 1rem;
    color: #209985;
	padding-top: 6px;
	padding-right: 13px;
}
.plans .icon-min::before {
}

.choose-plan {
    position: absolute;
    top: 25px;
    right: 25px;
}

.choose-plan .btn-icon {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.price {
    margin-bottom: 25px;
    font-size: 39px;
    font-weight: 700;
    color: #398082;
}

.price i {
    margin: 0 5px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.price .plan {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.invert {
    filter: brightness(0) invert(1);
}

.grayscale {
    filter: grayscale(1);
}

.showcase.masonry .card {
    background-color: var(--white-color);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.showcase .items .item .card.no-image .image-over:before {
    background-color: var(--white-color);
}

.showcase.filter-section .card:hover .card-caption {
    opacity: 1;
}

.showcase .card {
    overflow: hidden;
    height: 360px;
    background-color: transparent;
}

.showcase .card:not(.no-hover):hover {
    transform: none;
}

.showcase .card .image-over {
    overflow: hidden;
}

.showcase .card .image-over:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-grey-color);
    border-radius: 10px;
    opacity: 0.5;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.showcase .card .image-over img {
    position: relative;
    z-index: -1;
    height: auto;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.showcase.insights .card .image-over img {
    width: 100%;
}

.showcase .card .card-body {
    padding: 50px 25px;
    transform: translateY(100px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.showcase .card:hover .card-body {
    transform: translateY(0);
}

.showcase .card:hover .card-footer {
    transform: translateY(0);
    opacity: 1;
}

.showcase .card .card-body h4, .showcase .card .card-body .title-h4 {
/*    margin-bottom: 70px;*/
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.showcase .card:hover .card-body h4, .showcase .card:hover .card-body .title-h4 {
    margin-bottom: 1.5rem;
}

.showcase .card .card-body p {
    margin: 1.5rem 0 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.showcase .card:hover .card-body p {
    opacity: 1;
}

.showcase .card .card-footer .btn-icon {
    margin: 0;
}

.showcase .card .card-footer .btn-icon {
    margin: 0;
    color: var(--white-color);
    opacity: 1;
}

.showcase .card-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.showcase .no-image .card-caption {
    position: relative;
}

.showcase .card-caption *, .showcase .card-caption *:not(.btn) {
    color: var(--primary-bg-color);
}

.showcase .no-image .card-caption *, .showcase .no-image .card-caption *:not(.btn) {
    color: var(--primary-t-color);
}

.showcase.odd .no-image .card-caption *, .showcase.odd .no-image .card-caption *:not(.btn) {
    color: var(--secondary-t-color);
}

.showcase .no-image .card-caption .card-body p {
    color: var(--primary-p-color);
}

.showcase.odd .no-image .card-caption .card-body p {
    color: var(--secondary-p-color);
}

.showcase .card-footer {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    padding: 50px 25px;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transform: translateY(-100px);
}

.showcase .card-footer a:not(.btn) {
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
}

.showcase .no-image .card-footer {
    border-color: rgba(0, 0, 0, 0.15);
}

.showcase .card:hover .image-over:before {
    opacity: 0.75;
}

.showcase .card:hover .image-over .mask-radius-full {
    opacity: 0;
}

.showcase .card:hover .image-over img {
    transform: scale(1.1);
    filter: blur(2px);
}

.showcase .card:hover .image-over .play-video-full {
    transform: translateY(-15%);
}

.filter-section .btn-group {
    margin: 0 0 35px;
    display: block;
}

.filter-section .btn-group .btn {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-p-color);
}

.odd.filter-section .btn-group .btn {
    color: var(--secondary-p-color);
}

.filter-section .btn-group .btn.focus {
    outline: none;
    box-shadow: none;
}

.filter-section .btn-group .btn:hover {
    color: var(--primary-t-color);
}

.odd.filter-section .btn-group .btn:hover {
    color: var(--white-color);
}

.filter-section .btn-group .btn.active {
    color: var(--primary-t-color);
}

.odd.filter-section .btn-group .btn.active {
    color: var(--white-color);
}

.filter-section .btn-group .btn.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: var(--primary-color);
    opacity: 0.15;
}

.filter-section .btn-group .btn i {
    margin: 0 10px 0;
}

.subscribe .items .item {
    padding: 0 10px;
}

.contacts h4, .contacts .title-h4 {
    margin-top: 0;
    font-size: 27px;
}

.contacts a:not(.btn), .geo {
    padding: 5px 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--primary-color);
}
.contacts a:not(.btn) {
	padding: 0;
}
.geo {
	padding: 0;
}

.contacts li {
    margin: 6.1px 0;
}

.contacts i, .contact-block-icon {
    width: 43px;
    height: 43px;
    display: inline-block;
    background: var(--primary-bg-color-3);
    border-radius: 100px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}
.contact-block-icon {
	margin-right: 5px;
}
.contact-block-icon svg {
    vertical-align: text-bottom;
}
.contacts i.fa-whatsapp {
    width: 25px;
    height: 25px;
    background: none;
    border-radius: 0;
    text-align: left;
    line-height: 25px;
    font-size: 25px;
}

.form .message {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    padding: 35px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0);
    border-radius: 5px;
    background-color: var(--card-bg-color);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.form .message .icon {
    margin: auto;
    color: var(--primary-color);
}

.form .message h3, .form .message .title-h3 {
    color: var(--primary-color);
}

.form .message .done {
    display: none;
}

.form .message.active {
    transform: scale(1);
}

.form-group-margin {
    margin: -5px -7.5px 0 -7.5px;
}

.widget-services .list-group .list-group-item .icon, .link-category-icon .category-icon {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    border-radius: 10px;
    background-color: #D9F7F2;
}
.link-category-icon .category-icon {
    width: 65px;
    height: 65px;
    margin-right: 25px;
    border-radius: 10px;
    background-color: #D9F7F2;
}
.widget-services .list-group-item .h-img {
    width: auto;
    margin-right: 25px;
    padding: 7.5px;
}

.widget-author .items .item {
    margin-bottom: 0;
}

.widget-author .card {
    background-color: var(--primary-bg-color-3);
}

.widget-author .card:hover {
    transform: initial;
}

.widget-author .person {
    width: 128px;
    height: 128px;
    border-radius: 100%;
}

/* #endregion Helper Class */

/*----------------------------------------------
5. Header
----------------------------------------------*/

/* #region Header */

header {
    position: relative;
    z-index: 5;
}

.navbar-holder {
    position: relative;
    z-index: -100;
    min-height: auto;
    pointer-events: none;
    background-color: var(--nav-holder-bg-color);
}

.navbar {    
    -webkit-transition: all .15s ease-out 0s!important;
    -o-transition: all .15s ease-out 0s!important;
    -moz-transition: all .15s ease-out 0s!important;
    transition: all .15s ease-out 0s!important;
}

.navbar.top {
    position: relative;
    z-index: 5;
    height: 50px;
    padding: 0;
    background-color: #333333;
}

.navbar.sub {
    top: 50px;
    z-index: 9;
}

header .navbar-sticky {
    -webkit-transition: all .15s ease-out 0s!important;
    -o-transition: all .15s ease-out 0s!important;
    -moz-transition: all .15s ease-out 0s!important;
    transition: all .15s ease-out 0s!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-sticky.sub.hidden {
    -webkit-transform: translate3d(0, -101%, 0)!important;
    -ms-transform: translate3d(0,-101%, 0)!important;
    -moz-transform: translate3d(0, -101%, 0)!important;
    transform: translate3d(0, -101%, 0)!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-sticky.sub.visible {
    -webkit-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-sticky.sub {
    top: 0;
    padding: 10px 25px;
    background-color: var(--header-bg-color);
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    -webkit-transform: translate3d(0, -101%, 0)!important;
    -ms-transform: translate3d(0,-101%, 0)!important;
    -moz-transform: translate3d(0, -101%, 0)!important;
    transform: translate3d(0, -101%, 0)!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-expand {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 25px;
}

header .navbar-expand.relative {
    position: relative;
}

header .navbar-expand .navbar-nav {
    display: inline-block;
}

header .navbar-expand .navbar-nav.toggle {
    display: none;
}

header .navbar-expand .navbar-nav.toggle i {
    font-size: 20px;
}

header .navbar-expand .navbar-brand {
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--secondary-p-color);
}

header .navbar-expand .navbar-brand.light {
    color: var(--nav-item-color);
}

header .navbar-expand .navbar-brand i {
    color: var(--primary-color);
}

header .navbar-expand .navbar-brand img {
    height: 20px;
    width: 140px;
    margin-top: -10px;
}

header .navbar-expand .navbar-brand .brand {
    letter-spacing: 5px;
}

header .navbar-expand .navbar-brand .featured {
    position: relative;
    display: inline-block;
    padding: 13px 2px 14px 30px;
}

header .navbar-expand .navbar-brand .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 7.5px);
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color: var(--secondary-color);
    opacity: 0.15;
}

header .navbar-expand .navbar-brand .featured .first {
    position: relative;
    margin-right: -10px;
    color: var(--secondary-color);
}

.navbar-expand .navbar-nav .nav-item {
    margin: 0;
    display: inline-flex;
}

.navbar-expand .navbar-nav ul .nav-item {
    display: block;
}

.navbar-expand.top .navbar-nav .nav-item a:not(.btn) {
    font-size: 0.9rem;
    font-weight: 400;
    color: #989898;
}

.navbar-expand.top .navbar-nav .nav-item a:not(.btn):hover {
    color: var(--secondary-color);
}

.navbar-expand .navbar-nav .nav-item a:not(.btn) {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
}

.navbar-expand .navbar-nav .nav-link:not(.btn) {
    padding-right: 1rem;
    padding-left: 1rem;
    color: var(--nav-item-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.navbar-expand .navbar-nav.items .nav-link:not(.btn):not(.title):hover,
.navbar-expand .navbar-nav.icons .nav-link:not(.btn):not(.title):hover {
    color: var(--secondary-color);
}

.navbar-expand .navbar-nav.items .nav-link.active:not(.btn):not(.title) {
    color: var(--secondary-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 1rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--primary-t-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) span {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 100px;
    background-color: var(--primary-bg-color-3);
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    color: var(--primary-color);
}

.odd .navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) {
    color: var(--secondary-t-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link.title {
    font-weight: 700;
    color: var(--primary-t-color);
    opacity: 0.8;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):before,
.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):after {
    content: none;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title).active,
.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):hover {
    background-color: var(--primary-bg-color-3);
    color: var(--primary-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):hover span {
    background-color: var(--primary-bg-color);
}

.navbar-nav i.icon-arrow-down {
    position: relative;
    top: 1.5px;
    margin: 0 0 0 0.3rem;
    font-size: 12px;
    font-weight: 700;
}

.navbar-nav i.icon-arrow-right {
    position: relative;
    left: 5px;
    top: 0;
    margin: 0 0 0 0.3rem;
    font-size: 10px;
    font-weight: 700;
}

.navbar-expand .icons i {
    font-weight: 400;
}

.dropdown .dropdown-menu {
    background-color: var(--primary-bg-color);
    width: max-content;
    min-width: 120px;
    display: block;
    visibility: hidden;
    opacity: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.odd .dropdown .dropdown-menu {
    background-color: var(--secondary-bg-color-2);
}

.dropdown:hover > .dropdown-menu {
    visibility: unset;
    opacity: 1;
    margin: 0;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    top: -8px;
    left: 100%;
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
    box-shadow: none;
    outline: none;
}

.menu .items {
    margin-left: -5px;
    width: calc(100% + 10px);
}

.menu .navbar-nav {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

.menu .nav-item {
    margin: 0;
}

.menu .dropdown .dropdown-menu {
    display: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    background: none;
    box-shadow: none;
    border: none;
    text-align: center;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
    list-style: none;
    color: var(--secondary-p-color);
}

.menu .dropdown .dropdown-menu.show {
    display: block;
}

.menu .dropdown-menu .dropdown-menu {
    position: relative;
    top: initial;
    left: initial;
}

.menu .dropdown .dropdown-menu .left,
.menu .dropdown .dropdown-menu .right {
    width: 50%;
}

.menu .nav-link:not(.btn) {
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid var(--primary-l-color);
    color: var(--primary-p-color);
    display: inline-block;
    width: calc(100% - 12px);
    vertical-align: top;
    padding: 10px 5px;
    margin: 0 5px;
    border-radius: 4px;
}

.odd .menu .nav-link:not(.btn) {
    border: 1px solid var(--secondary-l-color);
    color: var(--secondary-p-color);
}

.menu .nav-link:not(.btn):hover,
.odd .menu .nav-link:not(.btn):hover {
    color: var(--primary-color);
}

.menu .dropdown .dropdown-menu .nav-link.title {
    font-weight: 700;
    color: var(--primary-t-color);
    border: none;
    opacity: 0.8;
}

.odd .menu .dropdown .dropdown-menu .nav-link.title {
    color: var(--secondary-t-color);
}

.menu .dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 400;
    background: none;
    color: var(--primary-p-color);
    display: flex;
    justify-content: space-between;
    width: calc(100% - 12px);
    vertical-align: top;
    padding: 0;
    margin: 0 5px 10px;
    border-radius: 4px;
    text-align: left;
}

.menu .dropdown .dropdown-menu .nav-item .nav-link span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100px;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.odd .menu .dropdown .dropdown-menu .nav-item .nav-link {
    color: var(--secondary-p-color);
}

.menu .dropdown .dropdown-menu .nav-link:hover,
.odd .menu .dropdown .dropdown-menu .nav-link:hover {
    color: var(--primary-color);
}

.menu .dropdown:first-child {
    margin-top: 0;
}

.menu .nav-link:first-child {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: none;
    color: var(--primary-t-color);
}

.odd .menu .nav-link:first-child {
    margin-bottom: 0;
    font-weight: 700;
    border: none;
    color: var(--secondary-t-color);
}

.menu .dropdown-menu .dropdown > .nav-link:first-child {
    font-size: 1rem;
    font-weight: 700;
}

.menu .navbar-nav i.icon-arrow-down {
    font-size: 18px;
}

/* #endregion Header */

/*----------------------------------------------
6. Slider
----------------------------------------------*/

/* #region Slider */

.slider-h-auto {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.slider-h-auto .swiper-wrapper,
.slider-h-auto .swiper-slide {
    min-height: 75vh;
}

.slider-h-auto.no-slider .inner {
    top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.slider-h-100 {
    width: 100%;
    height: calc(100vh - 50px);
}

.slider-h-100.slider-h-auto {
    min-height: calc(100vh - 50px);
}

.slider-h-85 {
    width: 100%;
    height: 85vh;
}

.slider-h-75 {
    width: 100%;
    height: 75vh;
}

.slider-h-75.slider-h-auto {
    min-height: 75vh;
}

.slider-h-70 {
    width: 100%;
    height: 70vh;
}

.slider-h-65 {
    width: 100%;
    height: 65vh;
}

.slider-h-60 {
    width: 100%;
    height: 60vh;
}

.slider-h-50 {
    width: 100%;
    height: 50vh;
}

.slider-h-50.slider-h-auto {
    min-height: 50vh;
}

.slider-h-25 {
    width: 100%;
    height: 25vh;
}

.slider-h-25.slider-h-auto {
    min-height: 25vh;
}

.hero .parallax-y-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.hero .parallax-x-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.hero.slider-parallax {
    position: fixed;
    top: 0;
    min-height: auto;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.slider-parallax-holder {
    position: relative;
    z-index: -100;
    min-height: 100vh;
    pointer-events: none;
}

.mid-slider {
    overflow: hidden;
    padding: 0 15px;
}

.mid-slider-simple {
    padding: 0 15px;
}

.mid-slider-simple .card:not(.no-hover):hover {
    transform: initial;
}

/*.full-slider {
    cursor: w-resize;
}*/

.full-slider .inner,
.no-slider .inner {
    top: 0;
    max-width: 1140px;
    padding: 0;
    margin: auto;
}

.no-slider.slider-h-75 .inner {
    top: 10px;
}

.full-slider .inner .center,
.no-slider .inner .center {    
    width: 100%;
    padding: 3rem 0;
}

.full-slider .inner .left,
.no-slider .inner .left {
    width: 80%;
    padding: 3rem 0;
}

.full-slider .inner .right,
.no-slider .inner .right {
    width: 45%;
    padding: 3rem 0;
}

.full-slider.featured .inner .left:before,
.no-slider.featured .inner .left:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 5%;
    width: 45%;
    height: 95%;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider.featured .inner .left:after,
.no-slider.featured .inner .left:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 5%;
    width: 45%;
    height: 95%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider.featured .inner .right:before,
.no-slider.featured .inner .right:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    bottom: 0;
    right: 5%;
    width: 45%;
    height: 95%;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider.featured .inner .right:after,
.no-slider.featured .inner .right:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 5%;
    bottom: 0;
    width: 45%;
    height: 95%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider .inner .left.off:before,
.full-slider .inner .left.off:after,
.full-slider .inner .right.off:before,
.full-slider .inner .right.off:after {
    content: none;
}

.full-slider .inner .left.init:before,
.full-slider .inner .left.init:after,
.no-slider .inner .left.init:before,
.no-slider .inner .left.init:after,
.full-slider .inner .right.init:before,
.full-slider .inner .right.init:after,
.no-slider .inner .right.init:before,
.no-slider .inner .right.init:after {
    opacity: 1;
}

.full-slider.featured .inner .left .title,
.no-slider.featured .inner .left .title,
.full-slider.featured .inner .right .title,
.no-slider.featured .inner .right .title {
    max-width: 85%;
}

.full-slider .slide-content .center .description,
.no-slider .slide-content .center .description {
    max-width: 800px;
    font-size: 1.2rem;
}

.full-slider .slide-content .center .description.smaller,
.no-slider .slide-content .center .description.smaller {
    max-width: 500px;
}

.full-slider .slide-content .left .description,
.no-slider .slide-content .left .description,
.full-slider .slide-content .right .description,
.no-slider .slide-content .right .description {
    max-width: 550px;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.full-slider.featured .inner .right .description {
    right: 15%;
    position: relative;
}

.full-slider .slide-content .description.bigger,
.no-slider .slide-content .description.bigger {
    max-width: 100%;
    color: var(--primary-t-color);
    font-size: 1.5rem;
    font-weight: 400;
}

.odd .full-slider .slide-content .description.bigger,
.odd .no-slider .slide-content .description.bigger {
    color: var(--secondary-p-color)
}

.full-slider .swiper-button-next {
    right: 1.5rem;
}

.full-slider .swiper-button-prev {
    left: 1.5rem;
}

.full-slider .swiper-button-next:focus,
.full-slider .swiper-button-prev:focus {
    outline: none;
}

.full-slider .swiper-button-next,
.full-slider .swiper-button-prev {
    top: calc(50% + 60px);
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    opacity: 0.25;
    padding: 2rem 1.5rem;
    transition-timing-function: ease-in;
    transition: 0.2s;
}

.full-slider .swiper-button-next:hover,
.full-slider .swiper-button-prev:hover {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
}

.full-slider .swiper-button-next:after,
.full-slider .swiper-button-prev:after {
    font-size: 3rem;
}

.mid-slider {
    cursor: w-resize;
}

.min-slider {
    cursor: w-resize;
}

.slide-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.swiper-slide .aos-animate {
    display: none;
}

.swiper-slide.swiper-slide-active .aos-animate {
    display: block;
}

.swiper-slide .fit-image.aos-init {
    opacity: 1;
}

.swiper-slide .fit-image.aos-animate {
    visibility: hidden;
    display: block;
}

.swiper-slide.swiper-slide-active .fit-image.aos-animate {
    visibility: visible;
    display: block;
    transform: translateZ(0) scale(1.2);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 3s;
    transition-property: opacity, transform;
}

.full-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    top: calc(50% - 50px);
    right: 40px;
    left: initial;
    width: fit-content;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 35px;
    margin: 7.5px 0!important;
    display: block;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    opacity: 0.5;
    outline: none;
    /* ! important is necessary to avoid conflict with the Swipper Slider. */
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}

.swiper-pagination-bullet-active:hover {
    background-color: var(--primary-color);
}

.pagination {
    width: fit-content;
    margin: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-item:focus {
    outline: none;
    box-shadow: none;
}

.pagination .page-item .page-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    background-color: var(--primary-bg-color);
    border-radius: 2px;
    border: 1px solid;
    border-color: var(--primary-bg-color-2);
    color: var(--primary-t-color);
}

.odd .pagination .page-item .page-link {
    background-color: var(--secondary-bg-color);
    border-color: var(--secondary-bg-color-2);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.odd .pagination .page-item.active .page-link {
    background-color: var(--secondary-bg-color);
}

.pagination .page-item .page-link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--primary-bg-color);
}

.odd .pagination .page-item .page-link:hover {
    color: var(--secondary-bg-color);
}

.pagination .page-item .page-link:focus {
    outline: none;
    box-shadow: none;
}

/* #endregion Slider */

/*----------------------------------------------
7. Feature
----------------------------------------------*/

/* #region Feature */

.preloader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-grey-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}

.preloader.ready {
    z-index: -100;
    opacity: 0;
}

.icon  {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 44px;
    display: block;
    margin: auto;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.icon.smaller {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.icon.bigger {
    width: 5rem;
    height: 5rem;
    margin: 0;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold;
}

.icon.circle {
    border-radius: 100px;
    font-size: 28px;
}

.bricklayer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bricklayer-column-sizer {
    width: 33.3333%;
    display: none;
}

.columns-1 .bricklayer-column-sizer {
    width: 100%;
}

.columns-2 .bricklayer-column-sizer {
    width: 50%;
}

.columns-3 .bricklayer-column-sizer {
    width: 33.3333%;
}

.columns-4 .bricklayer-column-sizer {
    width: 25%;
}

.columns-5 .bricklayer-column-sizer {
    width: 20%;
}

.columns-6 .bricklayer-column-sizer {
    width: 16.6666%;
}

.bricklayer-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px;
}

.bricklayer .item {
    margin: 0 0 30px 0;
}

.card-columns {
    margin: 0 15px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 45px;
    border-radius: 20px;
    border: none;
    background-color: var(--card-bg-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.card.no-hover {
    background-color: transparent;
    box-shadow: none;
}

.odd:not(.custom) .card:not(.no-hover) {
    background-color: #333333;
}

#footer .card {
    background-color: rgba(0, 0, 0, 0.4);
}

.card p {
    margin: 0 0 10px;
    white-space: pre-wrap;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #989898;
    font-size: 18px;
    line-height: 23px;
}

.card-img-top {
    border-radius: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 35px 30px;
}

.card-body h3, .card-body h4, .card-body h5, .card-body h6, .card-body .title-h3, .card-body .title-h4 {
    margin-top: 0;
}

.card-footer {
    border-radius: 0;
    background: none;
    padding: 30px 0;
    margin: 0 30px;
    border-top: 1px solid var(--primary-l-color);
}

.card-footer a {
    margin: 0 10px;
}

.card-footer a:not(.btn) {
    line-height: 1.2;
    text-align: left;
    color: var(--primary-p-color);
}

.card-footer i {
    margin: 0 10px 2.5px 0;
}

.card.simple {
    box-shadow: none;
    background: none;
    padding: 0 2rem;
}

.card.simple:hover {
    background: none;
}

.card:not(.no-hover):hover {
    transform: translateY(-7.5px);
}

.sticky.card:not(.no-hover) {
    background: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}

.masonry .card:not(.no-hover):hover {
    transform: translateY(0);
}

.card:not(.no-hover):hover:before,
.card:not(.no-hover):hover:after {
    opacity: 0;
}

.card:hover .image-person img {
    transform: scale(1.1);
}

.odd .card:not(.no-hover):hover h3,
.odd .card:not(.no-hover):hover .title-h3,
.odd .card:not(.no-hover):hover h4,
.odd .card:not(.no-hover):hover .title-h4,
.odd .card:not(.no-hover):hover p {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover span,
.odd .card.stycky:not(.no-hover) span {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover a,
.odd .card.sticky:not(.no-hover) a {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover i,
.odd .card.sticky:not(.no-hover) i {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover .icon,
.card.sticky:not(.no-hover) .icon {
    background-color: transparent;
    color: var(--primary-bg-color);
}

.odd.features .card:not(.no-hover):hover .icon {
    background-color: var(--primary-color);
}

.odd .card:hover .card-footer,
.odd .card.sticky .card-footer {
    color: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.25);
}

.odd .card:hover .btn-icon {
    opacity: 1;
    color: var(--primary-bg-color);
}

.odd .card:hover .share-list i {
    color: var(--primary-bg-color);
}

.showcase .card .card-body .badges {
    transform: translateY(100px);
}

.showcase .card:hover .card-body .badges {
    transform: translateY(0);
}

.card .badges a:first-child .badge {
    margin-bottom: 15px;
}

.card .badges .badge {
    width: 100%;
    margin: 0;
}

.badges {
    display: inline-block;
}

.badges .badge {
    margin: 0 10px 12.5px 0;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.badges .badge a:not(.btn) {
    line-height: 1;
}

.badges .badge:hover {
    color: var(--white-color);
    background-color: #209985;
}

.badges .badge a:not(.btn):hover {
    color: var(--white-color);
}

.badge {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #209985;
    background-color: #A0ECDF;
}
.widget-tags .badge a {
    color: #209985;
}

.badge.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: var(--primary-bg-color-3);
}

.badge.tag {
    margin: 0.3rem;
    padding: 0.5rem 1rem;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-p-color);
    border: 1px solid var(--primary-l-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.badge.tag:hover,
.badge.tag.active {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.breadcrumb {
    margin: 0;
    background: none;
    justify-content: center;
    color: inherit;
}

.breadcrumb-item {
    font-size: 1rem;
    font-weight: 400;
}

.breadcrumb-item a:not(.btn) {
    color: inherit;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    font-weight: 400;
}

.breadcrumb-item.active {
    color: var(--secondary-color);
}

.breadcrumb-item.active:hover {
    color: var(--secondary-color);
}

.share-list {
    margin: 0.5rem 0 0 0;
    display: -webkit-inline-box;
}

.sidebar .share-list {
    margin: 0;
}
.share-list span {
    cursor: pointer;
}
.share-list .nav-link i, .share-list span i {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    background: #D9F7F2;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: var(--primary-color);
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.share-list .nav-link i:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.share-list li:first-child i {
    margin-left: 0;
}

.share-list .nav-item {
    margin: 0;
}

.share-list .nav-link {
    padding: 0;
}

.image-over {
    overflow: hidden;
    border-radius: 10px;
}

.image-person img {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
}

.person {
    width: 100%;
    border-radius: 5px;
}

.square-image {
    max-width: 900px;
    margin: auto;
    border-radius: 4px;
    background: var(--primary-color);
}

.square-image .icon {
    position: absolute;
    z-index: 1;
    color: var(--white-color);
    opacity: 0.75;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
}

.square-image .icon.clone {
    margin: -17.5px -10px 0;
    color: var(--secondary-color);
    opacity: 0.75;
}

.square-image img {
    opacity: 0.85;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
}

.square-image:hover img {
    opacity: 0.75;
    filter: none;
}

.square-image:hover .icon {
    transform: scale(1.1);
    opacity: 1;
}

.mask-radius {
    content: '';
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
    width: 58%;
    height: 58%;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    border-radius: 100% 0 0 0;
    opacity: 0.25;
}

.mask-radius-full {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    opacity: 0.5;
}

.play-video {
    position: absolute;
    z-index: 2;
    right: 15%;
    bottom: 15%;
    padding: 1.75rem 1.5rem 1.75rem 2rem;
    border-radius: 100%;
    font-size: 3rem;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-size: 200% auto;
    color: var(--primary-b-color);
}

.play-video-full {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 4rem;
    color: var(--primary-b-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.full-image[data-mask="90"] {
    opacity: 0.1;
}

.full-image[data-mask="80"] {
    opacity: 0.3;
}

.full-image[data-mask="70"] {
    opacity: 0.3;
}

.full-image[data-mask="60"] {
    opacity: 0.4;
}

.full-image[data-mask="50"] {
    opacity: 0.5;
}

.full-image[data-mask="40"] {
    opacity: 0.6;
}

.full-image[data-mask="30"] {
    opacity: 0.7;
}

.full-image[data-mask="20"] {
    opacity: 0.8;
}

.full-image[data-mask="10"] {
    opacity: 0.9;
}

.full-image[data-mask="0"] {
    opacity: 1;
}

.full-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.full-image.to-bottom {
    object-position: bottom;
}

.hero-image {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: auto;
    height: 85%;
}

.hero-image-left {
    position: absolute;
    left: 10%;
    bottom: 0;
    width: auto;
    height: 85%;
}

.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fit-image.w-85 {
    width: 85%;
}

.fit-image.top {
    object-position: top;
}

.fit-image.bottom {
    object-position: bottom;
}

.btn {
    width: fit-content;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .5rem 1.25rem;
    border-width: 0;
    border-radius: 2px;
}

.btn.smaller, .btn.smaller:active, .btn.smaller:focus {
    width: fit-content;
    box-sizing: content-box; 
    margin: 0 5px;
    padding: 7.5px 12.5px;
    display: inline-block;
}

.btn.w-100 {
    max-width: 100%;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
}

.btn i {
    margin-right: 0.5rem;
}

.btn i.left {
    margin-right: 0;
    margin-left: 0.5rem;
}

.btn-icon {
    position: absolute;
    top: 43px;
    right: 45px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    color: var(--primary-color);
/*    opacity: 0.5;*/
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.choose-plan .btn-icon {
    color: #209985;
}
.card:hover .btn-icon.pulse:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

/* #endregion Feature */

/*----------------------------------------------
8. Form and Field
----------------------------------------------*/

/* #region Form and Field */

.grecaptcha-badge {
    visibility: hidden;
    z-index: -100;
}

.submit-block {
	display: flex;
	gap: 15px;
	position: relative;
	padding-top: 10px !important;
}
.submit-block .wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
}
.submit-block .agreement {
	display: block;
	flex: 1;
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	color: #B8B8B8;
}
.submit-block .agreement a {
	font-weight: 500;
	text-decoration: none;
	font-size: 15px;
	line-height: 120%;	
	color: #B8B8B8 !important;
}

.form-control {
    width: 100%;
    height: 48px;
    background: no-repeat;
    box-shadow: none;
    padding: 0 15px;
    background-color: #F2F2F2;
    border: none;
    border-radius: 8px;
    line-height: 32px;
	font-size: 20px;
    color: var(--primary-t-color);
}
.form-control::placeholder {
	color: #989898;
}

.form-control.less-opacity {
    background-color: rgba(0, 0, 0, 0.75);
}

.odd .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--secondary-t-color);
}

.odd .form-control.less-opacity {
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--primary-t-color);
}

select.form-control {
    color: #6c757d;
}

.odd select.form-control {
    color: #6c757d;
}

.form-control:disabled, .form-control[readonly] {
    background-color: inherit;
    opacity: 0.75;
    cursor: no-drop;
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;
    color: var(--primary-t-color);
    border: none;
    box-shadow: none;
}

.form-control.less-opacity:focus {
    background-color: rgba(0, 0, 0, 0.9);
}

.odd .form-control:focus {
    background-color: rgba(255, 255, 255, 0.075);
    outline: none;
    color: var(--secondary-t-color);
    border: none;
    box-shadow: none;
}

.odd .form-control.less-opacity:focus {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--primary-t-color);
}

.form-control.valid {
    background-color: rgba(0, 122, 77, 0.25);
}

.form-control.less-opacity.valid {
    background-color: rgba(0, 122, 77, 0.5);
    color: var(--white-color);
}

.form-control.invalid {
    background-color: rgba(227, 79, 79, 0.25);
}

.form-control.less-opacity.invalid {
    background-color: rgba(227, 79, 79, 0.5);
    color: var(--white-color);
}

textarea.form-control {
    width: 100%;
    min-height: 98px;
    height: 98px;
	padding-top: 8px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius: 2px;
}

.input-group {
    margin: 10px 0;
	padding: 5px !important;
}

.input-group .icon-arrow-down {
    position: absolute;
    top: calc(50% - 8px);
    right: 8px;
    color: var(--primary-t-color);
}

.odd .input-group .icon-arrow-down {
    color: var(--secondary-l-color);
}

button:disabled {
    cursor: no-drop;
}

.form-alert {
    margin: 1rem 0;
    display: block;
    color: var(--invalid-color);
}

.form-alert.valid {
    color: var(--valid-color);
}

.form-alert.invalid {
    color: var(--invalid-color);
}

.form-get-in-touch {
	padding-left: 5px;
}
.form-get-in-touch .wpcf7-spinner {
	position: absolute;
	right: 0;
}
.touch-flex {
	display: flex;
	gap: 16px;
	margin-top: 5px !important;
}
.touch-flex p {
	flex: 1;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	color: #B8B8B8 !important;
	font-weight: 400 !important;
	display: inline-flex;
	align-items: center;
}
.touch-flex p a {
	font-weight: 500 !important;
	color: #B8B8B8 !important;
	font-size: 15px !important;
	line-height: 18px !important;
}

/* #endregion Form and Field */

/*----------------------------------------------
8.1 Multi-Step Form
----------------------------------------------*/

/* #region Multi-Step Form */

.multi-step-form {
    min-height: 575px;
}

.multi-step-form fieldset {
    width: 100%;
    position: relative;
}

.multi-step-form fieldset:not(:first-of-type) {
    display: none;
}

.multi-step-form input {
    width: 100%;
}

.multi-step-form .mask-radius {
    width: calc(58% + 15px);
    right: 0;
}

.multi-step-form .step-images {
    min-height: 575px;
}

.multi-step-form .content-images .step-image .fit-image {
    min-height: 575px;
}

.progressbar {
    margin-bottom: 25px;
    padding: 0;
    overflow: hidden;
    counter-reset: step;
}

.progressbar:after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: var(--primary-bg-color-3);
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 0;
}

.odd .progressbar:after {
    background-color: var(--secondary-bg-color-3);
}

.progressbar.complete:after {
    background: linear-gradient(to right, var(--primary-color) 20%, var(--secondary-color) 40%, var(--secondary-color) 60%, var(--primary-color) 80%);
    background-size: 200% auto;
}

.progressbar li.active:before, .progressbar li.active:after {
    background: linear-gradient(to right, var(--primary-color) 20%, var(--secondary-color) 40%, var(--secondary-color) 60%, var(--primary-color) 80%);
    background-size: 200% auto;
    -webkit-animation: effect 1s linear infinite;
    animation: effect 1s linear infinite;
    color: var(--primary-bg-color);
}

.odd .progressbar li.active:before, .progressbar li.active:after {
    color: var(--secondary-bg-color);
}

.progressbar li {
    list-style-type: none;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    width: 33.3333%;
    float: left;
    position: relative;
    color: var(--primary-t-color);
}

form[data-steps="1"] .progressbar {
    display: none;
}

form[data-steps="1"] .progressbar li {
    width: 100%;
}

form[data-steps="2"] .progressbar li {
    width: 50%;
}

form[data-steps="3"] .progressbar li {
    width: 33.3333%;
}

.odd .progressbar li {
    color: var(--secondary-t-color);
}

.progressbar li:before {
    position: relative;
    z-index: 2;
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: var(--primary-t-color);
    background-color: var(--primary-bg-color-3);
    border-radius: 100px;
    margin: 0 auto 10px auto;
}

.odd .progressbar li:before {
    color: var(--secondary-t-color);
    background-color: var(--secondary-bg-color-3);
}

.progressbar li:after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: var(--primary-bg-color-3);
    position: absolute;
    left: -50%;
    top: 17px;
    z-index: 1;
}

.odd .progressbar li:after {
    background-color: var(--secondary-bg-color-3);
}

/* #endregion Multi-Step Form */

/*----------------------------------------------
9. List
----------------------------------------------*/

/* #region List */

.list-group-item {
    margin: 0;
    background: none;
    font-size: 1rem;
    padding-right: 0;
    padding-left: 0;
    border-color: var(--primary-l-color);
}

.odd .list-group-item {
    border-color: var(--secondary-l-color);
}

.list-group-item a:hover {
    color: var(--primary-color);
}

.list-group-item img {
    width: 65px;
    height: 65px;
    display: block;
    margin-right: 50px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
/*    background-color: var(--primary-bg-color-3);*/
    
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);*/
}

.odd .list-group-item img {
    background-color: var(--secondary-bg-color-3);
}

.list-group-item a:not(.btn) {
    color: inherit;
}

.list-group-item .icon {
    font-size: 34px;
    text-align: left;
}

.list-group-item:last-child .list-group-content {
    padding-bottom: 0;
}

.list-group-content {
    padding: 10px 0;
}

.list-group-content h4, .list-group-content .title-h4 {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.list-group-content p {
    margin: 0;
}

/* #endregion List */

/*----------------------------------------------
10. Gallery
----------------------------------------------*/

/* #region Gallery */

.gallery {
    position: relative;
    overflow: hidden;
}

.content .gallery {
    margin: 35px 0 0 0;
}

.gallery .item:not(:last-child) {
    margin-bottom: 30px;
}

.gallery img {
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.gallery .fit-image {
    width: 100%;
    height: 100%;
}

.gallery img:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.gallery a:hover img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.gallery.featured {
    transform: scale(1);
}

.gallery.featured a:first-child:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -15px;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

.gallery.featured a:last-child:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -15px;
    bottom: 0;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

/* #endregion Gallery */

/*----------------------------------------------
11. Footer
----------------------------------------------*/

/* #region Footer */

footer {
    position: relative;
    background-color: var(--footer-bg-color);
}

footer.odd {
    background-color: #111111;
}

footer .card h4, footer .card .title-h4 {
    margin-top: 0;
}

footer .card i {
    margin-right: 10px;
}

footer .items .card a:not(.btn) {
    margin: 0 0 0.5rem;
    display: block;
    color: var(--primary-p-color);
}

footer .odd .items .card a:not(.btn):last-child {
    margin-bottom: 5px;
}

footer .odd .items .card a:not(.btn) {
    color: var(--secondary-p-color);
}

footer .items .card:not(.no-hover):hover a:not(.btn):hover {
    color: var(--secondary-color);
}

footer .items .card a:not(.btn):hover i {
    color: var(--secondary-color);
}

footer a.navbar-brand:not(.btn) {
    padding: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--nav-item-color);
}

footer .navbar-brand i {
    color: var(--primary-color);
}

footer .navbar-brand img {
    height: 25px;
    width: 181px;
}

footer .navbar-brand .brand {
    letter-spacing: 5px;
    color: var(--secondary-p-color);
}

footer .navbar-brand .featured {
    position: relative;
    display: inline-block;
    padding: 13px 2px 14px 30px;
}

footer .navbar-brand .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 7.5px);
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color: var(--secondary-color);
    opacity: 0.15;
}

footer .navbar-brand .featured .first {
    position: relative;
    margin-right: -10px;
    color: var(--secondary-color);
}

footer .brand .logo {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 0.8;
    color: var(--primary-color);
}

footer .brand .logo img {
    width: auto;
    height: var(--footer-brand-height);
}

footer .brand a:hover {
    text-decoration: none;
}

footer .title {
    margin-top: 0;
}

footer .contacts {
    position: relative;
    top: 2.5rem;
    left: 2.5rem;
}

footer .contacts .nav-item {
    position: relative;
    z-index: 1;
}

footer .contacts:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 40px;
    width: 100%;
    height: 165%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-color: var(--primary-t-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

footer .contacts:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 40px;
    width: 100%;
    height: 165%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    border-color: var(--primary-t-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

footer .contacts:hover:before,
footer .contacts:hover:after {
    border-color: var(--primary-color);
}

footer .contacts li {
    margin: 0;
    font-size: 1.2rem;
}

footer .nav-item {
    margin: 0;
}

footer .nav-item .nav-link {
    font-weight: 500;
    line-height: 1;
    font-size: 20px;
    color: inherit;
}

footer.odd .nav-item .nav-link {
    color: var(--secondary-p-color);
}

footer .nav-item .nav-link:hover {
    color: var(--primary-color);
    outline: none;
}

footer .copyright {
    background-color: var(--primary-l-color);
}

footer .copyright p {
    font-size: 14px;
    line-height: 1.8;
}

/* #endregion Footer */

/*----------------------------------------------
12. Modal
----------------------------------------------*/

/* #region Modal */

.modal-open {
    overflow-y: hidden;
    overflow-x: hidden;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: start;
    -webkit-box-align: start;
    height: 100%;
}

.modal-content {
    border: none;
    border-radius: 0;
    overflow-x: hidden;
    background-color: var(--primary-bg-color);
}
.modal-content .wpcf7-spinner {
	display: none;
}

.odd .modal-content {
    background-color: var(--secondary-bg-color-2);
}

.modal-content.full {
    height: 100%;
}

.modal-header {
    align-items: center;
    padding: 25px;
    border: none;
    font-weight: 700;
    color: var(--primary-t-color);
    border-radius: 0;
}

.odd .modal-header {
    color: var(--secondary-t-color);
}

.modal-header .modal-title {
    line-height: 0;
}

.modal-header .icon-close {
    font-size: 24px;
    cursor: pointer;
}

.modal-header .icon-close:hover {
    color: var(--primary-color);
}

.modal-header.absolute {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.modal-header.absolute .icon-close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(5, 130, 131, 0.65);
    color: var(--white-color);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.modal-header.absolute .icon-close:hover {
    background-color: var(--primary-color);
}

.modal-body {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 25px 75px;
}

.modal-body iframe {
    width: 100%;
    height: 100%;
}
.modal-body p {
	color: #B8B8B8;
	font-size: 15px;
	line-height: 120%;
}
.modal-body a {
	color: #B8B8B8 !important;
	font-size: 15px !important;
	line-height: 120% !important;
	font-weight: 700 !important;	
}
.modal-body .wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.modal-body form {
	padding-bottom: 15px;
}

.modal-body .wpcf7-response-output {
	display: none !important;
}

/* #endregion Modal */

/*----------------------------------------------
13. Miscellaneous
----------------------------------------------*/

/* #region Miscellaneous */

.spinner-grow {
    color: var(--primary-color);
}

.scroll-to-top {
    display: none;
    position: fixed;
    z-index: 5;
    right: 25px;
    bottom: 25px;
/*    opacity: 0.75;*/
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
	visibility: hidden;
}

.scroll-to-top:hover {
    opacity: 1;
}

.scroll-to-top i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.odd.scroll-to-top i {
    background-color: var(--secondary-bg-color-2);
}

.scroll-to-top i:hover,
.scroll-to-top i:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.get_quote_main {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
	margin: 30px 0;
}
.get_quote_main .get_quote_header {
	font-size: 50px;
	font-weight: 800;
	line-height: 58px;
	color: #fff;
}
.get_quote_main .get_quote_description {
	color: #fff !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}
.get_quote_main  .get_quote_button {
	display: flex;
	justify-content: end;
	align-items: start;
	padding-top: 7px;
}
.get_quote_main  .get_quote_button span {
	cursor: pointer;
}
.darken {
	position: relative;
	z-index: 1; 
}
.darken::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.get_work_holder {
	padding: 20px 0;
}

#contact.get_work {
	overflow: hidden;
}
#contact.get_work .hcolor {
	color: #fff;
}
#contact.get_work .work-header {
	position: relative;
}
#contact.get_work .work-header::after {
	position: absolute;
	top: 82px;
	right: 15px;
	display: block;
	content: '';
	width: 530px;
	height: 530px;
	background-position: top right;
	background-repeat: no-repeat;
}


#contact.get_work .work-form .wpcf7 form {
	display: flex;
	flex-wrap: wrap;
}
#contact.get_work .work-form .wpcf7 form > div {
	display: flex;
	flex-direction: column;
	gap: 10px;	
}
#contact.get_work .work-form .wpcf7 form .get_work_col1 {
	padding-left: 0;
}
#contact.get_work .work-form .wpcf7 form .get_work_col2 {
	padding-right: 0;
}
#contact.get_work .work-form .wpcf7 form input,
#contact.get_work .work-form .wpcf7 form textarea {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	padding: 8px 15px;
	border-radius: 8px;
	margin-right: 40px;
	border: none;	
	height: auto;
}
#contact.get_work .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
}
#contact.get_work .work-form .wpcf7 form input[type="submit"] {
	color: #000;
	background: #fff;
	font-weight: 700;
	padding: 8px 29px;
	width: fit-content;
	letter-spacing: 1px;
	margin-top: 5px;
}
#contact.get_work .work-form .wpcf7 form textarea {
	height: 222px;
}
#contact.get_work .hcolor {
	margin: 0;
}
#contact.get_work .work-form .wpcf7 .work_header {
	color: #fff;
	font-size: 30px;
	line-height: 39px;
	margin-top: 16px;
	margin-bottom: 12px;
}
#contact.get_work .work-form .wpcf7 .form-terms {
	margin-top: 2px;
}
#contact.get_work .work-form .wpcf7 .form-terms-2 {
	display: none;
}
#contact.get_work .work-form .wpcf7 .form-terms, #contact.get_work .work-form .wpcf7 .form-terms a {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}
#contact.get_work .work-form .wpcf7 .form-terms a {
	font-weight: 800;
}
#contact.get_work .file-input {
	display: none;
}
#contact.get_work .drop-file {
	width: 100%;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	padding: 8px 15px;
	border-radius: 8px;	
	display: block;
	cursor: pointer;
	transition: ease .3s;
	overflow: hidden;
}
#contact.get_work .drag-over {
	opacity: .5;
	transition: ease .3s;
}
#contact.get_work .wpcf7-response-output {
	display: none;
}
.wpcf7-not-valid-tip {
	color: #B73B20;
}

.dl_cta {
	border-radius: 20px;
	overflow: hidden;
	color: #fff;
}
.dl_cta .dl_cta_img {
	padding: 40px 33px 37px 33px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-size: auto;
	background-position: top 0 right -100px;
}

.dl_cta .dl_cta_description {
	padding: 50px 68px;
	display: flex;
	flex-direction: column;
	background: #252525;
	gap: 10px;
}
.dl_cta .dl_cta_description p {
	margin: 0;
	line-height: 32px !important;
	color: #fff !important;
}
.dl_cta .dl_cta_description .colorful-btn {
	width: fit-content;
	cursor: pointer;
	margin-top: 20px;
	padding: 10px 28px;
}
.dl_cta .dl_cta_header {
	font-weight: 800;
	padding-right: 100px;
}
.dl_cta_parameters ul {
	display: flex;
	list-style: none;
	gap: 42px;
	padding: 0;
}
.dl_cta_parameters ul li {
	font-size: 22px;
	font-weight: 700;	
	margin: 0;
}
.dl_cta_description * {
	color: #fff;
	font-size: 20px;
	line-height: 150%;
}
.dl_cta_description ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0 0 0 10px;
}

.sub-service #slider .sub-cat-text {
	color: #fff;
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
}

.sub-service .dl_cta .dl_cta_img {
	background-position: 50% 50%;
	background-size: cover;
}
.sub-service #choose.process .items::before {
	display: none;
}
.sub-service #process .full .items:first-of-type {
	padding-bottom: 60px;
}
.sub-service #choose .hcolor {
	text-align: center;
}
.sub-service #choose h2.hcolor span {
	background: #D9F7F2;
}
.sub-service #partners {
	background-color: transparent;
	padding: 42px 0 0 0;
}
.sub-service #partners h2.hcolor {
	margin-bottom: 55px;
}
.sub-service #resources {
	background: #fff;
}
.sub-service #faq h2 {
	text-align: center;
	margin: 0 0 35px 0;
}

.sub-service .faq-item {
    border-bottom: 2px solid #BCF2E9;
    padding: 20px 0 22px 0;
}
.sub-service .faq-item:last-of-type {
	border: none;
}
.sub-service .faq-question {
    cursor: pointer;
    font-weight: 500;
    color: #000;
	font-size: 30px;
	line-height: 39px;
	padding-right: 50px;
    margin: 8px 0;
    position: relative;
}

.sub-service .faq-question::after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 0px;
	width: 32px;
	height: 16px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='31' height='16' viewBox='0 0 31 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15L15.5 1L1 15' stroke='%234BDBC3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: transform 0.3s ease;
	transform: rotate(180deg);
}

.sub-service .faq-question.open::after {
    transform: rotate(0deg);
}

.sub-service .faq-answer {
    padding: 5px 35px 10px 0;
    font-size: 20px;
	line-height: 30px;
	color: #000;
}

.sub-service #sub-calc {
	background: #ECFBF9;
}
.sub-service #sub-calc .hcolor {
	text-align: center;
	margin-top: 0;
}
.sub-service #sub-calc .hcolor span {
	background: #A0ECDF;
}


.sub-service #sub-calc .quiz-container {
    position: relative;
    width: 100%;
    overflow: hidden; /* Скрываем переполнение контента */
}

.sub-service #sub-calc .quiz-slider {
    position: relative;
    width: 100%;
	height: 100%;
	transition: height 0.5s ease-in-out;
}

.sub-service #sub-calc .quiz-slide {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    opacity: 0; 
    transform: translateX(-100%); 
    transition: opacity 0.5s ease, transform 0.5s ease;
	height: 100%;
}

.sub-service #sub-calc .quiz-slide:first-child {
    opacity: 1; /* Первый слайд виден по умолчанию */
    transform: translateX(0); /* Первый слайд находится на месте */
}

.sub-service #sub-calc .quiz-slide.active {
    opacity: 1; /* Активный слайд виден */
    transform: translateX(0); /* Активный слайд на месте */
}

.sub-service #sub-calc .quiz-slide.hidden {
    opacity: 0; /* Скрытые слайды невидимы */
    transform: translateX(-100%); /* Скрытые слайды за пределами видимости */
}

.sub-service #sub-calc .quiz-slide__left {
    flex: inherit; 
    padding-right: 15px;
    position: relative;
	width: 375px;
	display: flex;
	flex-direction: column;	
}

.sub-service #sub-calc .quiz-slide__right {
    flex: 1;
    padding-left: 15px;
}

.sub-service #sub-calc .back-btn {
    padding: 10px 20px;
    cursor: pointer;
	color: #989898;
	font-size: 20px;
	line-height: 32px;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 0.9375L0.625 10L9.375 19.0625' stroke='%23989898' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: left center;
	background-repeat: no-repeat;
}

.sub-service #sub-calc .quiz-answers {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.sub-service #sub-calc .answer {
	color: #1F1F1F;
	font-size: 20px;
	line-height: 32px;
    padding: 10px 20px;
	margin: 0;
    cursor: pointer;
    border-radius: 8px;
	border: 2px solid #75E3D1;
	background-color: transparent;
    transition: background-color 0.3s ease;
		&:hover {
			background-color: #75E3D1;
	}
}

.sub-service #sub-calc .quiz-slide--success {
    text-align: center;
	flex-wrap: wrap;
}

.sub-service #sub-calc .final-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sub-service #sub-calc .final-slide-header {
	color: #4BDBC3;
}
.sub-service #sub-calc .result {
	margin: 30px 0 0 0;
	color: #209985;
	font-weight: 700;
	font-size: 39px;
	line-height: 47px;
}
.sub-service #sub-calc #recommended-scenario {

}

.sub-service #sub-calc .quiz-slide--success .quiz-slide__left,
.sub-service #sub-calc .quiz-slide--success .quiz-slide__right {
    flex: 1;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}
.sub-service #sub-calc .quiz-slide--success .quiz-slide__right {
	padding: 20px 0 20px 20px;
}

.sub-service #sub-calc .quiz-slide--success .quiz-slide__left {
    text-align: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sub-service #sub-calc .quiz-slide--success .quiz-slide__left p {
	margin: 0;
}

.sub-service #sub-calc .quiz-slide--success .quiz-slide__right {
    text-align: right;
}


.sub-service #sub-calc .quiz-slide__thanks {
    display: flex;
	width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
	line-height: 32px;
    color: #373737;
    margin-top: 20px;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    opacity: 0;
}
.sub-service #sub-calc .quiz-slide__thanks span {
	padding-left: 94px;
	background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='26' stroke='%234BDBC3' stroke-width='4'/%3E%3Cpath d='M22 29.3125L30 37.3125L42 25.3125' stroke='%234BDBC3' stroke-width='4'/%3E%3C/svg%3E%0A");
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	width: fit-content;
	min-height: 64px;
	max-width: 485px;
	text-align: left;
}

.sub-service #sub-calc .quiz-slide__thanks {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
	display: none;
}

.sub-service #sub-calc .quiz-slide--success .quiz-slide__left.hide,
.sub-service #sub-calc .quiz-slide--success .quiz-slide__right.hide {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    pointer-events: none;
}

.sub-service #sub-calc  .quiz-slider .pre-title {
	width: 100%;
	color: #4BDBC3;
	font-size: 17px;
	line-height: 20px;
}
.sub-service #sub-calc  .quiz-slider .question {
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;
	color: #000;
	padding: 30px 0;
	display: block;
	flex: 1;
}
.sub-service #sub-calc form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sub-service #sub-calc form p,
.sub-service #sub-calc form p a {
	margin: 0;
	text-align: left;
	color: #989898;
	font-size: 15px;
	line-height: 18px;
}
.sub-service #sub-calc form p a {
	font-weight: 600;
}
.sub-service #sub-calc span.wpcf7-form-control-wrap {
	position: relative;
}
.sub-service #sub-calc .form-control {
    background-color: #FFFFFF;
	margin: 0;
}
.sub-service #sub-calc input[type="submit"] {
	margin-top: 10px;
	height: 48px;
}

.sub-service .list-group .list-group-item {
	border-color: rgba(152, 152, 152, .25);
}

.sub-service .sub-descr {
	display: block;
	text-align: center;
	max-width: 750px;
	margin: 30px auto 0 auto;
	color: #1F1F1F;
	font-size: 20px;
	line-height: 32px;
}
.sub-service .subcategory-service-services#services .items .item .card {
	background: #fff;
	padding: 35px;
	border-radius: 15px;
	height: 100%;
}
.sub-service #services .pre-title {
	margin: 0 0 30px 0;
	position: relative;
	color: #209985;
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;
	text-transform: none;
}
.sub-service #services .alone-cat:not(:last-of-type) {
	padding-bottom: 20px;
}

.sub-service #services {
	padding-bottom: 0 !important;
}
.sub-service #services .pre-title i {
	top: 10px;
}
.sub-service #services .items {
	padding-bottom: 30px;
}

.sub-service #services .items .item .card .title-h4,
.sub-service #choose .title-h4 {
	color: #209985;
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;	
}
.sub-service #services .items .item .card .title-h4 {
	margin: 20px 0;
}
.sub-service #choose .items .item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sub-service #choose .title-h4 {
	margin: 0;
}

.sub-service #services .items .item .icon {
	width: 52px;
	height: 52px;	
}

.sub-service #services .items .item .card p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

.sub-service #process .items .item.last-item {
    flex-basis: 100%;
    max-width: 100%;
}
.sub-service #process .items .item .title-h4 {
	font-size: 30px;
	line-height: 39px;
	font-weight: 500;
}
.sub-service #process .items .item p {
	line-height: 30px;
	font-weight: 400;
}
.sub-service #choose p {
	color: #1F1F1F;
	font-size: 20px;
	line-height: 32px;
	margin: 0;
}
.sub-service #partners .container {
	padding-left: 15px;	
	padding-right: 15px;	
}
.sub-service #partners h2.hcolor .featured {
	background: #A0ECDF;
}
.sub-service #partners .overflow-holder {
	padding: 0;
}
.sub-service #trending_insight .trending-text {
	text-align: center;
}

.sub-service #mailchimp,
.sub-service #partners,
.sub-service #trending_insight {
	background-color: #D9F7F2;
}

.sub-service #trending_insight {
	padding-top: 30px;
	display: flex;
	flex-direction: column;	
}
.sub-service .trending_insight .swiper-pagination {
	bottom: auto;
	top: auto;	
	z-index: 1;
	line-height: 12px;
}
.sub-service .swiper-container-horizontal > .swiper-pagination-bullet {

}

.sub-service #trending_insight .trending_insight .swiper-pagination-bullet {
	border-color: #4BDBC3 !important;
}
.sub-service #trending_insight .trending_insight .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #4BDBC3 !important;	
}

.sub-service #partners .swiper-slide {
	background: #fff;
	padding: 10px;
	border-radius: 15px;
}
.sub-service #partners .swiper-wrapper {
	gap: 30px;
}

.sub-service #partners .item img.fit-image {
	width: 200px;
}
.sub-service #blog {
	background: #fff;
}
.sub-service #blog .pre-title {
	font-size: 17px;
}
.sub-service #blog .intro h2.hcolor {
	margin-bottom: 0;
}

.sub-service .subcategory-service .text h3 {
	font-size: 39px;
	line-height: 47px;
	font-weight: 700;
}
.sub-service #mc_signup_form .mc_form_inside .mc_input {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}

.subcat-service #subscribe_footer h2 {
	margin: 0;
	width: 360px;
}
.subcat-service #subscribe_footer .form-subscribe-footer {
	flex: 1;
	justify-content: end;
}
.subcat-service #subscribe_footer .footer-subscribe-input {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.sub-service #blog {
		padding-bottom: 0 !important;
	}
	.sub-service #blog.showcase .card .image-over img {
		width: 100%;
	}
	.sub-service #process .full .items:first-of-type {
		padding-bottom: 0;
	}
	.sub-service #partners .container {
		padding: 0 25px;
	}
	.sub-service #mailchimp .subscribe-posts {
		margin: 0;
	}
	
}
@media screen and (max-width: 767px) {
	.sub-service .dl_cta .dl_cta_img {
		min-height: 368px;
	}
	.sub-service .faq-question {
		font-size: 20px;
		line-height: 32px;
		font-weight: 500;
	}
	.sub-service #services .pre-title {
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;	
		margin: 0;	
		width: 100%;		
	}
	.sub-service #services .pre-title i {
		width: 29px;
		height: 14px;
		background-size: contain;
	}
	.sub-service #services .items {
		flex-direction: column;
		gap: 50px;
	}
	.sub-service .faq-answer {
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;		
	}
	.sub-service #sub-calc .quiz-slide__left,
	.sub-service #sub-calc .quiz-slide__right {
		width: 100%;
		padding: 0;
	}
	.sub-service #sub-calc .quiz-slide {
		flex-wrap: wrap;
	}	
	.sub-service #choose.process .items .container {
		gap: 30px;
	}
	.sub-service #choose .items .item {
		gap: 0;
	}
	.sub-service #sub-calc .result {
		font-size: 28px;
		line-height: 34px;		
	}
}
@media (max-width: 575px) {
	.sub-service h2.hcolor {
		font-size: 32px;
		line-height: 42px;
		font-weight:  700;
	}
	.sub-service .sub-descr {
		font-size: 18px;
		line-height: 28px;
	}
    .sub-service .alone-cat {
        display: none;
    }
    .sub-service .pre-title i.closed + .alone-cat {
        display: none;
    }
	.sub-service #services .items .alone-cat:last-of-type .item:last-of-type {
		margin: 0;
	} 
	.sub-service #process {
		padding-top: 40px !important;
	}
	.sub-service #process h2.hcolor, 
	.sub-service #blog h2.hcolor,
	.sub-service #partners h2.hcolor,
	.sub-service #trending_insight h2.hcolor,
	.sub-service #choose .hcolor,
	.sub-service #sub-calc .hcolor	{
		font-weight: 800;
	}
	.sub-service #trending_insight .intro {
		margin-bottom: 40px;
	}
	.sub-service .trending_insight .swiper-pagination {
		width: 100% !important;
	}
	.sub-service #partners {
		padding: 35px 0 0 0 !important;
	}
	.sub-service #partners h2.hcolor {
		margin-top: 0;
		text-align: center;
	}
	.sub-service #mailchimp {
		padding: 35px 0 10px 0 !important;
	}
	.sub-service  #mailchimp .subscribe-posts {
		margin: 0;
	}
	.sub-service #choose .hcolor {
		margin: 20px 0 35px 0 !important;		
	}
	.sub-service #choose .title-h4 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.sub-service #choose .intro {
		margin: 0;
	}
	.sub-service .dl_cta .dl_cta_description p, 
	.sub-service .dl_cta .dl_cta_description ul li {
		line-height: 28px !important;
	}
	.sub-service #faq .hcolor {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.sub-service #partners  .item img.fit-image {
		height: auto;
	}	
	.sub-service .subcategory-service .text h3 {
		font-size: 28px;
		line-height: 34px;
	}
	.sub-service #process .items .item .title-h4 {
		font-size: 24px;
		line-height: 32px;
	}	
	.sub-service #process .items .item p {
		font-size: 18px;
		line-height: 24px;
	}	
	.sub-service #blog .filter-items .card a {
		margin: 0 0 30px 0 !important;
	}
	.sub-service #partners .swiper-wrapper {
		gap: 15px;
	}	
	.sub-service #mc_signup_form .mc_form_inside .mc_input {
		font-size: 18px;
		line-height: 28px;
	}	
	.sub-service .list-group .list-group-item a {
		margin: 0;
	}
	.sub-service #services .get_quote_main .container,
	.sub-service #services .get_quote_main .container .col-12 {
		padding: 0;
	}
	.sub-service #sub-calc .quiz-slider .question {
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;
	}
	.sub-service #sub-calc .col-12 .col-12 {
		padding: 0 !important;
	}
	.sub-service #sub-calc .answer {
		font-size: 18px;
		line-height: 28px;		
	}
	.subcat-service #faq .faq-question {
		font-size: 24px;
	}
	.subcat-service #subscribe_footer .form-subscribe-footer p {
		margin: 20px 0 !important;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
	}
	.subcat-service #subscribe_footer .footer-subscribe-input {
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;		
	}
	.sub-service #sub-calc .quiz-slide--success.active {
		flex-direction: column;
	}
	.sub-service #sub-calc .quiz-slide--success .quiz-slide__left,
	.sub-service #sub-calc .quiz-slide--success .quiz-slide__right {
		padding: 20px 0 0 0 !important;
	}
	.sub-service #sub-calc .form-control input {
		font-size: 18px;
		line-height: 28px;		
	}
	.sub-service #sub-calc .wpcf7-spinner {
		display: none;
	}
	.sub-service #sub-calc .wpcf7-form-control-wrap[data-name="agree"] {
		display: none;
	}
	.sub-service #sub-calc .wpcf7-not-valid-tip {
		text-align: left;
		padding: 0 15px;
	}
}



/* #endregion Miscellaneous */

/*----------------------------------------------
14. Keyframe
----------------------------------------------*/

/* #region Keyframe */

@-webkit-keyframes effect {
    to {
        background-position: -200% center;
    }
}

@keyframes effect {
    to {
        background-position: -200% center;
    }
}

/* #endregion Keyframe */

/*----------------------------------------------
15. All Media Queries
----------------------------------------------*/

/* #region All Media Queries */

@media(max-width: 1280px) {
	.become_client_btn {
		right: 70px;
	}
}

@media(max-width: 1199px) {

    /* #region Header */

    body header .navbar-expand .navbar-nav.toggle {
        display: flex;
    }

    body header .navbar-expand .navbar-nav.toggle a:not(.btn) {
        padding-right: 0;
    }

    body header .navbar-expand .navbar-nav.contacts,
    body header .navbar-expand .navbar-nav.items,
    body header .navbar-expand .navbar-nav.icons .social,
    body header .navbar-expand .navbar-nav.action {
        display: none;
    }

    body header .navbar.top {
        display: none;
    }

    body header .navbar.sub {
        top: 0;
    }

    /* #endregion Header */

    /* #region Slider */   

    body .full-slider .inner, body .no-slider .inner {
        padding: 0 25px;
    }

    body .full-slider .inner .right, .no-slider .inner .right {
        width: 65%;
    }

    body .full-slider.featured .inner .left:before,
    body .full-slider.featured .inner .left:after,
    body .no-slider.featured .inner .left:before,
    body .no-slider.featured .inner .left:after,
    body .full-slider.featured .inner .right:before,
    body .full-slider.featured .inner .right:after,
    body .no-slider.featured .inner .right:before,
    body .no-slider.featured .inner .right:after {
        content: none;
    }   

    body .full-slider.featured .inner .left .title,
    body .no-slider.featured .inner .left .title,
    body .full-slider.featured .inner .right .title,
    body .no-slider.featured .inner .right .title {
        max-width: 100%;
    }

    .full-slider.featured .inner .right .description {
        right: initial;
        position: inherit;
    }

    body .full-slider .inner button {
        margin: auto;
    }

    body .full-slider.swiper-container-horizontal > .swiper-pagination-bullets {
        right: 25px;
    }

    body .full-slider .swiper-button-next {
        right: 0;
        padding: 1.5rem 1rem;
    }

    body .full-slider .swiper-button-prev {
        left: 0;
        padding: 1.5rem 1rem;
    }

    body .full-slider .swiper-button-next:after,
    body .full-slider .swiper-button-prev:after {
        font-size: 2rem;
    }

    /* #endregion Slider */

    /* #region Section */

    body .container {
        padding: 0 10px;
        max-width: 100%;
    }

    body .container.header.full-grid {
        margin: 0;
    }

    body .container.full-grid {
        padding: 0;
        max-width: calc(100% - 20px);
        margin: 0 10px;
    }

    /* #endregion Section */

    /* #region Feature */

    body .bricklayer-column-sizer {
        width: 33.3333%;
    }

    body .columns-1 .bricklayer-column-sizer {
        width: 100%;
    }
    
    body .columns-2 .bricklayer-column-sizer,
    body .columns-3 .bricklayer-column-sizer,
    body .columns-4 .bricklayer-column-sizer,
    body .columns-5 .bricklayer-column-sizer,
    body .columns-6 .bricklayer-column-sizer {
        width: 33.3333%;
    }

    body .card-columns {
        column-count: 3;
    }    
    
    body .card-footer {
        margin: 0;
    }

    body .play-video {
        right: 40px;
        bottom: 30px;
        font-size: 2.5rem;
    }

    /* #endregion Feature */

    /* #region Gallery */

    body .gallery.featured a:first-child:before,
    body .gallery.featured a:last-child:before {
        content: none;
    }

    /* #endregion Gallery */
	.dl_cta .dl_cta_img {
		background-position: 100% 0;
	}
	
	.dl_cta.container, .dl_cta.container .container {
		padding: 0;
	} 
	.dl_cta_parameters ul {
		gap: 20px;
	}
	#contact.get_work .work-header {
		height: 101px;
	}
	#contact.get_work .work-header::after {
		width: 115px;
		height: 101px;
		top: 0;
		right: 15px;
		background-size: auto 174px;
	}/* 
	#contact.get_work .hcolor {
		padding-left: 15px;
	}
	#contact.get_work .work-form .wpcf7 form .get_work_col1 {
		padding-left: 15px;
	}
	#contact.get_work .work-form .wpcf7 form .get_work_col2 {
		padding-right: 15px;
	}	 */
}

@media(max-width: 991px) {

    /* #region General */

    body h1,
    body .slide-content .title {
        font-size: 3.5rem;
    }

/*    body h2 {
        font-size: 31px;
    }*/

    /* #endregion General */

    /* #region Slider */

    body .slider-h-100 {
        height: auto;
    }

    body .slider-h-100.alt {
        height: auto;
    }

    body .slider-h-100.slider-h-auto.alt {
        height: auto;
    }

    /* #endregion Slider */

    /* #region Section */

    body aside {
        margin-top: 60px;
    }

    body .team .quote {
        height: auto;
    }    

    body .subscribe .items .item {
        padding: 0;
    }

    body .contact form {
        width: 100%;
        margin-bottom: 35px;
    }

    body .process .items::before {
        content: none;
    }

/*    body .footer {
        text-align: center;
    }*/


    body .footer .btn {
        margin: 10px auto 50px;
    }

    body footer .card i {
        display: none;
    }

    /* #endregion Section */

    /* #region Feature */

    body .bricklayer-column-sizer {
        width: 50%;
    }

    body .columns-1 .bricklayer-column-sizer {
        width: 100%;
    }
    
    body .columns-2 .bricklayer-column-sizer,
    body .columns-3 .bricklayer-column-sizer,
    body .columns-4 .bricklayer-column-sizer,
    body .columns-5 .bricklayer-column-sizer,
    body .columns-6 .bricklayer-column-sizer {
        width: 50%;
    }

    body .card-columns {
        column-count: 2;
    }

    .latest-project .items .item {
        margin-bottom: 30px;
    }
    /* #endregion Feature */
    .showcase .card .card-body {
      transform: translateY(0);
    }
    .showcase .card .card-body h4, .showcase .card .card-body .title-h4 {
/*      margin-bottom: 1.5rem;*/
    }
    .showcase .card .card-body p {
      opacity: 1;
    }
    h2 .featured {
      display: inline;
      line-height: 43px;
    }
	.get_quote_main {
		padding: 60px 40px;
	}
	.get_quote_main .get_quote_header {
		text-align: center;
		font-size: 40px;
		line-height: 48px;
	}
	.get_quote_main .get_quote_description {
		text-align: center;
	}
	.get_quote_main  .get_quote_button {
		padding-top: 30px;
		justify-content: center;
	}
	.become_client_btn {
		right: 25px;
	}
	.dl_cta .dl_cta_header {
		font-size: 40px;
		padding: 0;
		max-width: 60%;
	}
	.dl_cta_parameters {
		margin-top: 100px;
	}
	.dl_cta_parameters ul {
		gap: 42px;
	}
	.dl_cta .dl_cta_img, .dl_cta .dl_cta_description {
		padding: 30px 30px;
		background-position: top right;
	}
	.dl_cta .dl_cta_description .colorful-btn {
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
	}
	.plans .items {
		row-gap: 30px;
	}
	.get_quote_main .get_quote_description {
		margin: 20px 0 0 0;
	}
}

@media(max-width: 767px) {

    /* #region General */

    body h1,
    body .slide-content .title {
        font-size: 3rem;
    }
    
    /* #endregion General */

    /* #region Helper Class */
    
    body .intro .btn {
        margin-top: 30px;
    }

    body .highlights:not(.image-right):not(.image-center) .intro {
        margin-top: 50px;
    }

    body .highlights .items .item:last-child {
        margin-bottom: 35px;
    }

    body .highlights:not(.image-left) .items:last-child .item:last-child {
        margin-bottom: 70px;
    }

    body .offers .items .item {
        margin-bottom: 0;
    }

    body .offers .items .item {
        margin-bottom: 30px;
    }

    body .blog-grid:not(.masonry) .items .item {
        margin-bottom: 0;
    }

    body .blog-grid:not(.masonry) .items .item {
        margin-bottom: 30px;
    }

    /* #endregion Helper Class

    /* #region Header */

    body header .navbar-expand .navbar-nav.action .btn {
        padding: 5px 10px;
        font-size: 0;
    }

    body header .navbar-expand .navbar-nav.action .btn i {
        font-size: initial;
        margin: 0;
    }

    body .navbar-brand {
        margin: 0;
    }

    /* #endregion Header */

    /* #region Slider */    

    body .full-slider .slide-content .inner .left, 
    body .no-slider .slide-content .inner .left,
    body .full-slider .slide-content .inner .right, 
    body .no-slider .slide-content .inner .right,
    body .full-slider .slide-content .inner .center, 
    body .no-slider .slide-content .inner .center {
        width: 90%;
    }  

    body .no-slider .slide-content .inner .right.alt {
        width: 100%;
    }

    body .full-slider .slide-content .inner .left a.btn-primary-color:after,
    body .no-slider .slide-content .inner .left button.btn-primary-color:after,
    body .full-slider .slide-content .inner .right a.btn-primary-color:after,
    body .no-slider .slide-content .inner .right button.btn-primary-color:after {
        content: none;
    }

    body .full-slider .hero-image,
    body .no-slider .hero-image {
        right: -15%;
    }

    body .full-slider .hero-image-left,
    body .no-slider .hero-image-left {
        left: initial;
    }

    body .full-slider .hero-image.alt,
    body .no-slider .hero-image.alt {
        top: 22%;
    }

    body .full-slider .hero-image-left.alt,
    body .no-slider .hero-image-left.alt {
        top: 22%;
    }

    body .full-slider .slide-content .inner .description, 
    body .no-slider .slide-content .inner .description {
        max-width: 100%;
        font-size: 1rem;
    }

    body .slide-content .buttons .btn {
        min-width: 180px;
        font-size: 0.9rem;
    }

    /* #endregion Slider */

    /* #region Section */

    body section {
        padding: 90px 0;
    }

    body section.bg-image-1,
    body section.bg-image-2 {
        background-image: none;
    }

    body .highlights.image-right .image {
        position: relative;
    }

    body .highlights.image-right .image img {
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px;
    }

    body footer .navbar-nav {
        margin-bottom: 35px;
    }

    /* #endregion Section */

    /* #region List */

    body .list-group-item img {
        margin-right: 90px;
    }

    /* #endregion List */

    /* #region Features */

    body .filter-section .btn-group .btn {
        font-size: 1rem;
    }

    /* #endregion Features */

    /* #region Multi-Step Form */

    body .form .message {
        width: calc(100% - 30px);
    }

    body .step-prev, body .step-next, body .send {
        width: calc(50% - 12px);
    }

    /* #endregion Multi-Step Form */

    /* #region Footer */

    body footer .contacts {
        left: 0;
    }

    body footer .contacts {
        margin-bottom: 30px;
    }

    body footer .contacts:after {
        left: 0;
        width: 100%;
    }

    body footer .contacts:before {
        left: 0;
        width: 100%;
    }

	.become_client_btn {
		display: block;
		width: fit-content;
		bottom: 25px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#contact.get_work .work-form .wpcf7 form input[type="submit"] {
		margin-left: auto;
		margin-right: auto;
	}	
	#contact.get_work .work-form .wpcf7 .form-terms-1 {
		display: none;
	}
	#contact.get_work .work-form .wpcf7 .form-terms-2 {
		display: block;
	}	
	#contact.get_work .work-form .wpcf7 .work_header {
		text-align: center;
	}
	#contact.get_work .work-header::after {
		display: none;
	}
	#contact.get_work .work-header {
		height: auto;
	}
	#contact.get_work .hcolor,
	#contact.get_work .work-form .wpcf7 .form-terms {
		text-align: center;
	}	
	#contact.get_work .wpcf7-spinner {
		position: absolute;
		bottom: 0;
		left: 0;		
	}
	#contact.get_work .work-form .wpcf7 form .get_work_col1,
	#contact.get_work .work-form .wpcf7 form .get_work_col2 {
		padding-left: 0;
		padding-right: 0;
	}
	body .contact form {
		margin: 0;
	}
	#contact.get_work .hcolor {
		padding: 0;
	}
	#contact.get_work .work-form .wpcf7 .work_header {
		margin: 0;
	}
	#contact.get_work .work-form .wpcf7 form .get_work_col2 {
		margin-top: 20px;
	}
}

@media (max-width: 576px) {

    /* #region Feature */

    body .bricklayer-column-sizer {
        width: 100%;
    }

    body .columns-1 .bricklayer-column-sizer,
    body .columns-2 .bricklayer-column-sizer,
    body .columns-3 .bricklayer-column-sizer,
    body .columns-4 .bricklayer-column-sizer,
    body .columns-5 .bricklayer-column-sizer,
    body .columns-6 .bricklayer-column-sizer {
        width: 100%;
    }

    body .card-columns {
        column-count: 1;
    }
    
    /* #endregion Feature */

    /* #region Modal */
    
    body .modal-body {
        align-items: start;
    }
    
    /* #endregion Modal */

	.get_quote_main {
		padding: 40px 25px;
		margin: 20px 0;
	}	
	.get_quote_main .get_quote_header {
		font-size: 32px;
		line-height: 42px;
	}
	.get_quote_main .get_quote_description {
		font-size: 18px;
		line-height: 28px;
	}	
	.dl_cta .dl_cta_header {
		font-size: 32px;
		max-width: 100%;
	}
	.dl_cta .dl_cta_img {
		padding: 20px;
	}
	.dl_cta_parameters ul {
		flex-direction: column;
		gap: 16px;
	}
	.dl_cta .dl_cta_description {
		padding: 40px 20px;
	}
	.dl_cta .dl_cta_description p, .dl_cta .dl_cta_description ul li {
		font-size: 18px;
		line-height: 24px !important;
	}
	.dl_cta_description ul {
		margin: 0;
		gap: 0;
	}
	.dl_cta_description ul li {
		margin: 0 0 5px 0;
	}
	.title-h4.modal-title {
		font-size: 28px !important;
		line-height: 120% !important;
	}
	#contact.get_work .work-form .wpcf7 .work_header {
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;
	}
	#contact.get_work .work-form .wpcf7 form input, #contact.get_work .work-form .wpcf7 form textarea, #contact.get_work .drop-file {
		font-size: 18px;
		line-height: 28px;
	}
}

@media(max-width: 440px) {
	.dl_cta .dl_cta_img {
		padding: 15px 20px 20px 20px;
		background-size: auto 100%;
		background-position: top right -100px;
	}
	.dl_cta_parameters ul {
		gap: 10px;
	}
	.dl_cta .dl_cta_description {
		padding: 20px;
	}
	.dl_cta .dl_cta_description .colorful-btn {
		margin-top: 15px;
		text-align: center;
	}
	.get_quote_main .get_quote_description {
		margin: 10px 0 0 0;
	}
	.get_quote_main .get_quote_button {
		padding: 0;
		margin-top: 20px;
	}
	#contact.get_work .hcolor {
		margin-bottom: 20px;
	}
}

@media(max-width: 374px) {


    body h1,
    body .slide-content .title {
        font-size: 2.5rem;
    }
    .dl_cta .dl_cta_description p, .dl_cta .dl_cta_description ul {
		line-height: 24px !important;
	}

}

/* #endregion All Media Queries */
#services .items .item .card {
    background: #ECFBF9;
    border-radius: 10px;
}
#services .items .item .card h4, #services .items .item .card .title-h4  {
    color: #4BDBC3;
    font-size: 27px;
    line-height: 32px;
}
#services1 .intro p {
    color: #989898;
}
.outline-button.btn-whatsapp {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
	padding: 10px 27px;
	margin: 0 !important;
}
#contact .wpcf7-form input[type="submit"] {
    width: 111px;
    height: 48px;
}
#contact .wpcf7 form .wpcf7-response-output {
	display: none;
}
.link-category-icon {
    display: flex;
    align-items: center;
    margin: 0 25px 0 0;   
}
.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.fa-whatsapp.mr-1 {
    margin-left: 2px;
}
.header-icon {
  margin-right: 5px;  
}
.header-icon svg path, .header-icon svg rect, .header-icon svg circle {
    stroke: #989898;
    transition: all .4s ease-out 0s;
}
.title-h4.modal-title {
    font-weight: 700;
	font-size: 39px;
	line-height: 47px;
    color: #1F1F1F;
	width: 100%;
	margin: 0 0 20px 0;
}
.working-hours {
    font-size: 0.9rem;
    font-weight: 400;
    color: #989898 !important;
}
h1 span {
    font-size: 50px;
    line-height: 60px;
}
@media (max-width: 992px) {
    h1 span {
        font-size: 30px;
        line-height: 35px;
    }
}
.post-meta .author {
    margin-top: 20px;
    font-style: italic;
    font-weight: 500;
}
.post-meta .author a {
    font-weight: 500;
}
/* default.css */
/*----------------------------------------------
*
* [Default Stylesheet]
*
* Theme    : NEXGEN
* Version  : 1.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

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

[ALL CONTENTS]

1. Root
2. Button
3. Effect

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

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    --h1-font: 'Geometria', sans-serif;
    --h1-size: 90px;
    --h1-weight: 800;
    
    --h2-font: 'Geometria', sans-serif;
    --h2-size: 31px;
    --h2-weight: 700;
    
    --p-font: 'Geometria', sans-serif;
    --p-size: 1rem;
    --p-weight: 400;

    --header-bg-color: #333333;
    --nav-top-bg-color: #21333e;
    --nav-sub-bg-color: #21333e;
    --nav-holder-bg-color: #21333e;
    --nav-brand-height: 35px;
    --nav-item-color: #f9f9f9;
    --hero-bg-color: #111117;
    --footer-brand-height: 80px;

    --primary-color: #29CBB0;
    --secondary-color: #4BDBC3;
    
    --white-color: #ffffff;
    --black-color: #000007;
    --dark-grey-color: #111117;

/*    --primary-t-color: #21333e;*/
    --primary-t-color: #333333;
    --secondary-t-color: #f9f9f9; 
    --primary-p-color: #606d75;
    --secondary-p-color: #c0c3d0;
    --primary-b-color: #f9f9f9;
    --primary-l-color: rgba(0, 0, 0, .25);
    --secondary-l-color: rgba(255, 255, 255, 0.35);

    --valid-color: #007a4d;
    --invalid-color: #e34f4f;

    --primary-bg-color: #f9f9f9;
    --primary-bg-color-2: #f1f1f1;
    --primary-bg-color-3: rgba(5, 130, 131, 0.15);

    --secondary-bg-color: #1F1F1F;
    --secondary-bg-color-2: #080d10;
    --secondary-bg-color-3: #191919;

    --card-bg-color: #ffffff;

    --footer-bg-color: #111117;
}

/* #endregion Root */

/*----------------------------------------------
2. Button
----------------------------------------------*/

/* #region Button */

.primary-button, .primary-button:visited {
    position: relative;
    z-index: 2;
    padding: 10px 28px;
    background-color: var(--primary-color);
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 22px;
    line-height: 1.23;
}

.primary-button:hover {
    background-color: #20FFDA;
    border-color: #20FFDA;
    color: var(--white-color);
}
.primary-button:active {
    background-color: #209985;
    border-color: #209985;
    color: var(--white-color);
}

.outline-button, .outline-button:visited, .outline-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 22px;
    line-height: 1.23;
}

.odd .outline-button, .odd .outline-button:visited {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 22px;
    line-height: 1.23;
}

.outline-button:hover, .outline-button:focus {
    border-color: #20FFDA;
    background-color: none;
    color: var(--white-color);
}

.odd .outline-button:active {
    border-color: #209985;
    background-color: #209985;
    color: var(--white-color);
}
/* #endregion Button */

/* #region Effect */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--secondary-color);
        background-color: var(--secondary-color);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
}
  
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--secondary-color);
        box-shadow: 0 0 0 0 var(--secondary-color);
        background-color: var(--secondary-color);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
}

/* #endregion Effect */
/* custom style */
section table {
    margin: 15px auto;
}
section table.bordered {
    border-spacing: 0;
    border-collapse: collapse;
}
section table.bordered td, section table.bordered th {
    border: 1px solid #ececec;
    padding: 10px 5px;
}
section table.bordered th {
    background-color: #D9F7F2;
}
section table.bordered tr:nth-child(even) {
    background: #f2fcfa;
}
.client-message span {
width: 100%;    
}
#contact .text {
	padding-right: 70px;
}
#contact .intro {
    margin-bottom: 0px;
}
.agree-check {
    display: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #4BDBC3;
}
.wp-pagenavi {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    width: fit-content;
    margin: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    justify-content: center !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    margin: 0;
}
.wp-pagenavi .current {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid;
    background-color: #4BDBC3;
    border-color: #4BDBC3;
    color: var(--white-color);
}
.wp-pagenavi a.page.larger, .wp-pagenavi a.page.smaller, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    background-color: var(--primary-bg-color);
    border-radius: 2px;
    border: 1px solid;
    border-color: var(--primary-bg-color-2);
    color: #000000 !important;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.wp-pagenavi a:hover.page.larger, .wp-pagenavi a:hover.page.smaller, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
    background-color: #D9F7F2;
    border-color: #D9F7F2;
    color: var(--primary-bg-color);
}
.wp-pagenavi .extend {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    background-color: var(--primary-bg-color);
    border-radius: 2px;
    border: 1px solid;
    color: var(--primary-t-color);
    border-color: var(--primary-bg-color-2);
}
.wp-pagenavi .nextpostslink::before {
    content: "\e606";
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: var(--primary-t-color);
}
.wp-pagenavi .previouspostslink::before {
    content: "\e605";
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: var(--primary-t-color);
}
.wp-pagenavi .nextpostslink:hover::before, .wp-pagenavi .previouspostslink:hover::before {
    color: #000000 !important;
}
#breadcrumbs span a {
    color: var(--secondary-color);
}
#breadcrumbs span a:hover {
    color: var(--primary-color);
}
#breadcrumbs .breadcrumb_last {
    color: var(--secondary-color);
}
.list-group-item.advantages img {
    box-shadow: unset;
}
#partners {
    background-color: #ECFBF9;
}
#partners img {
    height: 50px;
}
#searchsubmit {
    color: #FFF;
}
.featured.custom-featured {
    padding-right: 0;
}
#process {
  background-color: #ECFBF9;
}
.featured.featured-custom-right {
    padding-left: 0;
}
.wpcf7-form input[type="submit"] {
    color: #FFF;
}
.list-group .list-group-item .icon.category-icon {
  padding: 10px;
  margin: 0 25px 0 0;
}
.fa-telegram-f::before {
    content: '';
    background-image: url("assets/images/telegram-icon.svg");
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-size: contain;
}
.fa-instagram-f::before {
    content: '';
    background-image: url("assets/images/instagram-icon.svg");
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
  background-size: contain;
}
.fixed_button, .fixed_button:active {
    position: fixed;
    z-index: 9;
    top: 400px;
    right: 50px;
}
.row.content .align-self-center h2, h2.title-insight {
    margin: 50px 0 30px;
    font-weight: var(--h2-weight);
    font-family: var(--h2-font);
    color: #1F1F1F;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h2 {
    margin: 20px 0 30px;
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
    font-family: var(--h2-font);
    color: #21333E;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h2.hcolor, .dl_cta .dl_cta_header {
    font-size: 50px;
    line-height: 58px;
    font-weight: 800;
    color: #1F1F1F;
}

@media (max-width: 1200px ) {
    .fixed_button {
        top: 350px;
        right: 20px;
    }
}
@media (max-width: 768px ) {
    .fixed_button {
        top: 100px;
        right: 20px;
    }
}
.widget-services .list-group .list-group-item .icon {
    width: 65px;
    height: 65px;
    margin: 0 25px 0 0;
}
.list-group.list-group-flush.services-block {
    align-items: start;
}
.list-group.list-group-flush.services-block {
  align-items: start;
}
.list-group-flush .list-group-item {
  flex: 1;
  width: 100%;
  justify-content: start !important;
}
.list-group-flush.block-price .list-group-item {
  flex: 1;
  width: 100%;
  justify-content: space-between !important;
}
.subcategory-service .list-group-flush .list-group-item span {
	font-size: 1rem;
	line-height: 1.5;
}
.btn-buy {
	padding: 10px 28px; 
    left: calc(50% - 42px);
}
.list-group .list-group-item .icon {
  margin-left: 0;
}
.badge:hover > a {
    color: var(--white-color);
}
.card.custom-card h4 {
    color: var(--secondary-color);
}
.card.custom-card p {
    color: var(--primary-p-color);
}
.slide-content h1.project-title.title {
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
}
.grey {
    color: #707070;
}
.bg-white {
    background: #FFF;
}
.bg-green {
    background-color: #ECFBF9;
}
.white {
    color: #FFF;
}
header .header .primary-button:hover {
    color: #fff !important;
}
.gdpr-cookie-notice {
    background: #121212;
}
.gdpr-cookie-notice-nav-item.gdpr-cookie-notice-nav-item-settings {
    color: #4BDBC3;
}
.gdpr-cookie-notice-nav-item.gdpr-cookie-notice-nav-item-accept.gdpr-cookie-notice-nav-item-btn {
    background: #4BDBC3;
    color: #1F1F1F;
    font-weight: 500;
}
.list-group.list-group-flush.block-price {
    flex-grow: 1;
}
.plans .items .item .badge {
  background: #EDEDED;
  color: #575757;
}
.modal-buy, .modal-success-block {
    flex-direction: column;
    padding: 25px 25px 25px;
}
.modal-buy .mb-3 {
	margin-bottom: 10px !important;
}
.modal-success-block {
    display: none;
}
.modal-success-block p {
    margin: 0 !important;
	font-size: 20px;
	color: #575757;
	font-weight: 400;
	line-height: 32px;
}
.modal-body.modal-success-block a {
	font-size: 20px !important;
	font-weight: 400 !important;
}
.modal-success-block h4 {
    margin-top: 0px;
}
.modal-success-block .title-h4.modal-title {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
#buy .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.container-download {
    margin: 70px 0;
}
.block-download {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.block-download-content {
    max-width: calc(100% - 400px);
    width: 100%;
}
.block-download-content h2 {
    margin-top: 0px;
}
.modal-before-exit {
    display: flex;
  flex-direction: column;
  padding: 47px 27px;
}
.modal-before-exit .title-h4.modal-title {
    margin: 0;
}
@media (max-width: 992px) {
    .container-download {
        margin: 40px 0;
    }
    .block-download {
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
        justify-content: space-between;
    }
    .block-download-content h2 {
      text-align: center;
      margin-bottom: 25px;
    }
    .block-download-content p {
        margin-bottom: 35px;
        text-align: center;
    }
    .block-download-content {
      max-width: 550px;
      width: 100%;
    }
}
@media (max-width: 540px) {
    .block-download-content h2 {
        line-height: 150%;
    }
}


@media (max-width: 991px) {
    h2.hcolor, .dl_cta .dl_cta_header {
        font-size: 40px;
        line-height: 48px;
    } 
}
@media (max-width: 540px) {
    h2, .row.content .align-self-center h2, h2.title-insight, .subscribe-post-text .title-h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 30px 0 20px;

    }
    h2.hcolor, .dl_cta .dl_cta_header {
        font-size: 32px;
        line-height: 42px;
    } 
}
h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
}
@media (max-width: 540px){
    h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 30px 0 20px;
    }
}
h4 {
    font-size: 17px !important;
    line-height: 20px !important;
    font-weight: 700 !important;    
}
.block-quote {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 15px 20px;
}
.content-quote {
    width: 66.6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-quote .pre-title {
    margin: inherit;
}
.content-quote p {
    margin: 20px 0 0 0;
}
.img-quote {
    width: 33.3%;
}
.img-quote img {
    width: 100%;
}
@media (max-width: 768px) {
    .block-quote {
        flex-direction: column;
    }
    .content-quote {
        width: 100%;
    }
    .img-quote {
        width: 100%;
    }
}
.block-quote.right .content-quote {
    order: 2;
}
.block-quote.right .img-quote {
    order: 1;
}
.sidebar .title {
  width: 100%;
  margin-top: 0;
  list-style: none;
  font-size: 27px;
  line-height: 32px;
}

/* style page about us */
.about-us-special-bg {
    background-color: #4BDBC3 !important;
}
.about-us .featured {
        background: #A0ECDF;
}
.about-us .swiper-container {
    margin-top: 50px;
}
.about-us .swiper-slide {
    background: #fff;
  padding: 10px;
  border-radius: 15px;
}
@media (max-width: 992px) {
    .about-us h2 {
        text-align: center;
    }
    .partners-text {
        justify-content: center;
    }
    .partners-text > div {
        text-align: center;
    }
}
.recommendation-container {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 35px 40px;
}
.recommendation-container img {
    float: right;
    margin-bottom: 30px;

}
.recommendation-container .people-name {
    font-family: Geometria;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 10px;
    color: #4BDBC3;
    clear: both;
}
.recommendation-container .position-name {
    font-family: Geometria;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #989898;
    margin-bottom: 32px;

}
.recommendation-container .text {
    border-left: 4px solid #4BDBC3;
    padding-left: 15px;
}
@media (max-width: 540px) {
    .recommendation-container .text {
        border-left: none;
        padding-left: 0;
    }
}
.recommendation-container .text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
@media (max-width: 991px) {
    #recommendations h2 {
        text-align: center;
    }
}
@media (max-width: 380px) {
    #recommendations h2 {
        font-size: 28px;
    }
}
.primary-button.green-border-btn {
    border: 2px solid #4BDBC3;
    background: #FFF;
    color: #1F1F1F;
    margin-right: 0;
  margin-left: auto;
  width: 180px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
.primary-button.green-border-btn:hover {
    border: 2px solid #4BDBC3;
    background: #4BDBC3;
    color: #FFF;
}
.white-border-btn {
    border: 2px solid #FFFFFF;
    background: #4BDBC3;
    color: #1F1F1F;
    margin-right: 0;
    margin-left: auto;
    width: 180px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.featured-special {
    background: #D9F7F2 !important;
}
@media (max-width: 992px) {
    .block-upproach {
        text-align: center;
    }
    .primary-button.green-border-btn, .white-border-btn {
        margin-left: auto;
    margin-right: auto;
    }
}
.items-expertise {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.item-expertise {
    border-radius: 50%;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.big-expertise {
    width: 215px;
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
    color: #4BDBC3;
    text-align: center;
}
.medium-expertise {
    width: 150px;
    height: 150px;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    color: #1f1f1f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    padding: 25px 7px 0px;
}
.medium-expertise img {
    margin-bottom: 10px;
}
@media (max-width: 540px) {
    .medium-expertise {
        justify-content: center;
        padding: 0;
    }
    .medium-expertise img {
        display: none;
    }
}
.small-expertise {
    width: 115px;
    height: 115px;
    background: #FFFFFF;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}
@media (max-width: 1188px) {
    .items-expertise {
        justify-content: center;
    }
}
@media (max-width: 489px) {
    .big-expertise, .medium-expertise {
        width: 150px;
        height: 150px;
    }
    .small-expertise {
        width: 140px;
        height: 140px;
    }
    .big-expertise {
        font-size: 17px !important;
        line-height: 23px !important;

    }
    .medium-expertise, .small-expertise {
        font-size: 16px !important;
        line-height: 20px !important;

    }
	h2.hcolor {
		font-size: 28px;
		line-height: 34px;
		font-weight: 700;
	}
	.intro .text-max-800 {
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
	}
	.title-h3 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;
	}
}
@media (max-width: 350px) {
    .big-expertise, .medium-expertise {
        width: 130px;
        height: 130px;
    }
    .small-expertise {
        width: 120px;
        height: 120px;
    }
}
#contact_us {
    background: #D9F7F2;
}
#contact_us .featured {
    background: #4BDBC3;
}
#team_mw .primary-button.green-border-btn {
    margin-left: inherit;
    margin-right: inherit;
    width: 280px;
  height: 48px;
}

.block-photo-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 534px;
    width: 100%;
}
.photo-team {
    width: 178px;
    height: 178px;
}
.photo-1 {
    border-top-left-radius: 10px;
}
.photo-3 {
    border-top-right-radius: 10px;
}
.photo-7 {
    border-bottom-left-radius: 10px;
}
.photo-9 {
    border-bottom-right-radius: 10px;
}

.block-photo-team-slide {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;    
    overflow: hidden;
}
.photo-item {
    width: 33.3333%;
    position: relative;
    overflow: hidden;
}
.photo-item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease 2s;
}
.photo-item img.current-img {
    z-index: 2;
    transition: ease 2s;
}
.photo-item img.new-img {
    z-index: 1;
}
.photo-item img.remove-img {
    left: 100%;
    transition: ease 2s;
}



#video {
    padding: 0px 0px;
}
    @media (max-width: 1170px) and (min-width: 992px) {
        .photo-team {
            width: 150px;
            height: 150px;
        }
    }
    @media (max-width: 991px) {
        #team_mw h2 {
            text-align: center;
        }
        #team_mw .primary-button.green-border-btn {
            margin: 30px auto 50px;
        }

        .block-photo-team-slide{
            display: flex;
            justify-content: center;
            max-width: 600px;
            margin: 0 auto;
        }
    }
    @media (max-width: 768px) {
        #team_mw p {
            max-width: 650px;
            margin: 0 auto;
            text-align: center;
        }
    }
    @media (max-width: 586px) {
        .photo-team {
            width: 150px;
            height: 150px;
        }
    }
    @media (max-width: 500px) {
        .photo-team {
            width: 120px;
            height: 120px;
        }
    }
    @media (max-width: 420px) {
        .photo-team {
            width: 90px;
            height: 90px;
        }
    }

.special-padding-1 {
    padding: 90px 0 !important;
    color: #1f1f1f;
}
.special-padding-2 {
    padding: 130px 0 !important;
    color: #1f1f1f;
}
    @media (max-width: 768px) {
        .special-padding-1 {
            padding: 60px 0 !important;
        }
        .special-padding-2 {
            padding: 90px 0 !important;
        }
    }
    @media (max-width: 540px) {
        .special-padding-1 {
            padding: 40px 0 !important;
        }
        .special-padding-2 {
            padding: 60px 0 !important;
        }
    }
.team .quote {
    border-radius: 15px;
    padding: 45px 35px;
}
.team .quote p {
    opacity: 1;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;

}
    @media (max-width: 540px) {
        .team .quote {
            padding: 35px 15px;
            line-height: 23px;
        }
    }
.partners img {
    opacity: 1;
}
    @media (max-width: 991px) {
        #globe p, .bg-white.special-padding-1 p {
            max-width: 650px;
            margin: 0 auto;
            text-align: center;
        }
        #globe h2 {
            text-align: center;
        }
    }
    @media (max-width: 768px) {
      .intro .btn.white-border-btn {
        margin: 0px auto;
      }
    }
@media (max-width: 540px) {
    #globe p, #our_upproach p, #our_expertise p, #video p, #team_mw p, #contact_us p {
        font-size: 20px;
        line-height: 28px;
    }
}
.container-globe {
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 900px;
    height: 900px;
}
    @media (max-width: 992px) {
        .container-globe {
            width: 700px;
            height: 700px;
        }
    }
    @media (max-width: 768px) {
        .container-globe {
            width: 500px;
            height: 500px;
        }
    }
    @media (max-width: 540px) {
        .container-globe {
            background: url('/wp-content/uploads/2024/04/MapMobile.svg');
            background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
            width: 270px;
            height: 1126px;
        }
    }
.team .quote .list-group-item {
  border-color: #FFF;
  padding: 22px 0;
}
.team .quote .title-h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
}
.list-group-flush .list-group-item:first-child {
    padding-top: 0px !important;
}
.list-group-flush .list-group-item:last-child {
    padding-bottom: 0px !important;
}
.list-group-content {
    padding: 0px;
}
.trusted-slider .swiper-slide {
    width: 220px !important;
}
    @media (max-width: 991px) {
        .quote.mt-5 {
            margin-top: 50px!important;
        }
        #our_upproach .intro, #contact_us .intro {
            margin: 0px;
        }
        #our_upproach .intro .btn, #globe .green-border-btn {
            margin-top: 30px;
        }
        #contact_us .primary-button {
            margin-top: 30px;
        }
    }
    @media (max-width: 991px) {
        #about h2 {
            text-align: center;
        }
        #about .text-content {
            text-align: center;
        }
    }
    @media (max-width: 330px) {
        #team_mw .primary-button.green-border-btn {
            width: 100%;
            font-size: 20px;
        }
    }
#contact_us .primary-button {
    font-weight: 700;
}
.content p, .text p {
    margin: 30px 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
}
.text ul li {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;	
}
.subcategory-service .text h3 {
	margin: 40px 0;
	line-height: 47px;
	font-weight: 700;
}
.subcategory-service .text h3.ss-first-header {
	margin: 0 0 40px 0;
}
.subcategory-service .text p {
	margin: 10px 0;
}
.subcategory-service .text ul {
	padding-left: 30px;
}
.subcategory-service .text ul li {
	margin: 0 0 18px 0;
}
.subcategory-service .title-h4 {
	margin-bottom: 40px;
}
.subcategory-service-services#services {
	background: #ECFBF9;
}
.subcategory-service-services h2 {
	text-align: center;
}
.subcategory-service .sub-descr {
	display: block;
	text-align: center;
}
.subcategory-service-services#services .items .item .card {
	background: #fff;
}
.subcategory-service-services .pre-title {
	margin: 0 0 30px 0;
	position: relative;
}
.subcategory-service-services .pre-title i {
    position: absolute;
    top: 0;
    right: 15px;
    width: 32px;
    height: 16px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='31' height='16' viewBox='0 0 31 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15L15.5 1L1 15' stroke='%234BDBC3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: transform 0.3s ease; /* Добавляем плавную анимацию */
}

.subcategory-service-services .pre-title i.closed {
    transform: rotate(180deg); /* Поворачиваем стрелку на 180 градусов */
}




.content p:first-child, .text p:first-child {
    margin-top: 0px;
}
.content p:last-child, .text p:last-child {
    margin-bottom: 0px;
}
    @media (max-width: 540px) {
        .content p, .text p {
            margin: 20px 0;
            font-size: 18px;
            line-height: 28px;
        }
    }
section {
    padding: 90px 0;
}
    @media (max-width: 768px) {
        body section {
            padding: 60px 0 !important;
        }
    }
    @media (max-width: 540px) {
        body section {
            padding: 40px 0 !important;
        }
    }
h2, h3, h4, h5, h6, .grey, p {
    color: #333333;
}
.content li:not(.dl_cta li):not(.get_quote_main li) {
    margin: 20px 0;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}
@media (max-width: 540px) {
    .content li, .text li {
        font-size: 18px;
        line-height: 28px;
    }
}
    @media (max-width: 1199px) {
         body header .navbar-expand .navbar-nav.toggle {
        order: 3;
      }
      header .navbar-expand .navbar-nav {
        order: 2;
      }
    }
.full-slider .slide-content .left .description, .no-slider .slide-content .left .description, .full-slider .slide-content .right .description, .no-slider .slide-content .right .description {
        color: var(--secondary-p-color);
}
.logo-author {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='69' height='28' viewBox='0 0 69 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.8454 0L55.5158 20.8705V0H52.3574H49.5391H48.2271L38.8732 20.8705V0H35.7391H32.9208H31.5845L22.2306 20.8705V0H19.1694H16.3268H15.0148L4.44613 23.5642H0V27.0588H2.8912H5.63662H5.66091H7.04577H12.1479V23.5642H8.6007L16.3268 6.35822V27.0588H19.4609H22.2306H23.6155L32.9208 6.28541V27.0588H34.7029H36.1035H40.2338L49.5391 6.28541V27.0588H52.4265H52.7218H56.8764L69 0H64.8454Z' fill='%23989898'/%3e%3c/svg%3e ");
    display: block;
    width: 69px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
}
.post-meta .author {
    margin-top: 0px;
}
.post-meta .author a {
    color: #989898 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
}
.post-meta-author {
    margin: 40px 0 0 0;
}
    @media (max-width: 476px) {
      body h1, body .slide-content .title {
        font-size: 40px;
        line-height: 48px;
      }
    }
.footer-left > p {
    color: inherit;

}
@media (max-width: 992px) {
    .recommendation-container {
        padding: 30px 25px 40px;
    }
}
#category-description {
    background: #F9F9F9;
}
.item-category .title-h4 {
  margin-bottom: 30px !important;
  font-size: 25px;
  line-height: 32px;
}
.item:hover .item-category .title-h4 {
    margin-bottom: 27px !important;
}
.item-category p {
    color: #fff !important;
    font-size: 18px;
    line-height: 24px;
}
.showcase .card:hover .card-body {
  transform: translateY(0) !important;
}
.showcase .card .image-over::before {
    opacity: 0.4;
}
.showcase .card:hover .image-over::before {
    opacity: 0.6;
}
#category-description h2 {
    margin-bottom: 40px;
}
    @media (max-width: 768px) {
        #category-description h2 {
            margin-bottom: 30px;
        }
    }

.title-insight {
    max-width: 580px;
    margin-left: auto !important;
    margin-right: auto !important;
}
p.text-insight {
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 768px) {
    p.text-insight {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 540px) {
    p.text-insight {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
  .showcase .card .card-body p {
    opacity: 0;
  }
}
.item-category.category-insights .card-body {
    display: flex;
    justify-content: center;
}
.item-category.category-insights a {
    position: absolute;
    bottom: 40px;
}
.item-category.category-insights .card-body h2.title-insight {
    margin-bottom: 25px !important;
    margin-top: 0px;
}
.item-category.category-insights .card-body p {
    margin: 0px;
}
@media (max-width: 540px) {
    .item-category.category-insights a {
        position: absolute;
        bottom: 20px;
        padding: 0 5px;
    }
    .item-category.category-insights .card-body h2.title-insight {
        margin-bottom: 20px !important;
    }
}
.post-meta span {
  display: flex;
  align-items: center;
}
.post-meta {
  margin: 0px 0 40px 0;
}
@media (max-width: 540px) {
    .post-meta {
      margin: 0px 0 20px 0;
    }
}
.block-warning h2 {
    margin: 0 0 1.5rem 0;
    font-weight: var(--h2-weight);
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.block-warning {
    padding: 15px 0px 15px 20px !important;
    margin: 30px 0;
}
    @media (max-width: 540px) {
        .block-warning {
            margin: 20px 0;
            padding: 0px 0px 0px 0px !important;
            
        }
    }
.block-warning blockquote p a {
    color: #209985 !important;
    font-weight: 700 !important;
}
.block-warning blockquote {
    margin: 0 !important;
    font-style: normal;
    padding-top: 0px;
}

blockquote h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 10px 0px 10px 20px;
}
blockquote ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 10px 0px 10px 40px;
}
.block-warning blockquote .title-h3, .block-warning blockquote ul {
    border-left: none !important;
}
.block-warning blockquote .title-h3 {
    padding: 0 0 20px;
}
blockquote {
    padding: 10px 20px;
    border-left: none !important;
    margin: 30px 0;
}
@media (max-width: 540px){
    blockquote {
        padding: 0px;
        margin: 20px 0;

    }
}
blockquote p {
    padding: 10px 0px 10px 20px;
    margin: 0 !important;
}
@media (max-width: 540px) {
    blockquote p {
        padding: 10px 0px 10px 15px;
        
    }
}
.block-warning blockquote {
    background: none !important;
}
@media (max-width: 540px){
    .block-warning blockquote {
        padding: 10px 15px;
    }
}
.block-warning blockquote p {
    border-left: none;
    padding: 0px;
    margin: 0;
}
@media (max-width: 540px) {
    .content h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .content h3, .content h4, .content h5 {
        color: #1F1F1F;
    }
}
form > span.wpcf7-form-control-wrap { 
    position: absolute;
}
.post-meta-author {
    margin: 50px 0 0;
}
.about-block h2.hcolor {
    margin-top: 0px;
    margin-bottom: 40px;
}
@media (max-width:991px) {
    .about-block h2.hcolor {
        margin-bottom: 30px;
    }
}
.square-image {
    margin-top: 50px;
}
.page-about-us p {
    margin: 20px 0;
    color: #1F1F1F;
}
.page-about-us .recommendation-container p {
    color: #333333;
}
#video .pre-title {
    margin-bottom: 20px;
}
#about .pre-title {
    margin-bottom: 20px;
    margin-left: 0;
}
@media (max-width: 992px) {
    #about .pre-title {
        margin-left: auto;
    }   
}
@media (max-width: 540px) {
    #about .pre-title, #video .pre-title {
        margin-bottom: 10px;
    }   
}
.sidebar .item:last-child {
    margin-bottom: 0;
}
.blog-grid:not(.masonry) .items {
  margin-bottom: 0px;
}
.insight-item {
    height: 360px;
}
.showcase .insight-item .card {
  height: 360px;
}
#category-description h2 {
    margin-top: 0px;
}
@media(max-width: 540px) {
    body h2 {
        font-size: 28px;
        line-height: 34px;
    }
    #category-description p {
        font-size: 18px;
        line-height: 28px;
    }
    .showcase .card .card-body {
      padding: 50px 10px;
    }
}
.item-category .card-body {
    padding: 30px 25px !important;
}
@media (max-width: 540px) {
    .item-category .card-body {
        padding: 20px 5px !important;
    }
}
.item-category .title-h4 {
    margin-bottom: 25px;
}
@media (max-width: 540px) {
    .item-category .title-h4 {
        margin-bottom: 15px;
    }
}
.content h3 a {
    font-size: 27px !important;
    line-height: 38px !important;
}
@media (max-width: 540px) {
  .content h3 a {
    font-size: 23px !important;
    line-height: 31px !important;
  }
}
#single .content .date {
    display: flex;
    align-items: center;
}
.fa-calendar-alt::before {
    content: '';
    width: 44px;
    height: 44px;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
#process h2.hcolor {
    margin: 0 auto 50px;
    text-align: center;
}
/* trending insight new style */
.trending_insight {
    overflow: hidden;
}
.trending_insight .swiper-pagination-bullet {
    width: 55px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 5px!important;
    border: 2px solid var(--primary-color);
    left: 0 !important;
}
.trending-slide {
   border-radius: 20px;
   background: #FFF;
   overflow: hidden;
}
.trending-img {
    width: 100%;
    height: 280px;
    background-size: cover !important;
    background-position: color: !important;;
    background-repeat: no: repeat !important;;
    background-image: url("/wp-content/uploads/2024/05/preview_trending.png");
}
.trending_insight h2 {
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 991px) {
    .trending_insight h2 {
        margin-bottom: 15px;
    }
}
.trending-text {
    padding: 0px 50px 40px;
}
.trending_insight .swiper-pagination {
    position: relative;
    margin-top: 30px;
}
.trending-text p {
    margin-top: 20px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .trending-text p {
        margin-top: 15px;
    }  
}
.trending-text p {
  line-height: 24px;
}
#trending_insight h2, #trending_insight p {
    color: #1F1F1F;
}
#trending_insight .trending-title {
    margin-bottom: 40px;
}
.trending-subtitle {
    margin-bottom: 50px !important;
}
.trending-text h2 {
    margin-top: 30px;
}
#trending_insight .primary-button:hover {
    background: #29EDCD;
    border-color: #29EDCD;
}
@media (max-width: 991px) {
    #trending_insight h2, #trending_insight p {
        text-align: center;
    }
    #trending_insight .primary-button {
        margin: 0 auto;
        width: 180px;
        height: 48px;
    }
    #trending_insight .trending-title {
        margin-bottom: 20px;
    }
    .trending-subtitle {
        margin-bottom: 25px !important;
        margin-top: 20px !important;
    }
    .trending-text {
      padding: 0px 34px 40px;
    }
}
@media (max-width: 540px) {
    .trending-subtitle {
        margin-bottom: 30px !important;
    }
    #trending_insight .trending-title {
        margin-bottom: 30px;
    }
    .trending-text h2 {
        margin-top: 20px;
    }
    .trending-img {
        height: 270px;
    }
    .trending-text {
        padding: 0px 15px 30px;
    }
    .trending-text h2 {
        margin-bottom: 15px;
    }
	.modal-success-block .title-h4.modal-title {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	.modal-success-block p, .modal-success-block a {
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
	}
}

.tags .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tags .title-h4 {
    margin-bottom: 15px;
}
.checkbox-btn input[type=checkbox] {
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-btn span {
    display: inline-block;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 8px;
    transition: background 0.2s ease;
}
@media (max-width: 540px) {
    .checkbox-btn span {
        font-size: 14px;
        line-height: 18px;
        padding: 7px;
    }
}
.approach-tags .checkbox-btn span {
    background: #D9F7F2;
    color: #209985;
}
/* Checked */
.approach-tags .checkbox-btn input[type=checkbox]:checked + span {
    background: #A0ECDF;
}

.expertise-tags .checkbox-btn span {
    background: #EAF8FC;
    color: #2793B0;
}
/* Checked */
.expertise-tags .checkbox-btn input[type=checkbox]:checked + span {
    background: #A8EDFF;
}
.tags select {
    background-color: #EDEDED;
    border-radius: 8px;
    border: none;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
   
}
.custom-select-tags {
    position: relative;
}

.custom-select-tags.rotate::after {
    transform: rotate(180deg);
}
.title-expertise {
    color: #1F1F1F;
    margin-bottom: 15px;
}
@media (max-width: 540px) {
    .title-expertise {
        margin-top: 50px;
    }
}
.tag {
    padding: 8px 10px;
    font-size: 18px !important;
    line-height: 24px !important;
    background-color: #D9F7F2;
    border-radius: 8px;
    color: #209985 !important;
}
@media (max-width: 540px){
    .tag {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
}
.block-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}

.expertise-item {
    background-color: #D9F7F2;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}
.expertise-item::last-child {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .expertise-item {
        padding: 30px;
    }
}
@media (max-width: 540px) {
    .expertise-item {
        padding: 20px 15px;
    }
    .expertise-item.active {
        padding: 15px;
    }
    #expertise .expertise-item.active {
        padding: 15px 15px 30px;
    }
}
.outer-content-expertise {
    display: flex;
}
.content-expertise h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}
#expertise .content-expertise h2 {
    margin-bottom: 20px;
}
#approach .active .content-expertise h2 {
    margin-bottom: 30px;
}
@media (max-width: 540px) {
    #approach .active .content-expertise h2 {
        margin-bottom: 20px;
    }
}
.content-expertise p {
    margin-top: 20px;
    margin-bottom: 30px;
}
.expertise-item.active .content-expertise p {
    margin-bottom: 0px !important;
}
.img-expertise {
    min-width: 170px;
    margin-left: 30px;
}
.img-expertise img {
    width: 170px;
    height: 170px;
}
@media (max-width: 540px) {
    .outer-content-expertise {
        flex-direction: column;
    }
    .img-expertise {
        order: 1;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .img-expertise img {
        width: 65px;
        height: 65px;
    }
    .content-expertise {
        order: 2;
    }
}
.hidden-block-expertise {
    display: none;
}
.expertise-item.active {
    background-color: #F6F6F6;
}
.expertise-item.active .hidden-block-expertise {
    /*display: block;
    transition: all 1s ease;*/
}
.expertise-item.active .btn-find-out {
    display: none;
    transition: all 1s ease;
}
.hidden-block-expertise h2 {
    color: #1FB199;
    margin-bottom: 20px;
    margin-top: 40px;
}
@media (max-width: 992px) {
    .hidden-block-expertise h2 {
        margin-top: 30px;
    }
}
@media (max-width: 540px) {
    .hidden-block-expertise h2 {
        font-size: 28px;
        line-height: 34px;        
    }
}
.block-example-expertise {
    display: flex;
    gap: 20px;
}
.exрample-expertise img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 340px;
}
@media (max-width: 991px) {
    .exрample-expertise img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 320px;
    }
}
@media (max-width: 540px) {
    .exрample-expertise img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 200px;
    }
}
.exрample-expertise {
    border-radius: 10px;
    overflow: hidden;
    width: 340px;
    background-color: #FFFFFF;
}
@media (max-width: 991px) {
    .block-example-expertise {
        flex-wrap: wrap;
    }
    .exрample-expertise {
        width: calc(50% - 10px);
    }
}
@media (max-width: 540px) {
    .block-example-expertise {
        flex-wrap: wrap;
    }
    .exрample-expertise {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
}

.hidden-block-expertise p {
    margin-top: 20px;
}
.content-example-expertise {
    padding: 0px 15px 30px 15px;
}
@media (max-width: 540px) {
    .content-example-expertise {
      padding: 0px 5px 30px;
    }
}
h2.h2-mobile {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #1F1F1F;
    margin-bottom: 15px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    h2.h2-mobile {
        margin-bottom: 10px;
        text-align: center;
    }
    .content-example-expertise p {
        text-align: center;
    }
}
.content-example-expertise p {
    margin-top: 15px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .content-example-expertise p {
        margin-top: 10px;
    }
}
.btn-close-expertise {
    border-radius: 8px;
    border: 2px solid #4BDBC3;
    background-color: #F6F6F6;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 141px;
    height: 48px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
}
@media (max-width: 991px){
    .btn-close-expertise {
        margin-top: 30px;
    }
}
@media (max-width: 540px){
    .btn-close-expertise {
        margin: 10px auto 0;
    }
}
.btn-close-expertise::after {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 10L8.5 2L16 10' stroke='%231F1F1F' stroke-width='2'/%3e%3c/svg%3e ");
    width: 17px;
    height: 12px;
    display: block;
    margin-left: 13px;
}
#expertise .expertise-item p, #industry p {
    line-height: 30px;
    color: #1F1F1F;
}
#expertise .expertise-item.active p {
    line-height: 32px;
}
#expertise .expertise-item {
    border-radius: 15px;
}
#expertise .expertise-item.active {
    height: inherit;
}
#expertise .btn-find-out {
    bottom: 40px;
}
#approach {
    margin-top: 50px;
}
.approach-item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 15px;
}
@media (max-width: 992px) {
    .qualitative_research, .approach-item {
       height: 300px;
    }
}
@media (max-width: 540px) {
    .qualitative_research, .approach-item {
       height: 500px;
    }
}
.approach-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000020;
    z-index: 2;
    transition: all .5s ease-out 0s;

}
.approach-item:hover::after {
    background-color: #00000050;
    transition: all .5s ease-out 0s;
}
.approach-item .outer-content-expertise, .approach-item .btn-find-out, .approach-item .hidden-block-expertise {
    position: relative;
    z-index: 3;
}
.approach-item.active {                      
    background-image: none;
    height: inherit;
}
.approach-item.active::after {
    display: none;
}
#approach .approach-item .content-expertise .hcolor, #approach .approach-item .content-expertise p {
    color: #FFFFFF;
}
#approach .approach-item.active .content-expertise .hcolor, #approach .expertise-item.active p {
    color: #1F1F1F;
}
.approach-item .content-expertise p {
    opacity: 0;
    margin-top: 40px;
    transition: all .5s ease-out 0s;
}
.approach-item:hover .content-expertise p {
    opacity: 1;
    margin-top: 20px;
    transition: all .5s ease-out 0s;
}
.approach-item.active .content-expertise p {
    opacity: 1;
    margin-top: 20px;
}
.btn-find-out {
    border-radius: 8px;
    background-color: #29CBB0;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 48px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    margin-top: 30px;
}
#approach .btn-find-out {
    position: absolute;
    bottom: 44px;
}
.btn-find-out::after {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 2L8.5 10L1 2' stroke='white' stroke-width='2'/%3e%3c/svg%3e ");
    width: 17px;
    height: 12px;
    display: block;
    margin-left: 13px;
}
@media (max-width: 991px) {
    .btn-find-out, #approach .btn-find-out {
        bottom: 34px;
    }
}
@media (max-width: 540px) {
    .btn-find-out, #approach .btn-find-out {
        bottom: 20px;
    }
}
#industry, #expertise {
    background-color: #FFF;
}
.industry-item .hidden-block-expertise {
    display: block;
}
.industry-item {
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 90px;
}
.industry-item:last-child {
    margin-bottom: 50px;
}
.industry-item .content-industry {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.content-industry .hcolor {
    position: absolute;
    left: 40px;
    bottom: 0;
}
@media (max-width: 768px) {
    .content-industry .hcolor {
        left: 30px;
    }
}
@media (max-width: 540px) {
    .content-industry .hcolor {
        left: 20px;
    }
}
.block-industry-item > h2 {
    margin-bottom: 20px;
}
.block-industry {
    margin-top: 50px;
}
.block-industry-item {
    padding: 30px 40px 40px;
    background-color: #F6F6F6;
}
@media (max-width: 991px) {
    .block-industry-item {
        padding: 20px 30px 30px;
        background-color: #F6F6F6;
    }
}
@media (max-width: 540px) {
  .block-industry-item {
    padding: 20px 15px 30px;
  }
}
.main-page.full-slider .inner .left,
.no-slider .inner .left {
    width: 82%;
    padding: 3rem 0;
}

@media (max-width: 992px){
    .main-page.slider-h-100.slider-h-auto {
        min-height: auto;
    }  
}
.main-page.full-slider p.description {
    color: #FFFFFF !important;
}
.block-filter label {
    width: inherit;
}
.pre-title-left {
    margin: 0 0 30px;
}
#our_expertise .white-border-btn {
    border: 2px solid #FFFFFF !important;
    background: #4BDBC3 !important;
    color: #1F1F1F;
}
#our_expertise .white-border-btn:hover {
    color: #FFFFFF;
}
/* new style footer */
.follow-items {
 display: flex;
 gap: 15px;
 flex-wrap: wrap;
}
.follow-item {
    width: 54px;
    height: 53px;
    display: block;
	background-repeat: no-repeat;
}
.follow-item.in {

}
footer a.navbar-brand:not(.btn) {
    margin-bottom: 44px;
}
footer .nav-item:not(:last-child) {
    margin-bottom: 21px;
}
footer .nav-item .nav-link {
    padding: 0px;
}
footer .navbar-nav {
    margin-bottom: 40px;
}
.block-follow-us p {
    font-family: Geometria;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 10px;
}
footer .title-menu {
    font-family: Geometria;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #989898;
    margin-bottom: 15px;
}
.footer-item-menu p {
    color: #FFFFFF;
}
.footer-info {
    display: flex;
    align-items: end;
    justify-content: space-between;

}
.footer-info a {
    color: #989898 !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
}
.footer-info p {
    max-width: 800px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #989898;
    text-align: right;
}
footer .footer-item-menu p {
    margin-bottom: 7px !important;   
}
.footer-right .items {
    display: flex;
    justify-content: end;
    gap: 25px;
}
.footer-right .items .item {
    width: 210px;
}
@media (max-width: 991px){
    #footer .footer-left {
        display: flex;
        justify-content: space-between;
    }
    footer .navbar-nav {
      margin-bottom: 90px;
    }
    .footer-info {
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
    }
    .footer-info p {
        margin-top: 10px;
        text-align: center;
    }
    .footer-right .items {
      justify-content: space-between;
    }
    .block-follow-us {
        padding: 0 15px;
    }
}
@media (max-width: 576px) {
    #footer .footer-left {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
    body footer .navbar-nav {
        text-align: center;
    }
    .block-follow-us p {
        text-align: center;
    }
    body footer .navbar-nav {
        margin-bottom: 40px;
    }
    footer .footer-right .item {
        text-align: center;
    }
    footer .nav-item .nav-link, footer .follow-item, footer .footer-info a, #contact .nav-item .nav-link {
        margin: 0px !important;
    }
    .footer-right .items {
      justify-content: space-between;
    }
    .footer-right .items {
        flex-direction: column;
        gap: 0;
    }
    .footer-right .items .item {
      width: inherit;
    }
    .footer-info span {
        display: none;
    }
    footer a.navbar-brand:not(.btn) {
        margin-top: 0px;
    }
    footer .title-menu {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    footer .footer-item-menu p {
        margin-bottom: 5px !important;   
    }
    footer .footer-item-menu:last-child p {
        margin-bottom: 0!important;
    }
	.follow-items {
		justify-content: center;
	}
}
.tag-title-btn {
    display: flex;
    
}
.tag-title-btn .title-h3 {
    width: auto;
    font-size: 30px;
    line-height: 39px;
    color: #1F1F1F;
    margin-bottom: 15px;
}

.btn-clear-all {
    min-width: 92px;
    height: 34px;
    display: none;
    padding: 7px;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
}
.btn-clear-all.btn-clear-approach {
    border: 1px solid #29CBB0;
    color: #29CBB0;
}
.btn-clear-all.btn-clear-expertise {
    border: 1px solid #14BAE7;
    color: #14BAE7;
}
#subscribe_footer {
    padding: 60px 0;
}
#subscribe_footer .inner-container {
    display: flex;
    z-index: 2;
    position: relative;
}
@media (max-width: 991px){
    #subscribe_footer .inner-container {
        flex-direction: column;
        align-items: center;
    }

}
@media (max-width: 991px){
    .title-subscribe {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
.form-subscribe-footer p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}
.form-subscribe-footer form .mc4wp-form-fields {
    display: flex;

}
.footer-subscribe-input {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 410px;
    height: 48px;
    padding: 8px 15px;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-right: 40px;
    border: none;
}
.footer-subscribe-input:focus {
    background-color: #FFFFFF;
    border: none;
}
.footer-subscribe-btn {
    width: 163px !important;
    height: 48px !important;
    padding: 10px 28px;
    border-radius: 8px;
    background: #29CBB0;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #FFFFFF !important;
    border: none !important;
}
#subscribe_footer .inner-container::before {
    content: '';
    width: 280px;
    height: 174px;
    display: block;
    position: absolute;
    bottom: -60px;
    right: 0px;
    z-index: -1;
}
@media (max-width: 650px) {
    .form-subscribe-footer form .mc4wp-form-fields {
        flex-direction: column;
        align-items: center;
    }
    .footer-subscribe-input {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    #subscribe_footer .inner-container::before {
        content: '';
        width: 280px;
        height: 174px;
        display: block;
        position: absolute;
        bottom: -60px;
        right: 0px;
        z-index: -1;
    }
}
@media (max-width: 540px) {
    #subscribe_footer .inner-container::before {
        content: '';
        width: 280px;
        height: 174px;
        display: block;
        position: absolute;
        bottom: -40px;
        right: 0;
        left: calc(50% - 140px);
    }
}

.mc_var_label.mc_header.mc_header_email {
    display: none;
}
.subscribe-posts {
    margin: 30px 0;
    padding: 30px 45px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.subscribe-post-text {
    min-width: 345px;
}
.subscribe-posts h2 {
    margin-top: 0px !important;
    margin-bottom: 7px !important;
    color: #FFFFFF !important;
}
.subscribe-posts p {
    color: #FFFFFF;
    margin: 0 !important;
}
#mc_signup_form .mc_form_inside {
    display: flex;
    flex-wrap: wrap;
}
#mc_signup_form .mc_form_inside .mc_input {
    width: 410px;
    height: 48px;
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
}
#mc_signup_form #mc_signup_submit {
    width: 163px;
    height: 48px;
    padding: 10px 28px;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    border: none;
    margin-left: 40px;
}
.subscribe-posts::before {
    content: '';
    width: 245px;
    height: 146px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.mc_form_inside #mc_message {
    order: 3;
}
.mc_form_inside .mc_merge_var {
    order: 1;
}
.mc_form_inside .mc_signup_submit {
    order: 2;
}
@media (max-width: 1150px) {
    #mc_signup_form .mc_form_inside .mc_input {
        width: 100%;
    }
}
@media(max-width: 991px){
    .subscribe-posts {
        flex-direction: column;
        align-items: start;
    }
    .subscribe-post-text {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    #mc_signup {
        width: 100%;
    }
    .mc_merge_var {
        width: inherit;
    }
    
}
@media (max-width: 610px) {
    .subscribe-posts {
        align-items: center;
    }
    .subscribe-post-text .title-h2, .subscribe-post-text p {
        text-align: center;
    }
    #mc_signup_form .mc_form_inside {
        flex-direction: column;
        align-items: center;
    }
    #mc_signup_form #mc_signup_submit {
        margin-left: 0px;
        margin-top: 25px;
    }
    .subscribe-posts::before {
        right: calc(50% - 122px);
        width: 251px;
        height: 129px;
    }
    .mc_form_inside #mc_message {
      text-align: center;
      margin-top: 25px;
    }
    .mc_merge_var {
        width: 100%;
    }
}
@media (max-width: 991px) {
    #our_expertise .white-border-btn {
        margin-top: 30px !important;
    }
}
@media (min-width: 991px) {
    #our_expertise .white-border-btn, #our_upproach .green-border-btn, #globe .green-border-btn  {
        margin-top: 8px;
    }

}
.title-not-find {
    max-width: 592px;
    text-align: center;
    color: #989898;
    margin: 0 auto 45px;
}
#trending_insight .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    margin: 30px auto 0;
    transform: translateX(0%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#trending_insight .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(1);
}
#trending_insight .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
  width: 28px;
  height: 8px;
}
#trending_insight .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1);
}
#trending_insight .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1);
  width: 28px;
  height: 8px;
}
.p-card {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px !important;
}
@media (max-width: 540px) {
    .p-card {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .padding-mobile-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
	.subscribe-post-text {
		min-width: auto;
	}	
	.subscribe-posts h2 {
		text-align: center;
	}
}
.custom-color-h {
    color: #1F1F1F;
}

.custom-select-tags select {
  display: none;
}

.custom-options-container {
  border: 1px solid #ccc;
  padding: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  display: none;
  width: 100%;
  max-width: 100%;  
}

.custom-option {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  transition: ease .3s;
  &:hover {
    background-color: #f9f9f9;  
    transition: ease .3s;
  }
}

.custom-option.selected {
  background-color: #ddd;
}


.custom-option.disabled {
  background-color: #f9f9f9;
  cursor: default;
}

.selected-option {
    background-color: #EDEDED;
    border-radius: 8px;
    border: none;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.custom-options-container.opened {
  display: block;
}
.custom-select-tags .selected-option::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background: #ededed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.custom-select-tags .selected-option::after {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='22' viewBox='0 0 17 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 7L8.5 15L1 7' stroke='%23989898' stroke-width='2'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    width: 17px;
    height: 22px;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    transition: transform 0.3s ease;
    pointer-events: none;
    z-index: 1;
}
.custom-select-tags .selected-option.opened::after {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}
#result .card {
    background-color: #f9f9f9;
}
.block-warning .title-h3 {
    margin: 0;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
}

@media (max-width: 540px) {
  .block-warning .title-h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
}
.subscribe-post-text .title-h2 {
    margin-top: 0px !important;
    margin-bottom: 7px !important;
    color: #FFFFFF !important;
    font-size: 39px;
    font-weight: 700;
    line-height: 47px;
}
@media (max-width: 540px) {
    header .navbar-expand .header a, #latest-projects .filter-item .card a {
        margin: 0 !important;
    } 
}

.get_a_file_form {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin: 20px 0;  
    border-radius: 15px;
    padding: 30px;
    column-gap: 30px;
	outline-style: solid;
	outline-width: 2px;
}

.get_a_file_form > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
	box-sizing: border-box;
}

.get_a_file_form .get_a_file_header {
    font-size: 39px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 16px;
}

.get_a_file_form .get_a_file_image {
    display: block;
    width: 300px;
    height: 166px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.get_a_file_form .get_a_file_hint {
    color: #989898;
    font-size: 18px;
    line-height: 120%;
}

.get_a_file_form .get_a_file_form_left {
    flex: 0 0 300px; 
}

.get_a_file_form .get_a_file_form_right {
    position: relative;
    padding-top: 8px;
    flex: 0 0 360px; 
}

.get_a_file_form .get_a_file_form_response {
    flex: 1 1 100%; 
    width: 100%; 
}

form.sent .get_a_file_form .wpcf7-response-output {
    font-size: 30px;
	line-height: 39px;
    background: #fff;
    font-weight: 500;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
	display: block !important;
}

.get_a_file_form .get_a_file_form_right .form-control {
	border-radius: 8px;
	height: 48px;
	background: #EDEDED;
}
.get_a_file_form .get_a_file_form_right input[type="submit"] {
	margin-top: 7px;
	padding: 11px 28px;
	height: 48px;
}
.get_a_file_form .get_a_file_form_right .wpcf7-spinner,
.get_a_file_form .wpcf7-response-output {
	display: none;
}
@media screen and (max-width: 991px) {
	.get_a_file_form .get_a_file_form_left {
		padding-right: 0;
	}
	.get_a_file_form .get_a_file_form_left {
		flex: 0;
	}	
	.get_a_file_form .get_a_file_form_right {
		flex: 1;		
	}
	.get_a_file_form .get_a_file_image {
		width: 238px;
		height: 133px;
		background-size: cover;
	}	
	#contact .text {
		padding-right: 60px;
	}
	section.section-7 .contacts {
		padding: 0;
	}
	section.section-7 .col-md-4 {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.get_a_file_form > div {
		padding-left: 0;
		padding-right: 0;
		flex: 1;
		width: 100%;
	}
	#contact .text {
		padding: 0;
	}	
	#contact .wpcf7-form-control-wrap {
		width: 100%;
	}
	#contact .form-get-in-touch {
		padding: 0 15px;
	}
	#contact .pre-title {
		text-align: center;
		width: 100%;
	}
	#contact h2.hcolor {
		text-align: center;
	}
	#contact .touch-flex {
		flex-direction: column;
	}
	#contact .touch-flex p {
		text-align: center;
	}
	#contact input[type="submit"] {
		margin: 0 auto;
	}
}

@media screen and (max-width: 648px) {
	.get_a_file_form {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		padding: 15px 15px 20px 15px;
	}
	.get_a_file_form input {
		height: 44px;
	}
	.get_a_file_form .get_a_file_form_right {
		padding-top: 15px;
	}
	form.sent .get_a_file_form .wpcf7-response-output {
		font-size: 24px;
		line-height: 32px;
	}
	.get_a_file_form .get_a_file_header {
		margin: 0;
	}
	.get_a_file_form .get_a_file_form_right .form-control,
	.form-get-in-touch .form-control {
		height: 44px;
	}
	.get_a_file_form .wpcf7-spinner {
		display: none;
	}
	#contact h2.hcolor {
		font-weight: 800;
	}
	#contact .contacts {
		padding: 0 15px;
	}
}
@media screen and (max-width: 374px) {
	.get_a_file_form .get_a_file_header {
		font-size: 28px;
		line-height: 34px;
		font-weight: 700;
	}
	.get_a_file_form .get_a_file_image {
		width: 240px;
		height: 134px;
	}
	.modal-body .form-control {
		font-size: 18px;
		line-height: 28px;		
	}
	section.section-7 .contacts a.btn {
		margin-top: 25px !important;
	}
	#contact .wpcf7-form-control-wrap {
		width: auto;
	}
	#contact .form-control {
		font-size: 18px;
		line-height: 28px;
	}
	#contact .touch-flex {
		gap: 10px;
	}
	section.section-7 .contacts p {
		line-height: 24px;
	}
}