@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;

}
h3 {
  font-size: 22px;
}

h2 .font-lg {
  font-size: 32px;
}

@media (min-width: 768px) {
  h2.font-lg {
    font-size: 32px;
  }
}

.rwd-text {
  text-align: center;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.btn.btn-blue {
  background: #012060;
}

.ratio {
  position: relative;
  width: 100%;
}

.demo-iframe {
  max-width: 914px;
  min-height: 513px;
}

.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-sm {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.text-red {
  color: #ff0101;
}

.text-hint {
  color: #FF0000;
}

.text-orange {
  color: #E84C22;
}

.text-blue {
  color: #012060;
}

.text-black {
  color: #2e2e2e;
}

.m-auto {
  margin: auto!important;
}

.pt-5 {
  padding-top: 3rem!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.my-md-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}

.mt-0 {
  margin-top: 0!important;
}

.mt-5 {
  margin-top: 3rem!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.fs-1 {
  font-size: 3rem!important;
}

.fs-2 {
  font-size: 2rem!important;
}

.fs-3 {
  font-size: 1.75rem!important;
}

.fs-4 {
  font-size: 1.5rem!important;
}

.fs-5 {
  font-size: 1.25rem!important;
}

.fs-6 {
  font-size: 1rem!important;
}

/* .handsup-item-title,
.section-title .h0,
.section-title .sub-h0,
.section-title .h1,
.section-title .h2,
.section-title .h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.section-title .h0 {
  font-size: 54px;
}

.section-title .sub-h0 {
  font-size: 50px;
}

.handsup-item-box .h1,
.section-title .h1 {
  font-size: 40px;
}

.section-title .h2 {
  font-size: 30px;
} */
.dropdown-submenu li {
  background: #D9D9D9 !important;
}
@media (min-width: 992px) {
  /* .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    z-index: 999999 !important;
  }
  .dropdown-submenu .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }

  .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  } */
}

/* timeline */

/* body{
  background-color: #f7f7f7;
  margin-top:20px;
} */

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline:before {
  content: unset;
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
  background: #232323;
  border: 2px solid #232323;
  /* left: -3px */
}

.main-timeline .icon:after {
  /* border: 2px solid #c6c6c6; */
  /* left: 3px */
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  /* margin-top: 22px; */
  position: relative
}

.main-timeline .date-content:before {
  /* content: "";
  width: 36.5%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0 */
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: 5%;
  z-index: 1
}

.main-timeline .date-outer-right {
  margin-left: 5%;
}

@media (max-width: 767px) {
  .main-timeline .date-outer-right {
    margin: auto;
  }

  .main-timeline .date-outer {
    margin: auto;
  }
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
  /* background: #fff;s */
  /* border: 2px solid #232323; */
  left: -6px
}

.main-timeline .date-outer:after {
  /* border: 2px solid #c6c6c6; */
  left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right
}

.main-timeline .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0
}

.main-timeline .description {
  margin-bottom: 0;
  height: 94px;
}

.main-timeline .description p {
  font-size: 22px;
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
      margin-top: 35px
  }
  .main-timeline .date-content:before {
      width: 22.5%
  }
  .main-timeline .timeline-content {
      padding: 10px 0 10px 30px
  }
  .main-timeline .description p,
  .main-timeline .title {
      font-size: 18px
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
      padding: 10px 30px 10px 0
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  .rwd-text {
    text-align: left;
  }
  .fs-2 {
    font-size: 18px!important;
  }
  .main-timeline:before {
      margin: 0;
      left: 7px
  }
  .main-timeline .timeline {
      margin-bottom: 20px
  }
  .main-timeline .timeline:last-child {
      margin-bottom: 0
  }
  .main-timeline .icon {
      margin: auto 0
  }
  .main-timeline .date-content {
      width: 95%;
      float: right;
      margin-top: 0
  }
  .main-timeline .date-content:before {
      display: none
  }
  .main-timeline .date-outer {
      width: 110px;
      height: 110px
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
      width: 110px;
      height: 110px
  }
  .main-timeline .date {
      top: 30%
  }
  .main-timeline .year {
      font-size: 24px
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
      width: 95%;
      text-align: center;
      padding: 10px 0
  }
  .main-timeline .title {
      margin-bottom: 10px
  }
}

.row.thefunctionArea {
  margin: 0px;
}
