*{
    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;
}
.contactt{
    margin-top: 100px;
    height: 500px;
    width: 100%;
    /* background-image: url(../infrastructure/outdoor.jpg); */
    background-image: url(../img/abstract-paint-splashing-vibrant-colors-liquid-motion-generated-by-ai_188544-19632.avif);
    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.816);
    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:rgba(222, 218, 218, 0.738);
    /* 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: rgba(207, 205, 205, 0.697);
    font-family: "Barlow", sans-serif;
    /* font-family: "Poppins", sans-serif; */
  }
  .subcconn a{
    display: none;
    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);
  }

.para1{
    height: 550px;
    width: 100%;
    /* background-color: saddlebrown; */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subpara1{
    height: 90%;
    width: 95%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sp1{
    height: 90%;
    width: 30%;
    /* background-color: #102136; */
    overflow: hidden;
}
.sp1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sp2{
    height: 60%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    line-height: 35px;
    /* background-color: #2c73df; */
}
.sp2 h2{
    font-size: 32px;
    font-weight: 100;
    /* text-align: left; */
    /* color: black; */
    color: #e41646;
    font-family: "Overpass", sans-serif;
}
.sp2 h1{
    font-size: 32px;
    margin-top: 20px;
    font-family: "Overpass", sans-serif;
    color:#514f4f;
}

.sp2 p{
    margin-top: 20px;
    font-family: "Barlow", sans-serif;
    text-align: left;
    font-size: 17px;
    text-align: left;
}

.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;
}
.content{
    height: 550px;
    width: 100%;
    /* background-color: #0c1928;    */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.subcontent{
    height: 100%;
    width: 98%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;

    /* background-color: #2c73df; */
}
.cs1{
    height: 30%;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs1:hover i{
    color:#e31746;
    transform: scale(1.3);
}
.gcs1:hover i{
    color:#e31746;
    transform: scale(1.3);
}
.gkcs1:hover i{
    color:#e31746;
    transform: scale(1.3);
}
.cs1:hover {
    /* 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; */
    /* 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; */
    /* background-color: #2c73df; */
    /* transform: scale(1.3); */
}
.gcs1:hover {
    /* 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; */
    /* 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; */
    /* background-color: #2c73df; */
    /* transform: scale(1.3); */
}
.gkcs1:hover {
    /* 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; */
    /* 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; */
    /* background-color: #2c73df; */
    /* transform: scale(1.3); */
}





.cs1:hover{
    background-color:white;
}
.css1{
    height: 100%;
    width:90%;
    /* background-color: #102136; */
}
.css2{
    height: 100%;
    width: 11%;
    /* background-color: #0d2447; */
    border-left: 6px solid #e41646;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;

}
.css2 h2{
    font-size: 32px;
    margin-top: 10px;
    font-family: "Overpass", sans-serif;
    color:#514f4f;
}
.css2 i{
    font-size: 32px;
    margin-top: 20px;
    /* font-family: "Overpass", sans-serif; */
    color:#514f4f;
    transition: .1s ease-in;
}
.css1{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 30px;
}
.css1 p{
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    font-style: italic;
    font-weight: 200;
    font-family: "Barlow", sans-serif;
}





.gcs1{
    height: 30%;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gcss1{
    height: 100%;
    width:90%;
    display: flex;
    align-items: center;
    justify-content: right;
    /* background-color: #102136; */
}
.gcss2{
    height: 100%;
    width: 11%;
    /* background-color: #0d2447; */
    border-right: 6px solid #e41646;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;

}
.gcss2 h2{
    font-size: 32px;
    margin-top: 10px;
    text-align: center;
    font-family: "Overpass", sans-serif;
    color:#514f4f;
}
.gcss2 i{
    font-size: 32px;
    margin-top: 20px;
    /* font-family: "Overpass", sans-serif; */
    color:#514f4f;
}
.gcss1{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 30px;
}
.gcss1 p{
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    font-style: italic;
    font-weight: 200;
    font-family: "Barlow", sans-serif;
}




.gkcs1{
    height: 30%;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gkcss1{
    height: 100%;
    width:90%;
    /* background-color: #102136; */
}
.gkcss2{
    height: 100%;
    width: 11%;
    /* background-color: #0d2447; */
    border-left: 6px solid #e41646;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;

}
.gkcss2 h2{
    font-size: 28px;
    margin-top: 10px;
    font-family: "Overpass", sans-serif;
    color:#514f4f;
}
.gkcss2 i{
    font-size: 32px;
    margin-top: 20px;
    /* font-family: "Overpass", sans-serif; */
    color:#514f4f;
}
.gkcss1{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 30px;
}
.gkcss1 p{
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    font-style: italic;
    font-weight: 200;
    font-family: "Barlow", sans-serif;
}


.scontactt{
    margin-top: 100px;
    height: 500px;
    width: 100%;
    background-image: url(../img/bg.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; */
  }
  .ssubcontactt{
    height: 100%;
    width: 100%;
    background-color:rgba(47, 47, 47, 0.816);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ssubcconn{
    height: 100%;
    width: 100%;    
    /* background-color: #454cd1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ssubcconn h1{
    /* font-family:Arial, sans-serif; */
    font-size: 38px;
    color:rgba(222, 218, 218, 0.738);
    /* font-family: "Barlow", sans-serif; */
    font-family: "Poppins", sans-serif;
  }
  .ssubcconn p{
    /* font-size: 38px; */
    font-size: 27px;
    margin-top: 20px;
    font-weight: 500;
    color: rgba(207, 205, 205, 0.697);
    font-family: "Barlow", sans-serif;
    /* font-family: "Poppins", sans-serif; */
  }
  .ssubcconn a{
    /* display: none; */
    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;
  }
  .ssubcconn a:hover{
    background-color:#830723;
    color: rgba(255, 255, 255, 0.734);
  }
  .pics{
    height: 700px;
    width: 100%;
    margin-bottom: 100px;

}
.pics img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pic{
    height: 300px;
    width: 100%;

}
.pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}














































  .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;
   }
   :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;
}


.contactt{
  
  height:auto;
  width: 100%;
  margin-top: 0px;
  /* background-image: url(../infrastructure/outdoor.jpg); */
  background-image: url(../img/abstract-paint-splashing-vibrant-colors-liquid-motion-generated-by-ai_188544-19632.avif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  
}
.subcontactt{
  height: 100%;
  width: 100%;
  background-color:rgba(47, 47, 47, 0.816);
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcconn{
  margin-top: 100px;
  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;
  color:rgba(222, 218, 218, 0.738);
  /* font-family: "Barlow", sans-serif; */
  font-family: "Poppins", sans-serif;
}
.subcconn p{
  /* font-size: 38px; */
  font-size: 17px;
  margin-top: 20px;
  font-weight: 500;
  color: rgba(207, 205, 205, 0.697);
  font-family: "Barlow", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}
.subcconn a{
  display: none;
  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);
}

.para1{
  overflow: hidden;
  height: auto;
  width: 100%;
  /* background-color: saddlebrown; */
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpara1{
  height: 100%;
  width: 100%;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sp1{
  height: 100%;
  width: 100%;
  /* background-color: #102136; */
  overflow: hidden;
}
.sp1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sp2{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  line-height: 35px;
  /* background-color: #2c73df; */
}
.sp2 h2{
  font-size: 32px;
  font-weight: 100;
  /* text-align: left; */
  /* color: black; */
  color: #e41646;
  font-family: "Overpass", sans-serif;
}
.sp2 h1{
  font-size: 32px;
  margin-top: 20px;
  font-family: "Overpass", sans-serif;
  color:#514f4f;
}

.sp2 p{
  margin-top: 20px;
  font-family: "Barlow", sans-serif;
  text-align: left;
  font-size: 17px;
  /* text-align: left; */
}

.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;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 10px;
  letter-spacing: 2px;
  /* color:#e41646; */
  color: #3c3c3c;
}
.content{
  height: auto;
  width: 100%;
  /* background-color: #0c1928;    */
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.subcontent{
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-direction:column;
  align-items: center;
  justify-content: space-between;

  /* background-color: #2c73df; */
}
.cs1{
  height: 100%;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cs1:hover i{
  color:#e31746;
  transform: scale(1.3);
}
.gcs1:hover i{
  color:#e31746;
  transform: scale(1.3);
}
.gkcs1:hover i{
  color:#e31746;
  transform: scale(1.3);
}
.cs1:hover {
  /* 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; */
  /* 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; */
  /* background-color: #2c73df; */
  /* transform: scale(1.3); */
}
.gcs1:hover {
  /* 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; */
  /* 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; */
  /* background-color: #2c73df; */
  /* transform: scale(1.3); */
}
.gkcs1:hover {
  /* 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; */
  /* 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; */
  /* background-color: #2c73df; */
  /* transform: scale(1.3); */
}





.cs1:hover{
  background-color:white;
}
.css1{
  height: 100%;
  width:100%;
  /* background-color: #102136; */
}
.css2{
  height: 100%;
  width: 100%;
  /* background-color: #0d2447; */
  border-left: 6px solid #e41646;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;

}
.css2 h2{
  font-size: 32px;
  margin-top: 10px;
  font-family: "Overpass", sans-serif;
  color:#514f4f;
}
.css2 i{
  font-size: 32px;
  margin-top: 20px;
  /* font-family: "Overpass", sans-serif; */
  color:#514f4f;
  transition: .1s ease-in;
}
.css1{
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  line-height: 30px;
}
.css1 p{
  font-size: 17px;
  text-transform: capitalize;
  text-align: left;
  font-style: italic;
  font-weight: 200;
  font-family: "Barlow", sans-serif;
}





.gcs1{
  height: 100%;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.gcss1{
  height: 100%;
  width:100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* background-color: #102136; */
}
.gcss2{
  height: 100%;
  width: 100%;
  /* background-color: #0d2447; */
  border-right: 6px solid #e41646;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;

}
.gcss2 h2{
  font-size: 32px;
  margin-top: 10px;
  text-align: center;
  font-family: "Overpass", sans-serif;
  color:#514f4f;
}
.gcss2 i{
  font-size: 32px;
  margin-top: 20px;
  /* font-family: "Overpass", sans-serif; */
  color:#514f4f;
}
.gcss1{
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 30px;
}
.gcss1 p{
  font-size: 17px;
  text-transform: capitalize;
  text-align: left;
  font-style: italic;
  font-weight: 200;
  font-family: "Barlow", sans-serif;
}




.gkcs1{
  height: 100%;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gkcss1{
  height: 100%;
  width:100%;
  /* background-color: #102136; */
}
.gkcss2{
  height: 100%;
  width: 100%;
  /* background-color: #0d2447; */
  border-left: 6px solid #e41646;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;

}
.gkcss2 h2{
  font-size: 28px;
  margin-top: 10px;
  font-family: "Overpass", sans-serif;
  color:#514f4f;
}
.gkcss2 i{
  font-size: 32px;
  margin-top: 20px;
  /* font-family: "Overpass", sans-serif; */
  color:#514f4f;
}
.gkcss1{
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 30px;
}
.gkcss1 p{
  font-size: 17px;
  text-transform: capitalize;
  text-align: left;
  font-style: italic;
  font-weight: 200;
  font-family: "Barlow", sans-serif;
}


.scontactt{
  margin-top:40px;
  height: 500px;
  width: 100%;
  background-image: url(../img/bg.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; */
}
.ssubcontactt{
  height: 100%;
  width: 100%;
  background-color:rgba(47, 47, 47, 0.816);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ssubcconn{
  height: 100%;
  width: 100%;    
  /* background-color: #454cd1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ssubcconn h1{
  /* font-family:Arial, sans-serif; */
  font-size: 32px;
  color:rgba(222, 218, 218, 0.738);
  /* font-family: "Barlow", sans-serif; */
  font-family: "Poppins", sans-serif;
}
.ssubcconn p{
  /* font-size: 38px; */
  font-size:17px;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  color: rgba(207, 205, 205, 0.697);
  font-family: "Barlow", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}
.ssubcconn a{
  /* display: none; */
  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;
}
.ssubcconn a:hover{
  background-color:#830723;
  color: rgba(255, 255, 255, 0.734);
}
.pics{
  height: auto;
  width: 100%;
  margin-bottom: 100px;

}
.pics img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pic{
  height: auto;
  width: 100%;

}
.pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}




















































  .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;
 }
}