html, body {
    color: #333;
    font-size: 23px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;

}
.osama-timeline-time, .osama-timeline-content{
    font-family: PanchariUni;
}
.description, p{
    font-family: PanchariUni;
}
.year{
    font-family:EGGIndulekhaUni;
}
h1 {
    font-family:EGGIndulekhaUni;
    font-size: 40px;
    text-align: center;
    margin: 0 0 0px 0;
    color:#4e6e4e;
    font-weight:normal;
    padding: 10px 0;
    position: relative;
    z-index: 999
}
.year{
    font-size:30px;
    line-height: 1;
    color:#d1e5d2;
}
.scroll-section b{
    display: block;
    font-family:EGGIndulekhaUni;
    font-weight: normal;
}
.description{
    font-size:20px;
    color:#fff;
}
body{
    overflow-x:hidden;
}
*{
    box-sizing: border-box;
}
.section{
    position: relative;
    z-index: 999;
    background-color:#fff;
    padding: 10px 0 0 0
}
img{
    max-width: 100%;
}
.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;
}
.top-block{
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999
}
.top-block .container{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: justify ;
    -ms-flex-pack: justify ;
    justify-content: space-between ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;

}
nav{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
}

.manorama-logo-block {
    min-width: 350px;
    width: 350px;
}
.manorama-logo-block-inner {
    position: relative;
    width: 100%;
    display: block;
}
.desk {
    display: block;
}
.mob {
    display: none !important;
}
.nav-block {
    margin-left: auto;
    padding-left: 10px;
}
.nav-block a {
    cursor: pointer;
    color: #303630;
    font-size: 15px;
      font-family: "Poppins", sans-serif;
    display: inline-block;
    font-weight: 600;
    text-decoration: none
}
.container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.container-large{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


p {
    color:#4d554d;
    font-size: 25px;
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
    z-index: 999
}
.wordld-trade-center-outer{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.wordld-trade-center{
    max-width: 1200px;
    width: 100%;
    margin:  0 auto

}
.wordld-trade-center-inner{
    position: relative;
    width: 100%;
    padding-bottom: 100% 
/*    padding-bottom: 62% */
}
.section-2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.timeline-section{
    position:relative;
    height:auto;

}

.timeline-wrap{
    position:sticky;
    top:0;
    width:100%;
    height:100vh;
    min-height:600px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background-color: #a4acae;
    background-image: url('../images/cloud-v2.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    animation: clouds 100s linear infinite;
    -webkit-animation: clouds 100s linear infinite;
}
.bg{
    position: relative
}
.timeline-wrap:after{
    content: "";
    display: table;
    clear: both;
    background-image: url("../images/bottom-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 309px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1
}
.timeline-wrap:before, .bg:before{
    content: "";
    display: table;
    clear: both;
    background-image: url("../images/top-bg-mob.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 309px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}
.timeline{
    position:relative;
    display:flex;
    align-items:center;
    width:max-content;
    height:100%;
    padding:0 50px;
    transform:translate3d(0,0,0);
    will-change:transform;
    touch-action:pan-y;
    user-select:none;
    -webkit-user-select:none;
    cursor:grab;
}
.timeline.dragging{cursor:grabbing;}
.timeline::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:2px;
    background:#586061;
    transform:translateY(-20%);
    pointer-events:none;
}
.timeline-item{
    position:relative;
    width:70vw;
    max-width:300px;
    flex-shrink:0;
    margin-right: 25px;
    z-index: 999
}
.timeline-content{
    width:100%;
    padding:20px;
    background:#586061;
    border-radius:10px;
    transform:translateY(-20px);
    pointer-events:none;
    backdrop-filter: blur(10px);
}
.timeline-item:nth-child(even) .timeline-content{
    transform:translateY(20px);
}


.clouds{
    background:transparent url("../images/clouds3.png") repeat top center;
    z-index:0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: clouds 100s linear infinite;
    -webkit-animation: clouds 100s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.6;
    z-index: 99

}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to { background-position:-10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0; }
    to {background-position:-10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:-10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:-10000px 0;}
}
.clouds {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:block;
}
.bg-pak{
    background:transparent url("../images/bg-pak.jpg") no-repeat top center;
    z-index:0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index:999;
}
.bg-pak:after{
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.35) 50%,
        #fff 100%
        );

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.35) 50%,
        #fff 100%
        );
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;;
}


.helicopter-features-outer{
    width: 100%;
    position: relative;
    text-align: center;
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normalt;
    -ms-flex-direction: column;
    flex-direction: column ;
}
.helicopter-features{
    max-width: 60%;
    width: 100%;

}
.helicopter-features-inner{
    width: 100%;
    position: relative;
    padding-bottom: 122.81746031746032% 
}
.two{
    max-width: 30%;
    margin-left: 5%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-block {
    text-align: center;
    max-width: 1000px;
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
}
.image-block-inner{
    position: relative;
    width: 100%;

}
.image-block.image-block-small {
    max-width: 750px !important;
}

.small-time-line{
    width: 100%;
    position: relative;
    padding: 20px 0;
    z-index: 999


}
.small-time-line:before{
    content: "";
    position: absolute;
    left: 89px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
}
.small-time-line-inner{
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    width: 100%;

}
.small-time-line-icon{
    max-width: 80px;
    min-width: 80px;
    margin-right: 10px;

}
.small-time-line-icon-inner{
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}
.escort{
    padding-bottom: 41.333333333333336% 
}
.accedent{
    padding-bottom: 70.66666666666667% 
}
.points{
    width: 100%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;

}
.points:before{
    content: "";
    width:15px;
    height: 15px;
    position: absolute;
    left: -8.5px;
    top: 8px;
    background-color: #ccc;
    border-radius: 100px;
}
.points p{
    padding-bottom: 0;
    font-size: 22px;
    line-height: 25px;


}
.points h1{
    text-align: left;
    font-size: 28px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 10px;
}

/*.fixed-outer-container {
  padding: 0 15px;
}*/
.fixed-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0
}
.fixed-left {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: sticky;
}
.fixed-left-img {
    width: 100%;
    position: relative;
    padding-bottom: 180% 
}
.fixed-left img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.scroll-image {
    transition: opacity 5s ease-in-out;
}
.scroll-content {
    width: 100%;
    position: relative;
    z-index: 9999;
    padding: 0 15px;
}
.scroll-section {
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: eggIndulekhaUni;
    color: #000;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.scroll-section p {
    max-width: 250px;
    width: 100%;
    font-size: 23px;
    color: #aa6707;
}

.img-section{
    max-width:500px;
    width: 100%;
    margin: 0 auto;

}
.img-wrapper{
    padding-bottom: 20px;
}
.img-section-inner{
    width: 100%;
    position: relative;
}
.fixed-outer{
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;}
.scroll-section p{
    margin: 0; 
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 15px;
    max-width: 320px;
    width: 100%;
    font-size:23px;
    display: block;
    border-radius:5px;
}
.osama-timeline {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px 0
}
.osama-timeline-inner {
    width: 100%;
    display: flex;
    position: relative;
}

/* Horizontal line */
.osama-timeline-inner::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ccc;
}

/* Item */
.osama-timeline-item {
    position: relative;
    width: 20%;
    min-width: 0;
    padding: 30px 10px 0 0;
}

/* Dot */
.osama-timeline-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 50%;
}

/* Time */
.osama-timeline-time {
    font-size: 22px;
    font-weight: 700;
    color: #4e6e4e;
    margin-bottom: 5px;
}

/* Content */
.osama-timeline-content {
    font-size:22px;
    overflow-wrap: break-word;
}

.fixed-left::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 100px;
    background: -webkit-linear-gradient(
        top,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 30%,
        rgba(255,255,255,0.65) 65%,
        #fff 100%
        );

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 30%,
        rgba(255,255,255,0.65) 65%,
        #fff 100%
        );
    content: ""
}

.water{
    width: 100%;
    overflow: hidden;
    position: relative;
    height:400px;
    background-color: #a4acae;
    background-image: url('../images/cloud-v2.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    animation: clouds 100s linear infinite;
    -webkit-animation: clouds 100s linear infinite;
    z-index: 999
}
.water::after{
    content: "";
    display: table;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 306px;
    background:transparent url("../images/water.png") no-repeat bottom center;
    z-index:9;
    background-size: cover;
     background-repeat: repeat-x;
      -moz-animation:move-clouds-back 500s linear infinite;
    -ms-animation:move-clouds-back 500s linear infinite;
    -o-animation:move-clouds-back 500s linear infinite;
    -webkit-animation:move-clouds-back 500s linear infinite;
    animation:move-clouds-back 500s linear infinite;

}
.water::before{
    height:300px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    content: "";
    display: table;
    clear: both;
    background: -webkit-linear-gradient(
        top,
        #fff 0%,
        rgba(255,255,255,0.75) 30%,
        rgba(255,255,255,0.35) 65%,
        rgba(255,255,255,0) 100%
        );

    background: linear-gradient(
        to bottom,
        #fff 0%,
        rgba(255,255,255,0.75) 30%,
        rgba(255,255,255,0.35) 65%,
        rgba(255,255,255,0) 100%
        );
}
.helicopter-bottm{
    max-width: 300px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: 150px;
    z-index: 999
}
.helicopter-bottm-inner{
    width: 100%;
    position: relative;
    padding-bottom: 37.6%;

}
.backtop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: none;
  outline: none;
  z-index: 1;
  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: 999999;
}
.backtop::after {
  content: "";
  background-image: url("../images/back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 100000;
}
/* .........................  Social media style  .........................*/

.social-media-icon {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  background-image: url(../images/social.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.tw-clr {
  border-radius: 50px;
  background-position: -4px -107px;
  background-color: #40463f;
}
.gl-clr {
  border-radius: 50px;
  background-position: -4px -56px;
  background-color: #40463f;
}
.wt-clr {
  border-radius: 50px;
  background-position: -4px -159px;
  background-color: #40463f;
}
.fb-clr {
  border-radius: 50px;
  background-color: #40463f;
  background-position: -6px -5px;
}
@media (max-width: 800px) {
    .osama-timeline {max-width: 100%;padding: 30px 0px;}
    .osama-timeline-inner { display: block;}
    .osama-timeline-inner::before {
        top: 0;
        bottom: 0;
        left: 7px;
        right: auto;
        width: 2px;
        height: auto;
    }
    .osama-timeline-item { width: 100%;padding: 0 0 10px 30px;}
    .osama-timeline-item:last-child {padding-bottom: 0;}
    .osama-timeline-item::before {
        top: 2px;
        left: 0;
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .top-block .container { max-width: 600px;}
    .manorama-logo-block {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
    .desk {display: none !important;}
    .mob { display: block !important;
    }
}
@media only screen and (min-width: 600px) {
    .wordld-trade-center-inner{
        padding-bottom: 62%;
    }
    .water{
        height: 550px;
    }
    .helicopter-bottm{
    max-width: 700px;
    margin-left: -350px;
}
    .timeline{
        padding: 0 100px;
    }
    .fixed-outer{padding: 100px 0 0 0;}
    .fixed-left-img {
        width: 100%;
        position: relative;
        padding-bottom: 56.25% ;
    }
    .scroll-section p{background: rgba(255, 255, 255);}
    .description{font-size: 22px;}
    .small-time-line-icon{
        max-width: 150px;
        min-width: 150px;
        margin-right: 10px; 
    }
    .small-time-line:before{left:159px;}
    .points p{font-size: 23px;line-height: 27px;  }
    .points h1{font-size: 35px;line-height:35px;}
    .helicopter-features-outer{
        -webkit-box-orient: horizontalt;
        -webkit-box-direction: normal;
        -ms-flex-direction: row ;
        flex-direction: row ;
    }
    .timeline-wrap:before{background-image: url("../images/top-bg.png"); }
}


