.mxd-logo img {
	filter: brightness(1) invert(1);
	height: 80px;
}

@media (max-width:767px) {
	.mxd-logo img {
		height: 70px;
	}
}

/*Translater Start here*/
#google_translate_element {
	margin: 0;
	display: inline-block;
	position: relative;
	top: 12px;
}

@media (max-width:767px) {
	#google_translate_element {
		top: 8px;
	}
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
	padding: 0 !important;
}

.goog-te-gadget>div>img {
	background-image: url(../img/lang.png) !important;
	background-repeat: no-repeat !important;
	width: 28px;
	min-width: 28px;
	height: 28px;
	background-size: 28px 28px;
	background-position: center center !important;
	margin: 0;
}

#google_translate_element span a span:first-child {
	display: none;
}

.goog-te-gadget-simple span {
	display: none;
}

/*Translater Over Now*/

.mxd-approach-list__image img,
.mxd-approach-list__image {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	object-fit: cover;
}

.mxd-stats-cards__image.mxd-stats-cards-image-1,
.mxd-stats-cards__image.mxd-stats-cards-image-1 img {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	object-fit: cover;
	padding: 0 !important;
}

.mxd-stats-cards__image.mxd-stats-cards-image-4 img,
.mxd-stats-cards__image.mxd-stats-cards-image-2 img,
.mxd-stats-cards__image.mxd-stats-cards-image-3 img {
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:767px) {
	.footer-blocks__card .mxd-point-subtitle {
		font-size: 17px;
	}
}

#notification {
	position: fixed;
	bottom: 81px;
	left: 15px;
	z-index: 1000;
	border-color: #0062cc;
	background-color: #fff;
	box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
	border-radius: 5px;
	width: 300px;
	height: auto;
	padding: 20px;
}

#notification p {
	text-align: justify;
	color: #000;
	font-size: 16px;
}

#notification a {
	color: #000 !important;
	font-weight: 600;
}

.whatsappicon {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9;
}

.whatsappicon img {
	width: 55px;
}

@media (max-width:575px) {
	.whatsappicon img {
		width: 45px;
	}
}

#notification table {
	width: 100%;
}
#notification table strong{
	font-weight: 900 !important;
	color: #000;
}
.tableimg {
	width: 55px;
}
#notification table tr{
	display: flex;
	gap: 20px;
	width: 260px;
	margin-top: 15px;
}
.btn-to-top {
	opacity: 0;
	visibility: hidden;
}

.btn-to-top.show {
	opacity: 1;
	visibility: visible;
}

@media (max-width:767px) {
	.d-m-none {
		display: none;
	}

	.mxd-hero-section .menu-video {
		height: 26vh;
	}
}

@media (max-width:1199px) {
	.mxd-section.padding-pre-manifest.mobile-point-subtitle {
		padding-top: 6rem;
		padding-bottom: 5rem;
	}
}

.footer-map {
	height: 100%;
}

@media (max-width:1199px) {
	.footer-map {
		height: 400px;
	}
}

@media (max-width:767px) {
	.footer-map {
		height: 350px;
	}
}

.footer-map iframe {
	width: 100%;
	border-radius: 15px;
	height: 100%;
}

.model-3d {
	width: 100%;
	height: 80vh;
	margin-bottom: 80px;
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width:767px) {
	.model-3d {
		height: 50vh;
	}
}

@media (max-width:575px) {
	.model-3d {
		height: 35vh;
	}
}

.model-3d iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.model-3d .viewer .titlebar {
	display: none !important;
}

.mxd-project-item__media .mxd-project-item__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mxd-project-item__media .mxd-project-item__preview {
	background-color: #eee;
}

.breadcrumb-wrp .mxd-hero-06 {
	height: 80vh;
}

@media (max-width:1199px) {
	.breadcrumb-wrp .mxd-hero-06 {
		height: 100%;
	}

	.breadcrumb-wrp .mxd-hero-06 img {
		border-radius: 30px;
		overflow: hidden;
	}

	.breadcrumb-wrp .mxd-hero-06__wrap {
		padding-top: 1.3rem;
	}
}

.breadcrumb-wrp .mxd-hero-06 h1 {
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
	bottom: 40px;
	left: 60px;
}

@media (max-width:1199px) {
	.breadcrumb-wrp .mxd-hero-06 h1 {
		font-size: 35px;
		bottom: 60px;
		left: 60px;
	}
}

@media (max-width:767px) {
	.breadcrumb-wrp .mxd-hero-06 h1 {
		font-size: 22px;
		bottom: 40px;
		left: 30px;
	}

	.breadcrumb-wrp {
		margin-top: 20px;
	}

	.mxd-project__block.pre-grid {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

.breadcrumb-wrp .mxd-hero-06 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:767px) {
	.breadcrumb-wrp .mxd-hero-06 img {
		height: 35vh;
	}
}

.infra-pg,
.pt-60 {
	padding-top: 60px;
}

.infra-pg .mxd-hero-02-image__inner img.main-img,
.infra-pg .mxd-hero-02-image__inner video.main-img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

@media (max-width:767px) {
	.infra-pg .mxd-hero-02-image__inner img.main-img,
	.infra-pg .mxd-hero-02-image__inner video.main-img {
		height: auto;
	}
}

.project-item {
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(20px);
	border-radius: 50%;
	transform: translate(-50%, -30%);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-btn {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.project-btn a {
	width: 100px;
	height: 100px;
	background: var(--dark-divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.project-btn img {
	max-width: 24px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-btn a:hover {
	background: var(--primary-color);
}

.project-btn a:hover img {
	transform: rotate(0deg);
}

.project-featured-image img {
	width: 100%;
	/* aspect-ratio: 1 / 0.79; */
	object-fit: cover;
}

.project-content h3,
.project-content h2 {
	color: var(--white-color);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.project-content h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.project-content h2 {
	font-size: 20px;
	font-weight: 700;
}

.project-content h2 a {
	color: inherit;
}

.catalogue-pg .project-content {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
}

.catalogue-pg .project-content h3 {
	color: #000;
	font-size: 20px;
	padding: 10px 5px 14px;
	background: #eee;
	text-align: center;
	border-radius: 0 0 12px 12px;
}

.catalogue-pg .project-btn {
	border-radius: 0;
	padding: 10px;
	display: flex;
	gap: 10px;
}

.catalogue-pg .project-btn a {
	width: 60px;
	height: 60px;
}

.catalogue-pg .project-btn img {
	max-width: 25px;
	filter: brightness(0);
}

.bg-grey {
	background: #F8F8F8;
}

.product-img {
	width: 100%;
	height: 100%;
	background-color: #eee;
	border-radius: 30px;
}

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

.product-table table {
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.product-table table tr th {
	font-weight: 800;
}

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

.product-table table tr th,
.product-table table tr td {
	border: 1px solid #33333342;
	padding: 5px;
	vertical-align: middle;
	font-size: 16px;
	white-space: nowrap;
}

@media (max-width:767px) {
	.mxd-section.padding-pre-grid {
		padding-bottom: 4rem;
	}

	.mxd-section.padding-mtext-pre-pinned {
		padding-bottom: 4rem;
	}

	.mxd-project-item__media,
	.mxd-project-item__preview {
		height: 350px;
	}

	.mxd-section-title__descr {
		padding-right: 0;
	}
}

.mxd-footer {
	padding-top: 9rem;
}

@media (max-width:767px) {
	.mxd-footer {
		padding-top: 6rem;
	}

	.mxd-section.padding-pre-title {
		padding-bottom: 6rem;
	}

	.infra-pg,
	.pt-60 {
		padding-top: 40px;
	}

	.mxd-project__block {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}

	.mxd-project__link span {
		font-size: 17px;
	}

	.post-featured__title {
		font: normal var(--fw-medium) 2rem/1.1 var(--_font-accent);
	}

	.post-featured__excerpt p {
		font-size: 16px;
	}

	.mxd-section-inner-headline {
		padding-top: 6rem;
	}

	.inner-headline__title {
		font: normal var(--fw-medium) 4rem/1.1 var(--_font-accent);
	}

	.inner-headline__title br {
		display: none;
	}

	.mxd-section.padding-default,
	.mxd-section.padding-mtext {
		padding-bottom: 6rem;
	}
}

.breadcrumb-wrp .mxd-hero-06__wrap,
.breadcrumb-wrp .mxd-hero-06__wrap .mxd-hero-06__video {
	padding-left: 0;
	padding-right: 0;
}

.mxd-hero-section img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

#slider {
	height: 100% !important;
}

.about-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	object-fit: cover;
}

@media (max-width:1199px) {
	.about-img {
		margin-bottom: 40px;
	}
}

.mxd-team-cards__photo {
	background: #eee;
}

ul.media-us {
	display: flex;
	position: relative;
	flex-direction: row;
}

ul.media-us li {
	list-style: none;
	margin: 0 6px 0 0;
}

ul.media-us li a {
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	margin: 0;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 3px solid #000;
	z-index: 1;
}

@media (max-width:991px) {
	ul.media-us li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-width: 2px;
		font-size: 24px;
	}
}

ul.media-us li a i {
	position: relative;
	color: #fff;
	transition: .5s;
	z-index: 3;
}

ul.media-us li a:hover i {
	color: #fff;
	transform: rotateY(360deg);
}

ul.media-us li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: .5s;
	z-index: 2;
}

ul.media-us li a:hover:before {
	top: 0;
}

ul.media-us li:nth-child(1) a:before {
	background: #3b5999;
}

ul.media-us li:nth-child(2) a:before {
	background: #55acee;
}

ul.media-us li:nth-child(3) a:before {
	background: #0077b5;
}

ul.media-us li:nth-child(4) a:before {
	background: #dd4b39;
}

.banner-slider{
	height: 100%;
	margin-bottom: 60px;
}

.marquee--gsap .marquee__item{
	position: relative;
}
.marquee--gsap .marquee__item p{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    background: #0000008c;
    font-size: 16px;
    letter-spacing: 1px;
}
@media (max-width:1199px){
	.marquee--gsap .marquee__item p{
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: 0;
	}
}
.list-icon-box img{
	width: 80px;
	margin-bottom: 10px;
}
@media (max-width:767px){
	.list-icon-box img{
		width: 65px;
	}
}

.certificate-list .cs_team img {
  height: 120px;
  margin: 0 auto;
  display: table;
  width: auto;
}

@media (max-width:1199px){
  .certificate-list .cs_team img{
    height: 100px;
  }
}

@media (max-width:991px){
  .certificate-list .cs_team img{
    height: 80px;
	margin: 20px auto;
  }
}

/* =====loader css start==== */

.preloader1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 99999999999;
}

.preloader1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
}

@media (max-width:991px){
	.preloader1 img{
		width: 120px;
	}
}
/* =====loader css end==== */