video {
  max-width: 100%;
  object-fit: cover;
}

.service-card.with-video, .service-card.with-video:hover {
  background: none !important;
}

.service-card.with-video:before {
  content: '';
  background: linear-gradient(160deg, #004944 0%, #391246 100%) !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: ease 0.5s;
  opacity: 0;
}

.service-card {
  text-decoration: none;
}

.service-card.with-video:hover:before {
  opacity: 1;
}

.service-card video {
  opacity: 0;
  transition: ease 0.5s;
  z-index: 1;
}

.service-card:hover video {
  opacity: 0.5;
}

.images-slider-styles video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}




@media (max-width: 767px) {
  .service-card:hover video {
    opacity: 0;
  }

  .service-card.with-video:hover:before {
    opacity: 0;
  }

  .service-card:hover {
    border-color: #9d30be;
  }

  .service-card:hover .blue-line {
    border-color: #9d30be;
  }
}

.service-card h2 {
  position: relative;
  z-index: 2;
}

.service-card img {
  display: inline-block;
}

/* theme */

.bg-purple-darker {
  background-color: #001125;
}

.bg-purple-2 {
  /* background-color: #270945; */
  background-color: #23093d;
}

.bg-dark-2 {
  background-color: #00162f;
}

.color-white, ul li, .tech-card:hover .icon {
  color: #ffffff !important;
}

.bold {
  font-weight: 700 !important;
  color: #1b1d21 !important;
}

.big-eyebrow {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .big-eyebrow {
    font-size: 1.5rem;
  }
}

.hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900 !important;
  line-height: 110% !important;
  color: #1b1d21;
}

.hero-title {
  font-size: calc(1rem + 3.9vw);
}
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .hero-title {
    font-size: 4rem;
  }
}


.big-eyebrow {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.4em;
  font-weight: 400;
  color: #1b1d21;
}

.hero-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #6d6d6d;
}

.f-18 {
  font-size: 18px;
}

.bg-cover {
  background-size: cover;
}

.text-button {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1b1d21;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.text-button:hover .btn-inner .btn-play {
  background-color: #43baff;
  background-color: #0f7290;
}
.text-button:hover .btn-inner .btn-play span {
  border: 1px solid rgba(67, 186, 255, 0.8);
}
.text-button.small {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #43baff;
}
.text-button.small .icon {
  transition: ease 0.3s;
}
.text-button.small:hover .icon {
  transform: translateX(5px);
}

.btn-inner {
  display: inline-block;
  border-radius: 50%;
}

.btn-inner .btn-play {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  /* background: #7141B1; */
  color: #ffffff;
  transition: ease 0.3s;
  box-shadow: 0 0 15px rgba(136,180,245,1);
  backdrop-filter: blur(2px);
}

.btn-inner .btn-play span {
  border-color: #7141B1;
  border-color: rgba(136,180,245,1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(113, 65, 177, 0.8);
  border: 1px solid rgba(136,180,245,1);
  animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
}

.btn-inner .btn-play .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.hero-section:after {
  content: '';
  position: absolute;
  height: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, #001125);
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.hero-text.color-white {
  opacity: 0.8;
}

.list {
  padding-left: 20px;
  margin: 0;
  display: grid;
  gap: 16px;
}

.list li {
  padding-left: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.list li::marker {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0f7290;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
}

.stats-grid .stat-item .number {
  color: #FFFFFF26;
  font-size: 150px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 0.75;
}

@media (max-width: 767px) {
  .stats-grid .stat-item .number {
    font-size: 100px;
  }
}

.stats-grid .stat-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-grid .stat-item:nth-child(odd) {
  border-right: 1px solid #1B5262;
}

.stats-grid .stat-item .text {
  position: absolute;
  text-transform: uppercase;
  color: #f5f5f5;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
}

.new-project-section {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .new-project-section {
    margin-top: -40px;
  }
}

.premium-lottie-animation {
  height: 75px;
  width: 100px;
}

.steps-grid {
  display: grid;
  gap: 20px;
  position: relative;
}

.steps-grid:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  z-index: 0;
  border-right: 1px solid #1B5262;
}

.steps-grid .step-item {
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.steps-grid .step-item:last-child {
  background-color: #001125;
}

.steps-grid .icon-wrap {
  padding: 20px 0;
  background-color: #001125;
}

.steps-grid .icon {
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(136,180,245,1);
}

.steps-grid h3 {
  padding-top: 20px;
  color: #fff;
  font-family: 'Sofia Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.steps-grid .hero-text {
  font-size: 14px;
}

.steps-grid .icon span {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 767px) {
  .position-sticky {
    position: static !important;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
}

/* slider */

.case-studies-slider.single-case {
  max-width: 500px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.case-studies-slider img {
  height: 270px;
}
.case-studies-slider .text-box {
  border: 1px solid #DEE9FF;
  border-top: none;
  padding: 20px;
}
.case-studies-slider .eyebrow {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  display: none;
}
.case-studies-slider .eyebrow:before {
  content: "";
  width: 20px;
  border-top: 2px solid #1B5262;
  margin-right: 12px;
}
.case-studies-slider ul {
  margin-top: 16px;
  list-style: none;
  padding: 0;
}
.case-studies-slider ul li {
  font-weight: 500;
}
.case-studies-slider ul li:before {
  content: "\e836";
  font-family: "fontello";
  margin-right: 8px;
}
.case-studies-slider > .swiper-wrapper > .swiper-slide {
  padding: 30px 15px;
  height: auto;
  display: flex;
}
.case-studies-slider > .swiper-wrapper > .swiper-slide .case-images {
  flex-grow: 1;
}
.case-studies-slider > .swiper-wrapper > .swiper-slide .shadow-text {
  /* background-color: #fff; */
  box-shadow: 0 0 15px #6a2c7f;
  border-radius: 12px;
  overflow: hidden;
}
.case-studies-slider > .swiper-wrapper > .swiper-slide .text-box {
  /* border-radius: 0 0 10px 10px; */
  border: none;
}

.case-images {
  max-width: 100%;
  width: 100%;
}
.case-images .swiper-pagination {
  display: flex;
}
.case-images .swiper-pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 0;
  opacity: 0.8;
  height: 4px;
  border-radius: 5px;
}
.case-images .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.case-images .swiper-pagination-bullet {
  background-color: #fff;
}
.case-images .swiper-slide {
  height: auto;
  display: flex;
}
.case-images .swiper-slide img {
  height: auto !important;
  max-height: 270px !important;
}

.case-studies-slider h3 {
  padding-top: 20px;
  color: #fff;
  font-family: 'Sofia Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.case-study-tags {
  display: none;
}

.hide-col {
  z-index: 1;
}

.hide-col:before {
  content: '';
  position: absolute;
  width: 50vw;
  top: 0;
  right: -10px;
  bottom: 0;
  background-color: #001125;
}

.slider-col {
  z-index: 0;
}

.card-margin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.big-card-box {
  position: relative;
  padding: 2px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.big-card-box:after {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  right: -300px;
  left: -300px;
  height: 200px;
  z-index: 0;
  background-color: #9d30be;
  border-radius: 20px;
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.big-card {
  box-shadow: 4px 4px 10px #6a2c7f;
  background: radial-gradient(at center center, #001125 80%, #6a2c7f 100%);
  position: relative;
  z-index: 1;
  border: none;
}

.big-card:hover {
  background: linear-gradient(160deg, #004944 0%, #391246 100%);
}

.images-slider-box {
  max-width: 90%;
  position: relative;
}


@media (max-width: 767px) {
  .images-slider-box {
    max-width: 100%;
  }
}

.images-slider-styles {
  margin: 0;
  max-width: 100%;
}

.images-slider-styles:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('./new-assets/slider/slider-after.png');
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.images-slider-styles .swiper-slide {
  height: auto;
  display: flex;
}

.images-slider-styles .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.hero-slider-section {
  min-height: calc(100vh - 100px);
  padding-bottom: 100px;
}

.letters-slider {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .letters-slider {
    transform: translate(0, -50%);
  }
}

.letters-slider .letter-item {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  position: relative;
  transition: ease 1.2s;
  opacity: 0;
}

@media (max-width: 767px) {
  .letters-slider .letter-item {
    gap: 0;
  }
}

.letters-slider .letter-item:not(:first-child) {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.letters-slider .letter-item .hero-title:first-child {
  transition-delay: 0.2s;
}

.letters-slider .letter-item.active {
  opacity: 1;
}

.letters-slider .letter-item.active .hero-title {
  transform: translateY(0);
}

.letters-slider .letter-item .hero-title {
  writing-mode: vertical-lr;
  transition: ease 1.2s;
  transform: translateY(80px);
}

.absolute-letter-title {
  writing-mode: vertical-lr;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  color: #818181 !important;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 6.5rem;
  transform: translate(calc(-100% + 30px), -50%) scaleX(1.1);
  z-index: 1;
}

@media (max-width: 767px) {
  .absolute-letter-title {
    font-size: 3rem;
  }
}

.hero-pagination-box {
  left: 40px;
  bottom: 60px;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero-pagination-box {
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.hero-pagination {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 767px) {
  .hero-pagination {
    flex-direction: row;
    width: auto !important;
  }
}

.hero-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.hero-pagination .swiper-pagination-bullet-active {
  background-color: #0f7290;
}

.hero-pagination-number {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hero-pagination-number {
    margin-bottom: 0;
  }
}

.hero-pagination-number .slides-count {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-pagination-number .slides-count:before {
  content: '/';
}

.images-slider-box-laptop {
  max-width: initial;
  width: 698px;
  left: 79px;
  top: 5px;
  height: 460px;
}

.images-slider-laptop {
  border-radius: 22px 22px 10px 10px;
  max-width: 100%;
}

/* horizont */

.images-slider-box-laptop .letters-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 20px;
  z-index: 2;
  transform: none;
}

@media (max-width: 767px) {
  .images-slider-box-laptop .letters-slider {
    transform: none;
  }
}

.images-slider-box-laptop .letters-slider .letter-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: ease 1.2s;
  opacity: 0;
}

.images-slider-box-laptop .letters-slider .letter-item:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.images-slider-box-laptop .letters-slider .letter-item .hero-title {
  writing-mode: initial;
  text-align: center;
}

.letters-slider .letter-item .hero-title:first-child {
  transition-delay: 0.2s;
}

.images-slider-box-laptop .letters-slider .letter-item.active {
  opacity: 1;
}

.images-slider-box-laptop .letters-slider .letter-item.active .hero-title {
  transform: translateX(0);
}

.images-slider-box-laptop .letters-slider .letter-item .hero-title {
  transition: ease 1.2s;
  transform: translateX(80px);
}

.images-slider-box-laptop .absolute-letter-title {
  writing-mode: initial;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  color: #a09f9f !important;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 40px;
  text-align: center;
  font-size: 6rem;
  transform: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .absolute-letter-title {
    font-size: 3rem;
  }
}

.hero-pag-laptop {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-pag-laptop .hero-pagination {
  flex-direction: row;
  width: auto !important;
}

.hero-pag-laptop .hero-pagination-number {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .images-slider-box-laptop {
    position: static !important;
    width: auto;
    height: 300px;
    margin-top: 40px;
    overflow: hidden;
  }

  .laptop-slider-row {
    /* flex-direction: column-reverse; */
  }

  .laptop-slider-row .text-button {
    justify-content: center;
  }

  .images-slider-box-laptop .absolute-letter-title {
    font-size: 4rem !important;
    bottom: 20px !important;
  }

  .big-laptop {
    display: none;
    max-width: 100% !important;
  }

  .hero-section:not(.not-high) {
    height: auto !important;
    min-height: 100vh;
  }
}

.hero-left-title {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .hero-left-title {
    font-size: 2rem;
  }
}

.letters-laptop .letter-item .hero-title {
  -webkit-text-stroke: 1.5px;
  -webkit-text-fill-color: transparent;
  color: #d4d2d2 !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.images-slider-laptop .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 100px;
  filter: brightness(1.2);
}

@media (max-width: 767px) {
  .images-slider-laptop .icon {
    max-width: 50px;
    top: 10px;
    right: 10px;
  }
}

.images-slider-laptop .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}


.hero-text {
  font-size: 17px;
}

.btn-new {
  border-color: #13738d !important;
  backdrop-filter: blur(10px);
  padding: 12px 24px !important;
  transition: ease 0.3s;
  box-shadow: 0 0 8px rgb(158, 48, 191, 0.6);
}

.btn-new:hover {
  background-color: #13738d !important;
  box-shadow: 0 0 16px rgb(158, 48, 191, 0.6);
}

.appear-anim {
  opacity: 0;
  transform: scale(0);
}

.appear-anim.animated {
  animation: appearing 1s linear forwards;
}

@keyframes appearing {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.typed-out {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing linear 7s infinite forwards;
  display: block;
  font-size:80%;
}

.typed-out-after {
  content: '';
  border-right: 2px solid #fff;
  animation: blink-cursor linear 0.8s infinite forwards;
}

@keyframes blink-cursor {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes typing {
  0% {
    width: 0
  }

  20% {
    width: 100%
  }

  100% {
    width: 100%
  }
}




.custom-table {
  /* border-top: 1px solid #a9a9a9; */
  /* border-left: 1px solid #a9a9a9; */
  border-radius: 15px;
  background-color: #eeeeee;
}

@media (max-width: 1000px) {
  .custom-table {
    overflow-x: auto;
  }
}

.custom-table.table-3 .tr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.custom-table .tbody, .custom-table .thead {
  min-width: 936px;
}

.custom-table .thead {
  background: linear-gradient(160deg, #004944 0%, #391246 100%);
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 5;
}

.custom-table .tbody .tr {
  transition: ease 0.3s;
}

.custom-table .tbody .tr:last-child {
  border-radius: 0 0 10px 10px;
}

.custom-table .tbody .tr:hover {
  box-shadow: 0 0 30px #bdbcbc;
  z-index: 10;
  position: relative;
}

.custom-table .td, .custom-table .th {
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  padding: 16px 32px;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.custom-table .td, .custom-table .td li {
  color: #4c4c4c !important;
}

.custom-table .td {
  padding: 32px 24px;
}

.custom-table .th:first-child {
  border-radius: 10px 0 0 0;
}

.custom-table .th:last-child {
  border-radius: 0 10px 0 0;
  border: none;
}

.custom-table .tr:last-child .td:first-child {
  border-radius: 0 0 0 10px;
}

.custom-table .tr:last-child .td:last-child {
  border-radius: 0 0 10px 0;
}

.custom-table .tbody .tr:nth-child(even) {
  /* background-color: rgb(28, 83, 99, 0.3); */
  background-color: #dfdddd;
}
.custom-table .td, .custom-table .td p , .custom-table .td li {color: #4c4c4c !important; font-size: 1rem !important; line-height:1.3 !important;}

.short-table {
  position: relative;
}

.short-table:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, #001125);
  height: 200px;
  z-index: 10;
}

.custom-table .td ul, .module-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-table .td ul li, .module-list li {
  position: relative;
  padding-left: 24px;
}

.custom-table .td ul li:before, .module-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  margin-right: 8px;
  transform: translateY(2px);
}

.module-list li:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%234c4c4c' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Epoint%3C/title%3E%3Cpath d='M16 4.686l-11.314 11.314 11.314 11.314 11.314-11.314-11.314-11.314zM10.343 16l5.657-5.657 5.657 5.657-5.657 5.657-5.657-5.657z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.custom-table .td ul li:before {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12.9L7.14286 16.5L15 7.5' stroke='%234c4c4c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M20 7.5625L11.4283 16.5625L11 16' stroke='%234c4c4c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4933 6.93502C15.8053 7.20743 15.8374 7.68122 15.565 7.99325L7.70786 16.9933C7.56543 17.1564 7.35943 17.25 7.14287 17.25C6.9263 17.25 6.72031 17.1564 6.57788 16.9933L3.43502 13.3933C3.16261 13.0812 3.19473 12.6074 3.50677 12.335C3.8188 12.0626 4.29259 12.0947 4.565 12.4068L7.14287 15.3596L14.435 7.00677C14.7074 6.69473 15.1812 6.66261 15.4933 6.93502Z' fill='%23fff'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5175 7.01946C20.8174 7.30513 20.829 7.77986 20.5433 8.07981L11.9716 17.0798C11.8201 17.2389 11.6065 17.3235 11.3872 17.3114C11.1679 17.2993 10.9649 17.1917 10.8318 17.0169L10.4035 16.4544C10.1526 16.1249 10.2163 15.6543 10.5458 15.4034C10.8289 15.1878 11.2161 15.2044 11.4787 15.4223L19.4571 7.04531C19.7428 6.74537 20.2175 6.73379 20.5175 7.01946Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); */
}


@media (min-width: 1370px) and (max-width: 1720px) {
	.hero-section .row.laptop-slider-row {padding-top:20px;}
	.hero-section .text-button {position:relative; top:-20px;}
	.hero-left-title, .hero-title {font-size: 2.7rem;}
	.hero-text {font-size: 16px;}

	.service-card.gap-4 {gap: 1.3rem !important; padding: 2.7rem !important;}
}
@media (min-width: 1721px) {
	.hero-section .row.laptop-slider-row {padding-top:4vh;}
}

@media (min-width: 1400px) {
  .images-slider-laptop .hero-title {
    font-size: 4rem;
  }
}


@media (min-width: 1200px) {
    .letter-item .hero-title {
        font-size: 3.5rem;
    }

	.hero-section.vh-100 {
		height:auto !important;
		min-height:70vh !important
	}

}

@media (min-width: 1400px) {
  .images-slider-laptop .hero-title {
    font-size: 4rem;
  }
}







@media (max-width: 767px) {
  .position-sticky {
    position: static !important;
  }

  #main_menu {
    margin-top: 16px;
  }

  #main_menu, #lang_nav {padding:15px; background-color: #001125;

	border: 1px solid #1B5262;
    border-radius: 10px;

  }

  #main_menu li a {padding:10px 15px; display:inline-block; font-size:16px;}
  #lang_nav {display:block; text-align:center;}
  #lang_nav li {display:inline-block;}
}

.custom-table.table-4 .tr {
  display: grid;
  grid-template-columns: 160px 1fr 1fr 1fr;
}


@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
	top: auto !important;
  }
}

.short-table {
  position: relative;
}

.short-table:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, #001125);
  height: 200px;
  z-index: 10;
}


.new-overlay {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
}


.about-container {
  background-color: #e6e8ea;
  border-radius: 20px;
  width:100%;

}

.about-container h2, .dark-text h2 {
  color: #222;
}

.about-container p {
  font-weight: 400;
}

.about-container p, .dark-text p, .dark-text label, .dark-text span, .dark-text a, .dark-text li {
  color: #656565 !important;
}

.dark-text a {
  text-decoration: none;
}

.about-img input, .about-img textarea {
  background-color: #e6e8ea !important;
}

.dark-text .btn {
  color: #13738d !important;
}

.dark-text .btn:hover {
  color: #fff !important;
}

.about-container .text-button, .about-container .fas {
  color: #222;
}

.about-img {
  border-radius: 20px;
  padding-top: 250px;
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-img {
    padding-top: 40px;
  }
  .about-container { padding-bottom:15px !important;}
}

.about-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to bottom, transparent, rgb(0, 17, 36, 0.8), #001125);
}

.about-img .text-row {
  position: relative;
  z-index: 1;
}

.about-container .about-img p {
  color: #fff !important;
  font-weight: 400;
}

.new-title {
  /* font-family: 'Russo One', sans-serif; */
}

.purple-line {
  border-top: 1px solid #6a2c7f;
}

.color-purple {
  color: #6a2c7f !important;
}

.br-20 {
  border-radius: 20px;
}

.fw-400 {
  font-weight: 400;
}

.contact-stat:not(:last-child) {
  border-bottom: 1px solid rgb(108, 44, 129, 0.3);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.contact-stat .number {
  font-size: 20px;
  margin-right: 8px;
  color: #222;
}

.contact-stat .number span {
  color: #222;
}

.contact-stat .label {
  font-size: 14px;
  font-weight: 300;
  margin-top: -4px;
  display: block;
}

