/***************************************************
  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-top {
  background-color: var(--theme-color-default); }

.box-top-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 40px 0; }
  .box-top-footer p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .box-top-footer .address {
      text-align: center; } }
  .box-top-footer .address p {
    font-weight: 400;
    color: #000000;
    font-size: 16px; }
  .box-top-footer .address i::before {
    content: "\f041"; }
  .box-top-footer .email {
    font-weight: 400;
    color: #000000;
    font-size: 16px; }
    .box-top-footer .email:hover {
      color: #FFFFFF; }
  .box-top-footer .phone {
    text-align: center; }
    @media (max-width: 767px) {
      .box-top-footer .phone {
        order: -1; } }
    .box-top-footer .phone a {
      font-weight: 700;
      font-size: 30px;
      line-height: 1.6;
      display: block;
      padding: 6px 0; }
      @media (min-width: 768px) {
        .box-top-footer .phone a {
          border-left: 1px solid rgba(0, 0, 0, 0.102);
          border-right: 1px solid rgba(0, 0, 0, 0.102); } }
      .box-top-footer .phone a:hover {
        color: #FFFFFF; }
  .box-top-footer .socials-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 30px; }
    @media (max-width: 767px) {
      .box-top-footer .socials-footer {
        justify-content: center; } }
    .box-top-footer .socials-footer ul {
      display: flex;
      gap: 0 18px; }
      .box-top-footer .socials-footer ul li a {
        color: #000000; }
        .box-top-footer .socials-footer ul li a:hover {
          color: #FFFFFF; }

.footer-container {
  background-color: #1c2127; }

.footer-center {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .footer-center {
      padding: 50px 0; } }
  .footer-center ul {
    margin-bottom: 0; }

@media (max-width: 575px) {
  .box-footer-center {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0; } }
.footer-col-sub .title_block {
  margin-bottom: 25px;
  color: #666666; }
@media (max-width: 991px) and (min-width: 576px) {
  .footer-col-sub {
    margin-top: 30px; } }

.block_newsletter {
  display: flex;
  flex-wrap: wrap; }
  .block_newsletter #block-newsletter-label {
    display: none; }
  .block_newsletter #block-newsletter-sub {
    padding-top: 0;
    font-size: 14px;
    line-height: 2.143;
    color: #999999;
    margin-bottom: 20px; }

.block_newsletter-form {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 10px 0; }
  .block_newsletter-form .input-wrapper {
    width: 100%; }
  .block_newsletter-form .btn {
    padding: 15px 20px;
    background-color: var(--theme-color-default);
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0;
    transition: 0.4s all; }
    .block_newsletter-form .btn i {
      font-weight: 600;
      margin-left: 15px; }
      .rtl .block_newsletter-form .btn i {
        margin-right: 15px;
        margin-left: inherit; }
    [dir] .block_newsletter-form .btn i:before {
      content: "\f177"; }
    .block_newsletter-form .btn:hover {
      background-color: #fff; }

.footer-bottom .box-footer-bottom {
  padding: 45px 0 50px;
  border-top: 1px solid #33383d;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px 0; }
  @media (max-width: 767px) {
    .footer-bottom .box-footer-bottom {
      text-align: center; } }
  .footer-bottom .box-footer-bottom p {
    margin-bottom: 0; }
    .footer-bottom .box-footer-bottom p a {
      color: var(--theme-color-default); }
  .footer-bottom .box-footer-bottom .image_description {
    margin-top: 15px; }
  .footer-bottom .box-footer-bottom .accept {
    margin-bottom: 15px; }
.footer-bottom .right {
  text-align: right; }
  .rtl .footer-bottom .right {
    text-align: left; }
  @media (max-width: 767px) {
    .footer-bottom .right {
      text-align: center; }
      [dir] .footer-bottom .right {
        text-align: center; } }

/*# sourceMappingURL=footerposition2769039801.css.map */
