* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #073046;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #D84B77;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'SofiaPro-Bold';
    font-size: 6rem;
    line-height: 68px;
}
h2 {
    color: #073046;
    font-family: 'SofiaPro-SemiBold';
    font-size: 4rem;
    line-height: 48px;
}
h3 {
    color: #073046;
    font-family: 'SofiaPro-SemiBold';
    font-size: 2.4rem;
    line-height: 32px; 
}
h3 strong {
    color: #D84B77;
    font-weight: normal;
}
h4 {
    color: #073046;
    font-family: 'DMSans-Bold';
    font-size: 2rem;
    line-height: 28px;
}
h5 {
    color: #fff;
    font-family: 'DMSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: rgba(7, 48, 70, 0.70);
    font-family: 'SofiaPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 14px;
}
ul {
    margin-bottom: 14px;
}
.common-btn {
    color: #fff;
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 40px;
    border-radius: 100px;
    background-color: #79B1E0;
    border: 1px solid #79B1E0;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #9C3B61;
    border-color: #9C3B61;
    color: #fff;
}
.blue-btn {
    color: #fff;
    background-color: #3E5585;
    border-color: #3E5585;
}
.blue-btn:hover {
    color: #fff;
    background-color: #9C3B61;
    border-color: #9C3B61;
}
.red-btn {
    color: #fff;
    background-color: #D84B77;
    border-color: #D84B77;
}
.red-btn:hover {
    color: #fff;
    background-color: #3E5585;
    border-color: #3E5585;
}
.border-btn {
    color: #073046;
    border-color: #073046;
    background-color: transparent;
}
.border-btn:hover {
    color: #fff;
    background-color: #3E5585;
    border-color: #3E5585;
}
.common-arrow {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #D84B77;
    border-color: #D84B77
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 15px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-wrap {
    padding-left: 16px;
    padding-right: 16px;
}
.radius-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}