* {
    direction: ltr;
    /* text-align: left; */
    font-family: "Montserrat", sans-serif;

}

.banner-area.text-large .content .shape {
    position: absolute;
    left: -80px;
    top: -20%;
    content: "";
    height: 140%;
    width: 80%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    clip-path: polygon(50% 0%, 100% 100%, 0 100%, 0 0);
  }
.project-reverse {
    display: flex;
    flex-direction: row-reverse;

  }
  .banner-area .content .lord {
    font-family: Montserrat;
    font-size: 196px !important;
    font-weight: 700 !important;
    line-height: 130px !important;
    letter-spacing: -0.04em;
    color: #a5a5a528;
  }
  .btn-theme-hero {
    right: 60px;
    padding: 24px 36px 24px 36px;
    top: 85px;
}
.banner-area .content a {
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-direction: row-reverse;
    width: 65%;
    justify-content: center;
    align-items: center;
  }
  .btn-theme-hero img {
    margin: 0 15px;
  }
.about-area .info ul li {
    display: block;
    line-height: 36px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    font-weight: 600;
  }


.projects-area .fixed-shape-left {
    position: absolute;
    right: 0;
    bottom: -155px;
    opacity: 0.5;
  }
  .projects-area .content .title-projects {
    margin-left: 80px;
  }
  .projects-area .col-img {
    text-align: center;
}

  .about-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: var(--primary-color);
  }

  .why-us-area .info li {
    display: block;
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
  }

  .why-us-area .info li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    color: var(--primary-color);
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 600;
  }
  .services-area.with-thumb .services-items .item .info > i {
    position: absolute;
    left: 40px;
    top: -80px;
    height: 100px;
    width: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    z-index: -1;
    line-height: 100px;
    background: var(--primary-color);
  }
.row-old-reverse:nth-child(odd) .col-img img {
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1), transparent 100%)
}
.row-old-reverse:nth-child(even) .col-img img {
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1), transparent 100%)
}
  .projects-area .info ul::after {
    position: absolute;
    left: 30px;
    top: -10px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--primary-color);
  }
  .gallery-area .gallery-items .pf-item .overlay .content {
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 1;
  }
  .breadcrumb-area .breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    left: -5px;
    position: absolute;
    font-size: 18px;
  }
  .single-item .time {
    float: right;
  }
  /* footer .link ul li::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bcb3b3;
} */

.about-area .thumb-left .thumb .experiecne {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 50px;
    background: var(--primary-color);
    padding: 50px 30px;
    border: 5px solid #ffffff;
    max-width: 250px;
  }
  .contact-area .contact-items .item {
    text-align: left;
}
.about-area.section4 .col-revers .cover-primary p {
    padding: 10px 84px 10px 17px;
}
.about-area.section4 .col-revers .cover-white p {
    padding: 10px 84px 10px 17px;
}
.blog-area .content .link-blogs img {
    margin: 0 15px;
    width: 30px;
    height: 13px;
    /* margin-top: 6px; */
}

.services-details-items .services-sidebar .services-list a::after {
    position: absolute;
    right: 25px;
    top: 50%;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .services-details-items .services-sidebar .services-list li.current-item a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background: var(--primary-color);
  }

@media (max-width:991px){
    .btn-theme-hero {
        right: 30px !important;
        padding: 15px 24px 15px 24px;
        top: 85px;
    }
    .bg-hero {
        position: absolute;
        top: 150px;
        width: 90%;
        left: 23px;
        right: 23px;
    }
    .banner-area .content .lord {
        font-family: Montserrat;
        font-size: 100px !important;
        font-weight: 700 !important;
        line-height: 40px !important;
        letter-spacing: -0.04em;
        color: #a5a5a528;
        text-align: center;
      }
      .banner-area .content .lord2 {
        font-family: Montserrat;
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 40px !important;
        letter-spacing: -0.04em;
        color: #a5a5a528;
        text-align: center;
      }
      .banner-area .content p {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
      }
    .projects-area .content .title-projects::before {
        left: -29px;
    }
    .projects-area .fixed-shape {
        position: absolute;
        left: 0;
        top: 450px;
        width: 300px;
        z-index: -1;
      }
      .about-area.section3 .fixed-shape {
        position: absolute;
        right: initial;
        right: 0;
        top: -205px;
        width: 300px;
        z-index: -1;
        transform: scaleX(-1);
      }
    /* .row-old-reverse {
        flex-direction: column-reverse;
    } */
    .row-old-reverse:nth-child(odd) .col-img img {
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .row-old-reverse:nth-child(even) .col-img img {
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .row-old-reverse2 {
        flex-direction: column-reverse;
    }
    .row-old-reverse2:nth-child(odd) .col-img img {
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .row-old-reverse2:nth-child(even) .col-img img {
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .services-area .content {
        text-align: center;
    }
    .blog-area .blog-items .col-img img {
        border-radius: 0 5px 5px 0;
        width: 100%;
        height: 200px;
    }
    .blog-area .blog-items .col-lg-4 {
        margin: 0;
        padding: 0;
    }
  }
@media (min-width:991px){

    .btn-theme-hero {
        right: 121px;
        padding: 24px 36px 24px 36px;
        top: 95px;
    }
    .bg-hero {
        position: absolute;
        top: 150px;
        width: 80%;
        left: 96px;
    }
    .banner-area .content .lord {
        font-family: Montserrat;
        font-size: 196px !important;
        font-weight: 700 !important;
        line-height: 130px !important;
        letter-spacing: -0.04em;
        color: #a5a5a528;
      }
    .projects-area .content .title-projects::before {
        left: 76px;
    }
    .projects-area .fixed-shape {
        position: absolute;
        left: 0;
        bottom: 280px;
        width: 400px;
        z-index: -1;
      }
    .about-area.section3 .fixed-shape {
        position: absolute;
        right: initial;
        right: 0;
        top: -120px;
        /* width: 300px; */
        z-index: -1;
        transform: scaleX(-1);
      }
      .row-old-reverse:nth-child(odd) .col-img img {
        mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .row-old-reverse:nth-child(even) .col-img img {
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .row-old-reverse2:nth-child(odd) .col-img img {
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .row-old-reverse2:nth-child(even) .col-img img {
        mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1), transparent 100%)
    }
    .row-old-reverse2:nth-child(odd){
        flex-direction: row-reverse;
    }
    .blog-area .blog-items .row-border {
        background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/7px 7px no-repeat,
                radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/7px 7px no-repeat,
                radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/7px 7px no-repeat,
                radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/7px 7px no-repeat,
                linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 14px) no-repeat,
                linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 14px) calc(100% - 2px) no-repeat,
                linear-gradient(90deg, #ffffff 0%, #F15A26 100%);
        border-radius: 7px;
        box-sizing: border-box;
        margin: 20px 0;
    }
    .blog-area .blog-items .col-img img {
        border-radius: 5px 0 0 5px;
        width: 100%;
        height: 297px;

    }
    .blog-area .blog-items .col-lg-4 {
        margin: 0;
        padding: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .projects-area .fixed-shape {
        position: absolute;
        left: 0;
        top: 700px;
        width: 270px;
        z-index: -1;
      }
  }
  @media (min-width: 768px) {

    .navbar-right {
        margin-right: 80px;
    }
}






