:root {
  --color-white: #ffffff;
  --color-secondary: #4989FC;
  --color-gray: #777777;
  --color-gray1: #9b9b9b;
  --color-blue: #51acfb;
  --color-blue1: #4989FC;
  --color-blue2: #181e5e;
  --color-blue3: #5049c1;
  --color-black: #2b2525;
  --color-black1: #3e3e3e;
  --color-black2: #a29a9a;
  --color-black3: #1b1d1e;
}

h2,#slidemainbox h1,#slidemainbox p,#slidemainbox .bwt-slider-button1,.video-play-icon span,#Content-area h4,#Content-area P,#plumbing-care h2,#plumbing-care p,#aboutme .theme_button1,.services-inner-box .title,#problemsolver .theme_button1,#team .theme_button1,#why_choose_us h2,#why_choose_us .choose-text,#quick-contact h2,#quick-contact input[type=submit],#small-touchup h2,#small-touchup p, #small-touchup a,.our-team .title a,.our-team .post,.our-team .social li a,#what-we-offer .theme_button1,#latest-news .theme_button1,#best-tool .product-box .cart-btn a,#latest-news .latest-blogs-main-content .blog-date span{
  color: var(--color-white);
}
#slidemainbox .bwt-slider-button1,#aboutme .theme_button1,#pricing-plan .pricing-plan-inner-box p span,#problemsolver .theme_button1,#team .theme_button1,#why_choose_us .owl-carousel button.owl-dot.active,#latest-news .latest-blogs-main-content .blog-date,.our-team .social li a,#what-we-offer .theme_button1,#latest-news .theme_button1,#best-tool .product-box .cart-btn a{
  background-color: #4989FC;
}
#quick-contact input[type=submit]{
  background-color: #FD751B;

}

#slidemainbox .video-play-icon i,#pricing-plan .plan-main-text,#problemsolver .solver-text1,#team .team-text,#testimonials 
.testimonials-text,#best-tool .best-tool-text,#latest-news .latest-text,#what-we-offer .offer-text ,.custom-product-price ins{
  color: #4989FC !important;
}
#best-tool .star-rating {
  color: #ffcd3c;
}
#best-tool .product-box:hover .custom-product-price ins{
  color: #fff  !important;

}
#why_choose_us .plan-main-text{
  color: #fff ;

}
#quick-contact .plan-main-text{
  color: #fff ;
}
#care-services .care-services-inner-box,#why_choose_us .choose-box,#testimonials .testimonials-inner-box,#latest-news .latest-blogs-main-content,.our-team .social li a:hover{
  background-color: var(--color-white);
}
#care-services .care-services-inner-box h4,#care-services .care-services-inner-box p,#care-services .care-services-inner-box1:hover p,#care-services .care-services-inner-box1:hover h4,#aboutme h2,.our-team .social li a:hover{
  color: var(--color-black) !important;
}
#aboutme h2,#pricing-plan h2,#team h2,#testimonials h2,#testimonials .testimonials-inner-box h4 a,#testimonials .testimonials-inner-box h4 a:hover,#testimonials .testimonials-inner-box .testimonials-text1,#best-tool h2,#latest-news h2,#latest-news .latest-blogs-main-content .latest-blog-content h4 a,#best-tool h5 a{
  color: var(--color-black1);
}
#testimonials .testimonials-inner-box h4 a{
  color: #252323;
}
#latest-news .latest-blogs-main-content .latest-blog-content h4 a:hover,#best-tool h5 a:hover{
  color: var(--color-black1)!important;
  cursor: pointer;
}
#aboutme p,#team .team-text1,#why_choose_us .choose-box .inner_box p,#testimonials .testimonials-inner-box p,#latest-news .latest-blogs-main-content .latest-blog-content p,#latest-news .latest-blogs-main-content .latest-blog-content span{
  color: var(--color-black2);
}
#pricing-plan h6,#pricing-plan .plan-features ul li,#pricing-plan .owl-carousel .owl-nav button.owl-prev i,#team .owl-carousel .owl-nav button.owl-prev i,#what-we-offer .owl-carousel .owl-nav button.owl-prev i,#pricing-plan .owl-carousel .owl-nav button.owl-prev, #best-tool .owl-carousel .owl-nav button.owl-prev i{
  color: var(--color-gray1);
}
#pricing-plan h4,#pricing-plan .plan-features ul li i{
  color: var(--color-black3);
}
#latest-news .latest-blogs-main-content .latest-blog-content h4 a:hover{
  color: #fff !important;
}
#best-tool .product-box p,#best-tool .product-box .wishlist-main-box i,#best-tool .product-box .wishlist_box a,#best-tool .product-box .wishlist_box .yith-wcwl-wishlistexistsbrowse a:hover,#yith-wcwl-popup-message #yith-wcwl-message,#best-tool .product-box .wishlist_box .yith-wcwl-add-button a i,.owl-carousel .owl-nav button.owl-next i,.owl-carousel .owl-nav button.owl-next i,.owl-carousel .owl-nav button.owl-next i,.owl-carousel .owl-nav button.owl-next i,.owl-carousel .owl-nav button.owl-next i{
  color: var(--color-gray);
}
.wishlist_box .yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style) {
  background-color: unset;
  color: #ddd;
  border: unset;
  border-radius: unset;
}
.wishlist_box .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.owl-nav button i:hover,.owl-next i:hover,.owl-carousel .owl-nav button.owl-next i:hover{
  color: var(--color-secondary) !important;
}
.owl-nav button:hover,.owl-next i:hover{
  border-color: var(--color-secondary) !important;
}
#slider-social-icon{
  overflow-x: hidden;
}
#slider {
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
#slider img{
    transition: all 7s ease-out;
    animation: scale 7s linear infinite;
}
@keyframes scale {
   from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
#slider .carousel-caption{
  /* bottom: 10.25rem; */
  top: 32%;
  /* z-index: 1111; */
  display: block;
}

#slidemainbox p,#problemsolver .solver-text{
  font: 400 18px/31px 'Sen';
}
#slider .slide_nav a{
  position: absolute;
}
#slider .slide_nav a i{
  font-size: 30px;
}
#slider .slide_nav a {
  height: 70px;
      width: 9.2%;
      opacity: 1;
      padding: 6px 6px;
  }
#slider .carousel-control-prev {
  bottom: 3.9rem;
  z-index: 99;
  background-color: #FD751B;

}
#slider .carousel-control-next, #slider .carousel-control-prev{
  top: unset;
  right: -9.2%;
  left: unset;
}
#slider .carousel-control-next{
  bottom: -0.3rem;
  z-index: 99;
  background-color: #2D62C1;
}
#slidemainbox{
  margin-top: -50px !important;
}
#slidemainbox .bwt-slider-button1{
  padding: 13px 15px;
  text-transform: uppercase;
  font: 600 12px/25px 'Sen';
  border-radius: 4px;
}
#slidemainbox .video-play-icon i{
  padding-top: 15px;
    color: #FD751B !important;
}
#slidemainbox span,#plumbing-care p,#aboutme p,#services p,#pricing-plan .plan-features ul li,#pricing-plan .plan-outer-text,#pricing-plan .pricing-plan-inner-box p span,#problemsolver .theme_button1,#team .team-text1,#why_choose_us .choose-box .inner_box p,#testimonials .testimonials-inner-box p,#testimonials .testimonials-inner-box h4 a,#testimonials .testimonials-inner-box .testimonials-text1,#quick-contact input[type=submit],#small-touchup p,#small-touchup a,#latest-news .latest-blogs-main-content .latest-blog-content p,#latest-news .latest-blogs-main-content .blog-date .latest-blog-date,#what-we-offer .what-we-offer-box .what-we-offer-box-text,#best-tool .product-box p,#best-tool .product-box .cart-btn a,#best-tool .product-box .comment-value{
  font: 400 18px/31px 'Sen';
}
.pulse a:hover,
.pulse a:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(#fff,0);
}
#menu-footer-menu {
  text-align: center;
}


#testimonials .testimonials-inner-box h4 a, #latest-news .latest-blogs-main-content .blog-date .latest-blog-date{
  line-height: 16px;
  position: relative;
}
#why_choose_us .choose-box .inner_box p,#testimonials .testimonials-inner-box p,#best-tool .product-box .cart-btn a,#best-tool .product-box p{
  font-size: 13px;
}
#Content-area{
  padding: 20px 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4989FC;

}
#Content-area h4,#latest-news .latest-blogs-main-content .blog-date .latest-blog-year,#best-tool h5 a,.custom-product-price ins{
  font: normal normal bold 24px/32px Sen;
  padding: 0;
  margin: 0;
}
#latest-news .latest-blogs-main-content .blog-date .latest-blog-year{
  line-height: 20px;
}
#plumbing-care h2,#aboutme h2,#services h2,#pricing-plan h2,#pricing-plan h4,#problemsolver h2,#team h2,#why_choose_us h2,#testimonials h2,#quick-contact h2,#best-tool h2,#small-touchup h2,#latest-news h2{
  font: normal normal 800 60px/72px Sen;
    letter-spacing: 1px;
}
#pricing-plan .plan-outer-text{
  letter-spacing: 1px;
}
#quick-contact p, #quick-contact .plan-main-text, #why_choose_us .plan-main-text,#plumbing-care p,#aboutme .theme_button1,#aboutme .theme_button2,#pricing-plan .theme_button2,#pricing-plan .plan-main-text,#pricing-plan h6,#problemsolver .solver-text1,#team .team-text,#why_choose_us .choose-text,#testimonials .testimonials-text,#best-tool .best-tool-text,#latest-news .latest-text,#latest-news .latest-blogs-main-content .latest-blog-content .author-name,.our-team .title a,#what-we-offer .offer-text,#what-we-offer .theme_button1,#team .theme_button1,#latest-news .theme_button1,.custom-product-price del{
  font: 700 16px/25px 'Sen';
  letter-spacing: 1px;
}
#what-we-offer .offer-text{
  letter-spacing: 5px;
}
#latest-news .latest-blogs-main-content .latest-blog-content .author-name{
  text-transform: capitalize;
  letter-spacing: 0;
}
#why_choose_us .choose-text,#why_choose_us .choose-box h4{
   letter-spacing: 0 !important;
}
#plumbing-care .plumb-main-text,#latest-news .latest-blogs-main-content .latest-blog-content h4 a{
  font: 600 18px/25px 'Sen';
  letter-spacing: 1px;
}
#plumbing-care h4{
  font: 700 42px/45px 'Sen';
  letter-spacing: 2px;
}
#plumbing-care .facility-post{
  position: relative;
  z-index: 1;
  border-radius: 7px;
  padding: 25px 0;
}
#plumbing-care .facility-post:hover::before {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition-delay: 0.1s;
}
#plumbing-care .facility-post::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--color-secondary);
  border-radius: 7px;
  content: "";
  z-index: -1;
  transition: all 1s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
  opacity: 0;
}
#plumbing-care .facility-post .facility-icon:before {
    left: 50%;
    margin: 0 0 0 -5px;
}
#plumbing-care .facility-post .facility-icon:before, #plumbing-care .facility-post .facility-icon:after{
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin: 0 -5px 0 0;
  position: absolute;
  bottom: -5px;
  right: 50%;
  transition: all 0.9s ease 0s;
  opacity: 0;
}
#plumbing-care .facility-post:hover .facility-icon:before {
  left: 98%;
  opacity: 1;
}
#plumbing-care .facility-post:hover .facility-icon:after {
  right: 100%;
  opacity: 1;
}
#care-services{
  margin-top: -3%;
}
#care-services .care-services-inner-box{
  filter: drop-shadow(0 0 3.5px rgba(52,51,51,0.22));
  border-radius: 0 !important;
  border: none;
  width: 100%;
  height: 86%;
  overflow: hidden;
  position: relative;
}
#care-services .care-services-inner-box:hover{
  transition: all 0.3s ease-in-out 0s;
  filter: drop-shadow(-11.032px -8.619px 25.5px rgba(0,0,0,0.06));
  background:#4989FC;
}
#care-services .care-services-inner-box:hover p,#care-services .care-services-inner-box:hover h4{
  color: var(--color-white) !important;
}
#care-services .care-services-inner-box:hover:after{
  margin-left: 0;
  opacity: 0.1;
}
#care-services .care-services-inner-box:after{
  content: "";
  display: block;
  border-top: 500px solid #FD751B;
  border-left: 327px solid transparent;
  margin-top: -81%;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
#care-services .care-services-inner-box1{
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  filter: drop-shadow(-11.032px -8.619px 25.5px rgba(0,0,0,0.06));
  background-color: #4989FC;
  overflow: hidden;
  position: relative;
}
#care-services .care-services-inner-box1:hover{
  transition: all 0.3s ease-in-out 0s;
  filter: drop-shadow(-11.032px -8.619px 25.5px rgba(0,0,0,0.06));
  background: #FD751B;
}
#care-services .care-services-inner-box1:hover:after{
  margin-left: 0;
  opacity: 0.1;
}
#care-services .care-services-inner-box1:after{
  content: "";
  display: block;
  border-top: 500px solid #4989FC;
  border-left: 327px solid transparent;
  margin-top: -81%;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
#care-services .card-box{
  padding: 0;
}
#care-services .care-services-inner-box img,#care-services .care-services-inner-box1 img{
  width: 25%;
}
#care-services .care-services-inner-box1:hover h4 {
  color: #fff !important;
}
  #care-services .care-services-inner-box1:hover p {
  color: #fff !important;
}
#care-services .care-services-inner-box h4,#care-services .care-services-inner-box1 h4,#why_choose_us .choose-box h4,#what-we-offer .what-we-offer-box h6{
  letter-spacing: 1px;
  font: normal normal bold 27px/42px Sen;
}
#care-services .care-services-inner-box p,#care-services .care-services-inner-box1 p,.our-team .post{
  font: 200 16px/25px 'Sen';
    letter-spacing: 0.5px;
}
#care-services .care-services-box-button a i{
  font-size: 20px;
  padding: 2px 7px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}
#aboutme p{
  letter-spacing: 0.5px;
}
.theme_button1,.theme_button2,#pricing-plan .theme_button2,#problemsolver .theme_button1,#team .theme_button1,#what-we-offer .theme_button1,#latest-news .theme_button1{
  margin-right: 3%;
  padding: 12px 6%;
  border: 4px solid #4989FC;
}
.theme_button1:hover,.theme_button2:hover,#what-we-offer .theme_button1:hover,#problemsolver .theme_button1:hover,#team .theme_button1:hover,#latest-news .theme_button1:hover,#pricing-plan .theme_button2:hover,#services_page .theme_button1:hover{
   border: 4px solid #FD751B;
   color: var(--color-white);
   transition: all 0.3s;
}
#problemsolver .theme_button1{
background: #FD751B;
border: 4px solid #FD751B;
}

#problemsolver .theme_button1::before, #problemsolver .theme_button1::after,#problemsolver .theme_button1 span::before,#problemsolver .theme_button1 span::after,
#problemsolver .theme_button2::before,#problemsolver .theme_button2::after,#problemsolver .theme_button2 span::before, #problemsolver .theme_button2 span::after {
  background: linear-gradient(to bottom,#ffffff,#ffffff);
}
#problemsolver .theme_button1:hover {
  border: 4px solid #fff ;
}
#problemsolver .theme_button1:hover {
  color: #1b1818 !important;
}
.theme_button1,.theme_button2{
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.theme_button1:before,.theme_button1:after,.theme_button1 span:before,.theme_button1 span:after,.theme_button2:before,.theme_button2:after,.theme_button2 span:before,.theme_button2 span:after
{
    content: '';
    background: linear-gradient(to bottom,#FD751B,#FD751B);
        width: 25%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}


.theme_button1:before,.theme_button2:before{
    width: 100%;
    transform: scaleY(0.2);
    transition-delay: 0.3s;
}
.theme_button1:after,.theme_button2:after{
    transform: scaleY(0.45);
    left: 25%;
    transition-delay: 0.2s;
}
.theme_button1 span:before,.theme_button2 span:before{
    transform: scaleY(0.65);
    left: 50%;
    z-index: -1;
    transition-delay: 0.1s;
}
.theme_button1 span:after,.theme_button2 span:after{
    transform: scaleY(0.8);
    left: 75%;
    z-index: -1;
}
.theme_button1 span,.theme_button2 span,.theme_button1 i,.theme_button2 i{
    display: initial;
    position: relative;
    z-index: 110;
}
.theme_button2:hover span{
  color: var(--color-white) !important;
}
.theme_button1:hover:before,.theme_button1:hover:after,.theme_button1:hover span:before,#aboutme .theme_button1:hover span:after,.theme_button2:hover:before,.theme_button2:hover:after,.theme_button2:hover span:before,#aboutme .theme_button2:hover span:after{
    opacity: 1;
    transform: scaleY(1);
}
#aboutme .theme_button2,#aboutme .theme_button2:hover,#pricing-plan .theme_button2,#pricing-plan .theme_button2:hover{
  color: #1b1818 !important;
}
#why_choose_us h2:after,#aboutme h2:after,#services h2:after,#team h2:after,#why_choose_us .choose-box .inner_box h4:after,#testimonials h2:after,#testimonials .testimonials-inner-box h4 a:after,#best-tool h2:after,#latest-news h2:after,#latest-news .latest-blogs-main-content .latest-blog-content h4 a:after,#quick-contact h2::after,#what-we-offer .what-we-offer-box h4:after,#best-tool h5 a:after{
  display: block;
  content: '';
  position: absolute;
  width: 84px;
  height: 5px;
  border-radius: 10px;
  margin-top: 6px;
  transition: all .4s ease;
  background-color: #4989FC;
}
#why_choose_us h2:after, #quick-contact h2:after{
  margin: 0 auto;
  left: 0;
  right:0;
}
#why_choose_us .choose-box .inner_box h4:after{
  width: 45px;
  height: 4px;
}
#best-tool h5 a:after{
  width: 35px;
  height: 5px;
  margin-top: 0;
}
#latest-news .latest-blogs-main-content .latest-blog-content h4 a:after{
  width: 80px;
  height: 3px;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
}
#latest-news .latest-blog-image img{
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
#latest-news .latest-blogs-main-content:hover, #best-tool .product-box:hover{
  background: #4989FC;
  color: #fff;
}
#latest-news .latest-blog-image:hover .latest-blog-content p, #latest-news .latest-blog-image:hover a, #best-tool .product-box:hover #best-tool h5 a,
#best-tool .product-box:hover p,#best-tool .product-box:hover .product-box .comment-value,  #best-tool .product-box:hover .comment-value ,
  #best-tool .product-box:hover #best-tool .product-box .wishlist-main-box a i ,#best-tool .product-box:hover .share_link i{
  color: #fff !important;
}
.product-box:hover .yith-wcwl-add-button i,
#best-tool .product-box:hover  .product_head  a{
    color: #fff !important;
}
#testimonials .testimonials-inner-box h4 a:after{
  width: 40px;
  height: 2px;
  margin-top: 0px;
}
.about-innerbox-img{
  width: 400px;
height: 420px;
}
#aboutme img{
  border: 16px solid #d7d7d7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 111;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
  margin-top: -20%;
}
#aboutme .about-innerbox-img::after{
  content: '';
  top: -43px;
  left: 0px;
  right: 0;
  bottom: 0;
    position: absolute;
  border: 16px solid #FD751B;
  width: 100%;
  height: 100%;
    transition: all 0.5s ease 0s;
  z-index: -1;
   /* transition: transform .7s ease-in-out; */
}
#aboutme .about-innerbox-img:hover::after{
  top: -80px;
  left: 40px;
}
.aboutme-right-box{
  padding: 0;
}
#services p,#pricing-plan .plan-outer-text{
  width: 42%;
  line-height: 18px;
}
#services .services-inner-box .box-content p{
  font: 200 16px/20px 'Sen';
    width: 100%;
}
.services-inner-box img{
    width: 100%;
    height: auto;
}
.services-inner-box{
    position: relative;
    overflow: hidden;
}
.services-inner-box:before,.services-inner-box:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FD751B;
    opacity: 0.5;
    -webkit-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}
.services-inner-box:before{
    -webkit-transform: skew(30deg) translateX(-80%);
    transform: skew(30deg) translateX(-80%);
}
.services-inner-box:hover:before{
    -webkit-transform: skew(30deg) translateX(-20%);
    transform: skew(30deg) translateX(-20%);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.services-inner-box:after{
    -webkit-transform: skew(-30deg) translateX(-70%);
    transform: skew(-30deg) translateX(-70%);
}
.services-inner-box:hover:after{
    -webkit-transform: skew(-30deg) translateX(-10%);
    transform: skew(-30deg) translateX(-10%);
}
.services-inner-box .box-content img{
  opacity: 0;
  width: auto;
  transition: all 0.5s ease 0s;
}
.services-inner-box .box-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15%;
}
.services-inner-box .box-content:before,.services-inner-box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4283bd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    opacity: 0.2;
    z-index: -1;
    -webkit-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}
.services-inner-box .box-content:before{
    -webkit-transform: skew(30deg) translateX(-100%);
    transform: skew(30deg) translateX(-100%);
}
.services-inner-box:hover .box-content:before{
    -webkit-transform: skew(30deg) translateX(-40%);
    transform: skew(30deg) translateX(-40%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.services-inner-box .box-content:after{
    -webkit-transform: skew(-30deg) translateX(-90%);
    transform: skew(-30deg) translateX(-90%);
}
.services-inner-box:hover .box-content:after{
    -webkit-transform: skew(-30deg) translateX(-30%);
    transform: skew(-30deg) translateX(-30%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-inner-box .title,#what-we-offer .what-we-offer-box h4{
  font: normal normal 800 38px/72px Sen;
}
.services-inner-box .title,.services-inner-box .box-content p{
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.services-inner-box .post{
  color: #f3f3f3;
}
.services-inner-box:hover .title,.services-inner-box:hover .box-content p,.services-inner-box:hover .box-content img{
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#pricing-plan .pricing-plan-box .plan-card-box{
  filter: drop-shadow(0 0 3.5px rgba(52,51,51,0.22));
  background-color: var(--color-white);
  border-bottom: 4px solid var(--color-white);
}
#pricing-plan h6,#pricing-plan .plan-features ul li{
  letter-spacing: 0px;
  padding: 2px;
}
#pricing-plan .pricing-plan-box .box-img img{
  width: 25% !important;
}
#pricing-plan .plan-card-box:after {
  content: '';
  background-color: var(--color-secondary);
  width: 0%;
  height: 6px;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  opacity: 0;
  transition: all 0.8s ease-in;
}
#pricing-plan .plan-card-box:hover:after {
  opacity: 1;
  left: 0%;
  width:100%;
}
#pricing-plan .pricing-plan-box .plan-card-box
#pricing-plan .plan-outer-text,#why_choose_us .choose-box h4,#pricing-plan .plan-outer-text{
  color: #0d0c0c;
}
#pricing-plan .pricing-plan-inner-box p span{
  padding: 10px 20px;
}
#pricing-plan .plan-card-border{
  border-right: 1px solid var(--color-gray1);
}
#pricing-plan .owl-carousel .owl-nav button.owl-prev,#pricing-plan .owl-carousel .owl-nav button.owl-next,#team .owl-carousel .owl-nav button.owl-prev,#team .owl-carousel .owl-nav button.owl-next,#best-tool .owl-carousel .owl-nav button.owl-prev,#best-tool .owl-carousel .owl-nav button.owl-next{
  border-radius: 50px;
  padding:3px 7px !important;
}
#pricing-plan .owl-carousel .owl-nav button.owl-prev i,#pricing-plan .owl-carousel .owl-nav button.owl-next i,#team .owl-carousel .owl-nav button.owl-prev i,#team .owl-carousel .owl-nav button.owl-next i,#best-tool .owl-carousel .owl-nav button.owl-next i,#best-tool .owl-carousel .owl-nav button.owl-prev i{
  font-size: 16px;
}
#what-we-offer .owl-carousel .owl-nav button.owl-prev i,#what-we-offer .owl-carousel .owl-nav button.owl-next i{
  font-size: 34px;
}
#pricing-plan .owl-carousel .owl-nav button.owl-prev,#team .owl-carousel .owl-nav button.owl-prev,#best-tool .owl-carousel .owl-nav button.owl-prev{
  border: 3px solid var(--color-gray1);
  position: absolute;
  top: 44%;
  left: -3%;
}
#pricing-plan .owl-carousel .owl-nav button.owl-prev,#pricing-plan .owl-carousel .owl-nav button.owl-next{
  top: 50%;
}
#pricing-plan .owl-carousel .owl-nav button.owl-next,#team .owl-carousel .owl-nav button.owl-next,#team .owl-carousel .owl-nav button.owl-next,#best-tool .owl-carousel .owl-nav button.owl-next{
  border: 3px solid var(--color-gray1);
  position: absolute;
  top: 44%;
  right: -1%;
}
#team .owl-carousel .owl-nav button.owl-next,#best-tool .owl-carousel .owl-nav button.owl-next{
  right: -3%;
}
#problemsolver .solver-box-img img{
  width: 50%;
  z-index: 11;
}
#problemsolver .solver-box-img .solver-innerbox-img img{
  position: relative;
}
#problemsolver .solver-box-img .solver-innerbox-img1{
  /* border-left: 8px solid var(--color-secondary); */
    margin-top: -23%;
    position: relative;
  width: 50%;
}
#problemsolver .solver-box-img .solver-innerbox-img1 img{
  z-index: 11;
  position: relative;
  height: 100%;
  width: 100%;


}

#problemsolver .solver-box-img .solver-innerbox-img1:after{
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 0px;
  height: 0px;
  border-left: 14px solid transparent;
  border-bottom: 4px solid transparent;
  height: 10%;
  width: 10%;
}
#problemsolver .solver-box-img .solver-innerbox-img1:hover:after {
  height: 45%;
  width: 35%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 20;
   border-left: 8px solid #FD751B;
   border-bottom: 8px solid #FD751B;
}
.solver-box-img:hover .card{
      animation: flash 7s infinite;
}
.solver-innerbox-img2{
  padding: 14%;
  width: 15%;
  margin-top: -53%;
  float: right;
  left: -22%;
  z-index: 1;
  background: transparent !important;
  border: 4px solid #FD751B !important;
  position: absolute;
  border-radius: 0px !important;
}
#why_choose_us .choose-box img{
  width: 42px !important;
  height: 55px !important;
  margin: 0 auto;
}
#why_choose_us .choose-box{
  width: 310px;
  height: unset;
  border-radius: 20px;
  border: 1px solid  var(--color-secondary);
}

#why_choose_us .choose-box h6{
  position: absolute;
  opacity: 0.8;
  font-size: 216px;
  color: #ececec;
  left: 28%;
  top: 12%;
}
#why_choose_us .choose-box:hover h6{
color: #4989FC;
  opacity: 0.4;
}
#what-we-offer .what-we-offer-box:hover{
/* filter: drop-shadow(-15px 15px 0px rgba(0, 192, 213, 0.5)); */
filter: drop-shadow(-14.785px 12px 0px rgba(253, 117, 27, 0.5));
    -webkit-transition-duration: 1.5s;
}
#why_choose_us .choose-box:after{
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 100px;
  border-bottom-right-radius: 50px;
  bottom: 0;
  right: 0;
  transition: all .4s ease;
  background-color: #FD751B;
}
#why_choose_us .choose-box .inner_box{
  z-index: 11;
}
#why_choose_us .owl-carousel .owl-dots.disabled{
  display: block;
}
#why_choose_us .owl-carousel .owl-dots{
  text-align: center;
}
#why_choose_us .owl-carousel button.owl-dot{
  border: 1px dashed var(--color-white);
  padding: 10px !important;
  border-radius: 50%;
  margin: 25px 5px 0 5px !important;
}
#why_choose_us .owl-carousel button.owl-dot.active{
  border: 1px solid var(--color-secondary);
}
#testimonials .testimonials-inner-box{
  border-radius: 20px;
  filter: drop-shadow(-12.124px 7px 25.5px rgba(0,0,0,0.06));

  border: 1px solid var(--color-white);
  overflow: hidden;
  position: relative;
}
#testimonials .testimonials-inner-box img{
  border-radius: 50%;
  border: 2px solid var(--color-secondary);
}
#testimonials .testimonials-inner-box1:before,#testimonials .testimonials-inner-box1:after{
    content: "";
    width: 200%;
    height: 82%;
    filter: drop-shadow(-11.032px -8.619px 25.5px rgba(0,0,0,0.06));
    background-color: #4989FC;
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
#testimonials .testimonials-inner-box1:after{
    background-color: #4989FC;;
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
#testimonials .testimonials-inner-box:hover{
    border: 1px solid var(--color-secondary);
    transition: all 0.5s ease 0s;
}
#testimonials .testimonials-inner-box:hover .testimonials-inner-box1:before{
    top: 0;
    height: 100%;
}
#testimonials .testimonials-inner-box:hover .testimonials-inner-box1:after{ bottom: 0; }
#testimonials .testimonials-inner-box:hover p,#testimonials .testimonials-inner-box:hover h4 a,#testimonials .testimonials-inner-box:hover img,#testimonials .testimonials-inner-box:hover .testimonials-text1{
  z-index: 11;
  position: relative;
  color: var(--color-white);
}
#quick-contact h2{
  width: 100%;
  margin: 0 auto;
  font-size: 50px;
}
#quick-contact .wpcf7 input[type=text],#quick-contact .wpcf7 input[type=email],#quick-contact textarea {
  font-size: 15px;
  padding: 12px 25px;
  margin:0 0px 10px 0;
  height: auto;
  border: none;
  width: 100%;
}
#quick-contact textarea{
  border: 1px solid #ced4da;
  height: 135px;

}
#quick-contact input[type=submit] {
  padding: 5px 25px;
  border: 1px solid var(--color-secondary);
  display: block;
  margin: 0 auto;
      text-transform: uppercase;
}
#quick-contact .booking-button{
  color: #fff;
  background-color: var(--color-secondary) !important;
  border: none !important;
      padding: 8px 30px !important;
}
#quick-contact .btnCancle{
  border: none !important;
  padding: 8px 30px !important;
}
#quick-contact .ui-datepicker{
      border: 1px solid var(--color-secondary) !important;
}
#quick-contact .ui-datepicker-calendar thead {
    border-bottom: 1px solid var(--color-secondary) !important;
}
#quick-contact .ui-datepicker .ui-datepicker-prev,#quick-contact .ui-datepicker .ui-datepicker-next{
  color: var(--color-secondary) !important;
}
#quick-contact .ui-datepicker .ui-datepicker-current-day a{
  background-color: var(--color-secondary) !important;
}
#small-touchup p,#small-touchup h2{
  width: 95%;
}
#problemsolver h2 {
  font: normal normal 800 46px/62px Sen;
}
#small-touchup .theme_button3 span{
  border-bottom: 2px solid var(--color-secondary);
  padding-bottom: 2px;
}
#small-touchup .small-touchup-box:before,#small-touchup .small-touchup-box:after{
  display: block;
  content: '';
  position: relative;
  width: 25%;
  height: 6px;
  top: 0;
  left: 0;
  transition: all .4s ease;
  background-color: #FD751B;
}
#small-touchup .small-touchup-box{
  border-left: 6px solid #FD751B;
}
#latest-news .latest-blogs-main-content{
  filter: drop-shadow(-12.124px 7px 25.5px rgba(0,0,0,0.06));
  border-radius: 20px;
  position: relative;
}
#latest-news .latest-blogs-main-content .latest-blog-content img{
  width: auto;
  float: right;
  padding: 1.7% 10% 0 0;
      filter: invert(1);
}
#latest-news .latest-blogs-main-content:hover .latest-blog-content img{
    filter: invert(0);
}
#latest-news .latest-blogs-main-content .latest-blog-content .latest-comments{
  margin-right: -10%;
  padding-left: 15%;
}
#latest-news .latest-blogs-main-content .blog-date{
  width: 17%;
  padding: 1.5%;
  border-top-left-radius: 17px;
  position: absolute;
  top: 0;
}
.our-team{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.our-team:after{
    content: "";
    width: 100%;
    height: 100%;
    filter: drop-shadow(-12.124px 7px 25.5px rgba(0,0,0,0.06));
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    background: linear-gradient(-25deg,#fff,#FD751B);
}
.our-team:hover:after{
    transform: scale(1);
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 75%;
    background: #4989FC;
    padding: 14px 0 20px 0;
    margin: 0 auto;
    border: 1px solid #4989FC;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team .title a{
    margin: 0 0 10px 0;
    line-height: 18px;
}
.our-team .post{
    display: block;
    text-transform: capitalize;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    opacity: 1;
    transform: scale(1);
}
.our-team .social li{
    display: inline-block;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li{
    margin: 20px 4px 0;
}
.our-team .social li a{
    width: 30px;
    height: 30px;
    font-size:15px;
    font-weight: 600;
    line-height: 30px;
    transition: all 0.5s ease 0s;
    display: flex;
  align-items: center;
  justify-content: center;
}
#what-we-offer .img-outer-box{
  background-color: #eeeeee;;
}
#what-we-offer .img-outer-box img{
  height: auto;
  width: 100%;
  max-width: 30%;
  margin: 0 auto;
}
#what-we-offer{
  padding: 0;
}
#what-we-offer .what-we-offer-box h4,#what-we-offer .what-we-offer-box h6,#what-we-offer .what-we-offer-box .what-we-offer-box-text{
  color: #383232;
}
#what-we-offer .owl-dots{
  display: none;
}
#what-we-offer .what-we-offer-box .what-we-offer-box-text{
  width: 85%;
}
#what-we-offer .what-offer-main-box{
  position: absolute;
  width: 100%;
}
#what-we-offer .what-we-offer-box{
  filter: drop-shadow(-14.785px 12px 0px rgba(0,0,0,0.09));
  background-color: #f8f8f8;
  width: 80%;
  margin-top:-70px;
  margin-left: -5%;
  position: relative;
}
#what-we-offer .owl-carousel .owl-nav button.owl-next i{
  direction: rtl;
}
#what-we-offer .owl-carousel .owl-nav button.owl-next, #what-we-offer .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  right: 6%;
  top: 50%;
  z-index: 11;
}
#what-we-offer .owl-carousel .owl-nav button.owl-prev{
  right: 8%;
}
#best-tool .product-box{
  border-radius: 20px;
  filter: drop-shadow(-12.124px 7px 25.5px rgba(0,0,0,0.06));
  background-color: #ffffff;
}
#best-tool .product-box img{
  width: auto;
  margin: 0 auto;
}
#best-tool .shareicon-box {
    display: none;
    position: relative;
    left: -9px;
}
.custom-product-price ins{
  color: #afafaf;
  margin-left: 4%;
}
.star-rating {
    border-color: var(--color-secondary);
    margin: 0 auto;
    overflow: hidden;
    height: 16px;
        line-height: 1;
    font-size: 11px;
    width: 5.4em;
    font-family: star;
    position: relative;
  }
.star-rating:before {
    border-color: var(--color-secondary);
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    margin: 0 auto;
  }
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    position: absolute;
    content: "\53\53\53\53\53";
    top: 0px;
    left: 0px;
    position: absolute;
    font-family: 'star';
    color: #ffcd3c;
    border-color: #ffcd3c;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    padding-top: 1.5em;
    position: absolute;
    left: 0;
}
.ajax_add_to_cart.added ,#yith-wcwl-popup-message{
    display:none !important;
}
#best-tool .product-box .cart-btn a{
  border: 1px solid #ffcd3c;
  padding: 5% 11%;
  text-transform: uppercase;
  background: #4989FC;
}
#best-tool .product-box:hover .cart-btn a{
  background: #FD751B;

}
#best-tool .product-box .comment-value{
  color: #141313;
  margin-right: 8px;
}
#best-tool .rating-box,#best-tool .wishlist-main-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#best-tool .yith-wcwl-add-to-wishlist{
  margin-top: 0;
}
#best-tool .product-box .wishlist-main-box .menu-button .fa .fa-share{
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.wishlist_box {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-button {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: initial;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
}
#best-tool .product-text{
  padding: 14px 28px !important;
}
.menu-button a{
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    text-align: center;
    font-size: 16px;
    width: 40px;
    height: 38px;
    cursor: pointer;
    position: absolute !important;
    background:#FD751B;
}
/* #best-tool .product-box .wishlist-main-box a i{
  color: var(--color-white) !important;
} */
.menu-button a:nth-child(2){
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.menu-button a:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.menu-button a:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.menu-button:hover .icon1 {
    right: 0px;
    bottom: 9rem;
}
.menu-button:hover a {
    opacity: 1;
}
.menu-button:hover .icon2{
    right: 0px;
    bottom: 6rem;
}
.menu-button:hover a {
    opacity: 1;
}
.menu-button:hover a {
    opacity: 1;
    right: 0;
    bottom: 100%;
}
.yith-wcwl-wishlistexistsbrowse span i{
  margin-right: 15px;
}
.ea-actions-group .btnCancle{
  background-color: var(--color-white) !important;
  border-color:var(--color-white) !important ;
  color: #4989FC !important;
}
