* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #0076b5;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1{
	font-family: 'NunitoSansRegular';
	font-size: 41px;
	color: #fff;
	letter-spacing: 1px;
}
h2{
	font-family: 'NunitoSansRegular';
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
}
h3{
	font-family: 'NunitoSansRegular';
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.75px;
}
h5{
	font-family: 'pointsemi_bold';
	font-size: 18px;
	color: #fff;
}
p{
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 0;
	text-align: justify;
}
.common-background{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-arrow {
    margin-top: 0;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}
.common-arrow::after{
	display:none;
}
.common-arrow img{
	width: 24px;
	height: 24px;
}
.common-btn{
 	font-family: 'NunitoSansRegular';
 	font-size:16px;
	color:#fff;
	cursor: pointer;
    display: inline-block;
    position: relative;
    letter-spacing: 0.4px;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	padding-right: 95px;
	border: 0;
    background: transparent;
}
.common-btn:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border:2px solid #0076b5;
	width: 63px;
	height: 63px;
	content: '';
	border-radius: 100%;
	right:0;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 23px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.common-btn:hover{
	color: #fff;
}
.common-btn:hover:after{
	background-color: #0076b5;
}
.white-btn{
 	font-family: 'NunitoSansRegular';
 	font-size:16px;
	color:#050505;
	background:#fff;
	border:2px solid #fff;
	max-width:258px;
	width:100%;
	text-align:center;
	height:64px;
	line-height:62px;
	display:inline-block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor:pointer;
}
.white-btn:hover{
	background:transparent;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.color-btn{
    font-family: 'NunitoSansRegular';
 	font-size:16px;
	color:#fff;
	background:#1d6380;
	border:2px solid #1d6380;
	max-width:258px;
	width:100%;
	text-align:center;
	height:64px;
	line-height:62px;
	display:inline-block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor:pointer;
}
.color-btn:hover{
	background:transparent;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.common-wrapper{
	padding-left:8%;
	padding-right: 8%;
}