body{
  overflow-x: hidden;
}

.loader{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 9999;
  flex-wrap: wrap;
}

.loader svg{
  width: auto;
  height: 100px;
  display:inline-block;
  margin-left: 20px;
}
.loader p{
  width: 100%;
  text-align: center;
  color: #a0a0a0;
  letter-spacing: 1px;
}

.loader.hide{
  display: none !important;
}

/* detailpage css */

.mfp-iframe-holder .mfp-content{
  max-width: 80% !important;
  width: 80% !important;
}

.timer-section{
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.timer-section #app{
    float: right;
}
.product-section{
  margin-top: 25px;
  margin-bottom: 25px;
}






/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) { 
    .factory-section{
        height: 50vh;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
 }






 .base-timer {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  
  .base-timer__svg {
    transform: scaleX(-1);
  }
  
  .base-timer__circle {
    fill: none;
    stroke: none;
  }
  
  .base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
  }
  
  .base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
  }
  
  .base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
  }
  
  .base-timer__path-remaining.orange {
    color: orange;
  }
  
  .base-timer__path-remaining.red {
    color: red;
  }
  
  .base-timer__label {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }


  /* slick slider styles */
  .slick-prev::before, .slick-next::before{
    color: #000 !important;
  }

  .product-section .product-description{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }


  /* timeline css */
}


.product-row{
  text-align: center;
  display: flex;
  justify-content: center;
}
.product-row h2{
  font-family: 'Poppins', sans-serif;
  margin: auto;
}
.product-slider h3{
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
}
.product-slider .p-des{
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.product-description ul{
  list-style-type: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 300;
  padding-left: 0px;
  line-height: 25px;
}

/* map css */
.bg-map{
  /* position: relative; */
  /* cursor: pointer;
  z-index: 99999999; */
}
.btn-d{
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  color: transparent !important;
  transition-duration: 1s, 1s;
  transition-timing-function: ease, ease-out;
  transition-delay: 0s, 1s;
  text-decoration: none;
  font-size: 20px !important;
  font-weight: 600;
}
.btn-d p{
  box-shadow: 1px 1px 4px #fff;
  text-decoration: none;
  color: black !important;
  transition: .4s;
  opacity: 0;
}
.btn-d:hover p{
  opacity: 1;
}
.map-icon{
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}
.aus-icon{
  position: absolute;
  top: 68%;
  left: 79%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.can-icon{
  position: absolute;
    left: 19%;
    top: 21%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.uk-icon{
  position: absolute;
  left: 42%;
  top: 3%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.thailand-icon{
  position: absolute;
  left: 75%;
  top: 36%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.indonesia-icon{
  position: absolute;
  left: 79%;
  top: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sri_lanka-icon{
  position: absolute;
  left: 69%;
  top: 32%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.mt-40{
  margin-top: 40px;
}

.map-section .content .city{
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s linear;
}


.map-section .content .city.active { 
  opacity: 1;
  visibility: visible;
  height: auto;
}
.content h3{
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.content .p-ttl{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: gray;
  letter-spacing: 1.5px;
  font-weight: 300;
}
.div-border{
  border-left: 3px solid #000;
display: flex;
justify-content: center;
align-items: center;
height: 120px;
margin-left: auto;
margin-right: auto;
position: relative;
top: -31px;
}
.border-section{
  display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: auto;
}


.img-section{
  padding-top: 50px;
  padding-bottom: 100px;
}
.img-box img{
  border-radius: 10px;
  transition: 0.5s all ease-in-out;
}
.img-box img:hover{
  transform: scale(1.1);
}


/* timeline new css */
.timeline-new{
  /* padding-left: 100px;
  padding-right: 100px; */
  padding-left: 0px;
  padding-right: 1%;
}
.timeline-ul{
  list-style-type: none;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.first-li{
  width: 45%;
}
.second-li{
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.third-li{
  width: 45%;
}
.circle-t{
  width: 40px;
  height: 40px;
  background: #0a794a ;
  border-radius: 25px;
  transition-duration: 2s, 2s;
  transition-timing-function: ease, cubic-bezier(.08,.82,.17,1);
  transition-delay: 0s, 1s;
  letter-spacing: 1px;
}
.border-time{
  border-left: 3px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.circle-border{
  transition-duration: 0.5s, 0s;
  transition-timing-function: ease, ease-out;
  transition-delay: 0s, 1s;
  border: 1px solid #fff;
padding: 5px;
border-radius: 32px;
}
.circle-border:hover{
  border: 1px solid #0a794a ;
  /* padding: 5px;
  border-radius: 32px; */
}
.time-r-ttl{
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4f4b4b;
  font-weight: 400;
  margin-bottom: 2px !important;
  transition-duration: 0.5s, 0s;
  transition-timing-function: ease, ease-out;
  transition-delay: 0s, 1s;
}
.time-r-ttl:hover{
  font-size: 22px;
  font-weight: 600;
}
/* .time-r-ttl::after{
border-bottom: 1px solid #0a794a;
font-size: 22px;
font-weight: 600;
position: absolute;
left: 10px;
left: 43%;
top: -8px;
content: '';
height: 40px;
width: 69px;
border-bottom: solid 3px #0a794a;
transition: left 250ms ease-in-out, right 250ms ease-in-out;
opacity: 0;
} */
.time-r-ttl:hover:after {
  opacity: 1;
}
.time-r-p{
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
  transition-duration: 0.5s, 0s;
transition-timing-function: ease, ease-out;
transition-delay: 0s, 1s;
}
.time-l-p{
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
  transition-duration: 0.5s, 0s;
transition-timing-function: ease, ease-out;
transition-delay: 0s, 1s;
}

.time-l-year{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4f4b4b;
  transition-duration: 0.5s, 0s;
transition-timing-function: ease, ease-out;
transition-delay: 0s, 1s;
}
.time-r-year{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4f4b4b;
  text-align: right;
  padding-top: 11px;
  transition-duration: 0.5s, 0s;
  transition-timing-function: ease, ease-out;
  transition-delay: 0s, 1s;
}
.timeline-sec{
  padding-top: 100px;
  padding-bottom: 50px;
}
.time-l-ttl{
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4f4b4b;
  font-weight: 400;
  margin-bottom: 2px !important;
  transition-duration: 0.5s, 0s;
  transition-timing-function: ease, ease-out;
  transition-delay: 0s, 1s;
}
/* .time-l-ttl:hover{
  font-size: 22px;
  font-weight: 600;
} */
/* .time-l-ttl::after{

position: absolute;

left: 43%;
top: -8px;
content: '';
height: 40px;
width: 69px;
border-bottom: solid 3px #0a794a;
transition: left 250ms ease-in-out, right 250ms ease-in-out;
opacity: 0;
} */
.time-l-ttl:hover:after {
  opacity: 1;
}
.cirlce-no{
  width: 40px;
height: 40px;
background: #0a794a00;
border-radius: 25px;
border: 4px solid #0a794a;
}
/* .cirlce-no::after{
  content: '1';
display: flex;
justify-content: center;
align-items: center;
margin: auto;
padding: 6px;
color: #fff;
font-weight: 600;
} */
/* .circle-t:hover {
  width:60px;
  height: 60px;
  background: #0a794a;
  border-radius: 29px;
  font-size: 30px;
} */

.form-control:focus{
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0) !important;
}
/* .timeline-ul:hover .first-li .time-r-ttl{
  font-size: 22px;
  font-weight: 600;
} */
/* .timeline-ul:hover .first-li .time-r-p{
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px;
} */
.timeline-ul:hover .third-li .time-l-year{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #000;
}
.timeline-ul:hover .first-li .time-r-ttl::after{
  position: absolute;
  left: 45%;
  content: '';
  height: 40px;
  width: 69px;
  border-bottom: solid 3px transparent;
  
  opacity: 1;
  bottom: 18%;
}
.timeline-ul:hover .first-li .time-l-ttl::after{
  position: absolute;
  content: '';
  height: 40px;
  width: 69px;
  border-bottom: solid 3px transparent;
  opacity: 1;
  left: 53%;
  bottom: 2%;
}

/* .timeline-ul:hover .first-li .time-l-ttl{
  font-size: 22px;
  font-weight: 600;
} */
/* .timeline-ul:hover .first-li .time-l-p{
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px;
} */
.timeline-ul:hover .third-li .time-r-year{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #000;
}
/* .timeline-ul:hover .first-li .time-l-ttl::after{
  position: absolute;
  left: 45%;
  content: '';
  height: 40px;
  width: 69px;
  border-bottom: solid 3px #0a794a;
  opacity: 1;
  bottom: 18%;
} */
.timeline-ttl h2{
  font-family: 'Poppins', sans-serif;
  margin: auto;
  margin-bottom: 75px;
}
.timeline-ttl h3{
  margin: auto;
  margin-top: 50px;
  font-weight: 600;
}
.ttl-border{
  border-left: 3px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 51px;
}
.timeline-ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.map-ttl h2{
  margin: auto;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.map-ttl p{
  font-family: 'Poppins', sans-serif;
  margin: auto;
  font-family: 'Poppins', sans-serif;
  margin: auto;
  color: #808080b8;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 50px;
}
.map-ttl{
  flex-direction: column;
}
