*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
        height: 100vh;
        width: 100vw;
       overflow-x: hidden;
      
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .topnav{
    height: 0px;
    /* display: none; */
   }
   .navigation{
    display: none;
   }
   .whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 9999; /* Ensure it's above other content */
  }
  
  .whatsapp-icon img {
    width: 50px; /* Adjust size as needed */
    height: auto;
    border-radius: 50%; /* Makes it round */
    box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; /* Optional: Adds shadow */
  }
   .navbar{
    z-index: 2;
        height: 100px;
        width: 100%;
        background-color:white;
        position: fixed;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   }
   .n1{
    /* margin-top: 100%; */
    height: 100%;
    width: 30%;
    /* background-color: darkblue; */
    overflow: hidden;
   }
   .n1 img{
    height: 100%;
    width: 100%;
    object-fit:cover;
   }
   .n2{
    height: 100%;
    width: 40%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   }
   .n2 a{
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #3c3c3c;
   }
   .n2 a:hover{
    color: #3c87c8;
   }
   .n3{
    height: 100%;
    width: 20%;
    /* background-color: rgb(18, 8, 7); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.n3 a{
    color: white;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    padding: 13px;
    border-radius: 3px;
    text-decoration: none;
    background-color:#e41646;
}
.homeone{
    margin-top: 100px;
    height: 731px;
    width: 100%;
    background-image: url(../img/printing-machine-generative-ai_220873-18219.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.subhomeone{
    background-color: #143347ac;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subhomeone h1{
    font-family: "Overpass", sans-serif;
    font-size: 55px;
    color: #ffffff85;
    font-weight: 200;
    text-transform: capitalize;
}
.subhomeone p{
    font-family: "Overpass", sans-serif;
    font-size: 25px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.43);
}
.hometwo{
    height: 600px;
    width: 100%;
    background-color:white;
    padding: 20px;
}
.subhometwo{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: rosybrown; */
}
.sht1{
    height: 100%;
    width: 35%;
    /* background-color: #3c3c3c; */
    /* place-items: center; */
}
.sht1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.sht2{
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-color: rebeccapurple; */
}
.sht2 h1{
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 100;
    line-height: 50px;
}
.sht2 p{
    font-family: "Barlow", sans-serif;
    font-size:17px;
    text-align: left;
    text-transform: capitalize;
    line-height: 30px;
    margin-top: 30px;
    color:#3c3c3c;
}
.topic{
    height: 220px;
    width: 100%;
    padding: 20px;
}
.subtopic{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subtopic h1{
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 50px;
    text-transform: capitalize;
    /* color:#3c3c3c; */
    color: #e41646;
}
.subtopic p{
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 2px;
    /* color:#e41646; */
    color: #3c3c3c;
}
.homethree{
    height: 640px;
    width: 100%;
    /* background-color: #3c3c3c; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.subhomethree{
    height: 100%;
    width: 95%;
    /* background-color: #3c87c8; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.shthree1{
    height: 48.9%;
    width: 100%;
    /* background-color: #e41646; */
    display:flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 10px; */
}
.shthree2{
    height: 48.9%;
    width: 100%;
    /* background-color: salmon; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p1{
    height: 100%;
    width: 48%;
    /* background-color: aqua; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
}
.p1:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p2{
    height: 100%;
    width: 25%;
    /* background-color: blue; */
    overflow: hidden;
    border-radius:10px;
    position: relative;
    background-color: #000000;
}
.p2:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p3{
    height: 100%;
    width: 25%;
    /* background-color: aquamarine; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
}
.p3:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    transition: .1s ease-in-out;
}
.p1 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p1:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p1:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p2 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p2:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p2:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p3 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p3:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p3:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p4 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p4:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p4:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p5 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p5:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p5:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p6 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p6:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p6:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p3 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p4{
    height: 100%;
    width: 25%;
    /* background-color: rebeccapurple; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
}
.p4:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p5{
    height: 100%;
    width: 25%;
    /* background-color:palegreen; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
}
.p5:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p6{
    height: 100%;
    width: 48%;
    /* background-color: cyan; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
}
.p6:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p4 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p5 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p6 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.topics{
    height: 140px;
    width: 100%;
    background-color: white;
}
.box{
    height: 600px;
    width: 100%;
    background-image: url(../img/who.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.subbox{
    height: 100%;
    width: 100%;
    background-color: #000000da;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conbox{
    height: 70%;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.conbox h1{
    font-family: "Overpass", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
    color: #e41646;
    /* color: rgb(149, 16, 16); */
}
.conbox p{
    margin-top: 30px;
    text-align:center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.514);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}
.why{
    margin-bottom: 70px;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}
.ca2{
    height: 100%;
    width: 40%;
}
.ca2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mission {
    height:100%;
    width: 55%;
    /* background-color: #f88030; */
    background-color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submission {
    height: 100%;
    width: 100%;
    /* background-color: rgb(97, 39, 39); */
    background-color: white;
    display:grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content:space-around;
  }
  /* .mcontainer{
      height: 50%;
      width: 20%;
      position: relative;
  } */
  .mcontainer{
      height:100%;
      width:100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .mcontainer .mcard .micon {
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
      /* background: #3fa0c7; */
      overflow: hidden;
    background: #2c73df;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .micon i{
      font-size: 45px;
      color: white;
  }
  .micon img{
    height: 100%;
    width: 100%;
    object-fit:cover;
  }
  .mcontainer .mcard .micon .fa {
    position: absolute;
  
    top: 50%;
  
    left: 50%;
  
    transform: translate(-50%, -50%);
  
    font-size: 80px;
  
    color: #fff;
  }
  
  .mcontainer .mcard .mslide {
    width: 300px;
  
    height: 100px;
  
    transition: 0.5s;
  }
  
  .mcontainer .mcard .mslide.slide1 {
    position: relative;
  
    display: flex;
  
    justify-content: center;
  
    align-items: center;
  
    z-index: 1;
  
    transition: 0.7s;
  
    transform: translateY(100px);
  }
  
  .mcontainer .mcard:hover .mslide.slide1 {
    transform: translateY(0px);
  }
  
  .mcontainer .mcard .mslide.slide2 {
    position: relative;
  
    display: flex;
      background-color: white;
    justify-content: center;
  
    align-items: center;
  
    padding: 20px;
  
    box-sizing: border-box;
  
    transition: 0.8s;
  
    transform: translateY(-100px);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }
  
  .mcontainer .mcard:hover .mslide.slide2 {
    transform: translateY(0);
  }
  
  .mcontainer .mcard .mslide.slide2::after {
    content: "";
  display: none;
    position: absolute;
  
    width: 30px;
  
    height: 4px;
  
    bottom: 15px;
  
    left: 50%;
  
    left: 50%;
  
    transform: translateX(-50%);
  
    background: #2c73df;
  }
  
  .mcontainer .mcard .mslide.slide2 .mcontent p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    color: #414141;
  }
  
  .mcontainer .mcard .mslide.slide2 .mcontent h3 {
    margin: 0 0 10px 0;
  
    padding: 0;
  
    /* font-size: 24px; */
    font-weight: 400;
    text-align: center;
    font-family: "Overpass", sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    /* color: #414141; */
  }
  .contactt{
    height: 400px;
    width: 100%;
    background-image: url(../img/cc.jpg);
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* padding-top: 100px; */
        /* background-color: #454cd1; */
  }
  .subcontactt{
    height: 100%;
    width: 100%;
    background-color:rgba(47, 47, 47, 0.822);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subcconn{
    height: 100%;
    width: 100%;    
    /* background-color: #454cd1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .subcconn h1{
    /* font-family:Arial, sans-serif; */
    font-size: 38px;
    color:rgb(222, 218, 218);
    /* font-family: "Barlow", sans-serif; */
    font-family: "Poppins", sans-serif;
  }
  .subcconn p{
    /* font-size: 38px; */
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
    color: rgb(207, 205, 205);
    font-family: "Barlow", sans-serif;
    /* font-family: "Poppins", sans-serif; */
  }
  .subcconn a{
    font-family: "Poppins", sans-serif;
    color: white;
    height: 35px;
    width: 180px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    padding-top: 8px;
    border-radius: 5px;
    background-color:#e31746;
  }
  .subcconn a:hover{
    background-color:#830723;
    color: rgba(255, 255, 255, 0.734);
  }
  .summa{
    height: 100px;
    width: 100%;
    background-color: white;
  }
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

.ft{
    height: 450px;
    width: 100%;
    /* display: inline-block; */
}

.summa{
    height: 20px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:10px;
  
  }
  .summa p{
    height: 50%;
    width: 0.6%;
   border-radius: 100%;
   background-color: rgb(240, 59, 59);
  }
  #np1{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(236, 190, 52);
    /* padding-left: 5px; */
    margin-left: 3px;
  }
  #np2{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(10, 141, 28);
    margin-left: 3px;
  }

.footer-distributed{
  background: #102136;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right,
.ftr{
  display: inline-block;
  vertical-align: top;
} */

/* Footer left */

.footer-distributed .footer-left{
  width: 30%;
  height: 100%;
  overflow: hidden;
}
.footer-left .coo{
    height: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}
.footer-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Open Sans', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffffb5;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}
.footer-links a:hover{
    color: #2c73df;
}

.footer-distributed .footer-company-name{
    margin-top: 50px;
  color:#e31746;
  font-size: 20px;
  font-weight: 600;
  /* font-weight: normal; */
  font-family: "Barlow", sans-serif;
  /* margin: 0; */
}

/* Footer Center */
.c2{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 20%;
    width: 100%;
}
.c22{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 20%;
    width: 100%;
    padding-left: 70px;
}
.c22 h1{
    font-size: 24px;
    color: #e31746;
    font-family: "Poppins", sans-serif;
}
.c2 h1{
    font-size: 24px;
    color: #e31746;
    font-family: "Poppins", sans-serif;
}
.footer-distributed .footer-center{
  width: 22%;
  height:100%;
}

.footer-distributed .footer-center i{
  background-color:  #e31746;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
  /* margin-top: 20px; */

}
.sss{
    margin-top: 30px;
    height: 40%;
}
.sss p{
    color: #ffffff;
  font-weight:400;
  vertical-align: middle;
}
.sss p span{
    color: #ffffff;
  font-weight:400;
  vertical-align: middle;
}
.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  lightseagreen;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
  height: 100%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}
.ftr{
    font-family: "Poppins", sans-serif;
    height: 100%;
    width: 20%;
}
.ftr iframe{
    height: 70%;
    width: 100%;
}
.copyarea{
    background: #0c1928;
    padding: 25px 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .copyright-text p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #878787;
   }
   .copyright-text p a{
    color: #ff5e14;
    font-family: "Poppins", sans-serif;
   }
/* If you don't want the footer to be responsive, remove these media queries */

@media screen and (max-width:600px) {
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
        height: 100vh;
        width: 100vw;
       overflow-x: hidden;
      
   }
   body::-webkit-scrollbar{
       display: none;
   }
  @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
:root {
  --clr:white;
}
.topnav{
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  font-family: "Poppins", sans-serif;
}
.navigation {
  position: relative;
  width: 100%;
  height:100%;
  background:#e41646;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}
.navigation ul {
  display: flex;
  width: 350px;
}
.navigation ul li {
  position: relative;
  list-style: none;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.navigation ul li a .icon {
  position: relative;
  display: block;
  line-height: 75px;
  font-size: 1.5em;
  text-align: center;
  transition: 0.5s;
  color: var(--clr);
}
.navigation ul li.active a .icon {
  transform: translateY(-42px);
}
.navigation ul li a .text {
  position: absolute;
  color: var(--clr);
  font-weight: 400;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
.navigation ul li.active a .text {
  opacity: 1;
  transform: translateY(10px);
}
.indicator {
  position: absolute;
  top: -50%;
  width: 70px;
  height: 70px;
  background: rgb(42, 93, 176);
  border-radius: 50%;
  border: 6px solid var(--clr);
  transition: 0.5s;
}

/* Indicator Transitions */
.navigation ul li:nth-child(1).active ~ .indicator {
  transform: translateX(calc(70px * 0));
}
.navigation ul li:nth-child(2).active ~ .indicator {
  transform: translateX(calc(70px * 1));
}
.navigation ul li:nth-child(3).active ~ .indicator {
  transform: translateX(calc(70px * 2));
}
.navigation ul li:nth-child(4).active ~ .indicator {
  transform: translateX(calc(70px * 3));
}
.navigation ul li:nth-child(5).active ~ .indicator {
  transform: translateX(calc(70px * 4));
}
.whatsapp-icon {
  position: fixed;
  bottom: 150px;
  right: 30px;
  z-index: 9999; /* Ensure it's above other content */
}

.whatsapp-icon img {
  width: 45px; /* Adjust size as needed */
  height: auto;
  border-radius: 50%; /* Makes it round */
  box-shadow:rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; /* Optional: Adds shadow */
}
   .navbar{
    display: none;
    z-index: 2;
        height: 100px;
        width: 100%;
        background-color:white;
        position: fixed;
        top: 0;
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   }
   .n1{
    /* margin-top: 100%; */
    height: 100%;
    width: 30%;
    /* background-color: darkblue; */
    overflow: hidden;
   }
   .n1 img{
    height: 100%;
    width: 100%;
    object-fit:cover;
   }
   .n2{
    height: 100%;
    width: 40%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   }
   .n2 a{
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #3c3c3c;
   }
   .n2 a:hover{
    color: #3c87c8;
   }
   .n3{
    height: 100%;
    width: 20%;
    /* background-color: rgb(18, 8, 7); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.n3 a{
    color: white;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    padding: 13px;
    border-radius: 3px;
    text-decoration: none;
    background-color:#e41646;
}
.homeone{
    margin-top:0px;
    height:auto;
    width: 100%;
    background-image: url(../img/printing-machine-generative-ai_220873-18219.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.subhomeone{
    background-color: #143347ac;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subhomeone h1{
    font-family: "Overpass", sans-serif;
    font-size: 45px;
    color: #ffffff85;
    font-weight: 200;
    text-align: center;
    text-transform: capitalize;
}
.subhomeone p{
    font-family: "Overpass", sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.43);
}
.hometwo{
  overflow: hidden;
    height: auto;
    width: 100%;
    background-color:white;
    padding: 20px;
}
.subhometwo{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: rosybrown; */
}
.sht1{
    height: 100%;
    width: 100%;
    /* background-color: #3c3c3c; */
    /* place-items: center; */
}
.sht1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.sht2{
  overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-color: rebeccapurple; */
}
.sht2 h1{
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 100;
    line-height: 50px;
}
.sht2 p{
    font-family: "Barlow", sans-serif;
    font-size:17px;
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
    margin-top: 30px;
    color:#3c3c3c;
}
.topic{
  margin-top: 40px;
    height: 220px;
    width: 100%;
    padding: 20px;
}
.subtopic{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subtopic h1{
    
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    /* color:#3c3c3c; */
    color: #e41646;
}
.subtopic p{
  margin-bottom: 20px;
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 2px;
    /* color:#e41646; */
    color: #3c3c3c;
}
.homethree{
    height: auto;
    width: 100%;
    /* background-color: #3c3c3c; */
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.subhomethree{
    height: 100%;
    width: 100%;
    /* background-color: #3c87c8; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.shthree1{
    height: 100%;
    width: 100%;
    /* background-color: #e41646; */
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* margin: 10px; */
}
.shthree2{
    height: 100%;
    width: 100%;
    /* background-color: salmon; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.p1{
    height: 100%;
    width: 100%;
    /* background-color: aqua; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
}
.p1:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p2{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    overflow: hidden;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
}
.p2:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p3{
    height: 100%;
    width: 100%;
    /* background-color: aquamarine; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
}
.p3:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    transition: .1s ease-in-out;
}
.p1 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p1:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p1:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p2 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p2:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p2:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p3 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p3:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p3:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p4 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p4:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p4:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p5 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p5:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p5:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p6 h1{
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    font-size: 27px;
    /* top: 0; */
    left: 20px;
    bottom:-30px;
    text-transform: capitalize;
    color: white;
    transition: .1s ease-in;
}
.p6:hover h1{
    bottom: 10px;
    /* transform: perspective(2); */
}
.p6:hover img{
    transform: scale(1.1);
    opacity: 0.3;
}
.p2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p3 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p4{
  margin-bottom: 30px;
    height: 100%;
    width: 100%;
    /* background-color: rebeccapurple; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
}
.p4:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p5{
  margin-bottom: 30px;
    height: 100%;
    width: 100%;
    /* background-color:palegreen; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000b6;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
}
.p5:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p6{
  margin-bottom: 30px;
    height: 100%;
    width: 100%;
    /* background-color: cyan; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
}
.p6:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}
.p4 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p5 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.p6 img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.topics{
    height: 40px;
    width: 100%;
    background-color: white;
}
.box{
  overflow: hidden;
    height: auto;
    width: 100%;
    background-image: url(../img/who.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.subbox{
    height: 100%;
    width: 100%;
    background-color: #000000da;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conbox{
  margin-top: 40px;
  margin-bottom: 60px;
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.conbox img{
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.conbox h1{
    font-family: "Overpass", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
    color: #e41646;
    /* color: rgb(149, 16, 16); */
}
.conbox p{
  /* margin-bottom: 30px; */
    margin-top: 17px;
    text-align:center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.514);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}
.why{
  /* overflow: hidden; */
    margin-bottom: 70px;
    height:auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}
.ca2{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.ca2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mission {
  overflow: hidden;
    height:100%;
    width: 100%;
    /* background-color: #f88030; */
    background-color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submission {
    height: 100%;
    width: 100%;
    /* background-color: rgb(97, 39, 39); */
    background-color: white;
    display: flex;
    flex-direction: column;
    /* display:grid; */
    /* grid-template-columns: repeat(1,1fr); */
    align-items: center;
    justify-content:space-around;
  }
  /* .mcontainer{
      height: 50%;
      width: 20%;
      position: relative;
  } */
  .mcontainer{
      height:100%;
      width:100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
  }
  .mcontainer .mcard .micon {
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
      /* background: #3fa0c7; */
      overflow: hidden;
    background: #2c73df;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .micon i{
      font-size: 45px;
      color: white;
  }
  .micon img{
    height: 100%;
    width: 100%;
    object-fit:cover;
  }
  .mcontainer .mcard .micon .fa {
    position: absolute;
  
    top: 50%;
  
    left: 50%;
  
    transform: translate(-50%, -50%);
  
    font-size: 80px;
  
    color: #fff;
  }
  
  .mcontainer .mcard .mslide {
    width: 300px;
  
    height: 100px;
  
    transition: 0.5s;
  }
  
  .mcontainer .mcard .mslide.slide1 {
    position: relative;
  
    display: flex;
  
    justify-content: center;
  
    align-items: center;
  
    z-index: 1;
  
    transition: 0.7s;
  
    transform: translateY(100px);
  }
  
  .mcontainer .mcard:hover .mslide.slide1 {
    transform: translateY(0px);
  }
  
  .mcontainer .mcard .mslide.slide2 {
    position: relative;
  
    display: flex;
      background-color: white;
    justify-content: center;
  
    align-items: center;
  
    padding: 20px;
  
    box-sizing: border-box;
  
    transition: 0.8s;
  
    transform: translateY(-100px);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }
  
  .mcontainer .mcard:hover .mslide.slide2 {
    transform: translateY(0);
  }
  
  .mcontainer .mcard .mslide.slide2::after {
    content: "";
  display: none;
    position: absolute;
  
    width: 30px;
  
    height: 4px;
  
    bottom: 15px;
  
    left: 50%;
  
    left: 50%;
  
    transform: translateX(-50%);
  
    background: #2c73df;
  }
  
  .mcontainer .mcard .mslide.slide2 .mcontent p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    color: #414141;
  }
  
  .mcontainer .mcard .mslide.slide2 .mcontent h3 {
    margin: 0 0 10px 0;
  
    padding: 0;
  
    /* font-size: 24px; */
    font-weight: 400;
    text-align: center;
    font-family: "Overpass", sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    /* color: #414141; */
  }
  .contactt{
    height: auto;
    width: 100%;
    background-image: url(../img/cc.jpg);
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* padding-top: 100px; */
        /* background-color: #454cd1; */
  }
  .subcontactt{
    height: 100%;
    width: 100%;
    background-color:rgba(47, 47, 47, 0.822);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subcconn{
    margin-top: 100px;
    padding: 20px;
    margin-bottom: 100px;
    height: 100%;
    width: 100%;    
    /* background-color: #454cd1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .subcconn h1{
    /* font-family:Arial, sans-serif; */
    font-size: 32px;
    text-align: center;
    color:rgb(222, 218, 218);
    /* font-family: "Barlow", sans-serif; */
    font-family: "Poppins", sans-serif;
  }
  .subcconn p{
    /* font-size: 38px; */
    font-size: 17px;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
    color: rgb(207, 205, 205);
    font-family: "Barlow", sans-serif;
    /* font-family: "Poppins", sans-serif; */
  }
  .subcconn a{
    font-family: "Poppins", sans-serif;
    color: white;
    height: 35px;
    width: 180px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    padding-top: 8px;
    border-radius: 5px;
    background-color:#e31746;
  }
  .subcconn a:hover{
    background-color:#830723;
    color: rgba(255, 255, 255, 0.734);
  }
  .summa{
    height: 100px;
    width: 100%;
    background-color: white;
  }
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

.ft{
    height: auto;
    width: 100%;
    /* display: inline-block; */
}

.summa{
  height: 15px;
  width: 100%;
  background-color:white;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left:10px;

}
.summa p{
  height: 50%;
  width: 1.7%;
 border-radius: 100%;
 background-color: rgb(240, 59, 59);
}
#np1{
  height: 50%;
  width: 1.7%;
  border-radius: 100%;
  background-color: rgb(236, 190, 52);
  /* padding-left: 5px; */
  margin-left: 3px;
}
#np2{
  height: 50%;
  width: 1.7%;
  border-radius: 100%;
  background-color: rgb(10, 141, 28);
  margin-left: 3px;
}
.footer-distributed{
  background: #102136;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding:20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* .footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right,
.ftr{
  display: inline-block;
  vertical-align: top;
} */

/* Footer left */

.footer-distributed .footer-left{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer-left .coo{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}
.footer-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Open Sans', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffffb5;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}
.footer-links a:hover{
    color: #2c73df;
}

.footer-distributed .footer-company-name{
    margin-top: 50px;
  color:#e31746;
  font-size: 20px;
  font-weight: 600;
  /* font-weight: normal; */
  font-family: "Barlow", sans-serif;
  /* margin: 0; */
}

/* Footer Center */
.c2{
    display: flex;
    align-items: center;
    justify-content:left;
    height: 100%;
    
    width: 100%;
}
.c22{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 20%;
    width: 100%;
    padding-left:0px;
}
.c22 h1{
  margin-top: 30px;
  margin-bottom: 30px;
  /* text-align: left; */
    font-size: 24px;
    color: #e31746;
    font-family: "Poppins", sans-serif;
}
.c2 h1{
  margin-top: 30px;
  margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
    color: #e31746;
    font-family: "Poppins", sans-serif;
}
.footer-distributed .footer-center{
  width: 100%;
  height:100%;
}

.footer-distributed .footer-center i{
  background-color:  #e31746;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
  /* margin-top: 20px; */

}
.sss{
    margin-top: 30px;
    height: 40%;
}
.sss p{
    color: #ffffff;
  font-weight:400;
  vertical-align: middle;
}
.sss p span{
    color: #ffffff;
  font-weight:400;
  vertical-align: middle;
}
.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  lightseagreen;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 100%;
  height: 100%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}
.ftr{
    font-family: "Poppins", sans-serif;
    height: 100%;
    width: 100%;
}
.ftr iframe{
    height: 70%;
    width: 100%;
}
.copyarea{
  background: #0c1928;
  padding: 0px;
  height:60px;
  width: 100%;
  border-bottom: 1px solid #0c1928;
  margin: none;
  display: flex;
  align-items: center;
  justify-content: center;
  
 }
 .copyright-text p {
  
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #878787;
 }
 .copyright-text p a{
  text-decoration: none;
  color: #ff5e14;
  font-family: "Poppins", sans-serif;
 }
 .last{
  height: 115px;
  background-color: #0c1928;
 }
}