.welcome-section{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: end;
    align-items: center; 
    /* background-image: url("../img/bg.e1.png"),linear-gradient(#fcfcfc , #e3e6f1); */
    background-image:url("../img/bg/haycarb_bg.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.welcome-box-div{
    height: 90vh;
    width: 90vw;
    padding: 0px 50px;
    margin: auto;
}

.border-time{
    border: 2px solid #cfcfcf !important;
}

.single_dot{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    font-family: 'Poppins', sans-serif;
    min-height: 110px;
}
.slave_dot{
    display: none;
    opacity: .5;
}
.timeline-new > ul{
    margin-top: -6px;
}
.timeline-new > ul > li{
    list-style-type: none;
}
.timeline-new > ul:nth-child(odd) > li .single_dot{
    flex-direction: row-reverse;
}

.single_dot .text{
    width: 45%;
    text-align: right;
    margin-bottom: 40px;
}
.single_dot .text p{
    color: gray;
    font-weight: 300 !important;
}

.timeline-new > ul:nth-child(odd) > li .single_dot .text{
    text-align: left;
}

.single_dot .circle{
    width: 5%;
    cursor: pointer;
}

.circle-border::after{
    content: "";
    border: 2px solid #99999978;
    margin-left: 18px;
    height: 78%;
    position: absolute;
}
.circle-t{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
}

.single_dot .year{
    width: 45%;
    margin-top: 6px;
    text-align: left;
}
.single_dot .year h3{
    font-size: 20px;
    color: rgba(56, 56, 56, 0.445);
    transition: 3s;    
}
.master_dot{
    cursor: pointer;
}
.master_dot .year h3{
    font-size: 24px;
    margin-bottom: 0;
    color: #0000009c;
}
.master_dot .year h3 span{
    color: #0000005e;
}
.master_dot .text p{
    color: #00000012;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .3s;
    margin-top: 15px;
}
.master_dot:hover .circle-border{
    border: 1px solid #0a794a;
}
.master_dot:hover .text p{
    color: black;
}

.timeline-new > ul:nth-child(odd) > li .single_dot .year{
    text-align: right;
}


.single_dot:hover .single_dot .year{
    font-size: 30px;
    color: black;
}

/* Slave Change */
.slave_dot .single_dot .year h3{
    color: #0a794a;
}
.slave_dot .single_dot .circle-t{
    background: #fffdfd;
    color: #0a794a;
    border: 1px solid #0a794a;
}



.first-div{
    height: 10%;
    display: flex;
    -webkit-display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
justify-content: flex-end;
}
.first-div svg{
    font-size: 20px;
    color: #0a794a;
    margin-left: auto;
    margin-bottom: 25px;
}
.second-div{
    height: 10%;
    display: flex;
    -webkit-display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.second-div h1{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    font-size: 1.8rem !important;
}
.second-div h1::before{
    background-color: #0a794a;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    width: 8%;
    margin: auto;
    text-align: center;
    bottom: 13px;
    margin-top: 10px;
}
.third-div{
    /* height: 70%; */
    width: 100% !important;
    margin: auto;
    overflow: hidden;
    z-index: 10;
    /* padding: 100px; */
    padding-left: 300px !important;
    padding-right: 300px !important;

}
.p-s-h2{
    margin-top: 40px;
}
.third-div img{
    width: 100%;
    height: auto;
    /* padding-left: 200px;
    padding-right: 200px; */
    border-radius: 30px;
    object-fit: cover;
}
.fourth-div{
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fourth-div a{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 23px;
    font-weight: 300;
}
.fourth-div a:hover{
    text-decoration: none;
    color: #0a794a;
}
.video-btn-div{
    position: absolute;
    top: 45%;
    left: 45%;
    right: 0;
}
.video-btn-div img{
    width: 100px;
    height: auto;
}

@media (min-width: 1500px) { 
    .second-div h1::before {
        background-color: #0a794a;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        width: 8%;
        margin: auto;
        text-align: center;
        bottom:24px;
        margin-top: 10px;
    }
}

.product_slider_box h3{
    text-align: center;
}
.product_slider_box .img-box{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.product_slider_box .img-box img{
    width: 32%;
    margin: 3px 9px;
}


/* Animation */
/* Map Section */
.map_section{
    position: relative;
}
.map_section .bg-map{
    height: auto;
    width: 100%;
    object-fit: contain;
    opacity: .5;
}
.map_marker{
    position: absolute;
}
/* Content */
.content.hide{
    display: none;
}
.content{
    font-family: 'Poppins', sans-serif;
    margin: 32px 0;
}
.content .map-place{
    text-align: center;
    margin-bottom: 20px;
}
.content .map-place h6{
    color: gray;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.content .map-place p{
    margin-top: 10px;
    font-weight: 300;
}
.content .map-place .img-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.content .map-place .img-box img{
    width: 32%;
    height: auto;
    margin: 5px;
}

/* Marker Positions */
.map_marker.australia{
    right: 163px;
    bottom: 149px;
}
.map_marker.usa{
    top: 122px;
    left: 212px;
}
.map_marker.uk{
    top: 23px;
    left: 494px;
}
.map_marker.thailand{
    right: 201px;
    top: 210px;
}
.map_marker.indonesia{
    right: 184px;
    bottom: 242px;
}
.map_marker.sri_lanka{
    right: 273px;
    top: 186px;
}
/* Marker Positions End*/


.map-marker-single{
    position: relative;
}
.marker{
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-user-drag: none;
    background: none;
}

.marker p{
    position: absolute;
    top: 0;
    text-shadow: 0px 0px 6px #dff0e9;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
    color: #959595;
    transition: .3s;
}
.marker p.left{
    left: 48px;
}
.marker p.right{
    right: 48px;
}
.pulse {
    background: #d6d4d4;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 54.8%;
    top: 60%;
    margin: 11px 0px 0px -12px;
    transform: rotateX(55deg);
    z-index: 0;
}
.marker .pulse::before{
    content: " ";
    display: block;
    position: absolute;
    height: 27px;
    width: 18px;
    top: -61px;
    left: 1px;
    background: #0c1310;
    border: 3px solid #f4f4f4;
    border-radius: 50%;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    margin: -16px 0 0 -16px;
    opacity: 0;
    box-shadow: 0 0 1px 2px #0a794a91;
    animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
}
.pulse.blue:after{
    box-shadow: 0 0 1px 2px #034b9da6;
}

.iziModal .iziModal-header{
    display: none;
}
.iziModal-content .closebtn{
    right: -6px;
    top: -36px;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}


/* Hover snimation */
.map-marker-single:hover > .marker p{
    color: black;
    -webkit-mask-image: linear-gradient(-75deg, rgba(41, 106, 226, 0.6) 30%, rgb(36, 93, 201) 50%, rgba(27, 97, 202, 0.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
/* General */
.map-marker-single:hover{
    cursor: pointer;
}
.map-marker-single:hover > .marker .pulse:after {
    height: 60px;
    width: 60px;
    margin: -20px 0 0 -20px;
    box-shadow: 0 0 3px 3px #0a794a;
    animation-delay: .5s;
}
.map-marker-single:hover > .marker .pulse.blue:after{
    box-shadow: 0 0 1px 2px #034c9d;
}

.map-marker-single:hover > .marker .pulse::before{
    animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
    animation-delay: .5s;
}