/***************************************************
  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 
 */
/***********************************************************************/
.block-social {
  padding: 0; }
  .block-social ul {
    display: flex;
    justify-content: flex-start;
    gap: 0 20px; }
    @media (max-width: 480px) {
      .block-social ul {
        justify-content: center; } }
    .block-social ul li {
      margin: 0; }
      .block-social ul li a {
        color: #FFFFFF; }
        .block-social ul li a:hover {
          color: var(--theme-color-default); }

.footer-title {
  font-family: var(--font-family-septenary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 30px; }

.footer-about .text {
  max-width: 270px;
  width: 100%;
  margin: 0 0 20px;
  color: var(--theme-color-secondary);
  line-height: 22px; }
@media (max-width: 480px) {
  .footer-about {
    text-align: center; }
    .footer-about .text {
      margin: 0 auto 20px; } }

.footer-contact p {
  font-size: 14px;
  line-height: 22px;
  color: var(--theme-color-secondary);
  margin-bottom: 5px; }
.footer-contact .phone a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #FFFFFF;
  display: block; }
.footer-contact .email a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--theme-color-secondary); }
@media (max-width: 480px) {
  .footer-contact {
    text-align: center; } }

.box-footer-center {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0; }
  @media (min-width: 768px) {
    .box-footer-center .footer-block-link {
      flex: 1; } }

@media (max-width: 991px) {
  .footer_logo {
    text-align: center; } }
.box-footer-after {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  .box-footer-after .t-left {
    text-align: left; }
    .rtl .box-footer-after .t-left {
      text-align: right; }
  .box-footer-after .t-right {
    text-align: right; }
    .rtl .box-footer-after .t-right {
      text-align: left; }
  @media (max-width: 575px) {
    .box-footer-after .t-left {
      margin-bottom: 15px;
      text-align: center; }
    .box-footer-after .t-right {
      text-align: center; }
      .box-footer-after .t-right .d-flex {
        justify-content: center; } }
  .box-footer-after .d-flex {
    display: flex;
    justify-content: flex-end;
    gap: 0 8px;
    font-size: 12px;
    line-height: 18px;
    color: var(--theme-color-secondary); }
    .box-footer-after .d-flex a {
      color: var(--theme-color-secondary); }
      .box-footer-after .d-flex a:hover {
        color: var(--theme-color-default); }
  .box-footer-after .text {
    font-size: 12px;
    line-height: 18px;
    color: var(--theme-color-secondary);
    margin-bottom: 0; }
    .box-footer-after .text a {
      color: #FFFFFF; }
      .box-footer-after .text a:hover {
        color: var(--theme-color-default); }
  .box-footer-after::before {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px dotted #222222; }

/*# sourceMappingURL=footerposition3074422482.css.map */
