:root {
  --bg-color: #1a1b1e;
  --theme-color: #0e0f11;
  --main-color: #0d7adb;
}

/* --------------- 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: sticky;
  top: -80px;
  /*padding: 15px 0;*/
  padding:10px 0px;
  -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(25px);
      /*background: #161719;*/
}
.navbar.nav-scroll .medialogowidth img{
    width: 50px;

}
.pr-4{
    padding-right:10px !important;
}
.navbar .logo {
  padding: 0px 15px 0px 20px;
  /* 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-cst .container-fluid {
  width: 100%;
  padding: 15px 15px 45px;
  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%, var(--theme-color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--theme-color) 50%, transparent);
  background-image: -o-linear-gradient(bottom, var(--theme-color) 50%, transparent);
  background-image: linear-gradient(to top, var(--theme-color) 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: 5vw;
    font-weight: 500;
    line-height: 90px;
  text-transform: uppercase;
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1);
  -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);
}

/* --------------- Intro --------------- */
.intro-cst .states .item {
  position: relative;
  padding-left: 26px;
}

.intro-cst .states .item:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-cst .states .item:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-cst .states .item span {
  font-size: 14px;
  color: #aaa;
}

.intro-cst .states .item h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: 30px;
}

.intro-cst .states .item .spn-botm {
  margin-left: 10px;
}

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
}

.work-card .card-item .img {
  position: relative;
  height: 650px;
  border-radius: 15px;
  overflow: hidden;
  width:80%;
  margin:auto;
}
/*newcss*/
.work-card .card-item .img video{
    height:100%;
    width:100%;
    
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .work-card .card-item .img {
  position: relative;
  height: 550px;
  border-radius: 15px;
  overflow: hidden;
}
.work-card .card-item .img video{
    height:100%;
    width:100%;
    
}
}
/*newcss*/
.work-card .card-item .img.navbar.nav-scroll{
    z-index:-9;
}
.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;
}

.work-card .card-item h5 {
    position: absolute;
    top: 50%;
    right: 26%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-110%);
    font-size: 35px;
    /* font-family: "Six Caps", sans-serif; */
    line-height: 1;
    /* letter-spacing: -5px; */
    z-index: 3;
    text-transform: uppercase;
}

.work-card .card-item h5.bottom {
    top: auto;
    bottom: 8%;
}

.work-card .card-item h5.left {
  text-align: left;
  padding-left: 30px;
}

.work-card .card-item h5.right {
  text-align: right;
  padding-right: 30px;
}


/* --------------- Clients --------------- */
.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 p {
  margin-top: 30px;
}

.brand-ds .item:nth-of-type(3) .img,
.brand-ds .item:nth-of-type(4) .img {
  width: 70px;
}

.brand-ds .item:hover {
  z-index: 4;
}

.brand-ds .item:hover:after {
  border-color: var(--main-color);
}

.brand-ds .item:hover .img {
  opacity: 1;
}

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  height: 90px;
  width: 170px;
  padding: 10px 25px 10px;
}

.clients-ds .item .text-center {
  width: 100%;
}

.clients-ds .item .img {
  width: 118px;
  margin: auto;
}

.clients-ds .item p {
  margin-top: 30px;
}

/* --------------- 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 .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 .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: 14px;
  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 --------------- */
/* .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: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-cst .panel:nth-of-type(even) .item {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.team-cst .panel .item {
  width: 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);
} */

/* --------------- footer --------------- */
.footer-sa .call-action h2 {
  font-size: 22vw;
  line-height: 1;
}

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

.footer-sa .contact-info .item {
  margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.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: 400;
  margin: 0;
}

h1 {
  font-size: 50px;
  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: 24px;
    letter-spacing: 0px;
}

h6 {
  font-size: 22px;
}

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

.light-bg {
  background: #fff;
  color: #0e0f11;
}

.light-bg .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.light-bg .butn.butn-bord img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.light-bg .butn.butn-bord:hover {
  background: var(--main-color);
  color: #212121;
}

.sub-color {
  color: #a4a4a4;
}

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

.title-font {
  font-family: "Six Caps", sans-serif;
  letter-spacing: normal;
}

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

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
}

.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) {
  /* .team-cst .thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding-top: 80px;
  } */

  .team-cst .panel {
    display: block;
    padding: 0 15px !important;
  }

  .team-cst .panel .item {
    width: 100%;
    margin-top: 50px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media screen and (max-width: 768px) {
   .dflex_about {
    display: block !important;
    }
    
    .header-cst .caption {
        margin-top: -290px;
    }
    .mtop_css{
    margin-top: 50px !important;
}
    .header-cst .caption h1 {
        font-size: 7vw;
        line-height: 45px;
        letter-spacing: 0px;
    }
    .mobilefont{
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 32px;
    }
    /*.ptop {*/
    /*    padding-top: 35px !important;*/
    /*}*/
    .about-hed .main-marq h2 span {
        font-size: 15vw !important;
    }
    .pt_pb {
        padding-top: 45px !important;
        padding-bottom: 0px !important;
    }
    .services-ds .item .title h2 {
        font-size: 29px !important;
        line-height: 50px !important;
        letter-spacing: -1px !important;
        margin-bottom: 80px;
    }
    .services-ds .item {
        padding: 10px 10px 15px !important;
    }
    .intro-iner .sec-head {
        padding-top: 40px;
        margin-bottom: 25px !important;
    }
    .intro-iner .accordion-item .accordion-body {
        padding: 0px 0px 30px 0;
    }
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .team-mp .item .cont {
        padding: 25px 12px 10px 10px !important;
    }
    .cont h2 {
        letter-spacing: -1px;
        font-size: 25px;
    }
    .team-mp .item .social-icon a {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        margin: 2px 5px 8px !important;
    }
    .team-mp .item .img {
        width: 160px !important;
        height: 160px !important;
    }
    .team-mp .item .cont span {
        font-size: 13px !important;
        margin-top: 10px !important;
    }
    .awards-sa .item-line .honors h6 {
        font-size: 12px;
        line-height: 21px;
    }
    .project-title h6 {
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 0px;
    }
    .awards-sa .item-line {
        padding: 25px 10px;
    }
    .awards-sa .item-line .project-date span {
        font-size: 12px;
    }
    .contact-hed .caption h1 {
        font-size: 48px !important;
        margin-bottom: -45px;
    }
    .medialogowidth img {
        width: 60px !important;
    }
 
    
            
  .work-card .card-item .img {
    height: auto;
    background-size: contain;
    background-position: center;
    object-fit: cover;
    border-radius: 0px;
  }

  .menu-icon {
    display: block !important;
  }

  .work-card .card-item h5 {
    font-size: 26px;
    line-height: 63px;
    letter-spacing: -1px;
    right: 0px;
  }
  .paratitle h5 {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: -1px;
}
.paratitle p {
    text-align: justify;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: -2px;
}
.intro-iner .accordion-item .accordion-body {
    padding: 0px 0px 30px 0 !important;
}
  .header-cst .container-fluid {
    width: 100%;
    padding: 0px 0px 80px;
    margin-bottom: 0px;
    position: relative;
}
.work-card .card-item {
    margin-bottom: 0px;
}
.container-xxl {
    padding-left: 0px;
    padding-right: 0px;
}

  .services-cst .item .title h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .services-cst .item .title .list {
    display: none;
  }

  .services-cst .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .services-cst .item .icon img {
    width: 25px;
  }

  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }

  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }

  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }
}

/* --------------- Services --------------- */
.services-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-ds .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-ds .item .title h2 {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -3px;
}

.services-ds .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
}

.services-ds .item .icon img {
  width: 30px;
}

.services-ds .item .title {
  position: relative;
  margin-bottom: -70px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-ds .item:hover {
  background: #212121;
}

.services-ds .item:hover .title {
  margin-bottom: 0;
  color: var(--main-color);
}


.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: #fff;
  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: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 15px 0px 15px;
  -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;
}

.team-mp .item {
  background: #212121;
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-mp .item:hover {
  background: var(--main-color);
  color: #fff;
}

.team-mp .item:hover .cont span {
  color: #fff;
}

.team-mp .item:hover .social-icon a {
  border-color: #212121;
}

.team-mp .item:hover .social-icon a:hover {
  border-color: #fff;
}

.team-mp .item .img {
  width: 160px;
  height: 190px;
  overflow: hidden;
}

.team-mp .item .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.team-mp .item .cont {
  padding: 50px 0 0 60px;
}

.team-mp .item .cont span {
    font-size: 19px;
    color: #b1b1b1;
    margin-top: 14px;
}

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

.paratitle p {
    font-size: 15px;
    margin-top: 12px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

.dflex_about {
  display: flex;
}

.aboutboxwidth {
  width: 220px;
}

.medialogowidth img {
  width:80px;
}

.menu-icon {
  display: none;
}

.project-title h6 {
    font-size: 16px;
    line-height: 28px;
    /* text-transform: capitalize; */
    /* letter-spacing: 1px; */
}

/* --------------- about pg --------------- */
.about-hed .caption {
  position: relative;
}

.about-hed .caption h1 span {
  letter-spacing: normal;
}

.about-hed .main-marq {
  padding: 0px 0px 30px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.about-hed .main-marq .item {
  padding: 0 50px !important;
}

.about-hed .main-marq h2 span {
  font-size: 8vw;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-hed .fit-img {
  height: 540px;
}

.pt_pb {
  padding-top: 80px;
  padding-bottom: 80px;
}


/* --------------- Works --------------- */
.works-ds {
  overflow: hidden;
}

.works-ds .work-box {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.works-ds .swiper-container {
  overflow: visible;
}

.works-ds .swiper-slide {
  width: 75%;
}

.works-ds .sec-head .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.works-ds .sec-head .butn.butn-bord:hover {
  background: var(--main-color);
  color: #fff;
}

.works-ds .item:hover .cont h4 {
  color: var(--main-color);
}

.works-ds .item .img {
  border-radius: 15px;
  overflow: hidden;
}

.works-ds .item .cont {
  margin-top: 40px;
}

.works-ds .item .cont span {
  font-size: 14px;
}

.works-ds .swiper-wrapper {
  padding-bottom: 60px;
}

.works-ds .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  padding: 2px 25px 4px;
  border:1px solid rgb(243 243 243);
  border-radius: 30px;
}

.works-ds .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}



/* --------------- Careers pg --------------- */
.contact-hed .caption h1 {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase; }

.contact-hed .google-map {
  height: 540px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 15px;
  overflow: hidden; }
  .contact-hed .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg textarea:focus {
    border-color: #fff; }

.contact-pg textarea {
  min-height: 180px; }

.contact-pg .butn:hover {
  background: var(--main-color) !important; }



.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg textarea:focus {
    border-color: #fff; }

.contact-pg textarea {
  min-height: 180px; }

.contact-pg .butn:hover {
  background: var(--main-color) !important; }
  
  
/*=======Start Read More Content css======= */
.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: flex;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}
/*=======Start Read More Content css=======*/


html{
  scroll-behavior: smooth;
  top:100px;
}
.address a {
    font-size: 14px;
}
.ptop{
    padding-top:100px;
}
.mtop_css{
    margin-top: 200px;
}
.dmenu a {
    font-size:20px;
    line-height: 15px;
}
.dflex_ftr {
    display: flex;
    justify-content: space-between;
}
.plpr_css{
    
    padding-left:60px;
    padding-right:60px;
}
.nav-link {
  border: none;
  outline: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 18px;
}

/* Style the active class, and buttons on mouse-over */
.active, .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.progress-wrap {
    bottom: 85px;
    right: 50px;
}
.clienticon img{ 
    width:150px;
}
.main-marq .box .item {
     padding: 0 10px; 
}

.slide-har.st2 .box{
    -webkit-animation: slide-har 50s linear infinite !important;
    animation: slide-har 50s linear infinite !important;
    
}


@media only screen and (max-width: 480px) {
    .work-card .card-item .img{
        width:100%;
    }
    .work-card .card-item h5{
        font-size: 18px;;
    }
    .work-card .card-item h5.bottom{
        
        bottom: -20%;
        right: 21%;
    }
    .works-ds.pb-100{
        padding-bottom: 30px !important;
    }

}
.pr4{
padding: 0px 4%;
}
@media only screen and (max-width: 768px) {
    .aboutboxwidth {
        width: 50% !important;
        float: right !important;
    }
    .intro-cst .states .item h2 {
        font-size: 30px;
    }
    .footer-sa .logo {
        width: 80px;
    }
    .footer-sa.pt-70{
        padding-top: 20px !important;
    }
    .footer-sa .logo.md-mb80{
        margin-bottom: 30px;
    }
    /*.pr4{*/
    /*    padding: 0px 0%;*/
    /*}*/
}
@media only screen and (max-width: 768px) {
.team-mp .item{
    position: relative;
}
.social_media{
        position: absolute;
    right: 0;
    bottom: 2px;
}
.contact-info .col-lg-2.text-end{
    text-align: left !important;
}
}


.loader-wrap {
      position: fixed;
      inset: 0;
      background: #000;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .load-text span {
      font-size: 2rem;
      animation: blink 1.5s infinite;
    }
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.3; }
    }