html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	color: inherit;
}
a:focus,
a:active,
a:hover{
	color: inherit;
	text-decoration: none;
}
body{
	font-size: 100%;
	line-height: 1.2;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input:focus,
textarea:focus{
	outline: none; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face{
	font-family: 'Black';
	src: url('../fonts/sofia_pro_black-webfont.eot');
	src: url('../fonts/sofia_pro_black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/sofia_pro_black-webfont.woff2') format('woff2'),
		 url('../fonts/sofia_pro_black-webfont.woff') format('woff'),
		 url('../fonts/sofia_pro_black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Light';
	src: url('../fonts/sofiapro-light-webfont.eot');
	src: url('../fonts/sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/sofiapro-light-webfont.woff2') format('woff2'),
		 url('../fonts/sofiapro-light-webfont.woff') format('woff'),
		 url('../fonts/sofiapro-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: linear-gradient(to bottom, #4E58A6, #2C2E3D);
}
.nopadding{
	padding: 0;
}
.container-fluid{
	padding: 0;
}
.row{
	padding: 0 175px;
	margin: 0;
}
header{
	visibility: hidden;
	position: relative;
	padding: 40px 175px 70px;
	z-index: 1;
}
.menu-icon{
	display: block;
	float: right;
}
.menu-icon div{
	height: 5px;
	width: 48px;
	background: #4E58A6;
	margin-bottom: 4px;
	transition: all 0.3s ease-in-out;
}
.close-menu .bar1{
	-webkit-transform: rotate(-45deg) translate(-10px, 7px);
	transform: rotate(-45deg) translate(-10px, 7px);
	background-color: rgba(255, 255, 255, 0.8);
}
.close-menu .bar2{
	opacity: 0;
}
.close-menu .bar3{
	-webkit-transform: rotate(45deg) translate(-5px, -3px);
	transform: rotate(45deg) translate(-5px, -3px);
	background-color: rgba(255, 255, 255, 0.8);
}
.close-menu{
	cursor: pointer;
}
.menu{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #2C2E3D;
	color: #fff;
	padding: 50px 175px;
	z-index: 2;
}
.menu .row{
	padding: 0;
}
.menu ul{
	margin: 15px auto 0;
}
.menu li{
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.menu li:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 50%;
	height: 2px;
	background: #F1C40F;
	transform: scaleX(0);
	transform-origin: 0% 100%;
	transition: transform 0.15s ease-in-out;
	margin-top: 10px;
}
.menu li:hover:after{
	transform: scaleX(1);
}
.menu li:last-of-type{
	margin-bottom: 0;
}
.menu li a{
	font-family: 'Light';
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #fff;
}
a span{
	color: #F1C40F;
}
h1{
	font-family: 'Black';
	font-size: 3.75em;
	padding-right: 31%;
}
h2{
	font-family: 'Black';
	font-size: 2.5em;
	line-height: 1.25;
	letter-spacing: -1px;
}
h3{
	font-family: 'Black';
	font-size: 1.8em;
	letter-spacing: -1px;
}
.label{
	font-family: 'Black';
	font-size: 0.9em;
	letter-spacing: 4px;
	text-transform: uppercase;
	opacity: 0.7;
}
.paragr{
	font-family: 'Light';
	font-size: 1.2em;
	line-height: 1.56;
}
.main-btn{
	display: inline-block;
	background: #fff;
	background-image: -webkit-linear-gradient(120deg, #fff 50%, #4E58A6 50%);
	background-image: linear-gradient(120deg, #fff 50%, #4E58A6 50%);
	background-size: 800px;
	background-repeat: no-repeat;
	background-position: 100%;
	border: 3px solid #4E58A6;
	border-radius: 5px;
	font-family: 'Black';
	font-size: 0.9em;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 75px;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.main-btn:hover{
	background-position: 0%;
	color: #4E58A6;
}
.hero{
	visibility: hidden;
	padding: 0 0 0 175px;
}
.hero .col-lg-4{
	padding: 100px 100px 0 15px;
}
.hero h2{
	margin-bottom: 30px;
}
.hero .paragr{
	margin-bottom: 40px;
}
.hero img{
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	box-shadow: -30px 80px 70px rgba(0, 0, 0, 0.2);
}
.contact-banner{
	visibility: hidden;
	position: relative;
	border-top: 12px solid #373A4D;
	background: #2C2E3D;
	color: #fff;
	padding: 50px 0!important;
	margin: -75px 0 0;
	z-index: 1;
}
.contact-banner .col-md-6{
	text-align: center;
}
.contact-banner .col-md-6:last-of-type{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-banner a{
	display: block;
	font-family: 'Black';
	font-size: 1.6em;
	color: #E1E1E1;
	margin-bottom: 5px;
	transition: all 0.2s ease-in-out;
}
.contact-banner a:hover{
	color: #4E58A6;
}
.benefits{
	visibility: hidden;
	padding: 100px 175px 80px;
}
.pie-sec{
	position: relative;
}
.pie-sec h1{
	margin-bottom: 50px;
}
.pie-sec .paragr{
	padding-right: 31%;
	margin-bottom: 70px;
}
figure{
	display: block;
	width: 250px;
	position: absolute;
	top: 0;
	right: -33px;
	-webkit-filter: drop-shadow(-30px 65px 60px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-30px 60px 60px rgba(0, 0, 0, 0.2));
}
svg{
	display: block;
	overflow: visible;
}
circle{
	fill: rgba(0,0,0,0);
	stroke-width: 31.8309886184;
	stroke-dasharray: 0, 0, 0, 100;
	stroke-dashoffset: 25;
	-webkit-animation: pie1 4s infinite ease both;
	animation: pie1 4s ease;
	animation-fill-mode: forwards;
}
.pie1{
	stroke: #D6D6D6;
}
.pie2{
	stroke: #EDEAEA;
	-webkit-animation-name: pie2;
	animation-name: pie2;
}
.pie3{
	stroke: #CBCBCB;
	-webkit-animation-name: pie3;
	animation-name: pie3;
}
.pie4{
	stroke: #F4F4F4;
	-webkit-animation-name: pie4;
	animation-name: pie4;
}
@keyframes pie1{
	50%, 100%{stroke-dasharray: 25, 75, 0, 0;}
}
@keyframes pie2{
	50%,100%{stroke-dasharray: 0, 25, 7, 68;}
}
@keyframes pie3{
	50%, 100%{stroke-dasharray: 0, 32, 9, 59}
}
@keyframes pie4{
	50%, 100%{stroke-dasharray: 0, 41, 59, 0;}
}
.pie-sec .border-img{
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 49%;
	left: 0;
	z-index: -1;
}
.line-sec{
	position: relative;
	margin-top: 70px;
}
.line-sec svg{
	visibility: visible!important;
	max-width: 95%;
	position: absolute;
	top: 28%;
}
.line-sec svg path{
	stroke-dasharray: 2500;
	stroke-dashoffset: 2500;
	animation: stroke 4s linear forwards;
}
@keyframes stroke{
	to{
		stroke-dashoffset: 0;
	}
}
.line-sec p{
	display: inline-block;
	position: relative;
	top: -30px;
	left: 40%;
}
.benefits .col-lg-5{
	padding: 0 0 0 75px;
}
.benefits .col-lg-5 .row{
	padding: 0;
}
.benefits .col-lg-5 .col-md-3 img{
	display: block;
	margin: 45px auto;
}
.benefits .col-lg-5 .col-md-9{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding: 45px 0 45px 35px;
}
.benefits .col-lg-5 .col-md-9 h2{
	color: #2C2E3D;
	margin-bottom: 20px;
}
.access{
	visibility: hidden;
	background: #2C2E3D;
	border-radius: 5px;
	color: #fff;
	padding: 100px 160px 90px;
	margin: 0 175px 130px;
}
.access .label{
	margin-bottom: 10px;
}
.access h2{
	margin-bottom: 30px;
}
.access img{
	display: block;
	opacity: 0.2;
	margin: 0 auto;
}
.owl-carousel{
	visibility: hidden;
	position: relative;
	/*overflow-x: hidden;*/
	padding: 0!important;
	margin-bottom: 120px;
}
.owl-carousel .owl-stage-outer{
    overflow: initial;
}
.owl-theme .owl-dots{
	position: absolute;
	bottom: 0;
	left: 40%;
	transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot{
	outline: none;
}
.owl-theme .owl-dots .owl-dot span{
	outline: none;
	width: 8px;
	height: 8px;
	background: #111113;
	opacity: 0.3;
	border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #111113;
	opacity: 1;
}
.owl-carousel .item{
	background: #F4F4F4;
	border-radius: 5px;
	padding: 60px 55px 100px 0;
	margin: 0 175px;
}
.owl-carousel .col-lg-8{
	position: relative;
}
.owl-carousel img{
	width: 92%!important;
	position: absolute;
	top: -125px;
	left: 50px;
	-webkit-filter: drop-shadow(-30px 65px 60px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-30px 60px 60px rgba(0, 0, 0, 0.2));
}
.owl-carousel .col-lg-4{
	padding-right: 50px;
}
.owl-carousel .label,
.owl-carousel h2{
	margin-bottom: 30px;
	transform: none!important;
}
.owl-carousel .label{
	opacity: 0.7!important;
}
.owl-carousel h2{
	opacity: 1!important;
}
.owl-carousel .paragr{
	opacity: 1!important;
	transform: none!important;
	margin-bottom: 50px;
}
.hero-funct{
	margin-bottom: 50px;
}
.hero-funct .line-sec{
	margin-top: 0;
}
.hero-funct h1{
	margin-top: 50px;
}
.main-funct,
.form{
	color: #FCFCFC;
	background: #2C2E3D;
	border-top: 15px solid #373A4D;
}
.main-funct{
	padding: 140px 175px!important;
}
.main-funct .col-lg-4{
	padding: 0 50px;
}
.main-funct .category{
	margin-bottom: 70px;
}
.main-funct h3{
	margin-bottom: 30px;
}
.main-funct li{
	list-style-image: url(../img/check-icon.svg);
	padding-left: 10px;
	margin: 0 0 15px -10px;
}
.overview{
    padding: 30px 340px!important;
}
.overview .col-lg-5{
	padding-right: 50px;
}
.overview .label{
	margin-bottom: 25px;
}
.overview .col-lg-7{
	margin-top: 30px;
}
.overview .paragr{
	margin-bottom: 25px;
}
.overview .col-lg-12{
	text-align: center;
}
.overview .video{
	position: relative;
	margin-top: 100px;
}
.video video{
	max-width: 100%;
	height: auto;
	border: 15px solid #d4d4d4;
	border-radius: 60px;
	-webkit-filter: drop-shadow(-30px 50px 30px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(-30px 50px 30px rgba(0, 0, 0, 0.3));
}
.video .poster{
	cursor: pointer;
	position: absolute;
	top: 0;
}
.video .poster img{
	max-width: 100%;
	height: auto;
	border-radius: 60px;
}
.overview .main-btn{
	margin: 70px 0 30px;
}
.form{
	padding: 0;
}
.form{
	padding: 50px 350px 30px!important;
	margin-bottom: 30px;
}
.form h2{
	margin-bottom: 30px;
}
.form label.error{
	position: relative;
	top: -15px;
	font-family: 'Light';
	font-size: 0.9em;
	letter-spacing: 0.5px;
	color: #fd3535;
	margin-bottom: 10px;
}
.form input.error{
	color: #fff;
	border: 1px solid #fd3535;
}
form .row{
	padding: 0;
}
.form input,
.form textarea{
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: 'Light';
	font-size: 1em;
	color: #fff;
	letter-spacing: 1px;
	padding: 8px 20px;
	margin-bottom: 20px;
}
.form input::placeholder,
.form textarea::placeholder{
	color: rgba(255, 255, 255, 0.7);
}
.form textarea{
	height: 200px;
	resize: none;
}
.form .submit-btn{
	text-align: center;
	margin-top: 20px;
}
.form .main-btn{
	background: #fff;
	background-image: -webkit-linear-gradient(120deg, #fff 50%, #2C2E3D 50%);
	background-image: linear-gradient(120deg, #fff 50%, #2C2E3D 50%);
	background-size: 800px;
	background-repeat: no-repeat;
	background-position: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
}
.form .main-btn:hover{
	background-position: 0%;
	color: #2C2E3D;
}
footer{
	background: #2C2E3D;
	padding: 50px 0 35px;
}
footer .row{
	padding: 0 130px 0 160px;
}
footer .col-lg-4 img{
	cursor: pointer;
}
footer .label{
	visibility: visible!important;
	opacity: 0.7!important;
	transform: none!important;
}
footer ul{
	float: right;
	margin-top: 5px;
}
footer ul li{
	display: inline-block;
	color: #fff;
	margin-right: 30px;
}
footer ul li.phone,
footer ul li.mail{
	font-family: 'Black';
	font-size: 1.4em;
	color: #e1e1e1;
	transition: all 0.2s ease-in-out;
}
footer ul li.phone:hover,
footer ul li.mail:hover{
	color: #4E58A6;
}
footer ul li.phone{
	border-right: 1px solid #C4C4C4;
	padding-right: 20px;
	margin-right: 15px;
}
#cookiebar{
	font-family: 'Bold';
	font-size: 1em;
	line-height: 1.2;
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #4E58A6;
	padding: 20px 40px;
	z-index: 100;
}
#cookiebar p{
	font-family: 'Light';
	font-size: 16px;
	text-align: center;
}
#cookiebar .cookie{
	display: inline-block;
	font-family: 'Black';
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
#cookiebar .cookie:hover{
	color: #4E58A6;
}
#cookiebar .cookie-button{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	font-family: 'Black';
	color: #2C2E3D;
	padding: 5px 20px;
	margin: 10px 10px 0 20px;
	transition: all 0.2s ease-in-out;
}
#cookiebar .cookie-button:hover{
	background: #fff!important;
	color: #4E58A6;
}
.modal-dialog{
	max-width: 700px;
	margin: 100px auto;
}
.modal-header{
	border-bottom: none;
	padding: 1rem 1rem 0;
}
.close{
	font-size: 3em;
}
.modal-body{
	padding: 0 5rem 2rem;
}
.modal img{
	width: 150px;
	display: block;
	margin: 50px auto 0;
}
.modal h4{
	font-family: 'Black';
	font-size: 2em;
	text-align: center;
	margin-bottom: 20px;
}
.modal h5{
	font-family: 'Light';
	font-size: 1.5em;
	text-align: center;
}
.ie-svg{
	display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	h1{
		font-size: 3em;
	}
	.pie-sec .ie-svg{
		display: block;
		width: 230px;
		position: absolute;
		top: 0;
		right: -70px;
		-webkit-filter: drop-shadow(-30px 65px 60px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(-30px 60px 60px rgba(0, 0, 0, 0.2));
	}
	.pie-sec .border-img{
		max-width: 95%;
		top: 46%;
	}
	.line-sec .ie-svg{
		display: block;
		visibility: visible!important;
		opacity: 1!important;
		max-width: 95%;
		position: absolute;
		top: 28%;
	}
	.owl-carousel img{
		top: 0;
	}
	.overview .video{
		display: none;
	}
}