* {
	padding: 0;
	margin: 0;
	-webkit-background-origin: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*  Tags  */

html {
	font-size: 14px;
}

body {
	background: #fff;
	font-family: 'Syne', sans-serif;
	font-size: 1.43rem; /*  20px  */
	font-weight: 400;
}

a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-family: "Syne", sans-serif;
	font-weight: 700;
	font-size: 1.28rem; /* 18px */
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

img {
	width: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: "Syne", sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 12.21rem; /* 171px */
	color: #000;
}

h2 {
	font-size: 5.14rem; /* 72px */
	color: #000;
}

h3 {
	font-size: 4.29rem; /* 60px */
	color: #0D0D0D;
}

h4 {
	font-size: 3rem; /* 42px */
	color: #000;
}

h5 {
	font-size: 1.43rem; /*  20px  */
}

h6 {
	font-family: 'Inter';
	font-size: 1.5rem; /*  21px  */
}

/*  Containers  */

.container_fluid {
	width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	width: 1590px;
	padding: 0 60px;
	margin: 0 auto;
}

.container_small {
	width: 1280px;
	padding: 0 60px;
	margin: 0 auto;
}

/*  Columns  */

.columns_wrap {
	margin-right: -30px;
}

.column {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 30px;
}

.column_1-4 {
	width: 25%;
}

.column_1-2 {
	width: 50%;
}

.column_1-6 {
	width: 16.6666666%;
}

.column_1-8 {
	width: 12.5%;
}

/* Preloader */

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #02040B;
	z-index: 1000;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;

}

.loader_inner {
	width: 202px;
	height: 202px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.box {
	display: inline-block;
	width: 99px;
	height: 99px;
	margin-left: 2px;
	margin-bottom: 2px;
	border-radius: 2px;
	background: #624BFF;
	opacity: 0;

	-webkit-animation: load 1s linear infinite;
	animation: load 1s linear infinite;

	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.box span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.box:nth-of-type(4) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}
.box:nth-of-type(3) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.box:nth-of-type(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*  Header  */

.header-wrap {
	width: 100%;
	height: 990px;
	overflow: hidden;
	background: #624BFF;
	position: relative;
}

.animate-wrap {
	white-space: nowrap;
	overflow: hidden;
	background: inherit;
	padding: .85rem 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.animate {
	-webkit-animation: marquee 30s linear infinite;
	animation: marquee 30s linear infinite;
}

.animate_item {
	display: inline-block;
	margin-right: 7.43rem;
	font-size: 1.28rem; /* 18px */
	font-weight: 400;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

@-webkit-keyframes marquee {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
}

@keyframes marquee {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}	
}

.frame {
	position: absolute;
	z-index: 1;
}

.frame img {
	-webkit-box-shadow: 5px 10px 15px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 5px 10px 15px 0px rgba(0,0,0,0.16);
	box-shadow: 5px 10px 15px 0px rgba(0,0,0,0.16);
}

.frame_1 {
	top: 20.4%;
	left: -5%;
	width: 14.9%;
}

.frame_2 {
	top: 23.8%;
	right: 2.3%;
	width: 16%;
}

.frame_3 {
	bottom: 21%;
	left: 4.2%;
	width: 17.5%;
}

.frame_4 {
	bottom: 18%;
	right: -2%;
	width: 18%;
}

.footer_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 2;

	text-align: center;
}

.bottom_btn {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 2rem 0 2.2rem;
	letter-spacing: .05em;
	position: relative;
}

.bottom_btn:after {
	content: "";
	width: 100%;
	height: 2px;
	bottom: 37%;
	left: 0;
	right: 0;
	opacity: 1;
	background: #fff;
	position: absolute;

	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.bottom_btn:hover {
	color: #624BFF;
}

.bottom_btn:hover.bottom_btn:after {
	background: #624BFF;
}

.header_content {
	width: 100%;
	position: absolute;
	bottom: 9%;
	left: 0;
	right: 0;
	
	text-align: center;
}

.header_title {
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}

.header_title span {
	color: transparent;
	-webkit-text-stroke: 2px #2A206E;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.header_title span {
		color: #2A206E;
	}
}

.header_img {
	width: 48.5%;
	margin: -4.8rem auto 0;
	position: relative;
	z-index: 2;
}

/*  Home  */

.home-wrap {
	background: #F5F5F5;
	overflow: hidden;

	padding: 11.4rem 0 5.7rem;
}

.home_text {
	text-align: center;
}

.home_subtitle {
	font-size: 1.28rem; /* 18px */
	color: #404344;
	margin-top: 2.8rem;
}

.home_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	padding-top: 7.6rem;
}

.home_inner.columns_wrap {
	margin-right: -9.22rem;
}

.home_item a {
	display: inline-block;
	position: relative;
}

.home_item.column {
	text-align: center;
	padding-right: 9.22rem;
	padding-bottom: 6.6rem;
}

.home_item a:hover .home_img,
.home_img:hover {
	-webkit-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.1);
}

.view {
	position: absolute;
	width: 28%;
	top: 3%;
	right: 1%;

	opacity: 0;

	-webkit-transition: opacity ease .7s;
	-moz-transition: opacity ease .7s;
	-ms-transition: opacity ease .7s;
	transition: all ease .7s;
}

.home_item:hover .view {
	opacity: 1;
}

.home_caption {
	margin-top: 2.8rem;
	font-weight: 500;
}

/* Content General Styles */

.content_suptitle {
	margin-bottom: 2rem;
	display: inline-block;
}

.content_title {
	line-height: 1.25em;
	margin-bottom: 4rem;
}

.content_text {
	line-height: 1.6em;
	margin-bottom: 5.2rem;
}

.content_btn {
	display: inline-block;
	letter-spacing: .025em;
}

/*   Elementor   */

.elem-wrap {
	padding: 11.4rem 0 10.7rem;
	overflow: hidden;
}

.elem_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.elem_content {
	width: 36%;
	padding-top: 3.2rem;
}

.elem_title {
	padding-right: 1rem;
	line-height: 1.38em;
}

.elem_btn {
	background: #0D0D0D;
	color: #fff;
	padding: 2.1rem 4.5rem;
}

.elem_btn:hover {
	background: #624BFF;
}

.elem_img {
	width: 51.8%;
	position: relative;
	padding-top: 42.8%;
}

.elem_img-first,
.elem_img-second,
.elem_img-third,
.elem_img-fourth {
	position: absolute;
}

.elem_img-first {
	top: 7.2%;
	left: 0%;
	width: 40.5%;
	z-index: 1;
}

.elem_img-second {
	bottom: .4%;
	right: 3%;
	width: 71%;
	z-index: 2;
}

.elem_img-third {
	top: 0%;
	right: 6.7%;
	width: 20.9%;
	z-index: 3;
}

.elem_img-fourth {
	top: 24.5%;
	right: .5%;
	width: 14.5%;
	z-index: 3;
}

/* Double */

.double-wrap {
	overflow: hidden;
}

.double_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.columns_wrap.double_inner {
	margin: 0;
}


.double {
	text-align: center;
	padding: 11.4rem 3rem 10.8rem;
}

.podcast {
	background: #F1F1EF;
}

.session {
	background: #E8E8E6;
}

.ipod_img {
	width: 73%;
	margin: 0 auto 6rem;
	position: relative;
	z-index: 2;
}

.ipod_img img {
	position: relative;
	z-index: 2;
}

.ipod_img:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 95%;
	height: 98%;
	border-radius: 2rem;
	display: block;
	position: absolute;

	z-index: 1;
	-webkit-box-shadow: 15px 16px 60px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 15px 16px 60px 0px rgba(0,0,0,0.4);
	box-shadow: 15px 16px 60px 0px rgba(0,0,0,0.4);
}

.schedule_img {
	width: 70.5%;
	margin: 0 auto 7rem;
}

.double_par {
	line-height: 1.6em;
	padding-top: 3rem;
}

/* Woo */

.woo-wrap {
	padding: 11.4rem 0 11.1rem;
	background: #624BFF;
	color: #fff;
	overflow: hidden;
}

.woo_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.woo_content {
	width: 38%;
	padding-top: 3.5rem;
}

.woo_title {
	color: #fff;
}

.woo_btn {
	background: #fff;
	color: #0d0d0d;
	padding: 1.9rem 4.1rem;
}

.woo_btn:hover {
	background: #F7BA45;
	color: #fff;
}

.woo_img {
	width: 51.8%;
	position: relative;
	padding-top: 39%;
}

.woo_img-first,
.woo_img-second,
.woo_img-third {
	position: absolute;
}

.woo_img-first {
	top: 0.1%;
	left: 1.7%;
	width: 75%;
	z-index: 1;
}

.woo_img-second {
	top: 10.5%;
	right: 3.6%;
	width: 33%;
	z-index: 2;
}

.woo_img-second:before {
	content: '';
	position: absolute;
	width: 99%;
	height: 99%;
	top: 0;
	left: 0;
	z-index: 0;

	border-radius: 13%;
	-webkit-box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.3);
	box-shadow: -10px 10px 15px 0px rgba(0,0,0,0.3);
}

.woo_img-third {
	top: .4%;
	right: -6%;
	width: 24%;
	z-index: 3;
}

/*  Slider  */

.slider-wrap {
	padding: 10.2rem 0 11.3rem;
	background: #F5F5F5;
	overflow: hidden;
}

.slider_inner {
	text-align: center;
}

.slider_suptitle {
	color: #F66122;
}

.slider_title {
	color: #02040B;
}

.swiper-wrapper {
	margin-top: 4.7rem;
}

.swiper-container {
	padding-bottom: 4.6rem;
}

.swiper-slide img {
	margin-bottom: 1.5rem;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.07);
}

.swiper-scrollbar-drag {
	background-color: #02040B;
	border-radius: 0;
}

.swiper-container-horizontal>.swiper-scrollbar {
	width: 16rem !important;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	color: #E5E8EB;
	background: #E5E8EB;

	margin: 0 auto;
}

/* Plugins */

.plugins-wrap {
	background: #000;
	padding: 10.2rem 0 6.9rem;

	color: white;
	text-align: center;
	overflow: hidden;
}

.plugins_title {
	margin-bottom: 4rem;
	color: #fff;
}

.subtitle {
	line-height: 1.56em;
}

.plugins_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;

	padding-top: 6.4rem;
}

.plugins_inner.columns_wrap {
	margin: 0 -4rem;
}

.plugin_item.column {
	padding-right: 0px;
	margin-right: 0;
	padding-bottom: 3.9rem;
	text-align: center;
}

.plugin_item:nth-child(2), 
.plugin_item:nth-child(3) {
	position: relative;
}

.price_1 {
	position: absolute;
	width: 28%;
	top: -7%;
	right: 15.5%;
	z-index: 2;
}

.price_2 {
	position: absolute;
	width: 28%;
	top: -7%;
	right: 17%;
	z-index: 2;
}

.square-wrap {
	padding: 0 4rem;
}

.plugin_text {
	margin-top: 1.6rem;
	line-height: 1.6em;
	font-size: 1.14rem;
}

/* blog */

.blog-wrap {
	padding: 11.4rem 0 9rem;
	overflow: hidden;
}

.blog_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 5rem;
}

.blog_content {
	width: 34%;
	margin-top: -.3rem;
}

.blog_suptitle {
	font-weight: 700;
	font-size: 1.28rem;
	color: #624BFF;
}

.blog_btn {
	background: #0D0D0D;
	color: #fff;
	padding: 1.9rem 4.1rem;
}

.blog_btn:hover {
	background: #624BFF;
}

.blog_img {
	width: 54%;
	position: relative;
	padding-top: 39%;
}

.blog_img-first,
.blog_img-second,
.blog_img-third,
.blog_img-fourth,
.blog_img-fifth,
.blog_img-sixth {
	position: absolute;
}

.blog_img-first {
	top: 13.5%;
	left: 11.2%;
	width: 15%;
	z-index: 6;
}

.blog_img-second {
	bottom: 28.8%;
	left: 1.8%;
	width: 35.1%;
	z-index: 5;
}

.blog_img-third {
	bottom: 34.4%;
	right: 0.4%;
	width: 35%;
	z-index: 5;
}

.blog_img-fourth {
	bottom: 18.7%;
	right: 1.2%;
	width: 89%;
	z-index: 3;
}

.blog_img-fifth {
	bottom: 26.8%;
	right: 12.6%;
	width: 66.3%;
	z-index: 3;
}

.blog_img-fourth:before {
	content: '';
	position: absolute;
	width: 85%;
	height: 1px;
	z-index: 0;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: transparent;
	-webkit-box-shadow: 0px 0px 55px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 55px 24px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 55px 24px rgba(0,0,0,0.1);
}

hr {
	width: 100%;
	height: 2px;
	color: #E5E8EB;
	opacity: .5;
}

.blog_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.blog_list.columns_wrap {
	margin: 0 -4rem 0 -5rem;
	padding-top: 3.6rem;
}

.blog_list-item {
	text-align: center;
}

.blog_list-item.column {
	padding: 0 5rem;
	display: inline-block;
	vertical-align: bottom;
}

.blog_list-img {
	display: block;
	padding: 0;
}

.img-wrap {
	margin: 0 auto 1.4rem;
}

.blog_item-caption {
	color: #0D0D0D;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 1.24rem;
}

.blog_list-item:nth-child(1) .blog_list-img {
	padding: 0 .2rem;
}

.blog_list-item:nth-child(3) .blog_list-img {
	padding: 0 .1rem;
}

.blog_list-item:nth-child(4) .blog_list-img {
	padding: 0 .12rem;
}

.blog_list-item:nth-child(5) .blog_list-img {
	padding: 0 .3rem;
}

.blog_list-item:nth-child(8) .blog_list-img {
	padding: 0 .4rem;
}

/* Donat */

.donat-wrap {
	padding: 9.4rem 0 8.9rem;
	background: #624BFF;
	color: #fff;
	overflow: hidden;
}

.donat_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.donat_content {
	width: 37%;
	padding-top: 3.2rem;
}

.donat_title {
	color: #fff;
}

.donat_btn {
	background: #fff;
	color: #0D0D0D;
	padding: 2.12rem 4.5rem;
}

.donat_btn:hover {
	background: #F7BA45;
	color: #fff;
}

.donat_img {
	width: 48.1%;
	margin-right: 4.3rem;
	position: relative;
	padding-top: 32%;
}

.donat_img-first,
.donat_img-second,
.donat_img-third,
.donat_img-fourth,
.donat_img-fifth {
	position: absolute;
}

.donat_img-first {
	top: 9%;
	left: 0%;
	width: 25.6%;
	z-index: 2;
}

.donat_img-second {
	top: 0%;
	right: 25.5%;
	width: 16.5%;
	z-index: 2;
}

.donat_img-third {
	bottom: 0.3%;
	right: 0%;
	width: 46.2%;
	z-index: 2;
}

.donat_img-fourth {
	top: 13%;
	left: 6.6%;
	width: 72%;
	z-index: 1;
}

.donat_img-fifth {
	top: 20.4%;
	right: 1%;
	width: 16.3%;
	z-index: 3;
}

/* DJ */

.dj-wrap {
	background: #000;
	color: #fff;
	overflow: hidden;
}

.dj_inner {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.dj_img {
	background: url(../images/dj/dj_1.jpg) center no-repeat;
	background-size: cover;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;

}

.dj_content {
	margin-left: auto;
	width: 50%;
	padding: 8rem 13rem 9rem 10.6rem;
}

.dj_title {
	color: #fff;
}

.dj_title br {
	display: none;
}

.dj_btn {
	background: #F7BA45;
	color: #fff;
	padding: 1.97rem 3.3rem;
}

.dj_btn:hover {
	background: #624BFF;
}

/* Events */

.event-wrap {
	padding: 11.3rem 0 9.2rem;
	color: #000;
	overflow: hidden;
}

.event_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.event_content {
	width: 40%;
}

.event_suptitle {
	font-weight: 700;
	font-size: 1.28rem;
	color: #624BFF;
}

.event_title {
	color: #000;
}

.event_text {
	padding-right: 3rem;
}

.event_btn {
	background: #0D0D0D;
	color: #fff;
	padding: 1.95rem 4.12rem;
}

.event_btn:hover {
	background: #624BFF;
}

.event_img {
	width: 54%;
	margin-right: 0rem;
	position: relative;
	padding-top: 36%;
}

.event_img-first,
.event_img-second,
.event_img-third,
.event_img-fourth {
	position: absolute;
}

.event_img-first {
	bottom: 26%;
	left: 3%;
	width: 14.6%;
	z-index: 2;
}

.event_img-second {
	top: 0%;
	right: 18.8%;
	width: 23.5%;
	z-index: 2;
}

.event_img-third {
	bottom: 18.5%;
	right: 12.3%;
	width: 24%;
	z-index: 2;
}

.event_img-fourth {
	top: 14.4%;
	left: 0.2%;
	width: 93.2%;
	z-index: 1;
}

/*  Features  */

.features-wrap {
	text-align: center;
	background: #F5F5F5;
	color: #000;
	padding: 10.3rem 0 9.4rem;
	overflow: hidden;
}

.features_inner {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 4.7rem;
}

.features_title {
	color: #0d0d0d;
}

.features_item {
	background-color: #fff;
	width: 100%;
	padding-top: 131.2%;
	position: relative;
}

.features_column {
	transition: transform .2s linear;
}

.features_column:hover {
	transform: translateY(-5px);
}

.features_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;

	text-align: center;
	padding-top: 5.9rem;
}

.features_img {
	width: 28.6%;
	margin: 0 auto;
}

.features_img img {
	width: 100%;
}

.features_content h5 {
	line-height: 1.34em;
	margin: 3rem 0 2.6rem;
}

.features_text {
	line-height: 1.66em;
	font-size: 1.21rem;
	font-weight: 400;
	padding: 0 4rem;
}

/* Footer */

.footer-wrap {
	background: #624BFF;
	padding: 10.2rem 0 12rem;
	overflow: hidden;
}

.footer_inner {
	text-align: center;
}

.footer_title {
	color: #fff;
	line-height: 1.181em;
	font-size: 5rem;
}

.footer_title span {
	color: transparent;
	-webkit-text-stroke: 2px #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.footer_title span {
		color: #fff;
	}
}

.footer_btn {
	display: inline-block;
	background: #fff;

	font-size: 1.43rem; /*  20px  */
	color: #000;
	padding: 1.85rem 5.6rem;
	margin-top: 4.5rem;
}

.footer_btn:hover {
	background: #F7BA45;
	color: #fff;
}

/* Top Button */

#topBtn {
	position: fixed;
	bottom: 30px;
	right: 31px;
	font-size: 2.2rem;
	width: 5rem;
	height: 5rem;
	border-radius: 3rem;
	background: #F7BA45;
	color: #fff;
	z-index: 100;
	border: none;
	outline: none;
	cursor: pointer;
	display: none;
	opacity: .5;
	transition: all .3s linear;
}

#topBtn:hover {
	opacity: 1;
	outline: none;
}

