/*=================================common-css==================================================*/
html,
body {
    font-size: 16px;
    line-height: 1.3;
    scroll-behavior: smooth;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1111;
    font-family: "PT Serif", serif;
    height: 100%;
    background-color: #fff;

}
img{
    border: 0;
    outline: none;
    display: block;
}
.credit{
    color: #333; 
    background-color: #fff; 
    font-size:15px; 
    font-weight:500; 
    padding: 20px 15px; 
    margin: 0;  
    font-family: "PT Serif",Times,"Times New Roman","serif"; 
    text-align: center
}
.overlay{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    opacity: 0;
    z-index: 5
}
.scroll-bottom-outer-v2 {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 999;

}
.scroll-bottom-outer-v2 .scroll-bottom {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scroll-bottom {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 0 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.scroll-bottom-outer-v2 .scroll-bottom span {
    display: inline-block;
    padding: 0 5px;
}
.scroll-bottom-outer-v2 .scroll-bottom span {
    display: inline-block;
    padding: 0 5px;
}
.scroll-bottom-icon-v2 {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    -webkit-animation: shake-horizontal 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite bOTH;
}
.header{
    /*    position: absolute;
        top: 0;
        left: 0;
        right: 0;  */
}
.logo-group {
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.logo-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 10px 0px 0px 0px;
    position: relative;
    z-index: 10000000;
    margin-bottom: 10px;
}
.manorama-logo {
    max-width: 250px;
    width: 100%;
    display: block;
}
.infographic {
    margin-left: auto;
}
.infographic a {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000;
    display: inline-block;
}
.infographic span {
    color: #f1f1f1;
}

.desk {display: block}
.mob {display: none !important;}
img{ max-width: 100%;display: block;}
* {box-sizing: border-box}
.posi-relative{position: relative;}
.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}
@keyframes placeHolderShimmer {
    0% {background-position: -400px 0}
    100% {background-position: 400px 0}
}
@-webkit-keyframes placeHolderShimmer {
    0% {background-position: -400px 0}
    100% {background-position: 400px 0}
}
a {cursor: pointer;display: block;text-decoration: none}
ul {margin: 0;padding: 0}
li {list-style-type: none;}
input:focus,button,img,a {outline: none;border: none}
/*=================================common-css==================================================*/
/*site-css*/
.social-media-main {
    width: 30px;
    float: left;
    position: fixed;
    bottom: 4px;
    z-index: 99999999999;
    right: 20px;
    padding-top: 35px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 30px;
    height:30px;
    line-height:50px;
    background-size:60% auto;
    background-image:url(../images/share.svg);
    background-repeat:no-repeat;
    background-position:center center;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    -moz-transition:all .2s linear .0s;
    -webkit-transition:all .2s linear .0s;
    transition:all .2s linear .0s;
}
.shretle.open {
    top:0;
    background-image:url(../images/close.svg);
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size:40px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
}
.tw-clr {
    background-position: -5px -87px;
    background-color:#9f9f9f;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #9f9f9f;
}
.wt-clr {
    background-position: -4px -128px;
    background-color: #9f9f9f;
}
.fb-clr {
    background-color:#9f9f9f;
    background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/

.container {width: 100%;margin: 0 auto;
}
.section {
    position: relative;
    margin-bottom:0;
    text-align: center;
    overflow: hidden;
}
.section img {
    width: 100%;
    max-width:100%;
    border-radius:0;         
    display: block
}
.sections{
    position: relative;
    margin-bottom:0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.sections img {
    width: 100%;
    max-width:100%;
    border-radius:0;         
    display: block
}
.content {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    color: #fff;
    max-width: 100%;
    text-align: left;
    position: absolute;
    left: -100%;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
    z-index: 9999
}
.content-inner{
    margin: 10px 0 ;
    padding: 15px 15px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 8px;
    max-width: 450px;
    width: 100%;
}
.content-inner-block{
    padding-bottom: 0;
    position: relative;
}
.content p{
    display: block;
    text-align: left;
    margin: 0
}
.show-content {
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 999;
    /*    align-items: center;*/
    justify-content: center;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
}
.section{
    position: relative;
}
/*.show-content {
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
        align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
}*/
.content .content-story{
    max-width: 450px;
    width: 100%;
}
.content h1{
    font-size: 22px;
    color: #5a9ad2;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0;
    width: 100%;
}


@-webkit-keyframes lightning {
    0% {filter: brightness(1);}
    86% {filter: brightness(1);}
    87.75% {filter: brightness(1.8);}
    89.5% {filter: brightness(1.3);}
    93% {filter: brightness(3);}
    100% {filter: brightness(1);}
}
@keyframes lightning {
    0% {filter: brightness(1);}
    86% {filter: brightness(1);}
    87.75% {filter: brightness(1.8);}
    89.5% {filter: brightness(1.3);}
    93% {filter: brightness(3);}
    100% {filter: brightness(1);}
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.img-outer{width: 100%;position: relative;}
.img-inner{width: 100%;position: relative;}
.rain{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:100%;
    z-index: 1000;
    filter: blur(1.5px);
    background-image: url("../images/rain.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: auto;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    z-index: 999;
/*    -webkit-animation: lightning 3s ease-out infinite; animation: lightning 3s ease-out infinite;*/
    pointer-events: none;
   
}

@-webkit-keyframes fade-in {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fade-in {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.showrain{
    opacity: 1;
   
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}
.rain img{width: 100%; height: 100%;}
body.scrolled-past-target .rain {
    -webkit-animation: fade-out 2s ease-out both;
    animation: fade-out 2s ease-out both;
}

@-webkit-keyframes fade-in {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fade-in {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes fade-out {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fade-out {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.gallery-outer{
    background-color: #000;
    width: 100%;
    position: relative;
    z-index: 99999999;
    padding: 0 15px;
}
.gallery-img {
    position: relative;
    z-index: 9999
}
.gallery{padding: 50px 0;}
.gallery-items{width: 100%;}
.gallery-items-img{
    width: 100%;
    position: relative;
    padding-bottom: 52.08333333333333%; 
}
.gradient-break-after, .gradient-break-before{
    position: relative
}
.gradient-break-after:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    padding-bottom: 200px;
}
.gradient-break-before:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    background: -moz-linear-gradient(bottom, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, #000 100%);
    background: linear-gradient(to top, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    padding-top: 150px;
}
.slick-dots li {
    display: inline-block;
    text-align: center;
    margin:2px;
    height: 8px;
    vertical-align: middle;
}
.slick-dots > li {display: inline-block;}
.slick-dots li button {
    text-indent: -99999px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border:none;
    outline:none;
    padding:0;
    background-color: #f1f1f1;
}
.slick-dots li.slick-active button {background-color: red;}
.story-ul{width: 100%; margin-top: auto}
.news-block{
    max-width:900px;
    margin: 20px auto
}
.news-block .story-ul{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
}
.news-block .story-ul li{
    width: 50%;
    background-color: transparent;
    padding: 0 5px;

}
.news-block .story-ul li a{
    color: #000;
    /*    background-color: #f1f1f1;
        border: 1px solid #ccc;*/
}
.news-block .story-thump{
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
}
.news-block .story-content{
    color: #000;
        font-family: 'PT Serif', serif !important;
        font-weight: 500
}
.story-ul li{
    list-style-type: none;
    display: block;
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.story-ul li a{
    cursor: pointer;
    display: block;
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    overflow: hidden
}
.content-inner .story-thump{
    border-radius: 100px
}
.story-thump {
    width: 30px;
    min-width: 30px;
    max-width:30px;
    height:30px;
    overflow:hidden;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}
.story-thump-inner {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /*    -webkit-animation:placeHolderShimmer 2s linear infinite forwards;
        animation:placeHolderShimmer 2s linear infinite forwards;
        background:linear-gradient(to right, #eee 8%, #bbb 18%, #eee 33%);*/
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 200px 60px;

}
.story-content {
     font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 600;
    width: 100%;
    width: calc(100% - 30px);
    text-align: left !important;
    padding:0 10px ;
    color: #f2ea69;
    line-height: 1.2;
}
.content{z-index: 99999}
.footer{
    position: relative;
    z-index: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    background-image: url("../images/pattern.jpg");
    background-repeat: repeat;
    z-index: 9999;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999999;
    padding: 80px 0 60px 0
}
.slide-0{
    background-image: url("../images/pattern.jpg");
    background-repeat: repeat;
}
.footer p{
    font-family: 'PT Serif', serif !important;
    font-size: 16px;
    color: #fff;
}
.title-outer{
    max-width: 650px; 
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    top: 0;
    z-index: 99
}
.title-inner{
    width: 100%;
    position: relative;
    padding-bottom: 68.98550724637681% 
}
.typewriter-text{
    position: absolute;
    bottom: 32%;
    width: 100%;
}
.typewriter-text-img{
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    padding-left: 17px;
}
.typewriter-text-img-inner{
    width: 100%;
    position: relative;
    padding-bottom: 8.869179600886918%;  
}
@keyframes typewriter {
    0% {clip-path: inset(0 100% 0 0); /* Hidden */}
    50% {clip-path: inset(0 0% 0 0);   /* Fully revealed at 2s */}
    100% {clip-path: inset(0 0% 0 0);   /* Hold fully revealed for 2s */}
}
.typewriter {
    display: inline-block;
    clip-path: inset(0 100% 0 0);
    animation: typewriter 4s steps(30) infinite;
}
.top-section-bg-outer{
    width: 100%;
    position: relative;
    padding-top: 150px;
}
.top-section-bg-inner{
    width: 100%;
    position: relative;
    padding-bottom: 33.177083333333336% ;
}
.content-area{
    max-width: 650px;
    margin: 0 auto; 
    text-align: center;
    color: #000;
}
.content-area h1{
    font-size: 45px; 
    font-family: 'Special Elite', system-ui; 
    margin: 0; 
    line-height: 1.2
}
.content-area p{
    color: #000; 
    margin: 0;
    font-size:20px;
    text-align: left;
}
.share{
    padding: 10px;
    margin: 10px;
    border-bottom:1px solid #f2f1f1;
    border-top: 1px solid #f2f1f1;
    max-width: 900px;
    margin: 0 auto;
}
.share a{margin: 0 3px;}
.share-text{margin-right: 5px;   font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600;color: #8e8c8c}
.backtop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: none;
    outline: none;
    padding: 10px;
    background: #ccc;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    width: 40px;
    height:40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index:5000000000;  
}
.backtop::after {
    content: "";
    background-image: url("../images/back.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -17px;
    z-index:5000000000;
}
.back-to-top img {
    -webkit-animation: vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
.scroll-bottom-icon-v2{

    -webkit-animation: vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
@-webkit-keyframes vertical {
    0%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
    10%, 30%, 50%, 70% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
    20%, 40%, 60% {-webkit-transform: translateY(8px);transform: translateY(8px);}
    80% {-webkit-transform: translateY(10px);transform: translateY(10px);}
    90% {-webkit-transform: translateY(-6.4px);transform: translateY(-6.4px);}
}
@keyframes vertical {
    0%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
    10%, 30%, 50%, 70% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
    20%, 40%, 60% {-webkit-transform: translateY(8px);transform: translateY(8px);}
    80% {-webkit-transform: translateY(6.4px);transform: translateY(6.4px);}
    90% {-webkit-transform: translateY(-6.4px);transform: translateY(-6.4px);}
}
.padding-slide-1{padding-bottom: 194.73958333333334%; background-color: #101622}
.padding-slide-2{padding-bottom: 242.5%}
/*.padding-slide-4 img{  -webkit-animation: lightning 3s linear both infinite; animation: lightning 3s linear both infinite;}*/
.padding-slide-3{padding-bottom: 291.875%}
.padding-slide-4{padding-bottom: 151.45833333333334% }
.padding-slide-5{padding-bottom: 154.53125%  }
.padding-slide-6{padding-bottom: 210% }
.padding-slide-7{padding-bottom: 81.04166666666667%}
.padding-slide-8{padding-bottom: 114.89583333333334% }
.padding-slide-9{padding-bottom: 100.15625% }
.padding-slide-10{padding-bottom: 213.02083333333334% }
.padding-slide-gallery{padding-bottom: 59.739583333333336% }
@-webkit-keyframes lightning {
    0% {filter: brightness(1);}
    86% {filter: brightness(1);}
    87.75% {filter: brightness(1.2);}
    89.5% {filter: brightness(1);}
    93% {filter: brightness(1.5);}
    100% {filter: brightness(1.2);}
}
@keyframes lightning {
    0% {filter: brightness(1);}
    86% {filter: brightness(1);}
    87.75% {filter: brightness(1.2);}
    89.5% {filter: brightness(1);}
    93% {filter: brightness(1.5);}
    100% {filter: brightness(1.2);}
}
.scrolled-past-target .hang-man{
    animation: leftRight 2.5s 0.5s ease-in-out infinite alternate;
}
.hang-man{
    position: absolute;
    width: 35%;
    top: 14.5%;
    left: 26%;
    z-index: 999; 
    z-index: 9;
}
/*.hang-man{
    position: absolute;
    width: 35%;
    top: 50.4%;
    left: 26%; 
    z-index: 999; 
    z-index: 9;
}*/
.hang-man-inner{
    width: 100%;
    position: relative;
    padding-bottom: 122.72727272727273% 
}
@keyframes leftRight {
    0%{left: 26% }
    50%{transform: rotate(-3deg); top:14.5%;}
    70%{top:14.1%;transform: rotate(-4deg)}
    80%{top:14%;}
    100%{left: calc(100% - 35%); top:14%;} /* 100% minus box width */  
}
/*.section{z-index: 999;position: relative;}*/
.toggle-paragraph p {
    overflow: hidden;
    max-width: 450px;
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.1s ease;
}
.toggle-paragraph-outer .content-inner{
    padding-bottom: 15px;
    position: relative;
}
.expanded p {
    max-height: 100% !important;
    overflow: visible !important;
}
.toggleBtn{
    color: #90A6EA;
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 500;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-style: italic;
    display: none;
}
.section{position: relative; z-index: 99;}
.flood-date{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 10px 0;
    opacity: 0;
}
.flood-date h1{
    font-size: 45px;
    font-family: 'Special Elite', system-ui; 
    color: #fff;
    font-weight: 700;

}
.read-more-stories{
    color: red;
    font-weight: 600;
    font-family: 'PT Serif', serif !important;
    display: block;
    padding: 35px 0 15px 0;
    cursor: pointer;
    text-decoration: underline;
}
.info-block{
    width: 100%;
    height: 70px;
    background-image:url(../images/info-bg.jpg);
    background-repeat:no-repeat;
    background-position:left center; 
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    background-size: cover;
    text-align: center;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    position: relative;
}
.info-block:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2)
}
.info-block h1{
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 0;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    background-size: cover;
    text-align: center;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
}
.info-block h1 span.red{color: red;}
