body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-style: normal;
  scroll-behavior: smooth;
  position: relative;
  font-size: 15px;
  font-family: var(--montserrat); }

html {
  scroll-behavior: smooth; }

img {
  -ms-filter: "progid:DXImageTransform.Microsoft.opacity(100%)" !important;
  filter: opacity(100%) !important;
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  cursor: pointer; }

.no-jump-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  color: #F7F7F7;
  image-rendering: -webkit-optimize-contrast !important;
  outline: none !important;
  border: 0 !important;
  transition: all .5s ease; }

.border {
  border: 1px solid #f1f1f1; }

.border-top {
  border-top: 1px solid #f1f1f1; }

.border-left {
  border-left: 1px solid #f1f1f1; }

.border-right {
  border-right: 1px solid #f1f1f1; }

.border-bottom {
  border-bottom: 1px solid #f1f1f1; }

.border-radius {
  border-radius: 10px;
  overflow: hidden; }

.clr-blue {
  color: #333994; }

.pos-relative {
  position: relative; }

:root {
  --gloock: "Gloock", serif;
  --montserrat: "Montserrat", sans-serif; }

.footer {
  width: 100%; }
  .footer.border-top {
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    margin-top: 15px; }

.container-custom {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.copy-right, .follow-us {
  font-size: 15px;
  font-weight: 500;
  color: #000 l;
  text-align: left;
  font-family: var(--montserrat);
  text-align: center; }

.icons {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  background-color: #F1F1F1;
  border-radius: 100px; }

.icons i {
  display: inline-block;
  width: 22px;
  height: 22px; }

.icons-inner {
  position: relative;
  padding-bottom: 189.5381715362865%;
  width: 100%; }

.main-title {
  font-size: 28px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-family: var(--gloock); }
  .main-title span {
    color: #333994; }
  .main-title .sub-title {
    font-family: var(--montserrat);
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: normal; }

.main-title-count {
  font-size: 30px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-weight: 400; }

.paragraph {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #414141;
  font-family: var(--montserrat);
  margin: 0; }
  .paragraph .sub {
    color: #333994;
    text-align: center;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.2; }

.backtop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: none;
  outline: none;
  z-index: 1;
  padding: 10px;
  background: #fff;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 9999;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; }

.backtop::after {
  content: "";
  background-image: url("../images/back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 9999; }

@media all and (min-width: 980px) {
  .paragraph {
    font-size: 18px;
    line-height: 36px; }

  .main-title {
    font-size: 35px; } }
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

header {
  width: 100%; }

.navbar {
  position: fixed;
  left: -100%;
  z-index: 9999;
  top: 0;
  bottom: 0;
  background-color: #333994;
  backdrop-filter: blur(5px);
  overflow-y: scroll;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(135deg, #333994, #333994);
  background-image: linear-gradient(135deg, #333994, #333994);
  background-size: auto;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(135deg, #333994, #333994);
  background-size: 20px 20px, cover; }
  .navbar ul {
    width: 100%;
    padding: 0;
    margin: 0; }
    .navbar ul li {
      list-style-type: none; }
      .navbar ul li a {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        font-family: var(--montserrat);
        position: relative;
        text-decoration: none; }
        .navbar ul li a:hover {
          color: #32339B; }
        .navbar ul li a.active {
          color: #32339B;
          font-weight: 700; }
        .navbar ul li a.drop-down:after {
          border: solid #000;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 3px;
          content: "";
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          position: absolute;
          margin-left: 10px;
          top: 50%;
          margin-top: -4px; }

.mobile-menu-show {
  left: 0 !important;
  right: 0;
  width: 100%;
  visibility: visible;
  opacity: 1; }
  .mobile-menu-show ul li:nth-child(1) {
    -webkit-animation: slide-in-bottom 0.2s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.2s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .mobile-menu-show ul li:nth-child(2) {
    -webkit-animation: slide-in-bottom 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.4s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .mobile-menu-show ul li:nth-child(3) {
    -webkit-animation: slide-in-bottom 0.6s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.6s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .mobile-menu-show ul li:nth-child(4) {
    -webkit-animation: slide-in-bottom 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .mobile-menu-show ul li:nth-child(5) {
    -webkit-animation: slide-in-bottom 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .mobile-menu-show ul li:nth-child(6) {
    -webkit-animation: slide-in-bottom 1.2s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 1.2s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .mobile-menu-show ul li a {
    text-align: center;
    font-size: 22px;
    display: block; }
    .mobile-menu-show ul li a.drop-down:after {
      border: solid #fff !important;
      border-width: 0 2px 2px 0 !important; }
    .mobile-menu-show ul li a.active {
      color: #B8BBF5 !important; }
    .mobile-menu-show ul li a:hover {
      color: #B8BBF5; }

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  98% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  98% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.mm-logo {
  max-width: 350px;
  width: 100%;
  display: block;
  text-decoration: none; }

.mm-logo-inner {
  width: 100%;
  position: relative;
  padding-bottom: 11.440677966101696%; }
  .mm-logo-inner.online {
    padding-bottom: 12.441%; }

/*.linear-wipe {
  background: linear-gradient(to right, #333994 20%, #AF90FC 40%, #AF90FC 60%, #333994 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  animation: shine 1s linear infinite;
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }
}*/
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.5rem;
  height: 1rem;
  border: none;
  outline: none;
  visibility: visible;
  z-index: 99999; }

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.15px;
  opacity: 1;
  rotate: 0deg;
  border-radius: 0.15rem;
  background-color: #000;
  transition: all 0.3s ease; }

.burger-line:nth-child(1) {
  top: 0px; }

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%; }

.burger-line:nth-child(3) {
  top: 1rem; }

.burger.is-active > .burger-line {
  background-color: #fff; }

.burger.is-active > .burger-line:nth-child(1) {
  top: 0.5rem;
  rotate: 135deg; }

.burger.is-active > .burger-line:nth-child(2) {
  opacity: 0; }

.burger.is-active > .burger-line:nth-child(3) {
  top: 0.5rem;
  rotate: -135deg; }

/* parent */
.navbar ul li {
  position: relative; }

/* submenu */
.submenu {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  list-style: none;
  margin: 0;
  min-width: 300px;
  border-radius: 10px;
  z-index: 999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease; }
  .submenu li {
    border-bottom: 1px solid #f1f1f1; }
    .submenu li:last-of-type {
      border: 0; }
  .submenu a {
    color: #000 !important;
    font-size: 17px !important; }
    .submenu a:hover {
      color: #AF90FC !important; }

@media (min-width: 992px) {
  .navbar ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); } }
@media (max-width: 991px) {
  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease; }

  .navbar ul li.open > .submenu {
    max-height: 300px; } }
.navbar {
  overflow: visible !important; }

@media all and (min-width: 992px) {
  .navbar {
    position: static;
    top: inherit;
    left: inherit;
    bottom: inherit;
    background: transparent;
    backdrop-filter: none;
    display: block;
    overflow-y: visible;
    visibility: visible;
    opacity: 1; }
    .navbar ul li a {
      color: #000; } }
.banner {
  width: 100%;
  position: relative;
  padding-bottom: 45.875%;
  /*    padding-bottom: 57.875% ;*/
  /*      padding-bottom: 40.375% */ }

.arrow-down {
  width: 100%;
  text-align: center; }

.banner-sub-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  font-family: var(--montserrat); }

.banner-main-title-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden; }

.banner-main-title {
  max-width: 310px;
  width: 100%; }

.banner-main-title-inner {
  width: 100%;
  position: relative;
  /*    padding-bottom: 41.348379629629626% ;*/
  padding-bottom: 17.85967%; }

/*.main-title-image{
    width: 0 ;
    transition: width  0.5s ease-in-out;
}

.main-title-image.reveal.active{
    width:100%;  Final width 
}
*/
@media (min-width: 576px) {
  .banner-main-title-inner {
    padding-bottom: 17.85967%; }

  .banner {
    padding-bottom: 40.375%; }

  .banner-main-title {
    max-width: 728px; } }
@media (min-width: 992px) {
  .banner-sub-text {
    font-size: 18px;
    font-weight: 500; }

  .banner-text {
    max-width: 700px; } }
.lead-block, .reach-block {
  width: 100%; }

.lead-block {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }
  .lead-block .rech:after {
    display: none; }

.reach-block .rech:last-child:after {
  display: none; }
.reach-block .rech:after {
  content: "";
  width: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #f1f1f1; }
.reach-block .rech .reach-audience-text {
  max-width: 106px;
  width: 100%; }

.reach-audience {
  width: 100%; }

.reach-audience-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  font-family: var(--montserrat);
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 0 auto; }

.reach-audience-count {
  font-size: 35px;
  line-height: 1;
  color: #333994;
  font-weight: 600;
  font-family: var(--montserrat); }

.million {
  color: #000;
  font-weight: 100; }

.reach-audience-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: var(--montserrat);
  width: 100%;
  text-align: center;
  line-height: 1.3; }

.rech {
  text-align: left;
  position: relative; }
  .rech:last-child {
    border-bottom: 0; }

.lead .reach-audience-count {
  font-size: 50px;
  margin-right: 10px; }

.lead .reach-audience-text {
  max-width: 100%;
  text-align: left;
  width: auto; }

.other-sites-block {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  max-width: 90%; }

.ohter-sites-thump-blk, .ohter-sites-circulations {
  position: relative; }

.ohter-sites-circulations {
  width: 100%;
  max-width: 100%; }
  .ohter-sites-circulations .malayala-manorama, .ohter-sites-circulations .manorama-online {
    width: 100%;
    padding: 0 0px; }
    .ohter-sites-circulations .malayala-manorama .inner-block, .ohter-sites-circulations .manorama-online .inner-block {
      width: 100%;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #444A9F; }
  .ohter-sites-circulations:after {
    display: none; }

.ohter-sites-thump-blk {
  max-width: 100%;
  width: 100%; }
  .ohter-sites-thump-blk:after {
    display: none; }

.real-connections {
  width: 100%;
  background-color: #333994;
  padding: 40px 0 40px 0;
  position: relative; }
  .real-connections .reach-audience-count, .real-connections .reach-audience-text {
    color: #fff;
    text-align: left; }
  .real-connections .million {
    color: #AF90FC; }
  .real-connections ul {
    padding: 0; }
    .real-connections ul li {
      padding: 0 0px; }
      .real-connections ul li:last-child a {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0; }
      .real-connections ul li a {
        display: block;
        border-bottom: 1px solid #444A9F;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%; }

.site-thump {
  max-width: 55px;
  width: 55px;
  min-width: 55px; }

.site-thump-inner {
  width: 100%;
  position: relative;
  padding-bottom: 100%; }

.other-site-name {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  max-width: 200px;
  width: 100%;
  text-align: left;
  font-family: var(--montserrat); }

.other-site-count {
  font-size: 17px;
  color: #B8BBF5;
  font-weight: 600;
  font-family: var(--montserrat); }

.bg {
  background: linear-gradient(135deg, #333994, #333994);
  background-image: radial-gradient(circle, #3c429b 1px, transparent 1px), linear-gradient(135deg, #333994, #333994);
  background-size: 20px 20px, cover;
  overflow: hidden; }

.graphic-block {
  max-width: 190px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.2; }

.left {
  left: 0 !important;
  max-width: 220px; }

.left .graphic-block-inner {
  padding-bottom: 125.31646%; }

.graphic-block-inner {
  width: 100%;
  position: relative;
  padding-bottom: 226.60099%; }

@media (min-width: 576px) {
  .rech {
    border-bottom: 0; }

  .reach-audience-text {
    max-width: 100%; }

  .reach-audience-count, .lead .reach-audience-count {
    font-size: 55px; }

  .reach-audience-text {
    font-size: 20px; } }
@media (min-width: 768px) {
  .reach-block .rech .reach-audience-text {
    max-width: 100%;
    width: 100%; }

  .graphic-block {
    opacity: 1; }

  .reach-audience-title {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 30px; }

  .ohter-sites-circulations .malayala-manorama, .ohter-sites-circulations .manorama-online {
    padding: 0 30px; }

  .real-connections {
    padding: 40px 0 100px 0; }
    .real-connections ul li {
      padding: 0 30px; }

  .other-sites-block {
    margin: 0 -30px;
    max-width: 100%; }

  .ohter-sites-circulations:after, .ohter-sites-thump-blk:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #444A9F;
    display: block; }
  .ohter-sites-circulations .malayala-manorama .inner-block, .ohter-sites-circulations .manorama-online .inner-block, .ohter-sites-thump-blk .malayala-manorama .inner-block, .ohter-sites-thump-blk .manorama-online .inner-block {
    margin-bottom: 25px;
    padding-bottom: 25px; }

  .real-connections ul li:nth-child(5) a, .real-connections ul li:nth-child(6) a {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .real-connections ul li a {
    margin-bottom: 25px;
    padding-bottom: 25px; } }
@media (min-width: 992px) {
  .lead-block .rech:after {
    display: block;
    content: "";
    width: 1px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 10px;
    background-color: #f1f1f1; }

  .site-thump {
    max-width: 75px;
    width: 75px;
    min-width: 75px; }

  .lead-block {
    width: 30%;
    border: 0; }

  .reach-block {
    width: 70%; } }
@media (min-width: 1200px) {
  .ohter-sites-circulations {
    max-width: 38%; }
    .ohter-sites-circulations .manorama-online .inner-block {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .ohter-sites-circulations:after {
      right: 0; }

  .ohter-sites-thump-blk {
    max-width: 62%; } }
.inner-section-header {
  background-color: #333994;
  background-image: url("../images/inner-banner/inner-section-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

.inner-section-header-title {
  border: 3px solid #B8BBF5;
  position: relative;
  z-index: 99;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-family: var(--gloock);
  color: #fff;
  text-transform: uppercase; }

.inner-section-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #333994;
  opacity: 0.9;
  z-index: 9; }

.inner-banner {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("../images/inner-banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 200px; }

.section-menu a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000; }
  .section-menu a.active {
    color: #333994; }

.section-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  color: #333994; }

.section-channel-title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1; }

.section-desc {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  color: #333; }

.section-lead-title {
  font-size: 35px;
  color: #333994;
  font-weight: 600;
  text-align: left;
  font-family: var(--gloock);
  line-height: 1; }

.inner-banner-img {
  max-width: 600px;
  width: 100%; }

.inner-banner-img-inner {
  width: 100%;
  position: relative;
  padding-bottom: 65.2819%; }

.points-banner {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-right: 0;
  border-radius: 0 0 20px 20px;
  position: relative; }

.points-banner-inner {
  position: relative;
  width: 100%;
  background-image: url("../images/inner-banner/sub-banner-01.jpg");
  background-size: cover;
  background-position: top left;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: 100%;
  min-height: 150px;
  padding: 10px 0 0 0; }

.two {
  background-image: url("../images/inner-banner/sub-banner-02.jpg"); }

.three {
  background-image: url("../images/inner-banner/sub-banner-03.jpg"); }

.mmtv .points-banner-img {
  max-width: 280px; }

.points-banner-img {
  max-width: 300px;
  width: 100%;
  margin-left: -10px;
  transition: all .5s ease; }

.points-banner-img.active {
  margin-left: 0; }

.left-anim {
  margin-left: -100%;
  transition: all .5s ease; }

.right-anim {
  margin-right: -100%;
  transition: all .5s ease; }

.left-anim.reveal.active {
  margin-left: 0; }

.right-anim.reveal.active {
  margin-right: 0; }

.common-anim.reveal {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s ease; }

.common-anim.reveal.active {
  opacity: 1;
  transform: translateY(0); }

.points-banner-img-inner {
  width: 100%;
  position: relative;
  padding-bottom: 67.65286%; }

.points-banner-points-block {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  position: inherit; }

.points-banner-points-block-inner {
  width: 100%;
  background-color: #333994;
  border-radius: 0 0 20px 20px;
  padding: 15px; }

.points-banner-points-title {
  font-size: 20px;
  color: #fff;
  font-family: var(--gloock); }

.mobile-app .points-banner-points-title {
  color: #000; }

.points-banner-points-block ul, .mobile-app ul {
  margin: 0;
  padding: 0; }

.points-banner-points-block ul li, .mobile-app ul li {
  width: 100%;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.mobile-app ul li:last-child {
  margin-bottom: 0; }

.mobile-app ul {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1; }

.mobile-app ul li {
  color: #000 !important;
  width: 50%; }

.mobile-app ul li:after {
  background-color: #000 !important; }

.points-banner-points-block ul li:last-child {
  margin-bottom: 0; }

.mobile-app-img {
  max-width: 100%;
  width: 100%;
  padding-bottom: 119.86666666666666%;
  position: relative; }

.appstore-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  font-family: var(--montserrat);
  line-height: 1;
  text-align: center; }

.appbutton {
  max-width: 120px;
  width: 100%; }

.app-buttons {
  flex-shrink: 0;
  width: 250px;
  /* adjust needed width */
  margin: 0 auto; }

.explore {
  flex-grow: 1;
  min-width: 0; }

.explore img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.appbutton-inner {
  width: 100%;
  position: relative;
  padding-bottom: 32%;
  cursor: pointer;
  display: block; }

.explore {
  max-width: 250px;
  width: 100%;
  margin: 0 auto; }

.explore-inner {
  width: 100%;
  position: relative;
  padding-bottom: 15.69231%;
  cursor: pointer;
  display: block; }

.points-banner-points-block ul li:after, .mobile-app ul li:after {
  content: "";
  clear: both;
  display: table;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 8px; }

.our-publications {
  width: 100%; }

.our-publications-desc {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
  color: #000; }

.our-publications ul {
  margin: 0 -10px;
  padding: 0; }

.our-publications ul li {
  padding: 5px 10px; }

.our-publications-inner {
  background-color: #FAFAFA;
  border-radius: 10px;
  height: 100%; }

.our-publications-logo {
  max-width: 300px;
  width: 100%;
  margin: 0 auto; }

.our-publications-logo-inner {
  width: 100%;
  position: relative;
  padding-bottom: 17.19198%; }

.other-site-section {
  width: 100%;
  padding-top: 50px; }

.premium {
  background-color: #FFFFF8 !important;
  border: 1px solid #FBFBFB; }

.premium-highlights-icons-outer {
  width: 75px;
  min-width: 75px;
  height: 75px;
  background-color: #333994;
  border-radius: 100px;
  margin: 0 auto; }

.premium-highlights-icons {
  width: 65px;
  min-width: 65px;
  height: 65px; }

.premium-highlights {
  width: 100%; }

.premium-highlights-title {
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-family: var(--gloock); }

.premium-highlights-des {
  font-size: 15px;
  color: #000;
  text-align: center;
  font-family: var(--montserrat);
  line-height: 26px; }

.premium-highlights-icons-inner {
  width: 100%;
  position: relative;
  padding-bottom: 100%; }

.other-site-logo {
  max-width: 80px;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -40px; }

.other-site-logo-inner {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  display: block;
  cursor: pointer; }

.other-site-section-inner {
  padding-top: 40px !important;
  border-radius: 20px;
  width: 100%;
  background-color: #F9FAFF;
  position: relative; }

.other-site-section ul {
  margin: 0 0; }

.other-site-section li {
  /*    margin-top:25px;*/
  padding: 0 0px; }

.other-site-section li:nth-child(1), .other-site-section li:nth-child(2) {
  margin-top: 0; }

.csr-inner {
  height: 100%; }

.csr-img-outer {
  max-width: 100%;
  min-width: 100%;
  width: 100%; }

.csr-img {
  width: 100%;
  position: relative;
  padding-bottom: 61.53846%; }

.csr-title {
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  color: #000;
  font-family: var(--gloock); }

.csr-desc {
  font-size: 15px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--montserrat); }

.reach-title {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  font-family: var(--gloock);
  line-height: 1;
  min-width: 190px; }

.reach-des {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: var(--montserrat);
  line-height: 1; }

.reah-count {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

.mmtv .points-banner-inner {
  min-height: inherit; }

@media all and (min-width: 575px) {
  .section-lead-title {
    font-size: 53px; }

  .section-channel-title {
    font-size: 22px; }

  .section-desc {
    font-size: 20px; } }
@media all and (min-width: 768px) {
  .points-banner-points-block ul li, .mobile-app ul li {
    padding-right: 0; }

  .mmtv .points-banner-inner {
    min-height: 350px; }

  .mmtv .points-banner-img {
    max-width: 400px;
    width: 100%; }

  .points-banner-img {
    max-width: 400px;
    width: 100%; }

  .our-publications ul li {
    padding: 10px 10px; }

  .reach-des {
    font-size: 15px; }

  .reah-count {
    font-size: 32px; }

  .csr-img-outer {
    max-width: 32%;
    min-width: 32%;
    width: 100%; }

  .premium-highlights-des {
    text-align: left; }

  .premium-highlights-title {
    text-align: left; }

  .premium-highlights-icons-outer {
    margin: 0; }

  .other-site-section ul {
    margin: 0 -20px; }

  .other-site-section li {
    padding: 0 20px; }

  .explore, .app-buttons {
    margin: 0; }

  .appstore-title {
    font-size: 28px;
    text-align: left; }

  .mobile-app ul li {
    width: 100%; } }
@media all and (min-width: 1200px) {
  .points-banner {
    border-radius: 20px;
    padding-right: 100px; }

  .points-banner-inner {
    border-radius: 20px;
    min-height: 300px; }

  .points-banner-points-block {
    max-width: 400px;
    min-width: 400px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99; }

  .points-banner-points-block-inner {
    padding: 20px;
    border-radius: 20px; }

  .points-banner-points-title {
    font-size: 25px; }

  .points-banner-points-block ul li, .mobile-app ul li {
    font-size: 18px; }

  .section-name {
    font-size: 18px; }

  .section-channel-title {
    font-size: 26px; }

  .section-lead-title {
    font-size: 75px; }

  .section-desc {
    font-size: 26px; } }
.careers-block {
  width: 100%;
  margin-bottom: 30px; }
  .careers-block:last-child {
    margin-bottom: 0; }

.careers-block-title {
  font-size: 25px;
  color: #333994;
  font-weight: 500;
  font-family: var(--gloock); }

.careers-block .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.careers-block .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.careers-block .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.careers-block .justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.careers-block .mb-2 {
  margin-bottom: .5rem !important; }

.careers-block .ms-1 {
  margin-left: .25rem !important; }

.careers-block .p-4 {
  padding: 1.5rem !important; }

.careers-block .p-0 {
  padding: 0 !important; }

.careers-block .m-0 {
  margin: 0 !important; }

.careers-block .mb-3 {
  margin-bottom: 1rem !important; }

.careers-block .me-2 {
  margin-right: .5rem !important; }

.title-number {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 100px;
  background-color: #333994;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: var(--gloock);
  line-height: 1; }

.careers-details-block {
  width: 100%;
  background-color: #F9FAFF;
  border-radius: 10px; }

.careers-job-points {
  width: 100%; }
  .careers-job-points li {
    width: 100%;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 10px; }
    .careers-job-points li:last-child {
      margin-bottom: 0; }
    .careers-job-points li:after {
      content: "";
      display: table;
      clear: both;
      position: absolute;
      top: 5px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #000;
      border-radius: 100px; }

.responsibilities {
  width: 100%; }
  .responsibilities .careers-job-points li {
    font-size: 14px;
    font-weight: 500;
    color: #676767;
    padding-left: 10px; }
    .responsibilities .careers-job-points li:after {
      top: 6px;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #676767;
      border-radius: 100px; }

.responsibilities-title {
  font-size: 15px;
  color: #333994;
  font-family: var(--montserrat);
  line-height: 1;
  font-weight: 600; }

.location {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--montserrat);
  line-height: 1;
  color: #333994; }

.contact-us {
  width: 100%; }
  .contact-us a {
    color: #5D5D5D;
    text-decoration: none; }
  .contact-us .border-bottom {
    border: 0; }

.contact-us-title {
  width: 100%;
  font-size: 25px;
  color: #333994;
  font-weight: 500;
  font-family: var(--gloock);
  background-color: #fff;
  position: relative; }
  .contact-us-title span {
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding-right: 10px; }
  .contact-us-title:after {
    background-image: url("../images/border.png");
    background-repeat: repeat-x;
    background-position: left;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 9px;
    margin-top: -1.5px; }

.general-enquiry {
  font-size: 22px;
  color: #333994;
  font-weight: 600;
  text-align: center;
  font-family: var(--montserrat); }

.contact-sub-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1; }

.contact, .mail {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #5D5D5D;
  font-family: var(--montserrat); }
  .contact i, .mail i {
    width: 20px;
    height: 20px;
    display: inline-block; }

.cls-1 {
  fill: #B1B1B1; }

.time {
  font-size: 12px;
  font-style: italic; }

.details {
  border-bottom: 1px solid #f1f1f1; }

.fax-txt {
  font-size: 11px;
  font-style: italic;
  color: #828282;
  font-family: var(--montserrat); }

@media all and (min-width: 980px) {
  .details {
    border: 0; }

  .contact-us {
    width: 100%; }
    .contact-us .border-bottom {
      border-bottom: 1px solid #f1f1f1; } }

/*# sourceMappingURL=style_v3.css.map */
