* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

body,
html {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #062333;
	text-decoration-skip-ink: auto;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

h1 {
	font-family: "DM serif Display", serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 1.24;
}

h2 {
	font-weight: 500;
	font-size: 38px;
	line-height: 1.32;
}

h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.42;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.78;
}

h5 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.78;
}

.ai-wrap h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.78;
}

@media ( width <= 991.98px ) {

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

}

@media ( width <= 767.98px ) {

	h3 {
		font-size: 22px;
	}

}

@media ( width <= 575.98px ) {

	h5 {
		font-size: 16px;
	}

}

.link-btn {
	font-weight: 500;
	font-size: 21px;
	line-height: 1.48;
	color: #ff850d;
}

@media ( hover: hover ) {

	.link-btn:hover {
		text-decoration: underline;
		font-weight: 700;
	}

}

.container {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media ( width >= 576px ) {

	.container {
		max-width: 540px;
	}

}

@media ( width >= 768px ) {

	.container {
		max-width: 690px;
	}

}

@media ( width >= 992px ) {

	.container {
		max-width: 930px;
	}

}

@media ( width >= 1200px ) {

	.container {
		max-width: 1110px;
	}

}

@media ( width <= 767.98px ) {

	.container {
		padding: 0 15px;
		box-sizing: border-box;
	}

}

.eyebrow {
	margin-bottom: 16px;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #5d9ad9;
	text-transform: uppercase;
}

.btn-primary {
	display: inline-block;
	padding: 10px 20px;
	background-color: #63cdcc;
	box-sizing: border-box;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	color: #062132;
	line-height: 1;
}

@media ( hover: hover ) {

	.btn-primary:hover {
		background-color: #33a8a7;
	}

}

/* Header section start here */

.main-header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 15px 0;
	transition: transform 0.3s;
}

.main-header .logo img {
	height: 60px;
}

.main-header .row {
	display: flex;
	column-gap: 15px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.main-header .row .right .call-link {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.43;
	color: #63cdcc;
}

.main-header .row .right .call-link::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -17px;
	width: 10px;
	height: 10px;
	background-image: url( "images/icon-phone.svg" );
	background-position: center center;
	background-repeat: no-repeat;
}

.main-header .right {
	display: flex;
	column-gap: 20px;
	align-items: center;
	flex-wrap: nowrap;
}

@media ( width >= 768px ) {

	.main-header.fixed {
		position: fixed;
		padding: 10px 0;
		background-color: #fff;
	}

}

@media ( width >= 576px ) {

	.main-header.fixed + .hero {
		margin-top: 0;
	}

	.main-header.fixed .btn-primary {
		color: #fff;
	}

	.main-header.fixed .logo img {
		height: 45px;
	}

	.btn-primary.bottom-sticky {
		display: none;
	}

}

@media ( width <= 991.98px ) {

	.main-header .logo img {
		height: 45px;
	}

}

@media ( width <= 767.98px ) {

	.main-header {
		background-color: #062132;
	}

}

@media ( width <= 575.98px ) {

	.btn-primary {
		display: none;
	}

	.btn-primary.bottom-sticky {
		position: fixed;
		bottom: 0;
		z-index: 99;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
		min-height: 50px;
		border-radius: 0;
		text-align: center;
	}

}

/* Header section end here */

/* Hero section start here */

.hero {
	position: relative;
	min-height: 617px;
	margin-top: -90px;
	margin-bottom: 120px;
	padding-top: 120px;
	background-color: #062132;
	background-position: right top;
	background-size: auto 100%;
	box-sizing: border-box;
}

.hero::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40vw;
	height: 100%;
	background-image: url( "images/grid-bg-2-x.png" );
	background-repeat-y: repeat;
	background-size: contain;
}

.hero:not( .form-hero )::after {
	display: none;
}

.hero .row {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	column-gap: 60px;
}

.hero .left {
	position: relative;
	z-index: 8;
	max-width: 541px;
	padding-top: 33px;
	padding-bottom: 70px;
	color: #fff;
}

.hero .left h1 {
	margin-bottom: 15px;
}

.hero .left h2 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.78;
}

.hero .eyebrow {
	color: #dbdb0a;
}

ul.list-check {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

ul.list-check li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.71;
}

ul.list-check li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	background-image: url( "images/icon-check-white-bg.svg" );
	background-position: center center;
	background-repeat: no-repeat;
}

.meet-form {
	position: relative;
	z-index: 8;
	width: 100%;
	min-height: 660px;
	margin-bottom: -160px;
	padding: 33px 30px 30px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 5px 5px 20px 0 rgba( 0, 0, 0, 0.09 );
	box-sizing: border-box;
}

.meet-form h3 {
	text-align: center;
	margin-bottom: 30px;
}

@media ( width <= 991.98px ) {

	.hero .row {
		grid-template-columns: repeat( 2, 1fr );
		column-gap: 30px;
	}

	.hero .row .right {
		margin-left: auto;
	}

	.hero::after {
		top: auto;
		bottom: 0;
		width: 80vw;
		height: 51%;
	}

	.hero {
		padding-top: 114px;
	}

	.hero .left h1 {
		font-size: 46px;
	}

	.hero .left h2 {
		font-size: 16px;
	}

	.hero .left {
		padding-top: 0;
		padding-bottom: 50px;
	}

}

@media ( width <= 767.98px ) {

	.hero {
		min-height: auto;
		margin-top: 0;
		padding-top: 15px;
		padding-bottom: 90px;
		background-image: none !important;
	}

	.hero::after {
		display: none;
	}

	.hero .row {
		display: flex;
		flex-direction: column;
	}

	.hero .left {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.hero .row .right {
		margin-left: 0;
	}

	.meet-form {
		margin: 0;
	}

}

/* Hero section end here */

/* features section start here */

.features-wrap {
	padding-top: 120px;
}

.features-wrap h2 {
	margin-bottom: 45px;
}

.features-row {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	grid-column-gap: 90px;
	align-items: center;
	margin-bottom: 130px;
}

.media-object {
	display: flex;
	column-gap: 30px;
	flex-wrap: nowrap;
}

.media-object .left-icon {
	width: 110px;
	min-width: 110px;
}

.media-object .right-desc {
	padding-top: 30px;
}

.media-object .right-desc h3 {
	margin-bottom: 15px;
	color: #062132;
}

.media-object .right-desc > p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.71;
	color: #585858;
}

.media-object .example-wrap {
	padding: 15px;
	background-color: #f1faff;
	border-radius: 5px;
}

.media-object .example-wrap .small {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.83;
	color: #062132;
	text-transform: uppercase;
}

.media-object .example-wrap p {
	font-size: 12px;
	line-height: 1.83;
	color: #585858;
}

@media ( width <= 991.98px ) {

	.features-row {
		grid-template-columns: 1fr;
		row-gap: 45px;
		margin-bottom: 100px;
		padding-right: 110px;
	}

	.features-row .right {
		padding-left: 140px;
	}

	.features-wrap {
		padding-top: 90px;
	}

}

@media ( width <= 767.98px ) {

	.features-wrap {
		padding-top: 60px;
	}

	.media-object {
		flex-direction: column;
	}

	.features-row {
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 75px;
		padding-right: 0;
	}

	.features-row .right {
		padding-left: 0;
	}

}

/* features section end here */

/* ai section start here */

.ai-wrap {
	margin-top: 250px;
	padding: 110px 0;
	background-color: #062132;
	color: #fff;
}

.ai-wrap .row {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	grid-column-gap: 30px;
	align-items: center;
}

.ai-wrap .left h2 {
	margin-bottom: 15px;
}

.ai-wrap .left h3 {
	margin-bottom: 30px;
}

.ai-wrap .right {
	margin-top: -220px;
	text-align: right;
}

@media ( width <= 991.98px ) {

	.ai-wrap .row {
		grid-template-columns: 1fr 1fr;
	}

	.ai-wrap {
		margin-top: 0;
		padding: 45px 0;
	}

	.ai-wrap .right {
		margin-top: 0;
	}

	.ai-wrap .left h3 {
		font-size: 16px;
	}

}

@media ( width <= 767.98px ) {

	.ai-wrap .row {
		display: flex;
		row-gap: 45px;
		flex-direction: column;
		max-width: 390px;
		margin: 0 auto;
	}

	.ai-wrap {
		padding: 45px 0;
	}

}

/* ai section end here */

/* footer-wrap section start here */

.footer-wrap {
	padding: 60px 0;
	background-color: #062132;
}

.footer-wrap .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.footer-img img {
	min-width: 133px;
	max-height: 65px;
}

.footer-logo {
	display: flex;
	column-gap: 30px;
	flex-wrap: nowrap;
	text-align: left;
}

.footer-links h5 a {
	text-align: left;
	display: block;
	color: #fff;
}

.footer-links h5 {
	display: flex;
	column-gap: 5px;
	justify-content: start;
	flex-wrap: nowrap;
	color: #fff;
}

.copyright-text {
	font-size: 12px;
	line-height: 1.83;
	color: #fff;
}

.footer-wrap ul.footer-nav {
	display: flex;
	column-gap: 30px;
	align-items: center;
	flex-wrap: nowrap;
}

.footer-wrap ul.footer-nav li a {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	line-height: 1.78;
}

@media ( hover: hover ) {

	.footer-wrap ul.footer-nav li a:hover {
		text-decoration: underline;
	}

}

@media ( width <= 991.98px ) {

	.footer-wrap .row {
		row-gap: 30px;
		flex-direction: column;
		margin-bottom: 45px;
	}

	.footer-links {
		display: flex;
		column-gap: 30px;
		flex-wrap: nowrap;
		margin-left: auto;
	}

	.footer-logo {
		align-items: center;
	}

	.footer-wrap .right {
		margin-left: auto;
	}

	.copyright-text {
		text-align: center;
	}

	.footer-wrap {
		padding: 45px 0;
	}

	.footer-img img {
		max-height: 50px;
	}

}

@media ( width <= 767.98px ) {

	.footer-links {
		flex-direction: column;
		margin: 0;
	}

	.footer-img img {
		min-width: 100px;
		max-height: 50px;
	}

	.footer-wrap .row {
		margin-bottom: 30px;
	}

	.copyright-text {
		text-align: left;
	}

}

@media ( width <= 575.98px ) {

	.footer-logo {
		row-gap: 15px;
		align-items: self-start;
		flex-direction: column;
	}

	.footer-wrap ul.footer-nav {
		display: grid;
		grid-template-columns: repeat( 2, 1fr );
		grid-template-rows: repeat( 2, 1fr );
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.footer-wrap .right {
		margin-left: 0;
	}

	.footer-wrap {
		padding: 45px 0 120px;
	}

}

/* footer-wrap section end here */

/* form1 start here */

.hero.form-hero {
	min-height: 760px;
	overflow: visible;
}

.hero.form-hero .row {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	grid-template-rows: 1fr;
	grid-column-gap: 90px;
	align-items: self-start;
}

.main-form {
	position: relative;
	z-index: 8;
	margin-bottom: -150px;
	padding: 63px 30px 30px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 5px 5px 20px 0 rgba( 0, 0, 0, 0.09 );
}

.main-form .form-title p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.83;
	color: #585858;
	text-align: center;
}

.main-form .form-title h3 {
	text-align: center;
	margin-bottom: 30px;
}

.years-wrap {
	height: calc( 100vh - 1014px );
	min-height: 300px;
	margin-bottom: 115px;
}

.years-wrap .years-ex {
	position: relative;
	margin-top: -140px;
}

.years-wrap .years-ex img {
	max-height: 300px;
}

@media ( width <= 1199.98px ) {

	.hero.form-hero {
		min-height: 890px;
	}

}

@media ( width <= 991.98px ) {

	.hero.form-hero::after {
		display: none;
	}

	.hero.form-hero .row {
		grid-column-gap: 30px;
	}

	.hero.form-hero {
		min-height: 920px;
	}

	.years-wrap .years-ex img {
		max-width: 300px;
	}

	.years-wrap .years-ex {
		margin-top: -127px;
	}

	.years-wrap {
		margin-bottom: 75px;
	}

}

@media ( width <= 767.98px ) {

	.hero.form-hero .row {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}

	.hero.form-hero .main-form {
		min-height: auto;
		margin: 0;
	}

	.hero.form-hero {
		min-height: auto;
	}

	.years-wrap .years-ex {
		margin-top: 0;
		text-align: center;
	}

	.years-wrap {
		min-height: 260px;
		margin-bottom: 0;
		padding: 60px 0;
		background-color: #062132;
	}

	.hero.form-hero ul.list-check {
		display: none;
	}

}

/* start custom form */

.inner-form .gform_wrapper legend.gfield_label {
	display: none;
}

.inner-form .gform_wrapper fieldset {
	border: 0;
}

.inner-form .gform_wrapper fieldset .ginput_container {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	grid-column-gap: 28px;
}

.inner-form .gform_wrapper fieldset .ginput_container > span {
	display: flex;
	flex-direction: column-reverse;
}

.inner-form .gform_wrapper :is( input, select, textarea ) {
	width: 100%;
	height: 45px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #fff;
	border: solid 2px #bcbcbc;
	border-radius: 6px;
	box-sizing: border-box;
}

.inner-form .gform_wrapper select::-ms-expand {
	display: none;
}

.inner-form .gform_wrapper select {
	background-image: url( "images/down-arrow.svg" );
	background-position: right center;
	background-repeat: no-repeat;
	background-origin: content-box;
	appearance: none;
}

.inner-form .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px;
}

.inner-form .gform_wrapper label {
	display: block !important;
	margin-bottom: 10px !important;
	padding-top: 0 !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 1.83;
	color: #585858 !important;
}

.inner-form .gform_wrapper .gfield_checkbox .gchoice {
	display: flex;
	column-gap: 15px;
	align-items: baseline;
	flex-wrap: nowrap;
	width: 100%;
}

.inner-form .gform_wrapper form {
	position: static;
}

.inner-form .gform_wrapper .gf_progressbar_title {
	position: absolute;
	top: 33px;
	left: 0;
	display: block;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.inner-form .gform_wrapper .gfield_checkbox .gchoice input {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

.inner-form .gform_wrapper .ginput_container.ginput_container_checkbox {
	display: block;
}

.inner-form .gform_wrapper .gfield_checkbox .gchoice label {
	position: relative;
	top: -10px;
	margin: 0;
}

.inner-form .gform_wrapper .gf_progressbar,
.inner-form .gform_wrapper .gform_page_footer .gform_previous_button,
span.gfield_required.gfield_required_text {
	display: none;
}

.inner-form .gform_wrapper .gform_page_footer input {
	max-width: 81px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-color: #63cdcc;
	border: solid 2px #63cdcc;
	border-radius: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

.meet-form .gform_footer.top_label {
	margin: 0 !important;
	padding: 0 !important;
}

.meet-form .gform_footer.top_label input {
	width: auto;
	height: auto;
	margin: 0 !important;
	padding: 10px 25px 11px;
	background-color: #63cdcc;
	border: 0;
	border-radius: 20px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #062132;
	box-sizing: border-box;
	line-height: 15px !important;
	cursor: pointer;
}

@media ( hover: hover ) {

	.inner-form .gform_wrapper .gform_page_footer input:hover {
		background-color: #33a8a7;
		border-color: #33a8a7;
	}

}

@media ( width >= 1200px ) {

	.hero.form-hero .left {
		margin-bottom: 190px;
	}

}

@media ( width <= 991.98px ) {

	.inner-form .gform_wrapper fieldset .ginput_container {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	.inner-form .gform_wrapper input {
		margin-bottom: 15px;
	}

	.inner-form .gform_wrapper fieldset .ginput_container > * {
		padding: 0 !important;
	}

}

@media ( width <= 767.98px ) {

	.inner-form .gform_wrapper fieldset .ginput_container > span {
		margin: 0;
	}

	.inner-form .gform_wrapper.gravity-theme .gform_fields > * {
		margin-bottom: 15px;
	}

	.inner-form .gform_wrapper .gform_page_footer {
		margin: 0 !important;
		padding-top: 0 !important;
	}

	.inner-form .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 0;
	}

	.inner-form .gform_wrapper fieldset .ginput_container {
		row-gap: 15px;
	}

}

/* form1 end here */

/* two col start here */

.two-col .container {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	column-gap: 60px;
}

.two-col {
	position: relative;
	margin-top: 140px;
}

.two-col .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
	height: 100%;
	background-size: cover;
	border-radius: 20px 0 0 20px;
}

.two-col .left h2,
.two-col .left h3 {
	margin-bottom: 15px;
}

.two-col .left h3 {
	font-weight: 400;
}

.two-col .left h4 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.78;
}

.two-col .left ul.list-check,
.two-col .left ul.list-check li:last-child {
	margin: 0;
}

.two-col .left {
	padding: 36px 0;
}

@media ( width <= 991.98px ) {

	.two-col .left h3 {
		font-size: 22px;
	}

	.two-col .left h4 {
		font-size: 16px;
	}

}

@media ( width <= 767.98px ) {

	.two-col {
		margin-top: 30px;
	}

	.two-col .container {
		display: flex;
		flex-direction: column;
	}

	.two-col .right {
		position: static;
		width: 100vw;
		min-height: 430px;
	}

}

/* two col end here */

/* meet speaker section start here */

.meet-speaker {
	position: relative;
	margin: 180px 0 20px;
}

.meet-speaker .container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	column-gap: 90px;
	padding: 72px 0;
}

.meet-speaker::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background-color: #062132;
	border-radius: 0 15px 15px 0;
}

.meet-speaker .left {
	color: #fff;
}

.meet-speaker .left h2,
.meet-speaker .left h3 {
	margin-bottom: 15px;
}

.meet-speaker .left h3 {
	font-weight: 500;
}

.meet-speaker .left p {
	font-size: 14px;
	line-height: 1.71;
}

.meet-speaker .right .profile-view {
	margin-top: -130px;
	color: #fff;
}

.meet-speaker .right .profile-view img {
	width: 150px;
	height: 174px;
	object-fit: contain;
	margin-bottom: 30px;
}

.meet-speaker .right .profile-view h4 {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.78;
}

.meet-speaker .right .profile-view p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #dbdb0a;
}

.meet-speaker .right .profile-view .small {
	margin-bottom: 15px;
	font-size: 14px;
}

.meet-speaker .right .profile-view .small:last-child {
	margin: 0;
}

.meet-speaker .right .profile-view .small span {
	font-weight: 700;
}

.main-header .sticky-logo {
	display: none;
}

@media ( width >= 768px ) {

	.bottom-sticky,
	.main-header .logo .sticky-logo {
		display: none;
	}

	.main-header .logo {
		display: flex;
		column-gap: 45px;
		align-items: center;
		flex-wrap: nowrap;
	}

	.main-header .logo .sticky-logo img {
		max-width: 145px;
		object-fit: contain;
	}

	.main-header.fixed .logo .sticky-logo {
		display: flex;
		flex-wrap: nowrap;
	}

}

@media ( width <= 991.98px ) {

	.meet-speaker::after {
		width: 95%;
	}

	.meet-speaker .left h3,
	.meet-speaker .right .profile-view h3 {
		font-size: 22px;
	}

	.meet-speaker .container {
		padding: 60px 0;
	}

	.meet-speaker .right .profile-view {
		margin-top: -110px;
	}

	.meet-speaker .right .profile-view h5 {
		font-size: 16px;
	}

}

@media ( width <= 767.98px ) {

	.meet-speaker .container {
		display: flex;
		flex-direction: column;
		padding-top: 30px;
	}

	.meet-speaker .right .profile-view {
		margin-top: 40px;
		text-align: center;
	}

	.meet-speaker .left {
		color: #062132;
	}

	.meet-speaker {
		margin: 70px 0 20px;
		padding: 0 15px;
		background-color: #f1faff;
	}

	.meet-speaker::after {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 45%;
		border-radius: 0;
	}

	.bottom-sticky {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		padding: 15px;
		box-shadow: 2px 2px 12px 0 rgba( 0, 0, 0, 0.06 );
		background-color: #fff;
		box-sizing: border-box;
	}

	.bottom-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}

	.bottom-row img {
		max-width: 150px;
		max-height: 50px;
		object-fit: contain;
	}

	.bottom-sticky .bottom-row .btn-primary {
		display: block;
	}

}

/* meet speaker section end here */

.brand-logo .container {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	column-gap: 60px;
}

.brand-logo .container .left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 31px 30px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 12px 0 rgba( 0, 0, 0, 0.06 );
}

.brand-logo .container .left img {
	max-height: 180px;
	object-fit: contain;
}

.brand-logo {
	position: relative;
	z-index: 1;
	margin-top: -187px;
}

.main-header .right a.btn-primary {
	display: none;
}

.main-header.fixed .right a.btn-primary {
	display: inline-block;
}

@media ( width <= 991.98px ) {

	.brand-logo {
		margin-top: -175px;
	}

}

@media ( width <= 767.98px ) {

	.brand-logo .container {
		grid-template-columns: repeat( 1, 1fr );
	}

	.main-header.fixed .right a.btn-primary {
		display: none;
	}

}

body.admin-bar #sticky {
	top: 32px;
}

@media ( width <= 782px ) {

	body.admin-bar #sticky {
		top: 46px;
	}

}

@media ( width <= 600px ) {

	body.admin-bar #sticky {
		top: 0;
	}

}