* {
	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;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Quicksand-Bold';
    font-size: 6.4rem;
    line-height: 70px;
    letter-spacing: 3.2px;
}
h2 {
    color: #2F4F4F;
    font-family: 'Quicksand-Bold';
    font-size: 4.8rem;
    line-height: 54px;
    letter-spacing: 2.4px;
}
h3 {
    color: #305050;
    font-family: 'Quicksand-Bold';
    font-size: 3rem;
    line-height: 33px;
}
h4 {
    color: #2F4F4F;
    font-family: 'Quicksand-SemiBold';
    font-size: 2rem;
    line-height: 20px;
}
h6 {
    color: #2F4F4F;
    font-family: 'Quicksand-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
p {
    color: #2F4F4F;
    font-family: 'Quicksand-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
li {
    position: relative;
    padding-left: 25px;
}
li::after {
    content: "";
    height: 12px;
    width: 12px;
    background-size: 12px;
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/list-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.common-btn {
    color: #2F4F4F;
    font-family: 'Quicksand-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 20px;
    border-radius: 5px;
    border: 1px solid #2F4F4F;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.with-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.with-icon::after {
    content: "";
    height: 14px;
    width: 14px;
    background-size: 14px;
    background-image: url(../images/btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.with-icon:hover::after {
    filter: brightness(0) invert(1);
}
.border-btn {
    background-color: #fff;
    border-color: #E07A5F;
    color: #E07A5F;
}
.border-btn:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.orange-btn {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.orange-btn:hover {
    background-color: #fff;
    border-color: #E07A5F;
    color: #E07A5F;
}
.white-border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.white-border-btn:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.green-btn {
    background-color: #2F4F4F;
    border-color: #2F4F4F;
    color: #fff;
}
.green-btn:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.lees-meer-btn {
    color: #2F4F4F;
    font-family: 'Quicksand-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding: 0;
    border: 0;
    padding-right: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #2F4F4F;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 43px 10px 17px;
    max-width: max-content;
    width: 100%;
}
.lees-meer-btn::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 16%;
    width: 12px;
    height: 12px;
    background-image: url(../images/black-lees-arw.svg);
    background-size: 12px;
    background-repeat: no-repeat;
}
.lees-meer-btn:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.lees-meer-btn:hover::after {
    background-image: url(../images/lees-arw.svg);
}
.common-arrow {
    height: 44px;
    width: 44px;
    border-radius: 100%;
    border: 1px solid #F5F5DC;
    background-color: #F5F5DC;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 11px;
}
.common-arrow:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: rgba(47, 79, 79, 0.6);
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-pagination .swiper-pagination-bullet-active {
    width: 42px;
    opacity: 1;
    border-radius: 10px;
    background-color: #2F4F4F;
}

