/*------------- Main Banner -------------*/
.banner-image-box {
  z-index: 99;
}
.shape-banner {
  display: block;
  width: 100%;
  filter: url("#goo");
}
.shape-banner::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 68%;
  clip-path: polygon(
    100% 0,
    100% 16%,
    100% 63%,
    74% 63%,
    74% 81%,
    42% 81%,
    42% 100%,
    0% 100%,
    0 0
  );
}
.banner-shape-bg {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.banner-shape-bg:after {
  content: "";
  content: "";
  display: block;
  clip-path: polygon(
    100% 0,
    100% 16%,
    100% 62%,
    74% 63%,
    74% 81%,
    42% 81%,
    42% 100%,
    0% 100%,
    0 0
  );
  /* background-color: var(--color-primary); */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 7px;
  right: 0;
  top: 0;
  /* z-index: 99999; */
  margin: 0 auto;
}
.banner-head {
  margin-top: 4em;
  padding: 2em 0;
}
.banner-other-image1 {
  position: absolute;
  top: 3em;
  left: 2em;
  text-align: center;
}
.banner-other-imag2 {
  position: absolute;
  top: 44%;
  /* right: 0; */
  left: 40em;
  text-align: center;
}
.banner-other-image3 {
  position: absolute;
  right: 2em;
  bottom: 2em;
}
.banner-other-image4 {
  position: absolute;
  left: 25em;
  bottom: 9em;
}
.banner-other-image5 {
  position: absolute;
  bottom: 2em;
  left: 36%;
}
.banner-other-image6 {
  position: absolute;
  top: 3em;
  left: 2em;
}
.banner-other-image7 {
  position: absolute;
  bottom: 4em;
  text-align: center;
  left: 1em;
  right: 0;
}
.banner-icon-image1 {
  position: absolute;
  bottom: 1em;
  right: 26%;
  width: 40px;
}
.banner-icon-image2 {
  position: absolute;
  top: 3em;
  left: 32em;
}
.banner-icon-image3 {
  position: absolute;
  bottom: 1em;
  left: 3em;
  width: 40px;
  height: 40px;
}
.banner-icon-image4 {
  position: absolute;
  bottom: 2em;
  left: 22em;
  width: 30px;
}
.banner-icon-image5 {
  position: absolute;
  bottom: 10em;
  left: 42%;
}
.banner-icon-image6 {
  position: absolute;
  top: 2em;
  right: 25em;
  width: 30px;
}
.banner-icon-image7 {
  position: absolute;
  right: 2em;
  bottom: 11em;
  width: 30px;
}
.banner-image-col-one img {
  z-index: 99;
  position: relative;
  border-radius: 21px;
}
#main-banner {
  background-color: white;
  border-radius: 30px;
}
.banner-icon-image6 {
  position: absolute;
  top: 1em;
  right: 25em;
  width: 30px;
}
span.h1-part1 {
  display: block;
}
.banner-text {
  font-size: 16px;
  color: black;
  margin: 14px 0 32px 0 !important;
}
.banner-head h1 {
  color: #333333;
  font-size: 52px;
  font-weight: 800;
}
span.h1-part1 {
  color: var(--color-secondry);
}
span.h1-part2 {
  font-weight: 500;
  color: black;
}
.banner-image-col-two,
.banner-image-col-three {
  margin-top: 7em;
}
.banner-records {
  background-color: #140e10;
  padding: 30px;
}
.banner-records .row {
  align-items: center;
}
.baby-sitter-center,
.happy-customer-block.banner-block {
  padding: 30px 3px;
  text-align: center;
  display: block;
}
.banner-box-number {
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--secondry-font);
  font-size: 40px;
  margin: 7px 0;
  display: flex;
  justify-content: center;
}
.banner-box-title,
.banner-box-title a {
  color: white;
  font-weight: 400;
  font-family: var(--secondry-font);
  font-size: 17px;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
}
.happy-customer-block .banner-box-number {
  margin-top: 0;
}
.banner-records {
  background-color: #140e10;
  padding: 16px 30px;
  /* display: flex; */
  /* justify-content: space-between; */
  max-width: 76.3%;
}
.record-box-sep:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: rgb(255 255 255 / 5%);
  position: absolute;
  right: 0;
  top: 0;
}
.record-box-sep {
  position: relative;
}
.baby-sitter-block.banner-block {
  background-color: white;
  padding: 8px 19px;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  right: -7em;
  bottom: 50%;
  transform: translateY(-50%);
}
.banner-images-block.position-relative {
  max-width: 100%;
  margin: 0 auto;
}
.banner-btn a.theme_button {
  margin-right: 15px;
}
.banner-other-image7,
.banner-other-image5,
.banner-other-image3,
.footer-other-image3,
.footer-other-image4 {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.banner-other-image6,
.banner-other-image4,
.banner-other-imag2,
.banner-other-image1,
.footer-other-image1,
.footer-other-image2,
.footer-other-image6,
.footer-other-image5,
.banner-icon-image1,
.banner-icon-image4,
.banner-icon-image3,
.why-choose-shape-image1,
.why-choose-shape-image3,
.product-shape1 {
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
.customer-box-content {
  display: inline-block;
  background-color: white;
  padding: 30px;
  text-align: center;
}
.customer-box {
  max-width: 65%;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 99;
  right: 0;
}
.customer-count {
  color: black;
  font-size: 30px;
  font-weight: 700;
}
.customer-title {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding-top: 10px;
}
.customer-box-content {
  display: block;
  background-color: white;
  padding: 24px 12px 25px 12px;
  text-align: center;
  border-radius: 17px 17px 0px 0px;
  max-width: 42%;
  margin: 0 0 0 auto;
  margin-bottom: -15px;
}
.customer-box-images {
  display: flex;
  padding: 9px 21px 9px 9px;
  background-color: white;
  border-radius: 20px;
}
.customer-box-image img {
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.customer-box-image img:hover {
  transform: scale(1.05);
}
.customer-box-image {
  margin-right: -12px;
}
/* --------- About Us --------- */
.shape-about {
  display: block;
  width: 100%;
  filter: url("#goo");
  transition: transform 0.3s ease;
}
.shape-about:hover {
  transform: scale(1.05);
}
.about-shape1 {
  position: absolute;
  right: 2em;
  top: 2em;
}
.about-shape2 {
  position: absolute;
  left: 2em;
  bottom: 2em;
}
.shape-about::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 68%;
  clip-path: polygon(
    0 0,
    62% 0%,
    62% 23%,
    100% 23%,
    100% 100%,
    15% 100%,
    15% 83%,
    0 83%
  );
}
.about-image {
  position: relative;
}
.about-image:after {
  content: "";
  background-color: var(--color-primary);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20px;
}
.about-image1 img {
  border-radius: 10px;
  width: 100%;
  clip-path: polygon(
    0 0,
    62% 0%,
    62% 23%,
    100% 23%,
    100% 100%,
    15% 100%,
    15% 83%,
    0 83%
  );
}
.about_btn {
  margin-top: 2em;
}

#about-us:before,
#why-choose-us:before,
#our-products:before,
#video:before,
#latest-news:before {
  content: "";
  opacity: 0.161;
  width: 625px;
  height: 625px;
  border-radius: 313px;
  background-color: #35b8c0;
  position: absolute;
  left: -23em;
  filter: blur(37px);
}
#latest-news:after {
  top: 0;
}
.news-shape {
  position: absolute;
  bottom: 2em;
  right: -5em;
}
.about-image2 {
  position: absolute;
  /* top: 0; */
  right: -60px;
  bottom: 0;
  transition: transform 0.3s ease;
}
.about-image img {
  width: 100%;
  position: relative;
  z-index: 9;
  left: 20px;
}
.about-image2 img:hover {
  transform: scale(1.05);
}
.about-image {
  position: relative;
  max-width: 96%;
}
#about-us li {
  list-style: none;
  padding-bottom: 13px;
}
#about-us li i {
  background-color: #32ba7c;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  padding: 3px;
  font-weight: 900;
  margin-right: 3px;
}
.about-image1 img,
.about-image2 img {
  border-radius: 10px;
  width: 100%;
}
.whychoose-image1 {
  position: relative;
  display: inline-block;
}
.about-block,
.whychoose-block {
  position: relative;
  display: inline-block;
}
#about-us .section_main_head .primary_text,
#about-us .section_main_head .primary_text p {
  color: var(--color-primary);
}
.about-head.section_main_head .second_text,
.about-head.section_main_head .second_text p {
  color: #6b6b6b;
}
.about-exp img {
  width: 100%;
}
.about-shape-bg:after {
  content: "";
  content: "";
  display: block;
  clip-path: polygon(
    0 0,
    64% 1%,
    64% 19%,
    98% 19%,
    100% 100%,
    12% 100%,
    12% 88%,
    0 88%
  );
  background-color: var(--color-primary);
  position: absolute;
  width: 96%;
  height: 94%;
  left: 0;
  right: 0;
  top: 11px;
  /* z-index: 99999; */
  margin: 0 auto;
}
.about-shape-bg {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.about-image-box {
  z-index: 99;
}
.about-shape1 {
  position: absolute;
  right: 2em;
  top: 2em;
}
.about-shape2 {
  position: absolute;
  left: 2em;
  bottom: 2em;
}
#about-us .icon-image {
  position: absolute;
  left: 95%;
  top: 50%;
  transition: transform 0.3s ease;
}
#about-us .icon-image img:hover {
  transform: scale(1.05);
}
/*------------------ Services -------------------*/
.service-bg {
  padding: 23px 23px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #0000001a;
}
.service-bg:hover {
  background-color: var(--color-secondry);
}
.service-bg:hover h5,
.service-bg:hover .services-box-text {
  color: white;
}
.services-image {
  background-color: #fad961;
  align-items: center;
  display: flex;
  justify-content: center;
}
#our-process .service-scale-image {
  margin-right: 14px;
}
.services-link-block a {
  font-size: 14px;
  color: #f5b100;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
.services-textbox {
  margin: 0;
}
.service-overlay {
  position: relative;
  text-align: center;
}
.service-scale-image {
  transition: all 0.6s ease;
  position: relative;
  padding: 15px;
  border-radius: 35px;
  background-color: #effaff;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
.services-block h5 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.services-box-text {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
#our-services .service-bg:hover {
  background-color: var(--color-secondry);
}
#our-services .service-bg:hover h5,
#our-services .service-bg:hover .services-box-text {
  color: white;
}
.service-link a {
  color: var(--color-primary);
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.service-link a i {
  margin-left: 5px;
}
.services-text-inner {
  padding-bottom: 10px;
  position: relative;
  padding-left: 5px;
}
.services-head,
#latest-news .section_main_head {
  max-width: 40%;
  margin: 0 auto;
}
.services-textbox h5,
.services-textbox h5 a {
  font-size: 19px;
  /* padding-top: 2em; */
  color: #222431;
  font-weight: 400;
  font-size: 16px;
}
.services-block {
  transition: all 0.6s ease;
  margin-bottom: 23px;
}
.services-text {
  color: #9c9c9c;
  font-size: 15px;
  font-weight: 400;
}
.services-image {
  position: relative;
}
.services-block:hover .service-bg {
  /*display: block;*/
  border-radius: 10px;
  filter: drop-shadow(4.243px 4.243px 14px rgba(0, 0, 0, 0.09));
  background-color: #ffffff;
  border: 1px solid #ececec;
}
.services-block:hover .service-bg .service-scale-image,
.best-for-you-block:hover .service-bg .service-scale-image,
#our-process .process-block:hover .service-bg .service-scale-image {
  background-color: var(--color-primary);
}
.service-scale-image img {
  position: relative;
  width: 38px;
}
.service-scale-image img {
  transition: 0.5s;
  position: relative;
}

.team_img img,
.post-image-block img {
  transition: all 0.5s ease 0s;
  width: 100%;
  border-radius: 13px;
}
.team_outer:hover img,
.news-box:hover .post-image-block img {
  transform: scale(1.2) translate(4%, 4%);
}
.team_img,
.post-image-block {
  position: relative;
  overflow: hidden;
}
#our-services:before {
  content: "";
  opacity: 0.161;
  width: 625px;
  height: 625px;
  border-radius: 313px;
  background-color: #35B8C0;
  position: absolute;
  right: 0;
  filter: blur(37px);
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
/* .service-shape1 {
  position: absolute;
  top: 0;
  right: 95%;
  top: 70%;
} */
.service-shape2 {
  position: absolute;
  bottom: 5em;
  right: 90%;
  transition: transform 0.3s ease;
}
.service-shape2 img:hover {
  transform: scale(1.05);
}
#our-services {
  padding-top: 0;
  max-width: 100%;
}
#our-doctors,
#best-for-you,
#latest-news {
  max-width: 100%;
}
.testimonials-row {
  margin: 0 auto;
}
/*------------------- Our Process ------------------*/
/* #our-process {
  background-color: var(--color-primary);
} */
#our-process .section_main_head h6 {
  color: white;
}
#our-process .section_main_head h6:before {
  background-color: white;
}
#our-process .section_main_head h3 {
  color: white;
}
#our-process .box-tagline {
  color: var(--color-primary);
  font-size: 14px;
}
#our-process .service-overlay h5 {
  font-size: 18px;
  padding-top: 0;
  font-weight: 600;
  font-style: bold;
}
#our-process .process-box-text {
  font-size: 16px;
  color: #000000;
}
#our-process .service-bg:hover {
  background-color: var(--color-secondry);
}
#our-process .service-bg:hover .service-scale-image img {
  filter: brightness(1) contrast(1) invert(1);
}
#our-process .service-bg:hover .box-tagline,
#our-process .service-bg:hover h5,
#our-process .service-bg:hover .process-box-text {
  color: white;
}
#our-process .service-overlay {
  position: relative;
  text-align: left;
  align-items: center;
}
.process-text-inner {
  position: relative;
  padding-left: 19px;
}
.process-text-inner:before {
  content: "";
  background-color: #ecf6fa;
  height: 100%;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
}
/*------------------- Why Choose Us ------------------*/
#why-choose-us .shape-about::before {
  clip-path: polygon(
    31% 0%,
    100% 0,
    100% 81%,
    82% 81%,
    82% 100%,
    1% 100%,
    0 24%,
    31% 24%
  );
}
#why-choose-us .about-shape-bg:after {
  clip-path: polygon(
    29% 0%,
    100% 0,
    100% 84%,
    85% 84%,
    85% 100%,
    0% 100%,
    0% 22%,
    29% 22%
  );
  height: 100%;
  top: 0;
  background-color: transparent;
}
#why-choose-us li img {
  margin-right: 3px;
}
#why-choose-us li {
  margin-bottom: 16px;
  color: #222222;
  font-weight: 500;
  list-style: none;
}
#why-choose-us .about_btn {
  margin-top: 1em;
}
.why-choose-shape-image1 {
  position: absolute;
  left: 0%;
  top: 50%;
}
.why-choose-shape-image2 {
  position: absolute;
  right: 0;
  top: 40%;
  transition: transform 0.3s ease;
}
.why-choose-shape-image2 img:hover {
  transform: scale(1.05);
}
.why-choose-shape-image3 {
  right: 19%;
  width: 24px;
  position: absolute;
  bottom: 0;
}

/*------------------- Our Doctors ------------------*/
.owl-carousel .owl-item .our_doctors-box img {
  width: 100% !important;
}
.our_doctors-box img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.our_doctors-box img:hover {
  transform: scale(1.05);
}
.our_doctors-box-inner {
  padding: 5px 20px 12px 20px;
  border-radius: 9px;
  background-color: #ffffff;
  border: 1px solid #ececec;
  max-width: 80%;
  margin: 0 auto;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
}
.our_doctors-box-inner:hover {
  background-color: var(--color-secondry);
}
.our_doctors-box-inner:hover h5 a,
.our_doctors-box-inner:hover .our_doctors-desig {
  color: white;
}
#our-doctors:before,
#best-for-you:before,
#latest-news:after {
  content: "";
  opacity: 0.161;
  width: 625px;
  height: 625px;
  border-radius: 313px;
  background-color: #35B8C0;
  position: absolute;
  right: 0;
  filter: blur(37px);
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: -1;
}
.doctor-shape-image1 {
  position: absolute;
  right: 0;
  bottom: 15%;
}
.doctor-shape-image2 {
  position: absolute;
  bottom: 40%;
  left: 2%;
}
.doctor-shape-image2 img {
  transition: transform 0.3s ease;
}
.doctor-shape-image2 img:hover {
  transform: scale(1.05);
}
/*------------------- Records ------------------*/
#records .section_main_head h6 {
  background-color: var(--color-primary);
  color: white;
}
#records .section_main_head h3 {
  color: white;
}
.count-box-number.box-count {
  color: white;
  font-size: 40px;
  font-weight: 700;
}
.records-info {
  border-right: 2px solid #3a3a3a66;
  padding: 30px 12px;
}
#records .owl-item.active:last-child .records-info {
  border: none;
}
.records-info h6,
.records-info h6 a {
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding-bottom: 0;
  padding-top: 15px;
}
#records .owl-stage-outer {
  padding-bottom: 10px;
}
.record_detail,
.record-content-block {
  text-align: center;
}
.section-heading {
  color: #222222;
  font-weight: 500;
  font-size: 28px;
}
/*------------------- Our Products ------------------*/
#our-products {
  position: relative;
}
.flash_product:hover .custom_product_meta a {
  background-color: var(--color-primary);
  color: white;
}
.flash_product:hover .custom_product_meta .add_to_cart_button:before {
  color: white;
}
.product-shape1 {
  position: absolute;
  top: 22%;
  left: -1%;
}
.product-shape2 {
  position: absolute;
  bottom: 40%;
  right: -3%;
}
span.onsale {
  background-color: #de3618;
  color: white;
  font-size: 14px;
  padding: 5px 17px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
  border-radius: 5px;
  background-color: #ffae34;
}
.our_products-col {
  padding: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.our_products-col:hover {
  background-color: var(--color-secondry);
}
.our_products-col:hover h5 a,
.our_products-col:hover .price-box ins {
  color: white;
}
.product-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.product_img_box img {
  width: 100%;
  transition: transform 0.3s ease;
}
.product_img_box img:hover {
  transform: scale(1.05);
}
.average-star-rating {
  color: #797979;
}
.product-box {
  padding: 0px 10px 15px 10px;
}
.average-star-rating i {
  color: #faa72a;
  font-size: 13px;
  margin-right: 3px;
}
.price-box del {
  color: #ababab;
  font-weight: 700;
}
.flash_product h5 a {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.flash_product h5 {
  padding-top: 0;
}
.price-box ins {
  font-weight: 700;
  text-decoration: none;
  color: #222222;
}
.flash_product .custom_product_meta a {
  transition: all 0.3s ease 0s;
}
.flash_product .custom_product_meta a {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #797979;
  color: #797979;
  font-weight: 400;
}
.custom_product_meta .add_to_cart_button:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #797979;
  font-size: 14px;
  margin-right: 6px;
}
.custom_product_meta {
  margin-top: 13px;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}
.flash_product:hover .custom_product_meta {
  opacity: 1;
}
.flash_product {
  margin-bottom: 30px;
}
.flash_product .add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.custom_product_meta .added_to_cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #797979;
  font-size: 14px;
  margin-right: 6px;
}
.custom_product_meta .added_to_cart {
  margin-left: 8px;
  display: none;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::before {
  visibility: hidden;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flash_product .yith-wcwl-add-button a span {
  display: none;
}
.flash_product .yith-wcwl-add-button a i {
  font-size: 16px;
  color: #333333;
  background-color: transparent;
  margin: 0;
  padding: 6px 7px;
}
.product_img_box {
  position: relative;
  margin-bottom: 10px;
}
.flash_product a.added_to_cart.wc-forward {
  margin-left: 0px;
}
.product-quick-meta {
  position: absolute;
  top: 6px;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.flash_product:hover .price-rating-block {
  display: none !important;
  transition: all 0.3s ease 0s;
}
.flash_product:hover .custom_product_meta {
  display: block;
  transition: all 0.3s ease 0s;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse i {
  font-size: 19px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
  font-size: 16px;
  color: #f23333;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
  background-color: transparent;
}
.flash_product span.feedback {
  font-size: 0;
}

/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating {
  color: #fcb01f;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 7.4em;
  font-family: star;
}
.star-rating {
  color: #fec004;
  font-size: 0.857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.9em;
  font-family: star;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #fec004;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  letter-spacing: 5px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  font-size: 12px;
  letter-spacing: 5px;
}
.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.review_count {
  color: #808080;
  font-size: 12px;
}
.price-box-rating {
  display: flex;
  justify-content: space-between;
}
.wishlist_table.mobile li .item-details h3 a {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.wishlist_table.mobile li .item-details h3 {
  padding-top: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  font-size: 14px;
}
.wishlist_table.mobile li table.additional-info td {
  font-size: 14px;
}
.wishlist_table.mobile .product-add-to-cart a {
  display: table !important;
  margin: 0 auto 5px !important;
  text-align: center;
  background-color: black;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 6px;
  margin: 0 auto;
  color: white;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: center;
  float: none;
}
.wishlist_table.mobile li .item-wrapper .item-details {
  width: 100%;
  text-align: center;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  margin: 0 auto;
  display: block;
}
.woocommerce .wishlist-title h2 {
  display: none;
  margin: 0;
}
.woocommerce .wishlist-title {
  margin: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table,
.wishlist_table.mobile li table.additional-info {
  margin: 0 auto;
  width: auto;
}
.wishlist_table.mobile li .item-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-cart-form__cart-item td,
.woocommerce table.shop_table td,
.woocommerce .woocommerce-error,
.woocommerce table.shop_table th {
  text-align: left;
}
#top-seller .yith-wcwl-wishlistaddedbrowse a,
#blockbustor-deals .yith-wcwl-wishlistaddedbrowse a,
#deals .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}
.wishlist_table.mobile li {
  margin-bottom: 7px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
#top-seller
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added,
#hot-sale
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added,
#discount-product
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.yith-wcwl-wishlistaddedbrowse {
  text-align: left;
}
/*------------------- Best For You ------------------*/
.best-for-you-head-two h4 {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 15px;
}
#best-for-you li {
  margin-bottom: 12px;
  list-style: none;
  color: black;
  font-weight: 400;
}
#best-for-you ul {
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#best-for-you li i {
  background-color: #35b8c0;
  color: white;
  padding: 4px 5px;
  font-size: 12px;
  border-radius: 50%;
}
.best-for-you-btn {
  margin-top: 2em;
}
.best-for-you-block {
  margin-bottom: 23px;
}
.best-for-you-shape {
  position: absolute;
  top: 26%;
  left: 1%;
}
/*------------------- Video ------------------*/
#video {
  padding-top: 0;
  position: relative;
}
.video-image img {
  width: 100%;
  border-radius: 18px;
}
a.video_icon {
  background-color: var(--color-secondry);
  padding: 17px 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: white;
  border-radius: 50%;
  font-size: 26px;
}
a.video_icon:hover {
  background-color: var(--color-primary);
}
.video-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.video-shape-image {
  position: absolute;
  bottom: 40%;
  right: -3%;
}
.video-shape-image img {
  transition: transform 0.3s ease;
}
.video-shape-image img:hover {
  transform: scale(1.05);
}
/* ----------- Testimonials ------------- */
#testimonials {
  background-color: #eaf8ff;
}
#testimonials .owl-dots {
  display: block;
}
#video {
  padding-top: 0;
  position: relative;
}
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote i {
  color: #e5f3f8;
  font-size: 50px;
  position: absolute;
  bottom: 8%;
  right: 26px;
  transform: rotateY(180deg);
  display: none;
}
/*#testimonials {
  background-color: #e5f0dd;
}*/
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img {
  width: auto !important;
  height: auto;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}
.testimonial-block.testimonial_outer {
  padding: 6px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}
.testimonial-block.testimonial_outer:hover {
  background-color: var(--color-secondry);
}
.testimonial-block.testimonial_outer:hover .testimonial-title a {
  color: white;
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 3px;
  padding-top: 0;
}
.testimonial-title a {
  font-size: 18px;
  position: relative;
  color: #222222;
  font-weight: 600;
}
.testimonials_image {
  margin-right: 10px;
}
.testimonials_image img {
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.testimonials_image img:hover {
  transform: scale(1.05);
}
.t-desig {
  font-size: 16px;
  display: block;
  color: #797979;
  font-weight: 400;
}
.testimonials-info p {
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 16px;
  margin-bottom: 10px !important;
  color: #000000;
  font-weight: 400;
}
.testimonial-block .media {
  display: inline-flex;
  align-items: center;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box {
  transition: all 0.6s ease;
}
.testimonials-info {
  padding: 20px;
  margin-bottom: 16px;
  margin-top: 0px;
  background-color: #f5fcff;
  border-radius: 10px;
}
.testimonials-shape {
  position: absolute;
  top: 40%;
  left: 0;
}
.testimonials-shape img {
  transition: transform 0.3s ease;
}
.testimonials-shape img:hover {
  transform: scale(1.05);
}
.triangle,
.triangle-case-study,
.triangle-team,
.triangle-footer,
.triangle-banner {
  display: block;
  width: 100%;
  filter: url("#goo");
}

.triangle::before {
  content: "";
  display: block;
  padding-top: 86%;
  background: var(--b, orange);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.triangle-case-study::before {
  content: "";
  display: block;
  padding-top: 86%;
  padding-top: 0;
  clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  border: 1px solid #eeeeee;
}

.triangle-banner::before {
  content: "";
  padding-top: 64%;
  background-color: var(--color-primary);
  position: absolute;
  width: 92%;
  left: 0;
  right: 0;
  border: 1px solid #eeeeee;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 91%);
  margin: 0 auto;
}
#testimonials button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
}
#testimonials button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}
/* ----------- Events ------------- */
#testimonials .section_main_head,
#our-gallery .section_main_head,
#our-services .section_main_head,
#our-events .section_main_head,
#latest-news .section_main_head {
  max-width: 48%;
  margin: 0 auto;
}
/* ----------- Latest News ------------- */
.news-date-comment.d-flex.align-items-center {
  justify-content: space-between;
}
.news-content ul.post-categories a {
  color: var(--color-primary);
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
}
.news-date {
  font-weight: 400;
  color: #797979;
}
.news-comment a {
  color: #c3c3c3;
  font-size: 14px;
}
.sep {
  padding: 0 6px;
}
.news-comment {
  margin-left: 20px;
}
.post-metabox {
  margin: 0;
}
.news-box h5 a {
  display: block;
  margin-top: 18px;
  color: #000000;
  font-weight: 500;
}
.news-box h5 a:hover {
  color: var(--color-primary);
}
.news-text {
  margin-top: 15px;
  color: #000000;
  font-weight: 400;
}
a.post_link {
  font-weight: 500;
  font-size: 16px;
}
a.post_link:hover {
  color: white;
}
.news-comment i {
  margin-right: 10px;
}
.post-metabox {
  margin-bottom: 20px;
  position: relative;
}
.post-image-block {
  margin-bottom: 20px;
  border-radius: 13px;
}
#latest-news {
  position: relative;
}
.news-box-outer {
  position: relative;
}
/*-------------- Owl crousel ---------------*/
button.owl-prev,
button.owl-next {
  border: none;
  padding: 0;
}
.owl-carousel .owl-dots,
.owl-dots {
  text-align: center;
  display: none;
}
.owl-carousel .owl-dots button.owl-dot,
.owl-dots button.owl-dot {
  background-color: #bdd8a8 !important;
  border: none !important;
  margin: 0 3px;
  outline: none;
  padding: 6px !important;
  height: 5px !important;
  width: 5px !important;
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  border-radius: 50%;
}
.owl-carousel button.owl-dot.active,
button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
.owl-carousel .owl-nav i,
.owl-nav i {
  border: none;
  transition: 0.3s ease;
  opacity: 1;
  padding: 0;
  color: #333333;
  padding: 16px 19px;
  font-size: 26px;
  border: none;
}
.owl-carousel .owl-nav button.owl-prev i:hover,
.owl-nav button.owl-prev i:hover,
.owl-carousel .owl-nav button.owl-next i:hover,
.owl-nav button.owl-next i:hover {
  color: var(--color-primary);
}
button.owl-prev {
  margin-right: 7px;
}
.owl-nav {
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-item .post-image-block img {
  width: 100% !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.dot-image {
  position: absolute;
  top: 2em;
  right: 3em;
}

/*-------------- Newsletter ---------------*/
#newsletter_section .section_main_head h3 {
  font-weight: 600;
  color: white;
  font-size: 34px;
  padding-bottom: 8px;
}
#newsletter_section .section_main_head .section-text {
  color: #dfe7eb;
  font-weight: 400;
}
#newsletter_section input[type="email"] {
  width: 72%;
  background-color: white;
  border-radius: 23px;
  border: none;
  margin-right: 17px;
  padding: 10px 25px;
  font-size: 16px;
}
.newsletter_shortcode input[type="submit"] {
  border-radius: 23px;
  background-color: var(--color-secondry);
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: var(--color-primary);
}
.newsletter_shortcode {
  margin-top: 25px;
}
.newsletter-shape {
  text-align: right;
  margin-top: -23px;
}
.newsletter-shape img {
  transition: transform 0.3s ease;
}
.newsletter-shape img:hover {
  transform: scale(1.05);
}
#newsletter_section {
  padding: 0;
  max-width: 90%;
  position: relative;
}
.newsletter-shape-image {
  position: absolute;
  left: -5%;
  top: 46%;
  transform: translateY(-50%);
}
.newsletter-shape-image2 {
  position: absolute;
  right: -4%;
  top: 46%;
  transform: translateY(-50%);
}
#newsletter_section .row {
  align-items: center;
}
#why-choose-us li img {
  margin-right: 3px;
  border-radius: 50%;
}
.video-container {
  position: relative;
}
.flash_product .yith-wcwl-add-button a .fa-heart-o:before {
  content: "\f004";
}
.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.single-post .feature-box img,
.single-post .related-post-wrap img {
  width: 100%;
  transition: transform 0.3s ease;
}
.single-post .feature-box img:hover,
.single-post .related-post-wrap img:hover,
.single-testimonials .inner-page-feature-box img:hover {
  transform: scale(1.05);
}
.single-testimonials .inner-page-feature-box img {
  transition: transform 0.3s ease;
}
