    #img-gallery-modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
      z-index: 99999999 !important;
    }

    #img-gallery-modal > .modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
    }

    #caption-gallery {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
      text-align: center;
      color: #ccc;
      padding: 10px 0;
      height: 150px;
    }

    #img-gallery-modal > .modal-content, #caption-gallery {  
      -webkit-animation-name: zoom;
      -webkit-animation-duration: 0.6s;
      animation-name: zoom;
      animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
      from {-webkit-transform:scale(0)} 
      to {-webkit-transform:scale(1)}
    }

    @keyframes zoom {
      from {transform:scale(0)} 
      to {transform:scale(1)}
    }

    /* The Close Button */
    #img-gallery-modal > .close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s;
    }

    #img-gallery-modal > .close:hover,
    #img-gallery-modal > .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }

    /* 100% Image Width on Smaller Screens */
    @media only screen and (max-width: 700px){
      #img-gallery-modal > .modal-content {
        width: 100%;
      }
    }
    p, h1, h2, h3, h4, h5, span, td {
        font-family: Poppins;
    }

      .span_footer{
      font-family: Poppins;
        font-size: 14px;
    }

    h3 {
        font-weight: 700;
    }

    .fa-2x {
        color: grey !important;
    }
    .always-top {
        z-index: 999999 !important;
    }
    .select2-container--default .select2-selection--single {
      background-color: #fff !important;
      border: none !important;
      border-radius: 0px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: 5PX;
      right: -10px;
      width: 20px;
    }
    #image_dozer {
        max-width: 75%;
    }

   @media (max-width: 767px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }

    /* medium and up screens */
    @media (min-width: 768px) {
        
        .carousel-inner .carousel-item-end.active,
        .carousel-inner .carousel-item-next {
          transform: translateX(25%);
        }
        
        .carousel-inner .carousel-item-start.active, 
        .carousel-inner .carousel-item-prev {
          transform: translateX(-25%);
        }
    }

    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start { 
      transform: translateX(0);
    }

    .cycle-slideshow img{width:100%;height:auto;}
    .cycle-slideshow  div{float:none;}

    /*If using Jquery Enhanced*/
    .cycle-carousel-wrap{top:0 !important;}
    div.col-xs-2{
      padding:0px;
    }

    #bg-static {
        background: url(<?php echo base_url();?>assets/fronts/img/humu.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right; 
    }

    .card-items {
        background-color: #fff;
    }

    .slick-prev:before, .slick-next:before {
        color: #fd0000 !important;
    }

    .slider {
        width: 80%;
        margin: 100px auto;
    }

    .slick-slide {
        margin: 10px 20px;
    }

    .slick-slide img {
        width: 100%;
        transform: scale(0.9);
    }

    .slick-current > div > div > img {
        transform-origin: left top;
        animation: scale 500ms ease-in-out forwards;
    }
    @keyframes  scale {
      to {
        transform: scale(1.3);
      }
    }
    .select2-container--open {
        z-index: 9999999 !important;
    }
    .brand-slider-full {
        width: 100% !important;
        padding: 0 !important;
    }

    #main-container {
        position: fixed;
        background-color: #fff;
        z-index: 9999999;
        top: 0;
        -webkit-box-shadow: 0 4px 6px -6px #222;
        -moz-box-shadow: 0 4px 6px -6px #222;
        box-shadow: 0 4px 6px -6px #222;
    }

    #post-container {
        padding-right: 35px;
        padding-left: 35px;
        padding-top: 25px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #logo-humpus {
        max-height: 75px;
    }

    #footer-copyright {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fd0000;
    }

    .fa-brands-footer {
        background-color: blue;
        border-radius: 5px;
        font-size: 1em;
    }

    .footer-div {
        padding-left: 2em;
        padding-right: 2em;
    }

    .footer-icons {
        margin-right: 5px;
    }

    .separator-diagonal {
     /*   position: relative;
        width: 100%;
        height: 220px;
        margin-top: -245px;
        margin-bottom: 50px;*/
           position: relative;
        width: 100%;
       height: 100px;
margin-top: -125px;
margin-bottom: 50px;
    }

    a.accordion-link {
        color: #000;
        font-size: 18px;
    }

    a.accordion-link:hover {
        color: rgba(0, 0, 0, 0.8);
    }

    .card-links:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .post-text::after {
      content: "";
      position: absolute;
      top: 6em;
      left: 0;
      height: 30px;
      width: 100%;
      /*background: linear-gradient(rgba(255, 255, 255, 0), white);*/
    }

    .fullpost .post-text::after {
      height:0;
      background: none;
    }

    .post-text{
      position: relative;
      letter-spacing: normal;
      line-height: 2;
      font-size: 16px;
      font-family: Times, serif;
      color: black;
      text-align: justify;
    }

    .hideContent {
      overflow: hidden;
      line-height: 1em;
      height: 32em;
    }

    .showContent {
      line-height: 1em;
      height: auto;
    }

    .showMore {
     cursor: pointer;
      text-align: center;
      color: red;
      text-decoration: underline;
      font-family: 'Poppins' serif;
      text-decoration-style: bold;
    }


    .input-group-text {
        background: white;
        border: none;
    }
     #imgbuled {
  /*border-radius: 8px;*/
  border-radius: 50%;
}