.array-button {
    display: flex;
    align-items: center;
    gap: 15px;
}

.array-button .array-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: transparent;
    color: var(--theme);
    border-radius: 50%;
    border: 1px solid var(--theme);
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.array-button .array-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.array-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

.mt-10 {
    margin-top: 10px;
}

@media (max-width: 575px) {
    br {
        display: none;
    }
}

.hero-4 {
    background-color: var(--white);
    position: relative;
    z-index: 9;
    padding: 150px 0;
}

@media (max-width: 767px) {
    .hero-4 {
        padding: 130px 0;
    }
}

.hero-4 .array-button {
    display: grid;
    align-items: center;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    gap: 0;
}

@media (max-width: 1399px) {
    .hero-4 .array-button {
        display: none;
    }
}

.hero-4 .array-button .array-prev {
    background-color: var(--theme);
    color: var(--white);
    border-radius: 0;
    border: none;
    gap: 10px;
}

.hero-4 .array-button .array-prev:hover {
    background-color: var(--header);
    color: var(--white);
}

.hero-4 .array-button .array-next {
    background-color: var(--header);
    border-radius: 0;
    border: none;
}

.hero-4 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--header);
}

.hero-4 .hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    top: 0;
    max-width: 950px;
}

@media (max-width: 1899px) {
    .hero-4 .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9 !important;
        max-width: initial;
    }

    .hero-4 .hero-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
    }

    .hero-4 .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.hero-4 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-4 .dot-shape {
    position: absolute;
    top: 0;
    right: 600px;
}

.hero-4 .hero-content {
    position: relative;
    z-index: 9;
    margin-left: -60px;
}

@media (max-width: 1399px) {
    .hero-4 .hero-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

.hero-4 .hero-content h1 {
    color: var(--header);
    font-size: 68px;
    margin-bottom: 30px;
}

@media (max-width: 1899px) {
    .hero-4 .hero-content h1 {
        color: var(--white);
    }
}

@media (max-width: 1600px) {
    .hero-4 .hero-content h1 {
        font-size: 60px;
    }

    .hero-4 .hero-content h1 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-4 .hero-content p {
    color: var(--text);
    font-weight: 500;
    max-width: 600px;
}
.hero-4 .hero-content p strong{
    font-size:24px;
    color: var(--theme);
}

@media (max-width: 1899px) {
    .hero-4 .hero-content p {
        color: var(--white);
    }
}

.hero-4 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hero-4 .hero-content .hero-button {
        justify-content: center;
        margin-top: 30px;
    }
}

.hero-4 .hero-content .hero-button .theme-btn.bg-white::before,
.hero-4 .hero-content .hero-button .theme-btn.bg-white::after {
    background-color: var(--theme);
}

.hero-4 .hero-content .hero-button .theme-btn.header-bg {
    background-color: var(--btn);
    color: var(--header);
}

.hero-4 .hero-content .hero-button .theme-btn.header-bg:hover{
    color: var(--white);
}

.hero-4 .hero-image-items {
    margin-right: -65%;
    padding-left: 40px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .hero-4 .hero-image-items {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-image-items {
        padding-left: 0;
    }
}

.hero-4 .hero-image-items .hero-images {
    position: relative;
    z-index: 9;
    max-width: 510px;
    height: 510px;
}

.hero-4 .hero-image-items .hero-images img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 68px;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -7px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title span {
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title h2 {
    font-weight: bold;
}

.section-title h2 span {
    color: var(--theme);
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}


.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.section-title-area .section-title span {
    color: var(--white);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title-area .section-title h2 {
    font-weight: bold;
    color: var(--white);
}


.section-title-area .array-button .array-prev,
.section-title-area .array-button .array-next{
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--white);
}
.section-title-area .array-button .array-prev:hover{
    background-color: var(--white);
    color: var(--theme);
}





@media (max-width: 767px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}



.about-wrapper-2 {
    margin-bottom: -30px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 {
        margin-bottom: -10px;
    }
}

.about-wrapper-2 .about-image {
    position: relative;
    z-index: 9;
}

.about-wrapper-2 .about-image .video-box {
    position: absolute;
    top: 40%;
    right: 40%;
    width: 125px;
    height: 125px;
    line-height: 125px;
    background-color: var(--white);
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image .video-box {
        width: 105px;
        height: 105px;
        line-height: 105px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-image .video-box {
        width: 95px;
        height: 95px;
        line-height: 95px;
    }
}

.about-wrapper-2 .about-image .video-box .video-btn {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 22px;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image .video-box .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-image .video-box .video-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.about-wrapper-2 .about-image .video-box .ripple::before,
.about-wrapper-2 .about-image .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(119, 184, 15, 0.5);
}

.about-wrapper-2 .about-image .shape-image {
    position: absolute;
    bottom: 10%;
    left: -12%;
    z-index: -1;
}

.about-wrapper-2 .about-image .circle-shape {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: -1;
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2 .about-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-content {
        margin-left: 0;
    }
}

.about-wrapper-2 .about-content p {
    border-bottom: 1px solid var(--border);
    padding-bottom: 35px;
    display: inline-block;
}

.about-wrapper-2 .about-content .icon-area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 65px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .icon-area {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-content .icon-area {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .icon-area {
        gap: 20px;
        margin-top: 20px;
    }
}

.about-wrapper-2 .about-content .icon-area .list li {
    font-weight: 500;
}

.about-wrapper-2 .about-content .icon-area .list li:not(:last-child) {
    margin-bottom: 10px;
}

.about-wrapper-2 .about-content .icon-area .list li i {
    color: var(--theme);
    margin-right: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding: 28px 25px;
    border-left: 3px solid var(--theme);
}

.about-wrapper-2 .about-content .icon-area .icon-items .content h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items .content span {
    color: var(--header);
}

.about-wrapper-2 .about-content .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-author {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-content .about-author {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .about-author {
        margin-top: 20px;
    }
}

.about-wrapper-2 .about-content .about-author .author-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme);
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    position: relative;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme);
    content: "";
    transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-content .about-author .author-icon .content h5 {
    font-weight: 600;
}

.about-wrapper-2 .about-content .about-author .author-icon .content span {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.about-wrapper-2.style-2 .about-image-2 img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2.style-2 .about-content {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .about-wrapper-2.style-2 .about-content {
        margin-left: 0;
    }
}

.about-wrapper-2.style-2 .about-content .about-button {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .about-wrapper-2.style-2 .about-content .about-button {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2.style-2 .about-content .about-button {
        margin-top: 25px;
    }
}






.choose-us-section {
    position: relative;
}

.choose-us-section .choose-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 952px;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1600px) {
    .choose-us-section .choose-shape {
        left: -180px;
    }
}

@media (max-width: 1399px) {
    .choose-us-section .choose-shape {
        left: -230px;
    }
}

@media (max-width: 1199px) {
    .choose-us-section .choose-shape {
        left: -300px;
        top: 0;
    }
}

@media (max-width: 991px) {
    .choose-us-section .choose-shape {
        display: none;
    }
}

.choose-us-section .choose-shape img {
    width: 100%;
    height: 100%;
}

.choose-us-section .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.choose-us-section .arrow-shape-1 {
    position: absolute;
    top: -30px;
    left: -30px;
}

.choose-us-section .circle-shape {
    position: absolute;
    top: 32%;
    left: 34%;
    animation: cir36 10s linear infinite;
}

.choose-us-section .line-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.choose-us-wrapper .choose-us-image {
    /*margin-bottom: -120px;*/
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .choose-us-wrapper .choose-us-image {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
        max-width: 0 auto;
    }
}

.choose-us-wrapper .choose-us-image img {
   /* width: 100%;
    height: 100%;*/
}

.choose-us-wrapper .choose-content {
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .choose-us-wrapper .choose-content br {
        display: none;
    }
}

.choose-us-wrapper .choose-content .choose-list-area {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .choose-us-wrapper .choose-content .choose-list-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-content .choose-list-area {
        flex-wrap: wrap;
    }
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li {
    font-weight: 500;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li:not(:last-child) {
    margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.choose-us-wrapper .choose-content .progress-wrap {
    margin-top: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 600;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress {
    background: var(--bg);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 12px;
    width: 100%;
    border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 12px;
    width: 0;
    border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-three {
    animation: load3 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 75%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}


@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}





.project-items .project-image {
    position: relative;
    height: 457px;
  }
  .project-items .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .project-items .project-image .project-content {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    padding: 20px 30px;
    background-color: var(--white);
    overflow: hidden;
  }
  .project-items .project-image .project-content::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 58px;
    content: "";
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
  }
  .project-items .project-image .project-content p {
    color: var(--theme);
    font-weight: 500;
    margin-bottom: 5px;
  }
  .project-items .project-image .project-content h4 {
    font-weight: bold;
  }
  .project-items .project-image .project-content h4 a:hover {
    color: var(--theme);
  }
  .project-items .project-image .project-content .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--white);
    box-shadow: var(--box-shadow-2);
    border-radius: 50%;
    text-align: center;
    color: var(--theme);
    position: absolute;
    top: 130px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: rotate(-40deg);
  }
  .project-items .project-image .project-content .icon:hover {
    background-color: var(--theme);
    color: var(--white);
  }
  .project-items:hover .project-image .project-content::before {
    height: 100%;
  }
  .project-items:hover .project-image .project-content .icon {
    top: 35px;
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
  }
  .project-items.style-2 {
    margin-top: 30px;
  }
  

.project-section-2 {
    position: relative;
    top:-120px;
    z-index: 9;
}

.project-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
   /* background-color: var(--bg2);*/
    height: 35%;
    z-index: -1;
}

.project-section-2::after {
    position: absolute;
    top: 0;
    left: 9%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    width: 91%;
}

@media (max-width: 1199px) {
    .project-section-2::after {
        width: 100%;
    }
}

.project-section-2 .left-shape {
    position: absolute;
    top: 0;
    left: 9%;
    z-index: 1;
}

.project-section-2 .right-shape {
    position: absolute;
    bottom: 0;
    right: 9%;
    z-index: 1;
}

.project-section-3 {
    position: relative;
  }
  .project-section-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #81c784; /*81c784*/  /*689F38*/
    opacity: 0.9;
  }
  .project-section-3::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white);
    top: 60%;
  }
  @media (max-width: 575px) {
    .project-section-3 .section-title-area {
      justify-content: center;
      text-align: center;
    }
  }


.project-wrapper {
    margin-right: -22%;
}

@media (max-width: 1199px) {
    .project-wrapper {
        margin-left: 0;
    }
}

.project-wrapper .project-items.style-2 {
    margin-top: 30px;
}

.project-wrapper .project-items.style-2 .project-image {
    height: initial;
}

.project-wrapper .project-items.style-2 .project-content::before {
    display: none;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon {
    width: 85px;
    height: 100%;
    line-height: 70px;
    background-color: rgba(56, 75, 255, 0.1);
    text-align: center;
    color: var(--theme);
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i {
    transform: rotate(-40deg);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i:hover {
    transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 {
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgba(56, 75, 255, 0.1);
    display: inline-block;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i {
    transform: rotate(-40deg);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    margin-left: 25px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i:hover {
    transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover {
    background-color: var(--theme);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover i {
    color: var(--white);
}

.project-wrapper .project-items.style-2 .project-content:hover .arrow-icon {
    background-color: var(--theme);
    color: var(--white);
}

.project-wrapper.style-2 {
    margin-left: 0;
    margin-right: -57%;
}

@media (max-width: 1199px) {
    .project-wrapper.style-2 {
        margin-right: 0;
    }
}








.service-box-items {
    margin-top: 30px;
    background-color: var(--white);
    padding: 35px 30px;
    position: relative;
    z-index: 9;
  }
  .service-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
  }
  .service-box-items::after {
    position: absolute;
    top: -50px;
    right: 0;
    width: 105px;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/line-shape.png);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .service-box-items .icon {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service-box-items .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/shape-3.png);
    z-index: -1;
    transition: all 0.4s ease-in-out;
  }
  .service-box-items .content {
    margin-top: 20px;
  }
  .service-box-items .content h4 {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .service-box-items .content h4 a {
    color: var(--header);
  }
  .service-box-items .content h4 a:hover {
    color: var(--theme);
  }
  .service-box-items:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }
  .service-box-items:hover::after {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .service-box-items:hover .icon::before {
    filter: grayscale(100%) brightness(300%);
  }
  .service-box-items:hover .content h4 a {
    color: var(--white);
  }
  .service-box-items:hover .content p {
    color: var(--white);
  }
  .service-box-items:hover .content .theme-btn-2 {
    color: var(--white);
  }
  .service-box-items.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }
  .service-box-items.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .service-box-items.active .icon::before {
    filter: grayscale(100%) brightness(300%);
  }
  .service-box-items.active .content h4 a {
    color: var(--white);
  }
  .service-box-items.active .content p {
    color: var(--white);
  }
  .service-box-items.active .content .theme-btn-2 {
    color: var(--white);
  }
  .service-box-items.style-2 {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
  }
  .service-box-items.style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background: #689F38;
  }
  .service-box-items.style-2 .theme-btn-2 {
    color: var(--header);
  }
  .service-box-items.style-2.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }
  .service-box-items.style-2.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .service-box-items.style-2.active .icon::before {
    filter: grayscale(100%) brightness(300%);
  }
  .service-box-items.style-2.active .content h4 a {
    color: var(--white);
  }
  .service-box-items.style-2.active .content p {
    color: var(--white);
  }
  .service-box-items.style-2.active .content .theme-btn-2 {
    color: var(--white);
  }
  .service-box-items.style-3 {
    box-shadow: var(--box-shadow);
    border-radius: 10px !important;
    background-color: var(--white);
  }
  .service-box-items.style-3::before {
    border-radius: 10px;
  }
  .service-box-items.style-3::after {
    display: none;
  }
  .service-box-items.style-3 .icon::before {
    background-image: url(../images/shape-2.png);
  }
  .service-box-items.style-3 .theme-btn-2 {
    border: 1px solid var(--border);
    padding: 20px 30px;
    border-radius: 100px;
    line-height: 1;
    margin-top: 30px;
    color: var(--header);
  }
  .service-box-items.style-3 .theme-btn-2:hover {
    background-color: var(--white);
    color: var(--header);
  }
  .service-box-items.style-3:hover .icon::before {
    background-image: url(../images/shape.png);
  }
  .service-box-items.style-3.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
  }
  .service-box-items.style-3.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .service-box-items.style-3.active .icon::before {
    background-image: url(../images/shape.png);
  }
  .service-box-items.style-3.active .theme-btn-2 {
    background-color: var(--white);
    color: var(--header);
  }
  .service-box-items.style-3.active .content h4 a {
    color: var(--white);
  }
  .service-box-items.style-3.active .content p {
    color: var(--white);
  }
  
  .service-section-2 {
    position: relative;
  }
  .service-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/service-bg-2.jpg);
    top: 85%;
  }
  