ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta  {
   
    display:flex;
   
  }
.single-cta i {
  color: #57b7c0;
  font-size: 30px;
  float: left;
  display:flex;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #57b7c0;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #57b7c0;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color:#57b7c0;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #57b7c0;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #57b7c0;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-wave {
    position: relative;
    background: #05b3a4;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:35%;
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  .menu__link:hover{
      color: white;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("../img/ZAts69f.png");
    background-size: 1000px 100px;
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }


  .item-content{height:250px}
  .item-content img{height:100%; width:100%;}
  .text-primary{color:none;}

  .featureButton {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: rgb(9 90 117);
    left: 580px;
    color: white;
    text-decoration: none;
    padding: 10px;
    border: none;
    text-transform: capitalize;
}
.header-transparent .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #fff !important;
  padding: 14px 0;
  background-color: inherit;
  font-family: "Oswald",sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  /* width:100%; */

}
.btnsub
{
   width:150px; 
   height:40px;
   background-color:red;
   color:#fff;
   
}

#drop .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #000 !important;
  padding: 14px 0;
  background-color: inherit;
  font-family: "Oswald",sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  /* width:100%; */

}
.dropbtn:after
{
content: "\2193";
background-color: var(--primary);
color: #fff;
height: 30px;
line-height: 30px;
right: 0;

/* text-align: center; */
width: 30px;
z-index: 3;
float: right;
right:20px;
font-size: 14px;

}

.whatsapp-float {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366; /* WhatsApp brand color */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    /* Center the icon inside the circle */
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float:hover {
    text-decoration: none;
    color: #FFF;
}
@media only screen and (max-width: 991px)
{
  .header-transparent  .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #000 !important;
    padding: 14px 0;
    background-color: inherit;
    font-family: "Oswald",sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
  
  }
 #drop .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #000 !important;
    padding: 14px 0;
    background-color: inherit;
    font-family: "Oswald",sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
  
  }
}
