/* banner */
.th-home-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 1011px;
  padding: 260px 0 80px;
}
.th-banner-content {
  max-width: 559px;
  background-color: rgba(0, 0, 0, 0.43);
  padding: 49px 38px 70px;
}
.th-home-banner h1 {
  color: #ffffff;
  margin-bottom: 34px;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.35);
}
.th-home-banner h4 {
  color: #ffffff;
}
.th-banner-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  color: #ffffff !important;
  letter-spacing: 1.05px;
  width: 305px;
  height: 61px;
  display: block;
  padding: 15px;
  border: 2px solid #ffffff;
  text-align: center;
  margin-top: 44px;
  position: relative;
  z-index: 1;
  transition: ease-in-out 0.2s;
}
.th-banner-btn:hover {
  border: 2px solid #4980db;
}
.th-banner-btn::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 12px;
  background-image: url(../images/white-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -34px;
  top: 50%;
  transform: translate(0, -50%);
  transition: ease-in-out 0.2s;
}
.th-banner-btn:hover::after {
  right: -45px;
}
.th-banner-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4980db;
  z-index: -1;
  transition: ease-in-out 0.4s;
}
.th-banner-btn:hover:before {
  width: 100%;
}
/* banner */

/* our offset programs */
.th-our-offset-programs {
  position: relative;
  text-align: center;
  padding: 98px 0 73px;
}
.th-our-offset-programs h2 {
  margin-bottom: 20px;
}
.th-our-offset-programs h5 {
  max-width: 1349px;
  margin: 0 auto 15px;
}
.th-our-program-content h3 {
  margin-bottom: 7px;
}
.th-our-offset-programs .th-our-program-content h5 {
  font-family: "Montserrat", sans-serif;
  max-width: unset;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin: 0;
  margin-bottom: 3px;
}
.th-our-program-content p {
  margin-bottom: 0;
}
.th-our-program-content p span {
  color: #3e9430;
}
.th-our-program-content p strong {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.th-our-offset-programs ul {
  padding-top: 95px;
  text-align: left;
}
.th-our-offset-programs ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.th-our-offset-programs ul li:nth-child(2n + 1) .th-our-program-content {
  order: 1;
  padding-right: 80px;
  padding-left: 0;
}
.th-our-offset-programs ul li:nth-child(2n + 1) .th-our-program-image {
  order: 2;
  text-align: right;
}
.th-our-offset-programs
  ul
  li:nth-child(2n + 1)
  .th-our-program-image-outer::before {
  transform: translate(-50%, -50%) rotate(-13deg);
}
.th-our-program-content {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 70px;
}
.th-our-program-image {
  width: 50%;
  text-align: left;
  position: relative;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}

.th-our-program-image img {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.52);
  max-width: 525px;
}
.th-our-program-image-outer {
  position: relative;
  display: inline-block;
}
.th-our-program-image-outer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/our-offset-pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(13deg);
  z-index: -1;
  border-radius: 20px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.52);
}
/* our offset programs */

/* counter */
.th-counter-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 170px 0;
  text-align: center;
}
.th-counter-wrap ul li {
  margin-right: 26px;
  width: 23.3%;
  display: inline-block;
  vertical-align: top;
}
.th-counter-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.th-counter-box {
  padding: 0px 0px 0px;
  background-color: #ffffff;
  min-height: 300px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.52);
  border-radius: 10px;
}
.th-counter-wrap ul li:nth-child(2n) .th-counter-box {
  border-radius: 10px;
}
.th-counter-value-wrap {
  width: 100%;
  display: flex;
  height: 150px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 20px rgba(62, 148, 48, 0.52);
  margin-bottom: 40px;
}
.th-counter-box h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: #000;
  text-shadow: 0 0px 6px rgba(62, 148, 48, 0.52);
  margin-bottom: 0px !important;
}
.th-counter-box h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #3e9430;
  padding-left: 10px;
  padding-right: 10px;
}
/* counter */

/* our offset vendors */
.th-our-offset-vendors-wrap {
  position: relative;
  padding: 82px 0 95px;
  text-align: center;
}
.th-our-offset-vendors-wrap .col-md-4 {
  width: 27.333%;
}
.th-our-offset-vendors-wrap .col-md-8 {
  width: 72.667%;
}
.th-our-offset-vendors-wrap h5 {
  margin-bottom: 71px;
}
.th-our-offset-vendors-wrap h2 {
  margin-bottom: 28px;
}
.th-tree-image img {
  animation: move 5s linear infinite;
}
.th-tree-image {
  text-align: left;
}
@-webkit-keyframes move {
  0% {
    transform: translatey(0);
  }
  25% {
    transform: translatey(-10%);
  }
  75% {
    transform: translatey(10%);
  }
  0% {
    transform: translatey(0);
  }
}

.th-our-offset-vendors-wrap ul {
  padding-left: 16px;
  padding-top: 4px;
}
.th-our-offset-vendors-wrap ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
  width: 22.2%;
}
.th-our-offset-vendors-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.th-our-offset-vendors-wrap ul li:last-child {
  margin-right: 0;
}
.th-our-offset-vendors-box {
  background-color: #4875d9;
  border-radius: 0px;
  padding: 10px 0px 30px;
}
.th-our-offset-vendors-box-image {
  display: inline-block;
  max-height: 184px;
  overflow: hidden;
}
.th-our-offset-vendors-box img {
  margin-bottom: 13px;
  border-radius: 0;
  max-height: 186px;
}
.th-our-offset-vendors-box-body {
  padding: 10px 10px 0 10px;
  display: inline-block;
}
.th-our-offset-vendors-wrap .th-our-offset-vendors-box h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 9px;
}
.th-our-offset-vendors-wrap .th-our-offset-vendors-box h6 {
  color: #ffffff;
}
.th-our-offset-vendors-box .th-view-more-btn {
  margin: 0 auto;
  margin-top: 37px;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.th-our-offset-vendors-box .th-view-more-btn::after {
  background-image: url(../images/white-arrow.png);
}
.th-our-offset-vendors-box .th-view-more-btn::before {
  background-color: #000000;
}
.th-our-offset-vendors-wrap .th-common-btn {
  margin-top: 70px;
}
/* our offset vendors */

@media only screen and (max-width: 1500px) {
  /* our offset vendors */
  .th-our-offset-vendors-wrap ul li {
    margin-right: 43px;
  }
  /* our offset vendors */
}
@media only screen and (max-width: 1400px) {
  /* banner */
  .th-home-banner {
    min-height: 975px;
  }
  /* banner */

  /* counter */
  .th-counter-wrap ul li {
    margin-right: 24px;
  }

  /* counter */

  /* our offset vendors */
  .th-our-offset-vendors-wrap ul li {
    margin-right: 40px;
  }
  /* our offset vendors */
}
@media only screen and (max-width: 1300px) {
  /*  our offset programs */
  .th-our-offset-programs ul li:nth-child(2n + 1) .th-our-program-content {
    padding-right: 50px;
  }
  .th-our-program-content {
    padding-left: 50px;
  }
  .th-our-program-image img {
    max-width: 100%;
  }
  /*  our offset programs */

  /* counter */
  .th-counter-wrap ul li {
    margin-right: 21px;
  }
  .th-counter-box {
    min-height: 290px;
  }
  .th-counter-value-wrap {
    height: 145px;
  }
  .th-counter-wrap {
    padding: 160px 0;
  }
  /* counter */

  /* our offset vendors */
  .th-our-offset-vendors-wrap ul {
    padding-left: 0;
  }
  .th-our-offset-vendors-wrap ul li {
    margin-right: 37px;
  }
  /* our offset vendors */
}
@media only screen and (max-width: 1200px) {
  /* banner */
  .th-home-banner h4 {
    font-size: 34px;
    line-height: 40px;
  }
  .th-banner-content {
    padding: 45px 25px 55px;
  }
  .th-banner-btn {
    width: 296px;
    height: 56px;
    font-size: 20px;
    line-height: 20px;
  }
  .th-home-banner {
    min-height: 868px;
    padding: 230px 0 80px;
  }
  /* banner */

  /*  our offset programs */
  .th-our-offset-programs ul li:nth-child(2n + 1) .th-our-program-content {
    padding-right: 30px;
  }
  .th-our-program-content {
    padding-left: 30px;
  }
  .th-our-offset-programs ul {
    padding-top: 50px;
  }
  .th-our-offset-programs {
    padding: 80px 0 65px;
  }
  .th-our-program-image {
    padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 45px;
  }
  .th-our-offset-programs ul li {
    margin-bottom: 50px;
  }
  /*  our offset programs */

  /* counter */
  .th-counter-wrap ul li {
    margin-right: 19px;
  }
  .th-counter-box h5 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .th-counter-box h2 {
    font-size: 52px;
    line-height: 52px;
  }
  .th-counter-wrap {
    padding: 130px 0;
  }
  /* counter */

  /* our offset vendors */
  .th-our-offset-vendors-wrap ul li {
    margin-right: 35px;
    width: 22.2%;
  }
  .th-our-offset-vendors-wrap .th-our-offset-vendors-box h5 {
    font-size: 22px;
  }
  .th-our-offset-vendors-wrap .th-our-offset-vendors-box h6 {
    font-size: 20px;
    line-height: 23px;
  }
  .th-our-offset-vendors-wrap .th-common-btn {
    margin-top: 45px;
  }
  .th-our-offset-vendors-box .th-view-more-btn {
    width: 140px;
  }
  .th-our-offset-vendors-box .th-view-more-btn:hover::after {
    right: -38px;
  }
  /* our offset vendors */
}
@media only screen and (max-width: 1100px) {
  /* banner */
  .th-home-banner {
    min-height: 850px;
    padding: 220px 0 80px;
  }
  /* banner */

  /* counter */
  .th-counter-wrap ul li {
    margin-right: 17px;
  }
  .th-counter-box {
    min-height: 270px;
  }
  .th-counter-value-wrap {
    height: 135px;
  }
  .th-counter-box h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .th-counter-wrap {
    padding: 110px 0;
  }
  /* counter */

  /* our offset vendors */
  .th-our-offset-vendors-wrap ul li {
    margin-right: 25px;
    width: 22.5%;
  }
  .th-our-offset-vendors-wrap .th-our-offset-vendors-box h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .th-our-offset-vendors-wrap .th-our-offset-vendors-box h5 {
    font-size: 21px;
  }
  .th-our-offset-vendors-box .th-view-more-btn::after {
    width: 52px;
    background-size: 100%;
  }
  .th-our-offset-vendors-box .th-view-more-btn:hover::after {
    right: -33px;
  }
  /* our offset vendors */
}
@media only screen and (max-width: 991px) {
  /* banner */
  .th-home-banner {
    padding: 90px 0 90px;
    min-height: auto;
  }
  .th-banner-content {
    max-width: unset;
  }
  .th-home-banner h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .th-home-banner h1 {
    margin-bottom: 20px;
  }
  .th-banner-btn {
    margin-top: 30px;
  }
  /* banner */

  /* our offset programs */
  .th-our-offset-programs {
    padding: 56px 0 65px;
  }
  .th-our-offset-programs h2 {
    margin-bottom: 15px;
  }
  .th-our-offset-programs ul li {
    display: block;
  }
  .th-our-program-content {
    width: 100%;
    padding-left: 0;
    padding: 35px 30px 0 !important;
  }
  .th-our-offset-programs ul li:nth-child(2n + 1) .th-our-program-content {
    padding-right: 0;
  }
  .th-our-offset-programs ul {
    padding-top: 40px;
  }
  .th-our-program-image {
    width: 100%;
  }
  .th-our-program-image img {
    max-width: 525px;
  }
  .th-our-offset-programs ul li:nth-child(2n + 1) .th-our-program-image {
    text-align: left;
  }
  .th-our-offset-programs ul li {
    margin-bottom: 40px;
  }
  .th-our-offset-programs .th-our-program-content h5 {
    font-size: 22px;
  }
  .th-our-program-image {
    padding-left: 50px;
  }
  /* our offset programs */

  /* counter */
  .th-counter-wrap ul li {
    width: 31%;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .th-counter-wrap ul li:nth-child(3n),
  .th-counter-wrap ul li:last-child {
    margin-right: 0;
  }
  .th-counter-box {
    min-height: 250px;
  }
  .th-counter-value-wrap {
    height: 125px;
  }
  .th-counter-wrap {
    padding: 90px 0 70px;
  }
  /* counter */

  /* our offset vendors */
  .th-our-offset-vendors-wrap .col-md-4 {
    width: 100%;
  }
  .th-our-offset-vendors-wrap .col-md-8 {
    width: 100%;
  }
  .th-tree-image {
    text-align: center;
    padding-bottom: 30px;
  }
  .th-our-offset-vendors-wrap {
    padding: 50px 0 65px;
  }
  .th-our-offset-vendors-wrap ul li {
    margin-right: 20px;
    width: 31%;
    margin-bottom: 30px;
  }
  .th-our-offset-vendors-wrap ul li:nth-child(4n) {
    margin-right: 20px;
  }
  .th-our-offset-vendors-wrap ul li:nth-child(3n),
  .th-our-offset-vendors-wrap ul li:last-child {
    margin-right: 0;
  }
  .th-our-offset-vendors-wrap h2 {
    margin-bottom: 15px;
  }
  .th-our-offset-vendors-wrap h5 {
    margin-bottom: 45px;
  }
  /* our offset vendors */
}
@media only screen and (max-width: 767px) {
  /* banner */
  .th-home-banner {
    padding: 80px 0;
  }
  .th-home-banner h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .th-banner-btn {
    width: 270px;
    height: 53px;
    font-size: 19px;
    line-height: 19px;
  }
  .th-banner-btn::after {
    width: 55px;
    background-size: 100%;
  }
  .th-banner-content {
    padding: 43px 20px 50px;
  }
  /* banner */

  /* our offset programs */
  .th-our-offset-programs {
    padding: 47px 0 60px;
  }
  .th-our-offset-programs ul {
    padding-top: 30px;
  }
  .th-our-program-content {
    padding: 30px 20px 0 !important;
  }
  .th-our-offset-programs .th-our-program-content h5 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .th-our-offset-programs h5 {
    font-size: 22px;
    line-height: 32px;
  }
  /* our offset programs */

  /* counter */
  .th-counter-wrap ul {
    font-size: 0;
  }
  .th-counter-wrap ul li {
    width: 48%;
    margin-right: 4%;
  }
  .th-counter-wrap ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .th-counter-wrap ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .th-counter-wrap {
    padding: 80px 0 60px;
  }
  .th-counter-box h2 {
    font-size: 46px;
    line-height: 46px;
  }
  /* counter */

  /* our offset vendors */
  .th-our-offset-vendors-wrap {
    padding: 40px 0 55px;
  }
  .th-our-offset-vendors-wrap h2 {
    margin-bottom: 10px;
  }
  .th-our-offset-vendors-wrap .th-common-btn {
    margin-top: 15px;
  }

  .th-our-offset-vendors-box img,
  .th-our-offset-vendors-box-image {
    max-height: 210px;
  }
  .th-our-offset-vendors-wrap ul li {
    margin-right: 16px;
    width: 48%;
    margin-bottom: 25px;
  }
  .th-our-offset-vendors-wrap ul li:nth-child(4n),
  .th-our-offset-vendors-wrap ul li:nth-child(3n) {
    margin-right: 16px;
  }
  .th-our-offset-vendors-wrap ul li:nth-child(2n),
  .th-our-offset-vendors-wrap ul li:last-child {
    margin-right: 0;
  }
  .th-our-offset-vendors-box .th-view-more-btn {
    margin-top: 25px;
  }
  /*.th-our-offset-vendors-box img {
    width: 100%;
  }*/
  /* our offset vendors */
}
@media only screen and (max-width: 600px) {
  /* banner */
  .th-home-banner h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .th-home-banner {
    padding: 70px 0;
  }
  .th-banner-content {
    padding: 34px 20px 40px;
  }
  /* banner */

  /* our offset programs */
  .th-our-offset-programs h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .th-our-offset-programs .th-our-program-content h5 {
    font-size: 19px;
    letter-spacing: 0.5px;
  }
  .th-our-program-image {
    padding-left: 44px;
  }
  .th-our-program-image img {
    max-width: 100%;
  }
  /* our offset programs */

  /* counter */
  .th-counter-wrap ul li {
    margin-right: 4%;
  }
  .th-counter-box h2 {
    font-size: 44px;
    line-height: 46px;
  }
  /* counter */
}
@media only screen and (max-width: 500px) {
  /* banner */
  .th-home-banner {
    padding: 55px 0;
  }
  .th-banner-content {
    padding: 27px 12px 32px;
  }
  .th-home-banner h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .th-home-banner h1 {
    margin-bottom: 15px;
  }
  .th-banner-btn {
    width: 230px;
    height: 50px;
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: 0.4px;
    padding: 10px;
  }
  .th-banner-btn::after {
    width: 48px;
    right: -30px;
  }
  .th-banner-btn:hover::after {
    right: -35px;
  }
  /* banner */

  /* our offset programs */
  .th-our-offset-programs h5 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .th-our-offset-programs {
    padding: 39px 0 50px;
  }
  .th-our-offset-programs h2 {
    margin-bottom: 10px;
  }
  .th-our-program-image {
    padding-left: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 36px;
  }
  .th-our-program-content {
    padding: 25px 15px 0 !important;
  }
  .th-our-offset-programs ul {
    padding-top: 20px;
  }
  /* our offset programs */

  /* counter */
  .th-counter-wrap ul li {
    margin-right: 0;
    width: 100%;
  }
  .th-counter-wrap ul li:nth-child(3n) {
    margin-right: 0;
  }
  .th-counter-wrap ul {
    max-width: 405px;
    margin: 0 auto;
  }
  .th-counter-box {
    min-height: 250px;
    padding-bottom: 30px;
  }
  .th-counter-wrap {
    padding: 70px 0 50px;
  }
  /* counter */

  /* our offset vendors */
  .th-our-offset-vendors-wrap {
    padding: 30px 0 45px;
  }
  .th-our-offset-vendors-wrap h5 {
    margin-bottom: 25px;
  }
  .th-tree-image {
    padding-bottom: 20px;
  }
  .th-our-offset-vendors-wrap ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .th-our-offset-vendors-wrap ul li:nth-child(4n),
  .th-our-offset-vendors-wrap ul li:nth-child(3n) {
    margin-right: 0;
  }
  .th-our-offset-vendors-wrap .th-common-btn {
    margin-top: 10px;
  }
  @-webkit-keyframes move {
    0% {
      transform: translatey(0);
    }
    25% {
      transform: translatey(-5%);
    }
    75% {
      transform: translatey(5%);
    }
    0% {
      transform: translatey(0);
    }
  }
  .th-our-offset-vendors-box-image {
    display: inline-block;
    max-height: inherit;
    overflow: hidden;
  }
  .th-our-offset-vendors-box img {
    margin-bottom: 13px;
    border-radius: 0;
    max-height: 100%;
  }

  /* our offset vendors */
}
@media only screen and (max-width: 400px) {
  /* our offset programs */
  .th-our-program-image {
    padding-left: 27px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-right: 27px;
  }
  /* our offset programs */
}
