*{
    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;
}
.topi{
  margin-top: 100px;
  height: 400px;
  width: 100%;
  background-image:url(../img/ga.jpg);
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
}
.subtopi{
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.671);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.subtopi h1{
  text-transform: capitalize;
  font-size: 50px;
  color: #e41646;
  font-weight: 400;
  /* margin-bottom: 200px; */
  font-family: "Barlow", sans-serif;
}
.subtopi p{
  text-transform: capitalize;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.489);
  font-weight: 200;
  margin-bottom: 200px;
  font-family: "Barlow", sans-serif;
}

.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;
}

.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);
}
































































  .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;
}

.topi{
  margin-top: 0px;
  height: 400px;
  width: 100%;
  background-image:url(../img/ga.jpg);
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
}
.subtopi{
  
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.671);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.subtopi h1{
  text-transform: capitalize;
  font-size: 32px;
  color: #e41646;
  font-weight: 400;
  margin-top: 150px;
  margin-bottom: 0px;
  font-family: "Barlow", sans-serif;
}
.subtopi p{
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.489);
  font-weight: 200;
  margin-bottom: 200px;
  font-family: "Barlow", sans-serif;
}

.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;
}

.imagal{
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 20px;
  /* background-color: red; */
}
.subimagal{
  height: 100%;
  width: 100%;
  /* background-color: #000a30; */
  place-items: center;
  display: grid;
  grid-template-columns: repeat(1,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: 100%;
  background-color: #e56d03;
  margin-top: 30px;
}
.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{
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 20px;
  /* background-color: red; */
}
.subimagall{
  height: 100%;
  width: 100%;
  /* background-color: #000a30; */
  place-items: center;
  display: grid;
  grid-template-columns: repeat(1,1fr);
}




















































  .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;
 }

  }