/**
 * Author       : asrcoder
 * Template Name: DevsA
 * Version      : 1.0
 * Primay color : #5bb12f;
 * Hover Color  :#4b9426;
 */

/*===========================
 * CSS SITEMAP
 *=============================
    01 - GENERAL STYLE (body, link color, section-title, section-padding ,input fields,etc)
        1.01 - START SECTION TITLE DESIGN
        1.02 - START INPUPT DESIGN
    02 - START MENU DESIGN AREA
    03 - START WELCOME HERO AREA
    04 - STATR ABOUT US SECTION
    05 - STATR ABOUT US VIDEO SECTION
    06 - START SERVICES AREA DESIGN
    07 - START TEAM AREA DESIGN
    08 - START COUNTER AREA DESIGN
    09 - START PORTFOLIO AREA DESIGN
    10 - START CTA SECTION
    11 - START TESTIMONIAL SECTION
    12 - START PRICING SECTION
    13 - START READY TO GO SECTION DESIGN
    14 - START BLOG SECTION DESIGN
    15 - START CONTACT SECTION DESIGN
    16 - START FOOTER TOP DESIGN AREA
    17 - START FOOTER BOTTOM DESIGN AREA
    18 - START BACK TO TOP DDESIGN
    19 - START PRELOADER DESIGN
    20 -  WORDPRESS REQUIRED CSS
*/

/* 01 - GENERAL STYLE */

body {
    color: #6c6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 700;
}

a {
    color: #5BB12F;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #4b9426;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

img {
    max-width: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0;
}

.mt-30 {
    margin-top: 30px;
}

.bg-scroll {
    background-attachment: scroll !important;
}

.section-padding {
    padding: 80px 0;
}

/* 1.01 START SECTION TITLE DESIGN */
.section-title {
    margin-bottom: 50px;
    position: relative;
}

.section-title h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    padding-bottom: 15px;
    text-align: center;
}

.section-title h2:before {
    background: #5BB12F none repeat scroll 0 0;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 150px;
}

.section-title h2:after {
    background: #5bb12f none repeat scroll 0 0;
    bottom: -6px;
    content: '';
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}

.section-title p {
    text-align: center;
}

/* 1.02 - START INPUPT DESIGN */
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea {
    height: 50px;
    width: 100%;
    color: #354052;
    border: 1px solid #666;
    border-radius: 0;
    font-size: 18px;
    opacity: 0.8;
    padding: 5px 10px;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    -o-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 120px;
    resize: vertical;
}

input[type="submit"] {
    border: 1px solid #5BB12F;
    background: #5BB12F;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: #5bb12f;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*END GENERAL CSS*/

/* 02 - START MENU DESIGN AREA*/
.header-nav-area {
    left: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header-nav-area.fixed {
    background: rgba(0, 0, 0, 0.85);
}

.header-nav-area.fixed .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 15px 15px;
}

.logo {
    display: table;
    height: 100%;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
}

.menu-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar ul,
.navbar li{
    list-style: none;
}

.mainmenu .navbar-expand-md .navbar-nav a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 15px;
    text-transform: uppercase;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.mainmenu .navbar-expand-md .navbar-nav a.nav-link:hover {
    background: none;
    color: #5BB12F;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar {
    padding: .5rem 0;
}

.header-nav-area.fixed .navbar-nav li a:hover,
.header-nav-area.fixed .navbar-nav li a.active {
    color: #5BB12F;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar-mobile-btn {
    display: none;
}

/*END MENU DESIGN AREA*/

/* 03 - START WELCOME HERO AREA */

.welcome-hero-area,
.welcome-hero-inner,
.welcome-single-item,
.welcome-hero-inner .carousel-inner,
.welcome-hero-inner .carousel-item {
    height: 100%;
    overflow: hidden;
}

.welcome-hero-area div.welcome-single-item {
    background-attachment: fixed;
    background-position: 50% 0;
}

.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: -1;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
}

.hero-control,
.hero-control {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 48px;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    z-index: 20;
    opacity: .3;
}

.prev.hero-control {
    left: 30px;
}

.next.hero-control {
    right: 30px;
}

#hero-carousel-slier .carousel-indicators li {
    background: #fff;
    cursor: pointer;
    height: 4px;
}

#hero-carousel-slier .carousel-indicators li.active {
    background: #5bb12f;
}

.welcome-hero-area div.welcome-single-item:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
}

.welcome-hero-area .welcome-single-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.welcome-hero-area .welcome-single-item-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.welcome-hero-area h2 {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 66px;
    margin: 20px 0;
    text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.35);
}

.welcome-hero-area h2 span {
    color: #5BB12F;
}

.welcome-hero-area p {
    color: #ddd;
    margin-bottom: 20px;
}

.read-more-btn {
    background: #5BB12F;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 8px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.read-more-btn:hover {
    background: #4b9426;
    color: #fff;
}

.welcome-hero-area .scroll-down {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    border-radius: 25px;
    bottom: 42px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    height: 34px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 23px;
    z-index: 999;
}

.welcome-hero-area .scroll-down:before {
    -webkit-animation: mousewheelScroll 1.6s infinite;
    animation: mousewheelScroll 1.6s infinite;
    background: #fff;
    border-radius: 10px;
    content: '';
    height: 6px;
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 9px;
    width: 3px;
}

@-webkit-keyframes mousewheelScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

}

@keyframes mousewheelScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

}

#hero-carousel-slier:hover .hero-control {
    opacity: 1;
}

/*END WELCOME HERO AREA*/

/* 04 - STATR ABOUT US SECTION */
.about-section h4 {
    font-size: 18px;
    font-weight: 400;
}

.about-section h3 {
    font-size: 34px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    position: relative;
}

.about-section h3::after {
    background: #5bb12f;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 100px;
}

.about-lists {
    padding-left: 10px;
}

.about-lists li {
    font-style: italic;
}

.about-lists li span {
    font-style: normal;
    font-weight: bold;
}

.about-lists li::before {
    content: "\f192";
    font: normal normal normal 16px/1 FontAwesome;
    left: -10px;
    position: relative;
}

/* END ABOUT US SECTION */

/* 05 - STATR ABOUT US VIDEO SECTION */
.about-us-video-area {
    background-attachment: fixed;
    background-image: url(../assets/img/bg/about-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.about-us-video-area:before {
    background: #1a1a1a;
    content: '';
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.about-us-video-area h2 {
    color: #fff;
    margin-bottom: 12px;
}

.about-us-video-area a:not([href]):not([tabindex]) {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    height: 60px;
    width: 60px;
}

.about-us-video-area a:not([href]):not([tabindex]):hover {
    background: #4b9426;
}

.about-us-video-area a i {
    left: 3px;
    line-height: 54px;
    position: relative;
}

.about-us-video-area .modal-dialog {
    margin: 30px auto;
    max-width: 800px;
}

.about-us-video-area .modal-body {
    padding: 0px;
    position: relative;
}

.about-us-video-area .close {
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    opacity: 1;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
}

/* END ABOUT US VIDEO SECTION */

/* 06 - START SERVICES AREA DESIGN */
.services-section {
    background: #f1f1f1;
}

.services-section div[class*="col-md-"] {
    padding-left: 4px;
    padding-right: 4px;
}

.service-box {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin: 4px 0;
    padding: 30px;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.service-box:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
    box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
}

.service-box i {
    border-radius: 50%;
    border: 1px solid;
    font-size: 38px;
    height: 70px;
    line-height: 42px;
    margin-bottom: 16px;
    margin-top: 10px;
    padding: 12px;
    width: 70px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.service-box:hover i {
    color: #5bb12f;
}

.service-box h4 {
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
}

/* END SERVICES AREA DESIGN */

/* 07 - START TEAM AREA DESIGN */
.single-team-area {
    background: #f6f6f6 none repeat scroll 0 0;
    -webkit-box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
}

.single-team-area:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
    box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
}

.team-img-container {
    overflow: hidden;
    position: relative;
}

ul.team-social {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.team-social a {
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.4);
    display: block;
    font-size: 18px;
    height: 34px;
    opacity: 0;
    padding: 6px 15px;
    -webkit-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    transform: translateX(-90%);
    visibility: hidden;
}

.team-social li:last-child a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-desc {
    padding: 16px 20px;
}

.single-team-area h4 {
    color: #5BB12F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 10px;
}

.single-team-area h6 {
    color: #797979;
    font-size: 14px;
}

.single-team-area:hover .team-social li a {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
}

.single-team-area:hover .team-social li:nth-child(1) a {
    -webkit-transition: all 0.3s 0.0s;
    -o-transition: all 0.3s 0.0s;
    transition: all 0.3s 0.0s;
}

.single-team-area:hover .team-social li:nth-child(2) a {
    -webkit-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
}

.single-team-area:hover .team-social li:nth-child(3) a {
    -webkit-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.single-team-area:hover .team-social li:nth-child(4) a {
    -webkit-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}

/* END TEAM AREA DESIGN */

/* 08 - START COUNTER AREA DESIGN */
.counter-section {
    background: url(../assets/img/bg/counter-bg.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
    padding: 100px 0;
    position: relative;
}

.counter-section:before {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.single-counter {
    cursor: pointer;
}

.single-counter i {
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 30px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.single-counter h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
}

.single-counter h5 {
    color: #FFFFFF;
}

.single-counter:hover i {
    color: #5BB12F;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* END COUNTER AREA DESIGN */

/* 09 - START PORTFOLIO AREA DESIGN */
ul.portfolio {
    display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

ul.portfolio li {
    border: 1px solid #5BB12F;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
}

.single-portfolio {
    margin-top: 30px;
    position: relative;
}

.single-portfolio img {
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}

ul.portfolio li.active,
ul.portfolio li:hover {
    background: #5BB12F;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.portfolio-details {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    z-index: 1;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.portfolio-info-text {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.portfolio-info-text h5 {
    color: #fff;
    margin: 0 0 5px;
}

.portfolio-info-text p {
    font-size: 12px;
    text-transform: uppercase;
}

.single-portfolio:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-inner .mix {
    display: none;
}
/* END PORTFOLIO AREA DESIGN */

/* 10 - START CTA SECTION */
.cta-section {
    background: #000;
    padding: 30px 0;
}

.cta-section h3 {
    color: #fff;
    line-height: 46px;
    margin: 0;
}

.contact-us {
    border: 3px solid #f1f1f1;
    color: #f1f1f1;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.contact-us:hover {
    border-color: #5bb12f;
    color: #5bb12f;
}

/* END CTA SECTION */

/* 11 - START TESTIMONIAL SECTION */
.section-testimonial {
    background: #f1f1f1;
}

.testimonial-padding {
    padding: 15px 30px;
}

.single-testimonial {
    margin: 0 auto 16px auto;
    max-width: 800px;
    padding-top: 70px;
}

.testimonial-inner {
    border: 3px solid #5bb12f;
    margin: 0 10px;
}

.testimonial-head img {
    background: #f1f1f1;
    border-radius: 50%;
    border: 10px solid #f1f1f1;
    display: block;
    height: 130px;
    margin: -68px auto 0 auto;
    padding: 3px;
    width: 130px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.testimonial-content:before {
    color: #dddddd;
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 36px;
}

.testimonial-rating {
    text-align: center;
    padding: 5px;
    color: #ddd;
    font-size: 20px;
}

.testimonial-rating-1 .fa:nth-of-type(1) {
    color: #FAB220;
}

.testimonial-rating-2 {
}

.testimonial-rating-2 .fa:nth-of-type(1),
.testimonial-rating-2 .fa:nth-of-type(2) {
    color: #FAB220;
}

.testimonial-rating-3 {
}

.testimonial-rating-3 .fa:nth-of-type(1),
.testimonial-rating-3 .fa:nth-of-type(2),
.testimonial-rating-3 .fa:nth-of-type(3) {
    color: #FAB220;
}

.testimonial-rating-4 {
}

.testimonial-rating-4 .fa:nth-of-type(1),
.testimonial-rating-4 .fa:nth-of-type(2),
.testimonial-rating-4 .fa:nth-of-type(3),
.testimonial-rating-4 .fa:nth-of-type(4) {
    color: #FAB220;
}

.testimonial-rating-5 {
}

.testimonial-rating-5 .fa:nth-of-type(1),
.testimonial-rating-5 .fa:nth-of-type(2),
.testimonial-rating-5 .fa:nth-of-type(3),
.testimonial-rating-5 .fa:nth-of-type(4),
.testimonial-rating-5 .fa:nth-of-type(5) {
    color: #FAB220;
}

.testimonial-footer h4 {
    color: #5bb12f;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.testimonial-footer h5 {
    color: #616161;
    font-size: 14px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #5bb12f;
    opacity: 1;
}

.single-testimonial:hover .testimonial-head img {
    background: #5bb12f;
}
/* END TESTIMONIAL SECTION */

/* 12 - START PRICING SECTION */
.single-pricing {
    background-color: #f3f3f3;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
}

.plan-name {
    background-color: #5e5f59;
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding: 20px;
}

.plan-name h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.plan-name span {
    font-size: 20px;
}

.single-pricing ul {
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding: 0;
}

.single-pricing li {
    border-top: 1px solid #c5c8c0;
    padding: 15px 10px;
    text-transform: capitalize;
}

.single-pricing.active,
.single-pricing:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
    box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
}

.single-pricing.active .plan-name,
.single-pricing:hover .plan-name {
    background-color: #5bb12f;
}

/* END PRICING SECTION */

/* 13 - START READY TO GO SECTION DESIGN */
.ready-to-go-area {
    background-attachment: fixed;
    background-image: url(../assets/img/bg/ready-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.ready-to-go-area:before {
    background: #1a1a1a;
    content: '';
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.ready-to-go-area h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.ready-to-go-area h1 span {
    color: #5bb12f;
}

.ready-to-go-area p {
    color: #ddd;
}

/* END READY TO GO SECTION DESIGN */

/* 14 - START BLOG SECTION DESIGN */
.blog-section {
    background: #f1f1f1;
}

.single-blog-post {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.post-head {
    overflow: hidden;
    position: relative;
}

.post-head:after {
    content: '';
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.post-content {
    background: #fff;
    padding: 20px 30px;
}

.post-meta i {
    color: #ccc;
    display: inline-block;
    font-size: 18px;
    padding-right: 9px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: middle;
}

.post-meta span {
    border-left: 1px solid #ececec;
    color: #666;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: middle;
}

.post-meta .post-comments {
    float: right;
}

.post-title {
    display: block;
    padding-top: 16px;
}

.post-title h4 {
    font-size: 20px;
    font-weight: 600;
}

.post-content .read-more-btn {
    font-size: 14px;
    margin: 0;
    padding: 8px 16px;
}

.single-blog-post:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
    box-shadow: 0 0 10px 1px rgba(111, 111, 111, 0.3);
}

.single-blog-post:hover .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog-post:hover .post-head:after {
    background: rgba(255, 255, 255, 0.2);
}

.single-blog-post .post-date:hover i,
.single-blog-post .post-comments:hover i,
.single-blog-post .post-title:hover h4 {
    color: #5BB12F;
}

/* END BLOG SECTION DESIGN */

/* 15 - START CONTACT SECTION DESIGN */
.contact-box i {
    color: #5bb12f;
    font-size: 36px;
    margin-bottom: 20px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.contact-box h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-box a {
    color: #6c6c6c;
    display: inline-block;
    margin-bottom: 30px;
}

.map {
    height: 386px;
    max-width: 100%;
    overflow: hidden;
}

.contact-box:hover i {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* END CONTACT SECTION DESIGN */

/* 16 - START FOOTER TOP DESIGN AREA */
.footer-top {
    background: #333;
    padding: 60px 0 10px;
}

.single-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.single-widget h4 span {
    color: #5bb12f;
}

.single-widget p {
    color: #fff;
    font-size: 14px;
}

.quick-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.quick-menu li a {
    border-bottom: 1px solid #ddd;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 10px 0;
    text-transform: uppercase;
}

.quick-menu li a:hover {
    color: #5BB12F;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input[type="email"] {
    background: transparent;
    color: #ddd;
    font-size: 16px;
    opacity: 1;
}

.newsletter-submit {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 22px;
    line-height: 47px;
    position: absolute;
    right: 10px;
    top: 0;
}

.newsletter-submit:focus,
.newsletter-submit:hover {
    color: #5BB12F;
    outline: 0;
}

.instagram-feed a {
    display: inline-block;
    position: relative;
    width: 25%;
}

.instagram-feed img {
    padding: 1px;
}

/* END FOOTER TOP DESIGN AREA */

/* 17 - START FOOTER BOTTOM DESIGN AREA */
.footer-bottom {
    background: #222;
    padding: 30px 0;
}

.copyright-text p {
    margin: 0;
    color: #ddd;
}

.copyright-text p span {
    color: #5BB12F;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.footer-social a:hover {
    background: #5BB12F;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* END FOOTER BOTTOM DESIGN AREA */

/* 18 - START BACK TO TOP */
#back-to-top {
    background: #5BB12F none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 25px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 9;
}

#back-to-top:hover {
    background: #4b9426;
}

/* END BACK TO TOP */

/* 19 - START PRELOADER DESIGN */
#preloader {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.preloader {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader span {
    -webkit-animation: preload 1s ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    background-color: #5bb12f;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 25px;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

}

@keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

}
/* END PRELOADER DESIGN */

/* 20 - WORDPRESS REQUIRED CSS */
.sticky{}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gallery-caption{}
.bypostauthor{}
.alignright{
    text-align: right;
}
.alignleft{
    text-align: left;
}
.aligncenter{
    text-align: center;
}
.content-area .hentry:first-child {
    padding-top: 0;
}
.content-area .hentry{
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}
.entry-title {
    font-weight: 600;
    position: relative;
}
.entry-content {
    letter-spacing: .3px;
}
.entry-meta,
footer.entry-footer {
    font-size: 13px;
    letter-spacing: 0;
}
.sticky .entry-title:after {
    content: 'Sticky';
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 2px 8px;
    margin-left: 8px;
}
.site-content {
    padding-bottom: 80px;
    padding-top: 100px;
}
.nav-previous {
    float:  left;
}
.nav-previous a:before {
    content:"\f177";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}
.nav-next {
    float: right;
}
.nav-next a:after {
    content:"\f178";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
}
nav.navigation{
    overflow: hidden;
    margin-top: 30px;
}
.error-404 {
    text-align: center;
}
.error-404 .page-title{
    font-weight: 700;
    color: #ccc;
    padding-top: 100px;
}
.error-404 .page-content p {
    margin-bottom: 30px;
    color:#333;
}
.header-image{
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.header-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 1;
}
.welcome-hero-inner p{
    white-space: pre-line;
}
iframe {
    max-width: 100%;
}
.quick-menu li a {
    font-family: 'Open Sans', sans-serif;
}
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
    background: #f1f1f1;
    padding: 5px 5px;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*Widgets*/
h3.widget-title {
    font-weight: 600;
    font-size: 24px;
}
.single-widget {
    margin-bottom: 50px;
}
.footer-top .widget ul, .widget-area .widget ul {
    list-style: none;
    padding: 0;
}
.footer-top .widget,
.footer-top .widget a {
    color: #fff;
}
.widget a:hover{
   color: #5BB12F
}
.sidebar-widget section {
    margin-bottom: 48px;
}
.widget th, 
.widget td ,
.widget .table-bordered thead th{
    border: 1px solid #5d5d5d;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.gallery-item img {
    height: auto;
    padding: 1px;
}
.widget input[type="search"] {
    border: 1px solid #ddd;
}
/* COMMENT CSS */
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
    margin-bottom: 60px;
}
.comments-title {
    margin: 0 0 30px 0;
    font-size: 24px;
}
.comments-area ol {
    list-style: none;
}
.comments-area ol {
    padding: 0;
}
.comments-area .children {
    padding-left: 20px;
}
.comments-area .fn {
    color: #505050;
}
.comment-author .avatar {
    position: absolute;
}
.comment-author .fn,
.comment-metadata {
    margin-left: 80px;
}
.comment-metadata {
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.comment-form .form-submit {
    margin-top: 30px;
}
.comment-body {
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff;
}
.reply {
    margin-left: 80px;
    background-color: #5bb12f;
    display: table;
    margin-top: 15px;
}
.comment-reply-link {
    padding: 8px 22px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    display: table;
}
#cancel-comment-reply-link {
    font-size: 13px;
}
.comment-meta a {
    color: #c7c7c7;
}
.comments-area a.url {
    color: #505050;
    text-decoration: none;
}
.bypostauthor {
}
.comment-reply-title {
    font-size: 25px;
}
.comment-form input {
    width: 100%;
    max-width: 100%;
}
.form-submit input {
    width: auto;
}
.comment-content {
    margin-left: 80px;
}