@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

*{
	padding: 0px;
	margin: 0px;
}





html{
	scroll-behavior: smooth;
}

.container{
	max-width: 1350px!important;
}



p, h3, h1, h4, h5, a, label{
	font-family: 'Inter', sans-serif;
}

ul{
	list-style: none;
	margin-bottom: 0px;
}


:root{
	--first-color:#000084;
	--second-color:#06BDDD;
	--white-color:#fff;
	--black-color:#000;
	--red-color:#CF1232;
	--border-color:#E4E4E4;
}
.first-color{
	color: #FCB531!important;
}

.second-color{
	color: #06BDDD!important;
}

 
a:hover{
	color: #000;
	text-decoration: none;
}
/*@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}
*/

p{
	font-size: 15px;
}


.common-section{
	padding: 100px 0px;
	position: relative;
}
/*--------start-header-here---------*/








/*---------top-header-here----------*/

.header-section {
    background-color: var(--first-color);
    z-index: 99;
    position: relative;
    padding: 15px 0px;
}

.d-flex-common {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-box .items .box-phone i {
    width: 35px;
    height: 35px;
    background-color: var(--white-color);
    color: var(--red-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icon a i{
	width: 35px;
	height: 35px;
	background-color: #5a5a9df5;
	color: var(--white-color);
	border-radius: 100px;
	display: flex;
	transition: 0.3s ease;
	align-items: center;
	justify-content: center;
}

.social-media-icon a i:hover{
	background-color: var(--red-color);
	color: var(--white-color);
	transform: rotate(360deg);
}
.social-media-icon{
	display: flex;
	gap: 10px;
	justify-content: right;
}
/*---------------End-header-here-----------*/


.header{
	background-color: var(--white-color);
	padding: 9px 0px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.fixed-header{
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99;
	animation: header 1s 1 alternate;
}

@keyframes header{
	0% {
    transform: translateY(-100%);
	}
	100% {
	    transform: translateY(0%);
	}
}


.dropdown-toggle::after{
	display: none;
}
.dropdown-menu{
	padding: 11px;
	min-width: 230px!important;
	top: 14px!important;
	border: 1px solid var(--first-color);
}

.hamburger{
	margin-left: 20px;
}


.hamburger .line{
  width: 30px;
  height: 2px;
  background-color: var(--first-color);
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}


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

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}


.menu-list-link{
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 25px;
}
.menu-list-link .item a{
	font-size: 14px;
	transition: 0.4s ease;
	color: var(--black-color);
}
.menu-list-link .item.active a,
.menu-list-link .item a:hover{
	color: var(--first-color);
}

.mobile-menu.menu-list-link{
	flex-direction: column;
	    gap: 10px;
	    align-items: inherit;
}

/*---------------End-stores-details-section-banner-here------------*/





/*------------------mobile-menu-box-menu-box------*/

.mobile-menu-box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0px;
	background-color: #0000009c;
	z-index: 9999;
	transition: 0.3s ease;
}

.mobile-menu-box-active{
	left: 0%;
	transition: 0.3s ease;
}

.mobile-menu-box .inner-box{
	width: 75%;
	background-color: var(--white-color);
	height: 100%;
	padding: 20px 10px;
	position: relative;
	z-index: 999;
}
.mobile-menu-box .overlay-box{
	width: 100%;
	position: absolute;
	z-index: -1;
	height: 100%;
}
.mobile-menu-box .main-box{
	width: 150px;
}
.mobile-menu-box .inner-box .logo-box {
	justify-content: center;
}
.mobile-menu-box .inner-box .logo-box .close-box i{
	color: var(--first-color);
	cursor: pointer;
	font-size: 18px;
}
.phone-menu-list{
	height: 400px;
	overflow: auto;
}
.submenu-mobile{
	margin-left: 7px;
}
/*-------------End-mobile-menu-box-here-----------*/









/*------------Start-banner-section-here--------*/
.common-bc{
	background-image: url(../img/banner-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	display: flex;
	align-items: center;
}
.color-red{
	color: var(--red-color)!important;
}
.banner-content h1{
	font-weight: 800;
	font-size: 48px;
}

.banner-content p{
	font-size: 18px;
}

.common-btn .btn {
  background-color: var(--red-color);
  border-radius: 100px;
  padding: 12px 30px;
  border-radius: 100px;
  font-size: 16px;
  color: var(--white-color);
}

.common-btn .btn:hover{
	background-color: var(--first-color);
	color: var(--white-color);
}

/*------------End-banner-section-here------------*/


/*-------------Start-service-section-here--------------*/
.service-section{
	background-image: url(../img/service-bc.jpg);
	min-height: auto;
}


.main-heading {
    font-weight: 900;
    font-size: 47px;
}

.service-box{
	background-color: var(--white-color);
	border-radius: 15px;
	padding: 20px;
  position: relative;
	margin-top: 30px;
	transition: 0.5s ease;
	text-align: center;
	z-index: 11;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.service-box:hover{
	background-color: var(--first-color);
	margin-top: -1px;
}
.service-box:hover h5{
	color: var(--white-color);
}

.service-box h5{
	font-size: 13px;
  height: 28px;
}

.service-box:hover .service-icon-box{
	border-color: var(--red-color);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

 

.service-box .service-icon-box{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	transition: 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white-color);
	margin: 0px auto;
	border: 5px solid var(--first-color);
}

/*------------ENd-service-section-here----------------*/


/*-------------Start-Capabilities-box-here------------*/
.Capabilities-box{
	background-color: #d9d9d954;
	border-radius: 15px;
	padding: 14px;
	height: 93%;
	margin-top: 30px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
	border-bottom: 5px solid var(--first-color);
	transition: 0.5s ease;
}



.Capabilities-box:hover{
	border-bottom: 5px solid var(--red-color);
}
.Capabilities-box .img-box-Capabilities{
	background-color: var(--white-color);
	border-radius: 15px;
	margin-bottom: 20px;
	padding: 10px;
}
.Capabilities-box h5{
	font-size: 15px;
}
.Capabilities-box p{
	font-size: 13px;
}

/*--------------ENd-Capabilities-box-here-------------*/


/*-------------Start-Manufacturing and Workshop Services-here-----------*/
.Workshop-Services{
	background-image: url(../img/workshop-services-img.jpg);
	min-height: auto;
}
.Workshop-Services-box{
	background-color: var(--white-color);
	border-radius: 100px;
	padding: 5px;
	margin-top: 30px;
	display: flex;
	height: 64px;
	gap: 10px;
	align-items: center;
}

.Workshop-Services-box i{
	width: 50px;
	height: 50px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--red-color);
	border-radius: 100px;
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: center;
}
.Workshop-Services-box p{
	font-size: 13px;
}

/*----------------ENd-Manufacturing and Workshop Services-here-----------*/

/*----------------Start-valves-Services-here---------------*/
.valves-Services{
	background-image: url(../img/valves-img-bc.jpg);
	min-height: auto;
}

.valves-box{
	background-color: var(--white-color);
	border-radius: 15px;
	padding: 10px;
	border: 4px solid transparent;
	transition: 0.3s ease;
	margin-top: 30px;
	height: 90%;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.valves-box img{
	height: 110px;
}

.valves-box:hover{
	border-color: var(--first-color);
}

.valves-box h4{
	font-weight: 700;
	color: var(--first-color);
	margin-left: 10px;
	margin-bottom: 20px;
}

.point-list .items{
	display: flex;
	align-items: center;
	margin-top: 10px;
	gap: 10px;
}

.point-list .items span i{
	color: var(--first-color);
}
.Reverse-engineering-section .service-box{
	height: 130px;
	border-bottom: 5px solid transparent;
	margin-top: 68px;
}
.Reverse-engineering-section .service-box:hover{
	background-color: var(--white-color);
	margin-top: 68px;
	border-bottom: 5px solid var(--red-color);
}

.Reverse-engineering-section .service-box:hover h5{
	color: var(--black-color);
}

.Reverse-engineering-section .service-icon-box{
	margin-top: -68px;
	padding: 51px;
}
.Reverse-engineering-section .service-icon-box img{
	border-radius: 100px;
}

.Recondition-content h2{
	font-weight: 700;
	color: var(--first-color);
}

.gear-box-right-img img{
	border-radius: 30px;
}

.turn-key-partner .inner-box{
	background-color: var(--white-color);
  border-radius: 15px;
  padding: 20px 20px;
  border-bottom: 6px solid var(--first-color);
  border-right: 6px solid var(--first-color);
  transition: 0.3sease;
  margin-top: 30px;
  height: 90%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.turn-key-partner .inner-box h1{
	color: var(--first-color);
	font-weight: 700;
	font-size: 20px;
}

.image-box-innner{
	background-color: var(--white-color);
  border-radius: 15px;
  padding: 20px 10px;
  transition: 0.3sease;
  margin-top: 30px;
  height: 90%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}


.main-heading .partner-text{
	display: block;
	font-size: 80px;
	font-weight: 800;
}


.full-turnkey-box{
	 box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.full-turnkey-box .right-icon{
	width: 50px;
  height: 50px;
  text-align: center;
  color: var(--white-color);
  background-color: var(--red-color);
  border-radius: 100px;
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  justify-content: center;
}


.contact-box{
	background-color: var(--white-color);
  border-radius: 15px;
  padding: 20px 10px;
  transition: 0.3sease;
  margin-top: 30px;
  height: 90%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.contact-box i{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin: 0px auto;
	background-color: #F0F4F5;
}

.contact-box .active{
	background-color: var(--first-color);
	color: var(--white-color);
}

.form-box-inner{
	background-color: var(--white-color);
  border-radius: 15px;
  padding: 20px 10px;
  transition: 0.3sease;
  margin-top: 30px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.form-control:focus{
	box-shadow: none!important;
	border-color: var(--first-color);
}

.form-control{
	border-radius: 10px;
	height: 50px;
	margin-top: 20px;
}

textarea{
	height: 150px!important;
}

.copyright-box{
	background-color: var(--first-color);
	padding: 20px 20px;
}
.mechanical-section{
	overflow: hidden;
}
/*----------------End-valves-Services-here------------------*/