
.navbar{
	
	margin-bottom:0px !important;
}
.navbar-brand{
	height:Auto !important;
}
.service{
				padding-top:0px !important;
				padding:0px;
			}
			.overlay{
				padding-top:45px!important;
				padding:30px;
				/*background-color: rgba(0, 0, 0, 0.1);*/
				/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);*/
				background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(5 40 86) 100%);
			}
			.overlay:hover {
				background-color: var(--main-color);
			}
			.overlay p, .overlay a, .overlay a .flaticon-next{
				color:#fff;
			}
			
			
			.carousel{
			  margin:20px;
				max-width:700px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel .item img{
		height:60vh;
		width:100%;
}
			.content-two ul li i {
    color: var(--main-color);
    position: relative;
    top: 2px;
    margin-right: 5px;
}
