/* CSS Document */
/* .......................  Social media style  .........................*/
.shareboxwrp {
  display: none;
  float: left;
  width: 100%;
}

.shareboxwrpin {
  margin: 0 auto;
  display: table;
  width: 40px;
}

.social-media-main {
  width: 50px;
  height: 192px;
  float: left;
  position: fixed;
  bottom: 10px;
  z-index: 9;
  right: 10px;
  padding-top: 60px;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

@media only screen and (min-width: 992px) {
  .gotop-arrow__visible .social-media-main {
    bottom: 80px;
  }
}
.shretle {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-size: 30px 62px;
  background-image: url("../images/social-share.svg");
  background-repeat: no-repeat;
  background-position: 8px -23px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 3px 0;
  color: #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  float: left;
  position: absolute;
  top: 125px;
  left: 0;
  cursor: pointer;
  -moz-transition: top 0.2s linear 0s;
  -webkit-transition: top 0.2s linear 0s;
  transition: top 0.2s linear 0s;
}

.shretle.open {
  top: 0;
  background-position: 10px 15px;
}

.social-media-ins {
  width: 100%;
  height: 180px;
  float: left;
  margin: 0px;
}

.social-media-head {
  width: 100%;
  height: auto;
  float: left;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 110%;
}

.social-media-icon {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  background-image: url("../images/social.svg");
  background-size: 50px auto;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}

.tw-clr {
  background-position: -4px -107px;
  background-color: #000;
}

.gl-clr {
  background-position: -4px -56px;
  background-color: #fb443e;
}

.wt-clr {
  background-position: -4px -159px;
  background-color: #13b345;
}

.fb-clr {
  background-color: #2b44a0;
  background-position: -6px -5px;
}

/* .........................  /Social media style end  .........................*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -5px;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: inherit;
  margin-bottom: 0;
  object-fit: cover;
  padding-left: 5px;
  padding-right: 5px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted {
  padding-bottom: 40px;
}

.slick-dots {
  position: absolute;
  text-align: center;
  margin: 0;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  bottom: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.slick-dots li.slick-active button {
  background-color: #0256A1;
  width: 18px;
}

.slick-dots button {
  text-indent: -99999px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  outline: none;
  padding: 0;
  background-color: #D9D9D9;
  font-size: 0;
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  font-size: 0;
  border: 0;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #ffffff;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMyAxMS4yNzVDOS4xIDExLjA3NSA5LjAwNCAxMC44MzM0IDkuMDEyIDEwLjU1QzkuMDIwNjcgMTAuMjY2NyA5LjEyNSAxMC4wMjUgOS4zMjUgOS44MjUwNUwxMi4xNSA3LjAwMDA1SDFDMC43MTY2NjcgNy4wMDAwNSAwLjQ3OSA2LjkwNDA1IDAuMjg3IDYuNzEyMDVDMC4wOTU2NjY4IDYuNTIwNzIgMCA2LjI4MzM4IDAgNi4wMDAwNUMwIDUuNzE2NzIgMC4wOTU2NjY4IDUuNDc5MDUgMC4yODcgNS4yODcwNUMwLjQ3OSA1LjA5NTcyIDAuNzE2NjY3IDUuMDAwMDUgMSA1LjAwMDA1SDEyLjE1TDkuMyAyLjE1MDA1QzkuMSAxLjk1MDA1IDkgMS43MTIzOCA5IDEuNDM3MDVDOSAxLjE2MjM4IDkuMSAwLjkyNTA0OSA5LjMgMC43MjUwNDlDOS41IDAuNTI1MDQ5IDkuNzM3NjcgMC40MjUwNDkgMTAuMDEzIDAuNDI1MDQ5QzEwLjI4NzcgMC40MjUwNDkgMTAuNTI1IDAuNTI1MDQ5IDEwLjcyNSAwLjcyNTA0OUwxNS4zIDUuMzAwMDVDMTUuNCA1LjQwMDA1IDE1LjQ3MSA1LjUwODM4IDE1LjUxMyA1LjYyNTA1QzE1LjU1NDMgNS43NDE3MiAxNS41NzUgNS44NjY3MiAxNS41NzUgNi4wMDAwNUMxNS41NzUgNi4xMzMzOCAxNS41NTQzIDYuMjU4MzggMTUuNTEzIDYuMzc1MDVDMTUuNDcxIDYuNDkxNzIgMTUuNCA2LjYwMDA1IDE1LjMgNi43MDAwNUwxMC43IDExLjNDMTAuNTE2NyAxMS40ODM0IDEwLjI4NzcgMTEuNTc1IDEwLjAxMyAxMS41NzVDOS43Mzc2NyAxMS41NzUgOS41IDExLjQ3NSA5LjMgMTEuMjc1WiIgZmlsbD0iIzUxNUZCMSIvPgo8L3N2Zz4K");
  background-size: 20px auto;
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
  visibility: visible !important;
  margin: 0 !important;
}
.slick-arrow.slick-disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMyAxMS4yNzVDOS4xIDExLjA3NSA5LjAwNCAxMC44MzM0IDkuMDEyIDEwLjU1QzkuMDIwNjcgMTAuMjY2NyA5LjEyNSAxMC4wMjUgOS4zMjUgOS44MjUwNUwxMi4xNSA3LjAwMDA1SDFDMC43MTY2NjcgNy4wMDAwNSAwLjQ3OSA2LjkwNDA1IDAuMjg3IDYuNzEyMDVDMC4wOTU2NjY4IDYuNTIwNzIgMCA2LjI4MzM4IDAgNi4wMDAwNUMwIDUuNzE2NzIgMC4wOTU2NjY4IDUuNDc5MDUgMC4yODcgNS4yODcwNUMwLjQ3OSA1LjA5NTcyIDAuNzE2NjY3IDUuMDAwMDUgMSA1LjAwMDA1SDEyLjE1TDkuMyAyLjE1MDA1QzkuMSAxLjk1MDA1IDkgMS43MTIzOCA5IDEuNDM3MDVDOSAxLjE2MjM4IDkuMSAwLjkyNTA0OSA5LjMgMC43MjUwNDlDOS41IDAuNTI1MDQ5IDkuNzM3NjcgMC40MjUwNDkgMTAuMDEzIDAuNDI1MDQ5QzEwLjI4NzcgMC40MjUwNDkgMTAuNTI1IDAuNTI1MDQ5IDEwLjcyNSAwLjcyNTA0OUwxNS4zIDUuMzAwMDVDMTUuNCA1LjQwMDA1IDE1LjQ3MSA1LjUwODM4IDE1LjUxMyA1LjYyNTA1QzE1LjU1NDMgNS43NDE3MiAxNS41NzUgNS44NjY3MiAxNS41NzUgNi4wMDAwNUMxNS41NzUgNi4xMzMzOCAxNS41NTQzIDYuMjU4MzggMTUuNTEzIDYuMzc1MDVDMTUuNDcxIDYuNDkxNzIgMTUuNCA2LjYwMDA1IDE1LjMgNi43MDAwNUwxMC43IDExLjNDMTAuNTE2NyAxMS40ODM0IDEwLjI4NzcgMTEuNTc1IDEwLjAxMyAxMS41NzVDOS43Mzc2NyAxMS41NzUgOS41IDExLjQ3NSA5LjMgMTEuMjc1WiIgZmlsbD0iI0RERERERCIvPgo8L3N2Zz4K");
  cursor: no-drop;
  opacity: 1;
}
.slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(-180deg);
  left: 5px;
}
.slick-arrow.slick-next {
  right: 5px;
}
@media only screen and (max-width: 575.99px) {
  .slick-arrow {
    display: block !important;
  }
}

.kerala-state-carousel--slider .slick-arrow {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.kerala-state-carousel--slider .slick-arrow.slick-prev {
  transform: translate(-100px, -50%) rotate(-180deg);
  left: 15px;
}
.kerala-state-carousel--slider .slick-arrow.slick-next {
  right: 15px;
  transform: translateX(100px);
}
.kerala-state-carousel--slider.slick-slider:hover .slick-arrow, .kerala-state-carousel--slider.slick-slider:focus .slick-arrow {
  opacity: 1;
}
.kerala-state-carousel--slider.slick-slider:hover .slick-arrow.slick-prev, .kerala-state-carousel--slider.slick-slider:focus .slick-arrow.slick-prev {
  transform: translate(0px, -50%) rotate(-180deg);
}
.kerala-state-carousel--slider.slick-slider:hover .slick-arrow.slick-next, .kerala-state-carousel--slider.slick-slider:focus .slick-arrow.slick-next {
  transform: translateX(0px);
}

@media only screen and (max-width: 575px) {
  .influencers-video-carousel--slider .slick-arrow {
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
  .influencers-video-carousel--slider .slick-arrow.slick-prev {
    left: 15px;
    transform: translateY(0) rotate(-180deg);
  }
  .influencers-video-carousel--slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 576px) {
  .influencers-video-carousel--slider .slick-arrow.slick-prev {
    left: -45px;
  }
  .influencers-video-carousel--slider .slick-arrow.slick-next {
    right: -45px;
  }
}

@media only screen and (min-width: 576px) {
  .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-gallery .mfp-container .mfp-arrow {
  opacity: 1;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left::before {
  border-right-color: #fff;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left::after {
  border-right-color: #6C60DC;
  transition: border 0.4s ease;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left:hover::after {
  border-right-color: #0256A1;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right::before {
  border-left-color: #fff;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right::after {
  border-left-color: #6C60DC;
  transition: border 0.4s ease;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right:hover::after {
  border-left-color: #0256A1;
}

body {
  background-color: #ffffff;
}

p ~ ol,
p ~ ul {
  margin-top: 20px;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

ol,
ul {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style-position: outside;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
  counter-reset: item;
}
ol > li {
  counter-increment: item;
}
ol > li p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}
ol ol {
  list-style-type: none;
  counter-reset: subitem;
}
ol ol > li {
  position: relative;
  counter-increment: subitem;
  padding-left: 35px;
}
ol ol > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: counter(item) "." counter(subitem) ". ";
}
ol ol > li p:first-child {
  font-weight: normal;
}
ol ol ol {
  list-style-type: decimal;
  margin-bottom: 20px;
}
ol ol ol > li {
  counter-increment: none;
  padding-left: 0;
}
ol ol ol > li::before {
  display: none;
}

.subscribe-banner {
  position: relative;
  padding-top: 131.4782608696%;
}
.subscribe-banner__img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kerala-state-carousel {
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.kerala-state-carousel .kerala-state__item {
  position: relative;
  padding-top: 176.4705882353%;
}
.kerala-state-carousel .kerala-state__item img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.kerala-state-carousel .kerala-state__item figcaption {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50% 10px 25px 10px;
  font-family: "PanchariUB";
  font-weight: normal;
  color: #ffffff;
  font-size: 25px;
  line-height: 27.5px;
  letter-spacing: normal;
  font-style: normal;
  background: #6C60DC;
  background: -webkit-linear-gradient(0deg, #6c60dc 0%, rgba(108, 96, 220, 0) 100%);
  background: -moz-linear-gradient(0deg, #6c60dc 0%, rgba(108, 96, 220, 0) 100%);
  background: linear-gradient(0deg, #6c60dc 0%, rgba(108, 96, 220, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6C60DC", endColorstr="#6C60DC", GradientType=0);
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.influencers {
  background: #6C60DC url("../images/video-bg.jpg") center center/cover no-repeat;
}
.influencers__column-left {
  margin-bottom: 30px;
}
.influencers__title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 15px;
}
.influencers__para {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 0;
}
.influencers__item {
  position: relative;
  padding-top: 159.0277777778%;
}
.influencers__item img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.influencers__item figcaption {
  position: absolute;
  display: block;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background-image: url(../images/play.svg);
  background-position: center center;
  background-size: 45px 45px;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.footer-points--list {
  border: 1px solid #ededed;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 25px;
  margin-top: 30px;
}
.footer-points .item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-points__item {
  display: flex;
  align-items: center;
}
.footer-points__item img {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  max-width: 70px;
  margin: 0;
}
.footer-points__item figcaption {
  padding-left: 20px;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.footer-points__title, .footer-points__subtitle {
  display: block;
}
.footer-points__title {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: normal;
  font-style: normal;
  font-family: "PanchariUB";
  font-weight: normal;
  color: #2B265D;
  margin-bottom: 5px;
}
.footer-points__subtitle {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: normal;
  font-style: normal;
  color: #2B265D;
  font-weight: normal;
}

.main-footer {
  background-color: #2B265D;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-footer .footer-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-nav {
  margin-bottom: 15px;
}
.main-footer .footer-nav__li {
  position: relative;
  color: #ffffff;
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0;
}
.main-footer .footer-nav__li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: #ffffff;
  opacity: 0.65;
}
.main-footer .footer-nav__li:not(:last-child) {
  margin-right: 10px;
}
.main-footer .footer-nav__li a {
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  opacity: 0.65;
}
.main-footer .footer-nav__li:hover a {
  opacity: 1;
}
.main-footer .copyright p {
  text-align: left;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  opacity: 0.65;
}

@media only screen and (min-width: 480px) {
  .kerala-state-carousel .kerala-state__item figcaption {
    font-size: 22px;
    line-height: 24.2px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 576px) {
  .subscribe-banner {
    padding-top: 131.54296875%;
  }

  .influencers-video-carousel {
    padding-left: 25px;
    padding-right: 25px;
  }

  .kerala-state-carousel .kerala-state__item figcaption {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: normal;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .main-footer .footer__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-footer .footer-nav {
    margin-bottom: 0;
  }

  .kerala-state-carousel .kerala-state__item figcaption {
    font-size: 23px;
    line-height: 25.3px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-banner {
    padding-top: 59.6875%;
  }

  .influencers__in {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
  }
  .influencers__column-left, .influencers__column-right {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
  .influencers__title {
    max-width: 550px;
  }
  .influencers__para {
    max-width: 550px;
  }

  .footer-points--list {
    border: 1px solid #ededed;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 30px;
    margin-top: 40px;
  }
  .footer-points__in {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-points .item {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-points .item:not(:last-child) {
    margin-bottom: 0;
  }
  .footer-points__item {
    display: flex;
    align-items: center;
  }
  .footer-points__item img {
    flex: 0 0 99px;
    width: 99px;
    height: 99px;
    max-width: 99px;
  }
  .footer-points__title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: normal;
    font-style: normal;
  }
  .footer-points__subtitle {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: normal;
    font-style: normal;
  }

  .kerala-state-carousel .kerala-state__item figcaption {
    font-size: 25px;
    line-height: 27.5px;
    letter-spacing: normal;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .kerala-state-carousel .kerala-state__item figcaption {
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 1400px) {
  .kerala-state-carousel .kerala-state__item figcaption {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: normal;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
  }
}
