body,
html {
  overflow-x: hidden;
  background-color: whitesmoke;
}

a{
  text-decoration: none;
}

.btn {
  cursor: pointer;
}





/*********************************************************Navbar**************************************************/

.navbar {
  background-color:gainsboro;
  position: fixed;
  top: 50px;
  z-index: 9;
  width: 100%;
}


.navbar .navbar-nav .nav-link {
  color: black;
  font-weight: 600;
  font-size: 20px;
}
.navbar .navbar-nav .nav-link:hover {
  color: red;
}

.navbar .navbar-toggler {
  color:black;
  background:transparent;
  border: none;
}

.navbar .navbar-toggler-icon {
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); */
background-image:url(./photos/grid-fill.png) ;
}

.navbar .navbar-collapse {
  background-color:gainsboro;
  justify-content: center;
}

.navbar ul {
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);  */
   /* padding-top: 38px; */

}
@media (max-width: 768px){
  .navbar ul {
   padding-left: 18px;
  }
}

.navbar .dropdown-menu {
  background-color:gainsboro;
}

.navbar .dropdown-item {
  font-weight: bold;
  color: black;
}
.navbar .dropdown-item:hover{
  color: black;
}

.nav-sociallink-right {
  padding-top: 1vw;
  position: relative;
  left: 8vw;
}

.nav-sociallink-right i {
  font-size: 25px;
  padding-left: 15px;
  color: gray;
}


.navbar .btn {
  background-color: #11379b;
  color: white;
  font-weight: bold;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 3vw;
}

.navbar .btn:hover {
  background-color: white;
  border: solid#11379b;
  color: #11379b;
  box-shadow: 0px 0px 10px 0px rgb(13, 66, 81);
}


/* .stain{
  border: 1px solid black;
  border-radius: 30px;
  }
@media (max-width: 992px){
  .stain{
    text-align: center;
  width: 200px;
  }
} */

 /* .social-icon-nav{
  position: absolute;
  z-index: 2;
  top: 0%;
  right: 0;
  width: 80%;
  padding: 5px;
  font-size: 25px;
  display: flex;
  justify-content: space-around;
  background-color: white;
}   */


/************************************************************* End Navbar *****************************************************/










/************************************************************* Header icon *****************************************************/
.header-icon{
  position: fixed;
  z-index: 9;
  display: flex;
  justify-content:end;
  width:100%;
  height: 50px;
  background-color: white;
  text-align: center;
}

@media (max-width:992px){
  .header-icon{
   display: none;
  }
}

.header-icon h6{
  color: #182A58;
}
.header-icon h6 input::placeholder{
font-size: 16px;
} 


.header-icon-mobile{
  position: fixed;
  z-index: 9;
  display: flex;
  justify-content:end;
  width:100%;
  height: 50px;
  background-color: white;
  text-align: center;
}

@media (min-width:992px){
  .header-icon-mobile{
   display: none;
  }
}

 .social-icon-nav{
  width: 80%;
  padding: 5px;
  font-size: 25px;
  display: flex;
  justify-content:end;
}  

/************************************************************* End Header Icon *****************************************************/








/******************************************** Carousal ***********************************************************/

.opacity {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  /* Adjust the opacity here */
}









/************************************************* Box 2 from top start **************************************************/

.box2a-outer {
  margin-top: 100px;
}

.box2a {
  background-color: rgb(84, 98, 116);
  color: white;
  text-align: center;
}
.box2a:hover {
  background-color:#11379b;
  color:white;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}

.box2a-effect-a{
  padding-top:8%;
  padding-bottom: 8%;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
 }

.box2a h1 {
  font-size: calc(2vw + 2rem);
  font-weight: bold;
  color: rgb(212, 197, 197);
}

.box2a p {
  font-weight: bold;
  color: rgb(212, 197, 197);
  white-space: nowrap;
  font-size: calc(0.5vw + 0.6rem);
  ;
}

.box2b-outer {
  margin-top: 100px;
}

.box2b-inner {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 6%;
  padding-top: 4%;
  background-color:white;
  position: relative;
  top: -13%;
  width: 110%;
  left: -5%;
  z-index: 1;
}

.box2b-inner span {
  display: none;
}

.box2b-inner h1 {
  font-size: calc(2vw + 1rem);
}
.box2b-inner p {
  font-size: calc(0.5vw + 1rem);
} 

.box2c {
  margin-top: 100px;
}

.box2c img {
  width: calc(170px + 20vw);
}
.box2c img:hover {
  transform: scale(1.1,1.1);
  transition: 0.5s;
  }

@media (max-width: 992px) {
  .box2a-outer {
    margin-top: 0px;
  }
  .box2b-outer {
    margin-top: 50px;
  }
  .box2c {
    margin-top: -55px;
  }
  .box2c img {
    width: 100%;
  }

  .box2b-inner span {
    display: contents;
  }
  .box2b-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}


.box2b-inner .btn{
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 50px #FE0000;
  transition: ease-out 0.5s;
  }

.box2b-inner .btn:hover{
  box-shadow: inset 0 0 0 0 #182A58,0px 0px 20px 0px #182A58;
  background-color: #182A58;
  }

/************************************************** box 2 from top end *****************************************************/






/**********************************************Product zoom image**********************************************************/

/* small card carousal */
.owl-buttons {
  display: block;
}

.owl-carousel:hover .owl-buttons {
  display: block;
}
.thumbnail:hover{
  transform: scale(1.05,1.05);
  transition: 0.5s;
}

@media (max-width:630px) {
  .thumbnail img {
    width: 70%;
  }
}


.owl-item {
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #13c285;
  font-size: 20px;
  line-height: 10px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 5px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 5px;
}

/* big box zoom effect */
.zoom {
  position: relative;
  width: 90%;
  margin-left: 4vw;
  margin-top: 70px;
  overflow: hidden;
  cursor: zoom-in;

}

/* .zoom img:hover {
  transform: scale(2.5);
} */

figure img {
  transition: transform 0.5s;
  display: block;
  width: 100%;
}


/****** why choose *********/

.why-choose {
  /* background-image: url('./photos/background-photo.avif'); */
  background-size: cover;
  position: relative;
  /* padding: 30px 0px;
  margin-top: 50px; */
}

.white {
  content: "";
  position: absolute;
  top: 8%;
  left: 2%;
  width: 97%;
  height: 90%;
  background: white;
  opacity: 0.5;
  /* Adjust the opacity here */
}


.why-choose-detail {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}

@media (max-width:992px) {
  .why-choose-detail {
    width: 100%;
    padding-left: 3%;
    padding-left: 4%;
    padding-bottom: 40px;
  }
}


.why-choose h1 {
  font-size: calc(22px + 2vw);
  font-weight: bold;
}

.why-choose h6 {
  color: #FE0000;
  font-size: calc(12px + 1vw);
}

.nav-tabs .nav-link {
  color: black;
  border-bottom: 5px solid gainsboro;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  border: none;
  /* Remove the default border */
  border-bottom: 5px solid #FE0000;
  /* Add the green bottom border for the active link */
  background-color: transparent;
  color: #FE0000;
}

.tab-content p {
  font-size: 17px;
}


.why-choose-detail .btn{
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  background: #FE0000;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #FE0000;
  transition: ease-out 0.5s;
  }

.why-choose-detail .btn:hover{
  box-shadow: inset 0 0 0 0 #182A58,0px 0px 20px 0px #182A58;
  background-color: #182A58;
  }

/********************************************** End Product zoom image***************************************************/








/****************************************************** Hot Sale*********************************************************/
.hot-sale {
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 2%;
  padding-right: 2%;
}

.hot-sale-left {
  margin-top: 50px;
}


.hot-sale-right {
  margin-top: 50px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.breadcrumb-item a:hover {
  color: blue;
}

/* button */
.hot-sale .btn{
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
  background: white;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #303439;
  transition: ease-out 0.5s;
  }

.hot-sale .btn:hover{
  box-shadow: inset 200px 0 0 0 #11379b;
  border: solid 2px #11379b;
  color: white;
  }

  .hot-sale .btn1{
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    background: #11379b;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #303439;
    transition: ease-out 0.5s;
    }
  
  .hot-sale .btn1:hover{
    box-shadow: inset 200px 0 0 0 white;
    border: solid 2px #11379b;
    color: black;
    }




/* hot sale carousal */
.hot-sale .slick-track{
  height: 300px;
}

.hot-sale .items {
  width: 100%;
  margin: 0px auto;
  /* margin-top: 100px */
}

.hot-sale .card {
  position: relative;
  display: flex;
  width: 600px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}


.hot-sale .card-body {
 text-align: center;
 padding: 1.25rem;
  position: relative;
  top: -18;
  background-color:white;
}


.hot-sale .slick-slide {
  margin: 10px;
}

.hot-sale .profile-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px;
}

.hot-sale .profile-image:hover{
  transform: scale(1.05,1.05);
  transition: 0.5s;
}

.hot-sale .card-title a {
  font-size: 19px;
  text-decoration: none;
  color: black;
}

/* Center prev and next icons in the middle of the carousel */
.hot-sale .slick-prev{
  top: 50%;
  left: 2%;
  z-index: 1;
}
.hot-sale .slick-next {
  top: 50%;
  right: 3%;
}
/* Adjust styling of prev and next icons */
.hot-sale .slick-prev:before,
.hot-sale .slick-next:before {
  font-size: 30px;
  color: gray;
}
/* Make the dots white for better visibility */
.hot-sale .slick-dots li button:before {
  color: white;
}






/******************************************* Subscribe for more information start **********************************************/
.background-subscribe{
  background-image: url("./photos/background\ suscvribe.webp");
  background-size: cover;
  height: 400px;
  width: 100%;
  padding: 30px 0px;
}
.background-subscribe h3{
  color: white;
}

.background-subscribe p{
  color: white;
}
.background-subscribe input{
  width: 60%;
  border: none;
}
.sub-button{
  background-color:#F08300;
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
}






/* carousal-subscribe */
/* .subscribe-carousal{
position: relative;
top: -150px;
background-color: white;
}
.latest-news{
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  background-color: gainsboro;
}
@media (max-width:992px){
  .latest-news{
    height: 250px;
     display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
  }
  .subscribe-carousal{
    position: relative;
    top: 0px;
    }
}


.subscribe-carousal .btn{
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  background: #F08300;
  font-weight: bold;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #303439;
  transition: ease-out 0.5s;
  }

.subscribe-carousal .btn:hover{
  border: solid 2px #F08300;
  background-color: white;
  color: black;
  box-shadow: 3px 3px 15px 2px #F08300;
  }


.subscribe .card {
  position: relative;
  display: flex;
  width: 600px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.subscribe .card .card-body {
  padding: 3%;
  padding-left: 5%;
  background-color:white;
}

.subscribe .card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}


 .subscribe {
  width: 100%;
  margin: 30px auto;

}

.subscribe .slick-slide {
  margin: 10px;  
}


.subscribe .profile-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px;
}
.subscribe .profile-image:hover{
  transform: scale(1.2,1.2);
  transition: 0.5s;
}

.subscribe .card-title a {
  font-size: 19px;
  text-decoration: none;
  color: black;
}


.subscribe .slick-prev{
  top: 50%;
  left: 2%;
  z-index: 1;
}
.subscribe .slick-next {
  top: 50%;
  right: 3%;
}

.subscribe .slick-prev:before,
.subscribe .slick-next:before {
  font-size: 30px;
  color: #F08300;
}

.subscribe .slick-dots li button:before {
  color: white;
}
 */

/*******************************************End Subscribe for more information start **********************************************/








/************************************************* footer *******************************************************************/

.foot {
  background-color: black;
  color: white;
}

.foot ul li {
  list-style: none;
  padding: 2%;
}
.foot ul li a{
color: white;
}

.foot ul li:hover {
  text-decoration: underline;
}

.foot h2 {
  font-size: 19.8px;


}

.foot i{
  color: white;
  font-size: 25px;
}

.footerbox {
  border-radius: 10px;
  padding-top: 5px;
}


.input-box {
  width: 300px;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.foot input {
  background-color: black;
  border: solid 1px gray;
  color: white;
}

.foot input::placeholder{
  color: white;
  font-size: 12px;
  opacity: 0.5;
}

.input-box label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.ok-button{
  background-color:#182A58;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.enterboxandbtn {
  display: flex;
}

/***************************************************End footer *******************************************************************/












                               /**************Alloyed Piiper **************/

/*********************************************Alloyed Piiper **************************************************************/
.product-category{

}
.product-category .list-group-item{
  background-color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
}
.product-category .list-group-item a{
color: black;
}
.product-category .list-group-item a:hover{
  color: blue;
}


/* Pipper Profile */
.Pipper-heading{
  clip-path: polygon(0% 0%, 85% 0%, 75% 100%, 0% 100%); 
  background-color: #182A58;
  width: 70%;
  color: white;
}
.Pipper-a{
  background-color: white;
  padding-left: 0%;
  padding-right: 0%;
  }

.Pipper-card{
    width: 90%;
    margin: auto;
    border: 1px solid rgba(128, 128, 128, 0.5);
    transition: 0.5s;
}
.Pipper-card:hover{
  box-shadow: 0px 0px 20px 0px grey;
}

.Pipper-profile{
overflow: hidden;
width: 100%;
}

.Pipper-profile img{
transition: 0.5s;
 }
 
 .Pipper-a img:hover{
   transform: scale(1.2,1.2);
 }

 .Pipper-title{
   margin-top: 10px;
 }
 .Pipper-title h5{
   font-weight: bold;
   color:black;
   font-size: 18px;
 }

 .Pipper-title a{
   font-weight: bold;
   color:white;
   background-color: #182A58;
   text-decoration: none;
   width:100%;
   display: block;
   padding:3%;
   text-align: center;
 }

 .Pipper-title h5 a{
  font-weight: bold;
  color:black;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
}

/******************************************** End Alloyed Piiper *******************************************************/











                             /********************* H Beam *****************/

/**************************************************** H Beam *************************************************/

/****** why choose *********/

.beam {
  /* background-image: url('./photos/background-photo.avif'); */
  background-size: cover;
  position: relative;
  /* padding: 30px 0px;
  margin-top: 50px; */
}

.white {
  content: "";
  position: absolute;
  top: 8%;
  left: 2%;
  width: 97%;
  height: 90%;
  background: white;
  opacity: 0.5;
  /* Adjust the opacity here */
}


.beam-detail {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}

@media (max-width:992px) {
  .beam-detail {
    width: 100%;
    padding-left: 3%;
    padding-left: 4%;
    padding-bottom: 40px;
  }
}


.beam h1 {
  font-size: calc(22px + 2vw);
  font-weight: bold;
}

.beam h6 {
  color: #FE0000;
  font-size: calc(12px + 1vw);
}

.nav-tabs .nav-link {
  color: black;
  border-bottom: 5px solid gainsboro;
}

.nav-tabs .nav-link.active {
  border: none;
  /* Remove the default border */
  border-bottom: 5px solid #FE0000;
  /* Add the green bottom border for the active link */
  background-color: transparent;
  color: #FE0000;
}

.tab-content p {
  font-size: 17px;
}


.beam-detail .btn{
  width: 40%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  background: #FE0000;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #FE0000;
  transition: ease-out 0.5s;
  }

.beam-detail .btn:hover{
  box-shadow: inset 0 0 0 0 #182A58,0px 0px 20px 0px #182A58;
  background-color: #182A58;
  }


  .beam-detail .btn1{
    width: 80%;
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    background: #FE0000;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #FE0000;
    transition: ease-out 0.5s;
    }
  
  .beam-detail .btn1:hover{
    box-shadow: inset 0 0 0 0 #182A58,0px 0px 20px 0px #182A58;
    background-color: #182A58;
    }
  
  

/****************************************************End H Beam *************************************************/












                             /********************* contact us page start *****************/

/**************************************************** contact us page start *************************************************/
/* responsive form start */

.callback-form {
  max-width: 400px;
  width: 100%;
}

.form-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #555;
  transition: 0.3s;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
}

.form-group input:focus + label,
.form-group input:valid + label {
  top: 0;
  transform: translateY(0);
  font-size: 14px;
  color: #ff66b2;
}




.newform form {
  max-width: 400px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newform label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.newform input,.newform textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.newform textarea {
  height: 100px; /* Set a greater height for the 'Inquiry' textarea */
}

.newform input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  cursor: pointer;
}

.newform input[type="submit"]:hover {
  background-color: #45a049;
}

.newform .submit-button {
  background-color: #2989a6;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-style: bold;
  width: 100%;
}

/* responsive form end */

.small-circle {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  position: relative;
  bottom: 33%;
  

  margin: auto;
  border: 10px whitesmoke solid;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  
}
.small-circle i{
  font-size: 40px;
  color: red;
}


/****************************************************End contact us page start *************************************************/















                             /********************* Career *****************/

/**************************************************** Career *************************************************/

.news .mycard{
  width: 90%;
  margin: auto;
  border: none;
  transition: 0.5s;

}
.news .mycard:hover{
/* box-shadow: 0px 20px 20px 0px grey; */
}

.news .mycard-profile{
overflow: hidden;
width: 100%;
}

.news .mycard-profile img{
transition: 0.5s;
}

.news .mycard-profile img:hover{
 transform: scale(1.2,1.2);
}

.news .mycard-title{
  position: relative;
  top: -50px;
  left: 10%;
  background-color: white;
  width: 90%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: 0.5s;
}
.news .mycard-title:hover{
transform: translate(10px,-10px);
}

.news .mycard-title h5{
 font-weight: bold;
 color:black;
 font-size: 18px;
}

.news .mycard-title a{
 font-weight: bold;
 color:white;
 background-color: #182A58;
 text-decoration: none;
 width:100%;
 display: block;
 padding:3%;
 text-align: center;
}

/****************************************************End Career *************************************************/














/* ************************************************************About us start******************************************************************************* */


/* ****************************************************************Company features start******************************************************************** */
/* box 8 Perfect Solution */
.box8 {
  background-color: whitesmoke;
  padding-left: 5%;
  padding-right:2%;
}

.box8a {
  margin-top: 3vw;
  background-color: whitesmoke;
  position: relative;
  left: 0%;
  animation: box8a 2s;
}



.box8-heading {
  font-size: calc(2.2vw + 1rem);
  font-weight: bold;
  line-height: 4vw;
  color: black;
}


.box8 .btn {
  background-color:#11379b;
  box-shadow: 0px 0px 10px 0px#11379b;
  font-size: calc(1vw + 0.2rem);
  color: white;
  font-weight: bold;
  padding-left: 5%;
  padding-right: 5%;
}

.box8 .btn:hover {
  background-color:white;
  border:solid#11379b;
  color:#11379b;
  box-shadow: 0px 0px 10px 0px rgb(13, 66, 81);
}

.box8b {
  padding-top: 1%;
  padding-bottom: 5%;
  padding-left: 2%;
  margin-top: 5vw;
  border-radius:30px;
  position: relative;
  z-index: 1;
  animation: box8b 2s;
}



.box8b img{
  border-radius:30px;
}

.box8b-row {
  animation: box8b- 2s;
  position: relative;
}

.box8b-a,
.box8b-b,
.box8b-c,
.box8b-d {
  margin-top: 15px;
  background-color: white;
  padding-top: 2%;
  padding-left:2% ;
  padding-right:2% ;
  margin-left: 2vw;
  box-shadow: 0px 0px 10px 0px #182A58;
  border-radius: 30px;
  transition: 1s;
  animation: updown 1s infinite;
  animation-direction: alternate-reverse;
}



.box8b-a:hover,
.box8b-b:hover,
.box8b-c:hover,
.box8b-d:hover {
  margin-top: 1vw;
  background-color:#182A58;
  padding-top: 2%;
  padding-left:2% ;
  padding-right:2% ;
  margin-left: 2vw;
  box-shadow: 0px 0px 10px 0px #182A58;
  border-radius: 30px;
  color: white;
}


/* ************Company features box end************* */

/* **********************************************About us end********************************************************** */







/************************************************ FAQ Page Start *************************************************************************/

.accordion-item a{
  color: black;
  font-weight: bold;
}
/* *****************************************fAQ page end*********************************************************************************** */



/***************************Product inquiry start******************************* */

.number-box input{
  display: inline-block;
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  background-color: whitesmoke;
}

/* ***************************product inquiry end**********************************8888 */