/* Thin */
@font-face {
  font-family: "vivoSansGlobal";
  src: url("fonts/vivoSansGlobal-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ExtraLight */
@font-face {
  font-family: "vivoSansGlobal";
  src: url("fonts/vivoSansGlobal-ExtraLight.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Light */
@font-face {
  font-family: "vivoSansGlobal";
  src: url("fonts/vivoSansGlobal-Light.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: "vivoSansGlobal";
  src: url("fonts/vivoSansGlobal-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "vivoSansGlobal";
  src: url("fonts/vivoSansGlobal-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* DemiBold */
@font-face {
  font-family: "vivoSansGlobal";
  src: url("fonts/vivoSansGlobal-DemiBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "vivoSansGlobal";
  src: url("fonts/vivoSansGlobal-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "vivoSansGlobal", Fallback, sans-serif;
  font-weight: normal;
  background: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

a {
  color: #000;
  padding-top: 5px;
}
a:hover {
  text-decoration: none;
}

.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.pr-0 {
  padding-right: 0;
}

.my-d-div {
  display: flex;
  align-items: stretch;
}
.my-d-div .line {
  width: 16px;
  margin-right: 10px;
  background: #415fff;
}

.mob-mt-24 {
  margin-top: 24px;
}

.succ-box img {
  width: 40px;
  height: auto;
  margin-bottom: 16px;
}
.succ-box h3 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 24px;
}
.succ-box h3,
.succ-box p {
  color: #fff;
}
.succ-box p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.m-0 {
  margin: 0;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

ul {
  list-style: none;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-36 {
  font-size: 36px !important;
  line-height: 1.2 !important;
}

.fs-32 {
  font-size: 32px !important;
  line-height: 1.3;
  width: 34% !important;
}

.fs-28 {
  font-size: 28px !important;
  color: #000 !important;
  font-weight: 700 !important;
}

.fs-26 {
  font-size: 26px !important;
  font-weight: 700;
  color: #000 !important;
}

.fs-24 {
  font-size: 24px !important;
}

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

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

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

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

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

.fs-13 {
  font-size: 13px !important;
}

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

.font-bold {
  font-weight: bold;
}

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

.bg-white {
  background: #fff;
}

.text-right {
  text-align: right !important;
}

.scroll-t {
  scroll-margin-top: 68px;
}

.text-blue {
  color: rgb(30, 70, 230);
}

.m-top-10 {
  margin-top: -10px !important;
}

.m-bottom-5 {
  margin-bottom: 5px !important;
}

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

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

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

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey_body_color {
  color: #f8f8f8;
}

.section-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section-padding.spousel {
  padding-bottom: 32px;
}
.section-padding.min {
  padding: 32px 0;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-80 {
  width: 80%;
}

.table-div {
  display: table;
  width: 100%;
}
.table-div > div {
  display: table-cell;
  vertical-align: middle;
}
.table-div.full {
  width: 100%;
}
.table-div.w-auto {
  width: auto;
}

img.round {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.mtb-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-20-40 {
  padding: 20px 0px 40px;
}

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

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

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

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

.pb-40 {
  padding-bottom: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.view-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.view-more {
  background-color: #f3f3f3;
  color: rgb(30, 70, 230);
  font-size: 12px;
  padding: 8px;
  display: inline-block;
}

.mt-32 {
  margin-top: 32px !important;
}

.text-bold {
  font-weight: bold;
}

.read-more {
  border-radius: 3px;
  background-color: rgb(30, 70, 230);
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 16px;
  border: 1px solid rgb(30, 70, 230);
  transition: all 0.3s ease;
}
.read-more:hover {
  background-color: rgb(30, 70, 230);
  color: #fff !important;
}
.read-more.btn-min-width {
  padding: 2px 5px;
  font-size: 13px;
}
.read-more .icon {
  width: 14px !important;
  height: 14px !important;
}
.read-more.arrow-btn {
  display: table;
}
.read-more.arrow-btn span,
.read-more.arrow-btn img {
  display: table-cell;
  vertical-align: middle;
}
.read-more.arrow-btn span {
  padding-right: 5px;
}
.read-more.arrow-btn img {
  margin-top: 5px !important;
}
.read-more.font-14 {
  font-size: 14px !important;
}
.read-more.wid {
  width: 100px;
  text-align: center;
}
.read-more.bg-white {
  color: rgb(30, 70, 230);
  background-color: #fff;
  font-weight: 500;
}
.read-more.bg-white:hover {
  opacity: 0.95;
  color: rgb(30, 70, 230) !important;
}
.read-more.download-btn {
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;
  border-color: #fff !important;
  background-color: transparent !important;
}
.read-more.download-btn img {
  width: 24px;
  height: auto;
  margin-left: 6px;
}
.read-more.download-btn:hover {
  scale: 0.95;
}

.wp-block-embed__wrapper {
  width: 100% !important;
  padding-bottom: 57% !important;
}

.page-heading {
  font-size: 60px;
  line-height: 1.5;
  color: #000;
  transition: all 0.3s ease;
  margin: 16px 0;
  font-weight: bold;
  margin-left: 0;
}
.page-heading.min {
  line-height: 1;
}
.page-heading.min-font {
  font-size: 35px;
}
.page-heading.min-font-45 {
  font-size: 45px;
}
.page-heading.font-20 {
  font-size: 20px !important;
}

.slider-btn {
  transition: all 0.4s ease;
  display: table;
  align-items: center;
  width: auto;
}
.slider-btn > span {
  display: table-cell;
  vertical-align: middle;
}
.slider-btn span {
  display: inline-block;
}
.slider-btn span.text {
  font-size: 16px;
  transition: all 0.4s ease;
  font-weight: bold;
  margin-right: 8px;
  color: #fff;
}
.slider-btn span.icon {
  border: 2px solid #fff;
  border-radius: 22px;
  text-align: center;
  height: 34px;
  width: 50px;
  transition: all 0.4s ease;
}
.slider-btn span.icon small {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 44px;
  transition: all 0.4s ease;
}
.slider-btn span.icon img {
  width: 14px;
  height: 14px;
  display: inline-block;
  transition: all 0.4s ease;
  display: none;
}
.slider-btn span.icon .dot {
  transition: all 0.4s ease;
  position: relative;
}
.slider-btn span.icon .dot:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  text-indent: -9999px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-225deg);
  top: -6px;
  left: -10px;
}
.slider-btn:hover span.text {
  font-size: 18px;
  color: #000;
}
.slider-btn:hover span.icon {
  margin-left: 10px;
  transform: scale(1.05);
  border: 2px solid #000;
}
.slider-btn:hover span.icon img {
  display: none;
}
.slider-btn:hover span.icon .dot:after {
  width: 6px;
  height: 6px;
  top: -3px;
  border-top: 6px solid #000;
  border-left: 6px solid #000;
  left: 5px;
}
.slider-btn.white-btn span.text {
  color: #fff;
}
.slider-btn.white-btn span.icon {
  border: 2px solid #fff;
}
.slider-btn.white-btn span.icon .dot:after {
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
.slider-btn.white-btn:hover span.icon .dot:after {
  width: 6px;
  height: 6px;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
  left: 5px;
}
.slider-btn.btn-blue span.text {
  color: rgb(30, 70, 230);
}
.slider-btn.btn-blue span.icon {
  border: 2px solid rgb(30, 70, 230);
}
.slider-btn.btn-blue span.icon .dot:after {
  border-top: 3px solid rgb(30, 70, 230);
  border-left: 3px solid rgb(30, 70, 230);
}
.slider-btn.btn-blue:hover span.icon .dot:after {
  width: 6px;
  height: 6px;
  top: -3px;
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
  left: 5px;
}

.content {
  padding-top: 68px;
}

.section {
  margin-top: 64px;
  margin-bottom: 64px;
}
.section.pb-min {
  padding-bottom: 32px;
}
.section.min {
  margin-top: 32px;
}
.section.min-b {
  margin-bottom: 32px;
}
.section.no-mar {
  margin-top: 0;
  margin-bottom: 0;
}
.section a.view-all {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
}
.section a.view-all:hover {
  color: rgb(30, 70, 230);
}
.section h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 32px;
  font-weight: bold;
  text-transform: capitalize;
}
.section.border-radius-none {
  border-radius: 0;
}
.section.border-bottom-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section.med {
  margin: 50px 0;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.set-position {
  background-size: cover !important;
  background-position: bottom right !important;
}
.set-position h1 {
  width: 75%;
}

.pos-rel {
  position: relative;
}
.pos-rel.p-rl {
  border-radius: 12px;
  padding: 0px 50px 40px;
}
.pos-rel .slide-btn {
  position: absolute;
  left: 15px;
  display: none;
  z-index: 99;
}
.pos-rel .slide-btn a {
  display: none;
}
.pos-rel .slide-btn a.active {
  display: inherit;
}

.news-slider-full .item .text-container p {
  font-weight: bold;
  font-size: 22px;
  margin: 16px 0;
}

.dots-slider {
  position: relative;
}
.dots-slider .owl-dots {
  position: absolute;
  bottom: 3px;
  left: 35px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.dots-slider .owl-dots > div {
  margin: 5px;
}
.dots-slider .owl-dots.disabled {
  display: block;
}
.dots-slider .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  background: #808080;
}
.dots-slider .owl-dots .owl-dot.active {
  background: rgb(30, 70, 230);
}
.dots-slider.videos-news-slider .owl-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  bottom: -6px;
  display: none;
}
.dots-slider.videos-news-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
.dots-slider.videos-news-slider .owl-dots .owl-dot.active {
  background-color: rgb(30, 70, 230);
}

.retailer-title {
  margin-bottom: 20px !important;
}

.nav-slider.new-banner-slider .owl-nav,
.dots-slider.new-banner-slider .owl-nav {
  bottom: auto;
  top: 50% !important;
  width: 100%;
  z-index: -1;
}
.nav-slider.new-banner-slider .owl-nav .owl-prev,
.dots-slider.new-banner-slider .owl-nav .owl-prev {
  margin-left: -40px;
}
.nav-slider.new-banner-slider .owl-nav .owl-next,
.dots-slider.new-banner-slider .owl-nav .owl-next {
  margin-left: auto;
  margin-right: -40px;
}
.nav-slider.new-banner-slider .owl-dots,
.dots-slider.new-banner-slider .owl-dots {
  bottom: -40px !important;
  left: 50%;
  transform: translate(-50%, 0px);
}
.nav-slider.new-banner-slider .owl-dots .owl-dot,
.dots-slider.new-banner-slider .owl-dots .owl-dot {
  width: 8px !important;
  height: 8px;
  border-radius: 50%;
}
.nav-slider .owl-nav,
.dots-slider .owl-nav {
  position: absolute;
  bottom: 0;
  width: 185px;
  left: 0;
  z-index: 99;
}
.nav-slider .owl-nav .owl-prev,
.nav-slider .owl-nav .owl-next,
.dots-slider .owl-nav .owl-prev,
.dots-slider .owl-nav .owl-next {
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: all 0.3s ease;
}
.nav-slider .owl-nav .owl-prev,
.dots-slider .owl-nav .owl-prev {
  background: url("../images/icons/new_right_angle.png") no-repeat;
  background-position: center;
  background-size: 20px 20px;
  float: left;
  margin-left: 0;
  transform: rotate(-180deg);
}
.nav-slider .owl-nav .owl-prev:hover,
.dots-slider .owl-nav .owl-prev:hover {
  background: url("../images/icons/right_angle_blue.png") no-repeat;
  background-size: 20px 20px;
  scale: 1.1;
}
.nav-slider .owl-nav .owl-next,
.dots-slider .owl-nav .owl-next {
  background: url("../images/icons/new_right_angle.png") no-repeat;
  background-position: center;
  background-size: 20px 20px;
  float: right;
}
.nav-slider .owl-nav .owl-next:hover,
.dots-slider .owl-nav .owl-next:hover {
  background: url("../images/icons/right_angle_blue.png") no-repeat;
  background-size: 20px 20px;
  scale: 1.1;
}
.nav-slider .owl-nav .owl-next,
.dots-slider .owl-nav .owl-next {
  float: right;
}
.nav-slider .owl-nav .owl-next::after,
.dots-slider .owl-nav .owl-next::after {
  transform: rotate(-45deg);
  left: auto;
  right: -10px;
}
.nav-slider.popular-product-slider .owl-nav,
.dots-slider.popular-product-slider .owl-nav {
  width: 100%;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.nav-slider.popular-product-slider .owl-nav .owl-prev,
.dots-slider.popular-product-slider .owl-nav .owl-prev {
  margin-left: -16px;
}
.nav-slider.popular-product-slider .owl-nav .owl-next,
.dots-slider.popular-product-slider .owl-nav .owl-next {
  margin-right: -16px;
}
.nav-slider.video-block-slider .owl-nav,
.dots-slider.video-block-slider .owl-nav {
  width: 100%;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.nav-slider.video-block-slider .owl-nav .owl-prev,
.dots-slider.video-block-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.nav-slider.video-block-slider .owl-nav .owl-next,
.dots-slider.video-block-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.nav-slider.survey-slider .owl-nav,
.dots-slider.survey-slider .owl-nav {
  position: absolute;
  bottom: 30px;
  width: 120px;
  right: 27px;
  left: auto;
  z-index: 99;
}
.nav-slider.survey-slider .owl-nav .owl-prev,
.nav-slider.survey-slider .owl-nav .owl-next,
.dots-slider.survey-slider .owl-nav .owl-prev,
.dots-slider.survey-slider .owl-nav .owl-next {
  width: 52px;
  height: 52px;
  display: inline-block;
  transition: all 0.3s ease;
  background: url("../images/icons/top_angle.png") no-repeat;
  background-position: center;
  background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  rotate: 90deg;
}
.nav-slider.survey-slider .owl-nav .owl-prev:hover,
.nav-slider.survey-slider .owl-nav .owl-next:hover,
.dots-slider.survey-slider .owl-nav .owl-prev:hover,
.dots-slider.survey-slider .owl-nav .owl-next:hover {
  scale: 0.95;
}
.nav-slider.switch-testimonial-slider .owl-nav,
.dots-slider.switch-testimonial-slider .owl-nav {
  width: 148px;
  bottom: 100px;
  left: auto;
  right: 40px;
}
.nav-slider.switch-testimonial-slider .owl-nav .owl-prev,
.nav-slider.switch-testimonial-slider .owl-nav .owl-next,
.dots-slider.switch-testimonial-slider .owl-nav .owl-prev,
.dots-slider.switch-testimonial-slider .owl-nav .owl-next {
  width: 62px;
  height: 62px;
  display: inline-block;
  transition: all 0.3s ease;
  background: url("../images/icons/top_angle.png") no-repeat;
  background-position: center;
  background-size: 60px 60px;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  -o-background-size: 60px 60px;
  rotate: 90deg;
}
.nav-slider.switch-testimonial-slider .owl-nav .owl-prev:hover,
.nav-slider.switch-testimonial-slider .owl-nav .owl-next:hover,
.dots-slider.switch-testimonial-slider .owl-nav .owl-prev:hover,
.dots-slider.switch-testimonial-slider .owl-nav .owl-next:hover {
  scale: 0.95;
}
.nav-slider.switch-testimonial-slider .owl-dots,
.dots-slider.switch-testimonial-slider .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 12px;
}
.nav-slider.switch-testimonial-slider .owl-dots .owl-dot,
.dots-slider.switch-testimonial-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #929292;
  display: inline-block;
  margin: 0px 5px;
}
.nav-slider.switch-testimonial-slider .owl-dots .owl-dot.active,
.dots-slider.switch-testimonial-slider .owl-dots .owl-dot.active {
  background-color: rgb(30, 70, 230);
  scale: 1.2;
}
.nav-slider.our-jorney-slider .owl-nav,
.dots-slider.our-jorney-slider .owl-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
  left: 0px;
  z-index: 99;
  transform: translateY(-50%);
}
.nav-slider.our-jorney-slider .owl-nav .owl-prev,
.nav-slider.our-jorney-slider .owl-nav .owl-next,
.dots-slider.our-jorney-slider .owl-nav .owl-prev,
.dots-slider.our-jorney-slider .owl-nav .owl-next {
  width: 22px;
  height: 22px;
  display: inline-block;
  transition: all 0.3s ease;
  background: url("../images/icons/new_right_angle.png") no-repeat;
  background-position: center;
  background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  position: absolute;
}
.nav-slider.our-jorney-slider .owl-nav .owl-prev:hover,
.nav-slider.our-jorney-slider .owl-nav .owl-next:hover,
.dots-slider.our-jorney-slider .owl-nav .owl-prev:hover,
.dots-slider.our-jorney-slider .owl-nav .owl-next:hover {
  background: url("../images/icons/new_blue_right_angle.png") no-repeat;
  background-position: center;
  background-size: 32px 32px;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
}
.nav-slider.our-jorney-slider .owl-nav .owl-prev,
.dots-slider.our-jorney-slider .owl-nav .owl-prev {
  left: -30px;
  right: auto;
}
.nav-slider.our-jorney-slider .owl-nav .owl-next,
.dots-slider.our-jorney-slider .owl-nav .owl-next {
  right: -30px;
  left: auto;
}
.nav-slider.our-jorney-slider .owl-dots,
.dots-slider.our-jorney-slider .owl-dots {
  position: relative;
  width: 100%;
  left: 0;
  justify-content: space-between;
  bottom: -70px;
  display: flex;
}
.nav-slider.our-jorney-slider .owl-dots .owl-dot,
.dots-slider.our-jorney-slider .owl-dots .owl-dot {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 28px;
  margin-left: 0px;
  margin-right: 0px;
  flex: 0 0 0%;
  max-width: 25%;
  text-align: center;
  color: #7d7d7d;
}
.nav-slider.our-jorney-slider .owl-dots .owl-dot:before,
.dots-slider.our-jorney-slider .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  width: 156px;
  top: -30px;
  left: 25px;
  background: rgba(125, 125, 125, 0.7);
  height: 2px;
}
.nav-slider.our-jorney-slider .owl-dots .owl-dot:after,
.dots-slider.our-jorney-slider .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 45%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #7d7d7d;
  margin: 0 -1px;
  transition: all 0.3s ease;
  z-index: 2;
}
.nav-slider.our-jorney-slider .owl-dots .owl-dot:last-child:before, .nav-slider.our-jorney-slider .owl-dots .owl-dot:nth-last-child(2):before,
.dots-slider.our-jorney-slider .owl-dots .owl-dot:last-child:before,
.dots-slider.our-jorney-slider .owl-dots .owl-dot:nth-last-child(2):before {
  right: 25px;
  left: auto;
  z-index: 1;
}
.nav-slider.our-jorney-slider .owl-dots .owl-dot.active,
.dots-slider.our-jorney-slider .owl-dots .owl-dot.active {
  color: rgb(30, 70, 230);
}
.nav-slider.our-jorney-slider .owl-dots .owl-dot.active:after,
.dots-slider.our-jorney-slider .owl-dots .owl-dot.active:after {
  width: 20px;
  height: 20px;
  top: -40px;
  background: rgb(30, 70, 230);
}
.nav-slider.our-jorney-slider .sub-dots .sub-dot,
.dots-slider.our-jorney-slider .sub-dots .sub-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: gray;
  border-radius: 50%;
  cursor: pointer;
}
.nav-slider.videos-slider .owl-nav,
.dots-slider.videos-slider .owl-nav {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.nav-slider.videos-slider .owl-nav.disabled,
.dots-slider.videos-slider .owl-nav.disabled {
  display: block !important;
}
.nav-slider.videos-slider .owl-nav .owl-prev.disabled,
.nav-slider.videos-slider .owl-nav .owl-next.disabled,
.dots-slider.videos-slider .owl-nav .owl-prev.disabled,
.dots-slider.videos-slider .owl-nav .owl-next.disabled {
  display: none;
}
.nav-slider.videos-slider .owl-nav .owl-prev,
.dots-slider.videos-slider .owl-nav .owl-prev {
  background-size: 15px 15px;
  margin-left: -12px;
  transform: rotate(-180deg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.nav-slider.videos-slider .owl-nav .owl-next,
.dots-slider.videos-slider .owl-nav .owl-next {
  background-size: 15px 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: -12px;
}
.nav-slider.news-slider-full .owl-nav,
.dots-slider.news-slider-full .owl-nav {
  width: 100%;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
.nav-slider.news-slider-full .owl-nav.disabled,
.dots-slider.news-slider-full .owl-nav.disabled {
  display: block !important;
}
.nav-slider.news-slider-full .owl-nav .owl-prev,
.nav-slider.news-slider-full .owl-nav .owl-next,
.dots-slider.news-slider-full .owl-nav .owl-prev,
.dots-slider.news-slider-full .owl-nav .owl-next {
  background-size: 15px 15px;
}
.nav-slider.news-slider-full .owl-nav .owl-prev.disabled,
.nav-slider.news-slider-full .owl-nav .owl-next.disabled,
.dots-slider.news-slider-full .owl-nav .owl-prev.disabled,
.dots-slider.news-slider-full .owl-nav .owl-next.disabled {
  display: none;
}
.nav-slider.news-slider-full .owl-nav .owl-prev,
.dots-slider.news-slider-full .owl-nav .owl-prev {
  margin-left: 32px;
  background: url("../images/icons/angle-right-white.svg") no-repeat;
}
.nav-slider.news-slider-full .owl-nav .owl-next,
.dots-slider.news-slider-full .owl-nav .owl-next {
  margin-right: 32px;
  background: url("../images/icons/angle-right-white.svg") no-repeat;
}
.nav-slider.campaign-slider .owl-nav,
.dots-slider.campaign-slider .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
  right: 0;
  width: 80px;
}
.nav-slider.campaign-slider.left-arrow .owl-nav,
.dots-slider.campaign-slider.left-arrow .owl-nav {
  right: auto;
  left: 0;
}
.nav-slider.campaign-slider.arrow-p-b .owl-nav,
.dots-slider.campaign-slider.arrow-p-b .owl-nav {
  bottom: 0%;
  top: auto;
}
.nav-slider.campaign-slider.women-slider .owl-nav,
.dots-slider.campaign-slider.women-slider .owl-nav {
  top: 55% !important;
}
.nav-slider.campaign-slider.joy-slider .owl-nav,
.dots-slider.campaign-slider.joy-slider .owl-nav {
  top: 100%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: auto;
  width: 80px;
}
.nav-slider.campaign-slider.camp-slider .owl-nav,
.dots-slider.campaign-slider.camp-slider .owl-nav {
  right: 0 !important;
  left: auto;
}
.nav-slider.testimonial-slider .owl-nav,
.dots-slider.testimonial-slider .owl-nav {
  width: 100%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.nav-slider.testimonial-slider .owl-nav .owl-prev,
.nav-slider.testimonial-slider .owl-nav .owl-next,
.dots-slider.testimonial-slider .owl-nav .owl-prev,
.dots-slider.testimonial-slider .owl-nav .owl-next {
  width: 24px;
  height: 39px;
}
.nav-slider.testimonial-slider .owl-nav .owl-prev,
.dots-slider.testimonial-slider .owl-nav .owl-prev {
  margin-left: 0;
  background: url("../images/icons/arrow-right-black.svg") no-repeat;
}
.nav-slider.testimonial-slider .owl-nav .owl-next,
.dots-slider.testimonial-slider .owl-nav .owl-next {
  margin-right: 0;
  background: url("../images/icons/arrow-right-black.svg") no-repeat;
  transform: rotate(0deg);
}
.nav-slider.videos-news-slider .owl-nav,
.dots-slider.videos-news-slider .owl-nav {
  width: 100%;
  top: 30%;
  bottom: auto;
  transform: translateY(-50%);
}
.nav-slider.videos-news-slider .owl-nav.disabled,
.dots-slider.videos-news-slider .owl-nav.disabled {
  display: block !important;
}
.nav-slider.videos-news-slider .owl-nav .owl-prev,
.nav-slider.videos-news-slider .owl-nav .owl-next,
.dots-slider.videos-news-slider .owl-nav .owl-prev,
.dots-slider.videos-news-slider .owl-nav .owl-next {
  width: 11px;
  height: 14px;
}
.nav-slider.videos-news-slider .owl-nav .owl-prev,
.dots-slider.videos-news-slider .owl-nav .owl-prev {
  margin-left: 0;
  background: url("../images/icons/angle-right-white.svg") no-repeat;
  margin-left: -50px;
}
.nav-slider.videos-news-slider .owl-nav .owl-next,
.dots-slider.videos-news-slider .owl-nav .owl-next {
  margin-right: 0;
  background: url("../images/icons/angle-right-white.svg") no-repeat;
  transform: rotate(0deg);
  margin-right: -50px;
}
.nav-slider.white-slider-nav .owl-nav,
.dots-slider.white-slider-nav .owl-nav {
  width: 100%;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
.nav-slider.white-slider-nav .owl-nav .owl-prev,
.nav-slider.white-slider-nav .owl-nav .owl-next,
.dots-slider.white-slider-nav .owl-nav .owl-prev,
.dots-slider.white-slider-nav .owl-nav .owl-next {
  background-size: 15px 15px;
}
.nav-slider.white-slider-nav .owl-nav .owl-prev,
.dots-slider.white-slider-nav .owl-nav .owl-prev {
  background: url("../images/icons/angle-right-white.svg") no-repeat;
  margin-left: 10px;
}
.nav-slider.white-slider-nav .owl-nav .owl-next,
.dots-slider.white-slider-nav .owl-nav .owl-next {
  background: url("../images/icons/angle-right-white.svg") no-repeat;
  margin-right: 10px;
}
.nav-slider.know-slider,
.dots-slider.know-slider {
  z-index: 0 !important;
}
.nav-slider.know-slider .owl-nav,
.dots-slider.know-slider .owl-nav {
  top: 50%;
  transform: translateY(0);
  width: 80%;
  left: 10%;
  height: 20px;
}
.nav-slider.know-slider .owl-nav .owl-prev,
.nav-slider.know-slider .owl-nav .owl-next,
.dots-slider.know-slider .owl-nav .owl-prev,
.dots-slider.know-slider .owl-nav .owl-next {
  width: 15px;
  height: 19px;
  background: url("../images/icons/right-blue-arrow.png") no-repeat;
  background-position: center;
  background-size: 15px 19px;
  -webkit-background-size: 15px 19px;
  -moz-background-size: 15px 19px;
  -o-background-size: 15px 19px;
}
.nav-slider.vision-know-slider,
.dots-slider.vision-know-slider {
  z-index: 0 !important;
}
.nav-slider.vision-know-slider .owl-nav,
.dots-slider.vision-know-slider .owl-nav {
  top: 60%;
  transform: translateY(0);
  width: 100%;
  left: 0%;
  height: 20px;
}
.nav-slider.vision-know-slider .owl-nav .owl-prev,
.nav-slider.vision-know-slider .owl-nav .owl-next,
.dots-slider.vision-know-slider .owl-nav .owl-prev,
.dots-slider.vision-know-slider .owl-nav .owl-next {
  width: 15px;
  height: 19px;
  background: url("../images/icons/right-blue-arrow.png") no-repeat;
  background-position: center;
  background-size: 15px 19px;
  -webkit-background-size: 15px 19px;
  -moz-background-size: 15px 19px;
  -o-background-size: 15px 19px;
}
.nav-slider.vision-know-slider .owl-nav .owl-prev,
.dots-slider.vision-know-slider .owl-nav .owl-prev {
  margin-left: -100px;
}
.nav-slider.vision-know-slider .owl-nav .owl-next,
.dots-slider.vision-know-slider .owl-nav .owl-next {
  margin-right: -100px;
}
.nav-slider.changemaker-slider .owl-nav,
.dots-slider.changemaker-slider .owl-nav {
  top: 50%;
  transform: translateY(0);
  width: 90%;
  left: 5%;
  height: 20px;
}
.nav-slider.changemaker-slider .owl-nav .owl-prev,
.nav-slider.changemaker-slider .owl-nav .owl-next,
.dots-slider.changemaker-slider .owl-nav .owl-prev,
.dots-slider.changemaker-slider .owl-nav .owl-next {
  width: 15px;
  height: 19px;
  background: url("../images/icons/new_right_angle.png") no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.nav-slider.slider-image .owl-nav,
.dots-slider.slider-image .owl-nav {
  z-index: 99;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  height: 30px;
}
.nav-slider.slider-image .owl-nav .owl-prev,
.nav-slider.slider-image .owl-nav .owl-next,
.dots-slider.slider-image .owl-nav .owl-prev,
.dots-slider.slider-image .owl-nav .owl-next {
  background: url("../images/icons/new_right_angle.png") no-repeat;
  width: 22px;
  height: 28px;
  position: absolute;
  background-size: 20px 20px;
}
.nav-slider.slider-image .owl-nav .owl-next,
.dots-slider.slider-image .owl-nav .owl-next {
  right: -30px;
  left: auto !important;
  transform: rotate(0);
}
.nav-slider.slider-image .owl-nav .owl-prev,
.dots-slider.slider-image .owl-nav .owl-prev {
  left: -30px;
  right: auto;
  transform: rotate(-180deg);
}
.nav-slider.tech-slider .owl-nav,
.dots-slider.tech-slider .owl-nav {
  bottom: -36px;
  top: auto;
  width: 100%;
}
.nav-slider.tech-slider .owl-nav .owl-prev,
.nav-slider.tech-slider .owl-nav .owl-next,
.dots-slider.tech-slider .owl-nav .owl-prev,
.dots-slider.tech-slider .owl-nav .owl-next {
  background: url("../images/icons/new_right_angle.png") no-repeat;
  background-size: 20px 20px;
}
.nav-slider.tech-slider .owl-nav .owl-prev,
.dots-slider.tech-slider .owl-nav .owl-prev {
  margin-left: 10px;
}
.nav-slider.tech-slider .owl-nav .owl-next,
.dots-slider.tech-slider .owl-nav .owl-next {
  margin-right: 10px;
}
.nav-slider.event-slider .owl-nav,
.dots-slider.event-slider .owl-nav {
  top: 50%;
  width: 100%;
  z-index: -1;
}
.nav-slider.event-slider .owl-nav .owl-prev,
.dots-slider.event-slider .owl-nav .owl-prev {
  margin-left: -60px;
}
.nav-slider.event-slider .owl-nav .owl-next,
.dots-slider.event-slider .owl-nav .owl-next {
  margin-right: -60px;
}
.nav-slider.event-slider .owl-dots,
.dots-slider.event-slider .owl-dots {
  width: 100%;
  height: 10px;
  text-align: center;
  position: relative;
  bottom: -18px;
}
.nav-slider.event-slider .owl-dots .owl-dot,
.dots-slider.event-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #8c8c8c;
  border-radius: 50%;
  margin: 0px 4px;
}
.nav-slider.event-slider .owl-dots .owl-dot.active,
.dots-slider.event-slider .owl-dots .owl-dot.active {
  background-color: rgb(30, 70, 230);
  scale: 1.25;
}
.nav-slider.media-slider .owl-nav,
.dots-slider.media-slider .owl-nav {
  width: 100%;
  bottom: 50%;
}
.nav-slider.media-slider .owl-nav .owl-prev,
.dots-slider.media-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.nav-slider.media-slider .owl-nav .owl-next,
.dots-slider.media-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.nav-slider.media-slider .owl-dots,
.dots-slider.media-slider .owl-dots {
  display: none;
  width: 100%;
  height: 10px;
  text-align: center;
  position: relative;
  bottom: 0px;
  margin-bottom: 30px;
}
.nav-slider.media-slider .owl-dots .owl-dot,
.dots-slider.media-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #8c8c8c;
  border-radius: 50%;
  margin: 0px 4px;
}
.nav-slider.media-slider .owl-dots .owl-dot.active,
.dots-slider.media-slider .owl-dots .owl-dot.active {
  background-color: rgb(30, 70, 230);
  scale: 1.25;
}
.nav-slider.type-2 .owl-nav .owl-next,
.dots-slider.type-2 .owl-nav .owl-next {
  left: 50px;
}
.nav-slider.type-2 .owl-nav .owl-prev,
.dots-slider.type-2 .owl-nav .owl-prev {
  right: 50px !important;
}
.nav-slider.home-slider .owl-nav,
.dots-slider.home-slider .owl-nav {
  width: 62%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto !important;
}
.nav-slider.home-slider .owl-nav .owl-prev,
.nav-slider.home-slider .owl-nav .owl-next,
.dots-slider.home-slider .owl-nav .owl-prev,
.dots-slider.home-slider .owl-nav .owl-next {
  background: url("../images/icons/white_right_icon.png") no-repeat;
  background-size: 20px 24px;
  height: 24px;
}
.nav-slider.home-slider .owl-nav .owl-prev,
.dots-slider.home-slider .owl-nav .owl-prev {
  margin-left: 0px;
}
.nav-slider.home-slider .owl-nav .owl-next,
.dots-slider.home-slider .owl-nav .owl-next {
  margin-right: 0px;
}
.nav-slider.home-slider .owl-item img,
.dots-slider.home-slider .owl-item img {
  aspect-ratio: 16/10;
  border-radius: 12px;
}
.nav-slider.home-latest-slider .owl-nav,
.dots-slider.home-latest-slider .owl-nav {
  bottom: 50%;
  width: 100%;
}
.nav-slider.home-latest-slider .owl-nav .owl-prev,
.dots-slider.home-latest-slider .owl-nav .owl-prev {
  margin-left: -20px;
}
.nav-slider.home-latest-slider .owl-nav .owl-next,
.dots-slider.home-latest-slider .owl-nav .owl-next {
  margin-right: -20px;
}
.nav-slider.home-latest-slider .owl-dots,
.dots-slider.home-latest-slider .owl-dots {
  display: none;
}
.nav-slider.origin-testimonial-slider .owl-nav,
.dots-slider.origin-testimonial-slider .owl-nav {
  width: 95%;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-slider.origin-testimonial-slider .owl-dots, .nav-slider.origin-short-slider .owl-dots, .nav-slider.ai-pocket-carousel .owl-dots,
.dots-slider.origin-testimonial-slider .owl-dots,
.dots-slider.origin-short-slider .owl-dots,
.dots-slider.ai-pocket-carousel .owl-dots {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  bottom: 5px;
  display: flex;
  gap: 8px;
  z-index: -1;
}
.nav-slider.origin-testimonial-slider .owl-dots .owl-dot, .nav-slider.origin-short-slider .owl-dots .owl-dot, .nav-slider.ai-pocket-carousel .owl-dots .owl-dot,
.dots-slider.origin-testimonial-slider .owl-dots .owl-dot,
.dots-slider.origin-short-slider .owl-dots .owl-dot,
.dots-slider.ai-pocket-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #808080;
}
.nav-slider.origin-testimonial-slider .owl-dots .owl-dot.active, .nav-slider.origin-short-slider .owl-dots .owl-dot.active, .nav-slider.ai-pocket-carousel .owl-dots .owl-dot.active,
.dots-slider.origin-testimonial-slider .owl-dots .owl-dot.active,
.dots-slider.origin-short-slider .owl-dots .owl-dot.active,
.dots-slider.ai-pocket-carousel .owl-dots .owl-dot.active {
  background-color: rgb(30, 70, 230);
}
.nav-slider.origin-short-slider .owl-nav, .nav-slider.ai-pocket-carousel .owl-nav,
.dots-slider.origin-short-slider .owl-nav,
.dots-slider.ai-pocket-carousel .owl-nav {
  width: 100%;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.nav-slider.origin-short-slider .owl-nav .owl-prev, .nav-slider.ai-pocket-carousel .owl-nav .owl-prev,
.dots-slider.origin-short-slider .owl-nav .owl-prev,
.dots-slider.ai-pocket-carousel .owl-nav .owl-prev {
  margin-left: -30px;
}
.nav-slider.origin-short-slider .owl-nav .owl-next, .nav-slider.ai-pocket-carousel .owl-nav .owl-next,
.dots-slider.origin-short-slider .owl-nav .owl-next,
.dots-slider.ai-pocket-carousel .owl-nav .owl-next {
  margin-right: -30px;
}
.nav-slider.origin-short-slider .owl-dots, .nav-slider.ai-pocket-carousel .owl-dots,
.dots-slider.origin-short-slider .owl-dots,
.dots-slider.ai-pocket-carousel .owl-dots {
  bottom: -30px;
}
.nav-slider.origin-short-slider .owl-dots,
.dots-slider.origin-short-slider .owl-dots {
  display: none;
}
.nav-slider.v-slider .owl-nav,
.dots-slider.v-slider .owl-nav {
  width: 1440px;
  left: calc((100vw - 1440px) / 2);
}
.nav-slider.v-slider .owl-nav .owl-prev,
.dots-slider.v-slider .owl-nav .owl-prev {
  margin-left: 0;
}
.nav-slider.v-slider .owl-nav .owl-next,
.dots-slider.v-slider .owl-nav .owl-next {
  margin-right: 0;
}
@media screen and (max-width: 1599px) {
  .nav-slider.v-slider .owl-nav,
  .dots-slider.v-slider .owl-nav {
    width: calc(100% - 160px);
    left: 80px !important;
  }
}
@media screen and (max-width: 1199px) {
  .nav-slider.v-slider .owl-nav,
  .dots-slider.v-slider .owl-nav {
    width: 100% !important;
    left: 0 !important;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .nav-slider.v-slider .owl-nav,
  .dots-slider.v-slider .owl-nav {
    width: 100% !important;
    left: 0 !important;
    padding: 0 15px;
    min-width: auto;
  }
}
.nav-slider.specification-slider .owl-nav,
.dots-slider.specification-slider .owl-nav {
  width: 100%;
  bottom: 50%;
}
.nav-slider.specification-slider .owl-nav .owl-prev,
.dots-slider.specification-slider .owl-nav .owl-prev {
  margin-left: -20px;
}
.nav-slider.specification-slider .owl-nav .owl-next,
.dots-slider.specification-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.nav-slider.featured-slider .owl-nav,
.dots-slider.featured-slider .owl-nav {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%);
}
.nav-slider.featured-slider .owl-nav .owl-prev,
.dots-slider.featured-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.nav-slider.featured-slider .owl-nav .owl-next,
.dots-slider.featured-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.nav-slider.black-nav .owl-nav,
.dots-slider.black-nav .owl-nav {
  width: 100%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.nav-slider.black-nav .owl-nav .owl-prev,
.nav-slider.black-nav .owl-nav .owl-next,
.dots-slider.black-nav .owl-nav .owl-prev,
.dots-slider.black-nav .owl-nav .owl-next {
  width: 12px;
  height: 20px;
}
.nav-slider.black-nav .owl-nav .owl-prev,
.dots-slider.black-nav .owl-nav .owl-prev {
  margin-left: -30px;
  background: url("../images/icons/right-black-arrow.svg") no-repeat;
  transform: rotate(0deg);
}
.nav-slider.black-nav .owl-nav .owl-next,
.dots-slider.black-nav .owl-nav .owl-next {
  margin-right: -30px;
  background: url("../images/icons/left-black-arrow.svg") no-repeat;
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .nav-slider.black-nav .owl-nav,
  .dots-slider.black-nav .owl-nav {
    display: block;
    z-index: -1;
  }
  .nav-slider.black-nav .owl-nav .owl-prev,
  .dots-slider.black-nav .owl-nav .owl-prev {
    margin-left: 0px;
  }
  .nav-slider.black-nav .owl-nav .owl-next,
  .dots-slider.black-nav .owl-nav .owl-next {
    margin-right: 0px;
  }
}
.nav-slider.vivo-page-block-slider .owl-nav,
.dots-slider.vivo-page-block-slider .owl-nav {
  z-index: -1;
}
.nav-slider.vivo-page-block-slider .owl-nav .owl-prev.disabled,
.nav-slider.vivo-page-block-slider .owl-nav .owl-next.disabled,
.dots-slider.vivo-page-block-slider .owl-nav .owl-prev.disabled,
.dots-slider.vivo-page-block-slider .owl-nav .owl-next.disabled {
  opacity: 0.7;
}
.nav-slider.podcast-slider .owl-nav,
.dots-slider.podcast-slider .owl-nav {
  width: 100%;
  bottom: 50%;
}
.nav-slider.podcast-slider .owl-nav .owl-prev,
.dots-slider.podcast-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.nav-slider.podcast-slider .owl-nav .owl-next,
.dots-slider.podcast-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.nav-slider.podcast-slider .owl-dots,
.dots-slider.podcast-slider .owl-dots {
  display: none;
  width: 100%;
  height: 12px;
  justify-content: center;
  align-items: center;
}
.nav-slider.podcast-slider .owl-dots .owl-dot,
.dots-slider.podcast-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #7d7d7d;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0px 6px;
}
.nav-slider.podcast-slider .owl-dots .owl-dot.active,
.dots-slider.podcast-slider .owl-dots .owl-dot.active {
  background-color: rgb(30, 70, 230);
  scale: 1.1;
}
.nav-slider.post-slider .owl-nav,
.dots-slider.post-slider .owl-nav {
  width: 120px;
  right: 30px;
  left: auto;
  bottom: 30px;
}
.nav-slider.post-slider .owl-nav .owl-prev,
.nav-slider.post-slider .owl-nav .owl-next,
.dots-slider.post-slider .owl-nav .owl-prev,
.dots-slider.post-slider .owl-nav .owl-next {
  background-color: rgb(30, 70, 230);
  padding: 20px;
  border-radius: 50%;
  background: url("../images/icons/chevron_white.png") no-repeat, rgb(30, 70, 230);
  background-size: 30px 30px;
  background-position: center;
}
.nav-slider.post-slider .owl-nav .owl-prev:hover,
.nav-slider.post-slider .owl-nav .owl-next:hover,
.dots-slider.post-slider .owl-nav .owl-prev:hover,
.dots-slider.post-slider .owl-nav .owl-next:hover {
  scale: 0.95;
  background: url("../images/icons/chevron_white.png") no-repeat, rgb(30, 70, 230);
  background-position: center;
  background-size: 30px 30px;
}
.nav-slider.changemakers-slider .owl-nav,
.dots-slider.changemakers-slider .owl-nav {
  width: 100%;
  bottom: 50%;
}
.nav-slider.changemakers-slider .owl-nav .owl-prev,
.dots-slider.changemakers-slider .owl-nav .owl-prev {
  margin-left: -25px;
}
.nav-slider.changemakers-slider .owl-nav .owl-next,
.dots-slider.changemakers-slider .owl-nav .owl-next {
  margin-right: -25px;
}
.nav-slider.vivo-care-slider .owl-nav,
.dots-slider.vivo-care-slider .owl-nav {
  width: 100%;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-slider.vivo-care-slider .owl-nav .owl-prev,
.dots-slider.vivo-care-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.nav-slider.vivo-care-slider .owl-nav .owl-next,
.dots-slider.vivo-care-slider .owl-nav .owl-next {
  margin-right: -30px;
}
.nav-slider.vivo-care-slider .owl-dots,
.dots-slider.vivo-care-slider .owl-dots {
  height: 20px;
  text-align: center;
  margin-top: 10px;
}
.nav-slider.vivo-care-slider .owl-dots .owl-dot,
.dots-slider.vivo-care-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #adadad;
  margin: 0px 4px;
}
.nav-slider.vivo-care-slider .owl-dots .owl-dot.active,
.dots-slider.vivo-care-slider .owl-dots .owl-dot.active {
  background-color: rgb(30, 70, 230);
  scale: 1.4;
}
.nav-slider.picks-slider .owl-nav,
.dots-slider.picks-slider .owl-nav {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%);
}
.nav-slider.picks-slider .owl-nav .owl-prev,
.dots-slider.picks-slider .owl-nav .owl-prev {
  margin-left: 40px;
  filter: brightness(0) invert(1);
}
.nav-slider.picks-slider .owl-nav .owl-next,
.dots-slider.picks-slider .owl-nav .owl-next {
  margin-right: 40px;
  filter: brightness(0) invert(1);
}
.nav-slider.picks-slider .owl-nav .owl-prev:hover,
.nav-slider.picks-slider .owl-nav .owl-next:hover,
.dots-slider.picks-slider .owl-nav .owl-prev:hover,
.dots-slider.picks-slider .owl-nav .owl-next:hover {
  filter: brightness(1) invert(0);
}
.nav-slider.india-leadership-slider .owl-nav,
.dots-slider.india-leadership-slider .owl-nav {
  width: 100%;
  bottom: auto;
  top: 11rem;
  z-index: -1;
}
.nav-slider.india-leadership-slider .owl-nav .owl-prev,
.dots-slider.india-leadership-slider .owl-nav .owl-prev {
  margin-left: -40px;
}
.nav-slider.india-leadership-slider .owl-nav .owl-next,
.dots-slider.india-leadership-slider .owl-nav .owl-next {
  margin-right: -40px;
}
.nav-slider.leadership-video-slider .owl-nav,
.dots-slider.leadership-video-slider .owl-nav {
  width: 100%;
  bottom: auto;
  top: 42%;
  z-index: -1;
}
.nav-slider.leadership-video-slider .owl-nav .owl-prev,
.dots-slider.leadership-video-slider .owl-nav .owl-prev {
  margin-left: -40px;
}
.nav-slider.leadership-video-slider .owl-nav .owl-next,
.dots-slider.leadership-video-slider .owl-nav .owl-next {
  margin-right: -40px;
}

.owl-carousel.specification-slider .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
}

.feature-box {
  background-color: rgb(30, 70, 230);
  width: 100%;
  padding: 120px 0px;
}
.feature-box .title h3 {
  font-size: 60px;
  text-align: right;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

footer {
  padding: 50px 0 12px 0;
  background: #242933;
}
footer p {
  color: #8f95a0;
  font-size: 12px;
}
footer .copy-right {
  border-top: 1px solid #8f95a0;
  padding-top: 12px;
}
footer .copy-right p {
  margin: 0;
}
footer .copy-right p a {
  color: #8f95a0;
}
footer .copy-right p a:hover {
  opacity: 0.8;
}
footer ul {
  padding-left: 0;
}
footer ul.footer-nav li:not(:last-child) {
  margin-bottom: 5px;
}
footer ul.footer-nav li a {
  color: #8f95a0;
  font-size: 12px;
}
footer ul.footer-nav li a:hover {
  opacity: 0.7;
}
footer ul.footer-nav li .social .follow-us:hover {
  opacity: unset;
}
footer ul.chat-ul {
  padding-left: 62px;
}
footer ul.chat-ul li .text {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-left: 36px;
}
footer .footer-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #ffffff;
}
footer .footer-title span {
  position: absolute;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  right: 0;
}
footer .footer-title span.mob-expand {
  display: none;
}
footer .footer-title span img {
  width: 14px;
  height: 14px;
}
footer .footer-title span .show {
  display: block;
}
footer .footer-title span .hide {
  display: none;
}
footer .footer-title.active span .show {
  display: none;
}
footer .footer-title.active span .hide {
  display: block;
}
footer .call-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
footer .call-icon.big {
  width: 24px;
  height: 24px;
}
footer .chat-image {
  width: 30px;
  display: inline-block !important;
  margin-left: 0 !important;
}
footer .social {
  padding-top: 16px;
}
footer .social-icons {
  padding-top: 16px;
  padding-left: 36px;
}
footer .social-icons li {
  display: inline-block;
}
footer .social-icons li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000 !important;
}

.f-container-padding {
  padding-left: 80px;
  padding-right: 80px;
}

/*new page start*/
.article {
  border-radius: 32px;
  padding: 10px;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 2px;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.article a:hover {
  color: inherit;
}
.article:hover {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.article:hover .image img {
  transform: scale(1.05);
}
.article.is-box {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.article .image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.article .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.article .image img:hover {
  transform: scale(1.05);
}
@supports not (aspect-ratio: 16/9) {
  .article .image {
    padding-top: 56.25%;
    position: relative;
  }
  .article .image img {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.article .image.f img {
  -o-object-position: left;
     object-position: left;
}
.article .info {
  padding: 15px 8px;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.article .info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0;
  min-height: 80px;
}
.article .info .tags {
  display: inline-block;
  margin: 8px 4px 0px 0px;
  transition: all 0.3s ease;
  color: #475ef6;
}
.article .info .tags:hover {
  color: #000;
}
.article:hover .rm-btn.article-btn .read-more {
  color: #475ef6 !important;
  transition: all 0.3s ease;
  transform: scale(1.02);
}
.article:hover .rm-btn.article-btn .read-more img {
  display: inherit;
}
.article .rm-btn {
  position: absolute;
  bottom: 20px;
  padding: 0px 4px;
}
.article .rm-btn.article-btn .read-more {
  background-color: transparent;
  border: none;
  color: #878787;
  font-weight: 600;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.article .rm-btn.article-btn .read-more:hover {
  color: #475ef6 !important;
  transition: all 0.3s ease;
  transform: scale(1.02);
}
.article .rm-btn.article-btn .read-more:hover img {
  display: inherit;
}
.article .rm-btn.article-btn .read-more img {
  width: 19px;
  height: auto;
  display: none;
  transition: all 0.3s ease;
  opacity: 0.9;
}
.article.rs-article {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.article.rs-article .image {
  aspect-ratio: inherit;
}
.article.rs-article .image img {
  aspect-ratio: 10/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 0 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.article.rs-article .info,
.article.rs-article .rm-btn {
  padding-right: 20px;
  padding-left: 20px;
}
.article.rs-article .info .date {
  margin: 0;
}
.article.home-article {
  padding-bottom: 10px;
}
.article.home-article .info p {
  min-height: inherit;
  height: 78px;
  overflow: hidden;
  margin: 6px 0 12px;
}
.article.home-article .info p:hover {
  color: rgb(30, 70, 230);
}
.article.home-article .info .tag a span {
  color: #878787;
}
.article.home-article .info .tag a span:hover {
  color: rgb(30, 70, 230);
}
.article.home-article .info .post-date {
  color: rgba(135, 135, 135, 0.6);
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}
.article.home-article:hover .info p,
.article.home-article:hover .info a,
.article.home-article:hover .info .post-date,
.article.home-article:hover .info .tag a span {
  color: rgb(30, 70, 230);
}
.article.home-article:hover .info .tag a span {
  font-weight: 700;
}

.latest-news .article .image {
  aspect-ratio: 16/9;
  margin: -10px -10px 0 -10px;
}
.latest-news .article .image img {
  aspect-ratio: 16/9;
  border-radius: 0px !important;
}
@supports not (aspect-ratio: 16/9) {
  .latest-news .article .image {
    padding-top: 56.25%;
  }
}
.latest-news .page-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.latest-news .page-menu .link-prev a,
.latest-news .page-menu .link-next a {
  color: #fff;
  border-radius: 3px;
  background-color: rgb(30, 70, 230);
  display: inline-block;
  padding: 2px 5px 2px 20px;
  font-size: 16px;
  border: 1px solid rgb(30, 70, 230);
  transition: all 0.3s ease;
  position: relative;
  margin: 0 8px;
}
.latest-news .page-menu .link-prev a:before,
.latest-news .page-menu .link-next a:before {
  content: " ";
  position: absolute;
  padding: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 0;
  rotate: -135deg;
  transform: translate(-50%, -50%);
  margin: 0 8px;
}
.latest-news .page-menu .link-next a {
  padding: 2px 20px 2px 5px;
}
.latest-news .page-menu .link-next a:before {
  rotate: 45deg;
  top: 60%;
  left: 60%;
}
.date,
.article-date {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.date.article-date {
  font-size: 13px;
  line-height: 14px;
  border-radius: 3px;
  background-color: #475ef6;
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  border: 1px solid #475ef6;
  transition: all 0.3s ease;
}
.date.article-date:hover {
  opacity: 0.95;
  scale: 0.95;
}
.date.article-date span {
  color: #fff;
}

.article-full {
  background-repeat: no-repeat !important;
  margin-bottom: 40px;
}
.article-full .image {
  position: relative;
}
.article-full .image img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  height: auto;
}
.article-full .image .info {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 30px 60px;
  z-index: 99;
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, 0.6) 100%);
}
.article-full .image .info p {
  font-size: 32px;
  color: white;
  font-weight: 500;
}
.article-full .image .info .date {
  color: white;
}

.article-press {
  border-bottom: 1px solid #aaaaaa;
  padding: 14px 3px 14px 0;
}
.article-press.no {
  border-bottom: none;
}
.article-press .date-content {
  flex: 0 0 18%;
  max-width: 18%;
}
.article-press .date-content .date {
  font-size: 16px;
  color: #8e8e8e;
  font-weight: bold;
}
.article-press .para-content {
  flex: 0 0 57%;
  max-width: 57%;
  padding: 0 50px;
}
.article-press .para-content p {
  font-size: 20px;
  line-height: 36px;
}
.article-press .para-content a:hover {
  color: inherit;
}
.article-press .image {
  flex: 0 0 25%;
  max-width: 25%;
}
.article-press .image a {
  aspect-ratio: 16/9;
  display: block;
}
.article-press .image a img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@supports not (aspect-ratio: 16/9) {
  .article-press .image a {
    padding-top: 56.25%;
    position: relative;
  }
  .article-press .image a img {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.article-press.article-horiz {
  border: none;
  padding: 10px;
  background-color: #fff !important;
  border-radius: 10px !important;
}
.article-press.article-horiz .image a img {
  border-radius: 8px;
}

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

.white-press {
  padding-top: 32px;
}
.white-press h3 {
  color: rgb(30, 70, 230) !important;
}
.white-press .article-press .date,
.white-press .article-press p {
  color: #fff !important;
}

.layer img {
  width: 100%;
  height: auto;
}

.mt-minus-14 {
  margin-top: -14px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-32 {
  margin-bottom: 32px;
}

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

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-0 {
  padding-top: 0 !important;
}

.page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 450px;
}
.page-banner.as {
  padding-bottom: 45%;
}
.page-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner.max {
  height: 500px;
}
.page-banner.min {
  height: 350px;
}
.page-banner.as96 {
  height: auto !important;
  aspect-ratio: 95/25;
}
@supports not (aspect-ratio: 95/25) {
  .page-banner.as96 {
    padding-bottom: 26.31%;
    position: relative;
  }
}
.page-banner.as13v6 {
  height: auto !important;
  aspect-ratio: 13/6 !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}
@supports not (aspect-ratio: 13/6) {
  .page-banner.as13v6 {
    padding-bottom: 46% !important;
    position: relative !important;
    background-position: right !important;
  }
}
.page-banner.as116 {
  height: auto !important;
  aspect-ratio: 116/39;
}
@supports not (aspect-ratio: 116/39) {
  .page-banner.as116 {
    padding-bottom: 36.62%;
    position: relative;
  }
}
.page-banner p.para {
  font-size: 16px;
}
.page-banner .text-black {
  color: #212529;
}
.page-banner.with-blue-bg {
  background: #4160ff !important;
}
.page-banner.h250 {
  height: 250px !important;
}
.page-banner.as16v6 {
  height: auto !important;
  aspect-ratio: 16/6 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@supports not (aspect-ratio: 16/6) {
  .page-banner.as16v6 {
    padding-bottom: 26.66% !important;
    position: relative !important;
  }
}
.page-banner.as16v5 {
  height: auto !important;
  aspect-ratio: 16/5 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@supports not (aspect-ratio: 16/6) {
  .page-banner.as16v5 {
    padding-bottom: 26.66% !important;
    position: relative !important;
  }
}
.page-banner.no-overlay:after {
  display: none;
}
.page-banner.as19v8 {
  height: auto !important;
  aspect-ratio: 19/8 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@supports not (aspect-ratio: 19/8) {
  .page-banner.as19v8 {
    padding-bottom: 56.66% !important;
    position: relative !important;
  }
}
.page-banner.as16v9 {
  height: auto !important;
  aspect-ratio: 16/9 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@supports not (aspect-ratio: 16/9) {
  .page-banner.as16v9 {
    padding-bottom: 56.66% !important;
    position: relative !important;
  }
}
.page-banner.as19v6 {
  height: auto !important;
  aspect-ratio: 19/6.5 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@supports not (aspect-ratio: 19/6.5) {
  .page-banner.as19v6 {
    padding-bottom: 34.2% !important;
    position: relative !important;
  }
}

.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
}
.banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}
.banner-content.top-0 {
  top: 0 !important;
  transform: translateY(0) !important;
}
.banner-content.top-0 h1 {
  text-align: center;
  margin-top: 30px;
}
.banner-content.top {
  top: 0 !important;
  transform: translateY(0) !important;
}
.banner-content.top-70 {
  top: 70% !important;
}
.banner-content.bot {
  top: auto;
  bottom: 100px;
  transform: translateY(0%);
}
.banner-content.bot-200 {
  bottom: 200px;
}
.banner-content.bot-200 {
  bottom: 200px;
}
.banner-content.bot-50 {
  bottom: 50px;
}
.banner-content.mid {
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-content.bot-mid {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.banner-content.fs-22 p {
  font-size: 22px !important;
}
.banner-content.switch-off-content {
  position: inherit;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY();
}

.change-m-heading {
  font-size: 25px !important;
  line-height: 1.3;
  width: 34% !important;
}

.mcontainer {
  max-width: 1440px;
  margin: 0 auto;
}
.mcontainer.title-right {
  text-align: -webkit-right;
}

@media screen and (min-width: 1599px) {
  .mcontainer {
    width: 100%;
  }
}
@media screen and (max-width: 1599px) {
  .mcontainer {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1199px) {
  .mcontainer {
    width: 100% !important;
    padding: 0 40px;
  }
}
.mcontainer2 {
  max-width: 1440px;
  margin: 0 auto;
}
.mcontainer2.title-right {
  text-align: -webkit-right;
}

@media screen and (max-width: 1599px) {
  .mcontainer2 {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1199px) {
  .mcontainer2 {
    width: 100% !important;
    padding: 0 20px;
  }
}
.filter .with-space {
  padding: 0 10px;
}
.filter .select-bar {
  position: relative;
}
.filter .select-bar .select-category {
  background-color: rgb(30, 70, 230);
  padding: 8px 16px;
  position: relative;
  border-radius: 8px;
}
.filter .select-bar .select-category input {
  background-color: rgb(30, 70, 230);
  outline: none;
  border: none;
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 190px;
  color: #fff;
  background-position-x: right;
  background-position-y: center;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 8px;
}
.filter .select-bar .select-category span {
  font-size: 14px;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
}
.filter .select-bar .select-category span.jcalendar-month, .filter .select-bar .select-category span.jcalendar-year {
  color: #000 !important;
}
.filter .select-bar .select-category .w-30 {
  width: 30px;
  text-align: right;
}
.filter .select-bar .select-category img {
  margin-left: auto;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  /*filter: invert(1);*/
  /*filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);*/
}
.filter .select-bar .select-category.active img {
  transform: rotate(180deg);
}
.filter .select-bar .select-category.year-size {
  width: 100px;
  background-color: #00c8ff;
  padding: 6px 8px;
}
.filter .select-bar .search-video span {
  font-size: 14px;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
}
.filter .select-bar .search-video .w-30 {
  width: 30px;
  text-align: right;
}
.filter .select-bar .search-video img {
  margin-left: auto;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.filter .select-bar.min-wid {
  min-width: 150px;
}
.filter .select-bar.wid-200 {
  width: 200px;
}
.filter .select-bar.wid-170 {
  width: 170px;
  max-width: 100%;
}
.filter .select-bar.wid-f {
  width: 150px;
}
.filter.switch-filter .select-bar .select-category {
  background-color: rgb(30, 70, 230);
  border-radius: 4px;
  margin-bottom: 20px;
}
.filter .category-menu {
  background: #f3f3f3;
  width: auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  z-index: 99;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.filter .category-menu.with-pad {
  width: calc(100% - 20px);
}
.filter .category-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.filter .category-menu ul li a,
.filter .category-menu ul li span {
  font-size: 12px;
  color: black;
  background: #fff;
  transition: all 0.3s ease;
  padding: 10px;
  cursor: pointer;
  display: block;
}
.filter .category-menu ul li a:hover,
.filter .category-menu ul li span:hover {
  background: rgb(30, 70, 230);
  color: #ffffff;
}
.filter .category-menu.active {
  display: block;
  opacity: 1;
  animation-name: fadeInBot;
  animation-duration: 0.3s;
}

.jcalendar-prev span {
  color: #000 !important;
}

.month-picker-year-table .month-picker-previous .ui-button,
.month-picker-year-table .month-picker-next .ui-button {
  background-image: url("../images/icons/angle-right-black1.svg");
  background-repeat: no-repeat;
  background-size: 11px 14px;
  background-position: center;
  cursor: pointer;
}
.month-picker-year-table .month-picker-previous .ui-button {
  transform: rotate(180deg);
}

.cursor-pointer {
  cursor: pointer;
}

.month-picker {
  background: #fff !important;
}
.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.month-picker .month-picker-month-table td {
  height: 35px;
  text-align: center;
  padding: 0 10px;
}
.month-picker .month-picker-month-table td a {
  cursor: pointer;
}

.digital-breaking {
  padding: 100px 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

/*single Article*/
.single-article {
  background: #fff;
}
.single-article.bg-grey-clr {
  background-color: #f8f8f8;
}
.single-article.with-white-bg {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 40px;
}
.single-article .div-padding {
  padding: 0 0 !important;
}
.single-article .page-content {
  padding: 64px 0px;
}
.single-article .page-content.plane-page {
  padding: 60px 0px !important;
  margin: 0px 0px !important;
  background-color: #f8f8f8 !important;
}
.single-article .page-content.plane-page p {
  text-align: left !important;
}
.single-article .page-content.behala-blog-div {
  background-color: #fff;
  padding: 60px 100px;
  margin: 60px 0px;
  border-radius: 30px;
}
.single-article .page-content.page-partner {
  padding: 20px 60px;
}
.single-article .page-content.page-partner.blog img {
  margin: 0;
}
.single-article .page-content.top-margin {
  padding: 20px 0px;
}
.single-article .page-content.hero-border {
  padding: 30px 0px;
}
.single-article .page-content.page-content-2 {
  padding: 0px 0px 0px;
}
.single-article .page-content.page-content-3 {
  padding: 0px 0px 64px;
}
.single-article .page-content .blog-author {
  text-align: center;
  margin: 4px 0px;
}
.single-article .page-content .post-content {
  text-align: left;
}
.single-article .page-content .post-content figcaption {
  font-size: 12px !important;
}
.single-article .page-content .post-content.plane-page p,
.single-article .page-content .post-content.plane-page li {
  text-align: left !important;
}
.single-article .page-content .post-content p:first-child {
  text-align: center !important;
}
.single-article .page-content .post-content a {
  color: rgb(30, 70, 230) !important;
}
.single-article .page-content .post-content .wp-block-embed__wrapper {
  position: relative;
  width: 60%;
  padding-bottom: 30%;
  margin: auto;
}
.single-article .page-content .post-content .wp-block-embed__wrapper iframe {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
}
.single-article .page-content ol {
  list-style: decimal !important;
}
.single-article .page-content ul,
.single-article .page-content ol {
  padding-left: 16px;
}
.single-article .page-content ul {
  list-style: disc !important;
}
.single-article .page-content .category {
  font-size: 20px;
  font-weight: bold;
}
.single-article .page-content .tagline {
  color: #8e8e8e;
  font-size: 16px;
  margin-top: 8px;
}
.single-article .page-content .date {
  color: #929292;
  font-size: 14px;
  margin: 16px 0;
  font-weight: normal !important;
}
.single-article .page-content h1 {
  font-size: 28px;
  font-weight: bold;
}
.single-article .page-content h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: rgb(30, 70, 230);
}
.single-article .page-content h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 18px;
  text-align: left;
}
.single-article .page-content.plane-page img {
  aspect-ratio: 13/5 !important;
}
.single-article .page-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 16px 0;
  border-radius: 15px;
}
.single-article .page-content img.behala-img {
  aspect-ratio: inherit !important;
}
.single-article .page-content.pg-content img {
  margin: 0 !important;
}
.single-article .page-content .size-full img {
  aspect-ratio: inherit !important;
}
.single-article .page-content p,
.single-article .page-content li {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  text-align: left;
}
.single-article .page-content p.text-blue-big,
.single-article .page-content li.text-blue-big {
  font-size: 16px !important;
  color: rgb(30, 70, 230);
}
.single-article .page-content p.pd-40,
.single-article .page-content li.pd-40 {
  padding: 60px 60px 0 60px;
  background-color: #f2f2f2;
  margin-bottom: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.single-article .page-content p.pd-bottom,
.single-article .page-content li.pd-bottom {
  padding: 60px;
  background-color: #f2f2f2;
  margin-bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.single-article .page-content p.has-small-font-size,
.single-article .page-content li.has-small-font-size {
  font-size: 10px !important;
}
.single-article .page-content p.slider-caption,
.single-article .page-content li.slider-caption {
  font-size: 12px !important;
  font-weight: 600;
  font-style: italic;
  margin: 4px 4px 30px;
}
.single-article .page-content p.slider-caption.margin-top-minus,
.single-article .page-content li.slider-caption.margin-top-minus {
  margin-top: -6px;
}
.single-article .page-content .copy-text {
  margin-top: 10px;
}
.single-article .page-content .copy-text a img {
  width: 16px !important;
  height: auto !important;
  aspect-ratio: inherit;
  margin: 0;
}
.single-article .page-content .mob-image {
  display: none;
}
.single-article .page-content .content-cols {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-article .page-content .content-cols .image img {
  margin-top: 0;
  max-width: 100%;
  height: auto;
}
.single-article .page-content .content-cols .hero-video {
  border-radius: 0;
}
.single-article .page-content.blog img {
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 16px 0;
}
.single-article.blog img {
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 16px 0;
}
.single-article.blog p a {
  color: rgb(30, 70, 230);
}
.single-article.vivo-theme-page {
  background: transparent;
  padding-top: 48px;
  padding-bottom: 48px;
}
.single-article.vivo-theme-page p:first-of-type {
  margin: 0 40px;
}
.single-article.vivo-theme-page .vivo-page-block-parent .vivo-page-block p {
  margin: 0;
  margin-bottom: 16px !important;
}
.single-article.vivo-theme-page .vivo-page-block-parent .article p {
  margin: 12px 0;
}

.post-tags {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.post-tags .tags {
  display: inline-block;
  background-color: rgb(30, 70, 230);
  color: #fff;
  padding: 3px 12px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
}
.post-tags .tags:hover {
  scale: 0.95;
  opacity: 0.95;
}

.vivo-page-block-parent {
  padding: 20px 0px;
}
.vivo-page-block-parent .vivo-page-block .row.right {
  flex-direction: row-reverse;
}
.vivo-page-block-parent .vivo-page-block .about-div h3 {
  margin-bottom: 16px;
  font-size: 22px !important;
  font-weight: 600;
}
.vivo-page-block-parent .vivo-page-block .about-div.left {
  padding-left: 50px;
}
.vivo-page-block-parent .vivo-page-block .about-div.right {
  padding-right: 50px;
}
.vivo-page-block-parent .vivo-page-block .about-div .read-more {
  background-color: rgb(30, 70, 230);
}
.vivo-page-block-parent .vivo-page-block.grey {
  background: #e3e8f3;
}
.vivo-page-block-parent .vivo-page-block.white {
  background: #fff;
}
.vivo-page-block-parent.second {
  padding: 0;
}
.vivo-page-block-parent.second .vivo-page-block {
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}
.vivo-page-block-parent.second .theme-stories {
  padding: 0 40px 40px 40px;
  border-radius: 0 0 20px 20px;
}
.vivo-page-block-parent.second .theme-stories.white {
  background-color: #fff;
}
.vivo-page-block-parent.second .theme-stories.grey {
  background-color: #e3e8f3;
}

.vivo-page-block-slider .image {
  aspect-ratio: 16/9;
}
.vivo-page-block-slider .image img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@supports not (aspect-ratio: 1/1) {
  .vivo-page-block-slider .image {
    padding-top: 56.25%;
    position: relative;
  }
  .vivo-page-block-slider .image img {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.letest-story h2 {
  font-size: 45px !important;
  margin-bottom: 0px;
}
.letest-story .story-div {
  margin: 0px 0 30px;
}
.letest-story .story-div .story-img img {
  aspect-ratio: 1/1 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin: 0;
}
.letest-story .story-div .story-info .story-date {
  margin: 10px 0;
  line-height: 1;
  font-weight: 800;
  color: #8e8e8e;
}
.letest-story .story-div .story-info p {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.letest-story .story-div .story-info .btn-position a {
  position: absolute;
  bottom: 0;
}

.mtb-30 {
  margin: 30px 0 !important;
}

.mtb-20 {
  margin: 20px 0 !important;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.leadership-section {
  padding: 50px 0;
  background: #e3e8f3;
}
.leadership-section .title {
  font-size: 36px !important;
  color: #000 !important;
  font-weight: 700 !important;
  padding-bottom: 25px;
}
.leadership-section .leadership-div {
  display: flex;
  height: 100%;
  align-items: center;
}
.leadership-section .leadership-div h2 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
}

.related-stories {
  padding: 50px 0;
  background: #f8f8f8;
}
.related-stories .title {
  color: #000 !important;
  font-size: 36px !important;
  margin-bottom: 20px !important;
}

.listen-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.listen-container .listen-div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.listen-container .listen-div .img-width {
  width: 100px;
  text-align: right;
}
.listen-container .listen-div .img-width img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin: 0;
  width: 60% !important;
}
.listen-container .listen-div .listen-para {
  margin-left: 10px;
}

.social-media {
  margin-top: 16px;
  margin-bottom: 16px;
}
.social-media ul {
  margin: 0;
  padding: 0 !important;
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li:not(:first-child) {
  margin-left: 10px;
}
.social-media ul li a svg {
  width: 20px;
  height: 20px;
}
.social-media ul li a .cls-1 {
  stroke: #0f0f0f;
}
.social-media ul li a .cls-1:hover {
  stroke: rgb(30, 70, 230);
}
.social-media ul li a:hover {
  opacity: 0.8;
}
.social-media.white ul li a .cls-1 {
  stroke: #fff !important;
}
.social-media.white ul li a svg path {
  stroke: #fff;
}
.social-media.white ul li.what a svg path {
  fill: #fff;
}
.social-media.black ul li a .cls-1 {
  stroke: #000 !important;
}
.social-media.black ul li a svg path {
  stroke: #000 !important;
}
.social-media.black ul li.what a svg path {
  fill: #000 !important;
}

.cls-2 {
  stroke: #fff !important;
}

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

.copy-tag {
  position: relative;
}
.copy-tag span {
  position: absolute;
  right: 0;
  left: 30px;
  display: inline-block;
  background: black;
  color: #fff;
  padding: 0px 10px;
  font-size: 12px;
  width: 70px;
  top: 3px;
  right: 0;
  border-radius: 2px;
  opacity: 0;
  text-align: center;
}
.copy-tag span.active {
  opacity: 1;
}
.copy-tag.copy-content span {
  bottom: -24px;
  top: auto;
}

.perfect-portraits {
  margin-bottom: 40px;
}
.perfect-portraits .perfect-picture {
  display: flex;
}
.perfect-portraits .perfect-picture > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.perfect-portraits .perfect-picture.center {
  align-items: center;
}
.perfect-portraits .perfect-picture .info {
  padding-right: 32px;
}
.perfect-portraits .perfect-picture .info h4 {
  margin-bottom: 7px;
  font-weight: bold;
  text-align: left;
}
.perfect-portraits .perfect-picture.reverse {
  flex-direction: row-reverse;
}
.perfect-portraits .perfect-picture.reverse .info {
  padding-right: 0;
  padding-left: 32px;
}
.perfect-portraits .perfect-picture.full .image img {
  aspect-ratio: 16/9 !important;
}
@supports not (aspect-ratio: 1/1) {
  .perfect-portraits .perfect-picture.full .image {
    padding-top: 100%;
    position: relative;
  }
  .perfect-portraits .perfect-picture.full .image img {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*Media Library*/
/*corporate Page*/
.hero-video {
  border-radius: 12px;
  display: inherit;
  inset: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 9;
}
.hero-video.pb-26 {
  padding-bottom: 26.25%;
}
.hero-video.pb-100 {
  padding-bottom: 100%;
}
.hero-video.no-rad {
  border-radius: 0;
}
.hero-video.pb-42 {
  padding-bottom: 42%;
}
.hero-video.pb-31 {
  padding-bottom: 31.25%;
}
.hero-video iframe {
  position: absolute;
  inset: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.hero-video .vivo-hero-image {
  position: relative;
  aspect-ratio: 16/9;
}
.hero-video .vivo-hero-image img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-video .vivo-hero-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  z-index: 9999;
  cursor: pointer;
}
.hero-video .vivo-hero-image .play-btn.yt-btn {
  background-color: transparent;
  height: auto;
  width: 60px;
}
.hero-video .vivo-hero-image .play-btn.yt-btn img {
  background-color: #fff;
  border-radius: 11px;
  height: 40px;
  cursor: pointer;
}
.hero-video .vivo-hero-image .play-btn.polygon img {
  background-color: inherit;
  aspect-ratio: inherit !important;
  border-radius: 0 !important;
  height: 80px !important;
  width: auto !important;
  transition: all 0.3s ease;
}
.hero-video .vivo-hero-image .play-btn.polygon img:hover {
  scale: 0.9;
}
@supports not (aspect-ratio: 16/9) {
  .hero-video .vivo-hero-image {
    padding-top: 56.25%;
  }
  .hero-video .vivo-hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 0;
  }
}
.hero-video .vivo-hero-image.active .play-btn {
  display: none;
}

.philosphy-sec .image img {
  width: 100%;
}
.philosphy-sec .image span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  color: #000;
}
.philosphy-sec.mb-60 {
  margin-bottom: 40px;
  margin-top: 10px;
}
.philosphy-sec.mb-20 {
  margin-bottom: 20px;
}
.philosphy-sec.bg-grey {
  background-color: #f2f2f2;
}
.philosphy-sec .bg-grey {
  background-color: #f2f2f2;
  padding: 20px;
}
.philosphy-sec .title {
  height: 100%;
  display: flex;
  align-items: center;
}
.philosphy-sec .title h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.philosphy-sec .live-joy {
  background-color: #f2f2f2;
  padding: 10px 0;
  width: 100%;
  margin: 10px 0;
}
.philosphy-sec .live-joy h3 {
  font-size: 32px;
  color: #415fff;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.philosphy-sec .title-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.philosphy-sec .title-content h4 {
  font-size: 26px;
  font-weight: 600;
}

.quotes {
  padding-bottom: 25px;
  padding-top: 10px;
}
.quotes h2 {
  font-size: 36px !important;
  font-weight: 700 !important;
  border-left: 10px solid rgb(30, 70, 230);
  padding-left: 15px;
}

.content-repeater {
  padding: 40px 60px 0 60px;
  background-color: #f2f2f2;
}
.content-repeater .head h2 {
  font-size: 26px;
  color: rgb(30, 70, 230);
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.content-repeater .head p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-repeater .info {
  margin-top: 40px;
}
.content-repeater .info h3 {
  font-size: 20px !important;
  margin-bottom: 8px !important;
  line-height: 1;
  margin-top: 0 !important;
}
.content-repeater .info img {
  margin: 0 !important;
}
.content-repeater .desk-image1 {
  display: block;
}
.content-repeater .mob-image1 {
  display: none;
}

.content-image {
  padding-bottom: 60px;
}
.content-image img {
  aspect-ratio: 1/1 !important;
  margin: 0 !important;
}
.content-image p {
  text-align: left !important;
}

.article-full-x {
  border: 1px solid #aaaaaa;
  border-radius: 12px;
}
.article-full-x .text-container {
  padding: 30px 20px 20px 20px;
}
.article-full-x .text-container .date {
  position: absolute;
  bottom: 20px;
}
.article-full-x .text-container h3 a:hover {
  color: #000 !important;
}
.article-full-x .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0 12px 12px 0;
}

.section-title {
  margin-bottom: 16px;
  line-height: 1;
  font-weight: bold;
  font-size: 28px;
}
.section-title.mb-8 {
  margin-bottom: 8px;
}
.section-title.large {
  font-size: 36px;
}
.section-title.min {
  font-size: 18px;
  line-height: 1.2;
}
.section-title.blue {
  color: rgb(30, 70, 230);
}
.section-title.mt-16 {
  margin-top: 16px;
}
.section-title a {
  color: inherit;
}
.section-title a:hover {
  color: rgb(30, 70, 230);
}

.mb-32 {
  margin-bottom: 32px !important;
}

.all-videos h2 {
  font-size: 20px;
}

@keyframes fadeInBot {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-wrapper {
  border-radius: 12px;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.oth-video-row {
  display: flex;
  justify-content: space-between;
}
.oth-video-row > div {
  flex: 0 0 19%;
  max-width: 19%;
}

.vid-cont {
  position: relative;
}
.vid-cont .hero-video {
  border-radius: 0;
}
.vid-cont .mob-page-heading {
  display: none;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 0;
}
.vid-cont .vol-icon {
  position: absolute;
  right: 10px;
  top: 30px;
  color: #fff;
  z-index: 99;
  cursor: pointer;
}
.vid-cont .vol-icon i {
  font-size: 24px;
}
.vid-cont .vol-icon .icon-on {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/volume-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.vid-cont .vol-icon .icon-mute {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/mute-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.vid-cont .vol-icon.white .icon-on {
  background-image: url("../images/icons/volume-white.png");
}
.vid-cont .vol-icon.white .icon-mute {
  background-image: url("../images/icons/mute-white.png");
}
.vid-cont .vol-icon.muted .icon-on {
  display: none;
}
.vid-cont .vol-icon.muted .icon-mute {
  display: block;
}

.m-btm {
  margin-bottom: 64px;
}

.tab-contents .tab {
  display: none;
}
.tab-contents .tab.active {
  display: block;
}

.text-slider {
  width: 400px;
  margin-top: 16px;
}

.text-in {
  text-transform: inherit !important;
}

.home-image {
  border-radius: 12px !important;
}

.horiz-line {
  height: 2px;
  margin: 0;
  background: #f3f3f3;
}

.text-white {
  color: #fff !important;
}
.text-white.title-black {
  color: #000 !important;
  text-align: right;
}

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

.readbtn {
  display: flex;
  justify-content: center;
}

.vid-section {
  margin-bottom: 24px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .embed-responsive {
    padding-top: 56.25%;
  }
}
.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.embed-responsive .embed-responsive-item:hover {
  transform: scale(1.05);
}

.videos-news-slider .owl-stage,
.guide-carousel .owl-stage {
  padding-left: 0 !important;
}

.page-explore-section .explore-images {
  background: #0f0f0f;
  padding: 64px 0;
}
.page-explore-section .explore-images .horiz-x.series-x {
  display: none;
}
.page-explore-section .explore-images .horiz-x.active {
  display: block !important;
}
.page-explore-section .explore-images .explore-row .image {
  position: relative;
  transition: all 0.4s ease;
  aspect-ratio: 1/1;
}
.page-explore-section .explore-images .explore-row .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@supports not (aspect-ratio: 1/1) {
  .page-explore-section .explore-images .explore-row .image {
    padding-top: 100%;
    position: relative;
  }
  .page-explore-section .explore-images .explore-row .image img {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-explore-section .explore-images .explore-row .image .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  transition: all 0.4s ease;
}
.page-explore-section .explore-images .explore-row .image .text-wrap img {
  width: 35px;
  height: 36px;
}
.page-explore-section .explore-images .explore-row .image:hover .text-wrap {
  display: block;
}

.white-bg {
  background: #fff !important;
}

.banner-vid-cont {
  position: relative;
}
.banner-vid-cont .banner-video video {
  width: 100%;
}
.banner-vid-cont .hero-video {
  border-radius: 0;
}
.banner-vid-cont .page-heading {
  text-transform: uppercase;
}

.h-100 {
  height: 100% !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.article-cat {
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #ffffff;
  padding: 6px 18px;
}

.mrm {
  margin: -5px 0;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.show-in-desk {
  display: block;
}

.show-in-mob {
  display: none;
}

.main-article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  width: 100%;
  aspect-ratio: 3/2;
}
.main-article.vertical-left .main-article-item.type-vertical.video-obj video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/2;
}
.main-article.vertical-left .main-article-item.type-horizontal {
  margin-left: 33.3333333333%;
}
.main-article.vertical-left .main-article-item.type-horizontal.video-obj video {
  aspect-ratio: 2/1;
}
.main-article.vertical-left .main-article-item.item-3 {
  margin-left: 33.3333333333%;
}
.main-article.square {
  aspect-ratio: 3/1;
}
.main-article.square .main-article-item {
  height: auto;
}
.main-article.square .main-article-item .txt-wrap {
  bottom: auto;
  top: 35%;
}
.main-article.horizontal-x {
  aspect-ratio: 3/1;
}
.main-article.horizontal-x .main-article-item {
  height: 100%;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.main-article-item {
  position: relative;
  flex-basis: 33.3333333333%;
  height: 50%;
  align-self: flex-start;
  aspect-ratio: 1/1;
}
.main-article-item .txt-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s 0s;
  transform: translateY(1px);
  z-index: 1;
  padding: 0 30px 30px 30px;
}
.main-article-item .txt-wrap h2 {
  position: relative;
}
.main-article-item .txt-wrap h2 p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
}
.main-article-item .txt-wrap h2 .info {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  margin-top: 8;
}
.main-article-item .txt-wrap .txt-desc {
  font-size: 1.25vw;
  line-height: 1.5vw;
  margin-top: 20px;
  -webkit-transition: all 0.3s 0s;
  transform: translateY(20px);
  display: none;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main-article-item .txt-wrap .txt-desc span {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.main-article-item .inner {
  height: 100%;
}
.main-article-item.img-obj img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.main-article-item.img-obj .obj-wrap {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .main-article-item.img-obj .obj-wrap {
    padding-top: 100%;
    position: relative;
  }
  .main-article-item.img-obj .obj-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.main-article-item.type-horizontal {
  flex-basis: 66.6666666667%;
  aspect-ratio: 2/1;
}
.main-article-item.type-horizontal.img-obj .obj-wrap {
  aspect-ratio: 2/1;
}
.main-article-item.type-horizontal.img-obj .obj-wrap img {
  aspect-ratio: 2/1;
}
@supports not (aspect-ratio: 2/1) {
  .main-article-item.type-horizontal.img-obj .obj-wrap {
    padding-top: 50%;
    position: relative;
  }
  .main-article-item.type-horizontal.img-obj .obj-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-article-item.type-horizontal .txt-wrap {
  transform: translateY(0px);
}
.main-article-item.type-vertical {
  aspect-ratio: 1/2;
}
.main-article-item.type-vertical .inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.main-article-item.type-vertical.img-obj img {
  aspect-ratio: 1/2;
}
@supports not (aspect-ratio: 1/2) {
  .main-article-item.type-vertical.img-obj .obj-wrap {
    position: relative;
    padding-top: 200%;
  }
  .main-article-item.type-vertical.img-obj .obj-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-article-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  position: relative;
}
.main-article-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 44, 95);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main-article-item a:hover .txt-wrap .txt-desc {
  transform: translateY(0px);
  display: block;
  height: auto;
  opacity: 1;
}
.main-article-item a:hover:after {
  opacity: 0.6;
}
.main-article-item.hashtag-obj {
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #fff;
}
.main-article-item.hashtag-obj .hash-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: 100%;
  line-height: 1;
  background: #fff;
  transition: all 0.3s 0s;
  z-index: 2;
}
.main-article-item.hashtag-obj .hash-txt span {
  display: block;
  flex: 1;
  text-align: center;
  color: #0f0f0f;
  font-size: 28px;
  line-height: 85px;
  word-break: keep-all;
}
.main-article-item.hashtag-obj:hover .hash-txt {
  background: rgb(30, 70, 230);
}
.main-article-item.hashtag-obj:hover .hash-txt span {
  color: #fff;
}
.main-article-item.hashtag-obj:hover a:after {
  display: none;
}
@supports not (aspect-ratio: 1/1) {
  .main-article-item.hashtag-obj {
    position: relative;
    padding-top: 33.4%;
  }
  .main-article-item.hashtag-obj .inner {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.main-article-item.type-vertical a {
  height: auto;
}
.main-article-item.video-obj {
  aspect-ratio: 1/1;
}
.main-article-item.video-obj video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .main-article-item.video-obj .obj-wrap {
    position: relative;
    padding-top: 100%;
  }
  .main-article-item.video-obj .obj-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.main-article-item.show_in_desktop {
  display: block;
}
.main-article-item.show_in_mobile {
  display: none;
}
.main-article-item.press {
  aspect-ratio: 1/1;
}
.main-article-item.press a {
  transition: all 1s ease;
}
.main-article-item.press a .txt-wrap {
  transition: all 0.3 ease;
}
.main-article-item.press a:after {
  display: none;
}
.main-article-item.press a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3 ease;
}
.main-article-item.press a .overlay span {
  font-size: 24px;
  color: #fff;
}
.main-article-item.press a:hover .txt-wrap {
  display: none;
}
.main-article-item.press a:hover .overlay {
  opacity: 1;
}
@supports not (aspect-ratio: 1/1) {
  .main-article-item.press a {
    padding-top: 100%;
  }
  .main-article-item.press .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.main-article-item.press.full-wid {
  width: 100%;
  height: 100%;
}
.main-article-item.press.full-wid .txt-wrap h2 p {
  font-size: 15px;
  line-height: 18px;
}

.search-banner {
  padding: 150px 0;
  background: #0f0f0f;
}
.search-banner .search-input-box {
  position: relative;
  width: 600px;
  margin: auto;
}
.search-banner .search-input-box input {
  box-shadow: none;
  padding: 10px 15px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
}
.search-banner .search-input-box input:focus, .search-banner .search-input-box input:active {
  box-shadow: none;
}
.search-banner .search-input-box .key-search {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transform: translateY(-55%);
}
.search-banner .search-input-box .key-search img {
  width: 20px;
  height: 20px;
}

.no-reslut {
  margin-top: 100px;
}
.no-reslut p {
  font-size: 24px;
  text-align: center;
}

.y-banner {
  padding: 200px 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}
.y-banner h2 {
  font-weight: 500;
  text-align: center;
  font-size: 48px;
}
.y-banner h2 span {
  display: block;
  font-size: 24px;
}

.press-slider {
  margin-bottom: 50px;
}
.press-slider .owl-nav {
  bottom: -20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
.press-slider .owl-nav .owl-prev {
  margin-left: -30px;
}
.press-slider .owl-nav .owl-next {
  margin-right: -30px;
}

.partner-slider {
  margin-top: -10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.partner-slider .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
}
.partner-slider .item img {
  aspect-ratio: 12/16 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.press-slider .slide-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 16px 0;
}
.press-slider .slide-image img.desk-image {
  display: block;
}
.press-slider .slide-image img.mobile-image {
  display: none;
}

@media screen and (max-width: 1019px) {
  .content {
    padding-top: 56px;
  }
}
@media screen and (max-width: 992px) {
  .banner-slider.nav-slider .owl-nav {
    display: none;
  }
  .dots-slider .owl-dots {
    right: 0;
    left: auto;
    bottom: 20px;
  }
  .nav-slider.home-slider .owl-nav {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .retailer-title {
    margin-bottom: 20px !important;
  }
  .search img {
    width: 24px;
    height: 24px;
  }
  .mob-mb-24 {
    margin-bottom: 24px !important;
  }
  .mob-p-0 {
    padding: 0 !important;
  }
  .mob-m-0 {
    margin: 0;
  }
  .mob-pt-32 {
    padding-top: 32px !important;
  }
  .mob-pt-40 {
    padding-top: 40px !important;
  }
  .mob-pt-24 {
    padding-top: 24px !important;
  }
  .mob-mt-60 {
    margin-top: 60px !important;
  }
  .mob-text-center {
    text-align: center;
  }
  .mob-text-left {
    text-align: left;
  }
  .pos-rel .slide-btn {
    display: block;
  }
  .videos-news-slider .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dots-slider .owl-dots {
    left: auto;
    right: 16px;
    width: 115px;
    bottom: -24px;
  }
  .dots-slider .owl-dots .owl-dot {
    width: 10px;
    height: 4px;
  }
  .dots-slider.videos-news-slider {
    display: block;
  }
  .dots-slider.videos-news-slider .owl-dots {
    display: flex;
  }
  .nav-slider .owl-nav {
    display: none;
    right: 0;
    left: auto;
    width: 145px;
  }
  .nav-slider .owl-nav .owl-prev,
  .nav-slider .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    display: inline-block;
    transition: all 0.3s ease;
    background: url("../images/icons/round_angle.png") no-repeat;
    background-position: center;
    background-size: 40px 40px;
    margin: 0px;
  }
  .nav-slider .owl-nav .owl-prev:hover,
  .nav-slider .owl-nav .owl-next:hover {
    background: url("../images/icons/round_angle.png") no-repeat;
    background-size: 40px 40px;
    scale: 0.95;
  }
  .nav-slider .owl-nav.know-item {
    display: block;
  }
  .nav-slider.video-block-slider .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin: 16px 0px 30px;
  }
  .nav-slider.video-block-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #808080;
  }
  .nav-slider.video-block-slider .owl-dots .owl-dot.active {
    background-color: rgb(30, 70, 230);
  }
  .nav-slider.popular-product-slider .owl-nav {
    display: block;
    width: 86%;
    top: auto;
    bottom: 42px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .nav-slider.picks-slider .owl-nav {
    display: none;
  }
  .nav-slider.picks-slider .owl-nav .owl-prev {
    margin-left: 10px;
  }
  .nav-slider.picks-slider .owl-nav .owl-next {
    margin-right: 10px;
  }
  .nav-slider.picks-slider .owl-nav .owl-prev,
  .nav-slider.picks-slider .owl-nav .owl-next {
    filter: inherit !important;
  }
  .nav-slider.picks-slider .owl-nav .owl-prev:hover,
  .nav-slider.picks-slider .owl-nav .owl-next:hover {
    filter: inherit !important;
  }
  .nav-slider.our-jorney-slider .owl-nav {
    display: flex;
    top: auto;
    bottom: 260px;
    height: 35px;
    justify-content: space-around;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-slider.our-jorney-slider .owl-nav .owl-prev,
  .nav-slider.our-jorney-slider .owl-nav .owl-next {
    background: url("../images/icons/chevron_white.png") no-repeat;
    background-position: center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    opacity: 1;
    background-color: rgb(30, 70, 230);
    border-radius: 50%;
    width: 38px;
    height: 38px;
  }
  .nav-slider.our-jorney-slider .owl-nav .owl-prev:hover,
  .nav-slider.our-jorney-slider .owl-nav .owl-next:hover {
    background: url("../images/icons/chevron_white.png") no-repeat center;
    background-size: 25px 25px;
    background-color: rgb(30, 70, 230);
  }
  .nav-slider.our-jorney-slider .owl-nav .owl-prev {
    left: 0px;
  }
  .nav-slider.our-jorney-slider .owl-nav .owl-next {
    right: 0px;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot:before {
    z-index: 1;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot:after {
    z-index: 2;
  }
  .nav-slider.news-slider-full .owl-nav {
    display: block;
  }
  .nav-slider.news-slider-full .owl-nav .owl-prev {
    margin-left: 12px;
  }
  .nav-slider.news-slider-full .owl-nav .owl-next {
    margin-right: 12px;
  }
  .nav-slider.innovating-slider .owl-nav {
    width: 100%;
    display: block;
  }
  .nav-slider.innovating-slider .owl-nav .owl-prev {
    margin-left: -12px;
  }
  .nav-slider.innovating-slider .owl-nav .owl-next {
    margin-right: -12px;
  }
  .nav-slider.changemaker-slider .owl-nav {
    display: block;
    width: 100%;
    left: 0;
  }
  .nav-slider.home-slider .owl-nav {
    display: block;
    width: 100%;
    left: 0;
  }
  .nav-slider.white-slider-nav .owl-nav {
    display: block;
  }
  .nav-slider.white-slider-nav .owl-nav.disabled {
    display: block !important;
  }
  .nav-slider.survey-slider .owl-nav {
    display: block;
  }
  .nav-slider.know-slider .owl-nav {
    display: block !important;
    width: 95%;
    left: 2%;
  }
  .nav-slider.vision-know-slider .owl-nav {
    display: block !important;
    width: 100%;
    left: 0%;
    top: 50%;
  }
  .nav-slider.vision-know-slider .owl-nav .owl-prev {
    margin-left: -10px;
  }
  .nav-slider.vision-know-slider .owl-nav .owl-next {
    margin-right: -10px;
  }
  .nav-slider.slider-image .owl-nav {
    display: inherit;
    top: 35% !important;
  }
  .nav-slider.slider-image .owl-nav .owl-prev,
  .nav-slider.slider-image .owl-nav .owl-next {
    width: 16px;
    height: 16px;
    background-size: contain !important;
  }
  .nav-slider.slider-image .owl-nav .owl-prev {
    left: -15px !important;
  }
  .nav-slider.slider-image .owl-nav .owl-next {
    right: -15px !important;
  }
  .nav-slider.vivo-page-block-slider.disble-nav .owl-nav {
    display: none;
  }
  .nav-slider.vivo-page-block-slider .owl-nav {
    display: block;
  }
  .nav-slider.vivo-page-block-slider .owl-nav .owl-prev {
    margin-left: -20px;
  }
  .nav-slider.vivo-page-block-slider .owl-nav .owl-next {
    margin-right: -20px;
  }
  .nav-slider.vivo-page-block-slider .owl-nav .owl-prev:hover,
  .nav-slider.vivo-page-block-slider .owl-nav .owl-next:hover {
    scale: 1;
    background-size: inherit;
  }
  .nav-slider.podcast-slider .owl-nav {
    display: block !important;
  }
  .nav-slider.podcast-slider .owl-nav .owl-next {
    margin-right: -6px;
  }
  .nav-slider.podcast-slider .owl-nav .owl-prev {
    margin-left: -6px;
  }
  .nav-slider.podcast-slider .owl-dots {
    display: flex;
  }
  .nav-slider.media-slider .owl-nav {
    display: block !important;
  }
  .nav-slider.media-slider .owl-nav .owl-prev {
    margin-left: -20px;
  }
  .nav-slider.media-slider .owl-nav .owl-next {
    margin-right: -20px;
  }
  .nav-slider.media-slider .owl-dots {
    display: flex;
    justify-content: center;
  }
  .nav-slider.post-slider .owl-nav {
    display: block !important;
  }
  .nav-slider.changemakers-slider .owl-nav {
    display: block;
  }
  .nav-slider.featured-slider.nav-disable .owl-nav {
    display: none !important;
  }
  .nav-slider.featured-slider .owl-nav {
    width: 30px;
    right: 40px;
    left: auto;
    bottom: 32px;
    display: block;
  }
  .nav-slider.featured-slider .owl-nav .owl-prev,
  .nav-slider.featured-slider .owl-nav .owl-next {
    background-color: rgb(30, 70, 230);
    padding: 20px;
    border-radius: 50%;
    background: url("../images/icons/chevron_white.png") no-repeat, rgb(30, 70, 230);
    background-size: 30px 30px;
    background-position: center;
  }
  .nav-slider.featured-slider .owl-nav .owl-prev:hover,
  .nav-slider.featured-slider .owl-nav .owl-next:hover {
    scale: 0.95;
    background: url("../images/icons/chevron_white.png") no-repeat, rgb(30, 70, 230);
    background-position: center;
    background-size: 30px 30px;
  }
  .nav-slider.specification-slider .owl-nav {
    width: 40px;
    right: 45px;
    left: auto;
    bottom: 2px;
    display: block;
  }
  .nav-slider.specification-slider .owl-nav .owl-prev,
  .nav-slider.specification-slider .owl-nav .owl-next {
    background-color: rgb(30, 70, 230);
    padding: 20px;
    border-radius: 50%;
    background: url("../images/icons/chevron_white.png") no-repeat, rgb(30, 70, 230);
    background-size: 30px 30px;
    background-position: center;
  }
  .nav-slider.specification-slider .owl-nav .owl-prev:hover,
  .nav-slider.specification-slider .owl-nav .owl-next:hover {
    scale: 0.95;
    background: url("../images/icons/chevron_white.png") no-repeat, rgb(30, 70, 230);
    background-position: center;
    background-size: 30px 30px;
  }
  .nav-slider.home-latest-slider .owl-dots, .nav-slider.picks-slider .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .nav-slider.home-latest-slider .owl-dots .owl-dot, .nav-slider.picks-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #808080;
  }
  .nav-slider.home-latest-slider .owl-dots .owl-dot.active, .nav-slider.picks-slider .owl-dots .owl-dot.active {
    background-color: rgb(30, 70, 230);
  }
  .nav-slider.picks-slider .owl-dots {
    margin-top: 20px;
  }
  .nav-slider.india-leadership-slider .owl-nav, .nav-slider.leadership-video-slider .owl-nav {
    display: block;
    top: auto !important;
    bottom: 0px !important;
    z-index: inherit;
    width: 30px;
    right: 45px;
    bottom: 10px !important;
  }
  .nav-slider.origin-testimonial-slider .owl-dots {
    display: flex;
    bottom: -10px;
  }
  .nav-slider.origin-short-slider .owl-nav, .nav-slider.ai-pocket-carousel .owl-nav {
    display: block;
    top: auto;
    bottom: -50px;
    transform: translate(-50%, 0%);
    z-index: 1;
  }
  .nav-slider.origin-short-slider .owl-nav .owl-prev, .nav-slider.ai-pocket-carousel .owl-nav .owl-prev {
    margin-left: 10px;
  }
  .nav-slider.origin-short-slider .owl-nav .owl-next, .nav-slider.ai-pocket-carousel .owl-nav .owl-next {
    margin-right: 10px;
  }
  .nav-slider.origin-short-slider .owl-dots, .nav-slider.ai-pocket-carousel .owl-dots {
    display: flex;
    bottom: -32px;
  }
  .press-slider .slide-image {
    padding: 0 5px;
  }
  .press-slider .owl-nav {
    width: 100%;
    top: 38%;
  }
  .press-slider .owl-nav .owl-next {
    margin-right: -15px;
  }
  .press-slider .owl-nav .owl-prev {
    margin-left: -15px;
  }
  .read-more {
    font-size: 14px;
  }
  .read-more.download-btn {
    font-size: 14px;
    padding: 4px 10px;
    background-color: rgb(30, 70, 230) !important;
  }
  .read-more.download-btn img {
    width: 22px;
  }
  .article {
    border-radius: 12px;
    padding-bottom: 0;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 0px;
  }
  .article .image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .article .image img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .article .info {
    padding-top: 24px;
  }
  .article .info p {
    line-height: 22px;
    margin: 12px 0;
    font-size: 15px;
  }
  .article .rm-btn {
    position: inherit;
    bottom: 0;
  }
  .article.home-article .info p {
    height: 90px;
  }
  .mob-mb {
    margin-bottom: 20px;
  }
  .section {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 0;
    border-radius: 12px;
    background: none;
  }
  .section h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section.pb-min {
    padding-bottom: 0;
  }
  .section.mob-w {
    padding: 4px;
  }
  .section a.view-all {
    margin-top: 0;
    font-size: 12px;
  }
  .section.no_border {
    border-radius: 0px;
  }
  .section.breking-section {
    padding: 0px 0px !important;
  }
  footer .footer-title {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: "fontMedium";
    color: #ffffff;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #45474d;
    position: relative;
  }
  footer .footer-title span.mob-expand {
    display: inline-block;
  }
  footer a {
    font-size: 14px;
    padding: 5px 0;
    display: block;
  }
  footer ul.footer-nav {
    display: none;
    transition: all 0.4s ease;
  }
  footer ul.active {
    display: block;
  }
  footer ul.chat-ul {
    display: block;
    padding-left: 0;
    padding-top: 16px;
  }
  footer .social {
    padding-top: 8px;
  }
  footer .social-icons {
    padding-top: 8;
  }
  .press-slider {
    margin-bottom: 50px;
  }
  .press-slider .owl-nav {
    display: block;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .slider-btn span {
    display: inline-block;
  }
  .slider-btn span.text {
    font-size: 14px;
    margin-right: 4px;
  }
  .slider-btn span.icon {
    width: 46px;
    height: 28px;
    margin-left: 0;
  }
  .slider-btn span.icon small {
    height: 24px;
  }
  .slider-btn span.icon .dot:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #0f0f0f;
    border-left: 2px solid #0f0f0f;
    top: -5px;
  }
  .slider-btn:hover span {
    display: inline-block;
  }
  .slider-btn:hover span.text {
    font-size: 14px;
    color: #0f0f0f;
  }
  .slider-btn:hover span.icon {
    margin-left: 0 !important;
    transform: scale(1);
    border: 2px solid #0f0f0f;
  }
  .slider-btn:hover span.icon .dot:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #0f0f0f;
    border-left: 2px solid #0f0f0f;
    top: -5px;
    left: -10px;
  }
  .slider-btn.white-btn:hover.text {
    font-size: 14px;
    color: #fff;
  }
  .slider-btn.white-btn:hover span.icon {
    border: 2px solid #fff;
  }
  .slider-btn.white-btn:hover span.icon .dot:after {
    width: 10px;
    height: 10px;
    top: -3px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    top: -5px;
    left: -10px;
  }
  .slider-btn.min span {
    display: inline-block;
  }
  .slider-btn.min span.text {
    font-size: 13px;
    margin-right: 4px;
  }
  .slider-btn.min span.icon {
    margin-left: 0 !important;
    transform: scale(1);
  }
  .slider-btn.min span.icon small {
    height: 21px;
  }
  .slider-btn.min span.icon .dot:after {
    top: -4px;
    left: -8px;
  }
  .slider-btn.min:hover span.text {
    font-size: 13px;
  }
  .slider-btn.min:hover span.icon {
    transform: scale(1);
  }
  .slider-btn.min:hover span.icon .dot:after {
    top: -4px;
    left: -8px;
  }
  .slider-btn.min.white-btn:hover span {
    color: #fff !important;
  }
  .search-banner {
    padding: 100px 15px;
  }
  .search-banner .search-input-box {
    width: 100%;
  }
  .os-iph .y-banner.x {
    background-attachment: inherit !important;
  }
  .y-banner {
    padding: 150px 0 !important;
    background-position-x: right !important;
  }
  .y-banner.mob {
    position: relative;
    padding: 220px 0 !important;
  }
  .y-banner.mob .mcontainer {
    position: absolute;
    top: 50;
    padding: 0 10px;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
  }
  .y-banner.x {
    padding: 150px 0 !important;
  }
  .y-banner h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .y-banner h2 span {
    display: block;
    font-size: 16px;
  }
  .page-banner.as96 {
    aspect-ratio: 60/30;
    background-position: bottom right;
  }
  .page-banner.as96 .banner-content {
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
  }
  .page-banner.h250 {
    height: 150px !important;
  }
  .page-banner.mob-280 {
    height: 280px !important;
  }
  .page-banner.mob-280 .banner-content {
    bottom: 32px !important;
  }
  .mob-mt-0 {
    margin-top: 0;
  }
  .mob-mb-0 {
    margin-bottom: 0 !important;
  }
  .mob-pt-0 {
    padding-top: 0 !important;
  }
  .banner-content.ex {
    bottom: 24px !important;
  }
  .banner-content.switch-off-content {
    padding: inherit;
  }
  .switch-off-para {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
  }
  .show-in-desk {
    display: none;
  }
  .show-in-mob {
    display: block;
  }
  .philosphy-sec .image span {
    font-size: 14px;
  }
  .philosphy-sec.pt-30 {
    padding-top: 30px;
  }
  .philosphy-sec .title {
    margin-bottom: 20px;
    height: auto;
  }
  .philosphy-sec .title h2 {
    font-size: 20px;
  }
  .philosphy-sec .title-content h4 {
    font-size: 18px;
  }
  .quotes h2 {
    font-size: 22px !important;
  }
  .perfect-portraits {
    margin-bottom: 0;
  }
  .perfect-portraits .perfect-picture {
    flex-direction: column-reverse;
  }
  .perfect-portraits .perfect-picture > div {
    max-width: 100%;
  }
  .perfect-portraits .perfect-picture .info {
    padding-right: 0;
  }
  .perfect-portraits .perfect-picture.reverse {
    flex-direction: column-reverse !important;
  }
  .perfect-portraits .perfect-picture.reverse .info {
    padding-left: 0;
  }
  .content-repeater {
    padding: 30px 20px 0 20px;
  }
  .content-repeater .head h2 {
    font-size: 18px !important;
    text-align: left;
  }
  .content-repeater .info {
    margin-top: 0;
  }
  .content-repeater .info h3 {
    margin-top: 16px !important;
  }
  .content-repeater .info p {
    margin-bottom: 0 !important;
  }
  .desk-image1 {
    display: none !important;
  }
  .mob-image1 {
    display: block !important;
    padding: 15px 0;
  }
}
.video-wrap {
  border-radius: 12px !important;
}
.video-wrap iframe {
  border-radius: 12px !important;
}

.section-brand.vivo-shot {
  background-color: #ffffff;
}
.section-brand.switch-off {
  background: #f1f1f1;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.bg-grey {
  background-color: #f0f1f3;
}

.mt-30 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.page4 {
  padding: 64px 40px !important;
}

.partner-gray {
  background-color: #f0f1f3;
  padding: 20px 50px;
  border-radius: 30px;
}
.partner-gray.div-gray {
  border-radius: 0px;
  padding: 20px 0px;
}

.partner-white {
  background-color: #fff;
  padding: 20px 0px;
}

.v29-partners .text {
  display: flex;
  height: 100%;
  align-items: center;
}
.v29-partners .text p {
  text-align: left !important;
  font-weight: 400;
}
.v29-partners .text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
}
.v29-partners .partner-desc {
  margin: 40px 0 30px;
}
.v29-partners .partner-desc p {
  margin: 0;
}
.v29-partners .top-margin {
  margin-top: 40px;
}
.v29-partners .partner-image {
  position: relative;
}
.v29-partners .partner-image:after {
  content: "";
  position: absolute;
  margin: 10px 0;
  height: 12px;
  display: block;
  width: 130%;
  bottom: -20px;
  right: 0px;
  background-image: linear-gradient(to right, #eeeeee, #00c8ff 70%);
}
.v29-partners .partner-image.from-right:after {
  right: auto;
  left: 0px;
  background-image: linear-gradient(to left, #eeeeee, #00c8ff 70%);
}
.v29-partners .m-name {
  display: none;
}

.partner-images {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.partner-images .item {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 10px;
}
.partner-images .item .image {
  aspect-ratio: 16/9;
}
.partner-images .item .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@supports not (aspect-ratio: 16/9) {
  .partner-images .item .image {
    padding-top: 56.25%;
    position: relative;
  }
  .partner-images .item .image img {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.partner-images.type1 .item:nth-child(1) {
  flex: 0 0 100%;
  max-width: 100%;
}
.partner-images.type2 .item {
  flex: 0 0 50%;
  max-width: 50%;
}
.partner-images.type3 .item {
  flex: 0 0 50%;
  max-width: 50%;
}
.partner-images.type3 .item:nth-child(3) {
  flex: 0 0 100%;
  max-width: 100%;
}

.partner-page-div {
  padding-bottom: 50px;
}
.partner-page-div .partnner-head {
  padding: 40px 0;
}
.partner-page-div .partnner-head h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.partner-page-div .partnner-head p {
  font-size: 18px;
}

.branding-hero {
  font-size: 18px !important;
}

.branding .mcontainer .question h4 {
  font-weight: bold;
  font-size: 20px;
  text-align: justify;
}
.branding .mcontainer .answer-2 p,
.branding .mcontainer .answer p {
  font-size: 18px !important;
  padding-top: 15px;
  text-align: justify;
}
.branding .mcontainer .answer-2 p a,
.branding .mcontainer .answer p a {
  color: blue;
  text-decoration: underline;
}
.branding .mcontainer .store-image .img-size img {
  aspect-ratio: inherit !important;
}
.branding .mcontainer .store-image .store-img .mb-60 {
  margin-bottom: 60px !important;
}
.branding .mcontainer .store-image .store-img img {
  aspect-ratio: 16/8;
}
.branding .mcontainer .store-image .store-img img.img-size {
  aspect-ratio: 15/9;
  width: 85%;
}
.branding .mcontainer .store-image .store-img img.img-size-3 {
  aspect-ratio: 1/1;
  width: 50%;
}
.branding .mcontainer .store-image .store-img img.img-size-4 {
  aspect-ratio: 9/9;
  width: 50%;
}
.branding .mcontainer .store-image .store-img.img-size-2 img {
  aspect-ratio: 15/9 !important;
}
.branding .mcontainer .store-image .store-img.img-size-2 img.img-size-2 {
  aspect-ratio: 13/9 !important;
  width: 90%;
}
.branding .mcontainer .store-image .team-image img {
  width: 25%;
  position: absolute;
  bottom: -5px;
  left: -125px;
}
.branding .mcontainer .store-image .tag-container {
  background-color: #415fff;
  aspect-ratio: 16/9;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 10px 10px #00c8ff;
  padding: 40px;
  position: relative;
  margin: 20px;
}
.branding .mcontainer .store-image .tag-container .team-info {
  padding-left: 75px;
}
.branding .mcontainer .store-image .tag-container p {
  color: #fff;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 500;
  transform: translate(10px, 15px);
}
.branding .mcontainer .store-image .tag-container p.team-info-para {
  text-align: justify;
}
.branding .mcontainer .store-image .tag-container.container-size {
  aspect-ratio: inherit;
}
.branding .mcontainer .store-image .tag-container.tag-container-box {
  display: flex;
  position: relative;
}
.branding .mcontainer .store-image .tag-container.tag-container-box p {
  transform: translate(10px, 0px);
}
.branding .mcontainer .store-image .tag-container.tag-container-box .founder-img-div-1 {
  padding: 20px 0;
  position: absolute;
  left: -160px;
  top: -50px;
}
.branding .mcontainer .store-image .tag-container.tag-container-box .founder-img-div-1 .founder-img {
  text-align: center;
  position: relative;
}
.branding .mcontainer .store-image .tag-container.tag-container-box .founder-img-div-1 .founder-img img {
  border-radius: 50%;
  width: 50%;
  z-index: 1;
  outline: 6px solid #29aae1;
  width: 250px;
  height: 250px;
}
.branding .mcontainer .store-image .tag-container.tag-container-box .founder-img-div-1 .founder-img::before {
  content: "";
  background-image: url("../images/Vector.png");
  position: absolute;
  top: -4px;
  right: -21px;
  bottom: -12px;
  left: -24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 0;
}
.branding .mcontainer .store-image .tag-container.mob-size p {
  margin-bottom: 0;
}
.branding .mcontainer .store-image.div-center {
  transform: translate(250px, 0px);
}
.branding .mcontainer .store-image.div-center_2 {
  transform: translate(100px, 0px);
}
.branding .mcontainer .store-image .member-info {
  text-align: right;
}
.branding .mcontainer .store-image .member-info p:first-child {
  font-weight: 800;
  text-align: right !important;
}
.branding .mcontainer .store-image .member-info p {
  line-height: 1 !important;
  margin-bottom: 0 !important;
  text-align: right !important;
}
.branding .mcontainer .answer-2 {
  margin-left: 14px;
}
.branding .mcontainer .answer-2 .ans-2 {
  padding-top: 0 !important;
}
.branding .gray-bg {
  background-color: #f0f1f3;
}

@media screen and (max-width: 767px) {
  .mcontainer {
    width: 100% !important;
    padding: 0 15px;
    min-width: auto;
  }
  .copy-right p a {
    display: inline-block;
  }
  .v29-partners .partner-row {
    display: flex;
    align-items: flex-end;
  }
  .v29-partners .partner-row.rev {
    flex-direction: row-reverse;
  }
  .v29-partners .m-name {
    display: block;
    font-weight: 900;
  }
  .v29-partners .d-name {
    display: none;
  }
  .margin-bottom {
    margin-bottom: 30px;
  }
  .partner-images.type1 .item:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .partner-images.type1 .item:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .partner-images.type1 .item:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .branding .mcontainer .store-image .team-image img {
    width: 40%;
    left: 95px;
    top: -80px;
  }
  .branding .mcontainer .store-image .tag-container {
    aspect-ratio: 16/7;
    padding: 0px 10px;
    margin: 20px 0px;
    box-shadow: 6px 6px #00c8ff;
  }
  .branding .mcontainer .store-image .tag-container .team-info {
    padding-left: 0px;
  }
  .branding .mcontainer .store-image .tag-container .team-info.mob-team-info {
    padding-right: 20px;
    margin-top: 120px;
  }
  .branding .mcontainer .store-image .tag-container.mob-size {
    aspect-ratio: inherit;
    padding: 20px 0 30px;
  }
  .branding .mcontainer .store-image .tag-container.mob-size p {
    padding-right: 5px;
    text-align: center;
  }
  .branding .mcontainer .store-image .tag-container.tag-container-box {
    margin: 0px 0px !important;
  }
  .branding .mcontainer .store-image .tag-container.tag-container-box .founder-img-div-1 {
    position: absolute;
    top: -127px;
    left: 50%;
    transform: translateX(-50%);
  }
  .branding .mcontainer .store-image .info-padding {
    padding: 75px 22px 45px;
  }
  .branding .mcontainer .store-image.div-center {
    transform: translate(0px, 0px);
    margin-top: 40px;
  }
  .branding .mcontainer .store-image.div-center.mob-pos {
    margin-top: 80px;
  }
  .branding .mcontainer .store-image .store-img img.img-size {
    width: 100%;
  }
  .branding .mcontainer .store-image .store-img img.img-size-2 {
    width: 100%;
  }
  .branding .mcontainer .store-image .store-img img.img-size-3 {
    width: 100%;
  }
  .branding .mcontainer .store-image .store-img img.img-size-4 {
    width: 100%;
  }
  .branding .mcontainer .store-image .store-img.img-size-2 img.img-size-2 {
    width: 100%;
  }
  .branding .mcontainer .store-image.div-center_2 {
    transform: translate(0px, 0px);
    padding-top: 90px;
  }
  .branding .mcontainer .order {
    order: 2;
  }
}
.year-tabs {
  text-align: right;
}
.year-tabs ul li {
  display: inline-block;
  margin-left: 10px;
  background-color: rgb(30, 70, 230);
}
.year-tabs ul li a {
  color: #fff;
  padding: 4px 20px;
  display: block;
}
.year-tabs ul li a.active {
  background-color: #f3f3f3;
  color: rgb(30, 70, 230);
}

.retailers-section .d-left {
  text-align: left;
}
.retailers-section .retailer-thumbnail {
  margin: 64px 0px;
}
.retailers-section .retailer-thumbnail img {
  max-width: 100%;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0px;
}
.retailers-section .retailer-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.retailers-section .retailer-div .retailer-title h4 {
  font-weight: 800 !important;
  font-size: 18px;
}
.retailers-section .retailer-div .retailer-content p {
  text-align: justify;
  margin-bottom: 0px;
}
.retailers-section .retailer-div .retailer-content p:first-child {
  padding: 30px 0;
}
.retailers-section .retailer-div .retailer-content p:last-child {
  padding: 0px 0px 0px;
}
.retailers-section .retailer-div .retailer-content.retailer-content-2 p:first-child {
  padding: 10px 0px 30px;
}
.retailers-section .content-2 p {
  text-align: justify;
  margin-bottom: 0px;
}
.retailers-section .content-2 p:last-child {
  padding-top: 20px;
}
.retailers-section .retailer-img-div .retailer-image.retailer-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.retailers-section .retailer-img-div .retailer-image .retailer-image-div figure img {
  margin-bottom: 5px;
}
.retailers-section .retailer-img-div .retailer-image .retailer-image-div figure figcaption {
  width: 90%;
  font-size: 14px;
  color: gray;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mcontainer {
    width: 100% !important;
    padding: 0 15px;
    min-width: auto;
  }
  .retailers-section .retailer-thumbnail {
    margin: 20px 0;
  }
  .retailers-section .hero-border {
    margin-top: 20px;
    padding: 20px 0px !important;
  }
  .retailers-section .retailer-content p:first-child {
    padding: 15px 0;
    text-align: justify;
  }
  .retailers-section .retailer-content p:last-child {
    text-align: justify;
  }
  .retailers-section .retailer-content.retailer-content-2 p:first-child {
    padding: 10px 0px 20px;
  }
  .retailers-section .retailer-title h4 {
    text-align: justify;
  }
  .retailers-section .retailer-img-div .retailer-image.retailer-img img {
    aspect-ratio: inherit;
  }
  .single-article .page-content.plane-page {
    padding: 10px 0px !important;
  }
  .single-article .page-content.white-box-div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .single-article .page-content.white-box-div .date,
  .single-article .page-content.white-box-div h1,
  .single-article .page-content.white-box-div .social-media,
  .single-article .page-content.white-box-div .section-behala,
  .single-article .page-content.white-box-div .description-div {
    padding: 0px 0px !important;
  }
  .single-article .page-content.behala-blog-div {
    padding: 20px 0px;
    word-wrap: break-word;
  }
  .single-article .page-content.behala-blog-div p {
    text-align: left !important;
  }
  .single-article .page-content.behala-blog-div .date,
  .single-article .page-content.behala-blog-div h1,
  .single-article .page-content.behala-blog-div .social-media,
  .single-article .page-content.behala-blog-div .section-behala,
  .single-article .page-content.behala-blog-div .description-div {
    padding: 0 20px;
  }
  .single-article .page-content.page-content-2 {
    padding: 20px 0px 0px;
  }
  .single-article .page-content p {
    text-align: justify !important;
  }
  .single-article .page-content p.quote-left {
    text-align: left !important;
    line-height: 1.4;
  }
  .single-article .page-content p.slider-caption {
    margin-bottom: 8px;
  }
  .single-article .page-content.mob-page {
    padding: 20px 0px !important;
  }
  .single-article .page-content.page-content-3 {
    padding: 0px 0px 20px;
  }
  .single-article .page-content li {
    font-size: 14px;
  }
  .single-article.vivo-theme-page {
    background: transparent;
    padding-top: 0;
  }
  .single-article.vivo-theme-page .vivo-page-block-parent .vivo-page-block {
    padding: 16px;
    border-radius: 20px;
  }
  .single-article.vivo-theme-page .vivo-page-block-parent .vivo-page-block .about-div h3 {
    font-size: 18px !important;
  }
  .single-article.vivo-theme-page .vivo-page-block-parent .vivo-page-block .about-div.left {
    padding-left: 0;
  }
  .single-article.vivo-theme-page .vivo-page-block-parent .vivo-page-block .about-div.right {
    padding-right: 0px;
  }
  .single-article.vivo-theme-page .vivo-page-block-parent.second {
    padding: 0;
  }
  .single-article.vivo-theme-page .vivo-page-block-parent.second .vivo-page-block {
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
  }
  .single-article.vivo-theme-page .vivo-page-block-parent.second .theme-stories {
    padding: 0 16px 16px 16px;
    border-radius: 0 0 20px 20px;
  }
}
.block-template .template-div h3 {
  margin-top: 60px !important;
  margin-bottom: 15px !important;
  color: rgb(30, 70, 230);
  text-align: left;
}
.block-template .template-div .first-margin {
  margin-top: 0px !important;
}
.block-template .template-div p {
  font-size: 18px;
  font-weight: 500;
}
.block-template .template-div p a {
  color: blue;
}
.block-template .template-div .block-image img {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  margin: 0;
}
.block-template .template-div .block-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 12px;
}
.block-template .template-div .block-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-template .template-div .img-caption {
  display: block;
  background-color: #888;
  font-size: 14px;
  padding: 10px;
  margin-top: 1px;
  display: grid;
  place-items: center;
}
.block-template .template-div .img-caption p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.c-blue {
  color: #3e59ea;
  font-weight: 700;
}

.vivo-ignite--section.bg-grey {
  background-color: #f0f1f3;
}
.vivo-ignite--section span {
  color: #3e59ea;
  font-weight: 700;
}
.vivo-ignite--section .content-div h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.vivo-ignite--section .content-div p {
  color: #000;
  margin-bottom: 0;
}
.vivo-ignite--section .img-div {
  display: grid;
  place-items: center;
}
.vivo-ignite--section .img-div img {
  width: 100%;
  aspect-ratio: 16/9;
}

.blog-mob-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .mcontainer {
    width: 100% !important;
    padding: 0 15px;
    min-width: auto;
  }
  .bg-grey {
    background-color: #f0f1f3;
  }
  .mob-40 {
    padding: 40px 0 !important;
  }
  .vivo-ignite--section .content-div h3 {
    font-weight: 700;
    margin-bottom: 15px;
  }
  .vivo-ignite--section .img-div {
    display: grid;
    place-items: center;
  }
  .vivo-ignite--section .img-div img {
    margin-top: 40px;
    height: auto;
  }
}
.section-changemaker p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-changemaker .section-padding .hero-img {
  display: grid;
  place-items: center;
}
.section-changemaker .section-padding .hero-img img {
  width: 70%;
  height: auto;
  border-radius: 12px;
}
.section-changemaker .section-padding figcaption {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: gray;
  width: 70%;
}
.section-changemaker .section-about--project {
  background-color: #fff;
}
.section-changemaker .section-about--project .hero-title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.section-changemaker .section-about--project .about-project--div {
  background: #f2f2f2;
  border-radius: 40px;
}
.section-changemaker .section-about--project .about-project--div .mcontainer {
  padding: 40px;
}
.section-changemaker .section-about--project .about-project--div .content-div h3 {
  color: #415fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 16px;
}
.section-changemaker .section-about--project .about-project--div .content-div h3 .sr-num {
  padding-right: 10px;
}
.section-changemaker .section-about--project .about-project--div figure {
  display: grid;
  place-items: center;
  margin-bottom: 0;
}
.section-changemaker .section-about--project .about-project--div figure img {
  width: 100%;
  height: auto;
}
.section-changemaker .section-about--project .about-project--div figure figcaption {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: grey;
}
.section-changemaker .section-about--project .bottom-description {
  padding: 40px 0 60px;
}
.section-changemaker .section-about--project .bottom-description span a {
  color: #415fff;
}

@media screen and (max-width: 767px) {
  .mob-0 {
    padding-bottom: 0px !important;
  }
  .section-changemaker .section-padding .hero-img img {
    width: 85%;
    height: auto;
  }
  .section-changemaker .section-padding .branding-hero {
    margin-bottom: 40px;
  }
  .section-changemaker .section-padding figcaption {
    width: 90%;
  }
  .section-changemaker .section-about--project .mcontainer {
    padding: 40px 20px !important;
  }
  .section-changemaker .section-about--project .hero-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section-changemaker .section-about--project .content-div h3 {
    font-size: 18px !important;
  }
  .section-changemaker .section-about--project .content-div p {
    padding-bottom: 20px;
  }
  .section-changemaker .section-about--project figure figcaption {
    padding-top: 10px !important;
  }
  .section-changemaker .section-about--project .bottom-description {
    padding: 20px 0 0px;
  }
}
@media (width >= 1500px) {
  .section-changemaker .section-padding .hero-img img {
    width: 60% !important;
    height: auto;
  }
  .section-changemaker .section-padding figcaption {
    width: 55%;
  }
  .section-changemaker .section-about--project .about-project--div figure img {
    width: 70% !important;
  }
}
.products-page * p {
  margin-bottom: 0;
}
.products-page .sale-start {
  color: #fff;
  margin-top: 10px;
}
.products-page .hero-section {
  background-color: #fff;
}
.products-page .hero-section h3 {
  color: #415fff;
  font-size: 28px;
  text-align: left;
  font-weight: 600;
  margin: 0;
}
.products-page .hero-section .title-div {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}
.products-page .hero-section .title-div h2 {
  color: #415fff;
  font-size: 36px;
  font-weight: bolder;
}
.products-page .hero-section .title-div p {
  color: #000;
  font-weight: 900;
  font-size: 20px;
}
.products-page .hero-section .title-div .title {
  text-align: left;
}
.products-page .hero-section .feature-div {
  display: grid;
  place-items: center;
  height: 100%;
}
.products-page .hero-section .feature-div ul {
  margin-bottom: 0 !important;
  padding-left: 20px;
}
.products-page .hero-section .feature-div ul li {
  position: relative;
  margin-bottom: 16px;
}
.products-page .hero-section .feature-div ul li:last-child {
  margin-bottom: 0;
}
.products-page .hero-section .feature-div ul li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #415fff;
  border-right: 2px solid #415fff;
  rotate: 45deg;
  transform: translate(-50%, 100%);
}
.products-page .v-slider {
  position: relative;
  overflow: hidden;
}
.products-page .v-slider .image {
  position: relative;
  aspect-ratio: 19/7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@supports not (aspect-ratio: 19/7) {
  .products-page .v-slider .image {
    padding-top: 45%;
  }
}
.products-page .v-slider .image > div {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.products-page .v-slider .image > div h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 10px 0;
}
.products-page .v-slider .image > div p {
  margin: 0;
}
.products-page .v-slider .image.bg-gradient::after {
  content: "";
  background: linear-gradient(207deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 41%) !important;
}
.products-page .press-release {
  display: flex;
  justify-content: space-between;
}
.products-page .press-release a {
  font-weight: 700;
}
.products-page .video-section {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section-top.section {
    padding-top: 0;
  }
  .sale-start {
    font-size: 12px;
  }
  .section {
    padding: 0px 0px;
  }
  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-section h3 {
    font-size: 20px !important;
  }
  .hero-section .title-div {
    margin-bottom: 40px;
  }
  .hero-section .title-div h2 {
    font-size: 24px !important;
  }
  .hero-section .title-div h3 {
    font-size: 20px !important;
  }
  .hero-section .title-div p {
    font-size: 18px !important;
  }
  .hero-section .feature-div {
    margin-bottom: 20px;
  }
  .hero-section .feature-div ul {
    padding-left: 20px;
  }
  .hero-section .feature-div ul li {
    font-size: 14px;
  }
  .hero-section .feature-div ul li::before {
    width: 8px !important;
    height: 8px !important;
    left: -10px !important;
  }
  .v-slider .image {
    height: 400px;
    aspect-ratio: auto !important;
  }
  .v-slider .image > div {
    bottom: 20px;
  }
  .v-slider .image > div p {
    display: none;
  }
  .nav-slider.mob-v-slider .owl-nav {
    padding: 0 5px !important;
  }
  .press-release a {
    font-size: 12px;
    font-weight: 700;
  }
  .video-section .hero-video {
    border-radius: 0px;
  }
}
.nop .page-banner:after {
  display: none !important;
}

.section-behala {
  padding-top: 40px;
  padding-bottom: 24px;
  text-align: left;
}
.section-behala p {
  font-size: 16px;
  text-align: left;
}
.section-behala p:last-child {
  margin-bottom: 0;
}

.section-behala-blog .behala-div {
  background-color: #415fff;
  border-radius: 12px;
}
.section-behala-blog .behala-div * {
  color: #fff;
}
.section-behala-blog .behala-div * p {
  margin-bottom: 0;
}
.section-behala-blog .behala-div.section-padding {
  padding-bottom: 0;
  padding-top: 20px;
}
.section-behala-blog .behala-div .image-div {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
}
.section-behala-blog .behala-div .image-div img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-bottom: 0;
}
.section-behala-blog .behala-div .description {
  height: 100%;
  padding: 0px 40px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.section-behala-blog .behala-div .description p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.section-behala-blog .behala-div .description p:nth-child(2) {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
.section-behala-blog .behala-div .description p:last-child {
  line-height: 1.2;
  font-size: 16px;
}
.section-behala-blog .description-div {
  text-align: left;
}
.section-behala-blog .description-div * p {
  margin-bottom: 0;
}
.section-behala-blog .description-div.section-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section-behala-blog .description-div p {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}

.page-banner img.as16v9 {
  aspect-ratio: 16/9 !important;
}

.impact-report-page .vivo-legacy {
  background: #fff;
  overflow: hidden;
}
.impact-report-page .vivo-legacy .legecy-section-title {
  font-size: 22px;
  font-weight: 700;
}
.impact-report-page .vivo-legacy .legecy-section-tagline {
  color: rgb(30, 70, 230);
  font-weight: bold;
  line-height: normal;
  margin-bottom: 16px;
}
.impact-report-page .vivo-legacy .legecy-section-content {
  margin-bottom: 0;
  margin-bottom: 0;
  color: #000;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin-top: 20px;
  margin-right: 20px;
  min-height: 160px;
  position: relative;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .content-div {
  padding-right: 30px;
  width: 75%;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .legecy-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: bold;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .legecy-sub-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: normal;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .legecy-sub-title span {
  color: rgb(30, 70, 230);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .legecy-description {
  font-size: 14px;
  margin-bottom: 8px;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .next-arrow img {
  width: 40px;
  height: auto;
  transition: all 0.3s ease;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .next-arrow img:hover {
  width: 45px;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.6));
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .image-div {
  display: flex;
  align-items: center;
  justify-content: end;
  aspect-ratio: 1;
  position: relative;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .image-div img {
  transition: all 0.3s ease;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .image-div .legecy-img {
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(30, 70, 230);
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .image-div .icon-div {
  width: 80px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(30, 70, 230);
  border-radius: 50%;
  border: 2px solid #fff;
  display: grid;
  place-items: center;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div .image-div .icon-div img {
  width: 60px;
  height: auto;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div::before, .impact-report-page .vivo-legacy .legecy-repeaters-div::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 87%;
  height: 2px;
  background-color: rgba(30, 70, 230, 0.2);
}
.impact-report-page .vivo-legacy .legecy-repeaters-div::after {
  top: auto;
  bottom: 0;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction {
  margin-right: inherit;
  margin-left: 20px;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction .content-div {
  order: 2;
  padding-right: inherit;
  padding-left: 30px;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction .image-div {
  order: 1;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction .image-div .icon-div {
  left: auto;
  right: 0;
}
.impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction::before, .impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction::after {
  right: 0px;
  left: auto;
}
.impact-report-page .section-previous-reports {
  background-image: url("https://static-vivo.s3.ap-south-1.amazonaws.com/wp-content/uploads/2024/04/Base1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  aspect-ratio: 19/5.8;
}
.impact-report-page .section-previous-reports .reports-title {
  color: rgb(30, 70, 230);
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0px;
}
.impact-report-page .section-previous-reports .download-div {
  border: 1px solid rgb(30, 70, 230);
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 16px;
  display: inline-block;
  background: #fff;
}
.impact-report-page .section-previous-reports .download-div:not(:last-child) {
  margin-right: 20px;
}
.impact-report-page .section-previous-reports .download-div span {
  display: inline-block;
  padding: 10px 20px;
}
.impact-report-page .section-previous-reports .download-div .year {
  color: rgb(30, 70, 230);
  background-color: #fff;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.impact-report-page .section-previous-reports .download-div .download {
  background-color: rgb(30, 70, 230);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.impact-report-page .section-previous-reports .download-div .download a {
  color: #fff;
}
.impact-report-page .section-previous-reports .download-div .download a .dwl-btn {
  width: 24px;
  height: auto;
  margin-left: 8px;
}

.ceo-letter--section {
  background-image: url("https://static-vivo.s3.ap-south-1.amazonaws.com/wp-content/uploads/2024/04/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ceo-letter--section .ceo-image {
  text-align: center;
}
.ceo-letter--section .ceo-image img {
  width: 70%;
  z-index: 2;
  position: relative;
}
.ceo-letter--section .ceo-image figcaption {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 16px;
  line-height: normal;
}
.ceo-letter--section .letter-div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.ceo-letter--section .letter-div .ceo-msg {
  background-color: #fff;
  width: 90%;
  border-radius: 20px;
  padding: 35px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ceo-letter--section .letter-div .ceo-msg h2,
.ceo-letter--section .letter-div .ceo-msg h4 {
  color: #000;
  font-weight: bold;
  line-height: normal;
}
.ceo-letter--section .letter-div .ceo-msg h4 {
  color: rgb(30, 70, 230);
  font-size: 18px;
  margin-top: 16px;
  line-height: normal;
}
.ceo-letter--section .letter-div .ceo-msg p {
  margin: 16px 0px;
}
.ceo-letter--section .letter-div .ceo-msg .rd-btn {
  display: inline-block;
  background-color: rgb(30, 70, 230);
  color: #f8f8f8;
  font-size: 14px;
  padding: 2px 6px;
}

@media screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 0 !important;
  }
  .section-behala {
    padding-top: 0px;
  }
  .section-behala-blog .behala-mob--div {
    background-color: #415fff;
    width: 100%;
  }
  .section-behala-blog .behala-mob--div .quote-left {
    color: #fff;
    margin-bottom: 0;
  }
  .section-behala-blog .behala-mob--div .left-div .content-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
  }
  .section-behala-blog .behala-mob--div .left-div .content-div * {
    color: #fff;
  }
  .section-behala-blog .behala-mob--div .left-div .content-div p {
    font-size: 16px;
  }
  .section-behala-blog .behala-mob--div .left-div .content-div p:nth-child(1) {
    margin-top: 0px;
    font-weight: 700;
  }
  .section-behala-blog .behala-mob--div .left-div .content-div p:last-child {
    font-size: 14px !important;
  }
  .section-behala-blog .behala-mob--div .right-div {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .section-behala-blog .behala-mob--div .right-div .image-div {
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ececec;
    overflow: hidden;
    position: relative;
    bottom: -28px;
  }
  .section-behala-blog .behala-mob--div .right-div .image-div img {
    aspect-ratio: inherit !important;
    margin: 16px 0 0 0;
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(1.2);
  }
  .section-behala-blog .description-div p {
    font-size: 16px;
  }
  .press-slider .slide-image img.diff {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .press-slider .slide-image img.desk-image {
    display: none;
  }
  .press-slider .slide-image img.mobile-image {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-banner.banner-mob {
    background-position: bottom right;
    height: inherit;
    aspect-ratio: 8/12;
  }
  .page-banner.banner-mob .banner-content.top {
    top: 7% !important;
  }
  .impact-report-page .ceo-letter--section {
    background-position: left top;
  }
  .impact-report-page .ceo-letter--section .ceo-image {
    margin-top: 0px;
  }
  .impact-report-page .ceo-letter--section .letter-div .ceo-msg {
    margin-top: 20px;
    width: 100%;
    padding: 20px 20px;
  }
  .impact-report-page .vivo-legacy .legecy-section-content {
    margin-bottom: 20px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div {
    margin-right: inherit;
    min-height: inherit;
    padding: 0px 0 0px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div::before, .impact-report-page .vivo-legacy .legecy-repeaters-div::after {
    display: none;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction {
    margin-left: inherit;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction .content-div {
    order: 1;
    padding-left: inherit;
    padding-right: 20px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction .image-div {
    order: 2;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction .image-div .icon-div {
    left: 0;
    right: auto;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction::before, .impact-report-page .vivo-legacy .legecy-repeaters-div.change-direction::after {
    right: auto;
    left: 0;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .content-div {
    padding-right: 20px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .content-div.border-bot {
    border-bottom: 1px solid rgba(30, 70, 230, 0.5);
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .legecy-title {
    font-size: 22px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .legecy-sub-title {
    font-size: 14px;
    width: 90%;
    margin-bottom: 0px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .content-div .legecy-sub-title span {
    font-size: 14px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .image-div .legecy-img {
    width: 100px;
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .image-div .icon-div {
    width: 70px;
    border: 5px solid #fff;
    transform: translate(-50%, 0);
  }
  .impact-report-page .vivo-legacy .legecy-repeaters-div .image-div .icon-div img {
    width: 50px;
  }
  .impact-report-page .vivo-legacy .mob-content {
    position: relative;
    padding-bottom: 20px;
  }
  .impact-report-page .vivo-legacy .mob-content .legecy-description {
    font-size: 16px;
  }
  .impact-report-page .vivo-legacy .mob-content .next-arrow img {
    width: 40px;
    height: auto;
    transition: all 0.3s ease;
  }
  .impact-report-page .vivo-legacy .mob-content .next-arrow img:hover {
    width: 45px;
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.6));
  }
  .impact-report-page .vivo-legacy .mob-content.last-child::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 60%;
    height: 1px;
    background-color: rgba(26, 65, 152, 0.9);
  }
  .section-previous-reports {
    background-position: bottom right !important;
  }
  .section-previous-reports.mob-report-section {
    background-image: url("https://static-vivo.s3.ap-south-1.amazonaws.com/wp-content/uploads/2024/04/new_last_bg.png");
    aspect-ratio: 130/79;
  }
  .section-previous-reports .download-div {
    margin: 5px 20px;
  }
  .section-previous-reports .download-div .select-year {
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: rgb(30, 70, 230);
    background-color: #fff;
  }
  .section-previous-reports .download-div .select-year option {
    font-weight: 500;
    color: rgb(30, 70, 230);
    font-size: 14px;
    background-color: #fff;
  }
  .section-previous-reports .download-div span {
    padding: 5px 10px !important;
    font-size: 14px;
  }
  .section-previous-reports .download-div .download .dwl-btn {
    width: 17px !important;
    margin-left: 4px !important;
  }
}
.figcaption {
  text-align: left;
  padding: 20px 0px;
  color: #4f4f4f;
  font-weight: 700;
  font-size: 12px;
}

.manufacturing-facility h2,
.manufacturing-facility h3,
.manufacturing-facility h4,
.manufacturing-facility h5,
.manufacturing-facility p,
.manufacturing-facility figcaption {
  text-align: left;
}
.manufacturing-facility .image-slider .slider-div {
  margin: 0 0px;
}
.manufacturing-facility .image-slider .slider-div img {
  aspect-ratio: 16/8 !important;
  margin: 0 !important;
}
.manufacturing-facility .image-slider .slider-div figcaption {
  text-align: left;
  padding: 20px 0px 0px;
  color: #4f4f4f;
  font-weight: 700;
  font-size: 12px;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .space-0 {
    margin: 0px 0px !important;
  }
  .manufacturing-facility .image-slider.type-2 .slider-div figure,
  .manufacturing-facility .image-slider .slider-image .slider-div figure {
    width: 100%;
  }
}
.our-purpose-page {
  background-color: #f8f8f8;
}
.our-purpose-page .hero-desc {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.our-purpose-page .hero-desc span {
  color: rgb(30, 70, 230);
}
.our-purpose-page .our-focus .focus-div {
  min-height: 220px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 4px 10px;
}
.our-purpose-page .our-focus .focus-div .img-div {
  margin-bottom: 5px;
}
.our-purpose-page .our-focus .focus-div .img-div img {
  width: 140px;
  height: 140px;
  transition: all 0.3s ease;
}
.our-purpose-page .our-focus .focus-div p {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 15px;
}
.our-purpose-page .our-focus .focus-div:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.our-purpose-page .our-focus .focus-div:hover .img-div img {
  scale: 1.05;
}
.our-purpose-page .title {
  font-weight: 700;
}
.our-purpose-page .our-initiatives.section-padding {
  padding-bottom: 30px;
}
.our-purpose-page .our-initiatives .title.mb-20 {
  margin-bottom: 10px;
}
.our-purpose-page .our-initiatives p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.our-purpose-page .our-initiatives p span {
  color: rgb(30, 70, 230);
}
.our-purpose-page .our-initiatives .explore-btn {
  display: inline-block;
  color: #6f6f6f;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 18px;
}
.our-purpose-page .our-initiatives .explore-btn:hover {
  scale: 0.9;
}
.our-purpose-page .our-strategic .img-div {
  background-color: #c8cffc;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}
.our-purpose-page .our-strategic .img-div img {
  width: 100%;
  height: 100%;
}
.our-purpose-page .our-strategic .content-div {
  background-color: #fff;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.our-purpose-page .our-strategic .content-div h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.our-purpose-page .our-strategic .content-div p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .our-purpose-page .our-focus .focus-div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mob-pt-20 {
    padding-top: 20px;
  }
  .mob-pt-30 {
    padding-top: 30px;
  }
  .mob-pt-40 {
    padding-top: 40px;
  }
  .mob-pb-20 {
    padding-bottom: 20px;
  }
  .mob-pb-30 {
    padding-bottom: 30px;
  }
  .mob-pb-40 {
    padding-bottom: 40px;
  }
  .mob-fs-24 {
    font-size: 24px !important;
  }
  .our-purpose-page .mr-7 {
    margin-right: -7.5px;
  }
  .our-purpose-page .ml-7 {
    margin-left: -7.5px;
  }
  .our-purpose-page .hero-desc {
    font-size: 19px;
  }
  .our-purpose-page .our-focus .focus-div {
    padding: 5px 10px;
    min-height: 160px;
    margin-bottom: 16px;
  }
  .our-purpose-page .our-focus .focus-div .img-div {
    margin-bottom: 5px;
  }
  .our-purpose-page .our-focus .focus-div .img-div img {
    width: 70px;
    height: 70px;
  }
  .banner-div {
    background: #e2e6ff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  }
  .banner-div .img-div {
    aspect-ratio: 16/10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .banner-div .content-div {
    padding: 0px 16px 16px;
  }
  .banner-div .content-div h1 {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 22px;
  }
  .banner-div .content-div p {
    margin-bottom: 0;
    color: #000;
  }
  .our-initiatives {
    padding-bottom: 10px !important;
  }
  .our-initiatives .title {
    margin-bottom: 10px;
  }
  .our-initiatives p {
    font-size: 16px !important;
  }
  .our-strategic .img-div {
    aspect-ratio: 16/9;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 20px;
  }
  .our-strategic .img-div img {
    border-top-right-radius: 20px;
  }
  .our-strategic .content-div {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 20px;
    padding: 16px !important;
  }
  .impact-report-banner {
    height: inherit !important;
  }
  .impact-report-banner .mob-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .impact-report-banner p {
    font-size: 18px !important;
    font-weight: 600;
    padding-top: 20px;
  }
  .impact-report-banner h1 {
    font-weight: 700;
    font-size: 22px !important;
    margin-top: 16px;
  }
  .impact-report-banner .hero-video {
    border-radius: 0;
  }
}
.banner-content .hero-img {
  aspect-ratio: 16/8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.banner-content .hero-img img {
  width: 100%;
  height: 100%;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.banner-content .hero-img img:hover {
  transform: scale(1.05);
}

.innovating {
  background-color: inherit !important;
}
.innovating.corpo-journey-section .section-title {
  color: #000 !important;
  font-size: 32px;
}

.our-journey-section {
  margin-bottom: 70px;
}
.our-journey-section .owl-item {
  display: flex;
  justify-content: center;
}
.our-journey-section.section {
  margin-top: 0px;
}
.our-journey-section .slider {
  width: 100%;
  border-radius: 20px;
}
.our-journey-section .slider .img-div img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.our-journey-section .slider .content-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px inset;
  padding: 0px 20px;
  background: white;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.our-journey-section .slider .content-div h2 {
  color: rgb(30, 70, 230);
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}

.mission-slider {
  padding-bottom: 120px;
}
.mission-slider .owl-dots {
  position: absolute;
  width: 600px;
  left: 45%;
  transform: translateX(-50%);
  justify-content: space-between;
  bottom: -20px;
  display: flex;
}
.mission-slider .owl-dots .owl-dot {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 28px;
  margin-left: -30px;
  margin-right: -30px;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  color: #808080;
}
.mission-slider .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  width: 170px;
  top: -28px;
  left: 66px;
  background: #808080;
  height: 1px;
}
.mission-slider .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 45%;
  width: 16px;
  height: 16px;
  background: #808080;
  transform: rotate(45deg);
  margin: 0 -1px;
  transition: all 0.3s ease;
}
.mission-slider .owl-dots .owl-dot:last-child:before {
  display: none;
}
.mission-slider .owl-dots .owl-dot.active {
  color: rgb(30, 70, 230);
}
.mission-slider .owl-dots .owl-dot.active:after {
  width: 20px;
  height: 20px;
  top: -37px;
  background: rgb(30, 70, 230);
}
.mission-slider .owl-nav {
  bottom: 28px;
  right: 0;
  left: auto;
  width: 60px;
}

.innovating-slider .owl-dots .owl-dot {
  color: rgb(30, 70, 230) !important;
}

@media screen and (max-width: 767px) {
  .mob-banner-info {
    background-color: #fff;
    padding: 16px;
    margin-bottom: 16px;
  }
  .our-journey-section {
    margin-bottom: 40px;
  }
  .our-journey-section .journey-div.mb-50 {
    margin-bottom: 20px;
  }
  .our-journey-section .journey-div .section-title {
    font-size: 24px;
    font-weight: 700;
  }
  .our-journey-section .slider {
    width: 100%;
  }
  .our-journey-section .slider .img-div {
    height: inherit;
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    padding-top: 110px;
  }
  .our-journey-section .slider .img-div img {
    border-radius: 16px;
    border-radius: 10px;
  }
  .our-journey-section .slider .content-div {
    border-radius: 0px;
    box-shadow: inherit;
  }
  .our-journey-section .slider .content-div h2 {
    font-size: 36px;
    margin-top: 16px;
  }
  .our-journey-section .slider .item {
    background: #f8f8f8;
  }
  .our-journey-section .line {
    padding: 0 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .our-journey-section .line.mob-pos {
    position: absolute;
    bottom: 90px;
    z-index: 999;
    width: 100%;
    right: 0;
  }
  .nav-slider.our-jorney-slider .owl-dots {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 30px;
    overflow: hidden;
    background-color: transparent;
    bottom: 229px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: space-around;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot {
    margin-top: 40px;
    display: none;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot.active, .nav-slider.our-jorney-slider .owl-dots .owl-dot.prev, .nav-slider.our-jorney-slider .owl-dots .owl-dot.next {
    display: block;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot::before {
    width: 768px;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot:after {
    top: -25px;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot.active:after {
    top: -29px;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot:last-child, .nav-slider.our-jorney-slider .owl-dots .owl-dot:nth-last-child(2) {
    z-index: 2;
  }
  .nav-slider.our-jorney-slider .owl-dots .owl-dot:last-child:before, .nav-slider.our-jorney-slider .owl-dots .owl-dot:nth-last-child(2):before {
    left: 50%;
    transform: translateX(-50%);
    right: auto !important;
  }
}
.our-journey-section .line {
  height: 0px;
  background: rgba(125, 125, 125, 0.7);
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-left: 20px;
}
.our-journey-section .line .time-year {
  position: relative;
  top: -24px;
  width: 40px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-journey-section .line .time-year::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  height: 2px;
  background-color: #7d7d7d;
  width: 200px;
  z-index: 1;
}
.our-journey-section .line .time-year:last-child::after, .our-journey-section .line .time-year:nth-last-child(2)::after, .our-journey-section .line .time-year:nth-last-child(3)::after {
  right: 32px;
  left: auto;
}
.our-journey-section .line .time-year .year {
  position: absolute;
  left: 18%;
  transform: translateX(-50%);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #7d7d7d;
  margin-top: 10px;
  bottom: -18px;
}
.our-journey-section .line .time-year .year.active {
  color: rgb(30, 70, 230);
}
.our-journey-section .line .time-year span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #7d7d7d;
  z-index: 99;
  cursor: pointer;
}
.our-journey-section .line .time-year span.active {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(30, 70, 230);
}

@media screen and (max-width: 767px) {
  .our-journey-section .line {
    display: none;
  }
}
.download-box .download-div {
  border: 1px transparent rgb(30, 70, 230);
  border-radius: 8px;
  display: inline-block;
  background: #e5e5e5;
}
.download-box .download-div .select-year {
  border-radius: 8px;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: rgba(30, 70, 230, 0.7);
  background-color: #e5e5e5;
  padding: 8px 6px;
  margin-right: 6px;
}
.download-box .download-div .select-year option {
  font-weight: 500;
  color: rgba(30, 70, 230, 0.7);
  font-size: 18px;
  background-color: #e5e5e5;
}
.download-box .download-div span {
  padding: 5px 10px !important;
  font-size: 14px;
}
.download-box .download-btn {
  margin-top: 24px;
}
.download-box .download-btn .read {
  margin-right: 15px;
}
.download-box .download-btn .read-more {
  background-color: rgb(30, 70, 230) !important;
  border: none;
}

.story-impact {
  background-color: #fff;
  padding: 40px;
  border-radius: 32px;
}
.story-impact.up-part {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.story-impact.down-part {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-top: 20px;
}

.india-footprint {
  background-color: #f8f8f8;
}
.india-footprint .section-title {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  padding-left: 14px;
}
.india-footprint .footprint-div {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.india-footprint .footprint-div .icon-div {
  background: rgb(30, 70, 230);
  border-radius: 50%;
  padding: 20px;
  width: 130px;
  height: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.india-footprint .footprint-div .icon-div img {
  max-width: 90px;
  max-height: 90px;
  padding: 10px;
}
.india-footprint .footprint-div .about-div .about {
  margin-top: 20px;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
.india-footprint .footprint-div .about-div .about b {
  font-weight: 900;
}
.india-footprint .warn {
  margin-bottom: 0;
  color: #808080;
  font-size: 16px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mpt-0 {
    padding-top: 0;
  }
  .mob-mt-0 {
    margin-top: 0 !important;
  }
  .mfs-22 {
    font-size: 22px !important;
  }
  .hero-video.b-radius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .story-impact {
    padding: 16px;
    border-radius: 14px;
  }
  .story-impact.down-part {
    padding-top: 30px;
  }
  .download-box {
    text-align: left;
  }
  .download-box .download-div .select-year {
    font-size: 16px;
    font-weight: 600;
  }
  .download-box .download-div .select-year option {
    font-size: 16px;
  }
  .india-footprint .footprint-div {
    flex-direction: row;
    margin-top: 20px;
    min-height: 100px;
  }
  .india-footprint .footprint-div .icon-div {
    width: 80px;
    height: 80px;
  }
  .india-footprint .footprint-div .icon-div img {
    max-width: 70px;
    max-height: 70px;
  }
  .india-footprint .footprint-div .about-div .about {
    font-size: 14px;
    margin-left: 20px;
    text-align: left;
  }
  .india-footprint .story-impact .section-title {
    padding-left: 15px;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .warn {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 0 !important;
  }
}
.what-tech-day {
  background-color: #fff;
  padding: 40px 30px;
}
.what-tech-day .common-title {
  text-align: left;
}
.what-tech-day .about {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 20px 0px 20px;
}
.what-tech-day .about span {
  color: rgb(30, 70, 230);
  font-weight: 600;
}
.what-tech-day .slider figure {
  margin-bottom: 0;
}
.what-tech-day .slider figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 6px;
}
.what-tech-day figcaption {
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
  padding: 0px 50px;
}

.counter {
  display: flex;
}
.counter .timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.counter .timer .timer-div {
  display: flex;
  gap: 2px;
}
.counter .timer .timer-div .timer-box {
  background: #000000;
  color: #fff;
  width: 40px;
  border: 1px solid black;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  position: relative;
}
.counter .timer .timer-div .timer-box .inner-box {
  position: absolute;
  height: 20px;
  width: 6px;
  background-color: rgba(199, 199, 199, 0.4705882353);
  border: 1px solid #000000;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #c7c7c7;
}
.counter .timer .timer-div .timer-box .left-box {
  left: -1px;
  right: auto;
  border-left: none;
}
.counter .timer .timer-div .timer-box .right-box {
  right: -1px;
  left: auto;
  border-right: none;
}
.counter .timer .timer-div .timer-box .count {
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-weight: 700;
}
.counter .timer .timer-title {
  font-weight: 700;
  font-size: 16px;
}

.common-title {
  font-size: 26px;
  color: #000;
  font-weight: 900;
  line-height: 1.2;
}

.what-expect.section {
  margin-top: 0px !important;
}
.what-expect .common-title {
  text-align: left;
  margin-bottom: 40px;
  padding-top: 20px;
}
.what-expect .expect-div {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  height: 300px;
  align-items: center;
  position: relative;
}
.what-expect .expect-div .normal-img img {
  width: auto;
  height: 90px;
}
.what-expect .expect-div .hover-img {
  filter: contrast(0);
  position: absolute;
  right: 0;
  bottom: 0;
  transition-property: height;
  transition-duration: 0.3s;
}
.what-expect .expect-div .hover-img img {
  height: 0px;
}
.what-expect .expect-div .title {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0 8px;
}
.what-expect .expect-div p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}
.what-expect .expect-div:hover {
  background-color: rgb(30, 70, 230);
  color: #fff;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.what-expect .expect-div:hover .normal-img {
  display: none;
}
.what-expect .expect-div:hover .hover-img {
  display: block;
  z-index: 1;
}
.what-expect .expect-div:hover .hover-img img {
  transition: height linear 0.3s;
  height: 90px;
}
.what-expect .expect-div:hover p {
  position: relative;
  z-index: 2;
}

.go-live {
  font-size: 22px !important;
}

.tech-video-div {
  padding: 0px 40px;
}
@media screen and (max-width: 767px) {
  .mob-mb-20 {
    margin-bottom: 20px;
  }
  .what-tech-day {
    padding: 0px 0px;
  }
  .what-tech-day.section {
    border-radius: 14px !important;
  }
  .what-tech-day .common-title {
    text-align: center;
    padding: 0px 10px;
    padding-top: 10px;
  }
  .what-tech-day .about {
    text-align: center;
    margin: 16px 0px;
    font-size: 16px;
    padding: 0px 10px 10px;
  }
  .what-tech-day .slider figure img {
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .what-tech-day .slider figure figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 6px 10px;
    background-color: rgb(30, 70, 230);
    color: #fff;
  }
  .what-tech-day figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 6px 10px;
    background-color: rgb(30, 70, 230);
    color: #fff;
  }
  .what-expect .common-title {
    text-align: left;
    margin-bottom: 16px;
  }
  .what-expect .expect-div {
    padding: 20px 16px;
    border-radius: 14px;
    height: 360px;
    transition: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .what-expect .expect-div .title {
    font-size: 16px;
  }
  .what-expect .expect-div p {
    font-weight: normal;
    font-size: 14px;
  }
  .what-expect .expect-div .normal-img img {
    height: 70px;
    width: auto;
  }
  .what-expect .expect-div .hover-img {
    transition: inherit;
  }
  .what-expect .expect-div .hover-img img {
    transition: inherit;
  }
  .what-expect .expect-div:hover .hover-img img {
    transition: inherit;
    height: 70px;
  }
  .tech-video-div {
    padding: 0px 0px;
  }
  .tech-video-div .hero-video {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .tech-video-div .about-div {
    background: #fff;
    padding: 15px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .common-title {
    font-size: 18px;
  }
  .counter .timer {
    margin-right: 10px;
  }
  .counter .timer .timer-div .timer-box {
    width: 35px;
    height: 40px;
  }
  .counter .timer .timer-div .timer-box .count {
    font-size: 24px;
  }
  .counter .timer .timer-title {
    font-size: 14px;
  }
  .go-live {
    font-size: 18px !important;
  }
}
.ignite-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 40px 0px;
}

.sectionwise-title-list p {
  text-align: left;
}
.sectionwise-title-list .icon-link {
  display: inline-block;
  margin: auto;
}
.sectionwise-title-list .icon-link .steam-div {
  text-align: center;
  padding: 20px 10px;
}
.sectionwise-title-list .icon-link .steam-div img {
  width: 120px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.sectionwise-title-list .icon-link .steam-div .icon-title {
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.technology-innovation-section {
  margin: 0;
}
.technology-innovation-section h3 {
  font-weight: 700;
  font-size: 24px;
}
.technology-innovation-section .years-list {
  margin: 30px 0px 40px;
}
.technology-innovation-section .years-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
.technology-innovation-section .years-list ul li {
  width: 100%;
  text-align: center;
  background-color: rgb(30, 70, 230);
  border-radius: 22px;
  border: 2px solid rgb(30, 70, 230);
}
.technology-innovation-section .years-list ul li a {
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 6px;
  font-weight: 600;
}
.technology-innovation-section .years-list ul li.active {
  background-color: #fff;
}
.technology-innovation-section .years-list ul li.active a {
  color: #000;
}
.technology-innovation-section .years-wise-data {
  display: none;
}
.technology-innovation-section .years-wise-data .year-content {
  border: 2px solid rgb(30, 70, 230);
  border-radius: 12px;
  background-color: rgb(30, 70, 230);
  overflow: hidden;
  margin-bottom: 40px;
}
.technology-innovation-section .years-wise-data .year-content .ignite-logo {
  text-align: center;
  padding: 40px;
  background: #fff;
}
.technology-innovation-section .years-wise-data .year-content .ignite-logo img {
  width: 100%;
  height: auto;
}
.technology-innovation-section .years-wise-data .year-content .ignite-content {
  background-color: rgb(30, 70, 230);
  padding: 10px;
}
.technology-innovation-section .years-wise-data .year-content .ignite-content p {
  margin-bottom: 0px;
  color: #fff;
}
.technology-innovation-section .ignite-achievements {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}
.technology-innovation-section .ignite-achievements .achievent-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.technology-innovation-section .ignite-achievements .achievent-box img {
  width: 90px;
  height: auto;
}
.technology-innovation-section .ignite-achievements .achievent-box span {
  display: inline-block;
}
.technology-innovation-section .ignite-achievements .achievent-box span.count {
  color: rgb(30, 70, 230);
  font-size: 22px;
  font-weight: 900;
  margin: 16px 0px 2px;
}
.technology-innovation-section .ignite-changemakers .changmakers-slider {
  margin: 40px 8px;
}
.technology-innovation-section .ignite-changemakers .changmakers-slider .changemaker {
  text-align: center;
}
.technology-innovation-section .ignite-changemakers .changmakers-slider .changemaker .changemaker-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.technology-innovation-section .ignite-changemakers .changmakers-slider .changemaker p {
  margin-bottom: 0px;
  font-size: 12px;
}
.technology-innovation-section .ignite-changemakers .changmakers-slider .changemaker p.changemaker-name {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px 5px;
}

.steam-education-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ignite-section {
    padding: 15px;
  }
  .technology-innovation-section .years-list {
    text-align: center;
    margin: 20px 0px 30px;
  }
  .technology-innovation-section .years-list select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
         appearance: none !important;
    width: 100%;
    color: #fff;
    outline: 0px;
    border: 0px;
    padding: 8px 30px;
    border-radius: 22px;
    background: url("../images/icons/chevron_bottom.png") no-repeat, rgb(30, 70, 230);
    background-position: right 30px center;
    background-size: 20px;
    cursor: pointer;
  }
  .technology-innovation-section h3 {
    font-size: 18px;
    line-height: normal;
  }
  .technology-innovation-section .years-wise-data .year-content {
    margin-left: -15px;
    margin-right: -15px;
    border: 1px solid rgb(30, 70, 230);
  }
  .technology-innovation-section .years-wise-data .year-content .ignite-logo {
    padding: 30px;
  }
  .technology-innovation-section .years-wise-data .year-content .ignite-content {
    padding: 20px 10px;
  }
  .technology-innovation-section .years-wise-data .year-content .ignite-content .register-button-box {
    text-align: left;
  }
  .technology-innovation-section .ignite-achievements {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 4px;
    row-gap: 20px;
    align-items: start;
    margin-bottom: 40px;
    padding-top: 10px;
  }
  .technology-innovation-section .ignite-achievements .achievent-box {
    text-align: center;
    display: block;
  }
  .technology-innovation-section .ignite-achievements .achievent-box img {
    width: auto;
    height: 70px;
  }
  .technology-innovation-section .ignite-achievements .achievent-box span {
    display: block;
  }
  .technology-innovation-section .ignite-achievements .achievent-box span.count {
    margin: 12px 0px 2px;
  }
  .technology-innovation-section .ignite-changemakers .changmakers-slider {
    margin: 20px 0px;
  }
  .technology-innovation-section .theme-stories h3 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mob-fs-14 {
    font-size: 14px !important;
    margin-top: 8px !important;
  }
  .mob-mb-8 {
    margin-bottom: 8px !important;
  }
  .with-white-bg {
    padding: 20px 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .sectionwise-title-list .steam-div {
    padding: 20px 0px;
  }
  .sectionwise-title-list .steam-div .steam {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .sectionwise-title-list .steam-div img {
    width: 90px !important;
    margin-bottom: 0px !important;
  }
  .sectionwise-title-list .steam-div .icon-title {
    margin-bottom: 0;
    text-align: left !important;
  }
  .sectionwise-title-list .description {
    margin: 0px 10px !important;
  }
  .sectionwise-title-list .hero-video {
    padding-bottom: 43.75%;
    height: 0;
    overflow: hidden;
    z-index: 9;
  }
  .sectionwise-title-list .hero-video.pb-26 {
    padding-bottom: 26.25%;
  }
  .sectionwise-title-list .hero-video.pb-100 {
    padding-bottom: 100%;
  }
  .sectionwise-title-list .hero-video.no-rad {
    border-radius: 0;
  }
  .sectionwise-title-list .hero-video.pb-42 {
    padding-bottom: 42%;
  }
  .sectionwise-title-list .hero-video.pb-31 {
    padding-bottom: 31.25%;
  }
  .sectionwise-title-list .hero-video iframe {
    position: absolute;
    inset: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .sectionwise-title-list .hero-video .vivo-hero-image {
    position: relative;
    aspect-ratio: 16/9;
  }
  .sectionwise-title-list .hero-video .vivo-hero-image img {
    aspect-ratio: 16/9;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sectionwise-title-list .hero-video .vivo-hero-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    z-index: 9999;
    cursor: pointer;
  }
  .sectionwise-title-list .hero-video .vivo-hero-image .play-btn.yt-btn {
    background-color: transparent;
    height: auto;
    width: 60px;
  }
  .sectionwise-title-list .hero-video .vivo-hero-image .play-btn.yt-btn img {
    background-color: #fff;
    border-radius: 11px;
    height: 40px;
    cursor: pointer;
  }
  @supports not (aspect-ratio: 16/9) {
    .sectionwise-title-list .hero-video .vivo-hero-image {
      padding-top: 56.25%;
    }
    .sectionwise-title-list .hero-video .vivo-hero-image img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-top: 0;
    }
  }
  .sectionwise-title-list .hero-video .vivo-hero-image.active {
    display: none;
  }
  .sectionwise-title-list .hero-video .vivo-hero-image.active .play-btn {
    display: none;
  }
  .hero-video .vivo-hero-image .play-btn.polygon img {
    height: 56px !important;
  }
  .vivo-page-block {
    margin: 20px 0px;
    padding: 16px;
  }
  .vivo-page-block.new-page-block {
    margin: 0px;
    padding: 0px;
  }
  .vivo-page-block.new-page-block .about-div .pr-md-3 {
    text-align: left;
  }
  .vivo-page-block.new-page-block .about-div h3 {
    text-align: left;
    font-size: 20px !important;
  }
  .vivo-page-block .hero-video .vivo-hero-image img {
    border-radius: 12px;
  }
  .vivo-page-block .hero-video .vivo-hero-image .play-btn.yt-btn img {
    width: 50px;
    height: 34px;
    border-radius: 9px;
  }
  .vivo-page-block .hero-video .vivo-hero-image .play-btn.polygon img {
    height: 56px !important;
  }
  .vivo-page-block .hero-video .vid-yt iframe {
    border-radius: 12px;
  }
  .vivo-page-block .about-div {
    padding-left: 0 !important;
  }
  .vivo-page-block .about-div h3 {
    font-size: 20px !important;
    line-height: normal;
    margin: 20px 0px;
  }
}
.wp-block-video video {
  border-radius: 12px;
}

.aligncenter .aligncenter {
  width: 100%;
}

.verticle-press .thumbnail-image {
  overflow: hidden;
  border-radius: 12px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
}
.verticle-press .thumbnail-image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  overflow: hidden;
}
.verticle-press .thumbnail-image img:hover {
  scale: 1.05;
}
.verticle-press .content {
  padding: 20px;
  border-radius: 12px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
  background-color: #fff;
}
.verticle-press .content .tag {
  display: inline-block;
  background-color: rgb(30, 70, 230);
  color: #fff;
  padding: 1px 10px;
  border-radius: 4px;
  font-size: 14px;
}
.verticle-press .content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0;
  height: 100px;
  overflow: hidden;
}
.verticle-press .content h4:hover {
  color: rgb(30, 70, 230);
}
.verticle-press .content .press-title:hover {
  color: inherit;
}
.verticle-press .content .press-rm-btn {
  color: #878787;
  font-size: 14px;
}
.verticle-press .content .press-rm-btn img {
  display: none;
  width: 16px;
  height: auto;
  transition: all 0.3s ease;
  opacity: 0.9;
}
.verticle-press .content .press-rm-btn:hover {
  color: rgb(30, 70, 230);
}
.verticle-press .content .press-rm-btn:hover img {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 0px;
  }
  .verticle-press .thumbnail-image {
    border-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .verticle-press .content {
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 10px;
  }
  .verticle-press .content h4 {
    font-size: 16px;
    margin: 16px 0 36px;
  }
}
.switch_off_blog {
  background-color: #fff;
  margin: 60px 0px;
  border-radius: 30px;
  padding: 60px 60px;
}
.switch_off_blog .page-content {
  text-align: center;
}
.switch_off_blog .page-content .date {
  color: #929292;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}
.switch_off_blog .page-content .blog-title {
  font-size: 28px;
  font-weight: 700;
}
.switch_off_blog .page-banner {
  border-radius: 12px;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin: 50px 0px;
}

.timeline-section .timelines {
  position: relative;
}
.timeline-section .timelines .section-heading {
  margin-bottom: 40px;
  margin-top: -15px;
}
.timeline-section .timelines .section-heading h2 {
  font-size: 28px;
  font-weight: 600;
}
.timeline-section .timelines .top-line {
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
}
.timeline-section .timelines .year {
  position: sticky;
  top: 30%;
}
.timeline-section .timelines .year h3 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
}
.timeline-section .timelines .middle-content p {
  margin-bottom: 0;
}
.timeline-section .timelines .middle-content p:first-child {
  margin-bottom: 10px;
}
.timeline-section .timelines .right-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.timeline-section .timelines .right-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-section .bottom-content {
  margin-top: 48px;
  margin-bottom: 0;
}

.testimonial-slider {
  background-color: rgb(30, 70, 230);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  margin: 40px 0px 60px;
}
.testimonial-slider .name {
  margin-bottom: 0px;
  font-weight: 800;
}
.testimonial-slider .quotes-img img {
  width: 72px;
  height: auto;
  margin-left: -10px;
}
.testimonial-slider .quotes {
  min-height: 210px;
}

.testimonial-slider-content .bottom-content {
  margin-top: 60px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .switch_off_blog {
    margin: 20px 0px;
    padding: 30px 16px;
    border-radius: 16px;
  }
  .switch_off_blog .page-content .blog-title {
    font-size: 22px;
  }
  .switch_off_blog .page-banner {
    margin: 30px 0px;
    border-radius: 6px;
  }
  .timeline-section .timelines .section-heading {
    margin-bottom: 20px;
  }
  .timeline-section .timelines .right-image {
    border-radius: 6px;
  }
  .timeline-section .timelines .year h3 {
    line-height: normal;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 36px;
  }
  .testimonial-slider {
    margin: 20px 0px 30px;
    padding: 16px;
    border-radius: 6px;
  }
  .testimonial-slider .quotes-img img {
    width: 46px;
    margin-left: -5px;
  }
  .testimonial-slider .quotes {
    padding-bottom: 10px;
  }
  .testimonial-slider-content .bottom-content {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .nav-slider.switch-testimonial-slider .owl-dots {
    bottom: 0;
  }
  .nav-slider.product-strip-slider .owl-nav {
    display: block;
    bottom: -50px;
    width: 95%;
    right: 50%;
    transform: translatex(50%);
    z-index: 1;
  }
  .nav-slider.product-strip-slider .owl-dots {
    width: 80%;
    position: absolute;
    right: 50%;
    transform: translatex(50%);
    bottom: -34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
  }
  .nav-slider.product-strip-slider .owl-dots .owl-dot {
    background: #808080;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .nav-slider.product-strip-slider .owl-dots .owl-dot.active {
    background-color: rgb(30, 70, 230);
  }
}
/***** Experiences Page 2024 Section *****/
.exp-2024-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  width: 100%;
  height: auto;
  aspect-ratio: 19/9;
}
.exp-2024-banner .title-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.exp-2024-banner .title-container h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: normal;
}
.exp-2024-banner .title-container .tag-line {
  font-size: 18px;
  margin-bottom: 8px;
}
.exp-2024-banner .title-container p {
  color: #fff;
  width: 80%;
  font-size: 18px;
}

.event-days .events-tag.section-padding {
  padding-bottom: 0px;
}
.event-days .events-tag ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.event-days .events-tag ul li {
  display: inline-block;
}
.event-days .events-tag ul li a {
  background-color: rgb(30, 70, 230);
  color: #fff;
  font-weight: 500;
  padding: 8px;
  min-width: 168px;
  display: inline-block;
  text-align: center;
  border-radius: 28px;
  transition: all 0.3s ease;
}
.event-days .events-tag ul li a:hover {
  scale: 0.95;
}
.event-days .events .event {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  margin: 40px 0px;
}
.event-days .events .event .section-title {
  margin-bottom: 30px;
}
.event-days .events .event .about-event {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-days .events .event .about-event .about h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.event-days .events .event .about-event .read-btn .read-more {
  background-color: rgb(30, 70, 230);
  font-size: 14px;
}
.event-days .events .event .event-image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

/***** End Experiences Page 2024 Section *****/
@media screen and (max-width: 767px) {
  .col-m-pad-0 {
    padding: 0;
  }
  .exp-2024-banner {
    aspect-ratio: inherit;
    background-image: inherit !important;
    height: auto !important;
  }
  .exp-2024-banner .banner-content {
    position: inherit !important;
    transform: inherit !important;
  }
  .exp-2024-banner .title-container {
    background-color: #fff;
    padding: 20px;
  }
  .exp-2024-banner .title-container h1 {
    font-size: 28px;
    color: rgb(30, 70, 230);
  }
  .exp-2024-banner .title-container p {
    color: #000;
    line-height: 1.4;
    width: inherit;
  }
  .exp-2024-banner .banner-box img {
    width: 100%;
    aspect-ratio: 16/10;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .exp-2024-banner .buy-now-btn .slider-btn {
    color: #000 !important;
  }
  .exp-2024-banner .buy-now-btn .slider-btn .text {
    color: #000;
  }
  .exp-2024-banner .buy-now-btn .slider-btn .icon {
    border: 2px solid #000;
  }
  .event-days .events-tag.section-padding {
    padding-top: 40px;
  }
  .event-days .events-tag ul li {
    margin-bottom: 10px;
  }
  .event-days .events-tag ul li a {
    font-size: 14px;
    min-width: inherit;
    width: 100%;
  }
  .event-days .events {
    margin: 0px -15px;
  }
  .event-days .events .event {
    margin: 30px 0px;
    padding: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .event-days .events .event .section-title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
    background-color: #f8f8f8;
    padding: 10px 20px 20px;
  }
  .event-days .events .event .about-event {
    padding: 20px;
  }
  .event-days .events .event .about-event .about {
    margin-bottom: 50px;
  }
  .event-days .events .event .about-event .about h3 {
    font-size: 22px;
  }
  .event-days .events .event .about-event .about p {
    font-size: 14px;
  }
  .event-days .events .event .event-image img {
    border-radius: 0px;
  }
  .event-days .events .event .hero-video {
    border-radius: 0px !important;
  }
  .dots-slider.nav-none .owl-nav,
  .nav-slider.nav-none .owl-nav {
    display: none !important;
  }
  .dots-slider.event-slider .owl-dots, .dots-slider.home-slider .owl-dots, .dots-slider.vivo-care-slider .owl-dots, .dots-slider.tech-slider .owl-dots,
  .nav-slider.event-slider .owl-dots,
  .nav-slider.home-slider .owl-dots,
  .nav-slider.vivo-care-slider .owl-dots,
  .nav-slider.tech-slider .owl-dots {
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 20px;
    bottom: 8px;
    padding-bottom: 30px;
  }
  .dots-slider.event-slider .owl-nav, .dots-slider.home-slider .owl-nav, .dots-slider.vivo-care-slider .owl-nav, .dots-slider.tech-slider .owl-nav,
  .nav-slider.event-slider .owl-nav,
  .nav-slider.home-slider .owl-nav,
  .nav-slider.vivo-care-slider .owl-nav,
  .nav-slider.tech-slider .owl-nav {
    display: block;
    width: 110px;
    top: auto;
    bottom: 38px;
    z-index: 1;
    right: 20px;
  }
  .dots-slider.event-slider .owl-nav .owl-prev,
  .dots-slider.event-slider .owl-nav .owl-next, .dots-slider.home-slider .owl-nav .owl-prev,
  .dots-slider.home-slider .owl-nav .owl-next, .dots-slider.vivo-care-slider .owl-nav .owl-prev,
  .dots-slider.vivo-care-slider .owl-nav .owl-next, .dots-slider.tech-slider .owl-nav .owl-prev,
  .dots-slider.tech-slider .owl-nav .owl-next,
  .nav-slider.event-slider .owl-nav .owl-prev,
  .nav-slider.event-slider .owl-nav .owl-next,
  .nav-slider.home-slider .owl-nav .owl-prev,
  .nav-slider.home-slider .owl-nav .owl-next,
  .nav-slider.vivo-care-slider .owl-nav .owl-prev,
  .nav-slider.vivo-care-slider .owl-nav .owl-next,
  .nav-slider.tech-slider .owl-nav .owl-prev,
  .nav-slider.tech-slider .owl-nav .owl-next {
    width: 52px;
    height: 52px;
    display: inline-block;
    transition: all 0.3s ease;
    background: url("../images/icons/round_angle.png") no-repeat;
    background-position: center;
    background-size: 50px 50px;
    margin: 0px;
  }
  .dots-slider.event-slider .owl-nav .owl-prev:hover,
  .dots-slider.event-slider .owl-nav .owl-next:hover, .dots-slider.home-slider .owl-nav .owl-prev:hover,
  .dots-slider.home-slider .owl-nav .owl-next:hover, .dots-slider.vivo-care-slider .owl-nav .owl-prev:hover,
  .dots-slider.vivo-care-slider .owl-nav .owl-next:hover, .dots-slider.tech-slider .owl-nav .owl-prev:hover,
  .dots-slider.tech-slider .owl-nav .owl-next:hover,
  .nav-slider.event-slider .owl-nav .owl-prev:hover,
  .nav-slider.event-slider .owl-nav .owl-next:hover,
  .nav-slider.home-slider .owl-nav .owl-prev:hover,
  .nav-slider.home-slider .owl-nav .owl-next:hover,
  .nav-slider.vivo-care-slider .owl-nav .owl-prev:hover,
  .nav-slider.vivo-care-slider .owl-nav .owl-next:hover,
  .nav-slider.tech-slider .owl-nav .owl-prev:hover,
  .nav-slider.tech-slider .owl-nav .owl-next:hover {
    scale: 0.95;
  }
  .dots-slider.vivo-care-slider .owl-nav, .dots-slider.tech-slider .owl-nav,
  .nav-slider.vivo-care-slider .owl-nav,
  .nav-slider.tech-slider .owl-nav {
    bottom: 0px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
  }
  .dots-slider.vivo-care-slider .owl-nav .owl-prev,
  .dots-slider.vivo-care-slider .owl-nav .owl-next, .dots-slider.tech-slider .owl-nav .owl-prev,
  .dots-slider.tech-slider .owl-nav .owl-next,
  .nav-slider.vivo-care-slider .owl-nav .owl-prev,
  .nav-slider.vivo-care-slider .owl-nav .owl-next,
  .nav-slider.tech-slider .owl-nav .owl-prev,
  .nav-slider.tech-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-size: 38px 38px;
  }
  .dots-slider.vivo-care-slider .owl-nav .owl-prev, .dots-slider.tech-slider .owl-nav .owl-prev,
  .nav-slider.vivo-care-slider .owl-nav .owl-prev,
  .nav-slider.tech-slider .owl-nav .owl-prev {
    margin-left: 10px;
  }
  .dots-slider.vivo-care-slider .owl-nav .owl-next, .dots-slider.tech-slider .owl-nav .owl-next,
  .nav-slider.vivo-care-slider .owl-nav .owl-next,
  .nav-slider.tech-slider .owl-nav .owl-next {
    margin-right: 10px;
  }
  .dots-slider.tech-slider .owl-nav,
  .nav-slider.tech-slider .owl-nav {
    width: 250px !important;
    bottom: -80px !important;
  }
  .dots-slider.home-slider .owl-dots,
  .nav-slider.home-slider .owl-dots {
    display: none !important;
  }
  .dots-slider.home-slider .owl-nav,
  .nav-slider.home-slider .owl-nav {
    display: block;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    width: 96%;
    transform: translate(-50%, 0) !important;
  }
  .dots-slider.home-slider .owl-nav .owl-prev,
  .dots-slider.home-slider .owl-nav .owl-next,
  .nav-slider.home-slider .owl-nav .owl-prev,
  .nav-slider.home-slider .owl-nav .owl-next {
    width: 22px;
    height: 22px;
    background-size: 20px 20px !important;
  }
}
.modal {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal .modal-dialog {
  max-width: 600px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
}
.modal .modal-dialog .modal-content {
  padding: 20px;
  padding-top: 0px;
}
.modal .modal-header {
  text-align: right;
}
.modal .modal-header .close {
  background-color: inherit;
  border: none;
}
.modal .switch-banner-modal .modal-dialog .modal-content .modal-footer p {
  width: 100%;
  text-align: left;
}

.ignite-strip {
  background-color: rgb(30, 70, 230);
  padding: 40px 0px;
}
.ignite-strip .left-div {
  color: #fff;
  font-size: 18px;
}
.ignite-strip .left-div h3 {
  font-size: 22px;
}
.ignite-strip .left-div a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.ignite-strip .left-div a:hover {
  scale: 0.9;
  opacity: 0.85;
}
.ignite-strip .left-div .read-more {
  border: none;
  outline: none;
  color: rgb(30, 70, 230);
  font-size: 12px;
  padding: 4px 16px;
  margin-top: 16px;
}
.ignite-strip .right-div {
  text-align: center;
}
.ignite-strip .right-div img {
  width: auto;
  height: 180px;
}

.home-strip-video video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ignite-strip {
    margin-top: 50px;
    margin-bottom: -40px;
    padding: 30px 0px;
  }
  .ignite-strip .left-div {
    text-align: center;
    font-size: 16px;
  }
  .ignite-strip .right-div {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
  .ignite-strip .right-div img {
    padding-bottom: 20px;
    width: 100%;
    height: auto;
  }
}
.media-gallery-section .media-tab-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.media-gallery-section .media-tab-list ul li {
  text-align: center;
  border-radius: 25px;
  width: 100%;
  background-color: rgb(30, 70, 230);
  transition: all 0.3s ease;
}
.media-gallery-section .media-tab-list ul li a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
  width: 100%;
}
.media-gallery-section .media-tab-list ul li a.active {
  color: white;
  scale: 1.1;
}
.media-gallery-section .media-tab-list ul li:hover {
  scale: 0.98;
}
.media-gallery-section .media-gallery .media-type {
  display: none;
}
.media-gallery-section .media-gallery .grid-container {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.media-gallery-section .media-gallery .grid-container .grid-item {
  position: relative;
  overflow: hidden;
}
.media-gallery-section .media-gallery .grid-container .grid-item.grid-item-col-span {
  grid-column: span 2; /* Spans 2 columns */
}
.media-gallery-section .media-gallery .grid-container .grid-item.grid-item-col-span img {
  aspect-ratio: 16/9;
}
.media-gallery-section .media-gallery .grid-container .grid-item.grid-item-row-span {
  grid-row: span 2; /* Spans 2 rows */
}
.media-gallery-section .media-gallery .grid-container .grid-item.grid-item-both-span {
  grid-column: span 2;
  grid-row: span 2; /* Spans 2 columns and 2 rows */
}
.media-gallery-section .media-gallery .grid-container .grid-item .gallery-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1;
  border-radius: 8px;
}
.media-gallery-section .media-gallery .grid-container .grid-item .download-btn {
  position: absolute;
  top: 5px;
  right: 8px;
  display: none;
}
.media-gallery-section .media-gallery .grid-container .grid-item .download-btn img {
  width: 20px;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
.media-gallery-section .media-gallery .grid-container .grid-item .download-btn img:hover {
  scale: 1.1;
}
.media-gallery-section .media-gallery .grid-container .grid-item:hover .download-btn {
  display: block;
}
.media-gallery-section .media-gallery .pagination {
  text-align: center;
  margin-top: 30px;
  color: #737373;
  font-weight: 600;
}
.media-gallery-section .media-gallery .pagination .custom-pagination .prev-page img,
.media-gallery-section .media-gallery .pagination .custom-pagination .next-page img {
  width: 18px;
}
.media-gallery-section .media-gallery .pagination .custom-pagination .prev-page:hover img,
.media-gallery-section .media-gallery .pagination .custom-pagination .next-page:hover img {
  scale: 1.1;
}
.media-gallery-section .media-gallery .pagination .custom-pagination .prev-page img {
  rotate: -180deg;
}
.media-gallery-section .media-gallery .pagination .current {
  color: rgb(30, 70, 230);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .media-gallery-section .media-gallery .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.latest-update {
  width: 100%;
  aspect-ratio: 19/6.5;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: right center !important;
  background-size: cover !important;
  position: relative;
}
.latest-update .section-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.latest-update .section-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
}
.latest-update .section-content p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.latest-update .section-content .read-more {
  margin-top: 28px;
  padding: 2px 16px !important;
  font-weight: 500;
}
.latest-update .section-content .read-more.btn-blue {
  background-color: rgb(30, 70, 230) !important;
  color: #fff !important;
  border: 1px solid rgb(30, 70, 230) !important;
}
.latest-update .section-content .read-more.btn-white {
  background-color: #fff !important;
  color: rgb(30, 70, 230) !important;
  border: 1px solid #fff !important;
}
.latest-update .section-content .read-more.btn-black {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

@media screen and (max-width: 767px) {
  .latest-update {
    aspect-ratio: inherit !important;
    background-image: inherit !important;
    margin: 59px 0px 40px;
    border-radius: 16px;
    overflow: hidden;
  }
  .latest-update .blank-box {
    background-size: cover;
    aspect-ratio: 4/3;
    margin: 0px -15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .latest-update .strip-content {
    padding: 20px 0px;
    color: #fff !important;
  }
  .latest-update .strip-content p {
    color: #fff !important;
  }
  .latest-update .strip-content p span {
    color: #fff !important;
  }
  .latest-update .section-content {
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    position: inherit;
    transform: inherit;
  }
  .latest-update .section-content h2 {
    font-size: 20px;
  }
  .latest-update .section-content p {
    font-size: 16px;
    font-weight: 500;
  }
  .latest-update .section-content .read-more {
    margin-top: 20px;
    background-color: rgb(30, 70, 230) !important;
    color: #fff !important;
    border: 1px solid rgb(30, 70, 230) !important;
  }
  .latest-update .section-content .hero-video {
    margin: 0px -15px;
    border-radius: 0px !important;
    padding-bottom: 62%;
  }
}
.light-box-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-slider .owl-stage {
  padding-top: 90px;
  padding-bottom: 48px;
}
.home-slider .owl-item {
  z-index: 0;
}
.home-slider .owl-item > div {
  cursor: pointer;
  margin: 20px;
  position: relative;
  z-index: 1;
}
.home-slider .owl-item > div:not(.center) {
  margin-top: -5px;
}
.home-slider .owl-item > div img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  scale: 1.1;
}
.home-slider .owl-item > div .hero-video {
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 62.5%;
  position: relative;
}
.home-slider .owl-item > div .hero-video .thumb-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-slider .owl-item.center > div {
  cursor: auto;
  margin: -30px;
  z-index: 10;
  filter: blur(0px);
}
.home-slider .owl-item.center > div img,
.home-slider .owl-item.center > div .hero-video {
  scale: 1.4;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.home-slider .owl-item.center > div .hero-video {
  padding-bottom: 56.25%;
}
.home-slider .owl-item.center > div .hero-video .vivo-vimeo-thumbnail .play-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-slider .owl-item.center > div .hero-video .vivo-vimeo-thumbnail .play-btn img {
  aspect-ratio: inherit !important;
  width: 40px;
  height: auto;
  scale: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: inherit;
  cursor: pointer;
}
.home-slider .owl-item.center > div .hero-video .vivo-vimeo-thumbnail .play-btn img:hover {
  scale: 1.05;
}
.home-slider .owl-item.center > div .hero-video .vivo-vimeo-thumbnail h5 {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-weight: 600;
}
.home-slider .owl-item.center > div .hero-video .vivo-vimeo-thumbnail h5.episode-title {
  top: 10px;
  left: 16px;
}
.home-slider .owl-item.center > div .hero-video .vivo-vimeo-thumbnail h5.episode-duration {
  bottom: 10px;
  right: 16px;
}
.home-slider .owl-item.center > div .slider-content {
  scale: 1.4;
  padding-top: 90px;
  padding-bottom: 66px;
}
.home-slider .owl-item.center > div .slider-content .section-title {
  font-size: 14px;
  margin-bottom: 8px;
}
.home-slider .owl-item.center > div .slider-content .podcast-description {
  font-size: 11px;
  margin-bottom: 10px;
}
.home-slider .owl-item.center > div .slider-content .read-more {
  padding: 2px 16px;
  font-size: 10px;
}
.home-slider .owl-item:not(.center) > div {
  filter: blur(2px);
}
.home-slider .owl-item:not(.center) {
  z-index: 1;
}
.home-slider .owl-item:not(.center) .slider-content {
  display: none;
}
.home-slider .owl-item.center {
  z-index: 10;
}
.home-slider .owl-item.active .download-btn {
  display: block;
}

@media screen and (max-width: 767px) {
  .home-slider .owl-item.center > div {
    margin-top: -20px;
  }
  .home-slider .owl-item.center > div img {
    border-radius: 8px !important;
    scale: 1.6;
  }
  .home-slider .owl-item > div {
    margin: 20px 0px;
  }
  .home-slider .owl-item > div img {
    border-radius: 0px !important;
    scale: 1.6;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .set-mob-m {
    margin: 0px -15px;
  }
}
.vivo-care {
  background-color: #fff;
  margin: 0px 0px 40px;
  padding: 40px;
  border-radius: 12px;
}
.vivo-care .care-content {
  padding-right: 10px;
}
.vivo-care .care-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.vivo-care .care-content p {
  margin-bottom: 0px;
}
.vivo-care .media-content img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .vivo-care {
    padding: 0px;
  }
  .vivo-care .care-content {
    padding: 20px;
  }
  .vivo-care .care-content h2 {
    font-size: 18px;
  }
  .vivo-care .media-content img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
#other-campaigns {
  scroll-margin-top: 140px;
}

.newsroom-picks-section.section {
  margin-bottom: 32px;
}
.newsroom-picks-section .picks-box {
  width: 100%;
  display: flex;
}
.newsroom-picks-section .picks-box .single-pick {
  position: relative;
  cursor: pointer;
}
.newsroom-picks-section .picks-box .single-pick .pick-img {
  overflow: hidden;
}
.newsroom-picks-section .picks-box .single-pick .pick-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  filter: brightness(0.6);
}
.newsroom-picks-section .picks-box .single-pick:hover .pick-img img {
  transform: scale(1.05);
}
.newsroom-picks-section .picks-box .single-pick.overlay {
  position: relative;
  z-index: 1;
}
.newsroom-picks-section .picks-box .single-pick.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.newsroom-picks-section .picks-box .single-pick .pick-title {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 20px 50px;
  z-index: 3;
}
.newsroom-picks-section .picks-box .single-pick .pick-title p,
.newsroom-picks-section .picks-box .single-pick .pick-title h3,
.newsroom-picks-section .picks-box .single-pick .pick-title a {
  color: #fff;
}
.newsroom-picks-section .picks-box .single-pick .pick-title h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 5px 0px 10px;
}
.newsroom-picks-section .picks-box .single-pick .pick-title p {
  margin-bottom: 0px;
  font-weight: 300;
}
.newsroom-picks-section .picks-box .single-pick .pick-title a.read-more {
  font-size: 14px;
}
.newsroom-picks-section .picks-box .single-pick .pick-title a.read-more:hover {
  background-color: rgba(30, 70, 230, 0.95);
  scale: 0.95;
}

/* Modal styles */
.post-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.post-modal .modal-content {
  background-color: #fefefe !important;
  margin: 5% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 18px;
}
.post-modal .modal-content .close {
  color: #000;
  float: left;
  font-size: 50px;
  font-weight: normal;
  margin-top: -30px;
  line-height: normal;
}
.post-modal .modal-content .close:hover, .post-modal .modal-content .close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
.post-modal .modal-content .mcontainer2,
.post-modal .modal-content .mcontainer {
  width: 100% !important;
}
.post-modal .modal-content .page-content.behala-blog-div {
  padding: 0px !important;
  text-align: center !important;
  margin: 40px 0px 0px !important;
}
.post-modal .modal-content .hero-video {
  margin-top: 40px;
}

@media only screen and (max-width: 1410px) and (min-width: 767px) {
  .newsroom-picks-section .picks-box .single-pick .pick-title h3 {
    min-height: 108px;
  }
}
@media screen and (max-width: 767px) {
  .newsroom-picks-section .picks-box .single-pick .pick-title {
    padding: 30px 20px 30px;
  }
  .newsroom-picks-section .picks-box .single-pick .pick-title h3 {
    font-size: 20px;
    min-height: inherit;
  }
  .post-modal .modal-content {
    width: 95%;
    padding: 30px 10px;
  }
  .post-modal .modal-content .mcontainer2 {
    padding: 0 4px !important;
  }
  .post-modal .modal-content .hero-video {
    margin-top: 30px;
  }
  .post-modal .modal-content .latest-news.relative-post {
    margin-top: 32px;
  }
  .latest-news.relative-post {
    margin-top: -30px;
  }
}
#pick-popbox {
  margin-top: 16px;
}

.core-features .feature {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.core-features .feature h2 {
  color: #1a4189;
  font-weight: 700;
  font-size: 28px;
}
.core-features .feature .about-feature {
  padding: 8px 0px 20px;
  margin-bottom: 0px;
  font-size: 14px;
}
.core-features .feature .feature-specifications .specification {
  text-align: center;
  min-height: 120px;
}
.core-features .feature .feature-specifications .specification .icon img {
  width: auto;
  height: 60px;
}
.core-features .feature .feature-specifications .specification h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: normal;
  margin: 6px 0px 8px;
}
.core-features .feature .feature-specifications .specification p {
  line-height: normal;
  font-size: 12px;
  margin-bottom: 8px;
}
.core-features .feature .feature-specifications .full-img .icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .core-features .feature {
    padding: 16px;
  }
  .core-features .feature h2 {
    font-size: 24px;
  }
  .core-features .feature .about-feature {
    padding-top: 0px;
  }
  .core-features .feature .feature-specifications .specification {
    min-height: auto;
  }
  .core-features .feature .feature-specifications .specification h4 {
    font-size: 14px;
  }
  .mob-height {
    height: 100%;
    align-items: anchor-center;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
  }
}
.csr-2025 .quote {
  background: #fff;
  padding: 40px 90px;
  border-radius: 18px;
  position: relative;
}
.csr-2025 .quote p {
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.csr-2025 .quote p strong {
  color: rgb(30, 70, 230);
}
.csr-2025 .quote::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 24px;
  display: inline-block;
  background: url("../images/icons/quotes.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 70px;
  height: 70px;
}
.csr-2025 .our-initiatives h3 {
  margin-bottom: 8px;
}
.csr-2025 .our-initiatives p {
  font-size: 18px;
}
.csr-2025 .content-section .initiative-section {
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin: 50px 0px;
}
.csr-2025 .content-section .initiative-section .section-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}
.csr-2025 .content-section .initiative-section .section-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.csr-2025 .content-section .initiative-section .section-content .read-more {
  font-size: 14px;
}
.csr-2025 .content-section .initiative-section .section-image img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.csr-2025 .our-focus h3 {
  margin-bottom: 8px;
}
.csr-2025 .our-focus .specification {
  text-align: center;
}
.csr-2025 .our-focus .specification .icon {
  position: relative;
  height: 140px;
  margin: 40px 0px 20px;
}
.csr-2025 .our-focus .specification .icon img {
  width: auto;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.csr-2025 .our-focus .specification .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: rgb(30, 70, 230);
}
.csr-2025 .our-focus .specification p {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .csr-2025 .quote {
    padding: 40px 20px;
    border-radius: 12px !important;
    margin-top: 50px;
    margin-bottom: 30px !important;
  }
  .csr-2025 .quote p {
    font-size: 18px;
  }
  .csr-2025 .quote::before {
    top: -24px;
    left: 20px;
    width: 50px;
    height: 50px;
  }
  .csr-2025 .our-initiatives {
    padding: 10px;
  }
  .csr-2025 .content-section {
    margin-top: 0px;
  }
  .csr-2025 .content-section .initiative-section {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .csr-2025 .content-section .initiative-section .section-content {
    padding: 20px;
  }
  .csr-2025 .our-focus {
    margin-bottom: 50px;
  }
  .csr-2025 .our-focus .specification .icon {
    height: 110px;
    margin-bottom: 10px;
  }
  .csr-2025 .our-focus .specification .icon img {
    height: 50px;
  }
  .csr-2025 .our-focus .specification .icon:before {
    width: 110px;
    height: 110px;
  }
  .csr-2025 .our-focus .specification p {
    margin-bottom: 0px;
    font-size: 12px;
  }
}
.popular-products--section .section-title {
  margin-bottom: 30px;
  font-size: 32px;
}
.popular-products--section .popular-products-div .popular-product img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.popular-products--section .popular-products-div .popular-product .product-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.media-gallery--section .section-title {
  margin-bottom: 30px;
  font-size: 32px;
}
.media-gallery--section .main-product {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.media-gallery--section .main-product img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-gallery--section .main-product .title-box {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-gallery--section .main-product .title-box .title {
  font-size: 20px;
  font-weight: 600;
}
.media-gallery--section .main-product .title-box .read-more {
  font-size: 14px;
  padding: 2px 14px;
}
.media-gallery--section .main-product .title-box .read-more:hover {
  scale: 0.95;
}

.product-series--section .section-title {
  margin-bottom: 30px;
  font-size: 32px;
}
.product-series--section .product-box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  overflow: hidden;
}
.product-series--section .product-box .product-img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-series--section .product-box .title-box {
  padding: 20px;
}
.product-series--section .product-box h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 16px;
}
.product-series--section .product-box .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.product-series--section .product-box .button-box .read-more {
  font-size: 14px;
  padding: 2px 14px;
}

.featured-images--section .section-title {
  font-size: 32px;
  margin-bottom: 40px;
}
.featured-images--section .featured-img-box {
  position: relative;
}
.featured-images--section .featured-img-box .download-btn {
  display: none;
  position: absolute;
  aspect-ratio: inherit !important;
  scale: 1 !important;
  width: 25px;
  height: auto;
  right: -16%;
  bottom: -16%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.featured-images--section .featured-img-box .download-btn:hover {
  scale: 0.9 !important;
}

.assets-section .section-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.assets-section .controls {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.assets-section .controls label {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.assets-section .controls p {
  margin-bottom: 0px;
  cursor: pointer;
}

.custom-check-box input[type=checkbox] {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #c2c2c2;
  border: 2px solid #c2c2c2;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.custom-check-box input[type=checkbox]:checked {
  background-color: rgb(30, 70, 230);
}
.custom-check-box input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 20px;
}
.gallery .gallery-item {
  position: relative;
}
.gallery .gallery-item.custom-check-box input[type=checkbox] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.gallery .gallery-item.custom-check-box input[type=checkbox]::after {
  content: "";
  top: 1px;
  left: 5px;
  width: 4px;
  height: 10px;
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery-item .image-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.gallery .gallery-item .image-title a {
  display: inline-block;
  background-color: rgb(30, 70, 230);
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.gallery .gallery-item .image-title a:hover {
  scale: 0.95;
}
.gallery .gallery-item.gallery-item-1 {
  grid-column: 1;
}
.gallery .gallery-item.gallery-item-2 {
  grid-column: 2;
}
.gallery .gallery-item.gallery-item-3 {
  grid-column: span 2;
}
.gallery .gallery-item:nth-child(n+4) {
  grid-column: span 2;
}
.gallery .gallery-item.gallery-item-6 {
  grid-column: 1/span 4;
}
.gallery .default {
  grid-column: span 1;
}
.gallery .span-one {
  grid-column: span 1 !important;
}
.gallery .span-two {
  grid-column: span 2 !important;
}
.gallery .span-three {
  grid-column: span 3 !important;
}
.gallery .span-four {
  grid-column: span 4 !important;
}

.disclaimer .disclaimer-title {
  text-align: left;
  font-weight: 700 !important;
  font-size: 11px !important;
  margin-bottom: 6px;
}
.disclaimer ol li {
  font-size: 9px !important;
  font-style: italic;
  margin-bottom: 12px;
}

.video-slider-block {
  margin: 30px 0px;
}

.join-model-box {
  width: 480px;
  position: absolute;
  top: 60px;
  z-index: 1000;
  right: -14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: transparent;
  text-align: left;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: all 0.3s ease;
}
.join-model-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -12px;
  right: 38px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.join-us--modal {
  display: none;
}
.join-us--modal .joinus-modal-content {
  background: white;
  padding: 30px 20px;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
.join-us--modal .joinus-modal-content h3 {
  color: rgb(30, 70, 230);
  line-height: 1.3;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 4px;
}
.join-us--modal .joinus-modal-content p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.join-us--modal .joinus-modal-content .cross-icon {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.join-us--modal .joinus-modal-content .cross-icon:hover {
  color: red;
}
.join-us--modal.show {
  display: block !important;
  animation: dropDown 0.4s ease-out;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@keyframes dropDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.join-us-form label {
  display: block;
  color: rgb(30, 70, 230);
  font-weight: 700;
  margin-bottom: 0px;
}
.join-us-form input,
.join-us-form select {
  border: 0px;
  outline: 0px;
  border-bottom: 2px solid rgba(30, 70, 230, 0.75);
  margin-bottom: 24px;
  font-size: 14px;
  width: 100%;
  color: rgba(0, 0, 0, 0.75);
}
.join-us-form input::-moz-placeholder, .join-us-form select::-moz-placeholder {
  color: #b6b9bf;
}
.join-us-form input::placeholder,
.join-us-form select::placeholder {
  color: #b6b9bf;
}
.join-us-form input option,
.join-us-form select option {
  color: #1e46e6;
  font-weight: 600;
  background-color: #f5f7fa;
  overflow: hidden;
}
.join-us-form input option:last-child,
.join-us-form select option:last-child {
  border-radius: 20px;
}
.join-us-form input option.choose-occupation,
.join-us-form select option.choose-occupation {
  display: none;
}
.join-us-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/blue_drop_icon.png");
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 12px;
}
.join-us-form .read-more {
  font-size: 14px;
  padding: 4px 8px;
  outline: 0px;
  margin-top: 10px;
}
.join-us-form .read-more:hover {
  scale: 0.95;
}
.join-us-form .action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.join-us-form .form-info {
  font-size: 11px !important;
  font-style: italic;
  font-weight: 400 !important;
  color: #b6b9bf !important;
  margin-bottom: 30px;
}

.submit-greet {
  text-align: center;
  display: none;
}
.submit-greet img {
  width: 200px;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
}

.join-us--mob {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9998;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 18px;
}
.join-us--mob a {
  background-color: rgb(30, 70, 230);
  color: #fff;
  border-radius: 18px;
  padding: 5px 12px;
  font-size: 16px;
}

.global-popup {
  display: none;
}

.breathing-effect-size {
  animation: breatheeffect 5s ease-in-out infinite;
}

@keyframes breatheeffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
.breathing-effect-opacity {
  animation: opacityeffect 3s ease-in-out infinite;
}

@keyframes opacityeffect {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */