/**
 * 2014 Material Design color palettes
 * These color palettes, originally created by Material Design in 2014,
 * are comprised of colors designed to work together harmoniously,
 * and can be used to develop your brand palette. To generate your own harmonious palettes,
 * use either the palette generation tool or Material Theme Editor.
 *
 * @link https://material.io/design/color/#tools-for-picking-colors
 */
.elementor-widget-p2o-hero-banner {
  background-color: #38a3a6;
  position: relative;
}
.elementor-widget-p2o-hero-banner .p2o-hero__video {
  display: block;
}
.elementor-widget-p2o-hero-banner .p2o-hero__mute-btn {
  position: absolute;
  bottom: 15px;
  z-index: 999;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 29px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0px;
  background-image: url(../imgs/sound-on-icon.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (max-width: 1020px) {
  .elementor-widget-p2o-hero-banner .p2o-hero__mute-btn {
    display: none;
  }
}
.elementor-widget-p2o-hero-banner .p2o-hero__mute-btn.muted {
  background-image: url(../imgs/sound-off-icon.png);
}
.elementor-widget-p2o-hero-banner .p2o-hero__content-inner {
  max-width: 550px;
  width: 100%;
  margin-left: 35px;
}
.elementor-widget-p2o-hero-banner .p2o-hero__content {
  position: absolute;
  top: 0;
  max-width: 1040px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-top: 75px;
  font-family: "Baloo Tamma 2", cursive;
}
@media (min-width: 1021px) and (max-width: 1200px) {
  .elementor-widget-p2o-hero-banner .p2o-hero__content {
    padding-top: 18px;
    left: 52%;
  }
}
.elementor-widget-p2o-hero-banner .p2o-hero__title {
  -webkit-animation: 1s ease 0.3s normal backwards 1 p2o-hero-fade-in;
          animation: 1s ease 0.3s normal backwards 1 p2o-hero-fade-in;
  opacity: 1;
  font-size: 59px;
  line-height: 50.5px;
  font-weight: 600;
  letter-spacing: -1.062px;
  color: #222d42;
  font-family: "Baloo Tamma 2", cursive, sans-serif;
}
@media (min-width: 1021px) and (max-width: 1200px) {
  .elementor-widget-p2o-hero-banner .p2o-hero__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.elementor-widget-p2o-hero-banner .p2o-hero__title span {
  display: block;
  color: #fff;
}
.elementor-widget-p2o-hero-banner .p2o-hero__cta {
  text-align: right;
  -webkit-animation: 1s ease 2.3s normal backwards 1 p2o-hero-fade-in;
  animation: 1s ease 2.3s normal backwards 1 p2o-hero-fade-in;
  opacity: 1;
}
.elementor-widget-p2o-hero-banner .p2o-hero__cta a {
  border-radius: 5px;
  background-color: #facb57;
  width: 201px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 45px;
  margin-top: 7px;
  padding: 10px 0 6px 0;
}
.elementor-widget-p2o-hero-banner .p2o-hero__cta a:hover {
  text-decoration: none;
  background: #235179;
  color: #fff;
}
.elementor-widget-p2o-hero-banner .p2o-hero__subtitle {
  text-align: right;
  padding-right: 10px;
  -webkit-animation: 1s ease 1.3s normal backwards 1 p2o-hero-fade-in;
  animation: 1s ease 1.3s normal backwards 1 p2o-hero-fade-in;
  opacity: 1;
}
.elementor-widget-p2o-hero-banner .p2o-hero__subtitle-inner {
  max-width: 344px;
  display: inline-block;
  font-size: 20.5px;
  line-height: 23px;
  color: #222d42;
  font-weight: 600;
  text-align: left;
  margin-top: 8px;
}
@media (max-width: 1020px) {
  .elementor-widget-p2o-hero-banner {
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: bottom 30px center, top center;
    min-height: 815px;
  }
  .elementor-widget-p2o-hero-banner video.p2o-hero__video {
    display: none !important;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 22px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__content-inner {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__content .p2o-hero__title {
    font-size: 45px;
    line-height: 1;
    letter-spacing: -0.558px;
    margin-top: 30px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__cta {
    text-align: left;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__subtitle {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .elementor-widget-p2o-hero-banner {
    background-size: 127%, cover;
    background-position: bottom 20px left, top center;
    min-height: 580px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__content .p2o-hero__title {
    font-size: 31px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__content .p2o-hero__title {
    font-size: 32px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__subtitle {
    text-align: left;
    padding-right: 50px;
    padding-top: 10px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__content .p2o-hero__title {
    margin-top: 0px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__subtitle-inner {
    font-size: 15.5px;
    line-height: 19px;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__cta {
    text-align: left;
  }
  .elementor-widget-p2o-hero-banner .p2o-hero__cta a {
    width: 170px;
    border-radius: 30px;
    font-size: 15px;
  }
  .elementor-widget-p2o-hero-banner .clickdiu {
    pointer-events: none;
  }
}

@-webkit-keyframes p2o-hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes p2o-hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p2o-ticker-wrapper {
  padding-top: 10px;
}
.p2o-ticker-wrapper .p2o-ticker {
  width: 100%;
  overflow: hidden;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .p2o-ticker-wrapper .p2o-ticker {
    background-color: rgba(255, 255, 255, 0);
  }
}
.p2o-ticker-wrapper .p2o-ticker__inner {
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  text-align: center;
  visibility: visible;
  -webkit-animation-name: p2o-cssmarquee;
          animation-name: p2o-cssmarquee;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .p2o-ticker-wrapper .p2o-ticker__inner {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .p2o-ticker-wrapper .p2o-ticker__inner {
    display: inline-block;
    -webkit-animation-name: p2o-ticker;
            animation-name: p2o-ticker;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
.p2o-ticker-wrapper .p2o-ticker__item {
  display: inline-block;
  font-size: 22px;
  margin: 0 auto;
}
.p2o-ticker-wrapper .p2o-ticker__item > div {
  color: #220000;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p2o-ticker-wrapper .p2o-ticker__item > div {
    font-size: 24px;
    display: inline-block;
  }
}

@-webkit-keyframes p2o-ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes p2o-ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes p2o-cssmarquee {
  0% {
    -webkit-transform: translate3d(0%);
            transform: translate3d(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes p2o-cssmarquee {
  0% {
    -webkit-transform: translate3d(0%);
            transform: translate3d(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes p2o-cssmarquee-v2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes p2o-cssmarquee-v2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p2o-key-feature__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 150px;
  z-index: 9;
}
.p2o-key-feature__top-key {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.p2o-key-feature__top-key img {
  max-width: 100%;
  width: 230px;
  height: auto;
}
.p2o-key-feature__mid {
  color: #333132;
  background-color: #FFC938;
  position: relative;
  z-index: 10;
}
.p2o-key-feature__mid-inner {
  max-width: 1040px;
  padding: 30px 25px;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.p2o-key-feature__bot {
  position: relative;
  z-index: 10;
}

.p2o-call2action {
  min-height: 836px;
  background: url(../imgs/khopdi.svg), url(../imgs/linevector.png), url(../imgs/wrapper-bg.png);
  background-position: -40% 74%, 99.5% 80%, top center;
  background-repeat: no-repeat;
  background-size: 72%, auto, cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p2o-call2action__inner {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
.p2o-call2action__content {
  margin-left: 50%;
  margin-top: 10%;
}
.p2o-call2action__content > h3 {
  position: relative;
  font-size: 42.5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 43px;
  font-family: "Baloo Tamma 2", cursive;
  margin: 0;
  padding: 0;
}
.p2o-call2action__content > h3:after {
  content: "";
  height: 4px;
  max-width: 50px;
  background: #facb57;
  display: block;
  margin: 20px 0 29px;
}
.p2o-call2action__content a.p2o-call2action__cta {
  border-radius: 10px;
  background-color: #ffc938;
  width: 191px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  font-family: "Baloo Tamma 2", cursive;
  color: #000;
  padding: 14px 0 8px;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 17.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.p2o-call2action__content a.p2o-call2action__cta:hover {
  background: #235179;
  color: #fff;
}
.p2o-call2action__richtext {
  padding: 0;
  margin: 0;
  font-size: 21px;
  line-height: 26px;
  font-family: "Baloo Tamma 2", cursive;
  color: #fff;
  margin-bottom: 22px;
}

@media (min-width: 2001px) {
  .p2o-call2action {
    min-height: 1100px;
  }
}
@media (min-width: 1451px) and (max-width: 1700px) {
  .p2o-call2action {
    min-height: 726px;
  }
}
@media (min-width: 1401px) and (max-width: 1450px) {
  .p2o-call2action {
    min-height: 636px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .p2o-call2action {
    min-height: 579px;
    background-size: 70%, auto, cover;
  }
}
@media (max-width: 1280px) {
  .p2o-call2action {
    background-position: -40% 74%, 99% 96%, top center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .p2o-call2action {
    background-size: 69%, auto, cover;
    min-height: 466px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p2o-call2action {
    min-height: 456px;
    background: url(../imgs/khopdi.svg), url(../imgs/wrapper-bg.png);
    background-position: -80% 74%, top center;
    background-repeat: no-repeat;
    background-size: 72%, cover;
  }
}
@media (max-width: 767px) {
  .p2o-call2action {
    min-height: 700px;
    background: url(../imgs/headvector.png), url(../imgs/upbg.png);
    background-position: 50% 90%, top center;
    background-repeat: no-repeat;
    background-size: 100%, cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }

  .p2o-call2action__content {
    text-align: center;
    padding-top: 80px;
    max-width: 290px;
    margin: 0 auto;
  }

  .p2o-call2action__content > h3 {
    font-size: 23.93px;
    line-height: 30px;
    letter-spacing: -0.24px;
  }

  .p2o-call2action__content h3:after {
    content: "";
    height: 4px;
    max-width: 50px;
    background: #facb57;
    display: block;
    margin: 7px 0 20px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 5px;
  }

  .p2o-call2action__content .p2o-call2action__richtext {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
  }

  .p2o-call2action__content a.p2o-call2action__cta {
    border-radius: 30px;
    padding-bottom: 0px;
    display: inline-block;
    font-size: 15px;
    padding-top: 3px;
    width: 180px;
    line-height: inherit;
  }
}
@media (max-width: 560px) {
  .p2o-call2action {
    min-height: 600px;
  }
}
@media (max-width: 410px) {
  .p2o-call2action {
    min-height: 510px;
  }
}
.p2o-full-width {
  width: 100%;
}
