
@import url('header.css');
@import url('footer.css');



/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  background-color: #121315;
  z-index: 10;
}

.main-slider .item {
  background-color: #121315;
  position: relative;
  padding-top: 185px;
  padding-bottom: 195px;
  z-index: 10;
}

.main-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.main-slider-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(18, 19, 21, .50);
  z-index: -1;
}

.main-slider-content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.main-slider-sub-title {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm-white);
  font-weight: 500;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-title {
  position: relative;
  font-size: 90px;
  color: var(--thm-white);
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -0.04em;
  margin-top: 3px;
  margin-bottom: 37px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-title span {
  font-weight: 800;
}

.main-slider-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-btn-two {
  color: var(--thm-black);
  background-color: var(--thm-white);
  margin-left: 10px;
}

.active .main-slider-title,
.active .main-slider-sub-title,
.active .main-slider-btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider .owl-theme .owl-nav {
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--thm-black-rgb), 1);
  background-color: rgba(var(--thm-white-rgb), .20);
  border: none;
  border-radius: 0;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 0px 0px !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: rgba(var(--thm-black-rgb), 1);
  background-color: rgba(var(--thm-white-rgb), 1);
}

.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
  margin-left: 10px;
}

.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider .owl-theme .owl-dots {
  display: none;
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 10px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(var(--thm-white-rgb), .30);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--thm-white-rgb), 1);
}


/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-us {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 2;
}

.about-left {
  position: relative;
  display: block;
  /* margin-left: 170px; */
  margin-right: 10px;
}

.about-img-box {
  position: relative;
  display: block;
}

.about-img {
  position: relative;
  display: block;
}

.about-img img {
  width: 100%;
}

.about-img-two {
  position: absolute;
  top: 39px;
  left: -175px;
  z-index: -1;
}

.about-img-three {
  position: absolute;
  bottom: -95px;
  left: -75px;
}

.about-right {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -2px;
}

.about-top {
  position: relative;
  display: flex;
  align-items: center;
}

.about-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-icon span {
  position: relative;
  display: inline-block;
  font-size: 63px;
  color: var(--thm-black);
}

.about-content {
  margin-left: 17px;
}

.about-content h4 {
  font-size: 24px;
  color: var(--thm-base);
  font-weight: 500;
  line-height: 30px;
}

.about-text-1 {
  padding-top: 34px;
  padding-bottom: 30px;
}

.about-points {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 41px;
}

.about-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-points li .icon span {
  font-size: 21px;
  color: var(--thm-base);
}

.about-points li .text {
  margin-left: 6px;
}

.about-points li .text p {
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  position: relative;
  display: block;
  background-color: var(--thm-primary);
  padding: 120px 0 77px;
  z-index: 1;
}

.services-bg-one {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 485px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: 1;
}

.services-bg-two {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.35;
  z-index: -1;
}

.services-top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.services-top-left {
  position: relative;
  display: block;
}

.services-top-left .section-title {
  margin-bottom: 0;
}

.services-top-left .section-title__border-box {
  margin-left: 0;
}

.services-top-right {
  position: relative;
  display: block;
  margin-top: 34px;
}

.services-bottom {
  position: relative;
  display: block;
}

.services-single {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.services-img-box {
  position: relative;
  display: block;
  height: 191px;
  width: 191px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 2;
}

.services-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 63px;
  width: 63px;
  background-color: var(--thm-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--thm-white);
}

.services-single:hover .services-icon {
  opacity: 0;
}

.services-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 191px;
  width: 191px;
  border-radius: 50%;
  z-index: 1;
}

.services-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--thm-base-rgb), .80);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.services-single:hover .services-img:before {
  transform: scale(1.0);
  opacity: 1;
}

.services-icon-two {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 63px;
  width: 63px;
  background-color: var(--thm-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-single:hover .services-icon-two {
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition-delay: 500ms;
}

.services-icon-two span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--thm-black);
}

.services-img img {
  width: 100%;
  border: 6px solid var(--thm-white);
  border-radius: 50%;
}

.services-content {
  position: relative;
  display: block;
  background-color: var(--thm-white);
  border: 1px solid var(--thm-bdr-color);
  text-align: center;
  padding: 116px 38px 28px;
  margin-top: -90px;
  z-index: 1;
}

.services-content:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -13px;
  left: -1px;
  right: -1px;
  border: 1px solid var(--thm-bdr-color);
  background-color: var(--thm-white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.services-single:hover .services-content:before {
  opacity: 1;
  visibility: visible;
}

.services-title-box {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--thm-bdr-color);
  padding-bottom: 13px;
  margin-bottom: 21px;
}

.services-title-box:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 6px solid var(--thm-bdr-color);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.services-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.services-title a {
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-title a:hover {
  color: var(--thm-base);
}

.services-text {
  font-size: 15px;
  font-weight: 500;
}

.services-arrow {
  position: relative;
  display: block;
}

.services-arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 14px;
  margin: 11px auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-single:hover .services-arrow a {
  background-color: var(--thm-base);
  color: var(--thm-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-top-left .section-title__title {
    font-size: 40px;
  }
}


/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
.benefits {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.benefits-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .10;
  z-index: -1;
}

.benefits-shape-1 img {
  width: auto;
}

.benefits-left {
  position: relative;
  display: block;
  /* margin-left: -60px; */
  /* margin-right: 330px; */
}

.benefits-img-box {
  position: relative;
  display: block;
}

.benefits-img-one {
  position: relative;
  display: block;
}

.benefits-img-one img {
  width: 100%;
}

.benefits-img-two {
  position: absolute;
  top: 120px;
  right: -330px;
}

.benefits-img-two img {
  width: auto;
}

.benefits-solution {
  position: absolute;
  bottom: -80px;
  right: -70px;
  background-color: var(--thm-base);
  padding: 30px 30px 30px;
  z-index: 1;
}

.benefits-solution-icon {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.benefits-solution-icon span {
  position: relative;
  display: inline-block;
  font-size: 33px;
  color: var(--thm-white);
}

.benefits-solution-title {
  font-size: 20px;
  color: var(--thm-white);
  font-weight: 600;
  line-height: 25px;
}

.benefits-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.benefits-right .section-title {
  margin-bottom: 31px;
}

.benefits-right .section-title__border-box {
  margin-left: 0;
}

.benefits-points {
  position: relative;
  display: block;
  margin-top: 41px;
}

.benefits-points li {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--thm-bdr-color);
  padding: 23.5px 30px 23.5px;
}

.benefits-points li+li {
  margin-top: 10px;
}

.benefits-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.benefits-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--thm-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.benefits-points li:hover .icon span {
  transform: scale(.9);
}

.benefits-points li .content {
  position: relative;
  display: block;
  margin-left: 30px;
  padding-left: 30px;
}

.benefits-points li .content:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -9px;
  left: 0;
  width: 1px;
  background-color: var(--thm-bdr-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.benefits-points li:hover .content:before {
  background-color: var(--thm-base);
}

.benefits-points li .content:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 6px solid var(--thm-bdr-color);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.benefits-points li:hover .content:after {
  border-left: 6px solid var(--thm-base);
}

.benefits-points li .content h4 {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .benefits-left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .benefits-right {
    max-width: 600px;
    margin: 50px auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits-right {
    max-width: 600px;
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .benefits-right {
    margin-left: 0;
    margin-top: 50px;
  }

  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
}


/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;

  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 235, 242) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 235, 242) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 235, 242) 100%);
}

.testimonial-left {
  position: relative;
  display: block;
  margin-left: -120px;
  margin-right: 90px;
  z-index: 1;
}

.testimonial-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -375px;
  right: -120px;
  bottom: 0;
  /* background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 235, 242) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 235, 242) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 235, 242) 100%); */
  z-index: -1;
}

.testimonial-slider {
  position: relative;
  display: block;
  padding-left: 120px;
  padding-right: 100px;
  padding-top: 80px;
  padding-bottom: 114px;
}

.testimonial-thumb-outer-box {
  position: relative;
  display: block;
  max-width: 260px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 53px;
}

.testimonial-thumb-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.testimonial-thumb-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-thumb-carousel .owl-item {
  position: relative;
  opacity: 1;
}

.testimonial-thumb-item {
  position: relative;
  display: block;
}

.testimonial-img-holder-box {
  position: relative;
  display: block;
  border-radius: 50%;
}

.testimonial-img-holder {
  position: relative;
  display: block;
  border-radius: 50%;
  transition: all 500ms ease;
  transform: scale(.85);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.testimonial-img-holder>img {
  border-radius: 50%;
  border: 5px solid var(--thm-white);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}

.testimonial-thumb-outer-box .owl-item.current .testimonial-img-holder>img {
  border: 5px solid var(--thm-base);
}

.testimonial-thumb-outer-box .owl-item.current .testimonial-img-holder {
  transform: scale(1);
}

.testimonial-quote {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background-color: var(--thm-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 2;
}

.testimonial-quote img {
  width: auto !important;
}

.testimonial-thumb-outer-box .owl-item.current .testimonial-quote {
  opacity: 1;
}

.testimonial-main-content {
  position: relative;
  display: block;
}

.testimonial-carousel {
  position: relative;
  display: block;
}

.testimonial-item {
  position: relative;
  display: block;
}

.testimonial-inner-content {
  position: relative;
  display: block;
}

.testimonial-rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-rating i {
  font-size: 15px;
  color: var(--thm-base);
}

.testimonial-rating i+i {
  margin-left: 4px;
}

.testimonial-text {
  font-size: 20px;
  line-height: 38px;
  padding-top: 18px;
  margin-bottom: 23px;
}

.testimonial-client-info {
  position: relative;
  display: block;
  margin-left: 63px;
}

.testimonial-client-info:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -63px;
  height: 2px;
  width: 53px;
  background-image: -moz-linear-gradient(0deg, rgb(60, 61, 128) 0%, rgb(22, 23, 26) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(60, 61, 128) 0%, rgb(22, 23, 26) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(60, 61, 128) 0%, rgb(22, 23, 26) 100%);
}

.testimonial-client-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

.testimonial-client-sub-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--thm-base);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 20px;
}


.testimonial-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: -96px;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 100;
}

.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
  color: var(--thm-black) !important;
  background-color: var(--thm-primary) !important;
  border-radius: 0;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}


.testimonial-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-carousel.owl-theme .owl-nav .owl-next span,
.testimonial-carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--thm-base) !important;
  color: var(--thm-white) !important;
}

.testimonial-right {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000000px;
  left: 0;
  background-color: var(--thm-base);
  z-index: -1;
}

.testimonial-counter-box {
  position: relative;
  display: block;
  padding-left: 120px;
}

.testimonial-counter-box li {
  position: relative;
  display: block;
}

.testimonial-counter-box li+li {
  margin-top: 20px;
}

.testimonial-counter-single {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0 25px;
  z-index: 1;
}

.testimonial-counter-single:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(60, 61, 128) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(60, 61, 128) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(60, 61, 128) 100%);
}

.testimonial-counter-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-counter-icon span {
  position: relative;
  display: inline-block;
  font-size: 63px;
  color: var(--thm-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.testimonial-counter-box li:hover .testimonial-counter-icon span {
  transform: scale(.9);
}

.testimonial-counter-content-box {
  position: relative;
  display: block;
  padding-left: 34px;
}

.testimonial-counter-count-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.testimonial-counter-count-box h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: var(--thm-white);
}

.testimonial-counter-plus {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: var(--thm-white);
}

.testimonial-counter-content-box p {
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-left {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonial-counter-box {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-left {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonial-right {
    margin-top: 50px;
  }
  .testimonial-counter-box {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-left {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonial-right {
    margin-top: 50px;
  }
  .testimonial-counter-box {
    padding-left: 15px;
  }
}


/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.news-post {
  background-color: var(--thm-primary);
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-img-box {
  position: relative;
  display: block;
}

.blog-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(18, 19, 21) 0%, rgba(18, 19, 21, 0) 100%);
  z-index: 1;
}

.blog-img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-single:hover .blog-img img {
  transform: scale(1.05);
}

.blog-content {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  z-index: 2;
}

.blog-content date > span {
  color: #c8c8cb;
}

.blog-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-title a {
  color: #cfcfcf;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-title a:hover {
  background-size: 100% 2px;
}

.blog-title:hover a {
  color: #ffffff;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #16243e;
  z-index: 1;
}

.site-footer-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-copyright {
  position: relative;
}

.footer-copyright .copyright-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright p {
  margin: 0;
  color: #cfcfcf;
  padding: 32px 0;
}

.footer-copyright-text {
  margin: 0;
  color: #cfcfcf;
  font-size: 24px;
  font-weight: bold;
}

.footer-copyright-text {
  margin: 0;
  color: #cfcfcf;
  margin-top: 25px;
  margin-bottom: 29px;
}

.footer-widget-text {
  margin: 0;
  color: #cfcfcf;
  margin-top: 25px;
  margin-bottom: 29px;
}

.footer-copyright .agency {
  text-align: right;
}

.footer-copyright .agency a {
  color: #cfcfcf;
}

@media (min-width: 1200px) {
  .footer-widget-text {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
}


.footer-widget-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.footer-widget-social li {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--thm-base, #3c3d80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.footer-widget-social li + li {
  margin-left: 10px;
}

.footer-widget-social li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-social li:hover {
  background-color: var(--thm-base, #3c3d80);
}

.footer-widget-social li:hover a {
  color: #fff;
}

.footer-widget .footer-widget-menu {
  margin: 0;
  margin-top: 25px;
}

.footer-widget-title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.footer-widget .footer-widget-menu li {
  color: #fff;
}

.footer-widget .footer-widget-menu li a {
  color: #cfcfcf;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-menu li a:hover {
  background-size: 100% 2px;
}

.footer-widget-menu li:hover a {
  color: #fff;
}

@media (min-width: 992px) {
  .footer-widget-about {
    text-align: left;
  }
}

.footer-widget-contact {
  margin-top: 25px;
}

.footer-widget-contact li {
  position: relative;
  color: #cfcfcf;
  padding-left: 28px;
}

.footer-widget-contact li + li {
  margin-top: 7px;
}

.footer-widget-contact li > i {
  font-size: 18px;
  color: #cfcfcf;
  position: absolute;
  top: 7px;
  left: 0;
}

.footer-widget-contact li a {
  position: relative;
  color: #cfcfcf;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-contact li a:hover {
  background-size: 100% 2px;
}

.footer-widget-contact li:hover a {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 34px;
  }
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background-color: var(--thm-black);
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .50;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 190px 0 171px;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: var(--thm-white);
  line-height: 50px;
  font-weight: 600;
}

.thm-breadcrumb {
  position: absolute;
  left: 0;
  bottom: 33px;
  z-index: 2;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #9fa0a3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 6px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #9fa0a3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--thm-white);
  opacity: 1;
}

.thm-breadcrumb li.active {
  color: var(--thm-white);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 14px;
  color: var(--thm-white);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.news-section {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# news Sidebar
--------------------------------------------------------------*/

.news-sidebar {
  display: flex;
}

.news-sidebar-right {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
}

@media (min-width: 992px) {
  .news-sidebar-right {
    margin-left: 20px;
  }
}

.sidebar {
  position: relative;
  display: block;
  width: 100%;
  flex: 1;
}

@media (min-width: 992px) {
  .sidebar {
    padding-top: 120px;
    padding-left: 50px;
    background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);
  }
}

.sidebar-post {
  position: relative;
  display: block;
  margin-top: 42px;
  margin-bottom: 37px;
  z-index: 1;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 17px;
  display: inline-block;
}

.sidebar-post .featured-top a {
  float: right;
  color: var(--thm-black);
  font-weight: 700;
  line-height: 25px;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-post .featured-top a:hover {
  background-size: 100% 2px;
}

.sidebar-post .featured-top:hover a {
  color: var(--thm-base);
}

.sidebar-post-list {
  margin: 0;
}

.sidebar-post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--thm-bdr-color);
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.sidebar-post-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}


.sidebar-post-image {
  margin-right: 20px;
}

.sidebar-post-image>img {
  width: 70px;
}

.sidebar-post-content {
  position: relative;
  top: -1px;
}

.sidebar-post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 9px;
}

.sidebar-post-content h3 a {
  color: var(--thm-black);
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-post-content h3 a:hover {
  background-size: 100% 2px;
}

.sidebar-post-list li:hover .sidebar-post-content h3 a {
  color: var(--thm-base);
}

.sidebar-post-content-meta {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: var(--thm-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-post-content-meta i {
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 4px;
}

/*--------------------------------------------------------------
# News Post
--------------------------------------------------------------*/
.news-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-img-box {
  position: relative;
  display: block;
}

.news-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.news-single:hover .news-img img {
  transform: scale(1.05);
}

.news-img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--thm-black-rgb), 0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--thm-base);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.news-img>a>span {
  position: relative;
}

.news-img>a>span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--treck-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.news-img>a>span::after {
  content: '';
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--thm-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-img>a:hover>span::before,
.news-img>a:hover>span::after {
  background-color: var(--thm-white);
}

.news-single:hover .news-img>a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.news-date {
  position: absolute;
  left: 30px;
  bottom: 0;
  background-color: var(--thm-base);
  padding: 9px 15px 5px;
  z-index: 2;
}

.news-date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid #3a3a74;
  border-left: 15px solid transparent;
  border-right: 15px solid #3a3a74;
}

.news-date p {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: var(--thm-white);
}

.news-date p span {
  font-size: 16px;
  position: relative;
  left: -3px;
}

.news-content {
  position: relative;
  display: block;
  padding: 30px 40px 11px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09);
}

.news-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 12px;
  padding-bottom: 27px;
}

.news-title a {
  color: var(--thm-black);
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-title a:hover {
  color: var(--thm-base);
  background-size: 100% 2px;
}





/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
  position: relative;
  display: block;
}

.news-details-left {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.news-details-img-box {
  position: relative;
  display: block;
}

.news-details-img-box img {
  width: 100%;
}

.news-details-date {
  position: absolute;
  left: 30px;
  bottom: 0;
  background-color: var(--thm-base);
  padding: 9px 15px 5px;
  z-index: 2;
}

.news-details-date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid #3a3a74;
  border-left: 15px solid transparent;
  border-right: 15px solid #3a3a74;
}

.news-details-date p {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: var(--thm-white);
}

.news-details-date p span {
  font-size: 16px;
  position: relative;
  left: -3px;
}

.news-details-content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.news-details-meta {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details-meta li+li {
  margin-left: 12px;
}

.news-details-meta li a {
  font-size: 14px;
  color: var(--thm-gray);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details-meta li a:hover {
  color: var(--thm-base);
}

.news-details-meta li a i {
  color: var(--thm-base);
  padding-right: 7px;
}

.news-details-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 3px;
  margin-bottom: 13px;
}

.news-details-text-2 {
  padding-top: 30px;
}

.news-details-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 51px;
  border-top: 1px solid var(--thm-bdr-color);
}

.news-details-bottom p {
  margin: 0;
}

.news-details-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-details-social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-black);
  font-size: 14px;
  border: 1px solid var(--thm-bdr-color);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.news-details-social-list a:hover {
  color: var(--thm-white);
  border: 1px solid var(--thm-base);
}

.news-details-social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--thm-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scalex(0);
  transform: scalex(0);
  z-index: -1;
}

.news-details-social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scalex(1);
  transform: scalex(1);
}

.news-details-social-list a+a {
  margin-left: 10px;
}



/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.team-details__shape-1 {
  position: absolute;
  bottom: -204px;
  left: 105px;
}

.team-details__shape-1 img {
  width: auto;
}

.team-details__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__img {
  position: relative;
  display: block;
}

.team-details__img img {
  width: 100%;
}

.team-details__guarantee {
  position: absolute;
  bottom: 40px;
  left: -116px;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.team-details__guarantee-inner {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  padding: 26px 30px 29px;
}

.team-details__guarantee-icon {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.team-details__guarantee-icon span {
  position: relative;
  display: inline-block;
  font-size: 73px;
  color: var(--thm-white);
}

.team-details__guarantee-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--thm-white);
  line-height: 29px;
}

.team-details__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: -11px;
}

.team-details__name {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.team-details__sub-title {
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 21px;
}

.team-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-black);
  background-color: transparent;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid var(--thm-bdr-color);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-details__social a:hover {
  color: var(--thm-white);
  background-color: var(--thm-black);
  border: 1px solid var(--thm-black);
}

.team-details__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--thm-black);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-details__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-details__social a+a {
  margin-left: 10px;
}

.team-details__text-1 {
  padding-top: 21px;
  padding-bottom: 33px;
}

.team-details__points-box {
  position: relative;
  display: block;
}

.team-details__points-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--thm-base);
  line-height: 32px;
  margin-bottom: 35px;
}

.team-details__points {
  position: relative;
  display: block;
}

.team-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__points li+li {
  margin-top: 7px;
}

.team-details__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
  width: 14px;
  background-color: var(--thm-base);
  border-radius: 50%;
  font-size: 7px;
  color: var(--thm-white);
}

.team-details__points li .text {
  margin-left: 10px;
}

.team-details__points li .text p {
  font-size: 16px;
  font-weight: 600;
  color: var(--thm-black);
}



/*--------------------------------------------------------------
# Team Details Experience
--------------------------------------------------------------*/
.team-details-experience {
  position: relative;
  display: block;
}

.team-details-experience__inner {
  position: relative;
  display: block;
  border-top: 1px solid var(--thm-bdr-color);
  margin-top: 100px;
  padding-top: 92px;
  padding-bottom: 100px;
}

.team-details-experience-left {
  position: relative;
  display: block;
  margin-right: 80px;
  margin-top: 20px;
}

.team-details-experience-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.04em;
}

.team-details-experience-left-text {
  padding-top: 22px;
}

.team-details-experience-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--thm-black);
  margin-bottom: 3px;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(227, 219, 216);
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  margin-bottom: 12px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 9px;
  border-radius: 0px;
  top: 3px;
  left: 3px;
  background-image: -moz-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(22, 23, 26) 0%, rgb(226, 9, 53) 100%);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 18px;
  color: var(--thm-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Success Stories
--------------------------------------------------------------*/
.success-stories {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}




/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.coaching-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.side-bar {
  position: relative;
  display: block;
  background-color: var(--thm-primary);
  padding: 30px 30px 30px;
}

.services-list {
  position: relative;
  display: block;
}

.wrapper-services {
  position: relative;
  display: block;
}

.wrapper-services li {
  position: relative;
  display: block;
}

.wrapper-services li+li {
  margin-top: 10px;
}

.wrapper-services li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--thm-black);
  background-color: var(--thm-white);
  padding: 14px 26px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.wrapper-services li:hover a {
  background-color: var(--thm-base);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  color: var(--thm-white);
}

.wrapper-services li.active a {
  background-color: var(--thm-base);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  color: var(--thm-white);
}

.wrapper-services li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--thm-bdr-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.wrapper-services li:hover a::before {
  background-color: var(--thm-white);
}

.wrapper-services li.active a::before {
  background-color: var(--thm-white);
}

.wrapper-services li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border-top: 5px solid transparent;
  border-left: 4px solid var(--thm-bdr-color);
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.wrapper-services li:hover a::after {
  border-left: 4px solid var(--thm-white);
}

.wrapper-services li.active a::after {
  border-left: 4px solid var(--thm-white);
}

.services-right {
  position: relative;
  display: block;
}

.services-detail-img {
  position: relative;
  display: block;
}

.services-detail-img img {
  width: 100%;
}

.services-details-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 21px;
  margin-bottom: 23px;
}

.services-details-txt {
  position: relative;
  display: block;
}

.services-right .services-list {
  margin-top: 30px;
  margin-bottom: 60px;
}


.services-list-img {
  position: relative;
  display: block;
  max-width: 369px;
  width: 100%;
}

.services-list-img img {
  width: 100%;
}

.services-list-content {
  position: relative;
  display: block;
  margin-top: 37px;
}

.services-list-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.services-list-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--thm-base);
  margin-top: 29px;
  margin-bottom: 37px;
}

.services-list-points {
  position: relative;
  display: block;
  margin-top: 30px;
}

.services-list-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-list-points li+li {
  margin-top: 10px;
}

.services-list-points li .icon {
  position: relative;
  display: inline-block;
}

.services-list-points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 9px;
  color: var(--thm-white);
  background-color: var(--thm-base);
  border-radius: 50%;
}

.services-list-points li .text {
  margin-left: 12px;
}

.services-list-points li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-bar {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .services-right {
    margin-top: 60px;
  }
}


/*--------------------------------------------------------------
# Visa Details
--------------------------------------------------------------*/
.visa-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.visa-details__left {
  position: relative;
  display: block;
}

.visa-details__img {
  position: relative;
  display: block;
  max-width: 370px;
}

.visa-details__img img {
  width: 100%;
  border-radius: 50%;
}

.visa-details__points-box {
  position: relative;
  display: block;
  margin-top: 24px;
}

.visa-details__points-box-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.visa-details__points-box-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--thm-base);
  margin-top: 19px;
  margin-bottom: 35px;
}

.visa-details__points-list {
  position: relative;
  display: block;
}

.visa-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.visa-details__points-list li+li {
  margin-top: 6px;
}

.visa-details__points-list li .icon {
  position: relative;
  display: inline-block;
}

.visa-details__points-list li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 10px;
  color: var(--thm-white);
  background-color: var(--thm-base);
  border-radius: 50%;
}

.visa-details__points-list li .text {
  margin-left: 12px;
}

.visa-details__points-list li .text p {
  font-size: 16px;
  font-weight: 500;
}

.visa-details__text-1 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.visa-details__text-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 18px 35px 22px;
}

.visa-details__text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: var(--thm-base);
}

.visa-details__text-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--thm-black);
}

.visa-details__text-2 {
  margin-top: 42px;
  margin-bottom: 47px;
}

.visa-details__visa-process {
  position: relative;
  display: block;
}

.visa-details__visa-process-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.visa-details__visa-process-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 37px;
}

.visa-details__visa-process-list li {
  position: relative;
  display: block;
  text-align: center;
}

.visa-details__visa-process-list li+li {
  margin-left: 50px;
}

.visa-details__visa-process-list li .icon-box {
  position: relative;
  display: inline-block;
}

.visa-details__visa-process-list li .icon-box::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  width: 1px;
  height: 44px;
  background-color: #e3dbd8;
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.visa-details__visa-process-list li:hover .icon-box::before {
  background-color: var(--thm-base);
}

.visa-details__visa-process-list li .icon-box::after {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #e3dbd8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.visa-details__visa-process-list li:hover .icon-box::after {
  border-top: 5px solid var(--thm-base);
}

.visa-details__visa-process-list li .icon {
  position: relative;
  display: inline-block;
}

.visa-details__visa-process-list li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  z-index: -1;
}

.visa-details__visa-process-list li:hover .icon::before {
  opacity: 1;
}

.visa-details__visa-process-list li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  font-size: 64px;
  color: var(--thm-base);
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.visa-details__visa-process-list li:hover .icon span {
  color: var(--thm-white);
  background-image: none;
}

.visa-details__visa-process-list li .title {
  margin-top: 65px;
}

.visa-details__visa-process-list li .title p {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  color: var(--thm-black);
}

.visa-details__btn-box {
  position: relative;
  display: block;
  margin-top: 61px;
}

/*--------------------------------------------------------------
# Services Inner
--------------------------------------------------------------*/
.services-inner {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}

.gallery-page .row {
  --bs-gutter-x: 10px;
}

.gallery-page .container {
  max-width: 1572px;
}

.single-gallery {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.single-gallery .gallery-img {
  position: relative;
}
.single-gallery .gallery-img:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-gallery .gallery-img img {
  width: 100%;
}
.single-gallery .gallery-img .gallery-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.single-gallery .gallery-img .gallery-title h3 {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-gallery .gallery-img:hover:before {
  opacity: 1;
}
.single-gallery .gallery-img:hover .gallery-title h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .single-gallery {
    margin: -5px;
  }
  .single-gallery {
    width: 50%;
    padding: 5px;
  }
}
@media screen and (max-width: 479px) {
  .single-gallery {
    width: 100%;
  }
}

.single-gallery .gallery-link {
  position: absolute;
  top: 60%;
  left: 50%;
  background-color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  transform: translate(-50% , -50%);
  font-size: 25px;
  z-index: 2;
  color: var(--thm-base);
  transition: all 0.4s linear;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-gallery .gallery-link {
  opacity: 1;
  top: 50%;
}


/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}

.faq-page__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.faq-page__content {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  padding: 44px 50px 47px;
}

.faq-page__content-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--thm-white);
  line-height: 29px;
  margin-bottom: 22px;
}

.faq-page__call {
  position: relative;
  display: flex;
  align-items: center;
}

.faq-page__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--thm-black);
  border-radius: 50%;
  font-size: 15px;
  color: var(--thm-white);
}

.faq-page__call-content {
  margin-left: 15px;
}

.faq-page__call-sub-title {
  font-size: 14px;
  color: #fcc9d3;
  line-height: 20px;
}

.faq-page__call-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.faq-page__call-number span {
  font-size: 14px;
  color: #fcc9d3;
  font-weight: 400;
}

.faq-page__call-number a {
  color: var(--thm-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__call-number a:hover {
  color: var(--thm-black);
}

.faq-page__right {
  position: relative;
  display: block;
  margin-left: -30px;
}



/*--------------------------------------------------------------
# About Inner
--------------------------------------------------------------*/
.about-inner {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.about-inner-left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.about-inner-left .section-title {
  margin-bottom: 0;
}

.section-title-heading {
  margin: 0;
  color: var(--thm-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 8px;
}

.about-inner-left .section-title-border-box {
  margin-left: 0;
}

.about-inner-left .about-inner-img {
  display: none;
}

.about-inner-top {
  position: relative;
  display: flex;
  align-items: center;
}

.about-inner-text {
  padding-top: 34px;
  padding-bottom: 22px;
}

.about-inner-right {
  position: relative;
  display: block;
}

.about-inner-img-box {
  position: relative;
  display: block;
}

.about-inner-img {
  position: relative;
  display: block;
}

.about-inner-img img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .about-inner-left .section-title {
    margin-bottom: 38px;
  }

  .about-inner-left .about-inner-img {
    display: block;
  }

  .about-inner-right .about-inner-img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-inner-left {
    margin-right: 0;
  }

  .about-inner-left .about-inner-img {
    width: 300px;
    margin: 0 auto;
  }

  .section-title-heading {
    font-size: 30px;
    line-height: 40px;
  }
}


/*--------------------------------------------------------------
# Success Story
--------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.success-stories .card-body h4 {
  margin-bottom: 15px;
}

.blockquote-footer {
  display: inline-block;
  line-height: 1;
}



/*--------------------------------------------------------------
#6.0 contact page
--------------------------------------------------------------*/
.contact-pg-contact-section{
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 2;
}

.contact-pg-contact-section .contact-details ul li {
  position: relative;
  padding-left: 70px;
}

.contact-pg-contact-section .contact-details ul > li {
  margin-top: 40px;
}

.contact-pg-contact-section .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.contact-pg-contact-section .icon i {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--thm-base);
}

.contact-pg-contact-section .contact-details h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.3em;
}

/* Contact Form */

.contact-form {
  margin-top: 40px;
}

.contact-form .wrap-textarea,
.contact-form .wrap-type-input {
	width: 50%;
}

.contact-form .wrap-textarea {
	float: right;
	padding-left: 10px;
}

.contact-form .wrap-textarea textarea {
	height: 288px;
}

.contact-form .wrap-type-input {
	float: left;
	padding-right: 10px;
}

.contact-form .wrap-type-input div input {
	height: 50px;
}

.contact-form .wrap-type-input .input-submit button {
  width: 100%;
}

.contact-form .wrap-type-input div input,
.contact-form .wrap-textarea textarea {
	background-color: #f7f7f7;
	border-color: #e6e6e6;
	border-radius: 1px;
  outline: none;
}

.contact-form .wrap-type-input div input:focus,
.contact-form .wrap-textarea textarea:focus {
	border-color: var(--thm-base);
}

.contact-form .wrap-type-input div:not(:last-child) {
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form .wrap-textarea, 
  .contact-form .wrap-type-input {
    width: 100%;
    padding: 0;
  }
}


/* Map */
.contact-pg-contact-section .contact-map {
  height: 450px;
  margin-top: 75px;
}

@media (max-width: 991px) {
  .contact-pg-contact-section .contact-map {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-map {
    height: 350px;
    margin-top: 45px;
  }
}

.contact-pg-contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
