/*
Theme Name: Printing Services Pro
Theme URI: https://www.theclassictemplates.com/products/portfolio-wordpress-theme
Author: Theclassictemplates
Author URI: https://www.theclassictemplates.com/
Description: Premium Portfolio WordPress Theme is a theme all creatives need to display their work to potential clients. Be it writers, designers, illustrators, cartoonists, web developers, photographers, architects, fashion designers, or marketing and advertising professionals, if you have a portfolio to show, this theme is all you need. Tell your clients about what you do and yourself under “About Me” as it becomes your call-to-action (CTA) tool. With sleek, modern design layouts, well-structupink configuration, this theme is cross-platform and all-browsers compatible, making it responsive. The bug and breach free theme reassures for a faster loading website that won’t keep your clients waiting for pages to load.
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: printing-services-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featupink-images, full-width-template, sticky-post, theme-options, threaded-comments
developed by Theclassictemplates(Theclassictemplates.net), 2023.
Printing Services Pro WordPress Theme is released under the terms of GNU GPL
/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Kalam:wght@300;400;700&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
  --white: #ffffff;
  --black: #000000;
  --pink: #7684FF;
  --blue: #7684FF;
  --blackk: #222120;
}
:root {
  --pri-font: "Outfit";
  --sec-font: "Outfit", cursive;
  overflow: auto;
}
body{
  background-color: #f6f5fe !important;
}
#wpadminbar {
  position: fixed !important;
}
.owl-nav.disabled{
  display: none;
}
.owl-nav .owl-next i:hover, .owl-nav .owl-prev i:hover {
   background-color: #7684FF !important;
  color: #fff;
}
.owl-nav .owl-prev i {
  background: #dcdefe;
  color: #000;
}
.owl-nav .owl-next i{
   background-color: #7684FF !important;
  color: #fff;
}
.owl-nav .owl-next i,.owl-nav .owl-prev i{
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 18px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
  border: none !important;
}
section{
  padding: 4% 0px;
  position: relative;
  z-index: 0;
  background-color: #F6F5FE;
}
.newsletter-sec-bg {
  box-shadow: 0px 0px 4px #00000029;
}
section .container{
  position: relative;
  z-index: 1;
}
html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  color: var(--color-black);
  font-weight: 300;
  font-size: 15px;
  font-family: var(--pri-font);
  overflow-x: hidden;
  background-color:var(--color-white);
  overflow-x: hidden;
  width: 100%;
}
h6{
  font: 500 22px/28px var(--pri-font);
  color: var(--black);
  margin: 0px;
}
h4{
  font: bold 34px / 45px var(--sec-font);
  margin: 0px;
  color: #fff;
}
h5{
  font: 600 28px / 40px var(--pri-font);
  color: #fff;
  margin: 0px;
}
h3,h3 a{
  font: 600 30px / 45px var(--pri-font);
  margin: 0px;
  color: #fff;
}
h2{
  font: normal normal bold 30px / 45px var(--pri-font);
  color: var(--black);
  margin: 0;
}
#reply-title{
  font: 400 35px / 60px var(--sec-font);
  color: #000 !important;
  margin: 0;
}
h1{
  font: 600 50px/60px var(--pri-font);
  margin: 0px;
  color: #fff;
}
p{
  font: 400 18px / 22px var(--pri-font);
  color: #000000;
  margin: 0;
}
.btn{
  font: 600 15px / 20px var(--pri-font);
  color: #fff;
  background: #000;
  padding: 13px 5px 13px 8px;
  border-radius: 12px;
}
.btn:hover{
  animation: pulse 1s infinite;
  transition: .3s;
}
.sub-head {
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-feature{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-service{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-about{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-project{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-product{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-why{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-testimonial{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
  font-weight: 600;
}
.sub-head-team{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-blog{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
.sub-head-news{
  font: 600 20px / 25px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
}
#our_Products .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, 20px);
  /* opacity: 0; */
  z-index: 1;
}


.product-box .add_to_cart_button.added::before {
  display: none !important;
  transition: 1s ease-in-out;
}

.product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(20px, 70px);
  opacity: 0;
}

#our_Products .product-box:hover .add_to_cart_button, #our_Products .product-box:hover .yith-wcwl-add-to-wishlist-button {
  opacity: 1;
}
#our_Products .product-box:hover .added_to_cart {
  opacity: 1 !important;
}



.products-img-box .yith-wcwl-add-to-wishlist-button {
  opacity: 0;
}

.product-box .add_to_cart_button::before, .product-box .added_to_cart::before {
  position: absolute;
  content: '\f07a';
  font-size: 18px !important;
  left: 0;
  top: 0;
  font-weight: 600;
  width: 35px;
  height: 35px;
  background-color: #7684FF;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  font-family: "Font Awesome 5 Free"; 
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.product-box .added_to_cart::before{
  content: '\f07a' !important;
  font-size: 18px !important;
  font-family: "Font Awesome 5 Free";  
  font-weight: 800;
}
.product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 16px;
}

.products-img-box a.add_to_cart_button {
  font-size: 0;
}
.products-img-box a.added_to_cart {
  font-size: 0;
}

#our_Products .product-box:hover a.added_to_cart::before {
  opacity: 1 !important;
  background-color: #000;
}

.bypostauthor {
  font-weight: 600;
}
.wpcf7-spinner {
  display: none;
}
/*--------- Site Loader --------------*/
.preloader{
  display: flex;
  background: #FF5F6A;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.preloader .loading-dot{
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0px 40px 0px 0px #fff,0px -40px 0px 0px #fff,40px 0px 0px 0px #fff,-40px 0px 0px 0px #fff,
              40px 40px 0px 0px #fff,-40px -40px 0px 0px #fff,40px -40px 0px 0px #fff,-40px 40px 0px 0px #fff;
  animation: load 3s infinite linear;
}
@keyframes load{
  0% {
      transform: rotate(0deg);
      box-shadow: 0px 40px 0px 0px #fff,0px -40px 0px 0px #fff,40px 0px 0px 0px #fff,-40px 0px 0px 0px #fff,
                  40px 40px 0px 0px #fff,-40px -40px 0px 0px #fff,40px -40px 0px 0px #fff,-40px 40px 0px 0px #fff;
  }
  25%{
      box-shadow: 0px 40px 0px 0px #fff,0px -40px 0px 0px #fff,40px 0px 0px 0px #fff,-40px 0px 0px 0px #fff,
                  -40px -40px 0px 0px #fff,40px 40px 0px 0px #fff,-40px 40px 0px 0px #fff,40px -40px 0px 0px #fff;
  }
  50%{
      box-shadow: 0px -40px 0px 0px #fff,0px 40px 0px 0px #fff,-40px 0px 0px 0px #fff,40px 0px 0px 0px #fff,
                  -40px -40px 0px 0px #fff,40px 40px 0px 0px #fff,-40px 40px 0px 0px #fff,40px -40px 0px 0px #fff;
  }
  70%{
      box-shadow: 0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,
                  0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff;
  }
  75%{
      width:10px;
      height:10px;
      box-shadow: 0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,
                  0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff;
  }
  80%{
      background-color: #fff;
      width:40px;
      height:40px;
      transform: rotate(360deg);
      box-shadow: 0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,
                  0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff;
  }
  85%{
      background-color: #fff;
      width:40px;
      height:40px;
      transform: rotate(360deg);
      box-shadow: 0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,
                  0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff;
  }
  90%{
      background-color: #fff;
      width:10px;
      height:10px;
      transform: rotate(360deg);
      box-shadow: 0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,
                  0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff,0px 0px 0px 0px #fff;
  }
  95%{
      box-shadow: 0px 40px 0px 0px #fff,0px -40px 0px 0px #fff,40px 0px 0px 0px #fff,-40px 0px 0px 0px #fff,
                  40px 40px 0px 0px #fff,-40px -40px 0px 0px #fff,40px -40px 0px 0px #fff,-40px 40px 0px 0px #fff;
  }
  100%{
      transform: rotate(360deg);
      box-shadow: 0px 40px 0px 0px #fff,0px -40px 0px 0px #fff,40px 0px 0px 0px #fff,-40px 0px 0px 0px #fff,
                  40px 40px 0px 0px #fff,-40px -40px 0px 0px #fff,40px -40px 0px 0px #fff,-40px 40px 0px 0px #fff;
  }
}
.product-content-box {
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #d2d0d0;
}
.product-content-box .pro-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.product-title a {
  color: #000;
  font: 600 22px / 30px var(--pri-font);
}
.cat-title{
  font: normal normal normal 14px/14px Rubik;
  color: #000;
}
.product-amount {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.product-amount ins {
  text-decoration: none;
}
.product-btn-arrow-box a {
  background-color: var(--pink) !important;
  color: #fff !important;
  font: 600 18px / 20px "Space Grotesk";
  padding: 14px 30px !important;
  border-radius: 8px !important;
  text-transform: capitalize;
}
.cart-btn{
  position: relative;
}
.product-btn-arrow-box .added_to_cart{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d71515 !important;
  color: #fff !important;
  font: 600 18px / 20px "Space Grotesk";
  padding: 10px 42px !important;
  border-radius: 8px !important;
  text-transform: capitalize;
}
.product-amount del {
  display: none;
}
.product_list_widget .star-rating,.product_list_widget del{
  display: none;
}
.product_list_widget ins{
  text-decoration: none;
  align-self: center;
}


#sidebar .product_list_widget li a {
  display: flex;
  width: 100%;
}
#sidebar .product_list_widget li a img{
  width: 80px;
  height: 60px;
  object-fit: contain;
  margin: 0;
}
#sidebar .product_list_widget li a .product-title{
  align-self: center;
  margin-left: 10px;
}

#sidebar aside {
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 8%;
  border: 1px solid #686868;
  backdrop-filter: blur(90px);
  background-color: rgb(80 80 80 / 10%);
}
.search-form {
  position: relative;
}
#sidebar label {
  width: 100%;
  color: var(--blue);
}
.search-submit {
  font-size: 0;
  border: none;
  background: transparent;
}
.search-form label:before {
  content: '\f002';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #fff;
  background: var(--orange);
  width: 25px;
  line-height: 41px;
  height: 41px;
  border-radius: 0px 6px 6px 0px;
  font-size: 14px;
}
#sidebar .search-field {
  border: none;
  padding: 11px 45px 11px 10px;
  border-radius: 6px;
  width: 100%;
   background-color: #7684FF !important;
}
#sidebar input::-webkit-input-placeholder{
  color: var(--white);
}
#sidebar h3::after, #sidebar h2::after,.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,.wc-block-components-sale-badge{
  display: none !important;
}
#sidebar ul li p {
  color: #000;
  font: 500 14px / 22px var(--pri-font);
}
#sidebar .widget_products ul li {
  color: #000;
  text-align: end !important;
  display: flex;
  align-items: center;
}
#sidebar ul li a {
  color: #000;
  font-family: var(--pri-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  align-self: center;
}
#sidebar .widget_archive ul li {
  list-style: none;
  list-style-position: inside;
}
#sidebar .widget_categories ul li ,#sidebar .widget_pages  ul li,#sidebar .widget_meta ul li,#sidebar .widget_nav_menu ul li,#sidebar .widget_product_categories ul li {
  list-style: none;
  list-style-position: inside;
  font-weight: 500;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
.recent-post-box {
  padding-bottom: 4%;
}
.recent-post-box .post-content{
  /* align-self: center; */
}
.recent-post-box .post-thumb{
  height: 70px;
}
.recent-post-box .post-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* about */
#about-us .sub-head-about:before{
  position: absolute;
  content: "";
  left: 12px;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.sub-head-about:hover::before {
  width: 6% !important;
}
#about-us .media-body h6 {
  color: #fff;
  font-weight: 600;
}
#about-us .about-detail-one h6 {
  font-weight: 600;
}
#about-us .media-body p {
  color: #fff;
}
#about-us .counter h6 {
  font-size: 18px;
}
.about-content-para {
  font: 600 15px / 25px var(--pri-font);
}
.about-content-para:after {
  content: '';
  width: 3px;
  height: 100%;
  background: red;
  position: absolute;
  left: -10px;
  top: 0;
  background-image: linear-gradient(to top, var(--blue) , var(--pink));
}
.about-exp-btn::after {
  content: '';
  height: 2px;
  width: 39px;
  position: absolute;
  background: #000;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s ease-in-out !important;
}
.btn-blue::after {
  content: '';
  height: 2px;
  width: 39px;
  position: absolute;
  background: #000;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s ease-in-out !important;
}
.about-btn-box a:hover::after {
  left: calc(100% - 20px);
}
.abt-item-one {
  position: absolute;
  top: 23%;
  right: 65px;
  z-index: 1;
}
.abt-item-one img{
  border-radius: 100px 0px 100px 0px;
}
.abt-item-three {
  position: absolute;
  top: 0;
  left: 0px;
}
.abt-item-three img{
  border-radius: 100px 0px 100px 0px;
}
.abt-item-two {
  position: absolute;
  bottom: 0;
  left: -40px;
  z-index: 1;
}
.abt-item-two img{
  border-radius: 0px 100px 0px 100px;
}
.about-icon-img{
  position: relative;
  z-index: 1;
}
.about-icon-img svg {
  width: 100%;
}
/* blog */
.blog-detail h6 {
  font-weight: 600;
}
#Blog .owl-nav {
  position: absolute;
  top: -30%;
  right: 0%;
  display: flex;
  gap: 25px;
}
#blog{
  margin-left: 5%;
  border-radius: 5px 0px 0px 5px;
}
section#blog .container{
  margin-left: 170px;
}
.blog-contents-box p a{
  color: #ffffff;
  font: 600 16px / 20px var(--pri-font);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-contents-box {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-contents-box .blog-contents-title p a{
  color: #ffffff;
  font: 600 14px / 20px var(--pri-font);
}
.author-image img{
  width: 50px !important;
  height: 50px;
  border-radius: 50px;
  margin: unset !important;
  border: 3px solid #fff;
}
.cat-image-bg a{
  color: #000;
  font: 600 15px / 20px var(--pri-font);
}
.post-img {
  width: auto;
  height: 320px;
}
.blog-img-box .post-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.blog-contents-box .cat-item{
  position: relative;
  color: #fff;
  font: 400 14px / 20px var(--pri-font);
}
.author-admin-box span, .comment-box .post-comments, .latest-news-view, #our-feature p.cat-title a{
  color: #fff;
  text-transform: capitalize;
  font: 500 14px / 14px var(--pri-font);
}
.blog-button-outer-box{
  width: fit-content;
}
.blog-contents-para {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.blog-button-box a {
  color: var(--blue);
  padding: 8px 6px;
  border-radius: 6px;
  font: 600 16px / 25px var(--pri-font);
  z-index: 3;
  position: relative;
  background: #fff;
  letter-spacing: 0;
}
.our-blog-box .owl-carousel .owl-stage{
  margin: 50px 0px;
}
.our-blog-box .owl-carousel .owl-stage .owl-item{
  position: relative;
}
.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(1),.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(5),.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(9){
  top: -30px;
}
.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(2),.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(6),.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(10){
  top: 30px;
}
.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(3),.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(7),.our-blog-box .owl-carousel .owl-stage .owl-item:nth-child(11){
  top: -50px;
}
.blog-img-box .date-item{
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font: 500 14px / 20px var(--pri-font);
  background: var(--blue);
  padding: 5px;
}

.page .middle-content p,.terms-conditions-para,.custo-para,#membership-page p{
  color: #000;
  font: 400 15px/25px var(--pri-font);
}
.page-template-default .middle-content{
  padding: 5% 0px;
}
/* products */
#our_Products .sub-head-product:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.sub-head-product:hover::before{
  width: 9% !important;
}
#single-product-page #alg_currency_selector{
  display: none;
}
nav.woocommerce-pagination {
  padding: 5% 0px;
}
.shop .products-img-box{
  height: 300px;
  width: 270px;
}
.shop-button-box {
  background-color: #7684FF;
  color: #fff;
  padding: 5px;
  display: none;
}
.product-rating-trade-content-box .rating{
  color: #8F8F8F;
  display: flex;
}
.product-rating-trade-content-box i{
  color: #FF993C;
  align-self: center;
}

.our-products-box .owl-nav{
  width: fit-content;
  position: absolute;
  top: -30%;
  right: 1%;
}
.products-img-box img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px 10px 0px 0px;
}
.product-tag-main-box {
  position: absolute;
  top: 0;
  width: 100%;
}
.product-tag-box {
  top: 0;
  right: 0;
  text-transform: capitalize;
}
.sale-product-tag .onsale{
  font: 400 12px / 13px var(--pri-font) !important;
  background-color: var(--pink) !important;
  color: #fff !important;
  width: fit-content;
  padding: 5px 10px !important;
  border-radius: 2px !important;
  min-height: 16px !important;
  line-height: 16px !important;
  top: 2px !important;
  left: 0px !important;
  position: relative;
}
.product-tag{
  font: 400 12px / 13px var(--pri-font) !important;
  background-color: var(--pink) !important;
  color: #fff !important;
  width: fit-content;
  padding: 4px 10px !important;
  border-radius: 2px !important;
  min-height: 16px !important;
  line-height: 16px !important;
  top: 2px !important;
  left: 2px !important;
}

.products-img-box {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  height: 300px;
  width: 300px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  z-index: 0;
  box-shadow: 0px 0px 10px #00000029;
}
#our_Products .owl-stage-outer{
  padding: 10px;
}
.navbar-icon {
  position: absolute;
  right: -51px;
  top: 16px;
  opacity: 0.1;
  z-index: -1;
}
.products-img-box:hover .navbar-icon{
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.product-background{
  z-index: 0;
}
.product .woocommerce-product-gallery__trigger {
  z-index: 0 !IMPORTANT;
}
.products-img-box img {
  height: 200px;
  width: 200px !important;
  object-fit: cover;
}
.product-custom-content{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 8px 12px;
  border-top: 0px;
  border-radius: 0px 0px 8px 8px;
}
.product-box:hover h6 {
  color: #7684FF;
}
.products-content-main-box:hover .product-icon, table.wishlist_table tr:hover .product-add-to-cart {
  opacity: 1;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 14px;
  color: #FFC107;
}
.wishlist_text,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg{
  top: 22px;
}
.cart-btn a, .wishlist-items-wrapper .product-add-to-cart a, .wishlist_table.mobile li .product-add-to-cart a {
  font-size: 0 !important;
  position: relative !important;
  display: block !important;
  background: transparent !important;
  padding: 0 !important;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.yith-wcwl-add-button{
  text-align: center;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  content: "\f07a";
}
.shop.shop-product .woocommerce-ordering, .yith-wcwl-add-button span {
  display: none;
}
.product-content-box:hover .cart-btn, table.wishlist_table tr:hover .product-add-to-cart a {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.product-content-box:hover .wishlist_text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.yith-wcwl-add-to-wishlist {
  margin: 0px !important;
  padding-left: 5px;
}
.yith-wcwl-add-button a i{
  color: #fff;
  font-size: 18px;
  padding-left: 3px;
  margin: 0;
}
.yith-wcwl-add-button a i:hover,.cart-btn a:hover:before{
  color: var(--blue);
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon{
  color: #fff !important;
}
.yith-wcwl-wishlistexistsbrowse .feedback,.yith-wcwl-wishlistaddedbrowse .feedback{
  font-size: 0px;
}
.yith-wcwl-wishlistexistsbrowse a,.yith-wcwl-wishlistaddedbrowse a{
  position: absolute;
left: 0;
font-size: 7px;
opacity: 0;
}
.products-rating-content-box{
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
#related-products .products-content-outer-box {
  height: 370px;
}
.products-content-main-box:hover .products-rating-content-box{
  height: 30px;
}

.yith-wcwl-wishlistaddedbrowse:before, .yith-wcwl-wishlistexistsbrowse:before{
 background: var(--pink);
}

/* single product page */

.woocommerce .star-rating span{
  color: #7684FF;
}
.woocommerce div.product .product_title,.woocommerce-Tabs-panel h2{
  font: 600 35px / 60px var(--sec-font);
  color: #000;
}
.woocommerce-product-details__short-description p,.woocommerce div.product div.summary p{
  color: #000;
}
#contentwoocom .price span {
  color: #000;
}
.woocommerce div.product div.images img{
  width: auto !important;
  margin: auto;
  height: 80%;
}
.woocommerce .woocommerce-product-rating .star-rating{
  color: var(--pink);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(140deg, var(--pink), var(--blue)) !important;
  color: #fff;
}
#review_form input[type="submit"]{
  background: linear-gradient(140deg, var(--pink) , var(--blue)) !important;
  color: #fff !important; 
  padding: 12px 20px !important;
}
.single-product .woocommerce-product-gallery .flex-viewport{
  background: #fff;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img{
  position: relative;
  top: 10%;
  object-fit: contain;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{
  height: 400px;
}
.single-product div.product div.images .flex-control-thumbs li{
  background: #fff;
  position: relative;
  color: #000;
}
.wc-block-cart-item__quantity button,.is-large.wc-block-cart .wc-block-cart__totals-title,.wc-block-components-totals-coupon .wc-block-components-panel__button,.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper,.wc-block-components-totals-item__label,.wc-block-components-totals-item__value,.is-large.wc-block-cart .wc-block-cart-items{
  color: #000 !important;
}
.single-product div.product div.images .flex-control-thumbs{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.single-product div.product div.images .flex-control-thumbs li img{
  width: 80px !important;
  height: 80px !important;
  margin: 20% auto;
  object-fit: contain;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin-top: 5%;
}
.single-product .custom-quantity,.summary.entry-summary .desc-para:nth-child(6), .summary.entry-summary .desc-para:nth-child(7), .summary.entry-summary .desc-para:nth-child(8), .summary.entry-summary .desc-para:nth-child(8), .summary.entry-summary .desc-para:nth-child(9){
  
}
.summary.entry-summary .desc-para{
  padding: 30px 0px;
  font: 400 15px / 26px var(--pri-font);
}
.single-product .woocommerce-Price-amount bdi{
  font: 600 20px / 20px var(--pri-font);
}
.shop.shop-product .woocommerce-ordering, .yith-wcwl-add-button span {
  display: none;
}








.our-products-price-box bdi {
  font: 600 22px / 22px var(--pri-font);
  color: #000;
}
.custom-content h6 a{
  font: 600 18px / 25px var(--pri-font);
}
#woosq-popup .summary-content{
  padding: 6%;
}
#woosq-popup .summary-content .price{
  font: 600 16px / 40px var(--pri-font);
}
.woocommerce div.product form.cart .button{
   background-color: #7684FF !important;
  border: none;
  border-radius: 8px;
  width: fit-content;
  height: 45px;
}
.woocommerce div.product form.cart .button:hover{
  background-image: linear-gradient(140deg, var(--blue), var(--pink));
}
#woosq-popup h1 {
  font: 600 35px / 50px var(--pri-font);
}
#woosq-popup .thumbnail img{
  width: 50%;
  margin: auto;
  background: #f4f4f4;
  padding: 40px;
}
.wc-block-cart-items {
  box-shadow: 0px 0px 3px 0px #dddddd;
  border-radius: 10px;
  padding: 10px;
}
.wc-block-cart-items thead{
  /* box-shadow: 0px 1px 1px 0px #dddddd;
  border-radius: 10px 10px 0px 0px; */
}
.wp-block-woocommerce-cart-order-summary-block {
  box-shadow: 0px 0px 3px 0px #dddddd;
  border-radius: 10px;
  padding: 10px;
}
.is-large.wc-block-cart .wc-block-cart-items th, .is-large.wc-block-cart .wc-block-cart__totals-title {
  font: 500 18px / 20px var(--pri-font) !important;
  text-transform: capitalize !important;
  color: #000;
}
.wc-block-components-product-name {
  font: 600 20px / 20px var(--pri-font) !important;
  color: #000 !important;
}
.wc-block-components-product-details.wc-block-components-product-details li {
  margin-left: 0;
  color: #fff !important;
}
.wc-block-components-checkout-return-to-cart-button{
  color: #fff !important;
  font: 500 14px / 20px var(--pri-font);
   background-color: #7684FF;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  width: 23%;
  margin: auto;
  text-align: center;
  margin-right: 10px;
 
}
.wc-block-components-product-price{
  font: 600 16px / 20px var(--pri-font) !important;
  color: #000;
}
.wc-block-components-button__text {
   background-color: #7684FF !important;
  color: #fff;
  padding: 12px 15px;
  border-radius: 4px;
  font: 500 14px / 20px var(--pri-font);
  margin-top: 30px;
  opacity: 1 !important;
  width: 100%;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row{
  display: block !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
  background: none;
  width: auto;
}
.woocommerce-Tabs-panel--description .desc-para{
  font: 400 16px / 25px var(--pri-font);
}
.wc-block-components-totals-coupon__form .wc-block-components-button__text{
  margin: 0;
}
.wc-block-components-totals-coupon__form .wc-block-components-button{
  border: none;
}
.wc-block-checkout__actions_row .wc-block-components-button .wc-block-components-button__text {
  margin: 0;
}
.wc-block-checkout__actions_row .wc-block-components-button {
  border: none;
  background: transparent;
  padding: 0 !important;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row{
  padding: 16px 20px;
}
.wc-block-components-main form{
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
}
.wc-block-cart .wc-block-cart__submit-container--sticky:before {
  box-shadow: 0 1px 6px 0px currentColor !important;
}
.wc-block-components-checkbox label,.wc-block-checkout__terms span,.wc-block-components-address-form__address_2-toggle,.wc-block-components-order-summary__button-text,.wc-block-components-panel__content{
  color: #000 !important;
}
.wc-block-checkout__actions_row{
  width: fit-content;
  margin: auto;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #fff !important;
  border-radius: 10px !important;
  padding: 30px;
  position: relative;
  top: -8px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wp-block-woocommerce-checkout-order-summary-block{
  border: 1px solid #fff !important;
  border-radius: 10px !important;
}
.single-product .custom-quantity-select{
  border: none;
  width: 60px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: transparent;
  padding: 0;
  margin-left: 5px;
}
#single-product-page .entry-summary .yith-wcwl-add-to-wishlist{
  position: relative;
  top: -72px;
  left: 130px;
  width: fit-content;
}
#single-product-page .entry-summary .product_meta{
  position: relative;
  top: -50px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#single-product-page  #reviews #comments ol.commentlist li .comment-text .description p,#single-product-page .entry-content p{
  color: #000;
}
#wp-comment-cookies-consent{
  align-self: baseline;
  top: 4px;
  position: relative;
}
#single-product-page .entry-summary .product_meta .posted_in,#single-product-page .entry-summary .product_meta .tagged_as{
  font: 500 16px/20px var(--pri-font);
}
#single-product-page .entry-summary .product_meta .posted_in a,#single-product-page .entry-summary .product_meta .tagged_as a{
  font: 400 14px/20px var(--pri-font);
}
#single-product-page .entry-summary .product form.cart{
  width: fit-content;
}
#single-product-page .entry-summary .yith-wcwl-wishlistaddedbrowse:before, #single-product-page .entry-summary .yith-wcwl-wishlistexistsbrowse:before,#single-product-page .entry-summary  .yith-wcwl-add-button a.add_to_wishlist:before, #single-product-page .entry-summary  .yith-wcwl-wishlistaddedbrowse:before, #single-product-page .entry-summary  .yith-wcwl-wishlistexistsbrowse:before{
  display: none;
}
#single-product-page .entry-summary .yith-wcwl-add-button a.add_to_wishlist i {
  border: 2px solid var(--pink);
  font-weight: 500;
  color: var(--pink);
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: unset !important;
}
#single-product-page .entry-summary .yith-wcwl-wishlistaddedbrowse a,#single-product-page .entry-summary .yith-wcwl-wishlistexistsbrowse a{
  position: unset;
}
#single-product-page .entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  color: pink;
  font-size: 20px;
  border: 2px solid var(--pink);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
}
.single-product #contentwoocom .quantity input[type="number"]{
  display: none;
}
.products-content-main-box {
  position: relative !important;
}




/* form css */
#review_form form{
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  padding: 3%;
  border-radius: 10px;
  width: 100%;
  background: transparent;
  border: 1px solid #686868;
  gap: 15px;
}
#reviews .comment-form-author {
  order: 1;
  width: 100%;
}
#reviews .comment-form-email {
  order: 2;
  width: 100%;
}
#reviews .comment-form-cookies-consent {
  order: 3;
  width: 100%;
}
#respond p.form-submit {
  order: 4;
  width: 100%;
  padding-top: 5%;
}
.single-product #respond p.form-submit{
  padding-top: 0%;
}

.yith-wcwl-add-to-wishlist-button svg{
  color: #fff !important;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 4px;
  width: 60px !important;
  height: 35px;
  background-color: #7684FF;
}
.yith-wcwl-add-to-wishlist-button-icon{
  color: red !important;
}
.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.woocommerce #reviews #comments ol.commentlist{
  padding-top: 3%;
  padding-left: 0%;
}
#reviews .comment-form-rating {
  order: 4;
  width: 100%;
  display: flex;
  color: #949494;
  font: normal normal normal 13px / 19px var(--pri-font);
}
#reviews .comment-notes{
  display: none !important;
}
#reviews .comment-form-comment {
  order: 3;
  width: 100%;
}
.woocommerce #review_form #respond p{
  margin: 0px;
  align-self: center;
}
#header_navigation ::placeholder{
  color: pink !important;
}


/* wishlist page  */
.woocommerce-wishlist .shop_table.wishlist_table {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.wishlist-page-image-box {
  width: 275px;
}
.product-thumbnail {
  max-width: 100% !important;
  height: auto;
}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce a.remove {
  background: #7684FF;
  color: #fff !important;
  font-size: 19px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transform: translate(20px, 20px);
}
.yith_wcwl_wishlist_footer,.woocommerce-breadcrumb{
  display: none;
}

.wishlist_table .products-img-box{
width: auto;
height: auto;
}

.wc-block-grid,.wp-block-woocommerce-empty-cart-block{
  margin-top: 4%;
}
.wp-block-woocommerce-cart .wc-block-grid__product-rating,.wp-block-woocommerce-cart .yith-wcwl-add-to-wishlist{
  display: none;
}
.wc-block-grid__product-title{
  font: 500 18px / 20px Rubik !important;
  color: #000;
}
.wc-block-grid__product-add-to-cart.wp-block-button a {
    background: var(--pink);
    color: #fff;
    font: 400 14px / 20px var(--pri-font) !important;
    border-radius: 4px;
    padding: 8px 16px;
}
.wc-block-grid__products {
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0px;
  justify-content: space-between;
}
.wc-block-grid__product.wc-block-grid__product {
  background: #fff;
  box-shadow: 0px 0px 50px 0px #cacaca;
  box-sizing: border-box;
  width: 100%;
  max-width: 315px !important;
  border-radius: 8px;
}




/* woocomerce login page */
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active{
  border: 1px solid var(--pink) !important;
  background: #fff !important;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a{
  color: var(--pink) !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
  background: var(--pink) !important;
}
.woocommerce-info{
  border-color: var(--pink) !important;
}
button.woocommerce-Button.button,.woocommerce-Button{
  border: none;
  background: var(--pink);
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font: 600 14px/20px var(--pri-font);
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
  display: flex;
  flex-direction: column;
}
.woocommerce-account .addresses .title .edit {
    float: left !important;
}



/* testimonial */
#testimonial-style .sub-head-testimonial:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: 38px;
}
.sub-head-testimonial:hover::before{
  width: 8% !important;
}

.testi-image{
  width: 100px;
  height: 100px;
  position: relative;
  bottom: 50px;
}
#testimonial-style .testimonial-title {
  font-size: 20px;
  font-weight: 600;
}
.testimonial-post-box .owl-stage {
  padding-top: 40px;
}
.testi-image img{
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 5px solid #fff;
}
.testimonial-contents p{
  color: #000;
  font: 400 14px / 26px Outfit;
}
.testimonial-post-box #pills-tabContent{
  display: flex;
  justify-content: end;
}
.testimonial-post-box .testi-rating i {
  color: #FFC400;
}
.testimonial-box-bg {
  background-color: #7684FF;
  border-radius: 35px;
}
.testimonial-box-bg img{
  width: 100%;
  border-radius: 35px;
  opacity: 0.5;
}
#testimonial-style {
  border-radius: 50px;
  box-shadow: 0px 0px 10px #00000029;
  margin-bottom: 10px;
  z-index: unset;
}
.testimonial-icon-img{
  position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
}
.testimonial-icon-two-img{
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.testimonial-vedio-bg-img {
  position: relative;
}
.video {
  position: absolute;
  top: 40%;
  left: 40%;
}
.video i {
  color: #7684FF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 33px;
  font-size: 35px;
  background-color: #fff;
}
.testimonial-post-box .owl-carousel .owl-dots button{
    background: #000000;
    color: #000;
    border-radius: 18px;
    width: 14px;
    height: 14px;
    padding: 5px !important;
    font-size: 21px;
}
#testimonial-style .testimonial-post-box  .owl-carousel .owl-dots{
  position: absolute;
    right: 0;
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
#testimonial-style .owl-carousel .owl-dots .active {
  background-color: #7684FF;
}
.testimonial-content{
  background-color: #F6F5FE;
  padding: 20px;
  border-radius: 10px;
}
/* why choose us */
#why_choose_us .sub-head-why:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.sub-head-why:hover::before{
  width: 11% !important;
}
#why_choose_us h6 {
  font-size: 18px;
}
.why-icon-img{
  position: relative;
  z-index: 0;
}
.why-choose-sec-one {
  position: absolute;
  top: 40%;
  left: 40px;
}
.why-choose-sec-two {
  position: absolute;
  bottom: 63px;
  right: -11px;
  z-index: -1;
}
.why-choose-sec-three {
  position: absolute;
  right: 0;
  top: 0;
}

.why-choose-sec-one img {
  border-radius: 100px 0px 100px 0px;
}
.why-choose-sec-two img {
  border-radius: 0px 100px 0px 100px;
}
.why-choose-sec-three img {
  border-radius: 0px 100px 0px 0px;
}
.why-choose{
  flex-wrap: nowrap;
  gap: 25px;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}



/* blog */
#Blog .sub-head-blog:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.sub-head-blog:hover::before{
  width: 9% !important;
}
.collectionbox-text i{
  color: #000000;
}
.blog-admin, .post-comments {
  color: #000000;
  font: 400 15px / 22px var(--pri-font);
}
.blog-btn a{
  font: 500 16px/30px Roboto;
  color: #000000;
}
.blog-img-outer{
  height: 240px;
}
.blog-img-outer img{
  width: 100%;
  height: 100%;
  border-radius: 25px 25px 0px 0px;
  object-fit: cover;
}
.collectionbox-text {
  margin-bottom: 25px;
  padding: 20px 20px;
  border-top: 0px;
  border-radius: 0 0 25px 25px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000029;
}
.newsinner:hover .collectionbox-text {
  border-radius: 0 0 25px 25px ! IMPORTANT;
}
.collectionbox-text h6 a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-date-box {
  position: absolute;
  left: 20px;
  top: 15px;
}
.post-month-outer{
  color: #fff;
  font: normal normal bold 22px / 25px var(--pri-font);
  background: #000;
  text-align: center;
  padding: 4px 12px;
  border-radius: 15px 0px 0px 0px;
}
.blog-detail:hover .collectionbox-text h6 {
  color: #7684FF;
}
.blog-detail:hover .post-month-outer {
  background-color: #7684FF;
}
.post-month-outer .post-date{
  font: normal normal bold 26px / 30px var(--pri-font);
}
.about-btn-box a{
  font: normal normal normal 18px / 28px var(--pri-font);
  padding: 8px 30px;
  border-radius: 60px;
  border: 1px solid #000;
  position: relative;
  transition: .5s ease-in-out;
}
.about-btn-box a:hover {
  background-color: #7684FF;
  color: #fff;
}
.newsinner.blog-detail:hover .collectionbox-text{
  background-color:#fff;
  border-radius: 0px 0px 10px 10px;
}
.about-media-object img{
  width: 48px;
  height: 48px;
}
.about-detail img{ 
  width: 40px;
  height: 40px;
}
.about-detail-one img{
  width: 40px;
  height: 40px;
}
.about-detail{
  background-color: #7684FF;
  padding: 18px;
  height: 100%;
  width: 80%;
  border-radius: 0px 50px 0px 0px;
}
.about-detail-one {
  background-color: #fff;
  height: 100%;
  width: 80%;
  padding: 18px;
  border-radius: 0px 0px 0px 50px;
  box-shadow: 0px 0px 10px #00000029;
}

/* contact */
#our-contact{
  margin-right: 5%;
  border-radius: 0px 4px 4px 0px;
}
#our-contact .container{
  padding-left: 3%;
}
.contact-outer-image-box img{
  height: 100%;
  object-fit: cover;
}
#our-contact .wpcf7 input[type="text"], #our-contact .wpcf7 input[type="email"], #our-contact .wpcf7 textarea ,#our-contact .wpcf7 input[type="tel"] {
  border-bottom: 1px solid #fff !important;
  color: #000 !important;
  width: 100% !important;
  margin: 20px 0px 0px 0px !important;
  border: none;
  border-radius: 0px;
  padding: 0px 10px 20px 10px;
}
#contact input::-webkit-input-placeholder{
  color:#fff;
}
#contact input.wpcf7-form-control.wpcf7-submit.has-spinner{
  font: 600 15px / 25px var(--pri-font);
  color: var(--white);
  padding: 10px 10px 10px 10px;
}
#contact form .contact-btn p:hover input.wpcf7-form-control.wpcf7-submit.has-spinner{
  color: #fff !important;
}
#contact form .contact-btn p:hover{
  background: var(--pink);
}
#contact form .contact-btn p:hover:nth-child(1)::before{
  background: var(--white);
}
#contact form .contact-btn p:hover:nth-child(1)::after{
  color: var(--pink);
}
#contact form .contact-btn p {
  position: relative;
  width: max-content;
  padding: 0px 15px;
   background-color: #7684FF !important;
  border-radius: 6px;
}
#our-contact  form .text-box:nth-child(1) input{
  margin: 0px !important;
}
#contact form .contact-btn p:nth-child(1)::before {
  /* content: '';
  color: #fff;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  line-height: 17px;
  text-align: center;
  margin-right: 0px;
  position: absolute;
  right: 6px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 5px;
  z-index: 1; */
}
#contact form .contact-btn p:nth-child(1)::after {
  /* content: "\f061";
  font-family: 'FontAwesome';
  color: var(--blue);
  font-size: 18px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 5px;
  z-index: 1;
  transform: rotate(-45deg); */
}


@keyframes sp{
  0% {
    transform: translate(0px, 0px);
  }
  65% {
      transform: translate(10px, 10px);
  }
  100% {
      transform: translate(0, -0px);
  }
}
@keyframes pumpkinFloat{
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
      transform: translateY(-10px) rotate(-5deg);
  }
  50% {
      transform: translateY(10px) rotate(5deg);
  }
  75% {
      transform: translateY(-5px) rotate(-2deg);
  }
}
.blog-image-box .post-img{
  position: relative;
}
.blog-image-box .post-img:after, .blog-image-box .post-img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgb(74 75 133 / 15%);
  content: "";
  pointer-events: none;
  border-radius: 8px;
}
.blog-image-box .post-img::after,.blog-image-box .post-img::before {
  transform-origin: right bottom;
}
.blog-image-box:hover .post-img::before, .blog-image-box:hover .post-img::after {
  transform: scale3d(1, 1, 1);
}



@media screen and (min-width: 1024px){
  .stickynavbar .header-nav-main-box {
    backdrop-filter: blur(90px);
  }
}


@media screen and (max-width: 1199px){
  h1 {
    font: 600 42px / 60px var(--pri-font);
  }
  h2 {
    font: normal normal bold 30px / 45px var(--pri-font);
  }
  .testimonial-contents p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .banner-review-box{
    width: fit-content;
    margin: auto;
  }
  .about-heading-box .main-head{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .about-content-para {
    font: 600 14px / 25px var(--pri-font);
  }
  .collectionbox-text {
    padding: 20px 10px;
  }  
  .blog-btn a {
    font: 500 14px / 30px Roboto;
  }
  .blog-admin, .post-comments{
    font: 400 16px / 22px var(--pri-font);
  }
  /* .newsletter-content-main {
    padding: 5% 0% 0px 0%;
  } */
  h6 {
    font: 500 18px / 28px var(--pri-font);
  }
  #footer_box .custom-social-icons i {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
  }
  .testimonial-post-box .tab-pane:after{
    left: -20px;
  }
  .servce-title-hed h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Outfit';
  }
}
@media screen and (min-width: 992px) and (max-width:1023px){

.video i {
  color: #7684FF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 25px;
  background-color: #fff;
}
.servce-title-hed h6 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
}
.wpcf7 form .wpcf7-response-output {
  margin: 5em 0.5em 1em !important;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
}

@media screen and (min-width: 1200px) and (max-width:1399px){
  .shop .products-img-box {
    height: 300px;
    width: 230px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 5em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
}


@media screen and (max-width: 991px){

  .woocommerce-checkout .wc-block-components-sidebar{
    display: none;
  }
  .wc-block-components-title.wc-block-components-title{
    padding-left: 30px !important;
  }
  .header-nav-main-box{
    padding: 10px 0px;
  }
  .banner-sec-para{
    margin: auto;
    font-size: 16px;
  }
  .banner-btn-box{
    justify-content: center;
  }
  section {
    padding: 4% 0px;
  }
  .banner-social-icon-box{
    left: -23%;
  }
  .our-products-box .owl-nav{
    position: unset;
    margin: auto;
    padding-top: 5%;
  }
  #newsletter_slider:after{
    inset: 0% 0% 0% 0%;
  }
  /* .newsletter-content-main {
    padding: 0px 5% 0px 15%;
  } */
  #header_navigation{
    padding: 10px;
  }
  .home #header_navigation{
    position: unset;
  }
  
  .testimonial-post-box #pills-tab {
    height: 285px;
  }
  .testimonial-contents p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .our-products-box .owl-nav{
    top: -15%;
  }  
  #footer_box .widget-title{
    margin-bottom: 5%;
  }
  .products-img-box {
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    height: 300px;
    width: auto;
    align-items: center;
    justify-content: center;
    display: inline-flex;
  }
  .navbar-icon {
    position: absolute;
    right: 0;
    top: 16px;
    opacity: 0.1;
    z-index: -1;
}

.video i {
  color: #7684FF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 25px;
  background-color: #fff;
}
}
@media screen and (min-width: 768px) and (max-width:991px){
  .video {
    position: absolute;
    top: 28%;
    left: 40%;
}
#counter-sec .row>div.record-main::after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -4px;
  opacity: 0.1;
}
#counter-sec .row>div.record-main:not(:last-child) ::after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 50px;
  opacity: 0.1;
  display: none;
}
.row.footer-content {
  flex-wrap: wrap;
}
.foot-col-one {
  width: 49%;
}
.foot-col-two {
  width: 49%;
}
.foot-col-three {
  width: 49%;
}
.foot-col-four {
  width: 49%;
}
#menu-footer-menu-1 li:after {
  content: "";
  height: 1px;
  width: 15px;
  position: absolute;
  background: #000;
  left: -21px;
  bottom: 10px;
  margin: auto;
  transition: .5sease-in-out !important;
  opacity: 0;
}
}

@media screen and (max-width:767px){
  .divider {
    display: none;
  }
  .event-page .event-img-outer img{
    border-radius: 10px 10px 0px 0px !important;
  }
  .newsletter-form form p:nth-child(2){
    width: 100%;
  }
  .newsletter-form form{
    gap: 15px;
    justify-content: center;
  }
  .modal-contents{
    width: 95% !important;
  }
  .banner-artist-image{
    width: fit-content;
  }
  .newsletter-content{
    width: 80%;
    margin: auto;
  }
  /* .newsletter-content-main {
    padding: 0px 5% 0px 5%;
  } */
  section{
    padding: 10% 0px;
  }
  .banner-artist-image-outer-box:after{
    /* left: -10px; */
    top: 15px;
  }
  .banner-artist-image-outer-box{
    width: 90%;
    margin: auto;
    transform: rotate(0deg);
    left: 15px;
  }
  .banner-btn-box,.about-btn-box,.event-post-content-inner-box{
    justify-content: center !important;
  }
  .banner-social-icon-box{
    display: none !important;
  }
  .event-content{
    text-align: center;
  }
  .event-content-date-box{
    border-radius: 10px 10px 0px 0px;
  }
  h2 {
    font: normal normal bold 28px / 35px var(--pri-font);
    text-align: center;
  }
  p{
    font-size: 16px !important;
  }
  
  .event-outer-box {
    height: 385px;
  }
  .testimonial-post-box #pills-tab {
    height: 318px;
  }
  .testimonial-post-box .tab-pane:after{
    display: none;
  }
  /* .newsletter-content-main {
    padding: 0px 2% 0px 2%;
  } */
  .footer1 aside .textwidget p,#footer_box .widget_wpb_social_widget {
    margin: auto;
    justify-content: center;
  }
  #footer_box .widget-title,.footer1{
    text-align: center;
  }
  #footer_box .widget-title{
    margin-bottom: 2%;
  }
  ul#menu-footer-menu-1{
    width: fit-content;
    margin: auto;
  }
  .footer-contact-box{
    margin: auto;
    text-align: center;
  }
  .location {
    margin: auto;
  }
  
  
  p{
    text-align: center;
  }
  .blog-hed-txt {
    justify-content: center;
}
.products-img-box {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  height: 300px;
  width: auto;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.newsletter-sec-bg {
  background-color: #fff;
  border-radius: 50px 50px 50px 50px;
  width: 100% !important;
  padding-top: 6%;
}


.newsletter-form input[type="submit"] {
color: #000;
border-radius: 60px;
padding: 11px 20px;
font: 400 18px / 20px var(--pri-font);
border: 2px solid #000;
position: unset;
right: 23px;
top: 61px;
margin: 0 auto !important;
}
.navbar-icon {
  position: absolute;
  right: 0;
  top: 16px;
  opacity: 0.1;
  z-index: -1;
}
.project-sub-hed {
  align-items: center ! IMPORTANT;
  text-align: center;
  justify-content: center;
}
.testimonial-hed-title {
  justify-content: center;
}
#testimonial-style .testimonial-post-box .owl-carousel .owl-dots {
  position: unset;
  right: 0;
  display: flex;
  gap: 5px;
  margin-top: 10px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;;
  padding-top: 20px;
}
#counter-sec .row>div.record-main::after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -4px;
  opacity: 0.1;
}
#counter-sec .row>div.record-main:not(:last-child) ::after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 50px;
  opacity: 0.1;
  display: none;
}
.servce-title-hed h6 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  text-align: center;
}
/* feature */
.conf-box{
  text-align: center;
}
.conf_icon{
     text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
}
.sub-head-feature {
  font: 600 20px / 13px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
  padding-top: 20px;
}
#Ourfeturessss .sub-head-feature:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: 8px;
}
}

@media screen and (max-width:575px){
  .header-nav-main-box{
    padding: 0px 15px;
  }
  .header-nav{
    text-align: end;
  }

  #gallery .gallery_front{
    grid-template-rows: repeat(11, 10px);
  }
  .social-performance-info{
    width: fit-content;
    margin: auto;
    padding: 10px 10px;
  }
  .testimonial-post-box .tab-content>.active{
    padding: 20px 6px;
  }
  .product-custom-content{
    align-items: center;
   justify-content: center;
 }
 .product-box{
   text-align: center;
 }
 .newsletter-sec-bg {
  background-color: #fff;
  border-radius: 50px 50px 50px 50px;
  width: 100% !important;
  padding-top: 6%;
}

.newsletter-bg-two-image {
position: absolute;
bottom: 0;
right: 0;
display: none;
}
.newsletter-form input[type="submit"] {
color: #000;
border-radius: 60px;
padding: 11px 20px;
font: 400 18px / 20px var(--pri-font);
border: 2px solid #000;
position: unset;
right: 23px;
top: 61px;
margin: 0 auto !important;
}

.navbar-icon {
  position: absolute;
  right: 0;
  top: 16px;
  opacity: 0.1;
  z-index: -1;
}
.project-sub-hed {
  align-items: center ! IMPORTANT;
  text-align: center;
  justify-content: center;
}
.testimonial-hed-title {
  justify-content: center;
}
.testimonial-icon-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  display: none;
}
.testimonial-content {
  background-color: #F6F5FE;
  padding: 0px;
  border-radius: 10px;
}
.testimonial-post-box .owl-stage {
  padding-top: 55px;
}
#testimonial-style .testimonial-post-box .owl-carousel .owl-dots {
  position: unset;
  right: 0;
  display: flex;
  gap: 5px;
  margin-top: 10px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;;
  padding-top: 20px;
}
.video i {
  color: #7684FF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 25px;
  background-color: #fff;
}
#counter-sec .row>div.record-main:not(:last-child) ::after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 50px;
  opacity: 0.1;
  display: none;
}
.record_suffix_icon {
  font-size: 45px;
  color: #7684FF;
}
span.counter1-up {
  font-size: 45px;
  font-weight: bold;
  color: #7684FF;
}
.record_suffix_k {
  font-size: 45px;
  color: #7684FF;
}
.servce-title-hed h6 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  text-align: center;
}
/* feature */
.conf-box{
  text-align: center;
}
.conf_icon{
     text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
}
.sub-head-feature {
  font: 600 20px / 13px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
  padding-top: 20px;
}
#Ourfeturessss .sub-head-feature:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: 8px;
}
.newsletter-form .wpcf7 form .wpcf7-response-output{
  position: unset;
}

}

@media screen and (max-width:480px){
  .review-text p {
    font: 500 14px / 16px Roboto;
  }
  .search-container{
    bottom: -55px;
    right: 10%;
  }
  
  .product-custom-content{
    align-items: center;
   justify-content: center;
 }
 .product-box{
   text-align: center;
 }
 .newsletter-sec-bg {
  background-color: #fff;
  border-radius: 50px 50px 50px 50px;
  width: 100% !important;
  height: 300px;
  padding-top: 6%;
}

.newsletter-bg-two-image {
position: absolute;
bottom: 0;
right: 0;
display: none;
}
.newsletter-form input[type="submit"] {
color: #000;
border-radius: 60px;
padding: 11px 20px;
font: 400 18px / 20px var(--pri-font);
border: 2px solid #000;
position: unset;
right: 23px;
top: 61px;
margin: 0 auto !important;
}
.navbar-icon {
  position: absolute;
  right: 0;
  top: 16px;
  opacity: 0.1;
  z-index: -1;
}
.project-sub-hed {
  align-items: center ! IMPORTANT;
  text-align: center;
  justify-content: center;
}
.testimonial-hed-title {
  justify-content: center;
}
.testimonial-icon-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  display: none;
}
.testimonial-content {
  background-color: #F6F5FE;
  padding: 0px;
  border-radius: 10px;
}
.testimonial-post-box .owl-stage {
  padding-top: 55px;
}
#testimonial-style .testimonial-post-box .owl-carousel .owl-dots {
  position: unset;
  right: 0;
  display: flex;
  gap: 5px;
  margin-top: 10px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;;
  padding-top: 20px;
}
.video i {
  color: #7684FF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 25px;
  background-color: #fff;
}
#counter-sec .row>div.record-main:not(:last-child) ::after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 50px;
  opacity: 0.1;
  display: none;
}
.record_suffix_icon {
  font-size: 45px;
  color: #7684FF;
}
span.counter1-up {
  font-size: 45px;
  font-weight: bold;
  color: #7684FF;
}
.record_suffix_k {
  font-size: 45px;
  color: #7684FF;
}
.servce-title-hed h6 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  text-align: center;
}
/* feature */
.conf-box{
  text-align: center;
}
.conf_icon{
     text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
}
.sub-head-feature {
  font: 600 20px / 13px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
  padding-top: 20px;
}
#Ourfeturessss .sub-head-feature:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: 8px;
}
}

@media screen and (max-width:400px){
 
 
  .product-custom-content{
     align-items: center;
    justify-content: center;
  }
  .product-box{
    text-align: center;
  }
  .newsletter-sec-bg {
    background-color: #fff;
    border-radius: 50px 50px 50px 50px;
    width: 100% !important;
    height: 300px;
    padding-top: 6%;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="date"], input[type="phone"], input[type="password"], textarea {
  font-size: 16px;
  height: auto;
  border-radius: 30px;
  width: 100%;
  background-color: #F6F5FE !important;
  color: #000;
}
.newsletter-form form{
  position: relative;
  display: unset;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.navbar-icon {
  position: absolute;
  right: 0;
  top: 16px;
  opacity: 0.1;
  z-index: -1;
}
.project-sub-hed {
  align-items: center ! IMPORTANT;
  text-align: center;
  justify-content: center;
}
.testimonial-hed-title {
  justify-content: center;
}
.testimonial-icon-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  display: none;
}
.testimonial-content {
  background-color: #F6F5FE;
  padding: 0px;
  border-radius: 10px;
}
.testimonial-post-box .owl-stage {
  padding-top: 55px;
}
#testimonial-style .testimonial-post-box .owl-carousel .owl-dots {
  position: unset;
  right: 0;
  display: flex;
  gap: 5px;
  margin-top: 10px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;;
  padding-top: 20px;
}
.video i {
  color: #7684FF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 25px;
  background-color: #fff;
}
#counter-sec .row>div.record-main:not(:last-child) ::after {
  content: "";
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 50px;
  opacity: 0.1;
  display: none;
}
.record_suffix_icon {
  font-size: 45px;
  color: #7684FF;
}
span.counter1-up {
  font-size: 45px;
  font-weight: bold;
  color: #7684FF;
}
.record_suffix_k {
  font-size: 45px;
  color: #7684FF;
}
.servce-title-hed h6 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  text-align: center;
}
/* slider */
.banner-main-box {
  margin-top: 0px;
}
.banner-heading-box h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  line-height: 35px;
}
.banner-sec-para {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner-btn-box{
  display: flex !important;
    flex-direction: column;
}

/* feature */
.conf-box{
  text-align: center;
}
.conf_icon{
     text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
}
.sub-head-feature {
  font: 600 20px / 13px var(--sec-font);
  color: var(--pink) !important;
  align-self: end;
  padding-top: 20px;
}
#Ourfeturessss .sub-head-feature:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: 8px;
}
}


@media screen and (min-width: 320px) and (max-width:375px){

  .abt-item-one {
    position: absolute;
    top: 45%;
    right: 8px;
    z-index: 1;
  }
  .abt-item-one img{
    height: 150px;
    width: 150px;
  }
  .abt-item-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-two {
    position: absolute;
    bottom: 92px;
    left: 0px;
    z-index: 1;
  }
  .abt-item-two img{
    height: 150px;
    width: 150px;
  }
  .abt-item-two img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-three {
    position: absolute;
    top: 154px;
    left: 0px;
  }
  .abt-item-three img{
    height: 150px;
    width: 150px;
  }
  .abt-item-three img {
    border-radius: 50px 0px 50px 0px;
  }
  .about-detail {
    background-color: #7684FF;
    padding: 18px;
    height: 100%;
    width: 100%;
    border-radius: 0px 50px 0px 0px;
    justify-content: center;
}
.about-detail-one {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 18px;
  border-radius: 0px 0px 0px 50px;
  box-shadow: 0px 0px 10px #00000029;
  justify-content: center;
}
.our-records-info{
  justify-self: center;
}
.about-btn-box a {
  font: normal normal normal 15px / 28px var(--pri-font);
  padding: 10px 20px;
  border-radius: 60px;
  border: 1px solid #000;
  position: relative;
  transition: .5s ease-in-out;
}
#about-us .sub-head-about:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}

/* why choose us */
.why-choose {
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column-reverse;
}
.why-choose-sec-one {
  position: absolute;
  top: 50%;
  left: 45px;
}
.why-choose-sec-one img{
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.why-choose-sec-one img {
  border-radius: 50px 0px 50px 0px;
}
.why-choose-sec-two {
  position: absolute;
  bottom: 130px;
  right: 0px;
  z-index: -1;
}
.why-choose-sec-two img{
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.why-choose-sec-two img {
  border-radius: 0px 50px 0px 50px;
}
.why-choose-sec-three {
  position: absolute;
  right: 35;
  top: 113px;
}
.why-choose-sec-three img{
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.why-choose-sec-three img {
  border-radius: 0px 50px 0px 0px;
}
#why_choose_us .sub-head-why:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.social {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* slider */
.slider-banner-main {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(5, auto);
  margin-left: 0px;
}
.slider-banner-box img{
height: auto;
width: auto;
}
.banner-main-box {
  margin-top: 0px;
}
#banner .sub-head::before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}

#Project .sub-head-project:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#testimonial-style .sub-head-testimonial:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#Project .owl-nav {
  position: absolute;
  top: -30%;
  right: 15%;
  display: flex;
  gap: 25px;
  display: none;
}
#Blog .owl-nav {
  position: absolute;
  top: -30%;
  right: 0%;
  display: flex;
  gap: 25px;
  display: none;
}
.shop-button-box {
  background-color: #7684FF;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
}
.menu-footer-menu-2-container {
  text-align: center;
}
.footer-copy-right-txt ul {
  padding-left: 0px !important;
}
.our-feature-main {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #00000029;
  padding: 0px;
  padding-left: 0px ! IMPORTANT;
}
.woocommerce div.product .product_title, .woocommerce-Tabs-panel h2 {
  font: 600 35px / 60px var(--sec-font);
  color: #000;
  text-align: center;
}
.woocommerce-product-rating{
  display: flex;
  justify-self: center;
}
.custom-quantity{
text-align: center !important;
}
.woocommerce-tabs{
  text-align: center;
}
.cart {
  justify-content: center;
  display: flex;
}
.yith-add-to-wishlist-button-block {
  display: flex;
  align-items: center ! IMPORTANT;
  position: relative;
  width: 100%;
  margin: 7px auto;
  justify-content: center;
}
#our_Products .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, 20px);
  opacity: 1 !important;
  z-index: 1;
}
.products-img-box .yith-wcwl-add-to-wishlist-button {
  opacity: 1;
}
.product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(13px, 70px);
  opacity: 1;
}
.single-blog-page .content_boxes .metabox{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.post_ctg{
  justify-content: center;
}
.wp-block-latest-posts__list{
  text-align: center;
}
.post-content{
  text-align: center;
}
ul#recentcomments {
  text-align: center;
}
.nav-links .nav-previous {
  padding: 15px;
  position: relative;
  margin-right: 17px;
  border: 1px solid #686868;
  backdrop-filter: blur(90px);
  background-color: rgb(80 80 80 / 10%);
}
.nav-links .nav-next {
  width: 50%;
  padding: 15px;
  position: relative;
  margin-right: 17px;
  border: 1px solid #686868;
  backdrop-filter: blur(90px);
  background-color: rgb(80 80 80 / 10%);
}
ol.wp-block-latest-comments {
  text-align: center;
  padding-left: 0;
}
.post-views{
  text-align: center;
}
.wp-block-archives-list.wp-block-archives {
  text-align: center;
}
.wp-block-categories-list.wp-block-categories {
  text-align: center;
}
.feature-box{
  text-align: center;
 }
 #comments h2#reply-title {
   display: block;
   font-family: var(--pri-font);
 }
 .newslettr-one-icon-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  display: none;
}
.newslettr-icon-img svg{
  width: 100%;
  height: 100%;
}
.wpcf7 form .wpcf7-response-output{
  color: #000;
  bottom: -56px;
  color: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 1;
}
.blog-detail .blg {
  justify-content: center;
}
.why-icon-img svg {
  width: 100%;
  height: 100%;
}
.feture-revers {
  flex-direction: column-reverse;
}
.testimonial-contents {
  padding: 10px;
}
#menu-primary-menu .menu-item-has-children > a::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  right: 65px;
  bottom: 5px;
  top: unset;
  font-size: 10px;
  display: block !important;
}
.btn-blue-one::after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background: #000;
  left: -22px;
  bottom: unset;
  top: 20px;
  margin: auto;
  transition: .5s ease-in-out !important;
}
.btn-blue-two::after {
  content: '';
  height: 2px;
  width: 45px;
  position: absolute;
  background: #000;
  top: unset;
  bottom: 17px;
  margin: auto;
  transition: .5s ease-in-out !important;
  left: -20%;
}
.product-name {
  font-size: 20px;
}
.price-details .woocommerce-Price-amount {
  font-size: 20px;
}
.wc-block-components-checkout-return-to-cart-button {
  color: #fff !important;
  font: 500 14px / 20px var(--pri-font);
  background-color: #7684FF;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-right: 10px;
  display: block;
}
.wc-block-components-button__text {
  background-color: #7684FF !important;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font: 500 14px / 20px var(--pri-font);
  margin-top: 30px;
  opacity: 1 !important;
  width: 100%;
}
.page .middle-content p, .terms-conditions-para, .custo-para, #membership-page p {
  color: #000;
  font: 400 15px / 25px var(--pri-font);
  text-align: left;
}
.remove-whishlist{
position: relative;
}
.woocommerce a.remove {
  background: #7684FF;
  color: #fff !important;
  font-size: 19px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 50%;
  bottom: 0px;
}
.woocommerce-wishlist .add_to_cart_button {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0px;
  transform: translate(3px, -250px);
  opacity: 1;
}
.wishlist-item-wrapper{
text-align: center;
}
.wishlist-title{
  text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto !important;
    width: 100% ! IMPORTANT;
}
.show-title-form{
  display: none !important;
}
.newsletter-form form {
position: relative;
display: unset !important;
justify-content: space-between;
flex-wrap: nowrap;
}
#newsletter_slider{
  z-index: 1;
}
.wpcf7 form .wpcf7-response-output {
  margin: 5px !important;
  padding: 0.2em 0em !important;
  border: 2px solid #00a0d2;
}
#footer_box #menu-footer-menu-1 li a {
  font: 400 18px / 25px var(--pri-font);
  color: #000;
  position: relative;
  left: 0px;
}
#menu-footer-menu-1{
  text-align: center;
}
#footer .widget-title {
  font-size: 22px !important;
}
.shop-box .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-97px, 7px);
}
.shop-box .yith-wcwl-add-to-wishlist-button svg {
  color: #fff !important;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 4px;
  width: 60px !important;
  height: 35px;
  background-color: #7684FF;
  opacity: 1;
}
.shop .product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(13px, 70px);
  opacity: 1;
}
.product-box:hover .products-title-content-box h6{
  color: #000 !important; 
}
.social-icons-one i {
  background-color: #000;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  text-align: center;
  padding: 11px;
  color: #fff;
  opacity: 1;
}
.social-icons-two i {
  background-color: #000;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  text-align: center;
  padding: 11px;
  color: #fff;
  opacity: 1;
}
.teaminner:hover .team-titel-text a {
  color: #000;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
  padding: 10px;
}
.footer-copy-right-txt {
  display: unset !important;
  gap: 30px;
  padding-top: 10px;
  margin: 0 auto ! IMPORTANT;
  text-align: center;
}
.wc-block-components-main form {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}
.wc-block-components-order-summary-item{
  display: flex;
  gap: 10px;
}
}

@media screen and (min-width: 376px) and (max-width:425px){

  .abt-item-one {
    position: absolute;
    top: 45%;
    right: 8px;
    z-index: 1;
  }
  .abt-item-one img{
    height: 200px;
    width: 180px;
  }
  .abt-item-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-two {
    position: absolute;
    bottom: 65px;
    left: 0px;
    z-index: 1;
  }
  .abt-item-two img{
    height: 200px;
    width: 180px;
  }
  .abt-item-two img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-three {
    position: absolute;
    top: 110px;
    left: 0px;
  }
  .abt-item-three img{
    height: 200px;
    width: 200px;
  }
  .abt-item-three img {
    border-radius: 50px 0px 50px 0px;
  }
  .about-detail {
    background-color: #7684FF;
    padding: 18px;
    height: 100%;
    width: 100%;
    border-radius: 0px 50px 0px 0px;
    justify-content: center;
}
.about-detail-one {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 18px;
  border-radius: 0px 0px 0px 50px;
  box-shadow: 0px 0px 10px #00000029;
  justify-content: center;
}
.our-records-info{
  justify-self: center;
}
#about-us .sub-head-about:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
/* why choose us */
.why-choose {
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column-reverse;
}
.why-choose-sec-one {
  position: absolute;
  top: 40%;
  left: 5px;
}
.why-choose-sec-one img{
    height: 200px;
    width: 155px;
    object-fit: cover;
}
.why-choose-sec-one img {
  border-radius: 50px 0px 50px 0px;
}
.why-choose-sec-two {
  position: absolute;
  bottom: 84px;
  right: 0px;
  z-index: -1;
}
.why-choose-sec-two img{
    height: 180px;
    width: 147px;
    object-fit: cover;
}
.why-choose-sec-two img {
  border-radius: 0px 50px 0px 50px;
}
.why-choose-sec-three {
  position: absolute;
  right: 0;
  top: -13px;
}
.why-choose-sec-three img{
    height: 172px;
    width: 189px;
    object-fit: cover;
}
.why-choose-sec-three img {
  border-radius: 0px 50px 0px 0px;
}
#why_choose_us .sub-head-why:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
  bottom: unset;
}
.social {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* slider */
.slider-banner-main {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(5, auto);
  margin-left: 0px;
}
.slider-banner-box img{
height: auto;
width: auto;
}
.banner-main-box {
  margin-top: 0px;
}
.banner-heading-box h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  line-height: 33px;
}

#banner .sub-head::before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}

#Project .sub-head-project:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#testimonial-style .sub-head-testimonial:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#Project .owl-nav {
  position: absolute;
  top: -30%;
  right: 15%;
  display: flex;
  gap: 25px;
  display: none;
}
#Blog .owl-nav {
  position: absolute;
  top: -30%;
  right: 0%;
  display: flex;
  gap: 25px;
  display: none;
}
.shop-button-box {
  background-color: #7684FF;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
}
.menu-footer-menu-2-container {
  text-align: center;
}
.footer-copy-right-txt ul {
  padding-left: 0px !important;
}
.our-feature-main {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #00000029;
  padding: 0px;
  padding-left: 0px ! IMPORTANT;
}
.single-blog-page .content_boxes .metabox{
  display: flex;
 flex-wrap: wrap;
 justify-content: center;

}
.post_ctg{
justify-content: center;
}
.wp-block-latest-posts__list{
text-align: center;
}
.post-content{
text-align: center;
}
ul#recentcomments {
text-align: center;
}
.nav-links .nav-previous {
padding: 15px;
position: relative;
margin-right: 17px;
border: 1px solid #686868;
backdrop-filter: blur(90px);
background-color: rgb(80 80 80 / 10%);
}
.nav-links .nav-next {
width: 50%;
padding: 15px;
position: relative;
margin-right: 17px;
border: 1px solid #686868;
backdrop-filter: blur(90px);
background-color: rgb(80 80 80 / 10%);
}
ol.wp-block-latest-comments {
text-align: center;
padding-left: 0;
}
.post-views{
  text-align: center;
}
.wp-block-archives-list.wp-block-archives {
  text-align: center;
}
.wp-block-categories-list.wp-block-categories {
  text-align: center;
}
.feature-box{
  text-align: center;
 }
 #comments h2#reply-title {
   display: block;
   font-family: var(--pri-font);
 }
 .newslettr-one-icon-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  display: none;
}
.wpcf7 form .wpcf7-response-output{
  color: #000;
  bottom: -65px;
  color: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 1;
}
.blog-detail .blg {
  justify-content: center;
}
.feture-revers {
  flex-direction: column-reverse;
}
.testimonial-contents {
  padding: 10px;
}
#menu-primary-menu .menu-item-has-children > a::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  right: 65px;
  bottom: 5px;
  top: unset;
  font-size: 10px;
  display: block !important;
}
.btn-blue-one::after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background: #000;
  left: -22px;
  bottom: unset;
  top: 20px;
  margin: auto;
  transition: .5s ease-in-out !important;
}
.btn-blue-two::after {
  content: '';
  height: 2px;
  width: 45px;
  position: absolute;
  background: #000;
  top: unset;
  bottom: 17px;
  margin: auto;
  transition: .5s ease-in-out !important;
  left: -20%;
}
.woocommerce div.product .product_title, .woocommerce-Tabs-panel h2 {
  font: 600 35px / 60px var(--sec-font);
  color: #000;
  text-align: center;
}
.woocommerce-product-rating{
  display: flex;
  justify-self: center;
}
.custom-quantity{
  text-align: center !important;
  }
  .woocommerce-tabs{
    text-align: center;
  }
.cart {
  justify-content: center;
  display: flex;
}
.yith-add-to-wishlist-button-block {
  display: flex;
  align-items: center ! IMPORTANT;
  position: relative;
  width: 100%;
  margin: 7px auto;
  justify-content: center;
}
#our_Products .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, 20px);
  opacity: 1 !important;
  z-index: 1;
}
.products-img-box .yith-wcwl-add-to-wishlist-button {
  opacity: 1;
}
.product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(13px, 70px);
  opacity: 1;
}
.shop-box .yith-wcwl-add-to-wishlist-button svg {
  color: #fff !important;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 4px;
  width: 60px !important;
  height: 35px;
  background-color: #7684FF;
  opacity: 1;
}
.shop .product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(13px, 70px);
  opacity: 1;
}
.shop-box .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-99px, 7px);
}

.product-name {
  font-size: 20px;
}
.price-details .woocommerce-Price-amount {
  font-size: 20px;
}
.wc-block-components-checkout-return-to-cart-button {
  color: #fff !important;
  font: 500 14px / 20px var(--pri-font);
  background-color: #7684FF;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-right: 10px;
  display: block;
}
.wc-block-components-button__text {
  background-color: #7684FF !important;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font: 500 14px / 20px var(--pri-font);
  margin-top: 30px;
  opacity: 1 !important;
  width: 100%;
}
.page .middle-content p, .terms-conditions-para, .custo-para, #membership-page p {
  color: #000;
  font: 400 15px / 25px var(--pri-font);
  text-align: left;
}
.project-detail-main {
  position: absolute;
  left: 0px;
  right: 0px;
  width: fit-content;
  height: 25%;
  margin: 0 auto;
  bottom: 12px;
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
}
.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: 0px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }
  .wishlist-item-wrapper{
    text-align: center;
    }
    .wishlist-title{
      text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 auto !important;
        width: 100% ! IMPORTANT;
    }
    .show-title-form{
      display: none !important;
    }
  .newsletter-form form {
    position: relative;
    display: unset !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    }
    #newsletter_slider{
      z-index: 1;
    }
    .wpcf7 form .wpcf7-response-output {
      margin: 5px !important;
      padding: 0.2em 0em !important;
      border: 2px solid #00a0d2;
    }
    #footer_box #menu-footer-menu-1 li a {
      font: 400 18px / 25px var(--pri-font);
      color: #000;
      position: relative;
      left: 0px;
    }
    #menu-footer-menu-1{
      text-align: center;
    }
    #footer .widget-title {
      font-size: 22px !important;
    }
   
    .product-box:hover .products-title-content-box h6{
      color: #000 !important; 
    }

    .social-icons-one i {
      background-color: #000;
      height: 35px;
      width: 35px;
      border-radius: 30px;
      text-align: center;
      padding: 11px;
      color: #fff;
      opacity: 1;
    }
    .social-icons-two i {
      background-color: #000;
      height: 35px;
      width: 35px;
      border-radius: 30px;
      text-align: center;
      padding: 11px;
      color: #fff;
      opacity: 1;
    }
    .teaminner:hover .team-titel-text a {
      color: #000;
    }
    .wc-block-components-formatted-money-amount {
      white-space: nowrap;
      padding: 10px;
  }
  .footer-copy-right-txt {
    display: unset !important;
    gap: 30px;
    padding-top: 10px;
    margin: 0 auto ! IMPORTANT;
    text-align: center;
  }
  .wc-block-components-main form {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
  }
  .wc-block-components-order-summary-item{
    display: flex;
    gap: 10px;
  }
}

@media screen and (min-width: 426px) and (max-width:575px){

  .abt-item-one {
    position: absolute;
    top: 45%;
    right: 8px;
    z-index: 1;
  }
  .abt-item-one img{
    height: 200px;
    width: 200px;
  }
  .abt-item-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-two {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
  .abt-item-two img{
    height: 200px;
    width: 200px;
  }
  .abt-item-two img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-three {
    position: absolute;
    top: 35px;
    left: 0px;
  }
  .abt-item-three img{
    height: 200px;
    width: 200px;
  }
  .abt-item-three img {
    border-radius: 50px 0px 50px 0px;
  }
  .about-detail {
    background-color: #7684FF;
    padding: 18px;
    height: 100%;
    width: 100%;
    border-radius: 0px 50px 0px 0px;
    justify-content: center;
}
.about-detail-one {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 18px;
  border-radius: 0px 0px 0px 50px;
  box-shadow: 0px 0px 10px #00000029;
  justify-content: center;
}
.our-records-info{
  justify-self: center;
}
#about-us .sub-head-about:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
/* why choose us */
.why-choose {
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column-reverse;
}
.why-choose-sec-one {
  position: absolute;
  top: 40%;
  left: 5px;
}
.why-choose-sec-one img{
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.why-choose-sec-one img {
  border-radius: 50px 0px 50px 0px;
}
.why-choose-sec-two {
  position: absolute;
  bottom: 84px;
  right: 0px;
  z-index: -1;
}
.why-choose-sec-two img{
    height: 180px;
    width: 200px;
    object-fit: cover;
}
.why-choose-sec-two img {
  border-radius: 0px 50px 0px 50px;
}
.why-choose-sec-three {
  position: absolute;
  right: 0;
  top: -13px;
}
.why-choose-sec-three img{
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.why-choose-sec-three img {
  border-radius: 0px 50px 0px 0px;
}
/* slider */
.slider-banner-main {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(5, auto);
  margin-left: 0px;
}
.slider-banner-box img{
height: auto;
width: auto;
}
.banner-main-box {
  margin-top: 0px;
}
.banner-heading-box h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  line-height: 33px;
}

#banner .sub-head::before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}

#Project .sub-head-project:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#testimonial-style .sub-head-testimonial:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#Project .owl-nav {
  position: absolute;
  top: -30%;
  right: 15%;
  display: flex;
  gap: 25px;
  display: none;
}
#Blog .owl-nav {
  position: absolute;
  top: -30%;
  right: 0%;
  display: flex;
  gap: 25px;
  display: none;
}
.shop-button-box {
  background-color: #7684FF;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
}
.menu-footer-menu-2-container {
  text-align: center;
}
.footer-copy-right-txt ul {
  padding-left: 0px !important;
}
.our-feature-main {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #00000029;
  padding: 0px;
  padding-left: 0px ! IMPORTANT;
}
.single-blog-page .content_boxes .metabox{
  display: flex;
 flex-wrap: wrap;
 justify-content: center;

}
.post_ctg{
justify-content: center;
}
.wp-block-latest-posts__list{
text-align: center;
}
.post-content{
text-align: center;
}
ul#recentcomments {
text-align: center;
}
.nav-links .nav-previous {
padding: 15px;
position: relative;
margin-right: 17px;
border: 1px solid #686868;
backdrop-filter: blur(90px);
background-color: rgb(80 80 80 / 10%);
}
.nav-links .nav-next {
width: 50%;
padding: 15px;
position: relative;
margin-right: 17px;
border: 1px solid #686868;
backdrop-filter: blur(90px);
background-color: rgb(80 80 80 / 10%);
}
ol.wp-block-latest-comments {
text-align: center;
padding-left: 0;
}
.post-views{
  text-align: center;
}
.wp-block-archives-list.wp-block-archives {
  text-align: center;
}
.wp-block-categories-list.wp-block-categories {
  text-align: center;
}
.feature-box{
  text-align: center;
 }
 #comments h2#reply-title {
   display: block;
   font-family: var(--pri-font);
 }
 .newslettr-one-icon-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  display: none;
}
.wpcf7 form .wpcf7-response-output{
  color: #000;
  bottom: -56px;
  color: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 1;
}
.blog-detail .blg {
  justify-content: center;
}
#why_choose_us .sub-head-why:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.social {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.feture-revers {
  flex-direction: column-reverse;
}
.testimonial-contents {
  padding: 10px;
}
#menu-primary-menu .menu-item-has-children > a::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  right: 65px;
  bottom: 5px;
  top: unset;
  font-size: 10px;
  display: block !important;
}
.woocommerce div.product .product_title, .woocommerce-Tabs-panel h2 {
  font: 600 35px / 60px var(--sec-font);
  color: #000;
  text-align: center;
}
.woocommerce-product-rating{
  display: flex;
  justify-self: center;
}
.custom-quantity{
  text-align: center !important;
  }
  .woocommerce-tabs{
    text-align: center;
  }
.cart {
  justify-content: center;
  display: flex;
}
.yith-add-to-wishlist-button-block {
  display: flex;
  align-items: center ! IMPORTANT;
  position: relative;
  width: 100%;
  margin: 7px auto;
  justify-content: center;
}
#our_Products .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, 20px);
  opacity: 1 !important;
  z-index: 1;
}
.products-img-box .yith-wcwl-add-to-wishlist-button {
  opacity: 1;
}
.product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(13px, 70px);
  opacity: 1;
}
.shop-box .yith-wcwl-add-to-wishlist-button svg {
  color: #fff !important;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 4px;
  width: 60px !important;
  height: 35px;
  background-color: #7684FF;
  opacity: 1;
}
.shop .product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(13px, 70px);
  opacity: 1;
}
.shop-box .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-99px, 7px);
}

.product-name {
  font-size: 20px;
}
.price-details .woocommerce-Price-amount {
  font-size: 20px;
}
.wc-block-components-checkout-return-to-cart-button {
  color: #fff !important;
  font: 500 14px / 20px var(--pri-font);
  background-color: #7684FF;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-right: 10px;
  display: block;
}
.wc-block-components-button__text {
  background-color: #7684FF !important;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font: 500 14px / 20px var(--pri-font);
  margin-top: 30px;
  opacity: 1 !important;
  width: 100%;
}
.page .middle-content p, .terms-conditions-para, .custo-para, #membership-page p {
  color: #000;
  font: 400 15px / 25px var(--pri-font);
  text-align: left;
}
.project-detail-main {
  position: absolute;
  left: 0px;
  right: 0px;
  width: fit-content;
  height: 26%;
  margin: 0 auto;
  bottom: 12px;
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
}
.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: -4px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }
  .wishlist-item-wrapper{
    text-align: center;
    }
    .wishlist-title{
      text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 auto !important;
        width: 100% ! IMPORTANT;
    }
    .show-title-form{
      display: none !important;
    }
  .wpcf7 form .wpcf7-response-output {
    margin: 5px !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.outer-footer {
  position: relative;
  z-index: 0;
  padding-top: 10%;
}
.newsletter-form form {
  position: relative;
  display: unset !important;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#footer_box #menu-footer-menu-1 li a {
  font: 400 18px / 25px var(--pri-font);
  color: #000;
  position: relative;
  left: 0px;
}
#menu-footer-menu-1{
  text-align: center;
}
#footer .widget-title {
  font-size: 22px !important;
}

.product-box:hover .products-title-content-box h6{
  color: #000 !important; 
}

.social-icons-one i {
  background-color: #000;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  text-align: center;
  padding: 11px;
  color: #fff;
  opacity: 1;
}
.social-icons-two i {
  background-color: #000;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  text-align: center;
  padding: 11px;
  color: #fff;
  opacity: 1;
}
.teaminner:hover .team-titel-text a {
  color: #000;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
  padding: 10px;
}
.footer-copy-right-txt {
  display: unset !important;
  gap: 30px;
  padding-top: 10px;
  margin: 0 auto ! IMPORTANT;
  text-align: center;
}
.wc-block-components-main form {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}
.wc-block-components-order-summary-item{
  display: flex;
  gap: 10px;
}
}

@media screen and (min-width: 576px) and (max-width:767px){

  .abt-item-one {
    position: absolute;
    top: 45%;
    right: 8px;
    z-index: 1;
  }
  .abt-item-one img{
    height: 200px;
    width: 200px;
  }
  .abt-item-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-two {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
  .abt-item-two img{
    height: 200px;
    width: 200px;
  }
  .abt-item-two img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-three {
    position: absolute;
    top: 35px;
    left: 0px;
  }
  .abt-item-three img{
    height: 200px;
    width: 200px;
  }
  .abt-item-three img {
    border-radius: 50px 0px 50px 0px;
  }
  .about-detail {
    background-color: #7684FF;
    padding: 18px;
    height: 100%;
    width: 100%;
    border-radius: 0px 50px 0px 0px;
    justify-content: center;
}
.about-detail-one {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 18px;
  border-radius: 0px 0px 0px 50px;
  box-shadow: 0px 0px 10px #00000029;
  justify-content: center;
}
.our-records-info{
  justify-self: center;
}
#about-us .sub-head-about:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
/* why choose us */
.why-choose {
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column-reverse;
}
.why-choose-sec-one {
  position: absolute;
  top: 40%;
  left: 5px;
}
.why-choose-sec-one img{
    height: 250px;
    width: 250px;
    object-fit: cover;
}
.why-choose-sec-one img {
  border-radius: 50px 0px 50px 0px;
}
.why-choose-sec-two {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.why-choose-sec-two img{
    height: 250px;
    width: 250px;
    object-fit: cover;
}
.why-choose-sec-two img {
  border-radius: 0px 50px 0px 50px;
}
.why-choose-sec-three {
  position: absolute;
  right: 0;
  top: -13px;
}
.why-choose-sec-three img{
    height: 180px;
    width: 250px;
    object-fit: cover;
}
.why-choose-sec-three img {
  border-radius: 0px 50px 0px 0px;
}
/* slider */
.slider-banner-main {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(5, auto);
  margin-left: 0px;
}
.slider-banner-box img{
height: auto;
width: auto;
}
.banner-main-box {
  margin-top: 0px;
}
.banner-heading-box h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Outfit';
  line-height: 33px;
}

#banner .sub-head::before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}

#Project .sub-head-project:before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#testimonial-style .sub-head-testimonial:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
#Project .owl-nav {
  position: absolute;
  top: -30%;
  right: 15%;
  display: flex;
  gap: 25px;
  display: none;
}
#Blog .owl-nav {
  position: absolute;
  top: -30%;
  right: 0%;
  display: flex;
  gap: 25px;
  display: none;
}
.menu-footer-menu-2-container {
  text-align: center;
}
.footer-copy-right-txt ul {
  padding-left: 0px !important;
}
.our-feature-main {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #00000029;
  padding: 0px;
  padding-left: 0px ! IMPORTANT;
}
.single-blog-page .content_boxes .metabox{
  display: flex;
 flex-wrap: wrap;
 justify-content: center;

}
.post_ctg{
justify-content: center;
}
.wp-block-latest-posts__list{
text-align: center;
}
.post-content{
text-align: center;
}
ul#recentcomments {
text-align: center;
}
.nav-links .nav-previous {
padding: 15px;
position: relative;
margin-right: 17px;
border: 1px solid #686868;
backdrop-filter: blur(90px);
background-color: rgb(80 80 80 / 10%);
}
.nav-links .nav-next {
width: 50%;
padding: 15px;
position: relative;
margin-right: 17px;
border: 1px solid #686868;
backdrop-filter: blur(90px);
background-color: rgb(80 80 80 / 10%);
}
ol.wp-block-latest-comments {
text-align: center;
padding-left: 0;
}
.post-views{
  text-align: center;
}
.wp-block-archives-list.wp-block-archives {
  text-align: center;
}
.wp-block-categories-list.wp-block-categories {
  text-align: center;
}
.feature-box{
 text-align: center;
}
#comments h2#reply-title {
  display: block;
  font-family: var(--pri-font);
}
.newslettr-one-icon-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  display: none;
}
.wpcf7 form .wpcf7-response-output{
  color: #000;
  bottom: -56px;
  color: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 1;
}
.blog-detail .blg {
  justify-content: center;
}
#why_choose_us .sub-head-why:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 29px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: unset;
}
.feture-revers {
  flex-direction: column-reverse;
}
.testimonial-contents {
  padding: 10px;
}
#menu-primary-menu .menu-item-has-children > a::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  right: 65px;
  bottom: 5px;
  top: unset;
  font-size: 10px;
  display: block !important;
}
.woocommerce div.product .product_title, .woocommerce-Tabs-panel h2 {
  font: 600 35px / 60px var(--sec-font);
  color: #000;
  text-align: center;
}
.woocommerce-product-rating{
  display: flex;
  justify-self: center;
}
.custom-quantity{
  text-align: center !important;
}
  .woocommerce-tabs{
    text-align: center;
}
.cart {
  justify-content: center;
  display: flex;
}
.yith-add-to-wishlist-button-block {
  display: flex;
  align-items: center ! IMPORTANT;
  position: relative;
  width: 100%;
  margin: 7px auto;
  justify-content: center;
}
#our_Products .products-img-box .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, 20px);
  opacity: 1 !important;
  z-index: 1;
}
.products-img-box .yith-wcwl-add-to-wishlist-button {
  opacity: 1;
}
.product-box .add_to_cart_button, .product-box .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(13px, 70px);
  opacity: 1;
}
.product-name {
  font-size: 20px;
}
.price-details .woocommerce-Price-amount {
  font-size: 20px;
}
.wc-block-components-checkout-return-to-cart-button {
  color: #fff !important;
  font: 500 14px / 20px var(--pri-font);
  background-color: #7684FF;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-right: 10px;
  display: block;
}
.wc-block-components-button__text {
  background-color: #7684FF !important;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font: 500 14px / 20px var(--pri-font);
  margin-top: 30px;
  opacity: 1 !important;
  width: 100%;
}
.page .middle-content p, .terms-conditions-para, .custo-para, #membership-page p {
  color: #000;
  font: 400 15px / 25px var(--pri-font);
  text-align: left;
}
.project-detail-main {
  position: absolute;
  left: 0px;
  right: 0px;
  width: fit-content;
  height: 25%;
  margin: 0 auto;
  bottom: 12px;
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
}
.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: -4px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }
  .wishlist-item-wrapper{
    text-align: center;
    }
    .wishlist-title{
      text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 auto !important;
        width: 100% ! IMPORTANT;
    }
    .show-title-form{
      display: none !important;
    }
  .newsletter-form form {
    position: relative;
    display: unset !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    }
    #newsletter_slider{
      z-index: 1;
    }
    .wpcf7 form .wpcf7-response-output {
      margin: 0em 0.5em 0em !important;
      padding: 0.2em 0em !important;
      border: 2px solid #00a0d2;
    }
    #footer_box #menu-footer-menu-1 li a {
      font: 400 18px / 25px var(--pri-font);
      color: #000;
      position: relative;
      left: 0px;
    }
    #menu-footer-menu-1{
      text-align: center;
    }
    #footer .widget-title {
      font-size: 22px !important;
    }
    .shop-box .yith-wcwl-add-to-wishlist-button svg {
      color: #fff !important;
      border-radius: 50px;
      border: 2px solid #fff;
      padding: 4px;
      width: 60px !important;
      height: 35px;
      background-color: #7684FF;
      opacity: 1;
    }
    .shop .product-box .add_to_cart_button, .product-box .added_to_cart {
      font-size: 0;
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(13px, 70px);
      opacity: 1;
    }
    .shop-box .products-img-box .yith-add-to-wishlist-button-block {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-85px, 7px);
    }
    .shop .products-img-box {
      height: 300px;
      width: 245px;
  }
    .product-box:hover .products-title-content-box h6{
      color: #000 !important; 
    }

    .social-icons-one i {
      background-color: #000;
      height: 35px;
      width: 35px;
      border-radius: 30px;
      text-align: center;
      padding: 11px;
      color: #fff;
      opacity: 1;
    }
    .social-icons-two i {
      background-color: #000;
      height: 35px;
      width: 35px;
      border-radius: 30px;
      text-align: center;
      padding: 11px;
      color: #fff;
      opacity: 1;
    }
    .teaminner:hover .team-titel-text a {
      color: #000;
    }
    .our-counter-info{
      padding-top: 20px;
    }
    .wc-block-components-formatted-money-amount {
      white-space: nowrap;
      padding: 10px;
  }
  .footer-copy-right-txt {
    display: unset !important;
    gap: 30px;
    padding-top: 10px;
    margin: 0 auto ! IMPORTANT;
    text-align: center;
  }
  .wc-block-components-main form {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
  }
  .wc-block-components-order-summary-item{
    display: flex;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width:991px){
  .abt-item-one {
    position: absolute;
    top: 23%;
    right: 101px;
    z-index: 1;
}
.abt-item-two {
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: 1;
}
.abt-item-three {
  position: absolute;
  top: 0px;
  left: 34px;
}
.about-btn-box{
  margin-bottom: 20px;
}
/* why choose us */
.why-choose {
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column-reverse;
}
/* slider */
.slider-banner-main {
  display: grid;
  grid-template-columns: repeat(5, 120px);
  grid-template-rows: repeat(5, 120px);
  margin-left: 8%;
}
.banner-main-box {
  margin-top: 0px;
}
.banner-heading-box h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Outfit';
  line-height: 40px;
}
#banner .sub-head::before {
  position: absolute;
  content: "";
  left: unset;
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.shop .products-img-box {
  height: 300px;
  width: auto;
}
#footer_box .widget_wpb_social_widget {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}
.footer-copy-right-txt ul {
  padding-left: 0px !important;
}
p.footer-copy {
  text-align: center;
}
.newsletter-sec-bg {
  background-color: #fff;
  border-radius: 50px 50px 50px 50px;
  width: 1360px !important;
  padding-top: 6%;
}
.wpcf7 form .wpcf7-response-output{
  color: #000;
  bottom: -56px;
  color: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 1;
}
#menu-primary-menu .menu-item-has-children > a::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  right: 65px;
  bottom: 5px;
  top: unset;
  font-size: 10px;
  display: block !important;
}
.btn-blue-two::after {
  content: '';
  height: 2px;
  width: 45px;
  position: absolute;
  background: #000;
  top: unset;
  bottom: 17px;
  margin: auto;
  transition: .5s ease-in-out !important;
  left: -20%;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.product-name {
  font-size: 20px;
}
.price-details .woocommerce-Price-amount {
  font-size: 20px;
}
.project-icon-group {
  position: relative;
  bottom: 150px;
}
.pro-hed {
  padding-top: 5px;
  padding-bottom: 0px;
}
.project-detail-main {
  position: absolute;
  left: 0px;
  right: 0px;
  width: fit-content;
  height: 25%;
  margin: 0 auto;
  bottom: 12px;
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
}
.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: -4px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }
 
    
    .show-title-form{
      display: none !important;
    }
    .outer-footer {
      position: relative;
      z-index: 0;
      padding-top: 0%;
  }
  
  #footer_box #menu-footer-menu-1 li a {
    font: 400 18px / 25px var(--pri-font);
    color: #000;
    position: relative;
    left: 0px;
  }
 
  #footer .widget-title {
    font-size: 22px !important;
  }
  #testimonial-style .sub-head-testimonial:before {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background: #7684FF;
    opacity: .2;
    border-radius: 3px;
    transition: .5s;
    top: -5px;
}
.our-counter-info {
  text-align: left;
}
.footer-copy-right-txt {
  display: flex;
  gap: 30px;
  padding-top: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
}

@media screen and (min-width: 992px) and (max-width:1023px){
  .abt-item-one {
    position: absolute;
    top: 38%;
    right: 8px;
    z-index: 1;
  }
  .abt-item-one img{
    height: 230px;
    width: 230px;
  }
  .abt-item-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-two {
    position: absolute;
    bottom: 38px;
    left: 0px;
    z-index: 1;
  }
  .abt-item-two img{
    height: 230px;
    width: 230px;
  }
  .abt-item-two img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-three {
    position: absolute;
    top: 35px;
    left: 0px;
  }
  .abt-item-three img{
    height: 230px;
    width: 230px;
  }
  .abt-item-three img {
    border-radius: 50px 0px 50px 0px;
  }
  .why-icon-img svg {
    width: 100% !important;;
  }
  .why-choose-sec-one {
    position: absolute;
    top: 40%;
    left: 5px;
  }
  .why-choose-sec-one img{
      height: 230px;
      width: 230px;
      object-fit: cover;
  }
  .why-choose-sec-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .why-choose-sec-two {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
  }
  .why-choose-sec-two img{
      height: 230px;
      width: 230px;
      object-fit: cover;
  }
  .why-choose-sec-two img {
    border-radius: 0px 50px 0px 50px;
  }
  .why-choose-sec-three {
    position: absolute;
    right: 0;
    top: -13px;
  }
  .why-choose-sec-three img{
      height: 180px;
      width: 250px;
      object-fit: cover;
  }
  .why-choose-sec-three img {
    border-radius: 0px 50px 0px 0px;
  }
   /* slider */
  .slider-banner-main {
    display: grid;
    grid-template-columns: repeat(5, 100px);
    grid-template-rows: repeat(5, 100px);
    margin-left: 0px;
}
.banner-main-box {
  margin-top: 0px;
}
.btn-blue-one::after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background: #000;
  left: -15px;
  bottom: 18px;
  margin: auto;
  transition: .5s ease-in-out !important;
}
.btn-blue-two::after {
  content: '';
  height: 2px;
  width: 39px;
  position: absolute;
  background: #000;
  top: 2px;
  bottom: 0;
  margin: auto;
  transition: .5s ease-in-out !important;
  left: -15%;
}
.navbar-icon {
  position: absolute;
  right: -44px;
  top: 16px;
  opacity: 0.1;
  z-index: -1;
}
.project-img-outer img {
  height: 365px;
  width: 365px !important;
  border-radius: 0px 30px 0px 30px;
}
.footer-copy-right-txt li {
  position: relative;
  display: inline-block;
  padding: unset;
  padding-top: 10px;
}
.newsletter-sec-bg {
  background-color: #fff;
  border-radius: 50px 50px 50px 50px;
  width: 1360px !important;
  padding-top: 6%;
}
#menu-primary-menu .menu-item-has-children > a::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  right: 65px;
  bottom: 5px;
  top: unset;
  font-size: 10px;
  display: block !important;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.project-icon-group {
  position: relative;
  bottom: 110px;
}

.project-icon-img {
  height: 55px;
  width: 55px;
  border-radius: 80px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  background-color: #7684FF;
  margin: 0 auto;
}
.pro-hed {
  padding-top: 0px;
  padding-bottom: 0px;
}
.record_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.project-detail-main {
  position: absolute;
  left: 5px;
  right: 5px;
  width: fit-content;
  height: 22%;
  margin: 0 auto;
  bottom: 12px;
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
}
.project-post-content p {
  font-size: 15px;
  line-height: 20px;
}
#testimonial-style .sub-head-testimonial:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}

.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: -4px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }
    .outer-footer {
      position: relative;
      z-index: 0;
      padding-top: 0%;
  }
}

@media screen and (min-width: 1024px) and (max-width:1199px){
  .abt-item-one {
    position: absolute;
    top: 38%;
    right: 8px;
    z-index: 1;
  }
  .abt-item-one img{
    height: 230px;
    width: 230px;
  }
  .abt-item-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-two {
    position: absolute;
    bottom: 38px;
    left: 0px;
    z-index: 1;
  }
  .abt-item-two img{
    height: 230px;
    width: 230px;
  }
  .abt-item-two img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-three {
    position: absolute;
    top: 35px;
    left: 0px;
  }
  .abt-item-three img{
    height: 230px;
    width: 230px;
  }
  .abt-item-three img {
    border-radius: 50px 0px 50px 0px;
  }

  .why-icon-img svg {
    width: 100% !important;;
  }
  .why-choose-sec-one {
    position: absolute;
    top: 40%;
    left: 5px;
  }
  .why-choose-sec-one img{
      height: 230px;
      width: 230px;
      object-fit: cover;
  }
  .why-choose-sec-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .why-choose-sec-two {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
  }
  .why-choose-sec-two img{
      height: 230px;
      width: 230px;
      object-fit: cover;
  }
  .why-choose-sec-two img {
    border-radius: 0px 50px 0px 50px;
  }
  .why-choose-sec-three {
    position: absolute;
    right: 0;
    top: -13px;
  }
  .why-choose-sec-three img{
      height: 180px;
      width: 250px;
      object-fit: cover;
  }
  .why-choose-sec-three img {
    border-radius: 0px 50px 0px 0px;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
  /* slider */
  .slider-banner-main {
    display: grid;
    grid-template-columns: repeat(5, 100px);
    grid-template-rows: repeat(5, 100px);
    margin-left: 0px;
}
.banner-main-box {
  margin-top: 80px;
}
.btn-blue-two::after {
  content: '';
  height: 2px;
  width: 39px;
  position: absolute;
  background: #000;
  top: 2px;
  bottom: 0;
  margin: auto;
  transition: .5s ease-in-out !important;
  left: 87%;
}
#menu-primary-menu >li {
  position: relative;
  display: inline-block;
  padding: 18px 20px;
  color: #fff !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 2px solid hsla(0, 0%, 7%, .11);
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 .4em;
  position: absolute;
  right: 25px !important;
  top: -25px !important;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.project-img-outer img {
  height: 365px;
  width: 365px !important;
  border-radius: 0px 30px 0px 30px;
}
.video i {
  color: #7684FF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 20px;
  font-size: 25px;
  background-color: #fff;
}
.footer-copy-right-txt li {
  position: relative;
  display: inline-block;
  padding: unset;
  padding-top: 10px;
}
.newsletter-sec-bg {
  background-color: #fff;
  border-radius: 50px 50px 50px 50px;
  width: 1360px !important;
  padding-top: 6%;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.project-icon-group {
  position: relative;
  bottom: 110px;
}
.project-icon-img {
  height: 55px;
  width: 55px;
  border-radius: 80px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  background-color: #7684FF;
  margin: 0 auto;
}
.pro-hed {
  padding-top: 0px;
  padding-bottom: 0px;
}
.record_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.project-detail-main {
  position: absolute;
  left: 5px;
  right: 5px;
  width: fit-content;
  height: 25%;
  margin: 0 auto;
  bottom: 12px;
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
}
.project-post-content p {
  font-size: 15px;
  line-height: 20px;
}
#testimonial-style .sub-head-testimonial:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: -4px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }

    .outer-footer {
      position: relative;
      z-index: 0;
      padding-top: 0%;
  }

}



@media screen and (min-width: 1200px) and (max-width:1399px){
  .abt-item-one {
    position: absolute;
    top: 38%;
    right: 8px;
    z-index: 1;
  }
  .abt-item-one img{
    height: 250px;
    width: 250px;
  }
  .abt-item-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-two {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
  .abt-item-two img{
    height: 250px;
    width: 250px;
  }
  .abt-item-two img {
    border-radius: 50px 0px 50px 0px;
  }
  .abt-item-three {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .abt-item-three img{
    height: 250px;
    width: 250px;
  }
  .abt-item-three img {
    border-radius: 50px 0px 50px 0px;
  }
  .why-icon-img svg {
    width: 100% !important;;
  }
  .why-choose-sec-one {
    position: absolute;
    top: 40%;
    left: 5px;
  }
  .why-choose-sec-one img{
      height: 230px;
      width: 230px;
      object-fit: cover;
  }
  .why-choose-sec-one img {
    border-radius: 50px 0px 50px 0px;
  }
  .why-choose-sec-two {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
  }
  .why-choose-sec-two img{
      height: 230px;
      width: 230px;
      object-fit: cover;
  }
  .why-choose-sec-two img {
    border-radius: 0px 50px 0px 50px;
  }
  .why-choose-sec-three {
    position: absolute;
    right: 0;
    top: -13px;
  }
  .why-choose-sec-three img{
      height: 180px;
      width: 250px;
      object-fit: cover;
  }
  .why-choose-sec-three img {
    border-radius: 0px 50px 0px 0px;
  }
   /* slider */
   .slider-banner-main {
    display: grid;
    grid-template-columns: repeat(5, 117px);
    grid-template-rows: repeat(5, 117px);
    margin-left: 0px;
}
.banner-main-box {
  margin-top: 0px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 2px solid hsla(0, 0%, 7%, .11);
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 .4em;
  position: absolute;
  right: 25px !important;
  top: -25px !important;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.products-img-box {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  height: 300px;
  width: 250px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.navbar-icon {
  position: absolute;
  right: -20px;
  top: 16px;
  opacity: 0.1;
  z-index: -1;
}
.project-img-outer img {
  height: 366px;
  width: 365px !important;
  border-radius: 0px 30px 0px 30px;
}
.footer-copy-right-txt li {
  position: relative;
  display: inline-block;
  padding: unset;
  padding-top: 10px;
}
.testi-image img {
  border-radius: 8px 0px 0px 8px;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.project-icon-group {
  position: relative;
  bottom: 111px;
}
.project-icon-img {
  height: 55px;
  width: 55px;
  border-radius: 80px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  background-color: #7684FF;
  margin: 0 auto;
}
.pro-hed {
  padding-top: 3px;
  padding-bottom: 0px;
}
.project-icon-group h6 {
  font-size: 18px;
}
.project-icon-group p {
  font-size: 15px;
}
.project-detail-main {
  position: absolute;
  left: 5px;
  right: 5px;
  width: fit-content;
  height: 22%;
  margin: 0 auto;
  bottom: 12px;
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
}
.project-post-content p {
  font-size: 15px;
  line-height: 20px;
}
#testimonial-style .sub-head-testimonial:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: -4px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }
  
    .outer-footer {
      position: relative;
      z-index: 0;
      padding-top: 0%;
  }
}


@media screen and (min-width: 1400px) and (max-width:1600px){
/* slider */
.slider-banner-main {
  display: grid;
  grid-template-columns: repeat(5, 140px);
  grid-template-rows: repeat(5, 140px);
  margin-left: 0px;
}
.banner-main-box {
margin-top: 0px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 2px solid hsla(0, 0%, 7%, .11);
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 .4em;
  position: absolute;
  right: 25px !important;
  top: -25px !important;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.project-img-outer img {
  height: 366px;
  width: 365px !important;
  border-radius: 0px 30px 0px 30px;
}
.project-icon-group {
  position: relative;
  bottom: 144px;
}
.project-icon-group h6 {
  font-size: 18px;
}
.project-icon-group p {
  font-size: 15px;
  line-height: 20px;
}
.pro-hed {
  padding-top: 5px;
  padding-bottom: 0px;
}
.remove-whishlist{
  position: relative;
  }
  .woocommerce a.remove {
    background: #7684FF;
    color: #fff !important;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    bottom: -4px;
  }
  .woocommerce-wishlist .add_to_cart_button {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(3px, -250px);
    opacity: 1;
  }
    .outer-footer {
      position: relative;
      z-index: 0;
      padding-top: 0%;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
}

@keyframes waveIn {
  0% {
    opacity: 0;
    transform: scale(.3) translate(-20px, 10px);
  }
  50% {
      transform: translate(0, 0);
      opacity: 1;
  }
}

@keyframes textShine {
  to {
    background-position: 200%;
  }
}

/* video popup */
.modal-new {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.4);
}
/* Modal Content */
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 45%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
 .close-one{
  color: #252525;
  float: right;
  font-size: 28px;
  padding-right: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  font-weight: 900;
}








.newsinner.blog-detail{  
  overflow: hidden;
  padding: 10px;
}
.newsinner.blog-detail:hover{
  /* filter: brightness(0.6);
  transform: scale(1.1); */
}

.testimonial-post-box .tab-content>.active:hover{
  animation: tilt-shaking 0.25s infinite;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


.banner-bg-svg svg{
  position: absolute;
  bottom: 0;
  opacity: 0.3;
}







.banner-bg-svg svg path {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
}


@keyframes increaseHeight {
  0% {
    height: 50px; /* Start height */
  }
  50% {
    height: 200px; /* Expand height */
  }
  100% {
    height: 50px; /* Return to original height */
  }
}


@keyframes shake{
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
}


.is-large .wp-block-woocommerce-checkout-order-summary-block,.wc-block-components-main form{
  background-color: #fff;
}












.eco-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(140deg, var(--pink) , var(--blue));
  cursor: pointer;
  z-index: 9999;
}
.spinner {
  margin: auto;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.spinner > div {
  background: #fff;
  height: 100%;
  width: 2px;
  float: left;
  margin: 0 1px;
  animation: stretch 2s infinite;
  animation-timing-function: cubic-bezier(.62,.28,.23,.99);
}

.spinner .r1 {
  animation-delay: -1s;
}

.spinner .r2 {
  animation-delay: -.9s;
}

.spinner .r3 {
  animation-delay: -.8s;
}

.spinner .r4 {
  animation-delay: -.7s;
}

.spinner .r5 {
  animation-delay: -.6s;
}

@keyframes stretch {
  0%, 20%, 49% { 
    transform: scaleY(0.4);
    background-color: color-alpha;
  }
  
  10% { 
    transform: scaleY(1.0);
  }
  
  50%, 70%, 100% { 
    transform: scaleY(0.4);
    background-color: color-beta;
  }
  
  60% { 
    transform: scaleY(1.0);
    background-color: color-beta;
  }
}
.sub-head-news{
  position: relative;
}
#newsletter_slider .sub-head-news:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  background: #7684FF;
  opacity: .2;
  border-radius: 3px;
  transition: .5s;
  top: -5px;
}
.sub-head-news:hover::before{
  width: 100% !important;
}
.divider {
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 50px;
  opacity: 0.1;
}


.product-remove .remove_from_wishlist {
  background: #7684FF;
  color: #F38686 !important;
  font-size: 19px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px 12px 25px 25px;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #7684FF;
}

/* .wpcf7 form .wpcf7-response-output {
  margin: 6em 0.5em 1em !important;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
} */

.page-header h1 {
  color: #000;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
  padding: 10px;
}
.search [type=search] {
  padding: 10px;
}
.search h1{
  color: #000;
}
.search h3{
  color: #000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 6em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wc-block-cart__submit-container a{
  width: 100% !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
  background-color: #fff ! IMPORTANT;
  border: 1px solid hsla(0, 0%, 7%, .8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3.125em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em .5em;
  width: 100%;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 2px solid hsla(0, 0%, 7%, .11);
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 .4em;
  position: absolute;
  right: 25px;
  top: -10px;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

#blog-left-sidebar input[type="submit"] {
  font-weight: 500;
  border-radius: 30px;
  color: #000;
  border: none;
  background-color: var(--color-primary);
  border-radius: 30px;
  padding: 10px 10px;
  position: absolute;
  right: 7px;
  bottom: 15px;
}

#blog-right-sidebar input[type="submit"] {
  font-weight: 500;
  border-radius: 30px;
  color: #000;
  border: none;
  background-color: var(--color-primary);
  border-radius: 30px;
  padding: 10px 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.footer-copy-right-txt a {
  color: #fff;
  font-size: 18px; 
}
.footer-copy-right-txt{
  display: flex;
  gap: 30px;
  padding-top: 10px;
}