#topnav .logo img{
  width: 130px;
}

.round-no{
border: 3px solid #ee923c;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #14518e;
}

.btn{
  font-size: 15px !important;	
}

.how-it-work-section{
 margin-top: 70px;
}

.how-it-work-section:after {
	content: '';
	background: url(assets/images/paper-plan.jpg) no-repeat !important;
	position: absolute;
	background-size: 100% !important;
	width: 100%;
	height: 381px;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	z-index: 0;
	pointer-events: none;
}

.how-it-works-box {
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 27px rgba(0, 0, 0, 0.05);
	padding: 30px 20px;
	text-align: center;
	border-radius: 6px;
	background: #fff;
	margin: 20px auto;
	max-width: 280px;
	position: relative;
	z-index: 1;
}

.how-it-works-box i:before {
	font-size: 45px;
}

.how-it-works-box h5 {
	position: relative;
    color: #494a56;
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.how-it-works-box p {
	    color: #565656;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
}

.how-it-work-section-row [class^="col-md-"]:nth-child(1) .how-it-works-box i:before {
	color: #fe5152;
}

.how-it-work-section-row [class^="col-md-"]:nth-child(2) .how-it-works-box i:before {
	color: #0c469a;
}

.how-it-work-section-row [class^="col-md-"]:nth-child(3) .how-it-works-box i:before {
	color: #f39d9e;
}

.how-it-work-section-row [class^="col-md-"]:nth-child(2) {
	margin-top: 30px
}

.how-it-work-section-row [class^="col-md-"]:nth-child(3) {
	margin-top: 60px
}

.how-it-work-section-row [class^="col-md-"]:nth-child(4) {
	margin-top: 60px
}






/**********************************
  Web and Mobile Solutions Wrapper
***********************************/

#web-wrapper{
 padding: 80px 0px;	
}

#web-wrapper .web-card{
margin-top: 80px;
margin-bottom: 30px;
}




/**********************************
  Web and Mobile Solutions Wrapper
***********************************/

#contact-wrapper{
 padding: 80px 0px;	
}























