/* Team Support */
.team-support {
  padding: 85px 0 104px;
  border-radius: 0;
}
.team-support-inner .btn {
	margin-top: 20px;
}
.team-support .yellow-box-wrap{
  width: 62%;
}
.team-support .circle {
  top: 54px;
  right: 40px;
}
.team-support .section-title img {
  margin-left: -320px;
}
.team-support .section-title {
  padding-bottom: 84px;
}
.team-support-inner {
  padding-top: 72px;
  padding-right: 10px;
}
.team-support .row [class*="col-"]:last-child {
	text-align: right;
}
.team-support .img-block {
  margin-right: -80px;
}

/* Experienced Team */
.experienced-team {
  background-color: var(--blue-clr);
  padding: 150px 0 156px;
  border-radius: 0px 0px 0px 375px;
}
.experienced-team .section-title {
	color: #fff;
	align-items: flex-start;
	flex-direction: column-reverse;
	margin-bottom: 50px;
	margin-top: -20px;
}
.experienced-team .btn {
  margin-top: 45px;
}
.experienced-team .inner-content strong {
	margin-bottom: 30px;
}
.experienced-team .btn:hover, .experienced-team .btn:focus, .competitors .btn:hover, .competitors .btn:focus {
  background-color: var(--white-clr);
  color: var(--black-clr);
}
.experienced-team p {
  color: var(--brand-clr);
}
.experienced-team p strong{
  font-size: 50px;
  display: block;
}
.experienced-team .inner-content {
  max-width: 555px;
  padding-bottom: 50px;
  margin-left: 50px;
}
.team-client {
  padding: 283px 0 303px;
}
.competition-inner {
  max-width: 1250px;
  margin: 0 auto;
}
.experienced-team ul {
  color: #fff !important;
}
.different-variable .different-variable-inner-content .icon-support {
  font-size: 150px;
}

/* Responsive CSS */
@media screen and (max-width: 1599px) {
  .experienced-team {
    padding: 110px 0;
    border-radius: 0px 0px 0px 200px;
  }
  .experienced-team p strong {
    font-size: 46px;
}
}

@media screen and (max-width: 1499px) {
  .team-support .section-title {
    padding-bottom: 25px;
  }
  .team-client {
    padding: 180px 0 240px;
  }
  .team-support .section-title img {
    margin-left: -260px;
  }
}

@media screen and (max-width: 1399px) {
  .team-client {
    padding: 150px 0 200px;
  }
  .team-support .img-block img {
    max-width: 580px;
	  width: 100%;
  }
  .team-support .img-block {
    margin-right: 0;
  }
  .team-support-inner {
    padding-top: 60px;
  }
  .team-support .section-title img {
    margin-left: -190px;
  }
  .experienced-team {
    padding: 100px 0;
  }
  .team-client {
    padding: 150px 0;
  }
  .experienced-team p strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
	.experienced-team .section-title {
		margin-bottom: 20px;
	}
  .experienced-team {
    padding: 100px 0;
  }
  .experienced-team .inner-content {
    margin-left: 20px;
  }
  .team-client {
    padding: 110px 0 130px;
  }
  .experienced-team p strong {
    font-size: 32px;
}
}

@media screen and (max-width: 991px) {
  .team-support-inner {
    padding-top: 0;
    padding-right: 0;
  }
  .team-support {
    padding: 80px 0 0;
  }
  .team-support .yellow-box-wrap {
    width: 98%;
  }
  .team-support .section-title {
    padding-bottom: 20px;
  }
  .team-support .img-block {
    margin-right: 0;
  }
  .experienced-team {
    padding: 80px 0;
  }
  .experienced-team .btn {
    margin-top: 25px;
  }
  .experienced-team .inner-content {
    margin-left: 0;
    padding-bottom: 0;
  }
  .experienced-team .row [class*="col-"] + [class*="col-"] {
    padding-top: 40px;
  }
  .team-client {
    padding: 90px 0 100px;
  }
  .team-support .img-block img {
    max-width: 100%;
  }
  .team-support .section-title img {
    margin-left: 0;
  }
  .experienced-team .container {
    position: relative;
    padding-bottom: 84px;
  }
  .experienced-team .btn {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
	.experienced-team p strong {
		margin-bottom: 20px;
	}
	.team-support-inner .btn {
	margin-top: 10px;
}
  .team-support {
    padding: 50px 0 0;
  }
  .team-support .circle {
    top: 0;
    right: 30px;
  }
  .team-support .section-title {
    padding-bottom: 10px;
  } 
  .experienced-team {
    padding: 50px 0;
  }
  .experienced-team, .competitors {
    border-radius: 0;
  } 
  .experienced-team .row [class*="col-"] + [class*="col-"] {
    padding-top: 35px;
  }
  .team-client {
    padding: 70px 0px 80px;
  }
  .experienced-team .container {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 575px) {
  .experienced-team .btn {
    left: 12px;
  }
  .experienced-team .container {
    padding-bottom: 70px;
  }
}

@media screen and (max-width:480px) {
  .list-wrap li {
    font-size: 18px;
    line-height: 34px;
  }
  .team-client {
    padding: 50px 0px 50px;
  }
  .experienced-team p strong {
    font-size: 28px;
}
}

@media screen and (max-width:399px) {
  .list-wrap li {
    font-size: 18px;
    line-height: 30px;
  }
}

