
/*
=======================================
    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: #79B900;
    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: #79B900;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 40px;
    border-radius: 6px;
    border: 2px solid #79B900;
    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: #79B900;
}
.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: #79B900;
    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: #FE972E;
    padding: 12px 50px 12px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Barlow';
    box-shadow: none;
}
.dreamit-button.style6 .button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
}

.dreamit-button.style6 .button i {
    font-size: 18px;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    transition: .5s;
    font-weight: 500;
    transform: inherit;
    top: 14px;
    right: 25px;
    text-align: right;
}
.dreamit-button.style6 .button:hover {
    color: #101010;
}
.dreamit-button.style6 .button:hover:before {
    transform: scale(1);
}
.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 {
    position: relative;
    margin: 30px 0px 0;
    margin-bottom: 26px;
    display: block;
    border-radius: 10px;
}
.testimonial.style5 .testimonial-item .testi-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 7px 0 0 40px;
    top: 30px;
}
.testimonial.style5 .testimonial-item .bio {
    background-color: #ffffff;
    position: relative;
    padding: 20px 30px 34px 30px;
    z-index: 1;
    border-radius: 10px;
}
.testimonial.style5 .testimonial-item .testi-content:before {
    position: absolute;
    content: "";
    width: 64px;
    height: 34px;
    left: 35px;
    top: -59px;
    background: #fff;
    clip-path: polygon(0% 0%, -100% 100%, 100% -105%, 0% 100%);
    z-index: -1;
    transform: rotate(228deg);
}
.testimonial.style5 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style5 .single_img {
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 38px;
}
.testimonial.style5 .testimonial-item .author {
    margin-right: 0;
    position: relative;
    flex-shrink: 0;
}
.testimonial.style5 .testimonial-item .author img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    margin-right: 20px;
    display: inline-block;
    top: 3px;
    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: 75px 70px 0       0;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 34px;
    color: #717171;
    font-weight: 400;
}

.testimonial.style1 .testimonial-item span.support {
    color: #79B900;
    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: #FD992A;
}
.testimonial.style5 .testimonial-item h5.designation {
    font-size: 16px;
    line-height: 26px;
    color: #868681;
    font-weight: 400;
    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;
}

.testimonial.style5 .owl-nav {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.testimonial.style5 .owl-nav button.owl-prev i {
    font-size: 18px;
    border: 1px solid #DDDDDF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 10px 12px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.5s;
}
.testimonial.style5 .owl-nav button.owl-next i {
    font-size: 18px;
    border: 1px solid #DDDDDF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 10px 12px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
}
.testimonial.style5 .owl-nav button.owl-prev i:hover {
    border: 1px solid #FD5B2C;
    background: #FD5B2C;
    color: #fff;
}
.testimonial.style5 .owl-nav button.owl-next i:hover {
    border: 1px solid #FD5B2C;
    background: #FD5B2C;
    color: #fff;
}





/* button style 8 */

.dreamit-button.style-8 .button {
    display: inline-block;
    background: transparent;
    padding: 12px 30px;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    margin-top: 20px;
    box-shadow: none;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow";
    border-radius: 3px;
}
.dreamit-button.style-8 .button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    border-radius: 3px;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style-8 .button::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 6px;
    height: 83%;
    width: 93%;
    background: transparent;
    border: none;
    transition: 0.5s;
}
.dreamit-button.style-8 .button:hover {
    color: #101010;
}
.dreamit-button.style-8 .button:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button.style-8 .button:hover:after {
    border: none;
}
.dreamit-button.style-8 .button i {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
    position: relative;
    transition: .5s;
    font-weight: 600;
    transform: inherit;
    bottom: 1px;
}
.finweb-home-5 .video_title {
    display: none;
}
.finweb-home-5 .single-video.style-one .video-icon a {
    background: #79B900;
}
.finweb-home-5-video .video_title{
    display: none;
}
.finweb-home-5-video .choose-video-icon:before {
    display:none;
}
.finweb-home-5-video .single-video.style-one .video-icon a {
    display: inline-block;
    background: #79B900;
    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 */

.luxury-single-blog_adn {
    background: inherit;
    padding: 0;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-align: left;
}

.luxury-blog-meta-left a {
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}
.luxury-blog-thumb_adn {
    line-height: 0;
}
.luxury-blog-thumb_adn a img{
    border-radius: 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 0;
}
.em-blog-content-area_adn {
    padding: 20px 60px 20px 35px;
    border: transparent;
    background: #F3F3F5;
    position: absolute;
    bottom: 27px;
    border-radius: 10px;
    transition: 0.5s;
    text-align: left;
    width: 85%;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    transform: scale(0);
}
.single_blog_adn:hover .em-blog-content-area_adn{
    transform: scale(1);
}
.em-blog-content-area_adn p.description {
    display: none;
}
ul.post-categories li a {
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0;
    background: #FB1C1D;
    margin: -58px 30px 0 0;
    padding: 18px 15px;
    border-radius: 10px;
    display: none;
}
.user_url {
    display: none;
}
ul.post-categories li {
    list-style: none;
    margin: 0 0 0;
}
.luxury-blog-readmore a {
    display: inline-block;
    background: inherit;
    padding: 0;
    border-radius: 0;
    margin: 5px 0 0;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 34px;
    color: #FE5B2C;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-page-title_adn h2 a {
    display: inline-block;
    transition: 0.5s;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    text-decoration: underline;
    color: #fe5b2c;
    font-weight: 600;
}
.luxury-single-blog_adn:hover .luxury-blog-readmore a {
    background: inherit;
    color: #fe5b2c;
}
.luxury-single-blog_adn:hover .luxury-blog-readmore a i{
    color: #fe5b2c;
}
.blog-page-title_adn h2 a:hover {
    color: #fe5b2c;
}
.luxury-blog-readmore a i {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    background: inherit;
    color: #FE5B2C;
    transition: 0.5s;
}

.user_thumb {
    display: none;
}
.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;
    transition: 0.5s;
}
.blog_time_date {
    position: absolute;
    top: 20px;
    left: 120px;
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}
.blog-page-title_adn h2 {
    transition: 0.5s;
    padding: 0;
    margin: 10px 0 0;
    border-top: none;
    text-align: left;
}
.luxury-blog-readmore {
    text-align: left;
}
.blog_time_date i {
    display: none;
    color: #1A7BE4;
    margin-right: 5px;
}
.blog_style_four ul.post-categories li {
    list-style: none;
}
.luxury-blog-meta-top {
    display: inline-block;
}
.luxury-blog-meta-left {
    display: inline-block;
}
.luxury-blog-meta-left i {
    display: inline-block;
    color: #FE5B2C;
}
.luxury-blog-thumb_adn a img {
    border-radius: 10px;
}
.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;
    transition: 0.5s;
}
.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: #79B900;
}*/
.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 i {
    font-size: 13px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    top: 0;
    left: 7px;
    transform: rotate(-45deg);
}

/* 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/finweb-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 #79B900;
    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/finweb-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: #79B900;
    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: #79B900;
    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 #79B900;
    color: #79B900;
}


/* 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: #79B900;
    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: #79B900;
}
.home-five .event-desc-box {
    padding: 27px 51px 0 237px;
    transition: 0.5s;
    position: relative;
    opacity: 0;
    transition: 0.5s;
}
.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: #79B900;
}
/* 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: #79B900!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;
}



































