:root {
	--radius: 15vmin;
	--frame-size: calc(var(--radius) / 3);
	--d-outer: calc(var(--radius) * 2);
	--d-inner: calc(var(--d-outer) - var(--frame-size));
	--font-size: calc(var(--radius) / 10);
	--story-border-width: 2px;
    --story-border-color: #fff;
	--heading: 42px;
	--bold: 700;
	--lightbold: 600;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
    min-height: 100%;
    top: 0px !important;
     /*cursor: url("https://evvolution.com/img/evvolution.ico"), auto;*/
     cursor: url('https://evvolution.com/img/flag/cursor.cur'), auto;
}
h1,
h2 {
	font-family: Roboto slab;
}

p {
	font-family: poppins;
	font-weight: 300;
	font-size:14px;
	color: #0f0f0f;
	line-height: 25px;
}
a {
	font-family: poppins;
	color: #D6B36A;
	font-weight: 300;
}
/*@font-face {*/
  
/*  font-family: "Hello Mandela Italic";*/
/*  src: url("font/Hello Mandela Italic.otf");*/
  
/*}*/
/*@font-face {*/
/*  font-family: "Gentroyal";*/
/*  src: url("font/Gentroyal.otf");*/
  
/*}*/
/*@font-face {*/

/*  font-family: "Rusthy";*/
/*  src: url("font/Rusthy.otf");*/
/*}*/

/*@font-face {*/

/*  font-family: "3DIsometric-Regular";*/
/*  src: url("font/3DIsometric-Regular.otf");*/
/*}*/

/*@font-face {*/

/*  font-family: "Fonarto";*/
/*  src: url("font/Fonarto.ttf");*/
/*}*/

/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: 900px;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
}

.slider-inner img {
	width: 100%;
}

.creative-fullpage--slider .slider-inner {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	height: 900px;
	position: relative;
}

.title-area a {
	margin-left: 100px;
}

.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
	object-fit: cover;
	width: 100%;
	height: 900px;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 900px;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 35%;
	left: 50px;
	z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #00000078 50%, #000000b5 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 0px;
	color: #fff;
	font-size: 3vw;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-left: 90px;
	text-decoration: none;
	text-align: left;
	font-family: Roboto Slab;
	letter-spacing: 2px;
}

.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 90px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	text-align: left;
}

.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 0px;
	font-size: 1.4em;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}

.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
	margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #FFFFFF00;
	backdrop-filter: blur(20px);
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}

.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: var(--floens-base);
}

.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #d7b56d;
	font-size: 30px;
}

.swiper-container-h .swiper-button-prev::after {
	content: "\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #d7b56d;
	font-size: 30px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
		width: 100%;
		text-align: center;
		left: 0;
	}

	.creative-fullpage--slider .swiper-container-h .swiper-button-next,
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}

	.swiper-container-h .slider-pagination-area {
		width: 200px !important;
	}

	.swiper-container-h .swiper-button-next::after,
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}

	.creative-fullpage--slider .swiper-container-h .swiper-button-next,
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		background: #ffffff3b;
	}

	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 45px;
	}

	.swiper-slide .slider-inner .swiper-content .title-area .tag {
		margin-bottom: 0px;
	}

	.swiper-slide .slider-inner .swiper-content p.disc {
		margin: 20px auto 20px auto;
		font-size: 16px;
		width: 95%;
	}

	.swiper-container-h .slider-pagination-area {
		display: none;
	}

	.swiper-slide .slider-inner .swiper-content p.disc br {
		display: none;
	}
}


.btn-slder {
	background-color: #ffff;
	padding: 14px 20px;
	border-radius: 20px 0px 20px 0px;
	color: #141414;
	text-decoration: none;
	transition: all .5s ease-in-out;

}
.food-slider-pagination .swiper-pagination-bullet span {
  border-right: 1px solid #fff; /* Adds a 1px solid black border to the right */
  padding-right: 5px; /* Adds some space before the border (optional) */
}

.food-slider-pagination .swiper-pagination-bullet span:last-child {
  border-right: none; /* Removes the border from the last span to avoid an extra border */
}
/*.card-client{*/
/*    background: #004552;*/
/*}*/
.card-client h2 {
    font-size: var(--heading);
	font-weight: var(--bold);
    padding-bottom: 20px;
    /*text-align: right;*/
    /*display: flex;*/
    /*    justify-content: end;*/
    padding-right: 100px;
}
.glims-text {
    color: #fff;
}

.card-client .wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    
}
.glose-box .portfolio-content-box{
     transition: all .5s ease-in-out;
     filter: grayscale(1);
}
.glose-box:hover .portfolio-content-box{
    transform: scale(1.02);
    transition: all .5s ease-in-out;
    transform: perspective(1000px) rotateX(2.5deg) rotateY(12deg) scale3d(1, 1, 5);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    filter: grayscale(0);
}
.btn-slder:hover {
	background-color: #D6B36A;
	transition: all .5s ease-in-out;
	transform: translateY(-10px);
	color: #fff;
	border: 1px solid transparent;
}

/* abour sec */
.about {
	padding: 80px 0px 50px;
	background: #fff;
	border-radius: 0px 0px 0 50px;
	position: relative;
}

.about-sec {
	padding: 40px 56px;
	background-image: url(../img/Vector.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.about-sub {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.about-sub p {
	max-width: 525px;
	font-size: 14px;
}

.padbb {
	padding: 25px 0;
}
.about-img{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
    padding: 0 0px 40px;
}
.about-img-new{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 0px;
    /*padding: 0 40px 40px;*/
}
.about-text-new{
    /*border-top: 1px solid #e0e0e0;*/
}
.curli{
    padding: 20px;
        text-align: end;
}
.curli h2{
    font-family: BrotherSignature;
    font-size: 50px;
    font-weight: 400;
    color: #004552;
}
.curli h3{
   font-size: 40px;
    font-weight: 900;
    color: #AB8F55;
}
.about-img .img1{
    width: 100%;
    border-radius: 400px 0 0 0;
    
}
.about-img .img2{
    width: 100%;
}
.about-img .img3{
    width: 100%;
}
.about-img .img4{
    width: 100%;
    border-radius: 400px 0 0 0;
}
/*.about-img img {*/
/*	width: 100%;*/
/*}*/
.about-sec-news {
    padding: 40px 0px;
    /*background-image: url(../img/Vector.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
}
.about-sub-manage {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
.about-text {
	position: relative;
	/*border-left: 1px solid #e0e0e0;*/
}
.about-fix img{
    width:100%;
}
.about-img-new .img2{
    width: 100%;
}
.about-img-new .img3{
    width: 100%;
}
.about-text a {
	border: 1px solid transparent;
	position: absolute;
	background: #004552;
	/*border-radius: 0px;*/
	color: #fff;
	padding: 10px 30px;
	font-weight: 300;
}

.about-text h2 {
	padding-bottom: 20px;
	font-size: var(--heading);
	font-weight: var(--bold);
}

.about-fix {
        position: absolute;
    bottom: 40px;
}
.about-text-{
    padding: 150px 120px;
}

.card-client {
	background-color: #e6e7e9   ;
	padding: 100px 0px;
}
.glims{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: anchor-center;
    
}
.glims-heading{
    border-right: 1px solid #fff;
}
.glims-text {
    padding-left: 100px;
}
.portfolio-card {
	padding: 0 10px;
	text-decoration: none;
	width: 100%;
}

.portfolio-content-box {
	/*background-color: #005969;*/
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);

}



.portfolio-image-box img {
	width: 100%;
}

.portfolio-card-content {
	padding: 20px;
	height: 100%;
	/*background: #005969;*/
}

.portfolio-card-content h5 {
	font-size: 22px;
	color: #fff;
}

.portfolio-card-content p {
	color: #ffffff;
	font-size: 15px;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 0;
	margin-left: 20px;
}

.vison-mision {
	background-color: #fff;
	padding: 100px 0px;
}

.vison-mision h2 {
	font-size: var(--heading);
	font-weight: var(--bold);
	padding-bottom: 20px;
}

.grid-vis-mis {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	padding: 60px 0px;
	align-items: baseline;
	-webkit-align-items: center;
}

.vis-box {
	text-align: center;
	/* margin: auto; */
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	gap: 15px;
	    justify-content: end;
	   -webkit-justify-content: end;
}

.vison-mision- {
	background-color: #e6e7e9;
	padding: 80px 10px 80px;
	/*height: 90vh;*/
}

.baner-first {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://www.evvolution.com/assets/image/banner/hi-glossy-product-banner.jpg");
	padding: 60px 50px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	border-radius: 50px;
	background-position: center;
    /*filter: grayscale(1);*/
}

.baner-first:hover {
	transform: scale(1.02);
	transition: all .5s ease-in-out;
	/*overflow: hidden;*/
	/*filter: grayscale(0);*/
}

img.img-fix {
	position: absolute;
	right: 180px;
}

.first-bg .first-t .new-btn {
	position: relative;
	right: -90%;
	background: red;
	padding: 5px 20px;
	color: #fff;
	border-radius: 0px 10px 0px 10px;

}

.second-bg .first-s .new-btn {
	position: relative;
	right: -90%;
	background: red;
	padding: 5px 20px;
	color: #fff;
	border-radius: 0px 10px 0px 10px;

}

.first-s .new-btn {
	position: absolute;
	right: 120px;
}

.text-ban h5 {
	color: #ffff;
	font-family: poppins;
	font-weight: 400;
}

.back-g {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}

.grid-back {
	padding: 0px 0px 80px;
}

.first-bg {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://www.evvolution.com/assets/image/banner/outdoor-product-banner.jpg");
	padding: 20px 30px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	border-radius: 50px;
	transition: all .5s ease-in-out;
	/*filter: grayscale(1);*/

}

.second-bg:hover {
	transform: scale(1.05);
	transition: all .5s ease-in-out;
	overflow: hidden;
	/*filter: grayscale(0);*/
}

.first-bg:hover {
	transform: scale(1.05);
	transition: all .5s ease-in-out;
	overflow: hidden;
	/*filter: grayscale(0);*/
}

.second-bg {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://www.evvolution.com/assets/image/banner/wood-product-banner.jpg");
	padding: 40px 30px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	border-radius: 50px;
	/*filter: grayscale(1);*/
}

.text-ban{
    padding-left: 20px;
}
.text-ban h2 {
	font-size: 40px;
    color: #fff;
    padding: 50px 0 48px;
    line-height: 56px;
    font-weight: 400;
}

.baner-bac {
	padding: 50px 0px;
	background: #fff;
}

.vison-mision- h2 {
	font-size: var(--heading);
	font-weight: var(--bold);
	text-align: center;
	padding-bottom: 20px;
}

.vis-box img {
	text-align: center;
	padding-bottom: 50px;
	width: 70%;
}

.footer-main {
	/*background-color: #141414;*/
	background: #fff;
	border-top: 1px solid #f5f5f5;
}

.footer-main img {
	width: 100%;
}

.footer {
	/*background-color: #141414;*/
	background: #ffffffeb;
	padding: 50px 0px 0px;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	padding: 0px 0px 0 0px;
}
.footer-tagline img{
    width: 200px;
} 
.footer-tagline p{
    font-weight: 300;
}
.footer-tagline{
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 15px;
    justify-content: center;
    align-items: anchor-center;
        padding-top:15px;
}
.footer-tagline img{
    width: 200px;
}
.footer-data img {
	width: max-content;
}

.footer {
	/*color: #fff;*/
    color: #000;
    
}

.footer h3 {
	font-size: 22px;
	font-family: poppins;
	color:#0f0f0f;
}

.footer-data ul {
	padding-left: 0px;
}

.footer-data {
	/*margin: auto;*/
}

.footer-data a {
	color: #0f0f0f;
	text-decoration: none;
	line-height: 40px;
	font-weight: 300;

}

.copy img {
	width: 100%;
	height: auto;
}

.arow-cop {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}

.copy h3 {
	font-size: 20px;
	font-family: 'Poppins';
    font-weight: 500;
    color: #000;
}

.form-control {
	display: block;
	width: 100%;
	padding: 1rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #979797;
	border-radius: 0px;
	box-shadow: none;
}

.newsl {
	display: flex;
	padding-left: 40px;
}

.copy span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.newsl button {
border: 1px solid #979797;
    border-radius: 50%;
    padding: 0px 22px;
    background-color: #fff;
    color: #979797;
}


.tab {
	/*float: left;*/
	/*background-color: #ffffff;*/
	display: flex;
	gap: 25px;
}

.tab {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: auto;
}
.testimonal p{
    font-size: 18px;
}
.new-text-end a{
        color: #000;
    display: flex;
    align-items: baseline;
    justify-content: end;
    font-family: poppins;
    font-size: 20px;
}
.grid-back h2{
  font-size: var(--heading);
	font-weight: var(--bold);
  padding-bottom: 20px;
}
/* Style the buttons inside the tab */
.tab button {
	display: block;
	color: black;
	padding: 10px 20px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 15px;
	/*max-width: fit-content;*/
	/*border: 1px solid #fff;*/
	font-family: poppins;
	/*background: #fff;*/
}

/* .vison-mision- .portfolio-card:hover{
	transition: all .5s ease-in-out;
	transform: translateY(-15px);
  } */
.pt-15 {
	padding-top: 70%;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: transparent;
	/*border: 1px solid #01444c;*/
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: transparent;
	font-weight: 700;
	/*border: 1px solid #01444c;*/
	color:#01444c ;
}

/* Style the tab content */
.tabcontent {
	/*float: left;*/
	padding: 30px 0px;
	width: 100%;
	border-left: none;
	height: auto;
}
.brand img{
    width: 200px;
}
.tab-dt {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
	align-items: baseline;
}

.testimonal {
	padding: 70px 0px 70px;
	background-color: #fff;
}

.testimonal h2 {
font-size: var(--heading);
	font-weight: var(--bold);
}



.testimonials-wrap {
	padding: 40px 0;
}

.heading-section {
	text-align: center;
}

.sub-heading {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	display: block;
	font-weight: 600;
	color: #2e9ca1;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.heading-section h2 {
	font-size: 28px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 15px;
}

.name-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    width: fit-content;
    padding: 10px;
    position: absolute;
    left: 0px;
    border-radius: 15px 0 15px 0px;
    bottom: -1px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0.05px 1.25px 0.6px; */
    z-index: 999;
    /* position: relative; */
    /* box-shadow: 1px 2px 3px; */
    margin: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}

.testimonial-box {
	display: block;
	position: relative;
	padding: 10px;
	background: #f5f5f5;
	border-radius:0;

}

.star-flex .fa-solid {
	color: #FFC94D;
}

.descr {
	padding: 25px 10px 0px;
}

.user-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	min-width: 50px;
	background-size: 100%;
}

.carousel-testimonial .item {
	padding: 15px 0px;
}

.quote {
	top: 0px;
	color: #dfdfdf;
	font-size: 40px;
}

.name {
	margin-bottom: 0;
	line-height: 28px;
	font-size: 20px;
	font-weight:400;
	color: #fff;
	text-align: center;
}

.star-flex {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	align-items: center;
}

.position {
	color: #adadad;
	font-size: 14px;
}

.carousel-testimonial .owl-nav {
	text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
	padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
	outline: none;
	padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
	display: block;
	font-size: 40px;
	width: 25px;
	height: 25px;
	vertical-align: 0px;
	line-height: 100px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}





.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 0;
	background-position: center;
	background-repeat: no-repeat;
}

.random-img {
	position: absolute;
	width: 116px;
	right: 162px;
	transform: rotateZ(180deg);
	/* border: 1px solid; */
	/* filter: contrast(0.5); */
	/* bottom: 140px; */
	top: 35%;
}


/*.my-slider {*/
/*	padding: 0 0px;*/
/*}*/

.slick-initialized .slick-slide {

}

input::placeholder {
	color: #5A5A5A !important;
	font-family: poppins;
}



/* about page */
.about_home_page {
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)), url(../img/banner-slider.png);*/
	padding: 0px 0;
	/*border-radius: 0px 0px 0px 0px;*/
	border-bottom: 1px solid #f5f5f5;
	position: relative;
    top: 84px;
    z-index: 99;
    margin-bottom: 50px;
    background: #1f4d53d9;
}

.about_home_page h2 {
	text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.about-sec-new {
	padding: 85px 0px;
	/* background-image: url(../img/Vector_flip.svg); */
	background-repeat: no-repeat;
	background-size: contain;

}

.about-sub-sec {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.about-cont {
	background: #fff;
	position: relative;
	padding: 100px 0;
}
.about-cont-one {
	background: #fff;
	position: relative;
	padding: 100px 0 50px;
}

.about-vision {
	background-color: #eeeeee;
	padding: 100px;
}


.mis-box {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	align-items: baseline;
}
.mis-box h3{
    font-size: 24px;
	font-weight: 400;
}
.application {
	padding: 100px 150px;
	background: #fff;
}

.application .portfolio-content-box {
	background-color: #eeeeee;
	overflow: hidden;
}

.application .portfolio-card-content h5 {
	font-size: 22px;
	color: #000000;
}

.application .pt-15 {
	padding-top: 25%;
}

.application .portfolio-card-content {
	padding: 40px;
	height: 100%;
}

.application h5 {
	text-align: center;
	padding-top: 20px;
	color: #000;
}

.application h2 {
	font-size: 42px;
	padding-bottom: 50px;
	text-align: center;
}

.about-vision h2 {
	font-size: 42px;
	text-align: center;
	padding-bottom: 20px;
}


.parent {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.fix-h img {
	height: 45vh;
	object-fit: cover;
	width: 100%;
}

.fix-m img {
	height: 25vh;
	object-fit: cover;
	width: 100%;
}

.fix-y img {
	height: 35vh;
	object-fit: cover;
	width: 100%;
}

.infa {
	padding: 100px 150px 100px;
}

.infa h2 {
	font-size: 42px;
	text-align: center;
	padding-bottom: 35px;
}

.corporate-img img {
	border-radius: 50px 0px 50px 0px;
	width: 100%;

}

.certificatess {
	text-align: center;
	max-width: 1000px;
	margin: auto;
	padding-top: 50px;
}

.certificatess h2 {
	font-size: 42px;
	padding-bottom: 35px;
}

.certification-grid {
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding-top: 50px;
    /*background: #e6e7e9;*/
    padding: 50px;
    margin-top: 50px;
    border-radius: 20px;
    /*border: 1px solid #c1bfbf;*/

}
.certification-grid-{
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-top: 50px;
    /*background: #e6e7e9;*/
    padding: 50px;
    margin-top: 50px;
    border-radius: 20px;
}
/*.certification-grid- img{*/
/*    width:50%;*/
/*}*/
.two-grid{
       display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.inno-text h6{
    font-size: 20px;
    font-family: Poppins;
    
}
.certification-grid- h3{
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    color: #000;
}
.certification-grid img {
	background-color: #eeeeee;
	padding: 10px;
	text-align: end;
	width: 100%;
	margin: auto;
}
.certification-grid- img {
	background-color: #eeeeee;
	padding: 10px;
	text-align: end;
	width: 100%;
	margin: auto;
}
.innovtion-sub{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    align-items: center;
    padding-bottom: 15px;
}
.innovtion-sub-{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.reflect {
	padding: 100px 150px;
	background-color: #fff;
}

.reflect h2 {
	font-size: 42px;
	text-align: center;
	padding-bottom: 50px;
}

.export-sec {
	padding: 120px 150px;
	background-color: #e7e7e7;
}

.export-sec h2 {
	font-size: 42px;
	padding-bottom: 20px;
	text-align: center;
}

.export-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 50px;
	align-items: center;
}

.export-grid p {
	 /*max-width: 650px; */
	font-size: 14px;
}

.contry-flg {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 5px;
}

.contry-sec {
	padding: 100px 150px;
	background-color: #f5f5f5;
}

.contry {
	/*margin: auto;*/
	padding: 20px 30px;
	/*border: 1px solid #d0c9c9;*/
	border-radius: 0px;
	transition: all .5s ease-in-out;

}

.contry:hover img {
	transform: translateY(-15px);
	transition: all .5s ease-in-out;
	filter: drop-shadow(0px 1px 2px #000);
}

.contry img {
	width: 150px;
	transition: all .5s ease-in-out;

}

/*.contry:nth-child(odd) {*/
/*	border-radius: 25px 25px 0px 25px;*/
/*}*/

/*.contry:nth-child(even) {*/
/*	border-radius: 25px 25px 25px 0px;*/
/*}*/

.contry-sec h2 {
	font-size: 42px;
	padding-bottom: 50px;
	text-align: center;
}

.contact-us {
	padding: 50px 150px 60px;
	background-color: #fff;
}

.contact-sec {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 50px;
}


.btn-submit-form {
	background-color: var(--pink-500);
	border: 1px solid transparent;
	padding: 12px 30px;
	border-radius: 10px 0px 10px 0;
}

.contact-form .form-control {
	background-color: #eee;
	border-bottom: 1px solid #1414143b;
}

.mail-web {
	display: flex;
	gap: 15px;
	/*width: 70%;*/
	/*background-color: #eee;*/
	padding: 20px 30px;
	/*border-radius: 20px 0px 20px 0px;*/
	flex-direction: column;
	text-align: center;
}
.mail-web .social-m a{
    border: 1px solid #ccc;
}
.contact-apge{
    background: #f5f5f5;
    padding: 80px 0;
}
.social-contect- {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	padding: 50px 0 25px;
}
.social-contect- h3{
    font-family: poppins;
    text-align: center;
    font-size: 25px;
}
.mail-web a {
	font-family: poppins;
	color: #000000;
	font-size: 16px;
}

.contact-txt h2 {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
}

.contact-txt h6 {
	font-size: 18px;
	padding: 10px 0;
	font-weight: 400;
	font-family: Poppins;
	text-align: center;
}

.mail-web span {
	font-size: 20px;
}
.form-label {
    margin-bottom: .5rem;
    font-family: 'Poppins';
}
.contact-form h3 {
	font-size: 35px;
	font-weight: 600;
	padding-bottom: 20px;
}

.map__contact {
	width: 100%;
	height: 70vh;
}

.map {
	/*padding: 50px 150px 50px;*/
	background-color: #fff;
}

.sect-pro {
	padding: 50px 0px;
	/*background: #f5f5f5;*/
}

.related-title {
	color: #141414;
	padding: 10px;
	text-align: center;
	font-weight: 300;
	background: #ffffffd1;
}

.work-item-inner {
	background: #ffffffd1;
	padding: 15px;
}

.work-item-inner img {
	/*border-radius: 15px 0 15px 0;*/
	filter: drop-shadow(0px 2px 2px #ccc);
	height: 30vh;
	object-fit: cover
}

.box-content.product-name.product-text {
	color: #141414;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 10px;
}

.services-item1 img {
	height: 35vh;
	object-fit: cover;
	width: 100%;
	/*border-radius: 20px 0 20px 0;*/
	filter: drop-shadow(0px 2px 2px #ccc);
}

.services-item {
	padding-bottom: 20px;
}

ul.filter-menu {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
	padding: 0px;
	text-align: left;
}

.pad-topd {
	padding-top: 50px;
}

.floens-btn {
	background-color: #fff;
	padding: 15px 35px;
	/*border-radius: 15px 0 15px 0;*/
	transition: all .5s ease-in-out;
	font-weight: 500;
	font-size: 16px;
	color: #004552;
	font-family: Poppins;
}

.floens-btn:hover {
	background-color: #004552;
	padding: 15px 35px;
	/*border-radius: 15px 0 15px 0;*/
	transition: all .5s ease-in-out;
	color: #fff;

}

.product-text h4 {
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
}

.content-hero h1 {
	color: #fff;
	font-size: 42px;
}

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

.breadcrumb-nev {
	background: #eeeeee0f;
	padding: 10px;
}

.bradcrum-list {
	display: flex;
	gap: 30px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
}



.col-imf:nth-child(odd) {
	/*border-radius: 25px 25px 0px 25px;*/
}

.col-imf:nth-child(even) {
	/*border-radius: 25px 25px 25px 0px;*/
}

.product-gallery-item img{
	border-radius: 25px 25px 0px 25px;
	filter: drop-shadow(0px 2px 2px #ccc);
	height: 25vh;
    width: 100%;

}
.icon-rel {
    position: relative;
    height: 50px !important;
    width: 50px;
    top: -15px;
    left: -16px;
    transform: rotate(270deg);
}


.icon-rel-rev {
    position: relative;
    height: 50px !important;
    width: 50px;
    bottom: -15px;
    right: -16px;
    transform: rotate(270deg);
}

.size-box {
    background-color: #01444c;
    padding: 5px 15px;
    border-radius: 15px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    max-width: fit-content;
    /*padding: 12px 35px;*/
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
	border:1px solid #01444c;
	font-family: Poppins;
}
.box-style {
    background-color: #01444c;
    border-radius: 15px 0 15px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    max-width: fit-content;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 20px;
	text-align: center;
	border:1px solid #01444c;
	font-family: Poppins;
}
.single-product-right h2 {
    text-align: left;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
	padding-bottom: 30px;
	font-family: Poppins;
}
.short-description{
	padding-left: 150px;
}
.intro-product-list{
	padding-left: 0px;
}
.list-title {
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}
.services-sec-l{
	padding: 100px 0;
	background: #fff;
}
.box-info h2{
	font-size: 42px;
}
.product-details{
	padding: 100px 150px;
	background: #ffffff96;
}
.size-box-container {
    display: flex;
    gap: 15px;
}
.filter-menu .active{
    background: #004552;
    color: #fff;
}

.catalouge-grid{
	padding: 100px 150px;
	background: #fff;
}
.catalouge{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	/*gap: 20px;*/
}

.catalouge-dta{
	
	/*border-radius: 20px 20px 0 20px;*/
    background: #ffffff;
	padding: 20px;
	transition: all .5s ease-in-out;


}
.catalouge-dta h3{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	font-family: Poppins;
	    margin: auto;
}


.cat-flex{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	padding: 15px 0px 10px;
}
.cat-flex div{
        width: 100%;
    display: flex;
    justify-content: space-between;
}
.catalouge-dta img{

	/*border-radius: 20px 20px 0px 0;*/
        height: 40vh;
        width: 100%;

}
.catalouge-dta:hover img{
	/* transform: translateY(-50px);
	transition: all .5s ease-in-out; */
}
.col-cat{
    background: #f5f5f5;
    padding: 10px;
}
.btns {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    padding: 8px 27px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #999999;
    background: #ffffff;
    border: 2px solid #9999991f;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
	font-weight: 600;
	text-transform: uppercase;
}
.btns.btn-border-2::after,
.btns.btn-border-2::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btns.btn-border-2::after {
    top: -2px;
    left: -2px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.btns.btn-border-2::before {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.btns.btn-border-2:hover {
    color: #01444c;
}

.btns.btn-border-2:hover::after,
.btns.btn-border-2:hover::before {
    width: calc(50% + 7px);
    height: calc(50% + 7px);
    border-color: #01444c;
}


.copy a{
	color: #fff;
	font-family: Roboto slab;

}

.utility{
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 100px 150px;
	position: relative;
}

.breadcum {
    width: max-content;
    display: flex;
    gap: 25px;
    justify-content: start;
    /* background: #eeeeee0f; */
    padding: 10px 0px;
    align-items: baseline;
    position: relative;
    top: 86px;
    z-index: 99;
}
.breadcum span{
	color: #D6B36A;
	font-family: Poppins;
}
.breadcum a{
	color: #D6B36A;
	font-family: Poppins;
	
}
.footer-data li:hover a {
    color: #d1ae6c;
    text-decoration: none;
    line-height: 30px;
}

.vis-box h3{
    font-size: 25px;
}

:root {
	--animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	--animation-duration: 1s;
  }
  
  @-webkit-keyframes slideInUp {
	0% {
	  opacity: 0;
	  transform: translateY(25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes slideInUp {
	0% {
	  opacity: 0;
	  transform: translateY(25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @-webkit-keyframes slideInDown {
	0% {
	  opacity: 0;
	  transform: translateY(-25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes slideInDown {
	0% {
	  opacity: 0;
	  transform: translateY(-25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @-webkit-keyframes slideInleft {
	0% {
	  opacity: 0;
	  transform: translateX(25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes slideInleft {
	0% {
	  opacity: 0;
	  transform: translateX(25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @-webkit-keyframes slideInRight {
	0% {
	  opacity: 0;
	  transform: translateX(-25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes slideInRight {
	0% {
	  opacity: 0;
	  transform: translateX(-25%);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @-webkit-keyframes fadeIn {
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
  
  @-webkit-keyframes zoomIn {
	0% {
	  opacity: 0;
	  transform: scale(0.75);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes zoomIn {
	0% {
	  opacity: 0;
	  transform: scale(0.75);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @-webkit-keyframes zoomReverseIn {
	0% {
	  opacity: 0;
	  transform: scale(1.25);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes zoomReverseIn {
	0% {
	  opacity: 0;
	  transform: scale(1.25);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @-webkit-keyframes flipInY {
	0% {
	  opacity: 0;
	  transform: perspective(90vw) rotateY(67.5deg);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes flipInY {
	0% {
	  opacity: 0;
	  transform: perspective(90vw) rotateY(67.5deg);
	}
  
	100% {
	  opacity: 1;
	  transform: none;
	}
  }
  
  [data-animation] {
	opacity: 0;
	-webkit-animation-timing-function: var(--animation-timing-function);
	animation-timing-function: var(--animation-timing-function);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: var(--animation-duration);
	animation-duration: var(--animation-duration);
	will-change: transform, opacity;
  }
  
  .animations-disabled,
  .animations-disabled [data-animation] {
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
  }
  
  .slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
  }
  
  .slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
  }
  
  .slideInLeft {
	-webkit-animation-name: slideInleft;
	animation-name: slideInleft;
  }
  
  .slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
  }
  
  .fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
  }
  
  .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
  }
  
  .zoomReverseIn {
	-webkit-animation-name: zoomReverseIn;
	animation-name: zoomReverseIn;
  }
  
  .flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
  }
  
  .flipOutY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-direction: reverse;
  }
  
  .vison-mision-.portfolio-card-content{
      text-align: center;
  }
.card-client h5{
    color: #fff;
}
.tagline{
    justify-content: end;
    display: flex;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}
.grid-back{
    background: #fff;
    padding: 100px 0px;
}
.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.gallery-item {
  width:25%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  filter:grayscale(1);
}
.gallery-item h5{
    position: absolute;
    color: white;
    bottom: 40px;
    left: 10px;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease;
}
.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.gallery-item {
  width:25%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  filter:grayscale(1);
}
.gallery-item h5{
    position: absolute;
    color: white;
    bottom: 40px;
    left: 10px;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease;
}
.gallery-item a {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 12px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.gallery-item h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
}

.gallery-item a {
  font-size: 1em;
  font-weight: 300;
}

 .gallery-item:hover{
    width: 100%;
    filter:grayscale(0);
}


.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.gallery-item {
  width:25%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  filter:grayscale(1);
}
.gallery-item h5{
    position: absolute;
    color: white;
    bottom: 40px;
    left: 10px;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease;
}
.gallery-item a {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 12px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.gallery-item h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
}

.gallery-item a {
  font-size: 1em;
}

 .gallery-item:hover{
    width: 100%;
    filter:grayscale(0);
}


.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.gallery-item {
  width:25%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  filter:grayscale(1);
}
.gallery-item h5{
    position: absolute;
    color: white;
    bottom: 40px;
    left: 10px;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease;
}
.gallery-item a {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 12px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.gallery-item h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
}

.gallery-item a {
  font-size: 1em;
}

 .gallery-item:hover{
    width: 100%;
    filter:grayscale(0);
}


.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.gallery-item {
  width:25%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  filter:grayscale(1);
}
.gallery-item h5{
    position: absolute;
    color: white;
    bottom: 40px;
    left: 10px;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease;
}
.gallery-item a {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 12px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.gallery-item h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
}

.gallery-item a {
  font-size: 1em;
}

 .gallery-item:hover{
    width: 100%;
    filter:grayscale(0);
}


 .gallery-item a {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 12px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.gallery-item h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
}

.gallery-item a {
  font-size: 1em;
}

 .gallery-item:hover{
    width: 100%;
    filter:grayscale(0);
}




/*blog*/

.card {
  align-self: flex-start;
  position: relative;
  background: white;
  transition: all 300ms ease-in-out;
  border: none;
}
.card .card-img {
  visibility: hidden;
  width: 100%;
  height: var(--card-img-height);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  transition: all 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: var(--card-img-height);
  top: 0;
}
.card .card-info {
  position: relative;
  padding: 0.75rem 1.25rem;
  transition: all 200ms ease-in-out;
}
.card .card-info .card-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  transition: all 200ms ease-in-out;
}
.card .card-info .card-about .card-tag {
  width: 60px;
  max-width: 100px;
  padding: 0.2rem 0.5rem;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #505f79;
  color: #fff;
}
.card .card-info .card-about .card-tag.tag-news {
  background: #01444c;
}
.card .card-info .card-about .card-tag.tag-deals {
  background: #ffab00;
}
.card .card-info .card-about .card-tag.tag-politics {
  width: 71px;
  background: #ff5630;
}
.card .card-info .card-title {
  z-index: 10;
  font-size: 17px;
  padding-bottom: 0.75rem;
  transition: all 350ms ease-in-out;
  font-family: 'Poppins';
  font-weight: 400;
}
.card .card-info .card-creator {
  padding-bottom: 0.75rem;
  transition: all 250ms ease-in-out;
}
.card:hover {
  cursor: pointer;
  /* box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
  transform: scale(1.025); */
}
.card:hover .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.65)
  );
  height: 100%;
}
.card:hover .card-about,
.card:hover .card-creator {
  opacity: 0;
}
.card:hover .card-info {
  background-color: transparent;
}
.card:hover .card-title {
  color: #ebecf0;
  transform: translate(0, 40px);
}

.card-1 .card-img,
.card-1 .card-img-hovered {
  background-image: var(--card-img-hovered-overlay),url(../img/blog/carving-banner.webp);background-size:cover;height:25vh
}

.card-2 .card-img,
.card-2 .card-img-hovered {
  background-image: var(--card-img-hovered-overlay),url(../img/blog/highglossy-banner.webp);background-size:cover;height:25vh
}

.card-3 .card-img,
.card-3 .card-img-hovered {
  background-image: var(--card-img-hovered-overlay), url(../img/blog/polished-banner.webp);background-size:cover;height:25vh
}

.card-4 .card-img,
.card-4 .card-img-hovered {
  background-image: var(--card-img-hovered-overlay), url(../img/blog/matt-banner.webp);background-size:cover;height:25vh
}

.about-fix-1 {
    position: relative;
    top: -122px;
    left: -94px;
    /* width: 281px; */
}

.about-fix-2 {
    position: relative;
    top: -100px;
    /* width: 281px; */
}
.about-fix-2 img{
        right: -60px;
    position: absolute;
}
.about-fix-3 {
    position: relative;
    top: -122px;
    left: -94px;
    /* width: 281px; */
}
.blog-iner{
    padding: 100px 150px;
}
.blog-detaiss{
   display: grid;
   grid-template-columns: repeat(2,1fr);
   gap: 50px;
   align-items: center;
       padding-top: 50px;
}
.img-blog img{
    width:100%;
}


.parent1 {
display: grid;
/* grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(5, 1fr); */
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.div1 { grid-area: 1 / 1 / 3 / 3; 
  background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(../img/collection/glossy-product-banner.webp);
  background-size: cover;
  height: 40vh;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  border-radius: 10px;
   -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-display: flex; /* Safari */
  -moz-display: flex; /* Firefox */
  -webkit-align-items: center; /* Safari */
  -moz-align-items: center; /* Firefox */
}
.div2 { grid-area: 1 / 3 / 3 / 4;
  background-image:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),  url(../img/collection/matt-product-banner.webp);
  background-size: cover;
  height: 40vh;
  border-radius: 10px;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-display: flex; /* Safari */
  -moz-display: flex; /* Firefox */
  -webkit-align-items: center; /* Safari */
  -moz-align-items: center; /* Firefox */
}
.div3 { grid-area: 3 / 3 / 6 / 4; 
  background-image:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),  url(../img/collection/hi-glossy-product-banner.webp);
  background-size: cover;
  height: 81vh;
  border-radius: 10px;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-display: flex; /* Safari */
  -moz-display: flex; /* Firefox */
  -webkit-align-items: center; /* Safari */
  -moz-align-items: center; /* Firefox */
}
.div4 { grid-area: 3 / 1 / 5 / 2; 
  background-image:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),  url(../img/collection/carving-product-banner.webp);
  background-size: cover;
  height: 51vh;
  border-radius: 10px;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-display: flex; /* Safari */
  -moz-display: flex; /* Firefox */
  -webkit-align-items: center; /* Safari */
  -moz-align-items: center; /* Firefox */
}
.div5 { grid-area: 5 / 1 / 6 / 2;
  background-image:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),  url(../img/collection/statuario-product-banner.webp);
  background-size: cover;
  height: 29vh;
  border-radius: 10px;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-display: flex; /* Safari */
  -moz-display: flex; /* Firefox */
  -webkit-align-items: center; /* Safari */
  -moz-align-items: center; /* Firefox */
    
}
.div6 { grid-area: 4 / 2 / 6 / 3;
  background-image:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),  url(../img/collection/wood-product-banner.webp);
  background-size: cover;
  border-radius: 10px;
 display: flex;
 align-items: anchor-center;
  height: 51vh; 
     -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-display: flex; /* Safari */
  -moz-display: flex; /* Firefox */
  -webkit-align-items: center; /* Safari */
  -moz-align-items: center; /* Firefox */

}
.div7 { grid-area: 3 / 2 / 4 / 3; 
  background-image:linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),  url(../img/collection/outdoor-product-banner.webp);
  background-size: cover;
  border-radius: 10px;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  height: 29vh;
     -webkit-background-size: cover; /* Safari */
  -moz-background-size: cover; /* Firefox */
  -webkit-border-radius: 10px; /* Safari */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-display: flex; /* Safari */
  -moz-display: flex; /* Firefox */
  -webkit-align-items: center; /* Safari */
  -moz-align-items: center; /* Firefox */
    
}
  
 .parent1 .text-ban h2 {
    font-size: 34px;
    color: #fff;
    padding: 20px 0 10px;
    line-height: 45px;
    font-weight: 600;
    font-family: Poppins;
    
}
.parent1 .btn-slder {
    background-color: #ffff;
    padding: 10px 12px;
    border-radius: 12px 0px 12px 0px;
    color: #141414;
    text-decoration: none;
    transition: all .5s ease-in-out;
    font-size: 15px;
}
 .parent1 .text-ban h5 {
     font-family: BrotherSignature;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 3px;
 }

.stone_sefar{
    padding: 100px 0px;
    background: #e6e7e9;
}
.stone-staller{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 100px;
    align-items: center;
  }
  .stone-staller h2{
    font-size: var(--heading);
	font-weight: var(--bold);
    padding-bottom: 20px;
  }

  .stone-img img{
   width: 100%;
  }
.stone-img {
  position: relative;
  display: inline-block; /* Ensure the container is inline-block */
}

.stone-img img {
  width: 100%;
    display: block;
    margin: auto;
}

/*.stone-img::before, .stone-img::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100px;*/
/*  height: 100px;*/
  
/*}*/
.stone-text a {
    border: 1px solid transparent;
    position: absolute;
    background: #004552;
    /* border-radius: 0px; */
    color: #fff;
    padding: 10px 30px;
}
/*.stone-text p{*/
/*        font-family: Grey Qo;*/
/*}*/
.transport-data a {
    border: 1px solid transparent;
    position: absolute;
    background: #004552;
    /* border-radius: 0px; */
    color: #fff;
    padding: 10px 30px;
}
/*.stone-img::before {*/
/*    top: -49px;*/
/*    right: -49px;*/
/*    border-radius: 0px 30px 0 0;*/
/*}*/

/*.stone-img::after {*/
/*    bottom: -41px;*/
/*    left: -49px;*/
/*    border-radius: 0px 0px 0 30px;*/
/*}*/
.year-transport{
    padding: 60px 0px 100px;
    background: #e6e7e9;
}
.year-img img{
    margin: auto;
    padding-top:30px;
    width:100%;
    /*filter: contrast(0.9);*/
    /*filter: drop-shadow(0px 0px 4px #0c0f1387)*/
}
.transport{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 100px;
    padding-top: 80px;
}
.transport-spare{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
        /*padding-right: 200px;*/
}
.transport-data h2{
    /*padding-left: 200px;*/
    font-size: var(--heading);
	font-weight: var(--bold);
	padding-bottom: 20px;
}
.trans-data h3{
    font-size:36px;
}
.trans-data h6{
    font-family: poppins;
    font-size: 15px;
}
.trans-data {
    background: #f3f3f333;
    padding: 25px;
    height: max-content;
    text-align: center;
}
.trans-data img{
        width: 80px;
    margin: auto;
    padding-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 25px;
    margin: auto;
    align-items: anchor-center;
    justify-content: space-between;
    padding-bottom: 50px;
}
.soica-fap{
    display: flex;
    gap: 25px;
    margin: auto;
    align-items: anchor-center;
    
}
.footer-social h3{
    font-family: poppins;
}
.social-m{
    display: flex;
    gap: 15px;
}
.social-m a{
 color: #000;   
padding: 14px 20px;
border-radius:50%;
font-size:18px;
border: 1px solid #eeeeee;
}

.text-animation {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-wrapper {
  position: relative;
}

.text-wrapper h2 {
  z-index: 4;
  color: #fff;
  font-size: 4vw;
  white-space: nowrap;
  position: absolute;
  transform: translate(-50%, -62%);
  font-family: Fonarto;
}

.text-wrapper h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.text-wrapper h2:nth-child(2) {
  color: #fff;
  animation: wave 4s ease-in-out infinite;
}

@keyframes wave {
  /* start point */
  0%,
  100% {
    clip-path: polygon(
      0% 46%,
      17% 45%,
      34% 50%,
      56% 61%,
      69% 62%,
      86% 60%,
      100% 51%,
      100% 100%,
      0% 100%
    );
  }
  /* Mid point */
  50% {
    clip-path: polygon(
      0% 59%,
      16% 64%,
      33% 65%,
      52% 61%,
      70% 52%,
      85% 47%,
      100% 48%,
      100% 100%,
      0% 100%
    );
  }
}
.second-nav-footer{
    padding-top: 10px;
}
.second-nav-footer ul {
    display: flex;
    gap: 0px;
    margin: auto;
    justify-content: center;
    padding: 0px 0 0px;
}
.second-nav-footer a{
    color: #0f0f0f;
    font-weight: 300;
    font-size:14px;
}
.certified-icon{
        display: grid;
    gap: 25px;
    justify-content: center;
    padding-top: 15px;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    width: 33%;
    margin: auto;
}
.certified-icon img{
    width: 60px;
}
.combined {
   /*-webkit-text-stroke: 1px black;*/
   color: white;
   /*text-shadow:*/
   /*    2px  2px 0 #000,*/
   /*   -1px -1px 0 #000,  */
   /*    1px -1px 0 #000,*/
   /*   -1px  1px 0 #000,*/
   /*    1px  1px 0 #000;*/
}




/*.wrapper{*/
/*  width:100%;*/
/*  padding-top: 20px;*/
/*  text-align:center;*/
/*}*/
/*.carousel{*/
/*  width:100%;*/
/*  margin:0px auto;*/
/*}*/
/*.slick-slide{*/
/*  margin:10px;*/
/*}*/
/*.slick-slide img{*/
/*  width:100%;*/
/*  border: 2px solid #fff;*/
/*}*/
/*.wrapper .slick-dots li button:before {*/
/*  font-size:20px;*/
/*  color:white;*/
/*}*/



   .parents{
      display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div11 { grid-area: 1 / 1 / 3 / 2;  
  background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/1.jpg);
  background-size: cover;
  height: 40vh;
}
.div12 { grid-area: 3 / 2 / 6 / 3;  
  background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/2.jpg);
  background-size: cover;
  height: 60vh;
}
.div13 { grid-area: 1 / 3 / 4 / 4;  
  background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/3.jpg);
  background-size: cover;
  height: 60vh;
}

.div14 { grid-area: 3 / 4 / 6 / 5; 
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/4.jpg);
  background-size: cover;
  height: 60vh;
}
.div15 { grid-area: 1 / 4 / 3 / 5; 
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/8.jpg);
  background-size: cover;
  height: 40vh;
}
.div16 { grid-area: 1 / 2 / 3 / 3;
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/10.jpg);
  background-size: cover;
  height: 40vh;
}
.div17 { grid-area: 6 / 1 / 8 / 3;
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/7.jpg);
  background-size: cover;
  height: 40vh;
}
.div18 { grid-area: 3 / 1 / 6 / 2;
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/11.jpg);
  background-size: cover;
  height: 60vh;
}
.div19 { grid-area: 4 / 3 / 6 / 4;
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/9.jpg);
  background-size: cover;
  height: 40vh;
}
.div110 { grid-area: 6 / 3 / 8 / 4;
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/14.jpg);
  background-size: cover;
  height: 60vh;
}
.div111 { grid-area: 1 / 5 / 4 / 6;
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/13.jpg);
  background-size: cover;
  height: 40vh;
}
.div112 { grid-area: 4 / 5 / 6 / 6;
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/5.jpg);
  background-size: cover;
  height: 40vh;
}
.div113 { grid-area: 6 / 4 / 8 / 6; 
    background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(https://new.evvolution.com/img/infrastructure/6.jpg);
  background-size: cover;
  height: 40vh;
}


.about-img .img11{
    width: 100%;
    border-radius: 0px 0 0 0;
    
}
.about-img .img22{
    width: 100%;
    border-radius: 0 400px 0 0;
}
.about-img .img33{
    width: 100%;
    border-radius: 0 0 0 400px;
}
.about-img .img44{
    width: 100%;
    border-radius: 0px 0 400px 0
}

.app_sec{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.portfolio-card-content- img{
    width: 100px;
}
.portfolio-card-{
    padding: 50px;
    display: flex;
    justify-content: center;
;
}
.portfolio-card-:nth-child(odd) {
    background-color: #f5f5f5;  /* Light grey for odd cards */
}

.portfolio-card-:nth-child(even) {
    background-color: #ffffff;  /* White for even cards */
}

.about-img1 .img111 {
    width: 100%;
    border-radius: 0px 50px 0 0;
    height: 35vh;
    object-fit: cover;
}
.about-img1 .img444 {
    width: 100%;
    border-radius: 0px 0px 0px 50px;
    height: 35vh;
    object-fit: cover;
}
.about-img1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0 0px 40px;
}

.center-t{
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-t p{
    padding: 20px;
}
.center-t h2{
    font-size: 42px;
    padding: 20px 40px;
}
.border-t {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.border-r {
    border-right: 1px solid #ccc;
}

.about-img-exp{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px;
    padding: 0 0px 40px;
}


.about-img-exp .imgex1{
       border-right: 1px solid #000;
    padding-right: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    width:100%;

}
.about-img-exp .imgex2{
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.about-img-exp .imgex3{
    width: 100%;
        padding-right: 10px;
    padding-top: 10px;
}
.about-img-exp .imgex4{
   border-left: 1px solid #000;
    padding-left: 10px;
    padding-top: 10px;
    width:100%;
}
.border-ts{
     border-top: 1px solid #ccc;
}


.about-img12 img{
	width: 100%;
    height: 70vh;
    object-fit: cover;
}
.compony-v img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.mis-box img{
    width: 100%;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
}
.mis-box h4{
    background: #f5f5f5;
    padding: 10px 20px;
    width:350px;
    font-weight: 400;
}
.history{
    background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),  url(../img/view/terrazo/ANTONIA.jpg);
	/* background-image: linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)), url(img/infrastructure/12.jpg); */
    background-size: cover;
    background-position: center;
    border-radius: 0;
    padding: 100px ;
	font-family: poppins;
}
.history h3{
	font-weight: 500;
	padding: 15px 0;
	font-size: 30px;
	color: #fff;
	
}
.history .card-text{
    color: #fff;
}
.history h6{
	font-weight: 400;
	font-size: 28px;
	color: #fff ;
}
.company_prof{
    padding: 70px 0;
	background-color: #fff;
}
.our_compony{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
	align-items: anchor-center;
}
.border-left{
	border-left: 1px solid #ccc;
}

.heading h3{
    font-weight: 400;
    font-family: poppins;
    font-size: 18px;
}
.heading h2{
    font-weight: 600;
    font-size:42px;
}
.compony-logo{
		display: grid;
		grid-template-columns: repeat(5,1fr);
		gap: 50px;
		padding: 30px 0;
		border-top: 1px solid #cccc;
		border-bottom: 1px solid #ccc;
		margin: 50px 0 0;
	
}
.slider-items img{
	filter: invert(1);
}
.production{
    padding: 50px 0;
}
.production-card{
     display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:0;
        padding: 50px 0;
}
.proct {
	/* background: #fff; */
    /* border-bottom: 5px solid #1f4d53; */
    /* border-radius: 10px; */
    padding: 20px 10px;
    text-align: center;
}
.grid-vis-miss {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	padding: 60px 0px;
	align-items: center;
	font-family: poppins;
}
.proct h3{
	font-size: 42px;
	font-family: poppins;
}
.mis-box h2{
	font-family: poppins;
}

.why-card{
	display: grid;
   grid-template-columns: repeat(4,1fr);
   gap:20px;
	   padding: 50px 0;
	   /*border-top: 1px solid #ccc;*/
	   /* border-bottom: 1px solid #ccc; */
	   margin-top: 25px;

}
.why {
   
   border-radius: 10px;
   padding: 25px 10px;
   text-align: center;
   text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
	transition: all .5s ease-in-out;

}
.why h3{
    font-size: 42px;
    font-family: poppins;
    font-weight: 600;
    color: #1f4d53;
}
.why:hover{
	transform: scale(1.05);
	transition: all .5s ease-in-out;
}

   .why_card{
       background: #D6B36A;
       padding: 20px;
       border-radius:20px;
   }
   .why_card{
           height: 120px;
            width: 120px;
            overflow: visible;
            padding: 30px;
           }
.why .arrrow-card{
        width: 9px !important;
    padding-top: 10px;
}
.why img{
	margin: auto;
	padding-bottom: 20px;
}

.qualit{
	padding: 0px 0 100px;
	background-color: #fff;
}
.quality{
	/*display: grid;*/
	/*grid-template-columns: repeat(2,1fr);*/
	/*gap:25px*/
	text-align: center;
}
.quality h2{
	font-size: 42px;
}
.product-facilty h2{
	text-align: center;
	padding: 50px 0;
	font-size: 42px;
}
.facelity{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.faci-box{
	 background-color: #f5f5f5; 
	padding: 15px;
	/*border: 1px solid #ccc;*/
	transition: all .5s ease-in-out;
}
.faci-box:hover{
	background-color: #fff;
	padding: 15px;
	border: 1px solid transparent;
	transition: all .5s ease-in-out;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;


}
.faci-box img{
	height: 30vh;
	width: 100%;
	object-fit: cover;
}
.box-con{
	padding: 15px 0;
}
.capacity-grid{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	padding: 50px;
	border-radius: 20px;
	background: #e6e7e9;
	margin-top: 30px;
}
.border-b{
	border-bottom: 2px solid #bebebe;
}
.capacity{
	padding: 100px 0 50px;
}
.capacity- {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 20px 25px;
	align-items: center;
	text-align: center;
	transition: all .5s ease-in-out;
}
.capacity- img{
	filter: invert(1);
	width: 150px;
}
.capacity-1  img{
	filter: invert(1);
	width: 150px;
}
.capacity h2{
	font-size: 42px;
	text-align: center;
}

.capacity p{
	text-align: center;
}
.capacity-:hover{
	background-color: #fff;
	transition: all .5s ease-in-out;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;


}
.capacity-main{
	background-color: #fff;
}
.capacity-1 {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 20px 15px;
	align-items: center;
	text-align: center;
	transition: all .5s ease-in-out;
	background-color: #fff;
	/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.capacity-1:hover{
	background-color: #f9f9f9;
	transition: all .5s ease-in-out;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;


}
#process h2{
	text-align: center;
	font-size: 42px;
	padding-bottom: 50px;
}
#process {
	overflow-x: hidden;
	padding: 50px;
	background-color: #fff;
  }
  
  #process .section-heading {
	margin-bottom: 40px;
  }
  
  .steps-pane img {
	margin-top: 18px;
	/*filter: invert(1);*/
  }
  
  .pane-warp {
	height: 140px;
	width: 25px;
	margin-left: 20%;
	margin-top: 20px;
	
  }
  
  .steps-pane {
	height: 140px;
	width: 140px;
  }
  
  .inverted-pane-warp {
	height: 140px;
	width: 25px;
	margin-left: 20%;
	
  }
  
  .inverted-steps-pane {
	height: 140px;
	width: 140px;
	background: #bcbcbc;
	margin-left: 30px;
  }
  
  .inverted-steps-pane p {
	
	padding: 20px 10px 10px 10px;
  }
  
  @media (min-width: 900px) {
	.steps-timeline {
	  border-top: 5px double #004552;
	  padding-top: 20px;
	  margin-top: 40px;
	  margin-left: 3%;
	  margin-right: 3%;
	}
	.steps-one,
	.steps-two,
	.steps-three,
	.steps-four,
	.steps-five {
	  float: left;
	  width: 20%;
	  margin-top: -105px;
	}
	.step-wrap {
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  background: transparent;
	  margin-left: 39%;
	  border: 1px solid #004552;
	  margin-top: 60px;
	}
	.verticle-line {
	  position: absolute;
	  height: 57px;
	  width: 5px;
	  margin-left: 10px;
	}
	.steps-stops {
	  height: 25px;
	  width: 25px;
	  margin: 11px 10.1px;
	  border-radius: 50%;
	  background: #004552;
	}
	.end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 19px;
	  margin-left: -10px;
	}
	.inverted-end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 19px;
	  margin-left: 18.1%;
	}
  }
  
  @media (max-width: 899px) {
	#process .container-fluid {
	  width: 50%;
	}
	.steps-timeline {
	  border-left: 5px double #004552;
	  margin-left: 35px;
	}
	.steps-one,
	.steps-two,
	.steps-three,
	.steps-four,
	.steps-five {
	  margin-left: -25px;
	}
	.step-wrap,
	.steps-stops {
	  float: left;
	}
	.steps-timeline {
	  margin-left: 30px;
	}
	.pane-warp {
	  margin-left: 30%;
	}
	.inverted-pane-warp {
	  margin-left: 30%;
	}
	.verticle-line {
	  position: absolute;
	  width: 125px;
	  height: 5px;
	  margin-left: 5px;
	  margin-top: 10px;
	}
	.steps-stops {
	  height: 25px;
	  width: 25px;
	  margin: 11px 10px;
	  border-radius: 50%;
	  background: #fc6429;
	}
	.step-wrap {
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  background: transparent;
	  margin-top: 125px;
	  margin-left: -2px;
	  border: 2px solid #fc6429;
	}
	.end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: -45px;
	  margin-left: 15px;
	}
	.inverted-end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 280px;
	  margin-left: 15px;
	}
  }
  
  @media (max-width: 600px) {
	#process .container-fluid {
	  width: 90%;
	}
  }
  
  @media (max-width: 400px) {
	.verticle-line {
	  width: 105px;
	}
  }
  
  .back-orange2 {
	background: #004552;
  }


.membership{
	background-color: #fff;
	padding: 100px 0;
}
.flex-icon-s{
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}

.export-grid-four{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
        max-width: 1000px;
    margin: auto;
     padding-top: 50px;
}
.export-grid-three{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
      max-width: 700px;
    margin: auto;
    padding-top: 25px;
    align-items: center;
}
.member-af{
	text-align: center;
}
.member-af h2{
	font-size: 42px;
	padding-bottom: 15px;
}
.world-export{
	background-color: #fff;
	padding: 100px 0 0;
}
.world-export img{
    width: 80%;
    margin: auto;
}
.packingdetail{
	padding: 80px 0 0;
	/*border-top: 1px solid #ccc;*/
}
.packingdetail table{
	border: 1px solid #ccc;
	font-family: poppins;
	font-size: 14px;
}
.packingdetail h2{
	font-size: 42px;
	text-align: center;
	padding: 0px 0 30px;
}
.contaier-img img{
	width: 75%;
	margin: auto;
}
.detal-truck{
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.detal-truck h2{
	padding-bottom: 20px;
}

.inno-qc{
	background-color: #fff;
	padding: 100px 0 50px;
}
.innovation{
	/*text-align: center;*/
}
.innovation h2{
	font-size: 42px;
	padding-bottom: 15px;
}
.table-responsive{
	padding-top: 50px;
	font-family: poppins;
	font-size: 14px;
}
.table-responsive table{
	border:1px solid #ccc;
}
.table-responsive h2{
	font-size: 42px;
	text-align: center;
	padding-bottom: 25px;
}
.facility-gall{
	padding: 100px 0 50px;
	background-color: #fff	;
}

.gallery_container {
	margin: 0 auto;
	padding-top: 25px;
  }
  
  @media (min-width: 1300px) and (max-width: 2560px) {
	.popup-gallery {
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  gap: 10px;
	}
  }
  
  @media (min-width: 700px) and (max-width: 1299px) {
	.popup-gallery {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  gap: 10px;
	}
  }
  
  @media (min-width: 300px) and (max-width: 699px) {
	.popup-gallery {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 5px;
	}
  }
  
  .gallery_item {
	margin-bottom: 5px;
	overflow: hidden;
  }
  
  .popup-gallery a {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	overflow: hidden;
	transition: transform 0.3s ease, border-color 0.3s ease;
  }
  
  .popup-gallery a:hover {
	transform: scale(1.08);
	border-color: #fff;
  }
  
  .popup-gallery img {
	display: block;
	width: 100%;
	object-fit: cover;
	min-height: 300px;
	max-height: 300px;
  }
  
  @media only screen and (max-width: 1000px) {
	.popup-gallery img {
	  min-height: 150px;
	  max-height: 150px;
	}
  }
  
  /* END  */
  
  .singicon_btn_nlf {
	position: absolute;
	top: 44%;
	bottom: 56%;
	left: 44%;
	right: 56%;
	opacity: 0;
  }
  
  .singicon_btn_nlf svg {
	color: #fff;
  }
  
  .popup-gallery a:hover .singicon_btn_nlf {
	opacity: 1;
  }
  
  .hover_affect_nlf:hover img {
	opacity: 0.8;
  }
  
  .gall-tect{
	text-align: center;
  }
  .gall-tect h2{

	font-size: 42px;
  }

  .card-link {
	font-size: 30px;
  }

  .select-block {
	list-style: none;
	padding: 0;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
  }
  
  .select-block li {
	cursor: default;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
  }
  .select-block li.active {
	border-color: #ddd;
  }
  .bg-block img {
	width: 100%;
	height: 380px;
  }
  /* musthave style */
  .bg-container {
    position: relative;
    /* margin: auto; */
    top: -190px;
}
  .bg-container:before {
	content: "";
	display: block;
	height: 0;
  }
  .bg-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  
  .bg-block.active {
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
  .flex-f{
      display: flex;
          gap: 15px;
  }
  .plan-im img{
      /*height:45vh;*/
      width: 12%;
      padding: 25px 0;
      object-fit: cover;
      margin: auto;
  }
  .export-im img {
    /* height: 70vh; */
    width: 70%;
    object-fit: cover;
    margin: auto;
}
  .slider-items1{
		display: flex;
		/*grid-template-columns: repeat(3,1fr);*/
		gap: 50px;
		padding: 30px 0;
		border-top: 1px solid #cccc;
		border-bottom: 1px solid #ccc;
		margin: 50px 0 0;
		align-items: center;
justify-content: center;
	
}

  .slider-items1 img{
     width: 200px;
  }
  
  
.flex-timel{
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: left;
}
.parent-timeline-container {
  width: 100vw;
  height: auto;
  background-color: var(--timeline-background-color);
  margin-top: 80px;
}
.main-timeline-container {
  width: var(--main-timeline-width);
  max-width: var(--main-timeline-max-width);
  margin: 0 auto;
  list-style: none;
}

.main-timeline-container li {
  position: relative;
    width: 60%;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.odd-timeline-item div,
.even-timeline-item div {
  min-height: 300px;
  background: #00000085;
  width: calc(100% - 10vw); /* Reduce the width by 20 pixels */
  margin: 0 auto;

  display: flex;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}

.odd-timeline-item div {
}

.even-timeline-item div {
}

.first-timeline-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: var(--story-border-width);

  background-color: var(--story-border-color);
}

.first-timeline-item::before {
  content: "";
  position: absolute;
  border: var(--story-border-width) solid var(--story-border-color);
  top: -202px;
  right: 50%;
  height: 200px;
  width: 1px;
}

.grid-lead-story-container {
  borderx: var(--story-border-width) solid var(--story-border-color);
  padding-top: 202px;
  padding-bottom: 202px;
}

.first-timeline-item {
  border-left: var(--story-border-width) solid var(--story-border-color);
  border-bottom: var(--story-border-width) solid var(--story-border-color);
}
.even-timeline-item {
  border-right: var(--story-border-width) solid var(--story-border-color);
  border-bottom: var(--story-border-width) solid var(--story-border-color);
}
.odd-timeline-item {
  border-left: var(--story-border-width) solid var(--story-border-color);
  border-bottom: var(--story-border-width) solid var(--story-border-color);
}

.last-timeline-item {
  border-right: var(--story-border-width) solid var(--story-border-color);
}

.last-timeline-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: var(--story-border-width);
  background-color: var(--story-border-color);
}

.last-timeline-item::before {
  content: "";
  position: absolute;
  border: var(--story-border-width) solid var(--story-border-color);
  bottom: -202px;
  left: 50%;
  height: 200px;
  width: 1px;
}

.main-timeline-container li span:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--timeline-bg-color);
  z-index: -1;
}

.main-timeline-container li span {
  position: absolute;
  font-size:25px;
  color: #fff;
  background: #d2ae6d;
  height: auto;
  top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  letter-spacing: 0px;
  z-index: 2;
padding: 5px 10px;
  
}
.first-timeline-item span {
  left: -1vw;
}
.even-timeline-item span {
  right: -3vw;
}
.odd-timeline-item span {
  left: -1vw;
}
.last-timeline-item span {
  right: -3vw;
}

@media (max-width: 979px) {
  .main-timeline-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .parent-timeline-container {
    width: 100%;
  }
  .main-timeline-container li {
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .last-timeline-item::after {
    display: none;
  }

  .last-timeline-item::before {
    display: none;
  }

  .first-timeline-item::after {
    display: none;
  }

  .first-timeline-item::before {
    display: none;
  }

  .main-timeline-container li span:before {
    display: none;
  }

  .main-timeline-container li span {
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.85;

    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 40px !important;
  }

  .first-timeline-item span,
  .even-timeline-item span,
  .odd-timeline-item span,
  .last-timeline-item span {
    right: 0;
    left: 0;
    position: relative;
    width: 100%;
    text-align: center;
  }
}
/* Add new CSS for hidden borders */
.reveal-border {
  transition: border-color 0.5s ease-in-out;
}

.no-border {
  border-color: transparent !important;
}
@media (max-width: 979px) {
  .parent-timeline-container {
    position: relative;
  }

  .main-timeline-container {
    position: relative;
  }

  .main-timeline-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px; /* Adjust thickness */
    height: 100%;
    background-color: var(
      --story-border-color
    ); /* Matches the timeline border color */
    z-index: 0; /* Ensure it's behind the content */
  }

  .main-timeline-container li {
    position: relative;
    z-index: 1; /* Ensure content is above the line */
  }

  .main-timeline-container li span {
    position: relative;
    font-size: var(--year-font-size-mobile);
    color: var(--year-color);
    background-color: var(--timeline-bg-color); /* Match the background color */
    padding: 5px 10px;
    text-align: center;
    font-family: var(--year-font-family), serif;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 500;
    margin: 0 auto;
    z-index: 2; /* Ensure it stays above the line */
  }

  .main-timeline-container li span:before {
    display: none;
  }

  .first-timeline-item span,
  .even-timeline-item span,
  .odd-timeline-item span,
  .last-timeline-item span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pro_slide{
        padding: 10px;
    border: 1px solid #ccc;
}

.tile-calc-grid{
 display: grid;
 grid-template-columns: repeat(3,1fr);
 gap:25px
}
.tiles-card{
    background: #f5f5f5;
    padding: 20px;
}
.tiles-card h5{
    font-size: 25px;
    position: relative;
}

.about-pad{
    padding-bottom: 30px;
}
.capacity-main .arrrow-card {
    width: 9px !important;
    padding-top: 10px;
    margin: auto;
    
}

.parent-new {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.div01 { grid-area: 1 / 1 / 2 / 4; 
     background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(../img/gallary/gallery.jpg);
  background-size: cover;
  height:40vh;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  border-radius: 10px;
}
.div02 { grid-area: 1 / 4 / 2 / 7;
 background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(../img/gallary/galery6.jpg);
  background-size: cover;
  height: 40vh;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  border-radius: 10px;}
  
.div03 { grid-area: 2 / 1 / 4 / 5;
 background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(../img/gallary/galery4.jpeg);
  background-size: cover;
  height: 40vh;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  border-radius: 10px;}
.div04 { grid-area: 4 / 1 / 3 / 5;

     background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(../img/gallary/galery7.webp);
  background-size: cover;
  height: 40vh;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  border-radius: 10px;
}
.div05 { grid-area: 2 / 5 / 5 / 7; 
    
     background-image:linear-gradient(rgba(0, 0, 0, 0.409), rgba(0, 0, 0, 0.466)),  url(../img/gallary/galery8.jpg);
  background-size: cover;
  height:81vh;
   display: -moz-flex;
  display: flex;
 align-items: anchor-center;
  border-radius: 10px;
}

.plan-im- img {
    /* height: 45vh; */
    width: 35%;
    padding: 25px 0;
    object-fit: cover;
    margin: auto;
}
.new-about-img{
    width: 80%;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.filtering-wrap {
 position: sticky;
 top: 0px;
 padding: 50px;
}

/* Make sure parent containers have height: auto or 100% */
.row.max-row-pro {
    align-items: flex-start;
    position: sticky;
    height: 80vh;
    overflow-y: scroll;
}
.max-row-pro{
    align-items: start;
}

.wrapper.over-hidden {
    overflow: visible; /* not hidden */
    position: sticky;
    top: 0;
}
.family-logo img{
    width: 150px;
        position: absolute;
    right: 0px;
    top: 20px;

}
.info-card h2{
    font-family: poppins;
    font-size: 42px;
        border-bottom: 1px solid #e2e0e0;
    width: max-content;
}
.info-card h4{
    font-family: poppins;
    font-size: 16px;
    width: max-content;
    padding: 20px 0 0;
}
.footer-social .log-foot{
    width: 200px;
}


 .pq-video-bg-img-1 {
    background-image: url(../img/icon/images.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    z-index: 1;
}
 .pq-video-bg-img-2 {
    background-image: url(../img/icon/tiles-show.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    z-index: 1;
    
}
.pq-popup-video-block.pq-popup-style-2 {
    position: relative;
    text-align: center;
}
.pq-popup-video-block.pq-popup-style-2 .pq-video-icon {
    display: inline-block;
    position: relative;
}
.pq-popup-video-block.pq-popup-style-2 .pq-video-icon a {
    margin: auto;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    background-color: #D6B36A;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: 0.5s ease-in-out;
    transform: translate(-50px, -50px);
}
.pq-video-icon a i::before{
 
    top: -10px;
    position: relative;

}
.grid-video-popup{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px;
    align-items: center;
    padding-bottom: 0px;
}
.popup-text {
    padding-left: 80px;
}
.popup-text1 {
    padding-right: 80px;
}
.pop-video-{
    padding-bottom: 80px;
}

.two-star-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    align-items: center;
    padding: 100px 0 0;
}

.two-star-grid img{
    
    width: 60%;
    margin: auto;

}
.colle-top{
    text-transform: capitalize !important;
}
.modal-card.image-card {
    border: 1px solid #c7c7c7;
    padding: 15px;
    width: 100%;
}
.modal-card.image-card img {
    
    box-shadow: rgb(0 0 0 / 57%) 0px 0px 3px
}
.padd-new-r{
    padding: 0px 50px;
}
.modal-card.image-card img {
    margin: 5px -3px;
    /* box-shadow: rgb(0 0 0 / 57%) 1px 2px 5px; */
    height: 50vh;
    width: 100%;
    object-fit: cover;
    overflow: scroll;
}
.img-blog img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.blog-detaiss h3{
        font-size: 35px;
    font-family: poppins;
    font-weight: 600;
    padding-bottom: 10px;
}
.grid-mod{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.modal-grid {
    display: flex;
    gap: 30px;
    padding: 30px;
    flex-wrap: wrap;
}
/* .image-card {
    max-width: 400px;
    flex: 1;
} */
.info-card {
    flex: 2;
}
.slider-main img, .slider-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.slider-thumb img {
    opacity: 1;
    cursor: pointer;
    height: 100px !important;

}
.slider-thumb .slick-current img {
    opacity: 1;
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 0px;
}
.table-wrapper {
    display: flex;
    gap: 20px;
    padding-top: 10px;
    font-family: Poppins, sans-serif;
}
.table-wrapper th, .table-wrapper td {
    padding: 5px 10px;
    min-width: 120px;
}
.table-wrapper tr {
    border-bottom: 1px solid #ddd;
}
.table-wrapper th {
    background: #f8f8f8;
}
.related-products-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}
.related-products-section img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.related-products-section img:hover {
    transform: scale(1.05);
}
.related-products-section h6 {
    margin-top: 10px;
    font-size: 14px;
}
.slider-main, .slider-thumb {
    max-width:620px;
    margin: 0 auto;
}

.slider-main img, .slider-thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}
.color-switch-{
        display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 0;
    font-size: 15px;
}