/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content .footer-logo img {
  padding-top: 70px;

}

#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

#footer-Content .copyright {
  margin-top: 125px;
  border-top: 1px solid #3c1f6e;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-Content .copyright p {
  color: #3ecf8e;
  font-size: 18px;
}

#footer-Content .copyright a {
  color: #ddd;
}

#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}

#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}

#footer-Content .widget .subscribe-area input[type=email] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}

#footer-Content .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #3ecf8e;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}

#footer-Content h3.block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

#footer-Content ul.menu li a {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content ul.menu li a:hover {
  color: #3ecf8e;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.img-footer {
  height: 32px;
  width: 32px;
  margin-left: 15px;
  margin-right: 8px;

}

.footer-text {
  margin-top: 52px;
  margin-bottom: 24px;
  text-align: center;
  /*margin-bottom:24px;*/
  color: #D0D0D7;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.footer-line {
  width: 944px;
  height: 58px;
  flex-shrink: 0;
  border-top: 0.5px solid #43434E;
  margin-top: 48px;

}

.footer-copyright {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #B0B0BC;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-bottom: 24px;
}

.btn-share {
  justify-content: center;
  width: 137px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 1000px;
  display: flex;

  padding: 0 8px 0 16px;
  align-items: center;
  gap: -2px;

}

.btn-contact {
  text-align: left;
  padding: 12px 24px;
  color: #FFFFFF;
  border-radius: 1000px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.btn-contact:hover {
  color: #FFFFFF;
}

.btn-img-share {
  padding-bottom: 2px;
  padding-right: 7px;
}

.container-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 64px;
}

.container-padding {
  padding-right: 0;
  padding-left: 0;
}
