/*
    Theme Name: SB Tree Service
    Theme URI: 
    Version: 1.0.0
    Author: Oleksander Doroshenko
    Author URI: https://www.upwork.com/o/profiles/users/_~01a1039e650b9cc43d/

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/


@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}
html {
    scroll-behavior: smooth;
}
a {
    transition: all 0.2s ease;
}
a:hover {
    text-decoration: none;
}

/* 
    Social Medias 
*/
.social-medias-container {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
}
.social-medias-container .social-media-title {
    font-size: 18px;
    font-family: "Caros";
    color: #fff;
    line-height: 1;
    margin-right: 5px;
}
.social-medias-container .social-medias {
    margin: 0;
    padding: 0;
}
.social-medias-container .social-medias .social-media {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.social-medias-container .social-medias .social-media a {
    color: #fff;
    font-size: 20px;
}
header.header .social-medias-container .social-medias .social-media a:hover {
    color: #4f5c2b;
}
footer.footer .social-medias-container .social-medias .social-media a:hover {
    color: #98b051;
}



























/* 
    HEADER 
*/
header.header {
    background-color: #fff;
    position: relative;
    z-index: 10;
}
header.header .header-topbar {
    background-color: #98b051;
    padding: 13px 0;
}
header.header .header-topbar p {
    text-align: center;
    font-size: 22px;
    font-family: "Caros Bold";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.545;
    margin-bottom: 0;
    padding: 0;
}

/* logo */
header.header .header-mainbar {
    padding: 45px 0;
}
header.header .header-mainbar .header-mainbar--logo {
    width: 20%;
    padding: 0 15px;
    position: relative;
}
header.header .header-mainbar .header-mainbar--logo .logo img {
    max-width: 100%;
    position: absolute;
}

/* menu */
header.header .header-mainbar .header-mainbar--menu {
    width: 40%;
}
header.header .header-mainbar .header-mainbar--menu.header-mainbar--menu-left ul {
    justify-content: flex-end;
}
header.header .header-mainbar .header-mainbar--menu.header-mainbar--menu-right ul {
    justify-content: flex-start;
}
header.header .header-mainbar .header-mainbar--menu .menu-container ul {
    margin: 0;
    padding: 0;
    display: flex;
}
header.header .header-mainbar .header-mainbar--menu .menu-container ul .menu-item {
    list-style: none;
}
header.header .header-mainbar .header-mainbar--menu .menu-container>ul>.menu-item+.menu-item {
    margin-left: 18px;
}
header.header .header-mainbar .header-mainbar--menu .menu-container>ul>.menu-item>a {
    font-size: 22px;
    font-family: "Lato Black";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.545;
}
header.header .header-mainbar .header-mainbar--menu .menu-container>ul>.menu-item>a:hover {
    color: #98b051;
}



/* sub-menu */
header.header .header-mainbar .header-mainbar--menu .menu-container>ul>.menu-item>.sub-menu {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: rgb(239, 239, 237);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 9999999;
    border-top: 2px solid #98b051;
    display: block;
}

header.header .header-mainbar .header-mainbar--menu .menu-container>ul>.menu-item>.sub-menu a {
    width: 200px;
    padding: 18px 20px;

    font-family: "Lato Black";
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 18px 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.2s linear;
}
header.header .header-mainbar .header-mainbar--menu .menu-container>ul>li:hover>.sub-menu {
    left: auto;
}
header.header .header-mainbar .header-mainbar--menu .menu-container>ul>li>.sub-menu a:hover {
    color: #98b051;
}





















/*
    FOOTER 
*/
footer.footer {
    background-color: #98b051;
}
/* Widgets */
footer.footer .footer-widgets {
    display: flex;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 35px;
    justify-content: space-between;
}
footer.footer .footer-widgets .footer-widget:nth-child(2),
footer.footer .footer-widgets .footer-widget:nth-child(3) {
    padding: 0 15px;
}
footer.footer .footer-widgets .footer-widget .footer-widget-inline {
    display: flex;
    align-items: center;
}
footer.footer .footer-widgets .footer-widget .footer-widget-inline .widget {
    margin-left: 20px;
}
footer.footer .footer-widgets .footer-widget .widget h3.widget-title {
    font-size: 15px;
    font-family: "CircularStd-Bold";
    color: rgb(0, 0, 0);
    line-height: 1.667;
    margin-bottom: 0;
}
footer.footer .footer-widgets .footer-widget .widget+.widget {
    margin-top: 30px;
}
footer.footer .footer-widgets .footer-widget .widget .menu {
    padding: 0;
    margin: 0;
}
footer.footer .footer-widgets .footer-widget .widget .menu .menu-item {
    list-style: none;
}
footer.footer .footer-widgets .footer-widget .widget .menu .menu-item a {
    font-size: 15px;
    font-family: "CircularStd-Book";
    color: rgb(0, 0, 0);
    line-height: 1.667;
    text-transform: uppercase;
}
footer.footer .footer-widgets .footer-widget .widget .menu .menu-item a:hover {
    color: #fff;
}
footer.footer .footer-widgets .footer-widget.footer-widget-inline .widget .menu .menu-item a {
    font-family: "CircularStd-Bold";
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact {
    width: 235px;
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact .phone-numbers-title {
    font-size: 20px;
    font-family: "CircularStd-Bold";
    color: rgb(50, 50, 50);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers {
    padding: 0;
    margin: 0;
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(79, 92, 43);
    padding: 0 20px;
    margin: 20px 0;
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number:before {
    content: '';
    height: 50px;
    width: 35px;
    background-image: url(img/icon-phone.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 20px;
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number span.title,
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number span.phone {
    font-size: 18px;
    font-family: "Caros Bold";
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: block;
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number:hover {
    background-color: #fff;
}
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number:hover span.title,
footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number:hover span.phone {
    color: rgb(79, 92, 43);
}


footer.footer .footer-widgets .footer-logos {
    display: flex;
    margin-top: 20px;
}
footer.footer .footer-widgets .footer-logos .footer-logo {
    width: 55px;
    height: 86px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
footer.footer .footer-widgets .footer-logos .footer-logo + .footer-logo {
    margin-left: 13px;
}
footer.footer .footer-widgets .footer-logos-mobile {
    display: none;
}


/* Copyright */
footer.footer .copyright {
    background-color: #4f5c2b;
    padding: 15px 0;
}
footer.footer .copyright p {
    font-size: 18px;
    font-family: "Lato";
    color: rgb(255, 255, 254);
    line-height: 1.2;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
}


/* 
    FRONT PAGE 
*/

section.section.section-w-back {
    position: relative;
    height: 775px;
}
section.section.section-w-back .section-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.section.section-w-back .section-back .container-fluid,
section.section.section-w-back .section-back .container-fluid .row,
section.section.section-w-back .section-content-container,
section.section.section-w-back .section-content-container .container,
section.section.section-w-back .section-content-container .container .row {
    height: 100%;
}
section.section.section-w-back .section-back .section-w-back-img {
    background-position: center;
    background-size: cover;
}
section.section.section-w-back .section-content {
    max-width: 410px;
    margin-left: 60px;
}
section.section.section-w-back .section-content img.section-content--icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 75px;
}
section.section.section-w-back .section-content .section-content--title {
    font-size: 63px;
    font-family: "Lato Bold";
    color: rgb(79, 92, 43);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
}
section.section.section-w-back .section-content .section-content--subtitle {
    font-size: 18px;
    font-family: "Lato";
    color: rgb(152, 176, 81);
    line-height: 1.4;
    text-align: left;
    margin-bottom: 30px;
}
section.section.section-w-back .section-content .section-content--content {
    font-size: 22px;
    font-family: "CircularStd-Book";
    color: rgb(50, 50, 50);
    line-height: 1.36;
    text-align: justify;
}
section.section.section-w-back .section-content .section-content--content p {
    margin-bottom: 0;
}

section.section.section-w-back.section-w-back-left .section-content {
    margin-left: 0;
    padding-left: 100px;
    max-width: none;
}
section.section.section-w-back.section-w-back-right .section-content .section-content--title {
    font-size: 55px;
}
section.section.section-w-back.section-w-back-left .section-content .section-content--content {
    font-size: 20px;
    font-family: "Caros";
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: left;
}
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number {
    display: inline-flex;
    align-items: center;
    background-color: #98b051;
    padding: 0 15px;
}
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number:before {
    content: '';
    height: 50px;
    width: 35px;
    background-image: url(img/icon-phone-dark.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
}
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number span.title,
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number span.phone {
    font-size: 18px;
    font-family: "Caros Bold";
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: block;
}
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number:hover {
    background-color: rgb(79, 92, 43);
}
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number:hover:before {
    background-image: url(img/icon-phone.png);
}
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number:hover span.title,
section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number:hover span.phone {
    color: #98b051;
}

/* Services */
section.section.section-services {
    padding-top: 50px;
}
section.section.section-services .section-head {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 60px;
}
section.section.section-services .section-head h2.section-head--title {
    font-size: 55px;
    font-family: "Lato Bold";
    color: rgb(79, 92, 43);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}
section.section.section-services .services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
section.section.section-services .services .service {
    width: 33%;
    padding: 0 15px;
    height: auto;
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 90px;
}
section.section.section-services .services .service .service--thumbnail {
    height: 245px;
    display: block;
    background-size: cover;
    background-position: center;
}
section.section.section-services .services .service .service--content {
    text-align: center;
    padding-top: 30px;
    position: relative;
    margin-top: 20px;
}
section.section.section-services .services .service .service--content:before {
    content: '';
    display: block;
    border-radius: 3px;
    background-color: rgb(79, 92, 43);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 53px;
    height: 6px;
}
section.section.section-services .services .service .service--content .service--content-title {
    font-size: 25px;
    font-family: "Lato";
    color: rgb(79, 92, 43);
    line-height: 1.357;
    margin-bottom: 15px;
}
section.section.section-services .services .service .service--content .service--content-excerpt {
    font-size: 22px;
    font-family: "CircularStd-Book";
    color: rgb(50, 50, 50);
    line-height: 1.36;
    text-align: justify;
}
section.section.section-services .services .service .service--bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
section.section.section-services .services .service .service-btn {
    font-size: 18px;
    font-family: "CircularStd-Bold";
    color: rgb(255, 255, 255);
    line-height: 55px;
    text-align: center;
    display: inline-block;
    background-color: #98b051;
    padding: 0 50px;
}
section.section.section-services .services .service .service-btn:hover {
    background-color: rgb(79, 92, 43);
    color: #98b051;
}
section.section.section-services .services .service:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 50px;
}
section.section.section-services .services .service:last-child .service--thumbnail {
    width: 33%;
}
section.section.section-services .services .service:last-child .service--content,
section.section.section-services .services .service:last-child .service--bottom {
    width: 66%;
    text-align: left;
}
section.section.section-services .services .service:last-child .service--content {
    padding-top: 0;
    margin-top: 0;
    padding-left: 35px;
    max-width: 650px;
}
section.section.section-services .services .service:last-child .service--content:before {
    display: none;
}
section.section.section-services .services .service:last-child .service--content .service--content-title {
    margin-top: -5px;
}
section.section.section-services .services .service:last-child .service--bottom {
    position: relative;
}
section.section.section-services .services .service:last-child .service--content .service--content-excerpt {
    height: 5.5em;
    overflow: hidden;
    margin-bottom: 25px;
}

/* Licensed & Insured */
section.section.section-licensed_n_insured_section .section-head {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 60px;
}
section.section.section-licensed_n_insured_section .section-head h2.section-head--title {
    font-size: 55px;
    font-family: "Lato Bold";
    color: rgb(79, 92, 43);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}
section.section.section-licensed_n_insured_section .section-head .section-head-content {
    font-size: 20px;
    font-family: "CircularStd-Book";
    color: #323232;
    line-height: 1.5;
}
section.section.section-licensed_n_insured_section .licenses {
    margin-bottom: 50px;
}
section.section.section-licensed_n_insured_section .licenses .licensed-n-insured {
    margin-bottom: 40px;
}
section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--thumbnail {
    height: 230px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--thumbnail img {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--title {
    font-size: 26px;
    font-family: "Lato Bold";
    color: rgb(79, 92, 43);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--title:after {
    content: '';
    display: block;
    border-radius: 3px;
    background-color: rgb(79, 92, 43);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 53px;
    height: 6px;
}
section.section.section-licensed_n_insured_section .licenses .licensed-n-insured:nth-child(2) .licensed-n-insured--title:after {
    background-color: rgb(152, 176, 81);
}

/* REVIEWS */
section.section.section-reviews .section-head {
    background-color: #98b051;
    padding-top: 90px;
    text-align: center;
    padding-bottom: 240px;
}
section.section.section-reviews .section-head h2.section-head--title {
    font-size: 55px;
    font-family: "Lato Bold";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}
section.section.section-reviews .section-head .section-head-content {
    font-size: 20px;
    font-family: "CircularStd-Book";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-bottom: 70px;
}
section.section.section-reviews .reviews {
    margin-top: -240px;
}
section.section.section-reviews .reviews .review--thumbnail {
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: cover;
}
section.section.section-reviews .reviews .review--content {
    display: flex;
    margin-top: 15px;
    margin-bottom: 60px;
}
section.section.section-reviews .reviews .review--content .review--content-col .review--content-rating {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
section.section.section-reviews .reviews .review--content .review--content-col .review--content-rating-star {
    list-style: none;
    margin-right: 5px;
}
section.section.section-reviews .reviews .review--content .review--content-col .review--content-content {
    margin-top: 10px;
    font-family: "CircularStd-Book";
    line-height: 1.4;
    text-align: left;
    color: #323232;
}
section.section.section-reviews .reviews .review--content .review--content-col .review--content-content span {
    color: rgb(244, 117, 33);
}
section.section.section-reviews .reviews .review--content-col.review--content-col-btn {
    width: 200px;
    flex: 0 0 200px;
}
section.section.section-reviews .reviews .review--content-col.review--content-col-btn .review-btn {
    font-size: 18px;
    font-family: "CircularStd-Bold";
    color: rgb(255, 255, 255);
    line-height: 55px;
    text-align: center;
    display: block;
    background-color: #98b051;
}
section.section.section-reviews .reviews .review--content-col.review--content-col-btn .review-btn:hover {
    background-color: rgb(79, 92, 43);
    color: #98b051;
}

/* Gallery */
section.section.section-gallery {
    padding-bottom: 150px;
}
section.section.section-gallery .section-head {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 60px;
}
section.section.section-gallery .section-head h2.section-head--title {
    font-size: 55px;
    font-family: "Lato Bold";
    color: rgb(79, 92, 43);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}
section.section.section-gallery .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
section.section.section-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}
section.section.section-gallery .slick-prev,
section.section.section-gallery .slick-next {
    width: 50px;
    height: 70px;
}
section.section.section-gallery .slick-prev:before,
section.section.section-gallery .slick-next:before {
    display: none;
}
section.section.section-gallery .slick-prev {
    left: 20px;
    background-image: url(img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 9;
}
section.section.section-gallery .slick-next {
    right: 20px;
    background-image: url(img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section.section.section-gallery .slick-dots li button:before {
    display: none;
}
section.section.section-gallery .slick-dots {
    bottom: -80px;
}
section.section.section-gallery .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 13px;
    padding: 0;
    cursor: pointer;
}
section.section.section-gallery .slick-dots li button {
    border-radius: 50%;
    background-color: rgb(150, 174, 80);
    opacity: 0.5;
    width: 18px;
    height: 18px;
}
section.section.section-gallery .slick-dots li.slick-active button {
    background-color: #4f5c2b;
    opacity: 1;
}

/* CONTACT POPUP */
.contact-form {
    display: none;
    background-color: #98b051;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 990px;
    z-index: 100;
    transform: translate(-50%, -50%);
    padding: 50px 110px 25px;
}
.contact-form.active {
    display: block;
}
.contact-form .contact-form-head {
    margin-bottom: 50px;
}
.contact-form .contact-form-head h2 {
    font-size: 63px;
    font-family: "Lato Heavy";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}
.contact-form .contact-form-wrap {
    display: flex;
}
.contact-form .contact-form-wrap .contact-form-col.contact-form-col-3 {
    width: 25%;
}
.contact-form .contact-form-wrap .contact-form-col.contact-form-col-6 {
    width: 50%;
}
.contact-form .contact-form-wrap .contact-form-col span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 15px;
    font-family: "Caros";
    color: rgb(79, 92, 43);
    line-height: 2;
    text-align: left;
}
.contact-form .contact-form-wrap .contact-form-col input.wpcf7-form-control.wpcf7-text {
    background-color: rgb(255, 255, 255);
    width: 100%;
    line-height: 53px;
    font-size: 12px;
    font-family: "CircularStd-Book";
    color: rgb(174, 174, 174);
    border: 0;
    margin-bottom: 10px;
    padding: 0 15px;
}
.contact-form .contact-form-wrap .contact-form-col input[type="submit"] {
    font-size: 17px;
    font-family: "Lato Bold";
    color: rgb(3, 13, 40);
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    line-height: 54px;
    border: 0;
    padding: 0 45px;
    margin-top: 30px;
    transition: all 0.2s ease;
}
.contact-form .contact-form-wrap .contact-form-col input[type="submit"]:hover {
    background-color: rgb(79, 92, 43);
    color: #fff;
}
.contact-form .close-btn {
    position: absolute;
    top: 7px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-image: url(img/popup-close.png);
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}





/*
    RESPONCIVE
*/

.hide-desctop {
    display: none;
}





/* Mobile Contact Us*/
.contact-us-mobile {
    margin-bottom: 30px;
}
.contact-us-mobile .phone-numbers-title {
    font-size: 20px;
    font-family: "CircularStd-Bold";
    color: rgb(50, 50, 50);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 10px;
}
.contact-us-mobile ul.phone-numbers {
    padding: 0;
    margin: 0;
    text-align: center;
}
.contact-us-mobile ul.phone-numbers a.phone-number {
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    background-color: rgb(79, 92, 43);
    padding: 0 15px;
    margin: 7px 0;
    width: 190px;
}
.contact-us-mobile ul.phone-numbers a.phone-number:before {
    content: '';
    height: 40px;
    width: 25px;
    background-image: url(img/icon-phone.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 20px;
    background-size: contain;
}
.contact-us-mobile ul.phone-numbers a.phone-number span.title,
.contact-us-mobile ul.phone-numbers a.phone-number span.phone {
    font-size: 15px;
    font-family: "Caros Bold";
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: block;
}
.contact-us-mobile ul.phone-numbers a.phone-number:hover {
    background-color: #fff;
}
.contact-us-mobile ul.phone-numbers a.phone-number:hover span.title,
.contact-us-mobile ul.phone-numbers a.phone-number:hover span.phone {
    color: rgb(79, 92, 43);
}
.contact-us-mobile .footer-logo {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 85px;
}
.contact-us-mobile .footer-logo img {
    height: 100%;
}



/* Mobile Header */
header.header .mobile-header {
    display: none;
}
header.header .mobile-header .header-toggle {
    height: 60px;
    background-image: url(img/menu-toogle.png);
    background-position: center;
    background-repeat: no-repeat;
}
header.header .mobile-header .contact-us-mobile ul.phone-numbers a.phone-number {
    padding: 0 10px;
    margin: 7px 0;
    width: 190px;
}
header.header .mobile-header .contact-us-mobile ul.phone-numbers a.phone-number:before {
    content: '';
    height: 50px;
    width: 30px;
    background-image: url(img/icon-phone.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
    background-size: contain;
}
header.header .mobile-header .contact-us-mobile ul.phone-numbers a.phone-number span.title,
header.header .mobile-header .contact-us-mobile ul.phone-numbers a.phone-number span.phone {
    font-size: 18px;
    font-family: "Caros Bold";
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    display: block;
}
header.header .mobile-header .mobile-menu .menu-container {
    transition: all .3s;
    max-height: 0;
    overflow: hidden;
}
header.header .mobile-header .mobile-menu .menu-container.active {
    max-height: 1000px;
}
header.header .mobile-header .mobile-menu .menu-container ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
header.header .mobile-header .mobile-menu .menu-container ul li {
    list-style: none;
}
header.header .mobile-header .mobile-menu .menu-container ul li a {
    font-size: 18px;
    font-family: "Lato Black";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.545;
    padding: 5px 0;
    display: inline-block;
}





li.menu-item.menu-item-has-children>a {
    position: relative;
}
li.menu-item.menu-item-has-children>a:after {
    content: '\f0d7';
    font-family: "FontAwesome";

    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -30px;
    display: none;
}



header.header .mobile-header .mobile-menu .menu-container ul li>.sub-menu {
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
}
header.header .mobile-header .mobile-menu .menu-container ul li>.sub-menu.active {
    height: auto;
}
header.header .mobile-header .mobile-menu .menu-container ul li>.sub-menu>li>a {
    font-size: 18px;
    font-family: "Lato";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.545;
    padding: 5px 0;
}








@media screen and (max-width:1200px) {
    .social-medias-container .social-media-title {
        font-size: 16px;
        margin-right: 5px;
    }
    .social-medias-container .social-medias .social-media {
        margin-left: 8px;
    }
    .social-medias-container .social-medias .social-media a {
        font-size: 16px;
    }
    header.header .header-topbar {
        padding: 10px 0;
    }
    header.header .header-topbar p {
        font-size: 18px;
        line-height: 1.5;
    }
    header.header .header-mainbar {
        padding: 35px 0;
    }
    header.header .header-mainbar .header-mainbar--logo .logo img {
        max-width: calc(100% - 30px);
    }
    header.header .header-mainbar .header-mainbar--menu .menu-container ul .menu-item a {
        font-size: 18px;
        line-height: 1.5;
    }
    header.header .header-mainbar .header-mainbar--menu .menu-container ul .menu-item+.menu-item {
        margin-left: 15px;
    }
    footer.footer .footer-widgets {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    footer.footer .footer-widgets .footer-logo {
        max-width: 75px;
    }
    footer.footer .footer-widgets .footer-logo img {
        max-width: 100%;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-inline .widget {
        margin-left: 15px;
    }
    footer.footer .footer-widgets .footer-widget .widget h3.widget-title,
    footer.footer .footer-widgets .footer-widget .widget .menu .menu-item a {
        font-size: 13px;
    }
    footer.footer .footer-widgets .footer-widget .widget+.widget {
        margin-top: 20px;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact {
        width: 150px;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact .phone-numbers-title {
        font-size: 16px;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number {
        padding: 0 10px;
        margin: 15px 0;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number:before {
        height: 45px;
        width: 20px;
        margin-right: 5px;
        background-size: contain;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number span.title,
    footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number span.phone {
        font-size: 14px;
    }
    footer.footer .copyright p {
        font-size: 16px;
    }
    section.section.section-w-back {
        position: relative;
        height: 650px;
    }
    section.section.section-w-back .section-content .section-content--title {
        font-size: 55px;
        margin-bottom: 10px;
    }
    section.section.section-w-back.section-w-back-left .section-content {
        margin-left: 0;
        padding-left: 50px;
        max-width: none;
    }
    section.section.section-w-back.section-w-back-left .section-content .section-content--content {
        font-size: 16px;
    }
    section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number span.title,
    section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number span.phone {
        font-size: 16px;
    }
    section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number:before {
        height: 45px;
        width: 25px;
        margin-right: 7px;
        background-size: contain;
    }
    section.section.section-w-back .section-content img.section-content--icon {
        margin-bottom: 50px;
        max-height: 150px;
    }
    section.section.section-w-back.section-w-back-right .section-content {
        max-width: none;
        margin-left: 0;
        padding-right: 75px;
    }
    section.section.section-w-back.section-w-back-right .section-content .section-content--title {
        font-size: 48px;
    }
    section.section.section-w-back .section-content .section-content--subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    section.section.section-w-back .section-content .section-content--content {
        font-size: 18px;
    }
    .contact-form {
        width: 850px;
        padding: 30px 60px 20px;
    }
    .contact-form .contact-form-head {
        margin-bottom: 30px;
    }
    .contact-form .contact-form-head h2 {
        font-size: 50px;
    }
    .contact-form .close-btn {
        top: 7px;
        right: 15px;
        width: 20px;
        height: 20px;
    }
    .contact-form .contact-form-wrap .contact-form-col span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
        font-size: 13px;
    }
    .contact-form .contact-form-wrap .contact-form-col input.wpcf7-form-control.wpcf7-text {
        line-height: 45px;
        font-size: 12px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .contact-form .contact-form-wrap .contact-form-col input[type="submit"] {
        font-size: 15px;
        line-height: 45px;
        padding: 0 35px;
        margin-top: 20px;
    }
    section.section.section-services .section-head {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    section.section.section-services .section-head h2.section-head--title {
        font-size: 45px;
        margin-bottom: 10px;
    }
    section.section.section-services .services .service {
        width: 33%;
        padding: 0 15px;
        margin-bottom: 75px;
        padding-bottom: 75px;
    }
    section.section.section-services .services .service .service--thumbnail {
        height: 200px;
    }
    section.section.section-services .services .service .service--content {
        padding-top: 25px;
        margin-top: 15px;
    }
    section.section.section-services .services .service .service--content:before {
        width: 45px;
        height: 5px;
    }
    section.section.section-services .services .service .service--content .service--content-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    section.section.section-services .services .service .service--content .service--content-excerpt {
        font-size: 18px;
    }
    section.section.section-services .services .service .service-btn {
        font-size: 16px;
        line-height: 45px;
        padding: 0 35px;
    }
    section.section.section-licensed_n_insured_section .section-head h2.section-head--title {
        font-size: 45px;
        margin-bottom: 20px;
    }
    section.section.section-licensed_n_insured_section .section-head .section-head-content {
        font-size: 18px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--thumbnail {
        height: 175px;
        margin-bottom: 20px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--title {
        font-size: 22px;
        padding-bottom: 15px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--title:after {
        width: 45px;
        height: 5px;
    }
    section.section.section-licensed_n_insured_section .licenses {
        margin-bottom: 35px;
    }
    section.section.section-reviews .section-head {
        background-color: #98b051;
        padding-top: 60px;
        text-align: center;
        padding-bottom: 200px;
    }
    section.section.section-reviews .section-head h2.section-head--title {
        font-size: 45px;
        margin-bottom: 30px;
    }
    section.section.section-reviews .section-head .section-head-content {
        font-size: 18px;
        margin-bottom: 50px;
    }
    section.section.section-reviews .reviews {
        margin-top: -200px;
    }
    section.section.section-reviews .reviews .review--thumbnail {
        height: 200px;
    }
    section.section.section-reviews .reviews .review--content-col.review--content-col-btn {
        width: 150px;
        flex: 0 0 150px;
    }
    section.section.section-reviews .reviews .review--content-col.review--content-col-btn .review-btn {
        font-size: 15px;
        line-height: 45px;
    }
    section.section.section-reviews .reviews .review--content {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    section.section.section-gallery {
        padding-bottom: 95px;
    }
    section.section.section-gallery .section-head {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    section.section.section-gallery .section-head h2.section-head--title {
        font-size: 45px;
        margin-bottom: 0px;
    }
    section.section.section-gallery .slick-prev,
    section.section.section-gallery .slick-next {
        width: 40px;
        height: 50px;
    }
    section.section.section-gallery .slick-dots {
        bottom: -50px;
    }
    section.section.section-gallery .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 10px;
    }
    section.section.section-gallery .slick-dots li button {
        border-radius: 50%;
        background-color: rgb(150, 174, 80);
        opacity: 0.5;
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width:991px) {
    footer.footer .footer-widgets .footer-logos {
        display: none;
    }
    footer.footer .footer-widgets .footer-logos-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    footer.footer .footer-widgets .footer-logos-mobile .footer-logo
    {
        display: block !important;
        margin: 0 6px !important;
        background-position: center;
    }
    .social-medias-container .social-media-title {
        display: none;
    }
    .social-medias-container .social-medias .social-media {
        margin-left: 7px;
    }
    .social-medias-container .social-medias .social-media a {
        font-size: 15px;
    }
    footer.footer .copyright {
        padding: 10px 0;
    }
    footer.footer .copyright p {
        font-size: 14px;
    }
    footer.footer .footer-widgets {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-wrap: wrap;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-inline {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    footer.footer .footer-widgets .footer-logo {
        max-width: 90px;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact {
        width: 100%;
        margin-top: 20px;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers {
        text-align: center;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact ul.phone-numbers a.phone-number {
        padding: 0 10px;
        margin: 15px 0;
        display: inline-flex;
    }
    header.header .header-topbar p {
        font-size: 16px;
    }
    header.header .header-mainbar {
        padding: 20px 0;
    }
    header.header .header-mainbar .header-mainbar--menu .menu-container ul .menu-item+.menu-item {
        margin-left: 10px;
    }
    header.header .header-mainbar .header-mainbar--menu .menu-container ul .menu-item a {
        font-size: 14px;
        line-height: 1.5;
    }

    .contact-form {
        width: 700px;
        padding: 20px 30px 20px;
    }
    .contact-form .close-btn {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .contact-form .contact-form-head {
        margin-bottom: 20px;
    }
    .contact-form .contact-form-head h2 {
        font-size: 40px;
    }
    .contact-form .contact-form-wrap .contact-form-col input[type="submit"] {
        font-size: 14px;
        line-height: 40px;
        padding: 0 25px;
        margin-top: 10px;
    }
    .contact-form .contact-form-wrap .contact-form-col span.wpcf7-list-item {
        margin: 0;
    }
    .contact-form .contact-form-wrap .contact-form-col label {
        margin-bottom: 6px;
    }


    section.section.section-w-back {
        position: relative;
        height: 450px;
    }
    section.section.section-w-back.section-w-back-left .section-content {
        margin-left: 20px;
        padding-left: 0;
    }
    section.section.section-w-back .section-content .section-content--title {
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 1;
    }
    section.section.section-w-back.section-w-back-left .section-content .section-content--content {
        font-size: 14px;
    }
    section.section.section-w-back.section-w-back-left .section-content .section-content--buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    section.section.section-w-back.section-w-back-left .section-content .section-content--buttons a.phone-number {
        padding: 0 15px;
        margin-bottom: 10px;
    }
    section.section.section-w-back.section-w-back-right .section-content {
        padding-right: 20px;
    }
    section.section.section-w-back.section-w-back-right .section-content .section-content--title {
        font-size: 35px;
    }
    section.section.section-w-back .section-content .section-content--subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    section.section.section-w-back .section-content .section-content--content {
        font-size: 14px;
    }
    section.section.section-w-back .section-content img.section-content--icon {
        margin-bottom: 25px;
        max-height: 100px;
    }
    section.section.section-services .section-head h2.section-head--title {
        font-size: 35px;
        margin-bottom: 0px;
    }
    section.section.section-services .section-head {
        padding-bottom: 30px;
    }
    section.section.section-services .services .service {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
    section.section.section-services .services .service .service--content .service--content-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    section.section.section-services .services .service .service--content .service--content-excerpt {
        font-size: 14px;
    }
    section.section.section-services .services .service .service-btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 25px;
    }
    section.section.section-services .services .service:last-child .service--thumbnail {
        width: 40%;
        height: 175px;
    }
    section.section.section-services .services .service:last-child .service--content,
    section.section.section-services .services .service:last-child .service--bottom {
        width: 60%;
        text-align: left;
    }
    section.section.section-services .services .service:last-child .service--content {
        padding-left: 25px;
    }
    section.section.section-licensed_n_insured_section .section-head {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    section.section.section-licensed_n_insured_section .section-head h2.section-head--title {
        font-size: 35px;
        margin-bottom: 10px;
    }
    section.section.section-licensed_n_insured_section .section-head .section-head-content {
        font-size: 16px;
    }
    section.section.section-licensed_n_insured_section .licenses {
        margin-bottom: 25px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured {
        margin-bottom: 30px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--thumbnail {
        height: 125px;
        margin-bottom: 20px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    section.section.section-reviews .section-head h2.section-head--title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    section.section.section-reviews .section-head .section-head-content {
        font-size: 16px;
        margin-bottom: 40px;
    }
    section.section.section-reviews .section-head {
        padding-top: 50px;
        padding-bottom: 150px;
    }
    section.section.section-reviews .reviews {
        margin-top: -150px;
    }
    section.section.section-reviews .reviews .review--thumbnail {
        height: 150px;
    }
    section.section.section-reviews .reviews .review--content .review--content-col .review--content-rating-star {
        margin-right: 0;
        width: 15px;
    }
    section.section.section-reviews .reviews .review--content .review--content-col .review--content-rating-star svg {
        transform: scale(0.75);
    }
    section.section.section-reviews .reviews .review--content-col.review--content-col-btn {
        width: 100px;
        flex: 0 0 100px;
    }
    section.section.section-reviews .reviews .review--content-col.review--content-col-btn .review-btn {
        font-size: 12px;
        line-height: 35px;
    }
    section.section.section-reviews .reviews .review--content .review--content-col .review--content-content {
        margin-top: 5px;
        line-height: 1.4;
        font-size: 14px;
    }

    section.section.section-gallery .section-head {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    section.section.section-gallery .section-head h2.section-head--title {
        font-size: 35px;
        margin-bottom: 0px;
    }
    section.section.section-gallery .slick-prev,
    section.section.section-gallery .slick-next {
        width: 30px;
        height: 40px;
    }
    section.section.section-gallery .slick-prev {
        left: 15px;
    }
    section.section.section-gallery .slick-next {
        right: 15px;
    }
    section.section.section-gallery .slick-dots {
        bottom: -30px;
    }
    section.section.section-gallery .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 5px;
    }
    section.section.section-gallery .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width:767px) {
    header.header .mobile-header .header-toggle {
        display: block;
    }
    .hide-desctop {
        display: block;
    }
    .header-mainbar {
        display: none;
    }
    header.header .header-topbar .social-medias-container {
        display: none;
    }
    header.header .header-topbar {
        padding: 6px 0;
    }
    header.header .header-topbar p {
        font-size: 15px;
        color: #fff;
    }
li.menu-item.menu-item-has-children>a:after {
    display: inline-block;
}
    footer.footer .copyright {
        padding: 0 0 20px 0;
        background-color: transparent;
    }
    footer.footer .copyright p {
        color: #000;
    }
    footer.footer .copyright .row .col-md-3:last-child {
        order: 1;
    }
    footer.footer .copyright .row .col-md-6 {
        order: 2;
    }
    footer.footer .copyright p {
        font-size: 10px;
    }
    footer.footer .copyright .social-medias-container {
        justify-content: center;
        margin-bottom: 10px;
    }
    footer.footer .copyright .social-medias-container .social-medias .social-media {
        margin-left: 12px;
    }
    footer.footer .copyright .social-medias-container .social-medias .social-media a {
        font-size: 20px;
    }
    footer.footer .footer-widgets {
        padding-top: 30px;
        padding-bottom: 10px;
        display: block;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-contact {
        display: none;
    }
    footer.footer .footer-widgets .footer-widget.footer-widget-inline .widget {
        margin-left: 0;
    }
    footer.footer .footer-widgets .footer-widget .widget .menu {
        text-align: center;
    }
    footer.footer .footer-widgets .footer-logo {
        max-width: 90px;
        display: none;
    }
    footer.footer .footer-widgets .footer-widget .footer-widget-inline {
        display: block;
        align-items: center;
        text-align: center;
    }
    footer.footer .footer-widgets .footer-widget .widget h3.widget-title,
    footer.footer .footer-widgets .footer-widget .widget .menu .menu-item a {
        font-size: 15px;
        text-align: center;
    }
    footer.footer .footer-widgets .footer-widget {
        margin-bottom: 20px;
    }

    section.section.section-gallery .section-head {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    section.section.section-gallery .section-head h2.section-head--title {
        font-size: 20px;
        margin-bottom: 0px;
        color: #323232;
    }
    section.section.section-gallery .slick-dots {
        bottom: -25px;
    }
    section.section.section-gallery .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 8px;
    }
    section.section.section-gallery .slick-prev,
    section.section.section-gallery .slick-next {
        width: 40px;
        height: 40px;
        background-color: #98b051;
        border-radius: 50%;
        background-size: 15px;
    }
    section.section.section-gallery .slick-prev,
    section.section.section-gallery .slick-next {
        top: auto;
        bottom: -80px;
    }
    section.section.section-gallery .slick-next {
        right: 50%;
        transform: translateX(60px);
    }
    section.section.section-gallery .slick-prev {
        left: 50%;
        transform: translateX(-60px);
    }

    section.section.section-reviews .section-head {
        padding-top: 30px;
        padding-bottom: 0;
    }
    section.section.section-reviews .section-head .section-head-content {
        display: none;
    }
    section.section.section-reviews .section-head h2.section-head--title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    section.section.section-reviews .reviews {
        margin-top: 0;
        background-color: #98b051;
        padding-bottom: 25px;
    }
    section.section.section-reviews .reviews .review--thumbnail {
        height: 135px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    section.section.section-reviews .reviews .review--content {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    section.section.section-reviews .reviews .review--content .review--content-col .review--content-rating {
        margin-top: -10px;
    }
    section.section.section-reviews .reviews .review--content .review--content-col .review--content-rating-star svg {
        transform: scale(0.7);
    }
    section.section.section-reviews .reviews .review--content .review--content-col .review--content-rating-star svg path {
        fill: #f6ff00;
    }
    section.section.section-reviews .reviews .review--content .review--content-col .review--content-content {
        font-size: 10px;
    }
    section.section.section-reviews .reviews .review--content-col.review--content-col-btn {
        width: 100px;
        flex: 0 0 110px;
    }
    section.section.section-reviews .reviews .review--content-col.review--content-col-btn .review-btn {
        font-size: 15px;
        line-height: 30px;
        background: #4f5c2b;
    }

    section.section.section-licensed_n_insured_section .licenses {
        margin-bottom: 10px;
    }
    section.section.section-licensed_n_insured_section .section-head {
        padding-top: 30px;
        padding-bottom: 0;
    }
    section.section.section-licensed_n_insured_section .section-head h2.section-head--title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    section.section.section-licensed_n_insured_section .section-head .section-head-content {
        display: none;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--thumbnail {
        height: 115px;
        margin-bottom: 10px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--title {
        font-size: 15px;
        padding-bottom: 10px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured .licensed-n-insured--title:after {
        width: 30px;
        height: 4px;
        border-radius: 1px;
    }
    section.section.section-licensed_n_insured_section .licenses .licensed-n-insured {
        margin-bottom: 24px;
    }

    section.section.section-services .section-head {
        display: none;
    }
    section.section.section-services .services {
        display: block;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    section.section.section-services .services .service {
        width: 225px;
        padding: 0;
        margin-bottom: 40px;
        padding-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    section.section.section-services .services .service .service--thumbnail {
        height: 150px;
    }
    section.section.section-services .services .service .service--content {
        padding-top: 15px;
        margin-top: 10px;
    }
    section.section.section-services .services .service .service--content:before {
        width: 30px;
        height: 5px;
    }
    section.section.section-services .services .service .service--content .service--content-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    section.section.section-services .services .service .service--content .service--content-excerpt {
        display: none;
    }
    section.section.section-services .services .service .service--bottom {
        text-align: center;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    section.section.section-services .services .service .service-btn {
        font-size: 15px;
        line-height: 32px;
        padding: 0 20px;
    }
    section.section.section-services .services .service:last-child {
        width: 225px;
        display: block;
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    section.section.section-services .services .service:last-child .service--thumbnail {
        width: 100%;
        height: 150px;
    }
    section.section.section-services .services .service:last-child .service--content,
    section.section.section-services .services .service:last-child .service--bottom {
        width: 100%;
        text-align: center;
        padding-left: 0 !important;
    }
    section.section.section-services .services .service:last-child .service--content {
        margin-top: 10px;
        padding-top: 15px;
        position: relative;
    }
    section.section.section-services .services .service:last-child .service--content:before {
        width: 30px;
        height: 5px;
        content: '';
        display: block;
        border-radius: 3px;
        background-color: rgb(79, 92, 43);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    section.section.section-services .services .service:last-child .service--content .service--content-title {
        margin-top: 0;
    }
    section.section.section-services {
        padding-top: 40px;
    }

    section.section.section-w-back {
        position: relative;
        height: auto;
    }
    section.section.section-w-back.section-w-back-right .section-back,
    section.section.section-w-back.section-w-back-right .section-content--subtitle,
    section.section.section-w-back.section-w-back-right .section-content--content {
        display: none;
    }
    section.section.section-w-back.section-w-back-right .section-content {
        padding-right: 0;
        text-align: center;
    }
    section.section.section-w-back.section-w-back-right img.section-content--icon {
        margin-bottom: 15px;
        max-height: 55px;
        margin-top: 30px;
    }
    section.section.section-w-back.section-w-back-right .section-content .section-content--title {
        font-size: 25px;
        margin-bottom: 0;
    }
    section.section.section-w-back.section-w-back-left .section-back,
    section.section.section-w-back.section-w-back-left .section-content .section-content--content,
    section.section.section-w-back.section-w-back-left .section-content .section-content--buttons {
        display: none;
    }
    section.section.section-w-back.section-w-back-left .section-content {
        margin-left: 0;
        padding-left: 0;
    }
    section.section.section-w-back.section-w-back-left .section-content .section-content--title {
        font-size: 20px;
        margin-bottom: 50px;
        line-height: 25px;
        font-family: "Caros Bold";
        text-align: center;
        max-width: 190px;
        margin-left: auto;
        margin-right: auto;
    }
    section.section.section-w-back.section-w-back-left .section-content .mobile-banner.hide-desctop {
        position: relative;
        width: 100%;
        padding-right: 37px;
    }
    section.section.section-w-back.section-w-back-left .section-content .mobile-banner.hide-desctop img.mobile-banner--image {
        width: 100%;
    }
    section.section.section-w-back.section-w-back-left .section-content .mobile-banner.hide-desctop img.mobile-banner--logo {
        height: 130px;
        position: absolute;
        right: 0;
        top: -35px;
    }
    .contact-form {
        width: 275px;
        padding: 25px 35px 30px;
    }
    .contact-form .close-btn {
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        background-size: 10px;
        background-repeat: no-repeat;
    }
    .contact-form .contact-form-head h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .contact-form .contact-form-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .contact-form .contact-form-wrap .contact-form-col.contact-form-col-3 {
        width: 50%;
        margin-bottom: 20px;
    }
    .contact-form .contact-form-wrap .contact-form-col span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
        font-size: 10px;
    }
    .contact-form .contact-form-wrap .contact-form-col input[type=checkbox] {
        transform: translateY(2px);
        position: relative;
    }
    .contact-form .contact-form-wrap .contact-form-col.contact-form-col-6 {
        width: 100%;
        text-align: center;
    }
    .contact-form .contact-form-wrap .contact-form-col input.wpcf7-form-control.wpcf7-text {
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    .contact-form .contact-form-wrap .contact-form-col input[type="submit"] {
        font-size: 14px;
        line-height: 30px;
        padding: 0 25px;
        margin-top: 15px;
        display: inline-block;
    }
    .contact-form .contact-form-wrap .contact-form-col input[type="submit"] {
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
        margin-top: 15px;
        display: inline-block;
    }
    header.header .mobile-header {
        display: block;
    }
}










.main-blog {
    padding-top: 250px;
    padding-bottom: 100px;
}
.main-blog-archive {
    background-color: #f5f5f5;
}
.main-blog .single-article+.single-article {
    margin-bottom: 80px;
}
.single-article .container {
    padding-left: 100px;
    padding-right: 100px;
}
.main-blog-archive .container {
    padding-left: 50px;
    padding-right: 50px;
}
.single-article .post-thumbnail {
    width: 100%;
}
.single-article .post-thumbnail img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.single-article h1.title {
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    font-family: "Lato";
    color: rgb(79, 92, 43);
    line-height: 1.357;
    text-align: center;
    margin-bottom: 35px;
}
.single-article h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-family: "Lato";
    color: rgb(79, 92, 43);
    line-height: 1.25;
    text-align: center;
    margin-bottom: 25px;
}
.single-article h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-family: "Lato";
    color: #323232;
    line-height: 1.25;
    margin-bottom: 25px;
}
.single-article h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    font-family: "Lato";
    color: #323232;
    line-height: 1.25;
    margin-bottom: 25px;
}
.single-article h5 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-family: "Lato";
    color: #323232;
    line-height: 1.25;
    margin-bottom: 25px;
}

.single-article p,
.single-article li {
    color: #323232;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
}
.single-article ul,
.single-article p {
    margin-bottom: 50px;
}


.single-article h1,
.single-article h2,
.single-article h3,
.single-article h4,
.single-article h5,
.single-article h6,
.single-article li,
.single-article p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.wp-caption.aligncenter {
    max-width: 100%;
}
.aligncenter {
    clear: both;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.wp-caption.aligncenter img {
    width: 100%;
    height: auto;
}



.main-blog-archive .single-article h1.title {
    font-size: 40px;
}
.main-blog-archive .single-article h1,
.main-blog-archive .single-article h2,
.main-blog-archive .single-article h3,
.main-blog-archive .single-article h4,
.main-blog-archive .single-article h5,
.main-blog-archive .single-article h6,
.main-blog-archive .single-article li,
.main-blog-archive .single-article p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}




@media screen and (max-width:1280px) {
    .single-article .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-article h1.title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .single-article h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .single-article h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .single-article h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .single-article h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .single-article p,
    .single-article li {
        color: #323232;
        font-family: "Lato";
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 20px;
    }
    single-article ul,
    .single-article p {
        margin-bottom: 40px;
    }
    .main-blog-archive .single-article h1.title {
        font-size: 30px;
    }
    .single-article h1,
    .single-article h2,
    .single-article h3,
    .single-article h4,
    .single-article h5,
    .single-article h6,
    .single-article li,
    .single-article p {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-blog-archive .single-article h1,
    .main-blog-archive .single-article h2,
    .main-blog-archive .single-article h3,
    .main-blog-archive .single-article h4,
    .main-blog-archive .single-article h5,
    .main-blog-archive .single-article h6,
    .main-blog-archive .single-article li,
    .main-blog-archive .single-article p {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:991px) {

    .main-blog {
        padding-top: 150px;
        padding-bottom: 100px;
    }


    .single-article h1.title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .single-article h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .single-article h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .single-article h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .single-article h5 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .single-article p,
    .single-article li {
        font-size: 14px;
        line-height: 20px;
    }
    single-article ul,
    .single-article p {
        margin-bottom: 30px;
    }
    .main-blog-archive .single-article h1.title {
        font-size: 26px;
    }
    .single-article h1,
    .single-article h2,
    .single-article h3,
    .single-article h4,
    .single-article h5,
    .single-article h6,
    .single-article li,
    .single-article p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-blog-archive .single-article h1,
    .main-blog-archive .single-article h2,
    .main-blog-archive .single-article h3,
    .main-blog-archive .single-article h4,
    .main-blog-archive .single-article h5,
    .main-blog-archive .single-article h6,
    .main-blog-archive .single-article li,
    .main-blog-archive .single-article p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }








}
@media screen and (max-width:600px) {

    .main-blog {
        padding-top: 50px;
        padding-bottom: 75px;
    }


    .single-article h1.title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .single-article h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .single-article h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .single-article h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .single-article h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .single-article p,
    .single-article li {
        font-size: 14px;
        line-height: 20px;
    }
    single-article ul,
    .single-article p {
        margin-bottom: 26px;
    }
    .main-blog-archive .single-article h1.title {
        font-size: 22px;
    }
}



iframe {
    max-width: 100% !important;
}
.vce-single-image-inner {
    max-width: 100% !important;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.vce-single-image-inner img {
    width: 100%;
    height: auto;
}


/*
    TYPOGROPHY 
*/

/* Caros */
@font-face {
    font-family: "Caros";
    src: url("fonts/Caros/Caros.woff2") format("woff2"), url("fonts/Caros/Caros.woff") format("woff"), url("fonts/Caros/Caros.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Caros Bold";
    src: url("fonts/Caros/Caros-Bold.woff2") format("woff2"), url("fonts/Caros/Caros-Bold.woff") format("woff"), url("fonts/Caros/Caros-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}


/* CircularStd */
@font-face {
    font-family: "CircularStd-Book";
    src: url("fonts/CircularStd/CircularStd-Book.woff2") format("woff2"), url("fonts/CircularStd/CircularStd-Book.woff") format("woff"), url("fonts/CircularStd/CircularStd-Book.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "CircularStd-Bold";
    src: url("fonts/CircularStd/CircularStd-Bold.woff2") format("woff2"), url("fonts/CircularStd/CircularStd-Bold.woff") format("woff"), url("fonts/CircularStd/CircularStd-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}


/* Lato */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato/Lato-Regular.woff2") format("woff2"), url("fonts/Lato/Lato-Regular.woff") format("woff"), url("fonts/Lato/Lato-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Lato Thin";
    src: url("fonts/Lato/Lato-Thin.woff2") format("woff2"), url("fonts/Lato/Lato-Thin.woff") format("woff"), url("fonts/Lato/Lato-Thin.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Lato Heavy";
    src: url("fonts/Lato/Lato-Heavy.woff2") format("woff2"), url("fonts/Lato/Lato-Heavy.woff") format("woff"), url("fonts/Lato/Lato-Heavy.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Lato Bold";
    src: url("fonts/Lato/Lato-Bold.woff2") format("woff2"), url("fonts/Lato/Lato-Bold.woff") format("woff"), url("fonts/Lato/Lato-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Lato Black";
    src: url("fonts/Lato/Lato-Black.woff2") format("woff2"), url("fonts/Lato/Lato-Black.woff") format("woff"), url("fonts/Lato/Lato-Black.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}