.mnav:hover{
	box-shadow:inset 0px 40px 0px 0px #0A1739;
	padding:10px;
	transition:1s;
	border-radius:10px;
	color:white;
}
.mnav{	
	padding:10px;
	color:#0A1739;
	font-weight:bold;
	
}
.mbtn:hover{
	box-shadow:inset 0px 0px 0px 60px #0A1739;
	transition:2s;
	border:1px solid #0A1739;
}
.mbtn{
	border-radius:10px;
	color:#fff !important;
	font-weight:bold;
	background:#0A1739;
	border:1px solid #0A1739;
	
}
.mbtn1:hover{
	box-shadow:inset 0px 0px 0px 60px #0A1739;
	transition:2s;
	color:white;
	border:1px solid #0A1739;
}
.mbtn1{
	border-radius:10px;
	background:#0A1739;
	color:#Fff !important;
	font-weight:bold;
	border:1px solid #0A1739;
	
}
.service-icon{
	font-size:30px;
	color:#BA9443;
	
	padding:10px;
}

.choose-item{
	border-left:2px solid red;
	box-shadow:0px 0px 3px 0px gray;
	border-radius:10px;
}
.choose-item:hover{
	border-left:2px solid #0B1837;
	box-shadow:0px 0px 3px 0px #0B1837;
	border-radius:10px;
	
}
.sweep{
		padding:20px;
		border-bottom:5px solid #0A1739;
		border-radius:10px;
		box-shadow:0px 0px 3px 0px gray;
		background:white;
	}
.hvr-sweep-to-top{
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px rgba(0,0,0,0);
	position:relative;
	-webkit-transition-property:color;
	transition-property:color;
	-webkit-transition-duration:.3s;
	transition-duration:.3s
	
	}
	.hvr-sweep-to-top:before
	{
		content:"";
		position:absolute;
		z-index:-1;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:#fff;
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:50% 100%;
		transform-origin:50% 100%;
		-webkit-transition-property:transform;
		transition-property:transform;
		-webkit-transition-duration:.3s;
		transition-duration:.3s;
		-webkit-transition-timing-function:ease-out;
		transition-timing-function:ease-out
		}
		.hvr-sweep-to-top:active,.hvr-sweep-to-top:focus,.hvr-sweep-to-top:hover{
			color:#fff
			}
			.hvr-sweep-to-top:active:before,.hvr-sweep-to-top:focus:before,.hvr-sweep-to-top:hover:before{
				-webkit-transform:scaleY(1);transform:scaleY(1)
				}			
				
.img-hover-zoom {
	height: auto;
   overflow: hidden; 
  
}

.img-hover-zoom img {
  transition: transform 5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}
.dropdown-item:hover{
			background:#0A1739 !important;
			color:white;
		}
		
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.drop-item:hover{
	background:#0A1739;
	}
	
		  .sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 10%;
}
	 