.hero__banner {
  padding: 415px 0 141px;
  background: #0076E0;
  position: relative;
}
.hero__banner .hero__banner--content {
  position: relative;
  z-index: 1;
  padding-left: 190px;
}
.hero__banner .hero__banner--content .title h1 {
  padding-bottom: 86px;
}
.hero__banner .hero__banner--content .title h1 .word {
  position: absolute;
  opacity: 0;
}
.hero__banner .hero__banner--content .title h1 .letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.hero__banner .hero__banner--content .title h1 .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hero__banner .hero__banner--content .title h1 .letter.behind {
  transform: rotateX(-90deg);
}
.hero__banner .hero__banner--content .title h1 .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero__banner .hero__banner--content h4 {
  margin-bottom: 0;
  max-width: 750px;
  margin-top: 86px;
}
.hero__banner .hero__banner--content a {
  margin-top: 60px;
}
.hero__banner .tm__logo-animation {
  position: fixed;
  bottom: 0;
  right: -30px;
  display: flex;
  z-index: 0;
}
.hero__banner .tm__logo-animation svg {
  width: 100%;
  height: 100%;
}
.hero__banner .tm__logo-animation svg path {
  transition: all 0.6s;
}
.hero__banner .tm__logo-animation .tm__logo-animation-top {
  position: relative;
  bottom: 0;
  right: -220px;
  z-index: 1;
  transition: transform 10s ease-in-out;
  transform: translate(0px, 0px);
}
.hero__banner .tm__logo-animation.active svg path {
  fill: #0076E0;
  transition: all 0.6s;
}
.hero__banner .tm__logo-animation .tm__logo-animation-bottom {
  position: relative;
  top: -190px;
  left: 0;
}

@media (max-width: 1199px) {
  .hero__banner {
    padding: 250px 0 100px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .hero__banner {
    padding: 200px 0 100px;
  }
  .hero__banner .tm__logo-animation {
    bottom: auto;
  }
  .hero__banner .hero__banner--content {
    padding-left: 0;
  }
  .hero__banner .hero__banner--content .title h1 {
    padding-bottom: 70px;
  }
  .hero__banner .hero__banner--content a {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .hero__banner .hero__banner--content h4 {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .hero__banner .tm__logo-animation svg {
    width: 200px;
    height: 200px;
  }
  .hero__banner .tm__logo-animation .tm__logo-animation-bottom {
    top: -100px;
  }
  .hero__banner .tm__logo-animation .tm__logo-animation-top {
    right: -23vw;
  }
}
@media (max-width: 480px) {
  .hero__banner {
    padding: 150px 0 100px;
  }
  .hero__banner .hero__banner--content h4 {
    margin-top: 20px;
  }
}
.tm__about {
  padding: 80px 0 150px;
  background: #00205B;
}
.tm__about .tm__about--content {
  padding-left: 190px;
  max-width: 725px;
}
.tm__about .tm__about--content h3 {
  margin-bottom: 26px;
  color: #7FADE3;
}
.tm__about .tm__about--content p {
  margin-bottom: 25px;
}
.tm__about .tm__about--content a {
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.6s;
}
.tm__about .tm__about--content a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.tm__about .tm__about--content a:hover {
  color: #ffffff;
}
.tm__about .tm__about--content a:hover::after {
  width: 100%;
  left: 0;
}

@media (max-width: 991px) {
  .tm__about {
    padding: 80px 0;
  }
  .tm__about .tm__about--content {
    padding-left: 0;
    max-width: 100%;
  }
  .tm__about .tm__about--content h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tm__about {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .tm__about .tm__about--content p {
    font-size: 14px;
  }
}
.tm__testimonial {
  padding: 80px 0 124px;
}
.tm__testimonial .tm__testimonial-inner .tm__testimonial-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 25%;
}
.tm__testimonial .tm__testimonial-inner .tm__testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tm__testimonial .tm__testimonial--content .col-4 {
  max-width: 40.2%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 40.2%;
}
.tm__testimonial .tm__testimonial--content .col-8 {
  max-width: 59.8%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 59.8%;
}
.tm__testimonial .tm__testimonial--content h3 {
  color: #0076E0;
  max-width: 436px;
  margin: 0 auto 70px;
}
.tm__testimonial .tm__testimonial--content .swiper-testimonial {
  margin: 0;
  padding: 0 89px 56px;
  position: relative;
}
.tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content {
  max-width: 500px;
  margin: 0 auto;
}
.tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content img, .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content svg {
  margin-bottom: 30px;
}
.tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content p {
  color: #111111;
  margin-bottom: 24px;
}
.tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content .tm__testimonial-company {
  font-weight: 700;
  color: #00205B;
  margin: 0;
}
.tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content .tm__testimonial-name {
  font-weight: 700;
  color: #0076E0;
  margin: 0;
}
.tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content .tm__testimonial-designation {
  color: #0076E0;
  margin: 0;
}
.tm__testimonial .tm__testimonial--content .testimonial-next, .tm__testimonial .tm__testimonial--content .testimonial-prev {
  top: 35%;
}
.tm__testimonial .tm__testimonial--content .testimonial-next {
  right: 50px;
}
.tm__testimonial .tm__testimonial--content .testimonial-prev {
  left: 0;
}
.tm__testimonial .tm__testimonial--content .testimonial-next:after, .tm__testimonial .tm__testimonial--content .testimonial-prev:after {
  color: #0076E0;
  font-size: 51px;
}
.tm__testimonial .tm__testimonial--content .testimonial-pagination {
  width: auto;
  left: 40%;
  bottom: 0;
}
.tm__testimonial .tm__testimonial--content .testimonial-pagination span {
  width: 14px;
  height: 14px;
  background: #919191;
}
.tm__testimonial .tm__testimonial--content .testimonial-pagination span.swiper-pagination-bullet-active {
  background: #00205B;
}

@media (max-width: 1199px) {
  .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content {
    max-width: 100%;
    padding-left: 30px;
  }
  .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content img, .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content svg {
    margin-bottom: 15px;
  }
  .tm__testimonial .tm__testimonial--content .testimonial-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .tm__testimonial {
    padding: 50px 0;
  }
  .tm__testimonial .tm__testimonial--content .testimonial-next:after, .tm__testimonial .tm__testimonial--content .testimonial-prev:after {
    font-size: 40px;
  }
  .tm__testimonial .tm__testimonial--content .testimonial-pagination {
    bottom: 0;
  }
  .tm__testimonial .tm__testimonial--content .swiper-testimonial {
    padding: 0 50px 30px;
  }
  .tm__testimonial .tm__testimonial--content .testimonial-next, .tm__testimonial .tm__testimonial--content .testimonial-prev {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .tm__testimonial .tm__testimonial--content .col-4, .tm__testimonial .tm__testimonial--content .col-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content {
    padding-left: 0;
  }
  .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content img, .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content svg {
    max-width: 30px;
    margin-bottom: 0;
  }
  .tm__testimonial .tm__testimonial--content h3 {
    max-width: 100%;
    text-align: center;
  }
  .tm__testimonial .tm__testimonial--content .testimonial-next, .tm__testimonial .tm__testimonial--content .testimonial-prev {
    top: 25%;
  }
  .tm__testimonial .tm__testimonial--content .testimonial-next:after, .tm__testimonial .tm__testimonial--content .testimonial-prev:after {
    font-size: 30px;
  }
  .tm__testimonial .tm__testimonial--content .testimonial-pagination {
    left: 45px;
  }
}
@media (max-width: 480px) {
  .tm__testimonial .tm__testimonial--content .testimonial-next, .tm__testimonial .tm__testimonial--content .testimonial-prev {
    top: 20%;
  }
  .tm__testimonial .tm__testimonial--content h3 {
    max-width: 100%;
    text-align: center;
  }
  .tm__testimonial .tm__testimonial--content .swiper-testimonial .tm__testimonial_content p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .tm__testimonial .tm__testimonial--content .testimonial-next, .tm__testimonial .tm__testimonial--content .testimonial-prev {
    top: 15%;
  }
}
@keyframes drop {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  65% {
    transform: translateY(-17px);
    opacity: 1;
  }
  75% {
    transform: translateY(-22px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}/*# sourceMappingURL=home.css.map */