.menu-hov:hover{
	background:#00AEEF;
border-radius:20px;
padding:6px;
}
.menu-hov{
	
padding:6px;
}
.btn-we{
	background:#004B66;
	color:white;
}
.btn-we:hover{
	background:#fff;
	color:#000;
	border:1px solid  #004B66
}
.btnn{
	width:120px;
	height:45px;
	background:#004B66;
	border:1px solid #004B66;
	color:white;
	border-radius:25px;
}
.btnn:hover{
	background:#fff;
	color:#000;
	border:1px solid  #004B66
}

.choose{
	background:#00749E;
	color:white;
}
.choose:hover{
	background:#fff;
	color:#000;
}
.strength{	
	box-shadow:0px 0px 1px 0px gray;
	padding:20px;
	border-radius:20px;
}
.strength:hover{	
	box-shadow:0px 0px 5px 0px blue;

}
.contact-info{
	background:#004B66;
	color:white;
	padding:30px;
}
@media screen and (max-width:667px){
	.mob-col{
		margin-top:10px;
	}
}
@media screen and (max-width:667px){
	.cont{
		margin-top:10px;
	}
}
.cont{
		margin-top:100px;
	}
.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  display: none;
}
	.menu-item:hover{
	background:#004B66;
	color:white;
	font-size:14px;
	}
	.menu-item{	
	font-size:14px;
	}
	@media screen and (max-width:667px){
		.our-slide{
			height:200px;
		}
	}
	@media screen and (max-width:667px){
		.about-img{
			margin-top:-300px
		}
	}
	.about-img{
			margin-top:0px
		}
		.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	padding-top:8px;
}
.icon-check{
	background:#004B66;
	color:white;
	padding:6px;
	border-radius:50%
}
.list{	
	padding-bottom:10px
}