
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-MediumItalic.eot');
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
        url('../fonts/montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-MediumItalic.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Thin.eot');
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
        url('../fonts/montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Thin.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
p {
    font-size: 18px;
    font-weight: 500;
}
.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.5);
}
h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}
.logo__wrapper {
    padding-top: 50px; 
}
.logo {
    margin-top: -8px;
    width: 165px;
}
nav.navbar {
    padding-bottom: 0px;
}
@media(max-width: 767px) {

}
nav .left-menu .nav-link {
    margin-right: 45px;
}
nav .right-menu .nav-link {
    margin-left: 45px;
}
nav .top-line {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
}

nav .top-line .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.left-menu, .right-menu {
    align-self: end;
}
nav .left-menu .navbar-nav .nav-link,
nav .right-menu.navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    text-transform: capitalize;
    align-items: flex-end;
    padding-bottom: 0px;
}
nav .top-line .navbar-nav .nav-link.telephone {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    margin-top: 20px;
}
@media(min-width: 768px) {
    nav .container {
        /* margin-top: 15px; */
    }
    nav .top-line {
        top: -15px;
    }
}

.main-banner {
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center;
    /* Added */
    min-height: 80vh;
    height: 100vh;
    -webkit-box-shadow: inset -1px 213px 98px -4px rgba(0, 0, 0, .2);
    box-shadow: inset -1px 213px 98px -4px rgba(0, 0, 0, .2);
}

@media(max-width: 575px) {
    .main-banner {
        min-height: 100vh;
    }
}

.banner-caption {
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 120px;
}

.banner-title {
    font-size: 60px;
    line-height: 61px;
    font-weight: bold;
    font-style: normal;
    width: 60%;
    margin-bottom: 30px;
}

.banner-btn {
    margin-bottom: 50px;
}

@media(max-width: 991px) {
    .banner-title {
        font-size: 60px;
        line-height: 62px;
    }
}

@media(max-width: 540px) {
    .banner-title {
        font-size: 40px;
        line-height: 62px;
    }
}

.banner-text {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
}
.banner-text p {
    font-size: 20px;
    font-weight: 600;
}
.btn {
    background-color: #2e2e2e;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 27px;
    font-weight: 600;
    font-style: normal;
}

.btn:active,
.btn:hover {
    color: #fff;
    background-color: #999;
}

.btn i {
    margin-left: 19px;
}

.btn-white {
    color: #999;
    background: #fff;
    font-weight: 700;
}

.btn-white:active,
.btn-white:hover {
    color: #ccc;
    background-color: #fff;
    text-decoration: underline;
}

#confidenceblock h2 {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    color: #393939;
    padding-right: 30px;
}
.confidenceblock__text {
    padding-left: 40px;
    padding-top: 20px;
    color: #3a3a3a;
}
.confidenceblock__link {
    background: transparent;
    color: #69bae5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.confidenceblock__link i {
    margin-left: 19px;
}
.confidenceblock__link:hover {
    text-decoration: none;
    color: #3a3a3a;
}

  
  .btn:hover {
    background: #69bae5;
    border: 1px solid #69bae5;
  }

.button-container {
    position: relative;
}
  @-webkit-keyframes ani {
    from {
     -webkit-mask-position: 0 0;
     -moz-mask-position: 0 0;
     -ms-mask-position: 0 0;
     -o-mask-position: 0 0;
     mask-position: 0 0;
    }
   
    to {
     -webkit-mask-position: 100% 0;
     -moz-mask-position: 100% 0;
     -ms-mask-position: 100% 0;
     -o-mask-position: 100% 0;
     mask-position: 100% 0;
    }
   }
  @keyframes ani {
    from {
     -webkit-mask-position: 0 0;
     -moz-mask-position: 0 0;
     -ms-mask-position: 0 0;
     -o-mask-position: 0% 0;
     mask-position: 0 0;
    }
   
    to {
     -webkit-mask-position: 100% 0;
     -moz-mask-position: 100% 0;
     -ms-mask-position: 100% 0;
     -o-mask-position: 100% 0;
     mask-position: 100% 0;
    }
   }
   
   @-webkit-keyframes ani2 {
    from {
     -webkit-mask-position: 100% 0;
     mask-position: 100% 0;
    }
   
    to {
     -webkit-mask-position: 0 0;
     -moz-mask-position: 0 0;
     -ms-mask-position: 0 0;
     -o-mask-position: 0 0;
     mask-position: 0 0;
    }
   }
.banners-tree-in-row  {
    margin-top: 55px;
}
.banners-tree-in-row .overflow-hidden {
    overflow: hidden;
}

.banners-tree-in-row .row>div {
    height: 450px;
}
@media (max-width: 1199px) {
    #confidenceblock h2 {
        padding-right: 0px;
    }
    nav .right-menu .nav-link {
        margin-left: 15px;
    }
    nav .left-menu .nav-link {
        margin-right: 15px;
    }
}
@media(min-width: 768px) {
    .banners-tree-in-row .row>div {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .banners-tree-in-row .row>div:first-of-type {
        border-left: 0;
    }
    .banners-tree-in-row .row>div:last-of-type {
        border-right: 0;
    }
}

@media(max-width: 767px) {
    .banners-tree-in-row .row>div {
        border-bottom: 4px solid #fff;
    }
    .banners-tree-in-row .row>div:last-of-type {
        border-right: 0;
    }
    .confidenceblock__text {
        padding-left: 0px;
    }
    .banner-text {
        width: 100%;
    }
}

.banners-tree-in-row .content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 30px;
    z-index: 1;
    width: 50%;
}

@media(max-width: 991px) and (min-width: 768px) {
    .banners-tree-in-row .content h2 {
        font-size: 26px;
    }
}
.service__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-column-gap: 11px;
    width: 100%;
    padding: 0px 15px;
}
.service__item {
     height: 460px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}


.banners-tree-in-row .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    font-size: 24px;
}
.service__headline {
    height: 20%;
}

.service__headline h3 {
    font-weight: bold;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 0px 23px 19px 0px;
    display: inline-block;
    font-size: 36px;
}
.service__item .content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
    -webkit-box-shadow: inset -1px -251px 98px -100px rgba(0, 0, 0, .5);
    box-shadow: inset -1px -251px 98px -100px rgba(0, 0, 0, .5);
}    
.service__first .content {
    height: 65%;
}
.service__item .content img {
    z-index: -1;
}
.service__second .content img {
    height: 90%;
}
.service__third .content img {
    height: 75%;
}
.service__forth .content img {
    height: 83%;
}
.banners-tree-in-row img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
}
.seporator {
    position: relative;
    margin-bottom: 20px;
}
.seporator img {
    width: auto;
    height: auto;
    position: static;
}
.seporator:after {
    content: "";
    position: absolute;
    background: #888888;
    width: 36px;
    height: 2px;
    left: 36px;
    top: 50%;
}
.text-with-image {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.text-with-image .image-wrapper {
    position: static;
}

.text-with-image .blockBG {
    position: absolute;
    right: 45%;
    transform: translateX(50%);
    top: 10%;
    z-index: -1;
}
@media(max-width: 991px) {

    .service__wrapper {
        grid-template-columns: 1fr 1fr; 
    }
    .logo {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    .navbar-toggler {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        border: 0;
        outline: none !important;
        display: block!important;
    }
    .collapse:not(.show) {
        display: none!important;
    }
    .navbar-collapse {
        position: absolute;
        top: 0;
        /* top: 125px; */
        padding-top: 125px;
        background: black;
    }
    nav.navbar.scrolled .navbar-collapse {
        padding-top: 100px;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-contact-info {
        margin-right: 15px;
        font-size: 18px;
        width: auto;
    }
    .header-contact-info a {
        color: #888;
    }
    nav.navbar.scrolled, nav.navbar.scrolled .container {
        height: 125px;
    }
    nav.navbar .container {
        max-width: 100%;
        height: 125px;
    }
    .logo {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    nav.navbar.scrolled,
    nav.navbar.scrolled .container {
        height: 125px;
    }
    .banners-tree-in-row .row>div {
        height: auto;
    }
    .service__third .content img {
        top: 0px;
        bottom: auto;
    }
    .service__forth, .service__third{
        height: 360px;
    }
    .service__third .content img, .service__forth .content img {
        top: 15px;
        bottom: auto;
        height: calc(100% - 15px); 
    }
       
}
@media(max-width: 767px) {
    .banners-tree-in-row .row>div {
        height: auto;
    }
    .service__item {
        height: auto;
    }
    .service__headline {
        height: auto;
        margin-bottom: 50px; text-align: center;
    }
    .service__headline h3 {
        padding: 0px 23px 19px 23px;
    }
    .service__wrapper {
       display: block;
    }
    .service__third {
        display: block;
    }
    .service__first .content, .service__second .content, .service__third .content, .service__forth .content {
        height: 460px;
    }
    .service__wrapper .service__item + .service__item {
        margin-top:30px;
    }
    .service__item .content img {
        height: 100%;
    }
    .text-with-image .blockBG {
        display: none;
    }
    .service__third .content img, .service__forth .content img {
        top: 0px;
        height: 100%; 
    }
}
@media(max-width: 575px) {
    .service__first .content, .service__second .content, .service__third .content, .service__forth .content {
        height: calc( 100vw * .84);
    }
}
.aboutus__image-wrapper {
    height: 330px;
}
.aboutus__text {
    display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
}
.aboutus__text p {
    font-size: 16px;
    color: #393939;
}
.aboutus__image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.aboutus__image-wrapper .aboutus__image-first {
    height: 100%;
    right: 15px;
    top: 0px;
}
.aboutus__image-wrapper .aboutus__image-second {
    height: 90%;
    left: 0px;
    bottom: 0px;
}  
.text-with-image h2 {
    color: #383838;
}

.text-icons {
    background-color: #888888;
    color: #fff;
    flex-wrap: wrap;
    padding: 85px 0px;
}

@media(max-width:767px) {
    .text-with-image h2 {
        text-align: center;
    }
    .aboutus__text {
        padding-right: 0px;
    }
}

.advantages__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.advantages__headline .seporator:after{
    background: #fff;
}
.advantages__headline .seporator:before{
    content: "";
    position: absolute;
    background: #fff;
    width: 36px;
    height: 2px;
    left: -36px;
    top: 50%;
}
.icons__btn {
    text-align: center;
    margin-top: 50px;
}
.advantages__headline h2, .advantages__headline p {
    width: 80%;
}


.subtitle {
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 19px 12px 0px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
}

.text-icons h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 11px;
}

.text-icons .icons__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.icons__wrapper .icon {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.icon__item {
    width:115px;
    height: 115px;
    background: #6e6e6e;
    border-radius: 50%;
    border: 8px solid #9b9b9b;
}
.text-icons .icons__wrapper .icon .text { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.icons__wrapper .icon i {
    font-size: 35px;
}

.icons__wrapper .icon img {
    height: 35px;
    filter: invert(100%);
    fill: red;
}
.text-icons .icons i {
    text-align: center;
    font-size: 42px;
    margin-bottom: 15px;
    min-height: 45px;
}

.text-icons .icons .text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

@media(max-width: 991px) {
    .text-icons .icons {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .text-icons .icon {
        margin-top: 45px;
        width: 50%;
    }
    
}
@media(max-width: 767px) { 
    .advantages__headline {
        text-align: center;
        align-items: center;
        padding-right: 0px;
    }
    .text-icons .icons__wrapper {
        width: 100%;
        justify-content: space-around;
    }
    .text-icons .icon {
        width: auto;
        min-width: 34%;
    }
}
@media(max-width: 575px) {
    .text-icons .icon {
        width: 50%;
    }
    
    .text-icons .icons__wrapper {
        align-items: center;
        flex-direction: column;
    }
}

.two-colemn-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.separator hr {
    border-color: #efece7;
    border-width: 2px;
}

.gallery-grid h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .gallery-grid .grid .row {
        margin-left: -2px;
        margin-right: -2px;
    }
    .gallery-grid .grid .row>div {
        padding-left: 2px;
        padding-right: 2px;
    }
    .gallery-grid .col-bp {
        padding-bottom: 4px;
    }
}

.gallery-grid .grid a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .gallery-grid .grid a {
        padding-bottom: 4px;
    }
}

.gallery-grid h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .gallery-grid.grid .row {
        margin-left: -2px;
        margin-right: -2px;
    }
    .gallery-grid .grid .row>div {
        padding-left: 2px;
        padding-right: 2px;
    }
    .gallery-grid .col-bp {
        padding-bottom: 4px;
    }
}

.gallery-grid .grid a {
    display: block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .gallery-grid .grid .row>div {
        margin-bottom: 4px;
        ;
    }
}

.gallery-grid .grid img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mantage__headline {
    display: flex;
    justify-content: center;
    flex-direction: column; 
    align-items: center;
}
.mantage__headline .seporator:before {
    content: "";
    position: absolute;
    background: #888888;
    width: 36px;
    height: 2px;
    left: -36px;
    top: 50%;
}
.montage h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #393939;
}

@media(min-width: 768px) {
    .montage .grid .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .montage .grid .row>div {
        padding-left: 8px;
        padding-right: 8px;
    }
    .montage .col-bp {
        padding-bottom: 16px;
    }
}

.montage .grid a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media(max-width: 767px) {
    .montage .grid a {
        padding-bottom: 4px;
    }
}

.montage .grid img {
    width: 100%;
    height: auto;
}
.carousel-control-prev {
    justify-content: flex-start;
}
.carousel-control-next {
    justify-content: flex-end;
}
.carousel-control-next .icon-chevron-thin-right, .carousel-control-prev .icon-chevron-thin-left {
    font-size: 50px;
    color: #3a3a3a; 
}
.testimonial__headline {
    text-align: center;
    text-transform: uppercase;
    color: #b6b6b6; 
    display: flex;
    justify-content: center;
}
.testimonial__headline p {
    border-bottom: 1px solid #b6b6b6;
    padding: 0px 20px 19px 20px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
.testimonial-text {
    font-size: 30px;
}
.testimonial-carousel {
    background-size: cover;
    background-position: center;
    background: #f0f0f0;
}

.testimonial-carousel h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    ;
}

.testimonial-carousel .testimonial-body {
    color: #3a3a3a;
    text-align: center;
}

.testimonial-carousel .testimonial-text {
    font-size: 36px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 45px;
    overflow: hidden;
}

.testimonial-carousel .testimonial-text.big_text {
    max-height: 220px;
    margin-bottom: 15px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full {
    cursor: pointer;
    margin-bottom: 30px;
}

.testimonial-carousel .testimonial-text.big_text+.show-full:hover {
    text-decoration: underline;
}

@media(max-width: 767px) {
    .testimonial-carousel .testimonial-text {
        font-size: 22px;
    }
}

.testimonial-carousel .testimonial-author {
    font-weight: 18px;
}

.testimonial-carousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
}
.footer {
    background: #f1f1f1
}
.trees {
    width: 100%;
    max-height: 260px;
}

.footer-links {
    display:  grid;
    grid-auto-flow: column;
    justify-content: space-between;
}

.footer .footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer .footer-links p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
}

.footer .footer-links a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    width: fit-content;
}
.footer .footer-links i{
    color: #ffffff;
}
#leaflet-map {
    min-height: 325px;
}

#leaflet-map .leaflet-tile-pane {
    /* Greyscale the map */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
