/*
Footer Area Style
======================================================*/
.top-footer h2 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 40px;
}
.top-footer h2 a {
  color: var(--mainColor);
}
.top-footer .call-us {
  background-color: #1E2636;
  border-radius: 50px;
  font-weight: 600;
  font-size: 24px;
  color: var(--mainColor);
  padding: 5px 28px 5px 5px;
  text-decoration: none;
}
.top-footer .call-us i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  background-color: #FCEF96;
  border-radius: 50px;
  font-weight: 400;
  font-size: 24px;
  color: var(--headingColor);
  margin-right: 20px;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget.widget_nav_menu {
  position: relative;
  width: 15%;
  left: 80px;
}
.single-footer-widget.widget_bfic_footer_social {
  position: relative;
  left: 120px;
}
.single-footer-widget.widget_bfic_newsletter {
  position: relative;
  width: 33%;
  margin-left: auto;
  margin-right: 0;
}
.single-footer-widget a {
  text-decoration: none;
  color: var(--whiteColor) !important;
}
.single-footer-widget a:hover {
  color: var(--mainColor) !important;
}
.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.single-footer-widget ul li {
  margin-bottom: 18px;
}
.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .logo {
  margin-bottom: 20px;
}
.single-footer-widget p {
  color: var(--whiteColor) !important;
  margin-bottom: 20px;
}
.single-footer-widget h3 {
  font-size: 24px;
  color: var(--whiteColor);
  margin-bottom: 25px;
}
.single-footer-widget .import-link li {
  margin-bottom: 18px;
}
.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .newsletter-form .form-control {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  color: var(--whiteColor);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-color: rgba(217, 217, 217, 0.4);
}
.single-footer-widget .newsletter-form .form-control::-moz-placeholder {
  color: rgba(217, 217, 217, 0.3);
}
.single-footer-widget .newsletter-form .form-control::placeholder {
  color: rgba(217, 217, 217, 0.3);
}
.single-footer-widget .newsletter-form .default-btn {
  color: var(--whiteColor) !important;
}

.copy-right-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-right-wrap p {
  color: var(--whiteColor);
}
.copy-right-wrap p a {
  color: var(--mainColor);
}
.copy-right-wrap .import-link {
  line-height: 1;
}
.copy-right-wrap .import-link li {
  display: inline-block;
  border-right: 2px solid #ffffff;
  margin-right: 25px;
  padding-right: 25px;
}
.copy-right-wrap .import-link li a {
  text-decoration: none;
  color: var(--whiteColor);
}
.copy-right-wrap .import-link li a:hover {
  color: var(--mainColor);
}
.copy-right-wrap .import-link li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

/*
backtoptop Area Style
======================================================*/
#backtotop {
  position: fixed;
  top: 88%;
  right: 30px;
  margin: auto;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  transform: translateY(-50%);
  z-index: 11;
  transition: var(--transition);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .top-footer h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .top-footer .call-us {
    padding-right: 10px;
    font-size: 20px;
    padding: 5px;
  }
  .top-footer .call-us i {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .top-footer h3 {
    margin-bottom: 20px;
  }
  .single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .single-footer-widget .import-link li {
    margin-bottom: 10px;
  }
  .single-footer-widget .import-link li a {
    font-size: 15px;
  }
  .single-footer-widget.widget_nav_menu {
    width: 100%;
    left: 0;
  }
  .single-footer-widget.widget_bfic_footer_social {
    left: 0;
  }
  .single-footer-widget.widget_bfic_newsletter {
    width: 100%;
  }
  .copy-right-wrap .import-link li {
    margin-right: 5px;
    padding-right: 5px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-footer h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .top-footer .call-us {
    padding-right: 10px;
    font-size: 20px;
    padding: 5px;
    font-size: 17px;
  }
  .top-footer .call-us i {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .top-footer h3 {
    margin-bottom: 20px;
  }
  .single-footer-widget {
    width: 50%;
  }
  .single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .single-footer-widget .import-link li {
    margin-bottom: 10px;
  }
  .single-footer-widget .import-link li a {
    font-size: 15px;
  }
  .single-footer-widget.widget_nav_menu {
    width: 50%;
    left: 0;
  }
  .single-footer-widget.widget_bfic_footer_social {
    left: 0;
  }
  .single-footer-widget.widget_bfic_newsletter {
    width: 50%;
  }
  .copy-right-wrap .import-link li {
    margin-right: 20px;
    padding-right: 23px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-footer h2 {
    font-size: 30px;
  }
  .top-footer .call-us {
    font-size: 18px;
  }
  .top-footer .call-us i {
    margin-right: 10px;
  }
}/*# sourceMappingURL=footer.css.map */