::selection{
    color:#fff;
    background:#2e8cc9
}
 ::-moz-selection{
    color:#fff;
    background:#2e8cc9
}
 html,body{
    height:100%;
    min-height:100%
}
 body{
    color:#000;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
    font-family: 'Open Sans', sans-serif;
    background:#fff;
    transition:all .5s ease;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
/*==Global css starts==*/
 h1,h2,h3,h4,h5,h6{
    margin-bottom:  30px;
    color:#000;
    font-weight:bold;
    line-height:normal;
    outline:none;
	 margin-top: 0;
}

 p{
    margin-bottom:30px;
    font-weight:400;
    line-height:21px;
    font-size:13px;
}
 p:last-child{
    margin-bottom:0
}
 a,button{
    outline:none;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease
}
 input,
textarea{
    outline:none
}
 img{
    max-width:100%
}
 ul,ol{
    padding-left:20px
}
 ul li,ol li{
    font-size:13px;
    font-weight:400;
    margin-bottom:10px
}
 a{
    color:#000;
    text-decoration:none;
    -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
}
 a:hover{
    text-decoration:none;
    color:#2e8cc9
}
 a:focus{
    text-decoration:none;
    outline:none;
    color:#2e8cc9;
}
 .btn,.button,.btn-default{
    padding:10px 20px;
    font-size:13px;
    font-weight:400;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
 .btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active{
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
 img{
    max-width:100%;
    height:auto
}

/*==Global css ends==*/
 .container{
    width:auto;
    max-width:1170px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto
}
 
 /*main-header starts*/
.main-header {
	transition: top 0.2s ease-in-out;
	width: 100%;
	background-color: #4e7e20;
}

.main-header .logo{
    float: left;
    display:block;
    transition: all .5s ease-in-out;
}
.main-header .navigation{
    float: right;
}
.main-header .navigation nav:before,
.main-header .navigation nav:after
.mean-container .mean-bar:before,
.mean-container .mean-bar:after{
    content: '';
    display: table;
    clear: both;
}
.main-header .navigation nav{
    margin-top: 55px;
}
.main-header .navigation nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-header .navigation nav ul li{
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.main-header .navigation nav ul li:after{
    content: '|';
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 8px;
    right: 0;
}
.main-header .navigation nav ul li:last-child:after{
    content: '';
}
.main-header .navigation nav ul li a{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 18px;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.main-header .navigation nav ul li a:before{
    content: '';
    background: #4e7e20;
    width: 45px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    transform: translate(-50%, 0);
}
.main-header .navigation nav ul li:hover a:before,
.main-header .navigation nav ul li.active a:before{
    display: block;
    background: #aac58b;
}
.main-header .navigation nav ul li ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #4e7e20;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    
}
.main-header .navigation nav ul li:hover ul{
    opacity: 1;
    visibility: visible;
}
.main-header .navigation nav ul li ul li{
    display: block;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.main-header .navigation nav ul li ul li a{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}
.main-header .navigation nav ul li ul li:after,
.main-header .navigation nav ul li ul li a:before,
.main-header .navigation nav ul li ul li:hover:after,
.main-header .navigation nav ul li ul li:hover a:before,
.main-header .navigation nav ul li ul li a:hover:before,

.main-header .navigation nav ul li:hover ul li a:before,
.main-header .navigation nav ul li.active ul li a:before{
    content: '';
    display: none;
}
.main-header .navigation nav ul li ul li:hover a,
.main-header .navigation nav ul li ul li.active a{
    background: #aac58b;
}
.main-header.fixed{
    position: fixed;
    top: 0;
    transition: all .5s ease-in-out;
}
.main-header.fixed .logo{
    max-width: 250px;
    transition: all .5s ease-in-out;
}
.main-header.fixed .navigation nav{
    margin-top: 20px;
    transition: all .5s ease-in-out;
}
/*== meanmenu css ==*/
.mean-container .mean-bar{
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    overflow: hidden;
    z-index: 10000 !important;
}
.mean-container .mean-bar,
.mean-container .mean-nav,
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li:hover a,
.mean-container .mean-nav ul li a:hover{
    background: #4e7e20;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li:hover a,
.mean-container .mean-nav ul li a:hover{
    background: #bbc954;
}

.mean-container .mean-nav ul li{
    margin-bottom: 0 !important;
}
.mean-container .mean-nav ul li a{
    padding: 11px 20px;
    display: block;
    width: 100% !important;
    font-size: 16px;
    font-weight: 700;
}
.mean-container .mean-nav ul li li a{
    padding: 11px 30px;
}
.mean-container .mean-bar:before {
    content: 'MENU';
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    width: 100px;
    top: 14px;
    right: 50px;
    font-family: 'Open Sans', sans-serif !important;
}
.mean-container a.meanmenu-reveal{
    right: 0 !important;
}
.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li a.mean-expand:hover{
    font-weight: 600 !important;
    height: 16px !important;
    width: 26px !important;
}

/*== meanmenu css ==*/

/*==banner starts==*/
.banner-wrapper {
    width: 100%;
    position: relative;
}

.banner-wrapper ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    position: relative;
}

.banner-wrapper ul li {
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 1019px;
    position: relative;
    margin: 0;
}

.banner-wrapper ul li .banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrapper ul li .banner-overlay .container {
    position: relative;
    z-index: 22;
    background: none;
    top: 385px;
    text-align: center;
}

.banner-wrapper ul li .banner-overlay .container h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-top: solid 5px #aac58b;
    border-bottom: solid 5px #aac58b;
    max-width: 955px;
}

.banner-wrapper ul li .banner-overlay .container h1 span {
    color: #bbc954;
}

.banner-wrapper ul li .banner-overlay p {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 50px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

/*==banner ends==*/
/*== main-footer starts ==*/
.main-footer{
    border-top: solid 1px #4e7e20;
    padding: 40px 0;
}
.main-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-footer ul li{
    float: left;
    display: block;
}
.main-footer ul.copyright{
    margin-top: 8px;
}
.main-footer ul.social-link{
    float: right;
}
.main-footer ul.social-link li{
    margin-right: 20px;
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
}
.main-footer ul.social-link li:last-child{
margin-right: 0;}
.main-footer ul.social-link li a{
    width: 45px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 23px;
    background: #000;
}
.main-footer ul.social-link li.fb a{
    background: #3c5998;
}
.main-footer ul.social-link li.hd a{
    background: #403e40;
}
.main-footer ul.social-link li.em a{
    background: #b56542;
}
/*== main-footer ends ==*/
/*==contact-wrap starts==*/
.contact-wrap{
    background: #f4f4f4;
    padding: 78px 0;
    text-align: center;
    border-top: solid 1px #4e7e20;
}
.contact-wrap input,
.contact-wrap textarea,
.contact-wrap .captcha{
    background: #f4f4f4;
    border-radius: 2px;
    padding: 10px 15px;
    height: 70px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #000;
    outline: none;
    width: 100%;
    transition:all .5s ease;
}
.contact-wrap textarea{
    height: 165px;
    resize: none;
}

.contact-wrap input[type="submit"]{
    background: #4e7e20;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    border-color: #4e7e20;
    outline: none;
}
.contact-wrap input[type="submit"]:hover,
.about-wrap .cta-btn-wrap .cta-btn:hover{
    background: #bbc954;
    border-color: #bbc954;
}
.contact-wrap input:focus,
.contact-wrap textarea:focus{
    border-color: #bbc954;
}
.contact-wrap h2,
.about-wrap h2,
.about-wrap-in h3{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4e7e20;
    margin-bottom: 60px;
}
.contact-wrap .captcha{
    padding: 20px 15px;
}
/*==contact-wrap ends==*/
/*==about-wrap starts==*/
.about-wrap{
    padding:160px 0 120px 0;
    background: #fff;
    text-align: center;
}
.about-wrap .about-box{
    max-width: 970px;
    margin: 0 auto;
}
.about-wrap h2{
    margin-bottom: 30px;
}
.about-wrap p{
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    margin-bottom: 60px;
}
.about-wrap .cta-btn-wrap{
    text-align: center;
}
.about-wrap .cta-btn-wrap .cta-btn{
    padding: 20px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 2px;
    border: solid 1px #4e7e20;
    border-radius: 2px;
    max-width: 370px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}
.about-wrap .cta-btn-wrap .cta-btn:hover{
    background: #4e7e20;
    color: #fff;
}
.about-wrap .about-circle{
    width: 200px;
    height: 200px;
    border: solid 10px #fff;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 30px;
}
.about-wrap .about-circle img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*==about-wrap ends==*/
.banner-wrapper .banner-in li .banner-overlay .container{
    top:455px;
}
.banner-wrapper .banner-in li{
    height: 742px;
}
.about-wrap-in{
    padding: 70px 0;
}
.about-wrap-in .about-circle-in{
    margin-top: 0;
    border: solid 3px #548328;
    margin-bottom: 30px;
}
.about-wrap-in ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-wrap-in ul li{
    display: block;
    margin-bottom: 25px;
    text-align: left;
}
.about-wrap-in ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: '\f152';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #4e7e20;
}
.about-wrap-in ul li a{
    color: #828282;
    font-size: 18px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    display: block;
}
.about-wrap-in ul li a:hover{
    color: #4e7e20;
}
.about-wrap-in h3{
    font-size: 30px;
    margin-bottom: 25px;
}
