/*********WEBHUT****************
***APPS N SEO DEVELOPMENT-1+1 created 9 aug, 2020******
author:neil***********************
********************************/
/*============================================*/
.lists
{
margin:15px 0;
}
.lists ul 
{
list-style:none;
}
.lists ul li::before {
  content: "\f192"; color: #be9cfa;
  font-family: "Font Awesome 5 Free";
  padding: 0 12px 0 0;
}


.lists  li
{
font-size:18px;
font-family:'OpenSans-Regular'!important;
line-height:1.4;
margin-top: .5555555555555556rem;
font-weight: 300;
color:#4c4c4cad;
text-align:justify;
padding:3px 0;
}


/*======================*/
.offer
{
padding-bottom:30px;
}
/*=========all remove add this by neil=============*/
/*=======3 MOB ===============*/
.app-dev{
	padding:35px;
	background:#4023aee8;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15);	
	border-radius:15px;
	position:relative;
	min-height:170px;
	width:100%;
	margin-bottom:2.5rem;
    border:inset 3px #fafafa78;
}
	.app-dev::before {
	content: '';
	height: 5px;
	width: 40px;
	background: #fcfcfc;
	display: inline-block;
	transform: rotate(90deg);
	position: relative;
	top: 55px;
	left: -30px;
	border-radius: 3px;
}
		.app-dev > img{
			height:112px;
			margin:0 auto;
		}
	
.app-dev h3{
	margin:0;
	color:#ffffff;
	text-align:center;
	font-size:25px;
	letter-spacing:1px;
	line-height:1.2;
	text-shadow:0 1px 0 rgba(0,0,0,0.15);
	background:#f7f7f73b;
	padding: 25px;
    border-radius: 3px;
	border:outset 1px #ffffff9e;
	text-transform:capitalize;
}
	div.app-dev{
	line-height:0;
 }
.cog {
	position: absolute;
	bottom: 0;
	right: 28px;
	color:#ffffff;
	font-size: 50px;
	top: 60%;
	text-shadow:0 1px 0 rgba(0,0,0,0.15);
}


/*=======3 MOB ===============*/
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
	.app-dev {
	padding: 20px;
	background: #4023aee8;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	border-radius: 15px;
	position: relative;
	height: auto;
	width: 90%;
	border: inset 3px #fafafa78;
	margin: 0 auto 2.5rem;
}
	.app-dev h3 {
	margin: 0;
	color: #ffffff;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	background: #f7f7f73b;
	padding: 30px;
	border-radius: 3px;
	border: outset 1px #ffffff9e;
	text-transform: capitalize;
}
	.cog {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #ffffff;
	font-size: 50px;
	top: 60%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
}
