@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&amp;display=swap");
section.infoGraphic {
    /*background: linear-gradient(#5A84B0 0%, #4E7AA9 50.25%, #3F6D9A 83.25%, #365F85 100%);*/
    background: linear-gradient(#FFFFFF 0%, #F2F2F2 50.25%, #E5E5E5 83.25%, #D9D9D9 100%);
    height: 100%;
    height: 100vh;
}
section.infoGraphic .lines {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding-bottom: 22.3%;
  overflow: hidden;
}
section.infoGraphic .lines img {
  display: block;
  width: 200%;

  position: absolute;
  left: 0;
  top: 0;
}
section.infoGraphic .map {
  height: 100%;
}
section.infoGraphic .infoNav {
  position: absolute;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.1);
  height: 140px;
  bottom: 0;
  z-index: 5;
}
section.infoGraphic .infoNav span {
  position: absolute;
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  top: -6px;
  left: 0;
  transform: translateX(-50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-left: 7.3%;
}
section.infoGraphic .infoNav ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
    section.infoGraphic .infoNav ul li {
        width: 14.6%;
        /*color: rgba(255, 255, 255, 0.7);*/
        color: #416DA5;
        font-size: 19px;
        font-weight: 400;
        text-align: center;
        position: relative;
        padding-top: 35px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }
        section.infoGraphic .infoNav ul li small {
            display: block;
            font-weight: 600;
            color: #416DA5;
        }
        section.infoGraphic .infoNav ul li:after {
            color: #416DA5;
            content: "";
            width: 1px;
            height: 8px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
        }
        section.infoGraphic .infoNav ul li.selected {
            color: #416DA5;
        }
section.infoGraphic .owl-carousel, section.infoGraphic .owl-stage-outer, section.infoGraphic .owl-stage, section.infoGraphic .owl-item, section.infoGraphic .item {
  height: 100%;
}
    section.infoGraphic #infoGraphic .item .caption {
        color: #416DA5;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        color: #fff;
    }
    section.infoGraphic #infoGraphic .item .caption strong {
        font-size: 120px;
        color: #416DA5;
        display: block;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
    }
        section.infoGraphic #infoGraphic .item .caption span {
            color: #416DA5;
            font-size: 120px;
            font-weight: 200;
            display: block;
            -webkit-transition: all 2s;
            -moz-transition: all 2s;
            -o-transition: all 2s;
            transition: all 2s;
            text-align: left !important;
        }



        section.infoGraphic #infoGraphic .item .caption small {
            color: #416DA5;
            font-size: 20px;
            display: block;
            -webkit-transition: all 2.5s;+
            -moz-transition: all 2.5s;
            -o-transition: all 2.5s;
            transition: all 2.5s;
            transform: translateX(300px);
            -webkit-transform: translateX(300px);
            -moz-transform: translateX(300px);
        }


    section.infoGraphic #infoGraphic .item img {
        display: block;
        width: auto !important;
        height: 95% !important;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }



    section.infoGraphic #infoGraphic .active .item .caption strong, section.infoGraphic #infoGraphic .active .item .caption span, section.infoGraphic #infoGraphic .active .item .caption small {
        color: #416DA5;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }

@-webkit-keyframes slideAnim /* Safari and Chrome */ {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes slideAnim {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
section.history {
  height: 100%;
  height: 100vh;
  background: linear-gradient(#e3e9ec 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}
section.history .pageHead {
  position: absolute;
  top: 140px;
}
section.history h1 {
  font-size: 56px;
  font-weight: bold;
  position: absolute;
  top: 25%;
}
section.history:after {
  display: block;
  content: "";
  width: 200%;
  height: 50%;
  background: url(../images/img/history/cloud.png) repeat-x bottom;
  background-size: 50% auto;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  -webkit-animation: slideAnim 20s linear infinite;
  -moz-animation: slideAnim 20s linear infinite;
  -ms-animation: slideAnim 20s linear infinite;
  -o-animation: slideAnim 20s linear infinite;
  animation: slideAnim 20s linear infinite;
}
section.history .historyArea {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.history .windTurbine {
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  pointer-events: none;
}
section.history .windTurbine img {
  display: block;
  height: 100%;
  width: auto;
  position: relative;
}
section.history .windTurbine img.fan {
  position: absolute;
  top: 0;
  left: 0;
}
section.history .windTurbine .circle {
  width: 50%;
  padding-bottom: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: url(../images/img/history/dots.svg) no-repeat;
  background-size: 100% auto;
  border-radius: 100px;
}
section.history .windTurbine .circle span {
  display: block;
  width: 50%;
  padding-bottom: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 1px solid #1B4298;
  opacity: 0.25;
}
section.history .windTurbine .circle i {
  width: 20%;
  padding-bottom: 20%;
  left: 10%;
  background: #fff;
  filter: drop-shadow(0px 0px 99px rgba(255, 216, 0, 0.6));
  position: absolute;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
section.history .historySlider {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
section.history .historySlider .left {
  width: 30%;
}
section.history .historySlider .right {
  width: 30%;
}
section.history .historySlider #hYearsSlider .item {
  font-size: 24px;
  color: #FF671B;
  font-weight: 600;
}
section.history .historySlider #hYearsSlider .owl-nav {
  position: absolute;
  bottom: -70px;
  left: 70px;
}
section.history .historySlider #hYearsSlider .owl-nav button {
  width: 30px;
  height: 4px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: relative;
}
section.history .historySlider #hYearsSlider .owl-nav button:before {
  content: "";
  height: 12px;
  width: 4px;
  background-color: #1B4298;
  left: 4px;
  transform: rotate(-45deg);
  top: 0px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: absolute;
}
section.history .historySlider #hYearsSlider .owl-nav button.owl-prev {
  margin-right: 20px;
  background-color: #1B4298;
}
section.history .historySlider #hYearsSlider .owl-nav button.owl-next {
  background-color: #1B4298;
}
section.history .historySlider #hYearsSlider .owl-nav button.owl-next:before {
  transform: rotate(-45deg);
  right: 4px;
  left: auto;
  top: auto;
  bottom: 0px;
}
section.history .historySlider #hContentSlider .item span.img {
  display: block;
  width: 150%;
  padding-bottom: 75%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.history .historySlider #hContentSlider .item span.img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section.history .historySlider #hContentSlider .item strong {
  font-size: 24px;
  color: #FF671B;
  font-weight: 600;
  display: block;
  line-height: 68px;
  margin: 30px 0 50px;
  text-align: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.history .historySlider #hContentSlider .item p {
  font-size: 20px;
  color: #778692;
  opacity: 0;
  display: block;
  width: 150%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.history .historySlider #hContentSlider .current .item span.img {
  opacity: 1;
}
section.history .historySlider #hContentSlider .current .item strong {
  color: #1B4298;
  font-size: 56px;
  text-align: left;
}
section.history .historySlider #hContentSlider .current .item p {
  opacity: 1;
}

@media screen and (max-width: 1800px) {
  section.history h1 {
    top: 30%;
    font-size: 45px;
  }
  section.history .historySlider {
    padding: 0;
  }
  section.history .historySlider #hContentSlider .item p {
    font-size: 17px;
  }
  section.history .historySlider #hContentSlider .current .item strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 780px) {
  section.infoGraphic {
    height: 400px;
  }
  section.infoGraphic #infoGraphic .owl-item {
    overflow: hidden;
  }
    section.infoGraphic #infoGraphic .item .caption strong {
        color: #416DA5;
        font-size: 60px;
    }
    section.infoGraphic #infoGraphic .item .caption span {
        color: #416DA5;
        font-size: 30px;
    }
    section.infoGraphic #infoGraphic .item .caption small {
        color: #416DA5;
        font-size: 17px;
    }
  section.infoGraphic #infoGraphic .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.infoGraphic #infoGraphic .owl-nav button {
    width: 50px;
    height: 7px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    position: relative;
  }
  section.infoGraphic #infoGraphic .owl-nav button:before {
    content: "";
    height: 20px;
    width: 7px;
    background-color: #1B4298;
    left: 6px;
    transform: rotate(-45deg);
    top: 0px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    position: absolute;
  }
  section.infoGraphic #infoGraphic .owl-nav button.owl-prev {
    margin-right: 20px;
    background-color: #1B4298;
  }
  section.infoGraphic #infoGraphic .owl-nav button.owl-next {
    background-color: #1B4298;
  }
  section.infoGraphic #infoGraphic .owl-nav button.owl-next:before {
    transform: rotate(-45deg);
    right: 6px;
    left: auto;
    top: auto;
    bottom: 0px;
  }
  section.infoGraphic .infoNav {
    display: none;
  }

  section.history {
    width: 100%;
    height: auto;
  }
  section.history h1 {
    top: 100px;
    font-size: 28px;
    left: 20px;
  }
  section.history .windTurbine {
    display: block;
    height: 50%;
  }
  section.history .historySlider {
    padding: 70px 5%;
  }
  section.history .historySlider .left {
    width: 100%;
  }
  section.history .historySlider .right {
    width: 100%;
  }
  section.history .historySlider #hYearsSlider {
    padding-bottom: 20px;
  }
  section.history .historySlider #hYearsSlider .item {
    font-size: 18px;
  }
  section.history .historySlider #hYearsSlider .owl-nav {
    bottom: auto;
    top: -60px;
    right: 0;
    left: auto;
  }
  section.history .historySlider #hContentSlider .item p {
    font-size: 17px;
    width: auto;
  }
  section.history .historySlider #hContentSlider .current .item strong {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}