/***************************************************
  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 
 */
/***********************************************************************/
#index #wrapper {
  padding-top: 0;
}

#index #main .page-footer {
  margin-bottom: 0;
}

body#index {
  /*background: #F6F4F2;*/
}

.category-w .title_block {
  padding-top: 30px;
}

.category-w .sub-title-widget {
  max-width: 821px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.category-w .block_content {
  display: grid;
  gap: 15px;
}

@media (min-width: 992px) {
  .category-w .block_content {
    grid-template-columns: repeat(4, 1fr);
  }

  .category-w .block_content ul:nth-child(2n) {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-w .block_content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .category-w .block_content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .category-w .block_content {
    display: block;
  }
}

.products_block .sub-title-widget {
  text-transform: uppercase;
}

.products_block,
.history-w,
.testimonial,
.category-w {
  position: relative;
  z-index: 1;
}

/*.products_block:before,
.history-w:before,
.testimonial:before,
.category-w:before {
  content: '';
  background: url(../../../../../assets/img/modules/appagebuilder/img/x-p0.png) no-repeat center center;
  display: block;
  position: absolute;
  width: 192px;
  height: 140px;
  z-index: -1;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}*/

.products_block .title_block,
.history-w .title_block,
.testimonial .title_block,
.category-w .title_block {
  padding-top: 15px;
}

.testimonial .title_block {
  padding-bottom: 15px;
}

.play-button img {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.instagram-block {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .auto-size img {
    width: auto !important;
  }

  .text-box .sub-title-widget {
    font-size: 64px;
    line-height: 75px;
  }
}

@media (min-width: 992px) {
  .ApRow.pink:before {
    background: rgba(0,0,0,0.5);
    margin-left: -1000px;
    transform: translateX(24%);
  }

  .ApRow.pink:after {
    content: '';
    background: url(../../../../../assets/img/modules/appagebuilder/img/x-p1.png) no-repeat center center;
    width: 346px;
    height: 612px;
    position: absolute;
    right: 0;
    bottom: -30px;
    display: block;
    transform: translateX(100%);
  }

  .ApRow.green:before {
    background: #DDEBEA;
    margin-right: -1000px;
    transform: translateX(45%);
  }

  /*.ApRow.green:after {
    content: '';
    background: url(../../../../../assets/img/modules/appagebuilder/img/x-p2.png) no-repeat center center;
    width: 385px;
    height: 661px;
    position: absolute;
    left: 0;
    bottom: -30px;
    display: block;
    transform: translateX(-100%);
  }*/

  .products_block {
    padding-top: 0px;
  }

  .products_block:before {
    top: 0px;
  }

  .right {
    margin-top: 150px;
    text-align: right;
  }

  .right .auto-size {
    padding-right: 30px;
  }

  .right .title_block,
  .right .sub-title-widget {
    text-align: right;
  }

  .bottom img {
    margin-top: 100px;
    margin-bottom: -180px;
  }

  .top img {
    margin-top: -150px;
    margin-bottom: 96px;
  }
}

/*# sourceMappingURL=profile2283547161.css.map */