:root {
  --bg-color: #022F51;
  --theme-color: #022F51;
  --main-color: #0051A1; }

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 25px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar .logo {
    width: 160px; }
  .navbar .container {
    width:50%;
    background: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    -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); }
  .navbar .info {
    margin-right: auto; }
    .navbar .info .item {
      font-size: 13px;
      text-transform: uppercase;
      margin-left: 30px; }
  .navbar .topnav .menu-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    background: #034275;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.31);}
  .navbar .topnav .butn {
    padding: 8px 20px;
    background: var(--main-color);
    color: #034275;
    margin-right: 15px; }

/* --------------- header --------------- */
.header-crv {
  padding-top: 220px;
  background-image: url(../imgs/RIGHE.png);
  background-size: cover;
  background-position: center;
  overflow: hidden; color:#fff;}
  .header-crv .caption {
    position: relative;
    text-align: left; padding-bottom: 14vh;}
    .header-crv .caption h1 {
      font-size: 6vw;
      font-weight: 700;
      
      text-transform: uppercase;
      pointer-events: none; }
    .header-crv .caption .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10%;
      z-index: 4; }
      .header-crv .caption .content .item {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        .header-crv .caption .content .item span {
          font-size: 16px;
          padding: 8px 24px;
          background: #EFF0FA;
          border-radius: 30px; }
          .header-crv .caption .content .item span.bdark {
            background: #777;
            color: #fff; }
          .header-crv .caption .content .item span.bred {
            background: var(--main-color);
            color: #fff; }
        .header-crv .caption .content .item img {
          width: 50px; }
        .header-crv .caption .content .item .icon1 img {
          width: 70px; }
  .header-crv .mimg {
    height: 550px;
    margin-top: -80px;
    position: relative;
    z-index: 3; }

    .services-sa .item {
      /* background: var(--bg-color); */
      padding: 15px;
      border-radius: 40px; height: 100%;}
      .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: 30px;
          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; }
/* --------------- Services --------------- */
.intro-crv .sec-head h3 {
  text-indent: 20%; }

.intro-crv .sec-head .img-shape {
  width: 300px;
  margin-top: 30px; }

.intro-crv .exp {
  position: relative; }
  .intro-crv .exp h2 {
    font-size: 35vw;
    line-height: 1;
    margin-bottom: -100px; }
  .intro-crv .exp .exp-item {
    font-size: 16px;
    padding: 8px 24px;
    background: #EFF0FA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: absolute;
    top: 30px;
    left: 40px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
    .intro-crv .exp .exp-item.hapy {
      top: auto;
      bottom: 30px;
      left: 30px;
      -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg); }
    .intro-crv .exp .exp-item.proj {
      top: 50%;
      right: 20%;
      left: auto;
      -webkit-transform: translateX(50%) translateY(-50%) rotate(5deg);
      -ms-transform: translateX(50%) translateY(-50%) rotate(5deg);
      transform: translateX(50%) translateY(-50%) rotate(5deg); }

      .intro-iner {
        position: relative; }
        .intro-iner .content {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 10%;
          z-index: 4;
          display: none; }
          .intro-iner .content .item {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
            .intro-iner .content .item span {
              font-size: 16px;
              padding: 8px 24px;
              background: var(--bg-color);
              border-radius: 30px; }
              .intro-iner .content .item span.bdark {
                background: #777;
                color: #fff; }
              .intro-iner .content .item span.bred {
                background: var(--main-color);
                color: var(--theme-color); }
            .intro-iner .content .item img {
              width: 50px; }
            .intro-iner .content .item .icon1 img {
              width: 70px; }
        .intro-iner .img-box {
          position: relative; }
          .intro-iner .img-box .states {
            position: absolute;
            bottom: 120px;
            left: -30px;
            background: var(--main-color);
            color: #212121;
            padding: 20px 20px;
            border-radius: 15px;
            z-index: 3; }
          .intro-iner .img-box .just-shape {
            background: var(--theme-color);
            border-radius: 0 0 30px 0;
            width: 200px;
            height: 50px;
            position: absolute;
            top: -1px;
            left: -1px; }
            .intro-iner .img-box .just-shape .shap-right-top {
              position: absolute;
              top: -1px;
              right: -2.05rem; }
              .intro-iner .img-box .just-shape .shap-right-top svg {
                width: 2.1rem;
                height: 2.1rem; }
            .intro-iner .img-box .just-shape .shap-left-bottom {
              position: absolute;
              bottom: -2.05rem;
              left: -1px; }
              .intro-iner .img-box .just-shape .shap-left-bottom svg {
                width: 2.1rem;
                height: 2.1rem; }
          .intro-iner .img-box .butn-vid {
            background: var(--theme-color);
            border-radius: 30px 0 0 0;
            padding: 40px 0 0 30px;
            position: absolute;
            bottom: -1px;
            right: -1px; }
            .intro-iner .img-box .butn-vid .vid {
              width: 55px;
              height: 55px;
              line-height: 55px;
              text-align: center;
              border-radius: 50%;
              background: #fff;
              color: #212121;
              position: relative; }
              .intro-iner .img-box .butn-vid .vid:after {
                content: '';
                position: absolute;
                top: -8px;
                left: -8px;
                right: -8px;
                bottom: -8px;
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 50%; }
            .intro-iner .img-box .butn-vid .cont {
              padding-left: 20px; }
            .intro-iner .img-box .butn-vid .shap-right-top {
              position: absolute;
              right: 0;
              top: -2.05rem;
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
              .intro-iner .img-box .butn-vid .shap-right-top svg {
                width: 2.1rem;
                height: 2.1rem; }
            .intro-iner .img-box .butn-vid .shap-left-bottom {
              position: absolute;
              left: -2.05rem;
              bottom: -1px;
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
              .intro-iner .img-box .butn-vid .shap-left-bottom svg {
                width: 2.1rem;
                height: 2.1rem; }
        .intro-iner .img {
          height: 580px;
          border-radius: 15px; }
        .intro-iner .sec-head {
          padding-top: 40px; }
        .intro-iner .accordion-item {
          background: transparent;
          border-radius: 10px;
          border: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 0;
          margin-bottom: 5px; }
          .intro-iner .accordion-item .accordion-header {
            background: transparent; }
            .intro-iner .accordion-item .accordion-header button {
              background: transparent;
              color: #fff;
              font-size: 2.5rem;
              font-weight: 500;
              line-height: 32px;
              padding: 30px 0;
              -webkit-box-shadow: none;
              box-shadow: none; }
              .intro-iner .accordion-item .accordion-header button:after {
                background-image: url(../imgs/plus-solid.svg);
                -webkit-filter: invert(1);
                filter: invert(1); }
              .intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
                background-image: url(../imgs/minus-solid.svg); }
          .intro-iner .accordion-item .accordion-body {
            padding: 0;
            padding: 0px 100px 30px 0; }
            .intro-iner .accordion-item .accordion-body p {
              font-size: 14px; }
      

              /* --------------- Works --------------- */
            .work-card .card-item {
              margin-bottom: 30px;  border-radius: 15px;}
              .work-card .card-item .img {
                position: relative;
                height: 80vh;
                border-radius: 15px;
                overflow: hidden; }
                .work-card .card-item .img:after {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(transparent));
                  background-image: -webkit-linear-gradient(top, var(--theme-color), transparent);
                  background-image: -o-linear-gradient(top, var(--theme-color), transparent);
                  background-image: linear-gradient(to bottom, var(--theme-color), transparent);
                  opacity: .6; }
                .work-card .card-item .img .tags {
                  position: absolute;
                  top: 30px;
                  right: 30px;
                  z-index: 3; }
                  .work-card .card-item .img .tags a {
                    font-size: 12px;
                    line-height: 1;
                    padding: 7px 12px;
                    margin-right: 2px;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    border-radius: 30px; }
            .positionItemCard{display: flex;
    flex-direction: column;
    width: 108%;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(1%, -50%);
    max-width: 80%;
    z-index: 1;
            }
/* --------------- Intro --------------- */
.intro-cst .states .item {
  position: relative;
  padding-left: 60px; }
  .intro-cst .states .item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .intro-cst .states .item:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .intro-cst .states .item span {
    font-size: 16px;
    color: #aaa; }
  .intro-cst .states .item h2 {
    font-size: 140px;
    line-height: 1;
    margin-top: 40px; }
  .intro-cst .states .item .spn-botm {
    margin-left: 10px; }

.intro-crv .skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.intro-crv .skills-box .skill-item {
  position: relative;
  margin-top: -10px; }
  .intro-crv .skills-box .skill-item:first-of-type {
    margin-top: 0; }
  .intro-crv .skills-box .skill-item h6 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3; }

.intro-crv .skills-box .skill-progress {
  height: 75px;
  position: relative; }
  .intro-crv .skills-box .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 30%;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; }
    .intro-crv .skills-box .skill-progress .progres:after {
      content: attr(data-value);
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 12px;
      font-weight: 600; }
    .intro-crv .skills-box .skill-progress .progres.gray {
      background: #eee; }
    .intro-crv .skills-box .skill-progress .progres.dark {
      background: #4e584a; }
    .intro-crv .skills-box .skill-progress .progres.color {
      background: var(--main-color); }

/* --------------- Works --------------- */
.works-ca {
  background: #fff;
  border-radius: 25px;
  position: relative;
  z-index: 3; }
  .works-ca .item .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .works-ca .item .img .tags {
      position: absolute;
      left: 15px;
      bottom: 15px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .works-ca .item .img .tags a {
        font-size: 14px;
        padding: 7px 15px;
        line-height: 1.5;
        border-radius: 30px;
        background: #fff; }
        .works-ca .item .img .tags a:hover {
          background: var(--main-color);
          color: #fff; }
  .works-ca .item h6 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px; }
  .works-ca .item:hover .img .tags {
    opacity: 1;
    visibility: visible; }

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

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

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

.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-dm {
      position: relative;
      z-index: 3; }
      .services-dm .img-patern {
        position: absolute;
        bottom: 10%;
        left: -15%;
        width: 30%;
        -webkit-filter: invert(1);
        filter: invert(1);
        opacity: .07;
        z-index: -1; }
      .services-dm .item {
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        overflow: hidden;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .services-dm .item:last-of-type {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        /* .services-dm .item .title h2 {
          font-size: 100px;
          letter-spacing: -4px; } */
        .services-dm .item p {
          /* opacity: 0; */
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .services-dm .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-dm .item .icon img {
            width: 30px; }
        .services-dm .item:hover .title {
          margin-bottom: 0;
          color: var(--main-color); }
        .services-dm .item:hover p {
          opacity: 1; }

    .services-mp{background-color: #0051A1;}
.services-mp .sub-head:after {
  background: #fff !important; }

.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: 4.5vw;
    line-height: 5.5vw;
    margin: 10px 0; font-weight: 100;}
  .services-mp .serv-title .tab-title.current {
    opacity: 1; }
    .services-mp .serv-title .tab-title.current h2 {
      opacity: 1; font-weight: 800;}

.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 .img {
      border-radius: 10px;
      overflow: hidden; }
    .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; }


        /* --------------- 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: #1a1b1e;
      margin-right: 5px; }
      .testimonials-dm  .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: min-content;
        position: relative;
        transition-property: transform;
    }
    
  .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; 
    position: relative;
      width: 100%;
      height: auto;
      padding-bottom: 100px;
      z-index: 1;
      display: flex
  ;
      transition-property: transform;
      box-sizing: content-box;
    }
  .testimonials-dm .item {
    /* padding: 40px 30px; */
    border-radius: 15px;
   }
    
  .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; }
/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item h4 {
  font-weight: 500;
  text-wrap: pretty; }

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    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.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color); }

/* --------------- Awards --------------- */
.awards-sa {
  background: #fff;
  border-radius: 25px;
  position: relative;
  z-index: 3; }
  .awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7); }
    .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(0, 0, 0, 0.1);
    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(0, 0, 0, 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; }

/* --------------- FAQS --------------- */
.team-crv .main-marq {
  overflow: hidden !important; }
  .team-crv .main-marq .item {
    padding: 0 80px !important; }
    .team-crv .main-marq .item h2 {
      white-space: nowrap;
      font-size: 15vw;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: -4px; }
    .team-crv .main-marq .item:nth-of-type(even) {
      opacity: .5; }

.team-crv .content .item {
  position: relative; }
  .team-crv .content .item .img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .team-crv .content .item .cont {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 4; }
    .team-crv .content .item .cont h6 {
      font-size: 20px;
      margin-bottom: 5px; }
    .team-crv .content .item .cont span {
      font-size: 14px; }
  .team-crv .content .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .team-crv .content .item:hover .img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .team-crv .content .item:hover .cont {
    opacity: 1; }
  .team-crv .content .item:hover:after {
    opacity: .4; }
  .team-crv .content .item.full {
    height: 100%; }
    .team-crv .content .item.full .img {
      height: 100%; }

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

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

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

/* --------------- Clients --------------- */
.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  /* padding: 50px 30px;  */
  height: 150px;
}
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 150px;
    margin: auto; 
    /* filter: invert(100%) sepia(100%) saturate(0%) brightness(100%); */
  }
  .clients-ds .item p {
    margin-top: 30px; }

/* --------------- footer --------------- */
.footer-sa {
  /* background: #1d1d1d; */
  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; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #0051A1;
  background-color: var(--theme-color); }

.container-xxl {
  max-width: 1500px !important; }

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

h1 {
  font-size: 64px;
  letter-spacing: 0; }

h2 {
  font-size: 4vh;
  /* letter-spacing: -3px; */
 }

h3 {
  font-size: 3.2vh;
  letter-spacing: -2px; }

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

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

h6 {
  font-size: 24px; }

.sub-color {
  color: #0051A1; font-weight: 400;}

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

p {
  color: #0051A1;
  font-size: 2.5vh;
  font-weight: 200;
  margin: 0; }
p.whiteP{
  color: #fff;
}
.abBg{
  position:absolute; top:0;right:0;    height: 100%;
    width: auto;
}
.sec-head {
  text-wrap: pretty; color: #0051A1;}
  .sec-head .sub-head {
    position: relative;
    padding-left: 25px; }
    .sec-head .sub-head:after {
      content: '';
      width: 7px;
      height: 7px;
      background: #000;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      left: 0; }

.loader-wrap svg {
  fill: #0051A1; }

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

.butn.butn-bg {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff; }
  .butn.butn-bg:hover {
    background: transparent;
    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-dark {
  /* background: #151515; */
  color: #fff;
  position: relative;
  z-index: -1; }
  .box-dark:after {
    content: '';
    position: absolute;
    top: -50px;
    bottom: -50px;
    width: 100%;
     }
  .box-dark p {
    color: #fff; }
  .box-dark.no-out:after {
    display: none; }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .positionItemCard {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 64vw;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    max-width: 30vw;
    z-index: 1;
}
    .positionItemCard h2 {
        font-size: 3.5vh;
    }
   .positionItemCard .butn{font-size:18px}
  .sec-head .sub-head {
    margin-bottom: 15px; }
  .header-crv .mimg {
    margin-top: -50px; }
  .intro-crv .exp h2 {
    margin-bottom: 0;
    font-size: 40vw; }
  .team-crv .content .item {
    margin-bottom: 10px; } 
    .abBg{
      position: relative;
      top: 0;
      right: 0;
      height: auto;
      width: 60%;
      margin-left: 20%;
      transform: rotate(90deg);
}}

@media screen and (max-width: 768px) {
  .navbar .container {
    width: 70vw;}
  .navbar .container {
    padding: 20px 20px; }
  .header-crv .mimg {
    margin-top: -15px;
    height: 300px; }
  .intro-crv .exp h2 {
    font-size: 70vw; }
    h2{
      font-size: 3.5vh;
    }
  .services-mp .serv-title .tab-title h2 {
    font-size: 35px;
    line-height: 1.2; }
  .testimonials-ds .qoute-icon .text {
    width: 180px; }
  .testimonials-ds .qoute-icon .icon {
    width: 80px; }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal; } 
  .cata{flex-direction: column;}
  .cata .butn {margin-bottom:20px}
  }
