/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
  html *::first-letter {
    text-transform: uppercase; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #777777;
  line-height: 1.75rem;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif; }
  body .dark-version {
    color: #adb7be; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #292929;
  font-family: "Khand", sans-serif; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #292929; }

.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6 {
  color: #fff;
  line-height: 1.5; }
  .dark-version h1 a,
  .dark-version h2 a,
  .dark-version h3 a,
  .dark-version h4 a,
  .dark-version h5 a,
  .dark-version h6 a {
    color: #fff; }

h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

@media (min-width: 576px) {
  h1 {
    font-size: 4.6875rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.875rem; }

  h4 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.375rem; }

  h6 {
    font-size: 1.125rem; } }
a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  a:hover {
    text-decoration: none;
    color: inherit; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    padding: 5px 0; }

select,
input,
textarea,
button {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  select:focus,
  input:focus,
  textarea:focus,
  button:focus {
    outline: none; }

textarea {
  height: 200px;
  resize: none;
  padding: 10px; }

input,
button,
select {
  height: 40px;
  color: #777777; }

.dark-version input,
.dark-version button,
.dark-version select {
  color: #adb7be; }

label,
button,
select {
  cursor: pointer; }

input {
  background: #f7fbff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px; }
  input:focus {
    border: 1px solid #0f52ba; }
  input[type="submit"] {
    cursor: pointer;
    background-color: #874fe4;
    color: #ffffff;
    font-weight: 700;
    padding-left: 0; }

.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.padding-top {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .padding-top {
      padding-top: 120px; } }

.padding-bottom {
  padding-bottom: 70px; }
  @media (min-width: 992px) {
    .padding-bottom {
      padding-bottom: 120px; } }

.section-header {
  max-width: 750px;
  margin: -4px auto 20px;
  text-align: center;
  text-transform: capitalize; }
  @media (min-width: 992px) {
    .section-header {
      margin: 0 auto 50px; } }
  .section-header .title {
    line-height: 1;
    font-size: 30px;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -15px; }
    .section-header .title.left-style {
      justify-content: flex-start;
      width: 100%;
      text-align: left; }
    @media (min-width: 768px) {
      .section-header .title {
        font-size: 50px;
        margin-top: -13px; } }
    .section-header .title b {
      margin: 10px; }
  .section-header .category {
    font-size: 16px;
    color: #0f52ba;
    margin-bottom: 10px;
    display: block;
    margin-top: -6px; }
    @media (min-width: 576px) {
      .section-header .category {
        font-size: 20px;
        margin-bottom: 13px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .section-header .category {
      font-size: 24px; } }

.music-shape {
  content: "";
  width: 35px;
  height: 35px;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: url(img/radio.png);
  mask-image: url(img/radio.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  background-color: #0f52ba;
  display: inline-block; }

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

.bg-one {
  background-color: #f4f4f4; }

.dark-version .bg-one {
  background-color: #282829; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999; }

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*Footer*/
.footer-top {
  background: #282829;
  overflow: hidden; }

.footer-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -25px; }

.footer-widget {
  color: #adb7be;
  padding: 25px;
  width: 100%; }
  .footer-widget .title {
    color: #ffffff;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 32px; }
    .footer-widget .title i {
      width: 39px;
      height: 39px;
      background: #0f52ba;
      display: inline-block;
      line-height: 39px;
      text-align: center;
      margin-right: 12px; }
      .footer-widget .title i::before {
        font-weight: 100; }
  .footer-widget.widget-about p {
    margin-bottom: 33px; }
  .footer-widget.widget-contact-info .contact-info-wrapper {
    margin-bottom: -25px; }
  .footer-widget.widget-contact-info .contact-info-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px; }
    .footer-widget.widget-contact-info .contact-info-item .contact-info-thumb {
      width: 25px; }
      .footer-widget.widget-contact-info .contact-info-item .contact-info-thumb i::before {
        font-size: 18px;
        color: #0f52ba; }
    .footer-widget.widget-contact-info .contact-info-item .contact-info-content {
      width: calc(100% - 25px);
      padding-left: 15px; }
      .footer-widget.widget-contact-info .contact-info-item .contact-info-content li {
        padding: 0;
        line-height: 27px; }
        .footer-widget.widget-contact-info .contact-info-item .contact-info-content li a {
          color: #adb7be; }
          .footer-widget.widget-contact-info .contact-info-item .contact-info-content li a:first-letter {
            text-transform: lowercase; }
          .footer-widget.widget-contact-info .contact-info-item .contact-info-content li a:hover {
            color: #0f52ba; }
  .footer-widget.footer-show ul {
    margin: -12px 0 0; }
    .footer-widget.footer-show ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #363636;
      padding: 12px 0; }
      .footer-widget.footer-show ul li .footer-show-content a {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        text-transform: capitalize;
        color: #ffffff; }
      .footer-widget.footer-show ul li .footer-show-content p {
        margin-bottom: 0; }
      .footer-widget.footer-show ul li .footer-show-icon a i::before {
        font-size: 9px;
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #ffffff;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .footer-widget.footer-show ul li:hover a {
        color: #0f52ba; }
  @media (min-width: 992px) {
    .footer-widget {
      width: 35% !important; }
      .footer-widget.widget-contact-info {
        width: 30% !important; } }

.footer-social {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .footer-social li {
    padding: 5px; }
    .footer-social li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #232323;
      color: #adb7be; }
      .footer-social li a:hover {
        background-color: #0f52ba;
        color: #ffffff; }

.footer-bottom {
  background: #232323; }

.footer-bottom-wrapper {
  padding: 20px 0;
  min-height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .footer-bottom-wrapper p {
    margin: 0; }
    .footer-bottom-wrapper p a {
      color: #777777; }
      .footer-bottom-wrapper p a:hover {
        color: #0f52ba; }
    @media (max-width: 575px) {
      .footer-bottom-wrapper p {
        width: 100%;
        margin-bottom: 5px; }
        .footer-bottom-wrapper p:last-child {
          margin-bottom: 0; } }

.newslater-form {
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  .newslater-form input {
    background: #ffffff;
    padding-left: 20px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px; }
    @media (min-width: 576px) {
      .newslater-form input {
        padding-left: 40px; } }
    .newslater-form input:focus {
      border-color: transparent; }
  .newslater-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-bottom-right-radius: 40px;
    -moz-border-bottom-right-radius: 40px;
    width: 100px;
    height: 80px;
    text-align: left;
    border: none;
    color: #0f52ba; }
    .newslater-form button i::before {
      font-size: 24px; }
  @media (max-width: 575px) {
    .newslater-form input {
      height: 50px; }
    .newslater-form button {
      height: 50px; } }

header .header-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #232323;
  min-height: 75px;
  position: relative; }
  @media (min-width: 1200px) {
    header .header-wrapper {
      min-height: 115px; } }
  header .header-wrapper .logo {
    text-align: center;
    max-width: 220px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 10px; }
    header .header-wrapper .logo a img {
      max-width: 100%; }

@media (min-width: 1200px) {
  .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    margin-left: 40px; }
    .menu li {
      padding: 10px 5px;
      position: relative; } }
    @media screen and (min-width: 1200px) and (min-width: 1366px) {
      .menu li {
        padding: 10px 8px; } }
    @media screen and (min-width: 1200px) and (min-width: 1450px) {
      .menu li {
        padding: 10px 15px; } }
@media (min-width: 1200px) {
      .menu li a {
        color: #adb7be;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        padding: 5px; }
        .menu li a::after {
          color: #adb7be; }
      .menu li:hover > a::after {
        color: #ffffff; }
      .menu li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .menu li .submenu li {
          padding: 0;
          width: 100%; }
          .menu li .submenu li a {
            text-transform: capitalize;
            display: block;
            background: #ffffff;
            color: #282829;
            font-size: 14px;
            padding: 7px 15px; }
            .menu li .submenu li a:hover {
              padding-left: 20px;
              background: #282829;
              color: #ffffff; }
          .menu li .submenu li .submenu {
            top: 0;
            left: 100%; }
      .menu li:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .menu li:hover > a, .menu li:hover a.active {
        color: #ffffff; } }
.header-right-items {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 300px; }
  .header-right-items li {
    /*width: 33.33%;*/
    width: 50%;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .header-right-items li .right-side-icon {
      color: #adb7be;
      display: block;
      width: 200px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      color: #ffffff;
      position: relative;
    }
      .header-right-items li .right-side-icon::after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #fff;
        content: "";
        position: absolute;
        top: 100%;
        right: 50%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: translate(50%, -5px) rotateY(90deg);
        -ms-transform: translate(50%, -5px) rotateY(90deg);
        transform: translate(50%, -5px) rotateY(90deg); 
        /*font-size: 60px;
        color: #0f52ba;*/
      }
      .header-right-items li .right-side-icon i::before {
        color: #0f52ba; }
        @media (min-width: 1400px) {
          .header-right-items li .right-side-icon i::before {
            font-size: 24px; } }
    .header-right-items li.active, .header-right-items li:hover {
      background: #282829; }
      .header-right-items li.active > a, .header-right-items li:hover > a {
        color: #ffffff; }
        .header-right-items li.active > a i::before, .header-right-items li:hover > a i::before {
          color: #ffffff; }
      .header-right-items li.active ul, .header-right-items li:hover ul {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1); }
      .header-right-items li.active:hover .right-side-icon::after, .header-right-items li:hover:hover .right-side-icon::after {
        -webkit-transform: translate(50%, -5px) rotateY(0);
        -ms-transform: translate(50%, -5px) rotateY(0);
        transform: translate(50%, -5px) rotateY(0); }
    .header-right-items li ul {
      z-index: 20;
      position: absolute;
      top: 100%;
      right: 0;
      background: #ffffff;
      padding: 10px 20px 20px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      transform-origin: top; }
      .header-right-items li ul li {
        border: none;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5; }
        .header-right-items li ul li:hover {
          background: transparent; }
          .header-right-items li ul li:hover .music-hover-thumb a {
            color: #0f52ba;
            border-color: #0f52ba; }
        .header-right-items li ul li .music-hover-thumb a {
          height: 27px;
          width: 27px;
          line-height: 27px;
          text-align: center;
          border: 2px solid #bdbbbb;
          color: #bdbbbb;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          .header-right-items li ul li .music-hover-thumb a i {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%; }
            .header-right-items li ul li .music-hover-thumb a i::before {
              font-size: 10px; }
        .header-right-items li ul li .music-hover-content {
          text-align: left;
          width: calc(100% - 40px); }
          .header-right-items li ul li .music-hover-content a {
            font-size: 14px;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
            color: #292929;
            display: block;
            margin-bottom: -12px; }
          .header-right-items li ul li .music-hover-content span {
            font-size: 12px; }
    .header-right-items li .login-hover {
      padding: 0 20px 20px; }
      .header-right-items li .login-hover li {
        padding: 10px 0; }
        .header-right-items li .login-hover li .music-hover-thumb a {
          border: none; }
          .header-right-items li .login-hover li .music-hover-thumb a i::before {
            font-size: 16px;
            color: #777777; }
        .header-right-items li .login-hover li h6 {
          font-weight: 500; }
    .header-right-items li .change-language .lang-icon {
      width: 29px; }
      .header-right-items li .change-language .lang-icon a {
        display: block;
        width: 100%; }
        .header-right-items li .change-language .lang-icon a img {
          width: 100%; }
    .header-right-items li .change-language a {
      color: #777777;
      width: calc(100% - 29px);
      text-align: right; }
  @media (max-width: 1199px) {
    .header-right-items li .right-side-icon {
      width: 50px;
      height: 50px;
      line-height: 50px; } }
  @media (max-width: 575px) {
    .header-right-items {
      width: 50%; }
      .header-right-items .right-side-icon i::before {
        font-size: 14px; }
      .header-right-items li ul {
        width: 100%;
        min-width: 0; } }
  @media (min-width: 576px) {
    .header-right-items li {
      position: relative; }
      .header-right-items li ul {
        min-width: 300px; }
        .header-right-items li ul.change-language {
          min-width: 180px; } }

.music-hover, .login-hover, .change-language {
  z-index: 9; }

@media screen and (min-width: 1366px) {
  header .header-wrapper .logo {
    max-width: 336px; }
  header .header-wrapper .header-right-items {
    max-width: 300px; } }
@media (max-width: 1199px) {
  .menu {
    position: fixed;
    top: 75px;
    left: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    z-index: 10;
    background: #fff;
    padding: 16px 0; }
    .menu::-webkit-scrollbar {
      display: none; }
    .menu li {
      padding: 0 20px; }
      .menu li a {
        padding: 8px 10px;
        color: #292929;
        font-weight: 700;
        display: block; }
        .menu li a:hover {
          background: #292929;
          color: #ffffff; }
      .menu li .submenu {
        padding-left: 10px;
        display: none; }
        .menu li .submenu li {
          padding-right: 0; }
          .menu li .submenu li a {
            text-transform: capitalize; }
      .menu li:hover > .submenu {
        display: block; }
    .menu.active {
      left: 0; } }
.header-bar {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 12;
  font-size: 20px;
  color: #0f52ba;
  background: #ffffff;
  overflow: hidden; }
  .header-bar i:nth-child(2) {
    display: none; }
  .header-bar i:first-child {
    display: block; }
  .header-bar.active {
    color: #0f52ba; }
    .header-bar.active i:nth-child(2) {
      display: block; }
    .header-bar.active i:first-child {
      display: none; }

header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  header.header-fixed.header-fixed-to-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.menu-item-has-children > a::after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ffffff;
  margin-left: 5px; }
.menu-item-has-children .submenu li a::after {
  color: #292929;
  float: right; }
.menu-item-has-children .submenu li a:hover::after {
  color: #ffffff; }
@media (max-width: 1199px) {
  .menu-item-has-children a::after {
    color: #292929; }
  .menu-item-has-children.open > a {
    color: #ffffff;
    background: #2e2e2e; } }

.banner {
  position: relative;
  padding: 104px 0 110px; }
  @media (min-width: 992px) {
    .banner {
      padding: 184px 0 60px; } }
  .banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    opacity: .95; }
  .banner .banner-content {
    position: relative;
    z-index: 1;
    text-align: center; }
    .banner .banner-content span, .banner .banner-content p, .banner .banner-content h1 {
      color: #ffffff; }
    .banner .banner-content span {
      font-size: 18px;
      display: inline-block;
      margin-bottom: 17px;
      text-transform: capitalize; }
      @media (min-width: 992px) {
        .banner .banner-content span {
          font-size: 24px; } }
      @media (min-width: 1400px) {
        .banner .banner-content span {
          font-size: 30px;
          margin-bottom: 23px; } }
    .banner .banner-content h1 {
      font-size: 30px;
      line-height: 1.2;
      text-transform: capitalize;
      margin: 0;
      margin-bottom: 14px; }
      @media (min-width: 576px) {
        .banner .banner-content h1 {
          font-size: 40px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .banner .banner-content h1 {
      font-size: 42px; } }

  @media (min-width: 576px) and (min-width: 768px) and (min-width: 1400px) {
    .banner .banner-content h1 {
      font-size: 75px;
      margin-bottom: 10px; } }

    .banner .banner-content p {
      max-width: 720px;
      margin: 0 auto;
      font-size: 18px; }
      @media (min-width: 576px) {
        .banner .banner-content p {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .banner .banner-content p {
          margin-bottom: 30px; } }
  .banner .banner-player {
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .banner .banner-player {
        -webkit-transform: translateY(calc(50% + 60px));
        -ms-transform: translateY(calc(50% + 60px));
        transform: translateY(calc(50% + 60px)); } }

.banner-slider {
  overflow: hidden; }

.banner-pagination {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  min-height: 200px;
  right: 5px; }
  @media only screen and (max-width: 800px) {
    .banner-pagination {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .banner-pagination {
      display: flex; } }
  @media only screen and (max-width: 650px) {
    .banner-pagination {
      display: none; } }
  @media (min-width: 992px) {
    .banner-pagination {
      right: 20px; } }
  @media only screen and (min-width: 1400px) {
    .banner-pagination {
      right: 100px; } }
  .banner-pagination::after {
    position: absolute;
    content: "";
    border: 1px dashed #ffffff;
    height: 100%;
    left: 50%;
    top: 0; }
  .banner-pagination span {
    width: 40px;
    height: 40px;
    color: #ffffff;
    position: relative;
    z-index: 9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    outline: none;
    display: inline-block;
    margin-bottom: 15px;
    background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%); }
    .banner-pagination span:last-child {
      margin-bottom: 0; }
    .banner-pagination span.swiper-pagination-bullet-active {
      background: #000000;
      border-color: #000000; }

.show-details-wrapper img {
  width: 100%;
  margin-bottom: 55px; }
.show-details-wrapper p {
  margin-bottom: 58px; }
  .show-details-wrapper p:last-child {
    margin-bottom: -8px; }
.show-details-wrapper .show-instant-player {
  margin-bottom: 66px;
  overflow: hidden; }
  .show-details-wrapper .show-instant-player iframe {
    height: 185px; }
.show-details-wrapper .schedule-of-this .title {
  padding: 20px;
  background: #f4f4f4;
  color: #292929;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize; }
.show-details-wrapper .schedule-of-this ul {
  margin-bottom: 50px; }
  .show-details-wrapper .schedule-of-this ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    min-height: 50px;
    justify-content: space-between;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .show-details-wrapper .schedule-of-this ul li * {
      width: 25%; }
    .show-details-wrapper .schedule-of-this ul li .day-schedule {
      padding-left: 15px; }
      @media (min-width: 768px) {
        .show-details-wrapper .schedule-of-this ul li .day-schedule {
          padding-left: 30px; } }
    .show-details-wrapper .schedule-of-this ul li:hover {
      color: #adb7be; }
    .show-details-wrapper .schedule-of-this ul li:nth-child(even) {
      background: #f4f4f4; }
@media (max-width: 575px) {
  .show-details-wrapper .schedule-of-this {
    width: 100%;
    overflow-x: scroll; }
    .show-details-wrapper .schedule-of-this::-webkit-scrollbar {
      display: none; }
    .show-details-wrapper .schedule-of-this .title, .show-details-wrapper .schedule-of-this ul {
      min-width: 400px; } }
@media (max-width: 991px) {
  .show-details-wrapper img {
    margin-bottom: 25px; }
  .show-details-wrapper p {
    margin-bottom: 28px; }
  .show-details-wrapper .show-instant-player {
    margin-bottom: 37px; }
  .show-details-wrapper .schedule-of-this ul {
    margin-bottom: 26px; } }

.event-details-wrapper img {
  width: 100%;
  margin-bottom: 21px; }
.event-details-wrapper .title {
  margin-bottom: 11px;
  text-transform: capitalize; }
  @media (min-width: 576px) {
    .event-details-wrapper .title {
      font-size: 30px; } }
.event-details-wrapper p {
  margin-bottom: 23px; }
  @media (min-width: 576px) {
    .event-details-wrapper p {
      margin-bottom: 43px; } }
.event-details-wrapper .event-info .sub-title {
  background: #f4f4f4;
  padding: 15px;
  text-transform: capitalize;
  text-align: center; }
.event-details-wrapper .event-info ul {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .event-details-wrapper .event-info ul {
      margin-bottom: 34px; } }
  .event-details-wrapper .event-info ul li {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media (min-width: 576px) {
      .event-details-wrapper .event-info ul li {
        padding: 10px 30px; }
        .event-details-wrapper .event-info ul li .left-side {
          width: calc(100% - 200px); }
        .event-details-wrapper .event-info ul li .right-side {
          width: 200px; } }
    .event-details-wrapper .event-info ul li:nth-child(even) {
      background: #f4f4f4; }
    .event-details-wrapper .event-info ul li:hover {
      color: #b4b5c0; }
.event-details-wrapper .maps {
  height: 200px;
  margin-top: 34px; }
  @media (min-width: 576px) {
    .event-details-wrapper .maps {
      height: 390px; } }

.sidebar {
  margin-bottom: -60px; }
  @media (max-width: 991px) {
    .sidebar {
      margin-top: 60px; }
      .sidebar .widget {
        margin-bottom: 30px; } }

.widget {
  margin-bottom: 60px; }
  .widget.widget-search .widget-form {
    position: relative; }
    .widget.widget-search .widget-form input {
      height: 60px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 1px solid #e5e5e5;
      background: transparent;
      padding-left: 20px; }
    .widget.widget-search .widget-form button {
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      height: 60px;
      width: 60px;
      border-left: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: transparent; }
  .widget .widget-inner {
    padding: 23px 30px 21px;
    border: 1px solid #e5e5e5; }
    .widget .widget-inner .widget-title {
      font-size: 20px;
      text-transform: capitalize;
      position: relative;
      padding-bottom: 21px;
      margin-bottom: 21px; }
      .widget .widget-inner .widget-title::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 30px;
        height: 3px;
        background: #0f52ba; }
  .widget.widget-coming-show .coming-show li, .widget.widget-today-show .coming-show li {
    border-bottom: 1px solid #e5e5e5;
    padding: 11px 0 6px; }
    .widget.widget-coming-show .coming-show li:first-child, .widget.widget-today-show .coming-show li:first-child {
      padding: 6px 0; }
    .widget.widget-coming-show .coming-show li a, .widget.widget-today-show .coming-show li a {
      font-weight: 500;
      color: #292929;
      display: block;
      font-family: "Roboto", sans-serif;
      text-transform: capitalize;
      line-height: 1.2; }
    .widget.widget-coming-show .coming-show li span, .widget.widget-today-show .coming-show li span {
      font-size: 14px; }
    .widget.widget-coming-show .coming-show li:hover a, .widget.widget-today-show .coming-show li:hover a {
      color: #0f52ba; }
    .widget.widget-coming-show .coming-show li:last-child, .widget.widget-today-show .coming-show li:last-child {
      border-bottom: none; }
  .widget.widget-recent ul {
    margin-top: -4px;
    margin-bottom: -10px; }
    .widget.widget-recent ul li {
      border-bottom: 1px solid #e5e5e5;
      padding: 9px 0; }
      .widget.widget-recent ul li:last-child {
        border-bottom: none; }
      .widget.widget-recent ul li .sub-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 5px; }
      .widget.widget-recent ul li p {
        margin: 0;
        margin-right: 20px;
        display: inline-block;
        font-size: 14px; }
        .widget.widget-recent ul li p a {
          color: #777777; }
        .widget.widget-recent ul li p:last-child {
          margin-right: 0; }
      .widget.widget-recent ul li:hover a, .widget.widget-recent ul li:hover .sub-title a {
        color: #0f52ba; }
  .widget.widget-category ul {
    margin: -6px 0 -6px; }
    .widget.widget-category ul li {
      padding: 7px 0;
      border-bottom: 1px solid #e5e5e5; }
      .widget.widget-category ul li:last-child {
        border-bottom: none; }
      .widget.widget-category ul li a {
        display: flex;
        justify-content: space-between;
        color: #777777;
        text-transform: capitalize; }
      .widget.widget-category ul li:hover a,
      .widget.widget-category ul li:hover .sub-title a {
        color: #0f52ba; }
  .widget.widget-tags ul {
    margin: -2px -6px 4px; }
    .widget.widget-tags ul li {
      padding: 6px; }
      .widget.widget-tags ul li a {
        padding: 9px 28px;
        color: #777777;
        border: 1px solid #e5e5e5; }
        .widget.widget-tags ul li a:hover {
          color: #0f52ba;
          border-color: #0f52ba; }

/*Home Page Blog*/
.post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  margin-bottom: 30px; }
  .post-item .post-thumb {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .post-item .post-thumb a {
      display: block; }
      .post-item .post-thumb a img {
        height: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        @media (max-width: 575px) {
          .post-item .post-thumb a img {
            width: 100%; } }
  .post-item .post-content {
    width: 100%;
    text-align: center;
    padding: 32px; }
    .post-item .post-content .sub-title {
      line-height: 30px;
      margin-bottom: 14px; }
    .post-item .post-content .meta-date {
      margin-bottom: 14px;
      display: inline-block; }
      .post-item .post-content .meta-date a {
        color: #0f52ba; }
    .post-item .post-content p {
      margin: 0; }
    @media (max-width: 575px) {
      .post-item .post-content {
        padding: 28px 15px 32px; }
        .post-item .post-content .sub-title {
          margin-bottom: 4px; }
        .post-item .post-content .meta-date {
          margin-bottom: 6px; } }
  @media (min-width: 576px) {
    .post-item .post-thumb {
      width: 187px; }
    .post-item .post-content {
      width: calc(100% - 187px); } }
  .post-item:hover .post-content .sub-title a {
    color: #0f52ba; }
  .post-item.post-grid .post-thumb {
    width: 100%; }
    .post-item.post-grid .post-thumb img {
      height: auto;
      width: 100%; }
  .post-item.post-grid .post-content {
    width: 100%;
    padding: 25px 32px 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 575px) {
      .post-item.post-grid .post-content {
        padding: 25px 20px; } }
  .post-item.post-grid:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .post-item.post-details .share-icon, .post-item.post-center .share-icon, .post-item.post-grid .share-icon, .post-item.post-list .share-icon {
    right: auto;
    left: 0; }
    .post-item.post-details .share-icon .social-icons ul, .post-item.post-center .share-icon .social-icons ul, .post-item.post-grid .share-icon .social-icons ul, .post-item.post-list .share-icon .social-icons ul {
      transform-origin: left; }
  .post-item.post-list {
    justify-content: space-between;
    position: relative;
    padding-bottom: 28px !important; }
    .post-item.post-list::after {
      content: "";
      position: absolute;
      bottom: -60px;
      width: 100%;
      height: 0;
      border-top: 1px solid #adb7be; }
      @media (max-width: 767px) {
        .post-item.post-list::after {
          bottom: 0; } }
    @media (min-width: 768px) {
      .post-item.post-list {
        margin-bottom: 120px !important;
        padding-bottom: 0 !important; } }
    .post-item.post-list:nth-last-child(1) {
      margin-bottom: 0; }
    .post-item.post-list .post-thumb {
      padding: 0;
      margin-bottom: 18px; }
      .post-item.post-list .post-thumb a img {
        height: auto;
        width: 100%; }
    .post-item.post-list .post-content {
      padding: 0;
      text-align: left; }
      .post-item.post-list .post-content .meta-date {
        margin-bottom: 6px; }
        .post-item.post-list .post-content .meta-date a {
          color: #777777; }
      .post-item.post-list .post-content .sub-title {
        margin-bottom: 8px; }
        .post-item.post-list .post-content .sub-title a {
          color: #292929; }
      .post-item.post-list .post-content p {
        margin-bottom: 13px; }
      .post-item.post-list .post-content a {
        color: #777777; }
        .post-item.post-list .post-content a i::before {
          font-size: 12px;
          margin-left: 5px; }
    .post-item.post-list .post-thumb,
    .post-item.post-list .post-content {
      width: 100%; }
      @media (min-width: 768px) {
        .post-item.post-list .post-thumb,
        .post-item.post-list .post-content {
          width: calc(100%/2 - 15px);
          margin-bottom: 0; } }
    .post-item.post-list:hover .post-content .sub-title a,
    .post-item.post-list:hover .post-content a {
      color: #0f52ba !important; }
    @media (max-width: 767px) {
      .post-item.post-list {
        margin-bottom: 40px;
        padding-bottom: 31px; } }
  .post-item.post-details, .post-item.post-center {
    margin-bottom: 37px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center; }
    @media (min-width: 768px) {
      .post-item.post-details, .post-item.post-center {
        margin-bottom: 60px;
        padding-bottom: 50px; } }
    .post-item.post-details:nth-last-child(1), .post-item.post-center:nth-last-child(1) {
      margin-bottom: 0; }
    .post-item.post-details .post-thumb, .post-item.post-details .post-content, .post-item.post-center .post-thumb, .post-item.post-center .post-content {
      width: 100%; }
    .post-item.post-details .post-thumb, .post-item.post-center .post-thumb {
      margin-bottom: 24px; }
      .post-item.post-details .post-thumb img, .post-item.post-center .post-thumb img {
        width: 100%;
        height: auto; }
      .post-item.post-details .post-thumb .share-icon > a, .post-item.post-center .post-thumb .share-icon > a {
        width: 57px;
        height: 57px;
        line-height: 57px; }
      @media (min-width: 576px) {
        .post-item.post-details .post-thumb .share-icon .social-icons ul, .post-item.post-center .post-thumb .share-icon .social-icons ul {
          bottom: 68px;
          max-height: 260px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .post-item.post-details .post-thumb .share-icon .social-icons ul li, .post-item.post-center .post-thumb .share-icon .social-icons ul li {
            background: #fff; }
            .post-item.post-details .post-thumb .share-icon .social-icons ul li a, .post-item.post-center .post-thumb .share-icon .social-icons ul li a {
              width: 40px;
              height: 40px;
              line-height: 40px; } }
      @media (max-width: 575px) {
        .post-item.post-details .post-thumb .share-icon > a, .post-item.post-center .post-thumb .share-icon > a {
          width: 45px;
          height: 45px;
          line-height: 45px; }
        .post-item.post-details .post-thumb .share-icon .social-icons ul, .post-item.post-center .post-thumb .share-icon .social-icons ul {
          display: flex;
          flex-wrap: wrap;
          bottom: 0;
          left: 100%;
          min-width: 210px;
          padding: 3px; } }
    .post-item.post-details .post-content, .post-item.post-center .post-content {
      text-align: left;
      padding: 0; }
      .post-item.post-details .post-content .meta-post, .post-item.post-center .post-content .meta-post {
        margin-bottom: 14px; }
      .post-item.post-details .post-content p, .post-item.post-center .post-content p {
        margin-bottom: 14px; }
      .post-item.post-details .post-content a, .post-item.post-center .post-content a {
        color: #777777; }
        .post-item.post-details .post-content a i::before, .post-item.post-center .post-content a i::before {
          font-size: 12px;
          margin-left: 5px; }
    .post-item.post-details .meta-date, .post-item.post-details .sub-title, .post-item.post-center .meta-date, .post-item.post-center .sub-title {
      width: 100%; }
    .post-item.post-details .meta-date, .post-item.post-center .meta-date {
      margin-top: -8px; }
      .post-item.post-details .meta-date a, .post-item.post-center .meta-date a {
        color: #777777; }
    .post-item.post-details .sub-title, .post-item.post-center .sub-title {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .post-item.post-details .sub-title, .post-item.post-center .sub-title {
          font-size: 30px;
          line-height: 40px; } }
      .post-item.post-details .sub-title a, .post-item.post-center .sub-title a {
        display: inline; }
    .post-item.post-details:hover .post-content a,
    .post-item.post-details:hover .sub-title a, .post-item.post-center:hover .post-content a,
    .post-item.post-center:hover .sub-title a {
      color: #0f52ba !important; }
    .post-item.post-details:hover .meta-date a, .post-item.post-center:hover .meta-date a {
      color: #0f52ba; }
  @media (min-width: 768px) {
    .post-item.post-details .post-content p.main-para {
      margin-bottom: 14px; } }
  .post-item.post-details .post-content p:last-child {
    margin-bottom: -7px; }
  .post-item.post-details .post-content ol {
    padding-left: 20px; }
    @media (min-width: 768px) {
      .post-item.post-details .post-content ol {
        margin-bottom: 14px; } }
    .post-item.post-details .post-content ol li {
      padding-left: 5px; }
  .post-item.post-details .post-content .sub-title {
    margin-bottom: 10px;
    font-size: 20px; }
    @media (min-width: 576px) {
      .post-item.post-details .post-content .sub-title {
        font-size: 24px; } }
  .post-item.post-center .post-content {
    margin-bottom: -9px; }
  .post-item .meta-post {
    margin-bottom: 6px; }
    .post-item .meta-post li {
      margin-right: 25px;
      padding: 0;
      position: relative; }
      .post-item .meta-post li::after {
        top: 50%;
        right: -14px;
        width: 6px;
        height: 6px;
        position: absolute;
        content: "";
        background: #777777;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .post-item .meta-post li:last-child {
        margin-right: 0; }
        .post-item .meta-post li:last-child::after {
          display: none; }
      .post-item .meta-post li a {
        color: #777777; }

.share-icon {
  position: absolute;
  bottom: 0;
  right: 0; }
  .share-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff; }
    .share-icon a.gradient-bg {
      background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
      background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
      background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%); }
  .share-icon .social-icons {
    position: relative; }
    .share-icon .social-icons ul {
      position: absolute;
      bottom: 60px;
      right: 0;
      padding: 5px;
      background: #fff;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      transform-origin: right; }
      .share-icon .social-icons ul::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 50%;
        border-top: 10px solid #ffffff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .share-icon .social-icons ul li {
        padding: 5px; }
        .share-icon .social-icons ul li a {
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          background: #0f52ba;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          .share-icon .social-icons ul li a.facebook {
            background-color: #3b5998; }
          .share-icon .social-icons ul li a.twitter {
            background-color: #55acee; }
          .share-icon .social-icons ul li a.linkedin {
            background-color: #007bb5; }
          .share-icon .social-icons ul li a.instagram {
            background-color: #e4405f; }
          .share-icon .social-icons ul li a.pinterest {
            background-color: #cb2027; }
          .share-icon .social-icons ul li a.vimeo {
            background-color: #1ab7ea; }
          .share-icon .social-icons ul li a.google {
            background-color: #dd4b39; }
          .share-icon .social-icons ul li a.whatsapp {
            background-color: #25d366; }
          .share-icon .social-icons ul li a.tumblr {
            background-color: #34465d; }
          .share-icon .social-icons ul li a.youtube {
            background-color: #cd201f; }
          .share-icon .social-icons ul li a.skype {
            background-color: #2fb7df; }
  .share-icon:hover .social-icons ul {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  margin-top: 65px; }
  @media (max-width: 991px) {
    .blog-pagination {
      margin-top: 55px; } }
  .blog-pagination li {
    padding: 5px; }
    .blog-pagination li a {
      width: 75px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border: 1px solid #e5e5e5;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #777777; }
      .blog-pagination li a:hover {
        color: #0f52ba;
        border-color: #0f52ba; }
      .blog-pagination li a.active {
        color: #ffffff;
        background: #0f52ba;
        border-color: #0f52ba; }
      @media (max-width: 575px) {
        .blog-pagination li a {
          width: 40px;
          height: 40px;
          line-height: 40px; } }
  @media (max-width: 767px) {
    .blog-pagination.style-two {
      margin-top: 30px; } }

/*Blog Details*/
.blog-area {
  overflow: hidden; }

.blog-details-slider {
  position: relative;
  margin: -15px;
  margin-bottom: 47px; }
  .blog-details-slider .popular-next,
  .blog-details-slider .popular-prev {
    -webkit-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    transform: translateY(-125%);
    background: #fff;
    color: #0f52ba; }
  @media (max-width: 575px) {
    .blog-details-slider {
      margin-bottom: 10px; } }

.blog-slide-item {
  margin: 15px; }
  .blog-slide-item .blog-slide-thumb {
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .blog-slide-item .blog-slide-thumb {
        margin-bottom: 24px; } }
    .blog-slide-item .blog-slide-thumb a {
      display: block; }
      .blog-slide-item .blog-slide-thumb a img {
        width: 100%; }
  .blog-slide-item .blog-slide-content .title {
    font-size: 18px; }
    @media (min-width: 576px) {
      .blog-slide-item .blog-slide-content .title {
        font-size: 22px; } }

.comment-area .title,
.post-comment-area .title {
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .comment-area .title,
    .post-comment-area .title {
      font-size: 30px;
      margin-bottom: 30px; } }

.post-comment-area .comment-form {
  margin: -15px; }
  .post-comment-area .comment-form .form-group {
    width: 100%;
    padding: 15px;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .post-comment-area .comment-form .form-group {
        width: 50%; } }
    .post-comment-area .comment-form .form-group input, .post-comment-area .comment-form .form-group textarea {
      border: 1px solid #e5e5e5;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #ffffff;
      display: block;
      margin: 0; }
      .post-comment-area .comment-form .form-group input:focus, .post-comment-area .comment-form .form-group textarea:focus {
        border-color: #e5e5e5; }
    .post-comment-area .comment-form .form-group textarea {
      height: 175px;
      padding: 20px; }
    .post-comment-area .comment-form .form-group input {
      height: 50px;
      padding-left: 20px; }
      .post-comment-area .comment-form .form-group input[type="submit"] {
        background: #0f52ba;
        color: #ffffff;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        text-transform: capitalize;
        width: auto;
        border-color: #0f52ba;
        padding: 0 48px; }

.comment-wrapper li .comment-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .comment-wrapper li .comment-item .comment-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .comment-wrapper li .comment-item .comment-thumb a {
      display: block; }
      .comment-wrapper li .comment-item .comment-thumb a img {
        width: 100%; }
  .comment-wrapper li .comment-item .comment-content {
    width: calc(100% - 85px);
    padding-left: 20px; }
    .comment-wrapper li .comment-item .comment-content .sub-title {
      margin-bottom: 15px; }
      .comment-wrapper li .comment-item .comment-content .sub-title a {
        font-size: 18px;
        margin-right: 5px; }
      .comment-wrapper li .comment-item .comment-content .sub-title span {
        font-size: 14px;
        font-weight: 400;
        color: #777777; }
    .comment-wrapper li .comment-item .comment-content p {
      margin-bottom: 21px; }
    .comment-wrapper li .comment-item .comment-content .reply-button {
      border: 1px solid #e5e5e5;
      font-size: 12px;
      color: #b4b5c0;
      padding: 0 15px; }
@media (min-width: 768px) {
  .comment-wrapper li ul {
    padding-left: 90px; } }
.comment-wrapper li ul .comment-item .comment-thumb {
  width: 55px;
  height: 55px; }
.comment-wrapper li ul .comment-item .comment-content {
  width: calc(100% - 55px); }
  .comment-wrapper li ul .comment-item .comment-content .sub-title {
    margin-bottom: 0; }
  .comment-wrapper li ul .comment-item .comment-content p {
    margin-bottom: 7px; }
@media (max-width: 575px) {
  .comment-wrapper li .comment-item {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .comment-wrapper li .comment-item .comment-thumb {
      margin-bottom: 20px; }
    .comment-wrapper li .comment-item .comment-content {
      width: 100%;
      padding-left: 0; }
      .comment-wrapper li .comment-item .comment-content .sub-title {
        margin-bottom: 8px; }
  .comment-wrapper li ul {
    padding-left: 20px; }
    .comment-wrapper li ul li .comment-item .comment-thumb {
      margin-bottom: 12px; }
    .comment-wrapper li ul li .comment-item .comment-content {
      width: 100%; } }
.comment-wrapper li.parent-comment > .comment-item .comment-content .reply-button {
  display: none; }
.comment-wrapper li.parent-comment > .comment-item .comment-content p {
  margin: 0; }

.reply-form {
  border: 1px solid #e5e5e5;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: none; }
  .reply-form .reply-thumb {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .reply-form .reply-thumb img {
      width: 100%; }
  .reply-form .reply-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 55px);
    padding-left: 20px; }
    .reply-form .reply-content label,
    .reply-form .reply-content a,
    .reply-form .reply-content select {
      color: #282829;
      margin: 0; }
    .reply-form .reply-content select {
      margin-left: 10px;
      width: 200px;
      border: none; }
    .reply-form .reply-content a {
      margin-left: auto;
      color: #0f52ba; }
    .reply-form .reply-content textarea {
      height: 60px;
      border: none; }
    @media (max-width: 575px) {
      .reply-form .reply-content {
        width: 100%; }
        .reply-form .reply-content select {
          width: 150px; } }
  .reply-form::after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg) translateY(3px) translateX(7px);
    -ms-transform: rotate(45deg) translateY(3px) translateX(7px);
    transform: rotate(45deg) translateY(3px) translateX(7px);
    background: #fff; }
  .reply-form.active {
    display: flex;
    animation-name: fadeIn;
    animation-duration: .5s; }

.blog-area .post-item {
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .blog-area .post-item {
      padding-bottom: 60px;
      margin-bottom: 60px; } }

.custom-button {
  background: #0f52ba;
  color: #ffffff;
  padding: 10px 38px;
  border: 1px solid #0f52ba;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }
  .custom-button:hover {
    background: transparent;
    color: #0f52ba; }

/*Popular Section*/
.popular-wrapper {
  max-width: 1680px;
  margin: -15px auto;
  overflow: hidden;
  position: relative; }
  @media (max-width: 991px) {
    .popular-wrapper {
      max-width: 650px; } }

.popular-next,
.popular-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 9;
  color: #0f52ba;
  background: #282828; }

.popular-next {
  right: 15px; }

.popular-prev {
  left: 15px; }

.popular-item {
  position: relative;
  margin: 15px;
  overflow: hidden;
  background-image: -moz-linear-gradient(70deg, #0f52ba 1%, #4D86DF 88%);
  background-image: -webkit-linear-gradient(70deg, #0f52ba 1%, #4D86DF 88%);
  background-image: -ms-linear-gradient(70deg, #0f52ba 1%, #4D86DF 88%); }
  @media (max-width: 767px) {
    .popular-item {
      max-width: 575px;
      margin: 15px auto; } }
  .popular-item .popular-thumb {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); }
    .popular-item .popular-thumb a {
      display: block; }
      .popular-item .popular-thumb a img {
        width: 100%; }
  .popular-item .popular-content {
    width: 100%;
    padding: 7px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1; }
    @media (min-width: 576px) {
      .popular-item .popular-content {
        padding: 15px 0; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .popular-item .popular-content {
      padding: 15px 0 20px; } }

    .popular-item .popular-content .sub-title, .popular-item .popular-content span {
      color: #ffffff;
      text-align: center;
      display: block;
      width: 100%; }
      @media (min-width: 576px) {
        .popular-item .popular-content .sub-title, .popular-item .popular-content span {
          width: 50%; } }
    .popular-item .popular-content .sub-title {
      font-size: 18px;
      line-height: 1.3; }
      @media (min-width: 768px) {
        .popular-item .popular-content .sub-title {
          font-size: 20px; } }
      @media screen and (min-width: 1680px) {
        .popular-item .popular-content .sub-title {
          font-size: 24px; } }
    .popular-item .popular-content span {
      font-size: 14px; }
      @media (min-width: 768px) {
        .popular-item .popular-content span {
          font-size: 16px; } }

.popular-show-wrapper .popular-item {
  width: calc(100%); }
  @media (min-width: 992px) {
    .popular-show-wrapper .popular-item {
      width: calc((100% / 2) - 30px); } }
  @media (min-width: 1200px) {
    .popular-show-wrapper .popular-item {
      width: calc((100% / 3) - 30px); } }

.feature-live-show .live-wrapper,
.listen-live-show .live-wrapper,
.watch-live-show .live-wrapper {
  margin: -15px; }

/*Weekend Show*/
.weekend-wrapper {
  margin: -15px; }
  @media (min-width: 1200px) {
    .weekend-wrapper {
      margin: -15px -30px; } }
  @media (max-width: 575px) {
    .weekend-wrapper {
      margin: -15px -15px -12px; } }

.weekend-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .weekend-item:nth-child(even) {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; }
  .weekend-item .weekend-content,
  .weekend-item .weekend-thumb {
    width: 100%;
    padding: 15px; }
    @media (min-width: 992px) {
      .weekend-item .weekend-content,
      .weekend-item .weekend-thumb {
        width: 50%; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .weekend-item .weekend-content,
    .weekend-item .weekend-thumb {
      padding: 15px 30px; } }

    .weekend-item .weekend-content img,
    .weekend-item .weekend-thumb img {
      width: 100%; }
    @media (max-width: 575px) {
      .weekend-item .weekend-content,
      .weekend-item .weekend-thumb {
        padding: 12px 15px; } }

.weekend-content span {
  font-weight: 600;
  display: block;
  margin-bottom: 5px; }
  .weekend-content span.category {
    color: #0f52ba;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .weekend-content span.category {
        margin-bottom: 13px; } }
    @media (min-width: 992px) {
      .weekend-content span.category {
        margin-bottom: 17px;
        font-size: 24px; } }
  @media (min-width: 576px) {
    .weekend-content span {
      font-size: 18px;
      margin-bottom: 15px; } }
.weekend-content .title {
  text-transform: capitalize;
  margin-bottom: 9px;
  line-height: 1.1;
  font-size: 30px; }
  @media (min-width: 576px) {
    .weekend-content .title {
      font-size: 30px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .weekend-content .title {
      font-size: 40px;
      line-height: 45px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .weekend-content .title {
      margin-bottom: 10px; } }

.weekend-content p {
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .weekend-content p {
      margin-bottom: 32px; } }

/*How to Item*/
.how-to-item {
  border: 1px solid #e5e5e5;
  padding: 57px 15px 40px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 0 20px #ebebeb; }
  @media (min-width: 576px) {
    .how-to-item {
      padding: 62px 40px 45px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .how-to-item {
      padding: 62px 20px 45px; } }

  @media (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
    .how-to-item {
      padding: 62px 40px 45px; } }

  .how-to-item .how-to-thumb {
    margin-bottom: 22px; }
    .how-to-item .how-to-thumb i::before {
      font-size: 60px;
      color: #0f52ba; }
  .how-to-item .how-to-content .sub-title {
    margin-bottom: 14px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-transform: capitalize; }
  .how-to-item .how-to-content p {
    margin-bottom: -7px; }
  @media (max-width: 575px) {
    .how-to-item .how-to-thumb {
      margin-bottom: 20px; }
    .how-to-item .how-to-content .sub-title {
      margin-bottom: 10px;
      font-size: 20px; } }
  .how-to-item:hover .how-to-content .sub-title {
    color: #0f52ba; }

/*Mobile Connect Section*/
.weekend-content {
  position: relative;
  z-index: 1; }
  .weekend-content.mobile-connect-content p {
    margin-bottom: 16px; }
    .weekend-content.mobile-connect-content p a {
      color: #0f52ba;
      text-transform: capitalize;
      text-decoration: underline; }
  .weekend-content.mobile-connect-content .sub-title {
    margin-bottom: 10px;
    font-size: 22px; }
  @media (min-width: 768px) {
    .weekend-content.mobile-connect-content .category {
      margin-bottom: 20px; }
    .weekend-content.mobile-connect-content p {
      margin-bottom: 27px; }
    .weekend-content.mobile-connect-content .title {
      margin-bottom: 20px; }
    .weekend-content.mobile-connect-content .sub-title {
      margin-bottom: 20px; } }

.connect-ul {
  margin-bottom: 23px; }
  @media (min-width: 768px) {
    .connect-ul {
      margin-bottom: 30px; } }
  .connect-ul li {
    line-height: 24px; }
    .connect-ul li::before {
      content: "\f111";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      margin-right: 10px;
      font-size: 10px;
      color: #000000; }

.mobile-connect-section {
  position: relative; }
  .mobile-connect-section::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: url(../../assets/images/connect/01.png) no-repeat bottom right;
    background-size: contain;
    height: calc(100% - 120px); }
    @media (max-width: 991px) {
      .mobile-connect-section::after {
        display: none; } }
    @media (min-width: 992px) {
      .mobile-connect-section::after {
        width: 95%; } }
    @media (min-width: 1200px) {
      .mobile-connect-section::after {
        width: 80%; } }

.play-store-button-group {
  margin: -10px; }
  .play-store-button-group a {
    display: block;
    margin: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
    .play-store-button-group a img {
      max-width: 100%; }

/*Newslater*/
.newslater-wrapper {
  margin: 0 auto;
  max-width: 730px; }
  .newslater-wrapper.style-two .newslater-form input {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #232323; }
  .newslater-wrapper.style-two .newslater-title {
    color: #292929; }

.newslater-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  margin-top: -5px; }
  @media (min-width: 576px) {
    .newslater-title {
      font-size: 40px;
      margin-bottom: 25px;
      margin-top: -11px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .newslater-title {
      margin-bottom: 42px; } }

.fixed-gradient-after {
  position: relative; }
  .fixed-gradient-after::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    opacity: .95; }

/*Team Section*/
.team-item {
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 576px) {
    .team-item {
      width: 50%; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .team-item {
      width: 33.33%; } }

  @media (min-width: 576px) and (min-width: 992px) and (min-width: 1200px) {
    .team-item {
      width: 25%; } }

  .team-item .team-thumb {
    position: relative; }
    .team-item .team-thumb img {
      width: 100%; }
  .team-item .team-content {
    background: #282829;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .team-item .team-content .title {
      color: #ffffff;
      width: 50%;
      font-family: "Roboto", sans-serif; }
    .team-item .team-content .social-icons {
      width: 50%;
      text-align: right;
      margin: -3px; }
      .team-item .team-content .social-icons a {
        margin: 3px;
        color: #ffffff; }
        .team-item .team-content .social-icons a:hover {
          color: #000000; }
  .team-item:hover .team-details, .team-item:hover .team-details a {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .9;
    visibility: visible; }

.team-details,
.team-details a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  visibility: hidden; }

.team-details {
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
  background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
  background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%); }
  .team-details a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .team-details a:hover {
      background: #ffffff; }
      .team-details a:hover i::before {
        color: #0f52ba; }
    .team-details a i::before {
      color: #ffffff; }

.team-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 768px) {
    .team-header {
      margin-bottom: 70px; } }
  .team-header .title {
    padding: 20px;
    background: #282829;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .team-header .title {
        font-size: 50px;
        padding: 60px 10px;
        text-align: center;
        width: 280px;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .team-header p {
      padding-left: 30px;
      width: calc(100% - 280px);
      margin: 0; } }
  @media (max-width: 767px) {
    .team-header .title, .team-header p {
      width: 100%;
      margin-bottom: 30px; } }

/*Top Radio Shows*/
.top-radio-show {
  position: relative; }
  .top-radio-show::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.9); }
  .top-radio-show .section-header {
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    .top-radio-show .section-header .title {
      color: #ffffff;
      margin-bottom: 20px;
      margin-top: 0; }
      @media (max-width: 575px) {
        .top-radio-show .section-header .title {
          font-size: 36px;
          margin-bottom: 10px; } }
    .top-radio-show .section-header .view-area {
      margin: -5px; }
      .top-radio-show .section-header .view-area .show-button {
        background: #0f52ba;
        color: #fff;
        padding: 5px 30px;
        margin: 5px;
        font-family: roboto;
        border: 1px solid #0f52ba;
        font-weight: 500;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
        .top-radio-show .section-header .view-area .show-button:hover {
          background: transparent;
          border-color: #ffffff; }
    @media (min-width: 768px) {
      .top-radio-show .section-header {
        margin-bottom: 50px; }
        .top-radio-show .section-header .view-area {
          width: 270px;
          text-align: right; }
          .top-radio-show .section-header .view-area .show-button {
            padding: 10px 36px; }
        .top-radio-show .section-header .title {
          width: calc(100% - 270px);
          margin-bottom: 0; } }
  .top-radio-show.padding-top {
    padding-top: 60px; }
    @media (min-width: 576px) {
      .top-radio-show.padding-top {
        padding-top: 74px; } }
    @media (min-width: 992px) {
      .top-radio-show.padding-top {
        padding-top: 230px; } }

.top-radio-area {
  position: relative;
  z-index: 1; }
  .top-radio-area a {
    display: block; }
    .top-radio-area a img {
      width: 100%; }
  .top-radio-area .top-radio-thumb {
    position: relative;
    overflow: hidden; }
    .top-radio-area .top-radio-thumb:hover .top-radio-thumb-content {
      -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0); }
    @media (min-width: 768px) {
      .top-radio-area .top-radio-thumb .top-radio-thumb-content {
        width: 50%; } }
  .top-radio-area .top-radio-thumb-content {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    background: #0f52ba;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 20px 30px 19px;
    max-width: 340px; }
    @media (min-width: 1400px) {
      .top-radio-area .top-radio-thumb-content {
        padding: 20px 15px 19px; } }
    @media (min-width: 1600px) {
      .top-radio-area .top-radio-thumb-content {
        padding: 20px 30px 19px; } }
    .top-radio-area .top-radio-thumb-content * {
      position: relative;
      z-index: 1; }
    .top-radio-area .top-radio-thumb-content .title {
      font-size: 24px;
      color: #ffffff; }
      @media (min-width: 576px) {
        .top-radio-area .top-radio-thumb-content .title {
          font-size: 20px; } }
    .top-radio-area .top-radio-thumb-content span {
      color: #f1e300;
      font-size: 14px;
      line-height: 1; }
    .top-radio-area .top-radio-thumb-content::after, .top-radio-area .top-radio-thumb-content::before {
      content: "";
      position: absolute;
      top: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 110px solid #0f52ba;
      height: 100%; }
    .top-radio-area .top-radio-thumb-content::after {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 100%; }
    .top-radio-area .top-radio-thumb-content::before {
      -webkit-transform: translateX(50%) rotate(180deg);
      -ms-transform: translateX(50%) rotate(180deg);
      transform: translateX(50%) rotate(180deg);
      right: 100%; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .top-radio-area .top-radio-thumb-content .title {
        font-size: 14px;
        line-height: 1.2; }
      .top-radio-area .top-radio-thumb-content span {
        font-size: 12px;
        display: inline-block;
        line-height: 18px; } }
    @media (max-width: 991px) {
      .top-radio-area .top-radio-thumb-content {
        width: 80%; }
        .top-radio-area .top-radio-thumb-content .title {
          line-height: 1.2;
          font-size: 20px; }
        .top-radio-area .top-radio-thumb-content span {
          font-size: 14px;
          display: inline-block;
          line-height: 18px; } }
  @media (min-width: 576px) {
    .top-radio-area .show-thumb-style-grid .top-radio-thumb-content {
      width: 85%; } }
  @media (min-width: 768px) {
    .top-radio-area .show-thumb-style-grid .top-radio-thumb-content {
      width: 65%; } }
  @media (min-width: 1200px) {
    .top-radio-area .show-thumb-style-grid .top-radio-thumb-content {
      width: 60%; } }

/*Overview Section*/
/*overview Left*/
.overview-left {
  background: #282829;
  padding: 70px 0 62px;
  overflow: hidden;
  height: 100%; }
  @media (min-width: 768px) {
    .overview-left {
      padding: 80px 0 69px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .overview-left {
      padding: 120px 0 109px; } }

  .overview-left .content {
    max-width: 700px;
    margin-left: auto;
    padding: 0 15px;
    margin-right: 110px; }
    @media (max-width: 991px) {
      .overview-left .content {
        margin-left: auto;
        margin-right: auto; } }
    .overview-left .content blockquote {
      color: #adb7be;
      font-style: italic;
      font-size: 20px;
      line-height: 1.5;
      margin: 0;
      position: relative;
      padding-top: 45px;
      padding-left: 50px; }
      @media (min-width: 768px) {
        .overview-left .content blockquote {
          padding-left: 100px; } }
      .overview-left .content blockquote::after {
        position: absolute;
        top: 0;
        left: 10px;
        content: "";
        width: 40px;
        height: 40px;
        background: url(./img/blockquote-before.png) no-repeat center top;
        background-size: contain; }
        @media (min-width: 1200px) {
          .overview-left .content blockquote::after {
            width: 60px;
            height: 60px;
            left: 0; } }
      @media (min-width: 576px) {
        .overview-left .content blockquote {
          font-size: 24px;
          line-height: 40px; } }
    .overview-left .content h4 {
      font-size: 20px;
      color: #adb7be;
      font-style: normal;
      margin-top: 23px; }
      @media (min-width: 576px) {
        .overview-left .content h4 {
          font-size: 30px; } }

/*Overview Right*/
.overview-right {
  height: 100%;
  overflow: hidden;
  padding: 65px 0 69px;
  background: #ececec;
  position: relative; }
  @media (min-width: 576px) {
    .overview-right {
      padding: 73px 62px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .overview-right {
      padding: 120px 0 112px; } }

  .overview-right::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 90%;
    background: url(../../assets/images/overview/01.png) no-repeat right bottom;
    background-size: contain; }
    @media (max-width: 991px) {
      .overview-right::before {
        display: none; } }
    @media screen and (min-width: 1200px) and (max-width: 1650px) {
      .overview-right::before {
        display: none; } }
  .overview-right .content {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    z-index: 1;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .overview-right .content {
        margin-left: 95px;
        margin-right: auto; } }
    .overview-right .content .title {
      font-size: 36px;
      line-height: 1.2;
      text-transform: capitalize;
      margin-bottom: 19px; }
      @media (max-width: 575px) {
        .overview-right .content .title {
          text-align: center; } }
      @media (min-width: 576px) {
        .overview-right .content .title {
          font-size: 40px; } }
  @media (min-width: 576px) and (min-width: 992px) {
    .overview-right .content .title {
      font-size: 50px;
      margin-top: -8px; } }

    .overview-right .content ul.countdown {
      margin: -10px; }
      .overview-right .content ul.countdown li h3 {
        font-size: 30px;
        line-height: 1;
        padding: 20px;
        margin: 10px;
        border: 1px solid #dadada;
        font-family: "Roboto", sans-serif;
        background: #f4f4f4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 18px; }
      .overview-right .content ul.countdown li p {
        font-family: "Roboto", sans-serif;
        padding: 0 10px;
        text-align: center;
        margin: 0;
        font-weight: 700;
        color: #292929;
        font-size: 18px;
        margin-bottom: 26px; }
      .overview-right .content ul.countdown li:nth-child(even) h3 {
        border-color: #adb7be; }
      @media (max-width: 575px) {
        .overview-right .content ul.countdown {
          justify-content: space-around;
          margin-bottom: 10px; }
          .overview-right .content ul.countdown li {
            width: 50%;
            text-align: center; }
            .overview-right .content ul.countdown li p {
              margin-bottom: 0px;
              font-size: 14px; } }
    .overview-right .content ul.overview-show-meta {
      display: flex;
      flex-wrap: wrap; }
      .overview-right .content ul.overview-show-meta li {
        padding: 0;
        width: 100%; }
        .overview-right .content ul.overview-show-meta li i::before {
          margin-right: 10px;
          color: #0f52ba;
          font-size: 16px; }
      @media (max-width: 575px) {
        .overview-right .content ul.overview-show-meta li {
          padding: 0; } }
      @media (min-width: 768px) {
        .overview-right .content ul.overview-show-meta li {
          width: 43%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .overview-right .content ul.overview-show-meta li {
      width: 35%; } }

    .overview-right .content .sub-title {
      margin-bottom: 7px; }
      @media (max-width: 575px) {
        .overview-right .content .sub-title {
          font-size: 20px;
          margin-bottom: 12px; } }
    @media (max-width: 575px) {
      .overview-right .content {
        text-align: center; } }

/*Sponsor Slider*/
.sponsor-slider {
  margin: -15px;
  overflow: hidden; }

.slide-item {
  border: 1px solid #e1e1e1;
  min-height: 110px;
  padding: 20px;
  margin: 15px; }
  .slide-item a img {
    max-width: 100%; }

.page-header {
  position: relative;
  padding: 150px 0; }
  @media (min-width: 576px) {
    .page-header {
      padding: 190px 0; } }
  .page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    opacity: .9; }
  /*.page-header::after {
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 90%;
    right: 0;
    content: "";
    background: url(../../assets/images/banner/page-header-after.png) no-repeat bottom right;
    background-size: contain; 
    display: none;
  }*/
    @media (min-width: 1400px) {
      .page-header::after {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px); } }
    @media (max-width: 991px) {
      .page-header::after {
        display: none; } }

.page-header-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -3px 0 -21px; }
  .page-header-wrapper .title {
    font-size: 42px;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1; }
    @media (min-width: 576px) {
      .page-header-wrapper .title {
        font-size: 50px; } }
  @media (min-width: 576px) and (min-width: 768px) {
    .page-header-wrapper .title {
      font-size: 60px; } }

  @media (min-width: 576px) and (min-width: 768px) and (min-width: 992px) {
    .page-header-wrapper .title {
      font-size: 80px; } }

.breadcrumb {
  background: transparent;
  text-align: center;
  justify-content: center;
  padding: 0;
  margin: 0 -5px; }
  .breadcrumb li {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin: 0 5px;
    padding: 0; }
    @media (min-width: 768px) {
      .breadcrumb li {
        font-size: 18px; } }
    .breadcrumb li a {
      color: #ffffff; }
      .breadcrumb li a:hover {
        color: #000000; }
      .breadcrumb li a::after {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #ffffff;
        font-size: 8px;
        margin-left: 10px; }

/*About Section*/
.about-wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .about-wrapper {
      margin: -30px; } }
  .about-wrapper .about-content,
  .about-wrapper .about-thumb {
    width: 100%; }
    @media (min-width: 992px) {
      .about-wrapper .about-content,
      .about-wrapper .about-thumb {
        width: 50%;
        padding: 30px; } }

.about-content .title {
  margin-top: -8px;
  text-transform: capitalize;
  margin-bottom: 17px; }
  @media (min-width: 576px) {
    .about-content .title {
      margin-top: -7px;
      line-height: 50px; } }
  @media (max-width: 575px) {
    .about-content .title {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .about-content .title {
      margin-bottom: 32px; } }
.about-content .tab-menu {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 10px; }
  .about-content .tab-menu li {
    padding: 10px 30px;
    border: 1px solid #777777;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    margin: 10px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .about-content .tab-menu li:hover {
      color: #0f52ba;
      border-color: #0f52ba; }
    .about-content .tab-menu li.active {
      color: #ffffff;
      background: #0f52ba;
      border-color: #0f52ba; }
  @media (min-width: 992px) {
    .about-content .tab-menu {
      margin-bottom: 26px; } }
  @media (max-width: 575px) {
    .about-content .tab-menu {
      margin: -5px;
      margin-bottom: 13px; }
      .about-content .tab-menu li {
        padding: 10px;
        margin: 5px; } }
.about-content .tab-cont {
  margin-bottom: -8px; }
  .about-content .tab-cont .sub-title {
    line-height: 30px;
    margin-bottom: 15px; }
  .about-content .tab-cont ol {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: -12px; }
    .about-content .tab-cont ol li {
      padding: 4px 0; }
  .about-content .tab-cont p {
    margin-bottom: 10px; }
  @media (max-width: 575px) {
    .about-content .tab-cont .sub-title {
      font-size: 20px;
      margin-bottom: 10px; }
    .about-content .tab-cont p {
      margin-bottom: 7px; } }

.about-thumb {
  position: relative; }
  @media (max-width: 991px) {
    .about-thumb {
      margin-bottom: 30px; } }
  .about-thumb img {
    width: 100%; }
    @media (min-width: 992px) {
      .about-thumb img {
        width: 70%; } }
  @media (min-width: 992px) {
    .about-thumb {
      margin-bottom: 0; } }
  .about-thumb .thumb-one {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .about-thumb .thumb-one {
        margin-bottom: 100px; } }
@media (min-width: 992px) and (min-width: 992px) {
  .about-thumb .thumb-two {
    position: absolute;
    text-align: right;
    top: 130px;
    right: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px); } }

/*Event Section*/
.event-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .event-item .event-thumb a {
    display: block; }
    .event-item .event-thumb a img {
      width: 100%;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .event-item .event-thumb .event-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0f52ba;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    padding: 31px 10px;
    width: 125px; }
    .event-item .event-thumb .event-date h2 {
      color: #ffffff;
      line-height: .9; }
    .event-item .event-thumb .event-date span {
      font-size: 18px;
      font-weight: 600; }
    @media (max-width: 575px) {
      .event-item .event-thumb .event-date {
        width: 90px;
        padding: 15px 0 10px; }
        .event-item .event-thumb .event-date h2 {
          font-size: 22px; }
        .event-item .event-thumb .event-date span {
          font-size: 15px; } }
  .event-item .event-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 23px 20px;
    background: #282829;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 140px; }
    .event-item .event-content h4 {
      text-transform: capitalize;
      margin-right: 10px; }
    .event-item .event-content a {
      color: #ffffff; }
      .event-item .event-content a:hover {
        color: #0f52ba; }
@media (min-width: 992px) and (max-width: 1199px) {
  .event-item .event-content h4 a {
    font-size: 20px; }
  .event-item .event-content a {
    font-size: 16px; } }

    @media (max-width: 575px) {
      .event-item .event-content {
        padding: 5px 13px;
        padding-left: 105px; }
        .event-item .event-content h4 {
          width: 100%;
          margin: 0; }
          .event-item .event-content h4 a {
            font-size: 18px; }
        .event-item .event-content a {
          font-size: 14px; } }
  .event-item:hover .event-content h4 a {
    color: #0f52ba; }
  .event-item:hover .event-thumb a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/*Live Show Section*/
.live-show-item {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .live-show-item {
      width: 50%; } }
  @media (min-width: 1200px) {
    .live-show-item {
      width: 33.33%; } }
  .live-show-item .live-show-inner {
    margin: 15px;
    position: relative;
    overflow: hidden; }
    .live-show-item .live-show-inner .live-show-thumb a {
      display: block; }
      .live-show-item .live-show-inner .live-show-thumb a img {
        width: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
  .live-show-item:hover .live-show-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.live-show-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-content: center; }
  .live-show-content .icon-part {
    width: 85px;
    background: #0f52ba;
    display: flex;
    justify-content: center;
    align-items: center; }
    .live-show-content .icon-part a {
      color: #ffffff; }
      .live-show-content .icon-part a i::before {
        font-size: 24px;
        margin-top: 6px;
        display: block; }
  .live-show-content .title-part {
    width: calc(100% - 85px);
    padding: 15px;
    padding-left: 20px;
    background: #282829; }
    .live-show-content .title-part h6 {
      font-size: 14px; }
      .live-show-content .title-part h6 a {
        color: #ffffff; }
      @media (min-width: 576px) {
        .live-show-content .title-part h6 {
          font-size: 18px;
          line-height: 27px; } }

.feature-live-slider {
  overflow: hidden;
  position: relative; }
  .feature-live-slider .live-show-item {
    width: 100%; }

.title-wrapper {
  margin-bottom: 29px;
  position: relative; }
  .title-wrapper::after {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5; }
  .title-wrapper .title {
    margin-top: -8px;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    background: #ffffff;
    display: inline-block; }
  @media (min-width: 576px) {
    .title-wrapper .title {
      font-size: 30px;
      text-transform: capitalize;
      margin-top: -9px; } }
@media (min-width: 576px) and (min-width: 992px) {
  .title-wrapper {
    margin-bottom: 49px; } }

/*Gallery Item*/
.gallery-wrapper {
  margin: -7.5px; }

.gallery-item {
  padding: 7.5px;
  width: 100%; }
  @media (min-width: 768px) {
    .gallery-item {
      width: 50%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .gallery-item {
      width: 33.33%; } }

  @media (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
    .gallery-item {
      width: 25%; } }

  .gallery-item .gallery-inner {
    position: relative;
    overflow: hidden; }
    .gallery-item .gallery-inner .gallery-thumb img {
      width: 100%;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .gallery-item .gallery-inner .gallery-content {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      opacity: 0;
      visibility: hidden;
      text-align: center; }
      .gallery-item .gallery-inner .gallery-content .title, .gallery-item .gallery-inner .gallery-content .sub-title {
        color: #ffffff;
        text-transform: capitalize; }
      .gallery-item .gallery-inner .gallery-content .title {
        margin-bottom: 6px;
        margin-top: -5px; }
      .gallery-item .gallery-inner .gallery-content .sub-title {
        margin-bottom: 12px; }
      .gallery-item .gallery-inner .gallery-content a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #0f52ba;
        background: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .gallery-item .gallery-inner::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
      background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
      background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
      visibility: hidden; }
    .gallery-item .gallery-inner:hover::after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: .9;
      visibility: visible; }
    .gallery-item .gallery-inner:hover .gallery-content {
      opacity: 1;
      visibility: visible; }
    .gallery-item .gallery-inner:hover .gallery-thumb img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.gallery-area ul.filter {
  max-width: 820px;
  margin: -12px auto 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .gallery-area ul.filter {
      margin-bottom: 55px; } }
  .gallery-area ul.filter li {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 5px 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #292929; }
    .gallery-area ul.filter li.active {
      color: #0f52ba; }

.gallery-section .button-groups {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .gallery-section .button-groups {
      margin-top: 70px; } }

.dark-version ul.filter li {
  color: #ffffff; }

/*Faq Section*/
.faq-area-wrapper {
  border-bottom: 1px solid #e5e5e5; }

.faq-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -19px;
  margin-top: 4px; }

.faq-wrapper {
  width: 100%; }
  @media (min-width: 992px) {
    .faq-wrapper {
      width: calc((100% / 2) - 30px); } }
  .faq-wrapper:last-child .faq-item:last-child .faq-content {
    margin-bottom: 11px; }

.faq-item {
  position: relative;
  padding-left: 60px; }
  .faq-item::before {
    content: "\f128";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #0f52ba;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); }
  .faq-item .faq-title {
    margin-bottom: 25px;
    cursor: pointer; }
  .faq-item .faq-content {
    display: none;
    margin-bottom: 18px; }
    @media (min-width: 576px) {
      .faq-item .faq-content {
        margin-bottom: 37px; } }
    .faq-item .faq-content p {
      margin: 0; }
  .faq-item:first-child .faq-content {
    display: block; }
  @media (min-width: 992px) {
    .faq-item:last-child .faq-content {
      margin-bottom: 4px; } }

/*Account Section*/
.common-form-style {
  padding: 60px 15px;
  text-align: center; }
  @media (min-width: 576px) {
    .common-form-style {
      padding: 80px;
      text-align: left; } }
  .common-form-style .title {
    text-transform: capitalize;
    margin-top: -8px;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .common-form-style .title {
        font-size: 30px;
        margin-top: -9px;
        margin-bottom: 18px; } }
  .common-form-style p {
    margin-bottom: 5px; }
    @media (min-width: 576px) {
      .common-form-style p {
        margin-bottom: 20px; } }
    .common-form-style p.terms-and-conditions {
      margin-top: 16px;
      margin-bottom: -7px; }
      @media (min-width: 576px) {
        .common-form-style p.terms-and-conditions {
          margin-top: 32px; } }
      .common-form-style p.terms-and-conditions a {
        color: #0f52ba; }

.create-account-form {
  margin-bottom: -15px;
  overflow: hidden; }
  .create-account-form .form-group {
    margin-bottom: 15px; }
    .create-account-form .form-group input {
      height: 45px;
      background: transparent;
      border-bottom: 1px solid #dbdbdb;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0; }
      .create-account-form .form-group input:focus {
        border-color: transparent;
        border-bottom: 1px solid #dbdbdb; }
      .create-account-form .form-group input[type="submit"] {
        width: auto;
        padding: 0 26px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        background: #0f52ba;
        color: #ffffff;
        border-color: transparent;
        margin-top: 5px;
        height: 50px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .create-account-form .form-group input[type="submit"]:hover {
          background: transparent;
          color: #0f52ba;
          border-color: #0f52ba; }
    .create-account-form .form-group .checkbox-wrapper {
      flex-wrap: wrap; }
      .create-account-form .form-group .checkbox-wrapper .checkbox-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-right: 20px; }
        .create-account-form .form-group .checkbox-wrapper .checkbox-item label {
          margin: 0; }
        .create-account-form .form-group .checkbox-wrapper .checkbox-item input[type="checkbox"] {
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          margin-right: 10px;
          position: relative;
          overflow: hidden; }
          .create-account-form .form-group .checkbox-wrapper .checkbox-item input[type="checkbox"]::before {
            width: 100%;
            height: 100%;
            background: #777777;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
          .create-account-form .form-group .checkbox-wrapper .checkbox-item input[type="checkbox"]:checked::before {
            background: #0f52ba; }

.change-catagory-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  padding: 60px 15px; }
  @media (min-width: 576px) {
    .change-catagory-area {
      padding: 80px; } }
  .change-catagory-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
    opacity: .9; }
  .change-catagory-area * {
    z-index: 1;
    position: relative; }
  .change-catagory-area .title, .change-catagory-area p {
    color: #ffffff; }
  .change-catagory-area .title {
    margin-bottom: 10px;
    margin-top: -8px;
    text-transform: capitalize; }
    @media (min-width: 576px) {
      .change-catagory-area .title {
        font-size: 30px;
        margin-top: -9px; } }
  .change-catagory-area p {
    margin-bottom: 30px; }
  .change-catagory-area .custom-button {
    text-transform: capitalize;
    background: transparent;
    border-color: #fff; }
    .change-catagory-area .custom-button:hover {
      background: #ffffff; }

.form-group {
  position: relative; }
  .form-group .show-pass {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    color: #777777; }

.sign-up-option {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 27px; }
  @media (max-width: 575px) {
    .sign-up-option {
      justify-content: center; } }
  .sign-up-option li {
    padding: 5px; }
    .sign-up-option li a {
      display: flex;
      align-items: center;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-transform: uppercase;
      color: #fff;
      background: #0f52ba;
      font-size: 14px;
      font-weight: 700;
      padding: 6px 25px; }
      .sign-up-option li a img {
        width: 12px;
        margin-right: 5px; }
      .sign-up-option li a i {
        margin-right: 5px; }
      .sign-up-option li a.google {
        background: #dd4b39; }
      .sign-up-option li a.facebook {
        background: #3b5998; }
      .sign-up-option li a.twitter {
        background: #55acee; }
      .sign-up-option li a.vimeo {
        background: #1ab7ea; }
      .sign-up-option li a.linkedin {
        background: #007bb5; }
      .sign-up-option li a.pinterest {
        background: #cb2027; }
      .sign-up-option li a.skype {
        background: #2fb7df; }
      .sign-up-option li a.youtube {
        background: #cd201f; }
      .sign-up-option li a.camera {
        background: #e4405f; }
      .sign-up-option li a.instagram {
        background: #e4405f; }
      .sign-up-option li a.behance {
        background: #1769ff; }
      .sign-up-option li a.tumblr {
        background: #34465d; }
      .sign-up-option li a.star {
        background: #e9ba17; }
      .sign-up-option li a.futbol {
        background: #db3776; }
      .sign-up-option li a:hover {
        color: #777777;
        background: #fff; }

.account-area {
  display: none; }
  .account-area.change-form {
    display: block; }

.change-form {
  animation-name: fadeIn;
  animation-duration: 1.5s; }

.signup-area .create-account-form .form-group input[type="submit"] {
  margin-top: 12px; }

.lost-pass {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -7px; }
  .lost-pass li {
    width: 50%;
    padding: 0; }
@media (max-width: 1199px) and (min-width: 992px) {
  .lost-pass li {
    width: 100%; } }

    .lost-pass li a {
      color: #777777;
      position: relative;
      display: flex; }
      .lost-pass li a::before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 10px;
        margin-right: 5px; }
    @media screen and (max-width: 400px) {
      .lost-pass li {
        width: 100%; } }

/*Contact Info*/
.contact-form {
  margin-bottom: -20px; }
  .contact-form .form-group {
    margin-bottom: 20px; }
    .contact-form .form-group textarea,
    .contact-form .form-group input {
      height: 40px;
      padding: 0;
      border: 1px solid transparent;
      border-bottom-color: #4d5052;
      background: transparent;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .contact-form .form-group textarea {
      height: 70px; }
    .contact-form .form-group input[type="submit"] {
      background: #0f52ba;
      color: #ffffff;
      border-color: #0f52ba;
      height: 50px;
      width: auto;
      padding: 0 38px; }

@media screen and (max-width: 450px) {
  .contact-form-wrapper {
    padding: 50px 15px 0; } }
@media (min-width: 576px) {
  .contact-form-wrapper {
    padding: 60px 60px 0 60px; } }
@media (min-width: 992px) {
  .contact-form-wrapper {
    padding: 60px 45px 0 30px; } }
@media (min-width: 1200px) {
  .contact-form-wrapper {
    padding: 60px 80px 0 60px; } }
.contact-form-wrapper .title {
  text-transform: capitalize;
  margin-top: -7px;
  margin-bottom: 12px; }
  @media (min-width: 576px) {
    .contact-form-wrapper .title {
      font-size: 30px;
      margin-bottom: 17px;
      line-height: 40px; } }
.contact-form-wrapper p {
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .contact-form-wrapper p {
      margin-bottom: 35px; } }

.maps {
  height: 100%; }
  @media (max-width: 991px) {
    .maps {
      height: 450px; } }

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

.contact-info-area {
  padding: 70px 15px; }
  @media (min-width: 576px) {
    .contact-info-area {
      padding: 80px 60px; } }
  .contact-info-area .contact-info-item {
    max-width: 325px;
    margin-bottom: 40px; }
    .contact-info-area .contact-info-item .contact-info-thumb {
      width: 50px;
      margin-bottom: 15px; }
      @media (min-width: 576px) {
        .contact-info-area .contact-info-item .contact-info-thumb {
          margin-bottom: 24px; } }
      .contact-info-area .contact-info-item .contact-info-thumb img {
        width: 100%; }
    .contact-info-area .contact-info-item .contact-info-content .title {
      margin-bottom: 10px;
      text-transform: capitalize; }
      @media (min-width: 576px) {
        .contact-info-area .contact-info-item .contact-info-content .title {
          margin-bottom: 14px; } }
    .contact-info-area .contact-info-item .contact-info-content p, .contact-info-area .contact-info-item .contact-info-content ul {
      margin-bottom: -7px; }
    .contact-info-area .contact-info-item .contact-info-content ul li {
      padding: 0; }
      .contact-info-area .contact-info-item .contact-info-content ul li a {
        text-transform: lowercase;
        color: #777777; }
        .contact-info-area .contact-info-item .contact-info-content ul li a:first-letter {
          text-transform: lowercase; }
        .contact-info-area .contact-info-item .contact-info-content ul li a:hover {
          color: #0f52ba; }

/*404 Section*/
.section-404 {
  overflow: hidden; }

.area-404 {
  width: 250px;
  height: 250px;
  background: #0f52ba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 auto 50px;
  position: relative; }
  .area-404 .title, .area-404 .sub-title {
    color: #ffffff;
    z-index: 1;
    position: relative; }
  .area-404 .title {
    font-size: 80px;
    line-height: 1; }
  .area-404 .sub-title {
    font-size: 30px;
    color: #292929; }
  @media (min-width: 576px) {
    .area-404 {
      width: 400px;
      height: 400px; }
      .area-404 .title {
        font-size: 100px; }
      .area-404 .sub-title {
        font-size: 40px; } }
  @media (min-width: 768px) {
    .area-404 {
      width: 500px;
      height: 500px; }
      .area-404 .title {
        font-size: 140px;
        margin-bottom: -10px; }
      .area-404 .sub-title {
        font-size: 60px; } }
  @media (min-width: 992px) {
    .area-404 {
      width: 780px;
      height: 780px; }
      .area-404 .title {
        font-size: 200px;
        margin-bottom: -22px; } }

.go-to-home {
  margin-bottom: -9px;
  position: relative;
  z-index: 1; }
  .go-to-home a {
    color: #ffffff; }
  @media (min-width: 576px) {
    .go-to-home {
      font-size: 30px;
      margin-bottom: -11px; } }

.anime,
.anime::before,
.anime::after,
.area-404::before,
.area-404::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -10; }

.anime {
  z-index: 1;
  opacity: 1; }

.anime::before,
.anime::after,
.area-404::before,
.area-404::after {
  background-color: #a530d5; }

.area-404::before {
  z-index: -10;
  -webkit-animation: outer-ripple 8s linear infinite;
  animation: outer-ripple 8s linear infinite; }

.area-404::after {
  z-index: -10;
  -webkit-animation: outer-ripple 8s linear infinite;
  animation: outer-ripple 8s linear infinite;
  animation-delay: 2s; }

.anime::after {
  z-index: -10;
  -webkit-animation: inner-ripple 8s linear infinite;
  animation: inner-ripple 8s linear infinite; }

.anime::before {
  z-index: -10;
  -webkit-animation: inner-ripple 8s linear infinite;
  animation: inner-ripple 8s linear infinite;
  animation-delay: 2s; }

@keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes inner-ripple {
  0% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); } }
@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); } }
/*Scroll To Top*/
.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-image: -moz-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
  background-image: -webkit-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
  background-image: -ms-linear-gradient(86deg, #0f52ba 25%, #4D86DF 88%);
  color: #ffffff;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .scrollToTop:hover {
    color: #ffffff;
    opacity: .9;
    background: linear-gradient(to bottom right, #0f52ba 0%, #4D86DF 100%); }
  .scrollToTop.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/*Dark Versions*/
.dark-version {
  background: #232323; }
  .dark-version .overview-right {
    background: #323232; }
  .dark-version .slide-item {
    border-color: #adb7be; }
  .dark-version .overview-right .content ul.countdown li h3 {
    background: #323232;
    border-color: #64696d; }
  .dark-version .how-to-item {
    background: #282829;
    box-shadow: none;
    border: none; }
  .dark-version .show-details-wrapper .schedule-of-this .title,
  .dark-version .newslater-wrapper.style-two .newslater-title,
  .dark-version .overview-right .content ul.countdown li p,
  .dark-version .weekend-content span.category,
  .dark-version .section-header .category {
    color: #ffffff; }
  .dark-version .weekend-content.mobile-connect-content p a {
    color: #000000; }
  .dark-version .post-item .post-content .sub-title a {
    color: #292929; }
  .dark-version .post-item .post-content p {
    color: #777777; }
  .dark-version .post-item:hover .post-content .sub-title a {
    color: #0f52ba; }
  .dark-version .widget.widget-today-show .coming-show li a,
  .dark-version .widget.widget-coming-show .coming-show li a {
    color: #ffffff; }
  .dark-version .widget.widget-today-show .coming-show li:hover a,
  .dark-version .widget.widget-coming-show .coming-show li:hover a {
    color: #0f52ba; }
  .dark-version .event-details-wrapper .event-info .sub-title,
  .dark-version .event-details-wrapper .event-info ul li:nth-child(even),
  .dark-version .show-details-wrapper .schedule-of-this ul li:nth-child(even),
  .dark-version .show-details-wrapper .schedule-of-this .title {
    background: #282829; }
  .dark-version .title-wrapper .title {
    background: #232323; }
  .dark-version .blog-pagination li a,
  .dark-version .contact-info-area .contact-info-item .contact-info-content ul li a {
    color: #adb7be; }
    .dark-version .blog-pagination li a:hover,
    .dark-version .contact-info-area .contact-info-item .contact-info-content ul li a:hover {
      color: #0f52ba; }
    .dark-version .blog-pagination li a.active,
    .dark-version .contact-info-area .contact-info-item .contact-info-content ul li a.active {
      color: #ffffff; }
  .dark-version .widget.widget-category ul li p, .dark-version .widget.widget-category ul li a,
  .dark-version .widget.widget-tags ul li p,
  .dark-version .widget.widget-tags ul li a,
  .dark-version .widget.widget-recent ul li p,
  .dark-version .widget.widget-recent ul li a {
    color: #adb7be; }
  .dark-version .widget.widget-category ul li:hover a,
  .dark-version .widget.widget-tags ul li:hover a,
  .dark-version .widget.widget-recent ul li:hover a {
    color: #ffffff;
    border-color: #ffffff; }
  .dark-version .post-item.post-details,
  .dark-version .post-item.post-center {
    background: transparent; }
    .dark-version .post-item.post-details .post-content p,
    .dark-version .post-item.post-details .post-content a,
    .dark-version .post-item.post-details .meta-post li a,
    .dark-version .post-item.post-center .post-content p,
    .dark-version .post-item.post-center .post-content a,
    .dark-version .post-item.post-center .meta-post li a {
      color: #adb7be; }
    .dark-version .post-item.post-details .meta-post li::after,
    .dark-version .post-item.post-center .meta-post li::after {
      background: #adb7be; }
    .dark-version .post-item.post-details .meta-date a,
    .dark-version .post-item.post-center .meta-date a {
      color: #adb7be; }
  .dark-version .reply-form .reply-content label,
  .dark-version .reply-form .reply-content a,
  .dark-version .reply-form .reply-content select,
  .dark-version .comment-wrapper li .comment-item .comment-content .sub-title span {
    color: #adb7be; }
  .dark-version .reply-form::after {
    background: #232323; }
  .dark-version .reply-form .reply-content textarea {
    color: #fff; }
    .dark-version .reply-form .reply-content textarea::placeholder {
      color: #adb7be; }
  .dark-version .reply-form .reply-content select,
  .dark-version .reply-form .reply-content textarea {
    background: transparent; }
  .dark-version .contact-form .form-group input, .dark-version .contact-form .form-group textarea {
    color: #adb7be; }
    .dark-version .contact-form .form-group input::placeholder, .dark-version .contact-form .form-group textarea::placeholder {
      color: #adb7be; }
  .dark-version .comment-form .form-group {
    border-color: #4d5052;
    background: transparent; }
    .dark-version .comment-form .form-group input,
    .dark-version .comment-form .form-group textarea {
      color: #232323; }
      .dark-version .comment-form .form-group input::placeholder,
      .dark-version .comment-form .form-group textarea::placeholder {
        color: #232323; }
  .dark-version .widget.widget-search input,
  .dark-version .widget.widget-search button,
  .dark-version .widget .widget-inner {
    border-color: #4d5052; }
  .dark-version .widget.widget-search input::placeholder {
    color: #adb7be; }
  .dark-version .post-item.post-list .post-content li {
    color: #777777; }
  @media (max-width: 767px) {
    .dark-version .post-item.post-list .post-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575px) {
    .dark-version .post-item.post-list .post-content {
      padding-left: 15px;
      padding-right: 15px; } }
  .dark-version .create-account-form .form-group input::placeholder {
    color: #adb7be; }
  .dark-version .create-account-form .form-group .checkbox-wrapper .checkbox-item input[type="checkbox"]::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

iframe {
  width: 100%;
  height: 240px;
  border-width: 0px; }

.live-wrapper iframe {
  height: 300px; }

.show-instant-player {
  height: 185px; }

.js .cd-schedule__event {
  display: flex;
  justify-content: center;
  align-items: center; }

.js .cd-schedule__event a {
  height: auto; }

.cd-schedule__timeline {
  padding-top: 0 !important;
  background: #282829; }
  .cd-schedule__timeline ul {
    padding-top: var(--schedule-rows-height); }

.js .cd-schedule__events {
  background: #282829;
  overflow: hidden; }

.js .cd-schedule__timeline li::after {
  left: 0 !important; }

.js .cd-schedule__timeline ul {
  background: #282829; }
  .js .cd-schedule__timeline ul li {
    background: #282829;
    position: relative; }
    .js .cd-schedule__timeline ul li span {
      color: #adb7be; }
    .js .cd-schedule__timeline ul li:nth-child(even) span {
      display: none; }
    .js .cd-schedule__timeline ul li:nth-of-type(4n + 1) {
      background: #323232; }
    .js .cd-schedule__timeline ul li:nth-of-type(4n + 2) {
      background: #323232; }
    .js .cd-schedule__timeline ul li::after {
      display: none; }
    .js .cd-schedule__timeline ul li span {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
      transform: translateY(7px);
      left: 40px;
      font-size: 18px;
      font-family: "Roboto", sans-serif; }

.js .cd-schedule__event a {
  text-align: center;
  color: #adb7be; }
  .js .cd-schedule__event a em {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #adb7be;
    text-transform: capitalize; }
  .js .cd-schedule__event a::before, .js .cd-schedule__event a span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: block;
    color: #adb7be; }

.js .cd-schedule__top-info {
  border-bottom: 1px solid #fff; }
  .js .cd-schedule__top-info span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500; }

.cd-schedule__group {
  position: relative;
  padding: 0;
  background: #282829; }
  .cd-schedule__group:nth-child(even) {
    background: #323232; }
  .cd-schedule__group::after, .cd-schedule__group::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    border-right: 1px solid #fff;
    top: 0;
    z-index: 9; }
  .cd-schedule__group::after {
    right: -1px; }
  .cd-schedule__group::before {
    left: 0; }

@media screen and (min-width: 1024px) {
  .cd-schedule__event {
    border-top: 1px solid #fff; } }

.cd-schedule-modal__event-info {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between; }
  .cd-schedule-modal__event-info .title {
    text-transform: capitalize;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .cd-schedule-modal__event-info .title {
        font-size: 40px; } }
  .cd-schedule-modal__event-info p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px; }
  .cd-schedule-modal__event-info .custom-button {
    font-size: 14px; }
  .cd-schedule-modal__event-info .schedule-of-item {
    height: auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    align-items: center; }
    @media (max-width: 575px) {
      .cd-schedule-modal__event-info .schedule-of-item {
        width: 100%; } }
    .cd-schedule-modal__event-info .schedule-of-item .schedule-of-thumb {
      width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .cd-schedule-modal__event-info .schedule-of-item .schedule-of-thumb img {
        width: 100%; }
    .cd-schedule-modal__event-info .schedule-of-item .schedule-of-content {
      width: calc(100% - 100px); }
      .cd-schedule-modal__event-info .schedule-of-item .schedule-of-content .sub-title {
        font-size: 18px; }
        @media (min-width: 576px) {
          .cd-schedule-modal__event-info .schedule-of-item .schedule-of-content .sub-title {
            font-size: 22px; } }
  .cd-schedule-modal__event-info .button-group-of-schedule {
    width: 50%;
    height: auto;
    padding: 0; }
    @media (max-width: 575px) {
      .cd-schedule-modal__event-info .button-group-of-schedule {
        width: 100%; } }

@media screen and (max-width: 1023px) {
  .cd-schedule__top-info {
    padding: 10px 20px; }
    .cd-schedule__top-info span {
      margin: 0; } }

.js .cd-schedule__timeline ul li span {
  color: #adb7be; }

@media screen and (min-width: 64rem) {
  .cd-schedule-modal.cd-schedule-modal--open .cd-schedule-modal__name {
    font-size: 24px; } }

.dark-version .cd-schedule-modal__event-info {
  background: #282829; }
.dark-version .cd-schedule-modal__close::after, .dark-version .cd-schedule-modal__close::before {
  background: #ffffff; }

/*# sourceMappingURL=style.css.map */
