body{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

img{
    display: inline-block!important;
}

h2{
    color: #6BB461;
}

header img{
    transition: all 0.4s ease;
}

header.sticky{
    position: fixed;
    width: 100%;
    height: 75px;
    z-index: 99999999;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(107, 180, 97, 0.85);
}

header.sticky img{
    width: 100px;
}

.green-bg{
    background: #6BB461;
}

.green-text{
    color: #6BB461;
}

.hero{
    border-radius: 0 0 0 200px;
    height: 720px;
}

.hero h1::after{
    content: "";
    width: 312px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero .hero-image{
    width: 100%;
    height: 660px;
    position: absolute;
    top: -100px;
    right: 0rem;
    background: url(../images/main-banner-min.png) no-repeat center center;
    background-size: 100%;
}

.hero .hero-image img{
    visibility: hidden;
}

.icon-plus{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../images/icon-plus.png) no-repeat center center;
    margin-right: 10px;
}

ul.dots{
    list-style: none !important;
    position: relative;
    margin-left: 0;
	padding-left: 48px;
}

ul.dots > li{
    position: relative;
    margin-bottom: 20px;
    font-weight: lighter;
}

ul.dots.normal > li{
    margin-bottom: 0;
}

ul.dots > li::before{
    content: "\2022";
    color: #6BB461;
    font-size: 42px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
    top: -12px;
}

.empty-grid{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg-grid-min.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.empty-grid img{
    visibility: hidden;
}

.last-grid-rounded{
    border-radius: 0 0 100px 0;
    overflow: hidden;
}

.bottom-notch{
    position: relative;
    border-radius: 0 0 100px 0;
    background: #FFF;
}

.bottom-notch + section{
    margin-top: -100px;
}

.experts{
    position: relative;
}

.experts:after{
    content: "";
    width: 300px;
    height: 650px;
    position: absolute;
    top: 0;
    right: -95px;
    z-index: 9;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(107,180,97,1) 100%);
}

.experts .swiper-slide{
    width: 385px!important;
    height: 650px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.swiper-button-prev, .swiper-button-next{
    z-index: 9999999;
}

.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 24px;
    z-index: 999999;
    color: #6BB461;
}

.swiper-button-prev:before, .swiper-button-next:before{
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #152413;
    display: block;
    position: absolute;
}

.swiper-button-prev{
    left: -16px;
}

.swiper-button-next{
    right: -16px;
}

#footer > div {
    height: 500px;
}

#footer .footer-left h3 {
    color: #6BB461;
}

#footer .footer-left h2,
#footer .footer-left p {
    color: #000;
}

#footer .footer-right {
    background: #6BB461;
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .hero .hero-image{
        width: 720px;
        right: -50px;
        background-size: 125%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1280px) {
    .hero{
        margin-bottom: 200px;
    }
    .hero .hero-image{
        position: static;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1200px) {
    .hero{
        margin-bottom: 500px;
    }
    .hero .hero-image{
        position: static;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .hero{
        margin-bottom: 400px;
    }
    .hero .hero-image{
        position: static;
    }
}

@media screen and (max-width: 768px) {
    .hero{
        margin-bottom: 350px;
    }
    .hero .hero-image{
        position: static;
        background-position-y: top;
    }
}

@media screen and (max-width: 767px) {
    .hero{
        margin-bottom: 48px;
    }
    .hero .hero-image{
        position: static;
        background-position-y: top;
    }
    .experts:after{
        content: none;
    }
    .experts .swiper-slide{
        width: 350px!important;
    }

    .clients .inline-block{
        width: 40%;
    }
}