/***************************************************
  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 
 */
/***********************************************************************/
.page-home .ApColumn .title_block {
  text-transform: uppercase; }
.page-home .ApColumn .manufacturers_block::before, .page-home .ApColumn .manufacturers_block::after {
  display: none !important; }

.box-slide {
  margin: 8px -5px 0; }
  .box-slide > div {
    padding: 0 5px; }
  .box-slide .ApColumn .block {
    margin-bottom: 10px; }
  .box-slide .w-10 {
    width: 275px; }
    @media (max-width: 1199px) {
      .box-slide .w-10 {
        width: 240px; } }
  .box-slide .w-68 {
    width: 55%; }
    @media (max-width: 1434px) {
      .box-slide .w-68 {
        width: 53%; } }
    @media (max-width: 1199px) {
      .box-slide .w-68 {
        width: 51.2%; } }
    @media (max-width: 991px) {
      .box-slide .w-68 {
        width: 68.3%; } }
    @media (max-width: 991px) {
      .box-slide .w-68 {
        width: 100%; } }
  .box-slide .w-31 {
    width: 25.55%; }
    @media (max-width: 1434px) {
      .box-slide .w-31 {
        width: 23.6%; } }
    @media (max-width: 1199px) {
      .box-slide .w-31 {
        width: 24%; } }
    @media (max-width: 991px) {
      .box-slide .w-31 {
        width: 31.7%; } }
    @media (max-width: 991px) {
      .box-slide .w-31 {
        width: 100%; } }

.ApSlideShow {
  margin-bottom: 10px; }

.box-cate.row {
  margin: 0 -6.5px; }
  .box-cate.row > div {
    padding: 0 6.5px; }
.box-cate .ApColumn .block {
  margin-bottom: 12px; }
.box-cate .w-33 {
  width: 33.7%; }
  @media (max-width: 767px) {
    .box-cate .w-33 {
      width: 100%; } }
.box-cate .w-22 {
  width: 22.1%; }
  @media (max-width: 767px) {
    .box-cate .w-22 {
      width: 100%; } }
.box-cate .ApImage .image_description {
  position: absolute;
  width: 100%;
  padding: 0 45px;
  bottom: 70px; }
  .box-cate .ApImage .image_description .bwp-image-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .box-cate .ApImage .image_description .title-banner {
    font-size: 45px;
    color: #fff; }
  .box-cate .ApImage .image_description .bwp-image-description {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px; }
    .box-cate .ApImage .image_description .bwp-image-description span {
      color: #ff871d; }
  .box-cate .ApImage .image_description .button {
    display: inline-block;
    line-height: 33px;
    padding: 0 30px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #2b75da; }

.box-product-tab.row {
  margin: 70px -7px 0; }
  @media (max-width: 767px) {
    .box-product-tab.row {
      margin: 30px -7px 0; } }
  .box-product-tab.row > div {
    padding: 0 7px; }
.box-product-tab .tabs-top .title_block {
  text-transform: uppercase; }
.box-product-tab .tabs-top .nav-tabs {
  position: absolute;
  z-index: 1;
  top: 0;
  margin: 0;
  border: none;
  right: 0; }
  .rtl .box-product-tab .tabs-top .nav-tabs {
    left: 0;
    right: auto; }
  @media (max-width: 991px) {
    .box-product-tab .tabs-top .nav-tabs {
      top: -7px; } }
  .box-product-tab .tabs-top .nav-tabs li {
    margin: 0 20px; }
    .box-product-tab .tabs-top .nav-tabs li:first-child {
      margin: 0 20px 0 0; }
      .rtl .box-product-tab .tabs-top .nav-tabs li:first-child {
        margin: 0 0 0 20px; }
    .box-product-tab .tabs-top .nav-tabs li:last-child {
      margin: 0 0 0 20px; }
      .rtl .box-product-tab .tabs-top .nav-tabs li:last-child {
        margin: 0 20px 0 0; }
    .box-product-tab .tabs-top .nav-tabs li > a {
      font-size: 15px;
      padding: 12px 0;
      color: #999999; }
      .box-product-tab .tabs-top .nav-tabs li > a.active, .box-product-tab .tabs-top .nav-tabs li > a:hover {
        color: #121212; }
        .box-product-tab .tabs-top .nav-tabs li > a.active::before, .box-product-tab .tabs-top .nav-tabs li > a:hover::before {
          height: 2px; }
.box-product-tab.banner-right .ApImage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse; }
  .box-product-tab.banner-right .ApImage > a {
    border-radius: 0; }
  .box-product-tab.banner-right .ApImage .image_description {
    width: 100%;
    background: #f7a81e;
    padding: 55px 45px; }
    @media (max-width: 1350px) {
      .box-product-tab.banner-right .ApImage .image_description {
        padding: 30px 45px; } }
    @media (max-width: 767px) {
      .box-product-tab.banner-right .ApImage .image_description {
        padding: 30px 15px; } }
    .box-product-tab.banner-right .ApImage .image_description .bwp-image-subtitle {
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      display: inline-block;
      line-height: 34px;
      padding: 0 15px;
      background: #755fb2; }
    .box-product-tab.banner-right .ApImage .image_description .title-banner {
      margin: 5px 0 10px;
      font-size: 40px;
      color: #fff; }
      @media (max-width: 767px) {
        .box-product-tab.banner-right .ApImage .image_description .title-banner {
          font-size: 30px; } }
    .box-product-tab.banner-right .ApImage .image_description .bwp-image-description {
      font-size: 22px;
      color: #fff; }
      @media (max-width: 767px) {
        .box-product-tab.banner-right .ApImage .image_description .bwp-image-description {
          font-size: 18px; } }
.box-product-tab.banner-left {
  margin-top: 50px; }
  @media (max-width: 991px) {
    .box-product-tab.banner-left {
      margin-top: 30px; } }
  .box-product-tab.banner-left .ApImage > a {
    border-radius: 0; }
  .box-product-tab.banner-left .ApImage .image_description {
    position: absolute;
    top: 65px;
    padding: 0 15px;
    width: 100%;
    left: 0; }
    .rtl .box-product-tab.banner-left .ApImage .image_description {
      right: 0;
      left: auto; }
    .box-product-tab.banner-left .ApImage .image_description .info {
      max-width: 355px;
      margin: auto;
      text-align: center;
      border: 2px solid #fff;
      padding: 35px 20px 40px; }
    .box-product-tab.banner-left .ApImage .image_description .title-banner {
      margin: 0 0 25px;
      color: #fff;
      font-size: 34px;
      letter-spacing: 4px; }
      @media (max-width: 575px) {
        .box-product-tab.banner-left .ApImage .image_description .title-banner {
          font-size: 30px; } }
    .box-product-tab.banner-left .ApImage .image_description .button {
      display: inline-block;
      line-height: 55px;
      padding: 0 45px;
      font-size: 17px;
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      background: #fed700; }
      @media (max-width: 575px) {
        .box-product-tab.banner-left .ApImage .image_description .button {
          line-height: 40px;
          padding: 0 30px;
          font-size: 14px; } }

.box-email {
  margin: 0;
  padding: 70px 100px;
  background-image: url(../../../../../assets/img/modules/appagebuilder/img/img21-6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .box-email {
      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 (max-width: 1199px) {
    .box-email {
      padding: 70px 40px; } }
  @media (max-width: 767px) {
    .box-email {
      padding: 50px 15px; } }
  .box-email .ApRawHtml {
    margin-bottom: 0;
    color: #FFFFFF;
    text-align: center; }
    @media (min-width: 768px) {
      .box-email .ApRawHtml {
        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;
        padding-right: 70px;
        text-align: left; }
        .rtl .box-email .ApRawHtml {
          padding-left: 70px;
          padding-right: inherit; }
        .rtl .box-email .ApRawHtml {
          text-align: right; } }
    .box-email .ApRawHtml::before {
      content: "\e75a";
      font-family: "themify";
      font-size: 64px;
      position: relative; }
    .box-email .ApRawHtml .widget-container {
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .box-email .ApRawHtml .widget-container {
          padding-right: 70px;
          padding-left: 25px;
          margin-left: 25px;
          border-left: 1px solid #fff; }
          .rtl .box-email .ApRawHtml .widget-container {
            padding-left: 70px;
            padding-right: inherit; }
          .rtl .box-email .ApRawHtml .widget-container {
            padding-right: 25px;
            padding-left: inherit; }
          .rtl .box-email .ApRawHtml .widget-container {
            margin-right: 25px;
            margin-left: inherit; }
          .rtl .box-email .ApRawHtml .widget-container {
            border-right: 1px solid #fff;
            border-left: inherit; } }
      @media (max-width: 575px) {
        .box-email .ApRawHtml .widget-container {
          font-size: 14px; } }
    .box-email .ApRawHtml h2 {
      margin: 0 0 12px;
      position: relative;
      font-size: 26px;
      letter-spacing: 4.8px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
      @media (max-width: 575px) {
        .box-email .ApRawHtml h2 {
          font-size: 20px; } }
      .box-email .ApRawHtml h2 strong {
        display: block;
        font-weight: 700; }

.box-banner {
  margin-bottom: 20px; }
  .box-banner .ApImage > a {
    border-radius: 0; }
  .box-banner .ApImage .image_description {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
    .rtl .box-banner .ApImage .image_description {
      right: 0;
      left: auto; }
    .box-banner .ApImage .image_description .bwp-image-subtitle {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500; }
    .box-banner .ApImage .image_description .title-banner {
      margin: 0;
      font-size: 40px;
      color: #fff; }
      @media (max-width: 575px) {
        .box-banner .ApImage .image_description .title-banner {
          font-size: 24px; } }
    .box-banner .ApImage .image_description .bwp-image-description {
      font-size: 20px;
      color: #fff;
      margin: 10px 0 20px; }
      @media (max-width: 575px) {
        .box-banner .ApImage .image_description .bwp-image-description {
          font-size: 14px;
          margin: 5px 0 10px; } }
    .box-banner .ApImage .image_description .button {
      font-size: 11px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      display: inline-block;
      line-height: 33px;
      padding: 0 30px;
      background: #ff871d; }

.box-instagram .ApRawHtml {
  margin: 0; }
  .box-instagram .ApRawHtml .instagram-title {
    background: #ff871d;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 20px 0;
    text-align: center;
    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;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (min-width: 992px) {
      .box-instagram .ApRawHtml .instagram-title {
        position: absolute;
        top: 0;
        padding: 0; } }
    .box-instagram .ApRawHtml .instagram-title h2 {
      text-transform: uppercase;
      font-size: 14px;
      margin: 0 0 10px;
      letter-spacing: 1.6px;
      position: relative;
      padding-top: 115px;
      color: #fff; }
      .box-instagram .ApRawHtml .instagram-title h2:before {
        content: "\f16d";
        font-family: "FontAwesome";
        font-size: 90px;
        position: absolute;
        top: 0;
        line-height: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      @media (max-width: 1199px) {
        .box-instagram .ApRawHtml .instagram-title h2 {
          padding-top: 80px;
          letter-spacing: 0; }
          .box-instagram .ApRawHtml .instagram-title h2::before {
            font-size: 50px; } }
    .box-instagram .ApRawHtml .instagram-title .subtitle {
      font-size: 16px;
      color: #fff; }
@media (min-width: 992px) {
  .box-instagram .instagram-block .block_content .owl-item.active:nth-child(3) {
    opacity: 0;
    visibility: hidden; } }

/*# sourceMappingURL=profile2301808500.css.map */
