.our-team.two {
  position: relative;
}
.our-team.two .yellow-box .inner-content {
  max-width: 546px;
  margin-right: auto;
}
.our-team.two .yellow-box .inner-content strong {
	margin-bottom: 15px;
}
.our-team.two .yellow-box .white-btn {
	margin-top: 20px;
}
.our-team.two .yellow-box {
  padding: 168px 30px 96px 133px;
}
.our-team.two .circle {
  top: 56px;
  right: 15px;
}
.our-team.two p strong {
  display: block;
}

/* Additionally Team CSS */
.additionally-team {
  padding: 110px 0 100px;
}
.additionally-team .additionally-team-inner p {
	text-align: left !important;
  	padding-left: 0 !important;
}
.additionally-team .btn-block {
	text-align: left;
	margin-top: 30px;
}
.additionally-team .img-block img {
  width: unset;
  max-width: unset;
}
.additionally-team .additionally-team-inner {
  max-width: 792px;
  margin-left: auto;
}

.additionally-team .additionally-team-inner p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
  padding-left: 40px;
}

/* We Support CSS */
.we-support {
  border-bottom: 1px solid #808080;
}
.we-support .img-block {
	height: 100%;
}
.we-support ul {
  color: #fff !important;
}
.we-support .img-block img {
  border-radius: 0 0 375px 0;
  width: 100%;
	height: 100%;
}
.we-support-inner {
  background-color: var(--blue-clr);
  height: 100%;
  padding: 62px 90px 60px 50px;
  display: flex;
}
.we-support-inner > div {
  max-width: 894px;
  margin-left: auto;
  align-self: center;
}
.we-support-inner .section-title {
  font-size: 63px;
  line-height: 73px;
  color: var(--white-clr);
  font-weight: 300;
  padding-bottom: 30px;
}
.we-support-inner .section-title img{
  margin-left: -90px;
}
.we-support-inner ul li {
  padding-bottom: 10px;
}
.page-id-27 .we-support .section-title img {
  margin-right: 100px;
  margin-left: 0;
}

/* Timeline CSS */
.timeline {
  padding: 98px 0 110px;
}
.timeline .section-title {
  font-weight: 300;
}
.timeline .section-title {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}
.timeline .section-title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
}
.timeline-section {
  height: 100%;
  overflow: hidden;
  padding-bottom: 140px;
}
.timeline-box > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 250px 150px 250px 100px;
/*   overflow: hidden; */
  margin: 0 auto;
}
.timeline-box {
  position: relative;
  height: 100%;
}
.line-box {
  display: flex;
  flex-direction: column;
  height: 50%;
  align-items: self-start;
}
.timeline-box::before {
  position: absolute;
  content: '';
  top: calc(50%);
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background: #D9D9D9;
  z-index: -1;
  transform: translate(0px, 20px);
}
.timeline-box .count {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 43%;
  left: 50%;
}
.timeline-box .count .line-effect {
  position: relative;
}
.timeline-box>ul li .count .line-effect::before {
  position: absolute;
  content: '';
  left: 45%;
  width: 5px;
  height: 60px;
  flex-shrink: 0;
  background: #D9D9D9;
  bottom: 100%;
  top: -80px;
}
.timeline-box>ul li .count .line-effect::after {
  position: absolute;
  content: '';
  left: 38%;
  top: -105px;
  width: 15px;
  height: 15px;
  background: #D9D9D9;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.timeline-box>ul li:nth-child(even) .count .line-effect::before {
  top: 110%;
}
.timeline-box>ul li:nth-child(even) .count .line-effect::after {
  bottom: -120%;
  top: auto;
  left: 38%;
}
.timeline-box .t-detail .p {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.5s ease all;
  display: inline-block;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 10px;
  -webkit-transition: ease 0.5s all;-o-transition: ease 0.5s all;transition: ease 0.5s all;
}
.t-detail {
  width: 640px;
  text-align: center;
  position: absolute;
  left: 65%;
  transform: translate(-50%, 0px);
  padding: 0px 50px;
}
.t-detail ul {
  list-style-type: none;
  font-size: 20px;
  text-align: left;
  color: #000;
  width: 400px;
  padding-left: 0px;
	min-height:inherit !important;
}
.timeline-box .count > .line-effect span {
  background-color: #ccc;
  width: 76px;
  height: 76px;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 100%;
  color: #fff;
  transition: ease 0.5s all;
	box-shadow: 0 -8px 4px transparent;
}
.timeline-box .count > .line-effect:hover span {
  transform: scale(1.5);
  transition: ease 0.5s all;
  box-shadow: 0 -8px 4px rgba(0, 0, 0, 0.4);
}
.timeline-box > ul li:nth-child(2n) .count > .line-effect span {
	box-shadow: 0 8px 4px transparent;
}
.timeline-box > ul li:nth-child(2n) .count > .line-effect:hover span {
	box-shadow: 0 8px 4px rgba(0, 0, 0, 0.4);
}

.line-box .t-detail ul {
  opacity: 0;
  visibility: hidden;
  transition: ease 0.5s all;
  transform: translateY(-15px);
	border: 1px solid #000;
	padding: 20px;
}
.line-box .t-detail ul li {
  position: relative;
  padding-left: 25px;
}
.line-box .t-detail ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  height: 8px;
  width: 8px;
  background-color: #004B98;
  border-radius: 100%;
}
.line-box>.count:hover+.t-detail ul {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.3s all;
  transform: translateY(0);
}
.timeline-box li:nth-child(odd) .line-box .t-detail {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -175px;
}
.timeline-box li:nth-child(even) .line-box .t-detail {
  display: flex;
  align-items: center;
  flex-direction: column;
/*  margin-top: 75px;*/
  margin-top: 62px;
}
.timeline-box>ul>li:nth-child(even) {
  display: flex;
  align-items: flex-end;
  padding-top: 250px;
}
.timeline-box>ul>li:nth-child(odd) .line-box .t-detail>.p {
  order: 2;
  /* transition: ease 0.5s all; */
}
.timeline-box>ul>li .line-box>.count:hover+.t-detail .p {
  font-size: 26px;
}
.timeline-box>ul>li:nth-child(odd) .line-box .t-detail>ul {
  transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
}
/* .timeline-box li:nth-child(odd) .line-box .count {
  order: 2;
} */

.timeline-box li:first-child .count .line-effect span {
  background-color: #6CCBD5;
}
.timeline-box li:first-child .line-box .t-detail .p {
  color: #6CCBD5;
}
.timeline-box li:nth-child(2) .count .line-effect span {
  background-color: #37B2E1;
}
.timeline-box li:nth-child(2) .line-box .t-detail .p {
  color: #37B2E1;
}
.timeline-box li:nth-child(3) .count .line-effect span {
  background-color: #8C183F;
}
.timeline-box li:nth-child(3) .line-box .t-detail .p {
  color: #8C183F;
}
.timeline-box li:nth-child(4) .count .line-effect span {
  background-color: #004B98;
}
.timeline-box li:nth-child(4) .line-box .t-detail .p {
  color: #004B98;
}
.timeline-box li:nth-child(5) .count .line-effect span {
  background-color: #E14A56;
}
.timeline-box li:nth-child(5) .line-box .t-detail .p {
  color: #E14A56;
}
.timeline-box li:nth-child(6) .count .line-effect span {
  background-color: #F79133;
}
.timeline-box li:nth-child(6) .line-box .t-detail .p {
  color: #F79133;
}
.timeline-box>ul>li {
  position: relative;
  width: 16.66%;
  display: flex;
  align-items: flex-start;
}
.line-box .t-detail ul li {
  font-size: 18px;
}

.additionally-team .additionally-team-inner p {
  font-size: 40px;
  line-height: 1.25;
}

/* Responsive CSS */
/* _::-webkit-full-page-media, _:future, :root .safari_only{
  @media only screen
    and (min-width: 1024px)
    and (max-width: 1366px)
    and (orientation: landscape)
      .timeline-box>ul>li .line-box>.count+.t-detail .p{
        transition: none;
        font-size: 20px;
      }
      .line-box>.count+.t-detail ul{
        transition: none;
        opacity: 1;
        visibility: visible;
      }
  } 
} */

@media screen and (min-width: 1499px) {
  .timeline-box > ul li:nth-child(2n) .count .line-effect::before {
    top: 128%;
  }
  .timeline-box > ul li:nth-child(2n) .count .line-effect::after {
    bottom: -140%;
  }
}
@media screen and (max-width: 1799px) {
  .we-support-inner {
    padding: 62px 60px 40px 40px;
  }
	.timeline-box > ul {
		padding: 280px 150px 280px 100px;
	}
	.our-team.two .circle {
		top: 10px;
	}
  .additionally-team .img-block img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1699px) {
  .we-support .img-block img,.we-support .img-block {
    height: 100%;
  }
  .timeline-section, .timeline .section-title {
    padding-bottom: 0;
  }
	.timeline-section {
		overflow: visible;
	}
}

@media screen and (max-width: 1599px) {
  .our-team.two .yellow-box {
    padding: 105px 30px 96px 90px;
  }
  .additionally-team .additionally-team-inner p {
    padding-left: 0;
    font-size: 36px;
    line-height: 1.25;
  }
}


@media screen and (max-width: 1499px) {
  .our-team .img-block img {
    border-radius: 0px 0px 0px 335px;
  }
  
	.timeline .section-title span {
		padding-left: 85px;
	}
}

@media screen and (max-width: 1440px) {
	.timeline-box li:nth-child(2n) .line-box .t-detail {
		margin-top: 30px;
	}
  .timeline-box .t-detail .p {
      font-size: 18px;
  }
  .t-detail {
      width: 360px;
  }
  .line-box .t-detail ul li {
      position: relative;
      padding-left: 25px;
      font-size: 16px;
  }
  .timeline-box>ul>li .line-box>.count:hover+.t-detail .p {
      font-size: 20px;
  }
  .timeline-box .count > .line-effect span {
      width: 66px;
      height: 66px;
      font-size: 25px;
  }
  .timeline-box .count > .line-effect:hover span {
      transform: scale(1.2);
  }
  .timeline-box::before {
      transform: translate(0px, 10px);
  }
  .timeline-box>ul {
      margin: 0 auto;
  }
  .t-detail ul {
      width: 300px;
  }
  .we-support-inner .section-title {
    font-size: 50px;
    line-height: 60px;
  }
  .we-support-inner {
    padding: 62px 40px 40px 30px;
  }
  .we-support-inner .section-title img{
    margin-left: -60px;
  }
}

@media screen and (max-width: 1399px) {
	.timeline-box li:nth-child(2n+1) .line-box .t-detail {
		margin-top: -135px;
	}
	.t-detail ul {
		min-height: 100px;
	}
  .our-team.two .yellow-box {
    padding: 105px 30px 66px 60px;
  }
  .we-support-inner .section-title img {
    margin-left: -85px;
}
  .we-support .img-block img {
    border-radius: 0 0 245px 0;
  }
  .timeline-box::before {
    transform: translate(0px, 22px);
  }
  .our-team.two .circle {
    top: 10px;
  }
	
	.timeline .section-title span {
		padding-left: 75px;
	}
	.timeline .section-title img {
		max-width: 56px;
		height: auto;
	  }
	
	.timeline-box > ul > li:nth-child(2n) {
		padding-top: 200px;
	}
	.timeline-box li:nth-child(2n) .line-box .t-detail {
		margin-top: 20px;
	}
	.timeline-box > ul li .count .line-effect::before {
		height: 30px;
		top: -38px;
	}
	.timeline-box > ul li .count .line-effect::after {
		top: -60px;
	}
	.timeline-box > ul li:nth-child(2n) .count .line-effect::after {
		bottom: -88%;
	}

  .additionally-team .additionally-team-inner p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1299px) {
  .our-team .img-block img {
    border-radius: 0px 0px 0px 285px;
  }
}

@media screen and (max-width: 1199px) {
	.line-box .t-detail ul li::before {
		top: 10px;
	}
	.line-box .t-detail ul {
		border: none;
		padding: 0;
		
	}
  .line-box .t-detail ul {
      transform: unset;
  }
  .timeline-box>ul {
    padding: 50px 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .line-box .t-detail ul {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.3s all;
    padding-left: 0px;
  }
  .timeline-box::before {
    top: 0;
    left: 170px;
    width: 10px;
    height: 100%;
    transform: translate(0px, 20px);
    display: none;
  }
  .timeline-box>ul li .count .line-effect::before,
  .timeline-box>ul li .count .line-effect::after {
    display: none;
  }
  .t-detail {
    width: 100% !important;
    text-align: center;
    position: relative;
    left: 0;
    transform: unset;
    margin-top: 20px !important;
    padding: 0px 20px;
  }
  .timeline-box li:nth-child(odd) .line-box .t-detail {
    margin-top: 0;
  }
  .timeline-box>ul>li:nth-child(odd) .line-box .t-detail>.p {
    order: unset;
  }
  .timeline-box>ul>li {
    position: relative;
    width: calc(50% - 30px);
    display: flex;
    align-items: flex-start;
    border: 2px solid #D9D9D9;
    border-radius: 20px;
    margin: 15px;
  }
  .timeline-box .count {
    position: relative;
    top: unset;
    left: unset;
    margin: 0px auto;
  }
  .timeline-box>ul>li:nth-child(even) {
      padding-top: 0;
  }
  .line-box {
    width: 100%;
    padding: 30px 15px;
    height: 100%;
    align-items: center;
  }
  .t-detail ul {
    width: 100%;
  }
  .our-team.two .yellow-box {
    padding: 110px 30px 66px 40px;
  }
  .our-team .img-block img {
    border-radius: 0px 0px 0px 225px;
  }
  .additionally-team .additionally-team-inner p {
    font-size: 24px;
    /* line-height: 40px; */
  }
  .additionally-team {
    padding: 100px 0;
  }
  .we-support-inner > div {
    max-width: 936px;
    margin: 0 auto;
  }
	.timeline .section-title span {
		padding-left: 60px;
	}
  .timeline {
    padding: 98px 0 100px;
  }
  .we-support-inner .section-title {
    font-size: 50px;
    line-height: 60px;
  }
  .timeline-box .count > .line-effect:hover span {
    transform: none;
    box-shadow: none !important;
  }
  .timeline-box>ul>li .line-box>.count:hover+.t-detail .p {
    font-size: 18px !important;
  }
  .we-support{
    border-bottom: none;
  }
}

@media screen and (max-width: 991px) {
  .additionally-team {
    padding: 80px 0;
  }
  .our-team.two .yellow-box {
    padding: 50px 30px 40px 40px;
  }
  .we-support-inner .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .we-support-inner .section-title img {
    margin-left: -60px;
}
  .we-support-inner .section-title {
    padding-bottom: 20px;
  }
  .we-support-inner ul li {
    padding-bottom: 4px;
  }
  .timeline {
    padding: 80px 0;
  }
  .timeline-box > ul {
    padding: 30px 20px;
  }
	.our-team.two .yellow-box .inner-content {
		max-width: 90%;
	}
  .we-support-inner > div {
    max-width: 696px;
  }
}

@media screen and (max-width: 767px) {
	.our-team.two .yellow-box .inner-content {
		max-width: 100%;
	}
  .additionally-team {
    padding: 50px 0;
  }
  .additionally-team .additionally-team-inner {
    padding: 0 12px 40px 12px;
  }
  .we-support-inner {
    padding: 50px 30px 36px 30px;
  }
  .timeline {
    padding: 50px 0;
  }
  .timeline .section-title {
    display: inline-block;
  }
  .timeline-box > ul {
    padding: 16px 20px 20px;
  }
  .t-detail {
    padding: 0;
  }
  .timeline-box .count > .line-effect span {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }
  .timeline .section-title span {
	  display: block;
    padding-right: 0;
	  padding-left: 40px;
  }
  .additionally-team .img-block {
    max-width: 410px;
    margin-left: auto;
    padding-left: 12px;
  }
	.our-team .img-block img, .we-support .img-block img {
		border-radius: 0;
	}
  .we-support-inner > div {
    max-width: 516px;
  }
  .we-support-inner .section-title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media screen and (max-width: 575px) {
  .our-team.two .yellow-box {
    padding: 40px 16px 30px 20px;
  }
  .additionally-team .additionally-team-inner {
    padding: 0 12px 35px 12px;
  }
  .we-support-inner {
    padding: 50px 12px 36px 12px;
  }
  .we-support-inner ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .we-support-inner ul li {
    padding-bottom: 8px;
  }
  .timeline .section-title {
    display: inline-flex;
  }
  .timeline .section-title {
    display: block;
    text-align: center;
  }
  .timeline-box > ul {
    padding: 16px 12px 20px;
  }
	.timeline .section-title span {
    text-align: left;
    line-height: 15px;
	}
  .we-support-inner > div {
    max-width: 100%;
  }
.page-id-27 .we-support .section-title img {
  margin-right: 40px;
}
}

@media screen and (max-width: 569px) {
  .timeline-box>ul>li {
      width: 100%;
      margin: 10px 0px;
  }
  .t-detail ul {
      width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .timeline .section-title img {
    max-width: 32px;
  }
  .we-support-inner .section-title img {
    margin-left: -40px;
}
  .we-support-inner .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .additionally-team .img-block {
    max-width: 360px;
  }
  .additionally-team .additionally-team-inner p{
    font-size: 22px;
  }
}

