/* Common css start */

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

body,
html {
	padding: 0;
	margin: 0;
	font-family: "open-sans", sans-serif;
	font-size: 16px;
}

body {
	overflow-y: auto;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	display: inline-block;
}

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

p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #606060;
}

h1 {
	font-family: "altivo", sans-serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 54px;
}

@media (width <=991.98px) {

	h1 {
		font-size: 42px;
		line-height: 44px;
	}

}

h2 {
	font-family: "altivo", sans-serif;
	font-size: 44px;
	font-weight: bold;
	line-height: 46px;
}

@media (width <=991.98px) {

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

}

h3 {
	font-size: 28px;
	font-weight: 700;
	color: #0d2132;
	margin-bottom: 13px;
	font-family: "altivo", sans-serif;
}

h4 {
	font-family: "altivo", sans-serif;
	font-size: 21px;
	line-height: 28px;
}

.container {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: 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 {
	font-family: Altivo;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #46c3fc;
	display: inline-block;
}

a.link-btn {
	font-family: "altivo", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff850d;
}

a.link-btn.link-yellow {
	color: #f4eb2d;
}

@media (hover: hover) {

	a.link-btn.link-yellow:hover {
		color: #fff300;
		text-decoration: underline;
	}

}

.btn {
	font-family: "altivo", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding: 7px 25px 5px 25px;
	min-height: 40px;
	transition: all 0.5s;
	border-radius: 50px;
	box-sizing: border-box;
	display: inline-block;
}

@media (hover: hover) {

	.btn:hover {
		transform: translate(0, -3px);
	}

}

.btn.btn-outline-warning {
	background-color: #0d2132;
	border: solid 2px #f4eb2d;
	color: #f4eb2d;
}

@media (hover: hover) {

	.btn.btn-outline-warning:hover {
		background-color: #f4eb2d;
		border: solid 2px #f4eb2d;
		color: #0d2132;
	}

}

.btn.btn-warning {
	background-color: #f4eb2d;
	border: solid 2px #f4eb2d;
	box-shadow: 0 5px 10px 0 rgba(244, 235, 45, 0.3);
	color: #212529;
}

.btn.btn-orange {
	box-shadow: 0 5px 10px 0 rgba(255, 133, 13, 0.3);
	background-color: #ff850d;
	border: solid 2px #ff850d;
	color: #fff;
}

@media (hover: hover) {

	.btn.btn-orange:hover {
		background-color: #ffa000;
		box-shadow: none;
		border-color: #ffa000;
	}

}

.btn-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 25px;
}

/* Common css end */

/* Header start here */

header {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	padding: 11px 0;
	min-height: 62px;
	display: flex;
	align-items: center;
}

header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .btn.btn-warning {
	border: 0;
	min-height: auto;
	padding: 7px 25px;
	font-size: 14px;
}

@media (width <=767.98px) {

	header .btn.btn-warning {
		display: none;
	}

}

/* Header end here */

/* Hero start here */

section.hero {
	background-size: cover;
	background-position: center center;
	padding: 140px 0 104px 0;
}

section.hero .left {
	max-width: 540px;
	color: #fff;
}

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

section.hero .left h2 {
	font-weight: 400;
	font-size: 21px;
	line-height: 1.48;
	margin-bottom: 30px;
}

section.hero a.link-btn.link-yellow {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
}

section.hero .xs-hero-img {
	display: none;
}

@media (width <=991.98px) {

	section.hero .left {
		max-width: 450px;
	}

	section.hero .btn-wrap {
		flex-direction: column;
		align-items: self-start;
		gap: 30px;
	}

	section.hero {
		padding: 120px 0 84px 0;
	}

}

@media (width <=767.98px) {

	section.hero .xs-hero-img {
		display: block;
	}

	section.hero {
		padding-bottom: 0;
		background: #0d2132;
	}

}

/* Hero end here */

/* Brand logo start here */

section.brand-logo-wrap {
	padding: 80px 0;
}

section.brand-logo-wrap img {
	height: 54px;
	object-fit: contain;
}

section.brand-logo-wrap .swiper-wrapper {
	align-items: center;
	justify-content: space-between;
}

section.brand-logo-wrap .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	width: auto;
}

@media (width <=991.98px) {

	section.brand-logo-wrap {
		padding: 60px 0;
	}

}

@media (width <=767.98px) {

	section.brand-logo-wrap img {
		max-height: 40px;
	}

	section.brand-logo-wrap {
		padding: 45px 0;
	}

}

/* Brand logo end here */

/* Marketing team section start here */

section.marketing-team .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 100px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

section.marketing-team .media-panel {
	display: grid;
	row-gap: 30px;
}

section.marketing-team .media-panel .media-row {
	display: grid;
	width: 100%;
	align-items: center;
	grid-template-columns: 50px 1fr;
	gap: 22px;
}

section.marketing-team .row .eyebrow {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.33;
	margin-bottom: 10px;
	text-transform: capitalize;
}

section.marketing-team .row h2 {
	margin-bottom: 15px;
}

section.marketing-team .row p,
section.marketing-team .row h3 {
	margin-bottom: 30px;
}

section.marketing-team .media-panel .media-text {
	line-height: 1.75;
}

section.marketing-team {
	margin-top: 45px;
	margin-bottom: 45px;
	background-color: #f7f7f7;
	position: relative;
}

section.marketing-team .left-bg {
	background-color: #0d2132;
	border-radius: 0 8px 8px 0;
	position: absolute;
	top: -45px;
	left: 0;
	width: 50vw;
	height: calc(100% + 90px);
}

section.marketing-team .row .left,
section.marketing-team .row .left h2,
section.marketing-team .row .left p {
	color: #fff;
}

section.marketing-team .row h3 {
	color: #46c3fc;
	line-height: 1.21;
}

section.marketing-team .row .right .eyebrow,
section.marketing-team .row .right h3 {
	color: #989898;
}

section.marketing-team .row .right h2 {
	color: #0d2132;
}

section.marketing-team .row .right .media-panel .media-text {
	color: #606060;
}

@media (width <=991.98px) {

	section.marketing-team .row {
		grid-column-gap: 60px;
		padding: 30px 0;
	}

	section.marketing-team .left-bg {
		top: -40px;
		height: 100%;
	}

	section.marketing-team {
		margin-bottom: 715px;
	}

	section.marketing-team .left-bg::after {
		position: absolute;
		bottom: -50px;
		width: 45vw;
		height: 50px;
		content: "";
		left: 0;
		background-color: white;
		z-index: 0;
	}

}

@media (width <=767.98px) {

	section.marketing-team .row {
		grid-template-columns: 1fr;
		padding: 0;
	}

	section.marketing-team .left-bg {
		display: none;
	}

	section.marketing-team .row .left {
		background-color: #0d2132;
		padding: 45px 15px;
	}

	section.marketing-team .container {
		padding: 0;
	}

	section.marketing-team .right {
		padding: 45px 15px;
	}

	section.marketing-team {
		margin-top: 0;
		margin-bottom: 665px;
	}

}

/* Marketing team section end here */

/* Conversion marketing section start */

.conversion-marketing-wrap {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: 1fr;
}

.conversion-marketing-wrap .right-img .right-img-inner {
	background-size: cover;
	position: absolute;
	left: auto;
	width: 60vw;
	height: 100%;
	border-radius: 8px 0 0 8px;
}

.conversion-marketing-wrap .left-idea {
	background-color: #fff;
	padding: 45px;
	margin: 45px 0 45px -45px;
	border-radius: 8px 0 0 8px;
}

.conversion-marketing-wrap .left-idea .media-row {
	display: grid;
	width: 100%;
	align-items: center;
	grid-template-columns: 40px 1fr;
	gap: 20px;
	margin-bottom: 15px;
}

.conversion-marketing-wrap .left-idea .media-row .media-text {
	font-family: "altivo", sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.33;
	color: #0d2132;
}

.conversion-marketing-wrap .left-idea p {
	font-size: 14px;
	line-height: 1.71;
}

@media (width <=991.98px) {

	.conversion-marketing-wrap {
		grid-template-columns: 1fr;
		margin-top: 50px;
		position: absolute;
		width: 100%;
		left: 0;
	}

	.conversion-marketing-wrap .left-idea {
		max-width: 600px;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.conversion-marketing-wrap .left-idea {
		box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.05);
		z-index: 9;
	}

	.conversion-marketing-wrap .right-img .right-img-inner {
		width: 100vw;
		border-radius: 0;
		min-height: 360px;
		margin-top: -50px;
	}

}

@media (width <=767.98px) {

	.conversion-marketing-wrap .left-idea {
		margin: 15px;
		padding: 20px;
		max-width: 100%;
	}

	.conversion-marketing-wrap .right-img .right-img-inner {
		margin-top: -100px;
		min-height: 300px;
		background-position: top center;
	}

}

/* Conversion marketing section end */

/* Industry section start here */

section.industry-wrap {
	margin-top: 140px;
	padding-top: 45px;
	padding-bottom: 60px;
	position: relative;
}

section.industry-wrap .row .left-slider {
	max-width: 60%;
	position: relative;
	z-index: 1;
}

section.industry-wrap .right-img-wrap .industry-right-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 45vw;
	height: 100%;
	background-size: cover;
	background-position: center center;
	border-radius: 8px 0 0 8px;
}

section.industry-wrap .row .left-slider .main-slider {
	padding: 45px;
	border-radius: 8px;
	box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.05);
	background-color: #fff;
}

section.industry-wrap .row .left-slider .swiper.mySwipers img {
	max-height: 55px;
}

section.industry-wrap .user-data-wrap .eyebrow {
	margin-bottom: 15px;
}

section.industry-wrap .user-data-wrap h3 {
	font-weight: 500;
	line-height: 1.29;
	margin-bottom: 20px;
}

section.industry-wrap .user-data-wrap .media-row {
	display: grid;
	gap: 15px;
	grid-template-columns: 45px 1fr;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

section.industry-wrap .user-data-wrap .media-row .img-left img {
	border-radius: 100%;
}

section.industry-wrap .user-data-wrap .media-row .user-desc .user-name {
	font-family: "altivo", sans-serif;
	font-weight: 500;
	margin-bottom: -5px;
}

section.industry-wrap .user-data-wrap .media-row .user-desc p {
	font-size: 14px;
	line-height: 1.71;
}

section.industry-wrap .row-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
}

section.industry-wrap .row-col .col .inner-row {
	display: flex;
	gap: 15px;
}

section.industry-wrap .row-col .col .inner-row .number {
	font-family: "altivo", sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.21;
	color: #0d2132;
}

section.industry-wrap .row-col .col .inner-row .text {
	font-size: 16px;
	line-height: 1.75;
	color: #606060;
}

section.industry-wrap .mySwipers .swiper-slide:not(.swiper-slide-thumb-active) img {
	filter: grayscale(1);
	opacity: 0.5;
	transition: opacity 0.5s;
}

section.industry-wrap .mySwipers .swiper-slide:hover:not(.swiper-slide-thumb-active) img {
	filter: none;
	opacity: 1;
}

section.industry-wrap .mySwipers .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

section.industry-wrap .thumbs-slider-wrap {
	padding: 45px;
}

section.industry-wrap .row .left-slider .swiper-slide {
	background-color: #fff;
}

section.industry-wrap .thumbs-slider-wrap {
	padding: 45px;
}

@media (min-width: 1200px) and (max-width: 1366px) { 

	section.industry-wrap .thumbs-slider-wrap {
		padding: 45px 75px;
	}

}

@media (width <=991.98px) {

	section.industry-wrap .row-col {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	section.industry-wrap .row-col .col .inner-row .number {
		min-width: 70px;
	}

	section.industry-wrap .row .left-slider .main-slider {
		padding: 30px;
	}

	section.industry-wrap .right-img-wrap .industry-right-img {
		background-position: left center;
		width: 49vw;
	}

	section.industry-wrap .thumbs-slider-wrap .swiper-wrapper {
		max-width: 300px;
		flex-wrap: wrap;
		row-gap: 30px;
		column-gap: 30px;
		margin-left: 40px;
	}

	section.industry-wrap .row .left-slider .swiper.mySwipers img {
		max-height: 55px;
	}

	section.industry-wrap .thumbs-slider-wrap {
		padding: 45px 0;
	}

}

@media (width <=767.98px) {

	section.industry-wrap .right-img-wrap {
		display: none;
	}

	section.industry-wrap .row .left-slider {
		max-width: 100%;
	}

	section.industry-wrap .thumbs-slider-wrap .swiper-wrapper {
		gap: 40px;
		margin: 0 auto;
		max-width: 340px;
		justify-content: center;
	}

	section.industry-wrap .container {
		padding: 0;
	}

	section.industry-wrap .row .left-slider .main-slider {
		padding: 15px;
		border-radius: 0;
	}

}

/* Industry section end here */

/* Marketing execution start here */

section.marketing-execution-wrap {
	margin-top: -50px;
	padding: 180px 0;
	background-color: #f7f7f7;
}

section.marketing-execution-wrap .inner-marketing {
	padding: 60px 45px;
	border-radius: 8px;
	box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.05);
	background-color: #0d2132;
	color: #fff;
}

section.marketing-execution-wrap .row {
	display: grid;
	grid-template-columns: 1.3fr 2fr;
	align-items: center;
}

section.marketing-execution-wrap .inner-marketing .eyebrow,
section.marketing-execution-wrap .inner-marketing h2 {
	margin-bottom: 15px;
}

section.marketing-execution-wrap .inner-marketing h3 {
	font-size: 21px;
	color: #46c3fc;
	font-weight: normal;
	line-height: 1.33;
	margin-bottom: 30px;
}

section.marketing-execution-wrap .inner-marketing>p {
	line-height: 1.75;
	color: #fff;
	margin-bottom: 30px;
}

section.marketing-execution-wrap .inner-marketing .text-wrap {
	margin-bottom: 15px;
	font-family: "altivo", sans-serif;
}

section.marketing-execution-wrap .inner-marketing .text-wrap span {
	font-weight: 600;
}

section.marketing-execution-wrap .inner-marketing a.link-btn {
	color: #f4eb2d;
	text-transform: uppercase;
	margin-top: 30px;
}

@media (hover: hover) {

	section.marketing-execution-wrap .inner-marketing a.link-btn:hover {
		color: #fff300;
		text-decoration: underline;
	}

}

section.marketing-execution-wrap .left {
	position: relative;
	z-index: 1;
}

section.marketing-execution-wrap .faq-wrap {
	margin-left: -20px;
}

section.marketing-execution-wrap .accordion .accordion-item {
	margin: 0 0 30px;
	padding: 30px 45px 30px 65px;
	border-radius: 8px;
	box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.05);
	background-color: #fff;
	transition: box-shadow 0.3s;
}

@media (hover: hover) {

	section.marketing-execution-wrap .accordion .accordion-item:not(.active):hover {
		box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.15);
	}

	section.marketing-execution-wrap .accordion .accordion-item.active:hover h3 {
		text-decoration: none;
	}

	section.marketing-execution-wrap .accordion .accordion-item:hover h3 {
		text-decoration: underline;
	}

	section.marketing-execution-wrap .accordion .accordion-item:hover .learn-more-link {
		text-decoration: underline;
		font-style: italic;
	}

}

section.marketing-execution-wrap .accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
}

@media (hover: hover) {

	section.marketing-execution-wrap .accordion button:hover {
		cursor: pointer;
		color: #03b5d2;
	}

}

section.marketing-execution-wrap .accordion button[aria-expanded=true]+.accordion-content {
	opacity: 1;
	max-height: 100%;
}

section.marketing-execution-wrap .accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

section.marketing-execution-wrap .accordion .accordion-content p {
	font-size: 14px;
	line-height: 1.71;
}

section.marketing-execution-wrap .accordion .accordion-item .eyebrow {
	margin-bottom: 5px;
}

section.marketing-execution-wrap .accordion .accordion-item h3 {
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.21;
}

section.marketing-execution-wrap .accordion .learn-more-link {
	font-size: 14px;
	font-weight: 500;
	font-family: "altivo", sans-serif;
	color: #989898;
}

section.marketing-execution-wrap .accordion button[aria-expanded=true] .learn-more-link {
	display: none;
}

section.marketing-execution-wrap .content-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px;
	gap: 30px;
}

section.marketing-execution-wrap .content-row .text-wrap {
	line-height: 1.63;
	color: #606060;
}

section.marketing-execution-wrap .content-row .text-wrap span {
	font-weight: 700;
}

section.marketing-execution-wrap .accordion button span.icon {
	position: absolute;
	right: -15px;
	top: 0;
	display: none;
}

section.marketing-execution-wrap .accordion button[aria-expanded=true] span.icon {
	display: block;
	width: 15px;
}

@media (width <=991.98px) {

	section.marketing-execution-wrap {
		margin-top: -40px;
		padding: 110px 0;
		overflow: hidden;
	}

	section.marketing-execution-wrap .row {
		grid-template-columns: 1fr 1fr;
		align-items: self-start;
	}

	section.marketing-execution-wrap .inner-marketing {
		padding: 45px 30px;
	}

	section.marketing-execution-wrap .right {
		padding-top: 35px;
	}

	section.marketing-execution-wrap .content-row {
		flex-direction: column;
		align-items: self-start;
		gap: 15px;
	}

	section.marketing-execution-wrap .accordion .accordion-item {
		padding-left: 45px;
		padding-right: 0;
		position: relative;
	}

	section.marketing-execution-wrap .accordion .accordion-item.active {
		box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.05);
		text-decoration: none;
	}

	section.marketing-execution-wrap .inner-marketing::before {
		content: "";
		position: absolute;
		left: -50%;
		background-color: #0d2132;
		width: 90%;
		height: 100%;
		top: 0;
		z-index: -1;
	}

	section.marketing-execution-wrap .accordion .accordion-item::after {
		content: "";
		position: absolute;
		width: 42%;
		height: 100%;
		background-color: #fff;
		right: -40%;
		top: 0;
		z-index: 0;
	}

	section.marketing-execution-wrap .accordion button span.icon {
		z-index: 1;
	}

}

@media (width <=767.98px) {

	section.marketing-execution-wrap .row {
		grid-template-columns: 1fr;
	}

	section.marketing-execution-wrap .inner-marketing::before,
	section.marketing-execution-wrap .accordion .accordion-item::after {
		display: none;
	}

	section.marketing-execution-wrap .accordion .accordion-item {
		border-radius: 0;
		padding: 30px 15px;
	}

	section.marketing-execution-wrap .faq-wrap {
		margin-left: 0;
	}

	section.marketing-execution-wrap .container {
		padding: 0;
	}

	section.marketing-execution-wrap {
		background-color: #fff;
		padding-top: 0;
		padding-bottom: 40px;
	}

	section.marketing-execution-wrap .inner-marketing {
		border-radius: 0;
		padding: 30px 15px;
	}

	section.marketing-execution-wrap .accordion button[aria-expanded=true] span.icon {
		right: 0;
	}

}

/* Marketing execution end here */

/* Book an call section start here */

section.book-an-call .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

section.book-an-call .row .right-content {
	padding: 90px 0 90px 118px;
	position: relative;
	background-color: #0d2132;
	border-radius: 8px 0 0 0;
	color: #fff;
}

section.book-an-call {
	position: relative;
	background-color: #0d2132;
}

section.book-an-call .left-img {
	background-size: cover;
	width: 54vw;
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(100% + 60px);
	border-radius: 0 8px 0 0;
}

section.book-an-call .row .right-content p {
	margin: 15px 0 30px 0;
	color: #fff;
}

@media (width <=991.98px) {

	section.book-an-call .row .right-content {
		padding: 82px 0 82px 45px;
	}

	section.book-an-call .left-img {
		width: 75vw;
		background-position: right;
	}

}

@media (width <=767.98px) {

	section.book-an-call .row {
		display: flex;
		flex-direction: column-reverse;
	}

	section.book-an-call .left {
		min-height: 360px;
	}

	section.book-an-call .left-img {
		width: 100%;
		height: 360px;
		border-radius: 0;
		background-position: center center;
	}

	section.book-an-call .row .right-content {
		padding: 45px 30px 45px 20px;
		margin-right: 30px;
		border-radius: 0 8px 8px 0;
		margin-bottom: -90px;
	}

	section.book-an-call {
		background-color: #fff;
	}

	section.book-an-call .container {
		padding: 0;
	}

}

/* Book an call section end here */

/* Footer section start here */

footer {
	padding: 60px 0;
	background-color: #0d2132;
}

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

footer .row .right-nav ul.list-footer {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}

footer .row .right-nav ul.list-footer a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
	font-family: "altivo", sans-serif;
}

footer small {
	margin-top: 45px;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	color: #fff;
	display: block;
}

@media (width <=991.98px) {

	footer .row .right-nav ul.list-footer {
		flex-wrap: wrap;
		row-gap: 4px;
		max-width: 310px;
		justify-content: flex-end;
	}

}

@media (width <=767.98px) {

	footer .row {
		flex-direction: column;
		align-items: self-start;
	}

	footer .left-logo img {
		max-width: 210px;
	}

	footer .right-nav {
		margin-top: 30px;
	}

	footer .row .right-nav ul.list-footer {
		max-width: 100%;
		justify-content: start;
		row-gap: 20px;
	}

	footer .row .right-nav ul.list-footer li {
		width: 43%;
	}

	footer small {
		margin-top: 30px;
	}

}

/* Footer section end here */

/* modal popup start here */

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

.modalWindow {
	display: none;
	z-index: 999999;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.modalWrapper {
	width: 75vw;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
}

.modal.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
	cursor: pointer;
}

.modalWindow .closeBtn {
	position: absolute;
	top: -8px;
	right: -8px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	z-index: 9;
}

.modalWindow .video-player-inner {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.modalWindow .video-player-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (width <= 767.98px) {

	.modalWrapper {
		width: 100vw;
	}

	.modalWindow .closeBtn {
		right: 4px;
	}

}

/* modal popup end here */