/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name: Deconsult - Business Consulting Bootstrap4 Template   
 * Template URI: https://thememarch.com/demo/html/deconsult/
 * Description: Deconsult is a business consulting HTML template which comes with the unique and clean design. It helps you to create a beautiful business consulting HTML website. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: https://thememarch.com
 * Version: 2.0
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.text-ellipsis-3 {
    width: 100%;
    text-align: left;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.5rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.text-ellipsis-1 {
    width: 100%;
    text-align: left;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 1.5rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.text-ellipsis-4 {
    width: 100%;
    text-align: left;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 5.3rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.heroslider-single{
    min-height: 90vh !important;
}
@media only screen and (max-width: 767px) {
    .heroslider-single{
        min-height: 33vh !important;
    }
  }

