@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* .header-logo {
    padding: 10px;
} */

.header-logo img {
  width: 190px;
}

.card-icon img {
  width: 40px;
}

.card-wrap {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.card-wrap h4 {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 8px;
}

.booking-sec {
  position: relative;
  top: -30px;
  z-index: 2;
}

.card-wrap p {
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 1399px) {
  .travelor-text {
    font-size: 58px;
  }
}
.travelor-text {
  font-size: 40px;
  line-height: 102%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
}

span {
  display: inline-block;
}

.about {
  padding: 60px 0 70px;
}

.about .travelor-plane-shape {
  top: 52%;
}

#paper-plane path {
  transform: translateY(-13px);
}

.tw-pb-20 {
  padding-block-end: 5rem;
}
.tw-pt-20 {
  padding-block-start: 5rem;
}

.banner {
  padding: 50px 0 32px;
  position: relative;
}

.banner .banner-bg {
  position: relative;
}

.banner .banner-bg::after {
  content: "";
  background: rgba(0, 0, 0, 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .banner-shape {
  position: absolute;
  bottom: 4%;
}

.banner-txt {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-txt .banner-title {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  font-family: "Jost", sans-serif;
  line-height: 68px;
}

.banner .sub-title {
  color: #fff;
}

.why-choose {
  padding: 0px 0 30px;
  overflow-x: clip;
}
.export-chart {
  padding-bottom: 20px;
}

.why-choose .why-shape1 {
  position: absolute;
  left: -23px;
  top: -3%;
}
.why-choose .why-shape2 {
  position: absolute;
  right: -23px;
  top: -14%;
  opacity: 0.6;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.why-choose .why-shape2 img {
  width: 280px;
}

.position-relative {
  position: relative !important;
}
.z-1 {
  z-index: 1 !important;
}

.service-wrap-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 10px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-wrap-1 p {
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
}

@media only screen and (max-width: 1600px) {
  .service-wrap-1 {
    padding: 15px 7px 15px 30px;
  }
}

.service-wrap-1 .service-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Jost", serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .service-wrap-1 .service-title {
    font-size: 20px;
  }
}

.service-wrap-1 .service-title a {
  color: #000000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-family: "Jost", sans-serif;
}

.service-wrap-1 .more-btn {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  font-family: "Jost", serif;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1.5px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-single-thumb {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.service-single-thumb .thumb {
  border-radius: 25px;
  border: 2px solid #113973;
}

.service-single-thumb .service-anchor {
  position: absolute;
  z-index: 2;
  bottom: -108px;
  left: 50%;
  transform: translateX(-50%);
}

.service-single-thumb .main-shape {
  position: relative;
  z-index: 1;
  animation: rotation linear infinite 30s;
  width: 140px;
}

@keyframes rotation {
  100% {
    transform: rotate(360deg);
  }
}

.service-single-thumb .main-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 30px;
  filter: invert(1);
}

.service-wrap-1 .num {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #113973;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", serif;
}

.fact-two {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background: url(../img/counter-bg.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fact-two-single {
  padding: 22px 0px;
  text-align: center;
  border: 1px dashed rgb(219 219 219 / 99%);
  border-radius: 135px;
  transition: 0.3s;
}

.counter1 {
  display: flex;
  gap: 12px;
  justify-content: space-around;
  padding: 0 16px 0 12px;
}

.fact-two-single-top-icon-one {
  background-color: #e9d175;
}
.fact-two-single-top-icon {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #e9d175;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.fact-two-single-top-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ffffff;
  z-index: 9;
}

.fact-two-single-title h2 {
  color: #ffffff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.fact-two-single-detail p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 9px;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}

.fact-two-single-top-icon-two {
  background-color: #ca0d1a;
}

.fact-two-single-top-icon-three {
  background-color: #00c39a;
}

.fact-two-single-top-icon-four {
  background-color: #f8466d;
}

.site-footer {
  padding: 0 3.2%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner-one-shape-5 {
  position: absolute;
  width: 496px;
  height: 172px;
  transform: rotate(7deg);
  bottom: -40px;
  left: -10px;
  z-index: 9;
  opacity: 0.6 !important;
  z-index: -1;
}

.animation_image_zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) perspective(600px) rotateY(20deg)
    rotateX(10deg);
}

.banner-one-shape-5-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 496px;
  height: 172px;
  transform: translateZ(150px) translatex(-11px) translateY(-26px) scale(0.8);
}

@media only screen and (max-width: 1499px) {
  .service-one-shape-3,
  .service-one-shape-4,
  .blog-one-shape-4 {
    right: 3%;
  }
}
.blog-one-shape-4 {
  position: absolute;
  width: 34px;
  height: 20px;
  top: 59px;
  left: 16% !important;
  z-index: 9;
  opacity: 0.1 !important;
}

.blog-one-shape-4-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 145px;
  height: 77px;
  transform: translateZ(150px) translatex(-11px) translateY(-26px) scale(0.8);
}

.blog-one-shape-5 {
  position: absolute;
  width: 360px;
  height: 360px;
  bottom: 130px;
  right: 8%;
  z-index: 1;
  opacity: 0.3 !important;
}

.blog-one-shape-5-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #20323620;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  transform: translateZ(150px) translatex(-11px) translateY(-26px) scale(0.8);
}

.site-footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1f1f1f;
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-color: #f2f0e6;
  z-index: -1;
}

.footer-main {
  padding-top: 58px;
  padding-bottom: 50px;
}
.footer-widget-about-logo {
  margin-bottom: 18px;
}

.footer-widget-about-logo a img {
  width: 200px;
  padding: 0 0 0 0;
}

.footer-widget-about-detail p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #0000008c;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer-widget-social,
.mobile-nav-social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}

.footer-widget-social li a,
.mobile-nav-social li a {
  display: inline-block;
  background-color: #41c2d3;
  width: 33px;
  height: 33px;
  border-radius: 16px 0 16px 0;
  position: relative;
  transition: all 0.3s;
  border: none;
  outline: none;
}

.footer-widget-social li a i,
.mobile-nav-social li a i {
  position: absolute;
  font-size: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  transition: all 0.3s;
}

.footer-widget-link {
  margin-left: 40px;
}

.footer-widget-title {
  margin-bottom: 24px;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  color: #393939;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.footer-widget-link .footer-widget-link-details li a {
  font-family: unset;
  font-size: 16px;
  color: #2a2a2a;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
}

.footer-widget-link .footer-widget-link-details li a i {
  font-size: 8px;
  position: relative;
  top: -3px;
}

.footer-widget-address-details li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.footer-widget-address .footer-widget-address-details li i.icon-location {
  font-size: 22px;
}
.footer-widget-address .footer-widget-address-details li i {
  color: #1ca8cb;
  font-size: 16px;
  line-height: 30px;
  width: 20px;
}

.footer-widget-address .footer-widget-address-details li p,
.footer-widget-address-details li a {
  font-family: "Jost";
  font-size: 16px;
  color: #000000e8;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s;
  margin-left: 15px;
  margin-bottom: 0;
}

.footer-bottom {
  padding-top: 8px;
  padding-bottom: 7px;
  border-top: 1px solid #ffffff1a;
  position: relative;
  background: #fffefe;
  border-radius: 120px 120px 0 0;
  box-shadow: 0px -1px 13px 0px #0000000f;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-inner .copyright p {
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #00000085;
  margin-bottom: 0;
}

.footer-bottom-inner .copyright p a {
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff8c;
  transition: all 0.3s;
}

.footer-widget {
  margin-bottom: 0;
}

.footer-widget-link-details {
  padding-left: 0;
}

.footer-widget-link-details li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-widget-address-details {
  padding-left: 0;
}

.footer-widget-social li {
  list-style-type: none;
}

.partners {
  padding: 60px 0 40px;
}

.partners .partners-right {
  /* padding-right: 30px; */
}

.partners-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.partners-wrapper .partner {
  width: 150px;
  border: 1px solid #03355a6b;
}

.partners .title-area {
  margin-bottom: 0;
}

.partners .title-area .sec-title {
  margin-bottom: 10px;
}

.partners p {
  font-family: "Jost", sans-serif;
}

.advance-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.advance-two-item {
  position: relative;
}

.advance-area {
  padding: 50px 0;
}

.about-area {
  padding: 40px 0 50px;
}

.about-subtitle {
  color: #20b8d4;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: var(--style-font);
}

.tw-ps-9 {
  padding-inline-start: 2.25rem;
}

.tw-mb-14 {
  margin-block-end: 3.5rem;
}

@media screen and (max-width: 1399px) {
  .about-title {
    font-size: 72px;
  }
}
.about-title {
  font-size: 60px;
  line-height: 93%;
  font-weight: bold;
}

.about-area .sec-title {
  font-size: 52px;
  line-height: 1.1;
}

.about-area .about-thumb {
  gap: 2rem;
}

.tw-animation-img-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.about-paragraph {
  line-height: 160%;
  text-transform: full-size-kana;
  color: #4b5563;
  font-family: "Jost", sans-serif;
}

.about-area .primary-btn {
  border-radius: 3rem;
}

.primary-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: hsl(215, 75%, 26%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}

/* Testimonial */
.testimonial1 .section-top {
  margin-bottom: -10px;
}

@media (max-width: 1400px) {
  .testimonial1 .section-top {
    margin-bottom: -45px;
  }
}

.testimonial1-card {
  text-align: center;
  padding: 34px 34px;
  border-radius: 18px;
  background: #f9f9f9; /* replacing $white-color2 */
  border-bottom: 4px solid #03355a;
}

.testimonial1-card__thumb {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #053456ad;
}

.testimonial1-card__thumb img {
  border-radius: 50%;
  width: 100px;
}

.quFote-icon {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 70px;
  color: #20b8d4;
  opacity: 0.5;
}

.testimonial1-card__thumb-quote {
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 4;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #555; /* replacing $text-color1 */
  border-radius: 50%;
  transform: translateY(-50%);
}

.testimonial1-card__name {
  color: #222; /* replacing $black-color2 */
  text-align: center;
  font-family: "Jost", sans-serif; /* replacing $title-font */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 5px;
}

.testimonial1-card__desig {
  color: #555; /* replacing $text-color1 */
  text-align: center;
  font-family: "Roboto", sans-serif; /* replacing $body-font */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.testimonial1-card__desc {
  color: #555; /* replacing $text-color1 */
  text-align: center;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 12px;
}

.testimonial1-card-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

@media (max-width: 1400px) {
  .testimonial1-card-controls {
    margin-right: auto;
    margin-bottom: 35px;
  }
}

@media (max-width: 1200px) {
  .testimonial1-card-controls {
    margin-right: auto;
    margin-bottom: 35px;
  }
}

@media (max-width: 992px) {
  .testimonial1-card-controls {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .testimonial1-card-controls {
    margin-bottom: 20px;
  }
}

.testimonial1-card-controls__arrowRight,
.testimonial1-card-controls__arrowLeft {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222; /* replacing $black-color2 */
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.testimonial1-card-controls__arrowRight:hover,
.testimonial1-card-controls__arrowLeft:hover {
  background: #555; /* replacing $text-color1 */
  color: #fff; /* replacing $white-color */
}

.testimonial1 {
  padding: 40px 0 50px;
}

.partener-three123 {
  padding: 40px 0;
}

.partener-four-img-box {
  border: 1px solid #03355a1c;
  background-color: #bce3ff0f;
  padding: 10px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advance-two-thumb {
  position: relative;
}

.advance-two-thumb .explr-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}

.advance-two-thumb:hover .explr-btn {
  opacity: 1;
}

.advance-two-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.808)
  );
  z-index: 2;
  transition: all 0.4s ease 0s;
  opacity: 0;
}

.advance-two-thumb:hover::after {
  opacity: 1;
}

.products-listing,
.product-details {
  padding: 60px 0;
}

.text {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #555;
  text-align: justify;
}

.product_meta li {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.contact-us {
  padding: 50px 0;
}

.space-extra2-top .sec-title {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #03355a;
}

.industry-style-four {
  position: relative;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.industry-style-four .image-column {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px solid #e2e2e2;
}

.industry-style-four .image-box {
  position: relative;
  display: block;
  margin-right: 50px;
  padding-top: 50px;
  padding-right: 50px;
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

figure {
  margin: 0px;
}

.industry-style-four .image-box img {
  width: 100%;
}

.industry-style-four .image-box .big-text {
  position: absolute;
  display: inline-block;
  top: 239px;
  left: -270px;
  font-size: 51px;
  line-height: 82px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  transform: rotate(271deg);
}
.industry-style-four .image-box .big-text {
  -webkit-text-stroke-color: #1ca8cb;
}

.industry-style-four .image-box h5 {
  position: absolute;
  display: inline-block;
  top: 9rem;
  right: -7rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 20px;
  color: #000;
  transform: rotate(90deg);
  font-family: "Jost", sans-serif;
}

.industry-style-four .image-box h5:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}

.industry-style-four .image-box h5:before {
  background: #03355a;
}

.industry-style-four .image-box .year-box {
  position: absolute;
  right: -65px;
  bottom: 82px;
  width: 120px;
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.industry-style-four .image-box .year-box {
  background: #03355a;
}

.industry-style-four .image-box .year-box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  padding-right: 17px;
  font-family: "Jost", sans-serif;
}

.industry-style-four .image-box .year-box h2 span {
  position: absolute;
  top: -15px;
  right: -7px;
  font-size: 36px;
}

.industry-style-four .content-box {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 50px;
}

.industry-style-four .content-box .sec-title {
  margin-bottom: 15px;
}
.sec-title {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-family: "Monda", cursive;
  color: #03355a;
  font-weight: 700;
  padding-bottom: 4px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.sec-title .sub-title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}
.sec-title .sub-title:before {
  background: #03355a;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 37px;
  font-weight: 800;
}

.industry-style-four .content-box .text {
  margin-bottom: 19px;
}

/* .industry-style-four .content-box .text p:first-child {
  font-weight: 500;
} */
.industry-style-four .content-box .text p {
  margin-bottom: 14px;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}

.industry-style-four .content-box .text p:last-child {
  margin-bottom: 0px;
}

.industry-style-four .image-box .year-box {
  position: absolute;
  right: -65px;
  bottom: 82px;
  width: 120px;
  text-align: center;
  padding: 32px 0px 30px 0px;
}

.industry-style-four .image-box .year-box {
  background: #03355a;
}

.industry-style-four .image-box .year-box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  padding-right: 17px;
}

.industry-style-four .header-button .th-btn {
  margin-left: 0;
}

.about1 {
  position: relative;
  overflow: visible;
}
.about1__desc {
  color: var(--800, #7c7b7b);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.1px;
  padding-bottom: 82px;
}
@media (max-width: 991px) {
  .about1__desc {
    padding-bottom: 35px;
  }
}
.about1__desc2 {
  color: var(--800, #7c7b7b);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.1px;
}
.about1__thumb--one {
  margin-bottom: -200px;
}
@media (max-width: 991px) {
  .about1__thumb--one {
    margin-bottom: 0px;
  }
}
.about1__thumb--two {
  padding-bottom: 35px;
}
.about1-counterBox {
  position: absolute;
  top: 66%;
  left: 48%;
  transform: translate(-50px, -50px);
  display: flex;
  flex-direction: column;
  padding: 20px 56px;
  background: var(--White, #fff);
}
@media (max-width: 1199px) {
  .about1-counterBox {
    padding: 15px 56px;
    left: 43%;
  }
}
@media (max-width: 991px) {
  .about1-counterBox {
    display: none;
  }
}
.about1-counterBox__numb {
  color: var(--900, #000);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Rajdhani;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  text-transform: uppercase;
}
.about1-counterBox__text {
  color: var(--900, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Rajdhani;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.1px;
}

.path {
  padding: 50px 0 30px;
}

.sec-title1 {
  font-family: "Philosopher", sans-serif;
  margin-bottom: 20px;
}

.aim {
  padding: 10px 0 50px;
}

.director {
  padding: 50px 0 60px;
}

.director .title-area {
  margin-bottom: 0;
}

.team-card {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.th-team {
  position: relative;
}

.team-card .img-wrap {
  position: relative;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  aspect-ratio: 16 / 16;
}

.team-card {
  position: relative;
  text-align: center;
}

.team-card .img-wrap {
  position: relative;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  aspect-ratio: 16 / 16;
}

.team-card .img-wrap .shape {
  position: absolute;
  inset: 0;
  background-color: #f5f7eb;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.team-card .team-img {
  border-radius: 50%;
  border: 4px solid #ffffff;
  max-width: 300px;
}
.th-team .team-img {
  position: relative;
  overflow: hidden;
}

.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-card .box-content {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 15px 10px 15px 10px;
  max-width: 290px;
  margin: -60px auto 0 auto;
  position: relative;
  z-index: 3;
}

.team-card .box-title {
  margin-bottom: 6px;
  font-size: 22px;
}
.th-team .box-title {
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.box-title a {
  color: inherit;
}

.team-card:hover .img-wrap .shape {
  background-color: #03355a;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.aim-left {
  padding-right: 30px;
}

.infrastructure {
  padding: 50px 0;
}

.tech {
  padding: 0 0 50px;
}

.infra-left {
  padding-right: 40px;
}

.gallery {
  padding: 50px 0;
}

.gallery .gallery-img {
  margin-bottom: 20px;
}

.modal-title {
  font-family: "Philosopher", sans-serif;
}

.modal .contact-form {
  padding: 0;
}

.quote-icon {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 70px;
  color: #20b8d4;
  opacity: 0.5;
}

.associate {
  margin-top: 20px;
}

table td {
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
