@charset "utf-8";
/* CSS Document */

.eventimg {
	object-fit: contain;
	object-position: center;
	height: 300px !important;
}

.dynamicdesc {
	padding-top: 50px;
}

.dynamicdesc p {
	text-align: justify !important;
}

.shopSidebar__item.-category a span:first-child.active::after {
	transform: scaleX(1);
}

.header__logo .head_logo {
	height: 60px;
}

@media (max-width:1366px) {
	.header__logo .head_logo {
		height: 45px;
	}
}

@media (max-width:1199px) {
	.header__logo .head_logo {
		height: 40px;
	}
}

.sidebar__logo .head_logo {
	height: 60px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.header__menu i {
	font-size: 20px;
}

.header__cart .header__cart-img {
	width: 35px;
}

@media (max-width:1200px) {
	.header__cart .header__cart-img {
		width: 25px;
	}
}

.footer__logo img {
	height: 50px;
}

.banner-video {
	width: 100%;
	height: 100%;
	position: relative;
}

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

/* .banner-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
} */

.ratio.ratio-4\:3.is-in-view,
.ratio.ratio-3\:4.is-in-view,
.ratio.ratio-1\:1.is-in-view {
	z-index: 1;
}

.background-cover::after {
	z-index: 0;
}

.background-stroke-num {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	transform: rotate(0) !important;
	writing-mode: lr !important;
	margin-bottom: 30px;
}

@media (max-width:991px) {
	.layout-set {
		padding: 0;
	}

	.layout-set2 .col-lg-5.col-md-10 {
		order: 2;
		margin-top: 3rem;
	}

	.layout-set1 {
		margin-top: 4rem;
	}

	.layout-set3 {
		margin-bottom: 4rem;
	}
}

.border-radius,
.background-cover::after {
	border-radius: 10px;
}

.menu__container .nav li a {
	font-size: 18px;
}

.clients__image img {
	height: 80px;
	opacity: 0.8;
}

@media (max-width:1280px) {
	.clients__image img {
		height: 60px;
	}
}

@media (max-width:767px) {
	.clients__image img {
		height: 60px;
		width: auto;
	}
}

.common-table {
	text-align: center;
	margin-bottom: 50px;
}

.common-table h2 {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 auto 15px;
}

.common-table .table {
	margin: 0;
}

.common-table .table th,
.common-table .table td {
	padding: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	border: 1px solid #eee;
}

@media (max-width:991px) {

	.common-table .table th,
	.common-table .table td {
		white-space: nowrap;
	}
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.common-table .table td {
	font-weight: 600;
}

.common-table .table th {
	background: #434242;
	color: #fff;
}

.export-img img {
	width: 100%;
}

.export-inner .sectionHeading__text {
	margin-top: 30px;
}

.featColBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.featColBox img {
	padding: 5px;
	border-radius: 200px;
	background: #fff;
	border: 1px solid #c3c3c3;
	width: 100px;
}

#chartdiv {
	width: 100%;
	height: 80vh;
	margin: 0 auto;
}

@media (max-width:991px) {
	#chartdiv {
		height: 35vh;
	}
}

.infra-pg .team__image {
	width: 100%;
	height: calc(100% - 30px);
	position: relative;
	margin: 15px 0;
}

.infra-pg .team__image .gallery__item {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #434242;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s linear;
	z-index: 1;
}

.infra-pg .team__image:hover .gallery__item {
	transform: translate(-50%, -50%) scale(1);
}

.infra-pg .team__image .gallery__item img {
	width: 22px;
}

.infra-pg .team__image .img-new {
	border-radius: 10px;
	transition: all 0.5s linear;
	filter: grayscale(1);
}

.infra-pg .team__image:hover .img-new {
	filter: grayscale(0);
	opacity: 0.7;
}

.certificates-pg .certificates-box {
	width: 100%;
	position: relative;
	margin: 15px 0;
	border-radius: 10px;
	overflow: hidden;
}

.certificates-pg .team__image {
	width: 100%;
	position: relative;
}

.certificates-pg .team__image .gallery__item {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #434242;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s linear;
	z-index: 1;
}

.certificates-pg .team__image:hover .gallery__item {
	transform: translate(-50%, -50%) scale(1);
}

.certificates-pg .team__image .gallery__item img {
	width: 22px;
}

.certificates-pg .team__image .img-new {
	transition: all 0.5s linear;
}

.certificates-pg .team__image:hover .img-new {
	opacity: 0.7;
}

.certificates-pg .certificates-box p {
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	padding: 10px 15px;
	background: #434242;
	color: #fff;
	letter-spacing: 1px;
}

.catalogue-pg .catalogue-box {
	width: 100%;
	position: relative;
	margin: 15px 0;
}

.catalogue-pg .team__image {
	width: 100%;
	position: relative;
}

.catalogue-pg .team__image .img-new {
	transition: all 0.5s linear;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	margin-bottom: 15px;
}

.catalogue-pg .team__image:hover .img-new {
	opacity: 0.7;
}

.catalogue-pg .catalogue-box p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	padding: 0;
	letter-spacing: 1px;
	margin: 0;
	color: #000;
}

.catalogue-pg .team__image ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s linear;
	z-index: 2;
}

.catalogue-pg .catalogue-box:hover .team__image ul {
	transform: translate(-50%, -50%) scale(1);
}

.catalogue-pg .team__image ul li a {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #434242;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s linear;
	z-index: 1;
}

.catalogue-pg .team__image ul li a img {
	width: 17px;
}

.about-pg-img {
	margin-bottom: 50px;
}

.about-pg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.about-pg-text .sectionHeading__text {
	margin-top: 30px;
}

.future-wrp {
	width: 100%;
	position: relative;
}

.future-row {
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width:991px) {
	.future-row {
		flex-wrap: wrap;
	}

	.future-row:nth-child(even) .future-content {
		order: 2;
	}
}

.future-img,
.future-content {
	width: 50%;
}

@media (max-width:991px) {

	.future-img,
	.future-content {
		width: 100%;
	}
}

.future-img img,
.future-img video,
.future-img iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.future-content {
	padding: 0 10%;
}

@media (max-width:1280px) {
	.future-content {
		padding: 0 5%;
	}
}

@media (max-width:1199px) {
	.future-content {
		padding: 3%;
	}
}

@media (max-width:767px) {
	.future-content {
		padding: 30px 20px;
	}
}

.future-row-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.future-row-img {
	width: 100%;
	margin: 15px 0;
}

.cta_section.future-cta {
	margin: 70px 0;
}

@media (max-width:767px) {
	.future-row .sectionHeading__text {
		margin-top: 25px;
	}
}

.hospitality-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.hospitality-text .sectionHeading__text {
	margin-top: 10px;
}

@media (max-width:1359px) {
	.hospitality-img {
		margin: 15px 0;
	}
}

.future-img iframe {
	height: 630px;
	margin: -8px 0;
}

.future-content .sectionHeading__text {
	margin-top: 30px;
}

.choose-wrp {
	width: 100%;
	position: relative;
	background: #434242;
	padding: 50px 0;
}

.choose-text {
	display: flex;
}

.choose-text p {
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}

@media (max-width:991px) {
	.choose-text p {
		font-size: 16px;
		margin: 0 0 0 10px;
	}
}

.choose-text img {
	width: 50px;
	height: max-content;
	top: -5px;
	position: relative;
}

@media (max-width:991px) {
	.choose-text img {
		width: 35px;
	}
}

.charact-text {
	margin-top: 40px;
}

.charact-text .sectionHeading__text {
	margin-top: 5px;
}

.charact-text .sectionHeading__title {
	font-size: 25px;
}

@media (max-width:991px) {
	.charact-text .sectionHeading__title {
		font-size: 20px;
	}
}

.love-wrp .sectionHeading__text {
	margin-top: 30px;
	color: #fff;
	text-align: center;
}

.pro-det-pg .sectionHeading__text {
	margin: 25px 0 !important;
}

.pro-det-pg .sectionHeading__button {
	margin-top: 32px;
}

.pro-det-pg .info li {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.pro-det-pg .info li span {
	width: 100px;
}

.pro-det-pg .info li h6 {
	font-weight: 500;
	font-size: 16px;
}

.latest-wrp .catalog-item {
	background: #fff;
}

.infra-pg .future-content {
	padding: 30px 60px;
}

.infra-pg .future-img img {
	height: 500px;
	filter: grayscale(1);
	transition: all 0.5s linear;
}

.infra-pg .future-img img:hover {
	filter: grayscale(0);
}

@media (max-width:991px) {
	.infra-pg .future-img img {
		height: auto;
	}

	.infra-pg .future-content {
		padding: 40px;
	}
}

.blog__box {
	border: 1px solid #999;
	border-radius: 10px;
	padding-bottom: 20px;
	margin: 15px 0;
}

.blog-pg .event-img {
	height: 350px;
}

.blog-detail-pg .dynamicdesc p {
	font-size: 18px;
}

.blog-detail-pg .eventimg {
	width: 100%;
	object-fit: cover;
}

.blog-detail-pg .hover-events {
	width: 100%;
}

.mysuccess {
	background-color: #d1e7dd;
	color: #0a3622;
	padding: 1rem;
	border-radius: 10px;
}

.header .category_panel {
	margin-top: 5px;
	padding-left: 35px;
	position: relative;
}

.header .category_panel::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 10px;
	height: 1px;
	background: #eee;
	transform: translateY(-50%);
}

.header .size_title {
	margin-bottom: 30px;
}