*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.top-strip{
	background-color: #056ea7;
	padding-top: 13px;
	padding-bottom: 2px;
	color: #fff;
	font-weight: 400;
}
.logo-area{
	padding: 6px 0;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.about{
	background-image: url('../images/about-visa-point-bg.jpg');
	padding: 35px 0;
	background-repeat: no-repeat;
  	background-attachment: fixed;
}
.about h1{
	color: #d41316;
	font-weight: 700;
}
.services{
	padding: 35px 0;
}
.services h2{
	color: #d41316;
	font-weight: 700;
}
.country{
	background-image: url('../images/country-bg.png');
	background-repeat: no-repeat;
  	background-attachment: fixed;
	padding: 70px 0;
	color: #fff;
}
.experts h2{
	color: #d41316;
	font-weight: 700;
}
footer i{
	padding-left: 10px;
}
.inner-slider{
	background-image: url('../images/about.jpg');
	height: 350px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;

}
.about1 h2{
	color: #115500;
}
.contact h5{
	color: #d30000;
}