@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Montserrat', sans-serif !important;
}
body{
    overflow-x:hidden!important;
}
.pk-flex {
  display: flex;
}

.pk-intro {
  align-items: center;
  flex-direction: column;
}

.pk-intro h2 {
    font-size: 28px;
    letter-spacing: 3.1px;
    color: black;
    font-weight: 700;
    padding-left: 27px;
}
.pk-intro h4{
    font-size: 13px;
    font-weight: 300;
    color: grey;
    letter-spacing: 2.1px;
}

.pk-intro hr{
    margin: 0;
    background:#1E4A84 ;
    height: 2px;
    width: 126px;
}

.pk-intro p{
    text-align: center;
    width: 1000px;
    line-height: 30px;
    padding-top: 14px;
    color: black;
}
.pk-intro a{
  background: #1E4A84;
    padding: 8px 20px;
    border-radius: 8px;
    color: white;
}
.pk-intro a:hover{
    transform: scale(1.1);
    transition: 500ms;
    background: white;
    color:#1E4A84;
    border: 1px solid #1E4A84;
}

.pk-ingress{
background:linear-gradient(53deg, #90daed, #122428);
border-radius: 12px;
padding: 15px 13px;
margin: 0 10px;
}
.pk-display{
    margin: 30px 0px;
}
.pk-span{
    margin-left: 22px;
}
.pk-span2{
    margin-left: 18px;
}

.pk-active{
    background-color: #1c4883;
    color: #fff;
    border-radius: 6px;
}

.pk-about{
    background: radial-gradient(#90daed,#122428);
}
.pk-a {
    align-items:center;
    flex-direction: column;
}
.pk-content{
    margin-top: 30px;
}

.pk-hrr{
  width: 66px;
  height: 1px;
  border: 1px solid #ffeb3b;
  text-align: left;
  margin-left: 0;
  background: #ffeb3b;

}

.pk-clean-room{
  background:linear-gradient(322deg, #90daed, #122428);
  border-radius: 12px;
  margin-bottom: 44px;
  margin-top: 44px;
}
.pk-clean-room ul{
  margin-top: 29px;
}
.pk-clean-room ul li{
  color: white;
}
.clients {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1500px;
  padding-top: 50px;
   margin-bottom: 450px; 
}

.clients h3 {
  font-size: 23px;
}
.clients hr {
  margin: 0;
  border: 1px solid black;
  width: 89px;
}
.pk-row {
  display: flex;
  padding-top: 20px;
}
.client-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border:3px solid rgb(9, 43, 155);
  padding: 12px;
  border-radius: 18px;
  margin: 0 20px;
  width: 250px;
  height: 150px;
}
.newbox{
  margin-top: 500px;
}
.pk-height{
  height: 900px;
}








.pk-products {
  margin: 0 50px;
  margin-top: 0px;
  display: flex;
}
.pk-products div {
  margin: 0 5px;
  background: #134e5e; /* fallback for old browsers */
  background: linear-gradient(219deg, #90daed, #122428);
  background: -webkit-linear-gradient(
    to right,
    #71b280,
    #134e5e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
.left {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #8080801c;
}

.pk-btn {
  border: 1px solid black;
  padding: 1px 18px;
  border-radius: 5px;
  background: #020449;
  color: white;
  margin-top: 100px;
}
.pk-btn:hover {
  transform: scale(1.1);
  transition: 300ms;
  background: black;

  color: white;
}
.right {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #8080801c;
}

.pk-common {
  border: none;
  padding: 20px;
  border-radius: 12px;
  line-height: 2.3;
}

.pk-brand {
  margin-bottom: 50px;
}
.pk-structure {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.pk-structure img {
  height: auto;
  width: auto;
}

.infastructure {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infa-heading {
  margin-top: 135px;
  text-align: center;
  font-size: 32px;
}
  
  
  
  
  
  .icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.pk-header{
  height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pk-header hr{
  background: white;
  width: 123px;
}
.pk-header h1{
  margin-bottom: -6px;
}

@media(max-width:900px){
    body{
        overflow-x:hidden;
    }
    .pk-intro p{
            margin: 0 16px;
            width:auto;
    }
      .pk-intro h2{text-align:center;}
    .pk-intro h4{
        text-align:center;
            margin: 0 7px;
    }
    .pk-intro hr{
        margin-top: 16px;
    }
    .pk-display{
        flex-direction:column;
    }
    .improd{
    margin-left: 0px;
    }
    .abt_cn{
        width:auto;
    }
   section#clntsc{
        display:none;
    }
    #bottom{
        display:none;
    }
}






















