
/*
============================================
       Developer : Ahiduzzaman Shanto
============================================
*/


/*  Site Scrollbar css  */
  
/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #da242b; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #152b63; 
}


/*   section title style 4 start css    */

.section-title.style4 {
    padding: 0 0 19px 0;
}
.section-title.style4  .subtitle {
    display: inline-block;
    margin: 0 0 15px 90px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fd8f15;
    font-weight: 500;
    position: relative;
}
.section-title.style4 .section-title.center .subtitle {
    margin: 0 0 15px 0;
}
.section-title.style4 .subtitle-highlight {
    color: #2ab685;
}
.section-title.style4 .subtitle-highlight {
    color: #2ab685;
}
.section-title.style4 .section-title.left .subtitle:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background: #2ab685;
    left: -90px;
    top: 5px;
    transition: 0.4s;
}
.section-title.style4 .section-title.left .subtitle:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #2ab685;
    left: -90px;
    top: 10px;
    transition: 0.4s;
}
.section-title.style4 .section-title h3 {
    margin: 0;
    font-size: 55px;
    color: #10102e;
    font-weight: 700;
    padding: 0 0 5px 0;
}
.section-title.style4 .section-title h2 {
    margin: 0;
    font-size: 55px;
    color: #10102e;
    font-weight: 700;
    display:inline-block;
}
.section-title.style4 .section-title.left span {
    color: #2ab685;
}
.section-title.style4 .section-title.center span {
    color: #fd8f15;
}
.section-title.style4 .section-title.center .subtitle-highlight {
    color: #2ab685;
}
/*   icon-box style 13 start css    */

.icon-box.style13 {
    display: flex;
    align-items: center;
    background: #F4FBF9;
    padding: 6px 30px 5px 15px;
    margin: 0 0 10px 0;
    transition: 0.4s;
    z-index: 1;
    position: relative;
}
.icon-box-style13-two .icon-box.style13 {
    background: #FFF9F3;
}
.icon-box.style13:before{
    position:absolute; 
    content:"";
    width:0%;
    height:100%; 
    left:0;
    top:0;
    background:#2ab685;
    z-index:-1;
    transition:.5s;
}
.icon-box.style13:hover:before{
    width:100%;
}
.icon-box.style13 .icon-box-icon {
    margin-right: 30px;
}
.icon-box.style13 .img-icon {
    background: #fff;
    height: 120px;
    width: 100px;
    text-align: center;
    line-height: 154px;
    display: inline-block;
    position: relative;
    transition:.5s;
}
.icon-box.style13 .icon-box-content h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 15px 0 12px 0;
    margin: 0;
}
.icon-box.style13:hover .icon-box-content h4 {
    color: #fff;
}
.icon-box.style13:hover .icon-box-content p {
    color: #fff;
}
.icon-box.style13 .icon-box-content p {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
}

/*   icon-box style 14 start css    */

.icon-box.style14 {
    display: flex;
    transition:0.4s;
}
.icon-box.style14 .icon-box-icon {
    margin-right: 20px;
    position: relative;
    bottom: 5px;
}
.icon-box.style14 .img-icon img {
    border: 2px solid #fd8f15;
    border-radius: 100%;
}
.icon-box.style14:hover .img-icon img {
    border: 2px solid #2ab685;
}
.icon-box.style14 .icon-box-content h4 {
    font-size: 18px;
    color: #fd8f15;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 28px;
}
.icon-box.style14 .icon-box-content .description {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    transition: .5s;
    margin: 0;
    padding: 0;
}

/*   Dream it button style 7 start css    */

.dreamit-button.style7 .button {
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    background: #2ab685;
    text-decoration: none;
    color: #fff;
    padding: 13px 39px;
    border-radius: 28px;
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style7 .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 30px 30px 30px;
    background: #cd0d14;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style7 .button:before {
    border-radius: 28px;
    background: #fd8f15;
}
.dreamit-button.style7 .dreamit-button .button i {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 6px;
}



/*   animation top start css    */

.move-top {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-top;
    animation-name: move-top;
}
@keyframes move-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



/*   Service section style 4 start css    */


.service_box.style4 .content {
    background: #29B585;
    text-align: center;
    padding: 38px 14px 18px 14px;
    position: relative;
}
.heating-service-box .service_box.style4 .content {
    background: #fd8f15;
}
.service_box.style4 .service_box_icon {
    line-height: 0;
}
.service_box.style4 .service_box_icon img {
    width: 100%;
}
.service_box.style4 .service_icon-img {
    position: absolute;
    display: inline-block;
    background: #fd8f15;
    height: 80px;
    width: 80px;
    line-height: 102px;
    text-align: center;
    border-radius: 100%;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    transition:.5s;
}
.heating-service-box .service_box.style4 .service_icon-img {
    background: #29B585;
}
.service_box.style4:hover .service_icon-img{
    transform:rotateY(180deg);
}

.service_box.style4 .service_box-title h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin: 33px 0 16px 0;
}
.service_box.style4 p.description {
    transition: .5s;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}


/*   Service section style 4 start css    */

.my-accordion.style4 li a.active {
    background: #29B585;
    color: #fff!important;
    font-weight: 600;
    border-radius: 28px;
    font-size: 18px;
}
.my-accordion.style4 li {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    z-index: 1;
}
.my-accordion.style4 li a {
    position: relative;
    width: 100%;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    color: #10102e  !important;
    background-color: #fff;
    padding: 13px 25px;
    border-radius: 28px;
    z-index: 1;
    display: inline-block;
}
.my-accordion.style4 li p {
    display: none;
    font-size: 16px;
    padding: 25px 30px 0px;
    background: inherit;
    overflow: hidden;
    font-weight: 400;
    margin: 0;
}
.my-accordion.style4 a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}
.my-accordion.style4 a:before {
    width: 2px;
    height: 12px;
    background: #fd8f15;
    position: absolute;
    right: 33px;
    content: " ";
    top: 21px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion.style4 a:after {
    width: 12px;
    height: 2px;
    background: #fd8f15;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

/*   video icon style 5 start css    */

.single-video.style-five {
    position: relative;
    text-align: center;
    background: #FD8F15;
    border-radius: 50%;
}
.single-video.style-five .video-icon a {
    -webkit-transition: .5s;
    background: transparent;
    font-size: 25px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    /* border: 2px solid #ffffff; */
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
}

/*   Portfolio style 2 start css    */

.portfolio-filter.style_2 {
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.portfolio-filter.style_2 .filters.filter-button-group {
    display: inline-block;
    background: #2ab685;
    border-radius: 43px;
    padding: 4px 5px 4px 5px;
    margin: 0 0 50px 0;
    position: absolute;
    top: -122px;
    right: 20px;
}
.portfolio-filter.style_2 ul {
    padding: 0 0 0;
}
.portfolio-filter.style_2 ul li {
    text-transform: uppercase;
    background: #232323;
    transition: 0.5s;
    color: #fff;
    padding: 10px 30px 10px 30px;
    margin: 0 0 0 6px;
}
.portfolio-filter.style_2 ul li:hover {
    background: #fd8f15;
}
.portfolio-filter.style_2 li.current_menu_item {
    background: #232323;
    color: #fff;
    margin: 0;
}
.portfolio-filter.style_2 .port_btn a {
    padding: 0;
}
.portfolio-filter.style_2 .content .grid-item .prot_content p {
    display: none;
}
.portfolio-filter.style_2 .single-content .prot_content {
    position: absolute;
    padding: 0;
    left: 0;
    bottom: 32px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
}
.portfolio-filter.style_2 .single-content:hover .prot_content {
    bottom: 32px;
}
.portfolio-filter.style_2 .content .grid-item .prot_content h4 {
    margin: 0;
    padding: 16px 32px 16px 28px;
    font-family: 'Inter';
    color: #fff;
    background: #fd8f15;
    display: inline-block;
    border-radius: 0 28px 28px 0;
    transition:0.5s;
}
.portfolio-filter.style_2 .single-content:hover .prot_content h4 {
    background: #2ab685;
}
.portfolio-filter.style_2 .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.portfolio-filter.style_2 .port-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fd8f15;
    transition: all 400ms linear;
    border-radius: 0 0 5px 5px;
    opacity: .45;
}
.portfolio-filter.style_2 .port-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fd8f15;
    transition: all 400ms linear;
    border-radius: 5px 5px 0 0;
    opacity: .45;
}
.portfolio-filter.style_2 .port_btn a {
    padding: 0;
    background: inherit;
    display: block;
    color: #fff;
    position: relative;
}
.portfolio-filter.style_2 .port_btn .span {
    float: right;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    position: absolute;
    right: -56px;
    bottom: 12px;
    background: #fd8f15;
    padding: 9px;
    border-radius: 50%;
    opacity: 0;
}
.portfolio-filter.style_2 .single-content:hover .port_btn .span {
    right: -18px;
    opacity: 1;
}


/*   Testimonial style4 start css    */


.testimonial.style4 .testimonial-item {
    background: #F4FBF9;
    padding: 32px 30px 25px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    transition: all 400ms linear;
}
.testimonial.style4 .testimonial-item:before {
    position: absolute;
    content: "";
    bottom: 22px;
    right: 26px;
    height: 26px;
    width: 80px;
    transition: .5s;
    z-index: -1;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/heating-testi-shape.png);
    background-repeat: no-repeat;
}
.testimonial.style4 .testimonial-item .author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.testimonial.style4 .testimonial-item .author:before {
    position: absolute;
    content: "";
    bottom: 15px;
    right: 0;
    height: 40px;
    width: 40px;
    transition: .5s;
    z-index: -1;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/heating-testi-shape2.png);
    background-repeat: no-repeat;
}
.testimonial.style4 .testimonial-item .author img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 50%;
    border: 2px solid #FD8F15;
}
.testimonial.style4 .testimonial-item .author .bio .name {
    font-weight: 600;
    font-size: 20px;
    margin:0;
    color: #121d17;
    transition: 0.3s;
}
.testimonial.style4 .testimonial-item .author .bio .designation {
    transition: all 400ms linear;
    font-size: 14px;
    color: #FD8F16;
    font-weight: 400;
    margin: 9px 0 0 0;
}
.testimonial.style4 .testimonial-item .quote {
    margin: 4px 0 16px;
    transition: all 400ms linear;
    font-size: 15px;
    font-weight: 400;
}
.testimonial.style4 .testimonial-item .testi-star i.active {
    font-size: 16px;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    color: #FD8F15;
}
.testimonial.style4 .testimonial-item:hover {
    background: #121D17;
}
.testimonial.style4 .testimonial-item:hover .author .bio .name {
    color: #fff;
}
.testimonial.style4 .testimonial-item:hover .quote {
    opacity: 0.7;
    color: #fff;
}


/*   subscribr style 3 start css    */

.subscribr_three input[type="email"] {
    font-size: 14px;
    height: 54px;
    position: relative;
    width: 100%;
    margin: auto;
    border: 0;
    color: #fff;
    outline: 0;
    border-radius: 27px;
    background: rgba(255,255,255,0.1);
    padding: 0 20px 0 20px;
}
.subscribr_three input[type="email"]::placeholder {
    color: #919694 !important;
}
.subscribr_three p.mailchimp-form button {
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    font-size: 16px;
    background: #FD8F15;
    color: #fff;
    font-weight: 400;
    margin: auto;
    padding: 12px 32px;
    height: 100%;
    display: inline-block;
    position: relative;
    right: inherit;
    top: 15px;
    border-radius: 28px;
    left: 5px;
}
.footer_em_post.heating .recent-post-image {
    top: 10px;
    position: relative;
}
.footer_em_post.heating p.mailchimp-form button:hover {
    background: #2ab685;
    color: #fff;
}
.subscribr_four input[type="email"] {
    font-size: 14px;
    height: 55px;
    padding: 5px 60px 5px 25px;
    position: relative;
    width: 77%;
    background: #fff;
    margin: auto;
    border-radius: 28px;
    color: #616161;
    outline: 0;
    border: 1px solid #10102e;
    font-weight: 400;
    font-family: "Poppins";
}
.subscribr_four input[type="email"]::placeholder{
    color: #616161 !important;
}
.subscribr_four p.mailchimp-form button {
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    font-size: 16px;
    background: #fd8f15;
    color: #fff;
    font-weight: 400;
    margin: auto;
    padding: 0 33px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

/*   Blog style 4 start css    */

.blog_style_four .single_blog_adn {
    background: #f6f6f6;
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    margin: 30px 0 0 0;
}
.blog_style_four .luxury-blog-thumb_adn a {
    position: relative;
}
.blog_style_four .luxury-blog-thumb_adn a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #3BCB99;
    transition: all 400ms linear;
    opacity: 0.6;
    border-radius: 0;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-thumb_adn a:before {
    height: 50%;
}
.blog_style_four .luxury-blog-thumb_adn a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background:#fd8f15;
    transition: all 400ms linear;
    border-radius: 0;
    opacity: 0.6;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-thumb_adn a:after {
    height: 50%;
}
.blog_style_four .luxury-blog-meta-left {
    position: absolute;
    right: 40px;
    top: -30px;
    background: #FD8F15;
    width: 65px;
    color: #fff;
    padding: 14px 0 0 0;
    height: 80px;
    line-height: 25px;
    text-align: center;
    transition:0.4s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-meta-left {
    background:#2ab685;
}
.blog_style_four .luxury-blog-meta-left:before {
    position: absolute;
    content: "";
    height: 31px;
    width: 30px;
    background: #E47800;
    left: -30px;
    top: 0;
    border-radius: 55px 0 0 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    transition:0.4s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-meta-left:before {
    background:#2ab685;
}
.blog_style_four .em-blog-content-area_adn {
    position: relative;
    padding: 33px 35px 30px;
    transition: .5s;
    border-radius: 5px;
    background: #fff;
    z-index: 1;
}
.blog_style_four .em-blog-content-area_adn:before {
    position: absolute;
    content: "";
    bottom: 22px;
    right: 26px;
    height: 26px;
    width: 80px;
    transition: .5s;
    z-index: -1;
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/heating-blog-shape2.png);
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
}
.blog_style_four .single_blog_adn:hover .em-blog-content-area_adn:before {
    -webkit-filter: grayscale(0);
}
.blog_style_four .blog-page-title_adn h2 {
    margin: 11px 0 18px 0;
}
.blog_style_four .blog-page-title_adn h2 a {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    color: #10102e;
    transition:0.4s;
}
.blog_style_four .single_blog_adn .blog-page-title_adn h2 a:hover{
    color: #FD8F15;
}
.blog_style_four .luxury-blog-readmore a {
    font-size: 17px;
    color: #fd8f15;
    font-weight: 500;
    padding: 0 0 0;
    display: inline-block;
    transition: .5s;
    text-decoration: none;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-readmore a {
    color: #2ab685;
}
.blog_style_four .author {
    display: inline-block;
    position: absolute;
    top: -22px;
}
.blog_style_four .luxury-blog-meta-top a {
    font-size: 16px;
    padding: 9px 35px 9px 35px;
    background: #3BCB99;
    color: #fefefe;
    display: inline-block;
    border-radius: 30px;
    z-index: 1;
    text-decoration: none;
    position: absolute;
    top: -25px;
}
.blog_style_four .luxury-blog-meta-top ul li {
    list-style: none;
}
.blog_style_four .luxury-blog-meta-top a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FD8F14;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-meta-top a:before {
    transform: scale(1);
}
.blog_style_four .luxury-blog-readmore a i {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color:#FD8F15;
    transition:0.3s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-readmore a i {
    margin-left: 10px;
    color:#29B585;
}
.blog_style_four .hendre-blog-meta-top {
    padding-top: 0;
    position: absolute;
    left: 35px;
    bottom: inherit;
    z-index: 22;
    top: -21px;
}
.blog_style_four .single_blog_adn:hover .hendre-blog-meta-top li a{
    background:#FD8F14;
}
.blog_style_four .hendre-blog-meta-top li a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 7px 30px 7px 30px;
    background: #2AB685;
    border-radius: 30px;
}
.blog_style_four .blog_btn a {
    color: #FD8F14;
    font-weight: 500;
}
.blog_style_four .blog_btn a i{
    display:inline-block;
    margin-left:5px;
}
.blog_style_four .blog_btn a:hover{
    color:#2AB685;
}


/*   Heating banner start css    */

.heating-banner-shape{
    position: relative;
    z-index:1;
    display: inline-block;
}
.heating-banner-shape:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 52px;
    transition: .5s;
    z-index: 1;
    background: #fd8f15;
    -webkit-animation: moveLeftBouncesheating 5s linear infinite;
    animation: moveLeftBouncesheating 5s linear infinite;
}

@keyframes moveLeftBouncesheating {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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


/*   Heating banner start css    */

.why-choose-us-main-area{
    padding:20px 150px 0 150px;
}
.heating-why-choose-us{
    padding:10px 20px 0 150px;
}
.heating-blog-area{
    padding:75px 50px 110px 0;
}
.heating-main-blog-area{
     padding: 20px 0 0 75px;  
}

.heating-blog-area .owl-nav {
    display: none;
}
.testimonial.style4 .owl-nav {
    display: none;
}



/*  =====================================================================================================
    =====================================================================================================
    
                                        Pest Control start css 
        
    =====================================================================================================
    =====================================================================================================*/


/*    Pest Control icon box start css    */

.icon-box.style16 {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 50px 0 50px 40px;
    transition:0.4s;
}
.icon-box.style16 .icon-box-icon {
    margin-right: 25px;
}
.icon-box.style16 .icon-box-icon .icon {
    border: none;
    border-radius: 50%;
    padding: 0;
}
.icon-box.style16 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 26px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color:#21c58e;
    text-align: center;
    background-color: #DEF6EE;
    border-radius: 50%;
    transition:0.4s;
}
.icon-box.style16:hover .icon-box-icon .icon i {
    background-color: #21C58E;
    color:#fff;
}
.icon-box.style16 .icon-box-content p.description {
    transition: .5s;
    padding: 0 30px 0 0;
    margin: 0;
    font-size: 18px;
    color: #21c58e;
    font-weight: 400;
}
.icon-box.style16  .icon-box-content h4 {
    padding: 6px 0 0 0;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}
/*    section title style 8 start css    */

.section-title.style8.left .subtitle {
    display: inline-block;
    font-size: 16px;
    color: #21C58D;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 21px;
    padding-left: 53px;
}
.section-title.style8.center .subtitle {
    display: inline-block;
    font-size: 16px;
    color: #21C58D;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 21px;
    padding-left:0;
}
.section-title.style8 h5 {
    position: relative;
}
.section-title.style8.left h5:before {
    position: absolute;
    content: '';
    background: #21c58e;
    left: 0;
    top: 13px;
    height: 2px;
    width: 45px;
}

.section-title.style8 .title {
    font-size: 43px;
    margin: 0 0 0;
    color: #0a1328;
    font-weight: 700;
}
.section-title.style8 h2 {
    font-size: 43px;
    margin: 3px 0 0;
    color: #120a08;
}
.section-title.style8 .description {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 14px;
    color: #888f99;
    font-weight: 400;
    font-family: "Poppins";
}

/*    button style 9 start css    */

.dreamit-button.style9 .dreamit-button {
    margin: 10px 0 0 0;
}
.dreamit-button.style9 .dreamit-button .button {
    font-size: 15px;
    padding: 11px 36px;
    background: #21c58e;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: none;
    transition: .5s;
}
.dreamit-button.style9 .dreamit-button .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #8dedcd;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style9 .dreamit-button .button:hover {
    color: #fff;
}
.dreamit-button.style9 .dreamit-button .button:hover:before {
    transform: scale(1);
}

/*    service box style 7 start css    */

.section-title.style8.center {
    text-align: center;
    padding: 0 0 30px 0;
}
.service-box.style9 {
    padding: 48px 25px 48px;
    background-color: #F1F5F5;
    border: none;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: .5s;
}
.service-box.style9:hover {
    background-color: #fff;
    filter: drop-shadow(0 0 25px rgba(211,211,211,0.25));
}
.service-box.style9:before {
    display:none;
}
.service-box.style9 .icon {
    position: relative;
    top: 0;
    width: 85px;
    height: 85px;
    line-height: 108px;
    text-align: center;
    border-radius: 50%;
    background: #21c58e;
    transition: .5s;
    display: inline-block;
}
.service-box.style9:hover .icon img {
    filter: inherit;
}
.service-box.style9 .icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -13px;
    left: -13px;
    background: #DEF6EE;
    border-radius: 100%;
    transition: .5s;
    width: 110px;
    height: 110px;
    border: 20px dashed #DEF6EE;
}
.service-box.style9:hover .icon {
    background: #21c58e;
}
.service-box.style9:hover .icon:before {
    border: 2px dashed #21c58e;
}
.service-box.style9 .title {
    padding: 28px 0 12px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0;
    margin-top: 0;
    font-size: 24px;
    line-height: 42px;
    color: #0a1328;
    font-weight: 700;
}
.service-box.style9 .title:before {
    display:none;
}
.service-box.style9:hover .title{
    color: #0a1328;
}
.service-box.style9 p.description {
    transition: .5s;
    color: #888f99;
}
.service-box.style9:hover .content p {
    color: #888f99;
}
.service-box.style9 .service-btn a {
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    font-family: inherit;
    border-radius: 5px;
    background-color: #ffffff;
    color: #21c58e;
    border: 1px solid #21c58e;
    display: inline-block;
    margin-top: 2px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style9:hover .service-btn a {
    color: #fff;
}
.service-box.style9 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #21c58e;
    border-radius: 5px;
    transform: scale(0);
    transition: .5s;
}


/*    section title style 9 start css    */

.section-title.style9.left .subtitle {
    display: inline-block;
    font-size: 16px;
    color: #21C58D;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 21px;
    padding-right: 53px;
}
.section-title.style9.center .subtitle {
    display: inline-block;
    font-size: 16px;
    color: #21C58D;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 21px;
    padding-left:0;
}
.section-title.style9 h5 {
    position: relative;
}
.section-title.style9.left h5:before {
    position: absolute;
    content: '';
    background: #21c58e;
    right: 0;
    top: 13px;
    height: 2px;
    width: 45px;
}
.section-title.style9.center h5:before {
    position: absolute;
    content: '';
    background: #21c58e;
    right: -53px;
    top: 13px;
    height: 2px;
    width: 45px;
}
.section-title.style9 .title {
    font-size: 43px;
    margin: 0 0 0;
    color: #0a1328;
    font-weight: 700;
}
.section-title.style9 h2 {
    font-size: 40px;
    margin: 3px 0 0;
    color: #120a08;
}
.section-title.style9 .description {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 14px;
    color: #888f99;
    font-weight: 400;
    font-family: "Poppins";
}

/*    single-video style 7 start css    */

.single-video.style-seven {
    position: relative;
    text-align: center;
}
.single-video.style-seven .video-icon{
    text-align: center;
    background: #FD8F15;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 46%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.single-video.style-seven .video-icon a {
    -webkit-transition: .5s;
    background: #21C58D;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    display: inline-block;
    border: 0;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
}

/*    testimonial style8 start css    */

.testimonial.style8 .testimonial-item {
    text-align: center;
}
.testimonial.style8 .testimonial-item .author {
    display: inline-block;
    position: relative;
    transition: .5s;
}
.testimonial.style8 .testimonial-item .author img {
    height: 125px;
    width: 125px;
    object-fit: cover;
    margin-right: 0;
    border-radius: 100%;
    border: 8px solid #254040;
    transition: .5s;
}
.testimonial.style8 .testimonial-item:hover .author img {
    border: 8px solid #21c58e;
}
.testimonial.style8 .testimonial-item p.quote {
    margin-bottom: 31px;
    padding: 60px 0 0 0;
    font-size: 23px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    transition: .5s;
    position: relative;
    font-family: "Poppins";
}
.testimonial.style8 .testimonial-item p.quote:before {
    position: absolute;
    content: '';
    background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/pet-testi-shape.png);
    left: 0;
    top: 5px;
    height: 30px;
    width: 38px;
    right: 0;
    margin: auto;
}
.testimonial.style8 .testimonial-item h4.name {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 33px;
    color: #21c58e;
    font-weight: 500;
    text-align: center;
    transition: .5s;
}
.testimonial-carousel-8 .owl-nav {
    display: inline-block !important;
    position: relative;
    left: 50%;
}
.testimonial-carousel-8 .owl-prev {
    position: absolute;
    bottom: -85px;
    left: -71px;
    right: 0;
}
.testimonial-carousel-8 .owl-next {
    position: absolute;
    bottom: -85px;
    left: 25px;
    right: 0;
}
.testimonial-carousel-8 .owl-nav .owl-prev i {
    font-size: 20px;
    color: #21c58e;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #21c58e;
    background: inherit;
    padding: 11px 17px 11px 17px;
    font-weight: 600;
    transition: .5s;
}
.testimonial-carousel-8 .owl-nav .owl-prev i:hover {
    color: #fff;
    background: #21c58e;
}
.testimonial-carousel-8 .owl-nav .owl-next i {
    font-size: 20px;
    color: #21c58e;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #21c58e;
    background: inherit;
    padding: 11px 17px 11px 17px;
    font-weight: 600;
    transition: .5s;
}
.testimonial-carousel-8 .owl-nav .owl-next i:hover {
    color: #fff;
    background: #21c58e;
    
}

/*    icon box style17 start css    */

.icon-box.style17 {
    display: flex;
    border: none;
    padding: 25px 30px 18px 42px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 10px;
}
.icon-box.style17 .img-icon {
    position: relative;
    top: 18px;
    width: 75px;
    height: 75px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    background: #DEF6EE;
    display: inline-block;
    z-index: 1;
    border: 8px solid #DEF6EE;
    outline: 2px solid #DEF6EE;
    transition: .5s;
    margin: 0 22px 0 0;
}
.icon-box.style17:hover .img-icon {
    background: #21C58D;
    border: 8px solid #DEF6EE;
    outline: 2px dashed #21C58D;
}
.icon-box.style17:hover .img-icon img {
    filter: brightness(0)invert(1);
    transition: .3s;
}
.icon-box.style17 .icon i {
    color: #21c58e;
    font-size: 22px;
    transition: .5s;
}
.icon-box.style17 .icon-box-content h4 {
    font-size: 22px;
    line-height: 30px;
    color: #0a1328;
    font-weight: 500;
    font-family: "Inter";
}
.pest-call-contact span{
    color: #21C58D;
}
.pest-call-contact .dreamit-button.style9 .dreamit-button .button {
    font-size: 16px;
    padding: 15px 44px;
}

/*    blog  style 7 start css    */

.blog_style_seven .single_blog_adn {
    position: relative;
    box-shadow: 0px 0 6px rgba(212, 212, 212, 0.40);
    margin-bottom: 30px;
    border-radius: 8px;
    margin-top: 20px;
}
.blog_style_seven .single_blog_adn .categories {
    position: absolute;
    top: 51%;
    left: 30px;
}
.blog_style_seven .single_blog_adn .categories li {
    list-style: none;
}
.blog_style_seven .single_blog_adn .categories li a {
    color: #21C58D;
    background-color: #fff;
    padding: 11px 10px;
    box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.5);
    transition: .5s;
}
.blog_style_seven .single_blog_adn .em-blog-content-area_adn {
    padding: 25px 30px 35px;
}
.blog_style_seven .single_blog_adn .blog-meta-left a {
    margin-right: 70px;
    color: #0a1328;
    transition: 0.4s;
}
.blog_style_seven .single_blog_adn .blog-meta-left a span {
    margin-right: 70px;
    color: #888f99;
    transition: 0.4s;
}
.blog_style_seven .single_blog_adn .blog-meta-left a:hover {
    color: #21C58D;
}
.blog_style_seven .single_blog_adn .blog-page-title_adn h2 {
    font-size: 22px;
    margin: 4px 0 20px 0;
}
.blog_style_seven .single_blog_adn .blog-page-title_adn a:hover {
    color: #21C58D;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore {
    border-top: 1px solid #e7e7e7;
    padding: 25px 0px 25px;
    margin-top: 25px;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore a {
    font-size: 15px;
    color: #888f99;
    transition: 0.4s;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore a:hover {
    color: #21C58D;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore i {
    margin-left: 8px;
    transition: 0.4s;
}
.blog_style_seven .single_blog_adn .hendre-blog-thumb_adn img {
    vertical-align: middle;
    width: 100% !important;
    border-radius:8px;
}
.blog_style_seven .single_blog_adn .blog_btn a {
    padding: 8px 15px;
    background: #21C58D;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    border:2px solid transparent;
    transition:.5s;
}
.blog_style_seven .single_blog_adn .blog_btn a:hover{
    border-color:#21C58D;
  color:#21C58D;
    background:transparent;
}
.blog_style_seven .single_blog_adn .hendre-blog-thumb_adn {
    padding: 31px 31px 0 31px;
}

/*   service box  style 11 start css    */

.service-box.style11 {
    padding: 48px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    filter: drop-shadow(0 0 25px rgba(235,237,241,0.5));
    background-color: #ffffff;
    border: 2px solid transparent;
    margin: 0 0 10px 0;
    transition: 0.4s;
}
.service-box.style11:hover {
    border: 2px solid #21C58D;

}
.service-box.style11::before {
    display:none;
}
.service-box.style11 .service_img img {
    z-index: -1;
    position: relative;
}
.service-box.style11 .content {
    position: relative;
    padding: 27px 30px 24px 33px;
    background: #F1F5F5;
    text-align: left;
    border-radius: 0 0 5px 5px;
    z-index:1;
    transition:.5s;
}
.service-box.style11 .content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #21C58D;
    z-index: -1;
    transition:.5s;
}
.service-box.style11:hover .content:before{
    height:100%;
}
.service-box.style11 .title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0;
    transition: .5s;
    color: #0a1328;
    font-weight: 500;
}
.service-box.style11:hover .title {
    color: #fff;
}
.service-box.style11 p.description {
    transition: .5s;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #0a1328;
    font-weight: 500;
    font-family: "Poppins";
}
.service-box.style11:hover .content p {
    color: #fff;
}
.service-box.style11 .icon {
    position: relative;
    top: -26px;
    width: 62px;
    height: 62px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background: #21C58D;
    border: 1px solid  #21C58D;
    transition: .5s;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 0 18px 0;
}
.service-box.style11 .icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -10px;
    left: -10px;
    background: #DEF6EE;
    border-radius: 100%;
    transition: .5s;
    width: 80px;
    height: 80px;
    border: 2px dashed #21C58D;
}
.service-box.style11:hover .icon {
    background: #21C58D;
}
.service-box.style11 .title:before {
    display:none;
}


/*   animation start css    */

.dancetwo {
  -webkit-animation: dancetwo 2s alternate infinite;
  animation: dancetwo 2s alternate infinite;
}

@keyframes dancetwo {
  0% {
    -webkit-transform: scale(0.7);
  }

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


.dancethree {
  -webkit-animation: dancethree 2s alternate infinite;
  animation: dancethree 2s alternate infinite;
}

@keyframes dancethree {
  0% {
    -webkit-transform: scale(0.9);
  }

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

.service_box.style3 .image img {
    width: 100%;
    height: 100%;
}

































