/*Above Fold */
 html, body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    margin: 0;
	    font-size: 17px;
	color: #111 !important;font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
.row {
    margin: 0px !important;
}
.header_section {    padding: 0px 0px;    position: relative;    /*border-bottom: 2px solid #0AC693;*/    background: #00C597;}
.header_section .col-sm-8 {
    padding-right: 0px;
}
.header_section .col-sm-4 {
    padding-left: 0px;
}
.menulink {
    text-align: right;
}
ul.menuarea {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.menuarea li {
    display: inline-flex;
    margin-left: -5px;
}
.menuarea li a {
    padding: 0px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    line-height: 65px;
    font-weight: 200;
}
.menuarea li a.activemenu, .menuarea li a:hover {    background: #fff;    color: #0AC693 !important;    text-decoration: none;    font-weight: bold;}
.logo img {    width: auto;    height: 30px;}
.logo a {
	    display: flex;
    align-items: center;
    height: 65px;
}
.banner_section {
    position: relative;
    height: 540px;
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position: center  !important;
    background-color: #e8f4e8;
}
.home_banner_section,.contact_section_banner {   background-size:  contain !important;  background-position: center bottom !important;}
.banner_txt h1 {     font-size: 3.5em;    /* letter-spacing: 0px; */    text-transform: uppercase;    font-weight: 900;    color: #000;    line-height: 1.3;    margin: 0px;    margin-bottom: 10px;}
.banner_txt {
    max-width: 800px;
    text-align: center;
    margin: 100px auto;
}
.banner_txt p {
    color: #E1E1E1;
    font-weight: 300;
}
.container {max-width:96%; width:100%;margin:0px auto;}
.about_himg {text-align: center; } 

.about_himg img { width: auto;
    height: 450px;
object-fit: contain; }