/* ============================
    Custom css
============================ */

.logo-area img {
    width: 100px;
}
#preloader {
    background: #ffffff;
}

/* Header */
.header-style1-area {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 2px solid #6aaf08;
}
.header-bottom-area,
.header-bottom-area .logo-area,
.header-bottom-area .main-menu-area  {
    height: 70px;
}
.header-bottom-area .main-menu-area nav ul li a {
    padding-bottom: 24px;
}


/* Promo slider */
.slider-content .title1 {
    font-size: 50px;
}
.slider-content p {
    font-size: 20px;
}
.service-box {
    min-height: 208px;
}
.service-box p {
    line-height: 1.4;
    margin-bottom: 0;
}

/* About */
.awards-box {
    text-align: center;
}
.awards-box .icon-wrap {
    display: inline-block;
    border-radius: 50%;
    border: 1px dashed #6aaf08;
    padding: 5px;
}
.awards-box .icon-wrap i {
    background: #6aaf08;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
}
.awards-box .media-body {
    width: 100%;
    display: block;
}
.awards-box .media-body sup {
    
}
.awards-box h3 {

}
.awards-box h3:after {
    left: 50%;
    margin-left: -18px;
}
.awards-box p {

}

/* Services */
.service-page3-area {
    background-color: #eee;
}
.service-page3-area .section-title {
    text-align: center;
    color: #000;
    margin-bottom: 70px;
}
.service-page3-area .section-title h2 {
    position: relative;
    margin-bottom: 40px;
}
.service-page3-area .section-title h2:after {
    content: '';
    position: absolute;
    content: "";
    background: #6aaf08;
    height: 3px;
    width: 50px;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    z-index: 1;
}
.service-page3-area .service-box .service-box-title {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-page3-area .service-box .service-box-details {
    display: flex;
    align-items: center;
    /* opacity: 1; */
}
.service-page3-area .service-box .service-box-details h3 {
    font-size: 20px;
    line-height: 1.4;
}
.service-page3-area .service-box .service-box-details .service-box-details-content {
    width: 100%;
    top: 0;
}

/* Clients */
.client-area .client-inner-area-left {
    background-image: url(../img/photos/img-4.jpg);
}
.client-area .client-inner-area-right {
    background-image: url(../img/bg/bg-1.png);
}

/* Contact */
.contact-section {
    padding-top: 80px;
}
.contact-section .section-title {
    text-align: center;
    color: #000;
    margin-bottom: 70px;
}
.contact-section h2 {
    position: relative;
    margin-bottom: 60px;
}
.contact-section h2:after {
    content: '';
    position: absolute;
    content: "";
    background: #6aaf08;
    height: 3px;
    width: 50px;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    z-index: 1;
}
.contact-section p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact-wrap {
    background-color: rgba(106, 175, 8, 0.8);
}
.contact-block {
    text-align: center;
    margin-bottom: 80px;
}
.contact-block i {
    font-size: 40px;
    color: #6aaf08;
    margin-bottom: 20px;
}
.contact-block p {
    color: #000;
}
.contact-block p a {
    color: #000;
}
.contact-block .title {
    border-bottom: 1px solid #6aaf08;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-block .title:before {
    display: none;
}
.contact-block .value {
    font-size: 20px;
    line-height: 1.6;
}
.map-wrap a {
    display: block;
    height: 600px;
    background: url(../img/bg/map.jpg) center center no-repeat;
    background-size: cover;
}


/* Footer */
.footer-logo {
    padding-right: 30px;
}
.footer-logo img {
    width: 100%;
    max-width: 200px;
}
.footer-box .links {
    padding-left: 100px;
    border-left: 1px solid #fff;
}
.footer-box .links li {
    margin-bottom: 10px;
}
.footer-box .links a {
    color: #fff;
    transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}
.footer-box .links a:hover {
    color: #6aaf08;
}
.bottom-links {
    text-align: right;
    padding-bottom: 20px;
}
.bottom-links li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
.bottom-links li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 15px;
    background: #949494;
    position: absolute;
    right: -12px;
    top: 5px;
}
.bottom-links li a {
    color: #949494;
    transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}
.bottom-links li a:hover {
    color: #fff;
}


.mean-container .mean-bar a img {
    width: 70px;
    margin: 9px 0 0 0;
}

/* Single page title */
.single-page-title {
    display: flex;
    justify-items: center;
    align-items: center;
    height: 200px;
    background: url(../img/photos/single-bg.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 40px;
}
.single-page-title h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.page-content {
    margin-bottom: 100px;
}

.page-content h2 {

}
.page-content h3 {
    
}
.page-content h4 {
    font-size: 18px;
    margin-top: 40px;
}
.page-content h5 {
    font-size: 16px;
    margin-top: 30px;
}
.page-content h6 {
    
}
.page-content ul {
    padding-left: 40px;
    list-style: disc;
    margin-bottom: 20px;
}
.page-content p, li, a {

}


@media only screen and (max-width : 1200px) {
    .slider1-area .nivo-caption {
        top: 0;
        padding: 0 100px;
    }
    .preview-1 a.nivo-prevNav {
        left: 50px;
    }
    .preview-1 a.nivo-nextNav {
        right: 50px;
    }
    .slider1-area .slider-content h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width : 991px) {
    /*.slider-1 p {*/
    /*    display: block;*/
    /*}*/
    .footer-logo {
        margin-bottom: 40px;
    }
    .footer-logo img {
        margin: 0 auto;
    }
    .footer-box .links {
        border-left: 0;
        border-top: 1px solid #fff;
        padding-left: 0;
        padding-top: 40px;
        text-align: center;
    }
}

@media only screen and (max-width : 767px) {
    /*.preview-1 .nivoSlider {*/
    /*    height: 400px;*/
    /*}*/
    /*.preview-1 .nivoSlider img {*/
    /*    width: auto !important;*/
    /*    height: 100%;*/
    /*    left: 50%;*/
    /*    margin-left: -50%;*/
    /*}*/
    body.mean-container .wrapper-area {
        padding-top: 63px;
    }
    .mobile-site-logo {
        border-bottom: 2px solid #6aaf08;
    }

    .service-page3-area .service-box .service-box-title {
        display: none;
    }
    .service-page3-area .service-box .service-box-details {
        opacity: 1;
        background-color: transparent;
    }
    .service-box {
        min-height: 0;
    }
    .service-page3-area .service-box .service-box-details .service-box-details-content h3 {
        display: block;
    }
    .footer-area-bottom {
        padding-bottom: 0;
    }
}

@media only screen and (max-width : 600px) {
    .slider1-area .nivo-caption {
        padding: 0 30px;
    }
    .slider1-area .slider-content h1 {
        font-size: 20px;
        padding: 0;
    }
    .preview-1 a.nivo-prevNav,
    .preview-1 a.nivo-nextNav {
        display: none;
    }
}

@media only screen and (max-width : 450px) {
    .service-page3-area .service-box .service-box-details h3 {
        font-size: 18px;
    }
    .slider1-area .slider-content h1 {
        font-size: 16px;
    }
}