@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
/****
font-family: 'Abril Fatface', cursive;
font-family: 'Poppins', sans-serif;
****/

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight: 300;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*width: 100%;
	height: 100%;*/
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	color: #3e3f43;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*,
*:after,
*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: block;
}
img {
	display:block;
	max-width:100%;
}
img.round {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
a {
	color:#3e3f43;
	text-decoration:none;
	outline:none;
	display:inline-block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover, a:focus {
	color: #fa3324;
	outline: none;
	text-decoration:none;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 60px;
	color: #3e3f43;
	line-height: 70px;
	margin-bottom: 40px;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 50px;
	color: #3e3f43;
	line-height: 60px;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #3e3f43;
	line-height: normal;
	margin-bottom: 10px;
}
h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #3e3f43;
	line-height: 32px;
	margin-bottom: 10px;
}
h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #fa3324;
	line-height: 30px;
	margin-bottom: 10px;
}
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #fa3324;
	line-height: 28px;
	margin-bottom: 10px;
}
.title-row {
	margin-bottom: 50px;
}
p {
	margin-bottom:30px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom:0;
}
b, strong {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.f-medium {
	font-weight: 500;
}
.f-orange {
	color: #fa3324;
}
.text-center {
	text-align: center;
}
hr {
	height: 1px;
    background-color: #D6D6D6;
    width: 100%;
    margin: 0;
    border: none;
}

.home .content-wrapper {
	padding-top: 0;
}
.content-wrapper {
	width: 100%;
	padding-top: 144px;
	/*height: 100%;*/
	overflow: hidden;
}
.container {
	margin: 0 auto;
	width: 1530px;
	max-width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.orange-bg {
	background: #fa3324;
}
.orange-bg * {
	color: #fff;
}
.pt-100,
.py-100 {
	padding-top: 100px;
}
.pb-100,
.py-100 {
	padding-bottom: 100px;
}
.pt-50,
.py-50 {
	padding-top: 50px;
}
.pb-50,
.py-50 {
	padding-bottom: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.dark-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dark-bg * {
    color: #fff;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.align-center {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.align-start {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
.align-end {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}
.space-between {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.row .col,
.row div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.row.no-gutters {
	margin-left: 0;
    margin-right: 0;
}
.row.no-gutters > .col,
.row.no-gutters > div[class^="col-"] {
	padding-left: 0;
    padding-right: 0;
}
.col {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:none;
}
.col-1 {
	width: 8.333333%;
}
.col-2 {
	width: 16.666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333333%;
}
.col-11 {
	width: 91.666667%;
}
.col-12 {
	width: 100%;
}

/* button & form */
label {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.form-field {
	margin-bottom: 20px;
}
.text-field {
	background: #fff;
    border: 2px solid #d6d5d5;
    padding: 17px 30px;
    height: 66px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
/*.text-field:focus {
	border-color: #fa3324;
}*/
.text-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: rgba(0,0,0,0.5);
}
.text-field::-moz-placeholder { /* Firefox 19+ */
 	color: rgba(0,0,0,0.5);
}
.text-field:-ms-input-placeholder { /* IE 10+ */
 	color: rgba(0,0,0,0.5);
}
.text-field:-moz-placeholder { /* Firefox 18- */
 	color: rgba(0,0,0,0.5);
}
textarea.text-field {
    resize: none;
    height: 150px;
}
select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input:focus {
    outline: none;
}
.button {
	background: #fa3324;
	display: inline-block;
	padding: 15px 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	border: 3px solid #fa3324;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.button:hover,
.button:focus {
 color:#FFF;
  box-shadow: 0 5px 15px rgba(100, 92, 182, .4);

}
.button.small {
	font-size: 18px;
	padding: 17px 30px;
	border-width: 2px;
}
/* custom checkbox */
.custom-radio {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 10px 0;
}
.custom-radio:last-child {
	margin-right: 0;
}
.custom-radio input[type="radio"] {
    display:none !important;
}
.custom-radio input[type="radio"] + label {
    font-size: 16px;
    font-weight: normal;
	color: #3B3C4B;
    padding:0 0 0 32px;
    margin: 0;
    min-height: 20px;
    position: relative;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
}
.custom-radio input[type="radio"] + label:before,
.custom-radio input[type="radio"] + label:after {
    pointer-events: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.custom-radio input[type="radio"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 22px;
    height: 22px;
    margin: 0;
    cursor:pointer;
    background: #e6e5e5;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.05);
}
.custom-radio input[type="radio"]:checked + label:before {
	border-color: #3B3C4B;
}
.custom-radio input[type="radio"] + label:after {
	position: absolute;
    content: "";
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    background: #979797;
    opacity: 0;
}
.custom-radio input[type="radio"]:checked + label:after {
    opacity: 1;
}
/* custom checkbox */


.home .site-header {
	background: transparent;
}
.site-header {
	position: fixed;
	background: #fff;
	z-index: 10;
	width: 100%;
	left: 0;
	top: 0;
	padding: 30px 70px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.site-header.fixed {
	background: #fff;
	padding: 15px 70px;
}
.logo {
	max-width: 350px;
}
.logo a {
	display: block;
}
.header-right {
	text-align: right;
}
.menu-btn {
	display: none;
}
.menu-btn .btn-bg {
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	background: #fa3324;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.menu-btn:hover .btn-bg,
.menu-btn:focus .btn-bg {
	background: #3e3f43;
}

.menu-line {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-line,
.menu-line::before,
.menu-line::after {
	width:20px;
	height: 2px;
	background-color: #fff;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	position: absolute;
	left:0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.menu-btn .menu-line {
	left: 10px;
}
.menu-line::before, .menu-line::after {
	content: "";
	display: block;
}
.menu-line::before {
	top: -7px;
	transition: top 0.1s 0.34s ease-in,
	opacity 0.1s ease-in;
}
.menu-line::after {
	bottom: -7px;
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-btn.active .menu-line {
	-webkit-transform: rotate(225deg);
  transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn.active .menu-line::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.menu-btn.active .menu-line::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-menu li {
	display: inline-block;
	position: relative;
	padding: 0 20px;
	line-height: normal;
}
.main-menu li:first-child {
	padding-left: 0;
}
.main-menu li:last-child {
	padding-right: 0;
}
.main-menu li:after {
	content: "";
	position: absolute;
	top: 7px;
	right: -1px;
	width: 2px;
	height: 16px;
	background: #3e3f43;
}
.main-menu li:last-child:after {
	display: none;
}
.main-menu li a {
	color: #3e3f43;
	position: relative;
}
.main-menu li a:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0;
	height: 2px;
	background: #fa3324;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.main-menu li a:hover {
	color: #fa3324;
}
.main-menu li.active a:after,
.main-menu li a:hover:after {
	width: 100%;
}

.main-banner {
	padding: 250px 0 150px 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
	/*min-height: 845px;*/
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.main-banner .banner-content  {
	max-width: 50%;
}
.main-banner .button {
	width: 270px;
}

.participants-trial {
	position: relative;
	padding: 100px 0 40px 0;
}
.participants-trial .container {
	position: relative;
	z-index: 1;
}
.participants-trial .tulip-1 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	top: 100px;
	right: 0;
	width: 200px;
	height: 310px;
}
.participants-trial .tulip-2 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	bottom: 200px;
	left: 0;
	width: 147px;
	height: 234px;
}
.participants-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	margin: 0 -30px;
}
.participants-list .box {
	margin: 0 30px 60px 30px;
	padding: 40px;
	width: calc(50% - 60px);
	background: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
}
.participants-list .box .title {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom: 30px;
}
.participants-list .box .title .icon {
	max-width:81px;
	margin-right: 40px;
}
.participants-list .box .title .desc {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.participants-list .box .title .desc .title-line {
	position: relative;
	padding-bottom: 15px;
}
.participants-list .box .title .desc .title-line:after {
	content: "";
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 6px;
	background: #fa3324;
}

.fast-secure {
	background-attachment: fixed;
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.fast-secure .left-block {
	width: 40%;
}
.fast-secure .right-block {
	width: 48%;
}
.fast-secure .white-box {
	background: rgba(255,255,255,.54);
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.fast-secure .icon-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding: 30px 40px;
	border-top: 1px solid #f5f0ef;
	border-bottom: 1px solid #beceda;
}
.fast-secure .icon-row:first-child {
	border-top: 0;
}
.fast-secure .icon-row:last-child {
	border-bottom: 0;
}
.fast-secure .icon-row .icon {
	max-width: 110px;
	margin-right: 50px;
}
.fast-secure .icon-row .detail {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.fast-secure .icon-row .detail h4 {
	margin-bottom: 0;
}

.orange-box {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -40px;
}
.orange-box .box {
	background: #e02416;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin: 0 40px 20px 40px;
	padding: 30px 40px;
	width: calc(25% - 80px);
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.orange-box .box .number {
	font-family: 'Abril Fatface', cursive;
	font-size: 74px;
	line-height: normal;
	display: block;
	margin-bottom: -20px;
}
.orange-box .box h6 {
	margin-bottom: 20px;
}
.orange-box .box p {
	font-style: italic;
}

.contact-section {
	position: relative;
}
.contact-section .container {
	position: relative;
	z-index: 1;
}
.contact-section .tulip-1 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	top: 100px;
	right: -25px;
	width: 224px;
	height: 269px;
}
.contact-section .tulip-2 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	bottom: 100px;
	left: 0;
	width: 129px;
	height: 300px;
}
.content-form .white-box {
	background: #fff;
	padding: 40px 50px 20px 50px;
	margin-bottom: 50px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
}
.content-form .button {
	display: block;
	width: 270px;
	max-width: 100%;
	margin: 0 auto;
}

.site-footer {
	padding: 50px 70px;
	background: #3e3f43;
}
.footer-left {
	max-width: 25%;
}
.footer-logo {
	max-width: 350px;
	display: block;
}
.footer-center {
	max-width: 50%;
	text-align: center;
}
.footer-center p {
	font-size: 14px;
	color: #FFF;
}
.footer-center p a {
	color: #FFF;
}
.footer-center p a:hover {
	color: #fff;
}
.footer-links {
	margin-bottom: 10px;
}
.footer-links li {
	display: inline-block;
	margin: 0 10px;
}
.footer-links li:first-child {
	margin-left: 0;
}
.footer-links li:last-child {
	margin-right: 0;
}
.footer-links li a {
	line-height: normal;
	color: #fff;
}
.footer-links li a:hover {
	color: #fa3324;
}
.footer-right {
	max-width: 25%;
	text-align: right;
}
.footer-right .social-media {
	display: inline-block;
	text-align: left;
}
.social-media li {
	display: inline-block;
	margin-right: 30px;
}
.social-media li:last-child {
	margin-right: 0;
}
.social-media li a {
	position: relative;
	color: #fff;
	padding-left: 60px;
	line-height: 50px;
}
.social-media li a:hover {
	color: #fa3324;
}
.social-media li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.social-media li a.facebook:after {
	background:#fff url(../images/facebook.svg) center center no-repeat;
}
.social-media li a.facebook:hover:after {
	background:#fa3324 url(../images/facebook.svg) center center no-repeat;
}
.social-media li a.instagram:after {
	background:#fff url(../images/instagram.svg) center center no-repeat;
}
.social-media li a.instagram:hover:after {
	background:#fa3324 url(../images/instagram.svg) center center no-repeat;
}

.page-title {
	padding: 50px 0;
	min-height: 232px;
	position: relative;
	overflow: hidden;
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.page-title  .circle-wrapper {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -70px;
	width: 420px;
	height: 420px;
	z-index: 1;
}
.page-title .circle {
	pointer-events: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 420px;
	height: 420px;
	position: absolute;
	opacity: 0;
	animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

.content-page {
	position: relative;
	overflow: hidden;
}
.content-page .container {
	position: relative;
	z-index: 1;
}
.content-page .tulip-1 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	top: -90px;
	right: 0;
	width: 200px;
	height: 310px;
}
.content-page .tulip-2 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	top: 650px;
	left: 0;
	width: 147px;
	height: 234px;
}
.content-page .tulip-3 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	bottom: 200px;
	left: 0;
	width: 129px;
	height: 300px;
}
.content-page .tulip-4 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	bottom: -150px;
	right: -25px;
	width: 224px;
	height: 269px;
}
.content-page h4,
.content-page h5 {
	margin-bottom: 20px;
}
.content-page h6 {
	color: #3e3f43;
	margin-bottom: 20px;
}

.contact-us {
	position: relative;
	overflow: hidden;
}
.contact-us .container {
	position: relative;
	z-index: 1;
}
.contact-us .tulip-1 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	top: -90px;
	right: 0;
	width: 200px;
	height: 310px;
}
.contact-us .tulip-2 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	bottom: 200px;
	left: 0;
	width: 147px;
	height: 234px;
}
.contact-us .form-address .left-block {
	width: 64%;
	background: #fff;
	border: 2px solid #d6d5d5;
	border-right: 0;
	padding: 50px !important;
}
.contact-us .form-address .left-block .button {
	width: 245px;
	max-width: 100%;
	margin-top: 50px;
}
.contact-us .form-address .right-block {
	width: 36%;
	padding: 100px 80px !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	color: #fff;
	background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
.address li {
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	position: relative;
	display: block;
	padding-left: 60px;
	margin-bottom: 100px;
}
.address li:last-child {
	margin-bottom: 0;
}
.address li:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}
.address li.map:after {
	background: url(../images/map.svg) center center no-repeat;
}
.address li.phone:after {
	background: url(../images/phone.svg) center center no-repeat;
}
.address li.email:after {
	background: url(../images/envolope.svg) center center no-repeat;
}
.address li h6 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
}
.address li a {
	color: #fff;
}
.col-2-text-wrapper {
	margin-bottom: 100px;
}
.col-2-text-wrapper:last-child {
	margin-bottom: 0;
}
.col-2-text-wrapper .image {
	width: 47%;
}
.col-2-text-wrapper .content-block {
	width: 50%;
}


.about-section {
	position: relative;
	overflow: hidden;
}
.about-section .container {
	position: relative;
	z-index: 1;
}
.about-section .tulip-1 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	top: -90px;
	right: 0;
	width: 200px;
	height: 310px;
}
.about-section .tulip-2 {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	bottom: 200px;
	left: 0;
	width: 147px;
	height: 234px;
}
.about-row .content-block {
	padding-left: 50px !important;
}

.box-list .item {
	padding: 50px !important;
	border: 1px solid #f1f1f1;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.box-list .item:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
}
.box-list .item h4 {
	color: #d8d8d8;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.box-list .item:hover h4 {
	color: #3e3f43;
}

/* responsive */
@media (max-width:1600px) {
	h1 {
		font-size: 50px;
		line-height: 60px;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.pt-100,
	.py-100 {
		padding-top: 80px;
	}
	.pb-100,
	.py-100 {
		padding-bottom: 80px;
	}
	.container {
		padding-left: 100px;
		padding-right: 100px;
	}
	.logo {
		max-width: 280px;
	}
	.main-banner {
		padding: 200px 0 100px 0;
	}
	.participants-trial {
		padding: 80px 0 20px 0
	}
	.orange-box {
		margin: 0 -30px;
	}
	.orange-box .box {
		padding: 30px 20px;
		margin: 0 30px 20px 30px;
		width: calc(25% - 60px);
	}
	.orange-box .box .number {
		font-size: 60px;
		margin-bottom: -15px;
	}
	.contact-section .tulip-1 {
		top: 200px;
		right: -100px;
	}
	.footer-logo {
		max-width: 250px;
	}
	.footer-links li {
		margin: 0 10px;
	}
	.social-media li {
		margin-right: 10px;
	}
	.social-media li a {
		line-height: 40px;
		padding-left: 50px;
	}
	.social-media li a:after {
		width: 40px;
		height: 40px;
		background-size: 20px auto !important;
	}
	.contact-us .form-address .right-block {
		padding: 70px 50px  !important;
	}
	.address li {
		margin-bottom: 50px;
	}
}
@media (max-width:1440px) {
	body {
		font-size: 16px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	.text-field {
		padding: 15px 20px;
		height: 58px;
	}
	.site-header {
		padding: 30px 50px;
	}
	.site-header.fixed {
		padding: 15px 50px;
	}
	.main-menu li:after {
		top: 4px;
	}
	.participants-list .box .title .icon {
		width: 61px;
		margin-right: 30px;
	}
	.fast-secure .icon-row .icon {
		max-width: 80px;
		margin-right: 30px;
	}
	.site-footer {
		padding: 50px;
	}
	.content-page .tulip-1,
	.content-page .tulip-2,
	.content-page .tulip-3,
	.content-page .tulip-4 {
		opacity: .5;
	}
}
@media (max-width:1439px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.footer-links li {
		margin: 0 7px;
	}
	.footer-links li a {
		font-size: 16px;
	}
	.social-media li {
		display: block;
		margin: 0 0 10px 0;
	}
	.social-media li:last-child {
		margin-bottom: 0;
	}
	.box-list .item {
		padding: 30px !important
	}
}
@media (max-width:1199px) {
	.main-banner,
	.fast-secure {
		background-attachment: initial;
	}
	.main-banner .banner-content {
		max-width: 70%;
	}
	.participants-list {
		margin: 0 -15px;
	}
	.participants-list .box {
		padding: 30px;
		margin: 0 15px 30px 15px;
		width: calc(50% - 30px);
	}
	.fast-secure .left-block {
		width: 45%;
	}
	.fast-secure .right-block {
		width: 52%;
	}
	.fast-secure .icon-row {
		padding: 20px;
	}
	.fast-secure .icon-row .icon {
		margin-right: 20px;
	}
	.orange-box {
		margin: 0 -15px;
	}
	.orange-box .box {
		padding: 20px 15px;
		margin: 0 15px 20px 15px;
		width: calc(25% - 30px);
	}
	.orange-box .box .number {
		font-size: 50px;
		margin-bottom: -10px;
	}
	.orange-box .box h6 {
		font-size: 18px;
		line-height: 24px;
	}
	.site-footer {
		padding: 30px 50px;
	}
	.participants-trial .tulip-1,
	.participants-trial .tulip-2,
	.contact-section .tulip-1,
	.contact-section .tulip-2,
	.content-page .tulip-1,
	.content-page .tulip-2,
	.content-page .tulip-3,
	.content-page .tulip-4,
	.contact-us .tulip-1,
	.contact-us .tulip-2,
	.about-section .tulip-1,
	.about-section .tulip-2 {
		opacity: .4;
	}
	.box-list .col-4 {
		width: 50%;
	}
	.contact-us .form-address .left-block {
		width: 65%;
		padding: 40px !important;
	}
	.contact-us .form-address .right-block {
		width: 35%;
		padding: 40px !important;
	}
	.address li {
		padding-left: 50px;
	}
}
@media (max-width:1023px) {
	h1 {
		font-size: 38px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.pt-100,
	.py-100 {
		padding-top: 50px;
	}
	.pb-100,
	.py-100 {
		padding-bottom: 50px;
	}
	.content-wrapper {
		padding-top: 114px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-header,
	.site-header.fixed {
		padding: 20px 30px;
	}
	.logo {
		max-width: 250px;
	}
	.menu-btn {
		display: inline-block;
	}
	.main-nav {
		display: none;
		position: fixed;
		background: #fff;
        left: 0;
        top: 114px;
        width: 100%;
        height: calc(100% - 114px);
        text-align: left;
        overflow-x: hidden;
        overflow-y: auto;
	}
	.main-menu li {
		display: block;
		padding: 0;
		border-top: 1px solid #efefef;
	}
	.main-menu li:last-child {
		border-bottom: 1px solid #efefef;
	}
	.main-menu li a {
		padding: 10px 30px;
		display: block;
	}
	.main-menu li.active a {
		color: #fa3324;
	}
	.main-menu li:after,
	.main-menu li a:after {
		display: none;
	}
	.main-banner {
		padding: 150px 0 100px 0;
	}
	.main-banner .banner-content {
		max-width: 100%;
	}
	.participants-trial {
		padding: 50px 0 20px 0;
	}
	.participants-list .box .title .icon {
		max-width: 100%;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.fast-secure .left-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.fast-secure .right-block {
		width: 100%;
	}
	.orange-box .box {
		width: calc(50% - 30px);
	}
	.content-form .white-box {
		padding: 30px 30px 10px 30px;
		margin-bottom: 30px;
	}
	.site-footer {
		padding: 30px;
	}
	.footer-left,
	.footer-center,
	.footer-right {
		-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	    flex:0 0 auto;
	    width:100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.footer-right {
		margin-bottom: 0;
		text-align: center;
	}
	.footer-logo {
		max-width: 220px;
		margin: 0 auto;
	}
	.page-title {
		min-height: 150px;
	}
	.title-row .col-9 {
		width: 100%;
	}
	.col-2-text-wrapper {
		margin-bottom: 50px;
	}
	.col-2-text-wrapper .image {
		width: 100%;
		margin-bottom: 30px;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}
	.col-2-text-wrapper .content-block {
		width: 100%;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}
	.about-row .col-4 {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-row .content-block {
		width: 100%;
		padding-left: 15px !important;
	}
	.contact-us .form-address .left-block {
		width: 100%;
		border: 2px solid #d6d5d5;
	}
	.contact-us .form-address .right-block {
		width: 100%;
	}
}
@media (max-width:767px) {
	.mb-50 {
		margin-bottom: 30px;
	}
	.title-row {
		margin-bottom: 30px;
	}
	.main-banner {
		padding: 150px 0 50px 0;
	}
	.participants-list .box {
		width: 100%;
	}
	.participants-list .box .title {
		margin-bottom: 10px;
	}
	.participants-list .box .title .icon {
		max-width: 61px;
		margin: 0 30px 10px 0;
	}
	.content-form .white-box .col-6 {
		width: 100%;
	}
	.text-field {
		font-size: 16px;
	}
	.contact-us .form-address .left-block {
		padding: 30px 30px 10px 30px !important;
	}
	.contact-us .form-address .left-block .col-6 {
		width: 100%;
	}
	.contact-us .form-address .left-block .button {
		margin-top: 0;
	}
	.contact-us .form-address .right-block {
		padding: 30px !important;
	}
	.address li {
		margin-bottom: 20px;
		line-height: 30px;
	}
	.content-page h4,
	.content-page h5 {
		margin-bottom: 10px;
	}
	.content-page h6 {
		margin-bottom: 10px;
	}
}
@media (max-width:575px) {
	h1 {
		font-size: 32px;
		line-height: 42px;
	}
	h2 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	p {
		margin-bottom: 20px;
	}
	img.round {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	label {
		font-size: 16px;
	}
	.button {
		font-size: 16px;
	}
	.button.small {
		font-size: 16px;
		padding: 15px 30px;
	}
	.content-wrapper {
		padding-top: 97px;
	}
	.logo {
		max-width: 200px;
	}
	.main-nav {
		top: 97px;
		height: calc(100% - 97px);
	}
	.main-banner {
		padding: 120px 0 50px 0;
	}
	.participants-list .box {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.participants-list .box .title {
		margin-bottom: 20px;
	}
	.participants-list .box .title .icon {
		max-width: 100%;
		margin-right: 0;
	}
	.fast-secure .white-box {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.orange-box .box {
		width: 100%;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.orange-box .box:last-child {
		margin-bottom: 0;
	}
	.content-form .white-box {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.box-list .item {
		padding: 20px !important;
	}
	.box-list .col-4 {
		width: 100%;
	}
	.address li h6 {
		font-size: 20px;
	}
	.address li {
		font-size: 14px;
		line-height: normal;
	}
}
@media (max-width:412px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-wrapper {
		padding-top: 87px;
	}
	.site-header, .site-header.fixed {
		padding: 15px 20px
	}
	.main-nav {
		top: 87px;
		height: calc(100% - 87px);
	}
	.main-menu li a {
		padding: 10px 20px;
	}
	.site-footer {
		padding: 30px 20px;
	}
}
@media (max-width:411px) {
	.participants-list .box {
		padding: 25px;
	}
	.fast-secure .icon-row .icon {
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px 0;
	}
	.content-form .white-box {
		padding: 30px 20px 10px 20px;
	}
	.contact-us .form-address .left-block {
		padding: 20px !important;
	}
	.contact-us .form-address .right-block {
		padding: 20px !important;
	}
}