/* general styles */
body {
  background: #0b1426;
  transition: all 400ms ease;
}

.radius28 {
  border-radius: 28px;
}

.padding-0 {
  padding: 0px !important;
}

.sub-header-badge {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  display: flex;
  width: fit-content;
  padding: 0px 40px;
  font-size: 10px;
  margin-bottom: 30px;
}

.button-arrow-48 {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  position: relative;
  bottom: inherit;
  top: inherit;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0);
}

.button-slider-transparent {
  height: 72px;
  width: 72px;
  border-radius: 100%;
  position: relative;
  bottom: inherit;
  top: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff30;
  backdrop-filter: blur(8px);
  border: 1px solid #ffffff87;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0);
}

.button-slider-transparent:hover {
  background: #fff;
}

.button-slider-transparent svg {
  margin-top: 4px;
  transition: 0.3s;
  transform: rotate(45deg);
  color: #fff;
}

.button-slider-transparent:hover svg {
  transform: rotate(0deg);
  color: #333;
}

.button-slider-transparent-left svg {
  margin-top: 0px;
  transition: 0.3s;
  transform: rotate(-135deg);
  color: #fff;
}

.button-slider-transparent-left:hover svg {
  transform: rotate(-180deg);
  color: #333;
}

.button-slider-right {
  z-index: 2;
  position: absolute;
  bottom: 64px;
  right: 64px;
}

.button-slider-left {
  z-index: 2;
  position: absolute;
  bottom: 64px;
  left: 64px;
}

@media (max-width: 991px) {
  .button-slider-transparent {
    height: 48px;
    width: 48px;
  }

  .button-slider-right {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .button-slider-left {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}

.button-arrow-48:hover {
  transform: rotate(45deg);
}

.button-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.button-icon-arrow {
  background-image: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m22.83 1.105.005-1.044-1.087.005L5.586.13 4.499.135l-.01 2.087 1.088-.004 13.536-.054L.496 20.038 2.03 21.51 20.646 3.635l-.057 12.997-.005 1.044 2.175-.01.004-1.043.068-15.518z" fill="currentColor"/></svg>');
  background-size: 100% 100%;
  color: #ffcc00;
}

.button-icon-arrow-white {
  background-image: url(../images2/arrow-white.svg);
  background-size: 100% 100%;
}



/* main button */

.big-button-white {
  display: inline-flex;
  border: 2px solid #fff;
  border-radius: 80px;
  color: #101123;
  font-weight: 600;
  font-size: clamp(14px, 1.3vw, 20px);
  gap: 8px;
  margin-bottom: 10px;
  background: #fff;
  padding: 4px 4px 4px 32px;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 300ms ease-in-out;
  align-items: center;
  justify-content: space-between;
}
.big-button-white .button-icon {
  background: #101123;
  display: flex;
  width: 48px;
  height: 46px;
  border-radius: 50%;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.big-button-white:hover {
  background: transparent;
  color: #fff;
}
.big-button-white:hover .button-icon {
  background: #fff;
}
.big-button-white .button-icon svg {
  width: 16px;
  height: 16px;
  color: #fff;
  transition: 0.3s;
  transform: rotate(0deg);
}
.big-button-white:hover .button-icon svg {
  color: #101123;
  transform: rotate(45deg);
}
        /*btn-purple*/
.big-button-purple {
    border: 2px solid #5f56d6;
    background: #5f56d6;
    color: #fff;
}
.big-button-purple:hover {
    border: 2px solid #2b21b0;
    background: #2b21b0;
    color: #fff;
}
        /*btn-yellow*/
.big-button-yellow {
    border: 2px solid #ffea23;
    background: #ffea23;
    color: #101123;
}
.big-button-yellow:hover {
    border: 2px solid #ff6036;
    background: #ff6036;
    color: #fff;
}



/* =======================
-*/


/* general styles end */
/* preloader slider styles */

.overlay11 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
}

.bar {
  width: 12vw;
  height: 105vh;
  background: #0d1426;
  border-right: 1px solid #1a213a;
}

.counter11 {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bcbcc4;
  padding: 0.2em 0.4em;
  font-size: 15vw;
  z-index: 10000;
}

.preloader-font-inner {
    display: flex;
    justify-content: center;
}
.preloader-font-inner-left {
    display: flex;
    justify-content: flex-start;
    width: 25%;
}
.preloader-font-inner-center {
    width: 50%;
    height: 100%;
    /* position: fixed; */
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
    color: #bcbcc4;
    /* padding: 0.2em 0.4em; */
    font-size: 7vw;
    z-index: 10008;
    text-align: center;
}
.preloader-font-inner-right {
    display: flex;
    justify-content: flex-end;
    width: 25%;
}


/* preloader slider styles end */
/* header styles */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

header .container-fluid {
  /*padding fix*/
  padding: 0;
}

header .navbar {
  margin: 20px;
}

header .navbar-brand {
  padding: 20px 0;
  background: #ffffff;
  padding: 12px;
  border-radius: 84px;
}

.header-big-phone {
  background: #ffffff;
    padding: 0px 20px;
    padding: clamp(0px, 1vw, 10px) clamp(10px, 3vw, 20px);
    border-radius: 84px;
    display: flex;
    align-items: center;
}
.header-big-phone a {
/*  font-size: clamp(14px, 2vw, 2rem);*/
  white-space: nowrap;
}
.header-big-email {
    margin-right: 10px;
    aspect-ratio: 1;
    justify-content: center;
}
@media (max-width: 991px) {
  .header-big-phone {
    display:none;
  }
 
}

header.sticky .header-big-email {
    height: 60px;
    width: 60px;
    transition: all 400ms ease;
}
header.sticky .header-big-phone {
    height: 60px;
    transition: all 400ms ease;
}

header.sticky .disable-fixed .navbar-brand {
  padding: 10px;
  align-self: center;
}

header .navbar-brand img {
  max-height: 40px !important;
}

header .header-icon {
  background: #ffffff;
  padding: 0px 20px;
  border-radius: 84px;
}

header .navbar-nav {
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff38;
  border-radius: 84px;
  padding: 0px 4px 0px 10px;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
header .navbar-nav:before {
  display: none;
}
.nav-item-lang {
  align-content: center;
  flex-wrap: wrap;
}
.nav-link-lang {
  background: #fff;
    color: #000 !important;
    padding: 10px !important;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px !important;
}
.navbar-nav-hoverblock .nav-item-lang a.nav-link-lang {
  background: #000;
    color: #fff!important;
}

header.sticky .navbar {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  background: #ffffffab;
  backdrop-filter: blur(13px);
  border-radius: 0px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.dropdown-mod {}

.dropdown-mod:hover .navbar-nav {
  border-radius: 0px;
  background: red;
}

.phone-trigger {
  background: #fff;
  border-radius: 60px;
  padding: 2px 10px 2px 2px;
  color: #000;
}

.phone-trigger:hover {
  transition: all 200ms ease;
  transform: scale(1.05);
}

/* header styles end */
/* hero-section styles */
.slider-inner {
  padding-bottom: 150px;
}

.slider-title {
  margin-top: 0;
  line-height: 5.375rem;
  margin-bottom: 25px;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 5.575rem;
  text-transform: uppercase;
}
.slider-subtitle {
line-height: 2.375rem;
  margin-bottom: 25px;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
  letter-spacing: -2px;
  font-weight: 300;
  font-size: 2.575rem;
  text-align: left;
}

.slider-backlay-blur {
  height: 180px;
  width: 100%;
  mask: linear-gradient(transparent, black, black);
  backdrop-filter: blur(8px);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.hs-tags_wrapper {
  margin-bottom: 32px;
  margin-top: -8px;
  margin-bottom: 0px;
  margin-top: 32px;
  display: -webkit-flex;
  display: flex;
  margin-right: -8px;
  position: relative;
}

.hs-tags_item {
  padding: 10px 20px 10px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  background: #ffffffe0;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(3px);
  border-radius: 32px;
  margin-right: 8px;
  color: #000;
  font-weight: 600;
}

/* hero-section styles end */
/* company-info styles */
.company-info-title2 {
  font-family: var(--alt-font);
  color: #fff;
  font-size: 22px;
}

/* company-info styles end */
/* expertise slider styles */
@media (min-width:1220px) {

  /* left padding for slider for desktops*/
  .swiper-wrapper-indent {
    transform: translateX(10%);
    z-index: 2;
  }

  .expertise-slider-outer {
    padding: 0;
  }
}

.expertise-card {}

.expertise-card figure {
  z-index: 1;
  margin: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.expertise-card figcaption {
  display: flex !important;
  position: absolute !important;
  height: 100% !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: 100% !important;
  padding: 30px 20px;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.expertise-card figure img {
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: cover;
}

.expertise-card figure:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.expertise-card figure:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

.expertise-card figure:hover figcaption .circle-box {
  background-color: var(--white) !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1.5);
  transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1.5);
}

.expertise-number {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
}

.expertise-arrow-position {
  top: 10px;
  right: 0px;
}

.expertise-card .expertise-card-title {
  font-size: 32px;
  font-weight: 700;
}

.expertise-card-title {
  display: block !important;
}

.expertise-card-title::first-letter {
  display: block !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.circle-box-rotate {
  transform: rotate(-45deg);
}

.circle-box-rotate:hover {
  background: #ffea23;
  transform: rotate(0deg);
}

.expertise-card:hover .button-arrow-48 {
  transform: rotate(45deg);
  background: #ffea23;
}

/* expertise slider styles end */
/* services styles */
.service-wrapper {
  padding: 20px;
}

.service-item {
  display: flex;
  position: relative;
  min-height: 440px;
  max-height: 520px;
  width: 100%;
  background-color: #0F1123;
  border: 1px solid #172031;
  border-radius: 28px;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
}

.service-item:hover .button-arrow-48 {
  transform: rotate(45deg);
  background: #ffea23;
}

.service-item-inner {
  display: flex;
  flex-direction: column;
}

.service-item-inner-top h3 {
  padding: 10px;
}

.service-item-inner-top img {
  border-radius: 20px;
}

.service-item-inner-bottom {
  padding: 10px 10px 0px 10px;
}

.service-arrow-position {
  top: 15px;
  right: 15px;
}

.service-badge {
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0px 2px 0px 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(12px, 0.9vw, 17px);
  gap: 8px;
  margin-bottom: 10px;
}

.service-badge:hover {
  background: #fff;
  color: #222;
}

.category-links .service-badge:hover .button-icon-arrow-svg {
      color: #ffffff!important;
}

.category-links {
    display: flex;
    gap:1rem;
}
.category-links .service-badge {
    padding: 24px;
    border-radius: 16px;
    font-size: clamp(16px, 2.2vw, 20px);
    background:#fff;
    color:#0d1426;
}
.category-links .service-badge:hover {
    background:transparent;
    color:#fff;
}

@media (max-width: 768px) {
    .category-links {
        flex-direction: column;
    }
    .category-links .service-badge {
        justify-content: space-between;
    }
}

.button-icon-arrow-svg svg {
  width: 16px;
  height: 16px;
}

.button-icon-arrow-svg {
  transform: rotate(0deg);
  transition: 0.3s;
}

.service-badge:hover .button-icon-arrow-svg {
  color: #0C0A1A;
  transform: rotate(0deg);
  transition: 0.3s;
}

.service-badge:active .button-icon-arrow-svg {
  color: #0C0A1A;
}
@media (min-width: 768px) and (max-width: 1367px) {
  .service-item-wrap {
    flex: 0 0 auto;
    width: 50%!important;
  }
}
@media (max-width: 991px) {
  .service-wrapper {
    padding: 0px;
  }

  .service-item-inner-bottom {
    padding: 0px;
  }

  .service-item {
    min-height: 360px;
    max-height: 450px;
    margin-bottom: 20px;
  }

  .service-badge {
    font-size: 15px;
  }

  .service-item-inner-top .button-arrow-48 {
    display: none;
  }
}

/* services styles end */
/* porjects styles */
.project-counter_wrapper {
  color: #fff;
  padding: 1.5625rem;
  background-color: #030511;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border-radius: 28px;
}

.project-counter_left {
  font-size: 40px;
  font-weight: 700;
  padding-right: 1.25rem;
  border-right: 1px solid rgb(84, 84, 84);
  letter-spacing: -0.04em;
}

.project-counter_right {
  padding-left: 1.25rem;
}

.project-btn-feedbacks {
  bottom: 10px;
  left: 10px;
  background: #9090904d;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  padding: 8px 40px;
  backdrop-filter: blur(7px);
  border: 2px solid #fff;
}

.project-item_title {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 5px;
  display: block;
}
.project-item_text {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 400;
  margin-bottom: 30px;
  color: #868d98;
  line-height: 1.6rem;
}


.project-btn-feedbacks:hover {
  background: #fff;
  color: #333;
}

.swiper-number-pagination-style-02 .swiper-number {
  right: 10px;
  padding: 2px;
  background: #9090904d;
  border: 2px solid #fff;
  border-radius: 80px;
  backdrop-filter: blur(12px);
  display: flex;
  top: auto;
  bottom: -16px;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
  margin: 0px 0 !important;
  color: #ffffff;
  font-weight: 700;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  color: #000;
  font-weight: 700;
}

/* projects styles end */
/* feedbacks styles */
.grid_wrapper {
  position: relative;
  z-index: 2;
}

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.grid_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.6em;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.grid_item {
  background: #fff;
  border-radius: 28px;
  padding: 8px;
}

.grid_item:nth-child(6n+1) {
  width: 25%;
  width: 18.75%;
  margin-right: 6.25%;
}

.grid_item:nth-child(6n+2) {
  width: 18.75%;
  margin-right: 6.25%;
  margin-top: 10%;
}

.grid_item:nth-child(6n+3) {
  width: 12.5%;
  width: 18.75%;
  margin-top: 4%;
}

.grid_item:nth-child(6n+4) {
  width: 31.25%;
  width: 18.75%;
  margin-top: 24%;
}

.grid_item:nth-child(6n+5) {
  width: 31.25%;
  width: 18.75%;
  margin-right: 6.25%;
  margin-top: -12%;
  margin-right: 61.25%;
  margin-top: -20%;
}

.grid_item:nth-child(6n+6) {
  width: 25%;
  width: 18.75%;
  margin-left: 24%;
  margin-top: -8%;
}

.grid_element {
  position: relative;
  width: 100%;
  padding-top: 131%;
}

.grid_img {
  border-radius: 21px;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid_element-company-white {
  background: #ffffff94;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 5px #cecece;
  border-radius: 20px;
  position: absolute;
  padding: 10px 15px;
  z-index: 2;
  bottom: 6px;
  left: 6px;
  right: 6px;
}

.grid_element-company-white span {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  display: block;
}

.grid_element-company-white a {
  font-size: 16px;
  color: #868d98;
}

.grid_element-company-white a:after {
  content: "";
  background-image: url('../images2/arrow-black.svg');
  background-size: 100% 100%;
  color: #ffcc00;
  display: inline-flex;
  transition: 0.3s;
  margin-left: 12px;
  width: 12px;
  height: 12px
}

.grid_element-company-white:hover a {
  color: #000;
  margin-left: 2px;
  border: 1px solid #000;
  padding: 0 8px;
  border-radius: 50px;
}

.grid_element-company-white:hover a:after {
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .fdb-carousel-container {
    margin: auto;
    position: inherit;
    overflow: visible;
    max-width: auto;
  }

  .fdb-carousel-item {
    position: inherit;
  }

  #fdb-left {
    position: absolute;
    left: 0px;
    top: 50%;
  }

  #fdb-right {
    position: absolute;
    right: 0px;
    top: 50%;
  }
}
@media (max-width: 991px) {
  .fdb-carousel-container {
    margin: 20px 0;
    position: relative;
    overflow: hidden;
  }

  .fdb-carousel-item {
    position: absolute;
  }

  #fdb-left {
    position: absolute;
    left: 0px;
    top: 50%;
  }

  #fdb-right {
    position: absolute;
    right: 0px;
    top: 50%;
  }
}
/* feedbacks styles end */

/* instagrams styles */
/* instagrams styles end */
/* footer styles */
.footer-body {
  position: relative;
  padding-top: 10%;
  padding-bottom: 1%;
}

.footer-logo {
  height: 50px;
  margin-bottom: 20px;
}

.footer-bg-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}

.footer-bg {
  background: url('../images2/footer-back-logo-2560.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}

.footer-subtitle {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-big-phone {
  display: block;
  font-size: 94px;
  line-height: 94px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: -2px;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-social-item-email {
  width: fit-content;
  border-radius: 100px;
  padding: 0 30px;
  color: #fff;
  font-size: 22px;
  clamp(16px, 20px, 24px)
  font-weight: 600;
}
.footer-social-item-email:hover {
  color: #3e3fac;
}
.footer-social-item svg {
  margin-top: 0px;
  transition: 0.3s;
  transform: rotate(0deg);
  color: #fff;
}

.footer-social-item:hover svg {
  transform: rotate(-360deg);
  color: #3e3fac;
}

.footer-button-section {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.footer-grid .text-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* footer styles end */
/* responsive */
@media (max-width: 992px) {
  .padding-0-mobile {
    padding: 0px !important;
  }

  .radius28 {
    border-radius: 18px;
  }

  .hero-section__tag {
    display: none;
  }

  #shrink {
    margin-top: 0px !important;
  }

  header .navbar {
    margin: 0px;
    border-radius: 0px;
    border: none;
    background: transparent !important;
  }

  header .navbar-brand {
    padding: 10px 16px;
    margin-top: 8px;
  }

  header .navbar-brand img {
    max-height: 28px !important;
  }

  header .navbar-left {
    padding-left: 10px !important;
  }

  header .navbar-right {
    padding-right: 10px !important;
  }

  .navbar-expand-lg .navbar-toggler {
    background: #fff;
    padding: 20px;
    border-radius: 80px;
    width: 112px;

  }

  .navbar-toggler-line {
    left: auto;
    right: 12px;
  }

  .navbar-toggler-line:nth-child(1) {
    top: 11px;
  }

  .navbar-toggler-line:nth-child(2) {
    top: 19px;
  }

  .navbar-toggler-line:nth-child(3) {
    top: 19px;
  }

  .navbar-toggler-line:nth-child(4) {
    top: 28px;
  }

  .navbar-toggler-menu {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 13px;
  }

  .hs-tags_wrapper {
    /*display: none;*/
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .hs-tags_item {
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 10px;
    padding: 6px 16px 6px;
    font-size: 17px;
  }

  .slider-inner {
    padding-bottom: 70px;
  }

  .slider-title {
    margin-top: 0;
    line-height: 100%;
    margin-bottom: 25px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 53%);
    letter-spacing: -2px;
    font-weight: 700;
    font-size: 52px;
    text-align: left;
  }
  
  w-m-75-100 {
      width:100%!important;
  }

  .navbar-backlay-blur {
    height: 80px;
    width: 100%;
    mask: linear-gradient(black, black, transparent);
    backdrop-filter: blur(8px);
    position: absolute;
    z-index: 0;
  }

  .swiper-slide {
    border-radius: 16px;
  }

  .sub-header-badge {
    padding: 0px 24px;
  }

  .expertise-slider-outer {
    padding: 0;
    margin-left: 10px;
  }

  .grid_list {
    padding-top: 0px;
    flex-direction: row;
    justify-content: normal;
    align-items: flex-start;
    gap: 8px;
  }

  .grid_item {
    background: #fff;
    border-radius: 18px;
    padding: 4px;
  }

  .grid_item:nth-child(6n+1) {
    width: 48%;
    width: 250px;
    margin: auto;
  }

  .grid_item:nth-child(6n+2) {
    width: 48%;
    width: 250px;
    margin: auto;
  }

  .grid_item:nth-child(6n+3) {
    width: 48%;
    width: 250px;
    margin: auto;
  }

  .grid_item:nth-child(6n+4) {
    width: 48%;
    width: 250px;
    margin: auto;
  }

  .grid_item:nth-child(6n+5) {
    width: 48%;
    width: 250px;
    margin: auto;
  }

  .grid_item:nth-child(6n+6) {
    width: 48%;
    width: 250px;
    margin: auto;
  }

  .grid_element {
    position: relative;
    width: 100%;
    padding-top: 131%;
  }

  .grid_img {
    border-radius: 15px;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .grid_element-company-white {
    border-radius: 11px;
    position: absolute;
    padding: 8px 12px;
    z-index: 2;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }

  .grid_element-company-white span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #000;
    display: block;
  }

  .grid_element-company-white a {
    font-size: 12px;
    color: #868d98;
  }

  .grid_element-company-white a:after {
    content: "";
    background-image: url('../images2/arrow-black.svg');
    background-size: 100% 100%;
    color: #ffcc00;
    display: inline-flex;
    transition: 0.3s;
    margin-left: 12px;
    width: 12px;
    height: 12px
  }

  .footer-big-phone {
    font-size: 54px;
    line-height: 54px;
  }
  .footer-socials {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-social-item-email {
    width: 100%;
  }
  .footer-grid {
      text-align:center;
  }
  .footer-button-section {
      justify-content: center;
  }

  .swiper-number-pagination-style-02 .swiper-number {
        display: none !important;
    }
}

/* responsive end */
/* something styles */
/* something styles end */
/* something styles */
/* something styles end */



/* breadcrumbs section */
.breadcrumbs{
    box-sizing:border-box;
    display: inline-flex;
/*    background: #ffffff6e;
    border: 0.5px solid #ffffff6b;
    backdrop-filter: blur(20px);
    padding: 0 20px;*/
    border-radius: 40px;
        margin-bottom: 2rem;
}
.breadcrumbs span.sep{
    margin-right:7px;
    font-weight: 100;
}
.breadcrumbs a{
    font-size:14px;
    color:#7a8295;
    position:relative;
    margin-right:7px;
    font-weight: 400;
    padding: 0 5px;
}
.breadcrumbs a:last-child{
    margin-right:0
}

.breadcrumbs a.active{
    font-weight: 900;
}
.breadcrumbs a.active:after{
    display:none
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 10px;
    color: #fff;
    content: '⟶';
    font-size:14px;
    display: contents;
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}


.breadcrumb-item.active {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.breadcrumb-item.active span {
    padding-left:6px;
}
.breadcrumbs .current{
    font-weight: 900;
    font-size:14px
}
.breadcrumbs .current:after{
    display:none
}
.breadcrumb {
    position: relative;
}
li.breadcrumb_home {
    margin-left: 10px;
    padding-left: 20px;
}
li.breadcrumb_home:before {
  height: 21px;
  width: 21px;
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  background: url(../images2/breadcrumb-logo-white.png);
  background-size: contain;
  left: 0;
}
@media (max-width: 991px) {
    .breadcrumb {
        margin-top: 20px;
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
}
/* breadcrumbs section end */

/* article content */
    .article-content h1 {
        font-size:36px;
        color: #fff;
        font-weight: 700;
        line-height: 3.25rem;
    }
    .article-content h2 {
        font-size:1.8rem;
        color: #fff;
        font-weight: 700;
        line-height: 2.25rem;
    }
    .article-content h3 {
        font-size:1.4rem;
        color: #fff;
        font-weight: 700;
        line-height: 1.95rem;
    }
    .article-content p {
        font-size: 16px;
        color: #fff;
        line-height: 2rem;
        margin-bottom:1.6rem;
    }
    .article-content ul {
        padding-left: 0.5rem;
    }
    .article-content li {
        font-size: 16px;
        list-style: none;
        position: relative;
        padding-left: 36px;
        line-height: 1.75;
        color: #fff;
    }
    
    .article-content li::before {
        content: "";
        background: url('../images/check.svg') no-repeat center;
        background-size: 32px 32px;
        width: 32px;
        height: 32px;
        position: absolute;
        left: 2px;
    }
    .article-content li p {
    margin:10px;
    }
    @media (max-width: 991px) { 
        .article-content h2 {
            font-size:1.8rem;
            color: #fff;
            font-weight: 700;
            line-height: 2.2rem;
        }
        .article-content p {
            font-size: 15px;
        }
        .article-content li {
            font-size: 15px;
        }
    }
    
/* article content end */

.services-margin-top-fix {
    margin-top: -120px;
}

@media (max-width: 991px) {
    .services-margin-top-fix {
        margin-top: -30px;
        
    }
}

/* langSwitcher styles */
.language-button {
    /* background-color: #fff; */
    /* border: none; */
    /* border-radius: 100px; */
    padding-inline: 0;
    padding-block: 0;
    /* padding: 10px 16px; */
    margin: 0;
    position: relative;
    /* min-width: 10%; */
    /* cursor: pointer; */
    /* text-align: center; */
    /* font-size: 17px; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    height: 50px;
    width: 50px;
}
.language-button span {
    background-color: #fff;
    border: none;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    min-width: 10%;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    width: 50px;
    line-height: 52px;
    z-index: 5;
}
.language-menu {
   display: none;
   position: absolute;
   background-color: #f4f4f4;
   top: 20px;
   left: 0;
   min-width: 100%;
   padding-top: 30px;
   border-radius: 0px 0px 22px 22px;
}

.language-menu ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.language-menu li {
  padding: 10px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.language-menu li a{
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
}
.language-menu li:hover a {
   font-weight:800;
}

.dropdown-hover222:hover .language-menu {
   cursor: pointer;
}

.language-menu.animate-in {
   display: block;
   animation: growDown 300ms ease-in-out backwards;
   transform-origin: top center;
}

.language-menu.animate-out {
   display: block;
   animation: shrinkUp 300ms ease-in-out backwards;
   transform-origin: top center;
}

@keyframes growDown {
   0% {
      transform: scaleY(0);
   }
   100% {
      transform: scaleY(1);
   }
}

@keyframes shrinkUp {
   0% {
      transform: scaleY(1);
   }
   100% {
      transform: scaleY(0);
   }
}
/* langSwitcher styles end */

.slider-outer {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.slider-outer .swiper {
    border-radius: 0px 0px 40px 40px !important;
}
#design {
    padding-top:200px;
    padding-bottom:20px;
}
@media (max-width: 991px) {
    .slider-outer {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .slider-outer .swiper {
    border-radius: 0px 0px 30px 30px!important;
    }
    #design {
        padding-top:80px;
        padding-bottom:20px;
        
    }
    
}

/* sticky chat */

.sticky-button {
    position: fixed;
    background-color: #25d366;
    background-color: #4c52ff;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.sticky-button svg {
    margin: auto;
    fill: #fff;
    width: 35px;
    height: 35px
}

.sticky-button a,.sticky-button label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0px
}

.sticky-button label svg.close-icon {
    display: none
}

.sticky-chat {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 320px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
    display: flex;
    max-width: 340px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 16px
}

.sticky-chat a {
    text-decoration: none;
    font-family: "Roboto",sans-serif;
    color: #505050
}

.sticky-chat svg {
    width: 35px;
    height: 35px
}

.sticky-chat .chat-content {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    overflow: hidden;
    font-family: "Roboto",sans-serif;
    font-weight: 400
}

.sticky-chat .chat-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #25d366;
    overflow: hidden
}

.sticky-chat .chat-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 75px;
    background: rgba(0,0,0,0.04);
    border-radius: 70px 0 5px 0
}

.sticky-chat .chat-header svg {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    fill: #fff
}

.sticky-chat .chat-header .title {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    color: #fff
}

.sticky-chat .chat-header .title span {
    font-size: 11px;
    font-weight: 400;
    display: block;
    line-height: 1.58em;
    margin: 0;
    color: #f4f4f4
}

.sticky-chat .chat-text {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 20px;
    font-size: 12px
}

.sticky-chat .chat-text span {
    display: inline-block;
    margin-right: auto;
    padding: 10px;
    background-color: #f0f5fb;
    border-radius: 0px 15px 15px
}

.sticky-chat .chat-text span:after {
    content: "just now";
    display: inline-block;
    margin-left: 2px;
    font-size: 9px;
    color: #989b9f
}

.sticky-chat .chat-text span.typing {
    margin: 15px 0 0 auto;
    padding: 10px;
    border-radius: 15px 0px 15px 15px
}

.sticky-chat .chat-text span.typing:after {
    display: none
}

.sticky-chat .chat-text span.typing svg {
    height: 13px;
    fill: #505050
}

.sticky-chat .chat-button {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px;
    height: 140px;
    justify-content: center;
    text-align: center
}

.sticky-chat .chat-button svg {
    width: 20px;
    height: 20px;
    fill: #505050
}

.chat-menu:checked + .sticky-button label {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.chat-menu:checked + .sticky-button label svg.chat-icon {
    display: none
}

.chat-menu:checked + .sticky-button label svg.close-icon {
    display: table-cell
}

.chat-menu:checked + .sticky-button + .sticky-chat {
    bottom: 90px;
    opacity: 1;
    visibility: visible
}

.chat-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px
}
.hidden {
    display:none;
}

.chat-icon-viber {
    background-image: url('/images/chat/icon-viber.svg')
}

.chat-icon-telegram {
    background-image: url('/images/chat/icon-telegram.svg')
}

.chat-icon-whatsapp {
    background-image: url('/images/chat/icon-whatsapp.svg')
}

.chat-icon-email {
    background-image: url('/images/chat/icon-email.svg')
}

.chat-icon-skype {
    background-image: url('/images/chat/icon-skype.svg')
}

.chat-icon-messenger {
    background-image: url('/images/chat/icon-messenger.svg')
}
/* sticky chat end*/