* {
  box-sizing: border-box;
}

/*body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  height: 100%;
  width: 100%;

}*/

#masterWrap {
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
  /*background-color: #17294F;*/
  color: #17294F;
  background: transparent;
}

#masterWrap #panelWrap {
  height: 100%;
  z-index: 9;
  position: relative;
}

#masterWrap section {
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  float: left;
}

#masterWrap .dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  margin: 12px 0;
  cursor: pointer;

  float: left;
}

#masterWrap .dots {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 65px;
  display: flex;
  padding: 0 20px;
}
#masterWrap .top-wrapper{
  background-color: transparent;
}
#masterWrap .top-wrapper h1{
  padding:  20px 0;
  font-size: 32px;
  font-weight: 300;
}
#masterWrap .menu-wrapper-timeline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#masterWrap .menu-mid-line{
    position: absolute;
    border-bottom: solid 2px #17294F;
    bottom: 30px;
    width: 48%;
    margin: 0 auto;
    padding: 20px;
    display: none;
}
#masterWrap .menu-timeline {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  z-index: 999;

}

@media (min-width: 756px) {
  #masterWrap .menu-timeline {
    display: flex;
  }
  #masterWrap .menu-mid-line{
    display: block;
  }
}
#masterWrap .menu-dot {
  width: 12px;
  height: 12px;
  background-color: #17294F;
  border-radius: 20px;
  margin: 10px 0;
}
#masterWrap .menu-timeline .menu-item-timeline{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
}
#masterWrap .dot-ring {
  border: solid 2px transparent;
  border-radius: 20px;
  padding: 2px;
  margin: 10px 0;
  pointer-events: none;
}
#masterWrap .dot-ring.active {
  border: solid 2px #17294F;
  background-color: #fff;
}
#masterWrap .dot-ring .menu-dot {;
  margin: 0;
}

#masterWrap .mid-line {
    width: 30px;
    border-top: solid #17294F 1px;
    /* position: absolute; */
    display: block;
    /* height: 15px; */
    display: block;
    margin-top: 17px;
}
#masterWrap .mid-line:last-of-type {
  display: none;
}

#masterWrap #leftArrow {
  left: 25px;
}

#masterWrap #rightArrow {
  right: -35px;
}

#masterWrap .arrow {
  position: absolute;
  z-index: 100;
  top: 58%;
  cursor: pointer;
  opacity: 0.75;
  width: 100px;
  height: 100px;
  stroke-width: 8px;
  stroke: white;
  fill: transparent;
}
#masterWrap .arrow:hover {
  opacity: 1;
}

#masterWrap h1 {
  z-index: 100;
  font-size: 18px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  margin: 0;
}

#masterWrap span {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}

#masterWrap .titleWrap {
  height: 30px;
  position: absolute;
  z-index: 20;
  bottom: 50px;
  left: 50%;
  overflow-y: hidden;
}

#masterWrap .title {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#masterWrap h3,
#masterWrap p {
  padding: 0;
  margin: 0;
}

#masterWrap h3 {
  font-size: 1.5em;
}

#masterWrap p {
  max-width: 400px;
  font-weight: 400;
  text-align: center;
}

/*#masterWrap .twitterFollow {
  padding: 16px;
  margin-top: 16px;
  cursor: pointer;
  border-radius: 500px;
  text-decoration: none;
  border: solid 2px white;
  color: 000;
}

.twitterFollow:hover {
  background: white;
  color: #000;
}*/

#masterWrap .hideMe {
  opacity: 0;
}
#masterWrap .iconWrap {
  width: 300px;
  margin-top: 30px;
}

#masterWrap .date-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 300px; */
    background-color: #fff;
    color: #050708;
    padding: 30px;
    border-radius: 40px;
    box-shadow: rgb(149 157 165 / 15%) 0px 8px 44px;
  }
#masterWrap .date-box .date {
    margin-bottom: 8px;
    font-size: 40px;
}
#masterWrap .date-box .content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
      flex-direction: column;
}

#masterWrap .date-box .content p {
  padding: 0 30px ;
}

#masterWrap .floating-item.left{
  position: absolute;
  top: 50%;
  left: 10%;
}
#masterWrap .floating-item.right{
  position: absolute;
  top: 50%;
  right: 10%;
}
#masterWrap .floating-item{
    display: none;
  }
@media (min-width: 756px) {
  #masterWrap .floating-item{
    display: block;
  }
}
#masterWrap .para-bg{
  position: absolute;
  height: 100%;
  background: linear-gradient(311deg, rgba(1,20,62,1) 0%, rgba(9,54,112,1) 35%, rgba(74,181,241,1) 100%);

}

#masterWrap .para-bg .wave-bg{
  position: absolute;
  height: 100%;
  z-index: 0;
  opacity: .8;
  margin-left: -400px;
  max-width: inherit;
}

#masterWrap .blue-line-bg{
  position: absolute;
  height: 140px;
  top: 38%;
  z-index: 1;
  opacity: .7;
}

#masterWrap .green-line-bg{
  position: absolute;
  height: 180px;
  top: 34%;
  z-index: 2;
  opacity: .7;
}

#masterWrap .green-line-bg-01{
  position: absolute;
  height: 180px;
  top: 34%;
  z-index: 2;
  opacity: .7;
}

#masterWrap .green-line-bg-02{
  position: absolute;
  height: 180px;
  top: 34%;
  z-index: 2;
  opacity: .7;
}

@media (min-width: 700px) {
  #masterWrap .iconWrap {
    width: 600px;
  }
}
#masterWrap .icon {
  text-align: center;
  width: 150px;
  float: left;
}

#masterWrap .icon svg {
  width: 50px;
  height: 50px;
  margin: 6px 0;
  overflow: visible;
}

@media (max-width: 480px) {
  #masterWrap section img {
    max-width: 200px;
  }
  #masterWrap p {
    max-width: 180px;
  }
}