/** 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 
 */
/***********************************************************************/
/* DeoSlideshow */
.DeoSlideshow {
  overflow: hidden; }
  .DeoSlideshow .block-slide-container {
    position: relative; }
    .DeoSlideshow .block-slide-container .slide-text {
      z-index: 99;
      position: absolute; }
  .DeoSlideshow .center-text-slide {
    white-space: nowrap;
    text-align: center;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .DeoSlideshow .right-text-slide {
    text-align: right; }
    .rtl .DeoSlideshow .right-text-slide {
      text-align: left; }
  .DeoSlideshow .text-slide {
    line-height: 1; }
  .DeoSlideshow .first-text {
    color: #222222;
    font-size: 1.6vw;
    font-weight: 500;
    margin-bottom: 1.6vw;
    text-transform: uppercase; }
    .DeoSlideshow .first-text.white-text {
      color: #FFFFFF; }
  .DeoSlideshow .second-text {
    color: #000000;
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
    text-transform: uppercase;
    font-family: "Lora", serif; }
    .DeoSlideshow .second-text.white-text {
      color: #FFFFFF; }
  .DeoSlideshow .third-text {
    color: #000000;
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
    text-transform: uppercase;
    font-family: "Lora", serif; }
    .DeoSlideshow .third-text.white-text {
      color: #FFFFFF; }
  .DeoSlideshow .btn-slideshow {
    font-weight: 600;
    color: #000000;
    font-size: 1vw;
    padding: 1vw 2vw;
    background: #FFFFFF;
    border-color: #FFFFFF;
    margin-top: 2vw;
    text-transform: uppercase;
    border-radius: 9999px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .DeoSlideshow .btn-slideshow:hover {
      color: #FFFFFF;
      border-color: #1bbc9b;
      background: #1bbc9b;
      font-size: 1.2vw; }
  @media (min-width: 992px) {
    .DeoSlideshow.medium-text .first-text {
      font-size: 1.2vw;
      margin-bottom: 1.2vw; }
    .DeoSlideshow.medium-text .second-text {
      font-size: 3vw; }
    .DeoSlideshow.medium-text .third-text {
      font-size: 3vw; }
    .DeoSlideshow.medium-text .btn-slideshow {
      font-size: 0.8vw;
      padding: 0.8vw 1.5vw;
      margin-top: 1.5vw; } }
  @media (min-width: 992px) {
    .DeoSlideshow.small-text .first-text {
      font-size: 1vw;
      margin-bottom: 1vw; }
    .DeoSlideshow.small-text .second-text {
      font-size: 2.5vw; }
    .DeoSlideshow.small-text .third-text {
      font-size: 2.5vw; }
    .DeoSlideshow.small-text .btn-slideshow {
      font-size: 0.5vw;
      padding: 0.5vw 1vw;
      margin-top: 1.2vw; } }
  @media (min-width: 992px) {
    .DeoSlideshow.tiny-text .first-text {
      font-size: 1vw;
      margin-bottom: 1vw; }
    .DeoSlideshow.tiny-text .second-text {
      font-size: 2vw; }
    .DeoSlideshow.tiny-text .third-text {
      font-size: 2vw; }
    .DeoSlideshow.tiny-text .btn-slideshow {
      font-size: 0.5vw;
      padding: 0.5vw 1vw;
      margin-top: 1vw; } }
  .DeoSlideshow .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .DeoSlideshow .slick-arrows {
    width: auto;
    position: static; }
    .DeoSlideshow .slick-arrows .slick-arrow {
      position: absolute;
      top: 50%;
      border: none;
      width: 30px;
      height: 40px;
      line-height: 40px;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 992px) {
        .DeoSlideshow .slick-arrows .slick-arrow {
          height: 60px;
          line-height: 60px; } }
      .DeoSlideshow .slick-arrows .slick-arrow:before {
        color: #FFFFFF;
        font-size: 20px;
        font-family: "deo-custom-icons";
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .DeoSlideshow .slick-arrows .slick-arrow.slick-prev {
        left: -30px;
        border-radius: 0px; }
        .DeoSlideshow .slick-arrows .slick-arrow.slick-prev:before {
          content: "\ea3d"; }
      .DeoSlideshow .slick-arrows .slick-arrow.slick-next {
        right: -30px;
        border-radius: 0px; }
        .DeoSlideshow .slick-arrows .slick-arrow.slick-next:before {
          content: "\ea3e"; }
      @media (min-width: 992px) {
        .DeoSlideshow .slick-arrows .slick-arrow:hover {
          background: #000000; } }
  .DeoSlideshow .owl-row, .DeoSlideshow .slick-row {
    margin-left: 0px;
    margin-right: 0px; }
  .DeoSlideshow .owl-item, .DeoSlideshow .slick-slide {
    padding: 0px; }
  .DeoSlideshow .owl-pagination {
    position: absolute;
    bottom: 0px;
    left: 50%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .DeoSlideshow .owl-buttons {
    width: auto;
    position: static; }
    .DeoSlideshow .owl-buttons > div {
      position: absolute;
      top: 50%;
      border: none;
      width: 30px;
      height: 40px;
      line-height: 40px;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 992px) {
        .DeoSlideshow .owl-buttons > div {
          height: 60px;
          line-height: 60px; } }
      .DeoSlideshow .owl-buttons > div:before {
        color: #FFFFFF;
        font-size: 20px;
        font-family: "deo-custom-icons";
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .DeoSlideshow .owl-buttons > div.owl-prev {
        left: -30px; }
        .DeoSlideshow .owl-buttons > div.owl-prev:before {
          content: "\ea3d"; }
      .DeoSlideshow .owl-buttons > div.owl-next {
        right: -30px; }
        .DeoSlideshow .owl-buttons > div.owl-next:before {
          content: "\ea3e"; }
      @media (min-width: 992px) {
        .DeoSlideshow .owl-buttons > div:hover {
          background: #000000; } }
  .DeoSlideshow .direction {
    width: auto;
    position: static; }
    .DeoSlideshow .direction .carousel-control {
      position: absolute;
      top: 50%;
      border: none;
      width: 30px;
      height: 40px;
      z-index: 9;
      line-height: 40px;
      border-radius: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 992px) {
        .DeoSlideshow .direction .carousel-control {
          height: 60px;
          line-height: 60px; } }
      .DeoSlideshow .direction .carousel-control .icon-prev, .DeoSlideshow .direction .carousel-control .icon-next {
        border: none;
        line-height: inherit;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.3); }
        .DeoSlideshow .direction .carousel-control .icon-prev:before, .DeoSlideshow .direction .carousel-control .icon-next:before {
          color: #FFFFFF;
          font-size: 20px;
          line-height: inherit;
          font-family: "deo-custom-icons";
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .DeoSlideshow .direction .carousel-control .icon-prev {
        left: -30px; }
        .DeoSlideshow .direction .carousel-control .icon-prev:before {
          content: "\ea3d"; }
      .DeoSlideshow .direction .carousel-control .icon-next {
        right: -30px; }
        .DeoSlideshow .direction .carousel-control .icon-next:before {
          content: "\ea3e"; }
      @media (min-width: 992px) {
        .DeoSlideshow .direction .carousel-control:hover .icon-prev, .DeoSlideshow .direction .carousel-control:hover .icon-next {
          background: #000000; } }
  .DeoSlideshow:hover .slick-arrows .slick-arrow.slick-prev {
    left: 0px; }
  .DeoSlideshow:hover .slick-arrows .slick-arrow.slick-next {
    right: 0px; }
  .DeoSlideshow:hover .owl-buttons > div.owl-prev {
    left: 0px; }
  .DeoSlideshow:hover .owl-buttons > div.owl-next {
    right: 0px; }
  .DeoSlideshow:hover .direction .carousel-control .icon-prev {
    left: 0px; }
  .DeoSlideshow:hover .direction .carousel-control .icon-next {
    right: 0px; }
  @media (min-width: 992px) {
    .DeoSlideshow:hover .slick-dots {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
    .DeoSlideshow:hover .owl-pagination {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); } }

/*# sourceMappingURL=DeoSlideshow.css.map */
