/*
Theme Name: Learned
Author: Ron Zvagelsky
Description: Designed by Ron Zvagelsky.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/****** Font Style ******/
@font-face {
	font-family: 'Acre Medium';
	src: url('./fonts/Acre Medium.otf');
}
@font-face {
	font-family: 'Open Sans Regular';
	src: url('./fonts/OpenSans-Regular.ttf');
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url('./fonts/OpenSans-Bold.ttf');
}

/****** Common Style ******/
html, body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	overflow-x: hidden;
}
body {
	background-image: url(./images/background.png);
}
section {
	box-sizing: border-box;
}
a, button, input[type="submit"] {
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
button:hover, button:active, button:focus, button:visited,
input:hover, input:active, input:focus, input:visited,
a:hover, a:active, a:focus, a:visited {
	outline: none;
}
.container-md {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.container-sm {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.container-lg {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.mobile {
	display: none;
}
@media (max-width: 767px) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: inherit;
	}
}

/****** Header Section Style ******/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}
.admin-bar header {
	top: 32px;
}
header .header-bar {
	background-color: #007099;
	padding: 20px 0;
	text-align: center;
}
header .header-bar h1 {
	margin: 0;
	font-size: 72px;
	font-family: 'Europa';
	letter-spacing: 1px;
	color: white;
}
header .header-menu {
	background-image: url(./images/background.png);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
header .header-menu .menu-item {
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	border-top: none !important;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
header .header-menu .menu-item:nth-child(1) {
	border: 3px solid #007099;
}
header .header-menu .menu-item:nth-child(1):hover {
	background-color: #007099;
}
header .header-menu .menu-item:nth-child(2) {
	border: 3px solid #008996;
}
header .header-menu .menu-item:nth-child(2):hover {
	background-color: #008996;
}
header .header-menu .menu-item:nth-child(3) {
	border: 3px solid #ffad65;
}
header .header-menu .menu-item:nth-child(3):hover {
	background-color: #ffad65;
}
header .header-menu .menu-item:nth-child(4) {
	border: 3px solid #ff6919;
}
header .header-menu .menu-item:nth-child(4):hover {
	background-color: #ff6919;
}
header .header-menu .menu-item:nth-child(5) {
	border: 3px solid #ff3400;
}
header .header-menu .menu-item:nth-child(5):hover {
	background-color: #ff3400;
}
header .header-menu .menu-item:hover a {
	color: white;
}
header .header-menu .menu-item a {
	color: #001e53;
	font-family: 'Acre Medium';
	font-size: 25px;
	text-decoration: none;
	padding: 12px 0;
}

/****** Hero Section Style ******/
.hero-section {
	width: 100%;
	background-image: url(./images/background.png);
	background-position: center;
}
.hero-section .hero-slider {
	width: 100%;
	height: 100%;
}
.hero-section .slider-item {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
}
.hero-section .slider-item div.decor {
	position: absolute;
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.hero-section .slider-item[slider-id="1"] div.decor {
	width: 60vw;
	left: 1vw;
	height: 75vh;
	bottom: 1vh;
}
.hero-section .slider-item[slider-id="2"] div.decor {
	width: 50vh;
	left: 14vw;
	height: 55.2vh;
	bottom: 10vh;
}
.hero-section .slider-item[slider-id="3"] div.decor {
	width: 50vw;
	left: 1vw;
	height: 75vh;
	bottom: 1vh;
}
.hero-section .slider-item h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 96px;
	font-family: 'Europa';
	color: #001e53;
	margin: 0;
}

/****** Footer Section Style ******/
footer {
	padding: 70px 100px;
	font-family: "Acre Medium";
	background-color: #001e53;
}
footer .footer-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}
footer .logo-wrapper {
	width: 30%;
}
footer .logo-wrapper h2 {
	margin: 0;
	font-size: 72px;
	color: white;
}
footer .logo-wrapper p {
	margin: 0;
	font-size: 18px;
	color: white;
}
footer .footer-menu-wrapper {
	text-align: right;
	width: 30%;
}
footer .footer-menu {
	list-style: none;
	margin: 0;
}
footer .footer-menu .menu-item:nth-child(5n+1) a {
	color: #ff6919;
}
footer .footer-menu .menu-item:nth-child(5n+2) a {
	color: #ffad65;
}
footer .footer-menu .menu-item:nth-child(5n+3) a {
	color: #fddeac;
}
footer .footer-menu .menu-item:nth-child(5n+4) a {
	color: #6fb0a5;
}
footer .footer-menu .menu-item:nth-child(5n+5) a {
	color: #008996;
}
footer .footer-menu .menu-item a {
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
}
footer .footer-menu .menu-item a:hover {
	color: white;
}
footer .copyright {
	color: white;
	width: 40%;
	text-align: center;
	letter-spacing: 1px;
	font-size: 24px;
}
/****** Testimonials Section Style ******/
.testimonials-section {
	padding: 90px 0 80px 0;
	background-color: #001e53;
	text-align: center;
}
.testimonials-section .testimonials-slider {
	margin-bottom: 40px;
}
.testimonials-section .slick-list {
	overflow: visible;
}
.testimonials-section .slider-item p {
	font-family: 'Open Sans Regular';
	font-size: 28px;
	width: calc(100% - 100px);
	margin-left: 50px;
	color: white;
	position: relative;
}
.testimonials-section .slider-item p:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: -15px;
	left: -40px;
	background-image: url(./images/quote_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.testimonials-section .slider-item p:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 0;
	right: -40px;
	background-image: url(./images/quote_left.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.testimonials-section a.btn {
	margin-top: 50px;
	background-color: #6fb0a5;
	font-family: 'Europa';
	font-size: 24px;
	letter-spacing: 2px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 40px;
	text-transform: uppercase;
}
.testimonials-section a.btn:hover {
	background-color: white;
	color: #6fb0a5;
}

/****** Testimonials Section Style ******/
.partner-section {
	padding: 220px 0 180px;
	width: 100%;
	position: relative;
	background-image: url(./images/background.png);
	background-position: center;
}
.partner-section .decor {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 440px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
}
.partner-section .partner-content {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	color: #001e53;
	font-family: 'Europa';
}
.partner-section .partner-content h2 {
	font-size: 90px;
	line-height: 100px;
	margin: 0;
}
.partner-section .partner-content p {
	font-size: 28px;
	letter-spacing: -1px;
}

/****** Stage Section Style ******/
.stage-section {
	background-color: #001e53;
	padding: 100px 0;
}
.stage-section .single-stage {
	text-align: center;
	margin-bottom: 250px;
	position: relative;
}
.stage-section .single-stage:last-child {
	margin-bottom: 0;
}
.stage-section .single-stage:last-child::after {
	display: none;
}
.stage-section .single-stage::after {
	content: '';
	position: absolute;
	left: calc(50% - 1px);
	top: calc(100% + 45px);
	height: 160px;
	width: 2px;
	background-color: #ffad65;
}
.stage-section .single-stage img {
	margin: auto;
	width: 195px;
}
.stage-section .single-stage h3 {
	font-family: 'Europa';
	color: white;
	font-size: 72px;
	margin-top: -95px;
	margin-bottom: 20px;
}
.stage-section .single-stage p {
	font-family: 'Europa';
	color: white;
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 70px;
}
.stage-section .single-stage h4 {
	font-family: 'Europa';
	color: #ffad65;
	margin: 0;
	font-size: 48px;
}

/****** Collaborate Section Style ******/
.collaborate-section {
	padding: 100px 0 50px;
	width: 100%;
	position: relative;
	background-image: url(./images/background.png);
	background-position: center;
}
.collaborate-section .decor {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 40vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.collaborate-content {
	width: 52%;
	padding-right: 2%;
	margin-left: auto;
	box-sizing: border-box;
}
.collaborate-content p {
	color: #001e53;
	font-family: "acre medium";
	font-size: 54px;
	line-height: 59px;
	margin-bottom: 160px;
}
.collaborate-content a {
	margin-top: 50px;
	background-color: #6fb0a5;
	font-family: 'Europa';
	font-size: 24px;
	letter-spacing: 2px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 40px;
	text-transform: uppercase;
}
.collaborate-content a.btn:hover {
	background-color: white;
	color: #6fb0a5;
}

/****** Circles Section Style ******/
.circles-section {
	background-color: #001e53;
	padding: 150px 0 130px;
}
.circles-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.single-circle {
	max-width: 260px;
	width: 100%;
}
.single-circle h3 {
	padding-top: 50%;
	padding-bottom: 50%;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: white;
	font-size: 52px;
	font-family: "Europa";
	margin: 0 0 75px 0;
	line-height: 0;
	position: relative;
}
.single-circle h3::after {
	content: '';
	background-color: white;
	top: 70%;
	height: 120px;
	width: 2px;
	left: 65px;
	position: absolute;
}
.single-circle ul {
	color: white;
	padding-left: 50px;
	list-style: none;
	font-family: "Europa";
	font-size: 24px;
	letter-spacing: 1px;
}
.single-circle ul li {
	line-height: 32px;
	margin-bottom: 36px;
}

/****** Rects Section Style ******/
.rects-section .rects-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}
.rects-section .rects-sub-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}
.rects-section .rect-item {
	color: white;
	font-family: "Acre Medium";
	box-sizing: border-box;
}
.rects-section .rect-item .image-wrapper {
	width: 350px;
	margin: 30px auto 0 auto;
	padding-top: 350px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.rects-section .rect-item h3 {
	margin: 0;
	font-size: 65px;
	font-weight: normal;
}
.rects-section .rect-item p {
	margin: 0;
	font-size: 25px;
	line-height: 32px;
}
.rects-section .rect-item[rect-id="1"] {
	background-color: #ff3400;
}
.rects-section .rect-item[rect-id="2"] {
	background-color: #ff6919;
}
.rects-section .rect-item[rect-id="3"] {
	background-color: #6fb0a5;
}
.rects-section .rect-item[rect-id="4"] {
	background-color: #ffad65;
}
.rects-section .rect-item[rect-id="5"] {
	background-color: #008996;
}
.rects-section .left-rect {
	padding: 90px 70px 30px 70px;
	width: 37.5%;
}
.rects-section .right-row {
	width: 62.5%;
}
.rects-section .mid-rect {
	padding: 85px 50px;
	width: 40%;
}
.rects-section .right-rect {
	padding: 85px 50px;
	width: 60%;
}

/****** Tracks Section Style ******/
.tracks-section {
	padding: 50px 0;
	font-family: "Acre Medium";
	text-align: center;
	background-color: #001e53;
	color: white;
}
.tracks-section h2 {
	font-size: 65px;
	margin: 0;
	font-weight: normal;
}
.tracks-section p.subtitle {
	font-size: 25px;
	margin: 0;
}
.tracks-section .slide-wrapper {
	box-sizing: border-box;
	margin: 50px 150px 0 150px;
}
.tracks-section .slider-item {
	margin: 0 40px;
}
.tracks-section .slider-item .image-wrapper {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.tracks-section .slick-arrow {
	position: absolute;
	border: none;
	background-color: transparent;
	top: calc(50% - 55px);
	font-size: 100px;
	color: #fddeac;
	width: 100px;
	height: 110px;
}
.tracks-section .slick-prev {
	left: -125px;
}
.tracks-section .slick-next {
	right: -125px;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
.fancybox-image, .fancybox-spaceball {
	max-height: 60vh;
}
fancy-caption {
	display: none;
}
.fancybox-caption h4 {
	font-family: "Acre Medium";
	font-size: 28px;
	margin: 0;
}
.fancybox-caption p {
	font-family: "Acre Medium";
	font-size: 18px;
}

/****** Contact Section Style ******/
.contact-section {
	padding: 70px 0;
	background-image: url(./images/background.png);
	background-position: center;
}
.contact-section .intro {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}
.contact-section .intro .description {
	max-width: 600px;
	width: 54%;
	margin-right: 2%;
}
.contact-section .intro .description h2 {
	font-family: "Europa";
	color: #001e53;
	font-size: 90px;
	margin: 0;
	line-height: 90px;
}
.contact-section .intro .description p {
	font-family: "Europa";
	color: #001e53;
	font-size: 34px;
	margin: 20px 0 0;
}
.contact-section .intro .image-wrapper {
	width: 44%;
	max-width: 440px;
}
.contact-section .intro .image-wrapper img {
	width: 100%;
}
.contact-section form {
	width: 100%;
	text-align: center;
}
.contact-section .img-number {
	width: 195px;
}
.contact-section h3,
.contact-section .gform_wrapper h3 {
	font-family: "Europa";
	color: #001e53;
	font-size: 70px;
	font-weight: bold;
	line-height: 70px;
	margin: -80px 0 0 0;
}
.contact-section p {
	font-family: "Europa";
	color: #001e53;
	font-size: 28px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 15px;
}
body .contact-section .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
.contact-section *::placeholder {
	color: #001e53;
}
.contact-section .form-sel-part.input-part ul.gfield_checkbox {
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}
.contact-section .ginput_container_checkbox {
	margin: 0;
}
body .contact-section .gform_wrapper ul li.gfield {
	margin-top: 0;
}
.contact-section .input-part > label {
	display: none !important;
}
.contact-section .form-sel-part ul.gfield_checkbox li input[type="checkbox"] {
	display: none;
}
body .contact-section .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .contact-section .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;
}
.contact-section .form-sel-part ul.gfield_checkbox li label {
	color: white;
	font-family: "Europa";
	font-size: 32px;
	text-align: center;
	font-weight: 600;
	padding: 25px 0;
	box-sizing: border-box;
	margin-bottom: 25px;
	background-color: #6fb0a5;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	max-width: 100%;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.contact-section .form-sel-part.input-part ul.gfield_checkbox li {
	margin-right: 20px;
	margin-bottom: 0;
}
.contact-section .form-sel-part.input-part ul.gfield_checkbox li:last-child {
	margin-right: 0;
}
.contact-section .form-sel-part ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	background-color: #008996;
}
.contact-section .gfield_html {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 70px !important;
}
.contact-section .form-info-part .input-part {
	margin: 70px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 10px solid #6fb0a5;
	color: #001e53;
	font-family: "Europa";
	font-size: 32px;
	font-weight: 600;
	padding: 25px 35px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 50px;
	background-color: transparent;
}
body .contact-section .gform_wrapper ul li.gfield.form-info-part label {
	display: none;
}
body .contact-section .gform_wrapper ul li.gfield.form-info-part {
	width: calc(50% - 25px);
	margin-right: 50px;
	display: inline-block;
}
body .contact-section .gform_wrapper ul li.gfield.form-info-part.right {
	margin-right: 0;

}
body .contact-section .gform_confirmation_message {
	color: #001e53;
	font-family: "Europa";
	font-size: 32px;
	font-weight: 600;
	padding: 25px 35px;
	width: 100%;
	text-align: center;
}
.contact-section .gform_wrapper textarea {
	width: 100%;
	background-color: transparent;
	border: 10px solid #6fb0a5;
	color: #001e53;
	font-family: "Europa";
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 50px;
	min-height: 360px;
	box-sizing: border-box;
	resize: none;
}
.contact-section .gform_wrapper .gform_footer input[type='submit'] {
	background-color: #6fb0a5;
	color: white;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 35px 80px;
	letter-spacing: 2px;
	border: none;
	outline: none;
	font-family: 'Europa';
	display: block;
	margin: auto;
}
.contact-section .gform_wrapper .gform_footer input[type='submit']:hover {
	background-color: #008996;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
.gform_validation_error [data-aos^=zoom][data-aos^=zoom] {
	transform: scale(1) !important;
	opacity: 1 !important;
}
.gfield_error input {
	margin-bottom: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding-top: 0;
}
@media (max-width: 1799px) {
	.collaborate-content p {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 80px;
	}
	.collaborate-section {
		padding: 50px 0 50px;
	}
}
@media (max-width: 1439px) {
	.testimonials-section .slider-item p {
		font-size: 24px;
	}
	.testimonials-section a.btn {
    font-size: 20px;
    padding: 10px 35px;
	}
	.partner-section {
		padding: 100px 0 70px;
	}
	.partner-section .partner-content {
    width: 100%;
		max-width: 50%;
	}
	.partner-section .partner-content h2 {
    font-size: 48px;
    line-height: 54px;
	}
	.partner-section .partner-content p {
		font-size: 21px;
	}
	.partner-section .decor {
    height: 95%;
		width: 50%;
	}
	.stage-section {
    padding: 50px 0;
	}
	.stage-section .single-stage img {
    width: 120px;
	}
	.stage-section .single-stage h3 {
    font-size: 45px;
		margin-top: -60px;
	}
	.stage-section .single-stage p {
    font-size: 20px;
    line-height: 26px;
		margin-bottom: 36px;
	}
	.stage-section .single-stage h4 {
    margin: 0;
    font-size: 32px;
	}
	.stage-section .single-stage::after {
    top: calc(100% + 30px);
		height: 100px;
	}
	.stage-section .single-stage {
		margin-bottom: 160px;
	}
	.collaborate-content a {
    font-size: 18px;
		padding: 10px 40px;
	}
	.collaborate-content p {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 55px;
	}
	.circles-section {
		padding: 100px 0 80px;
	} 
	.single-circle {
		max-width: 180px;
	}
	.single-circle h3 {
		margin-bottom: 45px;
		font-size: 36px;
	}
	.single-circle h3::after {
		height: 80px;
	}
	.single-circle ul li {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 15px;
	}
	.rects-section .rect-item {
		padding: 40px;
	}
	.rects-section .rect-item h3 {
    margin: 0;
		font-size: 42px;
	}
	.rects-section .rect-item p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
	}
	.rects-section .rect-item .image-wrapper {
    width: 180px;
		padding-top: 180px;
	}
	.contact-section .intro .description p {
    font-size: 24px;
    margin: 20px 0 0;
	}
	.contact-section .intro .description h2 {
    font-size: 60px;
    line-height: 60px;
	}
	.contact-section .img-number {
    width: 150px;
	}
	.contact-section h3 {
    font-size: 42px;
    line-height: 56px;
    margin: -60px 0 0 0;
	}
	.contact-section p {
    font-size: 22px;
    margin-top: 0;
	}
	.contact-section .form-sel-part ul.gfield_checkbox li label {
    	font-size: 24px;
		padding: 15px 0;
	}
	
	body .contact-section .gform_wrapper ul li.gfield.form-info-part {
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.contact-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		border: 5px solid #6fb0a5;
		font-size: 24px;
		padding: 15px 20px;
		margin-bottom: 30px;
		line-height: 1;
	}
	.contact-section .gform_wrapper textarea {
		border: 5px solid #6fb0a5;
		font-size: 24px;
		padding: 15px 20px;
		width: 100%;
		margin-bottom: 30px;
	}
	.contact-section .gform_wrapper .gform_footer input[type='submit'] {
    font-size: 28px;
		padding: 15px 30px;
	}
	footer {
		padding: 50px;
	}
	footer .logo-wrapper h2 {
    font-size: 36px;
	}
	footer .logo-wrapper p {
    font-size: 12px;
	}
	footer .copyright {
    font-size: 16px;
	}
	footer .footer-menu .menu-item a {
    font-size: 16px;
    line-height: 24px;
	}
	header .header-menu .menu-item a {
		font-size: 20px;
	}
	header .header-bar h1 {
    font-size: 54px;
	}
	.contact-section .intro {
		margin-bottom: 20px;
	}
}
@media (max-width: 1023px) {
	header .header-bar {
    padding: 0;
	}
	header .header-bar h1 {
    font-size: 48px;
	}
	header .header-menu .menu-item a {
    font-size: 18px;
	}
	.testimonials-section {
    padding: 50px 0;
	}
	.testimonials-section .slider-item p {
    font-size: 20px;
	}
	.testimonials-section .testimonials-slider {
    margin-bottom: 10px;
	}
	.single-circle ul li {
    line-height: 18px;
    font-size: 16px;
	}
	.single-circle h3 {
    font-size: 28px;
	}
	.single-circle {
    max-width: 160px;
	}
	.rects-section .rects-row {
		display: block;
	}
	.rects-section .left-rect {
		width: 100%;
	}
	.rects-section .right-row {
    width: 100%;
	}
	.tracks-section h2 {
    font-size: 48px;
	}
	.tracks-section p.subtitle {
		font-size: 18px;
	}	
	.contact-section .form-sel-part ul.gfield_checkbox li label {
    font-size: 18px;
	}
	.contact-section .gform_wrapper textarea {
		min-height: 180px;
	}
	.contact-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.contact-section .gform_wrapper textarea {
		font-size: 18px;
		padding: 10px 20px;
	}
	.contact-section .gform_wrapper .gform_footer input[type='submit'] {
    font-size: 20px;
    padding: 10px 30px;
	}
	.tracks-section .slider-item {
    margin: 0 10px;
	}
	.testimonials-section .testimonials-slider {
    margin-bottom: 10px;
	}
}
@media (max-width: 782px) {
	.admin-bar header {
		top: 46px;
	}
}

@media (max-width: 767px) {
	header .header-bar h1 {
    font-size: 32px;
    padding: 5px;
	}
	.header-menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
	}
	.hamburger {
		padding: 12px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}
	.hamburger .hamburger-inner {
		background-color: #ff3400;
	}
	.hamburger .hamburger-inner::before {
		background-color: #ffad65;
	}
	.hamburger .hamburger-inner::after {
		background-color: #6fb0a5;
	}
	.hamburger-box {
		width: 30px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 30px;
		height: 5px;
		border-radius: 0;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -10px;
	}
	.hamburger-inner::after {
		bottom: -10px;
	}
	.hamburger--spring .hamburger-inner {
		top: 2px;
		transition: background-color 0s 0.13s linear;
	}
	.hamburger--spring .hamburger-inner::before {
		top: 10px;
		transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--spring .hamburger-inner::after {
		top: 20px;
		transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--spring.is-active .hamburger-inner {
		transition-delay: 0.22s;
		background-color: transparent !important;
	}
	.hamburger--spring.is-active .hamburger-inner::before {
		top: 0;
		transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.hamburger--spring.is-active .hamburger-inner::after {
		top: 0;
		transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 10px, 0) rotate(-45deg);
	}
	header .header-menu {
		display: none;
	}
	header .header-menu .menu-item {
		box-sizing: border-box;
	}
	.hero-section .slider-item[slider-id="1"] div.decor,
	.hero-section .slider-item[slider-id="2"] div.decor,
	.hero-section .slider-item[slider-id="3"] div.decor {
		width: 90%;
    height: 100%;
    left: 5%;
    background-size: contain;
    background-position: bottom;
    bottom: 0;
	}
	.hero-section .slider-item h2 {
    top: 25%;
    left: 0;
    font-size: 72px;
		width: 100%;
		text-align: center;
	}
	.testimonials-section .slider-item p {
		font-size: 14px;
		width: calc(100% - 40px);
		margin-left: 20px;
	}
	.testimonials-section .slider-item p:before {
    width: 20px;
    height: 20px;
    top: -5px;
		left: -20px;
	}
	.testimonials-section .slider-item p:after {
    width: 20px;
    height: 20px;
    bottom: -3px;
		right: -20px;
	}
	.testimonials-section a.btn {
    font-size: 14px;
    padding: 10px 20px;
	}
	.partner-section .partner-content h2 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
	}
	.partner-section {
    padding: 50px 0;
	}
	.partner-section .partner-content p {
    font-size: 16px;
    letter-spacing: 0;
	}
	.partner-section .partner-content {
		max-width: 100%;
	}
	.partner-section .decor {
		display: none;
	}
	.stage-section .single-stage p {
    font-size: 16px;
    line-height: 22px;
	}
	.stage-section .single-stage p br {
		display: none;
	}
	.stage-section .single-stage h4 {
    margin: 0;
    font-size: 24px;
	}
	.collaborate-section .decor {
		display: none;
	}
	.collaborate-content {
    width: 100%;
		padding: 0 20px;
	}
	.collaborate-content p {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
	}
	.collaborate-content a {
    font-size: 14px;
    padding: 10px 30px;
	}
	.circles-row {
		display: block;
	}
	.single-circle {
    max-width: 200px;
    margin: auto;
	}
	.single-circle h3 {
    font-size: 36px;
	}
	.rects-section .rects-sub-row {
		display: block;
	}
	.rects-section .mid-rect {
    width: 100%;
	}
	.rects-section .right-rect {
    width: 100%;
	}
	.tracks-section {
		padding: 50px 20px;
	}
	.tracks-section .slick-arrow {
    top: calc(50% - 15px);
    font-size: 30px;
    width: 30px;
    height: 30px;
	}
	.tracks-section .slick-prev {
    left: -30px;
	}
	.tracks-section .slick-next {
    right: -30px;
	}
	.tracks-section .slide-wrapper {
    margin: 50px 50px 0;
	}
	.contact-section .intro .description {
    max-width: unset;
    width: 100%;
    margin-right: 0;
	}
	.contact-section .intro {
		display: block;
	}
	.contact-section .intro .description h2 {
    font-size: 32px;
    line-height: 32px;
	}
	.contact-section .intro .description p {
    font-size: 18px;
    margin: 20px 0 30px;
	}
	.contact-section .intro .image-wrapper {
    width: 100%;
    max-width: 300px;
    margin: auto;
	}
	.contact-section h3,
	.contact-section .gform_wrapper h3 {
    font-size: 28px;
    line-height: 32px;
    margin: -48px 0 0 0;
	}
	.contact-section p {
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 0;
	}
	.contact-section .form-sel-part.input-part ul.gfield_checkbox {
    display: block;
	}
	.contact-section .form-sel-part ul.gfield_checkbox li {
		width: 100% !important;
		max-width: 300px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.contact-section .form-sel-part ul.gfield_checkbox li label {
		width: 100% !important;
	}
	.contact-section .gform_wrapper textarea,
	body .contact-section .gform_wrapper ul li.gfield.form-info-part {
		width: 100%;
	}
	.contact-section .input-part {
		margin: 40px 0 0;
	}
	footer .footer-container {
		display: block;
    position: relative;
	}
	footer .logo-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
	}
	footer .copyright {
		width: 100%;
    font-size: 16px;
    position: absolute;
    bottom: 0;
	}
	footer .footer-menu-wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
	}
	footer .footer-menu-wrapper .footer-menu {
		padding-left: 0;
	}
	.contact-section .gfield_html {
		margin-bottom: 30px;
		margin-top: 30px !important;
	}
}
@media (max-width: 600px) {
	.admin-bar header.scrolled {
		top: 0;
	}
}