.custom-navbar, .custom-navbar.top-nav-collapse{
    background: #FFF;
	box-shadow: 0px -3px 13px #000;
}

.custom-navbar .nav li a {
    color: #000;
}
.custom-navbar .nav li a:hover {
    background: transparent;
    color: #7d7d7d;
}

.medium-icon {
    color: #FF771E;
}
.client-img img {
	width:250px;
	height:auto;
	border:1px solid #ccc;
	
}
.nivo-lightbox-theme-default .nivo-lightbox-image img{
	background: #838383;
}
.iso-box{
	padding-bottom:60px;
}
.iso-box img{
	width:70% !important;
	text-align:center;

}
button#submit{
	background: #00c6d7;
	border: 3px solid #00c6d7;
	letter-spacing: 1px;
	margin-top: 18px;
	height: 50px;
	color: #ffffff;
}
button#submit:hover{
	color:#000;
}

.modal-content{
	font-weight :100;
}

.modal-content h3, .modal-content h4{
 font-weight :400;
 }
 
.modal-header{
    background: #0f6f9e;
    color: #fff;
	}
	
.modal-body{
	padding:20px;
}

.modal-header .close {
    margin-top: 5px;
    color: #fff;
    opacity: 1;
}

.modal-body p{
	line-height:22px;
}
.nav.nav-tabs{
    border-bottom: 2px solid #00B6AD;
}
.nav.nav-tabs li{
	border-right: 2px solid #cccccc1a;
}
.nav.nav-tabs li.active{
background: #00B6AD;
border-radius: 3px 3px 0 0;
}
.nav.nav-tabs li.active a{
	color:#fff;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
	.para-about{
		margin-top:-36px;
	}
	.para-about-img img{
		padding-top:30px;
	}
}