:root {
  --dark-blue: #121c52;
  --white: white;
  --button-color: #ec4365;
  --grey-black-color: #0009;
  --black: black;
  --grey-white-color: #ffffffb3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark-blue);
  font-family: Crimson Pro, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 78px;
  font-weight: 400;
  line-height: 85px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.nav_bar_container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.nav_bar {
  background-color: var(--white);
  padding-top: 23px;
  padding-bottom: 23px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_logo_wrap {
  width: 300px;
  height: 50px;
}

.nl_logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav_list_link_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_list_item {
  margin-right: 38px;
}

.nav_list_item.last {
  margin-right: 0;
}

.ncw.right {
  align-items: center;
  display: flex;
}

.nb_content_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_link {
  opacity: .8;
  color: var(--dark-blue);
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
}

.nav_link:hover {
  color: var(--button-color);
}

.nav_link.w--current {
  color: var(--button-color);
  font-weight: 600;
  transition: all .3s;
}

.nav_link.w--current:hover {
  color: var(--button-color);
}

.body {
  color: var(--dark-blue);
  font-family: Crimson Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav_button {
  background-color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.hero_section {
  background-image: var(--image-i7c0a2193);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  height: 89vh;
  margin-top: 11vh;
  display: flex;
}

.hs_container {
  width: 1200px;
  max-width: 1200px;
  display: flex;
}

.hs_lft_div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hsc_ryt_div {
  justify-content: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.hero_header_span {
  color: var(--button-color);
}

.hs_hero {
  color: var(--white);
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.hero_para {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.hsc_ryt_relative {
  background-color: #e1e5ff;
  border-radius: 30px;
  width: 500px;
  height: 600px;
}

.hscr_image {
  position: absolute;
  inset: auto 10% 0% auto;
}

.featured_product_section {
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.fp_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.fp_top_div {
  max-width: 800px;
  margin-bottom: 0;
}

.fptd_head {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.fptd_para {
  color: var(--grey-black-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.fp_mid-_div {
  width: 1200px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fp_content_wrapper {
  background-color: var(--white);
  box-shadow: 2px 2px 1px -2px var(--dark-blue);
  border: 2px solid #e1e5ff;
  border-radius: 15px;
  width: 100%;
  height: 380px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.fp_content_wrapper:hover {
  box-shadow: 4px 5px 4px -3px var(--button-color);
  transform: scale(.96);
}

.fpcw_name_wrapper {
  background-color: var(--white);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 10px;
  display: flex;
}

.fpcw_image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.fpcw_image_wrapper {
  height: 300px;
  padding: 20px;
}

.fpcw_name {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.about_section {
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.about_container {
  max-width: 1200px;
  display: flex;
}

.ac_lft_div {
  width: 50%;
  padding-right: 60px;
}

.ac_ryt_div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.acl_head {
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.acl_para {
  color: var(--grey-black-color);
  font-size: 22px;
  line-height: 30px;
}

.acl_grid_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.aclg_para {
  color: var(--grey-black-color);
  font-size: 22px;
  line-height: 30px;
}

.abt_txt_span {
  color: var(--button-color);
}

.acr_image_wrapper {
  width: 600px;
  height: 550px;
}

.acri_image {
  width: 100%;
}

.know_more_button {
  border: 1px solid var(--button-color);
  background-color: var(--white);
  color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  margin-top: 0;
  line-height: 28px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.know_more_button:hover {
  background-color: var(--button-color);
  color: var(--white);
}

.slider_section {
  background-color: #e1e5ff;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 16px;
}

.slider_container {
  background-color: var(--white);
  box-shadow: -3px 4px 16px 5px var(--grey-black-color);
  border: 1px #000;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  padding-top: 40px;
  display: flex;
}

.slide_content_wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.slider_contents {
  justify-content: space-between;
  display: flex;
}

.testimonials_lft_wrapper {
  width: 30%;
  margin-right: 64px;
}

.testimonial_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.testimonial_ryt_wrappe {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.testimonial-text-four {
  color: var(--grey-black-color);
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 26px;
}

.testimonial-author-name-three {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-title {
  color: var(--grey-black-color);
  font-weight: 500;
  line-height: 26px;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slider {
  background-color: #0000;
  border-radius: 20px;
  height: auto;
}

.slider_star {
  object-fit: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.star_wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.mask {
  height: auto;
}

.blogs_section {
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px 100px;
}

.bs_container {
  max-width: 1300px;
}

.bs_top_div {
  align-items: center;
  display: flex;
}

.bst_head {
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.bst_para {
  color: var(--grey-black-color);
  width: 800px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.bst_lft_wrap {
  width: 80%;
}

.bst_ryt_wrap {
  flex-direction: row;
  justify-content: space-around;
  width: 20%;
  display: flex;
}

.bstr_all_button {
  background-color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-top: 0;
  line-height: 28px;
  display: flex;
}

.cta_button_2 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-left: 20px;
  line-height: 28px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cta_button_2:hover {
  border-color: var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-blue);
}

.bs_mid_div {
  margin-top: 40px;
  margin-bottom: 60px;
}

.bs_bot_div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bsm_collection_wrap {
  height: 500px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.bsm_collection_wrap:hover {
  box-shadow: 7px 9px 15px -10px var(--dark-blue);
  border-radius: 25px;
  transform: scale(.96);
}

.bsmc_top_div {
  height: 70%;
}

.bsmc_bot_div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 25%;
  display: flex;
}

.bsmct_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.bsmcb_head {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.bsmcb_date {
  color: var(--grey-black-color);
}

.cta_section {
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-left: 5%;
  padding-right: 5%;
}

.cta_container {
  background-color: #121c52;
  background-image: var(--image-77ab8a89);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 709px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 60vh;
  padding: 60px 60px 100px;
  display: flex;
}

.cta1_heading {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 400;
  line-height: 70px;
}

.cta1_paragraph {
  color: var(--grey-white-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.cta-buttons_wrapper {
  flex-direction: row;
  justify-content: space-around;
  width: 40%;
  margin-top: 40px;
  display: flex;
}

.cta_button_1 {
  background-color: var(--white);
  color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  line-height: 28px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cta_button_1:hover {
  background-color: var(--button-color);
  color: var(--white);
}

.fw-link {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 0;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fw-link:hover {
  color: #fc6575;
  text-decoration: underline;
}

.form-block {
  width: 300px;
}

.footer-section {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 60px 40px;
  position: relative;
}

.f-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  display: flex;
}

.fbl-txtx {
  color: var(--button-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fw-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-bottom-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.fw2nd-title {
  color: var(--button-color);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.fnl-txt {
  color: var(--dark-blue);
  width: 500px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #fff;
}

.link-11 {
  color: var(--button-color);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: underline;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.link-11:hover {
  color: var(--dark-blue);
}

.footer-divider {
  background-color: var(--button-color);
  width: 100%;
  max-width: 1400px;
  height: 1px;
  margin: 70px auto 15px;
}

.fnl-contest {
  color: var(--grey-black-color);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fnl-contest:hover {
  color: #fff;
}

.link-13 {
  color: var(--dark-blue);
  font-size: 22px;
  line-height: 32px;
  transition: color .1s cubic-bezier(.25, .46, .45, .94);
}

.link-13:hover {
  color: #fc6575;
}

.f2nd-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.f4th-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.f2nd-grid {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.fb-ryt {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

.footer-top-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.f-logo-wraper {
  margin-bottom: 10px;
  display: block;
}

.f-logo-wraper.w--current {
  display: none;
}

.f-news-letter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.text-block-4 {
  color: var(--dark-blue);
  margin-right: 10px;
}

.f2nd_div_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f2nd_image {
  object-fit: fill;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.social_media_footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 15%;
  display: grid;
}

.fsml_image {
  width: 25px;
  height: 25px;
}

.fsm_link_wrapper {
  margin-right: 0;
}

.submit-button {
  background-color: var(--button-color);
  border-radius: 30px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 28px;
}

.text-field {
  border: 1px solid var(--button-color);
  color: var(--button-color);
  text-align: left;
  background-color: #0000;
  border-radius: 30px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-block-2 {
  margin-bottom: 0;
}

.all_blogs_articles {
  border: 1px solid var(--button-color);
  color: var(--button-color);
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-top: 0;
  margin-left: 20px;
  line-height: 28px;
  display: flex;
}

.categories_hero_section {
  background-color: #fdeff2;
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.categories_container {
  max-width: 1200px;
}

.categories_header {
  text-align: center;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.body-2 {
  font-family: Crimson Pro, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.c_mid_div {
  margin-top: 40px;
}

.collection-list-3 {
  grid-column-gap: 40px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cc_wrapper {
  box-shadow: -1px 3px 5px -2px var(--grey-black-color);
  background-color: #f2f4fc;
  border-radius: 25px;
  flex-direction: row;
  height: 300px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cc_wrapper:hover {
  transform: scale(.98);
}

.cc_wraper_lft {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.ccw_ryt_div {
  width: 40%;
}

.ccw_name {
  color: var(--dark-blue);
  font-size: 22px;
  font-weight: 700;
}

.ccwl_header {
  color: var(--button-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
}

.ccwl_short_description {
  color: var(--dark-blue);
  font-weight: 500;
  line-height: 28px;
}

.ccwr_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.about_hero_section {
  background-color: var(--dark-blue);
  background-image: linear-gradient(to bottom, var(--dark-blue) 24%, #898ea9 53%, white 62%);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 89vh;
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.abt_hero_container {
  max-width: 1200px;
}

.about_hero {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.body-3 {
  background-color: var(--dark-blue);
  font-family: Crimson Pro, sans-serif;
}

.abth_mid_div {
  margin-top: 40px;
}

.abthm_image {
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.abth_span {
  color: var(--button-color);
}

.abt_hero_top_div {
  background-color: var(--dark-blue);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px 50px;
}

.abt_hero_bot_div {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.ab-bot-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.abt-comp-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.abt-comp {
  color: var(--dark-blue);
  align-items: center;
  margin-top: 10px;
  font-size: 74px;
  font-weight: 700;
  line-height: 85px;
  display: flex;
}

.abt-span {
  color: #fc6575;
  margin-left: 5px;
  font-size: 74px;
  font-weight: 700;
  line-height: 85px;
}

.abt-txt-part {
  color: var(--dark-blue);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.abt-span-copy {
  color: #ffd929;
  margin-left: 5px;
  font-size: 74px;
  font-weight: 500;
  line-height: 85px;
}

.abt-span3 {
  color: #6bd4f2;
  margin-left: 5px;
  font-size: 74px;
  font-weight: 500;
  line-height: 85px;
}

.abt-span5 {
  color: #fc6575;
  margin-left: 5px;
  font-size: 74px;
  font-weight: 500;
  line-height: 85px;
}

.abt_des_container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.abt_lft_div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.abt_ryt_div {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.abtr_image {
  border-radius: 20px;
  width: 480px;
  height: 540px;
}

.abt_description_section {
  background-color: #e6e9ff;
  background-image: var(--image-77814406);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.al_head {
  color: var(--dark-blue);
  text-align: left;
  width: 100%;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.al_style {
  color: var(--button-color);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.al_para {
  color: var(--grey-black-color);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.mission_vision_section {
  background-color: var(--dark-blue);
  background-image: var(--image-77ab8a89);
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.mv_container {
  max-width: 1000px;
  display: flex;
}

.mv_lft_wrap {
  background-color: var(--white);
  border-radius: 30px;
  width: 50%;
  margin-right: 20px;
  padding: 25px;
}

.mvl_header {
  color: #141e5f;
  text-align: left;
  margin-top: 10px;
  font-weight: 700;
}

.mvl_style {
  color: var(--button-color);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.mvl_para {
  color: var(--grey-black-color);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.mv_right_wrap {
  background-color: var(--white);
  border-radius: 30px;
  width: 50%;
  margin-left: 20px;
  padding: 25px;
}

.team_section {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
  display: none;
}

.team_container {
  background-color: #e6e9ff;
  border-radius: 35px;
  max-width: 1200px;
  padding: 60px 40px 40px;
}

.tc_top_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tc_head {
  color: var(--button-color);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.tc_header_2nd {
  color: #141e5f;
  text-align: left;
  margin-top: 10px;
  font-weight: 700;
}

.tc_bot_wrap {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.tc_team_card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.tc_image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  box-shadow: 8px -8px 1px #ffabbf;
}

.tc_name {
  color: #000;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.tc_position {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.tc_social_media_link {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.our_partners_section {
  background-color: #e6e9ff;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.op_container {
  max-width: 1000px;
}

.op_head {
  color: var(--dark-blue);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.op_bot_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-top: 60px;
  display: grid;
}

.partner_company_wrap {
  border: 1px solid #ec506f;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.pc_image {
  width: 70px;
  height: 70px;
}

.cta_2nd_container {
  max-width: 1300px;
}

.cta_2nd_section {
  background-image: var(--image-7919eda3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.cta_2nd_wrap {
  width: 60%;
}

._2nd_cta_head {
  color: var(--dark-blue);
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.cta_2nd_para {
  color: var(--grey-black-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 60px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.cta_3rd_section {
  background-color: var(--dark-blue);
  background-image: var(--image-77ab8a89), var(--image-i7c0c1278);
  background-position: 100% 100%, 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 709px, contain;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

._3rd_cta_div {
  max-width: 1300px;
}

._3rd_cta_head {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

._3rd_cta_span {
  color: var(--button-color);
}

._3rd_cta_para {
  color: var(--grey-white-color);
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

._3rd_cta_wrap {
  width: 60%;
}

.blogs_hero_section {
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.body-4 {
  color: var(--black);
  font-family: Crimson Pro, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.arrow-black {
  background-image: var(--image-i376dbd5d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 27px;
}

.cb_head {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 10px;
  font-family: Crimson Pro, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.field-wrap {
  margin-bottom: 24px;
}

.link-text-black {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.form-lft-div {
  background-color: #e6e9ff;
  width: 100%;
  padding: 20px 70px 40px;
}

.text-field-large {
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  min-height: 150px;
  font-size: 22px;
}

.text-field-large:hover, .text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: var(--dark-blue);
}

.submit-button-2 {
  background-color: var(--button-color);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 30px;
  width: 210px;
  height: 56px;
  padding: 9px 40px;
  font-family: Crimson Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: all .3s;
}

.submit-button-2:hover {
  border: 1px solid var(--button-color);
  background-color: var(--white);
  color: var(--button-color);
}

.text-field-2 {
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  min-height: 56px;
  font-size: 22px;
  transition: all .2s;
}

.text-field-2:hover {
  border-width: 2px;
}

.text-field-2:active, .text-field-2:focus {
  border-width: 2px;
  border-color: var(--dark-blue);
}

.form-para {
  color: var(--dark-blue);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.btn-base {
  background-color: #ddaa28;
  align-items: center;
  width: 180px;
  padding: 15px 30px;
  text-decoration: none;
  display: none;
}

.button-wrap-right {
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.form-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.contact_hero_section {
  background-color: #e6e9ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 89vh;
  margin-top: 11vh;
  display: flex;
}

.contact_container {
  max-width: 1000px;
}

.contact_section {
  background-color: var(--white);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.contact_top_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cg_div {
  border: 1px #ffc001;
  margin-right: 20px;
  padding: 10px 20px;
}

.cg_div._1 {
  border-style: none;
  margin-right: 0;
}

.cg_image {
  object-fit: fill;
  width: 40px;
  height: 40px;
}

.cg_head {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Pro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.cg_para {
  color: var(--grey-black-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Pro, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.cg_link {
  color: var(--dark-blue);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.contact_cont {
  max-width: 1200px;
}

.c_bot_wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.cb_para {
  color: var(--dark-blue);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.cb_map {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 20px;
  height: 400px;
  margin-top: 60px;
}

.contact_map_section {
  background-color: #fdeff2;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.cm_cont {
  max-width: 1300px;
}

.bh_container {
  background-color: var(--dark-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.bhs_hero {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.bhs_span {
  color: var(--button-color);
}

.bhs_div_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.bhs_style_div {
  background-color: var(--grey-white-color);
  width: 500px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blogs_hero_para {
  color: var(--grey-white-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.blogs_content_wrapper_section {
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.blogs_container {
  max-width: 1300px;
}

.collection-list-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bc_grid_wrap {
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 2px 4px 7px -6px #ec506f;
}

.bc_grid_wrap:hover {
  transform: scale(.96);
}

.bcg_image {
  aspect-ratio: auto;
  border-radius: 25px;
  width: 100%;
  height: 280px;
}

.bcg_head {
  color: var(--button-color);
  text-align: left;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.button {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 10px 0 10px 20px;
  display: flex;
}

.button-6 {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.square-b6 {
  background-color: #fff;
  border: 1px solid #333;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}

.text-b6 {
  color: var(--black);
  text-transform: none;
  margin-left: 25px;
  font-size: 18px;
  line-height: 28px;
}

.arrow-wrapper-b6 {
  justify-content: flex-end;
  align-items: center;
  width: 47px;
  margin-left: -21px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-tail-b6 {
  background-color: #333;
  width: 45px;
  height: 1px;
}

.arrow-head-1-b6 {
  z-index: 10;
  margin-left: -9px;
  position: relative;
}

.arrow-head-2-b6 {
  z-index: 8;
  position: absolute;
  inset: auto 3px auto auto;
}

.bcg_bot_wrap {
  flex-direction: column;
  justify-content: space-around;
  padding: 10px;
  display: flex;
}

.single_blog_section {
  background-color: var(--dark-blue);
  height: 89vh;
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 0;
  position: relative;
}

.sb_coloured_div {
  background-color: var(--white);
}

.sb_colored {
  background-color: var(--dark-blue);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 70%;
  height: 89vh;
}

.sb_container {
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.sb_lft_div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.sb_ryt_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.bs_hero {
  color: var(--white);
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.sbh_name {
  color: var(--button-color);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.sbh_date {
  color: var(--grey-white-color);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.sb_thumbnail_image {
  border-radius: 30px;
  width: 530px;
  height: 430px;
}

.single_blog_rich_text_section {
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.sb_rich_txt_container {
  max-width: 1200px;
}

.sb_rich_text {
  text-align: center;
}

.products_section {
  background-color: #e6e9ff;
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.products_container {
  max-width: 1200px;
}

.pc_top_div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pc_head {
  margin-top: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.pc_bot_div {
  margin-top: 60px;
}

.collection-list-5 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fp_content_wrapper_home {
  border: 2px solid #e1e5ff;
  border-radius: 15px;
  width: 280px;
  height: 380px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 2px 20px 5px #e1e5ff;
}

.fp_content_wrapper_home:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 8px -11px #e1e5ff;
}

.single_product_hero_section {
  background-color: var(--dark-blue);
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.sphs_container {
  max-width: 1200px;
  display: flex;
}

.sphs_lft_div {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.sphs_ryt_div {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.sphsl_top {
  border-radius: 25px;
  margin-bottom: 30px;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sphsl_bot_grid {
  border-radius: 25px;
}

.products_tile_images {
  width: 100%;
  height: 200px;
}

.products_big_image {
  object-fit: fill;
  width: 100%;
  height: 500px;
}

.sp_name {
  color: var(--white);
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.spr_top {
  color: var(--grey-white-color);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.spr_more_info {
  color: var(--button-color);
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
}

.spr_mi_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spr_div_content {
  border-top: 2px solid var(--grey-white-color);
  border-bottom: 2px none var(--grey-white-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.spr_div_content._1 {
  border-bottom-style: solid;
  padding-bottom: 20px;
}

.text-block-5 {
  color: var(--white);
  font-size: 20px;
  line-height: 32px;
}

.icon {
  color: var(--white);
  margin-left: 0;
  margin-right: 10px;
  position: static;
}

.dropdown-link {
  padding: 0;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  justify-content: flex-start;
}

.dropdown-list {
  position: static;
}

.dropdown-link-2 {
  display: none;
}

.ama_para {
  background-color: var(--dark-blue);
  color: var(--grey-white-color);
  margin-top: 15px;
}

.dropdown {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.ed_para, .edmq_para, .var_para {
  background-color: var(--dark-blue);
  margin-top: 15px;
}

.hero_1section {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 89vh;
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.hero_coloured_div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.hero_colored {
  background-color: var(--dark-blue);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 70%;
  height: 89vh;
  margin-left: 0;
  margin-right: 0;
}

.hero_container {
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_lft_div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero_ryt_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: static;
}

.hl_hero {
  color: var(--white);
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
}

.hl_name {
  color: var(--grey-white-color);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.hr_image {
  object-fit: contain;
  background-color: #e1e5ff;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.hr_div_wrap {
  width: 500px;
  height: 600px;
  position: absolute;
  inset: 12% 0% 0% auto;
}

.nav_button-copy {
  background-color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.cta1_txt_span {
  color: var(--button-color);
  font-weight: 500;
}

.nav_button-copy1 {
  background-color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_button-copy1:hover {
  border: 1px solid var(--button-color);
  background-color: var(--white);
  color: var(--button-color);
}

.nav_button-copy2 {
  background-color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_button-copy2:hover {
  border: 1px solid var(--button-color);
  background-color: var(--white);
  color: var(--button-color);
}

.hero_ryt_div_for_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: none;
}

.hr_div_wrap_for_mobile {
  width: 500px;
  height: 600px;
  position: relative;
}

.hr_image_for_mobile {
  object-fit: fill;
  background-color: #e1e5ff;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.acr_image_wrapper_for_mobile {
  width: 600px;
  height: 550px;
  display: none;
}

.nav_button123 {
  background-color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_button123:hover {
  border: 1px solid var(--button-color);
  background-color: var(--white);
  color: var(--button-color);
  -webkit-text-stroke-color: var(--button-color);
}

.ccw_ryt_div_for_mobile {
  width: 40%;
  display: none;
}

.abt_ryt_div_for_mobile {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: none;
}

.nav_button-copy1234 {
  background-color: var(--button-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_button-copy1234:hover {
  border: 1px solid var(--button-color);
  background-color: var(--white);
  color: var(--button-color);
}

.sb_ryt_div_mobile_view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: none;
}

.loading-point {
  background-color: #0000;
  border-radius: 500px;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: none;
  position: static;
  inset: 0%;
}

.loading-v2 {
  background-color: #0000;
  border-radius: 500px;
  flex-wrap: nowrap;
  flex: none;
  place-content: flex-start center;
  align-items: center;
  width: 300vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrap-preload {
  z-index: 100;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrap-loadingpoint {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.wrap-preload__image {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-preload {
  width: auto;
  position: relative;
}

.calque-preload {
  opacity: .75;
  filter: none;
  background-color: #f5f6f9;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-tadam {
  background-color: #0000;
  flex: 1;
}

.sp_name_for_mobile {
  color: var(--white);
  margin-top: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
  display: none;
}

.spr_top_for_mobile {
  color: var(--grey-white-color);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.intro-wrapper {
  display: flex;
}

.intro {
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.intro_contents {
  background-color: var(--white);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.intro-image {
  width: 20vw;
  height: auto;
  position: absolute;
}

.dropdown-toggle-2 {
  padding: 0 30px 0 0;
}

.dropdown-list-2 {
  background-color: #fff;
  height: 30vh;
  top: 92px;
  overflow: auto;
}

.dropdown-list-2.w--open {
  top: 90px;
}

.nav_link_categories {
  opacity: .8;
  color: var(--dark-blue);
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
}

.nav_link_categories:hover {
  color: var(--button-color);
}

.nav_link_categories.w--current {
  color: var(--button-color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .3s;
}

.nav_link_categories.w--current:hover, .icon-2 {
  color: var(--button-color);
}

.ccw_name-copy {
  color: var(--button-color);
  font-size: 22px;
  font-weight: 700;
}

.single_categories_hero_section {
  background-color: #fdeff2;
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.single_categories_container {
  max-width: 1200px;
}

.sc_top_div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sc_mid_div {
  margin-top: 40px;
}

.scc_wrapper {
  box-shadow: -1px 3px 5px -2px var(--grey-black-color);
  background-color: #f2f4fc;
  border-radius: 25px;
  flex-direction: row;
  height: 300px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.scc_wrapper:hover {
  transform: scale(.98);
}

.scc_wraper_lft {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.sccwr_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.sccw_name {
  color: var(--button-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.scategories_header {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.scategories_header_color {
  color: var(--button-color);
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.single_sub_categories_hero_section {
  background-color: #fdeff2;
  margin-top: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 16px;
}

.single_sub_categories_container {
  max-width: 1200px;
}

.ssc_top_div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ssc_mid_div {
  margin-top: 40px;
}

.sscategories_header {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.scategories_header_color-copy {
  color: var(--button-color);
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.sscc_wrapper {
  box-shadow: -1px 3px 5px -2px var(--grey-black-color);
  background-color: #f2f4fc;
  border-radius: 25px;
  flex-direction: row;
  height: 300px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sscc_wrapper:hover {
  transform: scale(.98);
}

.sscc_wraper_lft {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.ssccwr_image {
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.ssccw_name {
  color: var(--button-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.lightbox-link, .lightbox-link-2 {
  width: 100%;
}

.footer-bottom-phn {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media screen and (min-width: 1440px) {
  .abt-comp {
    font-size: 90px;
    line-height: 94px;
  }

  .tc_image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-preload {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .nav_bar_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav_bar {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .nav_logo_wrap {
    z-index: 2;
    width: auto;
    position: relative;
  }

  .nav_logo_wrap.w--current {
    z-index: 2;
    position: relative;
  }

  .nl_logo {
    object-fit: contain;
  }

  .nav_list_link_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav_list_item {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .ham_menu {
    margin-left: 20px;
    padding: 0;
  }

  .ham_menu.w--open {
    background-color: #0000;
  }

  .ncw.right {
    z-index: 2;
    position: relative;
  }

  .nav_links_wrapper {
    background-color: var(--white);
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    padding: 140px 24px 40px;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav_link {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    transition: all 30ms;
  }

  .hamburger-menu-bar {
    background-color: #fff;
    width: 35px;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    background-color: var(--button-color);
  }

  .nav_button {
    font-size: 17px;
    display: none;
  }

  .featured_product_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .fp_container {
    max-width: 100%;
  }

  .fp_top_div {
    max-width: none;
  }

  .fptd_head {
    font-size: 30px;
    line-height: 42px;
  }

  .fptd_para {
    font-size: 20px;
  }

  .fp_mid-_div {
    width: 100%;
    max-width: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .fp_content_wrapper {
    height: 270px;
  }

  .fpcw_image_wrapper {
    height: 200px;
  }

  .fpcw_name {
    font-size: 20px;
  }

  .about_section {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .about_container {
    width: auto;
    max-width: none;
  }

  .ac_lft_div {
    padding-right: 20px;
  }

  .acl_head {
    font-size: 48px;
    line-height: 60px;
  }

  .acl_para, .aclg_para {
    font-size: 20px;
  }

  .aclg_head {
    font-size: 58px;
    line-height: 70px;
  }

  .acr_image_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .know_more_button {
    font-size: 17px;
    display: flex;
  }

  .slider_container {
    width: 100%;
    padding-top: 0;
  }

  .slide_content_wrapper {
    max-width: 728px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials_lft_wrapper {
    width: 30%;
    margin-right: 40px;
  }

  .heading-small.margin-bottom-32px {
    font-size: 30px;
    line-height: 42px;
  }

  .testimonial-text-four {
    line-height: 28px;
  }

  .testimonial-author-name-three {
    font-size: 24px;
    line-height: 32px;
  }

  .star_wrapper {
    justify-content: flex-start;
  }

  .blogs_section {
    padding-bottom: 0;
  }

  .bs_top_div {
    justify-content: flex-start;
  }

  .bst_head {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
  }

  .bst_para {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
  }

  .bst_ryt_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bstr_all_button, .cta_button_2 {
    font-size: 17px;
    display: flex;
  }

  .bs_mid_div {
    margin-bottom: 40px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .bsm_collection_wrap {
    height: auto;
  }

  .bsmct_image {
    height: 300px;
  }

  .bsmcb_head {
    font-size: 30px;
    line-height: 40px;
  }

  .cta_section {
    margin-bottom: 120px;
    padding-top: 120px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta_container {
    background-position: 50% 100%;
    padding: 40px 40px 80px;
  }

  .cta1_heading {
    font-size: 42px;
    line-height: 60px;
  }

  .cta1_paragraph {
    font-size: 20px;
  }

  .cta-buttons_wrapper {
    width: 60%;
  }

  .cta_button_1 {
    font-size: 17px;
    display: flex;
  }

  .fw-link {
    width: auto;
    font-size: 17px;
  }

  .form-block {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-section {
    padding: 80px 16px 20px;
  }

  .f-logo {
    object-fit: fill;
    height: 50px;
  }

  .fbl-txtx {
    font-size: 17px;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .fw-grid {
    grid-template-columns: 1fr .5fr 1fr 1.5fr;
  }

  .footer-bottom-copy {
    justify-content: center;
    margin-top: 40px;
  }

  .fnl-txt {
    width: 300px;
    font-size: 17px;
  }

  .link-11 {
    font-size: 17px;
    font-weight: 500;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .fnl-contest {
    font-size: 17px;
  }

  .fnl-contest:hover {
    color: var(--dark-blue);
  }

  .link-13 {
    font-size: 20px;
    line-height: 30px;
  }

  .f2nd-content {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .f2nd-grid {
    grid-column-gap: 60px;
  }

  .fb-ryt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-top-container {
    max-width: none;
  }

  .f-news-letter {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .f2nd_div_wrap {
    width: auto;
  }

  .social_media_footer {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fsml_image {
    object-fit: fill;
    width: 20px;
    height: 20px;
  }

  .submit-button {
    font-size: 17px;
  }

  .all_blogs_articles {
    margin-top: 10px;
    margin-left: 0;
    font-size: 17px;
    display: flex;
  }

  .categories_hero_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .categories_header {
    font-size: 42px;
    line-height: 60px;
  }

  .collection-list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cc_wrapper {
    flex-direction: column;
    height: 260px;
  }

  .cc_wraper_lft {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .ccw_ryt_div {
    width: 100%;
    display: none;
  }

  .ccw_name {
    font-size: 20px;
  }

  .ccwl_header {
    font-size: 30px;
    line-height: 42px;
  }

  .ccwl_short_description {
    margin-top: 10px;
    font-size: 17px;
  }

  .ccwr_image {
    height: 150px;
  }

  .about_hero {
    font-size: 42px;
    line-height: 60px;
  }

  .abthm_image {
    border-radius: 15px;
    height: 280px;
  }

  .abt_hero_top_div {
    padding-top: 0;
  }

  .abt-comp-wrap {
    justify-content: center;
    align-items: center;
    height: 180px;
  }

  .abt-comp {
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
  }

  .abt-span {
    font-size: 44px;
    line-height: 56px;
  }

  .abt-txt-part {
    width: 100px;
    height: auto;
    font-size: 17px;
    line-height: 28px;
  }

  .abt-span-copy, .abt-span3, .abt-span5 {
    font-size: 44px;
    line-height: 56px;
  }

  .abt_description_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .al_head {
    font-size: 42px;
    line-height: 60px;
  }

  .al_style {
    width: 100px;
    height: auto;
    font-size: 17px;
    line-height: 28px;
  }

  .al_para {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
    font-size: 20px;
  }

  .mission_vision_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mv_lft_wrap {
    margin-right: 0;
  }

  .mvl_header {
    font-size: 30px;
    line-height: 42px;
  }

  .mvl_style {
    width: 100px;
    height: auto;
    font-size: 17px;
    line-height: 28px;
  }

  .mvl_para {
    font-size: 20px;
  }

  .team_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .team_container {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .tc_head {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 60px;
  }

  .tc_header_2nd {
    font-size: 30px;
    line-height: 42px;
  }

  .tc_bot_wrap {
    grid-column-gap: 40px;
  }

  .tc_image {
    width: 190px;
    height: 190px;
  }

  .tc_name {
    font-size: 20px;
  }

  .tc_position {
    font-size: 17px;
    line-height: 28px;
  }

  .tc_social_media_link {
    width: 22px;
  }

  .our_partners_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .op_head {
    font-size: 42px;
    line-height: 60px;
  }

  .partner_company_wrap {
    width: 130px;
    height: 130px;
  }

  .pc_image {
    width: 60px;
    height: 60px;
  }

  .cta_2nd_section {
    background-position: 50%;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  ._2nd_cta_head {
    font-size: 42px;
    line-height: 60px;
  }

  .cta_2nd_para {
    font-size: 20px;
  }

  .cta_3rd_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  ._3rd_cta_head {
    font-size: 42px;
    line-height: 60px;
  }

  ._3rd_cta_para {
    width: 80%;
    font-size: 20px;
  }

  .cb_head {
    margin-top: 10px;
    font-size: 42px;
    line-height: 60px;
  }

  .title-wrap {
    margin-bottom: 30px;
  }

  .field-wrap {
    margin-bottom: 20px;
  }

  .form-lft-div {
    width: 100%;
    margin-top: 0;
    padding: 40px 50px;
    position: static;
  }

  .text-field-large {
    font-size: 20px;
  }

  .submit-button-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .text-field-2 {
    border-radius: 15px;
    font-size: 20px;
  }

  .form-para {
    margin-bottom: 0;
    font-size: 20px;
  }

  .contact_section {
    padding: 80px 16px;
  }

  .cg_div {
    margin-right: 10px;
  }

  .cg_head {
    font-size: 30px;
    line-height: 42px;
  }

  .cg_para {
    font-size: 20px;
  }

  .cg_link {
    width: 100%;
    font-size: 20px;
  }

  .c_bot_wrap {
    margin-bottom: 30px;
  }

  .cb_para {
    margin-bottom: 0;
    font-size: 20px;
  }

  .cb_map {
    height: 300px;
    margin-top: 40px;
  }

  .contact_map_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .bh_container {
    padding: 120px 16px;
  }

  .bhs_hero {
    font-size: 42px;
    line-height: 60px;
  }

  .blogs_hero_para {
    font-size: 20px;
  }

  .blogs_content_wrapper_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .collection-list-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .bc_grid_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 10px;
  }

  .bcg_image {
    border-radius: 15px;
    width: 100%;
  }

  .bcg_head {
    font-size: 30px;
    line-height: 42px;
  }

  .square-b6 {
    width: 30px;
    height: 30px;
  }

  .text-b6 {
    font-size: 17px;
  }

  .bcg_bot_wrap {
    justify-content: space-between;
  }

  .sb_colored {
    width: 75%;
  }

  .sb_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sb_ryt_div {
    display: flex;
  }

  .bs_hero {
    font-size: 42px;
    line-height: 60px;
  }

  .sbh_name, .sbh_date {
    font-size: 20px;
  }

  .sb_thumbnail_image {
    width: 400px;
    height: 400px;
  }

  .single_blog_rich_text_section, .products_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pc_head {
    font-size: 42px;
    line-height: 60px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .fp_content_wrapper_home {
    width: 360px;
    max-width: 360px;
  }

  .single_product_hero_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .products_tile_images {
    height: 120px;
  }

  .products_big_image {
    object-fit: cover;
    height: 300px;
  }

  .sp_name {
    font-size: 42px;
    line-height: 60px;
  }

  .spr_top {
    font-size: 20px;
  }

  .spr_more_info {
    font-size: 30px;
    line-height: 42px;
  }

  .spr_mi_div {
    grid-template-columns: auto;
    width: 100%;
    overflow: visible;
  }

  .spr_div_content {
    height: auto;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .ama_para {
    font-size: 17px;
  }

  .hero_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hl_hero {
    font-size: 42px;
    line-height: 60px;
  }

  .hl_name {
    font-size: 20px;
    line-height: 30px;
  }

  .hr_image {
    object-fit: scale-down;
  }

  .hr_div_wrap {
    width: 100%;
    height: 400px;
    position: static;
  }

  .nav_button-copy, .nav_button-copy1, .nav_button-copy2 {
    font-size: 17px;
    display: flex;
  }

  .hr_image_for_mobile {
    object-fit: scale-down;
  }

  .acr_image_wrapper_for_mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav_button123 {
    font-size: 17px;
    display: flex;
  }

  .ccw_ryt_div_for_mobile {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .abt_ryt_div_for_mobile {
    display: none;
  }

  .nav_button-copy1234 {
    font-size: 17px;
    display: flex;
  }

  .sb_ryt_div_mobile_view {
    display: none;
  }

  .loading-point, .loading-v2 {
    background-color: #0000;
  }

  .div-block-11 {
    height: auto;
  }

  .sp_name_for_mobile {
    font-size: 42px;
    line-height: 60px;
  }

  .spr_top_for_mobile {
    font-size: 20px;
  }

  .intro-wrapper {
    display: flex;
  }

  .intro {
    display: block;
  }

  .intro-image {
    width: 50vw;
    display: block;
  }

  .dropdown-toggle-2 {
    padding-right: 30px;
  }

  .dropdown-list-2.w--open {
    height: 50vh;
    top: 70px;
    overflow: auto;
  }

  .dropdown-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_link_categories {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    transition: all 30ms;
  }

  .ccw_name-copy {
    font-size: 20px;
  }

  .single_categories_hero_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .scc_wrapper {
    flex-direction: column;
    height: 280px;
  }

  .scc_wraper_lft {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .sccwr_image {
    height: 150px;
  }

  .sccw_name {
    font-size: 20px;
  }

  .scategories_header, .scategories_header_color {
    font-size: 42px;
    line-height: 60px;
  }

  .single_sub_categories_hero_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sscategories_header, .scategories_header_color-copy {
    font-size: 42px;
    line-height: 60px;
  }

  .sscc_wrapper {
    flex-direction: column;
    height: 280px;
  }

  .sscc_wraper_lft {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .ssccwr_image {
    height: 150px;
  }

  .ssccw_name {
    font-size: 20px;
  }

  .footer-bottom-phn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav_bar_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_bar {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .nav_logo_wrap {
    width: auto;
  }

  .nl_logo {
    object-fit: contain;
    width: 200px;
  }

  .nav_list_item {
    margin-bottom: 26px;
  }

  .nav_links_wrapper {
    padding-top: 109px;
  }

  .nav_link {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 30px;
    height: 3px;
  }

  .featured_product_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fptd_head {
    font-size: 28px;
    line-height: 38px;
  }

  .fptd_para {
    font-size: 19px;
    line-height: 28px;
  }

  .fp_content_wrapper {
    height: 200px;
  }

  .fpcw_name_wrapper {
    height: 40px;
  }

  .fpcw_image_wrapper {
    height: 150px;
  }

  .fpcw_name {
    font-size: 19px;
    line-height: 28px;
  }

  .fb_bot_div {
    width: 100%;
  }

  .about_section {
    padding-bottom: 100px;
  }

  .ac_lft_div {
    width: 100%;
    padding-right: 0;
  }

  .ac_ryt_div {
    display: none;
  }

  .acl_head {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .acl_para {
    text-align: center;
    margin-top: 10px;
    font-size: 19px;
    line-height: 28px;
  }

  .aclg_para {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .aclg_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .aclg_head {
    margin-top: 10px;
    font-size: 42px;
    line-height: 60px;
  }

  .acri_image {
    object-fit: cover;
    border-radius: 30px;
    height: 300px;
  }

  .know_more_button {
    width: 100%;
    font-size: 16px;
  }

  .slide_content_wrapper {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider_contents {
    flex-direction: column;
  }

  .testimonials_lft_wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .testimonial_image {
    height: 200px;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-small.margin-bottom-32px {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-text-four {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .testimonial-author-name-three {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-title {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .star_wrapper {
    justify-content: center;
  }

  .blogs_section {
    padding-top: 100px;
  }

  .bst_head {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
  }

  .bst_para {
    font-size: 19px;
    line-height: 28px;
  }

  .bst_lft_wrap {
    text-align: center;
    width: 100%;
  }

  .bst_ryt_wrap {
    display: none;
  }

  .cta_button_2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .bsmct_image {
    height: 240px;
  }

  .bsmcb_head {
    font-size: 22px;
    line-height: 30px;
  }

  .bsmcb_date {
    font-size: 16px;
    line-height: 28px;
  }

  .cta_section {
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .cta_container {
    height: 50vh;
    padding: 30px 20px;
  }

  .cta1_heading {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .cta1_paragraph {
    font-size: 19px;
    line-height: 28px;
  }

  .cta-buttons_wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .fw-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }

  .fw-link:hover {
    color: #fc6575;
  }

  .form-block {
    justify-content: space-around;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-section {
    background-color: var(--white);
    padding: 100px 15px 20px;
  }

  .fw-subs-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-logo {
    object-fit: cover;
    width: auto;
    height: 50px;
    margin-bottom: 10px;
  }

  .fbl-txtx {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .fw-grid {
    flex-direction: column;
    grid-template-columns: 2fr;
    place-items: center;
  }

  .footer-bottom-copy {
    justify-content: center;
    margin-top: 10px;
    font-size: 17px;
  }

  .fw2nd-title {
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
  }

  .fnl-txt {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 28px;
  }

  .link-block {
    margin-left: 0;
  }

  .link-11 {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .footer-divider {
    margin-top: 30px;
  }

  .fnl-contest {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .link-13 {
    font-size: 20px;
    line-height: 28px;
  }

  .f2nd-content {
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
  }

  .f4th-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f2nd-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    display: block;
  }

  .fb-ryt {
    flex-direction: column;
    margin-left: 0;
  }

  .text-block-4 {
    line-height: 28px;
  }

  .social_media_footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: auto;
    margin-top: 0;
  }

  .submit-button {
    width: 100%;
    font-size: 16px;
  }

  .categories_hero_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .categories_header {
    font-size: 32px;
    line-height: 48px;
  }

  .cc_wrapper {
    height: 200px;
  }

  .cc_wraper_lft {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px;
  }

  .ccw_name {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .ccwl_header {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .ccwl_short_description {
    text-align: center;
    font-size: 16px;
  }

  .ccwr_image {
    height: 120px;
  }

  .about_hero {
    font-size: 32px;
    line-height: 48px;
  }

  .body-3 {
    background-color: var(--dark-blue);
  }

  .abth_mid_div {
    margin-top: 20px;
  }

  .abthm_image {
    border-radius: 10px;
    height: 260px;
  }

  .ab-bot-hero {
    grid-template-columns: 1fr 1fr;
  }

  .abt-comp-wrap {
    align-items: center;
    height: auto;
  }

  .abt-comp {
    font-size: 50px;
    line-height: 54px;
  }

  .abt-span, .abt-span-copy, .abt-span3, .abt-span5 {
    font-size: 34px;
    line-height: 46px;
  }

  .abt_des_container {
    flex-direction: column;
  }

  .abt_lft_div {
    width: 100%;
  }

  .abt_ryt_div {
    display: none;
  }

  .abtr_image {
    width: 100%;
    height: 240px;
  }

  .abt_description_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .al_head {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .al_style {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .al_para {
    text-align: center;
    padding-right: 0;
    font-size: 19px;
    line-height: 28px;
  }

  .mission_vision_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mv_container {
    flex-direction: column;
  }

  .mv_lft_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mvl_header {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .mvl_style {
    text-align: center;
    font-size: 16px;
  }

  .mvl_para {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 19px;
    line-height: 28px;
  }

  .mv_right_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .team_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team_container {
    padding: 30px 20px;
  }

  .tc_head {
    font-size: 32px;
    line-height: 48px;
  }

  .tc_header_2nd {
    font-size: 28px;
    line-height: 38px;
  }

  .tc_bot_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .tc_image {
    width: 180px;
    height: 180px;
  }

  .tc_name {
    font-size: 19px;
    line-height: 28px;
  }

  .tc_position {
    font-size: 16px;
  }

  .tc_social_media_link {
    width: 20px;
  }

  .our_partners_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .op_head {
    font-size: 32px;
    line-height: 48px;
  }

  .partner_company_wrap {
    width: 100px;
    height: 100px;
  }

  .pc_image {
    width: 50px;
    height: 50px;
  }

  .cta_2nd_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta_2nd_wrap {
    width: 100%;
  }

  ._2nd_cta_head {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .cta_2nd_para {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .cta_3rd_section {
    background-position: 0 0, 100% 100%;
    background-size: 400px, 140px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._3rd_cta_head {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  ._3rd_cta_para {
    text-align: center;
    width: 90%;
    font-size: 19px;
    line-height: 28px;
  }

  ._3rd_cta_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cb_head {
    font-size: 32px;
    line-height: 48px;
  }

  .title-wrap {
    align-items: center;
    margin-bottom: 25px;
  }

  .link-text-black {
    font-size: 15px;
  }

  .form-lft-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field-large {
    font-size: 19px;
    line-height: 28px;
  }

  .submit-button-2 {
    width: 100%;
    font-size: 16px;
  }

  .text-field-2 {
    font-size: 19px;
    line-height: 28px;
  }

  .form-para {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 28px;
    display: flex;
  }

  .btn-base {
    justify-content: center;
    width: 100%;
  }

  .contact_top_wrap {
    grid-template-columns: 1fr;
  }

  .cg_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .cg_head {
    font-size: 28px;
    line-height: 38px;
  }

  .cg_para {
    text-align: center;
    width: 400px;
    font-size: 19px;
    line-height: 28px;
  }

  .cg_link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    display: flex;
  }

  .c_bot_wrap {
    align-items: center;
    margin-bottom: 25px;
  }

  .cb_para {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 28px;
    display: flex;
  }

  .cb_map {
    height: 240px;
  }

  .contact_map_section, .bh_container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bhs_hero {
    font-size: 32px;
    line-height: 48px;
  }

  .bhs_style_div {
    width: 90%;
  }

  .blogs_hero_para {
    font-size: 19px;
    line-height: 28px;
  }

  .blogs_content_wrapper_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .bc_grid_wrap {
    justify-content: space-between;
  }

  .bcg_image {
    height: 200px;
  }

  .bcg_head {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .button {
    justify-content: center;
    margin-left: 0;
  }

  .text-b6 {
    font-size: 16px;
  }

  .sb_colored {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
  }

  .sb_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sb_lft_div {
    align-items: center;
    width: 100%;
  }

  .sb_ryt_div {
    display: none;
  }

  .bs_hero {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 48px;
  }

  .sbh_name {
    margin-top: 40px;
  }

  .sbh_date {
    margin-top: 10px;
    font-size: 19px;
    line-height: 28px;
  }

  .sb_thumbnail_image {
    width: 100%;
    height: 300px;
  }

  .single_blog_rich_text_section, .products_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pc_head {
    font-size: 32px;
    line-height: 48px;
  }

  .collection-list-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fp_content_wrapper_home {
    width: 250px;
    max-width: 250px;
    height: 200px;
  }

  .single_product_hero_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sphs_container {
    flex-direction: column;
  }

  .sphs_lft_div {
    width: 100%;
  }

  .sphs_ryt_div {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .products_big_image {
    height: 250px;
  }

  .sp_name {
    margin-top: 0;
    font-size: 32px;
    line-height: 48px;
    display: none;
  }

  .spr_top {
    font-size: 19px;
    line-height: 28px;
  }

  .spr_more_info {
    font-size: 28px;
    line-height: 38px;
  }

  .ama_para {
    font-size: 16px;
    line-height: 28px;
  }

  .hero_colored {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
  }

  .hero_container {
    flex-direction: column;
    align-items: center;
  }

  .hero_lft_div {
    width: 100%;
  }

  .hero_ryt_div {
    width: 100%;
    display: none;
  }

  .hl_hero {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .hl_name {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 28px;
  }

  .nav_button-copy {
    width: 100%;
    font-size: 16px;
  }

  .nav_button-copy1 {
    justify-content: center;
    width: 100%;
    font-size: 16px;
  }

  .nav_button-copy2 {
    width: 100%;
  }

  .hero_ryt_div_for_mobile {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .hr_div_wrap_for_mobile {
    width: 100%;
    height: 300px;
  }

  .hr_image_for_mobile {
    position: static;
  }

  .acr_image_wrapper_for_mobile {
    border-radius: 30px;
    width: 100%;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .nav_button123 {
    width: 50%;
    font-size: 16px;
  }

  .abt_ryt_div_for_mobile {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav_button-copy1234 {
    width: 100%;
    font-size: 16px;
  }

  .sb_ryt_div_mobile_view {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .sp_name_for_mobile {
    margin-top: 0;
    font-size: 32px;
    line-height: 48px;
    display: block;
  }

  .spr_top_for_mobile {
    margin-top: 0;
    font-size: 19px;
    line-height: 28px;
    display: block;
  }

  .intro-image {
    width: 60vw;
  }

  .nav_text {
    font-weight: 700;
  }

  .dropdown-list-2.w--open {
    top: 70px;
  }

  .nav_link_categories {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .ccw_name-copy {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .single_categories_hero_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .scc_wrapper {
    height: 220px;
  }

  .scc_wraper_lft {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px;
  }

  .sccwr_image {
    height: 120px;
  }

  .sccw_name {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .scategories_header {
    font-size: 32px;
    line-height: 48px;
  }

  .scategories_header_color {
    margin-left: 10px;
    font-size: 32px;
    line-height: 48px;
  }

  .single_sub_categories_hero_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sscategories_header {
    font-size: 32px;
    line-height: 48px;
  }

  .scategories_header_color-copy {
    margin-left: 10px;
    font-size: 32px;
    line-height: 48px;
  }

  .sscc_wrapper {
    height: 220px;
  }

  .sscc_wraper_lft {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px;
  }

  .ssccwr_image {
    height: 120px;
  }

  .ssccw_name {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .footer-bottom-phn {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .nav_logo_wrap {
    z-index: 2;
    width: auto;
    position: relative;
  }

  .nl_logo {
    width: 150px;
  }

  .nav_list_item {
    margin-bottom: 24px;
  }

  .nav_links_wrapper {
    padding-top: 85px;
  }

  .nav_link {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 26px;
  }

  .featured_product_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fptd_head {
    font-size: 24px;
    line-height: 34px;
  }

  .fptd_para {
    font-size: 18px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .fpcw_name {
    font-size: 18px;
  }

  .about_section {
    padding-bottom: 80px;
  }

  .acl_head {
    font-size: 28px;
    line-height: 40px;
  }

  .acl_para {
    font-size: 18px;
  }

  .acl_grid_block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .aclg_para {
    text-align: center;
    font-size: 18px;
  }

  .aclg_div {
    flex-direction: column;
    justify-content: space-between;
  }

  .aclg_head {
    font-size: 32px;
    line-height: 48px;
  }

  .acri_image {
    height: 200px;
  }

  .slider_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide_content_wrapper {
    width: 100%;
    max-width: none;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider_contents {
    justify-content: center;
    align-items: center;
  }

  .testimonial_image {
    height: 140px;
  }

  .testimonial_ryt_wrappe {
    align-items: center;
    width: 80%;
    display: flex;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small.margin-bottom-32px {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-text-four {
    width: 100%;
    font-size: 16px;
  }

  .testimonial-author-name-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-title {
    font-size: 16px;
  }

  .slider_star {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .blogs_section {
    padding-top: 80px;
  }

  .bst_head {
    font-size: 28px;
    line-height: 40px;
  }

  .bst_para {
    font-size: 18px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .bsmct_image {
    height: 200px;
  }

  .bsmcb_head {
    font-size: 20px;
    line-height: 28px;
  }

  .bsmcb_date {
    font-size: 16px;
  }

  .cta_section {
    margin-bottom: 80px;
    padding-top: 80px;
  }

  .cta_container {
    height: 70vh;
  }

  .cta1_heading {
    font-size: 28px;
    line-height: 40px;
  }

  .cta1_paragraph {
    font-size: 18px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .f-logo {
    align-items: center;
    width: auto;
    height: 50px;
    margin-bottom: 0;
  }

  .fbl-txtx {
    text-align: center;
    font-size: 16px;
  }

  .fnl-txt {
    font-size: 16px;
  }

  .link-block {
    flex-direction: column;
  }

  .link-11 {
    font-size: 16px;
  }

  .fnl-contest {
    font-size: 12px;
  }

  .link-13 {
    font-size: 20px;
  }

  .f2nd-content {
    margin-bottom: 30px;
  }

  .footer-top-container {
    max-width: none;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .social_media_footer {
    margin-top: 0;
  }

  .categories_hero_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .categories_header {
    font-size: 28px;
    line-height: 40px;
  }

  .c_mid_div {
    margin-top: 30px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .ccw_name {
    font-size: 18px;
  }

  .ccwl_header {
    font-size: 24px;
    line-height: 34px;
  }

  .ccwr_image {
    height: 120px;
  }

  .about_hero {
    font-size: 28px;
    line-height: 40px;
  }

  .abthm_image {
    height: 200px;
  }

  .abt-comp-wrap {
    justify-content: center;
  }

  .abt-comp {
    justify-content: flex-start;
    font-size: 40px;
    line-height: 44px;
  }

  .abt-span {
    font-size: 24px;
    line-height: 36px;
  }

  .abt-txt-part {
    width: 140px;
  }

  .abt-span-copy, .abt-span3, .abt-span5 {
    font-size: 24px;
    line-height: 36px;
  }

  .abtr_image {
    height: 200px;
  }

  .abt_description_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .al_head {
    font-size: 28px;
    line-height: 40px;
  }

  .al_style {
    width: 100%;
  }

  .al_para {
    font-size: 18px;
  }

  .mvl_header {
    font-size: 24px;
    line-height: 34px;
  }

  .mvl_style {
    width: 140px;
    font-size: 16px;
  }

  .mvl_para {
    font-size: 18px;
  }

  .team_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team_container {
    padding-top: 20px;
  }

  .tc_head {
    font-size: 28px;
    line-height: 40px;
  }

  .tc_header_2nd {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .tc_bot_wrap {
    grid-template-columns: 1fr;
  }

  .tc_name {
    font-size: 18px;
  }

  .tc_position {
    font-size: 16px;
  }

  .our_partners_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .op_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .op_head {
    font-size: 28px;
    line-height: 40px;
  }

  .op_bot_div {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .partner_company_wrap {
    width: 90px;
    height: 90px;
  }

  .pc_image {
    width: 55px;
    height: 55px;
  }

  .cta_2nd_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._2nd_cta_head {
    font-size: 28px;
    line-height: 40px;
  }

  .cta_2nd_para {
    font-size: 18px;
  }

  .cta_3rd_section {
    background-size: 300px, 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cb_head {
    font-size: 28px;
    line-height: 40px;
  }

  .form-lft-div {
    padding: 30px 15px;
  }

  .text-field-large, .text-field-2, .form-para {
    font-size: 18px;
  }

  .contact_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cg_div {
    margin-right: 0;
  }

  .cg_head {
    font-size: 24px;
    line-height: 34px;
  }

  .cg_para {
    width: auto;
    font-size: 18px;
  }

  .cg_link {
    text-align: center;
    font-size: 18px;
  }

  .cb_para {
    font-size: 18px;
  }

  .cb_map {
    height: 200px;
  }

  .contact_map_section, .bh_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bhs_hero {
    font-size: 28px;
    line-height: 40px;
  }

  .blogs_hero_para {
    font-size: 18px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .bcg_image {
    height: 180px;
  }

  .bcg_head {
    font-size: 24px;
    line-height: 34px;
  }

  .button {
    justify-content: center;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .bs_hero {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .sbh_date {
    font-size: 18px;
  }

  .sb_thumbnail_image {
    width: 100%;
    height: 200px;
  }

  .single_blog_rich_text_section, .products_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pc_head {
    font-size: 28px;
    line-height: 40px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .fp_content_wrapper_home {
    width: 280px;
    max-width: 280px;
  }

  .single_product_hero_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sphs_ryt_div {
    padding-left: 0;
  }

  .products_tile_images {
    height: 100px;
  }

  .products_big_image {
    object-fit: cover;
    height: 220px;
  }

  .sp_name {
    font-size: 28px;
    line-height: 40px;
  }

  .spr_top {
    font-size: 18px;
  }

  .spr_mi_div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    overflow: hidden;
  }

  .spr_div_content {
    width: 85%;
    max-width: none;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .dropdown-list.w--open {
    width: auto;
    max-width: 100%;
  }

  .ama_para {
    width: auto;
    max-width: none;
    font-size: 16px;
    line-height: 28px;
  }

  .dropdown {
    width: 100%;
  }

  .hl_hero {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .hl_name {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .nav_button-copy2 {
    font-size: 16px;
  }

  .hr_div_wrap_for_mobile {
    height: 200px;
  }

  .hr_image_for_mobile {
    object-fit: fill;
  }

  .acr_image_wrapper_for_mobile {
    height: 200px;
  }

  .nav_button123 {
    width: 60%;
  }

  .div-block-11 {
    width: 100%;
  }

  .sp_name_for_mobile {
    font-size: 28px;
    line-height: 40px;
  }

  .spr_top_for_mobile {
    font-size: 18px;
  }

  .intro-wrapper {
    display: flex;
  }

  .intro-image {
    width: 80vw;
  }

  .dropdown-list-2.w--open {
    top: 60px;
  }

  .nav_link_categories {
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: flex;
  }

  .ccw_name-copy {
    font-size: 18px;
  }

  .single_categories_hero_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sc_top_div {
    flex-flow: column;
  }

  .sc_mid_div {
    margin-top: 30px;
  }

  .scc_wrapper {
    height: 220px;
  }

  .sccwr_image {
    height: 120px;
  }

  .sccw_name {
    font-size: 18px;
    line-height: 26px;
  }

  .scategories_header {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .scategories_header_color {
    margin-top: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .single_sub_categories_hero_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ssc_top_div {
    flex-flow: column;
  }

  .ssc_mid_div {
    margin-top: 30px;
  }

  .sscategories_header {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .scategories_header_color-copy {
    margin-top: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .sscc_wrapper {
    height: 220px;
  }

  .ssccwr_image {
    height: 120px;
  }

  .ssccw_name {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-12 {
    width: 100%;
  }
}

#w-node-_34b94a78-512c-5301-635f-d31448d7089c-23ccb9f2 {
  place-self: center;
}

#w-node-b2c36de2-6aa0-3e32-618b-0554d5c5ec15-23ccb9f2, #w-node-f50dd601-e32d-781e-fe34-bd662c5b423d-23ccb9f2, #w-node-_58c7fbd1-f2eb-c736-2625-c9ecffd2dcab-23ccb9f2, #w-node-_367be80a-c2cc-ca2f-1a14-4684b4a3a040-23ccb9f2, #w-node-a422460a-cd3f-993a-2666-d9f9706e00e5-706e00cf, #w-node-a422460a-cd3f-993a-2666-d9f9706e00e7-706e00cf, #w-node-a422460a-cd3f-993a-2666-d9f9706e00f6-706e00cf, #w-node-f15f3207-82a5-497f-28ed-777a9983fc55-60e3e88f, #w-node-_6232aaa9-af93-9e0e-8b79-b03c29656396-60e3e88f, #w-node-a3ad0e74-535f-56d6-9d5b-bf33cc0ba178-60e3e88f, #w-node-_684f24cb-d17b-ac8c-3936-75ea13066362-60e3e88f, #w-node-fa4aef5f-c703-1a42-b5dd-2cee51ef0678-a8e835d4, #w-node-fa4aef5f-c703-1a42-b5dd-2cee51ef0683-a8e835d4, #w-node-fa4aef5f-c703-1a42-b5dd-2cee51ef068d-a8e835d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de5ed4a3-8a62-c52b-a319-0ad21e05730e-a8e835d4, #w-node-b4467bdf-989d-ac3e-8628-c15c54aa014f-a8e835d4, #w-node-bd61c9e1-0bd8-e848-0958-06d5d0a6fc07-a8e835d4, #w-node-ec0ea078-1ba7-5881-e083-da20b851404b-a8e835d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_80f6bd82-65f6-e3a7-7b95-3f225a887ebd-a0f526a3, #w-node-_80f6bd82-65f6-e3a7-7b95-3f225a887ecd-a0f526a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-fa4aef5f-c703-1a42-b5dd-2cee51ef0683-a8e835d4, #w-node-fa4aef5f-c703-1a42-b5dd-2cee51ef068d-a8e835d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f15f3207-82a5-497f-28ed-777a9983fc55-60e3e88f {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2c36de2-6aa0-3e32-618b-0554d5c5ec15-23ccb9f2, #w-node-f50dd601-e32d-781e-fe34-bd662c5b423d-23ccb9f2, #w-node-_58c7fbd1-f2eb-c736-2625-c9ecffd2dcab-23ccb9f2, #w-node-_367be80a-c2cc-ca2f-1a14-4684b4a3a040-23ccb9f2, #w-node-a422460a-cd3f-993a-2666-d9f9706e00e5-706e00cf {
    place-self: center;
  }

  #w-node-_37d4f605-fa8f-ee60-f08d-22b31b97ca20-a8e835d4, #w-node-_37d4f605-fa8f-ee60-f08d-22b31b97ca27-a8e835d4 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2c36de2-6aa0-3e32-618b-0554d5c5ec15-23ccb9f2 {
    align-self: stretch;
  }

  #w-node-f15f3207-82a5-497f-28ed-777a9983fc55-60e3e88f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


