body{
	padding-top:100px;
	color: #2f2f2f;
}
a{color:#974601;}
h2 {
    color: #6a2d00;
	font-weight:bold;
}
.padding-top-0{padding-top:0 !important;}
.navbar-brand {
    padding: 6px 0;
}
.navbar-right {
    margin-top: 18px;
}
.navbar-right li{
	padding:0 5px;
}
.navbar-inverse .navbar-nav > li > a{
	color:#fff;
	background:#59ad51;
	border-radius:5px;
	
}
.navbar-inverse .navbar-nav > li > a:hover{
	color:#fff;
	background:#974601;
}
.navbar-inverse .navbar-nav > li.current-menu-item > a, .navbar-inverse .navbar-nav > li.current_page_item > a{
	color:#fff;
	background:#974601;
}


.header_toppart {
    background: #974601;
}
.header_toppart ul li {
    color: #fff;
}
.header_toppart ul li a {
    color: #fff;
}
.header_toppart ul span {
    color: #ba6b28;
}
.header_toppart ul li a:hover {
    color: #ecbe05;
}
.header_toppart ul li i.fa {
    background: #6a2d00 ;
 }
.header_toppart ul li i.fa:hover {
    background: #ecbe05;
}




.navbar {
    border-radius: 0;
    box-shadow: 0 6px 4px -9px #888888;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    color:#012597;
}
.navbar-toggle{margin-top: 28px;}
.navbar-toggle {
    /*background: #012597;*/
}
.navbar-inverse .navbar-toggle {
    /*border-color: #012597;*/
}
.navbar {
    margin-bottom: 0;
}
.box {
    
}
.box span img {
    width: 35px;
    height: 35px;
}
.box span.mark img{
    width: auto;
    height: auto;
}
.pratners {
    /*background: #012597 none repeat scroll 0 0;*/
}
.pratners img {
    max-width: 120px;
}
.box span.mark {
    /*background: #012597 none repeat scroll 0 0;*/
}
.navbar-brand > img {
    width: auto;
}
.clients {
    padding: 110px 0;
}
.img-thumb{
	height:200px;
	overflow:hidden;
	display:block;
}
.project img {
    border: 2px solid #f2ac13;
    padding: 1px;
    transition: all 0.4s ease-in-out 0s;
}
.project a:hover > img {
    border: 2px solid #59ad51;
    padding: 1px;
    transition: all 0.4s ease-in-out 0s;
}


div.wpcf7-mail-sent-ok {
    clear: both;
}
.contact_information{background: #f6f6f6;}

.contact_information input.wpcf7-submit {
    background-color: rgba(89, 173, 81, 1);
    background-position: right 16px top 50%;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 12px;
    box-shadow: 0;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    line-height: 40px;
    margin: 0;
    padding: 0 12px;
    width: auto;
}
.clients p {
    text-align: justify;
    padding-bottom: 4px;
}
.project h3{
	margin-bottom:40px;
}
.clients .box p {
    min-height: 80px;
}

.footer {
    background: #6a2d00;
}
.footer p{font-size:11px;}
.footer img {
    display: inline-block;
}
@media(max-width:767px) {
	.top-left, .social{display:none !important;}
	.top-right{text-align:center; float:none !important;}
	.header_toppart ul li {
    		margin: 0 4px;
	}
	.top-right span:nth-child(4){
		display:none;
	}
        .navbar-brand > img {
    		width: 150px;
	}
        .navbar-toggle {
    		margin-top: 8px;
	}
        .header_toppart {
          display:none;
        }
body{
	padding-top:50px;
}

}