*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
        height: 100vh;
        width: 100vw;
       overflow-x: hidden;
   }
   html{
    scroll-behavior: smooth;
   }
   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: 20%;
    /* background-color: darkblue; */
    overflow: hidden;
   }
   .n1 img{
    height: 100%;
    width: 100%;
    object-fit:contain;
   }
   .n2{
    height: 100%;
    width: 50%;
    /* 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/shr.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.subhomeone{
    background-color: #143347c3;
    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: #ffffff;
    font-weight: 800;
    text-transform: capitalize;
}
.subhomeone p{
    font-family: "Overpass", sans-serif;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.803);
}
.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/back.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 img{
  object-fit: contain;
  height: 220px;
  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-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;
}
.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #e41646;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #e41646);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #e41646;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #e41646;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #e41646;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #e41646;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #e41646;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #e75275, #e41646);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #e41646;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #e75275, #e41646);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}
.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/smile.jpg);
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    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);
  }
  .topic{
  margin-top: 60px;
  height: 120px;
  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;
}
.mappi{
  margin-top: 50px;
  height: 400px;
  width: 100%;
  margin-bottom: 50px;
}
.mappi iframe{
  height: 100%;
  width: 100%;
}
.topic{
  margin-top: 60px;
  height: 120px;
  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: 300px;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcontent{
  height: 80%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcontent p{
  font-family: "Barlow", sans-serif;
  line-height: 40px;
  color: #33383b;
  text-transform: capitalize;
  text-align: center;
  font-size: 18px;
}
.card{
  margin-top: 100px;
  height: 530px;
  width: 100%;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcard{
  height: 90%;
  width: 83%;
  /* background-color: #2c73df; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards1{
  height: 100%;
  width:48%;
  /* background-color: #e31746; */
  overflow: hidden;
}
.cards1 img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  transition: .2s ease-in-out;
}
.cards1:hover img{
  transform:scale(1.2);
}
.cards2{
  height: 100%;
  width:49%;
  display: flex;
  flex-direction: column;
  align-items:left;
  justify-content: center;
  /* background-color: #4d2931; */
  overflow: hidden;
}
.cards2 h1{
  text-align: left;
  text-transform: capitalize;
  font-size: 32px;
  font-family: "Overpass", sans-serif;
  color: #3c3c3c;
  margin-bottom: 30px;
  font-weight: 300;
}
.cards2 p{
  font-size: 17px;
  text-transform: capitalize;
  font-family: "Barlow", sans-serif;
  line-height: 30px;
  color: #3c3c3c;
}


.cards2 a{
  margin-top: 20px;
  font-size: 16px;
  /* height: 40px; */
  width:130px;
  padding: 5px;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  background-color: #29c629;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 
}
.cards2 i{
  padding: 5px;
}
.cards2 a:hover{
  background-color: #18a318;

}

.pic{
  height: 300px;
  width: 100%;

}
.pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.imagal{
  height: 700px;
  width: 100%;
  padding: 20px;
  /* background-color: red; */
}
.subimagal{
  height: 100%;
  width: 100%;
  /* background-color: #000a30; */
  place-items: center;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.i1{
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
  overflow: hidden;
  height: 300px;
  width: 450px;
  background-color: #e56d03;
}
.i1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .2s ease-in-out;
  /* transform: scale(1.3); */
}
.i1:hover img{
  transform: scale(1.2);
}
.imagall{
  height: 1350px;
  width: 100%;
  padding: 20px;
  /* background-color: red; */
}
.subimagall{
  height: 100%;
  width: 100%;
  /* background-color: #000a30; */
  place-items: center;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.i1{
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
  overflow: hidden;
  height: 300px;
  width: 450px;
  background-color: #e56d03;
}
.i1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .2s ease-in-out;
  /* transform: scale(1.3); */
}
.i1:hover img{
  transform: scale(1.2);
}
.spe{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: saddlebrown; */
}
.spec-table {
  width: 50%;
  overflow-x: auto;
  margin: 20px 0;
}

.spec-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  font-family: "Poppins", sans-serif;
}

.spec-table th {
  background:#e41646;
  color: #fff;
  text-align: left;
  padding: 14px 18px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.spec-table td {
  padding: 14px 18px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}

.spec-table tr:last-child td {
  border-bottom: none;
}

/* Hover effect */
.spec-table tr:hover td {
  background: #f7faff;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 600px) {
  .spec-table th,
  .spec-table td {
    padding: 12px;
    font-size: 14px;
  }
}


  .summa{
    height: 100px;
    width: 100%;
    background-color: white;
  }

.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: 50%;
    display: flex;
    align-items: center;
    justify-content:center;
}
.footer-left img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* 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: 26%;
  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;
   }
