.works-dm .item {
    margin-top: 80px; }
    .works-dm .item:hover .img .tags {
      opacity: 1; }
    .works-dm .item .img {
      overflow: hidden;
      border-radius: 15px;
      position: relative; }
      .works-dm .item .img .tags {
        position: absolute;
        bottom: 15px;
        left: 20px;
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .works-dm .item .img .tags a {
          padding: 7px 15px;
          background: #fff;
          border-radius: 30px;
          color: var(--theme-color);
          font-size: 14px;
          margin: 0 -5px; }
          .works-dm .item .img .tags a:hover {
            background: var(--main-color); }
        .works-dm .item .img .tags.colorful a {
          background: var(--main-color); }
    .works-dm .item .info {
      font-size: 14px; }
      .works-dm .item .info .dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff;
        margin: 0 10px; }

.blog-mp .bord {
  position: relative; }
  .blog-mp .bord:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }

.blog-mp .item {
  margin-bottom: 50px; }
  .blog-mp .item .info .author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .blog-mp .item .info .author-info,
  .blog-mp .item .info .date {
    font-size: 13px;
    text-transform: uppercase; }
    .blog-mp .item .info .author-info span,
    .blog-mp .item .info .date span {
      display: block;
      line-height: 22px; }
  .blog-mp .item .info .author-info .sub-color {
    text-transform: capitalize !important; }
  .blog-mp .item .img {
    border-radius: 15px;
    height: 255px;
    overflow: hidden; }

.blog-mp .main-blog .item {
  margin-bottom: 0; }
  .blog-mp .main-blog .item .img {
    height: 350px; }
        

.img12 {
  margin-left: 27px;
  width: 321px;
  height: 321px;
}


/* --------------- Works --------------- */
.works-mp .item {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .works-mp .item:hover .cont a {
    background: var(--main-color);
    border-color: var(--main-color); }
  .works-mp .item .cont h5 {
    font-weight: 400;
    margin-bottom: 15px; }
  .works-mp .item .cont span {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase; }
  .works-mp .item .cont a {
    padding: 5px 25px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .works-mp .item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px; }
    .works-mp .item .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

/* --------------- Contact --------------- */
.footer-ds {
  border-color: rgba(255, 255, 255, 0.3); }
  .footer-ds .subscribe .form-group {
    margin: 60px 0 15px;
    position: relative; }
    .footer-ds .subscribe .form-group label {
      font-size: 14px;
      margin-bottom: 10px; }
    .footer-ds .subscribe .form-group input {
      padding: 20px 50px 20px 20px;
      background: var(--bg-color);
      border: 0;
      border-radius: 5px;
      width: 100%;
      color: #fff; }
    .footer-ds .subscribe .form-group button {
      background: transparent;
      border: 0;
      position: absolute;
      bottom: 20px;
      right: 15px;
      width: 25px; }
  .footer-ds .subscribe span {
    color: #808080;
    font-size: 13px; }
    .footer-ds .subscribe span a {
      color: #fff;
      text-decoration: underline; }
  .footer-ds .contact-info .item h6 {
    margin-bottom: 15px; }
  .footer-ds .contact-info .item p {
    font-size: 14px;
    margin-top: 5px; }
  .footer-ds .sub-footer .copy .logo {
    width: 25px; }
  .footer-ds .sub-footer .copy p {
    font-size: 14px; }
    .footer-ds .sub-footer .copy p a {
      color: #fff; }
  .footer-ds .sub-footer .links {
    width: 100%; }
    .footer-ds .sub-footer .links a {
      font-size: 14px; }
    .footer-ds .sub-footer .links .active {
      color: #fff; }

/* --------------- nav logo --------------- */
.img1 {
  width: 90px;
  height: auto;
}

/* --------------- mobile responsiveness ---------------- */
.testhero{display:inline;}
@media screen and (max-width: 700px) {
      .testhero {
            display:none !important;
   }
 }

.testhero1{display:inline;}
@media screen and (min-width: 700px) {
      .testhero1 {
            display:none !important;
   }
 }
 

 /* --------------- 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: 128px;
    line-height: 128px;
    letter-spacing: -4px; }
  .services-ds .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    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: rgba(255, 255, 255, 0.05); }
    .services-ds .item:hover .title {
      margin-bottom: 0;
      color: var(--main-color); }

.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 rgba(0, 0, 0, 0.15);
    border-radius: 30px; }
    .works-ds .swiper-pagination .swiper-pagination-bullet-active {
      background: var(--main-color); }
      



@media screen and (max-width: 992px) {
  .services-ds .item .title h2 {
    font-size: 80px;
    line-height: 1.2; }
  }

@media screen and (max-width: 768px) {
  .services-ds .item {
    display: block !important; }
  .services-ds .item .title {
    margin-bottom: 0; }
  .services-ds .item .title h2 {
    font-size: 45px;
    margin-bottom: 10px; }
  .services-ds .item .icon {
    margin-left: 15px; }
  .works-ds .item .cont h4 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: normal; }
  }