@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
a {
  text-decoration: none;
  color: #0534CA;
  transition: all ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
  color: #d0d0dc;
}

.color1 {
  color: #0534CA;
}

.space {
  padding: 1em 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }
}
.btn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 35px;
  background: #0534CA;
  padding: 5px 20px;
  color: white;
  transition: all ease-in-out 0.3s;
}
.btn:hover {
  color: white;
  background: black;
}

.mw-850 {
  max-width: 850px;
  margin: auto;
}

body,
html {
  overflow-x: hidden !important;
  padding: 0 !important;
  font-family: "Lexend", sans-serif;
}

.navbar {
  background: #0534CA;
}
.navbar .nav-link {
  color: white;
  margin-inline: 5px;
  font-weight: 600px;
  font-size: 17px;
}
.navbar .nav-link:hover {
  color: white;
}
.navbar .social-links a {
  color: white;
}
.navbar .navbar-nav {
  margin-inline-start: auto;
  margin-inline-end: 3vw;
}

.banner:not(.nobackground) {
  background: radial-gradient(41.02% 41.02% at 75% 25%, rgba(5, 52, 202, 0.42) 0%, rgba(5, 52, 202, 0) 100%);
}
.banner.nobackground .land {
  fill: #a7a8ac;
}
.banner.nobackground .land.cc {
  fill: #0534CA;
}
.banner .scene {
  overflow: hidden;
}
.banner .subtitle {
  color: #434343;
  font-size: 28px;
  font-weight: 400;
}
.banner .title {
  color: #0534CA;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.banner svg {
  width: 100%;
  transform: scale(1.8);
  margin-top: -90px;
  margin-left: -100px;
  margin-bottom: 90px;
}
.banner #tooltip {
  background-color: #fff;
  color: #0534CA;
  text-align: center;
  position: fixed;
  font-size: 15px;
  pointer-events: none;
}
.banner .land {
  fill: #0534CA;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.2s ease-out;
}
.banner .land:hover {
  fill: #0534CA;
}
.banner .tooltip {
  background-color: #0534CA;
  color: #fff;
  padding: 1em;
}

.services {
  position: relative;
  z-index: 0;
  margin-top: 2em;
}
.services .service-card {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(12, 10, 130, 0.1), rgba(12, 10, 130, 0.1));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.services .service-card .icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease-in-out 0.3s;
}
.services .service-card p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  margin-inline-start: 10px;
  transition: all ease-in-out 0.3s;
  line-height: 22px;
}
.services .service-card .btn {
  transform: translateX(200px);
  opacity: 0;
  position: absolute;
  bottom: -19px;
}
.services .service-card:hover .btn {
  animation: fade-in-right 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.services .service-card:hover .icon {
  transform: scale(1.2);
  margin-bottom: 10px;
}
.services .service-card:hover p {
  margin-inline-start: 0;
}

.about-us {
  text-align: center;
  margin-top: 4em;
}
.about-us .title {
  font-size: 55px;
  font-weight: 600;
  color: #0534CA;
}
.about-us p {
  font-size: 28px;
  font-weight: 300;
  color: #222222;
}

.training {
  margin-top: 5em;
}
.training .mySwiper {
  overflow: hidden;
  border-radius: 15px;
}

.training-card {
  padding: 3em;
  background-size: cover;
  background-position: center;
  position: relative;
}
.training-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.training-card .title {
  font-size: 45px;
  font-weight: 600;
  color: white;
  line-height: 61px;
}
.training-card .subtitle {
  color: white;
  font-size: 24px;
  font-weight: 400;
}

.swiper-pagination-bullet {
  background: white;
  border: white solid 1px;
  opacity: 0.8;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #0534CA;
  opacity: 1;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next i,
.swiper-button-prev i {
  background: white;
  font-size: 25px;
  border-radius: 50%;
  color: #0534CA;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -20px;
}

.success-story {
  text-align: center;
  margin-top: 5em;
}
.success-story iframe {
  max-width: 700px;
  margin: auto;
  display: block;
  margin-bottom: -100px;
  width: 100%;
  border-radius: 10px;
}
.success-story .content {
  padding: 30px;
  padding-top: 130px;
  background: rgba(5, 17, 57, 0.2);
  max-width: 1000px;
  margin: auto;
  border-radius: 15px;
}
.success-story .content p {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}

.trust {
  background: #0534CA;
  margin-top: 5em;
  padding: 3em;
  text-align: center;
}
.trust .title {
  font-size: 64px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
.trust .content {
  max-width: 1000px;
  margin: auto;
}
.trust .content .trust-card {
  background: white;
  padding: 1em;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  margin: 20px 0;
}
.trust .content .trust-card p {
  margin: 0;
}
.trust .content .trust-card .number {
  font-size: 45px;
  font-weight: 700;
  color: #0534CA;
}
.trust .content .trust-card .headline {
  font-size: 20px;
  font-weight: 700;
  color: #0534CA;
}
.trust .content .trust-card .brief {
  font-size: 13px;
  font-weight: 300;
  color: #222222;
}

.footer {
  background: #0534CA;
  margin-top: 5em;
  color: white;
  padding: 3em 0;
}
.footer iframe {
  border-radius: 10px;
  overflow: hidden;
}
.footer a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
.footer p {
  margin-bottom: 10px;
  font-size: 13px;
}
.footer p.icon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer p.icon i {
  background: white;
  color: #0534CA;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  line-height: 26px;
}
.footer .icon span {
  background: rgba(34, 34, 34, 0.3607843137);
  padding: 2px 5px;
  border-radius: 5px;
}
.footer .logo {
  width: 100%;
  max-width: 400px;
}
.footer .footer_brief {
  font-size: 12px;
  font-weight: 400;
  margin-top: 1.5em;
  max-width: 400px;
  margin-bottom: 20px;
}
.footer .careers-footer {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.footer .careers-footer a {
  background: rgba(34, 34, 34, 0.3607843137);
  padding: 10px 15px;
  min-width: 150px;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
}
.footer .careers-footer a:hover {
  background: white;
  color: #0534CA;
}
.footer .headline {
  font-size: 23px;
  font-weight: 800;
}
.footer .links a {
  display: block;
  margin-bottom: 1em;
}

.banner.internal {
  position: relative;
}
.banner.internal img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.internal .intenal-title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: white;
  font-size: 55px;
}
.banner.internal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.xray {
  margin-top: 4em;
}
.xray img:not(.no-shadow) {
  margin-top: 2em;
  width: 100%;
  max-width: 450px;
  box-shadow: -50px -50px 0 0 #0534CA;
  transition: all ease-in-out 0.3s;
}
.xray img:not(.no-shadow):hover {
  box-shadow: -80px -80px 0 0 #0534CA;
}
.xray li {
  list-style: disc;
  margin-inline-start: 1em;
  margin-top: 0.5em;
}
.xray .title_blue {
  color: #0534CA;
}
@media only screen and (min-width:1200px) {
  .xray .title_blue {
    font-size: 35px;
  }
}
.xray h2,
.xray h3,
.xray h4,
.xray h5,
.xray h6 {
  color: #0534CA;
}
.xray.reverse {
  flex-direction: row-reverse;
}
.xray.reverse img:not(.no-shadow) {
  box-shadow: 50px -50px 0 0 #0534CA;
}
.xray.reverse img:not(.no-shadow):hover {
  box-shadow: 80px -80px 0 0 #0534CA;
}

.bg-gray {
  background: #ededed;
}
.bg-gray img {
  margin-bottom: -40px;
}

.performance {
  margin: 4em 0;
  padding: 4em 0;
  background: #ededed;
}
.performance .title {
  color: #0534CA;
  font-weight: bold;
}
@media only screen and (min-width:1200px) {
  .performance .title {
    font-size: 50px;
  }
}
.performance .card {
  border: none;
  padding: 1em;
  height: 100%;
}
.performance .card img {
  display: block;
  margin: 2em auto;
  margin-top: 1em;
  width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.performance .card p {
  text-align: center;
}

.quality {
  background: #ededed;
  padding: 2em 0;
}
.quality .title {
  font-size: 22px;
  background: #0534CA;
  color: white;
  padding: 5px 15px;
  margin-inline-start: -15px;
  max-width: 300px;
}
.quality .container {
  padding: 0 3em;
  margin-top: 2em;
  text-align: center;
}
.quality .container img {
  display: block;
  width: 80px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.quality .container img.max-50 {
  max-width: 50px;
}
.quality.vast {
  padding-top: 0;
}
.quality.vast .title {
  max-width: 700px;
  font-size: 20px;
  margin: auto;
  transform: translate(0, -50%);
  text-align: center;
}
.quality.vast .offers {
  display: flex;
  flex-wrap: wrap;
}
.quality.vast .offers .offer {
  width: 14%;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .quality.vast .offers .offer {
    width: 25%;
  }
}
.quality.vast .offers .offer p {
  font-size: 15px;
}

.more-one .container:nth-child(even) {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.more-one .container:nth-child(even)::before {
  content: "";
  position: absolute;
  width: 150%;
  left: -25%;
  height: calc(100% - 4em);
  background: #ededed;
  z-index: -1;
}
.more-one .container:nth-child(even) .row {
  flex-direction: row-reverse;
}
.more-one .container:nth-child(even) .row img:not(.no-shadow) {
  box-shadow: 50px -50px 0 0 #0534CA;
}
.more-one .container:nth-child(even) .row img:not(.no-shadow):hover {
  box-shadow: 80px -80px 0 0 #0534CA;
}

.careers {
  margin-top: 4em;
}
.careers .title {
  background: #0534CA;
  color: white;
  padding: 5px 20px;
  font-size: 25px;
  border-radius: 8px;
}
.careers .job {
  margin-top: 2em;
  padding: 20px 30px;
  background: #ededed;
}
.careers .job.news {
  padding: 35px 50px;
}
.careers .job.news .article-image {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.careers .job .job-title {
  font-weight: bold;
}
.careers .job .job-title span {
  font-size: 14px;
  font-weight: 400;
}
.careers .job .brief {
  max-width: 800px;
}
.careers .job .btn {
  padding-inline: 30px;
}
.careers .job .job-desc {
  margin-top: 1.5em;
}
.careers .job .job-desc img {
  max-width: 100% !important;
}
.careers .job .job-desc .desc {
  padding-inline-start: 1em;
}
.careers .job .job-desc li {
  margin-inline-start: 1em;
  list-style: disc;
}
.careers .job .job-desc h2,
.careers .job .job-desc h3,
.careers .job .job-desc h4,
.careers .job .job-desc h5,
.careers .job .job-desc h6 {
  margin-top: 2em;
  color: #7c7c7c;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.careers .job .job-desc h2::after,
.careers .job .job-desc h3::after,
.careers .job .job-desc h4::after,
.careers .job .job-desc h5::after,
.careers .job .job-desc h6::after {
  content: "";
  margin-inline-start: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  background: #7c7c7c;
  height: 1px;
}
.careers .job.application .d-flex {
  margin-top: 1em;
  gap: 1rem;
  align-items: center;
}
.careers .job.application label {
  color: #7c7c7c;
  display: inline-block;
  min-width: 200px;
}
.careers .job.application input,
.careers .job.application .select2-container--default .select2-selection--single {
  border-radius: 8px;
  background: white;
  border: inherit;
  padding: 10px;
  width: 100%;
  height: inherit;
}
.careers .job.application input::-moz-placeholder, .careers .job.application .select2-container--default .select2-selection--single::-moz-placeholder {
  color: #7c7c7c;
}
.careers .job.application input::placeholder,
.careers .job.application .select2-container--default .select2-selection--single::placeholder {
  color: #7c7c7c;
}
.careers .job.application span.select2 {
  width: 100% !important;
}
.careers .job.application .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
}

.courses {
  margin-bottom: 1em;
}
.courses h3 {
  background: #0534CA;
  border-radius: 10px;
  padding: 3px 15px;
  color: white;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1em;
}
.courses .course-card {
  background: #EBEBEB;
  border-radius: 14px;
  padding: 1em;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.courses .course-card .title {
  font-size: 25px;
  font-weight: bold;
}
.courses .course-card .duration {
  background: #C4C4C4;
  font-size: 15px;
  border-radius: 35px;
}

.training-plan .accordion-item {
  border: inherit;
  margin-bottom: 2em;
}
.training-plan .accordion-body {
  padding: 1em 0;
}
.training-plan .accordion-button {
  padding-inline-start: 40px;
  display: flex;
  justify-content: space-between;
  color: white;
  background: #0534CA;
  border-radius: 14px !important;
}
.training-plan .accordion-button::after {
  position: absolute;
  left: 12px;
  filter: brightness(0) invert(1);
}
.training-plan .larg-cource-card {
  border-radius: 14px;
  background: #EBEBEB;
  padding: 1.5em 3em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.training-plan .larg-cource-card .left {
  width: calc(100% - 200px);
}
.training-plan .larg-cource-card .btn {
  background: #0534CA;
  color: white;
  height: 100%;
  width: 170px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.training-plan .larg-cource-card .btn.btn-success {
  background: #3FA347;
}
.training-plan .larg-cource-card .btn.btn-danger {
  background: #CA0505;
}
.training-plan hr {
  background: #D1D1D1;
  height: 1.5px;
  margin: 5px 0;
}
.training-plan .date {
  color: #A4A4A4;
  font-size: 15px;
  font-weight: 400;
}
.training-plan .duration {
  gap: 7px;
}
.training-plan .duration img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.training-plan .duration span {
  display: inline-block;
  padding: 2px 20px;
  background: #C4C4C4;
  font-size: 15px;
  border-radius: 35px;
}
.training-plan .title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}
.training-plan .brief {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.max-700{
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.news .news-card {
  margin-top: 2em;
  display: flex;
  align-items: center;
}
.news .news-card img {
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.news .news-card .job {
  margin-top: 0;
  width: 100%;
}
.news .news-card .job .brief {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.news .news-card .job .btn {
  min-width: 165px;
}

.vision h2 {
  font-size: 45px;
  font-weight: 600;
  color: #0534CA;
}

.vision-card {
  background: #0534CA;
  color: white;
  padding: 2em;
  text-align: center;
  height: 100%;
}
.vision-card img {
  width: 70px;
  margin-bottom: 1em;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #ccc;
  height: calc(100% + 40px);
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline .timeline-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 40px 0;
}
.timeline .timeline-item.left .content {
  order: 1;
  text-align: end;
}
.timeline .timeline-item.left .date {
  order: 2;
  text-align: start;
}
.timeline .timeline-item.right .date {
  order: 1;
  text-align: end;
}
.timeline .timeline-item.right .content {
  order: 2;
  text-align: start;
}
.timeline .date,
.timeline .content {
  width: 40%;
  padding: 10px;
}
.timeline .date {
  font-weight: bold;
  font-size: 20px;
}
.timeline .content {
  background: white;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.timeline .marker {
  width: 16px;
  height: 16px;
  background-color: #004fc2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
@media (max-width: 768px) {
  .timeline::after {
    left: 10px;
  }
  .timeline .timeline-item {
    flex-direction: column;
    text-align: start;
    margin-inline-start: 2em;
  }
  .timeline .timeline-item .date,
  .timeline .timeline-item .content {
    width: 100%;
    text-align: start !important;
    order: unset !important;
  }
  .timeline .marker {
    left: -22.5px;
  }
}

.first-timeline {
  text-align: center;
  color: white;
  padding: 2em;
  background-size: cover;
  position: relative;
  margin-bottom: 3em;
}
.first-timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #ccc;
  height: 30px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.first-timeline .date {
  font-size: 50px;
  font-weight: 900;
}
.first-timeline p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .first-timeline::after {
    left: 10px;
  }
}

.news .job-desc p,
.news .job-desc p * {
  font-size: 17px !important;
}
.news .job-desc ol,
.news .job-desc ul {
  margin-bottom: 1.5em !important;
}
.news .job-desc li {
  margin-bottom: 0.5em;
}
.news .job-desc h1,
.news .job-desc h2,
.news .job-desc h3,
.news .job-desc h4,
.news .job-desc h5,
.news .job-desc h6 {
  color: #0534CA !important;
  font-size: 24px !important;
  margin-top: 1em !important;
  margin-bottom: 0.3em !important;
  font-weight: bold !important;
  font-family: inherit !important;
}
.news .job-desc h1 *,
.news .job-desc h2 *,
.news .job-desc h3 *,
.news .job-desc h4 *,
.news .job-desc h5 *,
.news .job-desc h6 * {
  color: #0534CA !important;
  font-size: 24px !important;
  margin-top: 1em !important;
  margin-bottom: 0.3em !important;
  font-weight: bold !important;
  font-family: inherit !important;
}

.sustainability .col-lg-4,
.sustainability .col-lg-6 {
  margin-bottom: 2em;
}
.sustainability .quality img {
  width: 100%;
  margin-bottom: 1em;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability.hse .quality {
  height: 100%;
}
.sustainability.new .quality {
  padding-top: 0;
  margin: 0;
  height: 100%;
}
.sustainability.new .title {
  margin: 0;
  background: transparent;
  color: #0534CA;
  max-width: 100%;
  text-align: center;
}
.sustainability.steps {
  margin-top: 9em;
}
.sustainability.steps h3.title {
  background: #0534CA;
  color: white;
  height: 200px;
  width: 200px;
  margin: auto;
  display: block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -65%);
  position: relative;
}
.sustainability.steps h3.title::after {
  content: "";
  position: absolute;
  left: 108%;
  top: 30%;
  height: 2px;
  width: 96%;
  background: #0534CA;
  z-index: 1;
}
@media only screen and (max-width:1200px) {
  .sustainability.steps h3.title::after {
    display: none;
  }
}
.sustainability.steps .col-lg-4:last-child h3.title::after {
  display: none;
}
.sustainability.steps div.text-center {
  height: 90px;
}

.certificate {
  padding: 3em 5em;
  background: #EEEEEE;
  position: relative;
  overflow: hidden;
}
.certificate::after {
  content: "";
  position: absolute;
  width: 140%;
  background-color: #0534CA;
  height: 250px;
  top: 25%;
  left: -20%;
  z-index: 0;
}
.certificate img {
  max-width: 800px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.teamy__layout {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.teamy__layout::before {
  content: "";
  background-color: var(--teamy-back-background-color, rgba(0, 0, 0, 0.7));
  opacity: 0;
  position: absolute;
  z-index: 1;
}

.teamy__avatar {
  display: block;
  block-size: 100%;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.teamy__back {
  display: flex;
  padding: var(--teamy-back-padding, 1.25rem);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.teamy__back-content {
  opacity: 0;
  margin: auto;
}

.teamy__back-content:focus-within,
.teamy:hover .teamy__back-content {
  opacity: 1;
}

/*
=====
TEAMY MASKS BASICS
=====
*/
/* circle */
.teamy_mask-circle .teamy__layout::before {
  block-size: 100%;
  aspect-ratio: 1/1;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

/* triangle */
.teamy_mask-triangle .teamy__layout::before {
  block-size: 100%;
  inline-size: 100%;
  -webkit-clip-path: polygon(0 100%, 50% 0, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 50% 0, 100% 100%);
}

.teamy_mask-triangle:hover .teamy__layout::before,
.teamy_mask-triangle:focus-within .teamy__layout::before {
  opacity: 1;
}

/*
=====
TEAMY MASKS VARIETIES
=====
*/
/* circle */
.teamy_mask-circle .teamy__layout::before {
  transform: translate(-50%, -50%) scale(0);
  inset-block-start: 50%;
  inset-inline-start: 50%;
}

.teamy_mask-circle:hover .teamy__layout::before,
.teamy_mask-circle:focus-within .teamy__layout::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(2);
}

/* triangle */
.teamy_mask-triangle .teamy__layout::before {
  inset-block-end: 0;
  inset-inline-start: 0;
}

/*
=====
TEAMY ANIMATIONS
=====
*/
@media (prefers-reduced-motion: no-preference) {
  /* circle */
  .teamy_mask-circle .teamy__layout::before {
    transition: transform 0.3s ease, opacity 0.3s ease-out;
    will-change: opacity, transform;
  }
  .teamy_mask-circle:hover .teamy__layout::before,
  .teamy_mask-circle:focus-within .teamy__layout::before {
    transition-duration: 0.6s;
  }
  /* triangle */
  .teamy_mask-triangle .teamy__layout::before {
    transition-property: opacity, -webkit-clip-path;
    transition-property: clip-path, opacity;
    transition-property: clip-path, opacity, -webkit-clip-path;
    transition-duration: 0.2s, 0.4s;
    transition-delay: 0.4s, 0s;
    transition-timing-function: ease-out;
    will-change: clip-path, opacity;
  }
  .teamy_mask-triangle:hover .teamy__layout::before,
  .teamy_mask-triangle:focus-within .teamy__layout::before {
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
    transition-delay: 0s;
    transition-duration: 0.4s;
  }
  /* zoom preview */
  .teamy_zoom-photo .teamy__avatar {
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1);
  }
  .teamy_zoom-photo:hover .teamy__avatar,
  .teamy_zoom-photo:focus-within .teamy__avatar {
    transform: scale(1.2);
  }
  /* zoom and rotate preview */
  .teamy_zoom-rotate-photo .teamy__avatar {
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) rotate(0);
  }
  .teamy_zoom-rotate-photo:hover .teamy__avatar,
  .teamy_zoom-rotate-photo:focus-within .teamy__avatar {
    transform: scale(1.2) rotate(5deg);
  }
  /* zoom and slide preview */
  .teamy_zoom-slide-photo .teamy__avatar {
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) translate(0, 0);
  }
  .teamy_zoom-slide-photo:hover .teamy__avatar,
  .teamy_zoom-slide-photo:focus-within .teamy__avatar {
    transform: scale(1.2) translate(4%, 4%);
  }
  /* content animation */
  .teamy__back-content:focus-within,
  .teamy:hover .teamy__back-content {
    transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
  }
}
/*
=====
SCROLLER CORE STYLE
=====
*/
.scroller {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.r-button {
  background-color: var(--r-button-background-color, transparent);
  padding: var(--r-button-padding, 0);
  border: var(--r-button-border-width, 0) var(--r-button-border-style, solid) var(--r-button-border-color, currentColor);
  font-family: var(--r-button-font-family, inherit);
  font-size: var(--r-button-font-size, inherit);
}

.r-button:focus {
  outline: none;
}

.r-button::-moz-focus-inner,
.r-button[type=button]::-moz-focus-inner,
.r-button[type=reset]::-moz-focus-inner,
.r-button[type=submit]::-moz-focus-inner {
  --r-button-border-style: none;
  --r-button-padding: 0;
}

.r-link {
  display: var(--r-link-display, inline-flex);
}

.r-link[href] {
  color: var(--r-link-color);
  -webkit-text-decoration: var(--r-link-text-decoration, none);
          text-decoration: var(--r-link-text-decoration, none);
}

.r-link:focus {
  outline: none;
}

.button {
  display: var(--ui-button-display, inline-flex);
  padding: var(--ui-button-padding, var(--ui-button-padding-block-start, 0.25rem) var(--ui-button-padding-inline-end, 0.25rem) var(--ui-button-padding-block-end, 0.25rem) var(--ui-button-padding-inline-start, 0.25rem));
  background-color: var(--ui-button-background-color);
  border: var(--ui-button-border-width) var(--ui-button-border-style, solid) var(--ui-button-border-color, currentColor);
  border-radius: var(--ui-button-border-radius);
  cursor: var(--ui-button-cursor, pointer);
  font-family: var(--ui-button-font-family);
  font-size: var(--ui-button-font-size);
  color: var(--ui-button-color);
  text-transform: var(--ui-button-text-transform, uppercase);
}

:focus .button {
  outline: var(--ha-outline-width, 3px) var(--ha-outline-style, solid) var(--ha-outline-color, currentColor);
  outline-offset: var(--ha-outline-offset, 0);
}

.teamy {
  --ui-button-color: #fefefe;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.teamy__content {
  order: 1;
}

.teamy__name,
.dialog_title {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  color: #0534CA;
  line-height: 1;
  margin: 10px 0;
}

.scroller__item {
  width: 17%;
  overflow: hidden;
  border-radius: 15px;
}
.scroller__item .desc {
  background: #0534CA;
  padding: 15px;
  color: white;
  font-size: 12px;
  text-align: start;
}

.scroller .scroller__item:first-child {
  flex: 100%;
}

.scroller .scroller__item:first-child .teamy.teamy_mask-circle {
  width: 15%;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}

.teamy__post {
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.first-person {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.first-person img {
  display: block;
  width: calc(100% - 20px);
}
.first-person .title {
  color: #0534CA;
}
.first-person .subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1em;
}
.first-person p {
  text-align: justify;
}

@media (max-width: 480px) {
  .teamy-team {
    --scroller-visible-items-number: 1.2;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .teamy-team {
    --scroller-visible-items-number: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teamy-team {
    --scroller-visible-items-number: 2.8;
  }
}
@media (min-width: 1025px) {
  .teamy-team {
    --scroller-visible-items-number: 3.8;
  }
}
.teamy {
  --ha-outline-color: #F0F0F0;
  --ha-outline-offset: 7px;
}

.teamy__front {
  block-size: 250px;
  background: #F0F0F0;
}

.scroller::-webkit-scrollbar {
  inline-size: 15px;
  block-size: 15px;
}

.scroller::-webkit-scrollbar-thumb {
  background-color: #53428c;
  border-radius: 10px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

.scroller::-webkit-scrollbar-track {
  background-image: linear-gradient(90deg, #434343, #434343 1px, #262626 0, #262626);
}

.widget {
  --ui-button-background-color: #ffd3bd;
  --ui-button-border-width: 3px;
  --ui-button-border-color: #ffa87c;
  --ui-button-color: #222;
  --ha-outline-offset: 5px;
  --ha-outline-color: #6B2DA2;
  display: flex;
  justify-content: center;
}

/*
=====
POPUP
=====
*/
.popup {
  display: none;
}

.active .popup {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .popup {
    background-color: #f0f0f0;
  }
}
.popup__container {
  box-sizing: border-box;
  inline-size: 100%;
  block-size: 100dvh;
  padding: 2rem 4rem 3rem 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.popup__content {
  max-width: 70ch;
  margin-inline: auto;
}

.popup__close {
  position: fixed;
  inset-block-start: 1.5rem;
  inset-inline-end: 2.5rem;
}

.popup__close:focus {
  outline: 3px solid #6B2DA2;
  outline-offset: 5px;
}

.popup__close-text {
  display: inline-flex;
  padding-block: 0.25rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

@media (orientation: portrait) {
  .popup__close {
    inset-block-start: 4%;
    inset-inline-end: 0.8rem;
  }
}
/*
animation
*/
@media (prefers-reduced-motion: no-preference) {
  .popup {
    isolation: isolate;
  }
  .popup::before {
    will-change: height, top;
    animation: open-animation 0.6s cubic-bezier(0.83, 0.04, 0, 1.16) 0.65s both;
  }
  .popup::after {
    will-change: width, opacity;
    animation: line-animation 0.6s cubic-bezier(0.83, 0.04, 0, 1.16) both;
  }
  .popup::before {
    content: "";
    box-sizing: border-box;
    inline-size: 100%;
    background-color: #f0f0f0;
    position: fixed;
    inset-block-start: 50%;
    inset-inline-start: 0;
    z-index: -1;
  }
  .popup::after {
    content: "";
    inline-size: 0;
    block-size: 2px;
    background-color: #f0f0f0;
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 0;
    margin-top: -1px;
  }
  .popup__container {
    animation: fade 0.5s ease-out 1.3s both;
  }
}
@keyframes line-animation {
  0% {
    width: 0;
    opacity: 1;
  }
  99% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes open-animation {
  0% {
    height: 0;
    top: 50%;
  }
  100% {
    height: 100vh;
    top: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .scroller__item {
    width: 29%;
  }
  .first-person {
    margin-top: 40px;
    align-items: start !important;
  }
  .first-person p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .scroller {
    gap: 25px 5px;
  }
  .scroller__item {
    width: 48%;
  }
  .first-person {
    margin: auto;
    margin-top: 40px;
    align-items: start !important;
    width: 99%;
  }
  .first-person .text-end {
    text-align: start !important;
  }
  .first-person p {
    font-size: 14px;
  }
  .first-person img {
    width: 100%;
  }
  .teamy__front {
    block-size: 200px;
  }
  .scroller .scroller__item:first-child .teamy.teamy_mask-circle {
    width: 58%;
  }
  .teamy__content {
    block-size: inherit;
  }
  .teamy__name,
  .dialog_title {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .teamy__post {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .container-c {
    max-width: 1420px;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
}
@media only screen and (max-width:1300px) {
  .training.blog {
    max-width: 94%;
    margin-inline: auto;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .performance .title {
    margin-bottom: 2em;
    text-align: center;
  }
  .quality {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width:480px) {
  a.navbar-brand img {
    width: 170px;
  }
  .navbar .nav-link {
    margin-inline: 0;
  }
  .banner .subtitle {
    margin-top: 2em;
  }
  .banner .hero {
    animation: heartbeat 15s ease-in-out infinite alternate-reverse both;
  }
  @keyframes heartbeat {
    from {
      transform: scale(1);
      transform-origin: center center;
      animation-timing-function: ease-out;
    }
    10% {
      transform: scale(0.91);
      animation-timing-function: ease-in;
    }
    17% {
      transform: scale(0.98);
      animation-timing-function: ease-out;
    }
    33% {
      transform: scale(0.87);
      animation-timing-function: ease-in;
    }
    45% {
      transform: scale(1);
      animation-timing-function: ease-out;
    }
  }
  .training-card .title {
    font-size: 35px;
  }
  .training-card .subtitle {
    font-size: 20px;
  }
  .success-story .content p {
    font-size: 16px;
  }
  .services .service-card p {
    margin-top: 10px;
    font-size: 16px;
  }
  .btn {
    font-size: 14px;
  }
  .training.blog {
    max-width: 86%;
    margin-inline: auto;
  }
  .trust {
    padding: 1em;
    padding-top: 2em;
  }
  .banner .title,
  .trust .title,
  .about-us .title {
    font-size: 30px;
  }
  .footer .headline {
    margin-top: 1em;
  }
  .footer .footer_brief {
    margin-top: 0.5em;
  }
  .footer {
    padding: 2em 0;
  }
  .banner {
    background: radial-gradient(41.02% 41.02% at 50% 63%, rgba(5, 52, 202, 0.42) 0%, rgba(5, 52, 202, 0) 100%);
  }
  .banner.internal .intenal-title {
    text-align: center;
    font-size: 30px;
  }
  .xray {
    margin-top: 2em;
  }
  .xray img {
    width: 80%;
    margin: 3em auto;
    display: block;
  }
  .xray img:not(.no-shadow) {
    box-shadow: -20px -20px 0 0 #0534CA;
  }
  .xray .ms-4 {
    margin: 2em 0 !important;
  }
  .quality {
    margin-top: 2em !important;
    height: auto !important;
  }
  .quality .container {
    padding: 0 1em;
  }
  img.no-shadow {
    margin-top: 2em !important;
  }
  .careers .job {
    padding: 15px;
  }
  .job.internal .gap-5 {
    gap: 0.5rem !important;
    margin-top: 1em;
  }
  .careers .job .job-desc h5 {
    font-size: 16px;
  }
  .careers .job .job-desc .desc * {
    font-size: 14px;
  }
  .careers .job.application .d-flex {
    flex-wrap: wrap;
  }
  .careers .job.application label {
    min-width: inherit;
  }
  .training-plan .larg-cource-card {
    padding: 1.5em 2em;
  }
  .training-plan .larg-cource-card .left {
    width: 100%;
  }
  .training-plan .larg-cource-card .btn {
    height: 100px;
    width: 100%;
    margin-top: 2em;
  }
  .news .news-card {
    flex-wrap: wrap;
  }
  .news .news-card img {
    width: 100%;
    height: auto;
    max-height: 270px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .space {
    padding: 0;
  }
  .vision h2 {
    font-size: 40px;
    margin-top: 1em;
  }
  .sustainability.steps .col-lg-4 {
    margin-bottom: 9em;
  }
  .certificate img {
    width: 100%;
  }
  .certificate {
    padding: 2em 2em;
  }
  .certificate .title_blue {
    margin-bottom: 0 !important;
  }
  .certificate::after {
    height: 85px;
    top: 30%;
  }
  .certificate img {
    margin-top: 0;
  }
  .banner:not(.nobackground) {
    background: radial-gradient(100.02% 35.02% at 60% 73%, rgba(5, 52, 202, 0.42) 0%, rgba(5, 52, 202, 0) 100%);
}
.banner .scene {
    margin-top: -20px !important;
}
.banner svg
 {
    margin-top: 0;
}
.training-card
 {
    height: 250px;
}
}/*# sourceMappingURL=style.css.map */