
/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	
:root{
	--primary-color				: #1F1F1F;
	--secondary-color			: #d91b23;
	--text-color				: #616161;
	--accent-color				: #1F1F1F;
	--accent-secondary-color	: #d91b23;
	--white-color				: #FFFFFF;
	--grey-color				: #F9F9F9;
	--grey-color1               : #9B9B9B;
	--divider-color				: #F5F5F5;
	--dark-divider-color		: #FFFFFF33;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Space Grotesk", sans-serif;
	--secondary-font            : "DM Sans", sans-serif;
	--black-color                 : #000000;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	font-family: var(--secondary-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2rem;
	background-color: var(--white-color);
	color: var(--text-color);
}

::-webkit-scrollbar-track{
	background-color: var(--secondary-color);
	border-left: 1px solid var(--secondary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
	background:var(--primary-color);
}

p{
	line-height: 1.7rem;
	margin-bottom: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin : 0;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--primary-color);
	font-family: var(--default-font);
}
h1{
	font-size:4.063rem;
	line-height:4.5rem;
}
h2{
	font-size:3.125rem;
	line-height:3.5rem;
}
h3{
	font-size:3.125rem;
	line-height:3.5rem;
}
figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	color: var(--secondary-color);
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1320px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn{
	position: relative;
	display: inline-flex;
	gap:10px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
	line-height: 1rem;
    text-transform: capitalize;
    border: none;
    padding: 1.5rem 2.5rem;
    transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
	letter-spacing: 1px;
	height: 60px;
}
.btn-primary{
    background:var(--secondary-color);
	   color: var(--white-color);
}
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:first-child:active {
	background: var(--primary-color);
	box-shadow: none;
}

.btn-grey{
    background:var(--grey-color1);
	   color: var(--white-color);
}
.btn-grey:hover, .btn-grey:focus-visible, .btn-grey:first-child:active {
	background: var(--primary-color);
	color: var(--white-color);
}

.cb-cursor:before{
	background:var(--primary-color);
}

.btn-white{
	background: var(--white-color);
	color: var(--primary-color);
}
.btn-white:hover{
	background: var(--primary-color);
	color: var(--white-color);
}
.btn-outline-primary{
	background: transparent;
padding: 1.125rem 1.25rem;
gap: 10px;
height: auto;
border: 2px solid var(--white-color);
border-radius: 8px;
color:var(--white-color);
}
.btn-outline-primary:hover, .btn-outline-primary:focus-visible, .btn-outline-primary:first-child:active, .btn-outline-primary:not(.btn-check)+.btn:active{
background: var(--secondary-color);
color:var(--white-color);
border-color:var(--secondary-color);
box-shadow: none;
}
.btn-outline-primary img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7471%) hue-rotate(48deg) brightness(87%) contrast(101%);
}
.btn-outline-primary:hover img{
	filter:none;
}

.preloader{
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	/* background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%); */
	display: flex;
	align-items: center;
	justify-content: center;
	background:#FAF9F6;
	/* background:url(../images/loader-bg.jpg) no-repeat 0 0 #fff; */
/* background: linear-gradient(96deg, rgba(237, 28, 36, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(237, 28, 36, 1) 100%); */
}

.loading-container,
.loading{
	height: 170px;
	position: relative;
	width: 170px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--secondary-color) transparent var(--secondary-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 115px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.section-row{
	margin-bottom: 50px;
}

.section-row .section-title{
	margin-bottom: 0;
}

.section-row .section-title{
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.section-btn{
	text-align: end;
}

.section-title-content p{
	margin: 0;
}

.section-title{
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.section-title h3{
	position: relative;
	display: inline-block;
	font-size:3.125rem;
	line-height:3.5rem;
	letter-spacing: 0;
    color: var(--primary-color);
    margin-bottom:0px;
	width: 100%;
	text-align: center;
}

/* .section-title h3::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/dot.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 10px;
    height: 10px;
} */

.section-title h1{
	font-size: 4.5rem;
	line-height: 4.9rem;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 0;
	cursor: none;
	    text-align: left;
}

.section-title h2{
	font-size:3.125rem;
    line-height:3.5rem;
    color: var(--black-color);
	font-weight: 700;
	margin-bottom: 0;
	cursor: none;
}

.section-title h1 span,
.section-title h2 span{
	background: linear-gradient(90.15deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
	background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p{
	margin-bottom: 0;
	text-align: center;
}

/* .section-title.dark-section h3,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section p{
	color: var(--primary-color);
} */

/* .section-title.dark-section h3::before{
	filter: brightness(0) invert(1);
} */

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}


.img-cover{width:100%;}
.img-cover iframe,
.img-cover video,
.img-cover img{width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}


/************************************/
/***       05. About Us css       ***/
/************************************/
.home-history{padding: 100px 0 110px;background: url(../images/home-about-bg.webp) no-repeat; background-position:bottom right -180px;}
.home-history h3{margin: 0 0 1.2rem;}
.home-history-image{position: relative;}
.mrgriffin-img{position: absolute;right: 1px;bottom: -30px;border: 10px solid #ffffff;border-radius: 20px; width: 300px;}
.mrgriffin-img img{border-radius: 20px; }
.home-history-image figure{
position: relative;width: 100%;height: auto;
}
.home-history-image figure img{
		border-radius:20px;
}
.home-about-us{
padding: 100px 0;
background: url(../images/home-about-bg.webp) no-repeat bottom right;
}
.home-about-us h2{
margin:0 0 3.25rem 6.25rem;
}

ul.home-listing{
list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.home-listing li{
	background: url(../images/bullet-list.svg) no-repeat left top;
	padding: 0 0 20px 40px;
	border-bottom: 1px solid #EAEAEA;
	margin: 0 0 20px;
	color: #282828;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
}

.home-about-image figure{
position: relative;width: 100%;height: auto;
/* height: 650px; */
}
.home-about-image figure img{
		border-radius:20px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.home-org-exp{
	position: absolute;
	bottom:0px;
	right:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:30px 0 0 0;
	    flex-direction: column;
		padding: 2rem;
		gap:10px;
}
.home-org-exp:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.home-org-exp:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.home-org-exp .hoe-no{
color: var(--black-color);
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: 600;
	font-family: var(--default-font);
}
.home-org-exp .hoe-text{
color: var(--black-color);
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
		text-align: center;
}
.home-about-us-content h1{margin: 0 0 20px;}
.home-about-iconsec{
	    display: flex;
    flex-direction: row;
    width: 100%;
	gap:30px;
	margin: 50px 0 0 0;
}
.home-about-iconsec .home-about-quality-icons{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	background: rgba(226, 39, 38, 0.15);
}

.home-about-iconsec .home-about-quality-content{
	width: 89%;
    text-align: left;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.home-about-iconsec .home-about-quality-content h3{
	color: var(--primary-color);
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 700;
    text-align: left;
}
.home-about-iconsec .home-about-quality-content p{margin: 0;}

/************************************/
/*** 	  06. Our Services css	  ***/
/************************************/

.home-our-services{
	background: url(../images/home-services-leftbg.webp) no-repeat left bottom var(--grey-color);
	padding: 100px 0;
	position: relative;
}
.home-our-services::after{
	background: url(../images/home-services-rightbg.webp) no-repeat 0 0;
	content: "";
	width: 1054px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index:0;	
	right: 0;
} 

.home-services-sec{
	display: flex;
	flex-direction: row;
	gap:30px;
	position: relative;
    z-index: 1;
}
.home-services-item{
    width: 100%;
    height: 100%;
    position: relative;
	border-radius: 12px;
}
.home-services-thumbnail{
	position: relative;
	overflow: hidden;
	border-radius: 12px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(31, 31, 31, 0.8) 58.8%);
transition: all 300ms linear 0ms;
}
.home-services-img{
	height:500px;
	overflow: hidden;
	position: relative;
    z-index: -1;
}
.home-services-img img{
	border-radius: 12px;
}
.home-services-item:hover img {
    transform: scale(1.02);
}
.home-services-item:hover .home-services-thumbnail{
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(226, 39, 38, 0.8) 58.8%);
}
.home-services-content{
padding:0 30px 40px;
display: flex;
flex-direction: column;
gap: 20px;
align-items:flex-start;
position: relative;
z-index: 1;
transition: all 300ms linear 0ms;
position: absolute;
bottom: 0;
}

h3.home-services-heading{
	color: var(--secondary-color);
	font-size:1.563rem;
	line-height: 1.7rem;
	font-weight: 700;
	margin: 0;
}
.home-services-item:hover h3.home-services-heading{
	color: var(--white-color);
}
.home-services-excerpt{
	color: var(--white-color);
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
}

.home-services-btn{
	width: 100%;
	text-align: center;
	margin: 40px 0 0 0;
	position: relative;
    z-index: 1;
}

/************************************/
/*** 	  06. home-project-counter css	  ***/
/************************************/

.home-project-counter{
position: relative;
    padding: 110px 0;
	margin: 0;
}
.home-project-counter .section-title h3{
    width: 100%;
    text-align: center;
}

.counter-section{
	display: flex;
    width: 100%;
    flex-direction: row;
}
.counter-wrapper{
    width: 100%;
    display: flex;
	gap:30px;
}

.counter-item{
position: relative;
    width: 33.333%;
	padding: 0;
}
.counter-item::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right:-10px;
        width: 1px;
        background-color: rgba(246, 251, 249, .3);
		height: 100%;
    }
	.counter-item:last-child::after {display: none;}
.counter-icon{
margin: 0 0 145px 0;
}
.cms-counter-numbers{

}
.counter{
font-size: 2.5rem;
	line-height:2.8rem;
font-weight: 700;
color: var(--white-color);
font-family: var(--default-font);
font-size: 100px;
            position: relative;
            -webkit-text-fill-color: transparent;
            color: transparent;
            -webkit-text-stroke-width: 2px;
            stroke-width: 2px;
            -webkit-text-stroke-color: rgba(31, 31, 31, 0.6);
            stroke: rgba(31, 31, 31, 0.6);
            font-weight: 500;
            line-height: .8;
}
.prefix {
            font-size: 100px;
            position: relative;
            -webkit-text-fill-color: transparent;
            color: transparent;
            -webkit-text-stroke-width: 2px;
            stroke-width: 2px;
            -webkit-text-stroke-color: rgba(31, 31, 31, 0.6);
            stroke: rgba(31, 31, 31, 0.6);
            font-weight: 500;
            line-height: .8;
}
.counter-title{
	font-size: 1.2rem;
	line-height: 1.5rem;
font-weight: 400;
color: var(--text-color);
margin: 30px 0 0 0;
border-top: 1px solid #DBDBDB;
padding: 30px 0 0 0;
font-family: var(--default-font);
}

.counter-cta{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 60px;
gap: 64px;
max-width: 440px;
background: #d91b23;
border-radius: 24px 0px;
}
.counter-cta-title{
color: var(--white-color);	
}
.counter-cta-btn-circle{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
	    width: 120px;
    height: 120px;
	    box-shadow: 0 0 0 1px var(--white-color) inset;
    padding: 5px;
    position: relative;
    overflow: hidden;
	color: var(--white-color);
	transition: all 0.4s ease-in-out;
}
.counter-cta-btn-circle:hover{
	color: var(--primary-color);
	 box-shadow: 0 0 0 1px var(--primary-color) inset;
}
.counter-cta-btn-circle:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7471%) hue-rotate(48deg) brightness(87%) contrast(101%);
}

/************************************/
/*** 	  06. CTA css	  ***/
/************************************/
.ser-cta-bg {display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 70px 0px;height:278px;
  background:url(../images/cta-bg.webp) repeat 0 0 #222831;margin:5rem auto;border-radius:14px;max-width:82.5rem;width: 100%;gap: 40px;}
.ser-cta-content h3 {font-style: normal;font-weight:500;font-size:2rem;line-height:3rem;letter-spacing: 0;color: #fff;text-align: left;margin:0;}
.ser-cta-content{margin: 0;display: flex;flex-direction: row;max-width: 680px;}
.ser-cta-sec.faq-cta .ser-cta-bg{margin: 5rem auto 0;}
.ser-cta-sec.cs-cta-sec .ser-cta-bg{margin-bottom: 0;}
.ser-cta-sec.solution-cta-sec .ser-cta-bg{margin:0 auto 5rem auto;}

/************************************/
/*** 	  06. Home plant css	  ***/
/************************************/


.home-plant-sec{padding: 110px 0;background: url(../images/home-plant-bg.webp) no-repeat 0 0 #FAFAFA;}
.home-plant-sec .section-title p{font-size: 1.563rem; line-height: 1.563rem;color: var(--primary-color);font-family:var(--default-font);font-weight: 600;}
.video-sec-play{height: 650px;width: 100%;margin: 0 auto; max-width: 1120px;}
.video-sec-play iframe{background:var(--primary-color);border-radius: 10px;padding:0 15px;}
.video-sec-main{margin-bottom: 50px;}
.video-sec{background: var(--primary-color);padding: 20px;border-radius: 30px;position: relative;display: flex;align-items: center;justify-content: center;}
.video-sec .ratio-21x9 {
    --bs-aspect-ratio: 33.857143%;
}
.video-sec img{border-radius:20px;}
.video-one__box {
        position: absolute;
    z-index: 5;
}
.video-one__box a {
width: 123px;
height: 123px;
background:var(--secondary-color);
border-radius: 999px;
display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 1;
}
 .video-one__box img{border-radius: 0;}
.video-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 25px;
    color: #ccc;
    background-color: var(--white-color);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-one__icon:hover {
    color:#ccc;
    background-color:#FF2D16;
}

.video-one__icon::before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    content: "";
}

.video-one__box .border-animation {
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border: 1px solid var(--white-color);
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
    border-radius: 50%;
}

.video-one__box .border-animation.border-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-one__box .border-animation.border-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/** squares **/

@-moz-keyframessquares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}



.home-plant-desc-main{display: flex;flex-direction: row;gap:30px;}
.home-plant-desc{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap: 30px;
background:var(--grey-color);
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
border-radius: 16px;
}

.home-plant-desc ul{
list-style-type: none;
    margin: 0;
    padding: 0;
	width: 100%;
}
.home-plant-desc ul li{
	background: url(../images/bullet-list.webp) no-repeat left top;
	padding: 0 0 15px 40px;
	border-bottom: 1px solid #EAEAEA;
	margin: 0 0 20px;
	color: #282828;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
}
.home-plant-desc ul li:last-child{margin: 0;}

/************************************/
/*** 	  06. Testimonial css	  ***/
/************************************/

.testimonial-three {
    position: relative;
    display: block;
    padding: 110px 0px;
    overflow: hidden;
    z-index: 1;
	background: url(../images/testimonial-bg.webp) no-repeat 0 0 var(--black-color);
}


.testimonial-three__left {
    position: relative;
   height: 100%;
   display: flex;
    align-items: center;
}
.testimonial-three__left h3{color:var(--white-color);}

.testimonial-three__left .sec-title {
    padding-bottom: 22px;
}


.testimonial-three__right {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: block;
    z-index: 1;
	height: 100%;
}

.testimonial-three__single-inner {
    position: relative;
    z-index: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px 0px 30px;
gap: 30px;
background: rgba(255, 255, 255, 0.2);
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
border-radius: 16px;
height: 100%;
}

.testimonial-three__single-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.testimonial-three__single-inner p {
    margin: 0;
}


.testimonial-three__single-top .img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    border-radius:16px 16px 0 0;
    overflow: hidden;
}

.testimonial-three__single-top .img-box img {
    width: 100%;
}


.testimonial-three__single-bottom {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
	padding: 0 20px;
	gap:20px;
	    min-height: 277px;
}

.testimonial-three__single-bottom h2 {
font-weight: 700;
font-size: 25px;
line-height: 30px;
color: #E22726;
text-transform: capitalize;
}
.testimonial-three__single-bottom h3{
font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
}
.testimonial-three__single-bottom p {
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 23px;
color: #F2F2F2;
}

.testimonial-three__carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
  width: 100%;
    top: 50%;
    transform: translateY(50%);
    display: flex;
    justify-content: space-between;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-block;
   width: 40px;
	height: 40px;
    border: 0;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.21) 1.8%, rgba(254, 248, 255, 0) 99.75%);
backdrop-filter: blur(43.9804px);
border-radius: 6px;
transform: matrix(-1, 0, 0, 1, 0, 0);
}
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev{margin-left: -50px;}
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next{margin-right: -50px;}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev::before,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next::before {
   display: none;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next:hover {
    border-color: var(--cleanin-base);
    color: var(--white-color);
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev span::before,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next span::before {
 display: none;
}
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev span,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next span{
	background: url(../images/arrow-left-white.svg) no-repeat center center;width: 16px;height: 14px;display: inline-flex;
}
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev span{
	transform: rotate(180deg);
}




.home-products-sec{background:var(--black-color);padding: 100px 0;overflow: hidden;position: relative;}
.home-products-sec::after{
	background: url(../images/home-product-bg.webp) no-repeat center 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index:0;	
	right: 0;
	background-size: cover;
} 
.home-products-sec .section-title {display: flex;flex-direction: column;gap:40px;margin: 0 60px 0 0;}
.home-products-sec .section-title p{color: var(--white-color);margin: 0;text-align: left;}
.home-products-sec .section-title h3{color: var(--white-color);margin: 0;text-align: left;}
.home-products-sec .section-title a{width: fit-content;}
.home-products-icon-section{display: flex;flex-direction: row; gap: 40px;position: relative;flex-wrap: wrap;justify-content: space-between;}
.home-products-icon-sec{display: flex;flex-direction: column;gap:30px;width:30%;margin:0;position: relative;}
.home-products-contain{display: flex;flex-direction: column;gap:15px;border-top: 1px solid #4C4C4C;padding: 30px 0 0 0;}
.home-products-contain h4{font-size:1.25rem;line-height: 1.4rem;font-weight: 700;margin: 0;color: var(--white-color);min-height: 50px;}
.home-products-contain p{margin: 0;color: var(--white-color);font-size: 1rem;}


.home-blog-section{background:url(../images/blog-bg.webp) no-repeat right bottom #f9f9f9;padding: 110px 0;}
.home-blog-left{
width:100%;
height: 100%;
background: #FFFFFF;
border-radius: 30px;
padding:25px 20px;
position: relative;
overflow: hidden;
display:flex; flex-direction: row;gap:30px;
}
.home-blog-img{
	width: 45%;
	border-radius:30px;
}
.home-blog-img .img-cover{height: 400px;}
.home-blog-img img{border-radius:30px;}
.home-blog-left-arrow{
	position: absolute;
	bottom:0px;
	right:0px;
	background:#f9f9f9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:42px 0 0 0;
	    flex-direction: column;
		padding:1.1rem 0 0 1.1rem;		  
}
.home-blog-left-arrow a{
  width: 70px;
    height: 70px;
	background: var(--white-color);
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.home-blog-left-arrow a img{
	filter: brightness(0) saturate(100%) invert(34%) sepia(55%) saturate(4171%) hue-rotate(343deg) brightness(87%) contrast(103%);
	    transform: rotate(320deg);
}
.home-blog-left-arrow:after{
	content: "";
	position: absolute;
	bottom:-20px;
    left:-20px;
	width:40px;
	height: 40px;
	background: #f9f9f9;
	corner-shape: scoop;
    border-radius: 30px;
}
.home-blog-left-arrow:before{
	content: "";
	position: absolute;
	top:-20px;
    right:-20px;
	width:40px;
	height: 40px;
	background: #f9f9f9;
	corner-shape: scoop;
    border-radius: 30px;
}
.home-blog-left .home-blog-content{display: flex;flex-direction: column;gap:20px;width: 60%;
    justify-content: center;}
.home-blog-left .home-blog-content .autor-info{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #1F1F1F;
}
.home-blog-left .home-blog-content h3{
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 32px;
color: #1F1F1F;
}
.home-blog-left .home-blog-content p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #616161;
max-width: 70%;
}
.home-blog-right{display: flex;flex-direction: column;gap: 20px;}
.home-blog-rl{
width:100%;
background: #FFFFFF;
border-radius: 30px;
padding:25px 20px;
position: relative;
overflow: hidden;
display:flex; flex-direction: row;gap:20px;
}
.home-blog-rl .home-blog-rl-img{
	width: 30%;
	height: 136px;
	max-height: 136px;
	overflow: hidden;border-radius: 8px;
}
.home-blog-rl .home-blog-rl-img{border-radius: 8px;}
.home-blog-rl .home-blog-rl-img .img-cover{height: 200px;}
.home-blog-rl .home-blog-rl-content{display: flex;flex-direction: column;gap:20px;width: 66%;justify-content: flex-start;align-items: flex-start;}
.home-blog-rl .home-blog-rl-content .home-blog-rl-autor-info{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #1F1F1F;
}
.home-blog-rl .home-blog-rl-content h3{
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 32px;
color: #1F1F1F;
}



.home-contact-section{padding:110px 0;}
.home-contact-section .section-title h3{text-align: center;width: 100%;}
.home-contact-wrap{display: flex;flex-direction: row;gap:25px;}
.hc-box{background: var(--secondary-color);
display: flex;
flex-direction: row;
align-items: center;
padding:25px 20px;
gap:20px;
width: 33%;
height: auto;
border-radius: 12px;
}
.hc-box.hc-grey{background: #9B9B9B;}
.hc-box.hc-black{background: var(--primary-color);}
.hc-box-icon{
width: 80px;
height: 80px;
background:var(--white-color);
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.hc-box-contain{width: 75%;display: flex; flex-direction: column;gap:10px;}
.hc-box-contain h4{color: var(--white-color);font-size: 1.563rem;line-height: 1.7rem;font-weight:600;margin-bottom: 0;}
.cs-call-sec{display: flex;flex-direction: row;gap: 6px;}
.cs-call-sec span{color: var(--white-color);font-size:1rem;line-height: 1.2rem;font-weight: 500;}
.cs-call-sec a{color: var(--white-color);font-size:1rem;line-height: 1.2rem;font-weight: 500;}
.cs-call-sec a:hover{color: var(--white-color);}



.newsletter-section{
	background: var(--grey-color1);
	padding: 50px 0;
	position: relative;
	height: 189px;
}
.newsletter-section::before {
    background:url(../images/newsletter-left-shape.webp) no-repeat 0 0;
    content: "";
    width: 594px;
    height: 189px;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
}
.newsletter-section::after {
      background:url(../images/newsletter-right-shape.webp) no-repeat 0 0;
    content: "";
    width: 456px;
    height:189px;
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
}
.newsletter-section .container{
	position: relative; z-index: 1;
}
.newsletter-section .subscribe-sec{
	display: flex;flex-direction: row;gap:10px;justify-content: space-between;align-items: center;
}
.newsletter-section .subscribe-sec h3{color: var(--white-color);}
.newsletter-section .subscribe-form{
	width: 42%;
}
.newsletter-section .form-subscribe .smsg{width: 100%;}
.newsletter-section .form-subscribe .smsg .alert {padding: 8px 12px;font-size: 1rem;}
.newsletter-section .form-subscribe{width: 100%;display: flex;gap:10px;flex-wrap: wrap;}
.newsletter-section .subscribe-form label{font-size: 1.1rem;line-height: 1.2rem;font-weight: 400;color: var(--white-color);margin-bottom: 10px;}
.newsletter-section .form-subscribe input[type="text"]{
display: flex;
flex-direction: row;
align-items: center;
padding: 16px;
gap: 10px;
height: 54px;
background: #FFFFFF;
border: 1px solid rgba(17, 17, 17, 0.1);
border-radius: 10px;
    width: 70%;
}
.newsletter-section .form-subscribe button.btn{padding:1.2rem 1.5rem;height: 54px;width: 138px;justify-content: center;}



/************************************/
/*** 	   17. Footer css   	  ***/
/************************************/

.main-footer{
	background: url(../images/footer-bg.webp) no-repeat center 0;
	background-size: cover;
	padding: 60px 0 30px;
	position: relative;
}
.main-footer::after {
    background: rgba(0,0,0,0.8);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
}

.main-footer .container{
	position: relative; z-index: 1;
}

.footer-logo{
margin: 0 0 30px 0;
}
.social-media-icon{display: flex; flex-direction: row;}
.social-media-icon a {width:36px;height:36px;background:#FFFFFF;border-radius:6px;display: flex;align-items: center;justify-content: center;}
.social-media-icon a:hover{background: var(--secondary-color); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);}
.social-media-icon a:hover img{filter: brightness(0) invert(1);}
.social-media-icon a + a{margin-left: 20px;}
.footer-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li{
	display: inline-block;
	margin-right: 15px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a{
	border-color: var(--primary-color);
}

.footer-social-links ul li a i{
	color: var(--white-color);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i{
	color: var(--primary-color);
}

.footer-newsletter-form{
    margin-right: 30px;
}

.footer-links h3{
	font-size: 20px;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 20px;
}

.footer-links p{
	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-address{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.footer-address span{
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 400;
	color: var(--white-color);
}
.footer-address p{
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-weight: 400;
	color: var(--white-color);
	max-width: 430px;
}

.footer-quick-links{
	margin-left: 30px;
}

.footer-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li{
	color: var(--white-color);
	text-transform: capitalize;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
	color: var(--secondary-color);
}

.footer-copyright{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 50px;
	padding: 40px 0;
}

.footer-copyright-text{
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-copyright-text p{
	color:var(--grey-color);
	margin-bottom: 0;
}
.footer-copyright-text div{
	display: flex;gap:8px;align-items: center;
}
.footer-copyright-text div a{
	color:var(--grey-color);
}
.footer-copyright-text div a:hover{
	color:var(--secondary-color);
}


/************************************/
/*** 	 18. Other Page css	  ***/
/************************************/

.otherpage-banner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.otherpage-banner .ratio-21x9 {
    --bs-aspect-ratio:27.857143%;
}
.otherpage-banner::before{
    background: rgba(27, 26, 26, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
	opacity: 0;
}
.otherpage-banner::after{
background: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 72.53%);
opacity: 0;
transform: matrix(1, 0, 0, -1, 0, 0);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:2;
}
.otherpage-banner-content{
	position: absolute;
	width: 100%;
	    z-index: 99;
		top: 50%;
}
.otherpage-banner-content h1{
	font-size: 4.3rem;
	line-height: 4.5rem;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 0;
	cursor: none;
	text-align: center;
	text-shadow: 2px 2px 5px #382021;
}

.aboutus-section{
padding: 100px 0;
}
.aboutus-content h2{margin: 0 0 20px;}
.aboutus-content ul{
list-style-type: none;
    margin: 0;
    padding: 0;
}
.aboutus-content ul li{
	background: url(../images/bullet-list.webp) no-repeat left top;
	padding: 0 0 10px 40px;
	border-bottom: 1px solid #EAEAEA;
	margin: 0 0 10px;
	color: #282828;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
}

.aboutus-image figure{
position: relative;width: 100%;height: auto;
/* height: 650px; */
}
.aboutus-image figure img{
		border-radius:20px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.about-year{
	position: absolute;
	bottom:0px;
	right:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:30px 0 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 190px;
}
.about-year:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.about-year:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.about-year .year-no{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}



.about-mission-main{
background: url(../images/about-vision-bg.webp) no-repeat center center;
background-size: cover;
position: relative;
    padding: 80px 0;
}

.about-mission-main .container{
	position: relative;
	z-index: 1;
}
.aboutpage-mission{
	display: flex;
	flex-direction: row;
	gap:30px;
}

.ab-mission-sec {
  width: 48%;
  background: rgba(31, 31, 31, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 30px;
}

.ab-mission-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.ab-mission-sec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.ab-mission-icon{
    display: flex;
    justify-content: center;
    align-items: center;
width: 100px;
height: 100px;
background: rgba(0, 0, 0, 0.6);
border-radius: 12px;
}
.ab-mission-sec h3{color:var(--white-color);font-size: 1.563rem;line-height:1.8rem;}
.ab-mission-sec p{color:var(--white-color);margin: 0;font-weight: 400;}
.about-mission-head .section-title{
	max-width:700px;margin: 0 auto 50px;
}
.about-mission-head .section-title h3{
color: var(--white-color);margin: 0;
}
.ab-mission-content{
	display: flex;
	flex-direction: column;
	gap: 20px;}

.culture-section{
padding: 110px 0;
background: url(../images/culture-bg.webp) no-repeat center center;
background-size: cover;
    position: relative;
}
.culture-section::before {
        content: "";
        position: absolute;
        top: 0;
        left:0;
        width:100%;
        background-color: rgba(31, 31, 31, .95);
		height: 100%;
		z-index: 0;
    }
.culture-image figure{
position: relative;width: 100%;height:674px;
}
.culture-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.culture-icon{
	position: absolute;
	bottom:0px;
	right:0px;
	display: flex;
	    align-items: flex-end;
    justify-content: flex-end;
	border-radius:30px 0 0 0;
		padding:0;
		gap:10px;
		width:122px;height: 106px;
		background: #1F1F1F;
}
.culture-icon:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	corner-shape: scoop;
	background: #1F1F1F;
    border-radius: 30px;
}
.culture-icon:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	corner-shape: scoop;
	background: #1F1F1F;
    border-radius: 30px;
}
.culture-icon .culture-icon-img{
	background:var(--secondary-color);
	text-align: center;
	border-radius: 30px;
	width: 102px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-self: center;
	    position: relative;
    z-index: 1;
}
.culture-icon .culture-icon-img img{width: 60px!important;height: 60px!important;margin: 0 auto;}
.culture-content{position: relative;}
.culture-content h3{color:var(--white-color);margin: 0 0 20px;}
.culture-content p{color:var(--white-color);}
.culture-content p:last-child{margin: 0;}




.working-section{
background: url(../images/about-work-bg.webp) #dfe9f5 repeat-x top center;
background-size: cover;
position: relative;
    padding:110px 0;
}
.working-section::before {
        content: "";
        position: absolute;
        top: 0;
        left:0;
        width:100%;
		height: 100%;
		z-index: 0;
background: linear-gradient(260.18deg, #000000 0.29%, #666666 99.71%);
opacity: 0.6;
    }
.working-section .container{
	position: relative;
	z-index: 1;
}
.working-sec-content{
	display: flex;
	flex-direction: row;
	gap:30px;
}

.working-sec {
  width: 49%;
  background: rgba(31, 31, 31, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap:20px;
}

.working-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.working-sec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
.working-sec h3{color:var(--white-color);font-size: 1.563rem;line-height:1.8rem;}
.working-sec p{color:var(--white-color);margin: 0;font-weight: 400;line-height:1.4rem;}
.working-head .section-title{
	max-width:700px;margin: 0 auto 50px;
}
.working-head .section-title h3{
color: var(--white-color);margin: 0;
}



.about-who-section{padding: 110px 0;}
.about-who-section .container{max-width: 100rem;}
.about-who-section .section-title h3{text-align: center;width: 100%;}
.abwhoimg{width: 100%;height: 100%;text-align: center;}
.about-who-wrap{display: flex;flex-direction: row;gap:25px;}
.who-box{background:#F4F4F4;
display: flex;
flex-direction: column;
align-items: center;
padding:30px 20px;
gap:20px;
width: 20%;
height: auto;
border-radius: 12px;
}
.who-box-icon{
width: 80px;
height: 80px;
background:var(--white-color);
border-radius: 120px 120px 0 120px;
display: flex;
align-items: center;
justify-content: center;
width: 229px;
height: 229px;
background: #FFFFFF;
}
.who-box h4{color: var(--primary-color);font-size:1.5rem;line-height: 1.7rem;font-weight:700;margin-bottom: 0;text-align: center;}

.process-counts {
    counter-reset: count;
}
.rs-services-three {
  position: relative;
  z-index: 1;
  padding: 110px 0 0;
}
.rs-services-three .rs-services-item {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px 0px 30px;
background: #F7F7F7;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
border-radius: 12px;
margin: 0 0 30px;
}
.rs-services-three .rs-services-item a{gap: 30px;display: flex;flex-direction: column;}
.rs-services-three .rs-services-item .rs-services-thumb {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 12px 12px 0px 0px;
}
.rs-services-three .rs-services-item .rs-services-thumb::before{
position: absolute;
left: 0px;
top: 0px;
content: "";
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(31, 31, 31, 0.8) 58.8%);
border-radius: 12px 12px 0px 0px;
width: 100%;
height: 100%;
}
.rs-services-three .rs-services-item:hover .rs-services-thumb::before{
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(226, 39, 38, 0.8) 67.31%);
}

.rs-services-three .rs-services-thumb img {
  width: 100%;height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.rs-services-three .rs-services-item:hover .rs-services-thumb img {
  /* transform: scale(1.05); */
}

.rs-services-three .rs-services-content {
  display: flex;flex-direction: column;gap: 20px;
position: relative;
  transition: all 0.5s ease;
  padding: 0px 30px;
  width: 100%;
}

.rs-services-three .rs-services-item .rs-services-title {
	font-size: 1.563rem;line-height: 1.8rem;color: var(--grey-color1);min-height:58px;
}
.rs-services-three .rs-services-item:hover .rs-services-title {
  color:var(--secondary-color);
}
.rs-services-three .rs-services-item .descrip {
  font-size: 1rem;line-height: 1.4rem;color: var(--grey-color1);margin: 0;min-height:65px;
}
.rs-services-three .rs-services-item:hover .descrip{
color: var(--primary-color);
}

.rs-services-three .rs-services-number {
  position: relative;
  margin-bottom:0px;
  height: 60px;
}
.rs-services-three .rs-services-number::before {
  position: absolute;
  width: calc(100% - 70px);
  height: 1px;
  z-index: 2;
  inset-inline-end: 0px;
  background: #f5f5f6;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.rs-services-three .rs-services-number::after {
  position: absolute;
  color: #EDEDEF;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  z-index: 2;
  inset-inline-start: 0;
  font-size: 50px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  font-family: var(--default-font);
}
.rs-services-three .rs-services-number::before {
    background:#EDEDEF;
}
.rs-services-three .rs-services-number::after {
    color:#EDEDEF;
}
.rs-services-three .rs-services-item:hover .rs-services-number::before {
  background:var(--secondary-color);
}
.rs-services-three .rs-services-item:hover .rs-services-number::after {
  color:var(--secondary-color);
}

.rs-services-three .rs-services-item .rs-services-btn{display: flex;flex-direction: row;justify-content: space-between;align-items: center;position: relative;
font-weight: 600;
font-size: 1.1rem;
line-height:  1.4rem;
color: #9B9B9B;
}
.rs-services-three .rs-services-item:hover .rs-services-btn{color:var(--secondary-color);}
.rs-round-btn {
    display: flex;
    justify-content:center;
    align-items:center;
    padding: 0;
    width:48px;
    height: 48px;
    background: #EDEDEF;
    border-radius:100px;
}
.rs-services-three .rs-services-item:hover .rs-round-btn{background:var(--secondary-color);}
.rs-round-btn img{filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7475%) hue-rotate(305deg) brightness(91%) contrast(99%);}
.rs-services-three .rs-services-item:hover .rs-round-btn img{filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(695%) hue-rotate(12deg) brightness(114%) contrast(100%);}

.servicespage-main{padding: 110px 0 0;}
.servicespage-wrap{display: flex;flex-direction: row;gap: 30px;}
.servicespage-content{width: 60%;}
.servicespage-content .figure{
/* background: url(en-fab-gasmeter-Picsart-AiImageEnhancer.jpg); */
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 12px;
margin: 0 0 20px;
}
.servicespage-content .figure.ratio-21x9 {
    --bs-aspect-ratio: 50.857143%;
}
.servicespage-content .figure img{border-radius: 12px;}
.servicespage-content .figure .img-cover span{position: absolute;bottom:10px;display: flex;width: 100%;justify-content: center;z-index: 9; color: #fff;padding: 5px 10px;text-align: center;}
.servicespage-content .figure::after{
	content: "";
position: absolute;
width: 100%;
height: 100%;
bottom: 0px;
background: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 72.53%);
opacity: 0.85;
border-radius: 12px;
transform: matrix(1, 0, 0, -1, 0, 0);
}

.servicespage-content .figimg{
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 12px;
margin: 0 0 20px;
    position: relative;
}
.servicespage-content .figimg img{border-radius: 12px;}
.servicespage-content .figimg .img-cover span{position: absolute;bottom:10px;display: flex;width: 100%;justify-content: center;z-index: 9; color: #fff;padding: 5px 10px;text-align: center;}
.servicespage-content .figimg::after{
	content: "";
position: absolute;
width: 100%;
height: 100%;
bottom: 0px;
background: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 72.53%);
opacity: 0.85;
border-radius: 12px;
transform: matrix(1, 0, 0, -1, 0, 0);
}

.servicespage-content h3{font-size:2rem;line-height:2.4rem;color: var(--primary-color);margin: 0 0 20px;}
.servicespage-content .redbox{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 30px;
gap:20px;
background: rgba(226, 39, 38, 0.1);
border-radius: 40px 0px;
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height:25px;
color: #616161;
margin: 0 0 20px;
}
.servicespage-content .redbox h3{font-size:1.8rem;line-height:2rem;color: var(--primary-color);margin: 0;}
.servicespage-content .redbox p{margin: 0;}

.servicespage-listing-sec{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 25px;
gap:20px;
background: var(--grey-color);
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
border-radius: 16px;
margin: 0 0 30px;
}

.servicespage-listing-sec ul{
list-style-type: none;
    margin: 0;
    padding: 0;
}
.servicespage-listing-sec ul li{
	background: url(../images/bullet-list.webp) no-repeat left top;
	padding: 0 0 5px 40px;
	margin: 0 0 15px;
	color: #282828;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	border-bottom: 1px solid #EAEAEA;
}

.servicespage-listing-sec h3{margin: 0;}
.servicespage-listing-sec p{margin: 0;}


.servicespage-listing-sec1{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 25px;
gap: 25px;
background: var(--grey-color);
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
border-radius: 16px;
margin: 0 0 30px;
}

.servicespage-listing-sec1 ul{
list-style-type: none;
    margin: 0;
    padding: 0;
	width: 100%;
}
.servicespage-listing-sec1 ul li{
	padding: 0 0 5px 0;
	margin: 0 0 15px;
	color: #282828;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	border-bottom: 1px solid #EAEAEA;
}
.servicespage-listing-sec1 ul li span{width: 48%;display: inline-flex;}

.sidebar-section{width: 420px;height: 100%;display: flex;flex-direction: column;gap:30px;}
.sidebar-navigation {
height: 100%;
  overflow-y: auto;
display: flex;
flex-direction: column;
align-items: center;
padding: 30px;
gap: 10px;
border-radius: 12px;
background: rgba(31, 31, 31, 0.9);
}
.sidebar-navigation h3 {
  display: block;text-align: left;
    width: 100%;
 font-size: 2.188rem;line-height:2.4rem;color: var(--white-color);margin: 0;
}
.sidebar-navigation ul {
  margin:0;
  padding: 0;
  width: 100%;
}
.sidebar-navigation ul li {
  display: block;
  margin:0 0 10px;
}
.sidebar-navigation ul li a {
  position: relative;
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

display: flex;
flex-direction: row;
align-items: center;
padding: 12px 20px;
gap: 10px;
background: #1F1F1F;
border: 1px solid rgba(254, 254, 254, 0.3);
border-radius: 8px;
}
.sidebar-navigation ul li a i {
  position: absolute;
  right: 20px;
  top:9px;
  background: url(../images/smenu-arrow.svg) no-repeat center center;width: 40px;height: 40px;
}
.sidebar-navigation ul li a i.mdi-flip-v{transform: rotate(90deg);}

.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
  background-color:var(--secondary-color);
}
.sidebar-navigation ul li ul {
  display: none;
  padding: 0 15px;
  margin: 10px 0;
}
.sidebar-navigation ul li ul li {
  font-weight: 400;
  margin:0 ;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: #fff;
  font-weight: 400;
  padding:10px 20px;
  border: 0;
  border-bottom: 1px solid rgba(254, 254, 254, 0.3);
  border-radius: 0;
  background: transparent;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
  color: var(--white-color);
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}




/** history-section **/


.history-tred-section{
padding: 100px 0;
}

.history-tred-image figure{
position: relative;width: 100%;height:500px;
}
.history-tred-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.ht-year{
	position: absolute;
	bottom:0px;
	right:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:30px 0 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 190px;
}
.ht-year:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.ht-year:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.ht-year .ht-year-no{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}
.history-tred-content h2{margin-bottom: 30px;}
.history-tred-content p{margin: 0;}


.history-iconsec{
	    display: flex;
    flex-direction: row;
    width: 100%;
	gap:30px;
padding: 30px;
background: #F9F9F9;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
border-radius: 12px;
margin: 50px 0 0 0;
}
.history-iconsec .history-quality-icons{
	width:120px;
	height:120px;
	border-radius: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	background: rgba(226, 39, 38, 0.15);
}

.history-iconsec .history-quality-content{
	width: 80%;
    text-align: left;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.history-iconsec .history-quality-content h3{
	color: var(--primary-color);
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 700;
	width: 87%;
    text-align: left;
}
.history-iconsec .history-quality-content p{margin: 0;}


.history-section{
  position: relative;
  padding: 110px 0;
  background: var(--grey-color);
}

.history-section .inner-box{
  position: relative;
  display: block;
  margin-bottom: 110px;
}

.history-section .inner-box:last-child{
  margin-bottom: 0px;
}

.history-section .image-box{
  position: relative;
  display: block;
}

.history-section .inner-box.odd .image-box{
  margin-left: 70px;
  padding-left: 30px;
}

.history-section .inner-box.even .image-box{
  margin-right: 70px;
  padding-right: 30px;
}

.history-section .image-box .image{
  position: relative;
  display: block;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 8px;
}

.history-section .image-box .image img{
  width: 100%;border-radius: 8px;
}

.history-section .image-box .link-box{
  position: absolute;
  top: 50px;
}

.history-section .inner-box.even .image-box .link-box{
  right: 0px;
}

.history-section .inner-box.odd .image-box .link-box{
  left: 0px;
}

.history-section .image-box .link-box a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height:45px;
  text-align: center;
  border-radius: 4px;
}
.history-section .image-box .link-box a {
    background:var(--secondary-color);
}
.history-section .image-box .link-box a:hover{
  background:var(--primary-color);
}

.history-section .inner-box.odd .image-box .link-box img{transform: rotate(90deg);}

.history-section .content-box{
  position: relative;
  display: block;
  margin-top: -16px;
}

.history-section .content-box .text{
  position: relative;
  padding-bottom: 0;
  padding-top: 41px;
}


.history-section .inner-box.odd .content-box .text{
  padding-right: 75px;
}

.history-section .content-box h2{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 82px;
  color: #e2e2e2;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e2e2;
}

.history-section .inner-box.odd .content-box h2{
  text-align: left;
}

.history-section .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.history-section .content-box p{
  max-width: 440px;margin: 0;
}

.projectpage-main{padding: 110px 0 0;}
.projectpage-wrap{display: flex;flex-direction: row;gap: 30px;}
.projectpage-content{width: 60%;}
.projectpage-content .projectpage-main-img{position: relative;}
.projectpage-content .figure-img{
/* background: url(en-fab-gasmeter-Picsart-AiImageEnhancer.jpg); */
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 12px;
margin: 0 0 30px;
position: relative;
}
.projectpage-content .projectpage-main-img h3{
position: absolute;
left: 0px;
bottom: 50px;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 75px;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
margin: 0;
width: 100%;
}

.projectpage-content .figure.ratio-21x9 {
    --bs-aspect-ratio:56.857143%;
}
.projectpage-content .figure-img img{border-radius: 12px;}
.projectpage-content .figure-img .img-cover span{position: absolute;bottom:10px;display: flex;width: 100%;justify-content: center;z-index: 9; color: #fff;padding: 5px 10px;text-align: center;}
.projectpage-content .figure-img::after{
	content: "";
position: absolute;
width: 100%;
height: 100%;
bottom: 0px;
background: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 72.53%);
opacity: 0.85;
border-radius: 12px;
transform: matrix(1, 0, 0, -1, 0, 0);
}

.projectpage-content h3{font-size: 2.188rem;line-height:2.4rem;color: var(--primary-color);margin: 0 0 20px;}
.projectpage-content .redbox{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 30px;
gap:20px;
background: rgba(226, 39, 38, 0.1);
border-radius: 40px 0px;
font-weight: 400;
font-size: 18px;
line-height:25px;
color: #616161;
margin: 0 0 20px;
}
.projectpage-content .redbox p{margin: 0;}
.pro-location{
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
margin: 0 0 20px;
font-size: 25px;
font-weight: 600;
}
.pro-location span{color: var(--secondary-color);}

.projects-details__img1 {
    position: relative;
    display: block;
}

.projects-details__img1-single {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.projects-details__img1-single img {
    width: 100%;
}

.projects-details__img1-carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-prev,
.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--cleanin-white);
    color: var(--cleanin-base);
    font-size: 18px;
    font-weight: 700;
    border: 1px solid var(--cleanin-white);
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-prev::before,
.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--cleanin-base);
    transform: scale(0.6);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}

.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-prev:hover::before,
.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-next:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-next:hover {
    border-color: var(--cleanin-base);
    color: var(--cleanin-white);
}

.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-prev span::before,
.projects-details__img1-carousel.owl-carousel .owl-nav button.owl-next span::before {
    font-weight: 700;
    line-height: 53px;
}
.formula-box {
  max-width: 520px;
  background: rgba(226, 39, 38, 0.1);
  padding:16px;
  color: #000;
  border-radius: 12px;
  margin:0 0 20px 0;
}

.formula {
  font-size: 16px;
      flex-direction: column;
    gap: 2px;
	display: flex;
	padding: 0 0 5px 65px;
}
.formula .fbc{display: flex;}
.formula .fbc span{margin:0;width: 30px;display: inline-block; text-align: center;}
.formula .fbc dl{margin:0 10px;display: inline-block;}
.formula .fbc dd{margin:0;display: inline-block;border-bottom: 1px solid #000;padding: 0 0 2px;}
.fbdivider {
  padding: 0 0 0 94px;
}

.description div dd{margin:0 20px 0 0;display: inline-block;}
.description div dl{margin:0 10px;display: inline-block;}
.description div:first-child{padding: 0;}
.description div:last-child{margin: 0;}
.description div {padding: 0 0 0 65px; font-size: 16px;margin: 0 0 6px;}
.description div span{margin:0;width: 30px;display: inline-block; text-align: center;}

/************************************/
/*** 	 21. Contact css	  ***/
/************************************/

.side-contact-form{
display: flex;
flex-direction: column;
align-items: flex-start;
padding:30px;
gap: 20px;
border-radius: 12px;
background: rgba(31, 31, 31, 0.9);
}
.side-contact-form h3{
  display: block;text-align: left;
    width: 100%;
 font-size: 2.188rem;line-height:2.4rem;color: var(--white-color);margin: 0;}
.side-contact-form .form-control{
	font-size: 15px;
	font-weight:500;
	line-height: 1.5em;
	color:var(--grey-color);
	padding: 16px 20px;
	box-shadow: none;
	outline: none;
	background: rgba(242, 242, 242, 0.2);
border: 1px solid rgba(254, 254, 254, 0.2);
border-radius: 8px;
}
.side-contact-form .form-control::placeholder{
	color:var(--white-color);
}
.contactform-sec{
	display: flex;flex-direction: row;flex-wrap: wrap;gap:15px;justify-content: space-between;
}
.form-group{width: 100%;display: flex;flex-direction: column;gap:0px;}
.btn.disabled, .btn:disabled{
	    background: var(--white-color);
    color: var(--primary-color);opacity: 1;justify-content: center;
}



.careerpage-section1{padding: 110px 0 0 0;}
.careerpage-inner{display: flex;flex-direction: column;gap:45px;}

.career-content2{display: flex;flex-direction: row;gap:30px;}
.career-content2-box{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap: 30px;
background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
border-radius: 16px;
width: 49%;
}
.carpage-desc-main{display: flex;flex-direction: column;gap:15px;}
.carpage-desc{display: flex;flex-direction: row;gap:10px;}
.carpage-desc span{color: var(--primary-color);font-size: 1.375rem;line-height: 1.375rem;font-weight: 500;}
.carpage-desc div{color: var(--text-color);font-size: 1.1rem;line-height: 1.3rem;font-weight:400;}
.carpage-btn-sec{display: flex;gap:15px;}

.career-content1, .career-content3{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap: 20px;
width: 100%;
background: #F2F2F2;
border-radius: 16px;
}
.career-content1 p, .career-content3 p{margin: 0;}
.career-content1 h2, .career-content2 h3, .career-content3 h3{font-size:2.188rem;line-height: 3rem;margin: 0;}

.careerpage-form{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap: 20px;
width: 100%;
background: #1F1F1F;
border-radius: 30px;
}
.careerpage-form h3{font-size:2.188rem;line-height: 3rem;margin: 0;color:var(--white-color);}
.careerpage-form .career-form{display: flex;flex-direction: row;gap:20px;flex-wrap: wrap;}
.careerpage-form .career-form .form-control{
	font-size: 15px;
	font-weight:500;
	line-height: 1.5em;
	color:var(--grey-color);
	padding: 16px 20px;
	box-shadow: none;
	outline: none;
	background: rgba(242, 242, 242, 0.2);
border: 1px solid rgba(254, 254, 254, 0.2);
border-radius: 8px;
}
.careerpage-form .career-form .form-control::placeholder{
	color:var(--white-color);
}
.cp-form-group{width: 49%;display: flex;flex-direction: column;gap:0px;}
.cp-form-group.fw{width: 100%;}
.cp-form-group.up-resume{
	font-size: 15px;
	font-weight:500;
	line-height: 1.5em;
	color:var(--grey-color);
	padding: 16px 20px;
	box-shadow: none;
	outline: none;
	background: rgba(242, 242, 242, 0.2);
border: 1px solid rgba(254, 254, 254, 0.2);
border-radius: 8px;
gap:10px;}
.cp-form-group.up-resume label{text-align: center;}
.careerpage-form .career-form textarea.form-control{height: 120px;}
.radio-sec{display: flex;flex-direction: row;gap:20px;flex-wrap: wrap;}
.radio-sec div{width: 49%;}
.radio-sec p {
  color:var(--white-color);
  font-size: 18px;line-height: 20px;
  padding:0;
  margin: 0;
  margin:0 0 20px;
}
.careerpage-form .career-form button.btn-primary{width: 100%;justify-content: center;}
.careerpage-form .career-form button.btn-primary:hover, .careerpage-form .career-form button.btn-primary:focus-visible, .careerpage-form .career-form button.btn-primary:first-child:active {
	background: var(--white-color);
	 color:var(--primary-color);
}

/* label container */
.radio-button-container {
   color:var(--white-color);
  display: block;
  position: relative;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 0;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color:var(--white-color);
  border-radius:100px;
  border:0;
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  border-color: rgba(0,0,0,0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
   background-color:var(--white-color);
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius:100px;
	background:var(--secondary-color);
}

.file-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 340px;
    opacity: 0;
    height: 45px;
    width: 100%;
}

.file-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3rem;
    color: var(--black-color);
    gap: 8px;
	    width: 100%;
}

.up-file-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px 20px;
    border: 0;
    border-radius: 12px;
    background: var(--black-color);
    color: var(--white-color);
    box-shadow: 0px 12px 13px -6px rgba(0, 0, 0, 0.04);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    transition: border-color .2s;
    gap: 10px;
	    width: 100%;
}


.projecttop-contain{
	padding: 110px 0;background: var(--grey-color);
}
.projecttop-contain p:last-child{margin: 0;}
.project-section {
  position: relative;
  z-index: 1;
  padding: 110px 0 0;
}
.project-section .project-item {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px 0px 30px;
background: #FFFFFF;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
border-radius: 12px;
margin: 0 0 30px;
}
.project-section .project-item a{gap: 30px;display: flex;flex-direction: column;}
.project-section .project-item .project-thumb {
  position: relative;
  overflow: hidden;
  height:366px;
  border-radius: 12px 12px 0px 0px;width: 100%;
}
.project-section .project-item .project-thumb::before{
position: absolute;
left: 0px;
top: 0px;
content: "";
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(31, 31, 31, 0.8) 58.8%);
border-radius: 12px 12px 0px 0px;
width: 100%;
height: 100%;
}
.project-section .project-item:hover .project-thumb::before{
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(226, 39, 38, 0.8) 67.31%);
}

.project-section .project-thumb img {
  width: 100%;height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.project-section .project-item:hover .project-thumb img {
  /* transform: scale(1.05); */
}

.project-section .project-content {
  display: flex;flex-direction: column;gap: 20px;
position: relative;
  transition: all 0.5s ease;
  padding: 0px 30px;
}

.project-section .project-item .project-title {
	font-size: 1.563rem;line-height: 1.8rem;color: var(--primary-color); min-height:58px;
	overflow: hidden; 
}
.project-section .project-item:hover .project-title {
  color:var(--secondary-color);
}
.project-section .project-item .project-descrip {
  font-size: 1rem;line-height: 1.4rem;color: var(--primary-color);margin: 0;
    min-height: 65px;
}
.project-section .project-item:hover .project-descrip{
color: var(--primary-color);
}

.project-section .project-item .project-btn{display: flex;flex-direction: row;justify-content: space-between;align-items: center;
font-weight: 600;
font-size: 1.1rem;
line-height:  1.4rem;
color: var(--primary-color);
}
.project-section .project-item:hover .project-btn{color:var(--secondary-color);}
.project-round-btn {
    display: flex;
    justify-content:center;
    align-items:center;
    padding: 0;
    width:48px;
    height: 48px;
    background:transparent;
    border-radius:100px;
}
.project-section .project-item:hover .project-round-btn{background:var(--secondary-color);}
.project-round-btn img{filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7475%) hue-rotate(305deg) brightness(91%) contrast(99%);}
.project-section .project-item:hover .project-round-btn img{filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(695%) hue-rotate(12deg) brightness(114%) contrast(100%);}


.project-listing-sec{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 25px;
gap: 25px;
background: var(--grey-color);
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
border-radius: 16px;
margin: 0 0 30px;
}

.project-listing-sec ul{
list-style-type: none;
    margin: 0;
    padding: 0;
}
.project-listing-sec ul li{
	background: url(../images/bullet-list.webp) no-repeat left top;
	padding: 0 0 5px 40px;
	margin: 0 0 15px;
	color: #282828;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	border-bottom: 1px solid #EAEAEA;
}



.suppliers-section{
padding: 110px 0;
}

.suppliers-image figure{
position: relative;width: 100%;height: 650px;
}
.suppliers-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.suppliers-text{
	position: absolute;
	bottom:0px;
	right:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:30px 0 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 190px;
}
.suppliers-text:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.suppliers-text:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.suppliers-text .suppliers-textcont{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}
.suppliers-content p:last-child{margin: 0;}
.suppliers-content h2{font-size:2.188rem;line-height: 3rem;margin: 0 0 20px;}


.diversity-section{
padding:0;
}
.diversity-image figure{
position: relative;width: 100%;height: 650px;
}
.diversity-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.diversity-text{
	position: absolute;
	bottom:0px;
	left:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:0 30px 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 230px;
}
.diversity-text:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left:180px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.diversity-text:before{
	content: "";
	position: absolute;
	top: -30px;
    left: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.diversity-text .diversity-innertext{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}
.diversity-content h3{font-size:2.188rem;line-height: 3rem;margin: 0 0 20px;}
.diversity-content p:last-child{margin: 0;}

.suppliers-section3{padding: 110px 0 0 0;}
.suppliers-section3 .suppliers-sec-content{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap:20px;
background: #F2F2F2;
border-radius: 16px;
}

.suppliers-section3 .suppliers-sec-content h3{
	color: var(--primary-color);
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 700;
	width: 87%;
    text-align: left;
}
.suppliers-section3 .suppliers-sec-content p{margin: 0;}
.suppliers-section3 .suppliers-sec-content p a{text-decoration: underline;}



.why-section1{
padding: 110px 0;
}
.why-section1-image figure{
position: relative;width: 100%;height:500px;
}
.why-section1-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.why-section1-text{
	position: absolute;
	bottom:0px;
	right:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:30px 0 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 190px;
}
.why-section1-text:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.why-section1-text:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.why-section1-text .why-section1-innertext{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}
.why-section1-content h4{font-size: 2.188rem;line-height: 2.4rem;margin: 20px 0;}
.why-section1-content ul{margin: 15px 0 0 0;padding: 0;}
.why-section1-content ul li{margin: 0 0 15px;padding: 0 0 0 20px;list-style-type: none;position: relative;}
.why-section1-content ul li:before{content: "";position: absolute;top:6px;left:0;width:6px;height:6px;background: var(--grey-color1);border-radius: 100px;}

.why-section-redbox{padding: 0 0 110px;}
.why-section-redbox .redbox{
display: flex;
flex-direction: column;
align-items: center;
padding: 30px;
gap:20px;
background: rgba(226, 39, 38, 0.1);
border-radius: 40px 0px;
margin: 0;
}
.why-section-redbox h4{font-size: 2.188rem;line-height:2.4rem;color: var(--primary-color);margin: 0;}
.why-section-redbox .redbox p{margin: 0;}

.why-section2{
padding:0;
}
.why-section2-image figure{
position: relative;width: 100%;height:500px;
}
.why-section2-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.why-section2-text{
	position: absolute;
	bottom:0px;
	left:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:0 30px 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 230px;
}
.why-section2-text:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left:180px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.why-section2-text:before{
	content: "";
	position: absolute;
	top: -30px;
    left: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.why-section2-text .why-section2-innertext{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}
.why-section2-content h3{font-size: 2.188rem;line-height: 2.4rem;margin:0 0 20px 0;}


.award-section{
padding: 110px 0 0 0;
}
.award-section-image figure{
position: relative;width: 100%;height: 650px;
}
.award-section-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.award-section-text{
	position: absolute;
	bottom:0px;
	right:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:30px 0 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 190px;
}
.award-section-text:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.award-section-text:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.award-section-text .award-section-innertext{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}

.award-section .redbox{
display: flex;
flex-direction: row;
align-items: center;
padding: 30px;
gap: 30px;
background: rgba(226, 39, 38, 0.1);
border-radius: 40px 0px;
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height:25px;
color: #616161;
margin: 0 0 80px;
}
.award-section .award-content-mid{margin: 80px 0;}
.award-section-content p:last-child{margin: 0;}



.certifications-section-main{
padding: 110px 0 0 0;
}
.certifications-content-inner{display: flex;flex-direction: column;gap:80px;}
.certifications-section-image figure{
position: relative;width: 100%;height:565px;
}
.certifications-section-image figure img{
		border-radius:30px;
		/* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); */
}
.certifications-section-text{
	position: absolute;
	bottom:0px;
	right:0px;
	background: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:30px 0 0 0;
	    flex-direction: column;
		padding:1rem 0;
		gap:10px;
		width: 190px;
}
.certifications-section-text:after{
	content: "";
	position: absolute;
	bottom: -50px;
    left: -30px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.certifications-section-text:before{
	content: "";
	position: absolute;
	top: -30px;
    right: -50px;
	width:80px;
	height: 80px;
	background: #fff;
	corner-shape: scoop;
	background: #fff;
    border-radius: 30px;
}
.certifications-section-text .certifications-section-innertext{
color: var(--black-color);
	font-size:2.813rem;
	line-height:3rem;
	font-weight: 600;
	font-family: var(--default-font);
	    text-align: center;
}
.certifications-section-content h2{margin: 0 0 20px;}
.certifications-section-content p:last-child{margin: 0;}


.certifications-section{display: flex;flex-direction: column;gap:40px;}
.certifications-section h4{font-size: 2.188rem;line-height: 2.4rem;margin:0;}
.certi-box-main{display: flex;flex-direction: row;gap:30px;flex-wrap: wrap;justify-content: space-between;}
.certi-box{
display: flex;
flex-direction: row;
align-items: center;
padding: 30px;
gap: 30px;
width: 48.8%;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 20px;
}
.certi-box-main .certi-box:last-child{width: 100%;}
.certi-box-img{width: 60px;}
.certi-box-content{width: 84%;}
.certi-box-main .certi-box:last-child .certi-box-content{width: 90%;}

.certi-redbox{
display: flex;
flex-direction: column;
align-items: center;
padding: 30px;
gap: 30px;
background: rgba(226, 39, 38, 0.1);
border-radius: 40px 0px;
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height:25px;
color: #616161;
margin: 0;
}
.certi-redbox h4{width: 100%;font-size: 2.188rem;line-height: 2.4rem;margin:0;}
.certi-redbox-inr{display: flex;flex-direction: column;gap: 15px;}
.certi-redbox-inr p{margin: 0;}
.certifications-content-mid p:last-child{margin: 0;}
.certifications-content-bottom p:last-child{margin: 0;}

.certifications-logo{
display: flex;
flex-direction: row;
align-items: center;
padding: 30px;
gap: 100px;
max-width: 1023px;
width: 100%;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 16px;
margin: 0 auto;
}

.contactpage-section{padding: 110px 0;}
.contactpage-sectionwrap{display: flex;flex-direction: column;gap:45px;}
.contact-secmain{
display: flex;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
padding: 30px;
gap: 25px;
background: #1F1F1F;
border-radius: 30px;
}
.contact-secmain-inner{display: flex;flex-direction: row;gap: 25px;width: 100%;flex-wrap: wrap;}
.contact-secmain h2{font-size: 2.188rem;line-height: 2.4rem;color:var(--white-color);width: 100%;}

.contact-secmain-inner .contact-box{
display: flex;
flex-direction: row;
align-items: flex-start;
padding:0;
gap:20px;
width: 31.8%;
height: auto;
border-radius: 12px;
}
.contact-secmain-inner .contact-box-icon{
width: 48px;
height: 48px;
background:var(--grey-color1);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.contact-secmain-inner .contact-box-contain{width: 80%;display: flex; flex-direction: column;gap:10px;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec{display: flex;flex-direction: row;gap: 6px;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec span{color: var(--white-color);font-size:1.125rem;line-height: 1.2rem;font-weight: 500;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec a{color: var(--white-color);font-size:1.125rem;line-height: 1.2rem;font-weight: 500;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec a:hover{color: var(--white-color);}
.contact-secmain-inner .contact-box:first-child .contact-box-contain .cbc-call-sec span{line-height: 1.5rem;}

.contactinfo-secmain{
display: flex;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
padding: 30px;
gap: 20px;
background: #1F1F1F;
border-radius: 30px;
}
.contactinfo-inner{display: flex;flex-direction: row;gap: 20px;width: 100%;flex-wrap: wrap;}
.contactinfo-secmain h3{font-size: 2.188rem;line-height: 2.4rem;color:var(--white-color);width: 100%;}

.coninfo-box{
display: flex;
flex-direction: column;
align-items: flex-start;
padding:0 0 15px;
gap:15px;
width: 31.8%;
height: auto;
border-bottom: 1px solid #555555;
}

.coninfo-box h4{color: var(--white-color);font-size:1.375rem;line-height:1.5rem;font-weight: 600;}
.coninfo-box h5{color: var(--white-color);font-size:1.125rem;line-height:1.2rem;font-weight: 400;}
.coninfo-box a{color: var(--white-color);font-size:1.125rem;line-height: 1.2rem;font-weight: 400;}
.coninfo-box a:hover{color: var(--white-color);}

.contact-checkbox{width: 100%;display: flex;flex-direction: column;gap: 15px;}
.contact-checkbox p{margin: 0;color:var(--white-color);}
.contact-checkboxinner{display: flex;gap:15px;}
.form-group-cb {display: inline-flex;gap:20px;width: 200px;}
.form-group-cb input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-cb label {
  position: relative;
  cursor: pointer;
  color:var(--white-color);
}

.form-group-cb label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border:0;
  border-radius: 4px;
  background: var(--white-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin:0 10px 0 0;
  width: 24px;
  height: 24px;
}

.form-group-cb input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--secondary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.contactpage-form{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap: 20px;
width: 100%;
background: #1F1F1F;
border-radius: 30px;
}
.contactpage-form h3{font-size:2.188rem;line-height: 3rem;margin: 0;color:var(--white-color);}
.contactpage-form .contact-form{display: flex;flex-direction: row;gap:20px;flex-wrap: wrap;width: 100%;}
.contactpage-form .contact-form .form-control{
	font-size: 15px;
	font-weight:500;
	line-height: 1.5em;
	color:var(--grey-color);
	padding: 16px 20px;
	box-shadow: none;
	outline: none;
	background: rgba(242, 242, 242, 0.2);
border: 1px solid rgba(254, 254, 254, 0.2);
border-radius: 8px;
}
.contactpage-form .contact-form .form-control::placeholder{
	color:var(--white-color);
}
.contactpage-form .contact-form .cc-form-group{width: 49%;display: flex;flex-direction: column;gap:0px;}
.contactpage-form .contact-form .cc-form-group.fw{width: 100%;}
.contactpage-form .contact-form .cc-form-groupbox{width: 100%;display: flex;gap: 20px}
.contactpage-form .contact-form .cc-form-group.up-file{
	font-size: 15px;
	font-weight:500;
	line-height: 1.5em;
	color:var(--grey-color);
	padding: 16px 20px;
	box-shadow: none;
	outline: none;
	background: rgba(242, 242, 242, 0.2);
border: 1px solid rgba(254, 254, 254, 0.2);
border-radius: 8px;
gap:10px;}
.cc-form-group.up-file label{text-align: center;}
.contactpage-form .contact-form .cc-form-group select{
	font-size: 15px;
	font-weight:500;
	line-height: 1.5em;
	color:var(--white-color);
	padding: 16px 20px;
	box-shadow: none;
	outline: none;
	background: rgba(242, 242, 242, 0.2);
border: 1px solid rgba(254, 254, 254, 0.2);
border-radius: 8px;
}
.contactpage-form .contact-form .cc-form-group select option {
  color: #fff;
  background-color: #000; 
}
.contactpage-form .contact-form textarea.form-control{height: 120px;}
.contactpage-form .contact-form button.btn-primary{width: 100%;justify-content: center;}
.contactpage-form .contact-form button.btn-primary:hover, .contactpage-form .contact-form button.btn-primary:focus-visible, .contactpage-form .contact-form button.btn-primary:first-child:active {
	background: var(--white-color);
	 color:var(--primary-color);
}
.contactpage-address-sec{
background: url(../images/contctpage-address-bg.webp) repeat-x center center;
position: relative;padding: 110px 0;
}
.contactpage-address-sec::after{
    background:#1F1F1F;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
.contactpage-address-inner{
	display: flex;
	flex-direction: row;
	gap:30px;
	flex-wrap: wrap;
}

.cp-address-box {
  width:31.7%;
  position: relative;
  overflow: hidden;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 20px;
}

.cp-address-box h3{color:var(--white-color);font-size: 1.875rem;line-height:2rem;border-bottom: 1px solid rgba(255, 255, 255, 0.3);padding: 0 0 10px;margin: 0;width: 100%;}
.cp-address-box h4{color:var(--white-color);font-size:1.563rem;line-height:1.8rem;}
.cp-address-box .address{color:var(--white-color);margin: 0;font-weight: 400;font-size:1.125rem;line-height:1.8rem;}
.cpa-call-sec{display: flex;flex-direction: column;gap:10px;}
.cpa-call-sec div{color: var(--white-color);font-size:1.125rem;line-height: 1.2rem;font-weight: 400;display: flex;gap:6px;}
.cpa-call-sec div a{color: var(--white-color);font-size:1.125rem;line-height: 1.2rem;font-weight: 400;}
.cpa-call-sec div a:hover{color: var(--white-color);}
.cpa-name-sec{display: flex;flex-direction: column;gap:10px;}
.cp-address-box h5{color:var(--white-color);font-size:1.25rem;line-height:1.3rem;}
.cp-address-box a{color: var(--white-color);font-size:1.125rem;line-height: 1.2rem;font-weight: 400;}
.cp-address-box a:hover{color: var(--secondary-color);}

.blog-listingpage{padding:110px 0 0 0;}
.blog-list-box{
width:100%;
height: 100%;
background: #f9f9f9;
border-radius: 30px;
padding:25px 20px;
position: relative;
overflow: hidden;
display:flex; flex-direction: row;gap:30px; margin: 0 0 30px;
}
.blog-list-box .blog-list-img{
	width: 45%;
	border-radius:30px;
}
.blog-list-box .blog-list-img .img-cover{height: 220px;}
.blog-list-box .blog-list-img img{border-radius:30px;}
.blog-list-box .blog-list-arrow{
	position: absolute;
	bottom:0px;
	right:0px;
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:42px 0 0 0;
	    flex-direction: column;
		padding:1.1rem 0 0 1.1rem;		  
}
.blog-list-box .blog-list-arrow span{
  width: 70px;
    height: 70px;
	background:#f9f9f9;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.blog-list-box .blog-list-arrow span img{
	filter: brightness(0) saturate(100%) invert(34%) sepia(55%) saturate(4171%) hue-rotate(343deg) brightness(87%) contrast(103%);
	    transform: rotate(320deg);
}
.blog-list-box .blog-list-arrow:after{
	content: "";
	position: absolute;
	bottom:-20px;
    left:-20px;
	width:40px;
	height: 40px;
	background: #fff;
	corner-shape: scoop;
    border-radius: 30px;
}
.blog-list-box .blog-list-arrow:before{
	content: "";
	position: absolute;
	top:-20px;
    right:-20px;
	width:40px;
	height: 40px;
	background: #fff;
	corner-shape: scoop;
    border-radius: 30px;
}
.blog-list-box .blog-list-content{display: flex;flex-direction: column;gap:20px;width: 60%;
    justify-content: center;}
.blog-list-box .blog-list-content .blog-list-autorinfo{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #1F1F1F;
}
.blog-list-box .blog-list-content h3{
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 32px;
color: #1F1F1F;
margin: 0;
}
.blog-list-box .blog-list-content p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height:25px;
color: #616161;
margin: 0;
    max-width: 72%;
}


#border-pagination {margin:3.125rem auto 0;padding: 0;text-align: center;display: inline-flex;gap:0.5rem;}
#border-pagination li {display: inline;}
#border-pagination li a {display: block;text-decoration: none;color: #000;padding: 5px 12px;border: 1px solid var(--grey-color1);font-size: 1rem;font-weight: 600;line-height: 1.5rem;border-radius: 4px;}
#border-pagination li a {-webkit-transition: background-color 0.4s;transition: background-color 0.4s}
#border-pagination li a.active {background-color:var(--white-color);border-color: var(--secondary-color);color:var(--secondary-color);}
#border-pagination li a:hover:not(.active) {background:var(--white-color);color:var(--secondary-color);border-color: var(--secondary-color);}


.blog-detail {padding: 5rem 0 0 0;}
.blog-detail h2{color:var(--black-color);font-size: 1.875rem;font-weight: 600;line-height: 2rem;margin: 0 0 0.4rem 0;}
.blog-detail h3{color:var(--black-color);font-size: 1.675rem;font-weight: 600;line-height: 1.9rem;margin: 0 0 0.4rem 0;}
.blog-detail h4{color:var(--black-color);font-size: 1.3rem;font-weight: 600;line-height:1.6rem;margin: 0 0 0.4rem 0;}
.blog-detail p{color:#626262;font-size: 1rem;font-weight: 400;line-height:1.6rem;}



/************************************/
/*** 	32. Contact Us Page css   ***/
/************************************/

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
    height: 500px;
    width: 100%;
	border-radius: 0;
}

.google-map-iframe iframe{
	/* filter: grayscale(100%); */
	transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover{
	filter: grayscale(0%);
}

/************************************/
/*** 	  33. 404 Page css  	  ***/
/************************************/

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 50%;
}

 .error-page-content{
	text-align: center;
}

.error-page-content .section-title{
	margin-bottom: 20px;
}

.gcs-table{margin: 0 0 30px;border: 1px solid #1f1f1f;}
.gcs-table thead{background: var(--primary-color);}
.gcs-table thead th{color:var(--white-color);}
.gcs-table tbody td{font-size: 1rem;border-right: 1px solid #1f1f1f;border-bottom: 1px solid #1f1f1f;}


.privacy-section{padding: 110px 0 0 0;}
.privacy-section h2{font-size:1.6rem;line-height:2rem;margin: 0 0 15px;}
.privacy-section h3{font-size:1.2rem;line-height:1.4rem;margin: 0 0 15px;}
.privacy-section ul li{margin: 0 0 10px;}

.modal{z-index: 10000;}
.modal.jobdetails .modal-dialog{max-width: 800px;}
.modal.jobdetails h3{font-size: 1.8rem;line-height: 2rem;margin: 0 0 20px;}
.modal.jobdetails h4{margin: 0 0 20px;}
.modal.jobdetails .modal-header h4{margin: 0;}
.modal-header .btn-close{padding: 0 10px;}
.modal.jobdetails ul{
list-style-type: none;
    margin: 0;
    padding: 0;
}
.modal.jobdetails ul li{
	background: url(../images/bullet-list.svg) no-repeat left top;
	padding: 0 0 20px 40px;
	border-bottom: 1px solid #EAEAEA;
	margin: 0 0 20px;
	color: #282828;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
}


.psds-legend .legend {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.psds-legend .legend li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  margin-bottom: 8px;
}

.psds-legend .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.psds-legend .legend li .red { background: #ff2d2d; }
.psds-legend .legend li .blue { background: #1e4bff; }
.psds-legend .legend li .green { background: #1fa33c; }
.psds-legend .legend li .gray { background: #9b9b9b; }
.psds-legend .legend li .orange { background: #ff8c00; }
.psds-legend .legend li .dark-orange { background: #d97706; }
.psds-legend .legend li .yellow { background: #ffd400; }

.sml{font-size: 0.8rem;margin: 5px 0 0 0;display: flex;}

/************************************/
/***      34. Responsive css      ***/
/************************************/
@media (max-width:1600px){

	.about-who-wrap{gap:20px;}
	.who-box-icon{width: 100%;}
}

@media (max-width:1400px){
.hc-box-icon {width: 75px;height: 75px;}
.hc-box-icon img{max-width:60%;}
.otherpage-banner-content h1 {font-size: 4rem; line-height: 4.2rem;}
.otherpage-banner .ratio-21x9 {--bs-aspect-ratio: 30.857143%;}
}

@media (max-width:1300px){

.counter-icon {margin: 0 0 120px 0;}
.counter{font-size: 90px;}
.prefix{font-size: 90px;}

.home-about-us, .home-our-services, .home-products-sec, .home-plant-sec, .testimonial-three, .home-project-counter, .home-blog-section, .home-contact-section, .aboutus-section, .working-section, .about-who-section, .history-tred-section, .history-section, .suppliers-section, .why-section1, .projecttop-contain, .contactpage-section, .contactpage-address-sec, .home-history{padding:90px 0;}
.suppliers-section3, .award-section, .project-section, .projectpage-main, .servicespage-main, .certifications-section-main, .careerpage-section1, .blog-listingpage, .privacy-section {padding: 90px 0 0 0;}
.why-section-redbox{padding: 0 0 90px;}
.home-products-icon-section{gap:35px;}

.testimonial-three__single-bottom{min-height: 322px;}
.home-blog-rl .home-blog-rl-content h3{font-size: 22px;line-height: 24px;}
.cs-call-sec{flex-direction: column;}

.hc-box-icon {width: 70px;height: 70px;}
	.hc-box-icon img{max-width:60%;}

	.newsletter-section .subscribe-form{width: 45%;}
	.newsletter-section .subscribe-sec h3{font-size: 2.6rem;}
	.who-box h4{font-size: 1.2rem;line-height: 1.5rem;}
	.who-box-icon{height: 195px;}
.history-section .inner-box {margin-bottom: 90px;}
.project-section .project-item .project-title{min-height: 86px;}
.project-section .project-item .project-descrip{min-height:90px;}
.certi-box{width: 48.6%;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec a, .contact-secmain-inner .contact-box-contain .cbc-call-sec span{font-size: 1rem;}
.cp-address-box {width: 31.6%;}
.blog-list-box .blog-list-content h3{font-size: 22px;line-height: 25px;}
.blog-list-box .blog-list-content{gap:16px;}
.blog-list-box .blog-list-content p{ font-size: 15px;line-height: 20px;max-width: 75%;}

   .otherpage-banner-content h1 {
        font-size:3rem;
        line-height:3.2rem;
    }

.rs-services-three .rs-services-item .rs-services-title{min-height: 86px;}
.rs-services-three .rs-services-item .descrip{min-height:90px;}
}

@media (max-width:1200px){
   
     h1 {font-size:3rem;line-height:3.2rem;}

	 .section-title h3, h2 {font-size:2.8rem;line-height:3rem;}

.home-about-us, .home-our-services, .home-products-sec, .home-plant-sec, .testimonial-three, .home-project-counter, .home-blog-section, .home-contact-section, .aboutus-section, .culture-section, .working-section, .about-who-section, .history-tred-section, .history-section, .suppliers-section, .why-section1, .projecttop-contain, .contactpage-section, .contactpage-address-sec, .home-history{padding:80px 0;}
.suppliers-section3, .award-section, .project-section, .projectpage-main, .servicespage-main, .certifications-section-main, .careerpage-section1, .blog-listingpage, .privacy-section{padding: 80px 0 0 0;}
.why-section-redbox{padding: 0 0 80px;}

.home-services-sec{gap: 24px;}
h3.home-services-heading{font-size: 1.163rem;line-height: 1.7rem;}
.home-services-img {height: 430px;}
.home-services-content {padding: 0 26px 40px;}
.home-products-icon-section{gap:30px;}
.ser-cta-content{max-width: 550px;}
.ser-cta-bg{margin:4rem auto;}
.testimonial-three__single-bottom{min-height: 397px;}
.counter-wrapper{gap:25px;}
.counter{font-size:68px;}
.prefix {font-size: 68px;}
.hc-box-icon {width: 60px;height: 60px;}
	.hc-box-icon img{max-width: 60%;}
	.hc-box{flex-direction: column;align-items: flex-start;}
	.hc-box-contain{width: 100%;}
	.cs-call-sec {flex-direction: row;}
	.cs-call-sec a{font-size: 0.9rem;}
	.newsletter-section{height: auto;padding: 40px 0;overflow: hidden;}
.otherpage-banner .ratio-21x9 {--bs-aspect-ratio: 30.857143%;}
	.otherpage-banner-content h1{font-size:2.8rem;line-height:3rem;}
	.who-box-icon {height: 145px;}
	.who-box-icon img{max-width:56%;}
	.who-box h4{font-size: 1.1rem;line-height: 1.3rem;}
	.history-iconsec{margin: 40px 0 0 0;}
	.history-section .inner-box {margin-bottom: 80px;}
	.why-section1-content h4, .why-section2-content h3, .certifications-section h4, .certi-redbox h4 {font-size:1.9rem;line-height: 2.1rem;}
	.award-section .redbox{margin: 0 0 60px;}
	.award-section .award-content-mid {margin: 60px 0;}

	.rs-services-three { padding:90px 0 0;}
	.rs-services-three .rs-services-item .rs-services-title{height: 50px;}
	.rs-services-three .rs-services-item .descrip{height: 90px;}

	.project-section .project-item .project-title {font-size: 1.4rem;line-height: 1.6rem;min-height: 77px;}
	.project-section .project-item .project-descrip{min-height: 112px;}
	.certifications-content-inner{gap:70px;}
	.certi-box{width: 48.4%;}
	.career-content1 h2, .career-content2 h3, .career-content3 h3 {font-size:2rem;line-height:3rem;}
	.rs-services-three .rs-services-item .rs-services-title{min-height: 77px;}
.rs-services-three .rs-services-item .descrip{min-height:112px;}

	.cp-address-box h3{font-size:1.675rem;line-height:1.9rem;}
.cp-address-box h4{font-size:1.363rem;line-height:1.6rem;}
.contact-secmain-inner .contact-box{width: 31.4%;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec{flex-direction: column;gap: 0;}
.contact-secmain h2, .contactinfo-secmain h3, .contactpage-form h3, .why-section-redbox h4{font-size:1.9rem;line-height: 2.1rem;}
.contactpage-form .contact-form .cc-form-group {width: 48.8%;}
.cp-address-box {width: 31.2%;}
.contactpage-sectionwrap{gap:35px;}
.blog-list-box{gap:20px;}
.blog-list-box .blog-list-img {width: 35%;}
.blog-list-box .blog-list-content{width: 64%;gap: 12px;}
.blog-list-box .blog-list-content .blog-list-autorinfo{font-size: 14px;line-height: 16px;}
.blog-list-box .blog-list-content h3 {font-size: 20px;line-height: 24px;}
#border-pagination {margin:2rem auto 0;}
	.career-content1 h2, .career-content2 h3, .career-content3 h3, .careerpage-form h3 {font-size:2rem;line-height:3rem;}
	.career-content2-box{padding: 30px;gap: 25px;}
.carpage-btn-sec .btn{padding: 1.5rem 2rem;}
.cp-form-group, .radio-sec div {width: 48.8%;}
.blog-detail {padding: 4rem 0 0 0;}
.video-sec-play {height: 525px;max-width: 900px;}
 .home-history-content h3{font-size:2.8rem;line-height:3rem;}
  .newsletter-section .form-subscribe input[type="text"]{width: 60%;}

}

@media (max-width:991px){
	.slicknav_nav li,
	.slicknav_nav ul{display: block;}
	.responsive-menu,
    .navbar-toggle{display: block;}
	.header-btn{display: none;}

	.main-footer {padding: 25px 0 0 0;}
	.footer-links ul li{margin-bottom: 5px;}
	.footer-links h3 {margin-bottom: 8px;}
	.footer-quick-links, .footer-links {margin: 0 0 20px 0;}
	.footer-copyright{margin-top: 0;padding: 20px 0;}
	.home-contact-form{margin:20px 0 0 0;}

.home-about-us-content{margin-top: 1.5rem;}
	h1 {font-size:2.6rem;line-height:2.8rem;}
	.section-title h3, h3, h2{font-size:2.4rem;line-height:2.6rem;}
	
	.home-about-iconsec .home-about-quality-content h3{ font-size: 1.8rem;line-height:2rem;}
	  
.home-about-us, .home-our-services, .home-products-sec, .home-plant-sec, .testimonial-three, .home-project-counter, .home-blog-section, .home-contact-section, .aboutus-section, .about-mission-main, .culture-section, .working-section, .about-who-section, .history-tred-section, .history-section, .suppliers-section, .why-section1, .projecttop-contain, .contactpage-section, .contactpage-address-sec, .home-history{padding:60px 0;}
	.suppliers-section3, .award-section, .project-section, .projectpage-main, .servicespage-main, .certifications-section-main, .careerpage-section1, .blog-listingpage , .privacy-section{padding: 60px 0 0 0;}
	.why-section-redbox{padding: 0 0 60px;}

	.otherpage-banner .ratio-21x9 {--bs-aspect-ratio: 32.857143%;}

.home-services-sec{gap: 18px;}
h3.home-services-heading{font-size: 1.1rem;line-height: 1.4rem;}
.home-services-img {height: 380px;}
.home-services-content {padding: 0 20px 30px;}
.home-products-sec .section-title{gap:20px;margin: 0 0 30px;}
.ser-cta-content{max-width: 400px;}
.ser-cta-content h3 {font-size: 1.5rem;line-height: 2rem;}
.ser-cta-bg{height: 210px;margin:3rem auto;}
.video-one__box a {width: 80px;height: 80px;}
.video-sec-main {margin-bottom:40px;}
.testimonial-three__left{margin-bottom: 20px;height: auto;}
.testimonial-three__single-bottom{min-height: 345px;}
.counter-item {width: 46.333%;}
	.counter-wrapper{flex-wrap: wrap;}
	.counter{font-size: 80px;}

	.home-contact-wrap{flex-wrap: wrap;}
	.hc-box{width: 48%;}
	.hc-box.hc-black{width: 100%;}
	.newsletter-section .subscribe-form{width: 80%;}
	.newsletter-section::before{display: none;}
	.footer-copyright-text{font-size: 16px;}

	.otherpage-banner-content h1{font-size:2.4rem;line-height:2.8rem;}
	.aboutus-content{margin: 20px 0 0 0;}
.about-mission-main{background: var(--primary-color);}
.culture-section{background: var(--primary-color);}
.culture-content{margin: 20px 0 0 0;}
.about-who-wrap {flex-wrap: wrap;justify-content: center;}
.who-box{width: 31.5%;}
.who-box-icon {height: 200px;width: 200px;}
.history-tred-content{margin: 20px 0 0 0;}
.history-iconsec .history-quality-content h3{font-size: 1.8rem;}
.history-iconsec{margin: 30px 0 0 0;}
.history-section .inner-box.even .image-box { margin-right: 0;}
.history-section .inner-box.odd .image-box { margin-left:0px;}
.history-section .inner-box {margin-bottom: 60px;}
.history-section .content-box h2{font-size: 60px;line-height: 60px;}
.suppliers-content, .diversity-content{margin-top:20px;}
.suppliers-content h2{font-size:2rem;line-height:2.1rem;}
.diversity-content h3{font-size:2rem;line-height:2.1rem;}
.diversity-section .row{flex-direction: column-reverse;}
.why-section2 .row{flex-direction: column-reverse;}
.why-section1-content, .why-section2-content{margin: 20px 0 0 0;}
.why-section1-content h4, .why-section2-content h3, .certifications-section h4, .certi-redbox h4 {font-size:1.6rem;line-height: 2rem;}
.award-section .redbox{margin: 0 0 50px;}
.award-section-content{margin: 30px 0 0 0;}
.award-section .award-content-mid {margin: 50px 0;}
.project-section .project-item .project-title {font-size: 1.2rem;line-height: 1.4rem;min-height: 48px;}
.project-section .project-item .project-descrip{min-height: 90px;}
.projectpage-wrap{flex-direction: column;}
.projectpage-content {width: 100%;}
.sidebar-section {width: 100%;}
.servicespage-wrap{flex-direction: column-reverse;}
.servicespage-content{width: 100%;}
.certifications-content-inner{gap:50px;}
.certifications-section-content{margin: 20px 0 0 0;}
.certi-box{width:100%;}
.certifications-logo{gap: 60px;}
	.rs-services-three { padding:70px 0 0;}
	.rs-services-three .rs-services-item .rs-services-title{min-height: 48px;}
.rs-services-three .rs-services-item .descrip{min-height:90px;}

	.cp-address-box h3{font-size:1.375rem;line-height:1.6rem;}
.cp-address-box h4{font-size:1.2rem;line-height:1.4rem;}
.cp-address-box{width: 47%;}
.contactpage-address-inner div:nth-child(3){width: 100%;}
.contact-secmain-inner .contact-box{width: 48%;}
.contact-secmain-inner .contact-box:last-child{width: 100%;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec{flex-direction: row;gap: 4px;}
.contact-secmain h2, .contactinfo-secmain h3, .contactpage-form h3, .why-section-redbox h4{font-size:1.6rem;line-height: 2rem;}
.coninfo-box{width:48.5%;}
.coninfo-box h4{font-size: 1.2rem;}
.coninfo-box h5, .coninfo-box a{font-size: 1.08rem;}
.contactpage-form{padding: 30px;}
.contactpage-form .contact-form .cc-form-group {width: 48.5%;}
.contactpage-sectionwrap{gap:30px;}
.blog-list-box .blog-list-content .blog-list-autorinfo{font-size: 12px;line-height: 14px;}
.blog-list-box .blog-list-content h3 {font-size:18px;line-height: 22px;}
.blog-list-box .blog-list-content p {font-size: 14px;line-height: 20px;max-width: 66%;}
#border-pagination {margin:1.5rem auto 0;}

.career-content1 h2, .career-content2 h3, .career-content3 h3, .careerpage-form h3 {font-size:1.6rem;line-height:2rem;}
.carpage-btn-sec{flex-direction: column;width: 100%;}
.carpage-btn-sec .btn{width: 100%;justify-content: center;}
.cp-form-group, .radio-sec div {width: 48.3%;}
.blog-detail {padding: 3rem 0 0 0;}
.video-sec-play {height: 440px;max-width: 760px;}
.home-history-content{margin: 40px 0 0 0;}
	 .home-history-content h3{font-size:2.4rem;line-height:2.6rem;}
	 .newsletter-section .form-subscribe input[type="text"]{width: 60%;}

}

@media (max-width:767px){

	h1 {font-size:2.2rem;line-height:2.6rem;}
	.section-title h3, h3, h2{font-size:2rem;line-height:2.4rem;}	

	.home-about-us, .home-our-services, .home-products-sec, .home-plant-sec, .testimonial-three, .home-project-counter, .home-blog-section, .home-contact-section, .aboutus-section, .about-mission-main, .culture-section, .working-section, .about-who-section, .history-tred-section, .history-section, .suppliers-section, .why-section1, .projecttop-contain, .contactpage-address-sec, .contactpage-section, .home-history{padding:40px 0;}
	.suppliers-section3, .award-section, .project-section, .projectpage-main, .servicespage-main, .certifications-section-main, .careerpage-section1, .blog-listingpage, .privacy-section {padding: 40px 0 0 0;}
.why-section-redbox{padding: 0 0 40px;}

	.home-services-sec{flex-direction: column;}
.home-products-sec .section-title{margin: 0 0 20px;}

.home-products-icon-sec{width:47%;gap: 20px;margin: 0;}
.ser-cta-bg{flex-direction: column;gap:25px;padding: 40px 0;height: auto;margin:2rem auto;}
    .ser-cta-content {max-width: 90%; }
	.ser-cta-content h3{text-align: center;}
	.home-plant-desc-main{flex-direction: column;}
	.video-one__box a {width: 60px;height: 60px;}
	.video-sec-main {margin-bottom:30px;}
	.video-sec .ratio-21x9 { --bs-aspect-ratio: 60.857143%;}
	.testimonial-three__single-bottom{min-height:260px;}
	.testimonial-three__single-top{width: 100%;}
	.counter-item {width: 46.333%;}
	.counter-wrapper{flex-wrap: wrap;}
	.counter{font-size: 80px;}
	.home-blog-left{margin-bottom: 20px;}
	.hc-box {width: 47%;}
	.cs-call-sec {flex-direction: column;}
	.newsletter-section .subscribe-sec{flex-direction: column;}
	.newsletter-section .subscribe-sec h3{text-align: center;}
	.newsletter-section .subscribe-form{width: 100%;text-align: center;}	
	.newsletter-section .form-subscribe{justify-content: center;}
	.footer-copyright-text{flex-direction: column;gap:10px;}
	.social-media-icon{margin-bottom: 15px;}

	.otherpage-banner-content h1{font-size:2.2rem;line-height:2.6rem;}
	.otherpage-banner .ratio-21x9 {--bs-aspect-ratio: 40.857143%;}

	.aboutpage-mission{flex-direction: column;}
	.ab-mission-sec {width: 100%;}
	.working-sec-content{flex-direction: column;}
	.working-sec {width: 100%;}
	.who-box{width:47%;}
	.history-iconsec{flex-direction: column;}
	.history-iconsec .history-quality-content h3{font-size: 1.6rem;}
	.history-iconsec{margin: 20px 0 0 0;}
	.history-iconsec .history-quality-content{width: 100%;}
	.history-section .inner-box {margin-bottom: 40px;}
	.history-section .content-box h3{font-size: 20px;line-height: 25px;}
	.history-section .content-box .text{padding-top: 20px;}
	.history-section .content-box{margin-top: 20px;}
	.history-section .inner-box.odd .row{flex-direction: column-reverse;}
	.history-section .content-box h2{font-size: 50px;line-height: 50px;}
	.history-section .inner-box.odd .image-box{padding: 0 10px 0 0 ;}
	.history-section .inner-box.even .image-box{padding:0 10px 0 0;}
	.history-section .inner-box.odd .image-box .link-box {right: 0px;left: inherit;}
	.history-section .inner-box.odd .image-box .link-box img {transform: rotate(0deg);}
	.history-section .content-box p {max-width: 100%;}
	.history-section .inner-box.odd .content-box .text {padding-right: 0;}
	.suppliers-content h2{font-size:1.5rem;line-height:1.8rem;}
	.diversity-content h3{font-size:1.5rem;line-height:1.8rem;}
	.why-section1-content h4, .why-section2-content h3, .certifications-section h4, .certi-redbox h4 {font-size:1.2rem;line-height:1.6rem;}
	.award-section .redbox{margin: 0 0 30px;}
	.award-section .award-content-mid {margin: 30px 0;}
		.rs-services-three { padding:50px 0 0;}
	.rs-services-three .rs-services-item .rs-services-title{min-height: auto;height: auto;}
	.rs-services-three .rs-services-item .descrip{min-height: auto;height: auto;}
	.project-section .project-item .project-title{min-height: auto;}
	.project-section .project-item .project-descrip{min-height: auto;}
	.certifications-content-inner{gap:30px;}
	.certifications-logo{gap: 40px;}
	.contact-secmain{padding: 20px;}
	.contact-secmain-inner .contact-box {width: 47%;}
	.contact-secmain h2, .contactinfo-secmain h3, .contactpage-form h3, .why-section-redbox h4{font-size:1.2rem;line-height:1.6rem;}
	.contactinfo-secmain{padding: 20px;}
	.coninfo-box {width: 48%;}
	.coninfo-box h4{font-size: 1.08rem;}
.coninfo-box h5, .coninfo-box a{font-size: 1rem;}
.contactpage-form .contact-form .cc-form-group {width:100%;}
.contactpage-form .contact-form .cc-form-groupbox{flex-direction: column;}
.contact-checkboxinner{flex-direction: column;}
.cp-address-box {width: 100%;}
	.cp-address-box h3{font-size:1.275rem;line-height:1.4rem;}
.cp-address-box h4{font-size:1.1rem;line-height:1.3rem;}
.cp-address-box h5{font-size:1.08rem;line-height:1.2rem;}
.contactpage-sectionwrap{gap:25px;}
#border-pagination {margin:1.125rem auto 0;}

.career-content1 h2, .career-content2 h3, .career-content3 h3, .careerpage-form h3 {font-size:1.3rem;line-height:1.8rem;}
	.carpage-desc span{font-size:1rem;line-height:1.4rem;}
    .career-content2{flex-direction: column;}
	.career-content2-box{width: 100%;}
	.careerpage-form{padding: 20px;}
	.cp-form-group, .radio-sec div {width: 48%;}
	.career-content1, .career-content3, .career-content2-box{padding: 20px;}
.blog-detail {padding: 2rem 0 0 0;}
.pro-location {flex-direction: column;align-items: flex-start;}
.sidebar-navigation{padding: 20px;}
.sidebar-navigation ul li a{font-size: 16px;}
.video-sec-play {height: 323px;max-width: 552px;}
	 .home-history-content h3{font-size:2rem;line-height:2.4rem;}

}


@media (max-width:600px){
	.home-about-iconsec{flex-direction: column;}
	.home-about-iconsec .home-about-quality-content{width: 100%;}
    .home-products-icon-sec{width: 100%;gap: 20px;margin: 0;}
	.home-products-contain h4{min-height: auto;}
	.home-products-icon-section {gap: 20px;}
	.counter-wrapper{flex-direction: column;}
	.counter-item {width:100%;}
	.cms-counter-numbers {text-align: center;}
	.counter-title{text-align: center;margin: 20px 0 0 0;padding: 20px 0 0 0;}
	.counter{font-size: 60px;}
	.hc-box {width: 100%;}
	.cs-call-sec {flex-direction: row;}
	.newsletter-section .form-subscribe{justify-content: center;flex-direction: column;}
	.newsletter-section .form-subscribe input[type="email"]{width: 100%;}
	.newsletter-section .form-subscribe button.btn{width: 100%;}
	.who-box{width:100%;}
	.certifications-logo{flex-direction: column;}
	.contact-secmain-inner .contact-box {width: 100%;}
	.coninfo-box {width: 100%;}
	.video-one__box span{display: none;}
	.newsletter-section .form-subscribe input[type="text"]{width: 100%;}
		.rs-services-three { padding:40px 0 0;}

}



@media (max-width:575px){
.testimonial-three__single-bottom{min-height:444px;}

.contact-secmain-inner .contact-box:first-child{align-items: center;}
.contact-secmain-inner .contact-box-contain .cbc-call-sec{flex-direction: column;}
.blog-list-box{flex-direction: column;}
.blog-list-box .blog-list-img {width: 100%;height: 200px;overflow: hidden;}
.blog-list-box .blog-list-img img{object-fit: cover;height: 100%;width: 100%;}
.blog-list-box .blog-list-content {width: 97%;}
.blog-list-box .blog-list-content p{width: 73%;}

.otherpage-banner .ratio-21x9 {
        --bs-aspect-ratio: 53.857143%;
    }
    .otherpage-banner-content h1 {
        font-size:1.4rem;
        line-height: 2rem;
    }
.cp-form-group, .radio-sec div {width: 100%;}
.home-blog-left, .home-blog-rl{flex-direction: column;}
.home-blog-img {width: 100%;}
.home-blog-left .home-blog-content {width: 100%;}
.home-blog-rl .home-blog-rl-img{width: 100%;}
.home-blog-rl .home-blog-rl-img{height: auto;max-height: inherit;}
.home-blog-rl .home-blog-rl-content{width: 100%;}
.video-sec-play {height: auto;max-width:320px;}
.video-sec-play iframe{padding:20px 10px;}
}

@media (max-width:400px){
.contact-secmain-inner .contact-box:first-child{align-items: flex-start;}
}





