:root {
  --bg-color: #0B086D; /* #0E1426 */
  --theme-color: #fff;
  --bg-gray: #2B3551;
  --bg-light-gray: #D9D9D9;
  --main-color: #0B086D;
  --main-color-mid: #3C2CDA;
  --main-color-light: #24b3e0;
  --star-color: #EBA937; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--main-color); }

.box-dark h1,
.box-dark h2,
.box-dark h3,
.box-dark h4,
.box-dark h5,
.box-dark h6  {
  color: #fff; }

.img.coversnow img {
  /* Turn all colored pixels to black */
  filter: brightness(0) invert(1);
  /* WebKit prefix for older browsers */
  -webkit-filter: brightness(0) invert(1);
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 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);
    /*background: rgba(14, 20, 38, 0.5);*/ }
  .navbar .logo {
    padding: 7px 15px;
    padding-left: 0;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 90px; }
    .navbar .logo img {
      width: 140px; }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 55px; }
    .navbar .navbar-nav .nav-link {
      padding: 5px 20px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: linear-gradient(to right, var(--main-color) , var(--main-color-light)) !important; }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }

  .navbar.nav-scroll .navbar-nav {
    background-color: rgba(14, 20, 38, 0.3); }

  ul.main-menu li.nav-item a.nav-link {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff; 
  }

/* --------------- header --------------- */
.header-ds {
  background-image: url(../imgs/hero-bg.png);
  background-size: cover;
  background-position: bottom;
  background-color: #fff; }
  .header-ds .container {
    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;
    padding: 150px 50px 80px;
    min-height: 700px; }
  .header-ds .caption h1 {
    font-size: 66px;
    line-height: 66px;
    font-weight: 600; }
    .header-ds .caption h1 span {
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-weight: 400; }
  .header-ds .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #151515;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .header-ds .social-icon a:hover {
      color: #fff;
      background: transparent; }
  .header-ds .numb {
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .header-ds .numb > div {
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content; }
    .header-ds .numb h2 {
      font-size: 65px;
      line-height: 65px;
      font-weight: 400;
      margin-bottom: 10px; }
    .header-ds .numb span {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }

/* --------------- About --------------- */
.intro-ds {
  /*background-image: url(../imgs/about-bg.png);
  background-size: cover;
  background-position: top;
  background-color: #fff;*/
  position: relative; }
  .intro-ds .container {
    position: relative;
    margin-top: -55px;
    z-index: 3; }
    .intro-ds .container .box {
      padding: 60px 80px;
      background: #fff;
      border-radius: 30px 30px 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: 22px;
    line-height: 35px;
    margin-top: 30px; 
    text-align: justify;
  text-justify: inter-word;}
  .intro-ds .founders ul li {
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    color: #494949;
    margin-left: 20px;
    list-style: circle !important;
    list-style-position: outside; }

h4.long-title {
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}

h4.long-title span {
  color: var(--main-color);
}

/* --------------- 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: var(--bg-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .marq-mp .item h5 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap; }
    .marq-mp .gray-bg .item:after {
      background: #fff; }
  .marq-mp .gray-bg .item h5 {
    color: #fff; }

.services-mp.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.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: 40px;
    line-height: 60px;
    margin: 10px 0; }
  .services-mp .serv-title .tab-title.current {
    opacity: 1; }

.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;
        margin-top: 15px; }

/* --------------- Works --------------- */
.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:hover .cont a i {
      color: #fff; }
  .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; }

  .works-mp .item:hover .img .tags {
    opacity: 1; }
  .works-mp .item .img .tags {
    position: absolute;
    bottom: 40px;
    left: 40px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .works-mp .item .img .tags a {
      padding: 7px 15px;
      color: var(--main-color);
      background: #fff;
      border-radius: 30px;
      font-size: 14px;
      margin: 0 -5px; }
      .works-mp .item .img .tags a:hover {
        color: #fff;
        background: var(--main-color); }

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: var(--main-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 .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; }

/* --------------- 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; }


.brand-ds .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .brand-ds .item:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .brand-ds .item .text-center {
    width: 100%; }
  .brand-ds .item .img {
    width: 50px;
    margin: auto;
    opacity: .25;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .brand-ds .item h5 {
    font-size: 25px; }
  .brand-ds .item p {
    font-size: 14px;
    margin-top: 0; }
  .brand-ds .item:nth-of-type(3) .img, .brand-ds .item:nth-of-type(4) .img {
    width: 70px; }

    .brand-ds .item i {
      font-size: 65px;
      line-height: 1 !important;
    }
  .brand-ds .item:hover {
    z-index: 4; }
    .brand-ds .item:hover:after {
      border-color: var(--main-color); }
    .brand-ds .item:hover .img {
      opacity: 1; }


/* --------------- Testimonials --------------- */
.testimonials-mp {
  position: relative;
  overflow: hidden !important; }
  .testimonials-mp .brush {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%; }
  .testimonials-mp .sec-head .gl-rate {
    margin: 40px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    padding: 10px 20px; }
    .testimonials-mp .sec-head .gl-rate .icon {
      width: 35px; }
    .testimonials-mp .sec-head .gl-rate .cont {
      text-align: left; }
      .testimonials-mp .sec-head .gl-rate .cont h6 {
        line-height: 1;
        font-weight: 600;
        font-size: 18px; }
      .testimonials-mp .sec-head .gl-rate .cont .stars {
        font-size: 13px;
        color: #EF2B10;
        margin-left: 10px; }
      .testimonials-mp .sec-head .gl-rate .cont p {
        font-size: 12px;
        margin-top: 2px; }
  .testimonials-mp .testim-swiper {
    position: relative;
    overflow: visible;
    padding: 150px 0 150px;
    background-image: url(../imgs/testim/global.png);
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat; }
  .testimonials-mp .swiper-slide {
    margin-right: -50px;
    width: 400px;
    height: auto; }
  .testimonials-mp .item {
    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%;
    position: relative; }
    .testimonials-mp .item:after {
        /* add tail of bubble */
    }
    .testimonials-mp .item .info p {
      font-size: 14px; }
    .testimonials-mp .item .info span {
      font-size: 16px; }
    .testimonials-mp .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials-mp .item:hover {
      z-index: 5; }
  .testimonials-mp .gray {
    background: #EEEEEE;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  .testimonials-mp .colorful {
    background: var(--main-color);
    color: #fff;
    -webkit-transform: rotate(2deg) translateY(80px);
    -ms-transform: rotate(2deg) translateY(80px);
    transform: rotate(2deg) translateY(80px);
    z-index: 3; }
    .testimonials-mp .colorful div.info-text p {
      color: #ccc;
    }
  .testimonials-mp .darklen {
    background: #151515;
    color: #fff;
    -webkit-transform: rotate(2deg) translateY(-50px);
    -ms-transform: rotate(2deg) translateY(-50px);
    transform: rotate(2deg) translateY(-50px); }
    .testimonials-mp .darklen p {
      color: #d1d1d1; }
  .testimonials-mp .lighten {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 3; }


.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.why-sec {
  border-bottom: 1px solid var(--bg-light-gray);
}

/* --------------- Testimonials --------------- */
.testimonials-dm {
  overflow: hidden !important; }
  .testimonials-dm .sec-head .states h6 {
    font-size: 16px; }
    .testimonials-dm .sec-head .states h6 i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 13px;
      border-radius: 50%;
      background: var(--main-color);
      margin-right: 5px; }
  .testimonials-dm .swiper {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
   }
  .testimonials-dm .swiper-wrapper {
    padding-bottom: 140px; }
  .testimonials-dm .item {
    padding: 40px 30px;
    border-radius: 15px;
    background-color: var(--bg-light-gray); }
    .testimonials-dm .item h5 {
      font-size: 16px;
      font-weight: 300;
    }
    .testimonials-dm .item .fit-img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .testimonials-dm .item span.sub-color {
      font-size: 16px; }
    .testimonials-dm .item .stars {
      color: var(--star-color);
      font-size: 13px; }
  .testimonials-dm .swiper-pagination {
    position: absolute;
    bottom: 0;
    top: auto;
    background: rgba(255, 255, 255, 0.08);
    height: 2px; }
  .testimonials-dm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff; }



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


    .process-mp .swiper-button-next,
    .process-mp .swiper-button-prev {
        color: #fff; /* Arrow color */
        width: 40px;
        height: 40px;
        background: var(--main-color);
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    
    .process-mp .swiper-button-next::after,
    .process-mp .swiper-button-prev::after {
        font-size: 20px; /* Adjust arrow icon size */
    }

.process-mp .item {
  padding: 40px;
  border-radius: 10px;
  background: var(--bg-gray); }
  .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.svg);
        -webkit-filter: invert(1);
        filter: invert(1); }
      .faqs-ds .accordion-item .accordion-header button:not(.collapsed):after {
        background-image: url(../imgs/pricing/minus-solid.svg); }
  .faqs-ds .accordion-item .accordion-body {
    padding: 0;
    padding: 0px 100px 30px 30px; }
    .faqs-ds .accordion-item .accordion-body p {
      font-size: 14px; }

/* --------------- FAQS --------------- */
.team-mp .item {
  background: var(--bg-gray);
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .team-mp .item:hover {
    background: var(--main-color);
    color: #afbbdb; }
    .team-mp .item:hover .cont span {
      color: #afbbdb; }
    .team-mp .item:hover .social-icon a {
      border-color: #fff; }
      .team-mp .item:hover .social-icon a:hover {
        border-color: #fff; }
  .team-mp .item .img {
    width: 420px;
    height: 170px;
    overflow: hidden; }
    .team-mp .item .img img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .team-mp .item .cont {
    padding: 30px 0 0 50px; }
    .team-mp .item .cont span {
      font-size: 14px;
      color: #b1b1b1;
      margin-top: 15px; }
  .team-mp .item .social-icon {
    padding: 30px 30px 0 0; }
    .team-mp .item .social-icon a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      font-size: 14px;
      margin: 0 5px; }
      .team-mp .item .social-icon a:hover {
        background: #fff;
        color: #212121;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }

/* --------------- Blogs --------------- */
.blog-mp.bg-gray {
  background-color: var(--bg-light-gray);
}

.blog-mp .butn.butn-bord {
  border-color: var(--main-color);
}

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

/* --------------- footer --------------- */
.footer-sa {
background: linear-gradient(
  135deg,
  #0E1426   0%,
  #0B086D  50%,
  #3C2CDA  95%
) !important;
}

.footer-sa.box-dark p {
  color: #fff;
}

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff; }
    .footer-sa .call-action h2 .buton span.get-that {
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 25px; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 250px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    color: var(--bg-light-gray);
    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;
  color: #eee; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }


body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  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: -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 {
  font-size: 20px;
  line-height: 28px; }

.course-head-sub {
  font-size: 17px;
  line-height: 22px; }

.sub-color {
  color: #808080; }

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

.sec-head h2 {
  font-size: 50px;
  line-height: 50px; }
  .sec-head h2 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: var(--main-color-light);
    font-weight: 400; }

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

.loader-wrap svg {
  fill: var(--theme-color); }

.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; }
    
    .butn.butn-main-c {
      color: #fff !important;
      background: linear-gradient(to right, var(--main-color) 0%, var(--main-color-mid) 50%, var(--main-color-light) 100%) !important;
      /*background-color: var(--main-color-light);*/
      
    }

.navbar .topnav .butn.butn-bar-icon {
  font-weight: 600;
}

.butn-bar-icon i.fa-phone {
  font-size: 14px;
}

.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: var(--bg-color);
  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; }

.box-dark {
  background: var(--bg-color);
  color: #fff;
  position: relative;
  z-index: -1;
  margin-top: -50px;
  padding: 50px 0; }
  .box-dark p {
    color: #d1d1d1; }


.box-light .header-ds {
  color: #fff;
}

.box-light .header-ds p {
  color: #bbb;
}

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


.space-30 {
  
}

.featured-author {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.team-mp .item.featured-mentor .img {
  height: 170px;
  border-radius: 15px 0 0 15px;
}

.team-mp .item.featured-mentor:hover .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.team-mp .item.featured-mentor .img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}

.intro-hero p {
  font-size: 23px;
}

/* ===== better button design ===== */

.crv-butn span {
  /*background: linear-gradient(to right, var(--main-color) 0%, var(--main-color-mid) 50%, var(--main-color-light) 100%);*/
  background: var(--main-color-light);
  color: #fff; }

  .crv-butn span.icon {
    background: var(--main-color-light);
  }

  .crv-butn.crv-butn-white span {
    background: #fff;
    color: var(--main-color); }
    .crv-butn.crv-butn-white .text:after {
      background: #fff; }
      .crv-butn.crv-butn-white .icon img {
        filter: none; }

.crv-butn .text {
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  border-radius: 30px;
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color-light);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .crv-butn .icon img {
    width: 15px;
    filter: brightness(0) invert(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px; }

.crv-butn:hover .icon {
  margin-left: 5px; }
  .crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }


  .clients-sa .item {
    border: 1px solid var(--main-color);
    border-radius: 50%;
    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; }
      .carousel-inner {
        padding-bottom: 50px;
      }
      .carousel-indicators [data-bs-target] {
        background-color: var(--bg-color);
      }

/* ====================== [ 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-sa .call-action h2 {
      font-size: 70px; }
      .footer-sa .call-action h2 .buton {
        display: none !important; }}

.only-mobile {
  display: none !important;
} 

@media screen and (max-width: 768px) {
  .navbar .container {
    padding: 5px 10px; }
  .header-mp .caption h1,
  .footer-mp .footer-logo h1 {
    font-size: 100px; }
  /* addon */
  .header-ds {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-ds .caption h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .header-ds .numb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-ds .numb h2 {
    font-size: 45px;
    line-height: 1.2;
  }

  
  .sec-head h2 {
    font-size: 35px;
    line-height: 1.2; }
  .services-mp .serv-title .tab-title h2 {
    font-size: 65px;
    line-height: 1.2; }
    .brand-ds .item:after {
      left: 0;
      right: 0; }
  .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; }
  .testimonials-mp .swiper-slide {
    width: 100%;
    padding: 0 10px;
    margin: 0; }
    .testimonials-mp .swiper-slide .item {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; }
  .testimonials-mp .testim-swiper {
    padding: 0; }
  .brands-mp .item:after {
    display: none; }
  .brands-mp .item h2 {
    font-size: 40px;
    line-height: 1.2; }
    .footer-sa .call-action h2 {
      font-size: 35px;
      line-height: 1.4; } 

      
     
    .no-mobile {
      display: none !important;
    }

    .only-mobile {
      display: block !important;
    } 
}

.featured-mentor {
  position: relative;
  display: block;
}

.featured-mentor a.all-clickable {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.featured-mentor a.all-clickable:hover + .d-flex .crv-butn .text:after {
  border-radius: 50%;
    top: calc(50% - 5px);
    right: 0;
    height: 10px;
}
.featured-mentor a.all-clickable:hover + .d-flex .crv-butn .icon {
  margin-left: 5px;
}



.parallax-section {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}


.parallax-section .mimg img {
  /*-webkit-filter: grayscale(100%); 
  filter: grayscale(100%);*/
}

.parallax-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.6;
  z-index: 20;
}

.intro-ds .container .box.second-box {
  border-radius: 0;
  background-color: var(--bg-light-gray);
}

.section-content {
  padding: 80px 0;
}

/* Mobile fix for parallax */
@media (max-width: 768px) {
  .parallax-section {
      background-attachment: scroll;
  }
}

.founders .imgs img {
  border-radius: 20px;
}

.founders .imgs {
  display: block;
  position: relative;
  border-radius: 20px;
}

.founders img.logo-about {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    width: 275px;
    opacity: 0.3;
}

/* service card */
  .service-card {
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid var(--main-color);
    margin-bottom: 40px;
  }

  .service-card .icon i {
    font-size: 3.5rem !important;
    background: linear-gradient(to bottom, var(--main-color), var(--main-color-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease, background 0.3s ease;
  }
  .service-card:hover .icon i {
    transform: scale(1.1);
  }
  .service-card .content {
    margin-left: 20px;
  }

  .service-card .content h5 {
    font-size: 28px;
  }

  .service-card .content a.butn {
    margin-top: 15px;
  }

  .service-card .content a.butn:hover {
    /*background: linear-gradient(to right, var(--main-color) 0%, var(--main-color-mid) 50%, var(--main-color-light) 100%) !important;*/
    background-color: var(--main-color-light);
  }

  .service-card .content a.butn.butn-bord {
    border-color: var(--bg-color);
  }

  .service-card .content a.butn.butn-bord:hover {
    border-color: #fff;
  }

  .service-card .content a.butn .icon.invert img {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important;
  }

  .service-card .content a.butn:hover .icon.invert img {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important;
  }

  .service-card .content .arrow-butn {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 20px;
  }


  /* Process */

  .process-mp .process-card {
    background-color: var(--bg-gray);
    transition: transform .3s ease, box-shadow .3s ease;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
  }
  .process-mp .process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  }
  .process-mp .title {
    position: relative;
    padding-bottom: .5rem;
  }
  .process-mp .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 24px;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--main-color-mid);
  }
  .process-mp .circle-num {
    display: block;
    font-size: 100px;
    line-height: 0;
    border-radius: 50%;
    color: var(--main-color-light);
    font-weight: bold;
    text-align: right;
    opacity: 0.35;
    min-width: 1em;
    position: absolute;
    right: 20px;
    bottom: 12px;
  }