:root {
  --bg-color: #18191b;
  --theme-color: #0e0f11;
  /* --main-color: #d0ff71;  */
  --main-color: #ff3d00; 
}

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
.header-cst .container-fluid {
  width: 100%;
  padding: 15px;
  margin: 0;
  position: relative; }
  .header-cst .container-fluid:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #080808), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #080808 50%, transparent);
    background-image: -o-linear-gradient(bottom, #080808 50%, transparent);
    background-image: linear-gradient(to top, #080808 50%, transparent);
    opacity: .98;
    }

.header-cst .img {
  height: 500px;
  border-radius: 10px; }

.header-cst .caption {
  position: relative;
  margin-top: -250px;
  z-index: 4; }
  .header-cst .caption h1 {
    font-size: 16vw;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
    .header-cst .caption h1.normal {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }


  /* .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); } */


  .navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px; }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px; }
    .navbar .navbar-nav .nav-link {
      padding: 5px 20px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }

/* --------------- header --------------- */
.header-dm .caption {
  position: relative;
  z-index: 3; }

.header-dm .imgs-cube {
  position: relative; }
  .header-dm .imgs-cube .imgs {
    position: absolute;
    top: 50px;
    right: -100px; }
    .header-dm .imgs-cube .imgs .circle {
      width: 200px;
      position: relative;
      z-index: 4; }
      .header-dm .imgs-cube .imgs .circle:after {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: rgba(255, 255, 255, 0.01);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        z-index: -1; }

.header-dm .mimg {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  width: 50%; }
  .header-dm .mimg img {
    border-radius: 0 30px 30px 0; }
  .header-dm .mimg .shaps.top {
    background: var(--theme-color);
    border-radius: 0 0 30px 0;
    width: 45%;
    height: 150px;
    position: absolute;
    top: -1px;
    left: -1px; }
    .header-dm .mimg .shaps.top .shap-right-top {
      position: absolute;
      top: 0;
      right: -2.05rem; }
      .header-dm .mimg .shaps.top .shap-right-top svg {
        width: 2.1rem;
        height: 2.1rem; }
    .header-dm .mimg .shaps.top .shap-left-bottom {
      position: absolute;
      bottom: -2.05rem;
      left: -1px; }
      .header-dm .mimg .shaps.top .shap-left-bottom svg {
        width: 2.1rem;
        height: 2.1rem; }
  .header-dm .mimg .text {
    background: var(--theme-color);
    border-radius: 0 30px 0 0;
    padding: 30px 30px 0 0;
    position: absolute;
    bottom: -1px;
    left: -1px;
    text-align: right; }
    .header-dm .mimg .text .shap-left-top {
      position: absolute;
      left: 0;
      top: -2.05rem;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
      .header-dm .mimg .text .shap-left-top svg {
        width: 2.1rem;
        height: 2.1rem; }
    .header-dm .mimg .text .shap-right-bottom {
      position: absolute;
      right: -2.05rem;
      bottom: -1px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
      .header-dm .mimg .text .shap-right-bottom svg {
        width: 2.1rem;
        height: 2.1rem; }

/* --------------- Awards --------------- */
.intro-vid .bg-img {
  height: 580px;
  border-radius: 30px;
  margin-top: -140px;
  position: relative; }
  .intro-vid .bg-img .states {
    position: absolute;
    top: -120px;
    left: 30px;
    background: var(--theme-color);
    padding: 60px 40px;
    border-radius: 30%;
    max-width: 300px;
    z-index: 3; }
    .intro-vid .bg-img .states .imgs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .intro-vid .bg-img .states .imgs .img {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        border: 2px solid var(--bg-color); }
      .intro-vid .bg-img .states .imgs .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: var(--main-color);
        text-align: center;
        line-height: 40px;
        margin-left: -10px;
        z-index: -1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .intro-vid .bg-img .states .imgs .icon img {
          width: 15px;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
  .intro-vid .bg-img .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .intro-vid .bg-img .play-button a {
      width: 120px;
      height: 120px;
      line-height: 120px;
      font-size: 40px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: rgba(255, 255, 255, 0.1); }

/* --------------- Works --------------- */
.works-mp .item {
  padding-top: 30px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  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;
    color: #d5d5d5;
    margin-bottom: 15px; }
  .works-mp .item .cont span {
    font-size: 14px;
    font-weight: 300;
    color: #939191;
    text-transform: uppercase; }
  .works-mp .item .cont a {
    padding: 5px 25px;
    border-radius: 30px;
    border: 1px solid rgb(255 255 255 / 10%);
    -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; }

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

.numbers-dm .item h2 {
  font-size: 120px;
  font-weight: 200; }
  .numbers-dm .item h2 span {
    font-size: 50px; }

.numbers-dm .item h6 {
  font-size: 18px; }

/* --------------- Clients --------------- */
.clients-dm {
  position: relative;
 }
.box-shado{
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(90deg, #080808, #10101000 40% 60%, #080808);
    position: absolute;
    inset: 0%;
}
  /* .clients-dm:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 200px;
    background: linear-gradient(129deg, rgba(8, 8, 8, 1) 40%, rgb(8 8 8 / 0%) 100%);
    z-index: 3;
   }

  .clients-dm:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 200px;
    background: linear-gradient(245deg, rgba(8, 8, 8, 1) 40%, rgb(8 8 8 / 0%) 100%);
   } */
  .clients-dm .item {
    margin: 0 20px;
    padding: 0px;
   }
    .clients-dm .item img {
      width: 110px; }

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

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

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

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

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

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

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../imgs/gr-back.html);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

h6 {
  font-size: 24px; }

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

.sub-color {
  color: #a4a4a4; }

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

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

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

.text-indent {
  text-indent: 20%; }

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

.crv-butn span {
  background: var(--main-color);
  color: #0e0f11; }

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    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;
    -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); }

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

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

.butn .icon {
  width: 18px; }

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

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {

  .header-dm .caption {
    height: 700px; }
  .header-dm .mimg {
    width: 98%;
    top: -15px;
    right: 1%; }
  .header-dm .mimg .shaps.top {
    width: 90%;
    height: 220px; }
  .sec-head .sub-head {
    margin-bottom: 30px; }
  .text-indent {
    font-size: 25px;
    letter-spacing: 0;
    text-indent: inherit; }
  .intro-vid {
    margin-top: 120px; }
  .services-dm .item .title h2 {
    font-size: 80px; }
  .works-dm .sec-head {
    padding-left: 0; }
  .works-dm .gallery,
  .works-dm .items {
    position: static !important;
    height: auto !important; } }

@media screen and (max-width: 768px) {
  .header-dm .caption h1 {
    font-size: 40px;
    letter-spacing: -1px; }
  .services-dm .item {
    display: block !important; }
  .services-dm .item .title h2 {
    font-size: 60px;
    margin-bottom: 10px; }
  .intro-vid {
    margin-top: 0; }
    .intro-vid .bg-img .states {
      display: none; }
  .testimonials-dm .sec-head .states .ml-80 {
    margin-left: 15px !important; } }

    .sidebarlogo{
      text-align: center;
      width: 80px;
      height: 80px;
      line-height: 80px;
    }
    .sidebarBar{
      text-align: center;
      width: 80px;
      height: 80px;
      line-height: 80px
    }
    .sidebarImg{
      max-width: 30px;
      height: auto;
    }

    .socialIcons .iconso{
      height: 30px;
      margin-bottom: 17px;
      width: 30px;
      display: flex;
      color: rgba(255, 255, 255, 0.21);
      justify-content: center;
      align-items: center;
      /* border: 1px solid rgba(255, 255, 255, 0.41); */
      /* font-size: 13px; */
    }
    .sidebarMain .socialIcons{
      position: relative;
      top: 50vh;
    }
.bg_orange{
  width: 100%;
  height: 80px;
  background-color: #ff3d00;
  position: absolute;
  bottom: 0px;
}
.bg_orange_01{
  position: fixed;
  width: 80px;
  height: 80px;
  background-color: #ff3d00;
  z-index: 10000000;
  right: 0px;
}
.orangebox{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.orangebox span{
  font-size: 19px;
}

.sidebarMain {
  width: 80px;
  height: 100vh;
  /* background-color: #080808; */
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: auto;
}

/* .navBarDown {
  position: absolute;
  top: 92vh;
  width: 100%;
  height: 80px;
  background-color: rgb(0, 0, 0);
  z-index: 100000;
}

.navBarDown.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
} */

/* nav starts at bottom */
.navBarDown {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  height: 80px;
  background:transparent;
  backdrop-filter: blur(30px);
}

.navBarDown.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 9999;
  width: 100%;
}


.scroll-down-wrap{
    float: left;
    position: relative;
    margin-left: 150px;
    padding-right: 50px;
    font-size: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}
.scroll-nav {
    float: left;
    padding: 16px 40px 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.scroll-nav li a {
    float: left;
    padding: 10px 35px;
    color: #8B8B8B;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}


.header-ca .main-box {
  color: #fff;
  height: 870px;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#625C5C), to(#C6C6C6));
  background-image: -webkit-linear-gradient(top, #625C5C, #C6C6C6);
  background-image: -o-linear-gradient(top, #625C5C, #C6C6C6);
  background-image: linear-gradient(to bottom, #625C5C, #C6C6C6);
  border-radius: 20px;
  overflow: hidden;
  position: relative; }
  .header-ca .main-box:after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/header/bg.png);
    background-size: cover;
    background-position: left top; }

.header-ca .caption h1 {
  font-size: 128px;
  line-height: 128px;
  font-weight: 600; }

.header-ca .text {
  position: relative;
  z-index: 3;
  margin-top: 60px; }
  .header-ca .text h6 {
    font-size: 20px; }

.header-ca .gl-rate {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 60px;
  padding: 10px 20px;
  z-index: 3; }
  .header-ca .gl-rate .icon {
    width: 35px; }
  .header-ca .gl-rate .cont {
    padding-left: 30px; }
    .header-ca .gl-rate .cont h6 {
      line-height: 1;
      font-weight: 600;
      font-size: 18px; }
    .header-ca .gl-rate .cont .stars {
      font-size: 13px;
      color: #FFA826;
      margin-left: 10px; }
    .header-ca .gl-rate .cont p {
      color: #eee;
      font-size: 12px;
      margin-top: 2px; }

.header-ca .right-column {
  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; }

.header-ca .serv h6{
  color: #000;
}
.header-ca .serv {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden; }
  .header-ca .serv .content {
    position: relative;
    height: 300px; }
    /* .header-ca .serv .content .item {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: auto;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } */
      .header-ca .serv .content .item span {
        font-size: 16px;
        padding: 8px 24px;
        background: #ff3d00;
        border-radius: 30px; }
        .header-ca .serv .content .item span.bdark {
          background: #151515;
          color: #fff; }
        .header-ca .serv .content .item span.bred {
          background: #ff3d00;
          color: #fff; }
      .header-ca .serv .content .item img {
        width: 50px; }
      .header-ca .serv .content .item .icon1 img {
        width: 70px; }

.header-ca .awards {
  background: #ff3d00;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 0 30px 30px 30px;
  position: relative; }
  .header-ca .awards .awards-swiper {
    height: 100%; }
    .header-ca .awards .awards-swiper .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .header-ca .awards .item {
    width: 100%; }
    .header-ca .awards .item .img {
      width: 140px;
      margin: auto; }
    .header-ca .awards .item span {
      font-size: 14px;
      line-height: 1.4;
      position: absolute;
      left: 0;
      bottom: 0; }
  .header-ca .awards .controls {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-ca .awards .controls .swiper-button-next, .header-ca .awards .controls .swiper-button-prev {
      position: static;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      border: 1px solid #eee;
      border-radius: 50%;
      margin: 0 2px; }
      .header-ca .awards .controls .swiper-button-next:hover, .header-ca .awards .controls .swiper-button-prev:hover {
        background: #fff;
        color: var(--main-color); }
      .header-ca .awards .controls .swiper-button-next:after, .header-ca .awards .controls .swiper-button-prev:after {
        display: none; }

        @media screen and (max-width: 992px) {
  .main-container {
    position: relative; }
  .left-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto;
    display: block !important;
    padding: 30px !important;
    z-index: 9999; }
  .right-side {
    width: 100%; }
  .header-ca .main-box {
    padding-top: 140px; }
  .header-ca .serv {
    margin-top: 10px; }
  .header-ca .awards .awards-swiper {
    height: 300px; }
  .testimonials-ca .sec-head .gl-rate {
    margin-left: 0; } }

@media screen and (max-width: 768px) {
  .header-ca .caption h1,
  .about-ca .main-box .caption h1 {
    font-size: 65px;
    line-height: 65px; }
  .about-ca .main-box {
    height: 700px; } }

    .clients-section {
    margin-top: 50px;
}
.clients {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.clients-border>li {
    position: relative;
}
.clients li {
    height: 100px;
    margin: 0 41px;
    width: 100px;
    display: inline-block;
    cursor: pointer;
}
.clients>li img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    position: relative;
    z-index: 9;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clients li img {
    max-width: 90%;
      -webkit-transition: all .35s ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: all .35s ease-in-out;
}
.clients-border>li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: 0;
}



.team-cst .thecontainer {
  width: 200vw;
  padding-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.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: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  will-change: transform;
  backface-visibility: hidden;
  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: 25vw;
    position: relative;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
    .team-cst .panel .item .img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -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); }
@media screen and (min-width:600px) and (max-width:768px) {
.section-subtitle{
  font-size: 90px !important;
  top: 30px !important;
}
.works-mp.section-padding{
  padding-bottom: 80px;
  padding-top: 40px;
}
.parallax-section{
  margin-top: 0px !important;
  padding: 80px 0px !important;
}
}
@media screen and (max-width:600px) {
  .team-cst .panel {
    width: 100vw;
    height: 50vh;
    display: inline-block;
  }


  .work-card .card-item h5 {
      font-size: 23px !important;
    }
    .icon-01 {
    font-size: 32px;
    margin-bottom: 126px !important;}
    .section-padding{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .team-cst.section-padding{
      padding-top: 100px;
    }
    .headerDiscover{
      flex-wrap: wrap;
      gap: 20px;
    }
    .svgArrow{
      transform: rotate(0deg) !important;
    }
    .review-card{
      width: 88% !important;
      height: 55vh !important;
    }
    .team-cst .thecontainer{
      height: 60vh !important;
      padding-top: 20px;
    }
    .intro-cst.section-padding .container h5{
      font-size: 20px;
      letter-spacing: 0px !important;
    }

}