

/*
=========================================
    Developer : Ahiduzzaman Shanto 
=========================================
*/

/*style three*/
.hero_area.style_three {
    position: relative;
}
.hero_area.style_three .hero_content {
    position: relative;
    z-index: 1;
}
.hero_area.style_three .hero_content h4 img {
    display: inline-block;
    width: inherit;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.hero_area.style_three .hero_content h4 {
    margin: 0 0 24px;
    color: #2A7536;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
    border: 1px solid #ffffff29;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 5px;
}
.hero_area.style_three .hero_thumb {
    position: absolute;
    right: 0;
    top: 0;
}
.hero_area.style_three .hero_content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}
.hero_area.style_two .hero_content p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 24px 0 6px;
}
.hero_area.style_three .hero-social-icon ul li i {
    color: #001819;
}
.hero_area.style_three .hero-social-icon ul li.text {
    color: #001819;
}
.hero_area.style_three .hero-social-icon ul li.text:before {
    background: #001819;
}
.hero_area.style_three .hero-social-icon ul li{
    list-style: none;
}
.hero_area.style_three .shape_image {
    display: none;
}
.hero_area.style_three .hero_content a.btn.btn-gradient {
    display: inline-block;
    background: #2A7536;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 40px;
    border-radius: 6px;
    border: 2px solid #2A7536;
    position: relative;
    z-index: 1;
    -webkit-animation: 1s 1.9s fadeInUp both;
    animation: 1s 1.9s fadeInUp both;
    text-transform: uppercase;
}
.hero_area.style_three .hero_content a.btn.btn-gradient:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}
.hero_area.style_three .hero_content a.btn.btn-gradient:hover:before {
    width: 100%;
    left: 0;
}
.hero_area.style_three .hero_content a.btn.btn-gradient.btn-two {
    display: none;
}
.hero_area.style_three .hero_content a.btn.btn-gradient:hover {
    background: transparent;
    color: #2A7536;
}
.hero_area.style_three .hero_content p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 20px 0 45px;
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
}
/* section title style 5 */

.section-title.style5 .subtitle {
    text-transform: uppercase;
    color: #2A7536;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}
.section-title.style5 h3 {
    font-size: 46px;
    font-weight: 800;
    line-height: 44px;
    color: #001819;
    font-family: 'Albert Sans', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    -webkit-transition: .5s;
    transition: .5s;
}
.section-title.style5 .description {
    font-size: 16px;
    line-height: 26px;
    color: #868681;
    font-weight: 400;
    font-family: 'Albert Sans', sans-serif;
    transition: 0.5s;
    margin: 20px 0 0;
}
.donate-title5 .section-title.style5 .description {
    width: 80%;
    margin: 20px 0 0;
    color: #fff;
    opacity: 0.8;
}
.section-title.style5 .subtitle img {
    margin-right: 8px;
    position: relative;
    top: 6px;
}
/* button style 6 */

.dreamit-button.style6 .button {
    display: inline-block;
    background: #fff;
    color: #2A7536;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px;
    border-radius: 5px;
    border: 1px solid #2A7536;
    position: relative;
    z-index: 1;
    font-family: 'Albert Sans', sans-serif;
    text-transform: uppercase;
}
.dreamit-button.style6 .button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style6 .button i {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
    position: relative;
    transition: .5s;
    font-weight: 600;
    transform: inherit;
    bottom: 1px;
}
.dreamit-button.style6 .button:hover {
    color: #2A7536;
}
.dreamit-button.style6 .button:hover:before {
    width: 100%;
    left: 0;
}
.service_item.style_four.style5 .service_content {
    background: inherit;
    width: 100%;
    border-left: 0;
    border-bottom: 0;
    margin-top: 0;
    transition: 0.5s;
    border-radius: 0;
    position: absolute;
    bottom: -166px;
    left: 0;
    z-index: 22;
    text-align: center;
    padding: 0 0 27px 0;
    right: 0;
    margin: auto;
}
.service_item.style_four.style5 p.description {
    font-size: 22px;
    color: #fff;
    margin: 0 0 3px;
}
.service_item.style_four.style5 h2.title {
    margin: 0;
    line-height: 30px;
}
.service_item.style_four.style5 .title a {
    font-size: 16px;
    color: #fff;
    margin: 0;
    opacity: 0.8;
}
.service_item.style_four.style5:hover .service_content {
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0 0 27px 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* testimonial style 5 */

.testimonial.style5{
    padding: 10px;
}
.testimonial.style5 .testimonial-item {
    background-color: #ffffff;
    position: relative;
    margin: 40px 10px;
    margin-bottom: 26px;
    display: block;
}
.testimonial.style5 .testimonial-item .testi-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 7px 0 0 40px;
}
.testimonial.style5 .testimonial-item .bio {
    filter: drop-shadow(0px 10px 30px rgba(179,179,179,0.2));
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
    padding: 14px 30px 34px 70px;
    z-index: 1;
}
.testimonial.style5 .testimonial-item .testi-content:before {
    position: absolute;
    content: "";
    width: 64px;
    height: 34px;
    left: 1px;
    top: 0;
    background: #fff;
    clip-path: polygon(0% 0%, -100% 100%, 100% -105%, 0% 100%);
    z-index: -1;
}
.testimonial.style5 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style5 .single_img {
    display: inline-block;
    position: absolute;
    right: 35px;
    bottom: 23px;
}
.testimonial.style5 .testimonial-item .author {
    margin-right: 0;
    position: relative;
    flex-shrink: 0;
}
.testimonial.style5 .testimonial-item .author img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 20px;
    display: inline-block;
    top: 10px;
    position: relative;
}
.testimonial.style5 .testimonial-item .bio .name {
    font-weight: 600;
    font-size: 24px;
    margin: 8px 0 5px;
}
.testimonial.style5 .testimonial-item .bio .designation {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #7b7b7b;
    transition: all 400ms linear;
}
.testimonial.style5 .testimonial-item .quote {
    transition: all 400ms linear;
    padding: 21px 0 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #868681;
    position: relative;
    z-index: 1;
}
.testimonial.style5 .testimonial-item .quote:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 90px;
    left: -40px;
    top: 29px;
    background: #2A7536;
    z-index: -1;
}
.testimonial.style5 .testimonial-item .quote:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    left: -30px;
    top: 29px;
    background: #2A7536;
    z-index: -1;
}
.testimonial.style1 .testimonial-item span.support {
    color: #2A7536;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
.testimonial.style5 .testimonial-item .reviews_rating {
    display: inline-block;
    position: relative;
}
.testimonial.style5 .testimonial-item .testi-star i {
    font-size: 17px;
    display: inline-block;
    color: #FCBB00;
}
.testimonial.style5 .testimonial-item h5.designation {
    font-size: 16px;
    line-height: 26px;
    color: #868681;
    font-weight: 400;
    font-family: 'Albert Sans', sans-serif;
    transition: 0.5s;
}
.testimonial.style5 .testimonial-item h4.name {
    font-size: 22px;
    font-weight: 600;
    margin: 3px 0 0 0;
}
.testimonial.style5 .testimonial-item:hover{
    transform: translateY(-0px);
}
.active.center .testimonial-item {
    margin-top: 10px;
}

/* button style 8 */

.dreamit-button.style-8 .button {
    display: inline-block;
    background: inherit;
    color: #2A7536;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 5px;
    border: 1px solid #2A7536;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.dreamit-button.style-8 .button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    border-radius: 4px;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style-8 .button:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button.style-8 .button i {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
    position: relative;
    transition: .5s;
    font-weight: 600;
    transform: inherit;
    bottom: 1px;
}
.echofy-home-5 .video_title {
    display: none;
}
.echofy-home-5 .single-video.style-one .video-icon a {
    background: #2A7536;
}
.echofy-home-5-video .video_title{
    display: none;
}
.echofy-home-5-video .choose-video-icon:before {
    display:none;
}
.echofy-home-5-video .single-video.style-one .video-icon a {
    display: inline-block;
    background: #2A7536;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 17px;
    border-radius: 50%;
    line-height: 55px;
    border: none;
    position: relative;
}

/* blog style 4 */

.em-blog-content-area_adn {
    border: transparent;
    padding: 27px 34px 41px;
    filter: drop-shadow(0 0 12.5px rgba(219,221,225,0.32));
    width: 90%;
    background: #fff;
    margin: auto;
    position: relative;
    top: -56px;
    border-radius: 5px;
}
.blog_style_four .luxury-blog-meta-left a {
    font-size: 16px;
    display: inline-block;
    color: #868681;
    font-weight: 500;
    margin-right: 29px;
    text-transform: capitalize;
}
.blog_style_four ul.post-categories li {
    list-style: none;
}
.luxury-blog-meta-top {
    display: inline-block;
}
.luxury-blog-meta-left {
    display: inline-block;
}
.blog_style_four ul.post-categories li a {
    font-size: 16px;
    display: inline-block;
    color: #868681;
    font-weight: 500;
    margin-right: 29px;
    text-transform: capitalize;
}
.blog_style_four .blog-page-title_adn h2 a {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    color: #001819;
    transition: 0.5s;
    line-height: 30px;
}
.blog_style_four .blog-page-title_adn h2 a:hover {
    color: #2A7536;
}
.blog_style_four .luxury-blog-readmore a {
    display: inline-block;
    color: #001819;
    font-size: 16px !important;
    background: #E9EBEA;
    padding: 10px 26px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 26px;
    transition: 0.5s;
}
.blog_style_four .luxury-blog-readmore a:hover {
    background: #2A7536;
    color: #fff;
}
.blog_style_four .luxury-blog-readmore a i {
    font-size: 13px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    top: 0;
    left: 7px;
    transform: rotate(-45deg);
}
.blog_style_four .luxury-blog-readmore a:hover i {
    color: #fff;
    transform: rotate(0deg);
}

/* icon-box style10 */

.icon-box.style10 {
    background: #E6E7E9;
    text-align: center;
    padding: 41px 0 17px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.icon-box.style10:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/04/animal-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;
    border-radius: 5px;
    z-index: -1;
}
.icon-box.style10:hover:before {
    height: 100%;
}
.icon-box.style10 .img-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
}
.icon-box.style10 .title h2 {
    font-size: 22px;
    margin-top: 15px;
    color: #001819;
    font-family: 'Albert Sans', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
}
.icon-box.style10:hover .title h2 {
    color: #fff;
}
.home-5.single-about-box {
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    border: 7px solid #2A7536;
    border-radius: 5px;
    padding: 0 30px 20px;
    background: #fff;
    position: absolute;
    right: 67px;
    bottom: 19px;
}
.home-5 .about-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 7px;
    position: relative;
    z-index: 1;
    padding: 98px 0 0 0;
}
.home-5 .about-content h4:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    left: 0;
    top: 26px;
    background: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/04/about-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;
    border-radius: 5px;
    z-index: -1;
    right: 0;
    margin: auto;
}
.home-5 .about-content span {
    display: inline-block;
    color: #2A7536;
    font-weight: 500;
    padding-bottom: 14px;
}
.home-5 a.about-button {
    display: inherit;
    color: #001819;
    font-weight: 600;
    font-size: 15px;
}
.home-5 a.about-button i {
    display: inline-block;
    color: #2A7536;
    position: relative;
    left: 6px;
    top: 1px;
}
.home5-donation-list {
    position: relative;
    display: inline-block;
    padding: 20px 0 0 0;
}
.home5-donation-list ul li{
    display: inline-block;
    margin-right: 10px;
}
.home5-donation-list ul li a {
    background: #fff;
    color: #001819;
    display: inline-block;
    font-weight: 600;
    padding: 7px 18px;
    border-radius: 5px;
    transition: 0.5s;
    border: 2px solid #fff;
}
.home5-donation-list ul li a:hover{
    background: transparent;
    border: 2px solid #2A7536;
    color: #2A7536;
}


/* Home Five Tab css start  */

.home-five.event-area {
    padding: 0;
}
.home-five .single-event {
    background-color: #e9ebea;
    padding: 13px 13px 39px;
    border-radius: 10px;
    overflow: hidden;
    height: 265px;
    transition: 0.5s;
    margin-bottom: 19px;
}
.home-five .single-event:hover{
    height: 432px;
}
.home-five .single-event-box {
    display: flex;
    gap: 30px;
    background: #f5f5f5;
    padding: 12px 14px;
    border-radius: 10px;
    align-items: center;
}
.home-five .event-content {
    margin-top: 18px;
}
.home-five .event-date span {
    display: inline-block;
    color: #868681;
    border: 1px solid #86868161;
    border-radius: 30px;
    padding: 4px 5px;
}
.home-five .event-date i {
    display: inline-block;
    background: #2A7536;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 10px;
}
.home-five .event-titel h4 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 21px;
}

.home-five .event-titel p {
    font-size: 17px;
    font-weight: 600;
    color: #001819;
}
.home-five .event-titel a {
    font-size: 17px;
    font-weight: 600;
    color: #2A7536;
}
.home-five .event-desc-box {
    padding: 27px 51px 0 237px;
    transition: 0.5s;
    position: relative;
    opacity: 0;
}
.home-five .single-event:hover .event-desc-box{
   opacity: 1;
}
.home-five .event-desc-box span {
    display: inline-block;
    color: #001819;
    font-weight: 700;
}
.home-five .event-desc-box strong {
    color: #2A7536;
}
/* Home Five Tab */
.home-five .nav-link {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    background: #2A7536!important;
    padding: 24px 104px;
    border-radius: 0 !important;
}
.home-five .nav-link.style-two {
    background: #00181A !important;
}
.home-five span.tab-date {
    display: inherit;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
}




/* ===============================================================================================================================================================================

                                                     WildLife css start here 

=================================================================================================================================================================================*/

.wildlife-hero-title h6 {
    position: relative;
    transition: 0.5s;
    display: inline-block;
}
.wildlife-hero-title h6:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 1px;
    left: -60px;
    top: 11px;
    background: #2A7536;
    transition: 0.5s;
    z-index: 1;
}
.dreamit-button.style-9 .dreamit-button .button {
    width: 187px;
    height: 56px;
    border-radius: 28px;
    background: rgba(255,255,255,0.15);
    display: inline-block;
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Albert Sans";
    position: relative;
    padding: 0;
    text-align: center;
    transition:0.4s;
}
.dreamit-button.style-9 .dreamit-button .button:hover {
    background:#2A7536;
}
.dreamit-button.style-9 .dreamit-button .button i {
    font-size: 13px;
    display: inline-block;
    transition: .4s;
    font-weight: 700;
    position: absolute;
    right: -55px;
    transform: rotate(0deg);
    background: rgba(255,255,255,0.15);
    border-radius: 100%;
    height: 56px;
    width: 56px;
    line-height: 56px;
}
.dreamit-button.style-9 .dreamit-button .button i:hover {
    background:#2A7536;
}

/*    button style 10  */

.dreamit-button.style-10 .dreamit-button .button {
    background: inherit;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Albert Sans";
    position: relative;
    padding: 25px 0 15px 0;
    text-align: center;
    transition: 0.4s;
}
.dreamit-button.style-10 .dreamit-button .button:hover {
    background:inherit;
}
.dreamit-button.style-10 .dreamit-button .button i {
    font-size: 17px;
    display: inline-block;
    transition: .4s;
    font-weight: 700;
    position: absolute;
    transform: rotate(-45deg);
    background: inherit;
    border-radius: 100%;
    right: -60px;
}
.dreamit-button.style-10 .dreamit-button .button:hover i {
    background:inherit;
    transform: rotate(0deg);
}

/*    button style 11  */

.dreamit-button.style-11 .dreamit-button .button {
    width: 187px;
    height: 56px;
    border-radius: 28px;
    background: #2A7536;
    display: inline-block;
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Albert Sans";
    position: relative;
    padding: 0;
    text-align: center;
    transition:0.4s;
    z-index:1;
}
.dreamit-button.style-11 .dreamit-button .button:hover {
    background: #001819;
}
.dreamit-button.style-11 .dreamit-button .button i {
    font-size: 13px;
    display: inline-block;
    transition: .4s;
    font-weight: 700;
    position: absolute;
    right: -55px;
    transform: rotate(0deg);
    background: #001819;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin: 0;
}
.dreamit-button.style-11 .dreamit-button .button i:hover {
    background:#2A7536;
}

/*    button style 12  */

.dreamit-button.style-12 .dreamit-button .button {
    width: 187px;
    height: 56px;
    border-radius: 28px;
    background: #2A7536;
    display: inline-block;
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Albert Sans";
    position: relative;
    padding: 0;
    text-align: center;
    transition:0.4s;
    z-index:1;
}
.dreamit-button.style-12 .dreamit-button .button:hover {
    background: #fff;
    color:#2A7536;
}
.dreamit-button.style-12 .dreamit-button .button i {
    font-size: 13px;
    display: inline-block;
    transition: .4s;
    font-weight: 700;
    position: absolute;
    right: -55px;
    transform: rotate(0deg);
    background: #fff;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin: 0;
    color: #2A7536;
}
.dreamit-button.style-12 .dreamit-button .button i:hover {
    background:#2A7536;
    color:#fff;
}


/*video style four */

.single-video.style-four {
    position: relative;
    text-align: right;
    padding: 0 78px 0 0;
}
.single-video.style-four .choose-video-icon {
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 0;
    padding: 45px 0 0 0;
    top: 12px;
}
.single-video.style-four .choose-video-icon:before {
    display:none;
}
.single-video.style-four .choose-video-icon:after {
    display:none;
}
.single-video.style-four .video-icon a {
    display: inline-block;
    background: #fff;
    color: #2A7536;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 23px;
    border-radius: 50%;
    line-height: 65px;
    border: none;
    position: relative;
}
.single-video.style-two .video-icon {
    display: block;
}
.single-video.style-four h4.video_title {
    display: inline-block;
    color:#fff;
}




/*animation circle*/

.text-inner {
    animation: circle 15s linear infinite;
    fill: #2A7536;
    display: inline-block;
    background: #2A7536;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    position: absolute;
    top: -145px;
    right: 25px;
    z-index: 1;
}
.text-inner svg {
    width: 110px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.text-inner text {
    fill: #ffffff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #fff;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.circle {
    animation: circle 15s linear infinite;
}
.right {
  animation: right 15s linear infinite;
}
.spin2 {
  animation: spin2 15s linear infinite;
}
@keyframes right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*      Icon box style 11         */

.icon-box.style11 {
    display: flex;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
    gap: 42px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}
.box_two .icon-box.style11{
    border-bottom: 1px solid #61616133;
    padding-bottom: 31px;
    margin-bottom: 3px;
}
.icon-box.style11 .icon-box-icon {
    margin-right: 0;
    flex-shrink: 0;
    position: relative;
    top: 0;
}
.icon-box.style11 .icon-box-content h2 {
    font-size: 24px;
    color: #001819;
    font-weight: 600;
    font-family: "Albert Sans";
    margin: 0;
    padding: 0 0 12px 0;
}
.icon-box.style11 .icon-box-content .description p {
    margin: 0;
    width: 85%;
    font-size: 16px;
    line-height: 26px;
    color: #868681;
    font-weight: 400;
    font-family: "Albert Sans";
}
.icon-box.style11 .img-icon {
    background: #fff;
    width: 90px;
    height: 90px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    position:relative;
    transition:0.4s;
}
.icon-box.style11:hover .img-icon {
    background: #2A7536;
}
.icon-box.style11 .img-icon img {
    filter: brightness(1)invert(0);
    transition:0.4s;
}
.icon-box.style11:hover .img-icon img {
    filter: brightness(0)invert(1);
}
.icon-box.style11 .img-icon:before {
    position: absolute;
    content: "";
    width: 115px;
    height: 115px;
    left: -12px;
    right: 0;
    top: -13px;
    border: 1px dashed #b0cd79;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
}
.icon-box.style11:hover .img-icon:before {
    border: 1px dashed #2A7536;
}

/*      Section Title style 7        */

.section-title.style7 .section-title.t_left h5 {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #001819;
    font-weight: 500;
    font-family: "Albert Sans";
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 0 0 90px;
}
.section-title.style7 .section-title.t_left h5:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    left: 0;
    top: 11px;
    background: #2A7536;
    transition: 0.4s;
    z-index: -1;
}
.section-title.style7 .section-title.t_left h3 {
    font-size: 46px;
    line-height: 46px;
    color: #001819;
    font-weight: 700;
    font-family: "Albert Sans";
}
.section-title.style8 .section-title.t_left h3 {
    font-size: 46px;
    line-height: 46px;
    color: #001819;
    font-weight: 700;
    font-family: "Albert Sans";
    margin: 0;
    padding: 0 0 10px 0;
}
.section-title.style7 .section-title.t_left h1 {
    position: absolute;
    top: -52px;
}
.section-title.style7 .section-title.t_left .subtitle-bg-title {
    opacity: 0.102;
    font-size: 130px;
    line-height: 130px;
    color: #001819;
    font-weight: 800;
    font-family: "Albert Sans";
}


.wildlife--skill-img-shape {
    animation: img_shape 2s linear infinite;
}
@keyframes img_shape {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-0deg);
  }
}
.portfolio-filter .case-item:nth-child(1) {
    grid-column: 1/3;
}

.portfolio-filter .case-item:nth-child(2) {
    grid-column:3/7;
}

.portfolio-filter .case-item:nth-child(3) {
    grid-column: 1/4;
    grid-row: 2/3;
}


.portfolio-filter .case-item:nth-child(4){
    grid-column:4/7;
        grid-row:2/3;
}


/*-------------------- Service box style 3 --------------------------- */

.service_box.style3 {
    position: relative;
    background: #fff;
    transition: 0.4s;
}
.service_box.style3 .service_number {
    width: 150px;
    height: 117px;
    background: #e7eeda;
    display: inline-block;
    float: left;
    line-height: 120px;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.service_box.style3 .service_number::before{
    position:absolute;
    content:"";
    height:100%;
    width:0;
    left:0;
    top:0;
    background: #e7eeda;
    transition:0.4s;
}
.service_box.style3:hover .service_number::before{
    width:100%;
    background: #2A7536;
}
.service_box.style3 .service_number .service_box-number {
    font-size: 22px;
    line-height: 56px;
    color: #001819;
    font-weight: 600;
    font-family: "Albert Sans";
    transition: 0.4s;
    position:relative;
}
.service_box.style3:hover .service_number .service_box-number {
    color: #fff;
}
.service_box.style3 .content {
    position: relative;
    padding: 25px 0 10px 0;
}
.service_box.style3 .service_box-title a h3 {
    margin: 0;
    font-size: 22px;
    line-height: 38px;
    color: #001819;
    font-weight: 600;
    font-family: "Albert Sans";
    left: 35px;
    position: relative;
    padding: 0;
    transition:0.4s;
}
.service_box.style3 .service_box-title a h3:hover {
    color: #2A7536;
}
.service_box.style3:hover .service_box-title a h3 {
    left: 85px;
}
.service_box.style3 .service_box-title a h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    left: 11%;
    top: 17px;
    background: #2A7536;
    transition: 0.4s;
}
.service_box.style3:hover .service_box-title a h3::before{
    width:40px;
}
.service_box.style3 p.description {
    transition: .4s;
    font-size: 14px;
    line-height: 26px;
    color: #868681;
    font-weight: 400;
    font-family: "Albert Sans";
    left: 35px;
    position: relative;
}
.service_box.style3:hover p.description {
    left: 85px;
}
.service_box.style3 .service-btn {
    position: absolute;
    right: 35px;
    top: 42px;
}
.service_box.style3 .service-btn a {
    transform: rotate(-45deg);
    font-size: 19px;
    display:inline-block;
    transition:0.4s;
}
.service_box.style3:hover .service-btn a {
    transform: rotate(0deg);
}

.wildlife-award-img-animation{
    animation: award_shape 12s linear infinite;
}
@keyframes award_shape {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
===============================
        Team style 6
===============================
*/

.team.style6 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s;
    margin: 0 15px 0 15px;
}
.team.style6:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    right: -72px;
    top: -90px;
    background-image: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/07/wildlife-team-shape.png);
    z-index: 2;
    transition:0.4s;
}
.team.style6:hover:before {
    right: 24px;
    top: 21px;
}
.team.style6 .content {
    background: #0D2425;
    padding: 15px 0 20px 30px;
    position: relative;
    transition: .5s;
}
.team.style6 .image {
    position: relative;
    z-index: 1;
    line-height: 0;
}
.team.style6 .image img {
    transition: .5s;
    width:100%;
}
.team.style6 .bio .name {
    margin: 21px 0 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Albert Sans";
}
.team.style6 .bio .designation {
    margin: 0;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    color: #6E7C7C;
    font-weight: 400;
    font-family: "Albert Sans";
    position: relative;
    padding:0;
    transition:0.4s;
}
.team.style6:hover .bio .designation {
    padding: 0 0 0 40px;
}
.team.style6 .bio .designation::before {
    position: absolute;
    content: "";
    height: 1px;
    width:0;
    left: 0;
    top: 21px;
    background: #2A7536;
    transition: 0.4s;
}
.team.style6:hover .bio .designation::before {
    width: 30px;
}
.team.style6 .content .social-icon {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
     transition: 0.5s;
}
.team.style6 .content .social-icon li {
    margin-bottom: 10px;
    list-style: none;
}
.team.style6 .content .social-icon li a{
    display: inline-block;
}
.team.style6 .content .social-icon li a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    text-align: center;
    background: #2A7536;
}
.team.style6 .content .social-icon li a i:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#2A7536;
    border-radius: 50%;
    z-index: -1;
    transform:scale(0);
    transition: 0.5s;
}
.team.style6 .content .social-icon li a i:hover:after{
    transform: scale(1);
}
.team.style6 .team-social-icon ul li i:hover{
    color: #fff;
}
.team.style6 .content .social-icon li a i:hover {
    background-color: #2A7536;
    color: #fff;
}
.team.style6 .team-inner-wrap {
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 4px;
}
.team.style6 .team-btn {
    position: absolute;
    background: #2A7536;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    top: 39px;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    right: 4px;
    transition: .4s;
    z-index: 2;
}
.team.style6 .social-icons1 {
    position: absolute;
    right: -50px;
    width: 50px;
    background: transparent;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 30px 0 0 30px;
    opacity: 1;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    top: -71%;
    transform: translateY(-50%);
}
.team.style6 .social-icons1.active {
    right: 28px;
    width: 80px;
    opacity: 1;
    visibility: visible;
    transition: .5s;
    z-index: 9999;
}


/*
============================
Counter style 5
============================
*/

.single-counter.style5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 0 35px 0 35px;
}
.single-counter.style5 .icon {
    margin-bottom: 25px;
}
.single-counter.style1 .icon i {
    font-size: 50px;
    color: #2A7536;
}
.single-counter.style5 span {
    margin-bottom: 28px;
    display: inline-block;
    font-size: 80px;
    line-height: 48px;
    color: #79ba00;
    font-weight: 700;
    font-family: "Albert Sans";
    text-align: center;
}
.single-counter.style5 h6 {
    color: #9D9EA6;
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #e2e2e5;
    margin: 0;
    padding: 20px 0 0 0;
}

/*
=============================================
        blog_style_three  style 6
=============================================
*/

.blog_style_six .single_blog_adn .echofy-blog-meta-left {
    display: inline-block;
}
.blog_style_six .single_blog_adn .echofy-blog-meta-left a {
    transition: .4s;
    text-decoration: none;
    text-transform: capitalize;
    background: inherit;
    display: inline-block;
    margin-right: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 26px;
    color: #001819;
    font-weight: 500;
    font-family: "Albert Sans";
    padding: 0 0 0 30px;
}
.blog_style_six .single_blog_adn .echofy-blog-meta-left a:hover {
    color: #2A7536;
}
.blog_style_six .single_blog_adn .echofy-blog-meta-left a span {
    padding: 0;
    position: relative;
    z-index: 1;
    background: #2A7536;
    color: #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
}
.blog_style_six .single_blog_adn .echofy-blog-meta-left a span i {
    color: #fff;
    margin-right: 0;
    font-size: 17px;
    font-weight: 500;
}
.blog_style_six .single_blog_adn .echofy-blog-meta-left a span:before {
    display:none;
}
.blog_style_six .single_blog_adn li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    color: #2A7536;
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
.blog_style_six .single_blog_adn li a{
    color: #2A7536;
    position: inherit;
}
.blog_style_six .single_blog_adn li a:before{
    display: none;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 {
    margin: 10px 0 25px;
    line-height: 1;
    border-bottom: 1px solid #E5E7E8;
    padding: 0 30px 22px 30px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: #001819;
    font-weight: 600;
    font-family: "Albert Sans";
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 a:hover {
     color: #2A7536;
    transition: 0.5s;
}
.blog_style_six .em-blog-content-area_adn span {
    font-size: 16px;
    line-height: 26px;
    color: #868681;
    font-weight: 400;
    font-family: "Albert Sans";
    padding: 0 0 0 47px;
    position: relative;
    z-index: 1;
}
.blog_style_six .em-blog-content-area_adn span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 30px;
    top: 6px;
    background: #2A7536;
    border-radius: 50%;
    z-index: 1;
    transition: 0.5s;
}
.blog_style_six .single_blog_adn ul.post-categories {
    margin: 22px 0 0 30px;
}
.blog_style_six .single_blog_adn .em-blog-content-area_adn {
    border: none;
    padding: 25px 0 25px 0;
    filter: none;
    width: 100%;
    background: #fff;
    margin: auto;
    border-radius: 5px;
    position: relative;
    top: 0;
}
.blog_style_six .single_blog_adn .echofy-blog-readmore {
    text-align: center;
    position: relative;
}
.blog_style_six .single_blog_adn .echofy-blog-readmore a {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 40px;
}
.blog_style_six .single_blog_adn .echofy-blog-readmore a i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    left: 4px;
    top: 3px;
    font-weight: 400;
    transform: rotate(0deg);
    margin:0;
}
.blog_style_six .single_blog_adn .echofy-blog-readmore a i:hover {
    color: #2A7536;
}
.blog_style_six .single_blog_adn .echofy-blog-thumb_adn a {
    position: relative;
    transition: 0.5s;
}
.blog_style_six .echofy-blog-meta-top {
    display: inline-block;
    display: none;
}



/*
=============================================
        service list
=============================================
*/

.default-service {
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
}
.service_list.style-2 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0 5px 0;
}
.service_list.style-2.two {
    padding: 0 0 5px 0;
}
.service_list.style-2.three {
    padding: 0 0 5px 0;
}
.service_list.style-2.four {
    padding: 0 0 105px 0;
}
.service_list.style-2 .image {
    width: 35%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    z-index:1;
}
.service_list.style-2 .image .image img {
    display: flex;
    position: relative;
}
.service_list.style-2 .service-text-content {
    width: 65%;
    position: relative;
    left: 17%;
    display: inline-block;
    z-index: 1;
}
.service_list.style-2 .service-list-number {
    position: relative;
    display: inline-block;
    top: -20px;
}

.service_list.style-2 .service-text-content:before {
    position: absolute;
    content: "";
    width: 431px;
    height: 519px;
    left: -74%;
    top: 0;
    background-image: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/07/wildlife-jiraf.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    z-index: 1;
    transition: 0.5s;
    opacity:0;
}
.service_list.style-2.active .service-text-content:before ,
.service_list.style-2:hover .service-text-content:before {
    opacity:1;
    transform:rotate(10deg);
}
.service_list.style-2.two .service-text-content:before {
    background-image: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/07/wildlife-bird.jpg);
    top: -120px;
}
.service_list.style-2.three .service-text-content:before {
    background-image: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/07/wildlife-deer.jpg);
    top: -243px;
}
.service_list.style-2.four .service-text-content:before {
    background-image: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/07/wildlife-zebra.jpg);
    top: inherit;
    bottom: -37px;
}
.service_list.style-2 .service-list-number:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 2px;
    background: #1A2F30;
    top: 40px;
    right: -163px;
    transition: 0.4s;
}
.service_list.style-2.active .service-text-content .service-list-number:before,
.service_list.style-2:hover .service-text-content .service-list-number:before {
    width: 110px;
    height: 2px;
    background: #79ba00;
    right: -215px;
}
.service_list.style-2 .service-list-number h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Albert Sans";
    margin: 0;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    height: 80px;
    width: 80px;
    line-height: 80px;
}
.service_list.style-2 .service-list-number h4:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #1A2F30;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
}
.service_list.style-2.active .service-text-content .service-list-number h4:before,
.service_list.style-2:hover .service-text-content .service-list-number h4:before {
    width: 150px;
    background-color: #79ba00;
    border-radius: 40px;
}
.service_list.style-2 .service-list-title {
    position: relative;
    right: -22%;
    display: inline-block;
    transition:0.4s;
}
.service_list.style-2.active .service-list-title,
.service_list.style-2:hover .service-list-title {
    right: -28%;
}
.service_list.style-2 .service-list-title h2{
    font-size: 30px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Albert Sans";
}
.service_list.style-2 .service-list-title h3 {
    opacity: 0.400;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Albert Sans";
    margin: 0;
}
.marquee-block h3 img {
    padding: 0 20px 0 20px;
    margin: 0 0 0 13px;
    -webkit-animation: rotatemetwo 8s linear infinite;
    animation: rotatemetwo 8s linear infinite;
}
@keyframes rotatemetwo {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }

.wildlife-testi .testimonial.style1 .testimonial-item {
    margin: 0 10px 24px;
}

























