body,html{
    font-family: 'Poppins', sans-serif;
	font-weight:300;
	color: #000;
    overflow-x: hidden;
    width: 100%;
}
a {
	color: #000;
	text-decoration: none;
	word-break: break-word;
}
a:hover, a:focus {
	text-decoration: none;
	color:#000;
}
.reset {
    padding:0px;
    margin:0px;
}

.btn{
	display:inline-block;
	line-height:50px;
	padding:0px 30px 0px 30px;
	font-size:14px;
	color:#fff;
	border-radius:0px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
}
.btn:hover{
	color:#fff;
	text-decoration:none;
}
.btn-lg{
	display:inline-block;
	line-height:70px;
	padding:0px 40px 0px 40px;
	font-size:18px;
	color:#fff;
	border-radius:0px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	cursor:pointer;
}
.btn-lg:hover{
	color:#fff;
	text-decoration:none;
}
.btn-round {
	border-radius:30px;
	margin-top:15px;
}
.btn-green{
	background-color:rgba(34, 195, 63, 1);
}
.btn-green:hover{
	background-color:rgba(34, 195, 63, 0.8);
}
.btn-white{
	background-color:white;
	color: #1e244f !important;
}
.btn-white:hover{
	background-color:rgba(34, 195, 63, 1);
	color: white !important;
}
.btn-blue{
	background-color:rgba(25, 32, 78, 1);
}
.btn-blue:hover{
	background-color:rgba(25, 32, 78, 0.8);
}
.btn-primary{
	background-color:rgba(34, 195, 63, 1);
	border:0px;
}
.btn-primary:hover{
	background-color:rgba(34, 195, 63, 0.8);
}
.hs-button{
	background-color:rgba(34, 195, 63, 1) !important;
	border:0px;
}
.hs-button:hover{
	background-color:rgba(34, 195, 63, 0.8) !important;
}
@media (max-width: 991px) { 
	.btn{
		line-height:40px;
		padding:0px 25px 0px 25px;
		font-size:14px;
	}

	.btn-lg{
		line-height:60px;
		padding:0px 30px 0px 30px;
		font-size:16px;
	}
}
.header {
	background-color:#1f2350;
	color:#fff;
    position: relative;
	z-index:100;
}
#header-logo img {
    padding: 30px 0px;
}
.header-social {
    height: 147px;
    z-index: 999;
    position: relative;
    text-align: right;
    line-height: 147px;
}
.header-social::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #21c33f;
    background-image: url(../images/header-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 147px 0px;
    z-index: -1;
}
.header-social::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 146px 146px 0 0;
    border-color: #1f2350 transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    z-index: 1;
    transition: 0.5s;
}
.header-social.open::after {
    display: none;
}
.header-social li a {
    color: #fff;
    transition: 0.2s ease-in;
}
.header-social li a:hover {
    opacity: 0.8;
}
.header-social ul {
}
.header-social ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}
.sub-header {
    float: right;
    text-align: right;
    padding-right: 15px;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.sub-header a.mail {
    color: #fff;
    margin-right: 20px;
    transition: all 0.2s ease-in;
}
.sub-header a.mail:hover {
    color: #21c33f;
}
.sub-header a.tel {
    color: #21c33f;
    font-weight: 600;
}
#logo {
	text-align:center;
}
#logo img{
	display:inline;
}
@media (min-width: 768px) {
	#logo {
		text-align:left;
	}
}

.main-menu ul {
    float: right;
    margin: 0px;
    padding: 0px;
	display: flex;
    align-items: center;
    justify-content: center; 
    height: 147px;
}
.main-menu li {
	display:inline-block;
	list-style:none;
    position: relative;
}
.main-menu li.menu-item-has-children a {
    position: relative;
    padding-right: 20px;
}
.main-menu li.menu-item-has-children a::after {
    content: url(../images/carat.svg);
    right: 0px;
    top: -3px;
    width: 10px;
    height: auto;
    position: absolute;
}
.main-menu li.menu-item-has-children:hover a::after {
    transform: rotate(180deg);
    top: 4px;
}
.main-menu li.menu-item-has-children li a::after {
    display: none;
}
.main-menu li a{
	font-size:18px;
	color:#fff;
	margin-left:15px;
	margin-right:15px;
    transition: all 0.2s ease-in;
}
.main-menu li a:hover{
	color:#21c33f;
}
.sub-menu {
    visibility: hidden;
    opacity: 0;
    top: 30px;
    left: 0px;
    width: 200px;
    height: auto;
    background: #1f2350;
    position: absolute;
    transition: all 0.2s ease-in;
    z-index: 999;
    padding-bottom: 10px !important;
    padding-top: 5px !important;
	display: flex; 
    flex-direction: column;
}
.main-menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.main-menu .sub-menu li {
    display: block;
	align-items: flex-start;
    text-align: left;
    width: 100%;
}
.main-menu .sub-menu li a {
    font-size: 15px;
    padding: 7px 0px;
    display: block;
}
.main-menu .submenu a:last-of-type {
    padding-bottom: 15px;
}
.hero {
	height:80vh;
	background-size:cover;
	color:#fff;
	position: relative;
}
.hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.20);
}
.hero-content {
	z-index:10;
}
.hero-content h1 {
	font-size:52px;
	font-weight:700;
	max-width:50%;
}
.hero-content p {
	font-size:30px;
}
.inner-hero {
	height:55vh;
	background-size:cover;
	background-position:center;
	color:#fff;
	position: relative;
}
.inner-hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
}
.inner-hero-content {
	text-align:center;
	z-index:10;
}
.inner-hero-content h1 {
	font-size:38px;
	font-weight:700;
}
.inner-hero-content p {
	font-size:26px;
}
.day-event-hero {
	height:100vh;
	background-size:cover;
	background-position:center;
	color:#fff;
	position: relative;
	margin-top:-147px;
}
.day-event-hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
}
.day-event-hero-content {
	text-align:left;
	z-index:10;
}
.day-event-hero-content h1 {
	font-size:38px;
	font-weight:700;
}
.day-event-hero-content p {
	font-size:26px;
}
.toggle-button {
    display: none !important;
}
.menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    top: 0;
    left: 0;
    background-color:#1f2350;
    overflow-x: hidden;
    transition: 0.5s;
    visibility: hidden;
}
.menu-overlay.open {
    opacity: 1;
    visibility: visible;
}
.event-hero {
    min-height: calc(100vh - 147px); 
}
.event-hero .event-clock {
	text-align:left;
}
.event-hero .inner-hero-content {
	text-align:left;
}
.event-hero .event-clock {
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
	font-size:22px;
	font-weight:500;
}
.event-hero .event-location {
	color:#fff;
	margin-bottom:20px;
	font-size:22px;
	font-weight:500;
}
.event-hero i {
	color:rgb(34 195 63);
}


@media (max-width: 1399px) { 
    .main-menu li a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) { 
    #header-logo img {
        padding: 10px 0px;
    }
    .header-social {
        height: 107px;
        line-height: 107px;
    }
    .header-social::before {
        border-width: 107px 107px 0 0;
    }
    .header-social ul {
        display: none;
    }
    .header-social::after {
        background-position: 107px 0px;
    }
    .toggle-button {
        display: block !important;
        float: right;
        padding: 0px !important;
        position: absolute;
        top: 5px;
        right: 0px;
    }
    .menu-overlay {
        text-align: center;
    }
    .menu-overlay .row {
        height: 100vh
    }
    .menu-overlay ul {
        margin: 0px;
        padding: 0px;
    }
    .menu-overlay ul li {
        list-style: none;
    }
    .menu-overlay ul li a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }
    .menu-overlay ul ul.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        position: relative;
        left: auto;
        width: 100%;
        top: auto;
        padding: 0px;
        background: transparent;
    }
    .menu-overlay ul ul li a {
        font-size: 20px;
        font-weight: normal;
    }
    .toggle-button.is-active {
        position: absolute;
        right: 0px;
    }
    body.open, html.open {
        overflow: hidden !important;
    }
    .overlay-footer {
        color: #fff;
        text-align: center;
        margin-top: 10px;
    }
    .overlay-footer a {
        color: #21c33f;
        font-weight: bold;
    }
    .overlay-footer a.mail {
        color: #fff;
        font-weight: normal;
    }
    .overlay-footer ul {
        margin: 10px 0px 0px 0px;
    }
	.event-hero {
		min-height: calc(100vh - 107px); 
	}
}
@media (max-width: 991px) { 
    #header-logo img {
        padding: 10px 0px;
    }
    .header-social {
        height: 105px;
        line-height: 115px;
    }
    .header-social::before {
        border-width: 107px 107px 0 0;
    }
    .header-social::after {
        background-position: 87px 0px;
    }
    .toggle-button {
        top: 0px;
    }
    .menu-overlay ul li a { 
        font-size: 24px;
    }
    .menu-overlay ul ul li a {
        font-size: 16px;
    }
	.event-hero {
		min-height: calc(100vh - 105px); 
	}
}
@media (max-width: 767px) { 
	#header-logo img {
        padding: 5px 0px;
    }
    .header-social {
        height: 100%;
		line-height: 100px;
    }
    .header-social::after, .header-social::before {
        display: none;
    }
    .toggle-button {
        top: -10px;
    }
    .header {
        background-image: url(../images/header-mobile.jpg);
        background-position: center;
        background-size: cover;
    }
    .header.open {
        background-image: none;
    }
	.event-hero {
		min-height: calc(100vh - 95px); 
	}
}
@media (max-width: 1499px) {
	.inner-hero-content h1 {
		font-size:30px;
	}
	.inner-hero-content p {
		font-size:20px;
	}
	.day-event-hero-content h1 {
		font-size:30px;
	}
	.day-event-hero-content p {
		font-size:20px;
	}
}
@media (max-width: 1199px) { 
	.hero-content h1 {
		font-size:48px;
		max-width:55%;
	}
	.hero-content p {
		font-size:28px;
	}
	/**.inner-hero-content h1 {
		font-size:48px;
	}
	.inner-hero-content p {
		font-size:28px;
	}**/
}

@media (max-width: 991px) { 
	.hero-content h1 {
		font-size:42px;
		max-width:65%;
	}
	.hero-content p {
		font-size:26px;
	}
	/**.inner-hero-content h1 {
		font-size:42px;
	}
	.inner-hero-content p {
		font-size:26px;
	}**/
}

@media (max-width: 767px) { 
	.event-hero {
		height:90vh;
	}
	.hero-content {
		text-align:center;
	}
	.hero-content h1 {
		font-size:38px;
		max-width:100%;
	}
	.hero-content p {
		font-size:24px;
	}
	.inner-hero-content h1 {
		font-size:28px;
	}
	.inner-hero-content p {
		font-size:20px;
	}
	.day-event-hero-content h1 {
		font-size:28px;
	}
	.day-event-hero-content p {
		font-size:20px;
	}
	.arrows-overlay-1 {
		display:none;
	}
	.arrows-overlay-2 {
		display:none;
	}
}



.arrows-overlay-1 {
	position:absolute;
	top:0px;
	left:0px;
}
.arrows-overlay-2 {
	position:absolute;
	bottom:0px;
	right:0px;
}
.intro {
	position:relative;
	padding-top:120px;
	padding-bottom:120px;
	background-image:url('../images/intro-dots.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 45%;
}
.intro p {
	font-size:24px;
	line-height:40px;
	color:#292929;
}
.intro a {
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#3c3c3c;
}
.intro a i {
	color:#21c33f;
}
.intro-image {
	position:relative;
}
.intro-image img{
	box-shadow:rgb(100 100 111 / 35%) 0px 7px 25px 0px;
}
.intro-triangle {
	position:absolute;
	bottom:0px;
	left:-58px;
}
.intro-triangle img {
	box-shadow:none;
}
.intro-alt{
	padding-top:120px;
	padding-bottom:120px;
}
.intro-alt {
	position:relative;
	padding-top:120px;
	padding-bottom:120px;
	background-image:url('../images/intro-dots.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 30%;
}
.intro-alt p{
	font-size:24px;
	line-height:40px;
	margin-bottom:20px;
	color:#191f4d;
}
@media (max-width: 1199px) { 
	.intro {
		padding-top:100px;
		padding-bottom:100px;
	}
	.intro-alt {
		padding-top:100px;
		padding-bottom:100px;
	}
	.intro p {
		font-size:28px;
		line-height:36px;
	}
	.intro a {
		font-size:18px;
		line-height:30px;
	}
}
@media (max-width: 991px) { 
	.intro {
		padding-top:80px;
		padding-bottom:80px;
	}
	.intro-alt {
		padding-top:80px;
		padding-bottom:80px;
		background-image:none;
	}
	.intro-alt p {
		font-size:18px;
		line-height:22px;
	}
	.intro p {
		font-size:20px;
		line-height:26px;
	}
	.intro a {
		font-size:16px;
		line-height:26px;
	}
}
@media (max-width: 767px) { 
	.intro {
		padding-top:50px;
		padding-bottom:50px;
		text-align:center;
	}
	.intro-alt {
		padding-top:50px;
		padding-bottom:50px;
		text-align:center;
	}
	.intro-image{
		margin-top:30px;
		padding-left:15%;
		padding-right:15%;
	}
	.intro-triangle {
		left:12px;
	}
}
@media (max-width: 575px) { 
	.intro-triangle {
		display:none;
	}
}


.about-intro p {
	font-size:18px;
	line-height:32px;
	color:#292929;
	text-align:center;
}
.about-intro a {
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#3c3c3c;
}
.about-intro a i {
	color:#21c33f;
}


.our-solutions {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#d9f0de;
}
.our-solutions h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
	color:#1d2450;
	letter-spacing:2px;
}
.solution-block {
	position:relative;
	height:440px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	cursor:pointer;
	text-align:center;
	overflow:hidden;
	/*box-shadow:rgb(100 100 111 / 35%) 0px 7px 25px 0px;*/
}
.solution-block .overlay {
	position:relative;
	width:100%;
	height:100%;
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
	background-color:rgba(0, 0, 0, 0.6);
	background-position: calc(100% - 400px) 0;
}
.solution-block .overlay h3 {
	display:block;
	width:100%;
	padding-left:5%;
	padding-right:5%;
	font-size:30px;
	color:#fff;
	font-weight:600;
	position:absolute;
	bottom:100px;
}
.solution-block .btn-wrap{
	display:block;
	width:100%;
	position:absolute;
	opacity:0;
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
	bottom:-200px;

}
.solution-block:hover .overlay {
	background-image:url('../images/solution-block-arrows.png');
	background-repeat:no-repeat;
	background-position: calc(100%) 0;
	background-color:rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.solution-block:hover .btn-wrap{
	opacity:1;
	bottom:40px;
}
@media (max-width: 1199px) { 
	.solution-block {
		height:380px;
	}
}
@media (max-width: 991px) { 
	.solution-block {
		height:280px;
	}
	.solution-block .overlay h3 {
		font-size:26px;
	}
}
@media (max-width: 767px) { 
	.solution-block {
		height:350px;
		margin-bottom:30px;
	}
	.solution-block .overlay h3 {
		font-size:30px;
	}
}


.upcoming-events {
	padding-top:70px;
	padding-bottom:70px;
}
.upcoming-events h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
	color:#1d2450;
	letter-spacing:2px;
}
.previous-events {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#f3f3f3;
}
.previous-events h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
	color:#1d2450;
	letter-spacing:2px;
}
.event-block {
	background-color:#fff;
	box-shadow:rgb(100 100 111 / 35%) 0px 7px 21px 0px;
}
.event-block-category{
	margin-bottom:30px;
}
.content .event-block-category a{
	text-decoration:none;
}
.event-block-inner {
	padding:30px;
}
.event-block-inner i{
	color:#21c33f;
}
.event-block-inner .title {
	font-size:26px;
	line-height:30px;
	font-weight:700;
	color:#1e244f;
	margin-bottom:5px;
}
.event-block-inner .date {
	color:#363b61;
	margin-bottom:5px;
}
.event-block-inner .location {
	color:#363b61;
	margin-bottom:10px;
}
.event-block-inner .btn{
	width:100%;
}

@media (max-width: 1199px) { 
	.event-block-inner .title {
		font-size:20px;
		line-height:26px;
	}
}
@media (max-width: 991px) { 
	.event-block {
		margin-bottom:30px;
	}
}
.reviews {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#f3f3f3;
	background-image:url('../images/reviews-bg.png');
	background-repeat:no-repeat;
	background-position:top center;
}
.reviews h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
	color:#1d2450;
	letter-spacing:2px;
}
.who-we-work-with {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#329b46;
}
.who-we-work-with h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
}
@media (max-width: 991px) { 
	.who-we-work-with {
		padding-top:50px;
		padding-bottom:50px;
	}
		.who-we-work-with h2{
		margin-bottom:30px;
	}
}
@media (max-width: 767px) { 

}
@media (max-width: 575px) { 

}
.content {
	padding-top:80px;
	padding-bottom:80px;
}
.content h1 {
	font-size:32px;
	margin-bottom:20px;
	color:#191f4d;
}
.content h2 {
	font-size:24px;
	margin-bottom:20px;
	color:#329b46;
}
.content h3 {
	font-size:22px;
	margin-bottom:20px;
	color:#329b46;
}
.content p {
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
	color:#191f4d;
}
.content p strong{
	font-weight:600;
}
.content a{
	text-decoration:underline;
}
.content li {
	font-size:16px;
	line-height:28px;
	color:#191f4d;
}

.our-team {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#d9f0de;
}
.our-team h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
	color:#1d2450;
	letter-spacing:2px;
}
.profile-block {
	text-align:center;
	margin-bottom:70px;
}
.profile-image{
	position:relative;
	box-shadow:rgb(100 100 111 / 35%) 0px 7px 25px 0px;
}
.profile-image-overlay{
	position:absolute;
	right:0px;
	bottom:0px;
}
.profile-title {
	color:#1e244f;
	font-size:30px;
	font-weight:700;
	margin-top:40px;
}
.profile-position {
	color:#21c33f;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.profile-social {
	
}
.profile-social i{
	color:#0e689b;
	font-size:30px;
}
.profile-bio {
	color:#363b61;
	font-size:14px;
	line-height:24px;
	padding-left:5%;
	padding-right:5%;
	margin-top:10px;
}
.service-block {
	position:relative;
	padding-top:160px;
	padding-bottom:160px;
	padding-left:10%;
	padding-right:10%;
	background-color:#f3f3f3;
}
.service-image {
	background-position:center;
	background-size:cover;
}
.service-block h1{
	font-size:36px;
	font-weight:700;
	color:#1e244f;
	margin-bottom:15px;
}
.service-block h2{
	font-size:32px;
	font-weight:400;
	color:#292929;
	margin-bottom:15px;
}
.service-block p{
	font-size:16px;
	color:#363b61;
}
.services-triangle {
	position:absolute;
	bottom:0px;
	right:0px;
}
@media (max-width: 1399px) { 
	.service-block {
		padding-top:80px;
		padding-bottom:80px;
	}
}
@media (max-width: 1199px) { 
	.service-block {
		padding-top:60px;
		padding-bottom:60px;
	}
}
@media (min-width: 992px) { 
	.services-triangle-alt {
		position:absolute;
		bottom:0px;
		left:0px;
		transform: rotate(90deg);
	}
}
@media (max-width: 991px) { 
	.service-image {
		height:300px;
	}
	.services-triangle {
		position:absolute;
		bottom:0px;
		right:0px;
	}
	.services-triangle-alt {
		position:absolute;
		bottom:0px;
		right:0px;
	}
	.service-block h1{
		font-size:28px;
	}
	.service-block h2{
		font-size:24px;
	}
}
@media (max-width: 767px) { 
	.service-block {
		text-align:center;
	}
}


.event-intro {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#f3f3f3;
	text-align:center;
}
.event-intro h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.event-intro h1 {
	font-size:30px;
	font-weight:700;
	color:#1e244f;
	margin-bottom:30px;
}
.event-intro p {
	font-size:30px;
	color:#21c33f;
}
@media (max-width: 1399px) { 
	.event-intro h1 {
		font-size:28px;
		margin-bottom:20px;
	}
	.event-intro p {
		font-size:32px;
	}

}
@media (max-width: 1199px) { 
	.event-intro h1 {
		font-size:26px;
		margin-bottom:20px;
	}
	.event-intro p {
		font-size:30px;
	}
}
@media (max-width: 991px) { 
	.event-intro p {
		font-size:26px;
	}

}

.event-slider{
	background-color:#f3f3f3;
}
.event-slider-inner {
	padding:30px;
	background-color:#fff;
}
.event-format {
	padding-top:90px;
	background-image: url('../images/single-service-format-left-bg.png'), url('../images/single-service-format-right-bg.png');
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-color:#f3f3f3;
}
.event-format h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.event-format-block {
	position:relative;
	padding:35px 90px 50px 90px;
	background-color:#fff;
	margin-bottom:5px;
	box-shadow:rgb(100 100 111 / 15%) 0px 7px 25px 0px;
}
.event-format-block .icon{
	position:absolute;
	width:90px;
	height:90px;
	border-radius:50%;
	background-color:#21c33f;
	margin-left:-130px;
}
.event-format-block .time{
	font-size:19px;
	font-weight:700;
	color:#21c33f;
	line-height:30px;
	margin-top:15px;
}
.event-format-block .info{
	font-size:19px;
	font-weight:400;
	color:#1e244f;
	line-height:30px;
}
@media (max-width: 1199px) { 
	.event-format-block {
		padding:25px 80px 40px 80px;
	}
}
@media (max-width: 767px) { 
	.event-format-block {
		padding:25px 30px 40px 140px;
	}
	.event-format-block .info {
		font-size:16px;
	}
	.event-format-block .icon{
		margin-left:-115px;
	}
	.event-detail-text {
		text-align:center;
		margin-bottom:30px;
	}
}



.event-detail{
	padding-top:90px;
	padding-bottom:90px;
	background-image: url('../images/single-service-details-left-bg.png'), url('../images/single-service-details-right-bg.png');
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size:contain, contain;
	background-color:#f3f3f3;
}
.event-detail h2{
	font-size:22px;
	color:#21c33f;
	margin-bottom:15px;
}
.event-detail h1{
	font-size:28px;
	font-weight:700;
	color:#1e244f;
	margin-bottom:15px;
}
.event-detail p{
	font-size:18px;
	color:#1e244f;
	font-weight:400;
	margin-bottom:15px;
}
.event-partner {
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	background-image: url('../images/event-partnership-bg.png');
	background-position: left bottom;
	background-repeat:no-repeat;
}
.event-partner p{
	font-size:22px;
	color:#1e244f;
	margin-bottom:15px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
}
.event-panel {
	padding-top:70px;
	background-color:#f3f3f3;
}
.day-event-panel {
	padding-top:70px;
	background-color:#f3f3f3;
    background-image: url(../images/event-details-wrap-left-bg.png), url(../images/event-details-wrap-right-bg.png);
    background-repeat: repeat-y, repeat-y;
    background-position: top left, top right;
}
.event-panel-inner {
	padding:50px;
	background-color:#fff;
	mask-image: radial-gradient(circle, black 60%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle, black 60%, transparent 100%);
}
.event-panel-inner h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.event-panel-block {
	text-align:center;
}
.event-panel-image {
	padding-left:15%;
	padding-right:15%;
	margin-bottom:25px;
}
.event-panel-image img{
	border-radius:50%;
}
.event-panel-name {
	font-size:22px;
	font-weight:700;
	color:#1e244f;
}
.event-panel-position {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#21c33f;
	font-weight:400;
	margin-bottom:15px;
}
.event-panel-company {
}
@media (max-width: 991px) { 
	.event-panel-block {
		margin-bottom:30px;
	}
}

.day-event-sponsors {
	border-top:solid 70px #f3f3f3;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	background-image: url('../images/event-partnership-bg.png');
	background-position: left bottom;
	background-repeat:no-repeat;
}
.day-event-sponsors p{
	font-size:22px;
	color:#1e244f;
	margin-bottom:15px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:2px;
}
.day-event-sponsors-image {
	padding-left:15%;
	padding-right:15%;
	margin-bottom:25px;
}
.day-event-sponsors-image img{
	/*border-radius:50%;*/
}
.day-event-sponsors-name {
	font-size:22px;
	font-weight:700;
	color:#1e244f;
}
@media (max-width: 991px) { 
.day-sponsors-block {
	margin-bottom:30px;
}
}

.day-event-speakers {
	padding-top:70px;
	background-color:#f3f3f3;
}
.day-event-speakers-inner {
	padding:50px;
	background-color:#fff;
}
.day-event-speakers-inner h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.day-event-speakers-block {
	text-align:center;
}
.day-event-speakers-image {
	padding-left:15%;
	padding-right:15%;
	margin-bottom:25px;
}
.day-event-speakers-image img{
	border-radius:50%;
}
.day-event-speakers-name {
	font-size:22px;
	font-weight:700;
	color:#1e244f;
}
.day-event-speakers-position {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#21c33f;
	font-weight:400;
	margin-bottom:15px;
}
@media (max-width: 991px) { 
.day-event-speakers-block {
	margin-bottom:30px;
}
}
.day-event-speakers-company {
	display:inline-block;
	width:125px;
}
.day-event-panel-inner {
	padding:50px 50px 1px 50px;
	background-color:#fff;
}
.day-event-panel-inner h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.agenda-row {
	margin-bottom:50px;
}
.agenda-time {
	text-align:center;
}
.agenda-time h3{
	font-size:20px;
	font-weight:500;
	color:#1e244f;
}
@media (max-width: 991px) { 
.agenda-time {
	margin-bottom:30px;
}
}
.agenda-main p{
	font-size:14px;
	color:#1e244f;
}
.agenda-main p.name{
	margin-bottom:0px;
}
.agenda-main p b{
	color:#21c33f;
}
.agenda-main h3 {
	font-size:22px;
	font-weight:500;
	color:#21c33f;
}
.agenda-main h4 {
	font-size:18px;
	font-weight:500;
	color:#1e244f;
}
#AgendaAccordion {
	clear:both;
	padding-top:20px;
	margin-bottom:30px;
}
#AgendaAccordion .accordion-item {
	border:0px;
	border-top:dotted 1px #000;
	border-bottom:dotted 1px #000;
	border-radius:0px;
}
#AgendaAccordion .accordion-button.collapsed {
	color: #1e244f;
	font-weight:600;
	padding-left:0px;
	padding-right:5px;
}
#AgendaAccordion .accordion-button:not(.collapsed) {
    color: #1e244f;
    background:none;
    box-shadow: none;
	padding-left:0px;
	font-weight:600;
	padding-right:5px;
}
#AgendaAccordion .accordion-button:focus {
	border:none;
	box-shadow:none;
}
#AgendaAccordion .accordion-body {
	padding-left:0px;
	padding-right:5px;
	padding-top:0px;
	font-size:16px;
}
.day-event-agenda-speakers {
	padding-left:15px;
	padding-top:15px;
}
.day-event-agenda-speakers img{
	float:left;
	width:85px;
	height:85px;
	margin-left:-15px;
	border-radius:50%;
	border:solid 2px #fff;
	box-shadow:0 4px 10px 0 rgb(100 100 111 / 20%);
}
.sponsor-logo {
    display: inline-block;
    width: 125px;
}


.testimonials-wrap {
	padding-top:70px;
	background-color:#f3f3f3;
}
.testimonials-wrap h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.testimonial-block {
	padding:30px;
	background-color:#fff;
}
.testimonial-block p{
	position:relative;
	font-size:16px;
}
/*.testimonial-block p:before{
	display:block;
	position:absolute;
	left:-12px;
	top:-10px;
	font-size:40px;
	content:'"';
	color:#21c33f;
}
.testimonial-block p:after{
	position:block;
	position:absolute;
	bottom:-25px;
	font-size:40px;
	content:'"';
	color:#21c33f;
}*/
.testimonial-block.left{
	margin-left:-12px;
}
.testimonial-block.right{
	margin-right:-12px;
}
.testimonial-image {
	margin-bottom:25px;
}
.testimonial-image img{
	border-radius:50%;
}
.testimonial-name {
	font-size:22px;
	font-weight:700;
	color:#1e244f;
}
.testimonial-position {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#21c33f;
	font-weight:400;
	margin-bottom:15px;
}


@media (max-width: 1199px) { 
	.testimonial-image {
		padding-left:25%;
		padding-right:25%;
	}
	.testimonial-block {
		text-align:center;
	}
}
@media (max-width: 991px) { 
	.testimonial-image {
		padding-left:15%;
		padding-right:15%;
	}
}
@media (max-width: 767px) { 
	.testimonial-image {
		padding-left:30%;
		padding-right:30%;
	}
	.testimonial-block {
		margin-bottom:20px;
	}
	.testimonial-block.left{
		margin-left:-12px;
		margin-right:-12px;
	}
	.testimonial-block.right{
		margin-left:-12px;
		margin-right:-12px;
	}
}




















.event-details-wrap {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#f3f3f3;
	background-image:url('../images/event-details-wrap-left-bg.png'), url('../images/event-details-wrap-right-bg.png');
	background-repeat: repeat-y, repeat-y;
	background-position: bottom left, bottom right;
}
.event-details-wrap h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.event-topics-block {
	position:relative;
	padding:35px 90px 35px 90px;
	background-color:#fff;
	margin-bottom:5px;
	box-shadow:rgb(100 100 111 / 15%) 0px 7px 25px 0px;
}
.event-topics-block .icon{
	position:absolute;
	width:90px;
	height:90px;
	border-radius:50%;
	background-color:#21c33f;
	margin-left:-130px;
}
.event-topics-block .time{
	font-size:19px;
	font-weight:700;
	color:#21c33f;
	line-height:30px;
	margin-top:15px;
}
.event-topics-block .info{
	font-size:19px;
	font-weight:400;
	color:#1e244f;
	line-height:30px;
	min-height:90px;
}
@media (max-width: 1199px) { 
	.event-topics-block {
		padding:25px 80px 40px 80px;
	}
}
@media (max-width: 767px) { 
	.event-topics-block {
		padding:25px 30px 40px 140px;
	}
	.event-topics-block .info {
		font-size:16px;
	}
	.event-topics-block  .icon{
		margin-left:-115px;
	}
}


.pre-event-read {
	padding-top:70px;
	padding-bottom:70px;
	text-align: center;
}
.pre-event-read p {
	font-size: 22px;
    margin-bottom: 40px;
    color: #1d2450;
	font-weight:700;
}

.event-synopsis {
	padding-top:70px;
	padding-bottom:80px;
	background-color:#1e244f;
}
.event-synopsis h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom:20px;
    color: #fff;
    letter-spacing: 2px;
}
.event-synopsis p {
	font-size:16px;
    margin-bottom:25px;
    color: #fff;
	padding-right:10%;
	font-weight:400;
}
.event-synopsis a {
    color: rgba(34,195,63,1);
}
.event-synopsis input[type=text]{
	margin-bottom:10px;
	width:80%;
	display:inline-block;
}
.event-synopsis input[type=submit]{
	margin-bottom:10px;
}
@media (max-width: 991px) { 
	.event-synopsis {
		text-align:center;
	}
	.event-synopsis p {
		padding-right:0px;
	}
	.event-synopsis .image-block {
		margin-top:50px;
	}
}

.event-sponsor {
	padding:50px;
	background-color:#fff;
	border-radius:30px;
}
.event-sponsor-logo {
	margin-bottom:20px;
}
.event-sponsor h2 {
	color:#363b61;
}
.event-sponsor p {
	color:#363b61;
	margin:0px;
}
.event-form {
	padding-top:70px;
	padding-bottom:70px;
	background-color:#f3f3f3;
}
.event-form-block{
	position:relative;
	padding:40px;
	background-color:#21c33f;
	background-image: url('../images/event-form-block-bg.png');
	background-position: right bottom;
	background-repeat:no-repeat;
	border-radius:30px;
}
.event-form-block h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #1d2450;
    letter-spacing: 2px;
}
.event-form-block-triangle {
	width:37px;
	height:39px;
	position:absolute;
	top:-20px;
	left:25px;
}
.event-why-kinetic {
	padding-top:60px;
	padding-bottom:60px;
	background-color:#1e244f;
}
.event-why-kinetic h2 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}
.reason-image {
	position:relative;
}
.reason-image img{
	padding-left:25%;
	padding-right:25%;
}
.reason-triangle {
	width:37px;
	height:39px;
	position:absolute;
	bottom:-15px;
	right:27%;
}
.reason-triangle img{
	padding:0px;
}
.reason-title {
	font-size: 26px;
	margin-top:20px;
    margin-bottom:20px;
    text-align:center;
    color: #fff;
	font-weight:700;
}
.reason-text {
	font-size:16px;
	color:#fff;
	text-align:center;
	padding-left:5%;
	padding-right:5%;
}
@media (max-width: 991px) { 
	.reason-block {
		margin-bottom:30px;
	}
}


.footer {
	padding-top:80px;
	padding-bottom:80px;
	background-color:#19204e;
	color:#fff;
}
.footer-logo img {
	width:70%;
}
.footer ul {
	margin:0px;
	padding:0px;
}
.footer li {
	font-size:18px;
	line-height:34px;
	list-style:none;
}
.footer li a{
	color:#fff;
}
.footer li a:hover{
	color:#21c33f;
}
.footer p {
	font-size:18px;
	line-height:34px;
	margin-bottom:0px;
}
.footer p span {
	color:#21c33f;
	font-weight:700;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#21c33f;
}
.footer-social {
	text-align:right;
}
.footer-social li {
	list-style:none;
	display:inline-block;
}
.footer-social li a{
	font-size:20px;
	margin-left:15px;
}
.credits {
	line-height:26px;
	padding-top:100px;
	color:#61647c;
}
.credits p{
	margin:0px;
	font-size:14px;
}
.credits a{
	font-size:14px;
	color:#61647c;
}
.credits-right {
	text-align:right;
	font-size:14px;
	color:#61647c;
}

@media (max-width: 991px) { 
	.footer-contact {
		margin-top:30px;
	}
	.footer-social {
		margin-top:30px;
	}
	.credits {
		padding-top:80px;
	}
}
@media (max-width: 767px) { 
	.footer {
		text-align:center;
	}
	.footer-logo img {
		width:45%;
	}
	.footer-social {
		margin-top:10px;
		text-align:center;
	}
	.footer-links {
		margin-top:30px;
	}
	.footer-address {
		margin-top:30px;
	}
	.credits {
		padding-top:60px;
	}
	.credits-right {
		text-align:center;
	}
}
















@media (max-width: 1199px) { 

}
@media (max-width: 991px) { 

}
@media (max-width: 767px) { 

}
@media (max-width: 575px) { 

}

.owl-carousel button{
	position:absolute;
	display:block;
	width:20px;
	height:50px;
	color:#bdbdbd !important;
	text-align:center;
}
.owl-carousel button:hover{
	color:#01791a !important;
}
.owl-carousel .owl-prev span, .owl-carousel .owl-next span {
	display:none;
}
.owl-carousel .owl-next:focus, .owl-carousel .owl-prev:focus {
	outline:none;
}
.owl-carousel .owl-prev{
	left:0;
	bottom:40%;
	margin-left:-50px;
}
.owl-carousel .owl-prev:after {
	content:'<';
	font-size:46px;
	font-weight: 600;
}
.owl-carousel .owl-next{
	position:absolute;
	right:0;
	bottom:40%;
	margin-right:-45px;
}
.owl-carousel .owl-next:after {
	content:'>';
	font-size:46px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.owl-carousel .owl-prev{
		margin-left:42%;
		bottom:-30px;
	}
	.owl-carousel .owl-next{
		margin-right:42%;
		bottom:-30px;
	}
	.owl-carousel-work-with {
		padding-bottom:20px;
	}
}
.owl-carousel-day-speakers .owl-prev{
	left:0;
	bottom:40%;
	margin-left:-10px;
}
.owl-carousel-day-speakers .owl-prev:after {
	content:'<';
	font-size:46px;
	font-weight: 600;
}
.owl-carousel-day-speakers .owl-next{
	position:absolute;
	right:0;
	bottom:40%;
	margin-right:-5px;
}
.owl-carousel-day-speakers .owl-next:after {
	content:'>';
	font-size:46px;
	font-weight: 600;
}
.owl-carousel-day-speakers .owl-item img {
    display:inline;
    width:auto;
}

.address{
	font-weight:400;
}

.contact-form label, .event-form-block label{
	width:100%;
	font-weight:500;
	line-height:40px;
}

.help-block{
	color:red;
}

.has-error{
	border:1px solid red;
	padding:5px;
}

.google-map{
	margin-top:40px;
}

.event-form-block .btn-primary{
	margin-top:20px;
	background-color:rgba(30,36,79, 1.0);
	border:0px;
}
.event-form-block .btn-primary:hover{
	background-color:rgba(30,36,79, 0.8);
}

#countdown{
	margin-bottom:20px;
}



/** start Home Page Video Styles **/
header {
  position: relative;
  background-color: black;
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}

header h1 {
	font-size:52px;
	font-weight:700;
	max-width:50%;
}
header p {
	font-size:30px;
}
    
@media (max-width: 1199px) { 
	header h1 {
		font-size:48px;
		max-width:55%;
	}
	header p {
		font-size:28px;
	}
}

@media (max-width: 991px) { 
	header h1 {
		font-size:42px;
		max-width:65%;
	}
	header p {
		font-size:26px;
	}
}

@media (max-width: 767px) { 

	header {
		text-align:center;
	}
	header h1 {
		font-size:38px;
		max-width:100%;
	}
	header p {
		font-size:24px;
	}
}    
/** Close Home Page Video Styles **/




 .owl-carousel-events .item {
     margin: 13px;
	 box-shadow:none;
 }
 .owl-carousel-live-testimonials .item {
     margin: 13px;
	 box-shadow:0px 4px 10px 0px rgb(100 100 111 / 35%);
 }
  .owl-carousel-services .item {
     margin: 13px;
 }
 
 
 .partner-logo{
	 padding:20px;
 }
 
h1.big-title {
		font-size:60px;
}
.event-card-wrap {
	margin-bottom:40px;
}
.event-image {
	height:215px;
	background-size:cover;
}
.event-card-inner, .owl-carousel-events .event-block-inner {
	padding:30px 30px 90px 30px;
}
.event-card {
	display:inline-block;
	height:100%;
	width:100%;
	background-color:#fff;
	box-shadow:rgb(100 100 111 / 35%) 0px 7px 21px 0px;
    position: relative;
}
.event-card i{
	color:#21c33f;
}
.event-card .title {
	font-size:22px;
	line-height:24px;
	font-weight:600;
	color:#1e244f;
	margin-bottom:5px;
}
.event-card .date {
	color:#363b61;
	margin-bottom:5px;
}
.event-card .client-logo-wrap, .owl-carousel-events .client-logo-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 52px;
	line-height:52px;
}
.owl-carousel-events .client-logo-wrap img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.event-card .location {
	color:#363b61;
	margin-bottom:20px;
}
.event-card .btn, .owl-carousel-events .item .btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.owl-carousel-events .item .btn {
    width: auto;
}
.owl-carousel-events .owl-stage {
    display: flex;
    padding-bottom: 30px;
}
.owl-carousel-events .item {
    height: 100%;
}
.owl-carousel-events .item {
    position: relative;
}
@media (max-width: 1399px) {
   .event-card .client-logo-wrap, .owl-carousel-events .client-logo-wrap {
       width: 90px;
   } 
   h1.big-title {
		font-size:50px;
	}
}
@media (max-width: 768px) {
    .event-card .btn, .owl-carousel-events .item .btn {
        width: auto;
        right: auto;
    }
    .event-card .client-logo-wrap, .owl-carousel-events .client-logo-wrap {
        bottom: 30px;
        left: auto;
        right: 30px;
    }
    .event-card-inner, .owl-carousel-events .event-block-inner {
	    padding:30px 30px 90px 30px;
    }
	h1.big-title {
		font-size:30px;
	}
}


.short-container {
	/* Define the container's width */
	width: 100%;
	/* This creates the necessary 9:16 aspect ratio */
	/* Calculation: (Height / Width) * 100% = (16 / 9) * 100% = 177.77% */
	padding-top: 177.77%; 
	height: 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto; /* Center the short */
}

.short-container iframe {
	/* Make the iframe fill the container */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.live-testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
}
.live-testimonials h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
	color:#1d2450;
	letter-spacing:2px;
}
.live-testimonials-block {
	text-align:center;
	padding:30px;
}
.live-testimonials-block .name {
	font-size:18px;
	line-height:30px;
	font-weight:400;
	color:#21c33f;
	margin-bottom:15px;
}
.live-testimonials-block .job-title {
	font-size:18px;
	line-height:30px;
	font-weight:400;
	color:#1e244f;
	margin-bottom:5px;
}
.live-testimonials-block .company-name {
	font-size:16px;
	line-height:20px;
	padding:15px;
	font-weight:400;
	color:#fff;
	margin-bottom:10px;
	background-color:#19204e;
}
.live-testimonials-block .company-name i {
	margin-right:10px;
}
