    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    .back-to-top {
        position: fixed;
        display: none;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        right: 15px;
        bottom: 15px;
        background: #72b842;
        color: #fff;
        transition: display 0.5s ease-in-out;
        z-index: 99999;
    }
    
    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }
    
    .back-to-top:hover {
        color: #fff;
        background: #72b842;
        transition: background 0.2s ease-in-out;
    }
    
    .card-title {
        color: #72b842;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        height: 100px;
        transition: all 0.5s;
        z-index: 997;
        transition: all 0.5s;
        padding: 5px 0;
        background: #ffffff;
    }
    
    #header.header-scrolled {
        background: #FBFCFC;
        height: 100px;
        padding: 10px 0;
    }
    
    #header .logo h1 {
        font-size: 20px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }
    
    #header .logo h5 {
        font-size: 15px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }
    
    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #000000;
        text-decoration: none;
    }
    
    #header .logo h5 a,
    #header .logo h5 a:hover {
        color: #eb8108;
        text-decoration: none;
    }
    
    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 90px;
    }
    
    @media (max-width: 1080px) {
        #header .logo img {
            padding: 0;
            margin: 0;
            max-width: 900px;
        }
    }
    
    @media (max-width: 1200px) {
        #header .logo h1 {
            font-size: 15px;
            padding: 8px 0;
        }
        #header .logo h5 {
            font-size: 10px;
            padding: 8px 0;
        }
        #header .logo img {
            padding: 0;
            margin: 0;
            max-height: 60px;
        }
        #header {
            height: 70px;
            transition: all 0.5s;
            z-index: 997;
            transition: all 0.5s;
            padding: 5px 0;
            background: #ffffff;
        }
        #header.header-scrolled {
            background: #FBFCFC;
            height: 70px;
            padding: 5px 0;
        }
    }
    
    #main {
        margin-top: 80px;
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Desktop Navigation */
    
    .nav-menu,
    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-menu>ul>li {
        position: relative;
        white-space: nowrap;
        float: left;
    }
    
    .nav-menu a {
        display: block;
        position: relative;
        color: #000000;
        padding: 30px 15px;
        transition: 0.3s;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
    }
    
    .nav-menu .scrolled {
        background: #333536;
        height: 10px;
        padding: 5px 0;
    }
    
    .nav-menu a:hover,
    .nav-menu .active>a,
    .nav-menu li:hover>a {
        color: #72b842;
        text-decoration: none;
    }
    
    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }
    
    .nav-menu .drop-down:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    
    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }
    
    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #25564f;
    }
    
    .nav-menu .drop-down ul a:hover,
    .nav-menu .drop-down ul .active>a,
    .nav-menu .drop-down ul li:hover>a {
        color: #70b9b0;
    }
    
    .nav-menu .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }
    
    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }
    
    .nav-menu .drop-down .drop-down:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }
    
    .nav-menu .drop-down .drop-down>a {
        padding-right: 35px;
    }
    
    .nav-menu .drop-down .drop-down>a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }
    
    @media (max-width: 1366px) {
        .nav-menu .drop-down .drop-down ul {
            left: -90%;
        }
        .nav-menu .drop-down .drop-down:hover>ul {
            left: -100%;
        }
        .nav-menu .drop-down .drop-down>a:after {
            content: "\ea9d";
        }
    }
    /* Mobile Navigation */
    
    .mobile-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        overflow-y: auto;
        left: -260px;
        width: 260px;
        padding-top: 18px;
        background: #72b842;
        transition: 0.4s;
    }
    
    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .mobile-nav a {
        display: block;
        position: relative;
        color: #000000;
        padding: 10px 20px;
        font-weight: 500;
    }
    
    .mobile-nav a:hover,
    .mobile-nav .active>a,
    .mobile-nav li:hover>a {
        color: #ffffff;
        text-decoration: none;
    }
    
    .mobile-nav .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }
    
    .mobile-nav .active.drop-down>a:after {
        content: "\eaa0";
    }
    
    .mobile-nav .drop-down>a {
        padding-right: 35px;
    }
    
    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }
    
    .mobile-nav .drop-down li {
        padding-left: 20px;
    }
    
    .mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 24px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }
    
    .mobile-nav-toggle i {
        color: #72b842;
    }
    
    .mobile-nav-overly {
        width: 100%;
        height: 100%;
        z-index: 9997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(160, 230, 139, 0.9);
        overflow: hidden;
        display: none;
    }
    
    .mobile-nav-active {
        overflow: hidden;
    }
    
    .mobile-nav-active .mobile-nav {
        left: 0;
    }
    
    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    #hero {
        width: 100%;
        height: 100vh;
        position: relative;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    
    #hero:before {
        content: "";
        background: #ffffff;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    
    #hero .hero-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        padding-top: 100px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    
    @media (max-width: 768px) {
        #hero {
            width: 100%;
            height: 50vh;
            position: relative;
            margin-top: 10px;
            margin-bottom: 20px;
        }
    }
    /*@media screen and (min-width: 0px) and (max-width: 800px) {
    #CaroMax {
        display: block;
    }
}

@media screen and (min-width: 801px) and (max-width: 10024px) {
    #CaroMin {
        display: none;
    }
}*/
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    
    section {
        margin-top: 80;
        padding: 60px 0;
        overflow: hidden;
    }
    
    .section-bg {
        background-color: #f2f9f8;
    }
    
    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #555;
        font-family: "Lato", sans-serif;
    }
    
    .section-title p {
        margin-bottom: 0;
    }
    /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
    
    .about h3 {
        font-weight: 400;
        font-size: 26px;
        color: #000000;
        font-family: Arial;
    }
    
    .about .row {
        margin-top: 50px;
    }
    
    .about p {
        color: #000000;
        font-family: Arial;
    }
    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
    
    .services .card {
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    }
    
    .services h5 {
        color: #72b842;
        font-family: Arial;
    }
    
    .services p {
        color: #000000;
        font-family: Arial;
    }
    /*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
    
    .product .card {
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    }
    
    .product h5,
    .product a {
        color: #72b842;
        font-family: Arial;
        text-align: center;
        text-decoration: none;
    }
    
    .product .card-footer a:hover {
        color: #ffffff;
    }
    
    .product .card-footer .dropdown-menu a:hover {
        color: #72b842;
    }
    
    .product p {
        color: #000000;
        font-family: Arial;
        text-align: center;
    }
    
    .product .btn {
        background-color: #72b842;
        color: #ffffff;
        font-family: Arial;
        width: 200px;
        margin-bottom: 5px;
    }
    
    @media (max-width: 1200px) {
        .product .btn {
            width: 100px;
        }
    }
    
    @media (max-width: 600px) {
        .product .btn {
            width: 200px;
        }
    }
    /*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
    
    .team h4 {
        color: #72b842;
        font-family: Arial;
    }
    
    .team h6 {
        color: #363636;
        font-family: Arial;
    }
    
    .team p {
        color: #000000;
        font-family: Arial;
    }
    /*--------------------------------------------------------------
# clint
--------------------------------------------------------------*/
    
    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    
    .carousel-inner .carousel-item-right,
    .carousel-inner .carousel-item-left {
        transform: translateX(0);
    }
    /*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
    
    .info p {
        text-decoration: none;
    }
    
    .contact .contact-about h3 {
        font-size: 36px;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 1px;
        color: #72b842;
        font-family: Arial;
    }
    
    .contact .contact-about p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Lato", sans-serif;
        color: #888;
        font-family: Arial;
    }
    
    .contact .social-links {
        padding-bottom: 20px;
        font-family: Arial;
    }
    
    .contact .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #72b842;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        border: 1px solid #72b842;
        font-family: Arial;
        text-decoration: none;
    }
    
    .contact .social-links a:hover {
        background: #72b842;
        color: #fff;
        font-family: Arial;
    }
    
    .userlinks .links {
        padding-bottom: 20px;
        font-family: Arial;
    }
    
    .userlinks li {
        margin-bottom: 5px;
    }
    
    .userlinks a {
        color: #72b842;
    }
    
    .userlinks .links i {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #72b842;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        border: 1px solid #72b842;
        font-family: Arial;
    }
    
    .userlinks .links i:hover {
        background: #72b842;
        color: #fff;
        font-family: Arial;
    }
    
    .contact .info {
        color: #777;
        font-family: Arial;
    }
    
    .contact .info i {
        font-size: 32px;
        color: #72b842;
        float: left;
        line-height: 1;
        font-family: Arial;
    }
    
    .contact .info p {
        padding: 0 0 10px 42px;
        line-height: 28px;
        font-size: 14px;
        font-family: Arial;
    }
    
    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
        font-family: Arial;
    }
    
    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        font-family: Arial;
    }
    
    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        font-family: Arial;
    }
    
    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
        font-family: Arial;
    }
    
    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
        font-family: Arial;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        font-family: Arial;
    }
    
    .contact .php-email-form button[type="submit"] {
        background: #72b842;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        font-family: Arial;
    }
    
    .contact .php-email-form button[type="submit"]:hover {
        background: #72b842;
        font-family: Arial;
    }
    
    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
    
    .map {
        padding: 5px;
        margin-bottom: 0px;
        background: #f2f9f8;
        position: relative;
        overflow: hidden;
    }
    
    .map iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    
    .map .card {
        background: #f6f8f8;
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    #footer {
        background: #333536;
        padding: 30px 0;
        color: #72b842;
        font-size: 14px;
        font-family: Arial;
    }
    
    #footer .copyright {
        text-align: center;
        font-family: Arial;
    }
    
    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #72b842;
        font-family: Arial;
    }