/*================================================================================================
    Start Footer CSS
===================================================================================================*/
.ed-footer__top {
  padding: 288px 0px 22px;
  /*background: #f0f8ff;*/
  background: #050608;
}

.ed-footer__top.custom-footer {
    padding: 0px 0px 42px;
}

.ed-footer__logo img {
  max-width: 140px;
  height: 100px;
  object-fit: contain;
}

.b-tag 
{
  color:var(--ed-secondary-color);
   /*#f64b4e;*/
}

.whatsapp a {
    display: block;
    background: #2CB742;
    position: fixed;
       bottom: 4px;
    right: 53px;

    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 1px;
    line-height: 34px;
    color: #fff;
    font-size: 27px;
    border-radius: 27px;
    z-index: 999;
    box-shadow: 0px 1px 10px 0 rgb(0 0 0 / 47%), 0 4px 20px 0 rgb(0 0 0 / 54%);
}

.whatsapp i {
    color: #fff;
    font-size: 20px;
}

.ed-footer__logo {
  margin-bottom: 3px;
}

.ed-footer__about-text {
      font-size: 14px;
    line-height: 22px;
}

.ed-footer__about-social {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ed-footer__about-social li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ed-footer__about-social {
  margin-top: 45px;
}
.ed-footer__widget {
  margin-top: 40px;
}
.ed-footer__widget.ed-footer__about {
  padding-right: 40px;
}
.ed-footer__widget-title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 44px;
  color: #f0f8ff;
}
.mr-2 
{
  margin-right: 6px;
  font-weight: 600;
  color:#fff;
}
.ed-footer__widget-links li {
     margin-bottom: 15px;
    font-size: 15px;
    color: #f0f8ff;
}

/*.ed-footer__widget-links li a:hover {
  color: var(--ed-primary-color);
}*/

.ed-footer__widget-links li:last-child {
  margin: 0;
}

.ed-footer__contact {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.ed-footer__contact-icon img {
  width: 28px;
  height: 28px;
  max-width: 28px;
  object-fit: contain;
      filter: brightness(5);

}

.ed-footer__contact-info span {
  color: #d8baba;
  /*var(--ed-paragraph-color);*/
  display: block;
  margin-bottom: 12px;
  line-height: 20px;
  font-weight: 600;
}

.ed-footer__contact-info a {
  /*color: var(--ed-title-color);*/

    color: #fff;
    opacity: 0.9;

  font-size: 15px;
}

.ed-footer__contact-info a:hover {
  color: var(--ed-primary-color);
}

.ed-footer__newsletter-form {
  margin-top: 24px;
}

.ed-footer__newsletter-form input {
  width: 100%;
  border-radius: 52px;
  padding: 14px 28px;
  font-size: 14px;
  color: rgba(1, 28, 26, 0.55);
  border: 1px solid #ebebeb;
}

.ed-footer__newsletter-form button {
  margin-top: 10px;
}

.ed-footer__newsletter-form input:focus {
  border: 1px solid var(--ed-primary-color);
}

.ed-footer__bottom {
  background: var(--ed-primary-color);
  text-align: center;
  padding: 25px 0px;
  border-top: 1px solid;
}

.ed-footer__copyright-text {
  font-size: 15px;
  letter-spacing: -0.28px;
  line-height: 20px;
  color: #fff;
}

.ed-footer__bottom {
  line-height: 20px;
}

.ed-footer__copyright-text a {
  font-weight: 500;
  color: var(--ed-title-color);
}
.ed-footer__copyright-text a:hover {
  color: var(--ed-primary-color);
}

.ed-footer__shape-1 {
  position: absolute;
  bottom: 12%;
  left: 0;
}

.ed-footer__shape-2 {
  position: absolute;
  right: 14%;
  top: 37%;
}
.ed-footer__shape-3 {
  position: absolute;
  right: 0;
  bottom: 2%;
}

/* Footer Style 2  */
.footer-bg__img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1032px;
}
.footer-bg__img img {
  width: 100%;
  height: 1032px;
  object-fit: cover;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-footer__shape-2 {
    right: 4%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-footer__top {
    padding: 110px 0px 110px;
  }
  .ed-footer__shape-2 {
    display: none;
  }
  .ed-footer__contact-info a {
    font-size: 16px;
  }
  .ed-footer__contact {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-footer__top {
    padding: 40px 0px 40px;
  }
  .ed-footer__shape-1,
  .ed-footer__shape-3,
  .ed-footer__shape-2 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ed-footer__top {
    padding: 40px 0px;
  }
  .ed-footer__logo {
    margin-bottom: 20px;
  }
  .ed-footer__widget.ed-footer__about {
    padding-right: 0;
  }
  .ed-footer__about-social {
    margin-top: 24px;
  }
  .ed-footer__widget-title {
    margin-bottom: 20px;
  }
  .ed-footer__widget-links li {
    margin-bottom: 16px;
  }
  .ed-footer__contact-info span {
    margin-bottom: 8px;
    display: block;
  }
  .ed-footer__contact {
    margin-bottom: 20px;
  }
  .ed-footer__contact-info a {
    font-size: 16px;
  }
  .ed-footer__shape-3,
  .ed-footer__shape-1,
  .ed-footer__shape-2 {
    display: none;
  }
  .ed-footer__copyright-text {
    line-height: 24px;
  }
}


.ed-footer__about-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color:   #fff;
    color:#050608;

    font-size: 16px;
    text-align: center;
    margin-right: 0px;
    border-radius: 50%;
}

.ed-footer__about-social li a:hover {
   
    background-color: #fff;
    color: #f64b4e;
    border: 1px solid #f64b4e;
    box-shadow: 0 0 5px;

}
@media only screen and (min-width:320px) and (max-width:767px) {
 
.whatsapp a {
   
   bottom: 7px;
    right: 19px;
}
.ed-testimonial .ed-section-head {
    margin-bottom: 2px;
}
}
/*================================================================================================
    End Footer CSS
===================================================================================================*/
