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

h2,#slidemainbox h1,#slidemainbox p,#slidemainbox .vw-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 .vw-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,#quick-contact input[type=submit],#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: var(--color-red);
}
#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,#best-tool .star-rating,#best-tool .star-rating:before{
  color: var(--color-red) !important;
}
#slidemainbox .video-play-icon i,#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);
}
#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) !important;
}
.owl-nav button i:hover,.owl-next i:hover,.owl-carousel .owl-nav button.owl-next i:hover{
  color: var(--color-red) !important;
}
.owl-nav button:hover,.owl-next i:hover{
  border-color: var(--color-red) !important;
}
#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;
  z-index: 1111;
  display: block;
}

#slidemainbox p,#problemsolver .solver-text{
  font: 600 14px/25px 'Sen', sans-serif;
}
#slider .slide_nav a{
  position: absolute;
}
#slider .slide_nav a i{
  font-size: 30px;
}
#slider .slide_nav a {
  padding: 5px 6px;
  width: 6.6rem;
  height:67px;
  opacity: 1;
}
#slider .carousel-control-prev {
  bottom: 3.9rem;
  z-index: 99;
  background-color: var(--color-red);
  left: 100%;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  top: unset;
  right: -9.1% !important;
}
#slider .carousel-control-next{
  bottom: -0.3rem;
  z-index: 99;
  background-color: #72bbfa;
}
#slidemainbox{
  margin-top: -50px !important;
}
#slidemainbox .vw-slider-button1{
  padding: 13px 15px;
  text-transform: uppercase;
  font: 600 12px/25px 'Sen', sans-serif;
  border-radius: 4px;
}
#slidemainbox .video-play-icon i{
  padding-top: 18px;
}
#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: 700 14px/25px 'Sen', sans-serif;
}
.pulse a:hover,
.pulse a:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(#fff,0);
}
#testimonials .testimonials-inner-box .testimonials-text1,#what-we-offer .what-we-offer-box .what-we-offer-box-text,#latest-news .latest-blogs-main-content .latest-blog-content .author-name,#latest-news .latest-blogs-main-content .latest-blog-content p,#pricing-plan .plan-outer-text{
    font-weight: 500 !important;
}
#testimonials .testimonials-inner-box h4 a, #latest-news .latest-blogs-main-content .blog-date .latest-blog-date{
  line-height: 16px;
}
#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;
  margin-top: -10%;
  z-index: 9;
  position: relative;
}
#Content-area h4,#latest-news .latest-blogs-main-content .blog-date .latest-blog-year,#best-tool h5 a,.custom-product-price ins{
  font: 700 18px/25px 'Sen', sans-serif;
}
#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: 700 34px/48px 'Sen', sans-serif;
  letter-spacing: 1px;
}
#pricing-plan .plan-outer-text{
  letter-spacing: 1px;
}
#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', sans-serif;
  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', sans-serif;
  letter-spacing: 1px;
}
#plumbing-care h4{
  font: 700 42px/45px 'Sen', sans-serif;
  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: rgb(221 21 21 / 80%);
  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:#001e38;
}
#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 #fff;
  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: #001e38;
  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:#fff;
}
#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 #001e38;
  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-box h4,#care-services .care-services-inner-box1 h4,#why_choose_us .choose-box h4,#what-we-offer .what-we-offer-box h6{
  font: 700 18px/25px 'Sen', sans-serif;
  letter-spacing: 1px;
}
#care-services .care-services-inner-box p,#care-services .care-services-inner-box1 p,.our-team .post{
  font: 600 12px/25px 'Sen', sans-serif;
  letter-spacing: 0.5px;
}
#care-services .care-services-box-button a i{
  font-size: 20px;
  padding: 1px 7px;
  color: #50aaf8;
  border-radius: 50%;
  border: 2px solid #50aaf8;
}
#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: 10px 16%;
  border: 4px solid var(--color-red);
}
.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 #081e38;
   color: var(--color-white);
}
.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,#081e38,#081e38);
    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;
}
#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,#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: var(--color-red);
}
#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;
}
#testimonials .testimonials-inner-box h4 a:after{
  width: 40px;
  height: 2px;
  margin-top: 0px;
}
#aboutme img{
  border: 16px solid #d7d7d7;
  width: 400px;
  height: 420px;
  position: absolute;
  z-index: 111;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
  margin-top: -20%;
}
#aboutme .about-innerbox-img{
  border: 16px solid var(--color-red);
  width: 400px;
  height: 420px;
  position: relative;
  z-index: -1;
}
.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: 600 11px/20px 'Sen', sans-serif;
  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: #4283bd;
    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: 700 24px/30px 'Sen', sans-serif;
}
.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-red);
  width: 0%;
  height: 3px;
  position: absolute;
  top: auto;
  bottom: 0;
  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-red);
}
#problemsolver .solver-box-img .solver-innerbox-img1 img{
  margin-top: -23%;
  z-index: 11;
  position: relative;
}
#problemsolver .solver-box-img .solver-innerbox-img1:after{
  display: block;
  content: '';
  position: absolute;
  width: 77px;
  height: 7px;
  margin-left: -8px;
  margin-top: 0px;
  transition: all .4s ease;
  background-color: var(--color-red);
}
.solver-innerbox-img2{
  padding: 14%;
  width: 15%;
  margin-top: -53%;
  float: right;
  left: -22%;
  z-index: 1;
  background: transparent !important;
  border: 4px solid red !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: 300px;
  border-radius: 20px;
  border: 1px solid #ed1c24;
}
#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: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: var(--color-red);
}
#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-red);
}
#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-red);
}
#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: #001e38;
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
#testimonials .testimonials-inner-box1:after{
    background-color: #001e38;;
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
#testimonials .testimonials-inner-box:hover{
    border: 1px solid #ed1c24;
    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: 40%;
  margin: 0 auto;
}
#quick-contact .wpcf7 input[type=text],#quick-contact .wpcf7 input[type=email],#quick-contact textarea {
  width: 100%!important;
  font-size: 15px;
  padding: 12px 25px;
  margin: 0 12px 23px 0;
  height: auto;
  float: left;
  background-color: unset;
  border: none;
}
#quick-contact textarea{
  border: 1px solid #ced4da;
}
#quick-contact input[type=submit] {
  padding: 5px 25px;
  border: 1px solid var(--color-red);
  display: block;
  margin: 0 auto;
}
#small-touchup p,#small-touchup h2{
  width: 65%;
}
#small-touchup .theme_button3 span{
  border-bottom: 2px solid var(--color-red);
  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: var(--color-red);
}
#small-touchup .small-touchup-box{
  border-left: 6px solid var(--color-red);
}
#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;
}
#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%;
    background: linear-gradient(25deg,#fff,#0a58cd);
    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;
}
.our-team:hover:after{
    transform: scale(1);
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 75%;
    background: #001e38;
    padding: 14px 0 20px 0;
    margin: 0 auto;
    border: 1px solid #001e38;
    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{
    display: block;
    width: 30px;
    height: 30px;
    font-size:15px;
    font-weight: 600;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
#what-we-offer .img-outer-box{
  background-color: #eeeeee;;
}
#what-we-offer .img-outer-box img{
  height: auto;
  width: 50%;
  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 .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: 10%;
  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-red);
    margin: 0 auto;
    overflow: hidden;
    height: 1em;
    line-height: 1;
    font-size: 11px;
    width: 5.4em;
    font-family: star;
    position: relative;
    margin-top: 7px;
  }
.star-rating:before {
    border-color: var(--color-red);
    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: var(--color-red);
    border-color: var(--color-red);
}
.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 var(--color-red);
  padding: 5% 11%;
  text-transform: uppercase;
}
#best-tool .product-box .comment-value{
  color: #141313;
  margin-right: 8px;
}
#best-tool .rating-box,#best-tool .wishlist-main-box{
  display: inline-flex;
}
#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;
}
.menu-button {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: initial;
    font-size: 16px;
    cursor: pointer;
}
.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:#001e38;
}
#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: #001e38 !important;
}
