* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #241E1E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #0077C3;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Epilogue-Medium';
    font-size: 6.4rem;
    line-height: 70px;
    letter-spacing: 1.28px;
}
h2 {
    color: #241E1E;
    font-family: 'Epilogue-Medium';
    font-size: 4.8rem;
    line-height: normal;
}
h3 {
    color: #241E1E;
    font-family: 'Epilogue-Medium';
    font-size: 2.4rem;
    line-height: 26px;
}
h4 {
    color: #241E1E;
    font-family: 'Epilogue-Regular';
    font-size: 2rem;
    line-height: 28px;
}
h5 {
    color: #241E1E;
    font-family: 'Epilogue-Regular';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.18px;
}
h6 {
    color: #241E1E;
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
p {
    color: #241E1E;
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 15px;
}
ul {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}
li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #00A761;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 0;
}
.common-btn {
    color: #241E1E;
    font-family: 'Epilogue-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    border: 1px solid #241E1E;
    border-radius: 10px;
    padding: 11px 19px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #0077C3;
    border-color: #0077C3;
    color: #fff;
}
.blue-btn {
    background-color: #0077C3;
    border-color: #0077C3;
    color: #fff;
}
.blue-btn:hover {
    background-color: #241E1E;
    border-color: #241E1E;
}
.green-btn {
    background-color: #00A761;
    border-color: #00A761;
    color: #fff;
}
.green-btn:hover {
    background-color: #241E1E;
    border-color: #241E1E;
}
.white-border-btn {
    border-color: #fff;
    color: #fff;
}
.white-border-btn:hover {
    background-color: #0077C3;
    border-color: #0077C3;
}
.with-icon::before {
    content: "";
    height: 16px;
    width: 23px;
    background-image: url(../images/j-btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.txt-btn {
    color: #fff;
    font-family: 'Epilogue-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    display: inline-block; 
    position: relative;
    padding-right: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn::after {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/txt-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover {
    color: #fff;
}
.txt-btn:hover::after {
    right: 0;
}
.common-arrow {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: 1px solid #241E1E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #0077C3;
    border-color: #0077C3;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 11px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.extra-margin {
    margin-left: -55px;
    margin-right: -55px;
}
