.timeline-wrap-sec .ag-format-container {
  width: 1142px;
  margin: 0 auto;
}
.timeline-wrap-sec .ag-timeline-block {
  padding: 100px 0 150px;
}
.timeline-wrap-sec .ag-timeline_box {
  position: relative;
}
.timeline-wrap-sec .ag-timeline-carousel-arrow_box {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline-wrap-sec .ag-timeline-carousel-arrow {
  display: block;
  height: 52px;
  width: 52px;
  border: 1px solid #003828;
  cursor: pointer;
  stroke: #003828;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
}
.timeline-wrap-sec .ag-timeline-carousel-arrow:hover {
  border: 1px solid #003828;
  background: #003828;
  stroke: #fff;
}
.timeline-wrap-sec .js-ag-timeline-carousel-arrow_prev {
  margin: 0 0 10px;
}
.timeline-wrap-sec .svg-arrow-left,
.timeline-wrap-sec .svg-arrow-right {
  height: 18px;
  width: 10px;
  margin: -8px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.timeline-wrap-sec .ag-timeline-carousel_list {
  padding: 0 0 0 100px;
}
.timeline-wrap-sec .ag-timeline_year {
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 60px;
  color: #041c2c;
}
.timeline-wrap-sec .ag-timeline_text p {
  line-height: 1.36;
  margin: 0 0 15px;
  font-size: 16px;
  color: #041c2c;
  font-weight: 400;
}
.timeline-wrap-sec .ag-timeline_text a {
  font-size: 25px;
  color: #003828;
  font-weight: 600;
}
.timeline-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.timeline-box h4 {
  color: var(--green);
}
.timeline-box img {
  object-fit: cover;
  width: 200px;
  height: 120px;
  margin: 0;
}
.timeline-box.position-relative .loc.d-block span {
  color: #003828;
  font-weight: 400;
}
.timeline-box.position-relative h4.mb-0 {
  margin: 0 0 5px 0;
}
.timeline-box.position-relative .loc.d-block {
  margin-bottom: 20px;
}
.timeline-wrap-sec .ag-timeline_text a:hover {
  text-decoration: none;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_box {
  position: relative;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_box:before,
.timeline-wrap-sec .ag-timeline-carousel-nav_box:after {
  content: "";
  height: 150px;
  width: 20%;
  margin: 0 0;
  z-index: 9999;
  position: absolute;
  bottom: 0;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_box:before {
  background: linear-gradient(to right, #fff0 0%, #ffffff 35%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4',endColorstr='#f4f4f4',GradientType=1);
  right: 0;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_box:after {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 65%, #fff0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#00f4f4f4',GradientType=1);
  left: 0;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_list {
  position: relative;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_list:after {
  content: "";
  height: 1px;
  background-color: #003828;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_item {
  display: flex;
  line-height: 1;
  width: 50px;
  padding: 130px 130px 0;
  cursor: pointer;
  vertical-align: bottom;
  text-align: center;
  font-size: 24px;
  color: #041c2c;
  position: relative;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}

.timeline-wrap-sec .ag-timeline-carousel-nav_item.slick-active.slick-center {
    font-weight: 500;
    font-size: 28px;
}

.timeline-wrap-sec .ag-timeline-carousel-nav_item:before {
  content: "";
  height: 5px;
  width: 5px;
  margin: 0 auto;
  background-color: #003828;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 102px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.timeline-wrap-sec .ag-timeline-carousel-nav_item:after {
  content: "";
  height: 40px;
  width: 1px;
  margin: 0 auto;
  background-color: #003828;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
}
.timeline-wrap-sec .slick-active.slick-center .ag-timeline-carousel-nav_item {
  margin: -5px 0 0;
  font-weight: 600;
  font-size: 35px;
  color: #003828;
}
.timeline-wrap-sec
  .slick-active.slick-center
  .ag-timeline-carousel-nav_item:before {
  height: 16px;
  width: 16px;
  background-color: #003828;
  bottom: 110px;
}
.timeline-wrap-sec
  .slick-active.slick-center
  .ag-timeline-carousel-nav_item:after {
  bottom: 59px;
}
.service-one-plan
  .service-one-plan-text-heading
  .heading-two.text-align-center {
  font-size: 70px;
  font-weight: 600;
  line-height: normal;
}
.service-one-plan-text-paragraph p.text-align-center {
  font-size: 25px;
  color: #dcc5b7;
}
.service-one-plan .service-one-plan-text-heading {
  height: auto;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"],
.plyr__control--overlaid {
  background: #333333 !important;
  color: #fff;
  box-shadow: none;
}
.form-wrap .form-group input,
.form-wrap .form-group textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--green);
  padding: 0.1rem 0;
  font-family: "Nunito";
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: var(--green);
  letter-spacing: 0em;
  padding: 0;
  padding-bottom: 5px;
}
.form-wrap .career-form .form-group input,
.form-wrap .career-form .form-group textarea {
  border-bottom: 2px solid var(--green);
  color: var(--green);
}
.form-wrap .career-form .submit-btn {
  border: 2px solid var(--green);
  color: var(--green);
}
.form-wrap .career-form .submit-btn:hover {
  color: #fff;
  background: var(--green);
}
.form-wrap .career-form .form-group input::placeholder,
.form-wrap .career-form .form-group textarea::placeholder {
  color: #00382873;
}
.form-wrap .form-group input:focus,
.form-wrap .form-group textarea:focus {
  outline: none;
}
.form-wrap .form-group input::placeholder,
.form-wrap .form-group textarea::placeholder {
  color: #00382873;
}
.form-wrap .form-group.w-50 {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 30px 10px;
}
.about-text .text {
  margin-bottom: 10px;
  text-align: justify;
}
.director-main h2 {
  margin-bottom: 50px;
}
.directer img {
  width: 380px;
  height: 380px;
  object-fit: cover;
  float: left;
  margin-right: 30px;
  border-radius: 4px;
}
.directer h4 {
  margin-bottom: 20px;
  text-align: left;
  color: var(--green);
}
.directer:nth-of-type(2) img {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.counter-sirdholera {
  margin: 30px 0 0;
  padding-left: 30px;
}
.counter-sirdholera li {
  padding-left: 15px;
  border-left: 2px solid #cb9436;
}
.form-wrap .form-group.w-100 {
  display: block;
  width: calc(100% - 30px);
  margin: 30px 10px;
}
.form-wrap .submit-btn {
  position: relative;
  display: inline-block;
  font-family: "Nunito";
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 0.1rem 0.4rem;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  background: #fff0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.form-wrap .submit-btn:hover {
  color: var(--green);
  background: #fff;
}
.g-inner .mb-10 {
  margin-bottom: 10px;
  display: block;
}
.grid.stagger-reveal .media {
  filter: grayscale(1);
}
.cube-image-section img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .timeline-wrap-sec .ag-format-container {
    width: 750px;
  }
}
@media (min-width: 980px) and (max-width: 1161px) {
  .timeline-wrap-sec .ag-format-container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .timeline-wrap-sec .ag-timeline-block {
    padding: 1.4rem 0;
  }
  .timeline-wrap-sec .ag-timeline-carousel-arrow_box {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .timeline-wrap-sec .ag-format-container {
    width: 90%;
  }
  .timeline-wrap-sec .ag-timeline-carousel_list {
    padding: 0;
  }
  .timeline-wrap-sec .ag-timeline-carousel-arrow_box {
    padding: 12px 0 12px 12px;
    top: 0;
    left: auto;
    right: 0;
  }
  .timeline-wrap-sec .ag-timeline-carousel-arrow {
    display: inline-block;
    height: 33px;
    width: 33px;
  }
  .timeline-wrap-sec .js-ag-timeline-carousel-arrow_prev {
    margin: 0 8px 0 0;
  }
  .timeline-wrap-sec .js-ag-timeline-carousel-arrow_prev:before,
  .timeline-wrap-sec .js-ag-timeline-carousel-arrow_next:before {
    height: 12px;
    width: 8px;
    margin: -6px auto 0;
  }
  .timeline-wrap-sec .ag-timeline_year {
    font-size: 50px;
  }
  .timeline-wrap-sec .ag-timeline-carousel-nav_box:before,
  .timeline-wrap-sec .ag-timeline-carousel-nav_box:after {
    display: none;
    background: none;
    position: static;
  }
  .timeline-wrap-sec .svg-arrow-left,
  .timeline-wrap-sec .svg-arrow-right {
    height: 12px;
    width: 8px;
    margin: -6px 0 0 -4px;
  }
  .timeline-wrap-sec .ag-timeline-block {
    padding: 0.6rem 0;
  }
  .timeline-wrap-sec .ag-timeline-carousel-nav_list {
    padding: 0 60px;
  }
  .counter-sirdholera {
    padding-left: 0;
  }
  .form-wrap .form-group.w-50 {
    width: calc(100% - 30px);
  }
  .form-wrap .form-group.w-50,
  .form-wrap .form-group.w-100 {
    margin: 20px 10px;
  }
  .directer img,
  .directer:nth-of-type(2) img {
    margin: 0 0 20px;
  }
  .cube-image-section img {
    height: 450px;
  }
}
