@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap");
@font-face {
  font-family: 'Noto Sans Malayalam';
  src: url("../fonts/NotoSansMalayalam-Bold.woff2") format("woff2"), url("../fonts/NotoSansMalayalam-Bold.woff") format("woff"), url("../fonts/NotoSansMalayalam-Bold.svg#NotoSansMalayalam-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Sans Malayalam';
  src: url("../fonts/NotoSansMalayalam.woff2") format("woff2"), url("../fonts/NotoSansMalayalam.woff") format("woff"), url("../fonts/NotoSansMalayalam.svg#NotoSansMalayalam") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*============== Reset css=====================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 !important;
  width: 100%; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

img {
  max-width: 100%; }

.container,
.container-fluid,
.container-sm,
.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container,
  .container-sm {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container,
  .container-md {
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media (min-width: 1300px) {
  .container {
    max-width: 1280px; } }
@media (min-width: 1640px) {
  .container {
    max-width: 1360px; } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; }

  .pull-right {
    float: right; }

  .pull-left {
    float: left; } }
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.img-fluid {
  max-width: 100%; }

.m-0 {
  margin: 0 !important; }

.p-0 {
  padding: 0; }

.d-none {
  display: none !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.p-half {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.pr-30 {
  padding-right: 30px; }

.row-m-half {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.center-grid {
  position: relative;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding: 0 15px 10px; }
  @media (max-width: 768px) {
    .center-grid {
      margin-bottom: 25px; } }

.dashed-border {
  padding-bottom: 25px;
  border-bottom: 1px dashed #e6e6e6; }

.section {
  padding: 25px 0; }

.en {
  font-family: 'Roboto', sans-serif !important; }

.mb-10 {
  margin-bottom: 10px; }

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }
@keyframes wave {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.lazy-cell {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  height: 255px;
  z-index: 9;
  overflow: hidden;
  margin-bottom: 22px; }

.lazy-image,
.lazy-text {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.lazy-text {
  height: 100px;
  display: inline-block; }
  .lazy-text:after, .lazy-text:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    top: 0;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: wave;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #f6f6f6 8%, RGB(240, 240, 240) 25%, RGB(246, 246, 246) 63%); }
  .lazy-text:after {
    bottom: 0;
    top: auto;
    width: 50%; }
  .lazy-text .lazy-text-in {
    width: 90%; }
    .lazy-text .lazy-text-in:before {
      top: 30%;
      width: 70%; }
    .lazy-text .lazy-text-in:after {
      top: 60%;
      width: 80%; }

.lazy-image {
  width: 25%;
  height: 250px; }
  .lazy-image.image-only {
    width: 100% !important; }

.lazy-text {
  margin-left: 20px;
  position: relative;
  width: 70%;
  background: transparent; }

.lazy-container {
  min-height: 250px;
  position: relative; }
  .lazy-container.loaded .lazy-cell {
    display: none; }

.media {
  position: relative;
  z-index: 1; }
  .media:after {
    content: "";
    opacity: 1;
    background-image: url(../images/preloader.gif);
    background-color: #f7f7f7;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2; }
  .media.contain-video-thumb::after {
    content: none; }

.siderbar-news-container .media {
  max-width: 115px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  margin-right: 10px; }
.siderbar-news-container .news-text-content {
  padding-left: 125px; }

/* ================ General styles ======================= */
body {
  font-family: 'Roboto', sans-serif;
  color: #090909;
  font-size: 15px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif; }

.main-header p {
  margin-bottom: 0; }
.main-header ul li {
  display: inline-block; }
  .main-header ul li a {
    color: #000; }
.main-header .top-bar-toggler {
  display: none;
  width: 100%;
  background-color: #d92f1f; }
  @media (max-width: 992px) {
    .main-header .top-bar-toggler {
      display: block;
      border-bottom: 2px solid #d92f1f; } }
  .main-header .top-bar-toggler span {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 0;
    cursor: pointer;
    font-size: 13px; }
@media (max-width: 992px) {
  .main-header .sidemenu {
    display: none; } }
.main-header .top-bar {
  background-color: #d92f1f;
  background-color: #d92f1f;
  display: block;
  width: 100%;
  padding: 8px 0; }
  @media (max-width: 992px) {
    .main-header .top-bar {
      padding-bottom: 15px; } }
  .main-header .top-bar ul li a {
    color: #fff;
    padding: 0 7px;
    font-family: 'Noto Sans', sans-serif; }
  @media (max-width: 567px) {
    .main-header .top-bar .top-bar-links {
      padding-top: 15px;
      padding-bottom: 15px; }
      .main-header .top-bar .top-bar-links li {
        display: block;
        text-align: center;
        margin-bottom: 10px; } }
  .main-header .top-bar .top-bar-links a {
    padding-left: 0; }
  @media (max-width: 768px) {
    .main-header .top-bar .top-bar-social {
      text-align: center; }
      .main-header .top-bar .top-bar-social ul li:nth-child(1) a {
        padding-left: 0; } }
.main-header .secondary-bar {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }
  .main-header .secondary-bar .category-links {
    text-align: right; }
    @media (max-width: 992px) {
      .main-header .secondary-bar .category-links {
        text-align: left; } }
    .main-header .secondary-bar .category-links li {
      position: relative;
      margin-right: 8px; }
      @media (max-width: 992px) {
        .main-header .secondary-bar .category-links li {
          margin-bottom: 5px;
          margin-right: 5px; } }
      .main-header .secondary-bar .category-links li:nth-last-child(1)::after {
        content: none; }
      .main-header .secondary-bar .category-links li a {
        color: #333333;
        line-height: 34px;
        background-color: #f7f7f7;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 992px) {
          .main-header .secondary-bar .category-links li a {
            padding: 2px 5px;
            display: inline-block;
            letter-spacing: 0.02em;
            font-size: 13px;
            line-height: 25px; } }
  @media (max-width: 992px) {
    .main-header .secondary-bar .time-status {
      display: none; } }
.main-header .logo-holder {
  display: inline-block;
  width: 100%;
  padding: 5px 0; }
  .main-header .logo-holder .brand-logo {
    text-align: center; }
    @media (max-width: 992px) {
      .main-header .logo-holder .brand-logo {
        text-align: left; } }
  .main-header .logo-holder .google-showcase img {
    max-width: 100%; }
    @media (max-width: 992px) {
      .main-header .logo-holder .google-showcase img {
        height: 50px;
        object-fit: cover;
        object-position: left; } }
  @media (max-width: 992px) {
    .main-header .logo-holder .weather-widget {
      display: none; } }
  .main-header .logo-holder .weather-widget a {
    max-width: 100%; }
    .main-header .logo-holder .weather-widget a img {
      max-width: 100%; }
  .main-header .logo-holder .header-show-case {
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid whitesmoke; }
    .main-header .logo-holder .header-show-case img {
      display: inline-block;
      max-width: 100%; }
  .main-header .logo-holder .showcase-bottom {
    text-align: center;
    margin: 5px 0 0; }
    .main-header .logo-holder .showcase-bottom img {
      display: inline-block;
      max-width: 100%; }
.main-header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 992px) {
    .main-header .navbar-toggle {
      display: block; } }
  .main-header .navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .main-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #abaaaf; }
  .main-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
.main-header .nav-bar {
  display: inline-block;
  width: 100%;
  position: relative; }
  .main-header .nav-bar nav {
    display: block;
    border-top: 3px solid #1f1f1f;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #ddd;
    margin-bottom: 5px; }
    @media (max-width: 992px) {
      .main-header .nav-bar nav {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-right: 0px; } }
    .main-header .nav-bar nav ul.menu {
      display: block; }
      @media (max-width: 992px) {
        .main-header .nav-bar nav ul.menu {
          display: none;
          max-height: 340px;
          padding-right: 0;
          padding-left: 0;
          overflow-x: visible;
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          -webkit-overflow-scrolling: touch; } }
      .main-header .nav-bar nav ul.menu li {
        display: inline-block;
        position: relative;
        z-index: 100; }
        .main-header .nav-bar nav ul.menu li:nth-child(1) a, .main-header .nav-bar nav ul.menu li:nth-child(2) a {
          font-family: 'Noto Sans', sans-serif; }
        .main-header .nav-bar nav ul.menu li.current-menu a {
          color: #d92f1f;
          font-weight: 700; }
        @media (max-width: 1200px) {
          .main-header .nav-bar nav ul.menu li {
            float: left; } }
        @media (max-width: 992px) {
          .main-header .nav-bar nav ul.menu li {
            position: relative;
            width: 100%; } }
        .main-header .nav-bar nav ul.menu li a {
          padding: 10px 15px;
          display: inline-block;
          font-size: 16px;
          line-height: normal;
          font-family: 'Noto Sans Malayalam';
          font-weight: 600;
          position: relative; }
          @media (max-width: 1580px) {
            .main-header .nav-bar nav ul.menu li a {
              padding: 10px 11px; } }
          @media (max-width: 1300px) {
            .main-header .nav-bar nav ul.menu li a {
              padding: 10px 12px;
              font-size: 15px; } }
          @media (max-width: 1200px) {
            .main-header .nav-bar nav ul.menu li a {
              padding: 10px 9px;
              font-size: 14px; } }
          @media (max-width: 1024px) {
            .main-header .nav-bar nav ul.menu li a {
              padding: 10px 9px;
              font-size: 13px; } }
          .main-header .nav-bar nav ul.menu li a:after {
            content: "";
            position: absolute;
            right: 0;
            height: 100%;
            background-color: #f2f2f2;
            width: 1px;
            top: 0; }
          .main-header .nav-bar nav ul.menu li a.en {
            font-family: 'Roboto', sans-serif; }
          @media (max-width: 1200px) {
            .main-header .nav-bar nav ul.menu li a {
              letter-spacing: normal; } }
          @media (max-width: 992px) {
            .main-header .nav-bar nav ul.menu li a {
              letter-spacing: normal;
              width: 100%;
              display: block;
              border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important; } }
          .main-header .nav-bar nav ul.menu li a:hover, .main-header .nav-bar nav ul.menu li a:focus {
            color: #bf3220; }
        .main-header .nav-bar nav ul.menu li:first-child {
          margin-left: 0;
          border-left: 1px solid #ddd; }
        .main-header .nav-bar nav ul.menu li li a {
          text-decoration: none;
          display: block;
          transition: all 0.2s ease-in-out 0s;
          white-space: nowrap;
          padding: 11px 15px; }
      .main-header .nav-bar nav ul.menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0px;
        right: auto;
        background: #fff;
        z-index: 99;
        top: 100%;
        transition: all 0.2s ease-out; }
        .main-header .nav-bar nav ul.menu ul li {
          display: block;
          float: none;
          background: none;
          margin: 0;
          padding: 0; }
      .main-header .nav-bar nav ul.menu li:hover > ul {
        visibility: visible;
        opacity: 1; }
      .main-header .nav-bar nav ul.menu ul {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
      .main-header .nav-bar nav ul.menu .responsive-menu {
        display: none;
        width: 100%; }
      @media (max-width: 992px) {
        .main-header .nav-bar nav ul.menu li ul.sub-menu {
          position: static;
          float: none;
          width: auto;
          margin-top: 0;
          background-color: transparent;
          border: 0;
          box-shadow: none;
          display: none;
          visibility: visible;
          opacity: 1; }
        .main-header .nav-bar nav ul.menu li ul li.dropdown > a {
          position: relative; }
          .main-header .nav-bar nav ul.menu li ul li.dropdown > a:after {
            content: ""; } }

/* ======================  topstory ===================== */
.stories-grid {
  padding-top: 0; }

.top-stories-link {
  display: block;
  padding: 10px 0 10px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .top-stories-link {
      padding-top: 0; } }
  .top-stories-link a {
    color: #d92f1f; }

.news-sub-title h3 {
  color: #626262;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 13px; }

/* ====================== Section Title ===================== */
.section-title {
  position: relative;
  margin-bottom: 25px;
  display: block;
  width: 100%; }
  .section-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    top: 50%;
    background-color: #ebebeb;
    transform: translateY(-50%); }
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title h6 {
    background-color: white;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 0; }
  .section-title h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d92f1f; }
  .section-title .view-more {
    float: right;
    padding-left: 15px;
    background: #fff;
    position: relative;
    z-index: 9; }
    .section-title .view-more a {
      text-transform: uppercase;
      color: #4c4c4c; }
      .section-title .view-more a:hover {
        color: #d92f1f; }

/* ====================== Category ===================== */
.post-category-dropdown {
  float: right;
  background: white;
  position: relative;
  z-index: 9;
  padding-left: 20px; }
  .post-category-dropdown .section-dropdown {
    background-image: url(../images/down-arrow.svg);
    background-position: right 5px center;
    background-size: 11px;
    background-repeat: no-repeat;
    cursor: pointer;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 115px;
    border: 1px solid #ddd;
    padding: 0px 5px 0;
    padding-right: 20px; }

/* ====================== News general styles ===================== */
.ml {
  font-family: 'Noto Sans Malayalam'; }

.news-block {
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .news-block {
      margin-bottom: 22px; } }
  .news-block h1,
  .news-block h2,
  .news-block h3,
  .news-block h4,
  .news-block h5,
  .news-block h6,
  .news-block a,
  .news-block p,
  .news-block span {
    color: #333333;
    font-family: 'Noto Sans Malayalam'; }
  .news-block.bg-grey {
    background-color: #f5f5f5; }
  .news-block.with-bg .news-text-content {
    padding: 15px; }
  .news-block img {
    width: 100%; }
  .news-block.news-with-title-big .story-title {
    font-size: 16px;
    font-weight: 700; }
  .news-block a {
    color: #000; }
    .news-block a:hover {
      color: #291677; }
      .news-block a:hover h1,
      .news-block a:hover h2,
      .news-block a:hover h3,
      .news-block a:hover h4,
      .news-block a:hover h5,
      .news-block a:hover h6,
      .news-block a:hover a,
      .news-block a:hover p,
      .news-block a:hover span,
      .news-block a:hover div {
        color: #7b7b7b; }
  .news-block .media {
    overflow: hidden; }
    .news-block .media img {
      max-width: 100%;
      transition: all ease-in-out 0.4s; }
    .news-block .media iframe {
      width: 100%;
      border: 0 !important;
      min-height: 250px;
      padding: 0 !important; }
  .news-block .posted-date {
    display: inline-block;
    color: #717171;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    padding-left: 15px; }
    .news-block .posted-date::before {
      content: "\e72b";
      font-family: 'themify';
      position: absolute;
      left: 0;
      font-size: 12px;
      color: #717171;
      top: 0px; }
  .news-block .post-status {
    padding: 8px 0 5px; }
    .news-block .post-status p {
      margin: 0;
      color: #757575;
      font-family: 'Noto Sans', sans-serif; }
    .news-block .post-status span {
      color: #d92f1f;
      font-family: 'Noto Sans', sans-serif; }
  .news-block .post-type {
    padding-top: 8px;
    padding-bottom: 5px;
    color: #757575;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif; }
    .news-block .post-type span {
      font-family: 'Noto Sans', sans-serif;
      color: #757575; }
    .news-block .post-type p {
      font-family: 'Noto Sans', sans-serif;
      margin-bottom: 0; }
  .news-block .inline {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding-top: 5px; }
    .news-block .inline .post-type {
      margin-right: 28px;
      border: 1px solid white;
      padding: 1px 7px;
      border-radius: 0;
      background: #d92f1f;
      color: white; }
      .news-block .inline .post-type p {
        color: white;
        font-size: 12px; }
  .news-block.list-view {
    margin-bottom: 22px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #e6e6e6; }
    .news-block.list-view h4 {
      font-size: 18px; }
    .news-block.list-view .media img {
      height: 200px;
      object-fit: cover; }
  .news-block:hover .news-text-content a {
    color: #291677; }
  .news-block:hover .media img {
    opacity: 0.7; }

.video-post {
  position: relative;
  padding-left: 20px; }
  .video-post:before {
    content: "\e6cf";
    font-family: 'themify';
    position: absolute;
    left: 0;
    color: #d92f1f; }

@media (max-width: 768px) {
  #videos-section p {
    width: 100%; } }

.home-video-section p {
  width: 100%;
  max-width: 100%;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .home-video-section p {
      flex: 0 0 25%;
      max-width: 25%; } }
  .home-video-section p iframe {
    min-height: 210px;
    max-height: 210px !important; }

.first-look .listing .media img {
  height: 235px !important; }
.first-look .side-bar-locations h4 {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 12px;
  margin-bottom: 20px; }
  .first-look .side-bar-locations h4:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 30px;
    bottom: 0;
    left: 0;
    background: black;
    z-index: 1; }
  .first-look .side-bar-locations h4:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: black; }

/* ====================== Death status ===================== */
@media (max-width: 1400px) {
  .right-side-block .sm-grid {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 1200px) {
  .right-side-block .sm-grid {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }
@media (max-width: 480px) {
  .right-side-block .sm-grid {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 992px) {
  .right-side-block .col-half {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 2.5px; } }
.right-side-block .news-block {
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .right-side-block .news-block {
      margin-bottom: 0px;
      text-align: center;
      background: #f6f6f6;
      height: 100%;
      padding: 10px; } }
  .right-side-block .news-block .media {
    margin-bottom: 8px; }
    @media (max-width: 992px) {
      .right-side-block .news-block .media {
        max-width: 115px;
        margin: 10px auto; } }
    .right-side-block .news-block .media img {
      height: 120px;
      object-fit: cover; }
      @media (max-width: 992px) {
        .right-side-block .news-block .media img {
          height: 130px; } }
  .right-side-block .news-block .news-text-content a {
    text-align: center;
    width: 100%;
    display: block;
    word-wrap: break-word; }
  .right-side-block .news-block .news-text-content span {
    color: #8b8b8b;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-align: center; }
    @media (max-width: 768px) {
      .right-side-block .news-block .news-text-content span {
        font-size: 13px; } }

.title-black .news-text-content a {
  font-size: 23px;
  color: #333333;
  font-weight: bold;
  word-wrap: break-word; }
  @media (max-width: 1200px) {
    .title-black .news-text-content a {
      font-size: 17px; } }

#sports-news .posted-date {
  width: 100%; }

/* ====================== Featured news ===================== */
.featured-news-single {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap; }
  .featured-news-single a {
    width: 100%; }
  .featured-news-single h1 {
    font-size: 25px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .featured-news-single h1 {
        font-size: 18px; } }

.featured-news-list {
  padding-bottom: 25px; }
  @media (max-width: 768px) {
    .featured-news-list {
      margin-bottom: 22px; } }
  .featured-news-list .media {
    margin-bottom: 10px; }
    .featured-news-list .media img {
      width: 100%;
      height: 155px;
      object-fit: cover; }
  .featured-news-list .news-text-content a {
    font-weight: 700;
    font-size: 17px;
    word-wrap: break-word; }
  .featured-news-list .news-text-content .posted-date {
    width: 100%; }

/* ======================  Story List ===================== */
.story-list .news-sub-title h3 {
  color: #959595;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 15px;
  width: 100%;
  padding-bottom: 5px; }
.story-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0; }
  .story-list li a {
    color: #000; }
    .story-list li a .media {
      max-width: 85px;
      height: 42px;
      object-fit: cover;
      float: left;
      margin-right: 10px; }
    .story-list li a .news-text-content {
      padding-left: 95px; }
      .story-list li a .news-text-content span {
        font-size: 14px;
        font-weight: 600;
        word-wrap: break-word; }
.story-list .no-media {
  border-top: 1px dashed #040404;
  padding-top: 10px;
  margin-top: 12px; }
  .story-list .no-media .posted-date {
    width: 100%;
    display: block;
    margin-bottom: 5px; }

/* ====================== Pramo Box ===================== */
.promobox-wrapper .part {
  margin-bottom: 15px; }
  .promobox-wrapper .part img {
    width: 100%; }
.promobox-wrapper.sidebar-shopping {
  position: relative; }
  .promobox-wrapper.sidebar-shopping:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 2px;
    height: 80%;
    border-left: 1px dashed #f7f6f6;
    transform: translateY(-50%); }
  .promobox-wrapper.sidebar-shopping .title {
    color: #d92f1f;
    text-transform: uppercase;
    border-bottom: 1px dashed #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .promobox-wrapper.sidebar-shopping .title i {
      text-align: right;
      margin-left: 15px; }
  .promobox-wrapper.sidebar-shopping .products .product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #f3f3f3; }
    .promobox-wrapper.sidebar-shopping .products .product a {
      display: flex;
      flex-flow: row wrap; }
    .promobox-wrapper.sidebar-shopping .products .product a img {
      background-color: whitesmoke;
      position: relative;
      z-index: 1;
      padding: 0;
      border-radius: 0;
      width: 95px;
      height: 65px;
      object-fit: cover; }
    .promobox-wrapper.sidebar-shopping .products .product .product-content {
      width: calc(100% - 105px);
      padding-left: 15px; }
      .promobox-wrapper.sidebar-shopping .products .product .product-content .product-title {
        margin-bottom: 0;
        color: #333333;
        font-weight: 700;
        font-size: 13px;
        line-height: normal; }
      .promobox-wrapper.sidebar-shopping .products .product .product-content .star-rating {
        overflow: hidden;
        position: relative;
        height: 1.618em;
        line-height: 1.618;
        font-size: 13px !important;
        width: 83px;
        margin-top: 4px !important; }
        .promobox-wrapper.sidebar-shopping .products .product .product-content .star-rating:before {
          font-family: 'themify';
          content: '\e60a\e60a\e60a\e60a\e60a';
          opacity: 0.25;
          color: #aaaaaa;
          letter-spacing: 3px;
          float: left;
          top: 0;
          left: 0;
          position: absolute; }
        .promobox-wrapper.sidebar-shopping .products .product .product-content .star-rating span {
          overflow: hidden;
          float: left;
          top: 0;
          left: 0;
          position: absolute;
          padding-top: 1.5em; }
          .promobox-wrapper.sidebar-shopping .products .product .product-content .star-rating span:before {
            letter-spacing: 3px;
            top: 0;
            position: absolute;
            left: 0;
            color: #febd69;
            font-family: 'themify';
            content: '\e60a\e60a\e60a\e60a\e60a'; }
  .promobox-wrapper.sidebar-shopping .part {
    margin-bottom: 2px; }
  .promobox-wrapper.sidebar-shopping .show-more {
    margin: 0 0 15px; }
    .promobox-wrapper.sidebar-shopping .show-more a {
      color: #aeaeae; }
      .promobox-wrapper.sidebar-shopping .show-more a:hover {
        color: #d92f1f; }

.local-stories-section .lft-side-block .inline .posted-date {
  margin-top: 10px;
  margin-bottom: 10px; }
.local-stories-section .lft-side-block .inline .video-post-tag,
.local-stories-section .lft-side-block .inline .video-post {
  margin-top: 10px;
  font-family: 'Noto Sans', sans-serif !important; }
.local-stories-section .promobox-wrapper img {
  width: 100%; }
@media (max-width: 768px) {
  .local-stories-section .promobox-wrapper {
    margin-bottom: 15px; } }

/* ====================== Pramo Box ===================== */
.read-more {
  position: relative;
  margin-top: 25px;
  width: 100%; }
  .read-more:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    top: 50%;
    border-bottom: 1px dashed #ddd;
    transform: translateY(-50%); }
  .read-more a {
    color: white;
    position: relative;
    display: inline-block;
    padding: 4px 16px;
    background-color: #291677;
    border-radius: 40px; }
    .read-more a:hover {
      background-color: #d92f1f; }

/* ====================== Pramo Box ===================== */
.promobox-wrapper-horizontal {
  padding-top: 0;
  padding-bottom: 35px; }
  .promobox-wrapper-horizontal img {
    width: 100%; }

/* ====================== News grid styles ===================== */
.news-vertical .news-block .media img {
  max-height: 135px;
  min-height: 135px;
  object-fit: cover;
  width: 100%; }
  @media (max-width: 768px) {
    .news-vertical .news-block .media img {
      max-height: 170px;
      min-height: 170px; } }

.news-horizontal .grid-20 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  @media (min-width: 520px) {
    .news-horizontal .grid-20 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .news-horizontal .grid-20 {
      flex: 0 0 33.33330%;
      max-width: 33.3333%; } }
  @media (min-width: 992px) {
    .news-horizontal .grid-20 {
      flex: 0 0 20%;
      max-width: 20%; } }
@media (max-width: 768px) {
  .news-horizontal .news-block .media {
    margin-bottom: 15px; } }
.news-horizontal .news-block .media img {
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
  width: 100%; }
@media (max-width: 768px) {
  .news-horizontal .news-block .news-text-content h4 {
    margin-top: 18px;
    line-height: normal;
    font-size: 16px; } }
.news-horizontal .news-block .news-text-content .post-type.ml span,
.news-horizontal .news-block .news-text-content .post-type.ml p {
  font-family: "Noto Sans Malayalam"; }
.news-horizontal.title-only .news-block .media img {
  max-height: 160px;
  min-height: 160px;
  object-fit: cover;
  width: 100%; }
  @media (max-width: 992px) {
    .news-horizontal.title-only .news-block .media img {
      max-height: 195px;
      min-height: 195px; } }
.news-horizontal.title-only .news-block .news-text-content h4 {
  font-weight: 400; }
.news-horizontal.sports-news .news-block .news-text-content .post-type span {
  color: #d92f1f; }
.news-horizontal .news-block.list-view:nth-last-child(1) {
  border-bottom: none; }

.video-news .video-holder {
  position: relative; }
  @media (max-width: 768px) {
    .video-news .video-holder {
      margin-bottom: 15px; } }
  .video-news .video-holder a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .video-news .video-holder a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
  .video-news .video-holder i {
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 60%;
    text-align: center;
    padding: 5px;
    width: 50px;
    height: 50px; }
  .video-news .video-holder img {
    max-width: 100%;
    object-fit: cover;
    height: 177px;
    width: 100%; }
.video-news iframe {
  width: 100%;
  border: 0 !important;
  min-height: 255px; }

.page-footer {
  background: #fafafa;
  margin-top: 45px;
  padding: 60px 0 0; }
  @media (max-width: 768px) {
    .page-footer {
      padding-top: 30px; } }
  @media (max-width: 768px) {
    .page-footer .sm-grid {
      max-width: 50%;
      flex: 0 0 50%; } }
  .page-footer a {
    color: #000; }
    .page-footer a:hover {
      color: #d92f1f; }
  .page-footer .sections {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .page-footer .sections .title-block {
      margin-bottom: 12px;
      padding-bottom: 12px;
      margin-left: 0;
      margin-right: 0;
      border-bottom: 1px dashed #dddddd; }
      .page-footer .sections .title-block h5 {
        margin-right: 15px;
        font-size: 16px;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .page-footer .sections .title-block h5 {
            margin-bottom: 0; } }
    .page-footer .sections ul li {
      display: inline-block;
      padding-right: 15px; }
    .page-footer .sections ul.section-scope-list li {
      position: relative;
      display: inline-block;
      padding-right: 10px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .page-footer .sections ul.section-scope-list li {
          padding-left: 10px;
          margin-bottom: 0px; } }
      .page-footer .sections ul.section-scope-list li:after {
        position: absolute;
        right: -1px;
        top: 50%;
        width: 1px;
        height: 16px;
        background-color: #bfbfbf;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 768px) {
          .page-footer .sections ul.section-scope-list li:after {
            content: ""; } }
    @media (max-width: 768px) {
      .page-footer .sections .socail-icon {
        margin-top: 10px; } }
  .page-footer .page-links {
    margin-top: 15px; }
    .page-footer .page-links .ml h4 {
      font-family: 'Noto Sans Malayalam';
      font-size: 18px; }
      @media (max-width: 768px) {
        .page-footer .page-links .ml h4 {
          font-size: 15px; } }
    .page-footer .page-links .ml a {
      font-family: 'Noto Sans Malayalam' !important; }
    .page-footer .page-links h4 {
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 20px;
      display: block; }
      @media (max-width: 768px) {
        .page-footer .page-links h4 {
          margin-top: 20px;
          font-size: 13px; } }
    .page-footer .page-links .page-links-list li {
      display: block;
      margin-bottom: 10px; }
  .page-footer .copy-right {
    padding: 20px 0;
    margin-top: 25px;
    background-color: #fff;
    width: 100%;
    display: block; }
    .page-footer .copy-right p {
      margin-bottom: 0; }
  .page-footer .progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 1px #291677;
    background-color: #291677;
    color: #fff;
    z-index: 100;
    transform: translateY(15px);
    text-align: center;
    line-height: 46px;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear; }
    .page-footer .progress-wrap:hover {
      transform: translateY(0px); }
    .page-footer .progress-wrap.active-progress {
      opacity: 1;
      visibility: visible; }

/* =========================Inner page ======================= */
.breadcrumb-holder {
  margin-top: 25px; }
  .breadcrumb-holder h1 {
    margin: 0 !important;
    margin-bottom: 15px !important; }
  .breadcrumb-holder .breadcrumbs {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .breadcrumb-holder .breadcrumbs li {
      display: inline-block;
      margin-right: 8px; }
      .breadcrumb-holder .breadcrumbs li a {
        color: #000;
        position: relative; }
        .breadcrumb-holder .breadcrumbs li a:after {
          content: "\e649";
          font-family: themify;
          font-size: 10px; }
      .breadcrumb-holder .breadcrumbs li:nth-last-child(1) {
        font-family: 'Noto Sans Malayalam';
        font-size: 14px; }

/* =========-- Single page ---========= */
.siderbar-news-block {
  padding-top: 22px; }
  .siderbar-news-block h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 20px; }
    .siderbar-news-block h3:before {
      position: absolute;
      content: "";
      height: 6px;
      width: 30px;
      bottom: 0px;
      left: 0;
      background: black;
      z-index: 1; }
    .siderbar-news-block h3:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      bottom: 0px;
      left: 0;
      background: black; }
  .siderbar-news-block .news-block {
    border-bottom: 1px dashed #686868;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
    .siderbar-news-block .news-block .media {
      margin-bottom: 12px; }

.single-news-holder {
  padding-right: 40px; }
  @media (max-width: 768px) {
    .single-news-holder {
      padding-right: 15px; } }
  .single-news-holder h1 {
    font-size: 27px; }
    @media (max-width: 768px) {
      .single-news-holder h1 {
        font-size: 20px; } }
  .single-news-holder .news-block {
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .single-news-holder .news-block .share {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end;
      justify-content: space-between;
      width: 100%;
      padding: 0 10px; }
      .single-news-holder .news-block .share .single-news-author {
        font-size: 20px; }
      .single-news-holder .news-block .share span {
        text-transform: uppercase;
        margin-right: 10px; }
      .single-news-holder .news-block .share ul li a {
        color: #fff; }
    .single-news-holder .news-block .media {
      position: relative;
      margin-bottom: 30px;
      margin-top: 22px; }
      .single-news-holder .news-block .media .media-info {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #dddddd;
        padding: 5px 15px; }
        .single-news-holder .news-block .media .media-info .posted-date {
          margin-right: 15px; }
    .single-news-holder .news-block .news-text-content > p {
      font-size: 17px;
      line-height: 1.6;
      color: #484747; }
      @media (max-width: 768px) {
        .single-news-holder .news-block .news-text-content > p {
          font-size: 15px; } }
      .single-news-holder .news-block .news-text-content > p iframe {
        max-width: 100%;
        width: 100%;
        min-height: 550px; }
      .single-news-holder .news-block .news-text-content > p a {
        color: #484747; }
    .single-news-holder .news-block .news-text-content img {
      width: auto;
      height: auto; }
  .single-news-holder .goto-next {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    position: relative; }
    .single-news-holder .goto-next:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: #ddd;
      transform: translateX(-50%); }
      @media (max-width: 768px) {
        .single-news-holder .goto-next:after {
          content: none; } }
    .single-news-holder .goto-next a {
      color: #000;
      max-width: 40%;
      flex: 0 0 40%;
      position: relative; }
      .single-news-holder .goto-next a:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: themify; }
        @media (max-width: 480px) {
          .single-news-holder .goto-next a:before {
            top: 5px;
            transform: translateY(0%); } }
      @media (max-width: 768px) {
        .single-news-holder .goto-next a {
          max-width: 100%;
          flex: 0 0 100%; } }
      .single-news-holder .goto-next a span {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #4c4c4c;
        font-family: 'Noto Sans Malayalam'; }
        @media (max-width: 768px) {
          .single-news-holder .goto-next a span {
            margin-bottom: 30px;
            font-size: 13px; } }
      .single-news-holder .goto-next a.prev-article {
        padding-left: 20px;
        position: relative; }
        .single-news-holder .goto-next a.prev-article:before {
          content: "\e64a";
          left: 0; }
      .single-news-holder .goto-next a.next-article {
        padding-right: 20px; }
        .single-news-holder .goto-next a.next-article:before {
          content: "\e649";
          right: 0; }
        .single-news-holder .goto-next a.next-article span {
          text-align: right; }
      .single-news-holder .goto-next a:hover span {
        color: #d92f1f; }
      .single-news-holder .goto-next a:hover:before {
        color: #d92f1f; }

.related-news {
  padding-top: 20px; }
  .related-news .news-block {
    border-bottom: 0; }
    .related-news .news-block .media {
      margin-bottom: 15px; }
      .related-news .news-block .media img {
        max-height: 160px;
        min-height: 160px; }
        @media (max-width: 992px) {
          .related-news .news-block .media img {
            max-height: 220px;
            min-height: 220px; } }
        @media (max-width: 480px) {
          .related-news .news-block .media img {
            max-height: 160px;
            min-height: 160px; } }
    .related-news .news-block .news-text-content a {
      font-weight: 700; }
    .related-news .news-block .news-text-content h4 {
      font-size: 14px; }
    .related-news .news-block .news-text-content .post-type {
      background: #d92f1f !important; }

.related-story-list {
  width: 100%;
  display: inline-block; }
  .related-story-list .media {
    width: 70px;
    float: left; }
  .related-story-list .news-text-content {
    padding-left: 10px;
    width: calc(100% - 71px);
    float: left; }
    .related-story-list .news-text-content .posted-date {
      width: 100%;
      padding-top: 5px;
      padding-bottom: 10px; }
      .related-story-list .news-text-content .posted-date:before {
        top: 5px; }

/* category page  */
.first-look {
  padding-top: 0; }
  @media (max-width: 992px) {
    .first-look .mobile-order-1 {
      order: 1; }
    .first-look .mobile-order-2 {
      order: 2; }
    .first-look .mobile-order-3 {
      order: 3; } }
  .first-look .siderbar-news-block-category {
    padding-top: 0; }
    @media (max-width: 992px) {
      .first-look .siderbar-news-block-category {
        padding-top: 40px; } }
    .first-look .siderbar-news-block-category .news-block .media img {
      min-height: 135px;
      object-fit: cover; }
    .first-look .siderbar-news-block-category .categories {
      margin-top: 25px;
      background: #f2f2f2;
      padding: 8px;
      width: 100%; }
      @media (max-width: 768px) {
        .first-look .siderbar-news-block-category .categories {
          margin-bottom: 25px; } }
    .first-look .siderbar-news-block-category .category-list li {
      display: inline-block;
      width: 100%;
      margin-bottom: 8px; }
      .first-look .siderbar-news-block-category .category-list li a {
        color: #000;
        font-size: 14px; }
        .first-look .siderbar-news-block-category .category-list li a:hover {
          color: #d92f1f; }
    .first-look .siderbar-news-block-category .news-block .news-text-content h4 {
      font-weight: normal; }
  .first-look .main-news {
    background: #f1f1f1; }
    .first-look .main-news .media > a {
      display: flex;
      flex-flow: row wrap;
      height: 100%;
      min-height: 170px; }
    .first-look .main-news .media,
    .first-look .main-news .news-text-content {
      flex: 0 0 50%;
      max-width: 50%; }
      @media (max-width: 768px) {
        .first-look .main-news .media,
        .first-look .main-news .news-text-content {
          flex: 0 0 100%;
          max-width: 100%; } }
    .first-look .main-news .media figure {
      height: 100%; }
      .first-look .main-news .media figure img {
        height: 100%;
        object-fit: cover; }
    .first-look .main-news .news-text-content {
      padding: 10px 20px 20px; }
      .first-look .main-news .news-text-content .posted-date {
        color: #717171; }
      .first-look .main-news .news-text-content h1 {
        font-size: 20px; }
        @media (max-width: 992px) {
          .first-look .main-news .news-text-content h1 {
            font-size: 17px; } }
    .first-look .main-news.video-single-block .media,
    .first-look .main-news.video-single-block .news-text-content {
      flex: 0 0 100%;
      max-width: 100%; }
    .first-look .main-news.video-single-block .media iframe {
      min-width: 100%;
      min-height: 395px; }
      @media (max-width: 992px) {
        .first-look .main-news.video-single-block .media iframe {
          min-height: 200px; } }
  .first-look .listing .news-text-content a {
    font-size: 20px; }
  .first-look .first-look-bottom .news-block .media {
    margin-bottom: 12px; }
    .first-look .first-look-bottom .news-block .media img {
      object-fit: cover;
      height: 190px;
      display: inline-block; }
      @media (min-width: 768px) {
        .first-look .first-look-bottom .news-block .media img {
          height: 135px; } }
  .first-look .first-look-bottom .news-block .news-text-content a {
    display: block; }
  .first-look .first-look-bottom .news-block .news-text-content h4 {
    font-weight: normal; }
  .first-look .listing {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #4d4d4d; }
    .first-look .listing .load-more {
      background: #2a1872;
      border: 0;
      display: inline-block;
      color: #fff;
      padding: 10px 20px;
      border-radius: 30px;
      min-width: 190px;
      text-align: center;
      margin-bottom: 45px; }
      .first-look .listing .load-more:hover {
        background-color: #d92f1f; }
    .first-look .listing .list-view {
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
    .first-look .listing .media {
      flex: 0 0 33.333%;
      max-width: 33.333%; }
      @media (max-width: 768px) {
        .first-look .listing .media {
          flex: 0 0 100%;
          max-width: 100%; } }
      .first-look .listing .media figure {
        height: 100%; }
        .first-look .listing .media figure img {
          height: 100%;
          object-fit: cover; }
    .first-look .listing .news-text-content {
      flex: 0 0 66.6666%;
      max-width: 66.6666%;
      padding-left: 22px; }
      @media (max-width: 768px) {
        .first-look .listing .news-text-content {
          padding-left: 0px;
          margin-top: 15px;
          flex: 0 0 100%;
          max-width: 100%; } }

.locations li {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%; }
  .locations li a {
    position: relative;
    color: #000;
    display: inline-block;
    padding-left: 25px; }
    .locations li a:before {
      content: "\e661";
      font-family: 'themify';
      position: absolute;
      left: 0;
      color: #291677;
      font-size: 12px; }

/* video news */
.video-news .media iframe {
  border: 0;
  width: 100%;
  min-height: 250px; }

@media (min-width: 768px) {
  .news-block .video-single-item iframe {
    height: 445px;
    min-height: 0; } }

.video-category-page .featured-news-single > a {
  width: 100%; }
  .video-category-page .featured-news-single > a .media {
    width: 100%; }
.video-category-page .video-news-bottom .news-block .media iframe {
  min-height: 0;
  height: 208px; }
.video-category-page .videos-right .contain-video-thumb iframe {
  min-height: 145px;
  height: 145px; }
.video-category-page .video-listing {
  border-top: 0 !important; }
  .video-category-page .video-listing .news-block .media,
  .video-category-page .video-listing .news-block .news-text-content {
    max-width: 100%;
    flex: 0 0 100%; }
  .video-category-page .video-listing .news-block .news-text-content {
    padding-left: 0; }
  .video-category-page .video-listing .news-block > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .video-category-page .video-listing .news-block .contain-video-thumb iframe {
    min-height: 145px;
    max-height: 145px;
    height: 145px; }

.news-letter-section {
  background-color: #f7f7f7;
  float: left;
  padding: 20px 40px;
  border: 1px dashed #aaaaaa;
  border-radius: 10px;
  max-width: 480px; }
  @media (max-width: 1200px) {
    .news-letter-section {
      margin-right: 15px;
      margin-bottom: 25px; } }
  @media (max-width: 768px) {
    .news-letter-section {
      margin-bottom: 30px;
      width: 100%;
      max-width: 100%; } }
  .news-letter-section form input.email {
    border: 0;
    width: 100%;
    padding: 8px; }
  .news-letter-section form input.submit {
    background: #291677;
    border: 0;
    color: #fff;
    margin: 10px 0 0;
    padding: 5px 20px;
    border-radius: 5px;
    transition: all ease-in-out 0.4s; }
    .news-letter-section form input.submit:hover {
      background-color: #d92f1f; }
  .news-letter-section form p {
    margin-top: 18px; }

.get-subscription h2 {
  margin-bottom: 30px; }

.telegram-subcribe {
  float: left;
  text-align: center;
  background: #f7f7f7;
  padding: 14px 45px;
  border: 1px dashed #aaaaaa;
  border-radius: 10px; }
  @media (max-width: 1200px) {
    .telegram-subcribe {
      margin-bottom: 25px; } }
  @media (max-width: 768px) {
    .telegram-subcribe {
      margin-bottom: 30px;
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 768px) {
    .telegram-subcribe {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .telegram-subcribe {
      margin-left: 35px; } }
  .telegram-subcribe a {
    display: block; }
    .telegram-subcribe a img {
      max-width: 70px; }
  .telegram-subcribe .btn {
    color: #d92f1f;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase; }

/* Classified */
.classifieds-section {
  border: 0;
  margin: 15px 0;
  background: #ececec; }

.classifieds-text-content {
  padding: 10px; }

/****************** classifec **********/
.courses .sidebar-toggle {
  position: fixed;
  bottom: 0;
  margin: 0;
  right: 0;
  height: 50px;
  width: 100%;
  background: #fff;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 4px solid #fec040 !important;
  z-index: 10000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 18px;
  color: #033f87;
  display: none; }
.courses .category-filter-widget {
  background: #fff;
  -webkit-box-shadow: 0 7px 22px #f2f0f0;
  box-shadow: 0 7px 22px #f2f0f0;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }
  .courses .category-filter-widget .category-title {
    display: inline-block;
    width: 100%;
    padding: 12px 16px;
    background-color: #f0eded;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 0; }
  .courses .category-filter-widget .product-categories {
    padding: 15px 20px; }
    .courses .category-filter-widget .product-categories li {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px;
      padding-left: 0;
      position: relative; }
      .courses .category-filter-widget .product-categories li input {
        position: absolute;
        width: 100%;
        z-index: 99;
        opacity: 0;
        height: 100%; }
      .courses .category-filter-widget .product-categories li label {
        position: relative;
        cursor: pointer;
        padding-left: 30px; }
      .courses .category-filter-widget .product-categories li label:before {
        content: '';
        background-color: transparent;
        border: 2px solid #dddddd;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        position: absolute;
        left: 0; }
      .courses .category-filter-widget .product-categories li input:checked + label::after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 8px;
        width: 5px;
        height: 8px;
        border: solid #d3220a;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .courses .category-filter-widget .product-categories li a {
        color: #222e3c;
        font-size: 14px; }
.courses .ad-submit {
  background: #d42127;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 20px; }

.price-filter-widget {
  background: #fff;
  -webkit-box-shadow: 0 7px 22px #f2f0f0;
  box-shadow: 0 7px 22px #f2f0f0;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }
  .price-filter-widget .product-filter {
    padding: 15px 20px; }
    .price-filter-widget .product-filter span {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      .price-filter-widget .product-filter span .switch {
        display: inline-block;
        height: 26px;
        position: relative;
        width: 60px; }
        .price-filter-widget .product-filter span .switch input {
          display: none; }
        .price-filter-widget .product-filter span .switch .slider {
          border: 1px solid #d5d5d5;
          bottom: 0;
          cursor: pointer;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: .4s;
          transition: .4s; }
        .price-filter-widget .product-filter span .switch::before {
          background-color: #dedde2;
          bottom: 3px;
          content: "";
          height: 18px;
          left: 4px;
          position: absolute;
          width: 18px;
          -webkit-transition: .4s;
          transition: .4s;
          border-radius: 50%; }

.filter-sidebar .price-filter input {
  width: 45% !important;
  border: 1px solid #ddd !important;
  padding: 5px 10px; }
.filter-sidebar .price-filter button {
  background-color: #d92f1f;
  color: #fff;
  border: 0;
  padding: 8px 15px;
  margin-top: 10px; }

.page-notices-wrapper {
  width: 100%;
  display: none; }

.sorting-container {
  border: 1px solid #e3e3e3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 33px; }

.sorting-container .toolbar {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.sorting-container .toolbar .view-mode {
  float: left;
  margin-right: 10px;
  display: none; }

.sorting-container .toolbar .view-mode a {
  color: #d42127;
  font-size: 18px;
  display: inline-block;
  margin-right: 13px;
  cursor: pointer; }

.sorting-container .toolbar p {
  margin-bottom: 0;
  font-weight: 400;
  color: #000; }

.sorting-container .ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.sorting-container .ordering .order-by-label {
  color: #d42127; }

.sorting-container .ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.sorting-container .ordering .order-by-label {
  color: #d42127; }

.sorting-container .ordering .select-holder {
  position: relative;
  float: right;
  padding-left: 15px; }

.sorting-container .ordering .select-holder::after {
  content: "\e64b";
  font-family: 'themify';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  color: #9c9c9c; }

.sorting-container .ordering .select-holder select {
  color: #9c9c9c;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.sorting-container .ordering .select-holder select {
  color: #9c9c9c; }

.course-block {
  margin-bottom: 30px; }

.courses .course-block .course-details {
  -webkit-box-shadow: 0px 0 15px rgba(210, 210, 210, 0.45);
  box-shadow: 0px 0 15px rgba(210, 210, 210, 0.45);
  padding: 35px 15px;
  border-radius: 0 0 10px 10px;
  position: relative; }

.courses .course-block .course-details .course-price {
  position: absolute;
  top: -20px;
  right: 20px;
  /* border-radius: 50%; */
  width: 90px;
  height: 40px;
  text-align: center;
  background-color: #d42127;
  color: #fff;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  cursor: pointer;
  transition: all ease-in 0.2s; }

.courses .course-block .course-details .course-price {
  text-align: center;
  color: #fff;
  cursor: pointer; }

.courses .course-block .course-details span.course-name {
  color: #777777;
  margin-bottom: 10px;
  display: block; }

.courses .course-block .course-details p {
  color: #000;
  font-size: 14px; }

.courses .course-block .course-details .button {
  background-color: #291677;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px; }

.courses .course-block .course-details .button {
  min-width: 110px;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px; }

.courses .course-block .course-details .button-block a {
  color: #291677;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  height: auto;
  text-align: left; }

.courses .course-block .course-details .button.add_to_cart_button::before {
  font-family: "themify" !important;
  content: "\e693";
  margin-right: 5px;
  color: #8b8b8b; }

.courses .course-block .course-details .button.view-details {
  margin-left: 4px; }

.courses .course-block .course-details .button.view-details {
  margin-left: 12px;
  background-color: #febc34; }

.courses .course-block .course-details .button {
  min-width: 110px;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px; }

.courses .course-block .course-details .button {
  background-color: #fff;
  color: #291677;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  height: 40px;
  padding-left: 1px;
  padding-right: 5px;
  line-height: 5px;
  border: 1px solid transparent;
  padding: 0px 10px 0px 0px; }

.courses .course-block .course-image img {
  width: 100%;
  max-height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px 10px 0 0; }

.Date {
  background-color: white !important;
  color: #8b8b8b !important; }

.view-all.button {
  padding: 10px 30px;
  margin-left: 16px;
  color: #fff;
  background: #d42127; }

.currency-symbol {
  padding-right: 3px; }

.btn-wrap.w-100 {
  width: 100%; }

.promobox-wrapper.classifieds-list {
  display: flex;
  align-items: center;
  flex-flow: row wrap; }
  .promobox-wrapper.classifieds-list .news-text-content a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700; }

@media (max-width: 768px) {
  .prime-ads .story-list .promobox-wrapper .part:nth-last-child(1) {
    display: none; } }

.single .classifieds-list {
  width: 100%;
  display: inline-block; }
  .single .classifieds-list .media {
    width: 60%;
    float: left; }
    @media (max-width: 768px) {
      .single .classifieds-list .media {
        width: 100%; } }
  .single .classifieds-list .news-text-content {
    width: calc(100% - 60%);
    padding: 10px;
    float: left; }
    @media (max-width: 768px) {
      .single .classifieds-list .news-text-content {
        width: 100%; } }

.pagination {
  padding-top: 55px; }
  .pagination .page-numbers li {
    display: inline-block;
    margin-right: 10px; }
    .pagination .page-numbers li a, .pagination .page-numbers li .page-numbers {
      width: 40px;
      height: 40px;
      background-color: #f4f4f4;
      text-align: center;
      line-height: 40px;
      color: black;
      display: inline-block;
      border-radius: 30px; }
      .pagination .page-numbers li a.current, .pagination .page-numbers li a:hover, .pagination .page-numbers li .page-numbers.current, .pagination .page-numbers li .page-numbers:hover {
        background-color: #d92f1f;
        color: #fff; }
      .pagination .page-numbers li a.next.page-numbers, .pagination .page-numbers li a.prev.page-numbers, .pagination .page-numbers li .page-numbers.next.page-numbers, .pagination .page-numbers li .page-numbers.prev.page-numbers {
        width: 100px; }

.page-id-1612 .stories-grid h1, .page-id-173374 .stories-grid h1 {
  margin-left: -15px !important; }
.page-id-1612 .stories-grid h2, .page-id-1612 .stories-grid h3, .page-id-1612 .stories-grid h4, .page-id-1612 .stories-grid h5, .page-id-1612 .stories-grid h6, .page-id-173374 .stories-grid h2, .page-id-173374 .stories-grid h3, .page-id-173374 .stories-grid h4, .page-id-173374 .stories-grid h5, .page-id-173374 .stories-grid h6 {
  width: 100%;
  display: inline-block;
  margin-left: 0; }
.page-id-1612 .stories-grid p, .page-id-173374 .stories-grid p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 6px; }
.page-id-1612 .stories-grid a, .page-id-173374 .stories-grid a {
  color: #d92f1f; }
.page-id-1612 .stories-grid ul, .page-id-173374 .stories-grid ul {
  width: 100%;
  list-style: disc;
  display: inline-block;
  margin: 20px 0; }
  .page-id-1612 .stories-grid ul li, .page-id-173374 .stories-grid ul li {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative; }
    .page-id-1612 .stories-grid ul li::before, .page-id-173374 .stories-grid ul li::before {
      position: absolute;
      left: 0;
      top: 6px;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #d92f1f; }

.newsticker {
  cursor: default;
  overflow: hidden;
  height: 23px; }

.newsticker ul li {
  width: 100%;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  display: none; }

/*# sourceMappingURL=style.css.map */
