/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	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 
 */
/***********************************************************************/
.banner.banner-axu-one {
  text-align: center;
  position: relative; }
  .banner.banner-axu-one .image {
    display: block;
    overflow: hidden; }
  .banner.banner-axu-one .image_description {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 9;
    width: 80%;
    margin: auto;
    padding: 30px 15px;
    position: absolute;
    background: #FFFFFF;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.banner-axu-one h3 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .banner.banner-axu-one p {
    margin-bottom: 0px; }
  @media (min-width: 992px) {
    .banner.banner-axu-one:hover .image_description {
      top: 75%;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); } }
.banner.banner-axu-two {
  position: relative; }
  .banner.banner-axu-two .image {
    display: block;
    overflow: hidden; }
  .banner.banner-axu-two h4 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: normal;
    text-transform: uppercase; }
  .banner.banner-axu-two h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .banner.banner-axu-two p {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .banner.banner-axu-two a {
    font-size: 13px;
    pointer-events: auto;
    text-transform: uppercase;
    text-decoration: underline; }
  .banner.banner-axu-two .image_description {
    top: 50%;
    z-index: 9;
    width: 53%;
    margin: auto;
    padding: 15px 30px;
    position: absolute;
    pointer-events: none;
    right: 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl .banner.banner-axu-two .image_description {
      left: 0px;
      right: auto; }
.banner.banner-axu-three {
  position: relative; }
  .banner.banner-axu-three h3 {
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .banner.banner-axu-three p {
    margin-bottom: 0px; }
  .banner.banner-axu-three .image_description {
    bottom: 0px;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 25px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .banner.banner-axu-three.text-white h3, .banner.banner-axu-three.text-white p {
    color: #FFFFFF; }
.banner.banner-axu-four {
  margin-bottom: 0px; }
  .banner.banner-axu-four .media {
    position: relative;
    text-align: center;
    background: #FFFFFF; }
    @media (min-width: 576px) {
      .banner.banner-axu-four .media {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; } }
    @media (min-width: 576px) {
      .banner.banner-axu-four .media:before {
        content: '';
        z-index: 1;
        width: 20px;
        height: 20px;
        position: absolute;
        background: inherit;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); } }
  @media (min-width: 576px) {
    .banner.banner-axu-four .left-block, .banner.banner-axu-four .right-block {
      width: 50%; } }
  .banner.banner-axu-four .right-block {
    padding: 30px 15px; }
    @media (min-width: 576px) {
      .banner.banner-axu-four .right-block {
        padding: 20px 30px; } }
  .banner.banner-axu-four h3 {
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #1bbc9b; }
    .banner.banner-axu-four h3:after {
      content: '';
      left: 0px;
      right: 0px;
      bottom: 0px;
      width: 80px;
      height: 1px;
      margin: auto;
      position: absolute;
      background: #eaeaea; }
  .banner.banner-axu-four h4 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .banner.banner-axu-four p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-style: italic; }
  .banner.banner-axu-four .btn {
    font-size: 12px;
    margin-top: 20px;
    padding: 2px 0px;
    border: none;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .banner.banner-axu-four .btn:hover {
      color: #1bbc9b;
      border-bottom-color: #1bbc9b; }
  .banner.banner-axu-four .image {
    display: block;
    overflow: hidden;
    background: #FFFFFF; }
  @media (min-width: 576px) {
    .banner.banner-axu-four.left-img .media {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 576px) {
    .banner.banner-axu-four.left-img .media:before {
      top: 50%;
      left: calc(50% - 20px);
      -webkit-transform: rotate(45deg) translateY(-50%);
      -moz-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
      -o-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%); }
      .rtl .banner.banner-axu-four.left-img .media:before {
        right: calc(50% - 20px);
        left: auto; } }
  @media (min-width: 576px) {
    .banner.banner-axu-four.right-img .media:before {
      top: 50%;
      right: calc(50% - 5px);
      -webkit-transform: rotate(45deg) translateY(-50%);
      -moz-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
      -o-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%); }
      .rtl .banner.banner-axu-four.right-img .media:before {
        left: calc(50% - 5px);
        right: auto; } }
.banner.banner-axu-five {
  position: relative; }
  .banner.banner-axu-five .image_description {
    z-index: 9;
    padding: 30px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .banner.banner-axu-five h3 {
    font-size: 20px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-axu-five h3 {
        font-size: 25px;
        letter-spacing: 5px; } }
    .banner.banner-axu-five h3:after {
      content: '';
      bottom: 0px;
      width: 80px;
      height: 1px;
      position: absolute;
      background: rgba(0, 0, 0, 0.5); }
    .banner.banner-axu-five h3:last-of-type {
      margin-bottom: 15px;
      padding-bottom: 5px; }
      @media (min-width: 992px) {
        .banner.banner-axu-five h3:last-of-type {
          margin-bottom: 20px;
          padding-bottom: 10px; } }
  .banner.banner-axu-five h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .banner.banner-axu-five p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-style: italic; }
  .banner.banner-axu-five .btn {
    font-size: 13px;
    margin-top: 10px;
    padding: 2px 0px;
    border: none;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 2px solid #333333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-axu-five .btn {
        margin-top: 15px; } }
    .banner.banner-axu-five .btn:hover {
      color: #1bbc9b;
      border-bottom-color: #1bbc9b; }
  .banner.banner-axu-five.center-text {
    text-align: center; }
    .banner.banner-axu-five.center-text .image_description {
      left: 0px;
      right: 0px;
      margin: auto; }
    .banner.banner-axu-five.center-text h3:after {
      left: 0px;
      right: 0px;
      margin: auto; }
  .banner.banner-axu-five.left-text {
    text-align: left; }
    .rtl .banner.banner-axu-five.left-text {
      text-align: right; }
    .banner.banner-axu-five.left-text .image_description {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-axu-five.left-text .image_description {
        right: 0px;
        left: auto; }
    .banner.banner-axu-five.left-text h3:after {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-axu-five.left-text h3:after {
        right: 0px;
        left: auto; }
  .banner.banner-axu-five.right-text {
    text-align: right; }
    .rtl .banner.banner-axu-five.right-text {
      text-align: left; }
    .banner.banner-axu-five.right-text .image_description {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-axu-five.right-text .image_description {
        right: auto;
        left: 0px; }
    .banner.banner-axu-five.right-text h3:after {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-axu-five.right-text h3:after {
        right: auto;
        left: 0px; }
  .banner.banner-axu-five.middle-text .image_description {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.banner-axu-five.top-text .image_description {
    top: 0px;
    bottom: auto; }
  .banner.banner-axu-five.bottom-text .image_description {
    top: auto;
    bottom: 0px; }
  .banner.banner-axu-five.text-white {
    color: #FFFFFF; }
    .banner.banner-axu-five.text-white h3, .banner.banner-axu-five.text-white h4 {
      color: #FFFFFF; }
    .banner.banner-axu-five.text-white h3:after {
      background: rgba(255, 255, 255, 0.7); }
  .banner.banner-axu-five.btn-white .btn {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF; }
    @media (min-width: 992px) {
      .banner.banner-axu-five.btn-white .btn:hover {
        color: #1bbc9b;
        border-bottom-color: #1bbc9b; } }
.banner.banner-axu-six {
  position: relative; }
  .banner.banner-axu-six .image_description {
    z-index: 9;
    top: 50%;
    padding: 30px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 992px) {
      .banner.banner-axu-six .image_description {
        padding: 50px; } }
  .banner.banner-axu-six h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .banner.banner-axu-six h3:last-of-type {
      margin-bottom: 15px; }
  .banner.banner-axu-six p {
    line-height: 1.5;
    margin-bottom: 0px; }
  .banner.banner-axu-six .btn {
    font-size: 13px;
    margin-top: 15px;
    padding: 2px 0px;
    border: none;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-axu-six .btn {
        margin-top: 20px; } }
    .banner.banner-axu-six .btn:hover {
      color: #1bbc9b;
      border-bottom-color: #1bbc9b; }
  .banner.banner-axu-six.center-text {
    text-align: center; }
    .banner.banner-axu-six.center-text .image_description {
      left: 0px;
      right: 0px;
      margin: auto; }
  .banner.banner-axu-six.left-text {
    text-align: left; }
    .rtl .banner.banner-axu-six.left-text {
      text-align: right; }
    .banner.banner-axu-six.left-text .image_description {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-axu-six.left-text .image_description {
        right: 0px;
        left: auto; }
  .banner.banner-axu-six.right-text {
    text-align: right; }
    .rtl .banner.banner-axu-six.right-text {
      text-align: left; }
    .banner.banner-axu-six.right-text .image_description {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-axu-six.right-text .image_description {
        right: auto;
        left: 0px; }
  .banner.banner-axu-six.text-white {
    color: #FFFFFF; }
    .banner.banner-axu-six.text-white h3 {
      color: #FFFFFF; }
  .banner.banner-axu-six.btn-white .btn {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF; }
    .banner.banner-axu-six.btn-white .btn:hover {
      color: #1bbc9b;
      border-bottom-color: #1bbc9b; }
.banner.banner-axu-seven {
  text-align: center;
  position: relative; }
  .banner.banner-axu-seven .image:before {
    content: '';
    z-index: 8;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    position: absolute;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .banner.banner-axu-seven .image_description {
    z-index: 9;
    top: 50%;
    left: 0px;
    right: 0px;
    padding: 30px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.banner-axu-seven h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-axu-seven h3 {
        font-size: 20px; } }
    .banner.banner-axu-seven h3:after {
      content: '';
      bottom: 0px;
      width: 80px;
      height: 1px;
      margin: auto;
      left: 0px;
      right: 0px;
      position: absolute;
      background: rgba(0, 0, 0, 0.5); }
    .banner.banner-axu-seven h3:last-of-type {
      margin-bottom: 15px;
      padding-bottom: 15px; }
  .banner.banner-axu-seven p {
    line-height: 1.5;
    margin-bottom: 0px; }
  .banner.banner-axu-seven .btn {
    font-size: 13px;
    margin-top: 20px;
    padding: 2px 0px;
    border: none;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-axu-seven .btn {
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .banner.banner-axu-seven .btn:hover {
        color: #1bbc9b;
        border-bottom-color: #1bbc9b; } }
  .banner.banner-axu-seven.text-white {
    color: #FFFFFF; }
    .banner.banner-axu-seven.text-white h3 {
      color: #FFFFFF; }
      .banner.banner-axu-seven.text-white h3:after {
        background: rgba(255, 255, 255, 0.7); }
  .banner.banner-axu-seven.btn-white .btn {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF; }
    .banner.banner-axu-seven.btn-white .btn:hover {
      color: #1bbc9b;
      border-bottom-color: #1bbc9b; }
  .banner.banner-axu-seven.bg-white .media:before {
    background: rgba(255, 255, 255, 0.3); }
  @media (min-width: 992px) {
    .banner.banner-axu-seven:hover .image:before {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); } }

.collections.collections-coco-one .block-carousel-container {
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .collections.collections-coco-one .block-carousel-container .title {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 9;
    position: absolute;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: inherit;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .collections.collections-coco-one .block-carousel-container .image a {
    display: block; }
    .collections.collections-coco-one .block-carousel-container .image a:before {
      content: '';
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 8;
      position: absolute;
      background: rgba(0, 0, 0, 0.2);
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .collections.collections-coco-one .block-carousel-container:hover .title {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .collections.collections-coco-one .block-carousel-container:hover .image a:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.service.service-axu-one .media {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
.service.service-axu-one img {
  max-width: 30px;
  margin-bottom: 15px; }
.service.service-axu-one h3 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal; }

.deo-category-image.image-category-axu-one .cate_content {
  overflow: hidden;
  position: relative; }
  .deo-category-image.image-category-axu-one .cate_content .cover-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease; }
    @media (max-width: 575px) {
      .deo-category-image.image-category-axu-one .cate_content .cover-img img {
        width: 100%; } }
  .deo-category-image.image-category-axu-one .cate_content .cate-meta {
    z-index: 9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #FFFFFF;
    position: absolute;
    padding: 15px 20px;
    background: rgba(27, 188, 155, 0.8);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-axu-one .cate_content .cate-meta {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%); } }
  .deo-category-image.image-category-axu-one .cate_content .cate-name {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px; }
    .deo-category-image.image-category-axu-one .cate_content .cate-name a {
      color: inherit; }
  .deo-category-image.image-category-axu-one .cate_content .deo-qty-category {
    font-size: 13px; }
  @media (min-width: 992px) {
    .deo-category-image.image-category-axu-one .cate_content:hover .cover-img img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .deo-category-image.image-category-axu-one .cate_content:hover .cate-meta {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); } }

.text-banner.text-banner-axu-one {
  padding: 15px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .text-banner.text-banner-axu-one {
      padding: 15px 30px; } }
  @media (min-width: 992px) {
    .text-banner.text-banner-axu-one {
      padding: 15px 60px; } }
  @media (min-width: 1200px) {
    .text-banner.text-banner-axu-one {
      padding: 15px 80px; } }
  .text-banner.text-banner-axu-one h4 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase; }
  .text-banner.text-banner-axu-one h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .text-banner.text-banner-axu-one h3 {
        font-size: 25px; } }
  .text-banner.text-banner-axu-one p {
    line-height: 1.6;
    margin-bottom: 0px; }
  .text-banner.text-banner-axu-one .btn {
    margin-top: 20px;
    padding: 10px 20px;
    color: #000000;
    line-height: normal;
    background: transparent;
    border: 1px solid #000000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      .text-banner.text-banner-axu-one .btn:hover {
        color: #FFFFFF;
        background: #000000; } }
  .text-banner.text-banner-axu-one.text-white h3, .text-banner.text-banner-axu-one.text-white h4, .text-banner.text-banner-axu-one.text-white p {
    color: #FFFFFF; }
  .text-banner.text-banner-axu-one.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    @media (min-width: 992px) {
      .text-banner.text-banner-axu-one.btn-white .btn:hover {
        color: #000000;
        background: #FFFFFF; } }
.text-banner.text-banner-axu-two {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 576px) {
    .text-banner.text-banner-axu-two {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .text-banner.text-banner-axu-two .block_content {
    max-width: 600px;
    margin: auto;
    padding: 40px 20px;
    border: 3px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.6); }
    @media (min-width: 576px) {
      .text-banner.text-banner-axu-two .block_content {
        padding: 60px 30px; } }
  .text-banner.text-banner-axu-two h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .text-banner.text-banner-axu-two p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: inherit; }
  .text-banner.text-banner-axu-two .btn {
    padding: 0px;
    border: none;
    font-size: 13px;
    margin-top: 20px;
    line-height: normal;
    text-decoration: underline;
    text-transform: uppercase;
    border-radius: 9999px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .text-banner.text-banner-axu-two .btn:hover {
      color: #1bbc9b; }
  .text-banner.text-banner-axu-two p {
    margin-bottom: 0px; }

/*# sourceMappingURL=widgets.css.map */
