@charset "utf-8";
/* CSS Documents required */
@import url(preloader.css);
@import url(spacing.css);
@import url(base.css);
@import url(nav.css);
@import url(aos.css);
/* header footer**********************************************************************************************/
body {
	background: #000;
}
#header-zone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	background: #000;
	padding: 26px 0;
}
.navbar-header {
	float: none;
	text-align: center;
}
#footer-zone {
	padding: 15px 0 21px 0;
	text-align: center;
	background: url(../image/line-horizontal-1920px-thick.png) 50% 100% repeat-x;
}
.bottom-bod {
	background: url(../image/line-horizontal-1920px-thick.png) 50% 100% repeat-x;
	padding-bottom: 3px;
}
#logo-zone {
	padding: 20px 0 10px;
}
#logo {
	display: inline-block;
	max-width: 60%;
}
.bold {
	font-weight: 700;
}
.container {
	max-width: 1024px;
}
.trans-none {
	text-transform: none;
}
.bold {
	font-weight: 700;
}
#video-id, #iframe-id {
	margin-bottom: -7px;
}
#video-id {
	margin-left: auto;
	margin-right: auto;
}
#btn-register2 {
	padding: 5px 0;
	border-top: 1px solid #e1bc3f;
	border-bottom: 1px solid #e1bc3f;
}
#btn-register2:hover, #btn-register2:focus {
	color: #f6d463;
	text-decoration: none;
	border-top: 1px solid #f6d463;
	border-bottom: 1px solid #f6d463;
}
#index-page { padding-bottom:5px;}
/* structure**********************************************************************************************/
#banner-zone {
	position: relative;
	text-align: center;
	overflow: hidden;
}
#banner-zone iframe {
	width: 100% !important;
	max-width: 100%;
}
#banner-zone .buttons {
	color: #fff;
	font-size: 50px;
	position: absolute;
	z-index: 11;
	left: 0;
	right: 0;
	top: 4%;
	text-align: center;
	margin-top: 27vh;
}
#btn-play {
	background: url(../image/ico_play.png) 50% 50% no-repeat;
	width: 150px;
	display: inline-block;
	margin: 10px auto;
	padding-top: 120px;
	font-size: 20px;
	font-weight: 300;
}

.video-wrapper {
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.video-wrapper:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 214px;
	height: 172px;
	background: url(../images/da-approved.png) no-repeat;
	background-position: center center;
	background-size: contain;
}
#btn-play {
	color: #fff;
}
#btn-play:hover {
	color: #e1bc3f;
}
.txt-zone {
	position: relative;
	padding: 75px 0;
	text-align: center;
	position: relative;
}
.txt-zone::before {
	display: inline-block;
	position: absolute;
	content: ".";
	width: 2px;
	height: 50px;
	left: calc(50% - 1px);
	top: 0;
	z-index: 11;
	background: url(../image/line-vertical-164px-single.png) 50% 50% no-repeat;
	font-size: 0;
}
.txt-zone::after {
	display: inline-block;
	position: absolute;
	content: ".";
	width: 2px;
	height: 50px;
	left: calc(50% - 1px);
	bottom: 3px;
	z-index: 11;
	background: url(../image/line-vertical-164px-single.png) 50% 50% no-repeat;
	font-size: 0;
}
#header-zone::before {
	display: block;
	position: absolute;
	content: ".";
	width: 100%;
	height: 21px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	background: url(../image/line-horizontal-1920px-double-top.png) 50% 0% repeat-x;
	font-size: 0;
}
#header-zone::after {
	display: block;
	position: absolute;
	content: ".";
	width: 100%;
	height: 21px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: url(../image/line-horizontal-1920px-double-top.png) 50% 100% repeat-x;
	font-size: 0;
}
#header-zone .lines {
}
#header-zone .lines::before {
	display: inline-block;
	position: absolute;
	content: ".";
	z-index: 11;
	font-size: 0;
	background: url(../image/line-vertical-145px-double.png) 50% 100% repeat-y;
	left: 15px;
	top: 0px;
	height: 145px;
	width: 20px;
}
#header-zone .lines::after {
	display: inline-block;
	position: absolute;
	content: ".";
	z-index: 11;
	font-size: 0;
	background: url(../image/line-vertical-145px-double-flip.png) 50% 0 repeat-y;
	right: 15px;
	width: 20px;
	height: 145px;
	bottom: 0;
	top: auto;
}
.ani-bod {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.ani-bod::before {
	display: inline-block;
	position: absolute;
	content: ".";
	height: 1384px;
	width: 24px;
	left: 24px;
	top: 0;
	z-index: 11;
	background: url(../image/line-vertical-double.png) 50% 0% repeat-y;
	font-size: 0;
}
.ani-bod::after {
	display: inline-block;
	position: absolute;
	content: ".";
	height: 1384px;
	width: 24px;
	right: 24px;
	top: 0;
	z-index: 11;
	background: url(../image/line-vertical-double.png) 50% 0% repeat-y;
	font-size: 0;
}
.line-mid {
	background: url(../image/line-vertical-164px-single.png) 50% 0% repeat-y;
}
label.error {
	color: #F03;
	font-weight: 300;
}
.txt-area {
	padding: 30px 0 10px;
	background: #000;
	text-align: center;
}
a.aos-item {
	display: inline-block;
	position: relative;
}
a.aos-item:after {
	display: inline-block;
	position: absolute;
	content: ".";
	height: 24px;
	width: 24px;
	right: 15px;
	bottom: 62px;
	z-index: 11;
	background: url(../image/ico_plus.png) 50% 0% no-repeat;
	font-size: 0;
}
/*  carousel structure**********************************************************************************************/
#banner-section {
	position: relative;
}
.pos-xy {
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
	z-index: 99;
	text-align: center;
}
.pos-xy img {
	max-width: 50%;
}
.carousel-inner {
	padding-left: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.carousel-indicators {
	bottom: 10px;
}
.carousel-indicators li {
	background: rgba(255,255,255, 0.6);
	border-color: #fff;
	margin: 0 7px;
	width: 14px;
	height: 14px;
}
.carousel-indicators li.active {
	background: rgba(205,205,205, 0.6);
	border-color: #bbb;
	margin: 0 7px;
	width: 14px;
	height: 14px;
}
.carousel-control {
	text-shadow: none;
	opacity: 0.5;
	width: 10%;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control.left {
	background: url(../image/slideshow-arrow-left.png) 50% 50% no-repeat;
}
.carousel-control.right {
	background: url(../image/slideshow-arrow-right.png) 50% 50% no-repeat;
}
.carousel-control.left span, .carousel-control.right span {
	font-size: 0;
}
/*  lines structure**********************************************************************************************/
.line-single {
	background: url(../image/line-horizontal-1920px-double-top.png) 50% 40% repeat-x;
	text-align: center;
}
.line-single h1 {
	display: inline-block;
	padding: 0 50px;
	background: #000;
}
#banner-zone {
	background: url(../image/line-horizontal-1920px-thick.png) 50% 100% repeat-x;
	padding-bottom: 3px;
}
.txt-zone {
	background: url(../image/line-horizontal-1920px-thick.png) 50% 100% repeat-x;
}
.height-e .col {
	text-align: center;
}
/* Media**********************************************************************************************/
@media (max-width:1366px) {
#header-zone .lines::before {
	background: url(../image/line-vertical-145px-double.png) 50% 100% repeat-y;
	left: 15px;
	top: 0px;
	height: 145px;
	width: 20px;
}
#header-zone .lines::after {
	background: url(../image/line-vertical-145px-double-flip.png) 50% 0 repeat-y;
	right: 15px;
	width: 20px;
	height: 145px;
	bottom: 0;
	top: auto;
}
}
@media (max-width:991px) {
h1 {
	font-size: 28px;
}
#banner-zone h2 {
	font-size: 20px;
}
#banner-zone .buttons {
	margin-top: 20vh;
}
}
@media (min-width:768px) {
#logo-zone .list-inline li {
	display: inline-block;
	margin: 15px 30px;
}
.btn-secondry {
	font-size: 18px;
	padding: 7px 40px;
	font-weight: 400;
}
}
@media (max-width:767px) {
.line-single {
	background: none;
}
.carousel-indicators {
	bottom: 10px;
}
#logo-zone .list-inline li {
	display: inline-block;
	margin: 15px 10px;
}
.images {
	margin-bottom: 30px;
}
#banner-section .images {
	margin-bottom: 0;
}
.pl-0, .pr-0 {
	padding-right: 0;
	padding-left: 0;
}
#banner-section .pos-xy {
margin-top:
}
#header-zone {
}
#header-zone .lines::before {
	background: url(../images/lines_header_left2_xs.png) 50% 100% repeat-y;
	height: 0px;
}
#header-zone .lines::after {
	background: url(../images/lines_header_mobile_right_xs.png) 50% 0 repeat-y;
	height: 0px;
}
#header-zone::before {
	background: url(../image/line-horizontal-1920px-double-top.png) 50% 0% repeat-x;
}
#header-zone::after {
	background: url(../image/line-horizontal-1920px-double-top.png) 50% 100% repeat-x;
}
#header-zone {
	padding: 31px 0;
}
#logo {
	width: 200px;
}
.txt-zone::before {
	top: -30px;
}
#banner-zone .buttons {
	margin-top: 15vh;
}
.buttons .mb-30 {
	margin-bottom: 0px;
}
}
@media (max-width:380px) {
#banner-zone .buttons {
	margin-top: 10vh;
}
}
