
/*
=============
Web Developer BAPPY
=============
*/

.icon-box.style9 {
    display: flex;
    align-items: center;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    padding: 26px 29px 15px;
    gap: 18px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.icon-box.style9:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 0%;
    width: 0%;
    background: url('https://wp.ditsolution.net/finweb-multi/wp-content/uploads/2024/03/feature-shape.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: 0.5s;
}



.icon-box.style9 .icon-box-content .title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.icon-box.style9 .icon-box-icon {
    flex-shrink: 0;
}

.icon-box.style9:hover {
    transform: skew(-10deg);
    transition: 0.5s;
}

.icon-box.style9:hover:before{
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.section-title.style4 .subtitle {
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fe5b2c;
    position: relative;
    z-index: 1;
}
.section-title.style4 h5.subtitle::before {
    position: absolute;
    content: "";
    top: 17px;
    left: -50px;
    height: 1px;
    width: 45px;
    background: #FE5B53;
}
.section-title.style4 h5.subtitle::after {
    position: absolute;
    content: "";
    top: 17px;
    right: -50px;
    height: 1px;
    width: 45px;
    background: #FE5B53;
}
.section-title.style4 h3.title {
    margin: 10px 0 0;
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
}

.section-title.style4 h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
}

.section-title.style4 h3 {
    font-size: 55px;
    line-height: 65px;
    color: #090f10;
    font-weight: 500;
    margin: 0 0 0;
}
.section-title.style4 .description {
    margin: 18px 0 10px;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
}
.section-title-left-new-class .section-title.style4 .subtitle {
    margin-left: 50px;
}
.section-title-left-new-class .section-title.style4 h5.subtitle::after {
    background: inherit;
}

.dreamit-button.style5 .button {
    display: inline-block;
    background: inherit;
    padding: 0 20px 0 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px;
    line-height: 55px;
    text-decoration: underline;
    color: #f0efe6;
    font-weight: 400;
    box-shadow: none;
    font-family: "Barlow";
}

.dreamit-button.style5 .button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: inherit;
    border-radius: 2px;
    z-index: -1;
    transition: 0.5s;
}

.dreamit-button.style5 .button i {
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 4px;
    top: 3px;
    font-weight: 400;
    transform: rotate(0deg);
    border: 1px solid #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
}
.service-new-button .dreamit-button.style5 {
    text-align: center!important;
}

.dreamit-button.style5 .button:hover {
    color: #fff;
}

.dreamit-button.style5 .button:hover:before {
    width: 100%;
    left: 0;
}

/*service-box.style6*/

.service-box.style6 {
    position: relative;
    padding: 0;
    background: inherit;
    box-shadow: none;
    text-align: left;
    border-radius: 10px;
    overflow: inherit;
    transition: 0.9s;
    margin-bottom: 0;
}

.service-box.style6::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 0%;
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: 0.5s;
    z-index: 2;
    background-image: linear-gradient(180deg, rgba(239,239,229,0) 0%, rgba(239,239,229,0.05936657856484261) 11%, rgba(9,21,41,0.5794168497078954) 40%, rgba(9,21,41,0.9999999999999999) 73%, rgba(9,21,41,0.9999999999999999) 100%);
}
.service-box.style6:hover::before {
    height: 100%;
    transform: scale(1);
}

.service-box.style6 .icon::before {
    background: inherit;
}
.service-box.style6 .thumb img {
    width: 100%;
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: 0.9s;
}

.service-box.style6 .thumb .icon img {
    width: 30%;
    padding: 0;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    transition: 0.9s;
    right: 0;
    bottom: 8px;
}
.service-box.style6 .thumb {
    line-height: 0;
}
.service-box.style6 .thumb img{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service-box.style6 span.number {
    background: inherit;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    color: #fa1d1d;
    font-weight: 400;
    font-family: "Epilogue";
    top: 0;
}
.service-box.style6 .content {
    padding: 20px 35px 30px;
    position: absolute;
    bottom: -35px;
    z-index: 22;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    text-align: left;
    transform: scale(1);
    transition: 0.5s;
    background: #fff;
    width: 85%;
    border-radius: 10px;
}

.service-box.style6 .content h3.title {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
    transition: 0.9s;
    margin: 0 0 5px;
}
.service-box.style6 .content h3.title a {
    display: inline-block;
    transition: 0.9s;
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #0f1524;
    font-weight: 600;
}
.service-box.style6 p.description {
    transition: 0.9s;
    border-bottom: none;
    margin: 0 0 0;
    font-size: 15px;
    line-height: 23px;
    color: #fe5b2c;
    font-weight: 400;
}
/*.service-box.style6 .content .service-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
    transition: 0.9s;
}*/
.service-box.style6:hover .content h3.title a {
    color: #FD5B2C;
}
.service-box.style6:hover .content .service-btn a i {
    color: #fff;
    background: #FD5B2C;
}
.service-box.style6 .content .service-btn a {
    display: inline-block;
    background: inherit;
    color: #fff;
    font-weight: 600;
    padding: 0;
    border-radius: 30px;
    border: none;
    position: relative;
    z-index: 1;
    transition: 0.9s;
}
.service-box.style6 .icon {
    position: relative;
    z-index: 1;
    display: none;
}

/*.blog_style_three .single_blog_adn .luxury-blog-readmore a{*/
/*    display: inline-block;*/
/*    background: #79B900;*/
/*    color: #fff;*/
/*    font-size: 17px;*/
/*    font-weight: 600;*/
/*    padding: 10px 30px 11px;*/
/*    border-radius: 30px;*/
/*    transition: 0.5s;*/
/*    border: 2px solid #79B900;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

.service-box.style6 .content .service-btn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: inherit;
    border-radius: 29px;
    z-index: -1;
    transition: 0.9s;
}
.service-box.style6 .content .service-btn {
    position: absolute;
    right: 0;
    top: 37px;
}
.service-box.style6 .content .service-btn a i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 0;
    top: 0;
    font-weight: 400;
    transform: scale(1);
    transition: 0.9s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #F3F3F5;
    text-align: center;
    border-radius: 50%;
    color: #FD5B2C;
}

.new-services-classes h3.elementor-heading-title.elementor-size-default {
    color: #fff;
    background: #0C825F;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px 0px 0 20px;
    transform: scale(0);
    transition: 0.9s;

}
.new-services-classes:hover h3.elementor-heading-title.elementor-size-default {
    transform: scale(1);
}

.service-box.style6:hover .content .service-btn a i{
    transform: scale(1);
}








.home-3 .icon-box.style5 {
    background: transparent;
    border-radius: 5px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.home-3 .icon-box.style5 .title h2 {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}


.pricing.style2 {
    background: #fff;
    padding: 42px 40px 53px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.pricing.style2:before {
    position: absolute;
    right: -130px;
    bottom: -130px;
    z-index: -1;
    content: '';
    background: url('https://wp.ditsolution.net/finweb-multi/wp-content/uploads/2024/04/pricing-shape-2.png');
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    height: 100%;
    width: 100%;
}

.pricing.style2 .pricing_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing.style2 .pricing_img h3 {
    font-size: 18px;
    color: #79B900;
    font-weight: 500;
    background: #F7F7F7;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 0 30px 30px 0;
    position: relative;
    left: -42px;
}


.price-item .currency {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    color: #001819;
}

.price-item .tk {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    color: #001819;
}

.pricing.style2 .pricing-body p.pricing_title {
    margin: 25px 0px 30px;
}

.pricing.style2 .pricing-body .features li {
    list-style: none;
    display: flex;
    margin-bottom: 16px;
}


.pricing.style2 .pricing-body .features i{
    color: #79B900;
    margin-right: 10px;
}

.pricing.style2 .pricing-body .pricing-button {
    text-align: center;
}

.pricing.style2 .pricing-body a{
    display: inline-block;
    background: #79B900;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 30px;
    border: 2px solid #79B900;
    position: relative;
    z-index: 1;
    margin-top: 21px;
    text-align: center;
}

.pricing.style2 .pricing-body a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    border-radius: 30px;
    z-index: -1;
    transition: 0.5s;
}

.pricing.style2 .pricing-body a:hover {
    color: #79B900;
}

.pricing.style2 .pricing-body a:hover:before {
    width: 100%;
    left: 0;
}

.team.five {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.team.five .image {
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.team.five .image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background: #04316D;
    transition: 0.5s;
    opacity: 0.5;
    border-radius: 5px;
}

.team.five .image img {
    width: 100%;
}

.team.five:hover .image:before {
    height: 100%;
}
.team.five .content {
    padding: 10px  26px;
    position: absolute;
    bottom: 25px;
    margin: 0 auto 0;
    background-color: rgba(8,72,127,0.8);
    width: 88%;
    text-align: left;
    left: 0;
    right: 0;
    border-radius: 5px;
    transition: 0.5s;
}
.team.five:hover .content {
    bottom: 60px;
    background-color: inherit;
}

.team.five .social-icon {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    transition: 0.5s;
    opacity: 0;
    text-align: center;
}

.team.five:hover .social-icon {
    bottom: 30px;
    opacity: 1;
}

.team.five .social-icon li {
    list-style: none;
    display: inline-block;
}

.team.five .social-icon li a i{
    border: 1px solid #fff;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 50%;
    color: #ffff;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.team.five .social-icon li a 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;
}

.team.five .social-icon li a i:hover:after {
    transform: scale(1);
}

.team.five .social-icon li a i:hover {
    color: #1A7BE4;
}

.team.five .content .bio h2 {
    margin: 0 0 0;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.team.five .content .bio h2::before {
    position: absolute;
    content: "";
    top: -188px;
    left: -20px;
    height: 0px;
    width: 1px;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.team.five .content .bio h2::after {
    position: absolute;
    content: "";
    top: 81px;
    left: -50px;
    height: 1px;
    width: 6px;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.team.five .content .bio h5 {
    margin: 0;
    color: #848484;
    font-size: 16px;
    font-weight: 500;
}
.saving-new-class img.attachment-large.size-large.wp-image-210 {
    transform: scale(0);
    transition: 0.5s;
}

.team.five:hover .content .bio h2 {
    left: 20px;
}
.team.five:hover .content .bio h2::before {
    height: 300px;
}
.team.five:hover .content .bio h2::after {
    width: 276px;
}
.saving-new-class:hover img.attachment-large.size-large.wp-image-210 {
    transform: scale(1);
}



.service_item.style_two .skills {
    text-align: left;
}


.service_item.style_two .skills .skill-item .skill-header .skill-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 17px;
}

.service_item.style_two .skills .skill-item .count-box.counted {
    color: #fff;
    font-size: 20px;
}

.service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #fff;
    height: 6px;
    border-radius: 1px;
}

.service_item.style_two .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: transparent;
    width: 100%;
    height: 17px;
    border-radius: 1px;
    border: 1px solid #ffffff7d;
}

.two .service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 4px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #EFAD4D;
    height: 8px;
    border-radius: 1px;
}
.testimonial.style4 .testimonial-item {
    filter: inherit;
    padding: 0 0 30px;
    position: relative;
    margin: 0 10px;
    background-color: inherit;
    transition: 0.5s;
    border-radius: 10px;
    z-index: 1;
}

.testimonial.style4 .testimonial-item:before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: url(http://localhost/noxify/wp-content/uploads/2024/09/testi-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transform: scale(0);
    transition: 0.5s;

}
.testimonial.style4 .testimonial-item .testi-content p.quote {
    opacity: 0.702;
    font-size: 16px;
    line-height: 27px;
    color: #090f10;
    font-weight: 400;
}

.testimonial.style4 .testimonial-item .testi-content .single_img {
    margin-right: 5px;
}
.three .service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 4px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #79B900;
    height: 8px;
    border-radius: 1px;
}

.testimonial.style4 .testimonial-item .testi-content .single_img img {
    width: 100%;
}


.testimonial.style4 .testimonial-item .testi-content {
    display: flex;
    align-items: center;
    margin: 20px 0px 5px;
}
.testimonial.style4 .testimonial-item .testi-content .testi-name .testi-name {
    margin-left: 10px;
}
.testimonial.style4 .testimonial-item .testi-content .testi-name h4 {
    margin: 0;
    transition: 0.5s;
    font-size: 20px;
    line-height: 30px;
    color: #09162a;
    font-weight: 600;
}

.testimonial.style4 .testimonial-item .testi-content .testi-name h5 {
    margin: 0;
    margin-left: 0px;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}

.testimonial.style4 .testimonial-item .testi-content .testi-name h5:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 9px;
    background: inherit;
    border-radius: 50%;
}
.testimonial.style4 .testimonial-item p.quote {
    font-size: 20px;
    line-height: 32px;
    color: #09162a;
    font-weight: 400;
    margin: 0 0 0;
}
.testimonial.style4 .testimonial-item .reviews_rating {
    background: inherit;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 40px 0 15px;
}

.testimonial.style4 .testimonial-item .reviews_rating .testi-star i {
    display: inline-block;
    color: #FDC107;
    margin: 0 1px;
    transition: 0.5s;
    font-size: 20px;
}
.new-testimoni-class .dreamit-button {
    border-top: 1px solid #F1F1F1;
}
.new-testimoni-class .dreamit-button.style-8 .button {
    margin-top: 30px;
}



.blog_style_three .single_blog_adn {
    position: relative;
    transition: 0.5s;
    background: #fff;
    margin-bottom: 30px;
}

.blog_style_three .single_blog_adn .luxury-blog-meta-left {
    list-style: none;
    display: inline-block;
    background: #79B900;
    color: #fff;
    padding: 7px 25px;
    letter-spacing: 2px;
    border-radius: 0 0 30px 0;
     opacity: 0; 
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.blog_style_three .single_blog_adn:hover .luxury-blog-meta-left  {
    opacity: 1; 
    transition: 0.5s;
}
.blog_style_three .single_blog_adn .luxury-blog-meta-left a {
    color: #fff;
}

.blog_style_three .single_blog_adn li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    color: #79B900;
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.blog_style_three .single_blog_adn li a{
    color: #79B900;
    position: inherit;
}

.blog_style_three .single_blog_adn li a:before{
    display: none;
}
.blog_style_three .single_blog_adn .blog-page-title_adn h2 {
    margin: 0px 0px 15px;
    line-height: 1;
}

.blog_style_three .single_blog_adn .blog-page-title_adn h2 a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #001819;
    transition: 0.5s;
}

.blog_style_three .single_blog_adn .blog-page-title_adn h2 a:hover {
     color: #79B900;
    transition: 0.5s;
}

.blog_style_three .single_blog_adn ul.post-categories {
    margin: 22px 0px 0px 30px;
}

.blog_style_three .single_blog_adn .em-blog-content-area_adn {
    border: transparent;
    padding: 27px 34px 41px;
    padding: 0px 0px 32px 30px;
    filter: none;
    width: 100%;
    background: #fff;
    margin: auto;
    position: inherit;
    /* top: -56px; */
    border-radius: 5px;
}


.blog_style_three .single_blog_adn .luxury-blog-readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    text-align: center;
}

/*.blog_style_three .single_blog_adn .luxury-blog-readmore a {*/
/*    display: inline-block;*/
/*    background: #79B900;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    padding: 10px 30px 11px;*/
/*    border-radius: 30px;*/
/*    transition: 0.5s;*/
/*}*/

.blog_style_three .single_blog_adn .luxury-blog-readmore a{
    display: inline-block;
    background: #79B900;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px 11px;
    border-radius: 30px;
    transition: 0.5s;
    border: 2px solid #79B900;
    position: relative;
    z-index: 1;
}

.blog_style_three .single_blog_adn .luxury-blog-readmore a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    border-radius: 29px;
    z-index: -1;
    transition: 0.5s;
}

.blog_style_three .single_blog_adn .luxury-blog-readmore a i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    left: 4px;
    top: 3px;
    font-weight: 400;
    transform: rotate(0deg);
}

.blog_style_three .single_blog_adn .luxury-blog-readmore a:hover {
    color: #79B900;
}

.blog_style_three .single_blog_adn .luxury-blog-readmore a:hover:before {
    width: 100%;
    left: 0;
}







.blog_style_three .single_blog_adn .luxury-blog-readmore a i {
    margin-left: 10px;
    transform: rotate(0deg);
    transition: 0.5s;
}

.blog_style_three .single_blog_adn .luxury-blog-readmore a:hover i {
    transform: rotate(-45deg);
    transition: 0.5s;
}
.blog_style_three .single_blog_adn:hover .luxury-blog-thumb_adn a:before {
    opacity: 1;
}

.blog_style_three .single_blog_adn .luxury-blog-thumb_adn a {
    position: relative;
    transition: 0.5s;
}

.blog_style_three .single_blog_adn .luxury-blog-thumb_adn a: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;
}


.canbtn .dreamit-button.style5 .button {
    display: inline-block;
    background: #001819;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 30px;
    border: 2px solid #79B900;
    position: relative;
    z-index: 1;
}

.canbtn .dreamit-button.style5:hover .button {
    display: inline-block;
    background: #001819;
    color: #79B900;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 30px;
    border: 2px solid #79B900;
    position: relative;
    z-index: 1;
}

.form-area.contact-two.home-3 .button {
    background: #49AE44;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 16px 46px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    margin-top: 25px;
}

.dreamit-button.style-7 .button {
    padding: 12px 30px;
    background: #FD5B2C;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 0;
    border: none;
    animation: 1s 1.8s fadeInUp both;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.dreamit-button.style-7 .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #101010;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style-7 .button i {
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: -50px!important;
    transform: rotate(0deg);
    transition: .5s;
    display: inline-block;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #FD5B2C;
}
.dreamit-button.style-7 .button:hover {
    color: #fff;
}
.dreamit-button.style-7 .button:hover i{
    color: #fff;
    background: #101010;
}
.dreamit-button.style-7 .button:hover:before {
    transform: scale(1);
}


.dreamit-slick-slider .single-slick.three {
    height: 700px;
}

.dreamit-slick-slider .single-slick.three .hero-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    
}
.dreamit-slick-slider .hero-text-wrap h4:before {
    display: none;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap {
    text-align: center;
     padding-right: 0px; 
}

.dreamit-slick-slider .single-slick.three .hero-text-wrap h1 {
    color: #fff;
    font-size: 65px;
    line-height: 66px;
    font-weight: 800;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    position: relative;
    z-index: 1;
}
/*.dreamit-slick-slider .single-slick.three .hero-text-wrap h1::before {
    content: "";
    position: absolute;
    width: 23%;
    height: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b7ce5;
    display: inline-block;
    z-index: -1;
    text-align: center;
    margin: 0 auto 0;
}*/
.dreamit-slick-slider .single-slick.three .slick_content {
    padding-left: 0px;
}

.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    animation: 1s 1.8s fadeInUp both;
    background: #fff;
    color: #04316d;
    padding: 16px 32px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid transparent;
}

.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #04306D;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn:hover {
    color: #fff;
}

.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn:hover:before {
    width: 100%;
    left: 0;
}

.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn i {
    font-size: 17px;
    position: relative;
    top: 0px;
    left: 0;
    transform: rotate(0deg);
    transition: .5s;
    display: inline-block;
    margin: 0 0 0 10px;
}

.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn:hover i {
    color: #fff;
}

.dreamit-slick-slider .single-slick.three .hero-text-wrap p {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 66%;
    margin: 0px auto 0;
    color: #fff;
    opacity: 0.902;
    font-size: 20px;
    font-weight: 700;
    padding: 21px 0 45px;
}



/*==========Home==========*/


.section-title.style6 .subtitle {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #fd972e;
    font-weight: 500;
}

.section-title.style6 .subtitle:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -17px;
    height: 23px;
    width: 15px;
    background: url('https://wp.ditsolution.net/finweb-multi/wp-content/uploads/2024/04/title-shape-1.png');
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.section-title.style6 .t_center .subtitle:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -19px;
    height: 23px;
    width: 15px;
    background: url('https://wp.ditsolution.net/finweb-multi/wp-content/uploads/2024/04/title-shape-1.png');
    background-position: center;
    background-repeat: no-repeat;
    
}
.section-title.style6 h3 {
    font-size: 42px;
    line-height: 55px;
    color: #09162a;
    font-weight: 600;
    margin: 0 0 0;
}

.section-title.style6 .description {
    margin: 30px 110px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    border: none;
}

.roadpaving-new-calss span.elementor-icon-list-icon {
    color: #fff;
    background: #0A172A;
    padding: 6px 5px;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px 0 0;
    transition: 0.5s;
}
.roadpaving-new-calss span.elementor-icon-list-icon:hover {
    background: #FE972E;
}


.home7 .dreamit-button.style5 .button {
    border-radius: 5px;
}

.home7 .dreamit-button.style5 .button:before {
    border-radius: 5px;
}


.single-counter.style_two.three h4.count.percent {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    margin: 0;
}

.single-counter.style_two.three span.suffix {
    font-size: 24px;
    display: inline-block;
    color: #fff;
}

.single-counter.style_two.three .counter-content p {
    font-weight: 500;
     /*display: inline-block; */
    font-size: 14px;
    color: #79B900;
    margin: 7px 0 0;
}

.home-7 .service-box.style6 .thumb img {
    width: 50%;
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.home-7 .service-box.style6 {
    text-align: center;
    border: 1px solid #0e3d602b;
    padding: 35px 46px 35px;
    border-radius: 5px;
}

.home-7 .service-box.style6 .content h3.title {
    font-size: 28px;
    font-weight: 500;
    margin: 33px 0 21px;
}

.home-7 .service-box.style6 .content h3.title a {
    color: #001819;
    transition: 0.5s;
}

.home-7 .service-box.style6 .content h3.title a:hover {
    color: #79B900;
    transition: 0.5s;
}
.home-7 .service-box.style6 .content .service-btn a {
    display: inline-block;
    background: transparent;
    color: #0e3d60;
    font-weight: 500;
    /* padding: 10px 30px 11px; */
    /* border-radius: 30px; */
    transition: 0.5s;
}

.home-7 .service-box.style6 .content .service-btn {
    position: inherit;
    left: 0;
    right: 0;
    bottom: -24px;
}

.home-7 .service-box:hover .service-btn a i {
    transform: rotate(-45deg);
     transition: 0.5s;
}

.home-7 .service-box .service-btn a i {
    position: relative;
    top: 0;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 6px;
    transition: 0.5s;
}

.home-7 .service-box.style6 p.description {
    margin-bottom: 0px;
    transition: .5s;
}

.home-7 .service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #79B900;
    height: 6px;
    border-radius: 1px;
}

.home-7 .service_item.style_two .skills .skill-item .skill-header .skill-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1716;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 13px;
}
.home-7 .service_item.style_two .skills .skill-item .count-box.counted {
    color: #1a1716;
    font-size: 15px;
}

.home-7 .service_item.style_two .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: #EEEEEE;
    width: 100%;
    height: 6px;
    border-radius: 1px;
    border: none; 
}

.home-7 .service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #79B900;
    height: 6px;
    border-radius: 1px;
}


.seven .single-counter.style_two.three {
    background-color: #fff;
    padding: 25px 36px 28px 10px;
}

.seven .single-counter.style_two.three .counter-content p {
    font-weight: 500;
    /* display: inline-block; */
    font-size: 14px;
    color: #868681;
    margin: 7px 0 0;
}

.seven .single-counter.style_two.three h4.count.percent {
    font-size: 35px;
    display: inline-block;
    color: #001819;
    margin: 0;
}
.testimonial.style6 .testimonial-item {
    position: relative;
    z-index: 1;
    padding: 0 0 110px;
}
.testimonial.style6 .testimonial-item .author img {
    width: 32%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto 0;
    right: -265px;
}

.testimonial.style6 .testimonial-item .name-rap {
    display: flex;
    align-items: center;
}

.testimonial.style6 .testimonial-item .name-rap h4 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
}

.testimonial.style6 .testimonial-item .name-rap h5 {
    margin: 0;
    opacity: 0.600;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
}

.testimonial.style6 .testimonial-item .name-rap .name-text {
    margin-left: 17px;
}

.testimonial.style6 .testimonial-item p.quote {
    width: 64%;
    margin: 0px 0 30px;
    opacity: 0.702;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.testimonial.style6 .owl-nav {
    position: absolute;
    bottom: 10px;
}
.testimonial.style6 .owl-nav button.owl-prev {
    font-size: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #3A3C3B!important;
    transition: 0.5s;
    margin-right: 12px;
    border-radius: 5px;
    color: #fff!important;
}
.testimonial.style6 .owl-nav button.owl-next {
    font-size: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #3A3C3B!important;
    transition: 0.5s;
    margin-left: 12px;
    border-radius: 5px;
    color: #fff!important;
}
.new-testimonials-class .section-title.style4 .subtitle {
    color: #fff;
    padding: 10px 12px;
    border-radius: 3px;
    background: #000DCE;
}

.testimonial.style6 .owl-nav button.owl-prev:hover {
    background: #000DCE!important;
}
.testimonial.style6 .owl-nav button.owl-next:hover {
    background: #000DCE!important;
}



.seven .icon-box.style1 .icon-box-content span {
    color: #79B900;
}

.seven .icon-box.style1 .icon-box-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 12px;
}


.seven .icon-box.style1 .icon-box-content .description p {
    margin: 0;
    width: 93%;
    font-size: 16px;
    color: #868681;
    font-weight: 400;
    font-family: 'Albert Sans', sans-serif;
    transition: 0.5s;
}

.seven .icon-box.style1 {
    display: flex;
    gap: 26px;
    padding: 0;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    align-items: center;
}

.seven .marquee.style2 .marquee-block h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    font-size: 150px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 17px;
}


.blog_style_five .single_blog_adn {
    position: relative;
    border: 1px solid rgba(0, 24, 25, 0.1);
    /*padding: 27px 32px 21px;*/
    border-radius: 5px;
}

.blog_style_five .single_blog_adn li {
    list-style: none;
}

.blog_style_five .single_blog_adn ul.post-categories {
    position: absolute;
    top: 30px;
    left: 30px;
    display: block;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
}

.blog_style_five .single_blog_adn ul.post-categories a{
    color: #79B900;
}


.blog_style_five .single_blog_adn .em-blog-content-area_adn {
    border: transparent;
    padding: 24px 36px 22px;
    filter: drop-shadow(0 0 12.5px rgba(219,221,225,0.32));
    width: 100%;
    background: #fff;
    margin: auto;
    position: inherit;
    top: -56px;
    border-radius: 5px;
}


.blog_style_five .single_blog_adn .blog-page-title_adn h2 a {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    color: #001819;
    line-height: 32px;
    transition: 0.5s;
    margin-bottom: 14px;
}

.blog_style_five .single_blog_adn .luxury-blog-readmore i.flaticon.flaticon-right-arrow {
    margin: 10px 0px 0px 10px;
}

.blog_style_five .single_blog_adn .luxury-blog-readmore a.learn_btn {
    font-size: 15px;
    color: #012549;
    font-weight: 600;
}

.blog_style_five .single_blog_adn .em-blog-content-area_adn  i.flaticon.flaticon-calendar {
    color: #79B900;
}


.blog_style_five .single_blog_adn .luxury-blog-meta-top {
    display: inline;
}

.home77 .dreamit-button.style5 .button {
    display: inline-block;
    background: #001819;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 5px;
    border: 2px solid #79B900;
    position: relative;
    z-index: 1;
}

.home77 .dreamit-button.style5 .button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #79B900;
    border-radius: 29px;
    z-index: -1;
    transition: 0.5s;
}




/*================Solar ==============*/


.solar .section-title.style4 h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.solar .section-title.style4 h3.solar {
    position: relative;
}

.solar .section-title.style4 h3.solar:before {
    position: absolute;
    content: '';
    background: url('https://wp.ditsolution.net/finweb-multi/wp-content/uploads/2024/04/hero-image-2.png');
    background-position: center;
    background-size: cover;
    height: 60%;
    width: 17%;
    right: 23%;
    bottom: 10px;
}


.solar_one .service_item.style_two .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: transparent;
    width: 100%;
    height: 17px;
    border-radius: 1px;
    border: 1px solid #D5D6D2;
}

.solar_one .service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #001819;
    height: 6px;
    border-radius: 1px;
}

.solar_one .service_item.style_two .skills .skill-item .count-box.counted {
    color: #001819;
    font-size: 20px;
    font-weight: 500;
}


.solar_one .service_item.style_two .skills .skill-item .skill-header .skill-title {
    font-size: 20px;
    font-weight: 700;
    color: #001819;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 17px;
}
.solar_one .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #020101;
    font-size: 15px;
    font-weight: 700;
    line-height: 60px;
    position: absolute;
    right: 0;
}







.solar_two .service_item.style_two .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: transparent;
    width: 100%;
    height: 17px;
    border-radius: 1px;
    border: 1px solid #D5D6D2;
}

.solar_two .service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #EFAD4D;
    height: 6px;
    border-radius: 1px;
}

.solar_two .service_item.style_two .skills .skill-item .count-box.counted {
    color: #001819;
    font-size: 20px;
    font-weight: 500;
}


.solar_two .service_item.style_two .skills .skill-item .skill-header .skill-title {
    font-size: 20px;
    font-weight: 700;
    color: #001819;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 17px;
}

.solar_two .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #020101;
    font-size: 15px;
    font-weight: 700;
    line-height: 60px;
    position: absolute;
    right: 0;
}




.solar_three .service_item.style_two .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: transparent;
    width: 100%;
    height: 17px;
    border-radius: 1px;
    border: 1px solid #D5D6D2;
}

.solar_three .service_item.style_two .skills .skill-item .skill-bar .bar-inner .bar {
    left: 4px;
    position: absolute;
    top: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background: #79B900;
    height: 6px;
    border-radius: 1px;
}

.solar_three .service_item.style_two .skills .skill-item .count-box.counted {
    color: #001819;
    font-size: 20px;
    font-weight: 500;
}


.solar_three .service_item.style_two .skills .skill-item .skill-header .skill-title {
    font-size: 20px;
    font-weight: 700;
    color: #001819;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 17px;
}

.solar_three .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #020101;
    font-size: 15px;
    font-weight: 700;
    line-height: 60px;
    position: absolute;
    right: 0;
}


.solar .marquee.style2 .marquee-block h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    font-size: 100px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 17px;
}

.my-accordion.style-2 li a.active {
    padding: 0 28px 0 0;
    background: none;
    border-radius: 0;
    border: none;
    color: #101010!important;
    font-size: 18px;
    line-height: 52px;
    font-weight: 500;
}

.my-accordion.style-2 li a {
    transition: .5s;

}
.my-accordion.style-2 li a:hover {
    color: #FD5B2B!important;
    transition: .5s;
}
ul.my-accordion.style-2 {
    margin-top: 0;
}
.my-accordion.style-2 li img {
    display: none;
}
.my-accordion.style-2 li:before {
    display: none;
}
.my-accordion.style-2 a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #101010;
    width: 16px;
    top: 14px;
}

.solar .icon-box.style4 {
    text-align: center;
    background-color: #fff;
    display: inline-block;
    padding: 40px 45px 40px;
}

.solar .icon-box.style4 h2 {
    font-size: 18px;
}

.solar .icon-box.style4 .img-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.solar .icon-box.style4 .img-icon:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: rgba(255,255,255,0);
    border: none;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}

.case-study.style2 .video-icon {
    display: none;
}


.case-study.style2 .case-study-thumb::before {
     display: none;
}

.case-study.style2 .case_category span {
    font-size: 16px;
    padding: 0 0 0 0px !important;
    position: relative;
    z-index: 1;
    transition: all 400ms linear;
    color: #79B900;
    font-weight: 600;
}

.case-study.style2 h2.title a {
    color: #001819 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.case-study.style2 h2.title a:hover {
    color: #79B900 !important;
    transition: 0.5s;

}
.case-study.style2 .single_case_study:hover .case_category span {
    color: #79B900 !important;
}


.case-study.style2 .single_case_study .cases-study-content {
    position: absolute;
    bottom: -284px;
    left: -209px;
    background: url('https://wp.ditsolution.net/finweb-multi/wp-content/uploads/2024/04/shape.png');
    background-position: center;
    background-size: cover;
    padding: 25px 38px 12px;
    border: 8px solid #4AAF45;
    border-top: transparent;
    border-right: transparent;
    border-radius: 5px;
    width: 65%;
    transition: 0.5s;
}

.case-study.style2 .single_case_study:hover .cases-study-content {
    bottom: 0 !important;
}

.case-study.style2 .case_category span:before {
    display: none;
}

.case-study.style2 .em-case-study-button a {
    display: inline-block;
    background: #79B900;
    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;
}

.case-study.style2 .em-case-study-button a i {
    color: #fff;
    font-weight: 600;
    font-size: 15px !important;
    display: inline-block;
    margin-left: 6px;
}

.single-counter.style4 h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 0;
    color: #fff;
}

.single-counter.style4 .counter-content {
    display: inline-block;
}

.single-counter.style4 span.count.percent {
    margin: 0;
    font-size: 50px;
    line-height: 55px;
    color: #f0efe6;
    font-weight: 700;
}

.single-counter.style4 .counter-content .counter-text {
    line-height: .7;
}
.single-counter.style4 {
    padding: 50px 30px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border: none;
    text-align: center;
}
.single-counter.style4 .icon {
    display: inline-block;
    margin-right: 10px;
}
.single-counter.style4 .counter-content h6 {
    margin: 0 0 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 30px;
    color: #f0efe6;
    font-weight: 400;
}

.single-counter.style4 .counter-content span {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}

.single-counter.style4 span.suffix {
    margin: 0;
    z-index: 9;
    position: relative;
    font-size: 35px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
}

.testimonial.style7 .testimonial-item .testi-content {
    display: flex;
    align-items: center;
}

.testimonial.style7 .testimonial-item .testi-content .testi-name h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 7px;
    color: #fff;
}

.testimonial.style7 .testimonial-item .testi-content .testi-name h5 {
    font-size: 16px;
    margin: 0;
    color: #868681;
}

.testimonial.style7 .testimonial-item .testi-content .testi-name {
    margin: 0px 0px 0px 20px;
}

.testimonial.style7 .testimonial-item .reviews_rating {
    position: absolute;
    right: 17%;
    top: 26px;
}

.testimonial.style7 .testimonial-item {
    background: #fff;
    padding: 95px 90px 30px;
    position: relative;
    z-index: 2;
    margin: 0 5px;
    transition: 0.5s;
    border-left: 0;
    border-bottom: 0;
    border-radius: 20px;
}

.testimonial.style7 .testimonial-item:before {
    position: absolute;
    content: '';
    background: url('https://wp.ditsolution.net/finweb-multi/wp-content/uploads/2024/04/testi-shape.png');
    background-position: center;
    background-size: cover;
    height: 70%;
    width: 70%;
    right: 0%;
    bottom: 0px;
}
.testimonial.style7 .testimonial-item h5.star-point {
    color: #015143;
    font-weight: 400;
    position: relative;
    z-index: 1;
    border: 1px solid #A8A8A8;
    display: inline-block;
    padding: 0 20px 0 3px;
    border-radius: 5px;
    top: 5px;
}
.testimonial.style7 .testimonial-item h5.star-point::before {
    position: absolute;
    content: "";
    top: 4px;
    right: 2px;
    height: 15px;
    width: 15px;
    background: url(http://localhost/noxify/wp-content/uploads/2024/10/star.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial.style7 .testimonial-item p.quote {
    margin: 10px 0 20px;
    font-size: 24px;
    line-height: 32px;
    color: #015143;
    font-weight: 500;
    transition: 0.5s;
}

.testimonial.style7 .testimonial-item .reviews_rating {
    position: absolute;
    right: 9%;
    top: 22%;
    background: #001818;
    display: inline-block;
    padding: 4px 23px;
    border-radius: 30px;
    color: #fff;
    display: none;
}

.testimonial.style7 .testimonial-item .reviews_rating i{
    padding: 3px;
}
.testimonial.style7 .testimonial-item h5.designation {
    font-size: 16px;
    line-height: 24px;
    color: #015143;
    font-weight: 400;
    transition: 0.5s;
}
.new-portfolio-class{
    position: relative;
    z-index: 1;
    transition: 0.9;   
}
.new-portfolio-class:hover {
    text-align: center;
}
.new-portfolio-class:hover h3.elementor-heading-title.elementor-size-default {
    background: #fff;
    padding: 8px 30px 8px 5px;
    width: 80%;
    position: absolute;
    bottom: 50px;
    border-radius: 5px;
    transition: 0.9s;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    border: none !important;
}
.new-portfolio-class img.attachment-large.size-large.wp-image-644 {
    transition: 0.9s;
}
.new-portfolio-class:hover img.attachment-large.size-large.wp-image-644 {
    right: 60px;
    position: relative;
    top: -85px;
}






.work-shape-img-04{
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: work-shape-move;
}
@keyframes work-shape-move {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}



 /*rotate animation */

.finace-whychoose-rotateme {
  -webkit-animation-name: finace-whychoose-rotateme;
          animation-name: finace-whychoose-rotateme;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes finace-whychoose-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}








