.style-one {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.style-one::before, .style-one::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.style-one::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #cca872;
  position: absolute;
  top: 0;
  left: 50%;
}

.style-one .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}

.style-one .timeline::before, .style-one .timeline::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.style-one .timeline:first-child::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
}

.style-one .timeline:nth-child(odd):last-child::before{
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
 /* top: 0;*/
  right: -14px;
  z-index: 1;
}

.style-one .timeline:nth-child(even):last-child::before{
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  /*top: 0;*/
  left: -11px;
  z-index: 1;
}

.style-one .timeline:last-child::before {
  top: auto;
  bottom: 0;
}

.style-one .timeline:last-child::nth-child(even)::before {
  right: auto;
  left: -12px;
  bottom: -2px;
}

.style-one .timeline .timeline-content {
  text-align: center;
  margin-top: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*.style-one .timeline .layout:nth-child(even){
  width: 70%;
}
*/

.style-one .timeline:nth-child(even) .timeline-content::before {
  content: "";
  width: 100%;
  height: 5px;
  /*background: #cca872;*/
  background: linear-gradient(to right,#cca872 62%, transparent 180px);
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}

.style-one .timeline:nth-child(odd) .timeline-content::before {
  content: "";
  width: 100%;
  height: 5px;
  /*background: #cca872;*/
  background: linear-gradient(to right, transparent 180px, #cca872 33%);
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}

/*@media only screen and (max-width: 1135px) {
.style-one .timeline:nth-child(even) .timeline-content::before {
    width: 61%;
}
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    width: 65%;
  }
}*/
@media only screen and (max-width: 991px) {
  .style-one .timeline:nth-child(even) .timeline-content::before {
     /* width: 80%;
      position: absolute;
      left: 19%;*/
      background: linear-gradient(to right, transparent 180px, #cca872 5%);
  }
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    /*width: 80%;
    position: absolute;
    left: 19%;*/
    background: linear-gradient(to right, transparent 180px, #cca872 5%);
  }
}

/*@media only screen and (max-width: 981px) {
.style-one .timeline:nth-child(even) .timeline-content::before {
    width: 77%;
    position: absolute;
    left: 23%;
}
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    width: 77%;
    position: absolute;
    left: 23%;
  }
}*/

/*@media only screen and (max-width: 830px) {
.style-one .timeline:nth-child(even) .timeline-content::before {
    width: 72%;
    position: absolute;
    left: 27%;
}
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    width: 72%;
    position: absolute;
    left: 27%;
  }
}*/

/*@media only screen and (max-width: 684px) {
.style-one .timeline:nth-child(even) .timeline-content::before {
    width: 68%;
    position: absolute;
    left: 31%;
}
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    width: 68%;
    position: absolute;
    left: 31%;
  }
}

@media only screen and (max-width: 600px) {
.style-one .timeline:nth-child(even) .timeline-content::before {
    width: 64%;
    position: absolute;
    left: 35%;
}
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    width: 64%;
    position: absolute;
    left: 35%;
  }
}

@media only screen and (max-width: 535px) {
.style-one .timeline:nth-child(even) .timeline-content::before {
    width: 60%;
    position: absolute;
    left: 39%;
}
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    width: 60%;
    position: absolute;
    left: 39%;
  }
}

@media only screen and (max-width: 490px) {
.style-one .timeline:nth-child(even) .timeline-content::before {
    width: 56%;
    position: absolute;
    left: 43%;
}
  .style-one .timeline:nth-child(odd) .timeline-content::before {
    width: 56%;
    position: absolute;
    left: 43%;
  }
}*/

@media only screen and (max-width: 490px) {

.style-one .timeline .timeline-content::before {
  display: none;
}
}

    
  
    


/*.style-one .timeline .timeline-content:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #cca872;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}*/

.style-one .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: transparent;
  border: 8px solid #cca872;
  float: left;
  margin-right: 25px;
  position: relative;
}

.style-one .circle::before {
  content: "";
  width: 26px;
  height: 30px;
  background: #cca872;
  margin: auto;
  position: absolute;
  top: 0;
  right: -33px;
  bottom: 0;
  z-index: -1;
  -webkit-box-shadow: inset 7px 0 9px -7px #7d6a4e;
          box-shadow: inset 7px 0 9px -7px #7d6a4e;
}

.style-one .circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 160px;
  border: 3px solid #cca872;
  font-size: 80px;
  color: #454344;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.style-one .circle span svg {
  height: 80px;
  z-index: 0;
  fill: #cca872;
}

.style-one .circle span img {
  z-index: 0;
}

.style-one .circle span:before,
.style-one .circle span:after {
  content: "";
  width: 28px;
  height: 50px;
  background: transparent;
  border-radius: 0 0 0 21px;
  margin: auto;
  position: absolute;
  top: -54px;
  right: -33px;
  bottom: 0;
  z-index: -1;
}

.style-one .circle span:after {
  border-radius: 21px 0 0 0;
  top: 0;
  bottom: -56px;
}

.style-one .content {
  display: table;
  padding-right: 40px;
  position: relative;
}

.style-one .year {
  display: block;
  padding: 10px;
  margin: 10px 0 50px 0;
  background: #cca872;
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
}

.style-one .title {
  font-weight: bold;
  color: #cca872;
  margin-top: 0;
}

.style-one .description {
  font-size: 14px;
  color: #a6a6a6;
  text-align: initial;
}

.style-one .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  top: 78px;
  right: -14px;
}

/*.style-one .icon:before {
  content: "";
  width: 15px;
  height: 25px;
  background: #cca872;
  margin: auto;
  position: absolute;
  top: -1px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}*/

/*.style-one .icon span:before,
.style-one .icon span:after {
  content: "";
  width: 21px;
  height: 25px;
  background: #fff;
  border-radius: 0 0 21px 0;
  margin: auto;
  position: absolute;
  top: -30px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}
*/
.style-one .icon span:after {
  border-radius: 0 21px 0 0;
  top: 0;
  left: -15px;
  bottom: -30px;
}

.style-one .timeline:nth-child(2n) .timeline-content,
.style-one .timeline:nth-child(2n) .circle {
  float: right;
}

.style-one .timeline:nth-child(2n) .circle {
  margin: 0 0 0 25px;
}

.style-one .timeline:nth-child(2n) .circle:before {
  right: auto;
  left: -33px;
  -webkit-box-shadow: -7px 0 9px -7px #444 inset;
          box-shadow: -7px 0 9px -7px #444 inset;
}

.style-one .timeline:nth-child(2n) .circle span:before,
.style-one .timeline:nth-child(2n) .circle span:after {
  right: auto;
  left: -33px;
  border-radius: 0 0 21px 0;
}

.style-one .timeline:nth-child(2n) .circle span:after {
  border-radius: 0 21px 0 0;
}

.style-one .timeline:nth-child(2n) .content {
  padding: 0 0 0 40px;
  margin-left: 2px;
}

.style-one .timeline:nth-child(2n) .icon {
  right: auto;
  left: -14px;
}

.style-one .timeline:nth-child(2n) .icon:before,
.style-one .timeline:nth-child(2n) .icon span:before,
.style-one .timeline:nth-child(2n) .icon span:after {
  left: auto;
  right: -15px;
}

.style-one .timeline:nth-child(2n) .icon span:before {
  border-radius: 0 0 0 21px;
}

.style-one .timeline:nth-child(2n) .icon span:after {
  border-radius: 21px 0 0 0;
}

.style-one .timeline:nth-child(2) {
  margin-top: 180px;
}

.style-one .timeline:nth-child(odd) {
  margin: -175px 0 0 0;
}

.style-one .timeline:nth-child(even) {
  margin-bottom: 80px;
}

.style-one .timeline:first-child,
.style-one .timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .style-one:before {
    left: 100%;
  }
  .style-one .timeline {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
  }
  .style-one .timeline:first-child:before,
  .style-one .timeline:last-child:before {
    left: auto !important;
    right: -13px !important;
  }
  .style-one .timeline:nth-child(2n) .circle {
    float: left;
    margin: 0 25px 0 0;
  }
  .style-one .timeline:nth-child(2n) .circle:before {
    right: -33px;
    left: auto;
    -webkit-box-shadow: 7px 0 9px -7px #444 inset;
            box-shadow: 7px 0 9px -7px #444 inset;
  }
  .style-one .timeline:nth-child(2n) .circle span:before,
  .style-one .timeline:nth-child(2n) .circle span:after {
    right: -33px;
    left: auto;
    border-radius: 0 0 0 21px;
  }
  .style-one .timeline:nth-child(2n) .circle span:after {
    border-radius: 21px 0 0 0;
  }
  .style-one .timeline:nth-child(2n) .content {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
  .style-one .timeline:nth-child(2n) .icon {
    right: -14px;
    left: auto;
  }
  .style-one .timeline:nth-child(2n) .icon:before,
  .style-one .timeline:nth-child(2n) .icon span:before,
  .style-one .timeline:nth-child(2n) .icon span:after {
    left: -15px;
    right: auto;
  }
  .style-one .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 21px 0;
  }
  .style-one .timeline:nth-child(2n) .icon span:after {
    border-radius: 0 21px 0 0;
  }
  .style-one .timeline:nth-child(2),
  .style-one .timeline:nth-child(odd),
  .style-one .timeline:nth-child(even) {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .style-one:before {
    left: 0;
  }
  .style-one .timeline:first-child:before,
  .style-one .timeline:last-child:before {
    left: -12px !important;
    right: auto !important;
  }
  .style-one .circle,
  .style-one .timeline:nth-child(2n) .circle {
    width: 130px;
    height: 130px;
    float: none;
    margin: 0 auto;
  }
  .style-one .timeline-content:before {
    width: 99.5%;
    top: 68px;
    left: 0.5%;
  }
  .style-one .circle span {
    line-height: 115px;
    font-size: 60px;
  }
  .style-one .circle:before,
  .style-one .circle span:before,
  .style-one .circle span:after,
  .style-one .icon {
    display: none;
  }
  .style-one .content,
  .style-one .timeline:nth-child(2n) .content {
    padding: 0 10px;
  }
  .style-one .year {
    margin-bottom: 15px;
  }
  .style-one .description {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */