/***************************************************
  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 
 */
/***********************************************************************/
@media (max-width: 1199px) {
  .box-footer-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

.footer-center-left {
  position: relative; }
  @media (max-width: 1199px) {
    .footer-center-left {
      text-align: center; } }
  .footer-center-left .footer-text {
    font-size: 14px;
    line-height: 1.714;
    color: #333;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .footer-center-left .footer-text {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .footer-center-left::before {
      content: "";
      position: absolute;
      top: 0;
      right: 45px;
      height: 100%;
      width: 1px;
      background-color: #e8e8e9; }
      .rtl .footer-center-left::before {
        left: 45px;
        right: auto; } }

.block-social {
  text-align: left; }
  .rtl .block-social {
    text-align: right; }
  @media (max-width: 1199px) {
    .block-social {
      text-align: center; } }
  .block-social ul li {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2; }
    .block-social ul li a {
      color: #000;
      line-height: 40px; }
      .block-social ul li a::before {
        font-size: 18px; }
      .block-social ul li a:hover {
        color: var(--theme-color-default); }

.footer-phone {
  margin-top: 30px; }
  @media (max-width: 1199px) {
    .footer-phone {
      margin-top: 20px;
      margin-bottom: 30px; } }
  .footer-phone span {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    font-weight: 400;
    display: block; }
  .footer-phone a {
    color: #000;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase; }
    .footer-phone a:hover {
      color: var(--theme-color-default); }

.footer-center-right {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 0; }
  @media (max-width: 575px) {
    .footer-center-right {
      gap: 30px 0; } }
  .footer-center-right > .title_block {
    position: absolute;
    top: 20px;
    left: 57px; }
    .rtl .footer-center-right > .title_block {
      right: 57px;
      left: auto; }
    @media (max-width: 767px) and (min-width: 576px) {
      .footer-center-right > .title_block {
        left: 35px; }
        .rtl .footer-center-right > .title_block {
          right: 35px;
          left: auto; } }
    @media (max-width: 450px) {
      .footer-center-right > .title_block {
        left: 35px; }
        .rtl .footer-center-right > .title_block {
          right: 35px;
          left: auto; } }
  .footer-center-right .footer-link {
    width: 33.33%; }
    @media (max-width: 450px) {
      .footer-center-right .footer-link {
        width: 100%; } }

.block_newsletter {
  width: calc(100% - 430px);
  padding: 47px 48px 31px 42px;
  background-color: #1c2127; }
  @media (min-width: 576px) {
    .block_newsletter {
      height: 120px; } }
  .rtl .block_newsletter {
    padding: 47px 42px 31px 48px; }
  .block_newsletter .left_content {
    display: none; }
  .block_newsletter .block_content {
    width: 100%;
    position: relative; }
    @media (min-width: 576px) {
      .block_newsletter .block_content .alert {
        position: absolute;
        top: -15px;
        margin: 0;
        transform: translateY(-100%); } }
  .block_newsletter form .btn {
    border: none;
    border-radius: 0;
    background-color: var(--theme-color-default);
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    padding: 8px 20px; }
    .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"; }
  @media (max-width: 767px) and (min-width: 576px) {
    .block_newsletter {
      width: calc(100% - 300px);
      padding: 47px 20px 31px 20px; }
      .rtl .block_newsletter {
        padding: 47px 20px 31px 20px; }
      .block_newsletter form .btn span {
        display: none; }
      .block_newsletter form .btn i {
        margin: 0; } }
  @media (max-width: 575px) {
    .block_newsletter {
      width: 100%; } }
  @media (max-width: 450px) {
    .block_newsletter {
      padding: 47px 20px 31px 20px; }
      .rtl .block_newsletter {
        padding: 47px 20px 31px 20px; }
      .block_newsletter form .btn span {
        display: none; }
      .block_newsletter form .btn i {
        margin: 0; } }

.footer-img {
  max-width: 430px;
  width: 100%;
  height: 120px;
  background-color: var(--theme-color-default);
  position: relative; }
  .footer-img img {
    position: absolute;
    bottom: 0;
    right: 15px; }
    .rtl .footer-img img {
      left: 15px;
      right: auto; }
  .footer-img::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    bottom: -1px;
    right: -1px;
    clip-path: polygon(100% 0%, 100% 100%, 0 100%);
    background-color: #fff; }
    .rtl .footer-img::before {
      left: -1px;
      right: auto; }
    [dir] .footer-img::before {
      clip-path: polygon(0% 0%, 100% 100%, 0% 100%); }
  .footer-img .image_description {
    height: 100%; }
    .footer-img .image_description p {
      height: 100%;
      display: flex;
      align-items: center;
      gap: 0 15px;
      padding-left: 30px; }
      .rtl .footer-img .image_description p {
        padding-right: 30px;
        padding-left: inherit; }
    .footer-img .image_description i {
      font-weight: 300;
      margin-right:15px;
      font-size: 40px;
      color: #000000; }
    .footer-img .image_description span {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      color: #000000; }
  @media (max-width: 767px) and (min-width: 576px) {
    .footer-img {
      max-width: 300px; }
      .footer-img .image_description p {
        gap: 0 8px;
        padding-left: 20px; }
        .rtl .footer-img .image_description p {
          padding-right: 20px;
          padding-left: inherit; } }
  @media (max-width: 575px) {
    .footer-img {
      max-width: none; } }

.footer-container .ApBlockLink ul li a {
  color: #333; }

@media (max-width: 450px) {
  .footer-container .footer-link .title_block {
    margin: 0 0 10px; }
  .footer-container .footer-link ul {
    margin-bottom: 0; } }

.box-footer-bottom {
  padding: 35px 0; }
  @media (max-width: 575px) {
    .box-footer-bottom {
      padding: 20px 0; } }
  .box-footer-bottom p {
    margin-bottom: 0; }
  .box-footer-bottom .footer-card {
    text-align: right; }
    .rtl .box-footer-bottom .footer-card {
      text-align: left; }
    @media (max-width: 767px) {
      .box-footer-bottom .footer-card {
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        flex-wrap: wrap-reverse;
        gap: 5px 16px; }
        .box-footer-bottom .footer-card img {
          margin: 0; } }
    .box-footer-bottom .footer-card .image_description p {
      font-size: 14px;
      color: #333666; }
    .box-footer-bottom .footer-card img {
      float: right;
      margin-left: 16px; }
      .rtl .box-footer-bottom .footer-card img {
        float: left; }
      .rtl .box-footer-bottom .footer-card img {
        margin-right: 16px;
        margin-left: inherit; }
  .box-footer-bottom .copyright {
    font-size: 14px;
    font-weight: 400;
    color: #333666; }
    @media (max-width: 767px) {
      .box-footer-bottom .copyright {
        text-align: center;
        margin-bottom: 15px; } }
    .box-footer-bottom .copyright a {
      color: var(--theme-color-default); }

.footer-bottom, .footer-center {
  border-top: 1px solid #e6e6e6; }

/*# sourceMappingURL=footerposition2977407297.css.map */
