@font-face {
    font-family: seorge;
    src: url(../fonts/segoeui.ttf);
}

body{
    font-family: 'Segoe UI', seorge, Arial;
	font-size:17px;
}

h1, h2, h3, h4, h5, h5{
	font-weight:400;	
}
p, ul, span{
	font-weight:300;
		
}

a{
    color: #6e9a39;
    text-decoration: none;
	transition:all 0.3s;
}
a:hover, a:focus{
    color: #1f1d1e;
    text-decoration: none;
}
.container{
    width: 90%;
    max-width: 1366px;
}

.logo{
    max-width: 320px;
}
.logo img{
    width: 100%;
}
.mainHeader{
    padding: 45px 0px;
}
.contactBtn{
    font-size: 22px;
    color: #0d0b0c;
}
.contactBtn span{
    font-weight: 700;
}
.banner img{
    width: 100%;
}
/* .banner.noBanner{
    border-bottom: 1px solid #417e23;
} */
.contentArea{
    padding: 60px 0px;
}
.text-green{
    color: #6e9a39;
}
.contentArea h1{
    font-size: 30px;
    margin-bottom: 30px;
}
.contentArea h5{
    color: #707070;
    padding-bottom: 20px;
}
.contentArea p+h5{
    margin-top: 25px;
}
.bg-gray{
    background: #eeeeee;
}
.bg-gray h2, .bg-gray h3, .bg-gray h4{
    color: #707070;
}
.profileArea{
    padding: 90px 0px;
}
.profileArea h2{
	font-size:28px;
	font-weight:600;
	color:#6f6f6f;
}
.profileArea h2 span{
    font-size: 15px;
    font-weight: 300;
}
.img-responsive{
    max-width: 100%;
}
.img-borderd{
    border: 1px solid #707070;
}
.contactArea{
    padding-top: 25px;
    font-size: 28px;
}
.contactArea span{
   
    font-weight:600;
}
.contentArea p{
	font-size:18px;
} 
.profileMail{
    font-size: 20px;
    color: #6e9a39;
    display: block;
}
.profileArea .small{
	font-size:16px;
	font-weight:600; 
	margin-bottom:20px;	
}
.profileArea p{
	font-size:15px;
	margin-bottom: 0.8rem;
}

.infoContentSec{
	padding-left:25px;
}

.paddingRight{
	
	padding-right:25px;
}
.paddingLeft{
	
	padding-left:25px;
}


.footer{
	background:#eeeeee;
	padding:50px 0px;
}

.footer p{
	font-size:14px;
	color:#9f9f9f;
	margin-bottom:0px;
}

.navMenu{
	    vertical-align: top;
    display: inline-block;
    padding-top: 4px;
    margin-right: 25px;
}

.form-area .form-control{
	border-radius:0px;
	color:#6e9a39;
	text-align:center;
}
.form-area .form-control::placeholder{
	color:#6e9a39;
}

.btn-borderd{
	border-radius:0px;
	border:2px solid #6e9a39;
	color:#707070;
	background:#fff;	
}
.btn-borderd:hover{
	background:#6e9a39;
	color:#fff;
}

.checkbox{
	font-size:12px;
}
.navigation{
margin-top: 10px;}
.navigation li{
    display: inline-block;
    padding-left: 15px;
}
.navigation li a{
    padding: 10px 0px 0px 10px;
    
}
.navigation li a:hover{
    color: #0d0b0c;
}
.profileSicial{
    margin-top: 15px;
}
.profileSicial li a{
    display: block;
    width: 30px;
    transition: all 0.3s;
}
.profileSicial li a:hover{
    transform: scale(1.15);
}
.profileSicial li a img{
    width: 100%;
    
}
.footerContent p{
    font-size: 13px;
}
.largeList{
    padding-top: 25px;
    
}
.text-center .largeList, .text-center ul{
    text-align: center;
    list-style-position: inside;
}
.largeList li, .text-center ul li{
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 400;
}
.bg-gray .text-green{
        color: #769f44;
}
.footerImg {
    text-align: right;
}

.footerImg img, .footerImg>div{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	width:160px;
    max-height: 90px;
    max-width: 120px;
}
@media(max-width:1400px){
.contactArea {
    font-size: 24px;
}
.profileMail {
    font-size: 18px;
}
.footerImg img, .footerImg>div {
    max-height: 70px;
    max-width: 87px;
}

}
@media(max-width:1023px){
.logo {
    max-width: 250px;
}
.navigation li {
    padding-left: 5px;
}
.profileMail {
    font-size: 15px;
}
.contactArea {
    font-size: 18px;
}
.profileArea p {
    font-size: 14px;
}
.contentArea h1 {
    font-size: 25px;
}
.footerImg img, .footerImg>div {
    margin-bottom: 20px;
}
}
@media(max-width:767px){
    .container{
        width: 95%;
    }
    .row {
    display: block;
    margin: 0;
}
    .headerLogo{
        width: 50%;
        float: left;
    }
   .headerNavigation {
    width: 50%;
    float: right;
    padding-right: 75px;
}

    .contactBtn span{
        display: none;
    }
   .contactBtn {
    width: 24px;
    height: 29px;
    background: url(../images/icoCall.png) no-repeat;
    display: block;
    text-indent: 200px;
    overflow: hidden;
    background-size: contain;
    float: right;
    margin-top: 15px;
}
    .contactBtn:hover{
        background: url(../images/icoCallHover.png) no-repeat;
        background-size: contain;

    }
    .mainHeader .row:after{
        content: '';
        clear: both;
        display: block;
    }
    .mainHeader {
    padding: 35px 0px;
}

.profileArea .col-5{
    padding: 0;

width: 100%;

max-width: none;
margin-bottom: 20px;
}
.profileArea .col-7{
    padding: 0;

width: 100%;

max-width: none;
margin-top: 20px;
}

.footerContent{
    width: 100%;

max-width: none;

padding-bottom: 20px;
text-align: center;
}
.footerImg{
     width: 100%;

max-width: none;
text-align: center;
}
.contentArea h1 {
    font-size: 20px;
}
.contentArea p {
    font-size: 16px;
}

.desktopVersion{
    display: none !important;
}
.mobileVersion{
    display: block !important
}
    
}

@media(max-width:440px){

button#responsive-menu-button {
    top: 27px !important;
}
.contactBtn {
    margin-top: 9px;
}
    }