/*==============================================
Template Name: Echofy - Echofy NFT Portfolio HTML5 Template 
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: Echofy
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Echofy Header Menu Area
02. Echofy Nav Menu Area
03. Echofy Hero Area
04. Echofy About Area
05. Echofy Service Area
06. Echofy Services Details Area
07. Echofy Faqs Area
08. Echofy Skill Area
09. Echofy Counter Area
10. Echofy Process Area
11. Echofy Project Area
12. Echofy Project Details Area
13. Echofy Team Area
14. Echofy Testimonial Area
15. Echofy Brand Area
16. Echofy Donatione Area
17. Echofy Donation Details Area
18. Echofy Blog Area
19. Echofy Blog List Area
20. Echofy Blog 2column
21. Echofy Blog Details Area
22. Echofy Contact Area
23. Echofy Footer Area
24. Echofy Loader
25. Echofy Scrollup
26. Echofy Sideber
27. Echofy Search
28. Echofy Top Menu

=======================*/




/*---=================================
   <!--Echofy Top Header Area Css-->
==================================---*/
.top-header-area {
    padding: 11px 0;
    border-bottom: 1px solid #49ae4436;
    z-index: 9;
    position: relative;
}

.top-header-info ul li {
    display: inline-block;
    color: #fff;
    margin-right: 29px;
}

.top-header-info ul li i {
    color: #49af45;
    display: inline-block;
    font-size: 17px;
    padding-right: 5px;
}

.top-header-right {
    text-align: right;
}

.top-header-contact {
    display: inline-block;
    margin-right: 51px;
}

.top-header-contact span {
    display: inline-block;
    color: #fff;
}

.top-header-contact span i {
    display: inline-block;
    color: #49af45;
    padding-right: 8px;
}

.top-header-social-icon {
    display: inline-block;
}

.top-header-social-icon ul li {
    display: inline-block;
}

.top-header-social-icon ul li i {
    color: #fff;
    font-size: 15px;
    padding-left: 14px;
    transition: 0.5s;
}

.top-header-social-icon ul li i:hover{
   color: #49af45;
}

/*---=================================
   <!--Echofy Header Area Css-->
==================================---*/

.header-area {
    border-bottom: 1px solid #49ae4421;
    z-index: 9;
    position: relative;
    margin-bottom: -143px;
}

.header-menu {
    text-align: right;
}

.header-menu ul li {
    display: inline-block;
   margin-right: 57px;
}

.header-menu ul li:last-child {
    margin-right: 50px;
}

.header-menu ul {
    display: inline-block;
}

.header-menu ul li a {
    display: inline-block;
    color: #fff;
    padding: 33px 0;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
}

.header-menu ul li a:hover{
   color: #49af45;
}

.header-menu ul li i {
    display: inline-block;
    font-size: 12px;
    position: relative;
    left: 6px;
    top: 0px;
}

.header-secrch-icon {
    display: inline-block;
}

.header-secrch-icon i {
    display: inline-block;
    color: #49af45;
    font-size: 16px;
    cursor: pointer;
}

.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    background: #49AF45;
    padding: 11px 26px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 36px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.header-button a:hover{
    color:#49AF45 !important;
}

.header-button a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#fff;
    z-index: -1;
    border-radius: 5px;
    transform: scale(0);
    transition: 0.5s;
}

.header-button a:hover:before{
    transform: scale(1);
}

.header-button i{
    transition: 0.5s;
}

.header-button a:hover i{
    color:#49AF45 !important;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #111111 !important;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #49AF45;
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 8px 19px !important;
    color: #1e1e1e;
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.header-menu ul li .sub-menu li a:hover{
    color: #fff !important;
}

.header-menu ul li .sub-menu li a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background:#49AF45;
    z-index: -1;
    transition: 0.5s;
}

.header-menu ul li .sub-menu li a:hover:before{
    height:100%;
    top: 0;
}

/* Override uppercase text-transform for sub-menu items */
.header-menu ul li .sub-menu li a {
    text-transform: capitalize !important;
}

/* Also apply to mobile menu sub-menu items */
.mobile-menu .sub-menu li a {
    text-transform: capitalize !important;
}




/*---=================================
   <!--Echofy Hero Area Css-->
==================================---*/
.hero-area {
    background: url(../images/home1/2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 950px;
    padding-top: 125px;
    position: relative;
}

.hero-style.hero-area{
    background: url(../images/home1/1.png);
}

/* Additional hero background styles for slides 3 and 4 */
.hero-area.hero-slide-3 {
    background: url(../images/home1/3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-area.hero-slide-4 {
    background: url(../images/home1/4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-content h4 {
    color: #4baf47;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.hero-content h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 71px;
}

.hero-content p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 20px 0 0;
}

.hero-social-icon {
    position: absolute;
    left: 85px;
    top: 41%;
}

.hero-social-icon ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 28px;
    transition: 0.5s;
}

.hero-social-icon ul li i:hover{
   color: #49AF45;
}

.hero-social-icon ul li.text {
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: relative;
    top: 100px;
    left: -36px;
}

.hero-social-icon ul li.text:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    left: 111px;
    top: 10px;
    background: #fff;
}


/* Hero Slide CSS */
.hero-slides .owl-dots {
    position: absolute;
    bottom: 42%;
    right: 56px;
}

.hero-slides .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin: 18px 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #49b047cf;
}

.hero-slides .owl-dots .owl-dot.active {
    background-color: #49AF45;
    position: relative;
    width: 11px;
    height: 11px;
}

.hero-slides .owl-dots .owl-dot.active::after {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 1;
    content: "";
    border: 2px solid #49AF45;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    text-align: center;
}


/*Echofy--button*/
.echofy-button {
    margin-top: 40px;
    display: inline-block;
}

.echofy-button a {
    display: inline-block;
    background: #49AF45;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 6px;
    border: 2px solid #49AF45;
    position: relative;
    z-index: 1;
}

.echofy-button a:hover{
    color: #49AF45;
}

.echofy-button a:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}

.echofy-button a:hover:before{
    width: 100%;
    left: 0;
}

.echofy-button img {
    position: relative;
    top: -2px;
    left: 4px;
    display: inline-block !important;
    transition: 0.5s;
}

.echofy-button img.two {
    position: relative;
    left: -58px;
    top: -2px;
    opacity: 1;
    transition: 0.5s;
    z-index: 1;
    opacity: 0
}

.echofy-button:hover img.two{
    opacity: 1;
}


.echofy-button.two {
    display: inline-block;
    padding-left: 16px;
    border: transparent;
}

.echofy-button.two a {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff61;
    padding: 14px 37px;
}



/*
<!-- =====================================-->
<!-- Start echofy-text-section  -->
<!-- =====================================-->*/
.echofy-text-section {
    position: relative;
    background: #49AF45;
    z-index: 1;
    padding: 40px 0 44px;
}

.echofy-text-section .inner-container {
    max-width: 1812px;
    margin: 0 auto;
}

.echofy-text-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}

.echofy-text-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 87%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.echofy-text-section .marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.echofy-text-section .marquee-block .content-box:last-child {
    margin-right:0px;
}

.echofy-text-section .marquee-block .content-box:last-child::before {
    display: none;
}

.echofy-text-section .marquee-block .content-box .title{
    margin:0;
}

.echofy-text-section .marquee-block .content-box h6.title {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 0 48px;
}

.echofy-text-section .marquee-block .content-box h6.title img {
    position: relative;
    left: -49px;
}

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }







/*---=================================
   <!--Echofy About Area Css-->
==================================---*/
.about-area {
    background: #F6F6EE;
    padding: 124px 0 125px;
}

.about-thumb {
    position: relative;
    left: -45px;
}

img.about-thumb-shape {
    position: absolute;
    bottom: 18px;
    left: -6px;
    animation: dance1 4s linear infinite;
}

@keyframes dance1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


.about-right {
    position: relative;
}

.single-about-box {
    margin-bottom: 30px;
}

.single-about-box:nth-child(3) {
    border-bottom: 1px solid #61616133;
    padding-bottom: 31px;
    margin-bottom: 3px;
}

.about-box-icon {
    float: left;
    margin-right: 24px;
    margin-top: 8px;
}

.about-box-content h4 {
    font-size: 24px;
    font-weight: 600;
}

.about-box-content p {
    overflow: hidden;
    margin: 14px 0 0;
    width: 80%;
}

.about-shape-1 {
    position: absolute;
    top: -42px;
    right: -153px;
    animation: dance2 4s linear infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

.about-shape-2 {
    position: absolute;
    bottom: 0;
    left: 272px;
    animation: dance3 4s linear infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}


/*section-title*/
.section-title.left {
    margin-bottom: 49px;
}

.section-title.left img {
    margin-right: 12px;
}

.section-title.left h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 26px;
}

.section-title.left h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 44px;
}
/*section-title-center*/
.section-title.center {
    margin-bottom: 49px;
}

.section-title.center img {
    margin-right: 12px;
}

.section-title.center h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 26px;
}

.section-title.center h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 44px;
}


p.section-desc {
    width: 90%;
    margin: 26px 0 0;
}




/*---=================================
   <!--Echofy Service Area Css-->
==================================---*/
.service-area {
    padding: 113px 0 125px;
    background: url(../images/home1/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.single-service-box {
    position: relative;
    overflow: hidden;
    padding: 0 3px;
}

.service-content {
    background: #f0efdb;
    padding: 35px 38px 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.single-service-box:hover .service-content{
    background: transparent;
}

.service-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border: 2px solid #49AF45;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
    opacity: 0;
}

.single-service-box:hover .service-content:before{
    height: 100%;
    opacity: 1
}

.service-content:after {
    position: absolute;
    content: "";
    width:0;
    height: 7px;
    left: 50%;
    top: 0;
    background: #49AF45;
    z-index: -1;
    border-radius: 5px 5px 0 0;
    transition: 0.5s;
    opacity: 0;
}

.single-service-box:hover .service-content:after {
    width: 100%;
    opacity: 1;
    left: 0;
}

.service-content h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 23px 0 25px;
    position: relative;
}

.service-content h4:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 2px;
    left: 0;
    bottom: -13px;
    background: #49AF45;
}

.service-content p {
    font-size: 17px;
    margin: 0;
}

.service-thumb img {
    width: 100%;
    padding: 0 43px;
    margin-top: -132px;
    position: relative;
    z-index: 1;
}

.service-box-shape {
    position: absolute;
    right: 10px;
    top: 12px;
}

.service-area .owl-nav {
    position: relative;
}

.service-area .owl-prev {
    position: absolute;
    right: 84px;
    top: -633px;
}

.service-area .owl-prev i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
}

.service-area .owl-prev i:hover{
    background:#49AF45;
    color:#fff;
}

.service-area .owl-next {
    position: absolute;
    right: 17px;
    top: -633px;
}

.service-area .owl-next i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
}

.owl-next i:hover{
    background:#49AF45;
    color:#fff;
}

/* Custom Service Grid Layout - Two Cards Per Row */
.service-area .row.justify-content-center {
    margin-top: 30px;
}

.service-area .col-lg-6 {
    padding: 15px;
    margin-bottom: 30px;
}

.service-area .single-service-box {
    height: 100%;
}


    transition: transform 0.3s ease;
}

.service-area .single-service-box:hover {
    transform: translateY(-5px);
}

.service-area .service-content {
    height: auto;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 38px 30px;
}



.service-area .service-content h4 {
    margin: 20px 0 15px;
    font-size: 32px;
    line-height: 1.3;
}

.service-area .service-content p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive adjustments for services grid */
@media (max-width: 991px) {
    .service-area .col-lg-6 {
        margin-bottom: 25px;
    }
    
    .service-area .service-content {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .service-area .service-content {
        height: auto;
        padding: 25px 20px 120px;
    }
    
    .service-area .service-content h4 {
        font-size: 28px;
    }
    
    .service-area .service-content p {
        font-size: 20px;
    }
        font-size: 14px;
    }
}





/*---=================================
   <!--Echofy Skill Area Css-->
==================================---*/

.skill-area {
    background: #f0efdb !important;
    padding: 114px 0 110px;
}

.skill-area .section-title.left {
    margin-bottom: 35px;
}

.skills-item {
    display: inline-block;
    margin-bottom: 34px;
}

.skills-item-content {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #FFF;
    padding: 18px 59px 18px 26px;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.skills-item-content:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #47AD49;
    z-index: -1;
    transition: 0.5s;
}

.skills-item-content:hover:before{
    width: 100%;
}

.skills-item-content::last-child {
    margin-right: 0;
}

.skills-item-icon i {
    background: #47AD49;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
}

.skills-item-content:hover .skills-item-icon i{
    background:#fff;
    color: #47AD49;
}

.skills-item-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    transition: 0.5s;
}

.skills-item-content:hover .skills-item-title h4{
    color:#fff;
}


.skills {
  text-align: right;
}

.skills-content p {
    font-size: 18px;
    color: #001819;
    font-weight: 600;
    margin: 0;
    margin-bottom: 13px;
}

.skill-bg {
    background: #222;
    width: 95%;
    height: 8px;
    border-radius: 4px;
}

span.number {
    position: relative;
    top: -38px;
    left: 17px;
    color: #001818;
    display: inline-block;
    font-weight: 600;
}

.html {
    width: 80%;
    background-color: #4CAF50;
    display: inline-block;
    animation: html5 2s ease-out;
    height: 8px;
    top: -8px;
    position: relative;
    left: 0px;
    border-radius: 3px;
}

.css {
    width: 70%;
    background-color: #4CAF50;
    display: inline-block;
    animation: html5 2s ease-out;
    height: 8px;
    top: -8px;
    position: relative;
    left: 0px;
    border-radius: 3px;

}

@keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}

@keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}

.skills-thumb {
    position: relative;
    left: 43px;
    z-index: 1;
}

.skills-shape {
    position: absolute;
    top: 28px;
    left: 22px;
    animation: dance4 4s linear infinite;
}

@keyframes dance4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


.skills-shape-2 {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
    animation: dance4 4s linear infinite;
}

/*---=================================
   <!--Echofy Counter Area Css-->
==================================---*/
.counter-area {
    background: url(../images/home1/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 150px;
}

.single-counter-box {
    text-align: center;
    margin-bottom: 20px;
}

.counter-content h4 {
    font-size: 46px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.counter-content span{
    font-size: 46px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
}

.counter-content p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 3px 0 0;
}


/*---=================================
   <!--Echofy Counter Area Css-->
==================================---*/
#poress-row {
    background: #F6F6EE;
    margin-top: -93px;
    position: relative;
    z-index: 1;
}

#poress-row .section-title.left {
    margin-bottom: 0;
}

.porcess-thumb {
    position: relative;
    left: -12px;
}

.process-left {
    position: relative;
    padding: 0 0 13px;
}

.process-shape {
    position: absolute;
    left: 257px;
    bottom: -3px;
    animation: dance3 4s linear infinite;
}


/*---=================================
   <!--Echofy Project Area Css-->
==================================---*/
.project-area {
    background: url(../images/home1/project-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 556px 0 0;
    margin-top: -444px;
    padding-left: 281px;
}

.single-project-box {
    margin-right: 21px;
}

.project-thumb img{
    width: 100%;
}

.project-content {
    background: #fff;
    padding: 30px 34px 28px;
    width: 88%;
    border-left: 5px solid #49af45;
    position: relative;
    margin-top: -38px;
    transition: 0.5s;
    border-radius: 3px;
    height: 117px;
}

.single-project-box:hover .project-content {
    background: #001819;
    height: 159px;
    margin-top: -83px;
}

.project-content h4 {
    color: #868681;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 12px;
    transition: 0.5s;
}

.single-project-box:hover .project-content h4{
    color: #49af45;
}

.project-content a {
    display: inline-block;
    color: #001819;
    font-size: 26px;
    font-weight: 600;
    transition: 0.5s;
}

.project-content a:hover{
    color:#49af45 !important;
}

.single-project-box:hover .project-content a {
    color: #fff;
}

a.project-button {
    font-size: 17px !important;
    display: inherit;
    color: #fff;
    font-weight: 500;
    margin-top: 19px;
    display: none;
    transition: 0.5s;
}

a.project-button:hover{
    color:#49af45 !important;
}

.single-project-box:hover a.project-button{
    display: block;
} 

a.project-button  i {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    position: relative;
    top: 3px;
    transition: 0.5s;
}

a.project-button:hover i{
    color:#49af45 !important;
}

.project-shape {
    position: absolute;
    right: 14px;
    bottom: 22px;
    display: none;
    transition: 0.5s;
}

.single-project-box:hover .project-shape{
    display: block;
}

.project-area .owl-nav {
    position: relative;
}

.project-area .owl-prev {
    position: absolute;
    right: 351px;
    top: -633px;
}

.project-area .owl-prev i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
}

.project-area .owl-prev i:hover{
    background:#49AF45;
    color:#fff;
}

.project-area .owl-next {
    position: absolute;
    right: 281px;
    top: -633px;
}

.project-area .owl-next i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
}

.project-area .owl-next i:hover{
    background:#49AF45;
    color:#fff;
}


/*---=================================
   <!--Echofy Process Area Two-->
==================================---*/
.process-area-two {
    background: #F6F6EE;
    padding: 192px 0 93px;
    margin-top: -80px;
}

.process-area-two .section-title.center {
    margin-bottom: 61px;
}

.single-process-box-two {
    text-align: center;
    padding: 0 46px 0;
    position: relative;
    margin-bottom: 25px;
}

.single-process-box-two:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 84px;
    top: 98px;
    background: url(../images/home1/process-two-shape-1.png);
    background-repeat: no-repeat;
}

.single-process-box-two.style-one:before{
    background: transparent;
}

.single-process-box-two.style-three:before{
    background: url(../images/home1/process-two-shape-2.png);
    background-repeat: no-repeat;
}

.process-icon-thumb-two{
    position: relative;
    z-index: 1;
}

.process-icon-thumb-two:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    top: 17px;
    border: 2px dashed #49AF45;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
}

@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.process-two-content {
    z-index: 1;
    position: relative;
}

.process-two-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 45px 0 15px;
}




/*---=================================
   <!--Echofy Testimonial Area-->
==================================---*/

.testimonial-area {
    background: #fff;
    padding: 111px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-area .section-title.center {
    margin-bottom: 0;
}

.single-testimonial-box {
    filter: drop-shadow(0px 10px 30px rgba(179,179,179,0.2));
    background-color: #ffffff;
    border-radius: 5px;
    padding: 34px 43px 32px;
    position: relative;
    margin: 66px 10px;
}

.testi-qutoe {
    float: right;
    position: relative;
    top: 12px;
    left: 0;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testi-author-rating ul li {
    display: inline-block;
    color: #FFAA16;
    font-size: 15px;
    margin-right: 3px;
}

.testi-author-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 9px;
}

.testi-author-content p {
    font-size: 16px;
    margin: 0;
}

p.testi-desc {
    font-size: 18px;
    line-height: 30px;
    margin: 22px 0 17px;
}

.what-for-comment p {
    color: #49af45;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}



.testi-shape {
    position: absolute;
    top: -66px;
    left: 24%;
    animation: rotateme2 50s linear infinite;
    z-index: -1;
}

@keyframes rotateme2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.testi-shape-tow {
    position: absolute;
    top: 139px;
    left: 11%;
    animation: dance4 4s linear infinite;
}

.testi-shape-three {
    position: absolute;
    top: 51px;
    left: 20%;
     animation: dance 2s alternate infinite;
}

.testi-shape-four {
    position: absolute;
    top: 139px;
    right: 11%;
    animation: dance4 4s linear infinite;
}

.testi-shape-five {
    position: absolute;
    top: 51px;
    right: 20%;
     animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

/*---=================================
   <!--Echofy Brand Area-->
==================================---*/
.brand-area {
    position: relative;
    padding: 62px 0 0;
}

#brand-bg {
    background: url(../images/home1/brand-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 66px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.brand-content h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 47px;
}

.brand-content h4:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: -42px;
    top: 17px;
    background: #fff;
}

.brand-content h4:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    left: -42px;
    top: 17px;
    background: #fff;
}

.single-brand-box {
    text-align: center;
    display: inline-block;
}

.single-shape {
    position: absolute;
    right: 184px;
    top: -1px;
    animation: dance3 4s linear infinite;
}

/*---=================================
   <!--Echofy Team Area-->
==================================---*/
.team-area {
    padding: 192px 0 125px;
    background: url(../images/home1/team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -82px;
}

.team-area .section-title.center {
    margin-bottom: 0;
}

.single-team-box {
    text-align: center;
    margin-top: -71px;
}

.single-team-thumb {
    position: relative;
    top: 124px;
    z-index: 1;
}

.team-content {
    background: #fff;
    padding: 152px 0 38px;
    position: relative;
}

.team-content:before{
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    left: 50%;
    bottom: 0;
    background:#49AF45;
    transition: 0.5s;
}

.single-team-box:hover .team-content:before{
    width: 100%;
    left: 0;
}

.team-content h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 11px;
}

.team-content p {
    margin: 0;
    color: #49af45;
    font-size: 16px;
    font-weight: 500;
}

.team-social-icon {
    margin-top: 28px;
}

.team-social-icon ul li {
    display: inline-block;
    margin: 0 2px;
}

.team-social-icon ul li i {
    border: 1px solid #d5dfda;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    color: #7d8d85;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.team-social-icon ul li i:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#49AF45;
    border-radius: 50%;
    z-index: -1;
    transform:scale(0);
    transition: 0.5s;
}

.team-social-icon ul li i:hover:after{
    transform: scale(1);
}

.team-social-icon ul li i:hover{
    color: #fff;
}

/* Custom Team Layout Styles */
.team-area .row.justify-content-center {
    margin-bottom: 15px; /* Reduced from 30px */
}

/* Bigger team cards for non-directors */
.team-area .col-lg-3 .single-team-box {
    transform: scale(1); /* Changed from 0.9 to 1 for bigger cards */
    margin: 5px 0; /* Reduced margin */
}

.team-area .col-lg-3 .team-content {
    padding: 140px 20px 35px; /* Increased padding for better proportion */
}

.team-area .col-lg-3 .team-content h4 {
    font-size: 22px; /* Increased from 20px */
    margin-bottom: 10px; /* Slightly increased */
}

.team-area .col-lg-3 .team-content p {
    font-size: 15px; /* Increased from 14px */
}

.team-area .col-lg-3 .team-social-icon {
    margin-top: 25px; /* Slightly increased */
}

/* Directors styling - keep them prominent */
.team-area .col-lg-4 .single-team-box {
    margin-bottom: 10px; /* Reduced from 20px */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .team-area .col-lg-3 .single-team-box {
        transform: scale(1);
        margin: 15px 0;
    }
    
    .team-area .col-lg-3 .team-content {
        padding: 140px 20px 35px;
    }
}

@media (max-width: 768px) {
    .team-area .row.justify-content-center {
        margin-bottom: 15px; /* Reduced spacing on mobile too */
    }
    
    .team-area .col-lg-3 .team-content h4 {
        font-size: 22px;
    }
    
    .team-area .col-lg-3 .team-content p {
        font-size: 15px;
    }
}

/*---=================================
   <!--Echofy Blog Area-->
==================================---*/
.blog-area {
    padding: 113px 0 103px;
}

.blog-area .echofy-button {
    margin-top: 60px;
    display: inline-block;
    float: right;
}

.single-blog-box{
    margin-bottom:20px ;
}

.single-blog-thumb{
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.2) skew(-10deg);
}

.blog-content {
    border: 1px solid rgba(0,24,25,0.1);
    padding: 27px 32px 28px;
}

.blog-content a {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    color: #001819;
    line-height: 32px;
    transition: 0.5s;
}

.blog-content a:hover{
    color: #49AF45;
}

.blog-content p {
    margin: 14px 0 0px;
}

.blog-arthor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0,24,25,0.1);
    border-top: transparent;
    padding: 13px 28px 14px;
    border-radius: 0 0 5px 5px;
}

.blog-author-title span {
    display: inline-block;
    background: #49AF45;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 9px;
}

.blog-author-title h6 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.blog-button i {
    font-size: 26px;
    display: inline-block;
    transition: 0.5s;
}

.blog-button i:hover{
    color: #49AF45;
}



/*---=================================
   <!--Echofy Footer Area-->
==================================---*/
.footer-area {
    background: url(../images/home1/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 20px;
}

.footer-social-address {
    background: url(../images/home1/footer-social-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 49px 66px 55px;
    border-radius: 5px;
}

.footer-social-address-content h4 {
    font-size: 40px;
    color: #fff;
    margin: 0;
}

.footer-social-icon {
    text-align: right;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon ul li.text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 9px;
}

.footer-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.footer-social-icon ul li i:hover{
   color:#49AE44;
} 

.footer-social-icon ul li i:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#fff;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
} 

.footer-social-icon ul li i:hover:after{
    transform: scale(1);
}

.footer-area .row.add-footer-class {
    padding: 111px 0 0;
}

p.footer-desc {
    margin: 24px 0 0;
    color: #fff;
    opacity: 0.6;
}

.footer-contect-info {
    margin-top: 23px;
}

.footer-contact-info-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.footer-contact-info-title h4:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    left: 0;
    top: 11px;
    background: #49AE44;
}

.footer-contect-info ul li {
    color: #fff;
     margin-top: 18px;
}

.footer-contect-info ul li i {
    color: #49AE44;
    display: inline-block;
    margin-right: 12px;
}

.footer-widget-title h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-widget-menu ul li a {
    display: inline-block;
    color: #fff;
    opacity: 0.6;
    line-height: 40px;
    font-size: 16px;
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover{
    color: #49AE44;
    opacity: 1;
}

.footer-widget-menu ul li i {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    opacity: 0.6;
    margin-right: 8px;
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover i{
    color: #49AE44;
    opacity: 1;
}

.single-newsletter-box input {
    background: transparent;
    width: 100%;
    height: 60px;
    border: 1px solid #ffffff47;
    border-radius: 5px;
    padding: 0 14px;
    outline: 0;
    color: #fff;
}

.single-newsletter-box input::placeholder{
    color: #fff;
}

.single-newsletter-box button {
    background-color: #49AE44;
    width: 100%;
    padding: 16px 0;
    border: transparent;
    margin-top: 16px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
}

.footer-bottom-area {
    padding: 15px 0;
}

.footer-bottom-area .row.footer-bottom {
    border-top: 1px solid #ffffff3d;
    padding-top: 18px;
}

.footer-bottom-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer-bottom-content a {
    display: inline-block;
    color: #49AF45;
}



/*---==============================================================
   <!--Echofy Home Two Area-->
===============================================================---*/
.top-header-area.home-two {
    background-color: #001819;
    border: transparent;
}

.home-two.header-area {
    border: transparent;
    margin-bottom: -92px;
}

.sticky.home-two.header-area {
    background: transparent !important;
    box-shadow: inherit;
}

.home-two.header-area .row.add-background {
    background: #49AE44;
    border-radius: 0 0 5px 5px;
    padding: 0 15px;
}

.home-two.header-area .header-menu ul li {
    display: inline-block;
    margin-right: 45px;
}

.home-two.header-area .header-menu ul li a:hover{
    color:#fff;
}

.home-two .header-secrch-icon i {
    color: #fff;
}

.home-two .header-button a {
    border: 1px solid #fff;
}

.header-sidbar-button {
    display: inline-block;
}

.header-sidbar-button i {
    font-size: 33px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 8px;
    margin-left: 22px;
}


/*---=================================
   <!--Echofy Hero Area Home Two-->
==================================---*/
.hero-area.home-two {
    background: url(../images/home2/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 860px;
    padding-top: 76px;
}

.home-two .hero-thumb {
    position: relative;
    top: -102px;
    left: 16px;
}

.home-two .hero-content h4 {
    display: inline-block;
}

.home-two .hero-content h4 img {
    float: left;
    margin-right: 10px;
}

.home-two .hero-content h1 {
    color: #001819;
}

.home-two .hero-content p {
    opacity: 0.700;
    color: #001819;
    width: 100%;
}

.home-two .hero-social-icon {
    top: 38%;
}

.home-two .hero-social-icon ul li.text {
    color: #001819;
}

.home-two .hero-social-icon ul li.text:before {
    background:#001819;
}

.home-two .hero-social-icon ul li i {
    color: #001819;
    transition: 0.5s;
}

.home-two .hero-social-icon ul li i:hover{
    color: #49AF45;
}

.hero-slides-2 .owl-dots {
    display: none;
}

.home-two .hero-shape {
    position: absolute;
    top: 14px;
    left: 0;
}


/*---=================================
   <!--Echofy About Area Home Two-->
==================================---*/

.home-two.about-area{
    background: #fff;
}

.home-two.about-area .section-title.left {
    margin-bottom: 33px;
}

.home-two .about-thumb {
    position: relative;
    left: -59px;
}

.home-two .about-video {
    position: absolute;
    right: 97px;
    top: 98px;
    z-index: 1;
}

.home-two .about-video:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    left: -16px;
    top: -15px;
    background-color: rgba(0,24,25,0.2);
    border-radius: 50%;
    z-index: -1;
}

.home-two .about-video:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: -31px;
    top: -29px;
    border: 3px dotted #49AF45;
    border-radius: 50%;
    z-index: -1;
    animation: rotateme2 20s linear infinite;
}

@keyframes rotateme2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.home-two .about-video i {
    display: inline-block;
    background: #49AE44;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    line-height: 81px;
    border: 5px solid #fff;
    position: relative;
}

.home-two .about-text a {
    display: inline-block;
    color: #49af45;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #49af45;
    margin-left: 20px;
}

.home-two p.about-desc {
    margin: 37px 0 20px;
}

.home-two .about-list-item {
    border-bottom: 1px solid #E6E7E9;
    padding-bottom: 16px;
}

.home-two .about-list-item ul li {
    font-size: 18px;
    color: #001819;
    font-weight: 500;
    line-height: 41px;
}

.home-two .about-list-item ul li i {
    background: #49AF45;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 16px;
}

.home-two .about-single-box {
    display: flex;
    align-items: center;
    gap: 94px;
    margin-top: 33px;
}

.home-two .about-author-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-two .about-author-content h4 {
    font-size: 20px;
    margin: 0;
}

.home-two .about-author-content p {
    color: #49af45;
    margin-bottom: 0;
    margin-top: 6px;
}

.home-two.about-area .echofy-button {
    margin-top: 0;
    display: inline-block;
}


/*---=================================
   <!--Echofy Servics Title Area Home Two-->
==================================---*/
.service-title-area {
    background: url(../images/home2/services-title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 112px 0 286px;
    position: relative;
}

.service-title-area .section-title.center h1 {
    color: #fff;
}

.services-shape-one {
    position: absolute;
    top: 26%;
    left: 10%;
    animation: dance2 4s linear infinite;
}

.services-shape-two {
    position: absolute;
    top: 26%;
    right: 10%;
    animation: dance2 4s linear infinite;
}


/*---=================================
   <!--Echofy Servics Area Home Two-->
==================================---*/

.service-area.home-two {
    background: #F6F6EE;
    padding: 113px 0 308px;
}

.home-two .row.service-up {
    margin-top: -394px;
}

.single-service-box {
    position: relative;
    padding: 10px;
}

.home-two .service-thumb{
    overflow: hidden;
}

.home-two .service-thumb img {
    width: 100%;
    padding: 0;
    margin-top: 0;
    transition: 0.5s;
}

.home-two .single-service-box:hover .service-thumb img{
    transform: scale(1.1);
}

.home-two .service-content {
    background: #fff;
    padding: 64px 38px 23px;
    position: relative;
}

.home-two  .services-icon {
    position: absolute;
    top: -16%;
    left: 27px;
}

.home-two .service-content a {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
}

.home-two .service-content a:hover{
    color: #49AE44;
}

.home-two .service-content a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: -20px;
    left: 0;
    background: #49AE44;
}

.home-two .service-content p {
    margin: 36px 0 16px;
    border-bottom: 1px solid rgba(0,24,25,0.10);
    padding-bottom: 24px;
}

.home-two .service-button a {
    display: inline-block;
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-two .service-button a:before{
    background: transparent;
}

.home-two .service-button i {
    display: inline-block;
    font-size: 24px;
    border-radius: 50%;
    color: #111111;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    transform: rotate(-45deg);
    position: relative;
    border: 1px solid rgba(0,24,25,0.10);
    transition: 0.5s;
}

.home-two .service-button a:hover i{
    background:#49AE44;
    color:#fff;
}

/*coustomise-home-1-css*/
.home-two .single-service-box:hover .service-content {
    background: #fff;
}

.home-two .service-content:before{
    border: transparent;
}

.home-two .service-content:after{
    background: transparent;
}

.service-list-2 .owl-dots {
    text-align: center;
    position: relative;
    top: 45px;
    left: 0;
}

.service-list-2 .owl-dot {
    background: #C5CAC3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.service-list-2 .owl-dot.active{
    background:#49AE44;
    position: relative;
}

.service-list-2 .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #49AE44;
    border-radius: 50%;
}


/*---=================================
   <!--Echofy Counter Area Home Two-->
==================================---*/

.home-two.counter-area {
    background: transparent;
    padding: 0;
}

.home-two .row.fade-de {
    background: url(../images/home2/counter-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 85px 45px 55px;
    border-radius: 5px;
    position: relative;
    margin: -144px 0;
}

.home-two.counter-area .section-title.left h1 {
    font-size: 41px;
    line-height: 40px;
    color: #fff;
}

.home-two .single-counter-box {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    gap: 29px;
    align-items: center;
}

.home-two .counter-content h4 {
    margin-top: 0;
}


/*---=================================
   <!--Echofy Project Area Home Two-->
==================================---*/
.project-area.home-two {
    background: #fff;
    margin-top: 0;
    padding: 256px 0 167px;
}

.home-two .single-project-box {
    margin-right: 21px;
    position: relative;
    overflow: hidden;
}

.home-two .project-content {
    background: #EEF0EB;
    padding: 30px 34px 28px;
    width: 60%;
    border-left: 0;
    border-bottom: 5px solid #49af45;
    position: relative;
    margin-top: 0;
    transition: 0.5s;
    border-radius: 3px;
    height: 117px;
    position: absolute;
    bottom: -166px;
    left: 36px;
}

.home-two .single-project-box:hover .project-content {
    background:#EEF0EB;
    height: 117px;
    margin-top: 0px;
    bottom: 0;
}

.home-two .project-content h4 {
    color: #49af45;
    margin: 0 0 7px;
}

.home-two .single-project-box:hover .project-content a {
    color: #001819;
}

.home-two .project-content i {
    background: #49AE44;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(-46deg);
    color: #fff;
    position: relative;
    left: 54px;
    top: -15px;
}


.home-two .project-thumb img {
    width: auto;
}

.project-list-2 .owl-dots {
    text-align: center;
    position: relative;
    top: 45px;
    left: 0;
}

.project-list-2 .owl-dot {
    background: #C5CAC3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.project-list-2 .owl-dot.active{
    background:#49AE44;
    position: relative;
}

.project-list-2 .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #49AE44;
    border-radius: 50%;
}


/*---=================================
   <!--Echofy Faqs Area Home Two-->
==================================---*/
.faqs-area {
    background: url(../images/home2/faqs-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 124px 0 196px;
    overflow: hidden;
}

.faqs-left {
    position: relative;
}

.faqs-area .section-title.left {
    margin-bottom: 36px;
}

.faqs-area .echofy-button {
    margin-top: 0;
    display: inline-block;
}

.faqs-container{
    overflow: hidden;
}

.faq-singular {
    position: relative;
    background: #ffff;
    margin-bottom: 20px;
}

.faq-singular.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 63px;
    left: 0;
    top: 0;
    background: #49AE44;
    z-index: 1;
    border-radius: 5px 5px 0 0;
   transition: 0.5s;
}

.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 19px 25px 19px 27px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #cccccc9e;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
}

.faq-singular.active .faq-question{
    color: #fff;
}

.faq-singular .faq-question:before {
    position: absolute;
    content: ">";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
    transition: 0.5s;
}

.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(87deg);
    color: #fff;
}

.faq-question:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    left: 71px;
    top: 20px;
    background: #cccccc9e;
    transition: 0.5s;
}

.faq-singular.active .faq-question:after{
    background:#fff;
}

.faq-question img {
    padding-right: 27px;
    transition: 0.5s;
}

.faq-singular.active .faq-question img {
    filter: brightness(0) invert(1);
}

.faq-answer {
    display: none;
    padding: 21px 30px 25px;
}

.faqs-shape {
    position: absolute;
    left: 240px;
    bottom: -43px;
    animation: dance3 4s linear infinite;
}

.faqs-shape-2 {
    position: absolute;
    top: -103px;
    right: 13px;
    animation: dance3 4s linear infinite;
}


/*---=================================
   <!--Echofy Brand Area Home Two-->
==================================---*/
.brand-area.home-two {
    padding: 100px 0 87px;
}

.home-two .single-brand-box {
    text-align: center;
    display: block;
}

.brand-area.home-two .owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
}


/*---===============================================
   <!--Echofy Donatione Title Area Home Two-->
===================================================---*/
.donation-title-area {
    background: url(../images/home2/services-title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 109px 0 294px;
    position: relative;
}

.donation-title-area .section-title.center h1 {
    color: #ffff;
}

.donation-shape-one {
    position: absolute;
    top: 26%;
    left: 10%;
    animation: dance2 4s linear infinite;
}

.donation-shape-two {
    position: absolute;
    top: 26%;
    right: 10%;
    animation: dance2 4s linear infinite;
}

/*---=================================
   <!--Echofy Donatione Area Home Two-->
==================================---*/
.donation-area {
    background-color: #f1faf0;
    padding: 4px 0 125px;
}

.donation-area .row.donate {
    margin-top: -282px;
}

.single-donation-box {
    margin: 0 12px;
}

.donation-thumb{
    position: relative;
}

.donation-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-donation-box:hover .donation-thumb img{
    opacity: 0.5;
} 

.donate-button {
    position: absolute;
    bottom: 0px;
    left: 32%;
    opacity: 0;
    transition: 0.5s;
}

.single-donation-box:hover .donate-button {
   bottom: 114px;
   opacity: 1;
}

.donate-button a {
    display: inline-block;
    background: #49AE44;
    color: #fff;
    font-size: 16px;
    padding: 11px 23px;
    border-radius: 5px;
}

.donation-content {
    background: #fff;
    padding: 26px 35px 23px;
}

.donation-content a {
    display: inline-block;
    color: #001819;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    transition: 0.5s;
}

.donation-content a:hover{
    color:#49AE44 ;
}

.donation-content p {
    margin: 19px 0 39px;
}

.donation-area .skill-bg {
    background: #DCEFDB;
    width: 100%;
}

.donation-area span.number {
    top: -31px;
    color: #001819;
}

.donation-area .skills.html.style-one {
    width: 75%;
}

.donation-area .skills.html.style-two {
    width: 60%;
}

.slider-content {
    display: flex;
    justify-content: space-between;
}

.slider-content span {
    display: inline-block;
    color: #868681;
}

span.price {
    font-size: 16px;
    color: #001819 !important;
    display: inline-block;
    font-weight: 500;
}



/*---=================================
   <!--Echofy Testimonial Area Home Two-->
==================================---*/
.home-two.testimonial-area {
  background:url(../images/home2/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  padding: 100px 0 100px;
} 

.home-two.testimonial-area .section-title.left {
    margin-bottom: 0;
}

.home-two.testimonial-area .single-testimonial-box {
    filter: inherit;
    padding: 37px 28px 49px;
    position: relative;
    margin: 57px 15px;
    background-color: #f7f7f7;
}

.home-two.testimonial-area .testimonial-content p {
    margin-bottom: 27px;
}

.home-two.testimonial-area .testi-author-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}

.home-two.testimonial-area .testi-author-content p {
    font-size: 16px;
    margin: 0;
    margin-left: 19px;
    position: relative;
}

.home-two.testimonial-area .testi-author-content p:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: -16px;
    top: 9px;
    background: #49AF45;
    border-radius: 50%;
}

.home-two .author-rating {
    margin-top: 0;
    background: transparent;
    display: inline-block;
    padding: 9px 31px;
    border-radius: 54px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}

.home-two .single-testimonial-box:hover .author-rating{
   background: #49AE44;
}

.home-two .author-rating ul li {
    display: inline-block;
    color: #FBC155;
    margin: 0 3px;
    transition: 0.5s;
}

.home-two .single-testimonial-box:hover .author-rating ul li{
    color:#fff;
}

.home-two .testi-quote {
    position: absolute;
    right: 33px;
    bottom: 76px;
}




/*---=====================================================
   <!--Echofy Strat Blog Area Home Two Css-->
=========================================================---*/

.home-two.blog-area {
    padding: 111px 0 125px;
    background: #F7F7F7;
}

.home-two .single-blog-box {
    margin-bottom: 20px;
    position: relative;

}

.home-two .blog-thumb {
    overflow: hidden;
    position: relative;
}

.home-two .blog-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 56%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(73,175,69,0.9999999999999999) 0%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: 0.5s;
}

.home-two .single-blog-box:hover .blog-thumb:before{
    opacity: 1;
}

.home-two .blog-content {
    border: transparent;
    padding: 23px 32px   54px;
    background: #fff;
    position: relative;
}

.home-two .blog-text span {
    display: inline-block;
    text-transform: uppercase;
    color: #49af45;
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.home-two .blog-content a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #001819;
    transition: 0.5s;
}

.home-two .blog-content a:hover{
    color: #49AF45;
}

.home-two .blog-content p {
    margin: 11px 0 0px;
}

.home-two .blog-button {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}

.home-two .blog-button a {
    display: inline-block;
    font-size: 16px !important;
    background: #49AF45;
    color: #fff !important;
    font-weight: 600;
    padding: 5px 38px;
    border-radius: 30px;
    border: 2px solid #49AF45;
    transition: 0.5s;
}

.home-two .blog-button a:hover{
    background: transparent;
    color:#49AF45 !important;
}

.home-two .blog-button i {
    font-size: 22px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    top: 4px;

    transition: 0.5s;
}

.home-two .blog-button a:hover i{
    color: #49AF45;
}

.home-two .meta-blog {
    position: absolute;
    top: 0;
    left: 0;
}

.home-two .meta-blog span {
    display: inline-block;
    background: #49AF45;
    color: #fff;
    padding: 7px 25px;
    letter-spacing: 2px;
    border-radius: 0 0 30px 0;
    opacity: 0;
    transition: 0.5s;
}

.home-two .single-blog-box:hover .meta-blog span{
  opacity: 1;
}




/*---=====================================================
   <!--Echofy Strat Contact Area Home Two Css-->
=========================================================---*/
.home-two.contact-area {
    padding: 102px 0 125px;
    background: #49AF45;
    position: relative;
    z-index: 1;
}

.home-two.contact-area:before {
    position: absolute;
    content: "";
    width: 54%;
    height: 100%;
    right: 13px;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.home-two .contact-left {
    text-align: center;
    position: relative;
    left: -204px;
}

.home-two .contact-content h4 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
}

.home-two.contact-area .echofy-button.style-five a {
    background: #00181A;
}

.home-two .contact-icon {
    border: 2px dotted #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 43px;
    animation: rotateme 20s linear infinite;
}

.home-two .contact-title h4 {
    font-size: 40px;
    margin-bottom: 50px;
}

.home-two .contact-box input {
    width: 100%;
    height: 58px;
    border: 1px solid #2222;
    border-radius: 3px;
    outline: 0;
    padding: 0 16px;
    color: #111;
    margin-bottom: 20px;
}

.home-two .contact-box input::placeholder{
    color: #001819;
    opacity: 0.5;
}

.home-two .contact-box textarea {
    width: 100%;
    height: 148px;
    border: 1px solid #2222;
    border-radius: 3px;
    outline: 0;
    padding: 12px 16px;
    color: #111;
}

.home-two .contact-box textarea::placeholder{
    color: #001819;
    opacity: 0.5;
}



/*---=====================================================
   <!--Echofy Strat Footer Area Home Two Css-->
=========================================================---*/
.home-two.footer-area {
    background: url(../images/home3/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 123px 0 95px;
    position: relative;
}

.home-two p.footer-desc {
    margin: 38px 0 0;
    color: #fff;
    opacity: 0.6;
    width: 78%;
}

.home-two .footer-social-icon {
    text-align: left;
    margin-top: 31px;
}

.home-two .footer-social-icon ul li i {
    border: transparent;
    background: #0B2F21;
}

.home-two .footer-widget-title h4 {
    margin-bottom: 31px;
}

.home-two .footer-widget-menu p {
    width: 75%;
    color: #95958f;
    margin-bottom: 21px;
}

.home-two .footer-widget-menu ul {
    display: inline-block;
    margin-right: 18px;
}

.home-two .footer-widget-menu ul li {
    color: #95958f;
    margin-bottom: 13px;
}

.home-two .footer-widget-menu ul li i {
    font-size: 14px;
    color: #fff;
    opacity:1;
}

.home-two .footer-widget-blog {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 27px;
}

.home-two .footer-widget-blog-content a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    transition: 0.5s;
}

.home-two .footer-widget-blog-content a:hover{
    color: #49AE44;
}

.home-two .footer-widget-blog-content p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin: 4px 0 0;
    padding-left: 0;
    position: relative;
}

.home-two .footer-shpae {
    position: absolute;
    right: 66px;
    top: 66px;
    animation: rotateme2 20s linear infinite;
}


/*footer-botom*/

.footer-bottom.home-three {
    background-color: #07271C;
    padding: 25px 0 22px;
}

.home-three .footer-bottom-content p {
    margin: 0;
}

.home-three .footer-bottom-content ul li {
    display: inline-block;
    margin: 0 17px;
}

.footer-bottom-content ul {
    text-align: right;
}

.footer-bottom-content ul li a {
    display: inline-block;
    color: #95958f;
    font-weight: 500;
    transition: 0.5s;
}

.footer-bottom-content ul li a:hover{
    color: #49AF45;
}




/*---=====================================================
   <!--Echofy Strat home Seven Area  Css-->
=========================================================---*/


.top-header-area.home-seven {
    background-color: #49AE44;
    border: transparent;
}

.home-seven .top-header-info ul li i {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding-right: 9px;
}

.home-seven .top-header-social-icon ul li i {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding-left: 0;
    transition: 0.5s;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 9px;
}

.home-seven .top-header-social-icon ul li i:hover{
    background: #fff;
    color:#49AE44;
}

/*home-seven-header*/

.seven.home-six.header-area {
    border-bottom: 1px solid #2222;
    z-index: 9;
    position: relative;
    margin-bottom: 0;
}

.sticky.seven.home-six.header-area{
    background: #fff !important;
}

.seven.home-six .header-menu ul li a {
    display: inline-block;
    color: #fff;
    padding: 36px 0;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
}


/*---=====================================================
   <!--Echofy Strat Hero Area home Seven  Css-->
=========================================================---*/
.hero-area.home-seven {
    background: url(../images/home7/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    height: 800px;
}

.home-seven .hero-content {
    position: relative;
}

.home-seven .hero-content h4 {
    color: #4baf47;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.home-seven .hero-content img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.home-seven .hero-content h1 {
    font-size: 85px;
    font-weight: 700;
    line-height: 92px;
    color: #00000a;
}

.home-seven .hero-content p {
    color: #95958f;
    font-size: 15px;
    margin: 17px 0 3px;
}

.home-seven .hero-img {
    position: absolute;
    bottom: 82px;
    left: 32%;
}

.home-seven .hero-shape {
    position: absolute;
    left: 51px;
    top: 41px;
    animation: rotateme2 20s linear infinite;
}


/*section-title-home-seven*/

.home-seven .section-title.left img {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.home-seven .section-title.center img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.home-seven img.images-2 {
    position: relative;
    left: 9px;
    top: -2px;
}


/*---=====================================================
   <!--Echofy Strat Feature Area home Seven  Css-->
=========================================================---*/

.feature-area.home-six.seven {
    background: #49AE44;
    padding: 69px 0;
}

.home-seven.single-feature-box {
    background: #F7F7F7;
    display: flex;
    align-items: center;
    padding: 26px 29px 37px;
    gap: 18px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.home-seven.single-feature-box:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #00181A;
    z-index: -1;
    transition: 0.5s;
}

.home-seven.single-feature-box:hover:before{
    width: 100%;
}

.home-seven.single-feature-box:hover .feature-content h4 {
    color:#fff;
}

.home-seven.single-feature-box:hover .feature-content p {
    color:#fff;
}


/*---=====================================================
   <!--Echofy Strat About Area home Seven Css-->
=========================================================---*/

.home-seven .skill:before {
    border: 1px solid #D5D6D2;
}

.home-seven .skill-bar {
    background: #001819;
}

.home-seven .skill > p {
    color: #001819;
}

.home-seven .skill-bar span {
     color: #001819;
}


/*---=====================================================
   <!--Echofy Strat About Area home Seven Css-->
=========================================================---*/
.home-seven.services-title-area {
    background: #F7F7F7;
    padding: 100px 0 113px;
}

.services-title-area.home-seven .row.upper {
    position: relative;
    top: 0;
    margin-left: 274px;
}

.home-seven.services-title-area .section-title.left {
    margin-bottom: 32px;
}


/*---=====================================================
   <!--Echofy Strat Project Area home Seven Css-->
=========================================================---*/
.project-area.home-seven {
    background: #fff;
    margin-top: 0;
    padding: 109px 0 126px;
}

.project-area.home-seven .section-title.center {
    margin-bottom: 61px;
}

.single-project-box-two {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}

.home-seven .project-content-two {
    position: absolute;
    bottom: -284px;
    left: 0;
    background: #FFFFFF;
    padding: 25px 38px 37px;
    border: 8px solid #4AAF45;
    border-top: transparent;
    border-right: transparent;
    border-radius: 5px;
    width: 65%;
    transition: 0.5s;
}

.single-project-box-two:hover .project-content-two{
  bottom:0;
}

.home-seven .project-content-two h6 {
    font-size: 16px;
    color: #49af45;
    font-weight: 600;
    text-transform: uppercase;
}

.home-seven .project-content-two i {
    display: inline-block;
    background: #49AF45;
    color: #fff;
    font-size: 32px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    position: absolute;
    right: -25px;
    top: -22px;
    border: 3px solid #fff;
    border-left: transparent;
    border-bottom: transparent;
    border-radius: 3px;
}

.home-seven .project-content-shape {
    position: absolute;
    right: 18px;
    bottom: 11px;
}



/*---=====================================================
   <!--Echofy Strat Why Choose Area home Seven Css-->
=========================================================---*/
.why-choose-area.home-seven {
    background: url(../images/home7/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 109px 0 125px;
    position: relative;
}

.why-choose-us-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 45px 0;
    width: 86%;
}

.home-seven .choose-us-content h4 {
    font-size: 18px;
}

.home-seven .choose-shape {
    position: absolute;
    top: 60px;
    left: 33%;
    animation: rotateme2 20s linear infinite;
}


/*---=====================================================
   <!--Echofy Strat Counter Area home Seven Css-->
=========================================================---*/
.counter-area.home-seven {
    background: #49AE45;
    padding: 84px 0 59px;
    padding-left: 190px;
}

.home-seven .single-counter-box {
    text-align: inherit;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.home-seven .counter-number h4 {
    font-size: 70px;
    color: #fff;
    margin: 0;
}

.home-seven .counter-content p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.home-seven .counter-content h4 {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-top: 2px;
    font-weight: 600;
}

.home-seven .counter-content-two h4 {
    font-size: 150px;
    margin: 0;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #000000;
    position: absolute;
    bottom: -41px;
    left: -88px;
    opacity: 0.4;
    z-index: -1;
}




/*---=====================================================
   <!--Echofy Strat Testimonial Area home Seven Css-->
=========================================================---*/
.home-seven.testimonial-area {
    background: #00181A;
    padding: 111px 0 115px;
}

.home-seven.testimonial-area .section-title.center {
    margin-bottom: 57px;
}

.home-seven.testimonial-area .section-title.center h1 {
    color: #fff;
}

.home-seven .single-testi-box {
    background: #002526;
    padding: 29px 37px 34px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin: 0 14px;
    transition: 0.5s;
    border-left: 5px solid #002526;
    border-bottom: 5px solid #002526;
}

.home-seven .single-testi-box:hover{
    border-left: 5px solid #49AF45;
    border-bottom: 5px solid #49AF45;
}

.home-seven .testi-author-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 7px;
    color: #fff;
}

.home-seven .testi-author-desc p {
    margin: 33px 0 0;
    font-style: italic;
}

.home-seven .testi-box-shape {
    position: absolute;
    bottom: -9px;
    right: -4px;
    z-index: -1;
}

.home-seven .testi-author-rating {
    background: #001818;
    display: inline-block;
    padding: 4px 23px;
    border-radius: 30px;
    position: absolute;
    top: 58px;
    right: 58px;
}

.home-seven .testi-author-rating ul li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-right: 8px;
}

.home-seven.testimonial-area .owl-dots {
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.home-seven.testimonial-area .owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 9px;
    border: 1px dashed #fff;
    position: relative;
}

.home-seven.testimonial-area .owl-dot:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    background: #49ae44bf;
    border-radius: 50%;
}

.home-seven.testimonial-area .owl-dot.active:before {
    background: #49AF45;
}



/*---=====================================================
   <!--Echofy Strat Faqs Area home Seven Css-->
=========================================================---*/
.home-seven.faqs-area {
    background: url(../images/home7/faqs-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 109px 0 101px;
}

.home-seven.faqs-area .section-title.left {
    margin-bottom: 55px;
}

.home-seven.faqs-area .section-title.left h1 {
    font-size: 50px;
    line-height: 44px;
}

.home-seven .faq-question:after {
    background:transparent;
}

.home-seven .faq-singular.active:before {
    background:transparent;
}

.home-seven .faq-singular.active .faq-question {
    color: #001819;
}

.home-seven .faq-singular .faq-question:before {
    position: absolute;
    content: ">";
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
    transition: 0.5s;
    background: #49AF45;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    line-height: 44px;
}

.home-seven .faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(-90deg) !important;
    color: #fff;
}

.home-seven .vedio-content a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #49AE44;
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.home-seven .vedio-content a:before {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    top: -17px;
    left: -17px;
    border-radius: 50%;
    background: #96aab5c7;
    z-index: -1;
      -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    }
 }

/*home seven Blog Area*/

.home-seven.blog-area {
    padding: 111px 0 125px;
    background: #fff;
}

.home-six.home-seven .blog-content {
    border: transparent;
    padding: 23px 32px 54px;
    background: #F7F7F7;
    position: relative;
}

/*home seven Contact Area*/
.home-six.home-seven.contact-area {
    padding: 0px 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.home-seven .contact-left {
    text-align: center;
    position: relative;
    left: -304px;
}

.home-seven .contact-left iframe {
    width: 136%;
    height: 610px;
}



/*---=====================================================
   <!--Echofy Strat Marque Area home Seven Css-->
=========================================================---*/
.marque-area.home-seven {
    background: url(../images/home7/marque-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 97px 0;
}

.home-seven .marque-content h4 {
    font-size: 85px;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #Fff;
}

/* Custom Skills Section Image Styling */
.skill-area .skills-thumb-container {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.skill-area .skills-thumb {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill-area .skills-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.skill-area .skills-shape {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
}

.skill-area .skills-shape-2 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

/* Responsive adjustments for skills image */
@media (max-width: 1199px) {
    .skill-area .skills-thumb {
        width: 400px;
        height: 400px;
    }
    
    .skill-area .skills-thumb-container {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .skill-area .skills-thumb {
        width: 350px;
        height: 350px;
        margin: 30px auto 0;
    }
    
    .skill-area .skills-thumb-container {
        padding: 0 15px;
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    /* Center the text content on tablets */
    .skill-area .col-lg-6:first-child {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .skill-area .section-title.left {
        text-align: center;
    }
}

@media (max-width: 767px) {
    /* Hide the image completely on mobile */
    .skill-area .col-lg-6:last-child {
        display: none;
    }
    
    /* Make text content take full width */
    .skill-area .col-lg-6:first-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: left;
        padding: 0 15px;
    }
    
    /* Reset section title alignment for mobile */
    .skill-area .section-title.left {
        text-align: left;
        margin-bottom: 30px;
    }
    
    /* Improve spacing for mobile content */
    .skill-area .skills-item {
        margin-bottom: 20px;
    }
    
    .skill-area .skills-content {
        margin-bottom: 25px;
    }
    
    /* Add some padding to the skill area on mobile */
    .skill-area {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .skill-area {
        padding: 50px 0;
    }
    
    .skill-area .section-title.left h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .skill-area .section-desc {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .skill-area .skills-item h4 {
        font-size: 18px;
    }
}

/* Custom Footer Height Reduction */
.footer-area {
    padding: 40px 0 20px;
}

.footer-widget-content {
    margin-bottom: 20px;
}

.footer-contect-info ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.footer-contect-info ul li strong {
    color: #49af45;
    margin-right: 5px;
}

.footer-bottom-area {
    padding: 15px 0;
}

.footer-widget-title h4 {
    margin-bottom: 15px;
}

.footer-desc {
    margin-bottom: 20px;
}

.footer-contact-info-title h4 {
    margin-bottom: 10px;
}

/* Responsive footer adjustments */
@media (max-width: 767px) {
    .footer-area {
        padding: 30px 0 15px;
    }
    
    .footer-widget-content {
        margin-bottom: 25px;
    }
    
    .footer-contect-info ul li {
        font-size: 13px;
        margin-bottom: 6px;
    }
}

/* Team Page Specific Styles */
.page-title-area {
    position: relative;
    overflow: hidden;
}

.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(73, 175, 69, 0.8), rgba(45, 138, 48, 0.8));
    z-index: 1;
}

.page-title-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-trail a:hover {
    color: #2d8a30 !important;
    text-decoration: none;
}

/* Enhanced Team Section Styles */
.team-area {
    position: relative;
}

.team-single-item {
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.team-single-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(73, 175, 69, 0.1), transparent);
    transition: left 0.6s;
    z-index: 1;
}

.team-single-item:hover::before {
    left: 100%;
}

.team-content {
    position: relative;
    z-index: 2;
}

/* Director Cards Enhanced */
.team-single-item:has(.team-content h4) {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* Values Section Enhancement */
.process-single-item-two {
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.process-single-item-two:hover .process-icon img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* CTA Section Enhancement */
.cta-area {
    position: relative;
    overflow: hidden;
}

.cta-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('{{ asset("assets/images/home1/pattern.png") }}') repeat;
    opacity: 0.1;
    z-index: 1;
}

.cta-content, .cta-button {
    position: relative;
    z-index: 2;
}

/* About Section Enhancement */
.about-feature-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #666;
}

.about-feature-list ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #49af45;
    font-size: 14px;
}

/* Responsive Enhancements */
@media (max-width: 991px) {
    .about-content {
        margin-bottom: 40px;
    }
    
    .team-single-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .page-title-area {
        padding: 100px 0 60px !important;
    }
    
    .about-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .team-area {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    
    .process-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .team-single-item {
        padding: 20px !important;
    }
    
    .team-image img {
        width: 100px !important;
        height: 100px !important;
    }
    
    .cta-area {
        padding: 60px 0 !important;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-single-item {
    animation: fadeInUp 0.6s ease forwards;
}

.team-single-item:nth-child(1) { animation-delay: 0.1s; }
.team-single-item:nth-child(2) { animation-delay: 0.2s; }
.team-single-item:nth-child(3) { animation-delay: 0.3s; }
.team-single-item:nth-child(4) { animation-delay: 0.4s; }
.team-single-item:nth-child(5) { animation-delay: 0.5s; }

/* Partners Slider Styles */
@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partners-slider:hover .slider-track {
    animation-play-state: paused;
}

.partner-item:hover {
    background: #f8f9fa !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.partner-item i {
    transition: all 0.3s ease;
}

.partner-item:hover i {
    transform: scale(1.2);
    color: #2d8a30 !important;
}

/* Mobile Responsive for Partners Slider */
@media (max-width: 768px) {
    .partners-slider {
        height: 100px !important;
    }
    
    .partner-item {
        min-width: 150px !important;
        height: 100px !important;
    }
    
    .partner-item i {
        font-size: 2rem !important;
    }
    
    .partner-item h6 {
        font-size: 0.7rem !important;
    }
}

@media (max-width: 576px) {
    .partners-slider {
        height: 80px !important;
    }
    
    .partner-item {
        min-width: 120px !important;
        height: 80px !important;
        padding: 10px !important;
    }
    
    .partner-item i {
        font-size: 1.5rem !important;
        margin-bottom: 4px !important;
    }
    
    .partner-item h6 {
        font-size: 0.6rem !important;
    }
}






