*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Satoshi-Regular';
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	color: #000;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

img {
	max-width: 100%;
	object-fit: cover;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0;
	font-family: 'Vidaloka', serif;
}

h1 {
	font-size: 25px;
	padding: 0 0 15px;
}


h2 {
	font-size: 24px;
}

h3 {
	font-size: 14px;

}

p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 15px;
	font-family: 'Satoshi-Regular';
}

p:last-child {
	padding-bottom: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub-heading {
	font-family: 'Vidaloka', serif;
	font-weight: 400;
	color: #FF0523;
	font-size: 17px;
	padding: 0 0 10px;
}

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(min-width: 768px) {
	h2 {
		font-size: 36px;
	}

	p {
		font-size: 16px;
	}

	.sub-heading {
		font-size: 22px;
	}
}

@media(min-width: 1200px) {
	h2 {
		font-size: 42px;
	}

	p {
		font-size: 17px;
	}

	.sub-heading {
		font-size: 27px;
	}
}


.container {
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	padding: 0 22px;
}

.btn {
	border: none;
	font-family: 'Vidaloka', serif;
	font-weight: 400;
	font-size: 15px;
	border-radius: 4px;
	padding: 9px 30px;
	text-align: center;
	background: rgb(16,24,234);
	background: linear-gradient(121deg, rgba(16,24,234,1) 0%, rgba(255,5,35,1) 100%);
	color: #fff;
	transition: all ease-in-out 1s;
}

.btn:hover {
	color: #fff;
	background: rgb(16,24,234);
	background: linear-gradient(121deg, rgba(255,5,35,1) 0%, rgba(16,24,234,1) 100%);
}

.btn-radius {
	border-radius: 11px;
}


@media(min-width: 768px) {
	.container {
		padding: 0 52px;
	}

	.btn {
		padding: 11px 32px;
		font-size: 17px;
	}
}

@media(min-width: 1200px) {
	.container {
		padding: 0 22px;
	}

	.btn {
		font-size: 18px;
		padding: 10px 42px 11px 42px;
		min-width: 179px;
	}
}

.heading {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/heading-bottom-line.png) 0 0 no-repeat;
	width: 97px;
	height: 4px;
}

.text-center.heading:after {
	left: 50%;
	transform: translate(-50%, 0);
}

@media(min-width: 1200px) {
	.heading {
		padding-bottom: 26px;
		margin-bottom: 30px;
	}
}


/* Satoshi start */

@font-face {
	font-family: 'Satoshi-Regular';
	src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
		 url('../fonts/Satoshi-Regular.woff') format('woff'),
		 url('../fonts/Satoshi-Regular.ttf') format('truetype');
		 font-weight: 400;
		 font-display: swap;
		 font-style: normal;
  }

  @font-face {
	font-family: 'Satoshi-Medium';
	src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
		 url('../fonts/Satoshi-Medium.woff') format('woff'),
		 url('../fonts/Satoshi-Medium.ttf') format('truetype');
		 font-weight: 500;
		 font-display: swap;
		 font-style: normal;
  }

  @font-face {
	font-family: 'Satoshi-Bold';
	src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
		 url('../fonts/Satoshi-Bold.woff') format('woff'),
		 url('../fonts/Satoshi-Bold.ttf') format('truetype');
		 font-weight: 700;
		 font-display: swap;
		 font-style: normal;
  }

/* Satoshi end */

/* header */

.page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}

.page-header.small .headre-top {
	opacity: 0;
	height: 0;
	position: absolute;
	top: -50px;
	visibility: hidden;
}

.headre-top {
	background: #031632; 
	transition: all 0.3s ease-in-out;
}

.headre-top.is-open {
	margin-top: -50px;
}

.headre-bottom {
	background: rgba(1, 10, 24, 0.50); 
}

.page-header.small .headre-bottom {
	background: #031632; 
}

.headre-top__wrap p span {
	color: #FF0523;
	font-weight: 700;
}

.headre-top__wrap p {
	color: #E0DBDB;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 6px 0;
}

.headre-bottom {
	padding: 20px 0;
}

.headre-logo-left {
  	width: 160px;
	position: relative;
	z-index: 9999;
}


.hamburger {
	position: relative;
}

.hamburger .line {
	width: 25px;
	height: 2px;
	background-color: #ecf0f1;
	display: block;
	margin: 8px 0 0;
	transition: all 0.3s ease-in-out;
}

.hamburger .line:first-child {
	margin-top: 0;
}

.hamburger:hover {
	cursor: pointer;
}

#hamburger-9 {
	position: relative;
	transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
	transform: rotate(45deg);
}

#hamburger-9:before {
	content: "";
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 37px;
	height: 37px;
	border: 5px solid transparent;
	top: -5px;
	left: -8px;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
	border: 2px solid #ecf0f1;
}

#hamburger-9.is-active .line {
	width: 20px;
}

#hamburger-9.is-active .line:nth-child(2) {
	opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
	transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3) {
	transform: translateY(-7px) rotate(90deg);
}

.headre-bottom__wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headre-nav-items {
	position: fixed;
	left: -100%;
	top: 0;
	width: 300px;
	height: 100%;
	background: #031632;
	padding: 100px 24px 22px;
	z-index: 99;
	transition: all 0.5s ease-in-out;
}

.headre-nav-items.is-open {
	left: 0;
}

.headre-nav-items ul {
	margin-bottom: 25px;
}

.headre-nav-items ul li a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	position: relative;
	padding: 5px 20px;
	margin: 5px 0;
}

.headre-nav-items ul li.active a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(130deg, #1018EA 0.32%, #FF0523 102.17%);
}

@media(min-width: 768px) {
	.headre-top__wrap p {
		font-size: 15px;
		padding: 11px 0;
		display: flex;
    	justify-content: center;
	}

	.headre-top__wrap p span {
		display: flex;
		align-items: center;
		width: max-content;
		margin-right: 6px;
	}

	.headre-top__wrap p span img {
		margin-right: 10px;
	}

}

@media(min-width: 1200px) {
	.headre-top__wrap p {
		padding: 14px 0;
	}

	.headre-logo-left {
		width: 260px;
	}

	.headre-bottom {
		padding: 0px 0;
	}

	.hamburger {
		display: none;
	}

	.headre-nav-items ul {
		margin: 0 30px 0 0;
		padding: 0;
		display: flex;
		align-items: center;
	  }

	.headre-nav-items {
		position: relative;
		left: 0%;
		width: auto;
		height: auto;
		background: transparent;
		display: flex;
		align-items: center;
		padding: 0;
	  }

	  .headre-nav-items ul li a {
		padding: 41px 17.5px 41px;
		width: max-content;
		margin: 0;
		font-size: 18px;
	  }

	  .headre-nav-items ul li a:hover {
		color: #ff7787;
	  }

	  .headre-nav-items ul li.active a::before {
		bottom: 0;
		top: unset;
		width: 100%;
		height: 4px;
		border-radius: 10px 10px 0 0;
	}

	.headre-nav-items .btn {
		font-size: 16px;
		min-width: auto;
		padding: 11px 39px;
	}

}

/* headre end */

/* banner */

.banner {
	padding: 170px 0 51px;
	position: relative;
	z-index: 1;
}

.banner-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.banner-content__wrap {
	background: linear-gradient(90deg, rgba(0, 0, 4, 0.00) -12.33%, rgba(0, 0, 4, 0.00) 11.09%, rgba(0, 0, 4, 0.73) 52.82%, rgba(0, 0, 4, 0.00) 93.06%, rgba(0, 0, 4, 0.00) 119.92%); 
	position: relative;
	width: 100%;
	max-width: 500px;
	padding: 20px 0;
}

.banner-content__wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 5, 35, 0.00) -12.33%, rgba(255, 5, 35, 0.00) 22.56%, #DF083D 52.82%, rgba(255, 5, 35, 0.00) 81.35%, rgba(255, 5, 35, 0.00) 119.92%);
}

.banner-content__wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 5, 35, 0.00) -12.33%, rgba(255, 5, 35, 0.00) 22.56%, #DF083D 52.82%, rgba(255, 5, 35, 0.00) 81.35%, rgba(255, 5, 35, 0.00) 119.92%);
}

.banner-content__wrap h1 {
	color: #FFF;
	font-size: 35px;
	font-weight: 400;
	line-height: 1em;
}

.banner-content__wrap p {
	color: #FFF;
}

.banner-content__wrap h1 span {
	color: #FF0523; 
}

@media(min-width: 768px) {
	.banner-content__wrap h1 {
		font-size: 45px;
		padding: 0 0 25px;
	}

	.banner {
		padding: 220px 0 90px;
	}

	.banner-content__wrap {
		padding: 40px 0;
	  }
}

@media(min-width: 1200px) {
	.banner-content__wrap h1 {
		font-size: 64px;
		padding: 0 0 35px;
	}

	.banner-content__wrap {
		max-width: 718px;
		padding: 40px 0;
	}

	.banner {
		padding: 270px 0 130px;
	}

	.banner .btn {
		font-size: 16px;
    	min-width: auto;
	}

	.inner--banner 	.banner-content__wrap h1 {
		font-size: 54px;
		padding: 0 0 19px;
	}

	.inner--banner .banner-content__wrap {
		padding: 40px 44px 40px 60px;
	}

	.inner--banner {
		padding: 240px 0 90px;
	}

	.inner--banner-event .banner-content__wrap {
		padding: 40px 0 40px 60px;
	}

	.inner--banner-event {
		padding: 337px 0 250px;
	  }
}

/* banner end */

/* image-gallery */

.image-gallery {
	padding: 0 0 50px;
}

.image-gallery-heading h2 {
	color: #000000;
	padding: 0 0 10px;
}

.image-gallery-heading h2 span {
	color: #FF0523;
}

.image-gallery-col {
	height: 220px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.socail-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 34px;
	height: 34px;
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
}

@media(min-width: 768px) {
	.image-gallery__item {
		display: grid; 
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 15px;
		height: 100%;
	 }
	   
	 .image-gallery-col {
		height: 100%;
		margin: 0;
	 }

	 .image-gallery-col:nth-child(1) {
		grid-row-start: 1;
		grid-column-start: 1;
		grid-row-end: 3;
		grid-column-end: 3;
	 }
	 .image-gallery-col:nth-child(2) {
		grid-row-start: 1;
		grid-column-start: 3;
		grid-row-end: 2;
		grid-column-end: 4;
		
	 }
	 .image-gallery-col:nth-child(3) {
		grid-row-start: 1;
		grid-column-start: 4;
		grid-row-end: 2;
		grid-column-end: 5;
		
	 }
	 .image-gallery-col:nth-child(4) {
		grid-row-start: 2;
		grid-column-start: 3;
		grid-row-end: 3;
		grid-column-end: 4;
		
	 }
	 .image-gallery-col:nth-child(5) {
		grid-row-start: 2;
		grid-column-start: 4;
		grid-row-end: 3;
		grid-column-end: 5;
	 }

	 .socail-icon {
		top: 20px;
		right: 20px;
	 }

	 .image-gallery {
		padding: 0 0 70px;
	  }

	  .image-gallery-heading h2 {
		padding: 0 0 30px;
	}

}

@media(min-width: 1200px) {
	.image-gallery__item {
		gap: 19px;
	}

	.image-gallery {
		padding: 0 0 130px;
	  }

	  .image-gallery-heading h2 {
		padding: 0 0 41px;
	}

	.socail-icon {
		top: 30px;
		right: 30px;
	 }

	.inner--image-gallery .product-cards-heading {
		padding-bottom: 50px;
	}
}

/* image-gallery end */


.about-main-image {
	width: calc(100% - 32px);
	margin: 0 0 80px 32px;
	aspect-ratio: 2 / 1.91;
	position: relative;
	z-index: 1;
}

.about-main-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(16,24,234);
    background: linear-gradient(121deg, rgba(16,24,234,1) 0%, rgba(255,5,35,1) 100%);
	opacity: 0.28;
}

.about-left {
	position: relative;
}

.about-left:before {
	content: "";
	position: absolute;
	width: calc(100% - 32px);
	height: 100%;
	left: 0;
	top: 30px;
	background: rgb(16,24,234);
	background: linear-gradient(121deg, rgba(16,24,234,1) 0%, rgba(255,5,35,1) 100%);
}

.about-circle-top {
    position: absolute;
    left: -22px;
    top: -30px;
    width: 110px;
    z-index: -1;
}

.about-circle-bottom-left {
    position: absolute;
    left: -22px;
    bottom: -63px;
    width: 100px;
    z-index: 1;
}

.about-circle-bottom {
    position: absolute;
    right: -12px;
    bottom: -40px;
    width: 110px;
    z-index: -1;
}

.about-right p {
	padding-bottom: 20px;
}

.about-right p {
	padding-bottom: 20px;
}

.about-block {
	padding: 100px 0 60px;
}

.inner--about-block .about-right p:last-child {
    padding-bottom: 0px;
}

@media(min-width: 768px) {
	.about-left {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media(min-width: 1200px) {
	.about-right p {
		padding-bottom: 32px;
	}

	.about-block {
		padding: 174px 0 167px;
	}

	.about-block-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.about-left {
		width: 558px;
	}

	.about-right {
		width: calc(100% - 558px);
		padding-left: 85px;
	}

	.about-circle-top {
		left: -78px;
		top: -44px;
		width: 202px;
	}

	.about-circle-bottom-left {
		left: -78px;
		bottom: -68px;
		width: 139px;
	}

	.about-main-image {
		margin: 0 0 0 32px;
	}

	.about-circle-bottom {
		right: -21px;
		bottom: -51px;
		width: 202px;
	}

	.inner--about-block {
		padding-bottom: 130px;
	}

	.inner--about-block .about-block-wrapper {
		padding-left: 43px;
	}
}

.project-block .heading {
	padding-bottom: 0;
}

.project-block .heading:after {
	display: none;
}

.project-slider {
	background-color: #fff;
	box-shadow: 0 4px 44px rgba(0,0,0,0.12);
	padding: 40px 20px;
}

.project-slider p {
	padding-bottom: 35px;
}

.project-right {
	width: calc(100% - 44px);
	margin: -40px 22px 0;
	position: relative;
}

.project-block .project-slide .heading:after {
	display: block;
}

.project-block .project-slide .heading {
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.project-block {
	padding: 50px 0;
}

.project-right-top,
.project-right-bottom {
	display: none;
}


@media(min-width: 768px) {
	.project-slider {
		padding: 80px 72px;
	}

	.project-block {
		padding: 80px 0;
	}

	.project-block .heading {
		margin-bottom: 42px;
	}
}


@media(min-width: 1200px) {
	.project-block {
		padding: 130px 0 169px;
	}

	.project-block .heading {
		margin-bottom: 76px;
	}

	.project-right-wrapper {
		max-width: 864px;
		position: relative;
	}

	.project-left {
		width: 50%;
		max-width: 864px;
		height: 620px;
	}

	.project-right {
		margin: 0;
		width: 50%;
	}

	.project-wrapper {
		display: flex;
		align-items: flex-start;
	}

	.project-slider {
		padding: 142px 72px;
		max-width: 864px;
		margin: 104px 0 0 -120px;
	}

	.project-right-top {
		display: block;
		position: absolute;
		top: -45px;
		right: 79px;
	}

	.project-right-bottom {
		display: block;
		position: absolute;
		bottom: -40px;
		left: -172px;
	}
}






.logo-showcase {
	padding: 50px 0;
	color: #fff;
	background: url(../img/logo-showcase-bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

.logo-showcase p {
	color: #fff;
}

.logo-showcase ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

.logo-showcase ul li {
	width: calc(33.333% - 20px);
	margin: 10px 10px;
	padding: 14px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(255,255,255,0.07);
	background-color: rgba(1,2,16,0.20);
	justify-content: center;
}

@media(min-width: 1200px) {
	.logo-showcase ul li {
		width: calc(16.6666% - 30px);
		margin: 0 15px;
		height: 191px;
	}

	.logo-showcase ul {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.logo-showcase {
		padding: 130px 0 126px;
	}

	.logo-showcase .heading {
		margin-bottom: 60px;
	}
}

.cards {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.cards--gray {
	background: url(../img/card-bg.jpg) center center no-repeat;
	background-size: cover;
}

.card-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.card-item {
    margin-bottom: 25px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
	border-radius: 14px;
	background: #FFF;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding-bottom: 25px;
    border: none;
}

.cards--events .card {
    display: block;
    height: auto;
	border-radius: 0;
	background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12); 
    text-align: left;
    padding-bottom: 25px;
    border: none;
}

.card__img-wrap {
    position: relative;
    width: 100%;
    height: 165px;
}

.card__img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 14px 14px 0 0;
    object-fit: cover;
}

.card__details {
    padding: 20px 14px;
}

.upcoming-tagline {
    background-color: #FF0523;
    color: #fff;
    font-size: 14px;
    padding: 0px 10px 3px;
    position: absolute;
    top: 16px;
    border-radius: 5px;
    left: 16px;
}

.cards--events .card__details {
    padding: 26px 24px;
}

.card__title {
    margin: 0;
    padding: 0 0 15px;
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    font-family: 'Vidaloka', serif; 
}

.card__details h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-family: 'Vidaloka', serif; 
}

.card__details p span {
    margin: 0;
    padding: 0 0 16px;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 500;
    color: #3F3F3F;
    font-family: 'Satoshi-Medium';
    display: block;
}

.card__description {
    margin: 0;
    padding: 0 0 0;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000000;
    font-family: 'Satoshi-Regular';
}

.cards__top-content {
    padding-bottom: 30px;
}

.cards--events .card__bottom {
    padding: 0 24px;
}

.cards--events .card__img-wrap img {
    border-radius: 0 0 0 0;
}

@media(min-width: 1200px) {
    .cards {
        padding: 130px 0;
    }

    .card-item {
        margin-bottom: 0;
    }
    
    .card {
        padding-bottom: 35px;
    }
    
    .card__img-wrap {
        height: 233px;
    }
    
    .card__details {
        padding: 35px 14px 20px;
    }
    
    .card__title {
        padding: 0 0 20px;
        font-size: 34px;
    }

    .cards__top-content {
        padding-bottom: 55px;
        max-width: 1040px;
        margin: 0 auto;
    }

    .cards--events .card__img-wrap {
        height: 252px;
    }

    .cards--events .card {
        padding-bottom: 50px;
    }

    .cards--events .card__details {
        padding: 22px 24px;
    }

    .cards--events .events-harman .card__details {
        padding-bottom: 66px;
    }

    .cards--events .events-addition {
        padding-bottom: 35px;
    }

    .events-addition p span {
        min-height: 66px;
    }
}


.page-footer {
	position: relative;
	background: url(../img/page-footer-bg.jpg) center center no-repeat;
	background-size: cover;
}

.page-footer-overlay {
	position: relative;
	padding: 56px 0 38px;
	background: rgb(0,0,4);
	background: linear-gradient(0deg, rgba(0,0,4,1) 0%, rgba(0,0,4,0.9304096638655462) 21%, rgba(0,0,4,0.7035189075630253) 100%);
}

.footer-logo {
	text-align: center;
	padding: 0 0 20px 0;
}

.footer-logo-col {
	margin-bottom: 30px;
}

.footer-logo-col p {
	text-align: center;
	padding-bottom: 20px;
	color: #fff;
}

.footer-social {
	text-align: center;
}

.footer-social ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social ul li {
	margin: 0 7px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}

.page-footer h3 {
	font-size: 27px;
	padding-bottom: 20px;
	color: #fff;
}

.footer-link-col {
	margin: 0 0 30px 0;
	display: table;
}

.footer-link-col ul li {
	margin: 0 0 15px 0;
	padding-left: 22px;
	position: relative;
}

.footer-link-col ul li:after {
	content: '\f054';
    font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	top: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.footer-link-col ul li a {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}

.footer-info-col ul li a {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}

.footer-info-col ul li {
	font-size: 15px;
	color: #fff;
	position: relative;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 25px;
}

.footer-info-col ul li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.footer-info-col ul li strong {
	display: block;
	font-weight: 400;
	font-family: 'Vidaloka', serif;
	font-size: 16px;
}

.footer-info-col ul li a {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.footer-bottom p {
	color: #fff;
	text-align: center;	
}

.footer-bottom {
	padding: 40px 0 0;
	margin-top: 33px;
	border-top: 1px solid rgba(255,255,255,0.06);
}

@media(min-width: 768px) {
	.footer-wrapper-right {
		display: flex;
	}

	.footer-link-col {
		width: 50%;
		margin: 0;
	}

	.footer-info-col {
		width: 50%;
		margin: 0;
	}

	.footer-logo-col {
		margin-bottom: 60px;
	}
}

@media(min-width: 1200px) {
	.footer-wrapper {
		display: flex;
	}

	.footer-wrapper-left {
		width: 433px;
	}

	.footer-wrapper-right {
		width: calc(100% - 433px);
		justify-content: space-between;
		padding-left: 14%;
	}

	.footer-logo-col {
		margin-bottom: 0;
	}

	.footer-link-col {
		width: 150px;
	}

	.footer-info-col {
		width: auto;
	}

	.footer-wrapper {
		margin-bottom: 33px;
	}

	.footer-link-col ul li {
		margin: 0 0 20px 0;
	}

	.footer-link-col ul li a {
		font-size: 19px;
	}

	.footer-info-col ul li strong {
		font-size: 18px;
	}

	.footer-info-col ul li img {
		top: 8px;
	}

	.footer-social ul li a:hover,
	.footer-info-col ul li a:hover,
	.footer-link-col ul li a:hover {
		opacity: 0.7;
	}
}

/* product-cards */

.product-cards {
	padding: 50px 0;
}

.product-cards-heading {
	width: 100%;
	max-width: 1044px;
	margin: 0 auto;
}

.product-cards-heading .heading {
	width: max-content;
	margin: 0 auto 20px;
}

.product-cards-heading .heading::after {
	left: 50%;
	transform: translate(-50% , 0%);
}

.product-cards-heading .sub-heading {
    font-size: 20px;
	padding: 0 0 4px;
}

.product-card {
	background: #FFF;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
	padding: 44px 15px 40px;
	margin-top: 25px;
}

.product-card-image {
	width: 100%;
	height: 152px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 42px;
}

.product-card-image img {
	max-width: 100%;
	object-fit: contain;
}

.product-card-info h3 {
	color: #000;
	line-height: 1em;
	padding: 0 0 13px;
	font-size: 30px;
	font-weight: 400;
}

.product-card-info h4 {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	padding: 0 0 18px;
}

.product-col {
	position: relative;
	z-index: 1;
}

.product-col::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 2, 13, 0.59);
	z-index: -1;
}

.product-col-image {
	position: relative;
	z-index: -2;
}

.product-col-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 30px;
}

.product-col-info h4 {
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
}

.product-col-info p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 20px;
}

.product-col {
	margin-top: 20px;
	overflow: hidden;
	border-radius: 15px;
}

@media(min-width: 768px) {
	.product-cards {
		padding: 70px 0;
	}
}

@media(min-width: 1200px) {

	.product-cards {
		padding: 130px 0;
	  }

	.product-cards-heading {
		padding-bottom: 20px;
	}

	.product-cards-heading .heading {
		padding-bottom: 16px;
	}

	.product-card-info h4 {
		padding: 0 0 38px;
	}

	.product-card {
		padding: 44px 15px 53px;
		margin-top: 30px;
	}

	.product-col-info h4 {
		font-size: 42px;
		padding: 0 0 10px;
	}

	.product-col-info {
		padding: 20px 110px;
	}

	.product-col-info p {
		padding: 0 0 26px;
	}

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

/* product-cards end */
/* event-image-text */

.event-image-text {
	padding: 50px 0;
}

.event-image-text-content p {
	padding: 0 0 15px;
}

.event-image-text-image {
	height: 250px;
	margin-top: 15px;
}

@media(min-width: 768px) {
	.event-image-text-image {
		height: auto;
		margin-top: 0;
	}

	.event-image-text {
		padding: 70px 0;
	}

	.event-image-text-content p:last-child {
		padding: 0px;
	}

	.event-image-text {
		padding: 77px 0;
	}
}

@media(min-width: 1200px) {
	.event-image-text-content .sub-heading {
		font-size: 20px;
		padding: 0 0 5px;
	}

	.event-image-text-content {
		padding-right: 28px;
	}

	.event-image-text {
		padding: 130px 0 77px;
	}
}

/* event-image-text end */


/* Product Page */

.page-header--product {
	background: #010A18;
}

.product-text-content {
	margin: 170px 0 50px 0;
}

.breadcrumbs {
	padding-bottom: 40px;
}

.breadcrumbs ul {
	display: flex;
	align-items: center;
}

.breadcrumbs ul li {
	position: relative;
	color: #FF0523;
	font-family: 'Vidaloka', serif;
	font-size: 17px;
	margin: 0;
	padding: 0 14px;
}

.breadcrumbs ul li:first-child {
	padding-left: 0;
}

.breadcrumbs ul li::before {
	content: '\f101';
	font-family: 'fontawesome';
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translate(0, -50%);
	color: #2B2A2A;
	font-size: 10px;
	line-height: 1em;
}

.breadcrumbs ul li:last-child::before {
	display: none;
}

.breadcrumbs ul li a {
	color: #2B2A2A;
}


.js-product-for {
	background: #fff;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 13px;
}

.product-for-item {
	padding: 50px 30px;
}

.product-for-item img,
.product-nav-item img {
	display: block;
	margin: 0 auto;
}

.js-product-nav {
	background: #fff;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
	position: relative;
}

.product-nav-item {
	padding: 15px 10px;
	border-right: 1px solid #DEDEDE;
	cursor: pointer;
}

.js-product-nav::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
}

.js-product-nav .slick-track {
    display: flex !important;
}

.js-product-nav .slick-slide {
    height: inherit !important;
}

.js-product-nav .slick-slide div {
    height: 100%;
}

.product-nav-item img {
	opacity: 0.36;
}

.slick-current .product-nav-item img {
	opacity: 1;
}

.product-text {
	padding-top: 40px;
}

.product-star {
	color: #F69F1D;
	padding-top: 10px;
}

.product-details {
	padding: 20px 0;
}

.product-details li {
	font-size: 20px;
	color: #000000;
	font-family: 'Vidaloka', serif;
	margin-bottom: 5px;
}

.product-details li span {
	color: #FF0523;
	width: 120px;
	display: inline-block;
}

.product-content p {
	color: #2D2D2D;
	font-size: 16px;
	padding-bottom: 20px;
}

.product-content .btn {
	margin-top: 10px;
}

.product-description {
	margin-bottom: 50px;
}

.product-description h3 {
	font-size: 25px;
	text-decoration: none;
	padding-bottom: 20px;
}

.product-title {
	font-family: 'Vidaloka', serif;
	font-size: 20px;
	background: #000;
	color: #fff;
	padding: 15px 20px;
}


ul.tabs{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	background: #FF0523;
}

ul.tabs li{
	background: none;
	color: #fff;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	font-family: 'Vidaloka', serif;
}

ul.tabs li.current::after{
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 36px;
	height: 20px;
	background: #FF0523;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	
}

.tab-content{
	display: none;
	background: #fff;
	padding: 40px 20px 20px;
}

.tab-content.current{
	display: inherit;
}

.tab-content ul li {
	font-size: 14px;
	color: #333131;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

.tab-main {
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
		
	.product-text-content {
		margin-bottom: 70px;
	}

	.product-for-item {
		padding: 25px;
	}


	.product-nav-item {
		padding: 25px 20px;
	}

	.product-text {
		padding-top: 40px;
	}


	.product-content .btn {
		margin-top: 15px;
	}

	.product-description {
		margin-bottom: 70px;
	}

	.product-description h3 {
		padding-bottom: 35px;
	}

	.product-title {
		padding: 15px 64px;
	}


	ul.tabs{
		padding: 0px 32px;
	}

	ul.tabs li{
		padding: 10px 32px;
		font-size: 20px;
	}

	.tab-content{
		padding: 58px 70px;
	}
	.tab-content ul li {
		font-size: 17px;
		margin-bottom: 5px;
		line-height: 1.8em;
	}

}


@media (min-width: 1200px) {
		
	.product-text-content {
		margin-bottom: 100px;
	}

	.product-text {
		padding-top: 0;
		padding-left: 12px;
		margin-top: -10px;
	}

	.product-description {
		margin-bottom: 100px;
	}

	.product-slide {
		padding-right: 32px;
	}

}

/* Projects */

.projects{
	padding: 50px 0;
}

.projects__headlines {
	text-align: center;
	max-width: 1044px;
	margin: 0 auto;
	padding-bottom: 18px;
}


.projects__headlines h2 {
	padding-bottom: 25px;
	margin-bottom: 23px;
	position: relative;
}

.projects__headlines h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background: url(../img/heading-bottom-line.png) 0 0 no-repeat;
	width: 97px;
	height: 4px;
}

.project-card-item {
	margin-top: 30px;
}

.project-card-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.project-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.project-card__image {
	height: 290px;
}

.project-card__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.project-card__details {
	padding: 30px 20px 20px 20px;
	text-align: center;
}

.project-card__sub-title {
	font-family: 'Vidaloka', serif;
	font-weight: 400;
	color: #FF0523;
	font-size: 17px;
	padding: 0 0 5px;
}

.project-card__title {
	font-size: 24px;
	color: #000000;
}

@media (min-width: 768px) {
	.projects{
		padding: 70px 0;
	}

	.project-card__details {
		min-height: 156px;
	}
}

@media (min-width: 1200px) {
	.projects{
		padding: 100px 0;
	}

	.project-card__image {
		height: 372px;
	}

	.project-card__sub-title {
		font-size: 20px;
	}
	
	.project-card__title {
		font-size: 32px;
	}

	.project-card:hover {
		transform: translate3d(0,-15px,0);
	}
	
}

/* event-video-cards */

/* contact */

.cards--events-inner .card {
	display: flex;
	height: 100%;
}

.cards--events-inner .card-item {
    margin-bottom: 30px;
}

.conatct {
	position: relative;
	padding: 50px 0;
}

.conatct-sidebar {
	background: #FFF;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
	margin: 30px 0;
	padding-bottom: 20px;
}

.conatct-sidebar h2 {
	margin: 0;
	padding: 20px 30px;
	border-bottom: 1px solid #EDEDED;
	color: #000;
	font-size: 32px; 
	line-height: 1.3em;
	font-weight: 400; 
	font-family: 'Vidaloka', serif; 
}

.conatct-sidebar-col {
	margin: 0;
	padding: 20px 30px;
	border-bottom: 1px solid #EDEDED;
}

.conatct-sidebar-col:last-child {
	border-bottom: none;
}

.conatct-icon {
	margin-bottom: 10px;
}

.conatct-icon img {
	display: block;
}

.conatct-sidebar-col h4 {
	margin: 0;
	padding: 0 0 10px;
	color: #000000; 
	font-size: 25px; 
	line-height: 1.3em;
	font-weight: 400; 
	font-family: 'Vidaloka', serif; 
}

.conatct-sidebar-col p a,
.conatct-sidebar-col p {
	margin: 0;
	padding: 0 0 0;
	color: #303030; 
	font-size: 18px; 
	line-height: 1.3em;
	font-weight: 400; 
	font-family: 'Vidaloka', serif; 
}

.conatct-form {
	background: #FFF;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
	margin: 0 0;
	padding: 0 0;
}

.conatct-form h2 {
	margin: 0;
	padding: 20px 20px;
	border-bottom: 1px solid #EDEDED;
	color: #000; 
	font-size: 32px; 
	line-height: 1.3em;
	font-weight: 400; 
	font-family: 'Vidaloka', serif; 
}

.conatct-form__details {
	padding: 20px 20px;
}

.form-col {
	margin: 0 0 25px;
	padding: 0 0;
	border: 1px solid #EBEBEB;
	background: #FFF;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.04);
	width: 100%;
	position: relative;
}

.form-col label {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;
	color: #666464;
	font-weight: normal;
}

.form-col input {
	margin: 0 0 0;
	padding: 0 15px 0 42px;
	border: 1px solid transparent;
	background: transparent;
	width: 100%;
	height: 50px;
	position: relative;
	color: #434343; 
	font-size: 16px; 
	line-height: 1.2em;
	font-weight: 400; 
	font-family: 'Satoshi-Regular';
}

.form-col textarea {
	margin: 0 0 0;
	padding: 15px 15px 15px 42px;
	border: 1px solid transparent;
	background: transparent;
	width: 100%;
	height: 150px;
	position: relative;
	color: #434343; 
	font-size: 16px; 
	line-height: 1.2em;
	font-weight: 400; 
	font-family: 'Satoshi-Regular';
	resize: none;
}

.form-col input::placeholder,
.form-col textarea::placeholder {
	color: #434343; 
	opacity: 1;
}

.form-col input:focus,
.form-col textarea:focus {
	border: 1px solid #000;
	outline: none;
}

.btn-submit {
	border-radius: 4px;
	background: linear-gradient(130deg, #1018EA 0.32%, #FF0523 102.17%);
	border: none;
	outline: none;
	color: #fff;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	line-height: 1em;
	padding: 14px 37px;
}

.map {
	margin-top: 30px;
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
}

.map iframe {
	width: 100%;
	height: 100%;
}

@media(min-width: 1200px) {
	.btn-submit {
		padding: 16px 102px;
	}

	.conatct-flex {
		display: flex;
		justify-content: space-between;
		align-items: start;
		margin-top: 77px;
	}

	.conatct-sidebar {
		width: 450px;
		margin: 0;
	}

	.conatct-form {
		width: calc(100% - 480px);
	}

	.conatct-sidebar h2 {
		padding: 20px 47px;
	}

	.conatct-sidebar-col {
		margin: 0;
		padding: 26px 47px;
	}

	.conatct-form h2 {
		margin: 0;
		padding: 21px 47px;
	}

	.conatct-form__details {
		padding: 33px 47px 45px;
	}

	.form-col textarea {
		height: 226px;
	}

	.conatct {
		position: relative;
		padding: 130px 0;
	}

	.form-col-btn {
		margin-top: 29px;
	  }

	.conatct-icon {
		margin-bottom: 17px;
	}

	.map {
		margin-top: 94px;
		height: 374px;
	}

	.btn-submit:hover {
		background: linear-gradient(-130deg, #1018EA 0.32%, #FF0523 102.17%);
	}
}

/* contact end */

.event-video-cards__headling .heading {
	margin-bottom: 0;
}

.event-video-card {
	display: inline-block;
	width: 100%;
	height: 250px;
	border: none;
	background: none;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.event-video-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(1, 2, 12, 0.00) 0%, rgba(1, 2, 12, 0.72) 100%);
	z-index: -1;
}

.event-video-card-image {
	position: relative;
	z-index: -2;
	height: 100%;
}

.event-video-card-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center !important;
	left: 0;
	padding: 48px;
}

.event-video-cards-slider .slick-arrow {
	top: -80px;
}

.event-video-card-info i {
	font-size: 33px;
	color: rgba(255, 0, 0, 1);
	margin-bottom: 17px;
}

.event-video-card-info h4 {
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 1em;
}

.event-video-cards {
	padding-bottom: 50px;
}

.event-video-cards-slider {
	margin-top: 30px;
}

.event-video-cards-slider .slick-list {
	width: calc(100% + 30px);
	margin-left: -15px;
}

.event-video-cards-slider .slick-slide {
	margin: 0 15px;
}

@media(min-width: 768px) {
	.event-video-card {
		height: 394px;
	}
}

@media(min-width: 1200px) {
	.event-video-cards__headling .sub-heading {
		font-size: 20px;
		padding: 0 0 5px;
	}

	.event-video-cards-slider {
		margin-top: 50px;
	}

	.event-video-cards-slider .slick-arrow {
		top: -130px;
	}

	.event-video-cards {
		padding-bottom: 130px;
	}
}

/* event-video-cards end */

/* team */

.team {
	padding-bottom: 50px;
}

.team-card {
	background: #FFF;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12); 
	padding: 16px;
	margin-top: 28px;
}

.team-card-image {
	height: 250px;
	position: relative;
	box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
}

.team-card-image img {
	object-position: top;
}

.socail-icon-cards {
	position: absolute;
	top: 20px;
	right: 20px;
}

.socail-icon-cards ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
	margin-bottom: 5px;
	width: 30px;
	transition: all 0.3s ease-in-out;
	height: 30px;
	border-radius: 50%;
}

.socail-icon-cards ul li a:hover {
	border-radius: 2px;
}

.socail-icon-cards ul li:nth-child(1) a {
	background-color: rgba(59, 89, 152, 1);
}

.socail-icon-cards ul li:nth-child(2) a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.socail-icon-cards ul li:nth-child(3) a {
	background-color: rgba(3, 169, 244, 1);
}

.socail-icon-cards ul li:nth-child(4) a {
	background-color: rgba(0, 122, 185, 1);
}

.team-card-info {
	text-align: center;
	padding: 28px 0 20px;
}

.team-card-info h5 {
	color: #FF0523;
	padding: 0 0 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
}

.team-card-info h3 {
	color: #000;
	font-size: 23px;
	font-weight: 400;
	line-height: 1em;
	padding: 0 0 15px;
}

.team-card-info p {
	color: #464646;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

@media(min-width: 1200px) {
	.team-card-image {
		height: 284px;
	}	

	.team {
		padding-bottom: 130px;
	}

	.team-card-image img {
		object-position: unset;
	  }
	
}

/* team end */