.nav-link{
font-weight:bold;
}
html {
  scroll-behavior: smooth;
}

.nav-link:hover{
 background-color :rgba(255,255,255,.1);		
}

.background{
    background: url("banner-image.jpg")no-repeat center center;
    background-size: cover;
}
html,
body,
header,
.view {
  height: 100%;
}
.section-padding{
	padding:100px 0 50px 0;
}
body{
width:100%;
}
	
body::-webkit-scrollbar {
    width: .5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
#modalContactForm::-webkit-scrollbar {
    width: .5em;
}
 
#modalContactForm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#modalContactForm::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.navbar-brand img{
	width:140px;
	margin-right:30px;
}
.about-us{
	color:black;
	
}
.about-us h1{ 
font-weight:bold;
color:#0881a0;
text-transform:uppercase;
	
}
.about-image img{
}
.about-us p{
	margin-bottom:50px;
}
.products h1{ 
font-weight:bold;
color:#0881a0;
text-transform:uppercase;
	
}
.testimonial h1{
	font-weight:bold;
color:#0881a0;
margin-bottom:50px;
text-transform:uppercase;
}
.collaboration h1{
	font-weight:bold;
color:#0881a0;
margin-bottom:30px;
text-transform:uppercase;
	
}
.products-title h4{
	color:#62bb46;
	font-weight:bold;
}
.feature-title{
	color:#62bb46;
	font-weight:bold;
}
.avatar img{
	width:230px;
	height:230px;
}
.collaboration-container{
	display:flex;
	justify-content: center;
	margin-left:-40px;
	line-height:100px;
}
.collaboration ul li{
	list-style-type:none;
	padding:40px;
}
.collaboration ul li a .firstimage {
	width:80px;
}
.second-image{
	width:150px;
}
.collaboration ul li{
	color:#62bb46;
	font-weight:bold;
}
.customer h1{
	font-weight:bold;
color:#0881a0;
margin-bottom:50px;
text-transform:uppercase;
}

.solutions h1{
	font-weight:bold;
	color:#0881a0;
	margin-bottom:50px;
	text-transform:uppercase;
}


@media only screen and (max-width: 600px) {
	
  .collaboration ul li{
	list-style-type:none;
	padding:1px;
}
.collaboration-container{
}
.cus-1{
	width:30%;
}
.cus-2{
	width:30%;
}
.cus-3{
	width:45%;
}
.cus-4{
	width:55%;
	
}
.firstimage{
	width:65px;
}
.second-image{
	width:110px;
}
.collaboration-container{
	line-height:100px;
}
.collaboration-container li{
margin:10px;	
}
body{
overflow-x:hidden;
}

}
