html {
	overflow-x: hidden;
}
body {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
	width: 100vw;
/* 	background: linear-gradient(180deg, #323A3D 0%, #385553 50.96%, #4A7C83 100%); */
	background: linear-gradient(180deg, #1D5754 0%, rgba(0, 128, 132, 0.89) 170.92%);
}
.container-fluid {
    width: 1200px;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
}
.h1 {
    text-align: center;
    font-size: 70px;
    line-height: 1.2;
    font-weight: 300;
	font-family: "Josefin Sans", sans-serif;
}
.h1 span {
    display: block;
    font-weight: 500;
    color: #b19861;
}
.hero-date-location {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}
.hero-line {
	width: 240px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 2px; 
	background: #b19861;
	margin-top: 5px;
	margin-bottom: 5px;
}
.h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    border-bottom: 4px solid #b19861;
}
.h2 span {
	font-weight: 500;
}
.button {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ed1a39;
    color: #fff;
    text-decoration: none;
    padding: 16px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button:hover {
    color: #fff;
    text-decoration: none;
    background: #cf1732;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-header {
    text-align: center;
    width: 654px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
.section-header .h2 {
    margin-bottom: 35px;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 48px;
	z-index: 99;
}
.header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__social {
    position: absolute;
    right: 10px;
}

.header__social-link {
    display: block;
    text-decoration: none;
    margin-bottom: 7px;
}
.header__social-link img {
    width: 27px;
    height: 27px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__social-link img:hover {
    opacity: 0.8;
}
.main-screen {
    min-height: 100vh;
    padding-top: 110px;
    padding-bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.section .col-lg-4 {
    margin-top: 30px;
}
.section.about {
	background: white;
    color: #44505e;
    padding: 60px 0;
}
.learn-more-container {
  
}
.cover {
    width: 176px;
    margin-bottom: 17px;
    display: block;
}
.learn-more__title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 24px;
	
}
.what-is {
	padding-bottom: 130px;
}
.what-is .section-header {
	margin-left: 0;
	text-align: left;
	width: 100%;
}
.what-is-item {
	background: #1D3B43;
	width: 48%;
	margin-bottom: 30px;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	position: relative;
	padding-bottom: 40px;
}
.what-is-item:before {
	content: '';
	width: 11px;
	height: 100%;
	background: #b19861;
	position: absolute;
	top: 0;
	left: 0;
}
.what-is-item:after {
	content: '';
	width: 11px;
	height: 100%;
	background: #b19861;
	position: absolute;
	top: 0;
	right: 0;
}
.item-number {
	width: 100px;
	height: 110px;
	background: url('../img/corner.svg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100%;
	position: absolute;
	left: -11px;
	bottom: -13.1px;
	display: flex; 
	justify-content: flex-start;
	align-items: flex-end;
	font-family: "Josefin Sans", sans-serif;
	font-size: 40px;
	padding-left: 20px;
}
.what-is-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.what-is__item {
    background: #b19861;
    text-align: center;
    font-size: 18px;
    padding: 30px 18px;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
}
.what-is__item img {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

}
.what-is__item-img-wrapper {
	min-height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.what-is__item:hover {
    transform: scale(1.05); 
}

.why-now__img {
    transition: transform 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
}
.why-now__img:hover {
    transform: scale(1.05);

}

.who-meet__item {
    width: 237px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}
.who-meet__item img {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about p {
    margin-top: 30px;
}
.about p a {
	color: inherit;
}
.about p a:hover {
	color: inherit;
}
.parallax-section {
    position: relative;
    height: 620px;
    overflow: hidden;
}
.parallax-image {
 
    height: 100%;
   
}
.label {
    display: block;
}
.input,
.select {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #b19861;
    background: transparent;
    color: #fff;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
}
.input::placeholder {
	color: rgba(255, 255, 255, .5);
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
form {
    width: 839px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form-col {
    max-width: 48%;
    width: 360px;
}
.input-item {
    margin-bottom: 30px;
}
.select {
    background-image: url("../img/down.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select::-ms-expand {
    display: none;
}
.input-checkbox {
    display: none;
}
.checkbox {
    width: 20px;
	min-width: 20px;
    height: 20px;
    border: 2px solid #b19861;
    border-radius: 4px;
	display: block;
}
.checkbox-wrapper {
    width: 20px;
    height: 20px;
    margin-right: 11px;
}
.checkbox-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2.5px;
}
.checkbox {
    cursor: pointer;
}
.input-checkbox:checked + .checkbox {
    background: url("../img/check.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.capcha-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
form .button {
    width: 168px;
    border: none;
    outline: none;
}
.footer {
    background: #b19861;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
}
.footer .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-social .header__social-link {
    margin-left: 8px;
    margin-bottom: 0;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    transition: all 0.3;
}
.footer-social .header__social-link:hover {
    opacity: 0.9;
}
.footer-menu a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-menu a,
.footer-menu a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-menu a:hover {
    text-decoration: underline;
}
.footer-menu a {
    margin-right: 20px;
}
.join-us {
	padding-top: 100px;
}
.join-us,
.who-meet {
    position: relative;
}
.prev-arrow,
.next-arrow {
	width: 45px;
	height: 45px; 
	border-radius: 50%;
	background: #b19861;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
}
.photo-slider-wrapper {
	position: relative;
}
.prev-arrow {
	left: 0;
	transform: translateY(-50%) translateX(-50%);
}
.next-arrow {
	right: 0;
	transform: translateY(-50%) translateX(50%);
}
.prev-arrow img,
.next-arrow img {
	max-height: 50%;
}
.triangle {
    position: absolute;
    width: 317px;
    opacity: 0.8;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    pointer-events: none;
}
.photo-slider img {
	border-radius: 5px;
}
.triangle1 {
    top: 30px;
    left: -100px;
	z-index: 0;
	animation: float 10s ease-in-out infinite;
}
.join-us .container-fluid {
	position: relative;
	z-index: 1;
}
.triangle2 {
    bottom: -100px;
    right: -30px;
	animation: float2 15s ease-in-out infinite;
}
.main-screen.main-screen--program-speakers .triangle-main-1 {
	bottom: 83%;
	z-index: 9;
	left: -29%;
}
.main-screen.main-screen--program-speakers .triangle-main-2 {
	top: 50%;
	right: -22%;
	top: 61%;
	z-index: 9;
}
.form-status {
    text-align: center;
    padding: 5px 10px;
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-status p {
    margin-bottom: 0;
}
.triangle-main-1 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 50vw;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
    -webkit-animation: float 15s ease-in-out infinite;
    animation: float 15s ease-in-out infinite;
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateX(-15%) translateY(0) scale(1);
        transform: translateX(-15%) translateY(0) scale(1);
    }
    50% {
        -webkit-transform: translateX(0%) translateY(10%) scale(1.1);
        transform: translateX(0%) translateY(10%) scale(1.1);
    }
    100% {
        -webkit-transform: translateX(-15%) translateY(0) scale(1);
        transform: translateX(-15%) translateY(0) scale(1);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateX(-15%) translateY(0) scale(1);
        transform: translateX(-15%) translateY(0) scale(1);
    }
    50% {
        -webkit-transform: translateX(0%) translateY(10%) scale(1.1);
        transform: translateX(0%) translateY(10%) scale(1.1);
    }
    100% {
        -webkit-transform: translateX(-15%) translateY(0) scale(1);
        transform: translateX(-15%) translateY(0) scale(1);
    }
}
.main-screen {
    position: relative;
    overflow: hidden;
}
.triangle-main-2 {
    position: absolute;
    top: 0%;
    right: -5%;
    width: 50vw;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-animation: float2 20s ease-in-out infinite;
    animation: float2 20s ease-in-out infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes float2 {
    0% {
        -webkit-transform: translateX(30%) translateY(0) scale(1);
        transform: translateX(30%) translateY(0) scale(1);
    }
    50% {
        -webkit-transform: translateX(0%) translateY(8%) scale(1.2);
        transform: translateX(0%) translateY(8%) scale(1.2);
    }
    100% {
        -webkit-transform: translateX(30%) translateY(0) scale(1);
        transform: translateX(30%) translateY(0) scale(1);
    }
}
@keyframes float2 {
    0% {
        -webkit-transform: translateX(30%) translateY(0) scale(1);
        transform: translateX(30%) translateY(0) scale(1);
    }
    50% {
        -webkit-transform: translateX(0%) translateY(8%) scale(1.2);
        transform: translateX(0%) translateY(8%) scale(1.2);
    }
    100% {
        -webkit-transform: translateX(30%) translateY(0) scale(1);
        transform: translateX(30%) translateY(0) scale(1);
    }
}
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 13px;
}
.menu-menu-container {
    margin-right: 74px;
    font-weight: bold;
}
.menu-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-menu-container ul li {
    margin-left: 54px;
}
.menu-menu-container ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    position: relative;
	text-transform: uppercase;
}
.menu-menu-container ul li a:after {
    content: "";
    height: 2px;
    width: 0%;
    background: #fff;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-menu-container ul li a:hover:after {
    width: 100%;
}
.menu-menu-container ul li.active a:after {
    width: 100%;
}
.menu-btn {
    display: none;
}
.sections-wrapper {
	overflow: hidden;
}
.main-screen--program-speakers {
    position: relative;
    text-align: left;
}
.main-screen--program-speakers .container-fluid {
    position: relative;
    z-index: 9;
}
.main-screen--program-speakers .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-screen--program-speakers:after {
    content: "";
    background: rgba(46, 86, 84, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-screen--about:after {
	background: rgba(46, 86, 84, 0.8);
}
.main-screen--about {
	background-position: bottom center;
}
.program-cover {
    width: auto;
    height: 60vh;
    display: block;
    margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	object-fit: contain;
	
}
.h2--main {
    border-bottom: 0;
	font-size: 50px;
}
.h2--main span {
	display: block;
    font-weight: 700;
    color: #b19861;
}
.program-speakers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.program-speakers__item img {
    display: block;
    margin-right: 20px;
}
.program-speakers__items-list {
    margin-bottom: 40px;
	font-size: 20px;
}
.program-speakers__cta {
    text-align: center;
    font-size: 20px;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
	display: flex; 
	flex-direction: column;
	align-items: center;
}
.program-speakers__cta .button {
	margin-top: 10px;
}
.program-speakers__cta a,
.program-speakers__cta a:hover {
    color: #fff;
}
.about-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
	margin-bottom: 20px;
}
.about__text {
    margin-top: 0;
    font-size: 18px;
}
.about__content {
    padding-bottom: 0px;
/*     border-bottom: 4px solid rgba(177, 152, 97, .2); */
	margin-bottom: 0px;
}
.pillars__title {
	font-size: 18px;
	margin-top: 40px;
	
}
.pillars__list {
	background: url('../img/pillars.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	height: 265px;
	margin-top: 70px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}
.pillars__item {
	width: 14.2%;
	min-width: 14.2%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pillars__item:nth-child(even) {
	flex-direction: column-reverse;
	
}
.pillars__item-number {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 43px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
} 
.pillars__item:nth-child(even) .pillars__item-number {
	margin-top: 36px;
	margin-bottom: 0;
}
.pillars__item-text {
	font-size: 18px;
	height: 55px;
}
.pillars__item:first-child {
	position: relative;
	left: 56px;
}
.pillars__item:nth-child(2) {
	position: relative;
	left: 39px;
}
.pillars__item:nth-child(3) {
	position: relative;
	left: 25px;
}
.pillars__item:nth-child(4) {
	position: relative;
	left: 5px;
}
.pillars__item:nth-child(5) {
	position: relative;
	left: -12px;
}
.pillars__item:nth-child(6) {
	position: relative;
	left: -30px;
}
.pillars__item:nth-child(7) {
	position: relative;
	left: -48px;
}
.about-tabs {
	margin-top: 70px;
	display: flex;
	align-items: center;
	padding-top: 10px;
	margin-bottom: 40px;
	
}
.about-tab.active {
	border-bottom: 4px solid #B19861;
	color: #B19861;
}
.about-tab {
	padding-top: 10px;
	font-size: 26px;
	padding-bottom: 10px;
	transform: translateY(4px);
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.about-tab {
	margin-right: 40px;
}
.tabs_item {
	display: none;
}
.tabs_item:first-child {
	display: block;
}
.program-speakers__content {
    padding-top: 47px;
}
.ps-title {
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ps-title img {
    margin-right: 20px;
    display: block;
}
.ps__item {
    width: 482px;
    max-width: 100%;
}
.ps__item p {
    margin-top: 25px;
}
.ps__item .button {
    width: 310px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ps__item .button img {
    margin-left: 5px;
}
.ps__item .button span {
    position: relative;
    top: 2px;
}
.speaker__item {
    margin-top: 75px;
    text-align: center;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.speaker__photo {
    width: 179px;
    height: 179px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.speaker__name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 30px;
}
.speakers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button-wrapper .button {
    width: 220px;
    max-width: 100%;
}
.about-program .col-lg-4 {
	margin-top: 0;
}
.about-programe-wrapper {
/* 	background: linear-gradient(180deg, #1D5754 0%, rgba(0, 128, 132, 0.89) 170.92%); */
}
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center !important;
}
.label {
	margin-bottom: 10px;
}
.checkbox-row p {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.checkbox-row p label {
	margin-bottom: 0;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.checkbox-row {
	margin-bottom: 30px;
}
.programe__item {
    margin-top: 73px;
}
.programe__item-title {
    font-size: 32px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
}
.programe__item-row {
    margin-top: 30px;
    background: rgba(177, 152, 97, 0.2);
}
.programe__item-row-header {
    background: rgba(177, 152, 97, 0.6);
    padding: 15px 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.programe__item-row-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.programe__item-time {
    font-size: 20px;
    min-width: 155px;
    margin-right: 10px;
}
.programe__item-time-row-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}
.programe__speaker-name {
    font-size: 20px;
}
.programe__speaker-position {
    font-size: 14px;
}
.programe__item-row-content {
    padding: 20px 30px;
}
.main-screen--program-speakers {
	position: relative;
}
.video-hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 130vh;
	
}
.video-hero video {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	object-fit: cover; 
	object-position: center;
}
.logo img {
	height: auto;
	width: 350px;
}

//start events list
.events-list {
	margin-top: 50px;
}
.event-item {
/* 	border: 2px solid #B19861; */
	display: block;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background: rgba(225, 225, 225, 0.2);
}
.event-item:hover {
	color: #fff;
}
.event-item__img-wrapper {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event-item__img-wrapper img {
	border-radius: 2px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.event-item__title {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.event-item__content {
	padding: 25px 20px;
}
.event-item__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}
.event-item__footer-right {
	display: flex;
	align-items: center;
	color: rgba(225, 225, 225, 0.8);	
}
.dot {
	background: rgba(225, 225, 225, 0.8);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
.event-item__footer-left {
	
}
//end events list 
.event-item {
	margin-bottom: 30px;
}
.sections-wrapper {
	background-image: url('../img/pattern5.png');
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
/* 	background: url('../img/patterns.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center; */
}
.form-section {
	padding-top: 100px;
	background-image: url('../img/pattern5.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom -350px center;
}

.photo-slider__item img {
	max-width: 100%;
}
.photo-slider__item {
	padding: 5px;
}
.who-meet .container-fluid {
	width: 90vw;
}
@media only screen and (max-width: 1200px) {
    .speaker__item {
        width: 25%;
    }
	
}
@media only screen and (max-width: 1300px) {
.menu-menu-container ul li {
		margin-left: 30px;
	}
	.event-item__footer {
		font-size: 12px;	
	}
	.what-is-item {
		padding-left: 50px;
		padding-right: 30px;
	}
	.pillars__list {
		height: 20vw;
	}
	.pillars__item-number {
		font-size: 3vw;
	}
	.pillars__item-text {
		font-size: 1.85vw;
	}
	.pillars__item-number {
		margin-bottom: 2vw;
	}
	.pillars__item:nth-child(even) .pillars__item-number {
		margin-top: 2vw;
	}
	.pillars__item {
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	.pillars__item:first-child {
		left: 4vw;
	}
	.pillars__item:nth-child(2) {
		left: 3vw;
	}
	.pillars__item:nth-child(3) {
		left: 2vw;
	}
	.pillars__item:nth-child(4) {
		left: 0;
	}
	.pillars__item:nth-child(5) {
		left: -1vw;
	}
	.pillars__item:nth-child(6) {
		left: -2vw;
	}
	.pillars__item:nth-child(7) {
		left: -4vw;
	}
	.pillars__item-text {
		height: 8.5vw;
	}
	.pillars__item-number {
		height: auto;
	}
}
@media only screen and (max-width: 1200px) {
	.menu-menu-container ul li {
		margin-left: 30px;
	}
	.logo img {
		width: 200px;
	}
	.menu-menu-container ul li a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px) {
    .why-now__img {
        width: 100%;
    }
    .about .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .menu-btn {
        display: block;
        cursor: pointer;
        margin-right: 0px;
        z-index: 100;

    }
    .header__social {
        margin-top: 66px;
    }
    .menu-btn_row {
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background: #fff;
    }
    .header__right {
        padding-top: 0;
    }
    .menu-menu-container.active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #44505e;
        width: 100vw;
        min-height: 100vh;
        z-index: 99;
    }
    .menu-menu-container.active ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		display: flex;
    }
    .menu-menu-container.active ul li {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .logo {
        z-index: 100;
    }
    .menu-btn.active .menu-btn_row:first-child {
        display: none;
    }
    .menu-btn.active .menu-btn_row:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-btn.active .menu-btn_row:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: 7px;
    }
	.logo img {
        width: 220px;
    }
	.programe__item-row-header-left,
	.programe__item-row-header{
		flex-direction: column;
	}
	.programe__item-row-header {
		align-items: flex-start;
	}
	.program-cover {
		font-size: 5vw;
	}

        .menu-menu-container {
        margin-right: 0;
    }
    .menu-menu-container ul {
        flex-direction: column;
        text-align: right;
    }
    .menu-menu-container ul li {
        margin-left: 0;
    }
		.menu-menu-container ul {
		display: none;
	}
	.event-item__img-wrapper {
		height: 68vw;
	}
	.what-is-item {
		font-size: 2.2vw;
		padding: 2vw 5vw;
		padding-bottom: 3vw;
		padding-right: 2vw;
	}
	.item-number {
		width: 9vw;
		height: 10vw;
		left: -0.959vw;
		bottom: -1.2vw;
	}
	.what-is-item:before {
		width: 1vw;
	}
	.what-is-item:after {
		width: 1vw;
	}
	.item-number {
		font-size: 3.5vw;
		padding-left: 2vw
	}
}
@media only screen and (max-width: 768px) {
	.sections-wrapper {
		background-size: cover;
	}
    .h1 {
        font-size: 9vw;
    }
    .header {
        padding-top: 30px;
    }
    .h2 {
        font-size: 28px;
        border-width: 2px;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .parallax-section {
        height: 400px;
    }
    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-col {
        width: 100%;
        max-width: 100%;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer .container-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .copy {
        text-align: center;
    }
    .footer-menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .copy {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer-social {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .triangle {
        width: 50vw;
    }
    .triangle1 {
        top: 10vw;
    }
	.triangle2 {
       bottom: 70vw;
		top: auto;
    }
	 .triangle-main-1,
    .triangle-main-2 {
        width: 80vw;
    }

	.main-screen--program-speakers .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .main-screen--program-speakers {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .program-cover {
        width: 50vw;
        height: auto;
		max-width: 100%;
		object-fit: contain;
    }
    .program-speakers__items-list {
        margin-top: 30px;
    }
    .h2--main {
        font-size: 25px;
    }
    .program-speakers__items-list {
        margin-bottom: 30px;
    }
    .program-speakers__item {
        margin-bottom: 20px;
    }
    .program-speakers__cta {
        margin-top: 25px;
        font-size: 16px;
    }
    .program-speakers__item img {
        margin-right: 15px;
		width: 32px;
    }
    .about .col-lg-4 {
        margin-top: 0;
    }
    .ps__item {
        width: 100%;
        margin-bottom: 60px;
    }
    .ps__item .button {
        width: 100%;
    }
    .about__text {
        font-size: 15px;
    }
    .about__content {
        padding-bottom: 30px;
    }
    .ps-title {
        font-size: 20px;
    }
    .ps__item p {
        margin-top: 15px;
    }
    .speaker__item {
        width: 50%;
        margin-top: 40px;
    }
    .about {
        padding-bottom: 0;
    }
	.speaker__photo {
	width: 36.8vw;
		height: 36.8vw;
}
	.speaker__name {
		font-size: 18px;
	}
	.speaker__position {
		font-size: 15px;
	}
	.programe__item-title {
		font-size: 20px;
	}
	.programe__item-row {
		margin-top: 10px;
	}
	.programe__item-row-header {
		padding: 15px 20px;
		
	}
	.programe__item-time {
		font-size: 14px;
	}
	.programe__item-time-row-title {
		font-size: 22px;
	}
	.programe__speaker-name {
		font-size: 16px;
	}
	.programe__speaker-position {
		font-size: 12px;
		font-style: italic;
	}
	.programe__item-row-header-right {
		width: 100%;
		text-align: right;
	}
	.programe__item-row-content {
		padding: 10px 20px; 
		font-size: 14px;
	}
	.programe__item {
		margin-top: 40px;
	}
	.about-title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.program-cover {
		width: 76%;
		height: auto;
		margin-left: auto;
		margin-right: auto
	}
	.program-speakers__items-list {
		font-size: 18px;
	}
	.program-speakers__item img {
		width: 22px;
	}
	.about-tab {
		font-size: 18px;
	}
	.about-tab.active {
		border-width: 2px;
	}
	.about__content {
		padding-bottom: 0;
		border-width: 2px;
	}
	.about-tab {
		position: relative;
		top: -2px;
		margin-right: 20px;
	}
	.form-section { 
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	.pillars__title {
		margin-top: 20px;
		font-size: 15px;
	}
	.pillars__list {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.pillars__list {
		flex-wrap: wrap;
		background: url('../img/mob.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		height: 67vw;
	}
	.pillars__item {
		width: 33%;
		min-width: 33%;
		height: 31vw;
	}
	.pillars__item:nth-child(2) {
		left: 0.8vw;
	}
	.pillars__item:nth-child(4) {
		width: 25%;
		min-width: 25%;
		left: 6vw;
	}
	.pillars__item:nth-child(5) {
		width: 25%;
		min-width: 25%;
		left: 2.2vw;
	}
	.pillars__item:nth-child(6) {
		width: 25%;
		min-width: 25%;
		
	}
	.pillars__item:nth-child(7) {
		width: 25%;
		min-width: 25%;
		left: -6vw;
	}
	.pillars__item-text {
		font-size: 3vw;
	}
	.pillars__item-number {
		font-size: 5vw;
	}
	.pillars__item:first-child {
		left: 12.2vw;
	}
	.pillars__item-number {
		margin-bottom: 4vw;
	}
	.pillars__item:nth-child(even) .pillars__item-number {
		margin-bottom: 6vw;
		margin-top: 4vw;
		
	}
	.pillars__item-text {
		height: 14vw;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		font-size: 2.8vw;
		width: 23vw;
		margin-left: auto;
		margin-right: auto;
	}
	.pillars__item:nth-child(even) .pillars__item-text {
		align-items: flex-start;
	}
	.pillars__item {
		height: 48%;
	}
	.pillars__item-text {
		padding-bottom: 1vw;
	}
	.pillars__item:nth-child(3) {
		left: -10.5vw;
	}
	.pillars__list {
		position: relative; 
		left: 0vw;
	}

	
}


.edbrow {
    align-items: center;
}

.section .col-lg-4.edblogo {
    text-align: center;
    margin-top: 0;
}