@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

root {
  --font_jakarta: "Plus Jakarta Sans", serif;
  --ltn__secondary-color: #094e93 !important;
}

body {
  font-family: "Plus Jakarta Sans", serif;
  overflow-x: hidden !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  font-family: var(--font_jakarta);
  /* margin-bottom: 0px;
  height: 40px; */
}

.footer-top-area {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-widget {
  margin-bottom: 10px;
}

.footer-address ul li {
  color: #000;
}

.section-bg-2 {
  background-color: #e5f1fb;
}

.footer-widget .footer-title {
  color: #000;
}
.text-content-h2{
    color: var(--ltn__heading-color) !important;
    font-size: 30px !important;
    
}
.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
    justify-content: center;
}
.testimonial_wrap{
    display: flex;width: 650px;align-items: center;justify-content: space-evenly;
}
.footer-menu ul li {
  color: #000;
}

.ltn__social-media ul li a i {
  color: #000;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.light-lg-title {
  font-size: 260px;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: -13px;
  position: absolute;
}

.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
}

.bottom-n25 {
  bottom: -25%;
  top: inherit;
}

.right {
  right: 50px;
}

.opacity05 {
  opacity: .05;
}

@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px)
  }

  65% {
    transform: translate(30px, 0)
  }

  100% {
    transform: translate(0px, 0px)
  }
}

.normalize_btn {
  padding: 6px 20px;
}

.ltn__main-menu li>ul,
.ltn__main-menu .sub-menu {
  min-width: 300px;
}

.ltn__main-menu>ul {
  justify-content: end;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font_jakarta);
}

.font_jakarta {
  font-family: "Plus Jakarta Sans", serif;
}

.container-fluid {
  width: 90%;
}

.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.fix {
  overflow: hidden;
}

.text-slider-box {
  display: flex;
  position: relative;
  animation: aspro-scroller 27s linear infinite;
  will-change: transform;
  white-space: nowrap;
  gap: 10px;
}

@keyframes aspro-scroller {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.text-slider-box .slide-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.text-slider-box .slide-box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
  /*    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #064d92;*/
  color: #fff;
}

.hero-shape3-10 {
  position: absolute;
  right: 10%;
  top: 0%;
}

.hero-shape3-9 {
  position: absolute;
  left: 15%;
  bottom: 0%;
}

.hero-shape3-11 {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.hero-shape3-9 img {
  width: 50%;
}

.hero-shape3-11 img {
  width: 50%;
}

.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.theme-btn-1 {
  background-color: #094e93;
  color: var(--white);
}

.slick-slide-arrow-1 .slick-arrow:hover {
  background-color: #ed2226;
  border-color: #ed2226;
  color: var(--white) !important;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: #ed2226;
  height: 15px;
  width: 15px;
  margin-bottom: -2px;
}

.ltn__top-bar-menu>ul>li>a>i {
  margin-right: 3px;
  color: #ffffff;
}

.ltn__main-menu>ul>li>a {
  font-size: 16px;
  padding: 20px 10px;
  font-weight: 600;
  font-family: var(--font_jakarta);
}

.ltn__slide-item-2 .slide-title {
  font-size: 50px;
  font-family: var(--font_jakarta);
}

.section-subtitle {
  font-family: var(--font_jakarta);
}

.slick-arrow-3 .slick-prev {
  background-color: #ed2226;
  border-color: #ed2226;
  color: var(--white) !important;
}

.slick-arrow-3 .slick-arrow:hover {
  background-color: #ed2226;
  border-color: #ed2226;
  color: var(--white) !important;
}

.ltn__testimonial-item-7 .ltn__testimoni-info p {
  font-size: 15px;
}

.ltn__testimonial-item-7::before {
  background-color: #ed2226;
}

.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
  color: #ed2226;
}

.ltn__about-us-area {
  background: url(../img/pattern.png) no-repeat;
  background-size: cover;
  background: #094e93;
  opacity: 0.9;
  position: relative;
}

.about-us-info-wrap {
  position: relative;
  text-align: center !important;
  z-index: 123;
}

.section-title-area p {
  margin-bottom: 0;
  max-width: 100%;
}

.simg img {
  width: 100%;
}

.scontent {
  /* width: 100%; */
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.ltn__feature-item-6 {

  padding: 0;
}

.ltn__header-transparent .top-area-color-white {
  background-color: #174b7e;
}

.section-title {
  text-transform: uppercase;
  color: #ed2226;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  position: relative;
  /*    margin-left: 25px;*/
  margin-bottom: 0;
}

.color_blue .slide-box h2 {
  color: #094e93;
}

.bastun__brand__badge .bbb__animate {
  animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.main-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  width: 100%;
  font-family: var(--font_jakarta);
}

ul.wall {
  align-items: flex-end;
  right: 0;
  position: fixed;
  top: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 10;

}

ul.wall li {
  width: 40px;
  border-radius: 22px 0 0 22px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 8px 0;
  color: #222;
  cursor: pointer;
  height: 56px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.18s ease-out;
}

ul.wall li:nth-child(1) {
  background: #56b700;
}

ul.wall li:nth-child(2) {
  background: #f10217;
}

ul.wall li:nth-child(3) {
  background: #5e85c1;
}

ul.wall li i.fab {
  font-size: 1.2rem;
  width: 36px;
  text-align: center;
  position: relative;
  top: 0.04em;
  color: #fff;
}

ul.wall li i.fa {
  font-size: 1.2rem;
  width: 36px;
  text-align: center;
  position: relative;
  top: 0.04em;
  color: #fff;
}

ul.wall li span {
  font-size: 16px;
  transform: translate(0, -50%);
  top: 50%;
  left: 36px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

ul.wall li:hover span {
  visibility: visible;
  opacity: 1;
  transition-delay: 90ms;
  color: #fff;
}

ul.wall li:hover {
  width: 110px;
  background: #084d92;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.18s ease-out;
}

.about-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem auto;
  width: 100%;
  color: #fff;
}

.request-shape img {
  position: absolute;
  z-index: -1;
}

.theme-btn-2 {
  background-color: #f10217 !important;
  color: var(--white);
}

.request-shape img:nth-child(1) {
  left: 0;
  top: 0;
}

.request-shape img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
  border: 0;
}

.ltn__feature-area .card:hover .arrow2 {
  transform: translate(0px, 0px);
  top: unset;
  bottom: 85px;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 1rem;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.section-title:before {
  /*    content: "\e92c";*/
  font-family: 'icomoon';
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  position: absolute;
  top: 2px;
  left: -25px;
  height: 16px;
  width: 36px;
  padding: 2px 1px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 50px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.5rem 0;
  color: #084d92;
}

.card-description {
  font-size: 0.9rem;
  color: #f10217;
  margin-bottom: 0.5rem;
}

.arrow2 {
  animation: animate 1s linear;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  right: 0;
  display: block;
  top: 54%;
  padding: 5px 2px;
  background: #ed2226;
  width: 85px;
  text-align: center;
  /* height: 100px; */
  /* line-height: 100px; */
  font-weight: 600;
  transform: translate(90px, 90px);
  border-radius: 20px 0 0 0;
}

.form-container {
  margin: 0 auto;
  /* width: 40%; */
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
  /* text-align: center; */
  margin-bottom: 1rem;
}

p {
  /* text-align: center; */
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

form {
  display: grid;
  gap: .2rem;
}

input,
textarea,
select {
  /* width: 100%; */
  padding: 0.75rem;
  font-size: 1rem;
}

textarea {
  resize: none;
  height: 100px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
}

.checkbox-group input {
  margin-right: 0.5rem;
}

button {
  background-color: #084d92;
  color: #fff;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
  width: auto;
  max-width: max-content;
}

/*  button:hover {
    background-color: #ed2226;
  }*/
.breadcrumb__area {
  background: #ebf6ff;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("img/breadcrumb-bg.jpg");
}

.breadcrumb__content {
  padding: 170px 0 75px;
}

.breadcrumb__content .title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.ltn__about-us-area2 {
  /*    background: url('../img/42.jpg');*/
  background: url(../img/13.png) no-repeat left top;
  background-size: contain;
}

.ltn__faq-inner-3 .card .ltn__card-title i {
  background-color: #ed2226;
}

.ltn__faq-inner-2 .card .ltn__card-title::before {
  background-color: #f2f6f700;
}

.ltn__faq-inner .card-body p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.ltn__faq-inner-22 .card-body p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.ltn__faq-inner-22 .card .ltn__card-title::before {
  color: #ffffff;
}

.ltn__about-us-area3 {
  background: url('../img/44.jpg');
  background-size: cover;
}

.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1.3;
  gap: 19px;
  margin-top: 10px;
}

.breadcrumb__content .breadcrumb>* a {
  color: #1f2933;
}

.breadcrumb__content .breadcrumb>* {
  font-size: 18px;
  color: #0064b0;
  font-weight: 700;
}

.service-container {
  display: flex;
  flex-wrap: wrap;
}

section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.text-content {
  width: 50%;
  padding: 20px;
  text-align: center;
  position: relative;
}

.text-content h1 {
  font-size: 32px;
  color: #b71c1c;
  margin-bottom: 15px;
}

.text-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}

.text-content button {
  background-color: #5b9bd5;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.custom_button {
  background-color: #5b9bd5;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.text-content .custom_button:hover {
  background-color: #4177c1;
  color: #fff;
}

.image-content {
  width: 50%;
  height: 480px;
  background-size: cover;
  background-position: center;
}

.bpo-section {
  background-color: #e5f1fb;
}

.bpo-image {
  background-image: url('../img/business-outsourcing.jpg?1234');
  /* Replace with actual image */
}

.hospitality-section {
  background-color: #eef4fc;
}

.hospitality-image {
  background-image: url('../img/hospitality.jpg?5678');
  /* Replace with actual image */
}

.startup-section {
  background-color: #e5f1fb;
}

.startup-image {
  background-image: url('../img/startup.jpg?9856');
  /* Replace with actual image */
}

.ltn__copyright-design a {
  font-size: 20px;
}

.bg-overlay-theme-black-60:before {
  background: #00000045;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  background: #0707078f;
}

.ltn__header-4 .ltn__header-middle-area.sticky-active,
.ltn__header-5 .ltn__header-middle-area.sticky-active {
  background: #5e85c1;
}

.section-title {}



/* MY CSS */


.services_box>.card h2 {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.services_box {
  margin: 0.75rem 0;
  position: relative;
  margin-bottom: 60px;
}

.bank_logo {
  width: 200px;
  margin: auto;
  padding-bottom: 20px;
}

.hero-shape3-12 {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 1;
}

.hero-shape3-13 {
  top: 10%;
  position: absolute;
  right: 40px;
  width: 50px;
}


.hero-shape3-14 {
  top: 10%;
  position: absolute;
  left: 30%;
  width: 50px;
}

.services_box>.card {
  padding-top: 50px;
}

.sicon {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100px;
  left: 50%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  color: #1d4f95;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.icon_rotate {
  border: 5px solid #ccc;
  width: 100px;
  height: 100px;
  border-right: none;
  border-bottom: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 3.5s linear infinite;
}

.ltn__about-us-area4 {
  background: #f6f9ff !important;
}

.btn-custom {
  background: #fff;
  color: #2d3e50;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: auto;
  margin: 10px;
}

/* Pyramid Layout */
.row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* .book_tbl_bg {
  background: url("../img/breadcrumb-bg.jpg")no-repeat;
  background-position: right bottom;
} */


.book_tbl_bg {
  position: relative;
  background: #f6f9ff;
}

.book_tbl_bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/breadcrumb-bg.jpg")no-repeat;
  background-position: right bottom;
}


.animated-text {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.5s ease-out;
}

.animate {
  opacity: 1;
  transform: translateY(0);
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.services_box1>.card {
  padding: 30px 0;
  min-height: 353px;
}

.services_box1>.card>a {
  width: 50%;
  margin: auto;
}


.clogo h2 {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: #1d4f95;
}

.clogo {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
}

/* Job Description CSS */

ul.job_data>* {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  letter-spacing: 0.02rem;
}

.job_eligibility h2,
.job_eli_headding {
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.c-btn {
  padding: 25px 80px;
  border-radius: 50px;
  font-size: 26px;
  text-transform: uppercase;
}

.c-btn.btn-effect-1:after {
  border-radius: 50px;
}

.c-btn.btn-effect-1:hover::after {
  border-radius: 50px;
}

.bg_blue {
  background: #1d4f95;
}

.cp-btn {
  padding: 10px;
}

.product-description {
  min-height: 100px;
}

.product-img>a>img {
  height: 300px;
  width: 100%;
}


.ltn__contact-address-item-3 {
  padding: 10px 0;
}

.ltn__contact-address-item {
  margin-bottom: 10px;
}

.input-item.ltn__custom-icon::before {
  color: #e31d1d;
}

.ltn__slide-item-3 .slide-item-info {
  left: 50px;
}

.black_text,
.footer-address ul li .footer-address-info p,
.footer-address ul li .footer-address-icon>i {
  color: #000 !important;
}

.statup_bg {
  background: #eed42a !important;
}

.urban_bg {
  background: #97db69 !important;
}

.bg_hospitality {
  background: #f79045 !important
}

/* Arbind */

.grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 30vw;
  list-style: none;
  margin-top: 10px;
}

.grid li:nth-child(9) {
  grid-column: 1 / -1;
  grid-row: span 2;
}

.grid figure,
.grid img {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.grid li {
  margin: 0px;
}

.grid img {
  object-fit: cover;
  background: #f5f3f4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 850px) {
  .grid {
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 12vw;
  }

  .grid li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .grid li:nth-child(2) {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
  }

  .grid li:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
  }

  .grid li:nth-child(4) {
    grid-column: 5;
    grid-row: 1;
  }

  .grid li:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
  }

  .grid li:nth-child(6) {
    grid-column: 5;
    grid-row: 2 / span 2;
  }

  .grid li:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
  }

  .grid li:nth-child(8) {
    grid-column: 1;
    grid-row: 3;
  }

  .grid li:nth-child(9) {
    grid-column: 3 / span 2;
    grid-row: 3 / span 2;
  }

  .grid li:nth-child(10) {
    grid-column: 1 / span 2;
    grid-row: 4;
  }

  .grid li:nth-child(11) {
    grid-column: 5;
    grid-row: 4;
  }
}

.testimonial-box {
  text-align: center;
  color: white;
  padding: 20px;
  display: flex;
}

.hexagon-image {
  width: 20%;
  height: 250px;
  background-color: #ffffff00;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
}

.hexagon-image img {
  width: 200px;
  /* height: 100px; */
  border-radius: 10px;
}

.testimonial-name {
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
  color: #fff;

}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  /* width: 90%;
  margin: auto; */
  color: #d7d7d7;
}

.testcontent {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.image-invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.clogo > img {
    margin-bottom: 20px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

@media screen and (max-width: 567px) {
  .ltn__about-us-area2 {
    background: none;
  }

  .clogo {
    gap: 10px;
    justify-content: center;
  }

  .clogo h2 {
    font-size: 34px;
  }

  .animated-text {
    opacity: 1 !important;
  }
}


@media (max-width: 480px) {
     .testimonial_wrap{
    width: 100%;
  }
  .testimonial-box {
    text-align: center;
    color: white;
    padding: 20px;
    display: block;
  }

  .hexagon-image {
    width: 100%;
    margin: 0;
  }

  .testcontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center !important;
  }

  .testimonial-text {
    text-align: justify;
  }

  .image-invert {
    width: 40% !important;
  }

  .eanimate {
    left: -19% !important;
    top: 3% !important;
  }

  .card {
    margin-bottom: 20px;
  }

  /* Front page */


  section.bpo-section , section.startup-section{
    flex-direction: column;
  }

  section.hospitality-section {
    flex-direction: column-reverse;
  }

  section.bpo-section>.text-content  , .text-content{
    width: 100%;
  }

  section.bpo-section>.bpo-image,
  section.hospitality-section>.hospitality-image , 
  section.startup-section > .startup-image{
    width: 90%;
  }
}

@media (min-width: 480px) {
  .image-invert {

    width: 10% !important;
  }
}

/*today*/
.max_h {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 80vh;
            margin: 0;
            overflow: hidden;
        }

        .rounded_container {
            position: relative;
            width: 700px;
            height: 700px;
        }

        .r_center {
            position: absolute;
            width: 180px;
            height: 180px;
            background-color: #ed2226;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            font-weight: bold;
            color: white;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .orbit {
            position: absolute;
            width: 210px;
            height: 80px;
            background-color: #ed2226;
            border-radius: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 22px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

#content {
  background: #ffffff2e;
  border-radius: 25px;
  width: 280px;
  position: absolute;
  height: 210px;
  padding: 27px;
  color: #fff;
  text-align: center;
  top:-17px;
}

.orbit a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 80px;
}