:root {
  --bg-color: #EEEEEE;
  --theme-color: #fff;
  --main-color: #e03c31; }
p{
  color: #9f9f9f!important;
}
/* --------------- Menu --------------- */
.hide-desktop{
  display: none;
}
.team-cst-mobile{
  display: none;
}
.brandmaker{
    width: 56%;
    text-align: center;
}
.thankyou-msg{
     color: var(--main-color);
    font-size: 23px;
}
.navbar {
  position: absolute;
  left: 0;
  top: 24px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar .container {
    background: #34343466;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    
    border-radius: 17px; }
    .caption p{
      width: 85%;
      margin-top: 20px;
      margin-bottom: 33px;
    }
    .nav-scroll .navbar .container{
      background: #68686866;
    }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -62px;
    -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); }
    .box-dark {
    background: #fff!important;

    border-radius: 70px 70px 70px 70px;
    position: relative;
    margin-top: -60px;
}
.services-mp {
  background: #000;
      margin-top: -66px;
}
  .navbar .logo {
    padding: 7px 10px;
    width: 140px;
    border-radius: 30px; }
  .navbar .info {
    margin-right: auto; }
    .navbar .info .item {
      font-size: 13px;
      text-transform: uppercase;
      margin-left: 30px; }
.flex-so{
  display: flex;
    justify-content: space-evenly;
}
.mobile-cl{
  display:none;
}
  .navbar .topnav .menu-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1d1d1d;
    border-radius: 50%;
    color: #fff; }
  .navbar .topnav .butn {
    padding: 8px 20px;
    background: var(--main-color);
    color: #1d1d1d;
    margin-right: 15px; }

/* --------------- header --------------- */
.header-mp {
  padding: 100px 0 160px;
/*  background-image: -webkit-linear-gradient(280deg, #7FE85A, #fff 80%);
  background-image: -o-linear-gradient(280deg, #7FE85A, #fff 80%);
  background-image: linear-gradient(170deg, #7FE85A, #fff 80%);*/
  background-image: url(https://cdn.prod.website-files.com/66bfcfe…/66c2112…_bg.png), radial-gradient(circle at 100%, #0000 78%, #000), radial-gradient(circle, #161616, #000 100%);

  position: relative; }

  .header-mp .numb {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .header-mp .numb h2 {
      font-size: 64px;
      line-height: 64px;
      font-weight: 400;
      margin-bottom: 10px; }
    .header-mp .numb span {
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-wrap: pretty; }
  .header-mp .caption {
    padding: 100px 0 60px;
    position: relative; }
    .header-mp .caption h1 {
          font-size: 67px;
          font-weight: 450;
      line-height: 1.2; 
      color: #fff;}

    .header-mp .caption .union {
      position: absolute;
      top: 20%;
      right: 0;
      width: 180px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px;
      border-radius: 50%; }
      .header-mp .caption .union .icon {
        width: 64px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
.header-mp iframe{
  border-radius: 20px;
}
/* --------------- About --------------- */
.intro-ds {
  background-image: url(../imgs/about-bg.html);
  background-size: cover;
  background-position: top;
  position: relative; }
  .intro-ds .container {
    position: relative;
    margin-top: -1px;
    z-index: 3; }
    .intro-ds .container .box {
      padding: 60px 80px;
      background: #fff;
      border-radius: 15px 15px 0 0;
      position: relative;
      z-index: 2; }
    .intro-ds .container .layers {
      position: absolute;
      top: -10px;
      left: 40px;
      right: 40px;
      bottom: 5px;
      background: #fff;
      border-radius: 15px;
      opacity: .7;
      z-index: -1; }
      .intro-ds .container .layers:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 20px;
        right: 20px;
        bottom: 5px;
        background: #fff;
        border-radius: 15px;
        opacity: .7;
        z-index: -1; }
  .intro-ds .comit .item h6 {
    font-size: 20px;
    line-height: 28px; }
  .intro-ds .founders .imgs .img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden; }
    .intro-ds .founders .imgs .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .intro-ds .founders .imgs .img.img2 {
      margin-left: -15px;
      position: relative;
      z-index: -1; }
  .intro-ds .founders p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-left: 10px; }
    .marq-sa {
      margin-top: -5px;
      padding-top: 60px;
      padding-bottom: 60px;
      overflow: hidden !important;
    background:#000; }
      .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; }
/* --------------- Services --------------- */
.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0; }

.marq-mp .color-bg {
  background: var(--main-color);
  -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: #000;
    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;
    text-transform: uppercase;
    white-space: nowrap; }
.services-mda{
  background: #010101;
  margin-top: -5px;
  margin-bottom: -5px;
  
}
    .services-mda .sec-head h2 {
      font-size: 65px;
      line-height: 1.2;
      color: #f7f7f7;
    }
    
    .services-mda .sec-head span {
      letter-spacing: 4px; }
    
    .services-mda .sec-head .img1 {
      width: 180px;
      height: 55px;
      overflow: visible; }
      .services-mda .sec-head .img1 img {
        border-radius: 30px; }
    
    .services-mda .sec-head .img2 {
      width: 55px;
      height: 55px;
      overflow: visible; }
      .services-mda .sec-head .img2 img {
        border-radius: 50px; }
    
    .services-mda .item {
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px;
      border-radius: 20px; }
      .services-mda .item .cont {
        padding: 15px; }
        .services-mda .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-mda .item .cont .icon img {
            width: 25px; }
          .services-mda .item .cont .icon.invert img {
            -webkit-filter: invert(1);
            filter: invert(1); }
        .services-mda .item .cont .text {
          margin-top: 100px;
          margin-bottom: 20px; }
          .services-mda .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 --------------- */
.works-mp{
  padding-bottom: 50px!important;
}
.works-mp .item {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .works-mp .item:hover .cont a {
    background: var(--main-color);
    border-color: var(--main-color); }
  .works-mp .item .cont h5 {
    font-weight: 400;
    margin-bottom: 15px; }
  .works-mp .item .cont span {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase; }
  .works-mp .item .cont a {
    padding: 5px 25px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .works-mp .item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px; }
    .works-mp .item .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

/* --------------- Clients --------------- */
.brands-mp .item {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  margin-top: 60px; }
  .brands-mp .item:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .brands-mp .item.nodot:after {
    display: none; }
  .brands-mp .item:hover .icon {
    opacity: 1;
    visibility: visible; }
  .brands-mp .item h2 {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 64px;
    line-height: 64px; }
  .brands-mp .item .icon {
    width: 200px;
    position: absolute;
    top: -60px;
    right: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

/* --------------- Process --------------- */
.process-mp .sec-head .butn {
  border-color: #fff; }
  .process-mp .sec-head .butn:hover {
    background: #fff;
    color: #212121; }

.process-mp .item {
  padding: 40px;
  border-radius: 10px;
  background: #212121; }
  .process-mp .item .img {
    width: 190px;
    height: 190px;
    border-radius: 50%; }
  .process-mp .item .text {
    padding-left: 60px;
    padding-top: 20px; }
    .process-mp .item .text p {
      color: #fff;
      font-size: 18px; }
  .process-mp .item .botm {
    margin-top: 60px;
    font-size: 40px; }
    .process-mp .item .botm span {
      opacity: .5; }

/* --------------- FAQS --------------- */
.faqs-ds .accordion-item {
  background: var(--bg-color);
  border-radius: 10px;
  border: 0;
  margin-bottom: 5px; }
  .faqs-ds .accordion-item.active {
    background: var(--main-color); }
  .faqs-ds .accordion-item .accordion-header {
    background: transparent; }
    .faqs-ds .accordion-item .accordion-header button {
      background: transparent;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      padding: 30px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .faqs-ds .accordion-item .accordion-header button:after {
        background-image: url(../imgs/pricing/plus-solid.html);
        -webkit-filter: invert(1);
        filter: invert(1); }
      .faqs-ds .accordion-item .accordion-header button:not(.collapsed):after {
        background-image: url(../imgs/pricing/minus-solid.html); }
  .faqs-ds .accordion-item .accordion-body {
    padding: 0;
    padding: 0px 100px 30px 30px; }
    .faqs-ds .accordion-item .accordion-body p {
      font-size: 14px; }

/* --------------- FAQS --------------- */


/* --------------- Blogs --------------- */
.blog-mp .bord {
  position: relative; }
  .blog-mp .bord:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.blog-mp .item .info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.blog-mp .item .info .author-info,
.blog-mp .item .info .date {
  font-size: 13px;
  text-transform: uppercase; }
  .blog-mp .item .info .author-info span,
  .blog-mp .item .info .date span {
    display: block;
    line-height: 22px; }

.blog-mp .item .info .author-info .sub-color {
  text-transform: capitalize !important; }

.blog-mp .item .img {
  border-radius: 15px;
  height: 255px;
  overflow: hidden; }




body {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  background-color: #010101}

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

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

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

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

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

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

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

.sub-head { }

.sub-color {
  color: #e03c31; }

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

.sec-head h2 {
  font-size: 65px;
  line-height: 65px; }
  .sec-head h2 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400; }

.bg-gray {
  background: var(--bg-color); }

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

.butn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px; }
  .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .butn.butn-bord:hover {
      background: #494949;
      color: #fff; }
  .butn.butn-bg {
    background: var(--main-color);
    border: 1px solid transparent;
    color: #fff; }
    .butn.butn-bg:hover {
      background: transparent;
      border-color: var(--main-color);
      color: inherit; }

.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); }

.box-light {
  background-color: #fff;
  color: #000;
  position: relative;
  border-radius: 0 0 30px 30px;
  z-index: 4; }
  .box-light .layers {
    position: absolute;
    top: 5px;
    left: 30px;
    right: 30px;
    bottom: -10px;
    background: #fff;
    border-radius: 15px;
    opacity: .7;
    z-index: -1; }
    .box-light .layers:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 20px;
      right: 20px;
      bottom: -10px;
      background: #fff;
      border-radius: 15px;
      opacity: .7;
      z-index: -1; }
  .box-light.botm-box {
    border-radius: 30px 30px 0 0;
    margin-top: -50px; }
    .box-light.botm-box .layers {
      top: -10px;
      bottom: 5; }
      .box-light.botm-box .layers:after {
        top: -10px;
        bottom: 5px; }


/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .ml-none {
    margin-left: 0 !important; }
  .sec-head .ml-auto {
    margin: 30px 0 0 0 !important; }
  .header-mp .caption h1 {
    font-size: 200px; }
  .services-mp .content .item {
    padding: 0 15px; }
  .process-mp .item .d-flex {
    display: block !important; }
  .process-mp .item .text {
    padding-left: 0; }
  .process-mp .item .botm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .process-mp .item .botm h3 {
      font-size: 30px;
      line-height: 1.2; }
    .process-mp .item .botm span {
      font-size: 30px; }
  .team-mp .item .img {
    width: 280px; }
  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2; }
  .testimonials-mp .swiper-slide {
    width: 500px; }
  .footer-mp .footer-logo h1 {
    font-size: 200px; } }
    .youtubes{
      padding: 100px 0 60px;
    }
    .about-ma .content h2{
      color: #e03c31!important;
    }
    @media screen and (max-width: 992px) {
      .team-cst .thecontainer {
        width: 100%;
        min-height: auto;
        padding-top: 80px; }
      .team-cst .panel {
        display: block;
        padding: 0 15px !important;
        }
        .team-cst .panel .item {
          width: 100%;
          margin-top: 50px;
          -webkit-transform: none !important;
          -ms-transform: none !important;
          transform: none !important; } }
          .works-mp .item .cont a{
            display: none!important;
          }
@media screen and (max-width: 768px) {
  .mobile-cl{
    display:block!important;
  }
  .mobile-cl video{
        width: 100%!important;
    height: 100%!important;
  }
  .desktop-cl{
      display:none!important;
  }
  .header-mp {
    padding-bottom: 100px!important;
}
.footer-sa .container{
     padding-top: 69px!important;
}
.work-mcs{
          font-size: 25px !important;
        line-height: 35px !important;
                padding-bottom: 0px!important;
}
.botm {
  margin-bottom: 20px;
}
.loader-wrap .loader-wrap-heading .load-text{
  font-size: 18px;
}
.marq-sa .item h2{
  font-size: 60px;
}
.team-cst .butn{
  display: none!important;
}
.team-cst-mobile{
  padding-left: 15px;
  padding-right: 15px;
  display: block!important;
}
.cont{
  display: unset!important;
  margin-top: 25px;
}
.img img{
  height: 396px!important;
  margin-bottom: 30px;
}
.team-cst .item .img{
  display: flex;
      justify-content: center;
}
.thecontainer{
  display: none!important;
}
.hide-desktop{
  display: block!important;
  height: 550px;
  width: 100% !important;
  background-size: cover;
          border-radius: 59px 59px 0px 0px;
}
.sec-heads h4{
  padding-top: 20px;
}
.contact-sa .info{
  padding-bottom: 20px;
}
.inner-content-sec h2 {
  width: 100%!important;
  text-align: center;
        font-size: 35px !important;
        line-height: 45px !important;
}
.price h2{
  font-size: 40px!important;
  line-height: 45px!important;
}
.ls2{
      font-size: 40px!important;
    line-height: 45px!important;
}
.sub-head-testi{
   font-size: 45px;
    line-height: 55px;
}
.contact-sa{
  padding-bottom: 200px!important;
}
.clients-ds .item{
  padding: 0px 2px!important;
}
.sm-marg{
  margin-top: unset!important;
}
.price h2{
  width: 100%!important;
}
.inner-gradiant p {
  color: #fff;
  font-size: 21px;
}
.about-ma .content{
  width: 100%!important;
  padding: 60px 28px 0!important;
}
.gradiant-section{
  margin-top: 20px;
  padding: 75px 20px;
}

.sec-head h4{
         font-size: 40px !important;
        line-height: 45px !important;
  padding-top: 20px;
          padding-bottom: 40px;
}
.topnav span{
      font-size: 15px!important;
}
.logo img{
  width: 100px;
}
.inner-gradiant p{
  font-size: 21px!important;
}
.content h3{
  font-size: 28px!important;
    line-height: 46px!important;
}
.price .item:after, .price .item:before{
      width: 100px;
    height: 100px;
}
.marq-sa{
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-padding{
  padding-bottom: 67px;
}
  .navbar .container {
    padding: 14px 4px;
  margin-left: 10px;
margin-right: 10px;
width: 100%;}
  .header-mp .caption h1,
  .footer-mp .footer-logo h1 {
   font-size: 46px;}
   .about-ma .content h2{
    font-size: 40px;
    line-height: 45px;
   }
   .works-mp{
        padding-bottom: 10px !important;
   }
   .service-box .title{
            font-size: 24px !important;
   }
   .service-area h2{
                font-size: 40px;
        line-height: 45px;
   }
    .header-mp .caption{
      padding: 50px 0 0px;
    }
    .youtubes{
      padding: 50px 0 60px;

    }
    .youtubes iframe{
      width: 100%;
      height: 303px;
    }
   
  .sec-head h2 {
    font-size: 45px;
    line-height: 1.2; }
  .services-mp .serv-title .tab-title h2 {
    font-size: 65px;
    line-height: 1.2; }
  .team-mp .item {
    padding: 30px; }
    .team-mp .item .d-flex {
      display: block !important; }
    .team-mp .item .img {
      width: auto;
      height: auto;
      background: var(--theme-color); }
    .team-mp .item .cont {
      padding: 30px 0 0;
      text-align: center; }
    .team-mp .item .ml-auto {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto !important; }
    .team-mp .item .social-icon {
      padding: 0;
      margin-top: 30px; }
  
  .brands-mp .item:after {
    display: none; }
  .brands-mp .item h2 {
    font-size: 40px;
    line-height: 1.2; }
  .footer-mp .footer-logo .union {
    display: none; } }

.price h2{
  color: #f7f7f7;
  width: 75%;
}
.price .item {
  padding: 108px 40px 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
  .price .item:after, .price .item:before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .price .item:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  .price .item.gray {
    background: #e03c31; }
  .price .item.dark {
    background: #0D0F11;
    color: #fff; }
    .sec-head-lg{
      display: flex;
      justify-content: center;
    }
    .price .item.dark:after, .price .item.dark:before {
      border-color: rgba(255, 255, 255, 0.1); }
  .price .item .feat li {
    margin-bottom: 10px; }
    .price .item .feat li .icon {
      font-size: 12px;
      margin-right: 10px; }
  .price .item .view svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .price .item .amount h2 {
    line-height: 1; }
    .price .item .amount h2 span {
      font-size: 20px; }


/* cient */
.team-cst .thecontainer {
  width: 200vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; 
  padding-top: 70px;
}
.sm-marg{
  margin-top: 40px;
}
.team-cst{
  padding-top: 140px;
padding-bottom: 40px;
}
.team-cst .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .team-cst .panel:nth-of-type(even) .item {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  .team-cst .panel .item {
        width: 33vw;
    position: relative;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
    .img img{
      border-radius: 23px;
      height: 400px;
    object-fit: cover;
    }
    .cont{
      display: flex;
      justify-content: center;
    }
    .inner-content-sec h2{
      width: 65%;
    text-align: center;
    font-size: 54px;
    line-height: 69px;
    }
    .cont img{
      width: 250px;
    }
    .team-cst .panel .item .img {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .team-cst .panel .item .cont {
      margin-top: 30px; }
      .team-cst .panel .item .cont h5 {
        font-size: 24px;
        font-weight: 500; }
      .team-cst .panel .item .cont span {
        font-size: 15px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: .75; }
    .team-cst .panel .item:hover .img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
      .team-cst{
        background: #010101!important;
      }



      .about-ma {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .about-ma .bg-img {
          height: 100vh;
          width: 50vw; }
        .about-ma .content {
          padding: 60px 60px 0;
          width: 60vw; }
          .about-ma .content .item {
            margin-top: 79px; }
            .about-ma .content .item .botm h2 {
              font-size: 100px;
              font-weight: 600;
              line-height: 1;
                opacity: 1.2;
            color: #f7f7f7;}
              .about-ma .content .item .botm h2 span {
                font-size: 80px; }
            .about-ma .content .item .botm h6 {
              font-size: 18px;
              font-weight: 400;
              line-height: 1.6;
              letter-spacing: 1px;
              text-transform: uppercase;
              padding-bottom: 15px; }



.intro-sa{
  background: #010101;
  margin-top: -75px;
  padding-top: 200px;
  padding-bottom: 100px;
}
.sec-heads h4{
  font-size: 31px;
  line-height: 39px;
  color: #f7f7f7!important;
}
.sec-head h4{
  color: #f7f7f7!important;
  font-size: 49px;
  line-height: 65px;
}
.content h3{
  color: #f7f7f7!important;
}
.service-box img{
  width: 70px;
}
              .service-area {
                background-color: var(--black);
              }
              .service-area .section-title {
                max-width: 845px;
             
              }
              .service-area .services-wrapper-box {
                margin-top: 90px;
              }
              @media only screen and (max-width: 1399px) {
                .service-area .services-wrapper-box {
                  margin-top: 70px;
                }
              }
              @media only screen and (max-width: 1199px) {
                .service-area .services-wrapper-box {
                  margin-top: 50px;
                }
              }
              .service-area .services-wrapper {
                display: grid;
                gap: 20px;
                grid-template-columns: repeat(4, 1fr);
              }
              @media only screen and (max-width: 1199px) {
                .service-area .services-wrapper {
                  grid-template-columns: repeat(2, 1fr);
                }
              }
              @media only screen and (max-width: 991px) {
                .service-area .services-wrapper {
                  grid-template-columns: repeat(2, 1fr);
                }
              }
              @media only screen and (max-width: 767px) {
                .service-area .services-wrapper {
                  grid-template-columns: repeat(1, 1fr);
                }
              }
              .service-area .info-text {
                margin-top: 70px;
                text-align: center;
              }
              @media only screen and (max-width: 1399px) {
                .service-area .info-text {
                  margin-top: 60px;
                }
              }
              @media only screen and (max-width: 1199px) {
                .service-area .info-text {
                  margin-top: 50px;
                }
              }
              .service-area .info-text .text {
                background-color: #1C1C1C;
                padding: 19px 41px;
                border-radius: 100px;
                display: inline-block;
                text-align: center;
                color: var(--white);
                max-width: 500px;
              }
              .service-area .info-text .text .wc-btn-underline {
                color: var(--white);
                font-size: inherit;
                font-weight: inherit;
                padding-bottom: 0;
              }
              .service-area .info-text .text .wc-btn-underline:before {
                height: 1px;
              }
              
              .service-box {
              /*  background-color: #1C1C1C;*/
              background-color: #1c1c1c;
                padding: 47px 50px 46px;
                border-radius: 20px;
                transition: all 0.5s;
              
              }
              @media only screen and (max-width: 1919px) {
                .service-box {
                  padding: 37px 30px 36px;
                }
              }
              .service-box:hover {
                transform: scale(1.03);
              }
              .service-box .number {
                font-size: 27px;
                color: #f7f7f7;
              }
              .service-box .icon {
                margin-top: 136px;
              }
              @media only screen and (max-width: 1919px) {
                .service-box .icon {
                  margin-top: 86px;
                }
              }
              @media only screen and (max-width: 1199px) {
                .service-box .icon {
                  margin-top: 36px;
                }
              }
              .service-box .title {
                font-size: 30px;
                line-height: 1.2;
                color: var(--white);
                margin-top: 56px;
                letter-spacing: 1px;
              }
              @media only screen and (max-width: 1919px) {
                .service-box .title {
                  margin-top: 46px;
                  font-size: 26px;
                }
              }
              @media only screen and (max-width: 1399px) {
                .service-box .title {
                  font-size: 24px;
                }
              }
              @media only screen and (max-width: 1199px) {
                .service-box .title {
                  margin-top: 26px;
                }
              }
              .service-box .text {
                color: #fff;
                margin-top: 23px;
              }

              .clients-ds img{
                width: 100%;
                height: 121px;
                object-fit: contain;
              }

.sub-head-testi{
  color: #f7f7f7;
  font-size: 46px;
}
              .clients-ds {
                background: #fdfdfd!important;
                padding-bottom: 60px;
                margin-top: -5px;
                padding-top: 50px;
                border-radius: 55px 55px 0px 0px;
                }
                .clients-ds .item {
                  position: relative;
                 
                  border-radius: 80px;
                  padding: 15px 2px;
    border: 1px solid #bbbbbbdd;}
                  .clients-ds .item .text-center {
                    width: 100%; }
                  .clients-ds .item .img {
                    max-width: 100px;
                    margin: auto; }
                  .clients-ds .item p {
                    margin-top: 30px; }
              .mc-color{
                color: #e03c31;
              }

          
            
                    .testimonials-sa {
                      position: relative;
                      overflow: hidden;
                    background: #010101; }
                      .testimonials-sa:after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-image: url(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; }
                        .item h6{
                          font-size: 18px;
                          line-height: 27px;
                        }
                        .img-author img{
                          object-fit: cover;
    width: 100%;
    height: 53px;
    object-position: bottom;
                        }
                      .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; }


                      .footer-sa {
                        border-radius: 70px 70px 0px 0px;
                        background: #141414;
                        margin-top: -80px;
                        color: #fff; }
                        .footer-sa p,
                        .footer-sa .sub-color {
                          color: #ccc; }
                        .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; }


                            .topnav span{
                              color: #fff;
                              font-size: 17px;
                              text-transform: capitalize;
                            }
                            .about-ma{
                              background: #010101;
                            }
.contact-sa {
  background-image: url(g-back.png);
  padding-top: 100px!important;
  padding-bottom: 180px;
    width: 100%;
    background-size: cover;
}
.service-area h2{
  max-width: 623px;
}
.about
                            .contact-sa .box {
                              padding: 50px 60px;
                            
                              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;
                              color: #fff;
                              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; }
                            .inner-gradiant p{
                              color: #fff !important;
                              font-size: 25px;
                              text-align: center;
                              padding-top: 15px;
                            }
                            .contact-sa .contact-form button {
                              background: #f7f7f7;
                              color: #222; }
                            .gradiant-section{
                              position: relative;
                              background: #010101;
                              margin-top: 140px;
                            }
                            .ls2 {
                              font-size: 45px;
                                  line-height: 55px;
                              color: #f7f7f7!important;
                            }
                            .butn-white{
                              background: #222;
                              padding: 12px 20px;
                              border-radius: 35px;
                            }
                            .butn-white span {
                              font-size: 17px;
                              color: #f7f7f7;
                              text-transform: capitalize;
                          }
                            .butn{
                              padding: 12px 20px;
                              background: var(--main-color);
                            }
                            .butn span{
                              font-size: 17px;
                              color: #f7f7f7;
                              text-transform: capitalize;
                            }
                            .inner-gradiant{
                              color: #f7f7f7;
                              z-index: 1;
                              position: sticky;
                            }
                            .intro-sa p{
                              margin-top: 20px;
                              font-size: 18px;
                            }
                            .intro-sa a{
                              margin-top: 20px;
                            }
                            .inner-content-sec{
                              display: flex;
                              justify-content: center;
                              justify-content: center;
                            }
                              .cta_shape {
                                border-radius: 100vw;
                                background-color: #ff4835;
                                pointer-events: none;
                                width: 50%;
                                height: 10rem;
                                margin-left: auto;
                                margin-right: auto;
                                position: absolute;
                                inset: 30% 0% 0%;
                            }
                            
                            .cta_overlay {
                                -webkit-backdrop-filter: blur(7rem);
                                backdrop-filter: blur(7rem);
                                pointer-events: none;
                                background-color: #0000002b;
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                inset: 0%;
                            }
                            
                            .cta_overlay.more-blur {
                                -webkit-backdrop-filter: blur(12rem);
                                backdrop-filter: blur(12rem)
                            }


                            .wa-float {
                              position: fixed;
                              bottom: 30px;
                              right: 17px;
                              border-radius: 50px;
                              justify-content: center;
                              align-items: center;
                          }    
                          .wa-float {
                              z-index: 100;
                              display: flex;
                              transition: all .3s ease-in-out;
                          }