:root {
  --bg-color: #212121;
  --theme-color: #151515; }

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .logo {
    padding: 7px 15px;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 30px; }
    .navbar .logo img {max-height: 85px;}
  .navbar .navbar-nav {
    padding: 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px; }
    .navbar .navbar-nav .nav-link {
      padding: 5px 20px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }

/* --------------- header --------------- */
.header-sa {
  min-height: 100vh;
  padding: 20px 0 40px;
  position: relative;
  overflow: hidden !important;
  z-index: 3; }
  .header-sa .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    /* background-image: url(../imgs/header/g-back.png); */
        background: linear-gradient(135deg, #000000 0%, #050b1a 25%, #141414 50%, #db272c 75%, #2b0405 100%);
    background-size: cover;
    z-index: -1; }
    .header-sa .background:before {
      content: '';
      position: absolute;
      top: 0;
      left: -20vw;
      width: 70vw;
      bottom: 0;
      background: #010105;
      pointer-events: none;
      border-radius: 50%;
      -webkit-filter: blur(200px);
      filter: blur(200px);
      opacity: .7; }
    .header-sa .background:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../imgs/header/Grid.png);
      background-size: contain;
      background-repeat: repeat;
      z-index: -1;
      pointer-events: none;
      opacity: .15; }
  .header-sa .caption h1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -4px; }
  .header-sa .caption .text {
    margin-top: 120px; }
  .header-sa .imgs {
    position: relative; }
    .header-sa .imgs .cube img {
      position: relative;
      width: 120%;
      right: -100px;
      bottom: -100px; }
    .header-sa .imgs .circle {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 2; }
      .header-sa .imgs .circle:after {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: rgba(255, 255, 255, 0.01);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        z-index: -1; }

/* --------------- Services --------------- */
.services-sa .item {
  background: var(--bg-color);
  padding: 15px;
  border-radius: 20px; }
  .services-sa .item .cont {
    padding: 15px; }
    .services-sa .item .cont .icon {
      width: 52px;
      height: 52px;
      line-height: 50px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%; }
      .services-sa .item .cont .icon img {
        width: 25px; }
      .services-sa .item .cont .icon.invert img {
        -webkit-filter: invert(1);
        filter: invert(1); }
    .services-sa .item .cont .text {
      margin-top: 100px;
      margin-bottom: 20px; }
      .services-sa .item .cont .text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px; }

.marq-sa {
  overflow: hidden !important; }
  .marq-sa .item {
    padding: 0 80px !important;
    position: relative; }
    .marq-sa .item:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .marq-sa .item h2 {
      white-space: nowrap;
      font-size: 96px;
      line-height: 120px;
      letter-spacing: -4px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
      background: -webkit-linear-gradient(left, #fff, transparent);
      background: -o-linear-gradient(left, #fff, transparent);
      background: linear-gradient(to right, #fff, transparent);
/*       -webkit-background-clip: text;
 */      -webkit-text-fill-color: transparent; }

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: var(--bg-color); }
  .work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

 .work-card .card-item .cont .cont-title {
      width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
 }

    .work-card .card-item .cont .tag {
      font-size: 12px;
      line-height: 1;
      padding: 7px 12px;
      margin-right: 2px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 30px; }
    .work-card .card-item .cont p {
      font-size: 14px;
      line-height: 20px; }
  .work-card .card-item .img {
    padding: 20px; }
    .work-card .card-item .img img {
      border-radius: 15px;
      height: 100%;
      object-fit: cover;
    
    }

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
 /* border-radius: 50%;*/
 height: 100px;
  text-align: center; }
  /*.clients-sa .item .img {
    width: 100px; }*/
  .clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px; }
  .clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px; }
    
 /* --------------- certifications --------------- */   
.cert-sa .item {
    border: 1px solid #6c757d;
    border-radius: 5PX;
    height: 200px;
    text-align: center;
    PADDING: 3%;
        margin-top: 20px;
 }
  .cert-sa .item .img img ,.cert-sa .item .img , .cert-sa  .item  a{
    height: 100%; 
    width: 100%;}
  .cert-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px; }
  .cert-sa .item .cont span {
    font-size: 14px;
    line-height: 20px; }

/* --------------- Testimonials --------------- */
.testimonials-sa {
  position: relative;
  overflow: hidden; }
  .testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2; }
  .testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px; }
    .testimonials-sa .gl-rate .icon {
      width: 35px; }
    .testimonials-sa .gl-rate .cont {
      padding-left: 30px; }
      .testimonials-sa .gl-rate .cont h6 {
        line-height: 1;
        font-weight: 600;
        font-size: 18px; }
      .testimonials-sa .gl-rate .cont .stars {
        font-size: 13px;
        color: #EF2B10;
        margin-left: 10px; }
      .testimonials-sa .gl-rate .cont p {
        font-size: 12px;
        opacity: .7;
        margin-top: 2px; }
  .testimonials-sa .swiper-slide {
    height: auto; }
  .testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .testimonials-sa .item .rate h5 {
      font-size: 16px; }
    .testimonials-sa .item .rate .stars {
      font-size: 13px;
      color: #EF2B10;
      margin-left: 10px; }
    .testimonials-sa .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials-sa .item .info .info-text {
      padding-left: 15px; }
      .testimonials-sa .item .info .info-text p {
        font-size: 14px;
        opacity: .7; }

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .awards-sa .item-title > div {
    padding: 0; }
  .awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7; }

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .awards-sa .item-line > div {
    padding: 0; }
    .awards-sa .item-line > div:last-of-type {
      text-align: right; }
  .awards-sa .item-line:hover:after {
    height: 100%; }
  .awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1; }
  .awards-sa .item-line .honors h6 {
    font-size: 14px; }
  .awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7; }

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 350px;
  border-radius: 15px; }

.blog-sa .item .cont .info a {
  font-size: 14px; }

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px; }

/* --------------- Contact --------------- */
.contact-pg{
      background: #000;
}
.contact-sa .box {
  padding: 120px 60px;
/*   background-image: url(../imgs/gr-back.png);
 */   
  background: linear-gradient(135deg, #000000 0%, #000 25%, #040000 50%, #3f0406 75%, #a30f13 100%);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden; }

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px; }
  .contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px; }

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px; }

.contact-sa .contact-form button {
  background: transparent;
  color: #fff; }

/* --------------- footer --------------- */
.footer-sa {
  background: #000; }
  .footer-sa .logo {
    width: 160px; }
  .footer-sa .contact-info .item {
    margin-bottom: 50px; }
    .footer-sa .contact-info .item span {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .footer-sa .contact-info .social-icon a:hover {
      border-color: #fff; }
  .footer-sa .sub-footer .copy p {
    font-size: 14px; }
    .footer-sa .sub-footer .copy p a {
      color: #fff; }
  .footer-sa .sub-footer .links {
    width: 100%; }
    .footer-sa .sub-footer .links a {
      font-size: 14px; }
    .footer-sa .sub-footer .links .active {
      color: #fff; }

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px; }

h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px; }

h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px; }

h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px; }

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px; }

h6 {
  font-size: 24px;
  line-height: 32px; }

.sub-color {
/*   color: #808080;
 */
    color: #c3252a;
}

.sub-head {
  font-size: 20px;
  line-height: 28px; }

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0; }

.sec-head .sub-head {
  position: relative;
  padding-left: 25px; }
  .sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

.loader-wrap svg {
  fill: #1d1d1d; }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 30px !important; }
  .header-sa {
    padding: 180px 0 320px;
    min-height: auto;
    position: relative; }
    .header-sa .caption {
      position: relative;
      z-index: 4; }
      .header-sa .caption .text {
        margin-top: 40px;
        width: 80%; }
    .header-sa .imgs {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      .header-sa .imgs .circle {
        width: 250px;
        top: 60%; }
  .marq-sa .item h2 {
    font-size: 70px;
    line-height: 1.4;
    -webkit-text-fill-color: #fff;
    background: transparent; } }

@media screen and (max-width: 768px) {
  .header-sa .caption h1 {
    font-size: 50px;
    line-height: 1.4; }
  .header-sa .imgs {
    width: 60%;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%); }
  .header-sa .imgs .cube img {
    right: -30px; }
  .header-sa .imgs .circle {
    width: 200px; }
  .contact-sa .box {
    padding: 120px 40px; } }
.header-sa .butons .bord {
    border: 1px solid #fff;
    padding: 20px;
    margin-left: -30px;
}
.header-sa .butons .bg, .header-sa .butons .bord {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.header-sa .butons .bg {
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header-sa .butons .bg span{
        font-size: 14px;
    line-height: 14px;
}

.header-sa .butons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-sa  .caption p {
    font-size: 20px;
    color: #BDBDBD;
}

.header-sa .caption h1 .underline {
    position: relative;
    border-bottom: 2px solid #fff;
}
.bg-black{
  background-color: #000000;
}

/* --------------- Works --------------- */
.works-ma {
  position: relative;
  overflow: hidden !important; }
  .works-ma .gallery-img .swiper-container {
    overflow: visible; }
  .works-ma .gallery-img .bg-img {
    height: 280px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    background-position: center; }
    .works-ma .gallery-img .bg-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .works-ma .gallery-text {
    text-align: center;
    margin: 60px auto 0;
    z-index: 9; }
    .works-ma .gallery-text .swiper-container,
    .works-ma .gallery-text .swiper-slide {
      height: 100px !important; }
    .works-ma .gallery-text .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .works-ma .gallery-text .text {
      width: 100%;
      text-align: center; }
      .works-ma .gallery-text .text h4 {
        font-size: 40px;
        line-height: 1; }
      .works-ma .gallery-text .text h6 {
        margin-top: 15px;
        overflow: hidden;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 2px; }
        .works-ma .gallery-text .text h6 span {
          -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all .8s;
          -o-transition: all .8s;
          transition: all .8s; }
    .works-ma .gallery-text .swiper-slide-active .text h6 span {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
  .works-ma .swiper-controls {
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    z-index: 9; }
    .works-ma .swiper-controls .swiper-button-prev,
    .works-ma .swiper-controls .swiper-button-next {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      top: auto;
      color: #fff;
      z-index: 9; }
      .works-ma .swiper-controls .swiper-button-prev:after,
      .works-ma .swiper-controls .swiper-button-next:after {
        display: none; }
      .works-ma .swiper-controls .swiper-button-prev span,
      .works-ma .swiper-controls .swiper-button-next span {
        white-space: nowrap; }
    .works-ma .swiper-controls .swiper-button-prev {
      left: 120px; }
      .works-ma .swiper-controls .swiper-button-prev i {
        margin-right: 25px; }
    .works-ma .swiper-controls .swiper-button-next {
      right: 120px; }
      .works-ma .swiper-controls .swiper-button-next i {
        margin-left: 25px; }
  .works-ma .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    display: none; }
  .works-ma .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important; }
  .works-ma .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset; }
  .works-ma .path {
    display: none; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

    
.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0; }

.marq-mp .color-bg {
  background: #c3252a;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  position: relative;
  z-index: 4; }

.marq-mp .gray-bg {
  background: var(--bg-color);
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin-top: -30px; }

.marq-mp .item {
  padding: 0 60px !important;
  position: relative; }
  .marq-mp .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .marq-mp .item h5 {
    font-weight: 400;
        font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    white-space: nowrap; }

    .clients-dm {
  position: relative; }
  .clients-dm:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 200px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 3; }
  .clients-dm:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 200px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); }
  .clients-dm .item {
    margin: 0 80px; }
    .clients-dm .item img {
      width: 140px; }
.sec-head h2 span {
    color: #c3252a;
   /* font-family: "Playfair Display", serif;
    font-style: italic;*/
    font-weight: 400;
}
.filter-btn {
    border: none;
    background: #eee;
    padding: 8px 18px;
    margin: 0 6px;
    cursor: pointer;
    transition: .3s;
    border: none;
    background: #eee;
    padding: 5px 30px;
    margin: 0 6px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: medium;
    transition: .3s;
    border-radius: 30px;
}

.filter-btn.active,
.filter-btn:hover {
    background: #c3252a;
    color: #fff;
}
.works-mp .item .cont {
        height: 100px;
}
.works-mp .item .cont h5 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 25px;
}

.works-mp .item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
}
/* --------------- Works --------------- */
.work-matrial {
  border-radius: 50px 50px 0 0;
 
  padding-bottom: 200px;
  position: relative;
  z-index: 5; }
  .work-matrial .butn.butn-bord {
    border-color: rgba(0, 0, 0, 0.2); }
  .work-matrial .swiper-cont {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 10;
    flex-shrink: 10;
    min-height: 0;
    padding: 0 15px; }
  .work-matrial .swiper {
    width: 100%;
    height: 100%; }
  .work-matrial .swiper-material {
    height: 60vh;
    width: calc(100% - 30px);
    max-width: 100%; }
  .work-matrial .demo-material-image {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: var(--swiper-material-slide-border-radius); }
  .work-matrial .demo-material-label {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #151515;
    border-radius: 15px; }
    .work-matrial .demo-material-label span {
      font-size: 13px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .work-matrial .demo-material-label h6 {
      font-weight: 500; }
      
      
    .work-matrial .swiper .swiper-pagination {
        position: unset;
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        padding: 5px 15px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.34); 
        margin: 20px 0;
    }
    .work-matrial .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB;
    }
     .work-matrial .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color);
    }
      
      .work-matrial .swiper-material{
          display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

      }
.work-matrial .swiper-button-next, .work-matrial .swiper-button-prev{
        color: #e9ecef;
}

/* --------------- Services --------------- */
.services-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .services-ds .item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .services-ds .item .title h2 {
 /*   font-size: 128px;
    line-height: 128px;*/
    font-size: 50px;
    line-height: 50px;
    
    letter-spacing: -4px; }
  .services-ds .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 150px; }
    .services-ds .item .icon img {
      width: 30px; }
  .services-ds .item .title {
    position: relative;
    margin-bottom: -90px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .services-ds .item:hover {
    background: #212121; }
    .services-ds .item:hover .title {
      margin-bottom: 0;
      color: var(--main-color); }
.services-ds .item:hover .icon{
       border-color: var(--main-color);
    background: var(--main-color);
}
.services-ds .item:hover  .icon img{
      filter: invert(1);
}
.works-mp .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.works-mp .item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
    height: 350px;
}
.contact-hed .google-map {
    height: 540px;
    width: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 15px;
    overflow: hidden;
}

.services-mp .serv-title .tab-title {
  opacity: .5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .services-mp .serv-title .tab-title h2 {
    font-size: 38px;
    line-height: 40px;
    margin: 10px 0;text-transform: uppercase; }
  .services-mp .serv-title .tab-title.current {
    opacity: 1; }
.services-mp .content .item.current .img img {
         border-radius: 30px 30px;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.serv-title .tab-title {
    display: flex;
    align-items: center;   /* vertically centers flag and text */
    gap: 20px;             /* space between flag and text */
    height: 100px;         /* keeps consistent height */
}

.serv-title .tab-title h2 {
    font-size: 120px;
    line-height: 1;        /* remove extra line spacing */
    margin: 0;
}

.serv-title .tab-title .fi {
  width: 50px;
    height: 25px;
}
.services-mp .content {
  position: relative; }
  .services-mp .content .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-mp .content .item:first-of-type {
      position: static; }
    .services-mp .content .item.current {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .services-mp .content .item .cont {
      margin-top: 30px; }
      .services-mp .content .item .cont span {
          display: block;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    margin-top: 15px;
    line-height: 20px; }