#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #B8CEFF;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #B8CEFF;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #B8CEFF;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.php-email-form .form-group {
  padding-bottom: 8px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form .form-group {
  margin-bottom: 20px;
}

.php-email-form label {
  padding-bottom: 8px;
}

.php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #F29EA2;
}

.php-email-form input {
  height: 44px;
}

.php-email-form textarea {
  padding: 10px 12px;
}

.php-email-form button {
  padding: 12px 34px;
  transition: 0.4s;
  border-radius: 50px;
  color: #F29EA2;
  background-color: transparent;
  border: 2px solid #F29EA2 !important;
  cursor: pointer;
}

.php-email-form button:hover {
  color: #fff !important;
  background: #F29EA2 !important;
}

.container-pages-background {
  padding-top: 200px;
}

.container-pages, .blog .card {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 0.4rem;
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 80px;
  border-top: 3px solid #F29EA2;
  border-bottom: 3px solid #F29EA2;
}

.container-login {
  margin-top: 250px;
  background: #fff;
  padding: 2rem;
  border-radius: 0.4rem;
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 80px;
  border-top: 3px solid #F29EA2;
  border-bottom: 3px solid #F29EA2;
}

.form input {
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 50%;
  bottom: 15px;
  z-index: 996;
  background: #F29EA2;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff !important;
  line-height: 0;
}

.back-to-top:hover {
  background: #fcc7ca !important;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.actions .btn, .modal-footer .btn {
  font-size: 12px;
  text-decoration: none !important;
  padding: 8px;
}

.actions .btn.btn-sm, .modal-footer .btn.btn-sm {
  padding: 5px;
}

#confirm-delete {
  z-index: 2000;
}

.blog .bg-warning {
  color: #FFFFFF !important;
  background-color: #BF8A34 !important;
}

.blog .text-skin{
  color: #BF8A34 !important;
}

.bi-heart {
  cursor: pointer;
}

.card-footer {
  background-color: #FFFFFF;
  font-size: 13px;
}