/***************************************************
  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 3 (footer for home 2) */
.footer-center {
  position: relative;
  background-color: #0a472e;
  padding-top: 40px; }
  .footer-center:before {
    content: '';
    background-image: url("../../../../../assets/img/modules/appagebuilder/img/freshio_h3_footerbg_top.png");
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-size: 100%;
    max-width: 363px; }
    .rtl .footer-center:before {
      left: 0;
      right: auto; }
    @media (max-width: 991px) {
      .footer-center:before {
        display: none; } }
  .footer-center:after {
    content: '';
    background-image: url("../../../../../assets/img/modules/appagebuilder/img/freshio_h3_footerbg_bottom.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-size: 100%;
    max-width: 329px; }
    .rtl .footer-center:after {
      right: 0;
      left: auto; }
    @media (max-width: 991px) {
      .footer-center:after {
        display: none; } }
  .footer-center > .container {
    position: relative;
    z-index: 2; }

.footer-container .block .title_block {
  color: #ffffff; }

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