*{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
}
.clear{
    clear: both;
}
body{font-family: 'Montserrat', sans-serif;}
.wrapper{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
.main{
    width: 100%;
    float: left;
}
.header{
    width: 100%;
    float: left;
    padding: 20px 0 18px;
}
.logo{
    float: left;
}
.right_head{
    float: right;
    margin-top: 5px;
}
.right_head ul{
    float: left;
    border-right: solid 1px #e8e8e8;
    padding-right: 20px;
    margin-right: 20px;
}
.right_head ul li{margin-bottom: 5px;}
.right_head ul li a img{
    display: block;
}
.right_head section{
    float: right;
}
.right_head section p{
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    color: #76a635;
}
.right_head section p a{
    color: #76a635;
}
.right_head section span{
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #979797;
}
.right_head section span a{
    color: #979797;
}
.mail:hover{
    text-decoration: underline;
}

nav{
    width: 100%;
    float: left;
}
nav ul{
    width: 100%;
    float: left;
    background: #8dc63f;
}
nav ul li{
    display: inline-block;
    float: left;
}
nav ul li a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    padding: 8px 40px;
    margin-right: 1px;
    transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -moz-transition: all ease-out 200ms;
    -webkit-transition: all ease-out 200ms;
}
nav ul li a:hover,nav ul li a.active{
    background: #2f2f2f;
    color: #fff;
}

.banner{
    width: 100%;
    float: left;
    margin-top: 22px;
}
h1{
    font-size: 28px;
    line-height: 29px;
    font-weight: normal;
    color: #7eb336;
    margin-bottom: 25px;
}
h2{
    font-size: 28px;
    line-height: 29px;
    font-weight: normal;
    color: #7eb336;
    margin-bottom: 15px;
}
p{
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #5d5d5d;
}
.content_row1{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.content_row2{
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 25px;
}
.content_row2_left{
    width: 70%;
    float: left;
}
.content_row2_left h2{
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #363636;
}
.content_row2_left h2 span{
    font-size: 15px;
    color: #747474;
    display: block;
}
.content_row2_left ul{
    width: 100%;
    float: left;
}
.content_row2_left ul li{
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 39px;
    font-weight: 300;
    color: #343434;
    background: url(../images/tick-icon.png) left 12px no-repeat;
    padding-left: 35px;
}
.content_row2_right{
    width: 25.7%;
    float: right;
}
.content_row2 h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    background: #8dc63f;
    padding: 8px 15px;
}
.content_row2_left div,.content_row2_right div{
    width: 100%;
    float: left;
    background: #fff;
    border: solid 1px #e3e3e3;
    border-top: none;
    padding: 15px 18px;
}
.content_row2_right div p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #3b3b3b;
}
.content_row2_right div p a{
    color: #3b3b3b;
}

.content_row3{
    width: 100%;
    float: left;
    padding: 40px 0;
    margin-top: 10px;
    display: none;
}
.content_row3 ul{
    width: 100%;
    float: left;
    text-align: center;
}
.content_row3 ul li{
    display: inline-block;
    margin: 0 5px;
}

.footer{
    width: 100%;
    float: left;
    background: #8dc63f;
    padding: 30px 0;
    margin-top: 10px;
}
.footer p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}
.footer p a{
    color: #fff;
}
.footer p a:hover{
    text-decoration: underline;
}
.foot_left{
    float: left;
}
.foot_right{
    float: right;
}
nav #chk{display: none;}
.respo_menu{
    float: left;
    display: none;
}
.respo_menu span{
    display: inline-block;
    float: left;
    width: 18px;
    height: 3px;
    background: #2f2f2f;
    position: relative;
    margin: 15px 10px;
}
.respo_menu span:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 3px;
    background: #2f2f2f;
}
.respo_menu span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 3px;
    background: #2f2f2f;
}

/*inner-css*/

.inner_row1{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.inner_row1 h4{
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #7eb336;
}
.service_ul{
    width: 100%;
    float: left;
    column-count: 2;
    -o-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 20px;
    margin-top: 20px;
}
.service_ul li{
    display: inline-block;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.service_ul li img{
    width: 30%;
    float: left;
}
.service_ul li .text_box{
    width: 70%;
    float: right;
    padding-left: 10px;
}

.contact_left{width:50%;float:left;}
.contact-form_address{width:100% !important;float:left;}
.contact-form_address li{background:none !important;}
.contact-form_address li,.contact-form_address li label{display:block;width:100%;float:left;font-size:16px;line-height:25px;color:#353535;text-align:left;padding:0;font-weight:500;background:none;}
.contact-form_address li a{display:inline-block;text-decoration:underline;color:#353535;}
.contact-form_address li a:hover{text-decoration:none;}
.contact-form_address li:first-child{font-size:16px;color:#353535;text-align:left;font-weight:500;}
.contact-form_address li:last-child{color:#353535;}
.contact-form_address p a:hover{text-decoration:none;color:#60de09;}
.tel{text-decoration:none !important;}
.tel:hover{color:#002e5f !important;}
.map{width:100%;float:left;border: solid 2px #323334;margin-top:15px;}
.map iframe{width:100%;float:left;height:310px;padding:2px}
.contact_right{width:50%;float:left;}
.contact_right form{width:100%;float:left;padding:0px 0px 0px 40px;}
.form_box{width:100%;float:left;}
.contact_right form label{width:100%;font-size:14px;line-height:25px;color:#707070;float:left;text-align:left;font-weight:normal;margin:2px 0px;}
.contact_right form input[type='text']{width:100%;float:left;border:solid 1px #ddd;padding:10px;font-size:14px;margin-bottom:8px;transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-webkit-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;}
.contact_right form input[type='text']:focus{border:solid 1px #b1d137;}
.contact_right form textArea{width:100%;height:70px;float:left;padding-left:10px;padding-top:5px;font-size:14px;margin-bottom:5px;border:solid 1px #ddd;transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
.contact_right form textArea:focus{border:solid 1px #b1d137;}
.contact_right form input[type='submit']{float:left;width:120px;height:45px;margin-top:10px;font-size:16px;line-height:25px;border:none;cursor:pointer;color:#fff;background:#323334;border-radius:2px;transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
.contact_right form input[type='submit']:hover{background:#8dc63f;}
.map2{display:none ;}
.error{color:#fff;background:#ff0000;padding:5px;border-radius:5px;font-size:14px;width:100%;}
.success{color:#fff;background:green;padding:5px;border-radius:5px;font-size:14px;width:100%;}
.error,.success{text-align:left;}

@media (max-width:800px){
    .header{text-align: center;padding: 10px 0 0;}
    .logo{float: none;}
    .logo img{width: 200px;}
    .right_head{width: 100%;margin-top: 10px;}
    .right_head ul{float: none;padding: 0;margin: 0;border-right: none;}
    .right_head ul li{display: inline-block;margin-bottom: 0;}
    .right_head section{width: 100%;}
    .banner{margin-top: 8px;}
    nav{position: relative;}
    nav ul{position: absolute;left: 0;right: 0;top: 8px;z-index: 999;display: none;}
    nav ul li{width: 100%;text-align: center;}
    nav ul li a{padding: 8px 10px;margin-right: 0px;margin-bottom: 1px;}
    .respo_menu{display: block;margin-top: -33px;}
    #chk:checked ~ ul{display: block;}
    .content_row1{padding: 30px 0;}
    h1{margin-bottom: 15px;}
    .content_row2_left{width: 100%;}
    .content_row2_left ul{margin-top: 20px;}
    .content_row2_right{width: 100%;margin-top: 20px;}
    .content_row3{padding: 10px 0;}
    .footer{padding: 10px 0;}
    .foot_left,.foot_right{width: 100%;text-align: center;}
    .inner_row1{box-shadow: 0px -1px 1px rgba(0,0,0,0.1);padding: 20px 0;margin-top: 20px;}
    .contact_left,.contact_right{width: 100%;}
    .contact_right{margin-top: 30px;}
    .map{display: none;}
    .map2{display: block;width: 100%;float: left;border: solid 2px #323334;margin-top: 15px;}
    .map2 iframe{height: 250px;}
    .contact_right form{padding: 0;}
    .service_ul{column-count: 1;-o-column-count: 1;-ms-column-count: 1;-moz-column-count: 1;-webkit-column-count: 1;}
}
@media (max-width:480px){
    .owl-controls{display: none;}
    .content_row2_left h2{font-size: 24px;}
    .content_row2_left ul li{font-size: 15px;}
    .service_ul li .text_box{width: 100%;padding: 0;margin-top: 10px;}
}
@media (max-width:420px) {
    .banner {display: none;}
}
@media (max-width:360px){
    .right_head section p{font-size: 18px;line-height: 26px;}
    .right_head section span{line-height: 20px;margin-top: 5px;display: block;}
    .right_head section span a{display: block;}
    nav ul{top: 8px;}
}