*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}
body{
    font-family: "Lato", sans-serif;
}
ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  padding: 0;
}
a{
    text-decoration: none;
}
.topnav{
    background-color: #1a62ac;
    color: #fff;
}
.topnav ul{
    display: flex;
    margin:9px 0;
    justify-content: end;
}
.topnav ul li{
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.topnav ul li:last-child{
    padding-right: 0;
}
.topnav ul li i{
    background-color: #fff;
    color: #1a62ac;
    padding: 6px;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 15px;
}
.topnav ul li a{
  color: #fff;
}
.top-social{
    display: flex;
    justify-content: end;
}
.top-social>ul>li{
    padding-right: 0;
    margin: 0 9px;
}
.top-social>ul>li>a>i{
    margin-right: 0 !important;
}
.top-social>ul>li:last-child{
    margin-right: 0;
}
.logo img{
    width: 120px;
}
nav ul{
    display: flex;
    justify-content: flex-end;
}
nav ul li a{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-left: 40px;
    white-space: nowrap;
}
nav ul li a:hover{
  color: #1a62ac;
}
nav ul li a i{
  transition: 0.3s ease;
}
nav ul li a:hover i{
    transform: rotate(180deg);
}
.pro-1{
    position: relative;
}
.pro-2{
    position: absolute;
    top: 40px;
    left: -50px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    display: block;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 999999;
    overflow-y: scroll;
    height: 424px;
}
.pro-2 > li{
    width: 385px !important;
    background-color: #1a62ac;
    padding: 7px 15px;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
}
.pro-2 > li:last-child{
    border-bottom: none;
}
.pro-2 > li > a{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: normal;
    padding-left: 0;
    padding-bottom: 0;
    font-weight: 600;
    white-space: wrap;
}
.pro-2 > li:hover{
    background-color: #fff;
}
.pro-2 > li:hover a{
    color: #000;
}
.pro-1:hover .pro-2{
    visibility: visible;
    opacity: 1;
    transition: 0.6s;
    transform: translateX(0);
}

/* toggle button */

.hamburger-menu{
  display: flex;
  height: 50px;
  justify-content: end;
  align-items: center;
  display: none;
}
.hamburger{
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  width: 30px;
}
.bar{
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  position: relative;
}
.bar:nth-child(2) {
  width: 15px
}
.header-contact .bar:nth-child(2) {
  transform: translateX(-40px);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  background-color: #1a62ac;
}

.header-contact .bar:nth-child(1) {
  transform: rotate(135deg);
  top: 8px;
  position: relative;
  background-color: #1a62ac;
}

.header-contact .bar:nth-child(3) {
  transform: rotate(225deg);
  top: -6px;
  position: relative;
  background-color: #1a62ac;
}

/* Banner */
.banner-time .slick-prev{
    position: absolute;
    z-index: 9999;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    right: 6%;
    bottom: 4%;
    background-color: #001f3f;
    border-radius: 6px;
    background-image: url(.//images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    transition: 0.3s ease;
}
.banner-time .slick-prev:hover{
  background-color: #cb2930;
}
.banner-time .slick-next{
    position: absolute;
    z-index: 9999;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    right: 2.5%;
    bottom: 4%;
    background-color: #001f3f;
    border-radius: 6px;
    background-image: url(.//images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    transform: rotate(180deg);
    transition: 0.3s ease;
}
.banner-time .slick-next:hover{
  background-color: #cb2930;
}
.about-content h2{
    font-size: 32px;
    font-weight: 700;
    color: #1a62ac;
    margin-bottom: 18px;
}
.about-content h2 span{
    font-size: 35px;
}
.about-content p{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 10px;
}
.about-content p span{
    color: #1a62ac;
    font-weight: bold;
}
.products-section h2{
    text-align: center;
    color: #1a62ac;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.products-section h2::before{
  position: absolute;
  content: "";
  background-color: #1a62ac;
  width: 150px;
  height: 3px;
  top: 46%;
}



.card{
    margin:auto;
    position:relative;
    width:100%;
    height:335px;
    background: #1a62ac;
    border-radius:20px;
    overflow:hidden;
  }
  .card::before{
    content:'';
    position:absolute;
    top:-50%;
    width:100%;
    height:100%;
    background:#1a62ac;
    transform:skewY(345deg);
    transition: 0.2s; 
  }
  .card:hover::before{
    transform:skewY(390deg);
  }
  .info{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
    z-index:1000;
  }
  .card .info img{
    max-width:75%;
    transition:0.3s;
  }
  .card:hover .info img{
    max-width:50%;
  }
  .card .info .title{
    font-size:20px;
    margin:10px 0;
    font-weight:bold;
    color: #fff;
    text-align: center;
    line-height: 28px;
  }
  .card .info .price{
    font-size:1.3em;
    margin:10px 0;
    font-weight:bold;
  }
  .card .info button{
    padding:6px 8px;
    opacity:0;
    border:1px solid #001f3f;
    border-radius:14px;
    transition: 0.3s;
    background:#fff;
    color: #1a62ac;
    border: solid white 2px;
    margin-top: 15px;
  }
  .card:hover .info button{
      opacity:1;
  }
  .card .info button:hover{
    transform:scale(108%);
  }
  .card .info p{
    font-size:16px;
    color: #fff;
  }
  .View{
    color: #1a62ac;
    font-size: 14px;
  }
  .allpro{
    text-align: center;
    margin-top: 40px;
  }
  .allpro a{
    background-color: #1a62ac;
    padding: 15px;
    color: #fff;
    border-radius: 12px;
    transition: 0.4s;
  }
  .allpro a:hover{
    background-color: #001f3f;
  }

  /* Testimonials */

  .testipart{
    background-image: url(.//images/cement-plant.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 60px;
  }
  .testipart::before{
    position: absolute;
    content: "";
    background-color: #1a62ac;
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  .testipart h2{
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .testipart h3{
    position: relative;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    color: #fff;
  }
  .testipart h3 span{
    color: #001f3f;
  }
  .first-box{
    background-color: #ffffff;
    position: relative;
    padding: 30px 40px;
    margin-top: 80px;
    margin-bottom: 60px;
    margin-left: 12px;
    margin-right: 13px;
  }
  .first-box::before{
    position: absolute;
    content: "";
    background-image: url(./images/shape.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: -30px;
    z-index: 9999999999999999;
  }
  .first-box .mu img{
    position: absolute;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 120px;
    height: 120px;
    top: -50px;
  }
  .first-box h3{
    margin-left: 135px;
    font-size: 24px;
    color: #111;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    transition: 0.5s;
  }
  .first-box p{
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
    color: #63666b;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .first-box .quote img{
    position: absolute;
    top: 10%;
    right: 11%;
  }
  .testipart .slick-prev{
    display: none !important; 
  }
  .testipart .slick-next{
    display: none !important; 
  }
  .testipart .slick-dots{
    display: flex;
    justify-content: center;
  }
  .testipart .slick-dots li{
    margin-right: 5px;
  }
  .testipart .slick-dots li button{
    border-radius: 50%;
    border: none;
    font-size: 0;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .testipart .slick-dots li.slick-active button{
    background-color: rgb(206, 67, 69);
  }



  /* Footer Css Start */

  .footer{
    background-color: #111111;
    background-image: url(.//images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.footer-logo img{
    width: 200px;
}
.first-footer{
    padding: 0 40px 40px 0;
}
.footer-logo{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
.first-footer p{
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}
.location span i{
    color: #1a62ac;
    font-size: 18px;
}
.location span{
    padding-right: 15px;
}
.location{
    color: #fff;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: justify;
}
.location a{
    color: #fff;
    transition: 0.3s;
}
.location a:hover{
    color: #1a62ac;
}
.second-foot{
    margin-bottom: 30px;
    margin-left: 25px;
}
.second-foot i{
    color: #fff;
    font-size: 14px;
}
.second-foot h3{
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.second-foot ul li{
    /* width: 100%; */
    padding: 5px 0;
}
.second-foot ul li a{
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
.second-foot ul li a:hover{
    color: #1a62ac;
}
.third-foot{
    margin-bottom: 22px;
}
.third-foot i{
    color: #fff;
    font-size: 14px;
}
.third-foot h3{
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.third-foot ul li{
    width: 100%;
    padding: 5px 0;
}
.third-foot ul li a{
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
.third-foot ul li a:hover{
    color: #1a62ac;
}
.social{
    padding-left: 25px;
}
.social ul{
    display: flex;
    margin-top: 20px;
}
.social ul li a{
    color: #fff;
    background-color: #1a62ac;
    font-size: 16px;
    padding: 8px 10px;
    margin-right: 5px;
    transition: 0.3s;
}
.social ul li a:hover{
    background-color: #fff;
}
.social ul li:hover a{
    color: #000 !important;
}
.bottom-foot{
    border-top: 1px solid #1a1a1a;
    background-color: #111111;
}
.last-line{
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.last-liness{
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-align: right;
    line-height: 28px;
}
.last-liness a{
    color: #fff;
    transition: 0.4s;
}
.last-liness a:hover{
    color: #1a62ac;
}
.last-line span{
    color: #fff;
}
.last-lines{
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 60px;
}
.last-lines span{
    color: #d67b21;
}
.about-time{
    position: relative;
}
.expe-time{
    background-color: #1a62ac;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 310px;
    height: 90px;
    display: flex;
    padding: 12px 10px 12px 20px;
}
.exp-icon{
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #fff;
}
.experiences{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.experiences h4{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 0;
}
.experiences p{
    margin-bottom: 0;
    color: #fff;
    padding-left: 20px;
    font-size: 17px;
    padding-top: 5px;
    font-weight: 600;
}
.allpros{
    margin-top: 33px;
  }
  .allpros a{
    background-color: #1a62ac;
    padding: 15px;
    color: #fff;
    border-radius: 12px;
    transition: 0.4s;
  }
  .allpros a:hover{
    background-color: #001f3f;
  }

  /* Why Choose Us Css */

  .whyus{
    background-image: url(.//images/service-bg6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
  }
  .whyus h2{
    text-align: center;
    color: #1a62ac;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 46px;
  }
  .servi-item{
    background-color: #fff;
    padding: 40px 40px 45px;
    border-radius: 10px;
    text-align: center;
    height: 378px;
  }
  .servi-cont h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 25px;
  }
  .servi-cont p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    color: #4c4d56;
  }
  .countertime{
    border: 1px solid #e1e1e1;
    display: flex;
  }
  .countertime > div{
    width: 25%;
  }
  .first-count{
    border-right: 1px solid #e1e1e1;
    padding: 40px 22px;
  }
  .count-icon-box{
    height: 95px;
    width: 95px;
    line-height: 95px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
  }
  .counternum{
    font-size: 40px;
    line-height: 30px;
    font-weight: 800;
    color: #1a62ac;
  }
  .counter-content p{
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c4d56;
    margin-bottom: 0;
  }
  .counter-content{
    margin-top: 1px;
  }
  .countertime .first-count:last-child{
    border-right: none;
  }

  /* Stickey Header */

.sticky nav{
  position: fixed;
  top: 0;
  left: 0;
  animation: stickey-header 1s;
  z-index: 999999;
  box-shadow: 0 0 40px #000;
  width: 100%;
  background-color: #fff;
}

@keyframes stickey-header {
  0%{
    transform: translateY(-100px);
  }
  100%{
    transform: translateY(0px);
  }
}

/* Scroll bar Style */

.scrollbar
{
	float: left;
	height: 424px;
	width: 390px;
	background: #F5F5F5;
	overflow-y: scroll;
}

.force-overflow
{
	min-height: 450px;
}

/* *  STYLE 4  */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #001f3fbe;
}

.about-us-img img{
  width: 100%;
  border-radius: 10px;
}

/* About Us Page Css */

.breadcrum{
  background-image: url(./images/bread.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 17px;
}
.breadcrum::before{
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.4) 117.71%);
  width: 100%;
  height: 100%;
}
.breadcrum h2{
  position: relative;
  color: #fff; 
  font-size: 36px;
  text-align: center;
  line-height: 45px;
}
.bread-last{
  position: relative;
  color: #fff;
  font-size: 18px;
}
.bread-last a{
  color: #fff;
  transition: 0.3s ease;
}
.bread-last a:hover{
  color: #1a62ac;
}
.last-our{
  margin-bottom: 0 !important;
}
.success{
  display: flex;
}
.check-icon{
  padding-right: 20px;
}
.check-icon i{
  font-size: 20px;
  position: relative;
  top: 3px;
  color: #1a62ac;
}
.success p{
  line-height: 28px;
}
.mission{
  background-image: url(.//images/bg-about.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-color: #1a62ac;
  border-radius: 10px;
  color: #fff;
  padding: 15px;
}
.mission h3{
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
}
.mission p{
  width: 65%;
  margin: auto;
  text-align: center;
}

/* Centrifugal Process Pump Css Start */

.application h2{
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  background-color: #1a62ac;
  width:250px;
  padding: 5px 0 8px 10px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  margin-bottom: 5px;
}
.app-cont{
  display: flex;
  padding-top: 10px;
}
.tool{
  padding-right: 15px;
}
.tool i{
  color: #1a62ac;
  font-size: 18px;
  position: relative;
  top: 4px;
}
.app-cont p{
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  text-align: center;
}
th{
  background-color: #1a62ac;
  color: #fff;
}
td{
  font-size: 16px;
  font-weight: 600;
}
.operate h2{
  color: #1a62ac;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}
.material h2{
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  background-color: #1a62ac;
  width: 400px;
  padding: 5px 0 8px 10px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  margin-bottom: 5px;
}
.construction{
  box-shadow: 0px 5px 15px 0px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
  width: 450px;
  border-radius: 10px;
  border-left: 5px solid #1a62ac;
  padding: 15px;
  margin-top: 20px;
}
.construction p{
  line-height: 38px;
  font-weight: 600;
}
.construction p i{
  color: #1a62ac;
}
.constructions{
  box-shadow: 0px 5px 15px 0px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
  width: 100%;
  border-radius: 10px;
  border-left: 5px solid #1a62ac;
  padding: 15px;
  margin-top: 20px;
}
.constructions p{
  line-height: 38px;
  font-weight: 600;
}
.constructions p i{
  color: #1a62ac;
}
.centri{
  width: 90%;
  transition: 0.5s ease;
  border-radius: 10px;
  box-shadow: rgba(42, 42, 161, 0.2) 0px 7px 29px 0px;
  text-align: center;
}
.centri img{
  transition: 0.5s ease;
  padding: 30px;
}
.centri:hover{
  border-radius: 10px;
}
.centri:hover img{
  transform: scale(1.1);
}

/* Contact Us Page Css */

.contact-page{
  margin-top: 50px;
}
.contact-time{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.contact-time h4{
  padding-left: 25px;
  line-height: 40px;
  font-size: 29px;
}
.contact-times{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: flex-end;
}
.contact-times h4{
  padding-right: 25px;
  line-height: 40px;
  font-size: 25px;
}
.con-loc{
  margin-bottom: 23px;
}
.locations{
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px 35px;
  cursor: pointer;
  height: 290px;
}
.locations h2{
  font-size: 28px;
  margin-bottom: 14px;
}
.locations address{
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.locations img{
  transition: 0.4s all ease-in-out;
}
.locations:hover img{
  transform: rotateY(180deg);
}
.number{
  margin-bottom: 6px;
  font-family: "Lato", sans-serif;
}
.number:last-child{
  margin-bottom: 0;
}
.number a{
  color: #212529;
  font-weight: 600;
  transition: 0.4s ease;
}
.number a:hover{
  color: #be1515;
}
.map-time{
  height: 450px;
}


/* Media Query Start */

@media only screen and (max-width: 1199px) {
  
  .banner-time .slick-prev{
    right: 7%;
  }
  .first-box .quote img{
    right: 7%;
  }
  .countertime{
    display: block;
    border: none;
    text-align: center;
  }
  .countertime >div{
    width: 32%;
    display: inline-block;
    border: 1px solid #e1e1e1;
    margin-bottom: 35px;
    margin-right: 35px;
  }
  .countertime .first-count:last-child{
    border-right: 1px solid #e1e1e1;
  }
  .servi-item{
    height: 400px;
  }
  .card{
    height: 350px;
  }
  .about-content h2{
    font-size: 26px;
    margin-bottom: 14px;
  }
  .about-content h2 span{
    font-size: 28px;
  }
  .locations{
    height: 340px;
  }
  .new-mate{
    padding-top: 25px;
  }

}

@media only screen and (max-width: 991px){

  .second-foot{
    margin-left: 0;
  }
  .social{
    padding-left: 0;
  }
  .last-line{
    text-align: center;
    padding-bottom: 0;
  }
  .last-liness{
    text-align: center;
    padding-top: 7px;
  }
  .count-icon-box{
    margin: auto;
  }
  .counter-content{
    margin-top: 25px;
  }
  .countertime >div{
    width: 42%;
  }
  .servi-item{
    margin-bottom: 25px;
    height: 305px;
  }
  .about-us-img img{
    width: 75%;
  }
  .about-us-img{
    text-align: center;
  }
  .about-content h2{
    margin-top: 30px;
    text-align: center;
  }
  .allpros{
    text-align: center;
  }
  .banner-time .slick-prev{
    right: 8%;
  }
  .new-about img{
    width: 100%;
  }
  .about-content{
    padding-top: 25px;
  }
  .mission p{
    width: 80%;
  }
  .locations{
    height: 285px;
  }
  .application{
    padding-left: 0 !important;
    padding-top: 40px;
  }
  .centri{
    width: 100%;
  }
  .hamburger-menu{
    display: block;
    text-align: -webkit-right;
    position: absolute;
    top: 70px;
    right: 56px;
  }
  nav ul{
    display: none;
}
nav ul{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 300px;
  background-color: #fff;
  height: 100vh;
  box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0;
  transform: translateX(-100%);
  transition: 0.5s;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.header-contact nav ul {
  transform: translateX(0);
  overflow-y: scroll;
}
nav ul{
  display: initial;
  flex-direction: column; 
}
nav ul li a{
  padding: 15px 0;
  display: block;
  padding-left: 20px;
  color: #000;
}
nav ul li{
  border-bottom: 1px solid #d4d4d4;
}
nav ul li a i {
  display: none !important;
}
nav ul li.pro-1 {
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}
nav ul li.pro-1::after {
  position: absolute;
  top: 7px;
  right: 22px;
  content: "+";
  font-size: 28px;
}
li.pro-1.responsive-header::after {
  content: "-" !important
}
.pro-1:hover .pro-2{
  visibility: visible;
  overflow: visible;
  opacity: 1;
  top: 0;
  transition: 0s !important;
  z-index: 999
}
.pro-2{
  position: initial;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
  height: 0;
}
.responsive-header .pro-2 {
  height: 100%;
  overflow-y: scroll !important;
}
.pro-2 li{
  width: 300px !important;
}
.pro-2 li a{
  padding-bottom: 7px;
  padding-top: 7px;
}
.sticky .hamburger-menu{
  top: 25px;
  right: 56px;
}





}

@media only screen and (max-width: 767px){

  .third-foot h3{
    margin-top: 30px;
  }
  .first-footer{
    padding-bottom: 30px;
    padding-right: 0;
  }
  .servi-item{
    height: 385px;
  }
  .card{
    height: 370px;
  }
  .card .info img{
    max-width: 60%;
  }
  .about-us-img img{
    width: 100%;
  }
  .about-content h2{
    margin-bottom: 20px;
  }
  .banner-time .slick-prev{
    right: 9.5%
  }
  .mission p{
    width: 100%;
  }
  .contact-time h4 br{
    display: none;
  }
  .contact-times h4 br{
    display: none;
  }
  .contact-times{
    justify-content: center;
    margin-bottom: 30px;
  }
  .contact-time{
    justify-content: center;
    margin-bottom: 20px;
  }
  .locations{
    height: 260px;
  }

}

@media only screen and (max-width: 576px){

  .footer{
    padding-top: 35px !important;
    background-position: right;
  }
  .footer-logo{
    text-align: center;
  }
  .testipart{
    padding-bottom: 20px;
  }
  .countertime >div{
    margin-right: 25px;
  }
  .servi-item{
    height: 280px;
  }
  .banner-time .slick-prev{
    display: none !important;
  }
  .banner-time .slick-next{
    display: none !important;
  }
  .topnav{
    display: none;
  }
  .contact-time h4{
    font-size: 26px;
  }
  .contact-times h4{
    font-size: 23px;
  }
  .breadcrum h2{
    padding: 0 10px;
  }
  .bread-last{
    padding: 0 10px;
    text-align: center;
  }
  .centri{
    width: 100% !important;
  }
  .hamburger-menu{
    top: 28px;
    right: 16px;
  }
  .sticky .hamburger-menu{
    top: 28px;
    right: 16px;
  }


}

@media only screen and (max-width: 450px){

  .first-box h3{
    margin-left: 100px;
    font-size: 21px;
  }
  .first-box::before{
    bottom: -28px;
  }
  .first-box .mu img{
    width: 100px;
    height: 100px;
    top: -35px;
  }
  .first-box h3{
    margin-left: 80px;
    font-size: 18px;
  }
  .first-box .quote img{
    width: 23px;
  }
  .testipart h2{
    font-size: 22px;
  }
  .happy{
    font-size: 34px !important;
  }
  .first-box{
    margin-top: 70px;
  }
  .countertime >div{
    width: 100%;
    margin-right: 0;
  }
  .servi-item{
    height: 300px;
  }
  .card{
    height: 330px;
  }
  .about-content h2 span{
    font-size: 21px;
  }
  .about-content h2{
    font-size: 21px;
  }
  .contact-time h4{
    font-size: 23px;
  }
  .contact-times h4{
    font-size: 20px;
  }
  .construction{
    width: 100%;
  }
  .material h2{
    width: 340px;
    font-size: 22px;
  }
  .new-loca{
    height: 290px;
  }

}

@media only screen and (max-width: 360px){

  .first-box .mu img {
    width: 85px;
    height: 85px;
    top: -30px;
}
.first-box p{
  padding-top: 0;
}
.happy{
  font-size: 29px !important;
}
.servi-item{
  height: 300px;
  padding: 40px 25px 45px;
}
.card{
  height: 325px;
}
.about-content h2 span{
  font-size: 19px;
}
.about-content h2{
  font-size: 19px;
}
.contact-time h4{
  font-size: 19px;
  padding-left: 15px;
}
.contact-times h4{
  font-size: 18px;
  padding-right: 10px;
}
.material h2{
  width: 295px;
  font-size: 20px;
}
.breadcrum h2{
  font-size: 32px;
}
.new-loca{
  height: 332px;
}
nav ul{
  width: 270px;
}
.pro-2 > li{
  width: 270px !important;
}

}


/* Enquiry Form Css Start */

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
 
  padding: 20px;
}

.form-group {
  margin: 15px 0 !important;
}

.form-group input {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #1a62ac;
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #1a62ac;
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #1a62ac;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #182852;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color: #1a62ac;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #1a62ac;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-bottom: 2px solid #182852;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.get {
  font-size: 28px;
  color: #1a62ac;
  font-weight: 600;
}
.fill {
  font-size: 19px;
  font-weight: 500;
  padding-top: 10px;
}

/* Enquiry Form Css End */