.manu-logo-v-two img{
	max-width: 180px;
}
.theme-main-menu {
   float: right;
    top: 30px;
}
.theme-menu-V-two-fix .main-menu .navbar-nav > li:last-child > a {
padding-right: 0px;
}
.fixed .manu-logo-v-two img {
    max-width: 80px;
    border-radius: 0px 0px 15px 15px;
}


.fixed .theme-main-menu {
  
    top: 0px;
}

.button-custom {
  background-color: #108495;
  padding:10px 15px;
  margin-top: 20px;
  font-size: 14px;
  border: 2px solid #0b7686;
  font-weight: 600;
  color: #fff;
  transition: all ease 0.6s;
}
.button-custom:hover{
	background-color: #fff;
	border: 2px solid #0b7686;
	color: #108495;
}
.expertise ul li{
color: #fff;
font-size: 18px;
line-height: 38px;
list-style: none;
}
.expertise ul li::before{
	content: "\f18e";
  font-family: 'FontAwesome';
  font-size:20px;
  padding-right: 5px;
}
.form-contact-item > form input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    padding: 0 20px;
}
.form-contact-item > form button {
    width: 155px;
    height: 45px;
    color: #fff;
    background: #12A1B5;
    text-transform: uppercase;
}
.form-contact-item > form button:hover {
    color: #151515;
    border: solid 1px #12A1B5;
    font-weight: 700;
}
.form-contact-item > form textarea {
   width: 100%;
max-width: 100%;
height: 130px;
max-height: 70px;
margin-bottom: 15px;
border: 1px solid #fff;
padding: 12px;
}

.footer-item-four ul li{
	display: inline-block;
	padding-right: 8px;
}
.w-c-s h2{
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
}
.w-c-s span{
  margin-bottom: 10px;
}
.home-two-experts-section1{
  background-color: #f1f1f1;
padding: 30px 0px;
}
@media screen and (min-width: 992px) {
.col-md-h1 {
    width: 12%;
}
.col-md-h11 {
    width: 87.667%;
}

}