* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}

html,
body {
    /* max-width: 1920px; */
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #f1f1f1;
}

input,
textarea,
button,
::placeholder {
    font-family: 'Montserrat', sans-serif !important;
}

::placeholder {
    opacity: 0.5;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main-wrapper {
    flex-grow: 1;
}

.footer {
    margin-top: auto !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--green);
    border-radius: 30px;
}

img {
    max-width: 100%;
    display: block
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

:root {
    --blue: #1E2E3D;
    --green: #85b73a;
}

.c {
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 10px;
}

.header {
    font-size: 0;
    background-color: var(--blue);
    padding: 10px 0;
}

.header .logo,
.header .right {
    display: inline-block;
    vertical-align: middle;
}

.header .logo {
    width: 200px;
}

.header .right {
    width: calc(100% - 200px);
    padding-left: 100px;
}

.header .right .top,
.header .right .bottom {
    padding: 10px 0;
}

.header .right .top {
    border-bottom: 1px solid var(--green)
}

.header .right .top .contact {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.header .right .top .social {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.header .right .top .lang {
    text-align: right;
    width: 10%;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.header .right .top .lang-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    max-width: 36px;
}

.header .right .top .lang-inner img {
    padding: 2px 0;
}

.header .right .top .lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--blue);
    display: none;
    text-align: center;
}

.header .right .top .lang-inner:hover .lang-dropdown {
    display: block;
}

.header .right .top .lang-dropdown button {
    color: #fff;
    background-color: var(--blue);
    text-align: center;
    cursor: pointer;
}

.header .right .top .contact .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.header .right .top .contact .item>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.header .right .top .contact .item i {
    color: var(--green);
    margin-right: 20px;
    font-size: 22px;
}

.header .right .top .contact .item span {
    color: #fff;
    transition: 0.3s;
}

.header .right .top .contact .item:hover span {
    color: var(--green)
}

.header .right .top .social .item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.header .right .top .social .item>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.header .right .top .social .item i {
    color: var(--green);
    font-size: 22px;
    transition: 0.3s;
}

.header .right .top .social .item:hover i {
    color: #fff
}

.header .right .bottom {
    text-align: right;
}

.header .right .bottom nav,
.header .right .bottom .search {
    display: inline-block;
    vertical-align: middle;
}

.header .right .bottom nav {
    width: calc(100% - 80px)
}

.header .right .bottom .search {
    width: 80px;
    cursor: pointer;

}

.header .right .bottom .menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}

.header .right .bottom .menu li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.header .menu-item-arrow {
    display: inline-block;
    vertical-align: middle;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 10px;
}

.header .right .bottom .menu li a:hover {
    color: var(--green)
}

.header .right .bottom .menu li .sub-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    min-width: 100%;
    left: 0;
    top: calc(100% + 20px);
    left: 0;
    transition: 0.2s;
    background-color: var(--blue);
    text-align: left;
    z-index: 999;
}

.header .right .bottom .menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    pointer-events: unset;
}

/* .has-sub-sibling::before {
    content:'';
    position: absolute;
    right: 0;
    top: 14px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
} */

.header .right .bottom .search i {
    font-size: 22px;
    color: var(--green);
    transition: 0.3s;
}

.header .right .bottom .search:hover i {
    color: #fff
}



.blocks {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
    margin-top: 80px;
    font-size: 0;
    position: relative;
    background-image: url('img/banner.jpg');
}

/* .blocks::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--blue);
    opacity: 0.5;
} */

.blocks .item {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    position: relative;
    height: 100%;
    border-right: 1px solid #ffffff28;
    padding: 20px;
    overflow: hidden;
}

.blocks .item:last-child {
    border: 0
}

.blocks .item .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--green);
    margin-bottom: 20px;
    position: relative;
    box-shadow: 5px 5px 15px 1px #00000020;
    display: none !important;
}

.blocks .item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 1px;
    background-color: #fff;
}

.blocks .item .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 24px;
    background-color: #fff;
}

.blocks .item h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.blocks .item .hover-layer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, #1E2E3D, #1E2E3D, #85b73a50);
    transition: 0.3s;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 30% 20px 20px
}

.blocks .item:hover .hover-layer {
    top: 0;
}

.blocks .item .hover-layer h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.blocks .item .hover-layer h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.blocks .item .hover-layer div {
    font-size: 16px;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 20px;
}

.categories {
    font-size: 0;
    margin: 50px 0
}

.categories .item {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    position: relative;
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.categories .item h2 {
    padding: 10px;
    color: #222;
    transition: 0.3s;
}

.categories .item:hover img {
    box-shadow: 5px 5px 15px 1px #00000020
}

.categories .item:hover h2 {
    background-color: var(--blue);
    color: var(--green)
}

.three-way-layout {
    font-size: 0;
    margin: 50px 0
}

.three-way-layout>* {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.three-way-layout .first {
    padding-right: 30px;
}

.three-way-layout .third {
    padding-left: 30px;
}

.three-way-layout .first .title {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.three-way-layout .first .sub-title {
    font-size: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
}

.three-way-layout .first .lead {
    font-size: 16px;
    color: #444;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.7;
}

.three-way-layout .first .more a {
    display: inline-block;
    vertical-align: top;
    padding: 15px 50px !important;
    background-color: var(--green);
    color: #fff;
    font-size: 24px !important;
    transition: 0.3s;
    border-radius: 20px;
    width: 300px;
    text-align: center;
}

.three-way-layout .first .more a:hover {
    background-color: var(--blue);
}

.three-way-layout .third .item {
    margin-bottom: 30px;
}

.three-way-layout .third .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
    background-color: var(--green);
    margin-bottom: 20px;
}

.three-way-layout .third .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff
}

.three-way-layout .third .title {
    font-weight: 700;
    font-size: 26px;
    color: #222;
    margin-bottom: 20px;
}

.three-way-layout .third .lead {
    font-weight: 300;
    font-size: 18px;
    color: #444;
    line-height: 1.7;
}

.title-text {
    margin: 50px auto;
    max-width: 100%;
    width: 750px
}

.title-text .title {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.title-text p {
    line-height: 1.7;
    color: #444;
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.title-text p a {
    color: var(--green)
}

.title-text p a:hover {
    color: var(--blue)
}

.images-text {
    font-size: 0;
    margin: 50px 0;
    padding: 50px 30px;
    background-color: var(--blue);
}

.images-text .images-side,
.images-text .text-side {
    display: inline-block;
    vertical-align: top;
}

.images-text .images-side {
    width: 30%;
}

.images-text .images-side a {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 10px);
    padding-top: 22%;
    margin: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .images-text .images-side img {
    display: block
} */

.images-text .text-side {
    width: 40%;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
}

.images-text .text-side .q {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
}

.images-text .text-side .a {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}

.images-text .text-side .more a {
    display: inline-block;
    vertical-align: top;
    background-color: var(--green);
    color: #fff;
    transition: 0.3s;
    border: 1px solid var(--green);
    padding: 15px 50px !important;
    font-size: 24px !important;
    border-radius: 20px;
    width: 300px;
    text-align: center;
    max-width: calc(100% - 20px);
}

.images-text .text-side .more a:hover {
    background-color: var(--blue);
}

.process {
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0 250px;
    position: relative;
}

.process::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--blue);
    opacity: 0.6;
}

.process .inner-text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    text-align: center;
}

.process .sub-title {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.process .title {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.process .lead {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.7;
}

.item-wrapper.process-sibling {
    position: relative;
    font-size: 0;
    margin-top: -325px
}

.item-wrapper.process-sibling .item {
    width: calc(25% - 60px);
    padding: 45px 15px 30px 15px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin: 0 30px;
    box-shadow: 5px 5px 15px 1px #00000020;
    position: relative;
}

.item-wrapper.process-sibling .item-title {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
}

.item-wrapper.process-sibling .item-lead {
    font-size: 18px;
    color: #444;
    line-height: 1.7;
    font-weight: 300;
    height: 130px;
}

.item-wrapper.process-sibling .item-icon {
    position: absolute;
    top: 0;
    left: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--green);
    transform: translateY(-50%);
}

.item-wrapper.process-sibling .item-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff
}

.testimonal {
    margin: 100px auto 50px;
    max-width: 800px
}

.testimonal .upper {
    font-size: 0;
    padding-bottom: 20px;
    border-bottom: 4px solid var(--green)
}

.testimonal .upper .left,
.testimonal .upper .right {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    width: 100%;
}

.testimonal .upper .left {
    padding-right: 30px;
    padding-right: 0;
    text-align: center;
}

.testimonal .upper .right {
    display: none;
}

.testimonal .upper .sub-title {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.testimonal .upper .title {
    font-size: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
}

.testimonal .upper .lead {
    font-size: 16px;
    color: #444;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.7;
    text-align: right;
}

.testimonal button {
    display: none !important
}

.testimonal .item {
    padding: 20px;
}

.testimonal .quote {
    font-size: 20px;
    font-style: italic;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.7;
    font-weight: 300;
}

.testimonal .name {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
}

.testimonal .job {
    font-size: 16px;
    font-weight: 700;
    color: var(--green)
}

.blog {
    margin: 50px 0
}

.blog .upper {
    font-size: 0;
    padding-bottom: 20px;
    border-bottom: 4px solid var(--green)
}

.blog .upper .left,
.blog .upper .right {
    display: inline-block;
    vertical-align: bottom;
    width: 50%
}

.blog .upper .left {
    padding-right: 30px
}

.blog .upper .sub-title {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.blog .upper .title {
    font-size: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
}

.blog .item-wrapper {
    font-size: 0;
    padding-top: 30px;
}

.blog .item {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 40px);
    margin: 20px;
    position: relative;
}

.blog .item a {
    display: block;
    padding: 15px 15px 20px;
    position: relative;
    box-shadow: 5px 5px 15px 1px #00000020;
    transition: 0.3s;
    border-bottom: 3px solid transparent;

}

.blog .item-title {
    color: #444;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
    height: 54px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blog .item-img-wrapper {
    /* padding-top: 100%; */
    padding-top: 133%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin:10px 0
}

.blog .item-img-wrapper.product-img-wrapper {
    padding-top: 90%;
}


.blog .item-date {
    color: var(--green);
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}

.blog .item-lead {
    color: #444;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
    height: 92px;
    overflow: hidden;
}

.blog .item-lead.job {
    color: var(--blue);
    font-weight: 700;
}

.blog .item-more {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    /* font-weight: 700; */
    font-weight: 400;
    color: var(--green);
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.blog .item a:hover {
    box-shadow: 5px 5px 15px 1px #00000020;
    border-bottom: 3px solid var(--green)
}

.blog .item a:hover img {
    filter: grayscale(0.5)
}

.blog .more {
    text-align: center;
    padding-top: 40px
}

.blog .more a {
    display: inline-block;
    vertical-align: top;
    padding: 15px 50px !important;
    background-color: var(--green);
    color: #fff;
    font-size: 24px !important;
    transition: 0.3s;
    border-radius: 20px;
    width: 300px;
    text-align: center;
}

.blog .more a:hover {
    background-color: var(--blue);
}

.blog .item-icon {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--green);
}

.blog .item-icon i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    position: absolute;
}

.blog.products {
    text-align: center;
}

.blog.products .left {
    padding-right: 0;
}

.blog.products .item-more {
    left: 0;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    background-color: var(--green);
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
    border-radius: 10px;
    text-align: center;
    max-width: calc(100% - 20px);
}


.blog .item-contact div {
    font-size: 16px;
    color: var(--green);
    padding: 4px 0;
    min-height: 27px;
}


.footer {
    margin-top: 50px;
    background-color: var(--blue);
    padding: 40px 0 0;
    font-size: 0
}

.footer-col {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
}

.footer-col .lead {
    margin: 30px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff
}

.footer-col .social {}

.footer-col .social .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.footer-col .social .item i {
    color: var(--green);
    font-size: 22px;
    transition: 0.3s;
}

.footer-col .social .item:hover i {
    color: #fff
}

.footer-col-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--green)
}

.footer-col-list {
    font-weight: 300;
    position: relative;
    padding-top: 20px;
}

.footer-col-list a::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff
}

.footer-col-list a {
    font-size: 18px;
    display: block;
    padding: 4px 4px 4px 10px;
    position: relative;
    color: #fff;
    transition: 0.3s;
}

.footer-col-list a:hover {
    color: var(--green)
}

#subscribe-form input[type="text"] {
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
}

#subscribe-form input[type="checkbox"] {
    border: 0;
    outline: 0;
    width: 20px;
    height: 20px;
}

#subscribe-form label {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 20px;
    display: block
}

#subscribe-form label>* {
    display: inline-block;
    vertical-align: middle;
}

#subscribe-form .submit-btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    background-color: var(--green);
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    border: 1px solid var(--green);
    cursor: pointer;
    padding: 15px 50px !important;
    font-size: 24px !important;
    border-radius: 20px;
    width: 300px;
    text-align: center;
}

#subscribe-form .submit-btn:hover {
    background-color: var(--blue);
}

.footer .bottom {
    padding: 15px 0;
    font-size: 0;
    margin-top: 20px;
}

.footer .bottom .left,
.footer .bottom .right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.footer .bottom .right {
    text-align: right;
}

.footer .bottom .right a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.footer .bottom .right a:hover {
    color: var(--green)
}

.three-way-layout.map {
    margin: 50px 0
}

.three-way-layout.map .title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
}

.three-way-layout.map .lead {
    font-size: 18px;
    font-weight: 300;
    color: #444;
    line-height: 1.7;
}

.parallax {
    /* The image used */
    background-image: url("img/bath.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0;
    position: relative;
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1e2e3d88;
}

.parallax .item-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    width: 100%;
}

.parallax .item-wrapper .item {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 25%
}

.parallax .item-wrapper .item i {
    font-size: 50px;
    margin-bottom: 20px;
}

.parallax .item-wrapper .item .nr {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 60px;
}

.parallax .item-wrapper .item .text {
    font-size: 32px;
    font-weight: 700;
}

.contact-form {
    margin: 50px auto;
    width: 900px;
    max-width: 100%;
}

.contact-form .sub-title {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
}

.contact-form .title {
    font-size: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form .input-wrapper {
    font-size: 0;
    margin: 30px 0;
}

.contact-form .input-wrapper input,
.contact-form .input-wrapper textarea {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    border: 1px solid rgb(216, 216, 216);
    padding: 0 10px 0 20px;
}

.contact-form .input-wrapper input:focus,
.contact-form .input-wrapper textarea:focus {
    border: 1px solid var(--green)
}

.contact-form .input-wrapper input {
    height: 40px;
    margin: 5px;
    width: calc(50% - 10px)
}

.contact-form .input-wrapper textarea {
    height: 160px;
    resize: none;
    width: calc(100% - 10px);
    margin: 5px;
    padding: 20px 0 0 20px;
}

.contact-form .gdpr-submit {
    /* text-align: right; */
    font-size: 16px;
}

.contact-form .input-wrapper div:first-child {
    display: block;
    margin: 20px 0;
    cursor: pointer;
}

.contact-form .input-wrapper div:first-child>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.contact-form .input-wrapper label input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.contact-form .contact-form-submit {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 5px 20px;
    background-color: var(--green);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 20px;
    width: 300px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.contact-form .contact-form-submit:hover {
    background-color: var(--blue);
}

/* RESPONSIVE */
@media(max-width: 1599px) {
    .c {
        max-width: 1170px;
    }

    .header .logo {
        width: 160px;
    }

    .header .right {
        width: calc(100% - 160px);
        padding-left: 80px;
    }

    .header .right .top .contact .item {
        margin-right: 32px;
    }

    .header .right .top .contact .item>* {
        font-size: 17px;
    }

    .header .right .top .contact .item i {
        margin-right: 16px;
        font-size: 20px;
    }

    .header .right .top .social .item {
        margin-left: 16px;
    }

    .header .right .top .social .item>* {
        font-size: 17px;
    }

    .header .right .top .social .item i {
        font-size: 20px;
    }

    .header .right .bottom nav {
        width: calc(100% - 64px)
    }

    .header .right .bottom .search {
        width: 64px
    }

    .header .right .bottom .menu li {
        padding: 0 16px;
    }

    .header .right .bottom .menu li a {
        font-size: 17px;
        padding: 4px 8px;
    }

    /* .has-sub-sibling::before {
        top: 12px;
        border-top: 4px solid #fff;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent
    } */

    .header .right .bottom .search i {
        font-size: 20px;
    }

    .blocks {
        margin-top: 64px;
    }

    .blocks .item {
        padding: 16px;
    }

    .blocks .item .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
        box-shadow: 5px 5px 15px 1px #00000020
    }

    .blocks .item .icon::before {
        width: 18px;
    }

    .blocks .item .icon::after {
        height: 18px;
    }

    .blocks .item h2 {
        font-size: 24px;
        padding: 0 8px;
    }

    .blocks .item .hover-layer {
        padding: 30% 16px 16px
    }

    .blocks .item .hover-layer h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .blocks .item .hover-layer h4 {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .blocks .item .hover-layer div {
        font-size: 15px;
        width: 80px;
        padding: 4px 16px;
    }

    .categories {
        margin: 40px 0
    }

    .categories .item {
        padding: 0 8px;
        margin-bottom: 24px;
        font-size: 15px;
    }

    .categories .item h2 {
        padding: 8px;
    }

    .categories .item:hover img {
        box-shadow: 5px 5px 15px 1px #00000020
    }

    .three-way-layout {
        margin: 40px 0
    }

    .three-way-layout .first {
        padding-right: 24px;
    }

    .three-way-layout .third {
        padding-left: 24px;
    }

    .three-way-layout .first .title {
        font-size: 17px;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }

    .three-way-layout .first .sub-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .three-way-layout .first .lead {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .three-way-layout .first .more a {
        padding: 4px 16px;
        font-size: 15px;
    }

    .three-way-layout .third .item {
        margin-bottom: 24px;
    }

    .three-way-layout .third .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }

    .three-way-layout .third .icon i {
        font-size: 18px;
    }

    .three-way-layout .third .title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .three-way-layout .third .lead {
        font-size: 17px;
    }

    .title-text {
        margin: 40px auto;
        width: 800px
    }

    .title-text .title {
        font-size: 26px;
        margin-bottom: 32px;
    }

    .title-text p {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .images-text {
        margin: 40px 0;
        padding: 40px 24px;
    }

    .images-text .text-side .q {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .images-text .text-side .a {
        margin-bottom: 16px;
        font-size: 17px;
    }

    .images-text .text-side .more a {
        padding: 4px 16px;
        font-size: 15px;
    }

    .process {
        margin: 40px 0 200px;
    }

    .process .inner-text {
        top: 32px;
    }

    .process .sub-title {
        font-size: 17px;
        margin-bottom: 24px;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }

    .process .title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .process .lead {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .process .item {
        width: calc(25% - 48px);
        padding: 36px 12px 24px 12px;
        margin: 0 24px;
        box-shadow: 5px 5px 15px 1px #00000020
    }

    .item-wrapper.process-sibling .item-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .item-wrapper.process-sibling.item-lead {
        font-size: 17px;
    }

    .item-wrapper.process-sibling .item-icon {
        left: 16px;
        width: 40px;
        height: 40px;
    }

    .item-wrapper.process-sibling .item-icon i {
        font-size: 17px;
    }

    .testimonal {
        margin: 40px auto
    }

    .testimonal .upper {
        padding-bottom: 16px;
        border-bottom: 3px solid var(--green)
    }

    .testimonal .upper .left {
        padding-right: 24px
    }

    .testimonal .upper .sub-title {
        font-size: 17px;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }

    .testimonal .upper .title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .testimonal .upper .lead {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .testimonal .item {
        padding: 16px;
    }

    .testimonal .quote {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .testimonal .name {
        font-size: 17px;
    }

    .testimonal .job {
        font-size: 15px;
    }

    .blog {
        margin: 40px 0
    }

    .blog .upper {
        padding-bottom: 16px;
        border-bottom: 3px solid var(--green)
    }

    .blog .upper .left {
        padding-right: 0px !important
    }

    .blog .upper .sub-title {
        font-size: 17px;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }

    .blog .upper .title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .blog .item-wrapper {
        padding-top: 24px;
    }

    .blog .item {
        width: calc(33.33% - 30px);
        margin: 15px;
    }

    .blog .item a {
        padding: 12px 12px 70px;
        box-shadow: 5px 5px 15px 1px #00000020;
        border-bottom: 2px solid transparent
    }

    .blog .item-title {
        font-size: 20px;
        margin-bottom: 12px;
        margin-top: 16px;
    }

    .blog .item-date {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .blog .item-lead {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .blog .item-more {
        font-size: 17px;
        bottom: 12px;
        left: 12px;
    }

    .blog .item a:hover {
        box-shadow: 5px 5px 15px 1px #00000020;
        border-bottom: 2px solid var(--green)
    }

    .blog .more {
        padding-top: 32px
    }

    .blog .more a {
        padding: 4px 16px;
        font-size: 15px;
    }

    .blog .item-icon {
        left: 24px;
        width: 40px;
        height: 40px;
    }

    .blog .item-icon i {
        font-size: 18px;
    }

    .blog.products .item-more {
        padding: 4px 16px;
        font-size: 15px;
    }


    .footer {
        margin-top: 40px;
        padding: 32px 0 0;
    }

    .footer-col {
        padding: 0 12px;
    }

    .footer-col .lead {
        margin: 24px 0;
        font-size: 13px;
    }

    .footer-col .social .item {
        margin-right: 16px;
    }

    .footer-col .social .item i {
        font-size: 20px;
    }

    .footer-col-title {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .footer-col-list {
        padding-top: 16px;
    }

    .footer-col-list a::before {
        top: 7px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #fff
    }

    .footer-col-list a {
        font-size: 17px;
        padding: 3px 3px 3px 8px;
    }

    #subscribe-form input[type="text"] {
        height: 32px;
        padding: 0 0 0 12px;
        margin-bottom: 8px;
    }

    #subscribe-form label {
        margin-bottom: 16px;
    }

    #subscribe-form .submit-btn {
        padding: 4px 16px;
        font-size: 15px;

    }

    .footer .bottom {
        padding: 12px 0;
        margin-top: 16px;
    }

    .footer .bottom .left,
    .footer .bottom .right {
        font-size: 13px;
    }

    .three-way-layout.map {
        margin: 40px 0
    }

    .three-way-layout.map .title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .three-way-layout.map .lead {
        font-size: 17px;
    }

    .parallax {
        /* Set a specific height */
        height: 400px;
        margin: 40px 0;
    }

    .parallax .item-wrapper .item {
        padding: 12px;
    }

    .parallax .item-wrapper .item i {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .parallax .item-wrapper .item .nr {
        margin-bottom: 16px;
        font-size: 48px;
    }

    .parallax .item-wrapper .item .text {
        font-size: 28px;
    }

    .contact-form {
        margin: 40px auto;
        width: 720px;
    }

    .contact-form .sub-title {
        font-size: 17px;
        margin-bottom: 24px;
        letter-spacing: 2px;
    }

    .contact-form .title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .contact-form .input-wrapper {
        margin: 24px 0;
    }

    .contact-form .input-wrapper input,
    .contact-form .input-wrapper textarea {
        font-size: 17px;
        padding: 0 8px 0 16px;
    }

    .contact-form .input-wrapper input {
        height: 32px;
        margin: 4px;
        width: calc(50% - 8px)
    }

    .contact-form .input-wrapper textarea {
        width: calc(100% - 8px);
        margin: 4px;
        padding: 16px 0 0 16px;
    }

    .contact-form .input-wrapper label {
        margin: 16px 0;
    }

    .contact-form .input-wrapper label>* {
        font-size: 17px;
    }

    .contact-form .input-wrapper label input {
        margin-right: 8px;
    }

    .contact-form .contact-form-submit {
        padding: 4px 16px;
        font-size: 15px;
    }
}

@media(max-width: 1199px) {
    .c {
        max-width: 950px;
    }

    .header .right {
        padding-left: 64px;
    }

    .header .right .top .contact .item {
        margin-right: 26px;
    }

    .header .right .top .contact .item>* {
        font-size: 16px;
    }

    .header .right .top .contact .item i {
        margin-right: 12px;
        font-size: 18px;
    }

    .header .right .top .social .item {
        margin-left: 12px;
    }

    .header .right .top .social .item>* {
        font-size: 16px;
    }

    .header .right .top .social .item i {
        font-size: 18px;
    }

    .header .right .bottom nav {
        width: calc(100% - 50px)
    }

    .header .right .bottom .search {
        width: 50px
    }

    .header .right .bottom .menu li {
        padding: 0 12px;
    }

    .header .right .bottom .menu li a {
        font-size: 14px;
        padding: 3px 4px;
    }

    /* .has-sub-sibling::before {
        top: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent
    } */

    .header .right .bottom .search i {
        font-size: 18px;
    }

    .blocks {
        margin-top: 50px;
    }

    .blocks .item {
        padding: 12px;
    }

    .blocks .item .icon {
        margin-bottom: 12px;
    }

    .blocks .item h2 {
        font-size: 22px;
        padding: 0 6px;
    }

    .blocks .item .hover-layer {
        padding: 30% 12px 12px
    }

    .blocks .item .hover-layer h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .blocks .item .hover-layer h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .blocks .item .hover-layer div {
        font-size: 14px;
        width: 64px;
        padding: 3px 12px;
    }

    .categories {
        margin: 32px 0
    }

    .categories .item {
        padding: 0 6px;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .categories .item h2 {
        padding: 6px;
    }

    .three-way-layout {
        margin: 32px 0
    }

    .three-way-layout .first {
        padding-right: 18px;
    }

    .three-way-layout .third {
        padding-left: 18px;
    }

    .three-way-layout .first .title {
        font-size: 16px;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }

    .three-way-layout .first .sub-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .three-way-layout .first .lead {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .three-way-layout .first .more a {
        padding: 3px 162x;
        font-size: 14px;
    }

    .three-way-layout .third .item {
        margin-bottom: 18px;
    }

    .three-way-layout .third .icon {
        width: 32px;
        height: 32px;
        margin-bottom: 12px;
    }

    .three-way-layout .third .icon i {
        font-size: 17px;
    }

    .three-way-layout .third .title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .three-way-layout .third .lead {
        font-size: 16px;
    }

    .title-text {
        margin: 32px auto;
        width: 700px
    }

    .title-text .title {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .title-text p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .images-text {
        margin: 32px 0;
        padding: 32px 18px;
    }

    .images-text .text-side .q {
        margin-bottom: 12px;
        font-size: 17px;
    }

    .images-text .text-side .a {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .images-text .text-side .more a {
        padding: 3px 12px;
        font-size: 14px;
    }

    .process {
        margin: 32px 0 160px;
    }

    .process .inner-text {
        top: 26px;
    }

    .process .sub-title {
        font-size: 16px;
        margin-bottom: 18px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .process .title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .process .lead {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .item-wrapper.process-sibling .item {
        width: calc(25% - 40px);
        padding: 30px 10px 18px 10px;
        margin: 0 18px;
        box-shadow: 5px 5px 15px 1px #00000020;
    }

    .item-wrapper.process-sibling .item-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .item-wrapper.process-sibling .item-lead {
        font-size: 16px;
    }

    .testimonal {
        margin: 32px auto
    }

    .testimonal .upper {
        padding-bottom: 12px;
        border-bottom: 2px solid var(--green)
    }

    .testimonal .upper .left {
        padding-right: 18px
    }

    .testimonal .upper .sub-title {
        font-size: 16px;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }

    .testimonal .upper .title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .testimonal .upper .lead {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .testimonal .item {
        padding: 12px;
    }

    .testimonal .quote {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .testimonal .name {
        font-size: 16px;
    }

    .testimonal .job {
        font-size: 14px;
    }

    .blog {
        margin: 32px 0
    }

    .blog .upper {
        padding-bottom: 12px;
        border-bottom: 2px solid var(--green)
    }

    .blog .upper .left {
        padding-right: 18px
    }

    .blog .upper .sub-title {
        font-size: 16px;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }

    .blog .upper .title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .blog .item-wrapper {
        padding-top: 18px;
    }

    .blog .item {
        width: calc(33.33% - 20px);
        margin: 15px 10px;
    }

    .blog .item a {
        padding: 10px 10px 80px;
        box-shadow: 5px 5px 15px 1px #00000020;
        border-bottom: 1px solid transparent
    }

    .blog .item-title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 14px;
        height: 68px;
    }

    .blog .item-date {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .blog .item-lead {
        font-size: 16px;
        margin-bottom: 10px;
        height: 85px;
    }

    .blog .item-more {
        font-size: 16px;
        bottom: 10px;
        left: 10px;
    }

    .blog .item a:hover {
        box-shadow: 5px 5px 15px 1px #00000020;
        border-bottom: 1px solid var(--green)
    }

    .blog .more {
        padding-top: 26px
    }

    .blog .more a {
        padding: 3px 12px;
        font-size: 14px;
    }

    .blog.products .item-more {
        padding: 3px 12px;
        font-size: 14px;
    }

    .footer {
        margin-top: 32px;
        padding: 26px 0 0;
    }

    .footer-col {
        padding: 0 10px;
    }

    .footer-col .lead {
        margin: 18px 0;
    }

    .footer-col .social .item {
        margin-right: 12px;
    }

    .footer-col .social .item i {
        font-size: 18px;
    }

    .footer-col-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .footer-col-list {
        padding-top: 12px;
    }

    .footer-col-list a::before {
        top: 6px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #fff
    }

    .footer-col-list a {
        font-size: 16px;
        padding: 3px 3px 3px 6px;
    }

    #subscribe-form .submit-btn {
        padding: 3px 12px;
        font-size: 14px;

    }

    .footer .bottom {
        padding: 10px 0;
        margin-top: 12px;
    }

    .three-way-layout.map {
        margin: 32px 0
    }

    .three-way-layout.map .title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .three-way-layout.map .lead {
        font-size: 16px;
    }

    .parallax {
        /* Set a specific height */
        height: 320px;
        margin: 32px 0;
    }

    .parallax .item-wrapper .item {
        padding: 10px;
    }

    .parallax .item-wrapper .item i {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .parallax .item-wrapper .item .nr {
        margin-bottom: 12px;
        font-size: 40px;
    }

    .parallax .item-wrapper .item .text {
        font-size: 26px;
    }

    .contact-form {
        margin: 32px auto;
        max-width: 100%
    }

    .contact-form .sub-title {
        font-size: 16px;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }

    .contact-form .title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .contact-form .input-wrapper {
        margin: 18px 0;
    }

    .contact-form .input-wrapper input,
    .contact-form .input-wrapper textarea {
        font-size: 16px;
    }

    .contact-form .input-wrapper label>* {
        font-size: 16px;
    }

    .contact-form .contact-form-submit {
        padding: 3px 12px;
        font-size: 14px;
    }
}

.header .right .bottom nav .menu {
    position: relative;
}

.search-field {
    position: absolute !important;
    top: 100%;
    height: 40px;
    right: -80px;
    padding: 0 !important;
    display: none !important;
    width: 300px;
    transform: translateY(55%);
    margin-top: 18px;
    font-size: 14px !important;
    z-index: 99;
}

.search-field * {
    font-size: 14px !important;
}

.search-field input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 15px;
}

.search-field.active {
    display: block !important
}

.search-field form {
    height: 100%;
}

.search-field button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    background-color: var(--green);
    cursor: pointer;
    color: #fff;
    border-radius: 0 200px 200px 0;
}


.mobile-menu-opener {
    display: none
}

@media(max-width: 991px) {
    .header .logo {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 15px
    }

    .header .logo img {
        margin: 0 auto;
        max-width: calc(100% - 60px)
    }

    .header .right {
        width: 100%;
        padding: 0
    }

    .header .right .bottom nav {
        text-align: left;
    }

    .header .right .bottom .menu>li:first-child {
        padding-left: 0;
    }

    .blocks .item {
        width: 33.33%;
        height: 50%;
        border-bottom: 1px solid #ffffff28
    }

    .blocks .item .hover-layer {
        padding: 15% 12px 12px;
    }

    .images-text .images-side,
    .images-text .text-side {
        width: 100%;
        padding: 10px 0
    }

    .header .right .top .contact .item span {
        display: none
    }

    .header .right .top .contact,
    .header .right .top .social {
        width: unset;
    }

    .header .right .top .contact .item {
        margin-right: 0;
    }

    .header .right .top .social .item {
        margin-left: 0;
    }

    .header .right .top .contact .item i {
        margin: 0
    }

    .header .right .top i {
        margin-right: 15px !important;
    }

    .header .right .bottom nav {
        width: 100%;
    }

    .header .right .bottom .menu li {
        display: block;
        padding: 0 !important;
        text-align: center;
        border-bottom: 1px solid #ffffff28
    }

    .header .right .bottom .menu li:last-child {
        border: 0
    }

    .header .right .bottom .menu li a {
        padding: 8px 15px;
        ;
    }

    .header .sub-menu,
    .has-sub-sibling::before {
        display: none;
    }

    .search-field {
        position: relative !important;
        margin: 10px 0;
        display: block !important;
        height: 30px;
    }

    .header .right .bottom .search {
        display: none
    }

    .header .right .bottom {
        transition: 0.3s;
        max-height: 500px
    }

    .header .right .bottom.passive {
        max-height: 0;
        overflow: hidden;
        padding: 0;
    }

    .header .right .top {
        position: relative;
    }

    .mobile-menu-opener {
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 30px;
        margin-top: 3px
    }

    .mobile-menu-opener span {
        display: block;
        margin: 5px 0;
        height: 2px;
        width: 100%;
        background-color: #fff;
    }

    .blocks .item {
        width: 50%;
        height: 50%;
    }

    /* .blocks .item h2 {
        top: 66%
    } */

    .blocks .item .hover-layer {
        display: none;
    }

    .categories .item {
        width: 100%;
    }

    .three-way-layout>* {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 30px
    }

    .images-text .images-side a {
        width: calc(50% - 10px);
        padding-top: 33%;
    }

    .process {
        height: 60vh
    }

    .process .inner-text {
        width: 100%;
        padding: 10px;
    }

    .item-wrapper.process-sibling {
        margin-top: -100px;
    }

    .item-wrapper.process-sibling .item {
        width: 100%;
        margin: 0 0 45px;
    }

    .testimonal .upper .left,
    .testimonal .upper .right {
        width: 100%;
    }

    .blog .upper .left,
    .blog .upper .right {
        width: 100%
    }

    .blog .item {
        width: calc(100% - 20px);
    }

    .parallax {
        height: 520px;
    }

    .parallax .item-wrapper .item {
        width: 50%;
        margin-bottom: 15px;
    }

    .contact-form .input-wrapper input {
        width: calc(100% - 8px)
    }

    .contact-form .input-wrapper label>* {
        font-size: 12px;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 20px
    }

    .footer .bottom .left,
    .footer .bottom .right {
        width: 100%;
        text-align: center;
        margin: 3px
    }
}

@media(max-width: 767px) {
    .images-text .images-side a {
        width: calc(100% - 10px);
        padding-top: 66%;
    }
}

.input-pretext {
    font-size: 13px;
    padding-left: 10px;
    margin: 8px 0 6px
}

.flashdata-popup {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    z-index: 9999999999999999999;
}

.search-tabs {
    font-size: 0;
    text-align: center;
}

.search-tabs div {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    color: var(--blue);
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.search-tabs div.active {
    background-color: var(--blue);
    color: #fff
}

.search-item.passive {
    display: none
}

.no-hit {
    font-size: 30px;
}

@media(max-width: 767px) {
    .search-tabs div {
        display: block;
        text-align: center;
    }
}

#cookie-popup {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    right: 10px;
    left: 10px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 5px 5px 15px 1px #00000020;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f4f4f4
}

#cookie-popup .txt {
    font-size: 14px;
}

#cookie-popup .btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cookie-popup .btn {
    padding: 5px 20px;
    color: #fff;
    background-color: var(--blue);
    cursor: pointer;
    margin-left: 15px;
    font-size: 14px;
    white-space: nowrap;
}

@media(max-width: 767px) {
    #cookie-popup {
        flex-direction: column;
    }

    #cookie-popup .btn {
        margin: 5px 5px
    }
}

.product-item-page .product-img-wrapper {
    width: 50%;
    padding-top: 66.66%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 30px auto;
}

.arajanlat-fixed {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px 10px 20px;
    border-radius: 100px 0 0 100px;
    color: #fff;
    background-color: #b73a3a;
    font-size: 18px;
    z-index: 9999;
    box-shadow: 5px 5px 15px 1px #00000020;
    cursor: pointer;
}

.arajanlat-mobile {
    display: none
}

@media(max-width: 991px) {
    .arajanlat-fixed {
        display: none
    }

    .arajanlat-mobile {
        display: block;
        margin: 15px auto;
        padding: 10px 20px;
        border-radius: 100px;
        color: #fff;
        background-color: #b73a3a;
        width: 200px;
        text-align: center;
        font-size: 20px;
    }
}

#popup-lang-selector form {}

#popup-lang-selector form button {
    background-color: transparent;
    color: var(--green);
    font-size: 30px;
    margin: 5px 10px;
    background-color: var(--blue);
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.footer .bottom {
    text-align: center;
    font-size: 0;
}

.footer .bottom span {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    padding: 0px 6px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.footer .bottom span a {
    color: #fff;
    white-space: nowrap;
}

.footer .bottom span a:hover {
    color: var(--green)
}

.footer .bottom span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: 0;
    background-color: #fff;
    content: ''
}

.footer .bottom span:last-child::before {
    display: none
}

.footer .infos {
    margin-top: 30px;
}

.footer .infos>div {}

.footer .infos>div i,
.footer .infos>div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    padding: 7px 0;
}

.footer .infos>div span {
    margin-left: 16px;
}

.footer .infos>div i {
    width: 30px;
    text-align: center;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    padding: 7px 0;
}

.footer-menu a:hover {
    color: var(--green);
}

.listed-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    /* min-height: 100%;
    min-width: 100%; */
    max-width: unset;
    max-height: 100%;
}


.item-img-wrapper {
    overflow: hidden;
    position: relative;
}

.blog-tags {
    margin-top: 20px;
    text-align: left;
}

.blog-tags a {
    display: block;
    padding: 6px 20px;
    margin: 5px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 100px;
}

img[src*="logo.svg"] {
    max-width: 50%
}

.lower {
    display: flex;
    justify-content: space-between;
}

.lower-left {
    width: 80%;
}

.lower-right {
    width: calc(20% - 20px);
}

.lower-title {
    padding: 15px 0 5px;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
}

.lower-last {
    border-top: 1px solid #d6d6d6
}

.blog-categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.blog-categories a {
    color: var(--blue);
    font-weight: 700;
    padding: 5px 5px 5px 20px;
}

.blog-categories a:hover {
    color: var(--green)
}

.blog-item-in-list {
    display: flex;
    position: relative;
    padding: 0 15px;
    /* margin: 10px 0 */
}

.blog-item-in-list .item-img-wrapper {
    width: 200px;
    height: 266px;
    padding-top: unset !important;
    margin: 20px 0;
}



.blog-item-right {
    width: calc(100% - 200px);
    padding-left: 20px;
    position: relative;
}

.blocks-2 {
    display: flex;
}

.blocks-2>* {
    width: 50%;
}

.item-wrapper-blog-list>div {
    border-bottom: 1px solid #d6d6d6;
}

.item-wrapper-blog-list>div:last-child {
    border-bottom: 0
}

.blog-list-cat {
    text-align: left;
}

.lower a {
    text-align: left !important;
}

.blocks-2>*:first-child {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.blocks-2:nth-child(even) *:first-child {
    border-left:   0 ;
}

.c-bath {
    padding: 50px 0
}

.c-main {
    max-width: 750px;
    margin: 50px auto 0; 
}

.contact-left {
    width: 100% !important;
}

.c-main .title {
    font-size: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.c-main .lead {
    color: #444;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
    text-align: justify;
}

.arajanlat-dropdown {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    transition: 0.3s;
}

.arajanlat-fixed:hover .arajanlat-dropdown {
    left: 0;
}

.arajanlat-dropdown a {
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 200px 0 0 200px;
    white-space: nowrap;
    font-size: 13px;
    border: 1px solid #fff;
}

.arajanlat-dropdown a:hover {
    background-color: var(--green);
}

.hover-layer-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100% !important;
    transform: translateY(-50%);
    border: 0 !important;
}

.aszf-list a {
    display: block;
    color: var(--blue);
    font-size: 20px;
    padding: 5px 0
}

.aszf-list a:hover {
    color: var(--green)
}

.blocks-2 .item-title {
    height: unset !important;
    padding-top: 10px;
}

.main-blog-article .item-title {
    font-size: 33px;
    justify-content: flex-start !important;
}

.main-blog-article .item-lead {
    font-size: 27px;
}


.main-blog-article .item-img-wrapper {
    width: 400px;
    height: 533px
}

.main-blog-article .blog-item-right {
    width: calc(100% - 400px);
}



.search-more-btn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 50px !important;
    background-color: var(--green);
    color: #fff;
    font-size: 24px !important;
    transition: 0.3s;
    border-radius: 200px;
    width: 300px;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
}

.search-more-btn:hover {
    background-color: var(--blue);
}


.fixed-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: 0.2s !important;
    box-shadow: 0 10px 10px 2px #00000020 !important;
    padding: 5px 0 !important;
}

.fixed-header.active {
    opacity: 1 !important;
    pointer-events: unset !important;
}


.fixed-header img[src*="logo.svg"] {
    max-width: 30% !important;
}

.fixed-header .right .top,
.fixed-header .right .bottom {
    padding: 5px 0 !important
}

.fixed-header .right .bottom .menu li {
    padding: 0;
}

.fixed-header .right .bottom .menu li a {
    font-size: 15px;
    padding: 3px 20px;
}

.fixed-header .right .top .contact .item>* {
    font-size: 16px !important;
}

.fixed-header .search {
    display: none !important;
}

.fixed-header .right .top .lang-inner {
    max-width: 30px;
}

.fixed-header .right .bottom nav .menu {
    text-align: center;
}

/* .dual-arrow {
    width: 50px;
    height: 6px;
    background-color: var(--green);
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: 0.3s;
}

.dual-arrow::before {
    position: absolute;
    bottom: 0px;
    right: 4px;
    content: '';
    transform: rotate(45deg);
    transform-origin: bottom right;
    width: 20px;
    height: 6px;
    background-color: var(--green);
    border-radius: 100px;
}

.dual-arrow::after {
    position: absolute;
    top: -2px;
    right: 0;
    content: '';
    transform: rotate(-45deg);
    transform-origin: bottom right;
    width: 20px;
    height: 6px;
    background-color: var(--green);
    border-radius: 100px;
}

.blog-item-in-list:hover .dual-arrow {
    right: 5px;
} */

.prodcat-lead {
    font-size: 18px;
    padding-top: 30px;
    line-height: 1.7;
    text-align: center;
}

.item-wrapper-blog-list .item-title {
    text-align: left;
    justify-content: left;
    height: unset;
}

.blog .item a.grouped_elements {
    padding-top: calc(133% - 80px) !important;
    border-bottom: 0 !important;
}

.grouped_elements img {
    display: block
}

@media(max-width: 1599px) {
    .blog .item a.grouped_elements {
        padding-top: calc(133% - 32px) !important;
    }

    .blog-item-in-list .item-img-wrapper {
        margin: 16px 0 ;
    }

    .lower-title {
        margin-top: 24px;
    }
}

@media(max-width: 1199px) {
    .blog .item a.grouped_elements {
        padding-top: calc(133% - 28px) !important;
    }

    .blog-item-in-list .item-img-wrapper {
        margin: 14px 0 ;
    }

    .lower-title {
        margin-top: 17px;
    }
}

@media(max-width: 991px) {
    .blog .item a.grouped_elements {
        padding-top: calc(133% - 28px) !important;
    }
}

#fancybox-left-ico {
    left: 0 !important
}

#fancybox-right-ico {
    right: 0 !important;
    left: unset !important;
}

#fancybox-content {
    border: 0;
}

@media(max-width: 1199px) {
    .item-wrapper.process-sibling {
        margin-top: -290px;
    }

    .item-wrapper.process-sibling .item-lead {
        height: 160px;
    }

    .footer .infos>div i,
    .footer .infos>div span {
        font-size: 16px;
    }

    .blog-categories a {
        font-size: 13px;
    }

    .blog-tags a {
        padding: 6px 10px;
        font-size: 13px;
    }


}

@media(max-width: 991px) {
    .fixed-header {
        display: none
    }

    .header .logo img {
        max-width: 90px;
    }

    img[src*="logo.svg"] {
        max-width: 120px;
    }

    .search-field {
        right: unset
    }

    #search-field {
        margin: 10px auto 20px
    }

    .header .right .bottom .menu li a {
        width: calc(100% - 30px);
    }

    .header .menu-item-arrow {
        display: none;
    }

    .item-wrapper.process-sibling .item-lead {
        height: unset;
    }

    .lower {
        flex-wrap: wrap;
    }

    .lower-left,
    .lower-right {
        width: 100%;
    }

    .blog-tags a {
        display: inline-block;
    }

    .blocks .item h2 {
        font-size: 20px;
    }

    .three-way-layout .first .sub-title {
        font-size: 20px;
    }

    .item-wrapper.process-sibling {
        margin-top: 0;
    }

    .process {
        margin: 32px 0
    }
}

@media(max-width: 767px) {
    .header .logo img {
        max-width: 70px;
    }

    .header .logo {
        margin: 10px 0
    }

    .blocks .item h2 {
        font-size: 17px;
    }

    .three-way-layout .first .sub-title {
        font-size: 18px;
    }

    .more {
        text-align: center;
    }

    .images-text .text-side .more a {
        padding: 15px !important
    }

    .blog-item-in-list {
        flex-direction: column;
        align-items: center;
    }

    .main-blog-article .blog-item-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .main-blog-article .item-img-wrapper {
        width: calc(100vw - 50px);
        height: calc(133vw - 50px);
        margin-bottom: 10px;
    }

    .blocks-2 {
        flex-wrap: wrap;
    }

    .blocks-2>* {
        width: 100%;
    }

    .item-wrapper-blog-list>div {
        border: 0;
    }

    .blocks-2>*:first-child {
        border-bottom: 0;
        border-right: 0;
        border-left: 0 ;
    }

    .blog-item-right {
        width: 100%;
        padding-bottom: 30px;
    }

    .c-bath {
        padding: 0;
    }

    .c-main {
        padding-top: 20px;
        flex-direction: column-reverse;
    }

    .c-main>* {
        width: 100% !important;
    }

    .c-main .right {
        padding-left: 0;
    }

    .c-main .blog .item {
        margin-left: 0 !important;
    }

    .c-main .left {
        padding-right: 0;
    }

    .main-blog-article .item-title,
    .main-blog-article .item-lead {
        font-size: 20px;
        height: unset;
    }

    .main-blog-article .blog-item-right {
        margin-top: 10px;
    }

    .main-blog-article .item-more {
        bottom: unset !important;
        position: relative;
    }

    .blog-item-right {
        padding-left: 0;
    }
}

@media(max-width: 575px) {
    .header .logo img {
        max-width: 60px;
    }

    .header .logo {
        margin: 7px 0
    }

    .blocks .item h2 {
        font-size: 15px;
    }

    .three-way-layout .first .sub-title {
        font-size: 16px;
    }
}

.imgOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #00000050;
}

.imgOverlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.header .right .top .lang {
    display: none;
}

.header {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--blue);
    z-index: 999;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    font-size: 18px;
    border-top: 1px solid #85b73a2b;
}

.sub-menu.active {
    opacity: 1;
    pointer-events: unset;
}

.sub-menu ul {
    padding-left: 40px;
}

.sub-menu a {
    color: #fff !important;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    transition: 0.3s;
}

.sub-menu a:hover {
    color: var(--green) !important
}

.sub-menu>li>a {
    font-weight: 700;
}

/* .fixed-header {
    display: none;
} */

@media(max-width: 1599px) {
    .sub-menu {
        padding: 16px 0;
        font-size: 17px;
    }

    .sub-menu ul {
        padding-left: 32px;
    }

    .sub-menu a {
        padding: 4px 8px;
    }
}

@media(max-width: 1199px) {
    .sub-menu {
        padding: 14px 0;
        font-size: 15px;
    }

    .sub-menu ul {
        padding-left: 28px;
    }

    .sub-menu a {
        padding: 4px 8px;
    }
}

@media(max-width: 991px) {
    .sub-menu {
        padding: 12px 0;
        font-size: 14px;
    }

    .sub-menu ul {
        padding-left: 24px;
    }

    .sub-menu a {
        padding: 4px 8px;
    }
}

.mt50 {
    margin-top: 50px;
    border: 0 !important;
}

.fancy-left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blue);
    z-index: 999999;
    cursor: pointer;
    display: none
}

.fancy-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blue);
    z-index: 999999;
    cursor: pointer;
    display: none
}

.fancy-right i,
.fancy-left i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.fancy-right.active,
.fancy-left.active {
    display: block;
}

#fancybox-right-ico,
#fancybox-left-ico {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 50px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: var(--blue) !important;
    z-index: 999999 !important;
    cursor: pointer !important;
    background-image: none !important;
}

#fancybox-left-ico {
    right: unset !important;
    left: 50px !important;
}


#fancybox-right-ico i,
#fancybox-left-ico i,
#fancybox-close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--green);
    font-size: 18px;
}

#fancybox-close {
    /* position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 50px !important; */
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: var(--blue) !important;
    z-index: 999999 !important;
    cursor: pointer !important;
    background-image: none !important;
}

#fancybox-overlay {
    background-color: rgb(47, 47, 47) !important;
}

/* .article-content {
    pointer-events: none;
} */

.ql-tooltip.ql-hidden {
    display: none;
}

/* #fancybox-wrap {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    transition: 0s;
} */

#uniqueFancyboxWrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2222227b;
    display: none;
    z-index: 9999999;
}

#uniqueFancyboxWrapper.active {
    display: block;
}

.fancybox-closer {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #11111191;
}

.fancybox-closer::before,
.fancybox-closer::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    width: 40px;
    height: 2px;
}

.fancybox-closer::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#fancybox-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 80px);
    background-color: #fff;
    border: 5px solid #fff
}

.slick-slide.item {
    cursor: pointer;
}

.fancyBoxArrowLeft {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
}

.fancyBoxArrowRight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
}

.fancyBoxArrow:hover {
    background-color: #11111108;
    cursor: pointer;
}

.arrow-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--blue);
}

/* .arrow-inner:hover {
    background-color: #a0de42;
} */

.arrow-inner i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}

@media(max-width: 767px) {
    .arrow-inner {
        width: 30px;
        height: 30px;
    }

    .arrow-inner i {
        font-size: 13px;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

.blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.blocks-wrapper>* {
    width: 50%;
}

.blocks-2>* {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

@media(max-width: 767px) {
    .blocks-wrapper>* {
        width: 100%;
    }

    .blocks {background-image: url('img/banner_mobile.jpg');}
}

.blocks-2 {
    display: none;
    opacity: 0;
}

.blocks-2:nth-child(-n+8) {
    display: block;
    opacity: 1;
}

.showmoreblogs {
    display: inline-block;
    vertical-align: top;
    padding: 15px 50px !important;
    background-color: var(--green);
    color: #fff;
    font-size: 24px !important;
    transition: 0.3s;
    border-radius: 20px;
    width: 350px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
    max-width: 100%;
}

.showmoreblogs:hover {
    background-color: var(--blue);
}

*{-webkit-tap-highlight-color: transparent;}



.dual-arrow {
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 10px 15px;
    color: #fff;
    background-color: var(--green);
    font-size: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.dual-arrow:hover {
    background-color: var(--blue);
}

.blog.products .item-more {
    left: 50%;
    transform: translateX(-50%);
}

.article-content * {
    font-family: 'Montserrat', sans-serif !important;
}

/* .blog.products .prodcat-lead {
    text-align: initial !important;
} */

.more-button-universal {
    padding: 10px 15px !important;
    color: #fff !important;
    background-color: var(--green) !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    transition: 0.3s !important;
    display: block !important;
    width: 100px !important;
    text-align: center !important;
    position: relative !important;
    left: unset !important;
    bottom: unset !important;
    transform: none !important;
}

.more-button-universal.btn-center {
    margin: 0 auto !important;
}

/* .only-2-lines {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: unset !important
} */

.tc {
    text-align: center;
}

.contact-item-wrapper {
    text-align: center;
}

.contact-item {
    width: calc(16.66% - 40px) !important
}

/* .contact-item:first-child {
    width: 500px !important;
    max-width: calc(100% - 40px) !important;
    display: block;
    margin: 20px auto;
}
 */
.main_blog_images_wrapper img {
    display: inline-block;
    vertical-align: top;
    padding: 4px;
    /* max-width: 100px;
    max-height: 100px; */
}

.header .right .bottom .menu li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''
}

/* .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
} */

.main-blog-item-title {
    margin-top: 10px !important;
}

.more-button-universal-main-blog-item {
    position: absolute !important;
    bottom:20px  !important;
}

@media(max-width: 1599px) {
    .blog .item-contact div {
        font-size: 11px;
    }

    .main-blog-item-title {
        margin-top: 7px !important;
    }

    .more-button-universal-main-blog-item {
        bottom: 16px  !important;
    }
}

@media(max-width: 1199px) {
    .contact-item {
        width: calc(33.33% - 40px) !important
    }

    .blog .item-contact div {
        font-size: 13px;
    }

    .main-blog-item-title {
        margin-top: 5px !important;
    }

    .more-button-universal-main-blog-item {
        bottom: 14px  !important;
    }
}

@media(max-width: 991px) {
    .contact-item {
        width: calc(33.33% - 40px) !important
    }

    .main-blog-item-title {
        margin-top: 8px !important;
    }
}

@media(max-width: 767px) {
    .contact-item {
        width: calc(50% - 40px) !important
    }
    .more-button-universal-main-blog-item {
        position:  !important;
        bottom: 0 !important
    }
}

/* MEGKÜLDÖTT TÁBLÁZAT ALAPJÁN BEÁLLÍTOTT FORMÁZÁS  */

.ffm-title {
    font-size: 46px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: var(--green);
    margin-bottom: 30px;
    text-align: center !important;
}

.ffm h1 {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    letter-spacing: 3px !important;
    color: #2d2d2d !important;
}

.ffm h2 {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #2d2d2d !important;
}

.ffm h3 {
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #2d2d2d !important;
}

.ffm h4 {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #2d2d2d !important;
}

.ffm p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #444 !important;
}

@media(max-width: 991px) {
    .ffm-title  {
        font-size: 28px !important;
    }

    .ffm h1 {
        font-size: 24px !important;
    }
    
    .ffm h2 {
        font-size: 22px !important;
    }
    
    .ffm h3 {
        font-size: 20px !important;
    }
    
    .ffm h4 {
        font-size: 18px !important;
    }
    
    .ffm p {
        font-size: 16px !important;
    }
}

label[for="gdpr"] {
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

label[for="gdpr"] a {
    color: var(--green) !important;
}

.gdpr-submit .btn {
    border: 0;
    outline: 0;
    cursor: pointer;
    display: block !important;
    margin: 0 auto !important;
    line-height: 10px !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.slider-testimonals-wrapper {
    position: relative;
}

.blog .item a:hover .more-button-universal,
.blog-item-in-list:hover   .more-button-universal,
.blog-item-in-list:hover   .dual-arrow,
.gdpr-submit .btn:hover{
    background-color: var(--blue) !important;
}

@media(max-width: 991px) {
    .testimonal {
        padding: 0 70px;
    }
}

