/** 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-clgt-one .media {
  position: relative; }
.banner.banner-clgt-one h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase; }
.banner.banner-clgt-one .image_description {
  z-index: 9;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.banner.banner-clgt-two {
  position: relative; }
  .banner.banner-clgt-two .image {
    display: block; }
    .banner.banner-clgt-two .image:before {
      content: '';
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 8;
      position: absolute;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 992px) {
        .banner.banner-clgt-two .image:before {
          visibility: hidden;
          opacity: 0;
          filter: alpha(opacity=0); } }
  .banner.banner-clgt-two .image_description {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    padding: 20px 20px;
    position: absolute;
    pointer-events: none; }
    @media (min-width: 992px) {
      .banner.banner-clgt-two .image_description {
        bottom: 3%;
        margin: auto;
        max-width: 90%; } }
    .banner.banner-clgt-two .image_description h3 {
      font-size: 18px;
      font-weight: 600;
      position: relative;
      margin-bottom: 5px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 992px) {
        .banner.banner-clgt-two .image_description h3 {
          font-size: 28px; } }
      .banner.banner-clgt-two .image_description h3:last-of-type {
        margin-bottom: 10px; }
        @media (min-width: 992px) {
          .banner.banner-clgt-two .image_description h3:last-of-type {
            margin-bottom: 20px; } }
    .banner.banner-clgt-two .image_description p {
      margin-bottom: 0px; }
    .banner.banner-clgt-two .image_description a {
      font-size: 14px;
      margin-top: 10px;
      color: #000000;
      font-style: normal;
      pointer-events: auto;
      position: relative;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .banner.banner-clgt-two .image_description a:before {
        content: '';
        bottom: 0px;
        height: 1px;
        width: 100%;
        background: #000000;
        position: absolute;
        left: 0px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%); }
        .rtl .banner.banner-clgt-two .image_description a:before {
          right: 0px;
          left: auto; }
      @media (min-width: 992px) {
        .banner.banner-clgt-two .image_description a:after {
          content: '';
          bottom: 0px;
          height: 1px;
          width: 0px;
          background: #000000;
          position: absolute;
          right: 0px;
          -webkit-transition: all 0.3s ease 0.3s;
          -o-transition: all 0.3s ease 0.3s;
          transition: all 0.3s ease 0.3s;
          -webkit-transform: translateY(100%);
          -moz-transform: translateY(100%);
          -ms-transform: translateY(100%);
          -o-transform: translateY(100%);
          transform: translateY(100%); }
          .rtl .banner.banner-clgt-two .image_description a:after {
            left: 0px;
            right: auto; } }
      @media (min-width: 992px) {
        .banner.banner-clgt-two .image_description a:hover:before {
          width: 0%; }
        .banner.banner-clgt-two .image_description a:hover:after {
          width: 100%; } }
  .banner.banner-clgt-two.white-text .image:before {
    background: rgba(0, 0, 0, 0.2); }
  .banner.banner-clgt-two.white-text .image_description h3 {
    color: #FFFFFF; }
  .banner.banner-clgt-two.white-text .image_description a {
    color: #FFFFFF; }
    .banner.banner-clgt-two.white-text .image_description a:before {
      background: #FFFFFF; }
    @media (min-width: 992px) {
      .banner.banner-clgt-two.white-text .image_description a:after {
        background: #FFFFFF; } }
  @media (min-width: 992px) {
    .banner.banner-clgt-two:hover .image:before {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); } }
.banner.banner-clgt-three {
  position: relative; }
  .banner.banner-clgt-three .image_description {
    left: 0px;
    right: 0px;
    bottom: 4%;
    z-index: 9;
    text-align: center;
    position: absolute;
    pointer-events: none; }
  .banner.banner-clgt-three h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .banner.banner-clgt-three p:last-of-type {
    margin-bottom: 0px; }
  .banner.banner-clgt-three .btn {
    border: none;
    color: #FFFFFF;
    padding: 3% 2%;
    min-width: 50%;
    font-size: 16px;
    font-weight: 600;
    background: #000000;
    pointer-events: auto;
    text-transform: uppercase;
    border-radius: 9999px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      .banner.banner-clgt-three .btn:hover {
        color: #000000;
        background: #FFFFFF; } }
  .banner.banner-clgt-three.btn-white .btn {
    color: #000000;
    background: #FFFFFF; }
    @media (min-width: 992px) {
      .banner.banner-clgt-three.btn-white .btn:hover {
        color: #FFFFFF;
        background: #000000; } }
.banner.banner-clgt-four {
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .banner.banner-clgt-four.center-mode .slick-loaded .slick-slide {
      z-index: 8;
      position: relative;
      padding-top: 50px;
      padding-bottom: 50px;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .banner.banner-clgt-four.center-mode .slick-loaded .slick-slide .block-carousel-container {
        position: relative; }
        .banner.banner-clgt-four.center-mode .slick-loaded .slick-slide .block-carousel-container:before {
          content: '';
          z-index: 7;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          position: absolute;
          background: rgba(0, 0, 0, 0.8); }
      .banner.banner-clgt-four.center-mode .slick-loaded .slick-slide.slick-center {
        z-index: 9;
        -webkit-transform: scale(1.25, 1.25);
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25); }
        .banner.banner-clgt-four.center-mode .slick-loaded .slick-slide.slick-center .block-carousel-container:before {
          display: none; } }
  .banner.banner-clgt-four .banner-slide {
    position: relative; }
    .banner.banner-clgt-four .banner-slide .content {
      top: 50%;
      left: 0px;
      right: 0px;
      width: 50%;
      z-index: 6;
      padding: 20px 20px;
      position: absolute;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1200px) {
        .banner.banner-clgt-four .banner-slide .content {
          padding: 30px 30px; } }
    .banner.banner-clgt-four .banner-slide h3 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 3px; }
      @media (min-width: 1200px) {
        .banner.banner-clgt-four .banner-slide h3 {
          font-size: 18px; } }
      .banner.banner-clgt-four .banner-slide h3:last-of-type {
        margin-bottom: 10px; }
    .banner.banner-clgt-four .banner-slide p {
      font-size: 12px;
      margin-bottom: 0px; }
    .banner.banner-clgt-four .banner-slide .btn {
      color: #FFFFFF;
      border: none;
      font-size: 12px;
      margin-top: 20px;
      padding: 8px 15px;
      background: #000000;
      text-align: center;
      line-height: normal;
      font-style: normal;
      pointer-events: auto;
      text-transform: uppercase;
      border-radius: 0px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 992px) {
        .banner.banner-clgt-four .banner-slide .btn:hover {
          color: #FFFFFF;
          background: #1bbc9b; } }
    .banner.banner-clgt-four .banner-slide.text-left .content {
      right: auto;
      left: 0px; }
      .rtl .banner.banner-clgt-four .banner-slide.text-left .content {
        right: 0px;
        left: auto; }
    .banner.banner-clgt-four .banner-slide.text-right {
      text-align: right; }
      .rtl .banner.banner-clgt-four .banner-slide.text-right {
        text-align: left; }
      .banner.banner-clgt-four .banner-slide.text-right .content {
        right: 0px;
        left: auto; }
        .rtl .banner.banner-clgt-four .banner-slide.text-right .content {
          right: auto;
          left: 0px; }
    .banner.banner-clgt-four .banner-slide.white-text {
      color: #FFFFFF; }
      .banner.banner-clgt-four .banner-slide.white-text h3 {
        color: #FFFFFF; }
    .banner.banner-clgt-four .banner-slide.btn-white .btn {
      color: #000000;
      background: #FFFFFF; }
      @media (min-width: 992px) {
        .banner.banner-clgt-four .banner-slide.btn-white .btn:hover {
          border-color: #1bbc9b; } }
.banner.banner-clgt-five {
  position: relative; }
  .banner.banner-clgt-five .image_description {
    top: 50%;
    left: 0px;
    right: 0px;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.banner-clgt-five h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-clgt-five h4 {
        font-size: 15px; } }
    .banner.banner-clgt-five h4:last-of-type {
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .banner.banner-clgt-five h4:last-of-type {
          margin-bottom: 10px; } }
  .banner.banner-clgt-five h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-clgt-five h3 {
        font-size: 30px; } }
    .banner.banner-clgt-five h3:last-of-type {
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .banner.banner-clgt-five h3:last-of-type {
          margin-bottom: 15px; } }
  .banner.banner-clgt-five p {
    margin-bottom: 3px; }
  .banner.banner-clgt-five .btn {
    font-size: 13px;
    margin: 10px 2px 0px;
    padding: 8px 20px;
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-clgt-five .btn {
        min-width: 200px;
        padding: 12px 20px;
        margin: 25px 3px 0px; }
        .banner.banner-clgt-five .btn:hover {
          color: #FFFFFF;
          background: #000000;
          border-color: #000000; } }
  .banner.banner-clgt-five.white-text {
    color: #FFFFFF; }
    .banner.banner-clgt-five.white-text h3, .banner.banner-clgt-five.white-text h4 {
      color: #FFFFFF; }
  .banner.banner-clgt-five.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    @media (min-width: 992px) {
      .banner.banner-clgt-five.btn-white .btn:hover {
        color: #000000;
        background: #FFFFFF;
        border-color: #FFFFFF; } }
.banner.banner-clgt-six {
  position: relative; }
  .banner.banner-clgt-six .image_description {
    left: 0px;
    right: 0px;
    bottom: 3%;
    padding: 20px 20px;
    text-align: center;
    position: absolute;
    pointer-events: none; }
  .banner.banner-clgt-six h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .banner.banner-clgt-six h3 {
        font-size: 22px; } }
    .banner.banner-clgt-six h3:last-of-type {
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .banner.banner-clgt-six h3:last-of-type {
          margin-bottom: 10px; } }
  .banner.banner-clgt-six p {
    margin-bottom: 0px; }
  .banner.banner-clgt-six .btn {
    font-size: 13px;
    margin-top: 10px;
    padding: 8px 15px;
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .banner.banner-clgt-six .btn {
        min-width: 150px;
        padding: 10px 20px;
        margin-top: 15px; }
        .banner.banner-clgt-six .btn:hover {
          color: #FFFFFF;
          background: #000000;
          border-color: #000000; } }
  .banner.banner-clgt-six.white-text {
    color: #FFFFFF; }
    .banner.banner-clgt-six.white-text h3 {
      color: #FFFFFF; }
  .banner.banner-clgt-six.btn-white .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    @media (min-width: 992px) {
      .banner.banner-clgt-six.btn-white .btn:hover {
        color: #000000;
        background: #FFFFFF;
        border-color: #FFFFFF; } }

.deo-category-image.image-category-clgt-one .cate_content {
  text-align: center;
  position: relative; }
  .deo-category-image.image-category-clgt-one .cate_content .cover-img {
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (min-width: 992px) {
    .deo-category-image.image-category-clgt-one .cate_content:hover .cover-img {
      border-color: #1bbc9b; } }
.deo-category-image.image-category-clgt-one .cate-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 10px;
  text-transform: uppercase; }
.deo-category-image.image-category-clgt-two .cate_content {
  text-align: center;
  position: relative; }
  .deo-category-image.image-category-clgt-two .cate_content .cover-img {
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .deo-category-image.image-category-clgt-two .cate_content .cover-img a {
      display: block; }
      .deo-category-image.image-category-clgt-two .cate_content .cover-img a:before {
        content: '';
        z-index: 8;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        background: rgba(0, 0, 0, 0.3); }
    .deo-category-image.image-category-clgt-two .cate_content .cover-img img {
      -webkit-transition: all 5s ease;
      -o-transition: all 5s ease;
      transition: all 5s ease; }
  @media (min-width: 992px) {
    .deo-category-image.image-category-clgt-two .cate_content:hover .cover-img img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .deo-category-image.image-category-clgt-two .cate_content:hover .cate-name {
      letter-spacing: 2px; } }
.deo-category-image.image-category-clgt-two .cate-meta {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 9;
  color: #FFFFFF;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.deo-category-image.image-category-clgt-two .deo-qty-category {
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .deo-category-image.image-category-clgt-two .deo-qty-category.processed-qty-category:before {
    content: '(';
    display: inline-block; }
  .deo-category-image.image-category-clgt-two .deo-qty-category.processed-qty-category:after {
    content: ')';
    display: inline-block; }
.deo-category-image.image-category-clgt-two .cate-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .deo-category-image.image-category-clgt-two .cate-name a {
    color: #FFFFFF; }
.deo-category-image.image-category-clgt-three {
  margin-bottom: 0px; }
  .deo-category-image.image-category-clgt-three .cate_content {
    text-align: center; }
    .deo-category-image.image-category-clgt-three .cate_content .cate-meta {
      left: 0px;
      right: 0px;
      bottom: 3%;
      padding: 20px 20px;
      text-align: center;
      position: absolute;
      pointer-events: none; }
    .deo-category-image.image-category-clgt-three .cate_content .cover-img a {
      display: block; }
    .deo-category-image.image-category-clgt-three .cate_content .cover-img img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .deo-category-image.image-category-clgt-three .cate_content .cate-name {
      margin-bottom: 0px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .deo-category-image.image-category-clgt-three .cate_content .cate-name a {
        font-size: 13px;
        margin-top: 10px;
        padding: 8px 15px;
        color: #000000;
        display: inline-block;
        border: 1px solid #000000;
        background: transparent;
        text-align: center;
        line-height: normal;
        font-style: normal;
        font-weight: normal;
        pointer-events: auto;
        text-transform: uppercase;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        @media (min-width: 992px) {
          .deo-category-image.image-category-clgt-three .cate_content .cate-name a {
            min-width: 120px;
            padding: 10px 20px; }
            .deo-category-image.image-category-clgt-three .cate_content .cate-name a:hover {
              color: #FFFFFF;
              background: #000000;
              border-color: #000000; } }
    .deo-category-image.image-category-clgt-three .cate_content .deo-qty-category {
      font-size: 13px;
      font-weight: 300;
      margin-top: 10px;
      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-clgt-three .cate_content .deo-qty-category.processed-qty-category:before {
        content: '(';
        display: inline-block; }
      .deo-category-image.image-category-clgt-three .cate_content .deo-qty-category.processed-qty-category:after {
        content: ')';
        display: inline-block; }
  .deo-category-image.image-category-clgt-three.btn-white .cate_content .cate-name a {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    @media (min-width: 992px) {
      .deo-category-image.image-category-clgt-three.btn-white .cate_content .cate-name a:hover {
        color: #000000;
        background: #FFFFFF;
        border-color: #FFFFFF; } }

.footer-contact.footer-contact-clgt-one .phone-contact {
  margin-bottom: 10px;
  position: relative; }
  .footer-contact.footer-contact-clgt-one .phone-contact p {
    margin-bottom: 5px; }
  .footer-contact.footer-contact-clgt-one .phone-contact h3 {
    color: inherit;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px; }
.footer-contact.footer-contact-clgt-one ul {
  margin-bottom: 0px; }
  .footer-contact.footer-contact-clgt-one ul li {
    position: relative; }
    .footer-contact.footer-contact-clgt-one ul li + li {
      margin-top: 10px; }
    .footer-contact.footer-contact-clgt-one ul li i {
      font-size: 16px;
      margin-right: 8px; }
      .rtl .footer-contact.footer-contact-clgt-one ul li i {
        margin-left: 8px;
        margin-right: inherit; }
.footer-contact.footer-contact-clgt-two ul li + li {
  margin-top: 10px; }
.footer-contact.footer-contact-clgt-two ul li i {
  display: none; }
.footer-contact.footer-contact-clgt-three h3 {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .footer-contact.footer-contact-clgt-three h3 {
      margin-bottom: 0px;
      display: inline-block;
      vertical-align: middle; } }
  .footer-contact.footer-contact-clgt-three h3:after {
    display: none; }
    @media (min-width: 992px) {
      .footer-contact.footer-contact-clgt-three h3:after {
        content: '';
        height: 1px;
        width: 50px;
        margin: auto 10px;
        background: #000000;
        display: inline-block;
        vertical-align: middle; } }
.footer-contact.footer-contact-clgt-three p {
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .footer-contact.footer-contact-clgt-three p {
      display: inline-block;
      vertical-align: middle; } }

.search-widget.search-clgt-one .popup-content {
  background: #FFFFFF;
  border: 1px solid #eaeaea; }
  .search-widget.search-clgt-one .popup-content input[type=text] {
    height: 34px;
    background: transparent;
    overflow: hidden;
    padding: 5px 50px 5px 15px; }
    .rtl .search-widget.search-clgt-one .popup-content input[type=text] {
      padding: 5px 15px 5px 50px; }
  .search-widget.search-clgt-one .popup-content button[type=submit] {
    top: 3px;
    bottom: 3px;
    color: #030406;
    width: 50px;
    height: 34px;
    line-height: 34px;
    position: relative;
    background: transparent;
    right: 0px; }
    .rtl .search-widget.search-clgt-one .popup-content button[type=submit] {
      left: 0px;
      right: auto; }
    .search-widget.search-clgt-one .popup-content button[type=submit]:hover {
      background: transparent;
      color: #169a7f; }
    .search-widget.search-clgt-one .popup-content button[type=submit]:before {
      content: '';
      top: 50%;
      height: 16px;
      width: 1px;
      border: 1px solid #eaeaea;
      position: absolute;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rtl .search-widget.search-clgt-one .popup-content button[type=submit]:before {
        right: 0px;
        left: auto; }
.search-widget.search-clgt-two .popup-content {
  background: #f5f5f6;
  border-radius: 5px; }
  .search-widget.search-clgt-two .popup-content input[type=text] {
    height: 34px;
    background: transparent;
    overflow: hidden;
    padding: 5px 50px 5px 15px; }
    .rtl .search-widget.search-clgt-two .popup-content input[type=text] {
      padding: 5px 15px 5px 50px; }
  .search-widget.search-clgt-two .popup-content button[type=submit] {
    top: 3px;
    bottom: 3px;
    color: inherit;
    width: 50px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    background: transparent;
    right: 0px; }
    .rtl .search-widget.search-clgt-two .popup-content button[type=submit] {
      left: 0px;
      right: auto; }
    .search-widget.search-clgt-two .popup-content button[type=submit]:hover {
      background: transparent;
      color: #169a7f; }
.search-widget.search-clgt-two.search-white .popup-content {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #cccccc; }
.search-widget.search-clgt-two.search-white.light .popup-content {
  border-color: #ffffff;
  color: #ffffff; }

.deo-search-advanced.search-clgt-one .popup-content {
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 0px; }
.deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-input {
  width: calc(100% - 50px); }
  .deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-input .advanced_search_query {
    height: 34px;
    background: transparent;
    border-width: 0px 0px 0px 0px; }
    .rtl .deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-input .advanced_search_query {
      border-width: 0px 0px 0px 0px; }
.deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-top-button {
  top: 0px;
  bottom: 0px;
  width: 50px;
  height: 34px;
  line-height: 34px;
  color: #030406;
  position: relative;
  background: transparent;
  right: 0px; }
  .rtl .deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-top-button {
    left: 0px;
    right: auto; }
  .deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-top-button:hover {
    background: transparent;
    color: #169a7f; }
  .deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-top-button:before {
    content: '';
    top: 50%;
    height: 16px;
    width: 1px;
    border: 1px solid #eaeaea;
    position: absolute;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl .deo-search-advanced.search-clgt-one .block_content .deo-advanced-search-top-button:before {
      right: 0px;
      left: auto; }
.deo-search-advanced.search-clgt-one .block_content .list-cate-wrapper .select-title {
  height: 34px;
  line-height: 34px;
  background: transparent;
  border-width: 0px 0px 0px 0px; }
  .rtl .deo-search-advanced.search-clgt-one .block_content .list-cate-wrapper .select-title {
    border-width: 0px 0px 0px 0px; }
  .deo-search-advanced.search-clgt-one .block_content .list-cate-wrapper .select-title:before {
    width: 1px; }
.deo-search-advanced.search-clgt-one.search-by-category .block_content .deo-advanced-search-input {
  width: calc(75% - 50px); }
  @media (max-width: 991px) {
    .deo-search-advanced.search-clgt-one.search-by-category .block_content .deo-advanced-search-input {
      width: calc(65% - 50px); } }
  @media (max-width: 767px) {
    .deo-search-advanced.search-clgt-one.search-by-category .block_content .deo-advanced-search-input {
      width: calc(100% - 50px); } }
  .deo-search-advanced.search-clgt-one.search-by-category .block_content .deo-advanced-search-input .advanced_search_query {
    height: 34px; }
.deo-search-advanced.search-clgt-one.search-by-category .block_content .deo-advanced-search-top-button {
  width: 50px;
  height: 34px;
  line-height: 34px; }
.deo-search-advanced.search-clgt-two .popup-content {
  background: #f5f5f6;
  border-radius: 5px; }
.deo-search-advanced.search-clgt-two .block_content .deo-advanced-search-input {
  width: calc(100% - 40px); }
  .deo-search-advanced.search-clgt-two .block_content .deo-advanced-search-input .advanced_search_query {
    height: 34px;
    color: inherit;
    background: transparent;
    border-width: 0px 0px 0px 0px; }
    .rtl .deo-search-advanced.search-clgt-two .block_content .deo-advanced-search-input .advanced_search_query {
      border-width: 0px 0px 0px 0px; }
.deo-search-advanced.search-clgt-two .block_content .deo-advanced-search-top-button {
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 34px;
  line-height: 34px;
  color: #030406;
  position: absolute;
  background: transparent;
  right: 0px; }
  .rtl .deo-search-advanced.search-clgt-two .block_content .deo-advanced-search-top-button {
    left: 0px;
    right: auto; }
  .deo-search-advanced.search-clgt-two .block_content .deo-advanced-search-top-button:hover {
    background: transparent;
    color: #169a7f; }
.deo-search-advanced.search-clgt-two .block_content .list-cate-wrapper .select-title {
  height: 34px;
  line-height: 34px;
  color: inherit;
  background: transparent;
  border-width: 0px 0px 0px 0px; }
  .rtl .deo-search-advanced.search-clgt-two .block_content .list-cate-wrapper .select-title {
    border-width: 0px 0px 0px 0px; }
  .deo-search-advanced.search-clgt-two .block_content .list-cate-wrapper .select-title:before {
    width: 1px;
    border-color: rgba(245, 245, 246, 0.8); }
.deo-search-advanced.search-clgt-two.search-by-category .block_content .deo-advanced-search-input {
  width: calc(75% - 40px); }
  @media (max-width: 991px) {
    .deo-search-advanced.search-clgt-two.search-by-category .block_content .deo-advanced-search-input {
      width: calc(65% - 40px); } }
  @media (max-width: 767px) {
    .deo-search-advanced.search-clgt-two.search-by-category .block_content .deo-advanced-search-input {
      width: calc(100% - 40px); } }
  .deo-search-advanced.search-clgt-two.search-by-category .block_content .deo-advanced-search-input .advanced_search_query {
    height: 34px; }
.deo-search-advanced.search-clgt-two.search-by-category .block_content .deo-advanced-search-top-button {
  width: 40px;
  height: 34px;
  line-height: 34px; }
.deo-search-advanced.search-clgt-two.search-white .popup-content {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #cccccc; }
.deo-search-advanced.search-clgt-two.search-white.light .popup-content {
  border-color: #ffffff;
  color: #ffffff; }

.DeoManufacturersCarousel.manufacturers-clgt-one .manufacturer-container + .manufacturer-container {
  margin-top: 10px; }
.DeoManufacturersCarousel.manufacturers-clgt-one .manufacturer-image-container {
  display: none; }
.DeoManufacturersCarousel.manufacturers-clgt-one .manufacturer-name {
  display: block; }
  .DeoManufacturersCarousel.manufacturers-clgt-one .manufacturer-name .name {
    font-size: inherit;
    margin-bottom: 0px;
    font-weight: inherit;
    text-transform: uppercase; }
.DeoManufacturersCarousel.manufacturers-clgt-two .manufacturer-container {
  background: #f8f8f8;
  margin-bottom: 20px; }
  .DeoManufacturersCarousel.manufacturers-clgt-two .manufacturer-container:last-child {
    margin-bottom: 0px; }

.about-us.about-us-clgt-one {
  padding: 20px 20px; }
  @media (min-width: 992px) {
    .about-us.about-us-clgt-one {
      padding: 20px 40px; } }
  .about-us.about-us-clgt-one h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px; }
    @media (min-width: 992px) {
      .about-us.about-us-clgt-one h3 {
        font-size: 25px; } }
    .about-us.about-us-clgt-one h3:last-of-type {
      margin-bottom: 15px; }
  .about-us.about-us-clgt-one p {
    line-height: 1.5; }
    @media (min-width: 992px) {
      .about-us.about-us-clgt-one p {
        line-height: 1.8; } }
  .about-us.about-us-clgt-one .btn {
    font-size: 13px;
    margin-top: 10px;
    padding: 8px 16px;
    color: #FFFFFF;
    border: none;
    background: #000000;
    line-height: normal;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .about-us.about-us-clgt-one .btn {
        margin-top: 15px; }
        .about-us.about-us-clgt-one .btn:hover {
          color: #FFFFFF;
          background: #1bbc9b; } }
  .about-us.about-us-clgt-one.white-text {
    color: #FFFFFF; }
    .about-us.about-us-clgt-one.white-text h3 {
      color: #FFFFFF; }
  .about-us.about-us-clgt-one.btn-white .btn {
    color: #000000;
    background: #FFFFFF; }
    @media (min-width: 992px) {
      .about-us.about-us-clgt-one.btn-white .btn:hover {
        color: #FFFFFF;
        background: #1bbc9b; } }

.image-category.image-category-clgt-one .image a {
  position: relative;
  margin: 0px auto;
  display: block; }
  .image-category.image-category-clgt-one .image a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    zoom: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  @media (min-width: 992px) {
    .image-category.image-category-clgt-one .image a:hover:before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
.image-category.image-category-clgt-one .content {
  text-align: center; }
  .image-category.image-category-clgt-one .content .title {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase; }

@media (min-width: 576px) {
  .DeoBlogs.blog-clgt-one .slick-slide:nth-child(2n) .blog-container {
    -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; }
  .DeoBlogs.blog-clgt-one .slick-slide:nth-child(2n) .right-block {
    padding: 0px 0px 20px; } }
.DeoBlogs.blog-clgt-one .blog-container {
  text-align: center;
  background: #FFFFFF;
  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: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
.DeoBlogs.blog-clgt-one .left-block .blog-meta {
  display: none; }
.DeoBlogs.blog-clgt-one .right-block {
  padding: 20px 0px 0px; }
.DeoBlogs.blog-clgt-one .btn-more {
  font-size: 13px;
  margin-top: 15px;
  text-decoration: none;
  padding: 0px 0px 0px 0px; }
  .rtl .DeoBlogs.blog-clgt-one .btn-more {
    padding: 0px 0px 0px 0px; }

.title-banner-clgt-one {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .title-banner-clgt-one {
      text-align: center; } }
  .title-banner-clgt-one h3 {
    font-size: 25px; }
    @media (min-width: 992px) {
      .title-banner-clgt-one h3 {
        font-size: 30px; } }
    .title-banner-clgt-one h3:last-of-type {
      margin-bottom: 20px; }
  .title-banner-clgt-one p {
    font-size: 14px;
    margin-bottom: 0px; }
  .title-banner-clgt-one .btn {
    font-size: 14px;
    margin-top: 15px;
    min-width: 180px;
    padding: 10px 25px;
    color: #FFFFFF;
    border: none;
    background: #000000;
    text-align: center;
    line-height: normal;
    font-style: normal;
    pointer-events: auto;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 992px) {
      .title-banner-clgt-one .btn:hover {
        color: #FFFFFF;
        border-color: #1bbc9b;
        background: #1bbc9b; } }

.service.service-clgt-one {
  padding: 35px 10px; }
  .service.service-clgt-one .link-service img {
    margin-bottom: 20px; }
  .service.service-clgt-one .title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .service.service-clgt-one .sub-title {
    font-size: 13px;
    margin-bottom: 15px; }
  .service.service-clgt-one .read-more {
    font-size: 12px;
    margin-top: 15px;
    text-decoration: underline; }

.btn-view-all {
  margin-top: 20px; }
  .btn-view-all p {
    margin-bottom: 0px; }
  .btn-view-all .btn {
    padding: 0px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .btn-view-all .btn:before {
      content: '';
      bottom: 0px;
      height: 1px;
      width: 100%;
      background: #000000;
      position: absolute;
      left: 0px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
      .rtl .btn-view-all .btn:before {
        right: 0px;
        left: auto; }
    @media (min-width: 992px) {
      .btn-view-all .btn:after {
        content: '';
        bottom: 0px;
        height: 1px;
        width: 0px;
        background: #000000;
        position: absolute;
        right: 0px;
        -webkit-transition: all 0.3s ease 0.3s;
        -o-transition: all 0.3s ease 0.3s;
        transition: all 0.3s ease 0.3s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%); }
        .rtl .btn-view-all .btn:after {
          left: 0px;
          right: auto; } }
    @media (min-width: 992px) {
      .btn-view-all .btn:hover:before {
        width: 0%; }
      .btn-view-all .btn:hover:after {
        width: 100%; } }

.block_newsletter.newsletter-clgt-one .box-title {
  display: none; }
  @media (min-width: 992px) {
    .block_newsletter.newsletter-clgt-one .box-title {
      display: inline-block;
      vertical-align: middle; } }
  .block_newsletter.newsletter-clgt-one .box-title .title_block {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
    letter-spacing: normal;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .block_newsletter.newsletter-clgt-one .box-title .title_block {
        display: inline-block;
        vertical-align: middle; } }
    .block_newsletter.newsletter-clgt-one .box-title .title_block:after {
      display: none; }
      @media (min-width: 992px) {
        .block_newsletter.newsletter-clgt-one .box-title .title_block:after {
          content: '';
          height: 1px;
          width: 50px;
          margin: auto 10px;
          background: #000000;
          display: inline-block;
          vertical-align: middle; } }
.block_newsletter.newsletter-clgt-one .block_content {
  display: inline-block;
  vertical-align: middle; }
.block_newsletter.newsletter-clgt-one .description {
  display: none; }
.block_newsletter.newsletter-clgt-one .form-group {
  border-bottom: 1px solid #e1e1e1; }
.block_newsletter.newsletter-clgt-one form input[type=email] {
  height: 30px;
  border: none;
  background: transparent;
  padding: 6px 12px 6px 0px; }
  .rtl .block_newsletter.newsletter-clgt-one form input[type=email] {
    padding: 6px 0px 6px 12px; }
.block_newsletter.newsletter-clgt-one form .btn {
  width: auto;
  height: 30px;
  border: none;
  line-height: normal;
  color: #030406;
  padding: 6px 0px;
  font-size: 13px;
  background: transparent; }
  .block_newsletter.newsletter-clgt-one form .btn i {
    display: block; }
    .block_newsletter.newsletter-clgt-one form .btn i:before {
      content: '\ea4d'; }
  .block_newsletter.newsletter-clgt-one form .btn span {
    display: none; }
  .block_newsletter.newsletter-clgt-one form .btn:hover, .block_newsletter.newsletter-clgt-one form .btn:active, .block_newsletter.newsletter-clgt-one form .btn:focus {
    background: transparent;
    color: #1bbc9b; }
.block_newsletter.newsletter-clgt-two {
  text-align: center; }
  @media (min-width: 576px) {
    .block_newsletter.newsletter-clgt-two {
      padding: 20px; } }
  @media (min-width: 992px) {
    .block_newsletter.newsletter-clgt-two {
      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;
      padding: 20px 30px; } }
  .block_newsletter.newsletter-clgt-two .popup-content-newsletter .box-title {
    margin-bottom: 0px; }
    .block_newsletter.newsletter-clgt-two .popup-content-newsletter .box-title .title {
      margin-bottom: 10px;
      padding: 0px 0px 0px 30px; }
      .rtl .block_newsletter.newsletter-clgt-two .popup-content-newsletter .box-title .title {
        padding: 0px 30px 0px 0px; }
      .block_newsletter.newsletter-clgt-two .popup-content-newsletter .box-title .title:before {
        content: '\e92f';
        font-family: "deo-custom-icons";
        font-size: 22px;
        margin-right: 5px; }
        .rtl .block_newsletter.newsletter-clgt-two .popup-content-newsletter .box-title .title:before {
          margin-left: 5px;
          margin-right: inherit; }
      .block_newsletter.newsletter-clgt-two .popup-content-newsletter .box-title .title .title_block {
        font-size: 22px;
        display: inline-block;
        margin-bottom: 0px; }
  .block_newsletter.newsletter-clgt-two .popup-content-newsletter .description {
    margin-bottom: 20px; }

.DeoVideo.video-clgt-one {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  .DeoVideo.video-clgt-one .description {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 30px;
    pointer-events: none;
    position: absolute; }
  .DeoVideo.video-clgt-one h3 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 768px) {
      .DeoVideo.video-clgt-one h3 {
        font-size: 24px; } }
    .DeoVideo.video-clgt-one h3:last-of-type {
      margin-bottom: 15px; }
  .DeoVideo.video-clgt-one p {
    margin-bottom: 0px; }
  .DeoVideo.video-clgt-one .btn {
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    padding: 12px 25px;
    background: #000000;
    pointer-events: auto;
    border-radius: 9999px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      .DeoVideo.video-clgt-one .btn:hover {
        color: #000000;
        background: #FFFFFF; } }
  .DeoVideo.video-clgt-one.white-text {
    color: #FFFFFF; }
    .DeoVideo.video-clgt-one.white-text h3 {
      color: #FFFFFF; }
  .DeoVideo.video-clgt-one.btn-white .btn {
    color: #000000;
    background: #FFFFFF; }
    @media (min-width: 992px) {
      .DeoVideo.video-clgt-one.btn-white .btn:hover {
        color: #FFFFFF;
        background: #000000; } }

/*# sourceMappingURL=widgets.css.map */
