/*-----------------------------------------------------------------------------------

    Template Name: Purified - Cleaning Service HTML Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0

-----------------------------------------------------------------------------------
    CSS INDEX
	===================
	1.	header-top-area
	2.  slider
	3.	why-choose
	4.	featured-services
	5.	counter
	6.	works
	7.	service-booking
	8.	pricing
	9.	testimonial
	10.	latest-news
	11. action-area
	12. footer-top
	13.	footer-bottom
	14.	service
	15.	cleaning-area
	16.	booking-area
	17.	testimonial-2-area
	18.	breadcrumb-banner-area
	19.	single-service-area
	20.	gallery-area
	22.	about-area
	23.	blog-area
-----------------------------------------------------------------------------------*/


/* header */

.header-top-area {
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
}

.header-left {}

.header-left-text {
    display: inline-block;
    margin-right: 34px;
}

.header-left-text:last-child {
    margin-right: 0;
}

.header-left-text li {
    font-size: 12px;
    color: #acabab;
    font-weight: 400;
}

.header-left-text li a {
    color: #818181;
    font-size: 12px;
    font-weight: 400;
}

.header-icon {
    float: right;
}

.header-icon a {
    color: #9a9a9a;
    font-size: 14px;
    padding-right: 25px;
    transition: .3s;
}

.header-icon a:last-child {
    padding-right: 0;
}

.header-icon a:hover {
    color: #139D23;
}

.header-icon a i {}


/* header-area */

.header-area {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-logo {
    width: 85px;
}

.header-logo a {}

.header-logo a img {
    width: 100%;
    background-size: cover;
}

.header-wrapper {
    margin-top: 20px;
}

.get-quote a {
    background: #139D23 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.get-quote a:hover {
    background: #000;
}

.header-right {
    display: inline-block;
    margin-right: 52px;
}

.header-right-icons {
    float: left;
    margin-right: 20px;
}

.header-right-icons span {
    color: #139D23;
    font-size: 36px;
    font-weight: 400;
}

.header-right-text {
    float: right;
}

.text {
    color: #919191;
    font-size: 13px;
    font-weight: 400;
    font-family: courgette;
}

.phone {
    color: #595959;
    display: block;
    font-family: courgette;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}


/* main-menu-area-start */

.logo {
    margin-top: 38px;
}

.logo a {}

.main-menu-area {}

.main-menu ul {}

.main-menu>nav>ul>li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

.main-menu>nav>ul>li a {
    color: #525252;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 49px 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.main-menu>nav>ul>li>a::before {
    background: #139D23;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
}

.main-menu>nav>ul>li:hover>a:before,
.main-menu>nav>ul>li.active>a::before {
    width: 100%;
}

.main-menu ul li:first-child {
    padding-left: 0
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #139D23;
}

.get-a-quote {
    margin-left: 28px;
    margin-top: 36px;
}

.get-a-quote a {
    background: #139D23 none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.get-a-quote a:hover {
    background: #000;
}

.menu-style-1>nav>ul>li a {
    color: #525252;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 0;
}

.menu-style-1>nav>ul>li {
    display: inline-block;
    padding: 0 26px;
    position: relative;
}

.menu-style-1>nav>ul>li:last-child {
    padding-right: 0;
}

.header-icon {
    float: right;
}

.icon {
    line-height: 0;
}

.icon a {
    border-left: 1px solid #eeeeee;
    color: #9a9a9a;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding: 23px 20px;
    transition: all 0.3s ease 0s;
}

.icon a:last-child {
    border-right: 1px solid #eeeeee;
}

.icon a:hover {
    color: #139D23;
}

.header-icon a i {}


/* sub-menu */

.main-menu ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #139D23;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}

.main-menu ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.main-menu ul li .sub-menu li {
    display: block
}

.main-menu ul li .sub-menu li a {
    color: #666666;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    font-family: montserrat;
}

.main-menu ul li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #139D23;
}


/* slider */

.slider-area {}

.slider-wrapper {
    background-position: center center;
    background-size: cover;
}

.slider-content {
    position: relative;
}

.slider-content>span {
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 13px;
}

.slider-content h1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 40px;
}

span.cd-words-wrapper b {
    font-weight: 900 !important;
}

.slider-content a {
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 50px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.slider-content>a:hover {
    background: #139D23;
    border-color: #139D23;
}

.slider-text {}

.slider-text h1 {
    font-size: 18px;
    margin-bottom: 56px;
}

.slider-text a {
    border-radius: 0;
}

.slider-text-animation {}

.slider-text-animation span,
.slider-text-animation h1,
.slider-text-animation a {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOutDown;
}

.active .slider-text-animation span,
.active .slider-text-animation h1,
.active .slider-text-animation a {
    animation-name: fadeInUp;
}

.slider-text-animation span {
    animation-delay: 0.2s;
}

.slider-text-animation h1 {
    animation-delay: 0.5s;
}

.slider-text-animation a {
    animation-delay: 1.5s;
}

.slider-active .owl-dots {
    line-height: 0;
    position: absolute;
    right: 6%;
    top: 50%;
    z-index: 99;
}

.slider-active .owl-dot {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 10px;
    margin: 0 0 17px;
    transform: translateY(-50%);
    width: 10px;
    position: relative;
}

.slider-active .owl-dot.active::before {
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 20px;
}

.slider-active .owl-dot.active {
    border-color: #e74948;
}

.slider1-active .owl-dots {
    bottom: 24px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}

.slider1-active .owl-dot {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 10px;
    position: relative;
    width: 10px;
}

.slider1-active .owl-dot.active::before {
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 20px;
}

.slider1-active .owl-dot.active {
    border-color: #e74948;
}


/* why-choose */

.why-choose-area {}

.section-title {}

.section-title span {
    color: #6b6b6b;
    display: inline-block;
    font-family: courgette;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px;
}

.section-title h3 {
    color: #575757;
    font-size: 34px;
    font-weight: 700;
}

.section-title p {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: auto auto 0;
    width: 638px;
}

.why-choose-wrapper {
    padding: 0 5px;
}

.why-choose-icon {
    background-color: #e5e9ee;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    display: inline-block;
    height: 126px;
    line-height: 125px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 126px;
}

.why-choose-wrapper:hover .why-choose-icon {
    background-color: #139D23;
    background-position: bottom center;
}

.why-choose-icon img {}

.why-choose-icon span {
    background: #139D23 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.why-choose-text {
    margin-top: 27px;
}

.why-choose-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #575757;
}

.why-choose-text p {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}


/* featured-services */

.featured-services-area {}

.featured-services-wrapper {
    padding: 30px 30px 0;
}

.featured-services-img {
    position: relative;
}

.featured-services-img>img {
    width: 100%;
}

.featured-services-text {
    padding: 32px 5px 40px;
}

.featured-services-text h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
    padding: 0 30px;
    transition: .3s;
}

.featured-services-text h3>a {
    color: #575757;
    transition: .3s;
}

.featured-services-text h3>a:hover {
    color: #139D23;
}

.featured-services-text p {
    margin-bottom: 0;
}

.featured-services-info {
    padding: 37px 0 44px;
}

.featured-services-info h3 {
    padding: 0 0;
}

.featured-services-text>a {
    border: 2px solid #139D23;
    border-radius: 30px;
    color: #139D23;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-top: 33px;
    padding: 12px 40px;
    transition: .3s;
}

.featured-services-text>a:hover {
    background: #139D23;
    border-color: #139D23;
    color: #fff;
}

.featured-services-icon {
    bottom: -20px;
    position: absolute;
    right: 20px;
}

.featured-services-icon a {
    background: #139D23 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 26px;
    font-weight: 400;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 43px;
    transition: .3s;
}

.featured-services-icon a:hover {
    background: #000;
}


/* counter */

.counter-area {}

.counter-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
}

.counter-img {
    align-items: center;
    background-position: center center;
    border-radius: 50%;
    display: flex;
    height: 185px;
    justify-content: center;
    position: relative;
    width: 185px;
}

.counter-img::before {
    background: #139D23 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 185px;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 185px;
}

.counter-img img {}

.counter-content {
    position: relative;
}

.counter-content h2 {
    color: #fff;
    font-family: courgette;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 3px;
}

.counter-content span {
    color: #fff;
    font-family: courgette;
    font-size: 20px;
    font-weight: 400;
}


/* works */

.works-area {
    height: 998px;
}

.works-title {}

.works-title span {
    color: #fff;
    display: inline-block;
    font-family: courgette;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px;
}

.works-title h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.works-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 536px;
}

.works-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    height: 570px;
    position: relative;
    width: 590px;
}

.works-content {
    align-items: center;
    background: #139D23 none repeat scroll 0 0;
    border-radius: 100%;
    display: flex;
    height: 190px;
    justify-content: center;
    text-align: center;
    width: 190px;
    position: relative;
}

.works-content h4 {
    color: #fff;
    font-family: courgette;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 12px;
}

.works-wrapper .works-content {
    position: absolute;
}

.works-wrapper .works-content:nth-child(1) {
    left: 0;
    margin: auto;
    right: 0;
}

.works-wrapper .works-content:nth-child(2) {
    right: 0;
    top: 190px;
}

.works-wrapper .works-content:nth-child(3) {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.works-wrapper .works-content:nth-child(4) {
    left: 0;
    top: 190px;
}

.works-img {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -36px;
    transition: all 0.3s ease 0s;
}

.works-content:hover .works-img,
.works-content.open .works-img {
    opacity: 1;
}

.works-img img {
    border: 3px solid #139D23;
    border-radius: 100%;
}


/* service-booking */

.service-booking-area {
    background-position: 14% bottom;
    background-repeat: no-repeat;
    padding-bottom: 130px;
    padding-top: 150px;
}

.title {}

.title span {
    color: #575757;
}

.title h3 {
    color: #575757;
}

.title p {
    color: #575757;
}

.service-booking-img>img {
    width: 100%;
}

#service-booking {}

#service-booking input {
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    margin-bottom: 25px;
    padding-left: 17px;
    text-transform: capitalize;
    width: 100%;
    transition: .3s;
}

#service-booking input:hover {
    color: #139D23;
    border-color: #139D23
}

#service-booking textarea {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
    height: 120px;
    padding: 17px;
    text-transform: capitalize;
    width: 100%;
    transition: .3s;
}

#service-booking textarea:hover {
    color: #139D23;
    border-color: #139D23
}

#service-booking>button {
    background: #139D23 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 15px;
    margin-top: 25px;
    padding: 16px 41px;
    transition: all 0.3s ease 0s;
}

#service-booking>button:hover {
    background: #000;
}


/* pricing */

.pricing-area {}

.pricing-inner {}

.pricing-inner [class*="col"] {
    padding: 0 10px;
}

.pricing-wrapper {
    border-radius: 15px;
    padding: 52px 0;
}

.pricing-wrapper.active {
    box-shadow: 0 10px 30px rgba(82, 182, 188, 0.25);
    transform: scale(1.13);
    z-index: 999;
    position: relative;
}

.pricing-icon {
    margin-bottom: 19px;
}

.pricing-icon img {}

.pricing-head {}

.pricing-head h3 {
    color: #4e4e4e;
    font-family: courgette;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 23px;
}

.price {
    color: #139D23;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
}

.price span {
    color: #139D23;
    font-size: 15px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 0;
}

.pricing-menu {
    padding-bottom: 42px;
    padding-top: 31px;
}

.pricing-menu li {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 12px;
}

.pricing-menu li:last-child {
    padding-bottom: 0;
}

.pricing-btn>a {
    border: 2px solid #139D23;
    color: #139D23;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 32px;
    border-radius: 30px;
    transition: .3s;
}

.pricing-btn>a:hover,
.pricing-btn.active>a {
    color: #fff;
    border-color: #139D23;
    background: #139D23;
}

.price-box-left {
    padding-left: 100px;
    padding-right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

.pricing {
    box-shadow: 0 10px 30px 0 rgba(82, 182, 188, 0.25);
    padding-top: 44px;
    position: relative;
    transform: scale(1.08);
    z-index: 999;
}

.pricing-icon {
    margin-bottom: 19px;
}

.pricing-icon img {}

.pricing-head {}

.pricing .pricing-head h3 {
    font-size: 26px;
    margin-bottom: 30px;
}

.pricing .price {
    font-size: 36px;
}

.price span {
    color: #139D23;
    font-size: 15px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 0;
}

.pricing .pricing-menu {
    padding-bottom: 52px;
    padding-top: 42px;
}

.pricing-menu li {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 13px;
}

.pricing-menu li:last-child {
    padding-bottom: 0;
}

.pricing-btn>a {
    border: 2px solid #139D23;
    color: #139D23;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 32px;
    border-radius: 30px;
    transition: .3s;
}

.pricing-btn>a:hover {
    color: #fff;
    border-color: #139D23;
    background: #139D23;
}

.pricing-inner {
    padding: 0 70px;
}


/* testimonial */

.testimonial-area {}

.testimonial-wrapper {}

.testimonial-content {
    box-shadow: 0 0 20px 0 rgba(82, 182, 188, 0.25);
    padding: 35px 29px 39px 35px;
    position: relative;
    min-height: 269px;
}

.testimonial-content::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 7px 0 0 15px;
    bottom: -18px;
    box-shadow: -2px 3px 4px rgba(82, 182, 188, 0.1);
    content: "";
    height: 40px;
    left: 56px;
    position: absolute;
    transform: rotate(-45deg);
    width: 40px;
}

.testimonial-content p {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 28px;
}

.testimonial-information {
    margin-left: 36px;
    margin-top: 37px;
    overflow: hidden;
}

.testimonial-img {
    float: left;
    margin-right: 22px;
}

.testimonial-img img {}

.testimonial-name {
    padding-top: 17px;
}

.testimonial-name h3 {
    color: #5c5c5c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonial-name span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #a5a5a5;
}

.testimonial-active.owl-carousel .owl-item img {
    display: inline-block;
}


/* latest-news */

.latest-news-area {}

.latest-news-wrapper {}

.latest-news-img {}

.latest-news-img a {}

.latest-news-img img {
    width: 100%;
}

.news-content {
    background: #edf0f2 none repeat scroll 0 0;
    border-bottom: 4px solid #139D23;
    margin: -50px 20px 0;
    padding: 27px 22px 20px;
    position: relative;
    z-index: 9999;
}

.news-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 23px;
    padding: 0 19px;
    text-align: center;
}

.news-content h3 a {
    color: #575757;
    transition: .3s;
}

.news-content h3 a:hover {
    color: #139D23;
}

.news-content p {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.date {
    font-family: courgette;
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
}

.date i {
    margin-right: 10px;
}

.comment {
    float: right;
    font-family: courgette;
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
}

.comment i {
    margin-right: 10px;
}


/* action-area */

.action-area {}

.action-wrapper {}

.action-text {}

.action-text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.action-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.action-right-wrapper {
    overflow: hidden;
    padding-top: 14px;
}

.action-form {
    text-align: right;
}

.action-form form {}

.action-form input {
    background: #369fa5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #f1f1f1;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 46px;
    margin-right: 21px;
    padding-left: 35px;
    width: 61%;
}

.action-form input::placeholder {
    color: #f1f1f1;
}

.action-form input::-webkit-placeholder {
    color: #f1f1f1;
}

.action-form input::-moz-placeholder {
    color: #f1f1f1;
}

.action-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 46px;
    transition: all 0.3s ease 0s;
}

.action-form button:hover {
    background: #fff;
    color: #139D23;
}


/* footer-top */

.footer-top-area {}

.footer-wrapper {
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 18px;
    width: 100px;
}

.footer-logo a {}

.footer-logo a img {
    width: 100%;
    background-size: cover;
}

.footer-text {
    padding-right: 45px;
}

.footer-text p {
    color: #9d9d9d;
    margin-bottom: 0;
}

.footer-icon {
    margin-top: 18px;
}

.footer-icon a {
    border-radius: 30px;
    color: #9a9a9a;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    background: #edf0f2;
}

.footer-icon a:hover {
    color: #139D23;
}

.footer-title {
    color: #575757;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
}

.footer-menu {}

.footer-menu li {
    padding-bottom: 13px;
}

.footer-menu li:last-child {
    padding-bottom: 0
}

.footer-menu li a {
    color: #696969;
    font-size: 14px;
    font-weight: 300;
    transition: .3s;
}

.footer-menu li a:hover {
    padding-left: 5px;
    color: #139D23;
}

.footer-img {
    margin: 0 -7px;
}

.footer-img>li {
    float: left;
    overflow: hidden;
    padding: 7px;
    width: 33.33%;
}

.footer-img a {
    position: relative;
    display: block;
}

.footer-img a::before {
    background: #139D23 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .3s;
}

.footer-img a:hover::before {
    opacity: .7;
}

.footer-img img {
    width: 100%;
}


/* footer-bottom */

.footer-bottom-area {
    border-top: 1px solid #eeeeee;
}

.footer-bottom {
    border-top: 1px solid #d7d7d7
}

.copyright {}

.copyright p {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.copyright p a {
    color: #696969;
    transition: .3s;
}

.copyright p a:hover {
    color: #139D23;
}


/* service */

.service-area {}

.service-wrapper {
    position: relative;
}

.service-img {
    position: relative;
    overflow: hidden
}

.service-img::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #139D23;
    opacity: .8;
    z-index: 9;
}

.service-img img {
    width: 100%;
    transition: .3s
}

.service-wrapper:hover .service-img img {
    transform: scale(1.2) rotate(7deg)
}

.service-content {
    left: 0;
    padding: 0 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.service-icon-img {
    margin-bottom: 27px;
}

.service-icon-img img {}

.service-text {}

.service-text h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
}

.service-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 22px;
}

.service-text a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}


/* cleaning-area */

.cleaning-area {
    background-position: 26.6% bottom;
    background-repeat: no-repeat;
    /* padding-bottom: 110px; */
    padding-top: 104px;
}

.cleaning {
    background-position: left bottom;
}

.Cleaning-wrapper {}

.cleaning-text {}

.cleaning-text h2 {
    color: #656565;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cleaning-text span {
    color: #139D23;
}

.cleaning-text p {
    color: #8f8f8f;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
}

.cleaning-text ul {}

.cleaning-text ul li {
    color: #818181;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 8px;
}

.cleaning-text ul li:last-child {
    padding-bottom: 0;
}

.box-layout .Cleaning-wrapper {
    padding-left: 40px;
    padding-right: 20px;
}


/* booking-area */

.booking-area {
    background-size: cover;
    background-position: center center;
}

.booking-title {
    z-index: 9999;
    position: relative;
}

.booking-title span {
    color: #fff;
    display: inline-block;
    font-family: courgette;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 9px;
}

.booking-title h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.booking-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: auto auto 0;
    width: 536px;
}

.col-md-offset-1.col-md-10>form {
    display: flex;
    justify-content: space-between;
}

.booking-form {}

#booking-form>input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 43px;
    margin-right: 15px;
    padding-left: 20px;
    text-transform: capitalize;
    width: 24%;
    transition: .3s;
}

#booking-form>input:hover {
    border-color: #139D23;
}

#booking-form>input::placeholder {
    color: #fff;
}

#booking-form>input::-webkit-placeholder {
    color: #fff;
}

#booking-form>input::-moz-placeholder {
    color: #fff;
}

#booking-form>button {
    background: #139D23 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding: 14px 43px;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}

#booking-form>button:hover {
    background: #000;
}


/* testimonial-2-area */

.testimonial-2-area {}

.testimonial-wrapper-2 {
    padding: 0 20px;
}

.col-offset {
    margin: auto;
    width: 70%;
}

.testimonial-2-content {
    box-shadow: 0 0 20px 0 rgba(82, 182, 188, 0.25);
    padding: 53px 80px;
    position: relative;
}

.testimonial-2-content::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px 0 0 15px;
    bottom: -18px;
    content: "";
    height: 40px;
    left: 47%;
    position: absolute;
    transform: rotate(-45deg);
    width: 40px;
    box-shadow: -2px 3px 4px rgba(82, 182, 188, 0.1);
}

.testimonial-2-content>p {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.testimonial-2-information {
    margin-top: 37px;
}

.testimonial-2-img {
    margin-bottom: 7px;
}

.testimonial-2-name {}

.testimonial-2-name h3 {
    color: #5c5c5c;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.testimonial-2-name span {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 400;
}

.testimonial-2-active.owl-carousel .owl-item img {
    display: inline-block;
    width: inherit;
}

.testimonial-2-active .owl-nav div {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(82, 182, 188, 0.25);
    color: #7d7d7d;
    font-size: 24px;
    height: 36px;
    left: 0;
    line-height: 36px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 34%;
    transition: all 0.3s ease 0s;
    width: 36px;
}

.testimonial-2-active .owl-nav div.owl-next {
    left: auto;
}

.testimonial-2-active:hover .owl-nav div {
    opacity: 1;
}

.testimonial-2-active .owl-nav div:hover {
    background: #139D23;
    color: #fff;
}

.testimonial-2-active:hover .owl-nav div.owl-next {
    left: auto;
}


/* breadcrumb-banner-area */

.breadcrumb-banner-area {}

.breadcrumb-text {
    position: relative;
    z-index: 1;
}

.breadcrumb-text h1 {
    color: #ffffff;
    font-family: courgette;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.breadcrumb-menu {}

.breadcrumb-menu ul {}

.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 3px;
    text-transform: capitalize;
}

.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    display: inline-block;
    float: right;
    font-size: 20px;
    position: relative;
    right: -5px;
    top: 2px;
}

.breadcrumb-menu ul li:last-child:after {
    display: none
}

.breadcrumb-menu span {
    color: #fff;
    font-size: 18px;
    font-family: courgette;
    font-weight: 400;
}

.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    font-family: courgette;
    font-weight: 400;
}


/* single-service-area */

.single-service-area {}

.single-service-wrapper {
    background: #fff;
    float: left;
}

.single-service-img {}

.single-service-img img {
    width: 100%;
}

.single-service-text {
    padding: 55px 70px 65px;
}

.single-service-text h2 {
    color: #575757;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-service-text p {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.panel-area {
    border: 1px solid #edf0f2;
    padding: 40px 30px 25px 35px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    padding: 0;
}

.panel-title {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    color: #686868;
    font-weight: 400;
}

.panel-heading h4 a {
    color: #696969;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    display: block;
}

.panel-heading h4 a::after {
    color: #139D23;
    content: "";
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
    margin-top: -2px;
    padding: 0 10px 0 0;
}

.panel-heading h4 a.collapsed::after {
    content: "";
}

.panel-default>.panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.panel {
    background-color: #fff;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    padding-bottom: 13px;
}

.panel:last-child {
    padding-bottom: 0;
}

.text h4 span {
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    display: inline-block;
    float: right;
    height: 25px;
    line-height: 23px;
    text-align: center;
    width: 25px;
}

.panel-body>p {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.panel-default>.panel-heading+.panel-collapse {
    overflow: hidden;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0 none;
}

.text h4 span i {
    font-size: 16px;
    color: #a4a4a4;
}

.single-service-text>h4 {
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 15px;
}

.single-service-info {
    margin-top: 50px;
}

.single-service-info>p {
    margin-bottom: 24px;
}

.service-widget {
    padding: 30px;
}

.single-service-info>p:last-child {
    margin-bottom: 0;
}

.service-link {}

.service-link li {
    border-bottom: 2px solid #edf0f2;
    padding: 18px 26px;
}

.service-link li:last-child {
    border-bottom: 0;
}

.service-link li a {
    color: #575757;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.service-link li a:hover {
    color: #139D23;
}

.recent-posts>li {
    margin-bottom: 25px;
    overflow: hidden;
}

.recent-posts>li:last-child {
    margin-bottom: 0;
}

.service-widget-image {
    float: left;
    overflow: hidden;
}

.service-widget-body {
    margin-left: 93px;
}

.service-title {
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.service-widget-body>span {
    font-size: 12px;
    font-family: courgette;
    font-weight: 400;
    color: #8f8f8f;
}

.service-widget-body h5 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 4px;
}

.service-widget-body h5 a {
    color: #575757;
    transition: all 0.3s ease 0s;
}

.service-widget-body h5 a:hover {
    color: #139D23;
}

.tag li {
    display: inline-block;
    margin-bottom: 17px;
    margin-right: 17px;
}

.tag li a {
    border: 1px solid #cbcbcb;
    color: #232323;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 14px 28px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single-service-widget {
    padding: 30px 4px 12px 25px;
}

.tag-title {
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.service-tag {}

.service-tag li {
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 8px;
}

.service-tag li a {
    border: 1px solid #edf0f2;
    border-radius: 4px;
    color: #9a9a9a;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 25px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.service-tag li a:hover {
    color: #139D23;
    border-color: #139D23;
}


/* gallery-area */

.gallery-area {}

.gallery-wrapper {}

.gallery-img {
    overflow: hidden;
    position: relative;
}

.gallery-img::before {
    background: #52b6bb none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    transition: .3s;
    z-index: 999
}

.gallery-wrapper:hover .gallery-img:before {
    opacity: .9;
}

.gallery-img>a {
    display: block;
}

.gallery-img a img {
    width: 100%;
    transition: .3s;
}

.gallery-wrapper:hover .gallery-img a img {
    transform: scale(1.2) rotate(7deg);
}

.gallery-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translatey(-50%) scale(0);
    transition: .3;
    opacity: 0;
    transition: .3s;
    z-index: 999;
}

.gallery-wrapper:hover .gallery-icon {
    opacity: 1;
    transform: translatey(-50%) scale(1)
}

.gallery-icon a {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    height: 45px;
    width: 45px;
    width: 45px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}

.gallery-icon a i {}


/* map */

#map {
    height: 455px;
    width: 100%;
}


/* contact-area */

.contact-area {}

.contact-left-wrapper {
    background: #139D23 none repeat scroll 0 0;
    padding: 62px 70px 64px 72px;
}

.contact-text {}

.contact-text h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px;
}

.contact-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.contact-text>span {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-text>span:last-child {
    margin-bottom: 0;
}

.contact-icon {
    margin-top: 24px;
}

.contact-icon a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 20px;
}

.contact-icon a:last-child {
    margin-right: 0;
}

.contact-right-wrapper {
    margin-top: 15px;
}

.contact-right-wrapper.mb-30>h4 {
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 26px;
}

.contact-1 {
    padding-right: 57px;
}

#contact-form input {
    border: 1px solid #e9e9e9;
    color: #a5a5a5;
    font-size: 13px;
    font-weight: 200;
    height: 36px;
    margin-bottom: 20px;
    padding-left: 20px;
    text-transform: capitalize;
    width: 100%;
}

#contact-form textarea {
    border: 1px solid #e9e9e9;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
    height: 132px;
    padding: 20px;
    text-transform: capitalize;
    width: 100%;
}

#contact-form>button {
    background: #139D23 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-left: 15px;
    margin-top: 25px;
    padding: 15px 42px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#contact-form>button:hover {
    background: #000 none repeat scroll 0 0;
}


/* about-area */

.about-area {}

.about-title {
    margin-bottom: 36px;
}

.about-wrapper.mb-30 {
    padding-top: 55px;
}

.about-title h4 {
    color: #777777;
    font-family: courgette;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
}

.about-title>p {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.progress-title {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.about-title h1 {
    color: #646464;
    font-family: courgette;
    font-size: 40px;
    font-weight: 400;
}

.about-title span {
    color: #139D23;
}

.progress-bar {
    background-color: #139D23;
    box-shadow: none;
}

.pull-right {
    color: #139D23;
}

.progress {
    border-radius: 0;
    box-shadow: none;
    height: 8px;
    margin-bottom: 22px;
}

.progress:last-child {
    margin-bottom: 0;
}


/* paginations */

.paginations {
    clear: both;
}

.paginations ul li {
    display: inline-block;
    margin-right: 10px;
}

.paginations ul li a {
    border: 1px solid #bebebe;
    border-radius: 100%;
    color: #8b8b8b;
    display: table-cell;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40px;
}

.paginations ul li:hover a,
.paginations ul li.active a {
    background: #139D23;
    color: #fff;
    border-color: #139D23;
}


/* blog-area */

.blog-post {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.blog-thumb img {
    width: 100%;
}

.blog-thumb a {
    position: relative;
    display: block;
}

.blog-icon {
    background: #000000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    left: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 40px;
}

.blog-quote a blockquote {
    border: 0 none;
    margin: 0;
    padding: 120px 78px 120px 160px;
    transition: all 0.3s ease-out 0s;
}

.blog-quote a blockquote p {
    color: #262626;
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
}

.blog-quote {
    position: relative;
    background: #f4feff none repeat scroll 0 0;
}

.blog-quote::before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 29px;
    left: 44px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 60px;
    color: #a8a8a8;
}

.blog-quote a blockquote footer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.blog-content {
    padding: 35px 40px;
}

.blog-content p {
    color: #666666;
    line-height: 28px;
    margin-bottom: 0;
}

.post-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.post-title>a {
    color: #575757;
    transition: .3s;
}

.post-title>a:hover {
    color: #139D23;
}

.blog-meta {
    margin-bottom: 18px;
}

.blog-meta span {
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    margin-right: 17px;
    position: relative;
    text-transform: uppercase;
}

.blog-meta span::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: -13px;
    position: absolute;
    top: 8px;
    width: 6px;
}

.blog-meta span:first-child::before {
    display: none;
}

.blog-meta a {
    color: #888888;
    transition: all 0.3s ease 0s;
}

.blog-meta a:hover {
    color: #139D23;
}

.read-more {
    margin-top: 30px;
}

.read-more a {
    border: 1px solid #dddddd;
    color: #777777;
    display: inline-block;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.read-more a:hover {
    background: #139D23;
    border-color: #139D23;
    color: #ffffff;
}

.blog-thumb-active .owl-nav div {
    background: #000000 none repeat scroll 0 0;
    color: #bcbcbc;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    left: 0;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
}

.blog-thumb-active .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.blog-thumb-active:hover .owl-nav div {
    opacity: 1;
}

.blog-thumb-active:hover .owl-nav div:hover {
    background: #139D23;
    color: #fff;
    border: #fff;
}

.blog-thumb-active:hover .owl-nav div.owl-next {
    left: auto;
}

.post-title span {
    background: #000000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    left: 40px;
    line-height: 40px;
    margin-right: 17px;
    text-align: center;
    width: 40px;
}

.blog-widget-img>img {
    width: 100%;
}

.blog-widget-title {
    padding: 30px;
    background: #fafafa;
}

.blog-widget-title>p {
    color: #646464;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 21px;
}

.blog-widget-title h4 {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.blog-widget-icon {
    margin-top: 15px;
}

.blog-widget-title>span {
    font-weight: 400;
    font-size: 12px;
    color: #2f2f2f;
}

.blog-widget-icon>a {
    color: #a0a0a0;
    font-size: 16px;
    margin-right: 30px;
}

.blog-widget-icon>a:hover {
    color: #139D23;
}

.blog-widget-icon>a:last-child {
    margin-right: 0;
}

.widget {
    overflow: hidden;
}

.search-form {
    overflow: hidden;
    position: relative;
}

.search-form input {
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    float: left;
    height: 50px;
    padding-left: 20px;
    width: 100%;
}

.search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #b5b5b5;
    font-size: 16px;
    height: 100%;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 55px;
    transition: .3s;
}

.search-form button:hover {
    color: #139D23;
}

.widget-title {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.widget-title::after {
    border-bottom: 2px solid #6d6d6d;
    content: "";
    display: block;
    margin: 26px auto 40px 0;
    position: relative;
    width: 52px;
    z-index: 1;
}

.widget-title::before {
    border-bottom: 2px solid #f1f1f1;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

.recent-posts {}

.recent-posts>li {
    margin-bottom: 30px;
    overflow: hidden;
}

.recent-posts>li:last-child {
    margin-bottom: 0;
}

.widget-posts-image {
    float: left;
    overflow: hidden;
}

.widget-posts-body {
    margin-left: 138px;
}

.widget-posts-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.widget-posts-meta {
    color: #232323;
    font-size: 12px;
    font-weight: 400;
}

.widget-posts-title>a {
    color: #646464;
    transition: .3s;
}

.widget-posts-title>a:hover {
    color: #139D23;
}

.blog-categories>li {
    border-bottom: 1px solid #e5e5e5;
    color: #4c4c4c;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}

.blog-categories>li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.blog-categories>li:first-child {
    padding-top: 0;
}

.blog-categories a {
    color: #646464;
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    transition: .3s;
}

.blog-categories a:hover {
    color: #139D23;
}

.count {
    color: #646464;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
}

.Recent-comment {}

.Recent-Comment>li {
    margin-bottom: 30px;
}

.Recent-Comment>li:last-child {
    margin-bottom: 0
}

.recent-comment-icon {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.recent-comment-icon i {
    color: #969696;
    font-size: 20px;
}

.recent-comment-text {
    overflow: hidden;
}

.recent-comment-text h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 2px;
    transition: .3s;
}

.recent-comment-text h4 a {
    color: #262626;
    transition: .3s;
}

.recent-comment-text h4 a:hover {
    color: #139D23;
}

.recent-meta span {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 500;
    margin-right: 17px;
    position: relative;
    text-transform: uppercase;
}

.recent-meta span::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: -13px;
    position: absolute;
    top: 8px;
    width: 5px;
}

.recent-meta span:first-child::before {
    display: none;
}

.img-widgets {
    position: relative;
}

.img-widgets>img {
    width: 100%;
}

.img-title {
    margin-left: 126px;
    overflow: hidden;
    position: absolute;
    top: 120px;
}

.img-title>h4 {
    color: #262626;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.img-title>a {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin-left: 101px;
    margin-top: 88px;
}

.news-form {
    position: relative;
}

.news-form input {
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    float: left;
    height: 50px;
    padding-left: 20px;
    width: 100%;
}

.news-form button {
    background: #2c2c2c none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.news-form button:hover {
    background: #139D23;
    ;
}

.Instagram-img {}

.Instagram-img li {
    float: left;
    overflow: hidden;
    padding: 3px;
    width: 33.33%;
}

.Instagram-img li a {}

.Instagram-img img {
    width: 100%;
}

.tweets-post {}

.tweets-post>li {
    margin-bottom: 22px;
}

.tweets-post>li:last-child {
    margin-bottom: 0;
}

.tweets-icon-tittle {}

.tweets-icon-tittle h5 {
    margin-bottom: 10px;
}

.tweets-icon-tittle h5 i {
    color: #262626;
    font-size: 20px;
    margin-right: 6px;
}

.tweets-icon-tittle h5 a {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
}

.tweets-icon-tittle h5 a:hover {
    color: #139D23;
}

.tweets-icon-tittle>p {
    color: #262626;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
}

.Social-Network {}

.Social-icon>a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #262626;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 88px;
}

.Social-icon>a:hover {
    background: #139D23;
    color: #fff;
}

.tag {}

.tag li {
    display: inline-block;
    margin-bottom: 17px;
    margin-right: 17px;
}

.tag li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.tag li a {
    border: 1px solid #cbcbcb;
    color: #232323;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 14px 28px;
    text-align: center;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    text-transform: capitalize;
}

.tag li a:hover {
    background: #139D23;
    border-color: #139D23;
    color: #fff;
}

blockquote {
    border-left: 5px solid #4b4a4a;
    color: #666666;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin: 52px 0 54px 70px;
    padding: 0 70px 0 26px;
}

.blog-menu {
    margin: 47px 100px 46px;
}

.blog-menu li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 19px;
    position: relative;
    list-style: inside;
}

.blog-menu li:last-child {
    margin-bottom: 0;
}

.blog-banner {
    margin-bottom: 40px;
    margin-top: 55px;
}

.banner-img {}

.banner-img>img {
    width: 100%;
}

.user-info {
    display: block;
    margin: 47px 0 53px;
    overflow: hidden;
}

.user-text {
    color: #666666;
    display: inline-block;
    float: left;
    letter-spacing: 2px;
}

.user-name {
    padding-right: 47px;
}

.user-share {
    display: inline-block;
    float: right;
}

.user-share>span {
    color: #666666;
    display: inline-block;
    float: left;
    letter-spacing: 3px;
    margin-right: 14px;
}

.user-share>ul {
    display: inline-block;
}

.user-share>ul>li {
    display: inline-block;
    float: left;
    margin-left: 30px;
}

.user-share>ul>li:first-child {
    margin-left: 0;
}

.user-share a {
    color: #666666;
}

.user-text a {
    color: #666666;
}

.next-prev {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}

.next-prev a {
    background-color: #ffffff;
    border-radius: 5px;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px 20px;
    text-transform: capitalize;
    transition: .3s;
}

.next-prev a:hover {
    background-color: #139D23;
    color: #ffffff;
}

.next-prev a i {
    color: #666666;
    font-size: 11px;
    transition: all 0.3s ease 0s;
}

.next-prev a:hover i {
    color: #ffffff;
}

a.next-btn {
    float: right;
}

.author {
    display: block;
    margin: 100px 0;
    overflow: hidden;
}

.author-img {
    display: inline-block;
    float: left;
}

.author-info>h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.author-info>h4 a {
    color: #666666;
    transition: .3s;
}

.author-info>h4 a:hover {
    color: #139D23;
}

.author-info {
    padding: 0 80px 0 152px;
}

.author-info>h4 a span {
    color: #999999;
    font-size: 14px;
    margin-left: 7px;
}

.author-info>p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.related-post {
    display: block;
    overflow: hidden;
}

.sidebar-title {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 64px;
    position: relative;
    text-transform: uppercase;
}

.sidebar-title::before {
    background-color: #000000;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 120px;
}

.single-related-post img {
    width: 100%;
}

.related-post-title {
    margin-top: 20px;
}

.related-post-title>h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.related-post-title>h3 a {
    color: #202020;
    transition: .3s;
}

.related-post-title>h3 a:hover {
    color: #139D23;
}

.related-post-title>span {
    color: #636363;
    font-size: 13px;
}

.single-comment {
    position: relative;
}

.comment-img {
    display: inline-block;
    float: left;
}

.comment-text {
    padding-left: 150px;
}

.comment-text>h3 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.comment-text>p {
    color: #525252;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 24px;
    padding-right: 25px;
}

.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.single-comment.comment-border:last-child {
    margin-bottom: 0;
}

.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.comment-text>a {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: .3s;
}

.comment-text>a:hover {
    background-color: #139D23;
    color: #ffffff;
    border-color: #139D23;
}

.replay-comment {
    margin-left: 150px;
}

.leave-comment>h3 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.leave-comment>h3 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.leave-comment>p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.leave-comment-form {
    margin-top: 40px;
}

.leave-comment-form form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 178px;
    letter-spacing: 1px;
    padding: 30px;
    width: 100%;
}

.leave-comment-form form input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 48px;
    letter-spacing: 1px;
    padding: 2px 30px;
    width: 100%;
}

.leave-comment-form .submit {
    background-color: #139D23;
    border: 1px solid #139D23;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 11px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.leave-comment-form .submit:hover {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #666666;
}

#scrollUp {
    background: #444444 none repeat scroll 0 0;
    bottom: 30px;
    color: #ffffff;
    height: 40px;
    right: 30px;
    text-align: center;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 40px;
}

#scrollUp i {
    font-size: 20px;
    line-height: 40px;
    transform: rotate(-45deg);
}

#scrollUp:hover {
    background: #139D23;
    color: #ffffff;
}


/* box-layout */

.layout {
    background-position: center center;
    background-size: cover;
}

.box-layout {
    margin: auto;
    width: 1230px;
}

.footer-text1 {
    width: 100%;
    float: left;
}

.footer-text1 i {
    float: left;
    margin-right: 10px;
}

.footer-text1 p {
    float: left;
    line-height: 10px;
}

.list-s {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.list-s span {
    color: #139D23;
    font-size: 22px;
    line-height: 1em;
    float: left;
    margin-right: 10px;
}

.list-s p {
    width: calc(100% - 35px);
    float: left;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 7px;
}

.eco-img {
    width: 150px;
    float: right;
    margin-top: -30px;
}

.eco-img img {
    width: 100%;
    background-size: cover;
}

.eco-img1 {
    width: 200px;
    margin: 0 auto;
    margin-top: 0px;
}

.eco-img1 img {
    width: 100%;
    background-size: cover;
}


/*** 

====================================================================
	Office Section
====================================================================

 ***/

.office-section {
    position: relative;
    padding: 50px 0px 70px;
}

.office-section .inner-container {
    padding-left: 40px;
    padding-right: 40px;
}

.office-section .title-box {
    position: relative;
    padding-top: 70px;
    margin-bottom: 55px;
}

.office-section .title-box:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0px;
    right: -40px;
    height: 210px;
    background-color: #e9ede7;
}

.office-section .title-box h2 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
}

.office-section .office-section {
    position: relative;
}


/*Office Block*/

.office-block {
    position: relative;
    margin-bottom: 30px;
}

.office-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 15px 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
}

.office-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #599b47;
    text-align: center;
    overflow: hidden;
    font-size: 34px;
    margin: 0 auto;
    line-height: 80px;
    border-radius: 50%;
    margin-top: -40px;
    margin-bottom: 35px;
    display: inline-block;
    background-color: #e9ede7;
}

.office-block .inner-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
    color: #262626;
    margin-bottom: 15px;
}

.office-block .inner-box .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 25px;
}

.office-block .inner-box .link-btn {
    position: relative;
    color: #599b47;
    font-size: 18px;
    font-weight: 500;
}


/*** 

====================================================================
	Fullwidth Section
====================================================================

 ***/

.fullwidth-map-section {
    position: relative;
    background-color: #000000;
}

.fullwidth-map-section .map-canvas {
    position: relative;
    height: 550px;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
}

.ser-1 {
    width: 100%;
}

.ser-1 img {
    width: 100%;
    background-size: cover;
}

.review1 i {
    color: #F4E20F;
    font-size: 18px;
    margin-right: 5px;
}


/*shine effect*/

.shine-btn {
    transition: 0.6s;
    overflow: hidden;
    position: relative;
}

.shine-btn:focus {
    outline: 0;
}

.shine-btn:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:hover {
    cursor: pointer;
}

.shine-btn:hover:before {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}

.shine-btn:hover:after {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}

.shine {
    position: absolute;
    top: -30%;
    left: 6%;
    pointer-events: none;
    z-index: 9999;
}

#starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    z-index: 9999;
}

.shine {
    display: block;
    position: absolute;
    background-image: url(../img/glitter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    width: 130px;
    height: 130px;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    animation: glitter 6s linear 0s infinite normal;
}

.shine.shine-1 {
    top: 50%;
    left: 33%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.shine.shine-2 {
    top: 80%;
    left: 50%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.shine.shine-3 {
    top: 26%;
    left: 83%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.shine.shine-4 {
    top: 30%;
    left: 40%;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.shine.shine-5 {
    top: 20%;
    left: 60%;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@-moz-keyframes glitter {
    0% {
        -moz-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -moz-transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -moz-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -moz-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}