.tagline {
    background: #1d2c4c;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: flex;
    padding: 4px 10px;
    border-top: 1px solid #fff;
    font-family: 'Overpass',sans-serif;
}
.tagline marquee {
    line-height: initial;
}
    .loader img {
        width: 300px;
    }
    .footer-logo .foter-logo img {
        width: 200px;
    }
    .text-ri8 {
        text-align: right;
    }
    .video-sec {
        background: #1c2d4c;
    }
    .video-story {
        /* border: 5px solid #fff; */
        position: relative;
    }
    .video-story {
        box-shadow: 0 2px 10px #0000009c;
        border-radius: 15px;
        height: 99%;
        position: relative;
        position: relative;
        z-index: 0;
        overflow: hidden;
        padding: 2px 2px 2px 2px;
    }

    .video-story::before {
        content: "";
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-color: #399953;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(#ffffff, #1c2d4c), linear-gradient(#ffffff, #1c2d4c), linear-gradient(#ffffff, #1c2d4c), linear-gradient(#ffffff, #1c2d4b);
        -webkit-animation: rotate 25s linear infinite;
                animation: rotate 25s linear infinite;
      }
      .video-story::after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 6px;
        top: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        background: white;
        border-radius: 5px;
      }

      @-webkit-keyframes rotate {
        100% {
          transform: rotate(1turn);
        }
      }
      
      @keyframes rotate {
        100% {
          transform: rotate(1turn);
        }
      }

    .video-story video {
        height: 100%;
        border-radius: 15px;
    }
    .hero-carousel .hero {
        display: none;
    }
    
    .hero-carousel .hero:first-child {
        display: block;
    }
    
    .hero-carousel.slick-initialized .hero {
        display: block;
    }
    
    .hero-image-1 {
        background-image: url('../img/s1.jpg?w=768')
    }
    
    @media (min-width: 1220px) {
        .hero-image-1 {
            background-image: url('../img/s1.jpg?w=1400');
        }
    }
    
    @media (min-width: 1400px) {
        .hero-image-1 {
            background-image: url('../img/s1.jpg?w=2000');
        }
    }
    
    .hero-image-2 {
        background-image: url('../img/s2.jpg?w=768')
    }
    
    @media (min-width: 1220px) {
        .hero-image-2 {
            background-image: url('../img/s2.jpg?w=1400');
        }
    }
    
    @media (min-width: 1400px) {
        .hero-image-2 {
            background-image: url('../img/s2.jpg?w=2000');
        }
    }
    
    .hero-image-3 {
        background-image: url('../img/s3.jpg?w=768')
    }
    
    @media (min-width: 1220px) {
        .hero-image-3 {
            background-image: url('../img/s3.jpg?w=1400');
        }
    }
    
    @media (min-width: 1400px) {
        .hero-image-3 {
            background-image: url('../img/s3.jpg?w=2000');
        }
    }
    
    .hero-image-4 {
        background-image: url('../img/s4.jpg?w=768')
    }
    
    @media (min-width: 1220px) {
        .hero-image-4 {
            background-image: url('../img/s4.jpg?w=1400');
        }
    }
    
    @media (min-width: 1400px) {
        .hero-image-4 {
            background-image: url('../img/s4.jpg?w=2000');
        }
    }

    .hero-image {
        background-image: url(../img/economic.jpg);
    }

    .hero-image2
    {
        background-image: url(../img/governance.jpg);
    }




    @media only screen and (max-width: 600px) {
    .subnav.open {
        height: auto;
    }
    .m-d-none
    {
        display: none;
    }
    .text-ri8 {
        text-align: left;
        margin-top: 15px;
    }
    section.leading {
        padding-top: 125px;
    }
    .header-container h3 {
        text-align: center;
    }
    .subnav-wrapper a {
        font-family: 'Overpass', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #1c2d4c;
    padding-bottom: 8px;
    }
    .sub-last a {
        margin-bottom: 0 !important;
    }
    .subnav .subnav-wrapper .row {
        padding: 15px 10px 10px 10px;
    }
}