/***************************************************
  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 
 */
/***********************************************************************/
.img-box-h2 {
  padding-top: 40px; }
  .img-box-h2 .ApImage {
    position: relative; }
  .img-box-h2 .left .image_description {
    position: absolute;
    text-align: center;
    top: 60px;
    left: 0;
    right: 0; }
    .img-box-h2 .left .image_description p {
      font-size: 10px;
      letter-spacing: 2px;
      color: #fff;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "eina03-regularuploaded_file"; }
    .img-box-h2 .left .image_description h3 {
      font-size: 30px;
      line-height: 36px;
      color: #fff;
      margin-bottom: 17px; }
    .img-box-h2 .left .image_description a {
      color: #fff;
      border-color: #3a3d46;
      padding: 15px 30px;
      background: #3a3d46;
      text-transform: capitalize;
      font-family: "eina03-regularuploaded_file"; }
  .img-box-h2 .center .image_description {
    position: absolute;
    text-align: center;
    bottom: 150px;
    left: 0;
    right: 0; }
    .img-box-h2 .center .image_description p {
      font-size: 10px;
      letter-spacing: 2px;
      color: #a2a2a2;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "eina03-regularuploaded_file"; }
    .img-box-h2 .center .image_description h3 {
      font-size: 30px;
      line-height: 36px;
      color: #222;
      margin-bottom: 17px; }
  @media (max-width: 575px) {
    .img-box-h2 .center {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .img-box-h2 .left img, .img-box-h2 .center img {
      width: 100% !important;
      height: 500px !important; } }
  .img-box-h2 .right > div:nth-child(2) .image_description {
    top: 60px;
    left: 40px; }
  .img-box-h2 .right .image_description {
    position: absolute;
    text-align: center;
    bottom: 50px;
    right: 75px; }
    .img-box-h2 .right .image_description p {
      font-size: 10px;
      letter-spacing: 2px;
      color: #a2a2a2;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "eina03-regularuploaded_file"; }
    .img-box-h2 .right .image_description h3 {
      font-size: 30px;
      line-height: 36px;
      color: #222;
      margin-bottom: 17px; }
    .img-box-h2 .right .image_description .text-img-bo {
      text-align: left; }
      .img-box-h2 .right .image_description .text-img-bo span {
        display: block;
        font-size: 16px;
        color: #9b9b9c;
        font-family: "eina03-regularuploaded_file";
        margin-bottom: 24px; }
      .img-box-h2 .right .image_description .text-img-bo a {
        text-transform: capitalize;
        font-family: "eina03-regularuploaded_file";
        color: #333;
        font-size: 13px; }
  .img-box-h2 .right .ApImage {
    margin-bottom: 45px; }
    @media (max-width: 1199px) {
      .img-box-h2 .right .ApImage {
        margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .img-box-h2 .right img {
      width: 100% !important;
      height: 300px !important;
      object-fit: cover; } }
  @media (max-width: 1199px) {
    .img-box-h2 .right {
      margin-top: 30px; } }
  .img-box-h2 .style-btn:before {
    background-color: #f4c3bc; } 


.tit-r {
  padding-top: 80px; }
  .tit-r .title_block {
    font-size: 15px;
    color: #a2a2a2;
    text-transform: uppercase;
    font-family: "eina03-regularuploaded_file";
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0px;
    text-align: center; }
  .tit-r .sub-title-widget {
    color: #3a3d46;
    font-size: 62px;
    padding-bottom: 100px;
    background: url(../../../../../assets/img/modules/appagebuilder/img/decor-large-h2.jpg) no-repeat 0 0 transparent scroll;
    text-align: center;
    background-position: center center;
    padding-top: 125px; 
	background-size:contain;}
    @media (max-width: 1199px) {
      .tit-r .sub-title-widget {
        padding-bottom: 35px;
        font-size: 42px;
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .tit-r .sub-title-widget {
        font-size: 35px;
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .tit-r .sub-title-widget {
        font-size: 30px;
        padding-top: 20px; } }
    @media (max-width: 575px) {
      .tit-r .sub-title-widget {
        padding-bottom: 30px;
        font-size: 27px; } }
  .tit-r .top .nav-tabs {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-bottom: 100px; }
    .tit-r .top .nav-tabs .nav-item {
      margin-right: 45px; }
      .rtl .tit-r .top .nav-tabs .nav-item {
        margin-left: 45px;
        margin-right: inherit; }
      .tit-r .top .nav-tabs .nav-item:last-child {
        margin-right: 0px; }
        .rtl .tit-r .top .nav-tabs .nav-item:last-child {
          margin-left: 0px;
          margin-right: inherit; }
      .tit-r .top .nav-tabs .nav-item .nav-link {
        position: relative;
        padding-bottom: 5px;
        display: inline-block;
        text-transform: uppercase;
        color: #242f3d;
        font-size: 14px;
        letter-spacing: 1.4px;
        font-weight: 600;
        background-color: transparent;
        border: 0;
        padding: 10px 0;
        font-family: "eina03-regularuploaded_file";
        color: #777; }
        .tit-r .top .nav-tabs .nav-item .nav-link:before {
          content: '';
          display: inline-block;
          width: 0;
          height: 2px;
          position: absolute;
          background-color: #242f3d;
          left: 0;
          bottom: 0px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          border-color: transparent; }
        .tit-r .top .nav-tabs .nav-item .nav-link:hover, .tit-r .top .nav-tabs .nav-item .nav-link:active, .tit-r .top .nav-tabs .nav-item .nav-link:focus, .tit-r .top .nav-tabs .nav-item .nav-link:visited, .tit-r .top .nav-tabs .nav-item .nav-link.active:focus, .tit-r .top .nav-tabs .nav-item .nav-link:active:focus, .tit-r .top .nav-tabs .nav-item .nav-link.active {
          outline: none !important;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          -o-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none;
          color: #242f3d;
          background-color: transparent; }
          .tit-r .top .nav-tabs .nav-item .nav-link:hover:before, .tit-r .top .nav-tabs .nav-item .nav-link:active:before, .tit-r .top .nav-tabs .nav-item .nav-link:focus:before, .tit-r .top .nav-tabs .nav-item .nav-link:visited:before, .tit-r .top .nav-tabs .nav-item .nav-link.active:focus:before, .tit-r .top .nav-tabs .nav-item .nav-link:active:focus:before, .tit-r .top .nav-tabs .nav-item .nav-link.active:before {
            width: 100%; }
        .tit-r .top .nav-tabs .nav-item .nav-link:before {
           /*background: #f4c3bc;*/
		   background: #82945f;		   } 


        .tit-r .top .nav-tabs .nav-item .nav-link.active {
          color: #222; }
          .tit-r .top .nav-tabs .nav-item .nav-link.active:before {
            width: 100%; }
    @media (max-width: 1199px) {
      .tit-r .top .nav-tabs {
        padding-bottom: 70px; } }
    @media (max-width: 991px) {
      .tit-r .top .nav-tabs {
        padding-bottom: 60px; } }
    @media (max-width: 767px) {
      .tit-r .top .nav-tabs {
        padding-bottom: 40px; } }
    @media (max-width: 575px) {
      .tit-r .top .nav-tabs {
        padding-bottom: 30px; } }
    @media (max-width: 480px) {
      .tit-r .top .nav-tabs {
        padding-bottom: 20px; } }
  @media (max-width: 1199px) {
    .tit-r {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .tit-r {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .tit-r {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .tit-r {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .tit-r {
      padding-top: 20px; } }

@media (max-width: 575px) {
  .pro-row .top .tabs-dropdown-menu {
    text-align: center;
    padding: 15px 0; }
  .pro-row .top .dropdown-menu {
    left: 0;
    right: 0;
    text-align: center; } }

.img-cate-h2 {
  padding-top: 150px; }
  .img-cate-h2 .widget-category_image {
    float: left;
    position: relative; }
  .img-cate-h2 .wr-text {
    position: absolute;
    left: 50px;
    top: 50px; }
    .img-cate-h2 .wr-text .cate-name {
      color: #222222;
      font-size: 26px;
      display: block;
      padding-bottom: 20px; }
    .img-cate-h2 .wr-text .leo-qty {
      font-size: 12px;
      color: #888888;
      text-transform: uppercase;
      font-family: "eina03-regularuploaded_file"; }
    @media (max-width: 575px) {
      .img-cate-h2 .wr-text {
        left: 20px;
        top: 20px; } }
  .img-cate-h2 .cate-show-all {
    display: none; }
  @media (max-width: 1199px) {
    .img-cate-h2 {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .img-cate-h2 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .img-cate-h2 {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .img-cate-h2 {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .img-cate-h2 {
      padding-top: 20px; } }
  @media (min-width: 576px) {
    .img-cate-h2 > .ApColumn {
      display: flex; } }

.img-cat-b {
  margin: auto;
  text-align: center;
  padding-top: 100px; }
  .img-cat-b .widget-category_image ul {
    padding: 0 10px;
    text-align: center;
    float: left; }
    @media (min-width: 576px) {
      .img-cat-b .widget-category_image ul {
        width: 20%; } }
    @media (max-width: 575px) {
      .img-cat-b .widget-category_image ul {
        width: 50%; } }
    .img-cat-b .widget-category_image ul li .cate-show-all {
      display: none; }
    .img-cat-b .widget-category_image ul li .leo-qty {
      display: none !important; }
    .img-cat-b .widget-category_image ul li .wr-text {
      display: block;
      padding: 25px 0;
      color: #212121;
      font-size: 15px;
      font-family: "eina03-bolduploaded_file";
      border: 1px solid #f3f4ee; }
    @media (max-width: 575px) {
      .img-cat-b .widget-category_image ul img {
        width: 100%; } }
  .img-cat-b .block_content {
    margin: 0 -10px;
    display: inline-block; }
  @media (max-width: 1199px) {
    .img-cat-b {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .img-cat-b {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .img-cat-b {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .img-cat-b {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .img-cat-b {
      padding-top: 20px; } }

.tit-ba .title_block {
  font-size: 15px;
  color: #a2a2a2;
  text-transform: uppercase;
  font-family: "eina03-regularuploaded_file";
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 0px;
  text-align: center; }
.tit-ba .sub-title-widget {
  color: #3a3d46;
  font-size: 62px;
  padding: 50px 0 100px 0;
  background: url(../../../../../assets/img/modules/appagebuilder/img/decor-large.png) no-repeat 0 0 transparent scroll;
  text-align: center;
  background-position: center center; 
  background-size:contain;}
  @media (max-width: 1199px) {
    .tit-ba .sub-title-widget {
      padding-bottom: 80px;
      font-size: 42px;
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .tit-ba .sub-title-widget {
      padding-bottom: 60px;
      font-size: 35px;
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .tit-ba .sub-title-widget {
      padding-bottom: 40px;
      font-size: 30px;
      padding-top: 20px; } }
  @media (max-width: 575px) {
    .tit-ba .sub-title-widget {
      padding-bottom: 30px;
      font-size: 27px;
      margin: 10px 0; } }

.new-wel {
  padding-top: 120px; }
  @media (max-width: 1199px) {
    .new-wel {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .new-wel {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .new-wel {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .new-wel {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .new-wel {
      padding-top: 20px; } }

/*# sourceMappingURL=profile3626036979.css.map */
