@import url("https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap");
.averia {
  font-family: "Averia Sans Libre", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.script-font {
  font-family: "Qwitcher Grypen", cursive;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
hr,
br {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 76px) {
  .fs-20 {
    font-size: 16px;
  }
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .fs-24 {
    font-size: 22px;
  }
}

.fs-26 {
  font-size: 26px;
}
@media (max-width: 991px) {
  .fs-26 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .fs-26 {
    font-size: 20px;
  }
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .fs-32 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .fs-32 {
    font-size: 20px;
  }
}

.fs-36 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .fs-36 {
    font-size: 28px;
  }
}

.fs-42 {
  font-size: 42px;
}
@media (max-width: 1200px) {
  .fs-42 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .fs-42 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fs-42 {
    font-size: 28px;
  }
}

.fs-44 {
  font-size: 44px;
}

.fs-52 {
  font-size: 52px;
}
@media (max-width: 1200px) {
  .fs-52 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .fs-52 {
    font-size: 36px;
  }
}

.fs-54 {
  font-size: 54px;
}

.fs-62 {
  font-size: 62px;
}
@media (max-width: 1200px) {
  .fs-62 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .fs-62 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .fs-62 {
    font-size: 32px;
  }
}

.fs-64 {
  font-size: 64px;
}

.fs-72 {
  font-size: 72px;
}

.fs-85 {
  font-size: 85px;
}

.fs-100 {
  font-size: 100px;
}

.fs-120 {
  font-size: 120px;
}

.primary-first {
  color: #ff534b;
}

.primary-second {
  color: #ff9b37;
}

.primary-third {
  color: #22a8a9;
}

.white-color {
  color: #ffffff;
}

.dark-color {
  color: #000000;
}

.gray-light {
  color: #f1f3f5;
}

.dark-light {
  color: #696969;
}

.primary-skyblue {
  background-color: #e5f2f5;
}

.primary_bg_1 {
  background-color: #f15653;
}

.primary_bg_2 {
  background-color: #ff9b37;
}

.primary_bg_3 {
  background-color: #22a8a9;
}

.border_1 {
  border: 8px solid #f60;
}

.border_2 {
  border: 8px solid #ff9400;
}

.border_3 {
  border: 8px solid #ffc600;
}

.border_4 {
  border: 8px solid rgba(255, 51, 22, 0.9215686275);
}

.border_5 {
  border: 8px solid #ff534b;
}

.border_6 {
  border: 8px solid #00a3c1;
}

.border_7 {
  border: 8px solid #71cdae;
}

.fb_bg {
  background-color: #3b5998;
}

.twitter_bg {
  background-color: #000000;
}

.linkedin_bg {
  background-color: #007bb7;
}

.insta_bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d82564), color-stop(0, #d82564), color-stop(34%, #f77d2a), color-stop(58%, #d82564), color-stop(73%, #ec474f), color-stop(73%, #ec474f), to(#fec662));
  background: linear-gradient(to bottom, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
}

.youtube_bg {
  background-color: #b00;
}

.pinterest_bg {
  background-color: #d53633;
}

.cursor-pointer {
  cursor: pointer;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.text-justify {
  text-align: justify;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.z-99 {
  z-index: 99;
}

.z-1 {
  z-index: 1;
}

.zn-1 {
  z-index: -1;
}

.xy-axis {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.x-axis {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.y-axis {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pt-70 {
  padding-top: 70px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.text-animation h2 {
  -webkit-animation: drop-in 1s ease 200ms backwards;
          animation: drop-in 1s ease 200ms backwards;
}
.text-animation h4 {
  -webkit-animation: drop-in 1200ms ease 500ms backwards;
          animation: drop-in 1200ms ease 500ms backwards;
}
.text-animation .exhibition_date {
  -webkit-animation: drop-in 1800ms ease 800ms backwards;
          animation: drop-in 1800ms ease 800ms backwards;
}

@-webkit-keyframes drop-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes drop-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.heading_animate_second {
  clip-path: inset(0 100% 0 0);
}

.subheading_animate_second {
  clip-path: inset(0 0 0 100%);
}

.exhibition_animate_second {
  clip-path: inset(0 100% 0 0);
}

.first_btn_animate {
  clip-path: inset(0 0 100% 0);
}

.second_btn_animate {
  clip-path: inset(0 0 100% 0);
}

.text-animation .heading_animate_second {
  -webkit-animation: revealOne 7s ease forwards;
          animation: revealOne 7s ease forwards;
}
.text-animation .subheading_animate_second {
  -webkit-animation: revealTwo 9s ease forwards;
          animation: revealTwo 9s ease forwards;
}
.text-animation .exhibition_animate_second {
  -webkit-animation: revealThree 11s ease forwards;
          animation: revealThree 11s ease forwards;
  -webkit-animation-delay: unset;
          animation-delay: unset;
}
.text-animation .first_btn_animate {
  -webkit-animation: revealBtnFirst 800ms ease forwards;
          animation: revealBtnFirst 800ms ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.text-animation .second_btn_animate {
  -webkit-animation: revealBtnSecond 1s ease forwards;
          animation: revealBtnSecond 1s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes revealOne {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes revealOne {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes revealTwo {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealTwo {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes revealThree {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealThree {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes revealBtnFirst {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealBtnFirst {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes revealBtnSecond {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealBtnSecond {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.slider_banner .slide_caption h2 span {
  margin-left: -5px;
}
.slider_banner .slide_caption::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}
.slider_banner .slide_caption img {
  width: 100%;
  height: 750px;
}
.slider_banner .slide_caption .slider_text {
  top: 50%;
}
.slider_banner .slide_caption .slider_text a {
  padding: 12px 30px;
  background-color: #ff534b;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.slider_banner .slide_caption .slider_text a span {
  position: relative;
  z-index: 1;
}
.slider_banner .slide_caption .slider_text a::before {
  content: "";
  position: absolute;
  background-color: #22a8a9;
  height: 0px;
  width: 0px;
  left: var(--xPos);
  top: var(--yPos);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: height 800ms, width 800ms;
  transition: height 800ms, width 800ms;
  z-index: -1;
}
.slider_banner .slide_caption .slider_text a:hover::before {
  height: 900px;
  width: 1200px;
}
.slider_banner .slide_caption .slider_text a:hover span {
  color: #ffffff;
}
.slider_banner .slide_caption .slider_text h5 {
  color: #ffffff;
}
.slider_banner .slide_caption .slider_text h4 {
  color: #ff9b37;
}
@media (max-width: 576px) {
  .slider_banner .slide_caption h5 {
    font-size: 20px;
  }
  .slider_banner .slide_caption h4 {
    margin: 24px 0;
    font-size: 30px;
  }
}
.slider_banner .slick-dots {
  top: 90%;
}
.slider_banner .slick-dots li button:before {
  font-size: 8px;
  color: #ffffff;
  opacity: 0.7;
}
.slider_banner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff534b;
}

.slick-prev:before, .slick-next:before {
  font-size: 34px;
  color: #ff9b37;
}

.slick-prev {
  left: -35px;
}

.product_container {
  padding: 100px 0 60px 0;
}
@media (max-width: 991px) {
  .product_container {
    padding: 50px 0;
  }
}
.product_container .pragnent_lady {
  bottom: 0;
  z-index: -1;
}

.product_section .slick-dots li button:before {
  font-size: 8px;
  color: #000000;
  opacity: 0.3;
}
.product_section .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff534b;
}

.listing-item {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 20px;
}

.listing-item-title-centralizer {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 15px 8px 15px;
  overflow: visible;
  border-radius: 50%;
}

.listing-item-title-centralizer:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.listing-item-title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}

.listing-item .listing-item-link,
.listing-item .listing-item-link img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.listing-item .listing-item-link img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.listing-item .listing-item-link,
.listing-item .listing-item-link img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}

.listing-item .listing-item-link,
.listing-item .listing-item-link img,
.listing-black-overlay {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}

.listing-item:hover .listing-item-link {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.listing-item .listing-item-link:hover {
  background: #efa506;
}

.listing-item .listing-item-link2:hover {
  background: #f15653;
}

.listing-item .listing-item-link3:hover {
  background: rgb(0, 161, 166);
}

.listing-item .listing-item-link {
  position: relative;
  background: rgba(204, 204, 204, 0.67);
  margin-bottom: 10px;
}

.listing-item .listing-item-link img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}

.baby_caption .slick-dots li button:before {
  font-size: 8px;
  color: #000000;
  opacity: 0.3;
}
.baby_caption .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff534b;
}

.slider_shape {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.2;
}

.header_container {
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0.3490196078)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3490196078) 80%, rgba(255, 255, 255, 0) 100%);
}
.header_container .logo img {
  width: 150px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
@media (max-width: 1200px) {
  .header_container .logo img {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .header_container {
    background: #000000;
  }
  .header_container .navbar-nav {
    padding: 40px;
  }
  .header_container .nav-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header_container .navbar-nav .nav-item > a {
  color: #ffffff;
}

.header_container.active .navbar-nav .nav-item > a {
  color: #000000;
}

.header_container.active .navbar-toggler {
  color: #000000;
}

.header_container.active {
  background: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  background-color: #ff534b;
}

.dropdown:hover .dropdown-menu a {
  color: #fff;
}

.dropdown:hover .dropdown-menu .dropdown-item:hover {
  background-color: #22a8a9;
}

.navbar-toggler {
  color: #fff;
}

.hero_container h4 {
  margin: 90px 0;
}
@media (max-width: 1200px) {
  .hero_container h4 {
    margin: 50px 0;
  }
}
@media (max-width: 500px) {
  .hero_container .header_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .hero_container {
    margin-top: 100px;
  }
  .hero_container img {
    height: 500px !important;
  }
}

.exhibition_bg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.2;
}
.exhibition_bg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.exhibition_section {
  background-color: #f1f3f5;
}
.exhibition_section .exhibition_btn {
  padding: 20px;
  text-align: right;
}
.exhibition_section .exhibition_btn:nth-child(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.exhibition_section .exhibition_btn:nth-child(3) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.exhibition_section .exhibition_caption .exhibition_text {
  padding: 30px 20px;
  border-radius: 20px;
}
.exhibition_section .exhibition_caption .exhibition_text h4 {
  margin-bottom: 12px;
}
.exhibition_section .exhibition_caption .exhibition_text:nth-child(1) {
  border: 10px solid #efa506;
}
.exhibition_section .exhibition_caption .exhibition_text:nth-child(2) {
  border: 10px solid #f15653;
}

.baby_manternity_section {
  padding: 100px 0;
  background: #f1f3f5;
  clip-path: polygon(40% 0, 100% 1%, 100% 60%, 100% 96%, 60% 100%, 0 100%, 0 5%);
}
.baby_manternity_section .baby_caption .baby_item {
  margin: 20px;
}

.block_caption {
  padding: 30px 10px;
  color: #ffffff;
  margin-top: 24px;
  height: 250px;
  text-align: center;
}
.block_caption img {
  width: 180px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .block_caption h3 {
    font-size: 16px;
  }
}

.client_container {
  background: rgba(27, 39, 61, 0.95);
  padding: 70px 0;
}
.client_container .client_caption {
  text-align: center;
  padding: 25px;
  border-radius: 16px;
  margin: 12px;
  background-color: #ffffff;
  -webkit-transition: all ease 700ms;
  transition: all ease 700ms;
}
.client_container .client_caption:hover {
  border-color: #ffffff;
}
.client_container .client_caption img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.caption_items > div:not(.active) {
  display: none;
  opacity: 0;
}

.caption_items > div.active {
  -webkit-animation: fadeItem 1.5s linear forwards;
          animation: fadeItem 1.5s linear forwards;
}

@-webkit-keyframes fadeItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.collateral_caption li {
  background-color: #3ab0b1;
  color: #ffffff;
  padding: 12px 20px;
}

.business_section {
  background-color: #f1f3f5;
  padding: 100px 0 200px 0;
}
@media (max-width: 991px) {
  .business_section {
    padding: 50px 0;
  }
  .business_section .expect_consumer_caption {
    margin-top: 24px;
  }
  .business_section .title {
    font-size: 32px;
  }
}

.consumer_caption .caption ul li {
  margin: 10px 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.consumer_caption .caption ul li:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.consumer_caption .caption ul li:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.consumer_caption .caption ul li:nth-child(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.consumer_caption .caption ul li:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.consumer_caption .caption .explore_points li:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.consumer_caption .caption .explore_points li:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.consumer_caption .caption .explore_points li:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.consumer_caption .caption .explore_points li:nth-child(4) {
  -webkit-transition-delay: 3 0ms;
          transition-delay: 3 0ms;
}

.explore_points li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.explore_points li i {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.experience_section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .experience_section {
    padding: 50px 0;
  }
}
.experience_section .caption {
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  color: #ffffff;
  -webkit-transition: all ease 900ms;
  transition: all ease 900ms;
}

.clip_img_one {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.clip_img_two {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.stress_img img {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.collateral_img img {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.flowers_img img {
  opacity: 0.1;
}

.categories_btn a {
  padding: 12px 30px;
  background-color: #ff534b;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 6px 12px;
}
.categories_btn a span {
  position: relative;
  z-index: 1;
}
.categories_btn a::before {
  content: "";
  position: absolute;
  background-color: #22a8a9;
  height: 0px;
  width: 0px;
  left: var(--xPos);
  top: var(--yPos);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: height 800ms, width 800ms;
  transition: height 800ms, width 800ms;
  z-index: -1;
}
.categories_btn a:hover::before {
  height: 900px;
  width: 1200px;
}
.categories_btn a:hover span {
  color: #ffffff;
}

.consumer_caption .content h4 {
  font-size: 42px;
  line-height: 1;
}
.consumer_caption .content h4 span {
  display: block;
  font-size: 36px;
  line-height: 0.8;
}
.consumer_caption .content h4 span span {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .consumer_caption .content h4 {
    font-size: 36px;
  }
  .consumer_caption .content h4 span {
    font-size: 30px;
  }
  .consumer_caption .content h4 span span {
    font-size: 54px;
  }
}

.consumer_section {
  padding: 100px 0;
}
.consumer_section h3 {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.consumer_section .l-r-moving-text {
  display: inline-block;
  /*-webkit-animation: moveLeftRight 30s linear infinite;*/
  /*        animation: moveLeftRight 30s linear infinite;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.consumer_section .l-r-moving-text-2 {
  /*-webkit-animation: moveLeftRightSecond 30s linear infinite;*/
  /*        animation: moveLeftRightSecond 30s linear infinite;*/
}
.consumer_section .consumer_item:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
@media (max-width: 991px) {
  .consumer_section {
    padding: 50px 0 !important;
  }
  .consumer_section .show_container {
    text-align: center;
  }
  .consumer_section .show_container h5 {
    font-size: 24px;
  }
  .consumer_section .show_container.mt-70 {
    margin-top: 48px;
  }
  .consumer_section .consumer_item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .consumer_section .consumer_item:nth-child(1), .consumer_section .consumer_item:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .consumer_section {
    padding: 60px 0;
  }
  .consumer_section ul li {
    font-size: 15px;
  }
}

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.visitor_exhibitor_section,
.consumer_section {
  background-color: #f1f3f5;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .visitor_exhibitor_section,
  .consumer_section {
    padding: 50px 0 !important;
  }
}
.visitor_exhibitor_section li,
.consumer_section li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.visitor_exhibitor_section li span,
.consumer_section li span {
  width: 100%;
}
.visitor_exhibitor_section li span:nth-child(2)::before,
.consumer_section li span:nth-child(2)::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f05552;
  width: 20px;
  height: 3px;
  left: 0;
  top: 0;
  /*-webkit-animation: moveBorder 5s infinite linear alternate;*/
  /*        animation: moveBorder 5s infinite linear alternate;*/
}
.visitor_exhibitor_section .visitor_bg_img,
.consumer_section .visitor_bg_img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.2;
}
.visitor_exhibitor_section .underline_move_link,
.consumer_section .underline_move_link {
  border-bottom: 3px solid #22a8a9;
}
.visitor_exhibitor_section p,
.consumer_section p {
  width: 48%;
}
@media (max-width: 1199px) {
  .visitor_exhibitor_section p,
  .consumer_section p {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .visitor_exhibitor_section,
  .consumer_section {
    padding: 60px 0;
  }
}

@-webkit-keyframes moveBorder {
  0% {
    left: 0;
  }
  100% {
    left: 98%;
  }
}

@keyframes moveBorder {
  0% {
    left: 0;
  }
  100% {
    left: 98%;
  }
}
.consumer_section {
  background-color: #ffffff;
}
.consumer_section .underline_move_link {
  border-color: #ff9b37;
}
.consumer_section li span:nth-child(2)::before {
  border-color: #22a8a9;
}
@media (max-width: 1199px) {
  .consumer_section .consumer_bby_laby img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .consumer_section .consumer_bby_laby img {
    height: 200px;
  }
}

.fixed_title {
  display: none;
}
.fixed_title h4 {
  color: #ff534b;
}

.footer_container {
  background: rgba(235, 236, 237, 0.9490196078);
}
.footer_container .footer_caption ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 3px 0;
}
@media (max-width: 991px) {
  .footer_container .footer_caption img {
    width: 150px;
  }
}
.footer_container a {
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.footer_container a:hover {
  color: #ff534b;
}
.footer_container .contact_details {
  padding: 0;
  gap: 10px;
}
.footer_container .contact_details a i {
  width: 36px;
  height: 36px;
  font-size: 20px;
}

.internal_header .header_container {
  background: #5a5a5a !important;
}
.internal_header .header_container.active {
  background-color: #fff !important;
}

.breadcrumbs_section {
  margin-top: 100px;
}
.breadcrumbs_section img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.breadcrumbs_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.breadcrumbs_section a {
  color: #000000;
  font-size: 16px;
}
@media (max-width: 991px) {
  .breadcrumbs_section .fs-36 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs_section .fs-36 {
    font-size: 24px;
  }
}

.services_caption .service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}
.services_caption .service_item ul {
  height: 300px;
  overflow: auto;
}
.services_caption .service_item ul h4 {
  color: #000000;
}
.services_caption .service_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000000;
}
@media (max-width: 1199px) {
  .services_caption .service_item ul {
    height: 240px;
  }
  .services_caption .service_item h4 {
    font-size: 18px;
  }
  .services_caption .service_item li {
    font-size: 15px;
  }
  .services_caption .service_item li i {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .services_caption .service_item ul {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .services_caption .service_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services_caption .service_item img {
    width: 100% !important;
  }
  .services_caption .service_item ul {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .services_caption p {
    font-size: 16px !important;
  }
}

.service_item ul::-webkit-scrollbar {
  width: 8px;
}

.service_item ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.service_item ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 20px;
}

.contact_details {
  background-color: aliceblue;
  padding: 40px 0;
  border-radius: 10px;
  -webkit-transition: all ease 900ms;
  transition: all ease 900ms;
}
.contact_details a {
  color: #000000;
}
.contact_details a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .contact_details a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.contact_form .input_field .submit_btn {
  background-color: #ff534b;
  padding: 10px 30px;
  border: none;
  outline: none;
  color: #ffffff;
}

.internal_footer {
  margin-bottom: -7px;
}
.internal_footer .footer_container {
  margin-top: 0;
}

.show_container img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .show_container iframe {
    height: 300px;
  }
}

.counter_container .counter_title {
  color: #ffffff;
  padding: 40px 0;
  border-radius: 10px;
}

.exhibitor_form_section .form-control {
  font-size: 14px;
  border: 1px solid rgb(118, 118, 118);
  border-radius: unset;
  padding: 10px;
}
.exhibitor_form_section .form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.exhibitor_form_section .btn {
  background-color: #ff534b;
  border: none;
  outline: none;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 100%;
}

.product__internal_section a {
  padding: 12px 30px;
  background-color: #ff534b;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product__internal_section a span {
  position: relative;
  z-index: 1;
}
.product__internal_section a::before {
  content: "";
  position: absolute;
  background-color: #22a8a9;
  height: 0px;
  width: 0px;
  left: var(--xPos);
  top: var(--yPos);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: height 800ms, width 800ms;
  transition: height 800ms, width 800ms;
  z-index: -1;
}
.product__internal_section a:hover::before {
  height: 900px;
  width: 1200px;
}
.product__internal_section a:hover span {
  color: #ffffff;
}

.product__internal_section img {
  border-radius: 10px;
}

.venue_caption .venue_title {
  background-color: aliceblue;
  padding: 20px;
  height: 100%;
}

.categories_section .categories_buttons button {
  background-color: #ff534b;
  border: none;
  outline: none;
  width: 120px;
  height: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ffffff;
}
.categories_section .product {
  background-color: #58a2a3;
  padding: 20px;
  margin: 6px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .categories_section .product {
    padding: 10px 20px;
  }
}
@media (max-width: 576px) {
  .categories_section .product {
    font-size: 14px;
  }
}

#products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
}
@media (max-width: 991px) {
  #products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.categories_buttons button.active {
  background-color: #000000;
}
.footer_btn{
     background-color: #ff534b;
     padding: 10px 30px;
     border: none;
     outline: none;
     color: #ffffff;
}