/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://use.typekit.net/ycj1pvh.css");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.grecaptcha-badge {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

img {
    max-width: 100%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "ubuntu", sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: "aktiv-grotesk", sans-serif;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}


ul {
    margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: "ubuntu", sans-serif;
}

::selection {
    background: #99CC00;
    color: #fff;
}

::-moz-selection {
    background: #99CC00;
    color: #fff;
}

.section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

@media (max-width: 700px) {
    .section {
        padding-bottom: 60px;
    }

    .padding-bottom-100 {
        padding-bottom: 60px !important;
    }
}

.section.colored {
    background: #32711E;
}

@media (max-width: 991px) {
    .section.colored {
        text-align: center;
    }
}


.section.colored2 {
    background: #fce4e9;
}

.hr {
    bottom: 0px;
    width: 100%;
    height: 1px;
    margin-top: 60px;
    border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
    color: #ffffff;
}


.left-heading .section-title {
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    color: #31711E;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .left-heading .section-title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.right-heading-box {
    padding-left: 50px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .right-heading-box {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
}

.center-heading {
    text-align: center;
}

.center-heading .section-title {
    font-weight: 700;
    font-size: 35px;
    color: #31711E;
    line-height: 38px;
    margin-bottom: 40px;
}

.center-heading.colored .section-title {
    color: #ffffff;
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.center-text.colored p {
    color: #fff;
}

.center-text p {
    font-size: 18px;
    color: #262625;
    margin-bottom: 30px;
}

.left-text {
    font-weight: 400;
    font-size: 18px;
    color: #262625;
    line-height: 28px;
    letter-spacing: 1px;
}

.left-text li {
    padding-bottom: 40px;
    text-decoration: none !important;
}

.left-text li a {
    text-decoration: none !important;
}



@media (max-width: 765px) {
    .left-text {
        letter-spacing: 0.5px;
    }
}

.left-text.light {
    color: #fff;
}

.left-text p {
    margin-bottom: 30px;
}

.left-text p.dark {
    color: #3B566E;
}

.padding-bottom-top-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
    margin-bottom: 30px !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-bottom {
    -ms-flex-item-align: flex-end !important;
    align-self: flex-end !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

a.main-button-slider {
    font-size: 16px;
    font-weight: 800;
    border-radius: 25px;
    padding: 12px 20px;
    background-color: #006633;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
    background-color: #76b82a;
}

a.main-button {
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    padding: 15px 30px;
    background-color: #99CC02;
    color: #1F4B12;
    border: 1px solid #99CC02;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: fit-content;
}

@media (max-width: 767px) {
    a.main-button {
        font-size: 14px;
        padding: 15px 20px;
    }
}

a.main-button::after {
    content: '›';
    /* Right arrow */
    padding-left: 10px;
}


a.main-button:hover {
    background-color: #fff;
    border: 1px solid #1F4B12;
}

button.main-button {
    outline: none;
    border: 1px solid #99CC02;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 20px;
    background-color: #99CC02;
    color: #32711E;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button.main-button:hover {
    background-color: #fff;
    border: 1px solid #1F4B12;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
    position: fixed;
    top: 30px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    min-height: 80px;
    background: #fff;
}

.header-area .main-nav .logo {
    float: left;
    margin-top: 37px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 30px;
}

.header-area .main-nav .logo img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    width: 120px;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-left: 0px;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 16px;
    padding-right: 16px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 0.5px;
}

.header-area .main-nav .nav li a:hover {
    color: #99CC02;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #3B566E;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #3B566E;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #3B566E;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area.header-sticky .logo {
    margin-top: 14px;
}

.header-area.header-sticky .nav {
    margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
    color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
    color: #31711E;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-area {
        padding: 0px 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-top: 14px !important;
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        margin-top: 80px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #fff !important;
        color: #3B566E !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
    }
}

@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/*===========================
       10.SLIDER css 
===========================*/
.carousel-item {
    background-image: url("../images/tensio-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.carousel-item .slider-image-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
    z-index: 9;
}

.carousel-item .slider-image-box .slider-image {
    max-width: 800px;
    width: 100%;
}

.slider-content {
    position: relative;
    z-index: 9;
    padding-top: 240px;
    padding-bottom: 200px;
}

@media (max-width: 767px) {
    .slider-content {
        padding-top: 190px;
        padding-bottom: 150px;
    }
}

.slider-content .title {
    font-size: 88px;
    line-height: 88px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 88px;
        line-height: 88px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 88px;
        line-height: 88px;
    }
}

@media (max-width: 767px) {
    .slider-content .title {
        font-size: 72px;
        line-height: 72px;
    }
}

.slider-content .text {
    color: #fff;
    font-size: 46px;
    line-height: 24px;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .text {
        font-size: 46px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .text {
        font-size: 46px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .slider-content .text {
        font-size: 46px;
        line-height: 24px;
    }
}

.slider-content .slider-btn {
    padding-top: 16px;
}

.slider-content .slider-btn li {
    display: inline-block;
    margin: 16px 8px 0;
}

@media (max-width: 767px) {
    .slider-content .slider-btn li {
        margin: 16px 3px 0;
    }
}

.slider-content .slider-btn li a.rounded-one {
    background-color: #fff;
    border-color: #fff;
}

.slider-content .slider-btn li a.rounded-one:hover {
    background-color: transparent;
    color: #fff;
}

.slider-content .slider-btn li a.rounded-two {
    border-color: #fff;
}

.slider-content .slider-btn li a.rounded-two:hover {
    background-color: #fff;
    color: #0067f4;
}

.carousel-indicators {
    margin-bottom: 50px;
}

.carousel-indicators li {
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    border: 0;
    margin: 0px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
}

.carousel-indicators li.active {
    background-color: #fff;
    width: 16px;
    border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-indicators li.active {
        width: 23px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators li.active {
        width: 23px;
    }
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: 50%;
    font-size: 32px;
    color: #fff;
    bottom: auto;
    left: 60px;
    right: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {
        display: none;
    }
}

@media (max-width: 767px) {

    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {
        display: none;
    }
}

.carousel .carousel-control-next {
    right: 60px;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-control-next {
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel .carousel-control-next {
        right: 30px;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-control-next {
        right: 30px;
    }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg-smaller.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 90vh;
}

.welcome-area .header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    text-align: center;
    width: 100%;
}

.welcome-area .header-text h1 {
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 1.4px;
    margin-bottom: 50px;
    color: #FFF;
    text-shadow: 0px 0px 4px #000000, 0px 0px 25px #883113;
}

.welcome-area .header-text p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .welcome-area .header-text {
        transform: perspective(1px) translateY(-60%) !important;
        text-align: center;
    }

    .welcome-area .header-text h1 {
        text-align: center;
        color: #fff;
    }

    .welcome-area .header-text h1 span {
        color: #fff;
    }

    .welcome-area .header-text p {
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
}

@media (max-width: 820px) {
    .welcome-area .header-text {
        transform: perspective(1px) translateY(-60%) !important;
    }

    .welcome-area .header-text h1 {}

    .welcome-area .header-text p {
        margin-bottom: 20px;
    }
}

@media (max-width: 765px) {
    .welcome-area {
        margin-bottom: 0px;
    }

    .welcome-area .header-text {
        top: 50% !important;
        transform: perspective(1px) translateY(-50%) !important;
        text-align: center;
    }

    .welcome-area .header-text .buttons {
        display: none;
    }

    .welcome-area .header-text h1 {}

    .welcome-area .header-text h1 span {
        color: #fff;
    }

    .welcome-area .header-text p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .welcome-area {
        margin-bottom: 0px;
    }

    .welcome-area .header-text {
        top: 50% !important;
        transform: perspective(1px) translateY(-50%) !important;
        text-align: center;
    }

    .welcome-area .header-text .buttons {
        display: none;
    }

    .welcome-area .header-text h1 {
        font-size: 50px;
        line-height: 50px;

    }

    .welcome-area .header-text h1 span {
        color: #fff;
    }

    .welcome-area .header-text p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 40px;
    }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
    display: block;
    background: #EEF2F4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 30px;
}

.features-big-item {
    display: flex;
    background: #EEF2F4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .features-big-item {
        display: flex;
        flex-wrap: wrap;
        margin-top: -60px;
    }
}

.features-small-item:hover .icon {}

.features-small-item .icon {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;

}

.features-small-item .icon i {
    font-size: 18px;
    color: #fff;
}

.features-small-item .features-title {
    font-weight: 800;
    font-size: 24px;
    color: #006633;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    word-wrap: break-word;
}

.features-small-item p {
    font-weight: 400;
    font-size: 18px;
    color: #262625;
    line-height: 28px;
    position: relative;
    z-index: 2;
}

.features-small-item a {
    float: right;
    position: relative;
    z-index: 2;
}

.home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    z-index: 9;
    margin-top: -50px;
}

.home-feature2 {
    padding-bottom: 0px;
    padding-top: 60px;
    z-index: 9;
}

.beleid {
    padding-bottom: 0px;
    padding-top: 175px;
    z-index: 9;
}

.hofkipimg {
    padding: 10px;
    margin-right: 50px;
}

@media (max-width: 991px) {
    .hofkipimg {
        margin-left: auto;
        margin-right: auto;
    }
}

.hofkipicons {
    height: 6vh;
}

@media (max-width: 991px) {
    .home-feature {
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 40px;
    }
}






/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
    min-height: 215px;
    overflow: hidden;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.mini:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: .95;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: linear-gradient(180deg, #32711E 0%, #99CC02 100%);
    z-index: 2;
    top: -20%;
    left: -20%;
}

.mini .mini-content {
    position: relative;
    z-index: 3;
}

.mini .mini-content .info {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mini .mini-content .info small {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}

.mini .mini-content .info strong {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 40px;
    display: block;
}

.mini .mini-content .info h1 {
    color: #006633;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.25px;
    margin-bottom: 30px;
}

.mini .mini-content .info p {
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #006633;
    letter-spacing: 0.25px;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
}

.mini .mini-content .info p span {
    text-decoration: underline;
}

.mini .mini-content .mini-box {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}





.mini .mini-content .mini-box i {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #777;
    letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #1F4B12;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.counter {
    overflow: hidden;
    position: relative;
}

.counter:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: .90;
    background-image: url(../images/fun-facts-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    top: -20%;
    left: -20%;
}

.counter .content {
    position: relative;
    z-index: 3;
    width: 100%;
}

.counter .content .count-item {
    height: 340px;
    position: relative;
    float: left;
    width: 100%;
}

.counter .content .count-item.decoration-bottom {
    position: relative;
}

.counter .content .count-item.decoration-bottom:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 32px;
    top: 160px;
    left: 70%;
    background: url(../images/circle-dec.png) center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
    position: relative;
}

.counter .content .count-item.decoration-top:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 32px;
    top: 140px;
    left: 70%;
    background: url(../images/circle-dec.png) center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
    margin-top: 110px;
}

.counter .content .count-item strong {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 120px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.25px;
}

@media (max-width: 991px) {
    .parallax {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: auto;
    }

    .parallax .content {
        position: relative !important;
        top: 0% !important;
        transform: perspective(1px) translateY(0%) !important;
    }

    .counter {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .counter .content {
        position: relative !important;
        top: 0% !important;
        transform: perspective(1px) translateY(0%) !important;
    }

    .counter .content .count-item {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .counter .content .count-item:hover strong {
        margin-top: 0px;
    }

    .counter .content .count-item:before {
        display: none;
    }

    .counter .content .count-item:after {
        display: none;
    }

    .counter .content .count-item strong {
        margin-top: 0px;
    }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
    margin-left: 30px;
}

.team-item i {
    display: block;
    margin-top: 25px;
    font-size: 30px;
    color: #4E47DE;
    text-align: center;
}

.team-item .user-image {
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 25px;
    float: left;
}

.team-item .team-content {
    text-align: left;
    overflow: hidden;
}

.team-item .team-content .team-info {
    margin-left: 20px;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
    display: block;
    font-weight: 800;
    font-size: 17px;
    color: #a2c617;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
    text-align: center;
}

.team-item .team-content .team-info span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #ff589e;
    letter-spacing: 0.25px;
}

.team-item .team-content p {
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 32px;
    color: #006633;
    letter-spacing: 0.6px;
    line-height: 42px;
    text-align: center;
}

/* 
---------------------------------------------
Testimonials Style
--------------------------------------------- 
*/

.testimonials {
    position: relative;
    padding: 100px 0px 80px 0px;
    display: flex;

}

@media (max-width: 991px) {
    .testimonials {
        padding: 180px 0px 40px 0px;
    }
}

@media (max-width: 991px) {
    .testimonialsorder1 {
        display: flex;
        order: 1;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .testimonialsorder2 {
        display: flex;
        order: 2;
        padding-top: 40px;

    }
}



.testimonials .section-heading {
    margin-bottom: 0px;
    margin-left: 40px;
    vertical-align: middle;

}


@media (max-width: 991px) {
    .testimonials .section-heading {
        margin-left: 0px;

    }
}

.testimonials .section-heading p {
    margin-top: 40px;
    font-size: 18px;
    color: #262625;

}

.testimonials .section-heading .subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #99CC02;
    text-transform: uppercase;
    margin-top: -100px;
}

.testimonials .section-heading h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #31711E;
    letter-spacing: 0.25px;
}


.testimonials .item {
    background-color: #32711E;
    border-radius: 25px;
    padding: 80px;
}

.testimonials .item p {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 40px;
}

.testimonials .item img {
    border-radius: 50%;
    max-width: 150px;
    float: left;
    margin-right: 25px;
}

@media (max-width: 700px) {
    .testimonials .item img {
        max-width: 100px;
        float: none;
    }
}

.testimonials .item span {
    display: inline-block;
    font-size: 14px;
    color: #99CC02;
    margin: 0;
    font-weight: 500;
}

.testimonials .item h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.author h4 {
    padding-top: 50px;
}

@media (max-width: 700px) {
    .author h4 {
        padding-top: 0px;
    }
}

.testimonials .owl-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-5px);
    right: -25px;
    text-align: right;
}

@media (max-width: 992px) {
    .testimonials .owl-nav {
        display: none;
    }
}




.testimonials .owl-nav .owl-prev i,
.testimonials .owl-nav .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    color: #31711E;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
    opacity: 1;
    transition: all .3s;
}

.testimonials .owl-nav .owl-prev i {
    position: absolute;
    bottom: 65px;
}

.testimonials .owl-nav .owl-prev i:hover,
.testimonials .owl-nav .owl-next i:hover {
    opacity: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}


/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 30px 0px 40px 0px;
    border-color: #a2c617;
    border-width: 1px;
    border-style: solid;
}

.pricing-item.active .pricing-header {
    position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
    color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
    background-color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
    color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
    color: #006633;
}

.pricing-item.active .pricing-body .price-wrapper .period {
    color: #006633;
}

.pricing-item .pricing-header {
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.25px;
    color: #1e1e1e;
    width: 180px;
    height: 40px;
    line-height: 40px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.pricing-item .pricing-body {
    margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 13px;
    background: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 5px;
    border-radius: 20px;
    border-color: #a2c617;
    border-style: solid;
    border-width: 1px;
}

.pricing-item .pricing-body .price-wrapper .currency {
    height: 47px;
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    position: relative;
    top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
    font-weight: 500;
    font-size: 28px;
    color: #006633;
}

.pricing-item .pricing-body .price-wrapper .period {
    font-weight: 400;
    font-size: 14px;
    color: #006633;
    display: block;
    letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #7a7a7a;
    letter-spacing: 0.25px;
    text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
    color: #7a7a7a;
    text-decoration: none;
}

.pricing-item .pricing-footer {
    text-align: center;
    margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
    text-align: center;
    margin-bottom: 30px;
}

.blog-post-thumb.big .img {
    height: 400px;
}

.blog-post-thumb .img {
    border-radius: 20px;
    position: relative;
    height: 200px;
    display: flex;
}

.blog-post-thumb .img img {
    max-width: 100%;
}

@media (max-width: 700px) {
    .blog-post-thumb .img {
        display: block;
    }

    .blog-post-thumb .blog-content {
        margin-bottom: 60px;
    }

}

.blog-post-thumb .blog-content {
    margin-top: -30px;
    padding-top: 50px;
}

.blog-post-thumb h3 {
    margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
    letter-spacing: 0.25px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
    color: #ff589e;
}

.blog-post-thumb .text {
    font-weight: 400;
    font-size: 16px;
    color: #777;
    letter-spacing: 0.26px;
    line-height: 26px;
    margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    color: #777;
    padding-left: 30px;
}

.blog-post-thumb a.main-button {
    margin-top: 10px;
    display: inline-block;
}

.blog-list .blog-post-thumb {
    text-align: left;
}

/* 
---------------------------------------------
CTA
--------------------------------------------- 
*/
.cta-section {
    min-height: 400px;
    background: #32711E;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 20px;
}



/* Linkerdeel Content */
.cta-content {
    padding: 60px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    position: relative;
    z-index: 2;
}

.subtitle {
    font-family: "ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #99CC02;
    text-transform: uppercase;
}

.subtitleheader {
    font-family: "ubuntu", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #99CC02;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .subtitleheader {
        font-size: 19px;
    }
}

.main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    color: white;
}

.features-list {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: white;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #8BC34A;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 16px;
    font-weight: 500;
}

.cta-button {
    background: #8BC34A;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    color: #2E7D32;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
}

.cta-button:hover {
    background: #9CCC65;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Rechterdeel Image Section */
.cta-image-section {
    position: relative;
    height: 100%;
    background: linear-gradient(135deg, #32711E 0%, #99CC02 100%);
}



.person-image {
    position: absolute;
    bottom: 0;
    left: -30px;
    z-index: 3;
}

.person-img {
    height: 100%;
    width: auto;
    object-fit: cover;

}

.person-info {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(46, 125, 50, 0.95);
    padding: 20px 25px;
    border-radius: 12px;
    color: white;
    z-index: 4;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.person-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
}

.person-title {
    font-family: "ubuntu", sans-serif;
    font-size: 14px;
    color: #99CC02;
    margin: 0;
    font-weight: 500;
}

.droplet-decoration {
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: 0.4;
    z-index: 1;
}



/* Responsive aanpassingen */
@media (max-width: 991.98px) {
    .cta-section {
        margin: 10px;
    }

    .cta-content {
        padding: 40px 30px;
        text-align: center;
    }

    .main-title {
        font-size: 28px;
    }

    .cta-image-section {
        height: 300px;
        text-align: center;
    }

    .person-image {
        position: relative;
        left: 0;
        display: flex;
        justify-content: center;
    }

    .person-img {
        height: 250px;
        width: 200px;
        object-fit: cover;
        border-radius: 10px;
    }

    .person-info {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px auto 0;
        display: inline-block;
    }

    .droplet-decoration {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .cta-content {
        padding: 30px 20px;
    }

    .main-title {
        font-size: 24px;
    }

    .feature-item {
        margin-bottom: 15px;
    }

    .feature-item span {
        font-size: 14px;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }
}


/* 
---------------------------------------------
CTA 2
--------------------------------------------- 
*/
.commercial-section {
    padding-top: 120px
}

@media (max-width: 991px) {
    .commercial-section {
        padding-top: 130px
    }
}

.commercial-section .commercial-wrapper {
    /* display:flex;
  flex-wrap:wrap;*/
    width: 100%;
    position: relative;
    align-items: flex-end
}

.commercial-section .commercial-wrapper .profile-picture {
    position: absolute;
    bottom: 0;
    left: 30%;
    transform: translate(3%)
}

@media (max-width: 1199px) {
    .commercial-section .commercial-wrapper .profile-picture {
        left: 55%
    }
}

@media (max-width: 991px) {
    .commercial-section .commercial-wrapper .profile-picture {
        top: 431px;
        bottom: 0;
        left: 7%;
        display: flex;
    }
}

@media (max-width: 767px) {
    .commercial-section .commercial-wrapper .profile-picture {
        top: 481px;
        bottom: 0;
        left: -4%;
        display: flex;
    }
}

.commercial-section .commercial-wrapper .profile-picture img,
.commercial-section .commercial-wrapper .profile-picture svg {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

@media (max-width: 1199px) {

    .commercial-section .commercial-wrapper .profile-picture img,
    .commercial-section .commercial-wrapper .profile-picture svg {
        width: 100%
    }
}

@media (max-width: 991px) {

    .commercial-section .commercial-wrapper .profile-picture img,
    .commercial-section .commercial-wrapper .profile-picture svg {
        object-fit: contain;
        height: auto;
    }
}

@media (max-width: 767px) {

    .commercial-section .commercial-wrapper .profile-picture img,
    .commercial-section .commercial-wrapper .profile-picture svg {
        max-width: 100%
    }
}

.commercial-section .commercial-wrapper .left-side {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #32711E;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 45px 60px 60px
}

@media (max-width: 991px) {
    .commercial-section .commercial-wrapper .left-side {
        flex: 0 0 100%;
        max-width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        order: 1;
        padding: 45px 30px 50px
    }
}

.commercial-section .commercial-wrapper .left-side .benefit-list-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 30px;
    color: white;
}

.commercial-section .commercial-wrapper .left-side .benefit-list-wrapper .single-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.commercial-section .commercial-wrapper .left-side .benefit-list-wrapper .single-item .icon img,
.commercial-section .commercial-wrapper .left-side .benefit-list-wrapper .single-item .icon svg {
    width: 40px;
    height: 40px
}

.commercial-section .commercial-wrapper .left-side .benefit-list-wrapper .single-item .text {
    color: #fff;
    font-size: 20px
}

.commercial-section .commercial-wrapper .right-side {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    max-height: fit-content;
    background: linear-gradient(180deg, #32711E 0%, #99CC02 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    align-self: flex-end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .commercial-section .commercial-wrapper .right-side {
        flex: 0 0 100%;
        max-width: 100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        order: 2;
        padding-top: 280px
    }
}

.commercial-section .commercial-wrapper .right-side .graphic-element {
    padding: 80px 0 95px 280px;
}

@media (max-width: 991px) {
    .commercial-section .commercial-wrapper .right-side .graphic-element {
        display: none
    }
}

.commercial-section .commercial-wrapper .right-side .profile-description {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: fit-content;
    padding: 25px 65px;
    background: #32711E;
    z-index: 4;
    align-self: flex-end;
}

@media (max-width: 1439px) {
    .commercial-section .commercial-wrapper .right-side .profile-description {
        padding: 15px 35px
    }
}

@media (max-width: 991px) {
    .commercial-section .commercial-wrapper .right-side .profile-description {
        padding: 15px 35px 15px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        border-bottom-left-radius: 20px;
    }
}

.commercial-section .commercial-wrapper .right-side .profile-description br {
    display: block
}

.commercial-section .commercial-wrapper .right-side .profile-description * {
    margin: 0
}

@media (max-width: 991px) {
    .flex-section {
        padding-left: 20px;
        padding-right: 20px
    }
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
    padding: 160px 0px;
}

@media (max-width: 700px) {
    #contact-us {
        padding: 60px 0px;
    }
}

#contact-us h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
    letter-spacing: 0.25px;
    line-height: 30px;
}

.contact-text {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 26px;
}

.contact-text p {
    margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
    color: #777;
    font-size: 18px;
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
    background-color: #32711E;
    padding-top: 30px;
}

footer .social {
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

footer .social li {
    margin: 0px 10px;
    display: inline-block;
}

footer .social li a {
    color: #9d5bd9;
    text-align: center;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer .social li a:hover {
    background-color: #ff589e;
    color: #fff;
}

footer .copyright {
    text-align: center;
    border-top: 1px solid rgba(250, 250, 250, 0.2);
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: uppercase;
}

footer .copyright a {
    color: #fff;
}

footer .copyright a:hover {
    font-weight: 800;
}

footer .legal {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: uppercase;
}

footer .legal a {
    color: #fff;
}

footer .legal a:hover {
    font-weight: 800;
}


@media (max-width: 991px) {
    footer .text {
        margin-bottom: 30px;
    }

    footer h5 {
        margin-bottom: 15px;
    }

    footer .footer-nav {
        margin-bottom: 30px;
    }
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
    overflow: hidden;
    background-color: #99CC02;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper>div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}