/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.footer-container {
  background-color: var(--theme-color-secondary); }

.footer-center {
  padding-top: 60px;
  padding-bottom: 56px;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 1px 0; }
  @media (max-width: 991px) {
    .footer-center {
      padding-top: 40px;
      padding-bottom: 40px; } }

@media (min-width: 992px) {
  .footer-col-link {
    width: 25%; } }

@media (max-width: 991px) {
  .footer-col-logo .h-logo {
    text-align: center; } }

.box-footer-center {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0; }

.box-footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .box-footer-contact .title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #888888;
    margin-top: 26.5px; }
    @media (max-width: 480px) {
      .box-footer-contact .title {
        margin-top: 20px; } }
  .box-footer-contact > div {
    height: 120px; }
    @media (max-width: 480px) {
      .box-footer-contact > div {
        height: 100px; } }

.col-left {
  text-align: center; }
  .col-left .title {
    margin-bottom: 17px; }
  .col-left .phone-number {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase; }
  @media (max-width: 767px) and (min-width: 576px) {
    .col-left {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .rtl .col-left {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: inherit; } }

.col-center {
  text-align: center;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 0 1px; }
  .col-center .title {
    margin-bottom: 6px; }
  @media (max-width: 767px) {
    .col-center {
      border-width: 1px 0; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .col-center {
      order: 3; } }

.col-right {
  text-align: center; }
  .col-right .title {
    margin-bottom: 9px; }

.footer-copyright {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 991px) {
    .footer-copyright {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .footer-copyright p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0; }
    .footer-copyright p a {
      color: #FFFFFF;
      transition: 0.2s all ease-in-out; }
      .footer-copyright p a:hover {
        color: var(--theme-color-default); }

/*# sourceMappingURL=footerposition2117339468.css.map */
