* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
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 {
    color: #F9F8F6;
    font-family: 'robotocondensedmedium';
    text-shadow: 0 4px 4px rgba(13, 13, 13, 0.13);
    font-size: 8rem;
    line-height: 88px;
}
h2 {
    color: #0D0D0D;
    font-family: 'robotocondensedmedium';
    font-size: 6rem;
    line-height: 68px;
}
h2 strong {
    color: #F9F8F6;
    font-weight: normal;
}
h3 {
    color: #0D0D0D;
    font-family: 'roboto_condensedregular';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.72px;
}
h3 strong {
    color: #7794C6;
    font-family: 'robotocondensedmedium';
    font-weight: normal;
    letter-spacing: normal;
}
h6 {
    font-size: 1.6rem;
}
p {
    color: #0D0D0D;
    font-family: 'roboto-regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}
li {
    color: #0D0D0D;
    font-family: 'roboto-regular';
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0D0D0D;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
}
.common-btn {
    font-family: 'robotocondensedmedium';
    color: #F9F8F6;
    font-size: 1.6rem;
    padding: 16px 25px;
    min-width: 375px;
    border-radius: 100px;
    background-color: #7794C6;
    border: 1px solid #7794C6;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    text-align: center;
}
.common-btn:hover {
    background-color: #0B1931;
    border-color: #0B1931;
    color: #F9F8F6;
}
.black-btn {
    background-color: #0B1931;
    border-color: #0B1931;
    color: #F9F8F6;
}
.black-btn:hover {
    background-color: #7794C6;
    border-color: #7794C6;
}
.dotted-btn {
    border: 1.5px dashed #7794C6;
    background-color: transparent;
    color: #7794C6;
}
.dotted-btn:hover {
    background-color: #7794C6;
    color: #F9F8F6;
    border-color: #7794C6;
}
.common-arrow {
    height: 96px;
    width: 96px;
    padding: 10px;
    background-color: #F9F8F6;
    border-radius: 96px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow::before {
    background-image: url(../images/common-arrow-dotted-round.svg);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 78px;
    width: 78px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.common-arrow:hover {
    background-color: #7794C6;
}
.common-arrow img{
    width: 21px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(1) invert(0);
}
.common-arrow:hover::before {
    filter: brightness(0) invert(1);
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-arrow:after{
	display: none;
}
.swiper-button-next {
    transform: rotate(180deg);
}

.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

