/** 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-duma-one {
  text-align: center;
  position: relative; }
  .banner.banner-duma-one .image {
    display: block;
    overflow: hidden; }
  .banner.banner-duma-one .image_description {
    padding: 30px 15px 0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .banner.banner-duma-one h3 {
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .banner.banner-duma-one p {
    margin-bottom: 0px; }
  .banner.banner-duma-one .btn {
    color: #222222;
    font-size: 13px;
    margin-top: 20px;
    padding: 8px 20px;
    letter-spacing: 2px;
    line-height: normal;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #222222;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-duma-one .btn:hover {
        color: #FFFFFF;
        background: #1bbc9b;
        border-color: #1bbc9b; } }
.banner.banner-duma-two {
  color: #FFFFFF; }
  .banner.banner-duma-two .media {
    position: relative; }
  .banner.banner-duma-two h3 {
    color: inherit;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: inherit;
    text-decoration: underline;
    text-transform: uppercase; }
  .banner.banner-duma-two p {
    font-size: 13px;
    margin-bottom: 0px;
    text-transform: uppercase; }
  .banner.banner-duma-two .image_description {
    z-index: 9;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    position: absolute;
    pointer-events: none;
    background: rgba(216, 216, 216, 0);
    background: -moz-linear-gradient(to bottom, rgba(216, 216, 216, 0) 0%, #0d0d1f 100%);
    background: -webkit-linear-gradient(to bottom, rgba(216, 216, 216, 0) 0%, #0d0d1f 100%);
    background: -o-linear-gradient(to bottom, rgba(216, 216, 216, 0) 0%, #0d0d1f 100%);
    background: -ms-linear-gradient(to bottom, rgba(216, 216, 216, 0) 0%, #0d0d1f 100%);
    background: linear-gradient(to bottom, rgba(216, 216, 216, 0) 0%, #0d0d1f 100%); }
    @media (min-width: 992px) {
      .banner.banner-duma-two .image_description {
        padding: 20px; } }
.banner.banner-duma-three {
  position: relative; }
  .banner.banner-duma-three h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .banner.banner-duma-three h3:after {
      content: '';
      height: 2px;
      width: 20px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin: auto;
      position: absolute;
      background: #000000; }
  .banner.banner-duma-three p {
    font-weight: 400;
    margin-bottom: 0px; }
  .banner.banner-duma-three .image {
    position: relative; }
    .banner.banner-duma-three .image:before {
      content: '';
      bottom: 0px;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: 8;
      margin: auto;
      position: absolute;
      background: rgba(255, 255, 255, 0.3);
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .banner.banner-duma-three .image_description {
    top: 50%;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 30px;
    text-align: center;
    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-duma-three.text-white h3, .banner.banner-duma-three.text-white p {
    color: #FFFFFF; }
  .banner.banner-duma-three.text-white h3:after {
    background: rgba(255, 255, 255, 0.5); }
  .banner.banner-duma-three.text-white .image:before {
    background: rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .banner.banner-duma-three:hover .image:before {
      background: rgba(255, 255, 255, 0.6); }
    .banner.banner-duma-three:hover.text-white .image:before {
      background: rgba(0, 0, 0, 0.6); } }
.banner.banner-duma-four .media {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.banner.banner-duma-four .image {
  position: relative; }
  .banner.banner-duma-four .image:before {
    content: '';
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 8;
    margin: auto;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
.banner.banner-duma-four .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-duma-four h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 17px;
  text-transform: uppercase; }
  .banner.banner-duma-four h3:after {
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 1px;
    margin: auto;
    position: absolute;
    background: #000000; }
.banner.banner-duma-four h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase; }
.banner.banner-duma-four p {
  line-height: 1.5;
  margin-bottom: 0px;
  font-style: italic; }
.banner.banner-duma-four .btn {
  font-size: 13px;
  margin-top: 25px;
  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-duma-four .btn:hover {
    color: #1bbc9b;
    border-bottom-color: #1bbc9b; }
.banner.banner-duma-four .image {
  display: block;
  overflow: hidden;
  background: #FFFFFF; }
.banner.banner-duma-four.center-text {
  text-align: center; }
  .banner.banner-duma-four.center-text .image_description {
    left: 0px;
    right: 0px;
    margin: auto; }
  .banner.banner-duma-four.center-text h3:after {
    left: 0px;
    right: 0px;
    margin: auto; }
.banner.banner-duma-four.left-text {
  text-align: left; }
  .rtl .banner.banner-duma-four.left-text {
    text-align: right; }
  .banner.banner-duma-four.left-text .image_description {
    right: auto;
    left: 0px; }
    .rtl .banner.banner-duma-four.left-text .image_description {
      right: 0px;
      left: auto; }
  .banner.banner-duma-four.left-text h3:after {
    right: auto;
    left: 0px; }
    .rtl .banner.banner-duma-four.left-text h3:after {
      right: 0px;
      left: auto; }
.banner.banner-duma-four.right-text {
  text-align: right; }
  .rtl .banner.banner-duma-four.right-text {
    text-align: left; }
  .banner.banner-duma-four.right-text .image_description {
    right: 0px;
    left: auto; }
    .rtl .banner.banner-duma-four.right-text .image_description {
      right: auto;
      left: 0px; }
  .banner.banner-duma-four.right-text h3:after {
    right: 0px;
    left: auto; }
    .rtl .banner.banner-duma-four.right-text h3:after {
      right: auto;
      left: 0px; }
.banner.banner-duma-four.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-duma-four.top-text .image_description {
  top: 0px;
  bottom: auto; }
.banner.banner-duma-four.bottom-text .image_description {
  top: auto;
  bottom: 0px; }
.banner.banner-duma-four.text-white {
  color: #FFFFFF; }
  .banner.banner-duma-four.text-white h3, .banner.banner-duma-four.text-white h4 {
    color: #FFFFFF; }
  .banner.banner-duma-four.text-white h3:after {
    background: #FFFFFF; }
  .banner.banner-duma-four.text-white .image:before {
    background: rgba(0, 0, 0, 0.2); }
.banner.banner-duma-four.btn-white .btn {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF; }
  @media (min-width: 992px) {
    .banner.banner-duma-four.btn-white .btn:hover {
      color: #1bbc9b;
      border-bottom-color: #1bbc9b; } }
@media (min-width: 992px) {
  .banner.banner-duma-four:hover .image:before {
    background: rgba(255, 255, 255, 0.6); }
  .banner.banner-duma-four:hover.text-white .image:before {
    background: rgba(0, 0, 0, 0.6); } }
.banner.banner-duma-five {
  position: relative; }
  .banner.banner-duma-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; }
    @media (min-width: 992px) {
      .banner.banner-duma-five .image_description {
        padding: 50px; } }
  .banner.banner-duma-five h3 {
    font-size: 25px;
    letter-spacing: 4px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-duma-five h3 {
        font-size: 35px;
        letter-spacing: 7px;
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    .banner.banner-duma-five h3:after {
      content: '';
      bottom: 0px;
      width: 80px;
      height: 1px;
      position: absolute;
      background: rgba(0, 0, 0, 0.5); }
  .banner.banner-duma-five h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .banner.banner-duma-five p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-style: italic; }
  .banner.banner-duma-five .btn {
    border: none;
    margin-top: 20px;
    padding: 10px 30px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #1bbc9b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 9999px; }
    @media (min-width: 992px) {
      .banner.banner-duma-five .btn:hover {
        background: #169a7f; } }
  .banner.banner-duma-five.center-text {
    text-align: center; }
    .banner.banner-duma-five.center-text .image_description {
      left: 0px;
      right: 0px;
      margin: auto; }
    .banner.banner-duma-five.center-text h3:after {
      left: 0px;
      right: 0px;
      margin: auto; }
  .banner.banner-duma-five.left-text {
    text-align: left; }
    .rtl .banner.banner-duma-five.left-text {
      text-align: right; }
    .banner.banner-duma-five.left-text .image_description {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-duma-five.left-text .image_description {
        right: 0px;
        left: auto; }
    .banner.banner-duma-five.left-text h3:after {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-duma-five.left-text h3:after {
        right: 0px;
        left: auto; }
  .banner.banner-duma-five.right-text {
    text-align: right; }
    .rtl .banner.banner-duma-five.right-text {
      text-align: left; }
    .banner.banner-duma-five.right-text .image_description {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-duma-five.right-text .image_description {
        right: auto;
        left: 0px; }
    .banner.banner-duma-five.right-text h3:after {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-duma-five.right-text h3:after {
        right: auto;
        left: 0px; }
  .banner.banner-duma-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-duma-five.top-text .image_description {
    top: 0px;
    bottom: auto; }
  .banner.banner-duma-five.bottom-text .image_description {
    top: auto;
    bottom: 0px; }
  .banner.banner-duma-five.text-white {
    color: #FFFFFF; }
    .banner.banner-duma-five.text-white h3, .banner.banner-duma-five.text-white h4 {
      color: #FFFFFF; }
    .banner.banner-duma-five.text-white h3:after {
      background: rgba(255, 255, 255, 0.5); }
.banner.banner-duma-six {
  position: relative; }
  .banner.banner-duma-six .image_description {
    z-index: 9;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 30px;
    text-align: center;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    @media (min-width: 992px) {
      .banner.banner-duma-six .image_description {
        padding: 50px; } }
  .banner.banner-duma-six h3 {
    font-size: 25px;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-duma-six h3 {
        font-size: 28px; } }
    .banner.banner-duma-six h3:last-of-type {
      margin-bottom: 10px; }
  .banner.banner-duma-six p {
    line-height: 1.5;
    margin-bottom: 0px; }
  .banner.banner-duma-six .btn {
    border: none;
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 25px;
    font-weight: 500;
    padding: 10px 25px;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    border-radius: 5px;
    background: #1bbc9b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .banner.banner-duma-six .btn:hover {
      background: #169a7f; }
  .banner.banner-duma-six.white-text {
    color: #FFFFFF; }
    .banner.banner-duma-six.white-text h3 {
      color: #FFFFFF; }
.banner.banner-duma-seven {
  text-align: center; }
  .banner.banner-duma-seven .media {
    overflow: visible;
    position: relative; }
  .banner.banner-duma-seven .image_description {
    padding: 30px;
    color: #FFFFFF;
    background: #1bbc9b;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    @media (min-width: 992px) {
      .banner.banner-duma-seven .image_description {
        z-index: 9;
        bottom: 0%;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 600px;
        position: absolute;
        pointer-events: none;
        padding: 50px 30px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3); } }
  .banner.banner-duma-seven h3 {
    color: inherit;
    font-size: 25px;
    position: relative;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-duma-seven h3 {
        font-size: 30px; } }
    .banner.banner-duma-seven h3:after {
      content: '';
      bottom: 0px;
      width: 80px;
      height: 2px;
      margin: auto;
      left: 0px;
      right: 0px;
      position: absolute;
      background: rgba(255, 255, 255, 0.5); }
    .banner.banner-duma-seven h3:last-of-type {
      margin-bottom: 15px;
      padding-bottom: 15px; }
  .banner.banner-duma-seven p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 0px; }
  .banner.banner-duma-seven .btn {
    color: inherit;
    font-size: 13px;
    margin-top: 30px;
    font-weight: 500;
    padding: 10px 25px;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-duma-seven .btn {
        margin-top: 40px; } }
    @media (min-width: 992px) {
      .banner.banner-duma-seven .btn:hover {
        background: #FFFFFF;
        border-color: #FFFFFF;
        color: #1bbc9b; } }
.banner.banner-duma-eight {
  position: relative; }
  .banner.banner-duma-eight .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; }
    @media (min-width: 992px) {
      .banner.banner-duma-eight .image_description {
        padding: 50px 80px; } }
  .banner.banner-duma-eight h3 {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .banner.banner-duma-eight h3 {
        font-size: 30px; } }
  .banner.banner-duma-eight p {
    line-height: 1.5;
    margin-bottom: 0px;
    font-style: italic; }
  .banner.banner-duma-eight .btn {
    border: none;
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 500;
    padding: 10px 25px;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    border-radius: 5px;
    background: #1bbc9b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .banner.banner-duma-eight .btn:hover {
      background: #169a7f; }
  .banner.banner-duma-eight.center-text {
    text-align: center; }
    .banner.banner-duma-eight.center-text .image_description {
      left: 0px;
      right: 0px;
      margin: auto; }
  .banner.banner-duma-eight.left-text {
    text-align: left; }
    .rtl .banner.banner-duma-eight.left-text {
      text-align: right; }
    .banner.banner-duma-eight.left-text .image_description {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-duma-eight.left-text .image_description {
        right: 0px;
        left: auto; }
  .banner.banner-duma-eight.right-text {
    text-align: right; }
    .rtl .banner.banner-duma-eight.right-text {
      text-align: left; }
    .banner.banner-duma-eight.right-text .image_description {
      right: 0px;
      left: auto; }
      .rtl .banner.banner-duma-eight.right-text .image_description {
        right: auto;
        left: 0px; }
  .banner.banner-duma-eight.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-duma-eight.top-text .image_description {
    top: 0px;
    bottom: auto; }
  .banner.banner-duma-eight.bottom-text .image_description {
    top: auto;
    bottom: 0px; }
  .banner.banner-duma-eight.white-text {
    color: #FFFFFF; }
    .banner.banner-duma-eight.white-text h3 {
      color: #FFFFFF; }

.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-duma-one {
  padding-top: 20px;
  padding-bottom: 20px; }
  .service.service-duma-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-duma-one img {
    max-width: 30px;
    margin-bottom: 15px; }
  .service.service-duma-one h4 {
    font-size: 12px;
    font-weight: normal;
    font-family: inherit;
    text-transform: uppercase; }
    .service.service-duma-one h4:last-of-type {
      margin-bottom: 15px; }
  .service.service-duma-one h3 {
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase; }
  .service.service-duma-one p {
    margin-bottom: 0px; }
  .service.service-duma-one .btn {
    padding: 0px;
    border: none;
    font-size: 13px;
    margin-top: 20px;
    font-weight: normal;
    text-transform: uppercase; }
    .service.service-duma-one .btn:hover {
      text-decoration: underline; }

.deo-category-image.image-category-duma-one {
  margin-bottom: 0px; }
  .deo-category-image.image-category-duma-one .cate_content {
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    .deo-category-image.image-category-duma-one .cate_content .cover-img a:before {
      content: '';
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 8;
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-duma-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-duma-one .cate_content .cover-img img {
          width: 100%; } }
    .deo-category-image.image-category-duma-one .cate_content .cate-meta {
      z-index: 9;
      top: 50%;
      left: 0px;
      right: 0px;
      color: #FFFFFF;
      position: absolute;
      padding: 15px 20px;
      pointer-events: none;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .deo-category-image.image-category-duma-one .cate_content .cate-name {
      color: inherit;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
      letter-spacing: 3px;
      font-family: inherit;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-duma-one .cate_content .cate-name a {
        color: inherit; }
    .deo-category-image.image-category-duma-one .cate_content .deo-qty-category {
      font-size: 13px;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) {
        .deo-category-image.image-category-duma-one .cate_content .deo-qty-category {
          visibility: hidden;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transform: translateY(15px);
          -moz-transform: translateY(15px);
          -ms-transform: translateY(15px);
          -o-transform: translateY(15px);
          transform: translateY(15px); } }
      .deo-category-image.image-category-duma-one .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-duma-one .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-duma-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-duma-one .cate_content:hover .cate-name {
        letter-spacing: 6px; }
      .deo-category-image.image-category-duma-one .cate_content:hover .deo-qty-category {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
.deo-category-image.image-category-duma-two {
  padding: 30px 30px;
  margin-bottom: 0px;
  background: #FFFFFF;
  -moz-box-shadow: 0px 0px 4px 1px rgba(57, 56, 56, 0.24);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(57, 56, 56, 0.24);
  -o-box-shadow: 0px 0px 4px 1px rgba(57, 56, 56, 0.24);
  -ms-box-shadow: 0px 0px 4px 1px rgba(57, 56, 56, 0.24);
  box-shadow: 0px 0px 4px 1px rgba(57, 56, 56, 0.24); }
  @media (min-width: 992px) {
    .deo-category-image.image-category-duma-two {
      padding: 30px 50px; } }
  .deo-category-image.image-category-duma-two .cate_content {
    overflow: hidden;
    text-align: center;
    position: relative; }
    .deo-category-image.image-category-duma-two .cate_content .cate-meta {
      margin-top: 20px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-duma-two .cate_content .cover-img {
      overflow: hidden;
      background: #f3f4f6;
      border-radius: 100%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-duma-two .cate_content .cate-name {
      color: inherit;
      font-size: 14px;
      font-family: inherit;
      margin-bottom: 0px;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .deo-category-image.image-category-duma-two .cate_content .deo-qty-category {
      font-size: 14px;
      font-weight: normal;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-duma-two .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-duma-two .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
      .deo-category-image.image-category-duma-two .cate_content .deo-qty-category.processed-qty-category span {
        display: none; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-duma-two .cate_content:hover .cover-img {
        -moz-box-shadow: 0px 3px 3px 0px rgba(57, 56, 56, 0.24);
        -webkit-box-shadow: 0px 3px 3px 0px rgba(57, 56, 56, 0.24);
        -o-box-shadow: 0px 3px 3px 0px rgba(57, 56, 56, 0.24);
        -ms-box-shadow: 0px 3px 3px 0px rgba(57, 56, 56, 0.24);
        box-shadow: 0px 3px 3px 0px rgba(57, 56, 56, 0.24); } }

@media (max-width: 991px) {
  .service-carousel.button-middle .slick-arrows {
    width: auto;
    position: static;
    padding-top: 0px;
    padding-bottom: 0px; } }
.service-carousel.button-middle .slick-arrows .slick-arrow {
  width: 25px;
  height: 25px;
  color: inherit;
  background: transparent;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .service-carousel.button-middle .slick-arrows .slick-arrow:before {
    color: inherit;
    font-size: 20px;
    line-height: 25px; }
    @media (max-width: 991px) {
      .service-carousel.button-middle .slick-arrows .slick-arrow:before {
        font-size: 20px; } }
  .service-carousel.button-middle .slick-arrows .slick-arrow.slick-prev {
    right: auto;
    left: 0; }
    html[dir="rtl"]:not(.rtl) .service-carousel.button-middle .slick-arrows .slick-arrow.slick-prev {
      right: 0;
      left: auto; }
  .service-carousel.button-middle .slick-arrows .slick-arrow.slick-next {
    right: 0;
    left: auto; }
    html[dir="rtl"]:not(.rtl) .service-carousel.button-middle .slick-arrows .slick-arrow.slick-next {
      right: auto;
      left: 0; }
  .service-carousel.button-middle .slick-arrows .slick-arrow:hover {
    background: transparent; }
    .service-carousel.button-middle .slick-arrows .slick-arrow:hover:before {
      color: #1bbc9b; }
.service-carousel.button-middle .slick-slider.has-arrows {
  padding-left: 30px;
  padding-right: 30px; }
.service-carousel.service-carousel-duma-one {
  padding-top: 10px;
  padding-bottom: 10px; }
  .service-carousel.service-carousel-duma-one .block-carousel-container > *, .service-carousel.service-carousel-duma-one .content > * {
    display: inline-block;
    vertical-align: middle; }
  .service-carousel.service-carousel-duma-one img {
    max-height: 30px;
    margin-right: 5px; }
    .rtl .service-carousel.service-carousel-duma-one img {
      margin-left: 5px;
      margin-right: inherit; }
  .service-carousel.service-carousel-duma-one p {
    margin-bottom: 0px; }
  .service-carousel.service-carousel-duma-one .title {
    font-weight: 600;
    text-transform: uppercase; }
  .service-carousel.service-carousel-duma-one .link-btn {
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 5px; }
    .rtl .service-carousel.service-carousel-duma-one .link-btn {
      margin-right: 5px;
      margin-left: inherit; }
  .service-carousel.service-carousel-duma-one.text-white {
    color: #cccccc; }
    .service-carousel.service-carousel-duma-one.text-white .link-btn {
      color: #cccccc; }
      .service-carousel.service-carousel-duma-one.text-white .link-btn:hover {
        color: #ffffff; }

.text-banner.text-banner-duma-one {
  margin-bottom: 0px;
  background: #FFFFFF;
  padding: 40px 25px; }
  @media (min-width: 992px) {
    .text-banner.text-banner-duma-one {
      padding: 50px 30px; } }
  .text-banner.text-banner-duma-one h4 {
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: normal;
    text-transform: uppercase; }
  .text-banner.text-banner-duma-one h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .text-banner.text-banner-duma-one p {
    line-height: 1.6;
    margin-bottom: 0px; }
  .text-banner.text-banner-duma-one .btn {
    margin-top: 20px;
    padding: 8px 25px;
    color: #FFFFFF;
    border: none;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    background: #1bbc9b;
    -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-duma-one .btn:hover {
        background: #169a7f; } }
.text-banner.text-banner-duma-two {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .text-banner.text-banner-duma-two h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 2px; }
    @media (min-width: 992px) {
      .text-banner.text-banner-duma-two h3 {
        font-size: 35px; } }
  .text-banner.text-banner-duma-two h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: inherit; }
  .text-banner.text-banner-duma-two p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: inherit; }
  .text-banner.text-banner-duma-two .btn {
    margin-top: 20px;
    padding: 10px 25px;
    line-height: normal;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #222222;
    border-radius: 9999px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .text-banner.text-banner-duma-two .btn:hover {
      color: #FFFFFF;
      background: #222222;
      border-color: #222222; }
  .text-banner.text-banner-duma-two p {
    margin-bottom: 0px; }
  .text-banner.text-banner-duma-two.text-white h3, .text-banner.text-banner-duma-two.text-white h4, .text-banner.text-banner-duma-two.text-white p {
    color: #FFFFFF; }
  .text-banner.text-banner-duma-two.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .text-banner.text-banner-duma-two.btn-white .btn:hover {
      color: #222222;
      background: #FFFFFF;
      border-color: #FFFFFF; }
.text-banner.text-banner-duma-three {
  padding: 50px 30px;
  background: #FFFFFF; }
  .text-banner.text-banner-duma-three h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .text-banner.text-banner-duma-three h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
  .text-banner.text-banner-duma-three p {
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: inherit;
    margin-bottom: 0px; }
  .text-banner.text-banner-duma-three .btn {
    font-size: 13px;
    margin-top: 15px;
    padding: 10px 25px;
    line-height: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #222222;
    border: 1px solid #222222;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .text-banner.text-banner-duma-three .btn:hover {
      background: #1bbc9b;
      border-color: #1bbc9b; }
.text-banner.text-banner-duma-four h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase; }
.text-banner.text-banner-duma-four p {
  line-height: 1.5;
  margin-bottom: 0px; }
.text-banner.text-banner-duma-four .box-buttons {
  margin-bottom: 15px; }
.text-banner.text-banner-duma-four .btn {
  margin: 10px;
  font-size: 13px;
  padding: 10px 25px;
  line-height: normal;
  text-transform: uppercase;
  background: transparent;
  color: #1bbc9b;
  border: 1px solid #1bbc9b;
  border-radius: 9999px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .text-banner.text-banner-duma-four .btn:hover {
    color: #FFFFFF;
    background: #1bbc9b;
    border-color: #1bbc9b; }
.text-banner.text-banner-duma-five {
  padding: 15px 0px; }
  .text-banner.text-banner-duma-five h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px; }
  .text-banner.text-banner-duma-five p {
    line-height: 1.5;
    margin-bottom: 0px; }
  .text-banner.text-banner-duma-five .btn {
    font-size: 13px;
    margin-top: 25px;
    padding: 8px 20px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    color: #1bbc9b;
    border: 1px solid #1bbc9b;
    border-radius: 9999px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .text-banner.text-banner-duma-five .btn:hover {
      color: #FFFFFF;
      background: #1bbc9b;
      border-color: #1bbc9b; }

.about-us.about-us-duma-one {
  padding: 50px 30px;
  background: #FFFFFF; }
  .about-us.about-us-duma-one .block_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about-us.about-us-duma-one .address {
    width: 60%; }
    .about-us.about-us-duma-one .address li {
      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; }
      .about-us.about-us-duma-one .address li i, .about-us.about-us-duma-one .address li a, .about-us.about-us-duma-one .address li span {
        vertical-align: middle; }
      .about-us.about-us-duma-one .address li.address i:before {
        content: '\ea94'; }
      .about-us.about-us-duma-one .address li.email i:before {
        content: '\ea4c'; }
      .about-us.about-us-duma-one .address li.phone i:before {
        content: '\ea9a'; }
      .about-us.about-us-duma-one .address li i {
        min-width: 15px;
        margin-right: 7px; }
        .rtl .about-us.about-us-duma-one .address li i {
          margin-left: 7px;
          margin-right: inherit; }
  .about-us.about-us-duma-one .open-time {
    width: 40%; }
  .about-us.about-us-duma-one li + li {
    margin-top: 12px; }
  .about-us.about-us-duma-one h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .about-us.about-us-duma-one p {
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: inherit; }

/*# sourceMappingURL=widgets.css.map */
