/*  Lawnella */


/************ TABLE OF CONTENTS *************** 

1. Fonts
2. Reset
3. Global Settings
4. Preloader
5. Topbar
6. Mid_bar
7.  Slider-css
8.  Heading-css
9.  Home page one
10. Home Page Two
11. Home Page Three
12. Page Header
13. About Us Page
14. 404 page
15. faqs page
16. Price plans Page
17. Two Column Manasory Page
18. Three Column Mansdory Page
29. Two Column Grid Page
20. Three Column Grid Page
21. Product Details Page
22. Service 01
23. Testimonial Page
24. Service Single Page
25. Blog Single Page
26. Blog Left Sidebar Page
27. pagination
28. Contact Page
29. Home Page Four 
30. Products
31. My Account
32. Shopping Cart
33. Checkout
34. Product Single
35. media-queries


**********************************************/

@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&amp;display=swap');

/*

font-family: 'Source Serif Pro', serif;
font-family: 'Poppins', sans-serif;


*/

body {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

body .page_wapper {
    position: relative;
    overflow: hidden;
}


/*-----------------scroolbar-------------*/

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f4f4f4;
    -moz-box-shadow: inset 0 0 6px #f4f4f4;
    box-shadow: inset 0 0 6px #f4f4f4;
    background: #f4f4f4;
}

body::-webkit-scrollbar-thumb {
    background: #209e2e;
    -webkit-box-shadow: inset 0 0 6px #209e2e;
    -moz-box-shadow: inset 0 0 6px #209e2e;
    box-shadow: inset 0 0 6px #209e2e;
}

body::-webkit-scrollbar-thumb:window-inactive {
    background: #209e2e;
}


/*-----------------scroolbar-------------*/


/*** 

====================================================================
	Reset
====================================================================
 ***/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*** 

====================================================================
Global Settings
====================================================================

***/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h5 {
    padding: 0;
    margin: 0;
    font-family: 'Source Serif Pro', serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.theme_btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #209e2e;
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    transition: all .5s ease;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.theme_btn:hover {
    color: #252525;
}

 :focus {
    outline: -webkit-focus-ring-color auto 0px;
}

#scroll1 {
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #209e2e;

    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
}

#scroll1 span {
    transform: rotate(-90deg);
    font-size: 24px;
    display: block;
    color: #fff;
}

#scroll1:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}

.image {
    position: relative;
}


/*--------------------------------------------------------
========================Preloader===========================
--------------------------------------------------------*/


/*--------------------------------------------------------
========================Topbar===========================
--------------------------------------------------------*/

.topbar {
    padding: 10px 0px;
    background: #1c1c1c;
}

.topbar ul li {
    display: inline-block;
    font-size: 15px;
    color: #828282;
    line-height: 26px;
    margin-right: 20px;
    line-height: 30px;
}

.topbar ul li:last-child {
    margin: 0px;
}


/*--------------------------------------------------------
========================mid_bar===========================
--------------------------------------------------------*/


/*--------------------------------------------------------
========================Home Header One===========================
--------------------------------------------------------*/

.navbar {
    padding: 0px;
}

.site-logo {
    position: relative;
}

@media(max-width:600px) {
/*
    .site-logo img {
        width: 150px;
    }
*/
	.page-header{
		    padding-top: 60px;
    padding-bottom: 100px;
	}
}


/*--------------------------------------------------------
========================Slider-css===========================
--------------------------------------------------------*/

.ban_lay_one {
    position: relative;
    margin-bottom: 10px;
	    padding-bottom: 20px;
}

.ban_lay_one span {
    float: left;
    color: #fff;
	    font-size: 60px;
}

.ban_lay_one p {
    margin-left: 75px!important;
    padding-top: 10px!important;
    font-weight: 600;
    color: #fff;
}


/*--------------------------------------------------------
========================Heading-css===========================
--------------------------------------------------------*/

.heading {
    position: relative;
    margin-bottom: 50px;
   
  
}

.heading.single {
    text-align: left;
}

.heading h1 {
    font-size: 40px;
    font-weight: 700;
    color: #252525;
    line-height: 48px;
    margin-bottom: 20px;
}
.heading .h1 {
    font-size: 31px;
    font-weight: 700;
    color: #252525;
    line-height: 38px;
    margin-bottom: 20px;
}

@media (max-width:1000px) {
    .heading h1 {
        padding: 0px;
    }
}

@media (max-width:600px) {
    .heading h1 {
        font-size: 30px;
        line-height: 38px;
    }
	.heading .h1 {
        font-size: 26px;
        line-height: 38px;
    }
}

@media (max-width:768px) {
    .heading {
        margin-bottom: 30px;
    }
}

.head_type_two {
    text-align: inherit;
}

.head_type_two h1 {
    padding: 0px;
}

.heading.head_type_two .right_content {
    position: relative;
    padding-top: 37px;
    padding-bottom: 20px;
}

.heading.head_type_two .right_content::before {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #209e2e;
    top: 8px;
    left: 0;
    content: '';
}

.heading.head_type_two .right_content p {
    font-size: 18px;
    color: #aaaaaa;
    line-height: 26px;
}

.heading_inner {
    position: relative;
    z-index: 0;
}


/*----------------------------------------------------------------------------------------------------------------
=====================================================Home page one================================================
----------------------------------------------------------------------------------------------------------------*/


/*--------------------=========service========-------------------*/


/*-----------------=============about_type_one-css==============------------------------*/

.about_type_one {
    position: relative;
    background: #f4f4f4;
    padding: 100px 0px 90px;
}

.about_type_one .heading {
    text-align: left;
    margin-bottom: 20px;
}

.about_type_one .heading h1 {
    padding: 0px;
}

.about_left {
    position: relative;
}

.about_left .image {
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}

@media(max-width:1000px) {
    .about_type_one .main_image {
        width: 100%;
    }
    .about_left .image {
        margin-bottom: 40px;
    }
}

.about_left .place {
    position: absolute;
    bottom: 30px;
    width: 100%;
    right: 117px;
}

.about_left h2 {
    position: absolute;
    font-size: 22px;
    color: #252525;
    line-height: 48px;
    font-weight: 700;
    background: #fff;
    width: 350px;
    text-align: center;
    height: 48px;
    right: 57px;
    bottom: 0px;
}

@media (max-width: 1199px) {
    .about_left h2 {
        position: absolute;
        font-size: 18px;
        width: 290px;
        left: 114px;
        bottom: 10px;
    }
    .about_left .place {
        bottom: 0;
    }
}

.header-title .header-p {
	color: #fff;
	    z-index: 8;
    line-height: 30px;
	max-width: 600px;

    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
  
    opacity: 1;
	padding-bottom: 31px;
 
}
/*-----------------------------=========nav-tems-css=============-------------------------------*/


/*------------------------------=====service_type_one-css==========------------------------------------*/


/*-----------------========================project_type_one-css==========-----------------------*/


/*------------------------=========features_type_one-css=============------------------------------*/


/*----------======testimonial_all.tp_one-css===========-------------*/


/*-----------=========quote_client_type_one-css=======-----------------*/


/*-----------=========newss-css=======-----------------*/


/*-----------=========map-css=======-----------------*/


/*-----------=========footer-css=======-----------------*/


/*--------------------------------------------------------------------------------------------------------------------------------------------
====================================================================Home Page Two===================================================================
---------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------======topbar.version_v2=======---------------------*/

.topbar.version_v2 {
    position: relative;
    background: #1c1c1c;
}

@media(max-width:3000px) and (min-width:1200px) {
    .topbar.version_v2 {
        height: 100px;
    }
}

.topbar.version_v2 li {
    color: #fff;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.topbar.version_v2 .left_side_elements li i {
    font-size: 16px;
    color: #209e2e;
    margin-right: 8px;
}

.topbar.version_v2 .left_side_elements li span {
    color: #209e2e;
}


/*------------------======header-style-v2=======---------------------*/

@media (min-width: 1200px) {
    .header-style-v2 .container {
        max-width: 1290px;
    }
}

@media(max-width:3000px) and (min-width:1200px) {
    .header-style-v2 .site-logo {
        position: relative;
        width: 400px;
        text-align: center;
        background: #fff;
		    margin-left: 50px;
        padding: 20.5px 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .header-style-v2 {
        position: absolute;
        z-index: 999;
        width: 100%;
        left: 0;
        top: 52px;
        background: transparent;
    }
}

@media(max-width:1199px) {
    .header-style-v2 {
        padding: 20px 0px;
    }
}

.header-style-v2 .bsnav {
    background: transparent;
}


/*------------------======custome_rating_awards-v2=======---------------------*/

.custome_rating_awards {

    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    margin-top: -116px;
}

.custome_rating_awards .awards img {
    height: 226px;
    border-radius: 5px;
}

.customer_rating_inner {
    position: relative;
    padding: 40px 40px 37px;
    border-radius: 5px;
    background: url(../img/resource/hm-2-customer-rating.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

.customer_rating_inner .content_inner {
    position: relative;
}

.customer_rating_inner .content_inner .icon_lf {
    float: left;
}

.customer_rating_inner .content_inner span {
    font-size: 50px;
    color: #209e2e;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 0;
    display: block;
    width: 80px;
}

.customer_rating_inner .content_inner span::after {
    position: absolute;
    content: '';
    background: #eaf721;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    left: 0;
    z-index: -10;
}

.customer_rating_inner .content_inner .text {
    margin-left: 110px;
    padding-bottom: 25px;
    border-bottom: 1px solid #198625;
}

.customer_rating_inner .content_inner .text h2 {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 8px;
}

.customer_rating_inner .content_inner .text p {
    color: #fff;
}

.customer_rating_inner .desc {
    padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

@media(max-width:992px) {
    .dp_none {
        display: none;
    }
    .custome_rating_awards {
        padding: 60px 0px;
        position: relative;
        background: url(../img/resource/hm-2-customer-rating.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: cover;
        margin: 0;
    }
    .customer_rating_inner {
        background: transparent;
        padding: 0px;
    }
}

@media(max-width:768px) {
    .customer_rating_inner .content_inner .icon_lf {
        float: none;
    }
    .customer_rating_inner .content_inner .text {
        margin-left: 0px;
        margin-top: 40px;
    }
}


/*------------------======service=======---------------------*/

.service_all.tp_three {
    position: relative;
/*    background: #1c1c1c;*/
    padding: 220px 0px 100px;
}

.service_all.tp_three .heading h1 {
    color: #252525;
}

.service_inner.type_three {
    position: relative;
    min-height: 365px;
   background: #1c1c1c;
    border-radius: 10px;
    padding: 45px 14px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    text-align: center;
    border: 2px solid #209e2e;
}

/*
.service_inner.type_three:hover {
    background: #1c1c1c;
    border: 2px solid #209e2e;
}
*/
.service_inner.type_three .icon_in img {
	display: inline;
	padding-top: 35px;
    font-size: 60px;
    line-height: 140px;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


/*
.service_inner.type_three:hover .icon_in span {
    color: #fff;
}
*/

.service_inner.type_three .icon_in {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #209e2e;
    margin: 0 auto;
   border: 2px solid #209e2e;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/*
.service_inner.type_three:hover .icon_in {
    border: 2px solid #209e2e;
    background: #209e2e;
}
*/

.service_inner.type_three .icon_in::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    top: 8px;
    border-radius: 50%;
    left: 8px;
    background: transparent;
    border: 2px dotted #fff;
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/*
.service_inner.type_three:hover .icon_in::before {
    opacity: 1;
}
*/

.service_inner.type_three .content_inner {
    position: relative;
    margin-top: 30px;
}

.service_inner.type_three .content_inner h2 a {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    line-height: 30px;
    display: block;
}

/*
.service_inner.type_three:hover .content_inner h2 a {
    color: #fff;
}
*/

.service_inner.type_three .content_inner p {
    margin-bottom: 30px;
}

@media(max-width:992px) {
    .service_all.tp_three {
        padding: 70px 0px;
    }
}


/*------------------======about-=======---------------------*/

.about_type_two {
    position: relative;
    padding: 20px 0px 0px;
}

.about_type_two .about_inner {
    position: relative;
	padding-bottom: 50px;
}

.about_type_two .heading {
    margin-bottom: 30px;
}

.icon_box_outer {
    position: relative;
    padding-bottom: 31px;
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 0px 15px;
}

.icon_box_outer span {
    float: left;
    font-size: 44px;
    color: #209e2e;
}
 .icon_box_outer .icon_box {
        margin-bottom: 17px;
    }
@media(max-width:992px) {
    .icon_box_outer .icon_box {
        margin-bottom: 20px;
    }
}

.icon_box_outer .text {
    margin-left: 70px;
    padding: 1px 0px 0px;
}

.about_type_two .first_desc {
    margin-bottom: 15px;
}

.icon_box_outer .text h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.about_type_two .about_content {
    position: relative;
    padding: 0px 0px 70px;
}


/*------------------======features-=======---------------------*/

.features_all.tp_two {
    position: relative;
    background: #f4f4f4;
    padding: 100px 0px 10px;
}

.features_all.tp_two .heading {
    border-bottom: 1px solid #e1e1e1;
}

.features_all.tp_two .heading h1 {
    margin-bottom: 25px;
}

.features_inner.type_two {
    position: relative;
	    margin-bottom: 36px;
}

.features_inner.type_two::before {
    position: absolute;
    content: '';
    background: #e1e1e1;
    width: 1px;
    height: 90%;
    right: -21px;
    top: 10px;
}

@media(max-width:600px) {
    .features_inner.type_two::before {
        display: none;
    }
}

.features_inner.type_two .icon_in {
    position: relative;
    margin-bottom: 15px;
}

.features_inner.type_two .icon_in span {
    font-size: 54px;
    color: #209e2e;
    line-height: 54px;
}

.features_inner.type_two .icon_in p {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #d8d8d8;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
}

.features_inner.type_two h2 a {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    color: #252525;
    font-weight: 700;
}

.opinion_type_one {
    position: relative;
    margin-top: 40px;
    border-radius: 5px;
    background: #209e2e;
}

.opinion_type_one .inner_content::before {
    border: 1px dashed #fff;
    width: 99%;
    height: 89%;
    position: absolute;
    content: '';
    top: 5px;
    z-index: 20;
    left: 6px;
    border-radius: 5px;
}

.opinion_type_one .left_side h2 {
    padding: 30px 25px 30px 25px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.opinion_type_one .right_side {
    position: relative;
    text-align: center;
    z-index: 0;
    padding: 25px 0px 25px 0px;
}

.opinion_type_one .right_side a {
    width: 230px;
    border-radius: 30px;
}

.opinion_type_one .left_side .icon {
    color: #fff;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    display: block;
    z-index: 0;
    position: relative;
}

.opinion_type_one .left_side .icon:after {
    position: absolute;
    z-index: -100;
    content: '';
    background: #1a8e27;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.opinion_type_one .right_side::before {
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media(max-width:3000px) and (min-width:1200px) {
    .opinion_type_one .left_side {
        float: left;
        width: 780px;
    }
    .opinion_type_one .right_side {
        width: 340px;
        float: right;
    }
    .opinion_type_one .left_side .icon {
        float: left;
        width: 100px;
        height: 100px;
    }
    .opinion_type_one .left_side .icon:after {
        width: 100px;
        height: 100px;
    }
    .opinion_type_one .right_side::before {
        width: 100%;
        height: 100px;
    }
    .opinion_type_one .left_side h2 {
        padding: 30px 25px 0px 149px;
    }
    .opinion_type_one .right_side {
        padding: 25px 0px 0px 0px;
    }
}

@media(max-width:1199px) {
    .opinion_type_one .inner_content::before {
        display: none;
    }
    .opinion_type_one .left_side .icon:after {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    .opinion_type_one .right_side::before {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}


/*------------------======contact-=======---------------------*/

.form_appointment [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_appointment [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #666;
}

.form_appointment [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #383838;
    background: transparent;
}

.form_appointment [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #209e2e;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_appointment [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*------------------======project-=======---------------------*/


/*------------------======Counter-=======---------------------*/


/*------------------======testimonial-=======---------------------*/


/*------------------======team-=======---------------------*/


/*------------------======quote and Client-=======---------------------*/


/*------------------======news-=======---------------------*/


/*------------------======client logo-=======---------------------*/
/*------------------======footer-=======---------------------*/

.footer_type_two {
    position: relative;
    padding: 0px 0px 0px;
    background: #1c1c1c;
}

.footer_type_two .footer_last {
    background: #1c1c1c;
}

.footer_last_type_two {
    margin-top: 60px;
}

.footer_last_type_two {
    background: #111111;
    padding: 12px 0px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer_last_type_two ul {
    text-align: right;
}

.footer_last_type_two p {
    margin-top: 10px;
}

.footer_last_type_two ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50px;
    line-height: 45px;
    margin-right: 20px;
}

.footer_last_type_two ul li a {
    color: #828282;
}

.footer_last_type_two ul li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background: #313131;
    right: -12px;
    top: 15px;
}

.footer_last_type_two ul li:last-child {
    margin-right: 0px;
}

.footer_last_type_two ul li:last-child::before {
    display: none;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------
====================================================================Home Page Three===================================================================
---------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------======topbar-=======---------------------*/


/*------------------======midbar-=======---------------------*/


/*------------------======HeaderStyle-=======---------------------*/


/*------------------======Service Box-=======---------------------*/

.service_box {
    position: relative;
    background: transparent;
    margin-top: -100px;
}

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

.service_outer_box .service_left {
    float: left;
    width: 190px;
}

.service_outer_box .service_left .service_up {
    position: relative;
    background: #209e2e;
    height: 190px;
    padding: 29px;
    margin-bottom: 10px;
    z-index: 0;
}

.service_outer_box .service_left .service_up::before {
    position: absolute;
    content: url(../img/resource/hm-3-service-pattern.jpg);
    top: 20px;
    right: 6px;
    z-index: -10;
}

.service_outer_box .service_left .service_up span {
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.service_outer_box .service_left .service_up h2 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    display: block;
}

.service_outer_box .service_right {
    position: relative;
    margin-left: 200px;
}

.service_outer_box .service_right img {
    height: 250px;
}

.service_outer_box .service_right .image {
    display: block;
    position: relative;
}

.service_outer_box .service_right .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 1;
    height: 100%;
    transition: .5s ease;
}

/*
.service_outer_box:hover .service_right .overlay {
    opacity: 1;
}
*/

.service_outer_box .service_right .overlay ul {
    padding: 35px 40px 40px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.service_outer_box .service_right .overlay li {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.service_outer_box .service_right .overlay li::before {
    position: absolute;
    left: 0;
    line-height: 26px;
    font-size: 18px;
    color: #209e2e;
    content: "\e922";
    font-family: 'icomoon' !important;
}

.service_outer_box .service_right .overlay li:nth-child(1) {
    transform: translateX(0px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service_outer_box .service_right .overlay li:nth-child(2) {
    transform: translateX(0px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service_outer_box .service_right .overlay li:nth-child(3) {
    transform: translateX(0px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.service_outer_box .service_right .overlay li:nth-child(4) {
    transform: translateX(0px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.service_outer_box .service_right .overlay li:nth-child(5) {
    transform: translateX(0px);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

/*
.service_outer_box:hover .service_right .overlay li {
    transform: translateX(0px);
}
*/

@media(max-width:992px) {
    .service_outer_box .service_right img {
        height: inherit;
        width: 100%;
    }
}

@media(max-width:768px) {
    .service_outer_box .service_right img {
        height: 290px;
        width: inherit;
    }
}

@media(max-width:570px) {
    .service_outer_box .service_right img {
/*        height: 100%;*/
        width: 100%;
    }
    .service_outer_box .service_right {
        margin-left: 0px;
    }
    .service_outer_box .service_left {
        float: none;
        width: 100%;
    }
    .service_outer_box .service_left .service_up {
        height: auto;
    }
    .service_outer_box .service_left .service_up::before {
        top: 0;
    }
}

@media(max-width:400px) {
/*
    .service_outer_box .service_right .image .overlay ul {
        display: none;
    }
*/
}


/*------------------======about-=======---------------------*/


/*------------------======counter-=======---------------------*/


/*------------------======service-=======---------------------*/


/*------------------======project-=======---------------------*/


/*------------------======price-=======---------------------*/


/*------------------======awards-=======---------------------*/


/*------------------======testimonial-=======---------------------*/


/*------------------======news-=======---------------------*/


/*-------------------======client====------------------*/


/*-------------------======contact====------------------*/

.contact_type_two {
    position: relative;
    padding: 100px 0px 144px;
    background: url(../img/resource/hm-3-contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_type_two .offers_inner {
    padding: 45px 40px;
    text-align: center;
    background: url(../img/resource/hm-3-offers.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.contact_type_two .offers_inner h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.contact_type_two .offers_inner img {
    margin-bottom: 15px;
}

.contact_type_two .offers_inner p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.contact_type_two .offers_inner a.theme_btn {
    width: 100%;
    border-radius: 30px;
    background: #1c8828;
    height: 56px;
    line-height: 56px;
}

.contact_type_two .form_inner {
    padding: 40px 40px 50px;
    background: #fff;
    margin-bottom: 20px;
}
@media(max-width:400px){
	.contact_type_two .form_inner {
    padding: 40px 20px 50px;
 
}
}

.contact_type_two .theme_btn {
    border: 0px;
    box-shadow: 0px;
    border-radius: 30px;
    height: 56px;
    line-height: 56px;
    width: 100%;
}


/*-------------------======addresss====------------------*/


/*-------------------======footer====------------------*/

@media(max-width:500px) {
    .footer_last_type_two ul {
        display: none;
    }
    .footer_last_type_two p {
        text-align: center;
        margin-top: 0px;
    }
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------
======================================================================inner-pages=========================================================================
--------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------
================================Page Header=================================
-------------------------------------------------*/

.page-header { 
	padding-top: 150px;
	padding-bottom: 250px;
    position: relative;
    background: url('../img/slider/index-slider-1.jpg');
/*    height: 700px;*/
    background-position: 59%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width:600px) {

	.page-header{
		    padding-top: 60px;
    padding-bottom: 250px;
	}
}
.header-title .border-1{
	border-bottom: .5px solid rgba(255, 255, 255, .1)!important
}
.page-header .header-title {
    position: relative;
    height: 351px;
/*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: left;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
*/
}

.page-header .header-title .page-title {
    font-size: 60px;
    color: #fff;
    line-height: 72px;
    font-weight: 700;
	padding-bottom: 26px;
	    max-width: 700px;
}

@media(max-width:600px) {
    .page-header .header-title .page-title {
        font-size: 40px;
        line-height: 48px;
    }
    .page-header .header-title {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.page-header .breadcrumb_area {
    position: relative;
}


/*------------------------------------------------------------------------------------------
========================================about us page======================================
---------------------------------------------------------------------------------------------*/
.header-title .border-1{
	border-bottom: .5px solid rgba(255, 255, 255, .1)!important
}


/*****************************************************************/


/*-------------------======about====------------------*/


/*-------------------======team====------------------*/


/*-------------------======process====------------------*/


/*----------------------------------------------------------------------------------
=====================================404 page=======================================
----------------------------------------------------------------------------------*/


/*------------------------------------------------------------------
==============================faqs page==============================
------------------------------------------------------------------*/


/*---------------------------------------------------------------------------
 =============================== Price plans Page==============================
 -----------------------------------------------------------------------------*/


/*-----------------==========Testimonial Section=======--------------*/


/*---------------------------------------------------------------------------
 ===============================Two Column Manasory Page==============================
 -----------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------
 ===============================Three Column Manasory Page==============================
 -----------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------
 =================================Three Column Grid Page============================
 -----------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------
 ===============================Two Column Grid Page==============================
 -----------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------
===========================================Product Details Page==============================================
-------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
============================================Service 01=================================
----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
============================================Service 02=================================
----------------------------------------------------------------------------------------------*/

@media(max-width:3000px) and (min-width:992px) {
    .contact_type_three.style_one .form_appointment [type="checkbox"]:not(:checked)+label:before {
        border: 1px solid #d4d4d4;
    }
    .contact_type_three.style_one .form_appointment [type="checkbox"]:not(:checked)+label {
        color: #808080;
    }
}


/*------------------------------------------------------------------------
========================Testimonial Page============================
------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
========================Service Single Page============================
------------------------------------------------------------------------*/

.service_details .form_appointment.app_type_two [type="checkbox"]:not(:checked)+label:before {
    border-color: #e6e6e6
}


/*------------------------------------------------------------------------------------------
==========================================Blog Single Page=======================================
------------------------------------------------------------------------------------------*/

.comment_form [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.comment_form [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #666;
}

.comment_form [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: transparent;
}

.comment_form [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #209e2e;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.comment_form [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*-----------------------------------------------------------------------------------------------
=======================================Blog Left Sidebar Page=======================
------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
======================================pagination======================================
--------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
======================================contact page======================================
--------------------------------------------------------------------------------------*/

.form_contact [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_contact [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #fff;
}

.form_contact [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background: transparent;
}

.form_contact [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_contact [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*--------------------------------------------------------------------------------------------------
====================================Home Page Four=========================================
--------------------------------------------------------------------------------------------------*/


/*------------------=================feature_all===================------------------------*/


/*------------------=================aboout===================------------------------*/


/*------------------=================areas===================------------------------*/


/*------------------=================service===================------------------------*/


/*------------------=================gallery_facts===================------------------------*/


/*------------------=================footer===================------------------------*/


/*------------------------------------------------------------------------------------
==========================================Products=============================================
--------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------
==========================================My Account=============================================
--------------------------------------------------------------------------------------*/

.login_register_area [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.login_register_area [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #808080;
}

.login_register_area [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: transparent;
}

.login_register_area [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #209e2e;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login_register_area [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*------------------------------------------------------------------------------------
==========================================Shopping Cart=============================================
--------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------
==========================================Checkout=============================================
--------------------------------------------------------------------------------------*/

.Products_checkout [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.Products_checkout [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #808080;
    margin-bottom: 30px;
}

.Products_checkout [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: transparent;
}

.Products_checkout [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #209e2e;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Products_checkout [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*------------------------------------------------------------------------------------
==========================================Product Single=============================================
--------------------------------------------------------------------------------------*/


/*-----media-queries-------*/

@media(max-width:1200px) {
    .topbar-one {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}
.plr{
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 20px;
}
@media(max-width:450px){
	.plr{
		padding-left: 15px !important;
	padding-right: 15px !important;
		padding-bottom: 20px;
	}
}