.navbar-brand img{
	width:150px;
	border-radius:10px;
}

header.fixed-top {
  background-color: var(--bg-color);
  box-shadow: 3px 3px 3px #eee;
}

.left-wthree-img img{
	width: 300px;
	box-shadow: 5px 5px 7px 4px #ddd;
}

.grids-feature img{
	width: 240px;
}

.w3l-banner h3 span{
	font-size: 50px;
	text-shadow: 1px 2px 2px #bbb;
}

.w3l-aboutblock iframe{
	width: 100%;
}

@media(max-width: 991px){
	.small-none{
		display:none;
	}
	.w3l-banner h3 span {
		font-size: 25px;
	}
		
	.pt-5 {
	  padding-top: 1rem !important;
	}
	.my-dflex{
		display: grid !important;
	}
}