/*
.className {
	@include respond-to($media-sm) {
		border:solid 10px red;
	}
	@include respond-to($media-md, $media-lg) {
		border:solid 10px yellow;
	}
	@include respond-to($media-xs, max) {
		border:solid 10px green;
	}
}
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.home .navbar-default {
  position: absolute;
  background: rgba(7, 7, 7, 1); }

.navbar-default {
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 769px) {
    .navbar-default li.dropdown:hover > .dropdown-menu {
      display: block; } }
  @media (max-width: 769px) {
    .navbar-default {
      background: rgb(255, 255, 255); } }

.navbar {
  border-radius: 0;
  border: 0 none; }
  .navbar .container {
    position: relative; }

.navbar-brand {
  height: 80px; }
  @media (min-width: 769px) {
    .navbar-brand {
      height: 80px;
      padding-right: 15px; } }
  @media (max-width: 769px) {
    .navbar-brand img {
      width: 100%; } }

@media (min-width: 769px) {
  .navbar-nav {
    margin-top: 15px;
    /* margin-right: 25px; */
    float: right; } }
.navbar-nav .dropdown span.fa.fa-angle-down {
  font-size: 20px;
  padding-left: 5px;
  vertical-align: top; }

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #373636;
  transition: all .4s;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .navbar-default .navbar-nav > li > a {
      margin-bottom: 13px; } }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ff0000;
    transition: all .4s; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ff0000;
  background-color: transparent; }

.dropdown-menu {
  border: 0 none;
  border-bottom: solid 2px;
  border-radius: 0;
  background-color: #fff;
  border-color: #ff0000; }
  .dropdown-menu li a {
    color: #373636; }
    .dropdown-menu li a .fa.fa-angle-right {
      margin-left: 3px; }
    .dropdown-menu li a:hover,
    .dropdown-menu li a a:focus {
      background-color: transparent;
      color: #ff0000; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  font-size: 15px;
    color: #373636;
    transition: all .4s;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  padding: 9px 0;
  margin-top: 14px;
  margin-right: 60px; }
  @media (max-width: 769px) {
    .navbar-default .navbar-toggle {
      /* margin-right: 100px;  */
      margin-right: 10px; 
    } }
  .navbar-default .navbar-toggle .icon-bar {
    width: 25px;
    background-color: #ff0000;
   }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
    background-color: transparent; }

.navbar-default .navbar-collapse {
  border-color: #ff0000;
  position: relative; }
  @media (min-width: 769px) {
    .navbar-default .navbar-collapse {
      float: right;
      /* margin-right: 60px;  */
    } 
  }

/* Search Bar */
.googleTrans {
  position: absolute;
  min-width: 25px;
  width: 0;
  right: 0;
  top: 20px;
  z-index: 1;
  margin: 3px 10px 0 0; }
  @media (max-width: 769px) {
    .googleTrans {
      top: 10px; } }
  .googleTrans .googleLangWrap {
    position: absolute;
    text-align: left;
    padding: 15px;
    width: 340px;
    right: -15px;
    top: 55px;
    display: none;
    background: #fff;
    border-bottom: solid 1px #666;
    -webkit-box-shadow: 3px 3px 15px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 15px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 15px -2px rgba(0, 0, 0, 0.75); }
    @media (max-width: 769px) {
      .googleTrans .googleLangWrap {
        width: 300px;
        right: -5px; } }
    .googleTrans .googleLangWrap:before {
      content: '';
      display: block;
      right: 15px;
      top: -13px;
      position: absolute;
      border-right: solid 10px transparent;
      border-left: solid 10px transparent;
      border-bottom: solid 13px #fff; }
    .googleTrans .googleLangWrap .mapclose {
      top: 10px;
      right: 15px;
      height: 30px;
      width: 30px;
      background-size: 100% 100%;
      text-indent: -9999px; }
  .googleTrans .icon-lang {
    float: right;
    z-index: 1;
    position: relative;
    background: url(../images/icon-lang.png) no-repeat 0 0;
    height: 35px;
    width: 35px;
    text-indent: -9999px; }
    .googleTrans .icon-lang svg:not(:root) {
      fill: #fff;
      margin-top: 7px; }
  @media (max-width: 769px) {
    .googleTrans.open {
      width: 96%; } }

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  width: 200px;
  padding: 10px;
  color: #000; }

.searchbox {
  position: absolute;
  min-width: 25px;
  width: 0%;
  height: 40px;
  float: right;
  overflow: hidden;
  right: 70px;
  top: 18px;
  transition: width 0.3s;
  z-index: 1; }
  @media (max-width: 769px) {
    .searchbox {
      /* display: none; */
      padding-left: 30px;
      right: 53px;
      top: 10px; } }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  border-bottom: solid 1px transparent;
  color: #fff; }

.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background: #172b3c;
  border-bottom: solid 1px transparent;
  height: 40px;
  width: 25px;
  background: url(../images/sprite.png) no-repeat -10px -353px; }

.searchbox.searchbox-open .searchbox-input {
  background: #000;
  border-bottom: solid 1px #666; }

.searchbox-open {
  width: 92%; }
  @media (min-width: 769px) {
    .searchbox-open {
      width: 50%; } }

.searchbox-open .closeSearch.mapclose {
  display: block; }

.closeSearch.mapclose {
  top: 0;
  right: 0;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-size: 100%;
  text-indent: -99999px; }

.jumbotron {
  padding: 0; }
  @media (max-width: 769px) {
    .jumbotron {
      margin-bottom: 15px;
      margin-top: -1px; } }
  @media (min-width: 769px) {
    .jumbotron {
      margin-bottom: 0; } }

.carousel-inner > .item > img.heroImg,
.carousel-inner > .item > a > img.heroImg {
  width: 100%; }

@media (max-width: 769px) {
  .heroContent {
    margin-top: 20px; } }
@media (max-width: 769px) {
  .heroContent .watchIcon {
    margin-top: 6px; } }
.heroContent span.bestSeller {
  background-color: #ff0000;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px 0 0; }
  @media (min-width: 769px) {
    .heroContent span.bestSeller {
      font-size: 12px; } }
  .heroContent span.bestSeller em {
    background: #dc0b0b url(../images/sprite.png) no-repeat 7px 4px;
    padding: 0px 6px 0 23px;
    display: inline-block;
    text-indent: -99999px;
    height: 25px;
    width: 20px;
    margin-right: 10px; }
.heroContent h1 {
  font-size: 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal; }
  @media (min-width: 769px) {
    .heroContent h1 {
      font-size: 45px; }
      .heroContent h1.news-heading {
        font-size: 32px;
        line-height: 48px;
        max-width: 545px; } }
.heroContent h2 {
  font-size: 15px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 0 0 0;
  display: block;
  position: relative; }
  .heroContent h2 :after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 96%; }
    @media (min-width: 769px) {
      .heroContent h2 :after {
        width: 70%; } }
  @media (min-width: 769px) {
    .heroContent h2 {
      font-size: 25px;
      padding-bottom: 20px;
      padding-right: 44px;
      margin-bottom: 0; } }
  .heroContent h2 span {
    color: #fff;
    font-size: 10px;
    background-color: #808490;
    padding: 3px 5px;
    display: inline-block;
    border-radius: 2px;
    margin-left: 5px; }
  .heroContent h2 em {
    font-size: 10px; }
.heroContent ul {
  padding: 4px 4px 4px 12px;
  margin: 0 0 15px 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4); }
  .heroContent ul li {
    padding: 0 12px 0 14px;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background: url(../images/sprite.png) no-repeat 1px -72px; }
.heroContent p {
  font-size: 17px;
  color: #999;
  margin-bottom: 40px; }
  .heroContent p em {
    display: block;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
   }
.heroContent .btn-default {
  border-color: #cecfd3;
  color: #fff;
  margin-top: 30px; }
  @media (max-width: 769px) {
    .heroContent .btn-default {
      padding: 10px 8px;
      height: 38px;
      line-height: 20px;
      font-size: 11px;
      margin-top: 20px;
      vertical-align: top; } }
  @media (max-width: 769px) {
    .heroContent .btn-default.watchLink {
      margin-bottom: 7px;
      height: 38px;
      line-height: 38px; } }

.jumbotron .fa.fa-angle-right {
  right: 30px; }
.jumbotron .fa.fa-angle-right,
.jumbotron .fa.fa-angle-left {
  top: 43%;
  position: absolute;
  color: #ff0000;
  font-size: 50px; }
.jumbotron .carousel-inner {
  background: #111; }
@media (max-width: 769px) {
  .jumbotron .carousel-control {
    display: none; } }

.carousel-caption {
  text-shadow: none; }

.carousel-control {
  width: 5%;
  z-index: 999; }

@media (min-width: 769px) {
    .carousel-caption {
      right: auto;
    left: 50%;
    margin-left:-225px;
    bottom: 14%;
    text-align: left;
    width: 450px;
    line-height: 0;
    padding: 0!important;
    } 
  }

@media (max-width: 769px) {
  .carousel-caption {
    position: relative;
    right: initial;
    bottom: 20px;
    color: #fff;
    text-align: left;
    left: 0;
    padding-bottom: 0; } }

.modal-dialog {
  width: 822px;
    /* @media screen and (orientation: landscape) {
		width: 70% !important;
	} */ }
  @media (max-width: 769px) {
    .modal-dialog {
      width: 94%;
      margin: 20px auto 0 auto !important; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .modal-dialog {
      width: 70% !important; } }

  .modal-dialog .modal-body {
    padding: 0; }

.jwplayer {
  /* @media screen and (orientation: landscape) {
  	height: 220px !important;
  } */ }
  @media (max-width: 769px) {
    .jwplayer {
      width: 100% !important;
      height: 360px !important; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .jwplayer {
      height: 220px !important; } }

.close {
  right: -14px;
  position: absolute;
  top: 0; }

.modal-content {
  border-radius: 0;
  /*background-color: transparent;*/
  background-color: #fff; }
  .modal-content button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 9999;
    top: 0;
    right: -25px;
    opacity: 1;
    border: 0 none;
    text-indent: -99999px;
    background: url(../images/mapclose.jpg) no-repeat right top;
    background-size: cover; }
    @media (max-width: 769px) {
      .modal-content button.close {
        right: 0px;
        top: -25px; } }

@media (max-width: 769px) {
  .modal {
    padding-top: 30px; } }

.slick-prev, .slick-next {
  height: 44px;
  width: 22px; }

.featuredprog {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 30px; }
  @media (max-width: 769px) {
    .featuredprog {
      margin-top: 35px; } }
  .featuredprog .slick-slide {
    outline: none; }
    @media (max-width: 769px) {
      .featuredprog .slick-slide img {
        margin: 0; } }
  .featuredprog .tab-content {
    margin-bottom: 30px; }
  .featuredprog .tab-content > .active, .featuredprog .pill-content > .active {
    height: inherit; }
  .featuredprog h2 {
    margin-top: 0; }
    @media (max-width: 769px) {
      .featuredprog h2 {
        font-size: 28px; } }
    @media (min-width: 769px) {
      .featuredprog h2 {
        margin-bottom: 26px; } }
  .featuredprog .success-contaner {
    width: 370px;
    height: 192px;
    padding: 20px 30px; }
    @media (max-width: 769px) {
      .featuredprog .success-contaner {
        padding: 10px;
        height: 120px; } }
    @media (min-width: 601px) and (max-width: 640px) {
      .featuredprog .success-contaner.white.small {
        top: inherit;
        bottom: 0; } }
    .featuredprog .success-contaner.white.small h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 26px;
      min-height: auto; }
      @media (min-width: 769px) {
        .featuredprog .success-contaner.white.small h3 {
          margin-top: 0; } }
      @media (max-width: 769px) {
        .featuredprog .success-contaner.white.small h3 {
          font-size: 16px; } }
    .featuredprog .success-contaner.white.small h4 {
      min-height: auto;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (max-width: 769px) {
        .featuredprog .success-contaner.white.small h4 {
          font-size: 12px; }
          .featuredprog .success-contaner.white.small h4 > span {
            font-size: 10px;
            padding: 2px 0; } }
    .featuredprog .success-contaner.white.small p.tag {
      padding-top: 2px;
      line-height: 22px;
      top: -59px;
      color: #fff; }
      @media (max-width: 769px) {
        .featuredprog .success-contaner.white.small p.tag {
          top: -45px; } }
    .featuredprog .success-contaner.white.small ul {
      margin-bottom: 0; }
      .featuredprog .success-contaner.white.small ul li {
        font-size: 14px; }
        @media (max-width: 769px) {
          .featuredprog .success-contaner.white.small ul li {
            font-size: 13px; } }
        @media (max-width: 360px) {
          .featuredprog .success-contaner.white.small ul li {
            font-size: 12px; } }
  @media (max-width: 769px) {
    .featuredprog .introtext {
      font-size: 16px;
      width: 95%;
      margin-bottom: 10px; } }
  @media (min-width: 769px) {
    .featuredprog .introtext {
      line-height: 32px;
      margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .featuredprog .tab-content {
      margin-top: 10px; } }
  .featuredprog .tab-content .btn-default {
    z-index: 1;
    position: relative; }
  .featuredprog .tab-content .slick-dots {
    bottom: 20px; }
  @media (max-width: 769px) {
    .featuredprog .nav-tabs li a,
    .featuredprog .nav-tabs li a:hover,
    .featuredprog .nav-tabs li a:focus {
      font-size: 16px; } }
  @media (max-width: 360px) {
    .featuredprog .nav-tabs li a,
    .featuredprog .nav-tabs li a:hover,
    .featuredprog .nav-tabs li a:focus {
      padding-left: 6px;
      padding-right: 6px; } }
  .featuredprog .slick-track {
    height: 495px; }
    @media (max-width: 750px) {
      .featuredprog .slick-track {
        height: 620px; } }
    @media (max-width: 460px) {
      .featuredprog .slick-track {
        height: 430px; } }
    @media (max-width: 360px) {
      .featuredprog .slick-track {
        height: 385px; } }
    @media (min-width: 601px) and (max-width: 640px) {
      .featuredprog .slick-track {
        height: 490px; } }
  .featuredprog .slick-initialized .slick-slide {
    position: relative;
    transition: 0.4s ease-in-out all;
    -webkit-transition: 0.4s ease-in-out all;
    -moz-transition: 0.4s ease-in-out all; }
    @media (min-width: 769px) {
      .featuredprog .slick-initialized .slick-slide {
        top: 64px; } }
    @media (max-width: 769px) {
      .featuredprog .slick-initialized .slick-slide {
        display: inline-block; } }
  .featuredprog .slick-slide.slick-center {
    opacity: 1;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all; }
    @media (min-width: 769px) {
      .featuredprog .slick-slide.slick-center {
        top: 10px; } }
  .featuredprog .switch {
    background: #000; }
  .featuredprog .slider {
    margin: 0 auto;
    position: relative; }
    @media (max-width: 769px) {
      .featuredprog .slider {
        width: 98%; } }
    .featuredprog .slider::after, .featuredprog .slider::before {
      content: "";
      background: #fafafa;
      position: absolute;
      top: 0;
      height: 100%;
      width: 12%;
      z-index: 100; }
      @media (max-width: 769px) {
        .featuredprog .slider::after, .featuredprog .slider::before {
          content: none; } }
    .featuredprog .slider::after {
      right: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    .featuredprog .slider::before {
      left: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .featuredprog article {
    float: left;
    font-size: 0.8vw; }
    @media (max-width: 769px) {
      .featuredprog article {
        position: relative; } }
    @media (min-width: 769px) {
      .featuredprog article > .row {
        margin: 0; } }
    .featuredprog article .img-box {
      height: 170px; }
      .featuredprog article .img-box img {
        max-width: 100%; }
        @media (min-width: 769px) {
          .featuredprog article .img-box img {
            margin: 0 10px; } }
      @media (max-width: 769px) {
        .featuredprog article .img-box {
          margin-bottom: 110px; } }
      @media (min-width: 769px) {
        .featuredprog article .img-box {
          padding: 0; } }
      @media (min-width: 601px) and (max-width: 640px) {
        .featuredprog article .img-box {
          height: inherit;
          margin-bottom: 10%; } }
  .featuredprog h1 {
    font-size: 2vw; }
  .featuredprog .slick-prev,
  .featuredprog .slick-next {
    z-index: 999;
    top: 50%; }
    @media (max-width: 769px) {
      .featuredprog .slick-prev,
      .featuredprog .slick-next {
        top: 25%; } }
  .featuredprog .slick-prev {
    left: 1%; }
  .featuredprog .slick-next {
    right: 1%; }
  .featuredprog .slick-prev::before,
  .featuredprog .slick-next::before {
    color: #ff0000;
    content: '';
    height: 44px;
    width: 22px;
    display: block; }
  .featuredprog .slick-prev::before {
    background: url(../images/prev-arrow.png) no-repeat 0 0; }
  .featuredprog .slick-next::before {
    background: url(../images/next-arrow.png) no-repeat 0 0; }
  .featuredprog .slick-dots li button:before {
    opacity: 1;
    color: #d9d9d9; }

.slick-dots li button::before {
  color: #666;
  font-size: 11px; }
.slick-dots li.slick-active button::before {
  color: #ff0000; }

.success-contaner.white.small {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  top: 50%; }
  @media (max-width: 769px) {
    .success-contaner.white.small {
      top: 150px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 90%; } }
  @media (max-width: 768px) {
    .success-contaner.white.small {
      top: 405px; } }
  @media (max-width: 450px) {
    .success-contaner.white.small {
      top: 245px; } }
  @media (max-width: 360px) {
    .success-contaner.white.small {
      top: 220px;
      width: 100%; } }
  .success-contaner.white.small h3 {
    color: #323232;
    font-size: 26px;
    min-height: 54px; }
  .success-contaner.white.small h4 {
    color: #333;
    font-size: 20px;
    min-height: 39px; }
  .success-contaner.white.small h4 > span {
    background-color: #808490;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    width: 23px; }
  .success-contaner.white.small p {
    padding: 0; }
  .success-contaner.white.small p.genre {
    color: #999;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%; }
    @media (max-width: 769px) {
      .success-contaner.white.small p.genre {
        font-size: 11px; } }
  .success-contaner.white.small p.tag {
    position: absolute;
    top: -65px;
    left: -1px;
    padding: 5px 18px 0 0;
    text-transform: uppercase; }
    .success-contaner.white.small p.tag::before {
      content: '';
      background: url(../images/networktag.jpg) no-repeat 0 0;
      display: block;
      height: 25px;
      float: left;
      width: 27px;
      padding-left: 40px;
      margin-top: -2px; }
  .success-contaner.white.small ul {
    padding: 20px 4px 4px 0;
    margin: 0 0 15px 0;
    display: block; }
    @media (max-width: 769px) {
      .success-contaner.white.small ul {
        padding-top: 10px; } }
    .success-contaner.white.small ul li {
      padding: 0;
      margin: 0;
      display: inline-block;
      color: #333;
      font-size: 15px; }
      .success-contaner.white.small ul li.ep::before {
        font-family: FontAwesome;
        font-size: 12px;
        content: '\f0da';
        color: #707070;
        display: block;
        float: left;
        height: 10px;
        width: 7px;
        padding-right: 10px; }
      .success-contaner.white.small ul li.dur::before {
        font-family: FontAwesome;
        font-size: 12px;
        content: '\f017';
        color: #707070;
        display: block;
        float: left;
        height: 10px;
        width: 7px;
        padding: 0 15px; }

.nav-tabs {
  border: none;
  display: inline-block; }
  .nav-tabs li a,
  .nav-tabs li a:hover,
  .nav-tabs li a:focus {
    color: #313131;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    border-color: #fff;
    background-color: #fff; }
  .nav-tabs li.active > a,
  .nav-tabs li .active > a:hover,
  .nav-tabs li .active > a:focus {
    color: #ff0000 !important;
    border-color: #fff !important; }
  .nav-tabs li.active > a::after {
    content: "";
    display: block;
    height: 9px;
    background-image: url(../images/tabunderline.png);
    background-repeat: no-repeat;
    background-position: center bottom; }

.section-title {
  margin-bottom: 18px;
  color: #c41f1f;
  display: table;
  padding: 5px 0px;
}
  @media (max-width: 769px) {
    .section-title {
      font-size: 28px;
      text-align: center;
      margin-bottom: 10px;
      margin-top: 0; } }

@media (max-width: 769px) {
  .newsevents {
    height: auto !important; } }
@media (min-width: 769px) {
  .newsevents {
    margin-bottom: 40px; } }

.single-popular-post {
  border-left: 1px solid #ccc; }
  .single-popular-post .post-img {
    display: inline-block;
    position: relative; }
    .single-popular-post .post-img img {
      max-width: 100%;
      width: 100%; }
    .single-popular-post .post-img::after {
      content: "";
      background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ff0000), to(#fdbb6a));
      background-image: -webkit-linear-gradient(left, #ff0000, #fdbb6a);
      background-image: -moz-linear-gradient(left, #ff0000, #fdbb6a);
      background-image: -o-linear-gradient(left, #ff0000, #fdbb6a);
      height: 4px;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
  .single-popular-post .post-content {
    padding: 22px 0 20px 20px;
    margin-bottom: 32px;
    width: 95%; }
    @media (max-width: 769px) {
      .single-popular-post .post-content {
        padding: 10px 0 10px 10px; } }
    .single-popular-post .post-content .post-date {
      font-size: 12px;
      color: #666; }
      @media (max-width: 769px) {
        .single-popular-post .post-content .post-date {
          font-size: 11px; } }
    .single-popular-post .post-content .post-short-desc {
      font-size: 17px;
      color: #333; }
      @media (max-width: 769px) {
        .single-popular-post .post-content .post-short-desc {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 97.5px;
          font-size: 13px;
          line-height: 1.5;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; } }

.news-block {
  /* @include respond-to($media-xs) {
      max-width: 85%;
  } */ }
  @media (min-width: 480px) and (max-width: 769px) {
    .news-block {
      width: 50%;
      float: left;
      padding: 0 10px; } }
  @media (min-width: 769px) {
    .news-block:nth-child(even) {
      /* margin-left: 16.66666666666667%; */ }
      .news-block:nth-child(even) .news-list:before {
        right: 10.1010101010101%; } }
  @media (min-width: 769px) and (min-width: 769px) {
    .news-block:nth-child(even) .news-list .news-short {
      padding-right: 5px;
      padding-left: 40px; } }

.news-list {
  min-height: 100px;
  margin-bottom: 40px;
  position: relative;
  display: table; }
  @media (min-width: 769px) {
    .news-list {
      width: 100%;
      padding: 18px 0; } }
  @media (min-width: 769px) {
    .news-list .row .col-sm-5 {
      width: 39.666667%; }
    .news-list .row .col-sm-7 {
      width: 60.333333%; }
    .news-list .row .col-sm-pull-5 {
      right: 39.666667%; }
    .news-list .row .col-sm-push-7 {
      left: 60.333333%; } }
  .news-list:hover {
    /*         .news-short .btn-default {
        background-color: $orangeColor;
        color: #fff;
        border-color: $orangeColor;
    } */ }
    .news-list:hover .news-img img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .news-list:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb url("../images/bg_aside-pattern.png") 0 0 repeat;
    z-index: -1; }
    @media (min-width: 769px) {
      .news-list:before {
        width: 89.8989898989899%; } }
    @media (max-width: 769px) {
      .news-list:before {
        top: inherit;
        bottom: -20px; } }
  @media (min-width: 769px) {
    .news-list .news-img, .news-list .news-short {
      display: table-cell;
      vertical-align: middle; } }
  .news-list .news-img {
    width: 382px;
    position: relative;
    overflow: hidden; }
    .news-list .news-img img {
      max-width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media (max-width: 769px) {
      .news-list .news-img {
        width: 90%;
        margin: 0 auto; } }
    @media (min-width: 769px) {
      .news-list .news-img {
        border-top: 2px solid #e1e1e1;
        border-bottom: 2px solid #e1e1e1; } }
  .news-list .news-short {
    padding-right: 60px;
    padding-top: 40px; }
    @media (max-width: 769px) {
      .news-list .news-short {
        width: 90%;
        margin: 0 auto;
        padding: 20px 10px 0; } }
    @media (min-width: 800px) and (max-width: 960px) {
      .news-list .news-short {
        padding-top: 10px; } }
    @media (min-width: 1000px) and (max-width: 1024px) {
      .news-list .news-short {
        padding-top: 30px; } }
    .news-list .news-short .date {
      font-size: 16px;
      letter-spacing: -0.16px;
      color: #666; }
      @media (max-width: 769px) {
        .news-list .news-short .date {
          font-size: 13px; } }
    .news-list .news-short h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: -0.16px;
      margin-top: 10px;
      margin-bottom: 18px; }
      @media (max-width: 769px) {
        .news-list .news-short h3 {
          font-size: 16px;
          line-height: 22px;
          margin-top: 8px;
          margin-bottom: 18px; } }
      @media (min-width: 480px) and (max-width: 700px) {
        .news-list .news-short h3 {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 96px;
          font-size: 16px;
          line-height: 1.5;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 701px) and (max-width: 736px) {
        .news-list .news-short h3 {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 72px;
          font-size: 16px;
          line-height: 1.5;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 768px) and (max-width: 960px) {
        .news-list .news-short h3 {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 48px;
          font-size: 16px;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 10px; } }
      @media (min-width: 1000px) and (max-width: 1024px) {
        .news-list .news-short h3 {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 66px;
          font-size: 22px;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 10px; } }
      .news-list .news-short h3 a {
        color: #333;
        display: block; }
        .news-list .news-short h3 a:hover {
          text-decoration: none; }
    .news-list .news-short .btn-default {
      background-color: #fff; }
      .news-list .news-short .btn-default:hover, .news-list .news-short .btn-default:focus, .news-list .news-short .btn-default:active {
        background-color: #ff0000; }
    .news-list .news-short .source {
      font-size: 14px;
      color: #999999;
      display: block;
      margin-bottom: 18px; }
      .news-list .news-short .source:hover {
        text-decoration: none; }

@media (min-width: 769px) {
  .standard-box .standard-article-item.news .row .standard-article-header {
    margin-top: 15px; } }
@media (min-width: 769px) {
  .standard-box .standard-article-item.news .row .newsdesc {
    margin-bottom: 20px; } }

.standard-box .section-title {
  margin-bottom: 18px; }
  @media (max-width: 769px) {
    .standard-box .section-title {
      margin-bottom: 10px;
      margin-top: 0;
      font-size: 28px; } }
.standard-box .standard-article-item {
  border: 1px;
  border-style: solid solid none solid;
  border-color: #ccc;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 769px) {
    .standard-box .standard-article-item {
      min-height: 125px;
      height: auto !important; } }
  .standard-box .standard-article-item::after {
    content: "";
    display: block;
    height: 6px;
    background-image: url(../images/newsborder.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    width: 100%;
    bottom: 0; }
  .standard-box .standard-article-item .row {
    padding: 26px; }
    @media (max-width: 769px) {
      .standard-box .standard-article-item .row {
        padding: 0 15px; } }
    @media (min-width: 769px) and (max-width: 992px) {
      .standard-box .standard-article-item .row {
        padding: 0 15px 15px; } }
    .standard-box .standard-article-item .row .newsdesc {
      font-size: 16px; }
      .standard-box .standard-article-item .row .newsdesc::before {
        content: "";
        display: inline-block;
        height: 32px;
        background-image: url(../images/pin.png);
        margin-right: 11px;
        margin-top: 0;
        width: 26px;
        float: left; }
        @media (max-width: 769px) {
          .standard-box .standard-article-item .row .newsdesc::before {
            width: 20px;
            height: 25px;
            background-size: contain;
            margin-top: 2px;
            margin-right: 5px; } }
      .standard-box .standard-article-item .row .newsdesc p {
        margin-top: 18px;
        font-size: 15px; }
        @media (max-width: 992px) {
          .standard-box .standard-article-item .row .newsdesc p {
            margin-top: 10px;
            margin-left: 40px;
            margin-bottom: 15px; } }
        @media (min-width: 769px) {
          .standard-box .standard-article-item .row .newsdesc p {
            margin-bottom: 0; } }
    .standard-box .standard-article-item .row .list-toolbar {
      font-size: 13px;
      letter-spacing: -0.14px;
      color: #666; }
      .standard-box .standard-article-item .row .list-toolbar .fa {
        margin-right: 6px; }
    .standard-box .standard-article-item .row .standard-article-header {
      font-size: 17px;
      color: #333;
      font-weight: 800; }
      @media (max-width: 992px) {
        .standard-box .standard-article-item .row .standard-article-header {
          font-size: 15px;
          letter-spacing: -0.16px; } }
      @media (min-width: 992px) {
        .standard-box .standard-article-item .row .standard-article-header {
          margin-top: 0; } }

@media (max-width: 769px) {
  .events-page .common-head {
    margin-bottom: 20px; } }

@media (max-width: 769px) {
  .standard-box .newsevents {
    margin-bottom: 20px; } }

@media (max-width: 769px) {
  .newsevents .row {
    margin-left: -5px;
    margin-right: -5px; }
    .newsevents .row .col-xs-6 {
      padding-left: 5px;
      padding-right: 5px; } }

footer {
  background-color: #111; }
  footer ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    padding: 30px 0; }
    @media (max-width: 769px) {
      footer ul.menu {
        font-size: 0;
        padding: 20px 0; }
        footer ul.menu li {
          display: inline-block; }
          footer ul.menu li a {
            padding: 3px 8px;
            font-size: 14px; } }
    footer ul li {
      float: left;
      font-size: 16px; }
      @media (max-width: 769px) {
        footer ul li {
          float: none; } }
    footer ul li a {
      color: #fff;
      padding: 3px 20px;
      display: block; }
      footer ul li a:hover {
        color: #fff;
        text-decoration: none; }
  footer .footernewsltr {
    margin: 10px 0 12px 0;
    /* transform: translateX(2%); */
    color: #fff;
    overflow: hidden; }
    @media (max-width: 769px) {
      footer .footernewsltr {
        margin: 0;
        margin-top: 15px;
        transform: none; } }
    footer .footernewsltr a {
      color: #ff0000; }
    footer .footernewsltr p {
      transform: translateY(30%);
      font-family: 'Montserrat', sans-serif;
    }
      @media (max-width: 769px) {
        footer .footernewsltr p {
          transform: none;
          margin-bottom: 15px; } }
      @media (min-width: 769px) {
        footer .footernewsltr p {
          font-size: 16px;
          text-align: left; } }
    footer .footernewsltr .control-label {
      float: left;
      font-weight: normal;
      margin-right: 25px;
      transform: translateY(30%);
      font-family: 'Montserrat', sans-serif;
    }
      @media (max-width: 769px) {
        footer .footernewsltr .control-label {
          float: none;
          margin-right: 0;
          margin-bottom: 10px;
          transform: none; } }
      @media (min-width: 769px) {
        footer .footernewsltr .control-label {
          font-size: 16px; } }
    footer .footernewsltr form {
      padding-bottom: 18px; }
      @media (min-width: 769px) {
        footer .footernewsltr form {
          float: right; } }
    footer .footernewsltr .form-control {
      width: 215px;
      border-radius: 0; }
      @media (max-width: 769px) {
        footer .footernewsltr .form-control {
          width: 67.69%; } }
    footer .footernewsltr .input-group-btn {
      float: left; }
      footer .footernewsltr .input-group-btn .btn {
        background-color: #ff0000;
        border-color: #ff0000;
        border-radius: 0;
        text-transform: uppercase;
        width: 94px; }
    @media (max-width: 769px) {
      footer .footernewsltr .form-group .input-group {
        width: 290px;
        margin: 0 auto; } }
  footer p.error,
  footer p.blank {
    position: absolute;
    color: red;
    left: 0;
    top: 30px;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
  }
    @media (max-width: 769px) {
      footer p.error,
      footer p.blank {
        top: 35px; } }
  footer .error,
  footer .blank {
    display: none; }

@media (min-width: 769px) {
  .visitwebiste {
    margin-left: 40px; } }

.newsLetter-thanks {
  padding: 50px 30px 30px 30px;
  text-align: center;
  min-height: 200px; }

.copyright {
  background-color: #353232; }

.copyright p {
  font-size: 13px;
  padding: 20px 15px;
  margin: 0;
  color: #999; }
  .copyright p a {
    color: #999; }
  @media (max-width: 568px) {
    .copyright p {
      font-size: 10px;
      padding: 10px 15px; } }

.disclaimer {
  background-color: #ebebeb;
  padding: 12px 0;
  text-align: center;
  font-size: 11px; }
  @media (max-width: 568px) {
    .disclaimer {
      font-size: 10px;
      padding: 10px 0; } }
  .disclaimer p {
    color: #666;
    margin-bottom: 0; }

.footer {
  margin-top: 40px; }
  @media (min-width: 769px) {
    .footer {
      margin-top: 0; } }

.slick-slider {
  visibility: hidden; }

.sliderLoader {
  background: url(../images/ajax-loader.gif) 50% 50% no-repeat #fff;
  height: 300px;
  position: absolute;
  z-index: 999999;
  width: 100%; }

.success-stories {
  text-align: center;
  margin: 30px 0;
  position: relative; }
  @media (min-width: 769px) {
    .success-stories {
      margin: 80px 0; } }
  @media (min-width: 769px) {
    .success-stories > h3 {
      width: 65%;
      line-height: 32px;
      margin: 0 auto 20px auto; } }
  @media (max-width: 769px) {
    .success-stories h2 {
      font-size: 28px; } }
  .success-stories h3 {
    color: #666;
    font-size: 20px;
    margin-bottom: 30px; }
    @media (max-width: 769px) {
      .success-stories h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 75%; } }
  .success-stories .slick-slider {
    margin-bottom: 50px; }
  .success-stories .slick-prev:before, .success-stories .slick-next:before {
    color: #ff0000;
    content: '';
    height: 44px;
    width: 22px;
    display: block; }
  .success-stories .slick-prev:before {
    background: url(../images/prev-arrow.png) no-repeat 0 0; }
  .success-stories .slick-next:before {
    background: url(../images/next-arrow.png) no-repeat 0 0; }
  .success-stories .slick-initialized .slick-slide {
    opacity: .5;
    position: relative;
    outline: none;
    /* height: 520px; */
    /* @include respond-to(450px, max) {
    	height: 380px;
    }
    
    @include respond-to(360px, max) {
    	height: 340px;
    } */ }
    .success-stories .slick-initialized .slick-slide .success-contaner {
      opacity: 0;
      transition: all 300ms ease; }
    .success-stories .slick-initialized .slick-slide.slick-current {
      opacity: 1; }
      .success-stories .slick-initialized .slick-slide.slick-current .success-contaner {
        opacity: 1;
        transition: all 300ms ease; }

@media (max-width: 769px) {
  .success-slider {
    width: 96%;
    margin: 0 auto; } }
.success-slider .slick-prev,
.success-slider .slick-next {
  z-index: 1;
  top: 42%; }
  @media (max-width: 769px) {
    .success-slider .slick-prev,
    .success-slider .slick-next {
      top: 25%; } }
.success-slider .slick-prev {
  left: 4%; }
.success-slider .slick-next {
  right: 4%; }
.success-slider .slick-slide img {
  padding-bottom: 85px; }
  @media (max-width: 769px) {
    .success-slider .slick-slide img {
      max-width: 100%;
      margin: 0; } }
  @media (max-width: 480px) {
    .success-slider .slick-slide img {
      padding-bottom: 70%; } }
  @media (min-width: 400px) and (max-width: 460px) {
    .success-slider .slick-slide img {
      padding-bottom: 30%; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .success-slider .slick-slide img {
      padding-bottom: 25%; } }
  @media (max-width: 450px) {
    .success-slider .slick-slide img {
      padding-bottom: 40%; } }
  @media (max-width: 360px) {
    .success-slider .slick-slide img {
      padding-bottom: 48%; } }

@media (min-width: 736px) and (max-width: 768px) {
  .success-slider .slick-prev,
  .success-slider .slick-next {
    top: 40%; } }

.success-contaner {
  background-color: #ff0000;
  width: 286px;
  left: 60px;
  top: 250px;
  position: absolute;
  padding: 20px 30px 40px 30px;
  text-align: left; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .success-contaner {
      left: 80px; } }
  @media (max-width: 769px) {
    .success-contaner {
      padding: 15px;
      bottom: inherit;
      left: 50%;
      transform: translate(-50%, 0);
      top: 31.2727%;
      z-index: 99;
      width: 90%;
      /* height: 220px; */
      height: auto; } }
  @media (min-width: 481px) and (max-width: 568px) {
    .success-contaner {
      top: 55%; } }
  @media (min-width: 570px) and (max-width: 736px) {
    .success-contaner {
      top: 60%;
      height: 160px; } }
  @media (min-width: 736px) and (max-width: 768px) {
    .success-contaner {
      width: 65%;
      top: 68%; } }
  @media (max-width: 450px) {
    .success-contaner {
      top: 52%; } }
  @media (max-width: 380px) {
    .success-contaner {
      top: 50%; } }
  @media (max-width: 360px) {
    .success-contaner {
      top: 46%; } }
  .success-contaner h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 769px) {
      .success-contaner h3 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0;
        width: 100%; } }
  .success-contaner p {
    font-size: 13px;
    color: #fff;
    background-color: #ff0000;
    margin: 25px 0;
    display: inline-block;
    padding: 5px 15px; }
    @media (max-width: 769px) {
      .success-contaner p {
        font-size: 11px;
        margin: 15px 0 20px; } }
    .success-contaner p date {
      margin-right: 15px; }
  .success-contaner a.readMore {
    display: inherit;
    background: url(../images/sprite.png) no-repeat left -300px;
    height: 36px;
    width: 34px;
    text-indent: -9999px; }
    @media (max-width: 769px) {
      .success-contaner a.readMore {
        zoom: 0.68;
        -moz-transform: scale(0.68);
        -moz-transform-origin: 0 0; } }
    .success-contaner a.readMore:hover {
      opacity: 0.6;
      filter: alpha(opacity=60);
      /* For IE8 and earlier */ }

.slick-slide img {
  max-width: 100%;
  margin: 0 20px; }

.success-row {
  position: relative; }
  .success-row .success-img {
    max-width: 100%; }
    @media (max-width: 769px) {
      .success-row .success-img {
        height: 120px; } }

.aboutSection {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 51px;
  overflow: hidden; }

.about-star-india {
  padding-top: 5px; }
  @media (min-width: 769px) {
    .about-star-india {
      margin-top: 90px; } }
  @media (max-width: 769px) {
    .about-star-india .section-title {
      margin-top: 0; } }
  @media (max-width: 769px) {
    .about-star-india img {
      max-width: 100%;
      width: 100%;
      margin: 15px 0 0 0 !important; } }
  .about-star-india ul.twoColList {
    margin-left: 0;
    float: left;
    padding: 0; }
    .about-star-india ul.twoColList li {
      width: 100%;
      float: left;
      background: url(../images/openDisk.jpg) left 15px no-repeat;
      padding-left: 15px;
      list-style: none;
      line-height: 40px;
      font-size: 18px; }
      @media (min-width: 992px) {
        .about-star-india ul.twoColList li {
          width: 38%; } }
      @media (min-width: 1000px) and (max-width: 1024px) {
        .about-star-india ul.twoColList li {
          width: 100%; } }
      @media (max-width: 769px) {
        .about-star-india ul.twoColList li {
          line-height: 25px;
          font-size: 15px;
          background: url(../images/openDisk.jpg) left 9px no-repeat; } }
  .about-star-india h3 {
    color: #ff0000;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 769px) {
      .about-star-india h3 {
        font-size: 18px;
        line-height: 22px;
        color: #ff0000;
        margin-bottom: 10px; } }
  .about-star-india .negative-image-align {
    /* display: none; */ }
    @media (max-width: 960px) {
      .about-star-india .negative-image-align {
        display: none; } }
    .about-star-india .negative-image-align .img1 {
      margin-right: -15.5%;
      margin-top: -21%;
      float: right; }
      @media (min-width: 1024px) and (max-width: 1300px) {
        .about-star-india .negative-image-align .img1 {
          margin-right: -6%; } }
      @media (min-width: 900px) and (max-width: 1024px) {
        .about-star-india .negative-image-align .img1 {
          margin-right: -9%;
          position: relative; } }
      @media (min-width: 900px) and (max-width: 1024px) {
        .about-star-india .negative-image-align .img1 {
          max-width: 100%; } }
    .about-star-india .negative-image-align .img2 {
      margin-left: 35px;
      float: left;
      margin-top: 43px; }
      @media (min-width: 900px) and (max-width: 1024px) {
        .about-star-india .negative-image-align .img2 {
          width: 270px;
          margin-left: -26px; } }
    .about-star-india .negative-image-align .img3 {
      margin-right: 0;
      float: right;
      margin-top: 8px;
            			/* @include respond-to($media-md){
            	    		margin-right: -4%;
            				float: right;
            				margin-top: 2%;

            	    	} */ }
    @media (min-width: 992px) {
      .about-star-india .negative-image-align {
        display: block; } }
  .about-star-india .float-left {
    float: left; }
  .about-star-india .float-right {
    float: right; }
  .about-star-india .float-none {
    float: none; }
  .about-star-india p {
    color: #373636;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 20px;
    letter-spacing: .5px;
  }
    @media (max-width: 769px) {
      .about-star-india p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0; } }
    .about-star-india p.main-para {
      color: #666666;
      font-size: 20px;
      line-height: 30px; }
    .about-star-india p.link {
      font-family: 'Montserrat', sans-serif;
    }
      .about-star-india p.link a {
        color: #ff0000; }
  .about-star-india .btnRow {
    margin-top: 30px;
    display: inline-block; }
    @media (max-width: 769px) {
      .about-star-india .btnRow {
        margin-top: 10px; } }

.viewers-row {
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  margin-top: 25px;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .viewers-row {
      padding: 50px 100px;
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .viewers-row {
      padding: 50px; } }
  .viewers-row ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center; }
    .viewers-row ul li {
      display: inline-block;
      text-align: center;
      padding: 0 5px; }
      @media (min-width: 600px) {
        .viewers-row ul li {
          width: 33.33333333333333%; } }
      @media (max-width: 767px) {
        .viewers-row ul li {
          padding: 0 15px; } }
      .viewers-row ul li h1 {
        font-size: 16px;
        letter-spacing: -0.4px;
        color: #000;
        margin: 0 0 5px 0;
        font-weight: 800; }
        @media (min-width: 768px) {
          .viewers-row ul li h1 {
            font-size: 40px;
            margin: 0 0 15px 0; } }
        @media (min-width: 600px) and (max-width: 962px) {
          .viewers-row ul li h1 {
            font-size: 30px; } }
      .viewers-row ul li p {
        font-size: 12px;
        letter-spacing: -0.18px;
        margin: 0; }
        @media (min-width: 768px) {
          .viewers-row ul li p {
            font-size: 18px; } }

.about-page .about-star-india .negative-image-align .img3 {
  width: 170px; }
.about-page .about-star-india .negative-image-align .img2 {
  width: 350px; }
.about-page .about-star-india {
  /* margin-top: 20px; */ }
  .about-page .about-star-india p {
    font-size: 16px;
    margin-bottom: 25px;
    color: rgb(22 22 22);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }
  .about-page .about-star-india ul.twoColList li {
    font-size: 16px; }

.catogory-landing-main .downloadbtn .btn {
  height: 36px;
  padding: 10px 30px;
  width: 297px; }
.catogory-landing-main .downloadbtn::after {
  content: '';
  display: inline-block;
  background: url(../images/downloadicon.png) no-repeat top center;
  height: 16px;
  width: 10px;
  position: relative;
  right: 40px;
  top: 5px; }
.catogory-landing-main .downloadbtn:hover::after {
  background: url(../images/downloadiconhover.png) no-repeat top center; }
@media (max-width: 769px) {
  .catogory-landing-main h2 {
    font-size: 28px; } }
@media (max-width: 769px) {
  .catogory-landing-main .introtext {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px; } }

.category-landing-box {
  padding: 15px 0;
  /*------------------*/ }
  @media (min-width: 992px) {
    .category-landing-box {
      padding: 15px 90px; } }
  @media (min-width: 460px) and (max-width: 769px) {
    .category-landing-box > .row > .col-md-6 {
      width: 50%; } }
  .category-landing-box div {
    text-align: center; }
    .category-landing-box div img {
      display: inline-block; }
  .category-landing-box .img-thumbnail {
    border: none;
    margin: 7px -5px; }
    @media (min-width: 992px) {
      .category-landing-box .img-thumbnail {
        margin: 7px -5px; } }
  .category-landing-box .item {
    position: relative;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .category-landing-box .item {
        min-height: 322px; } }
    .category-landing-box .item img {
      max-width: 100%;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      height: auto; }
    .category-landing-box .item .hoverpic {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      width: 100%;
      height: 50px;
      transition: .5s ease;
      /* background-color: rgba(0, 0, 0, 0.5); */
      background: linear-gradient(to bottom, transparent 10%, black 100%); }
      .category-landing-box .item .hoverpic .text {
        /* Placing text behind images */
        z-index: 10;
        position: absolute;
        top: -15%;
        left: 0%;
        color: #fff;
        padding: 20px;
        text-align: left; }
        .category-landing-box .item .hoverpic .text p {
          font-size: 26px;
          font-weight: bold;
          margin-bottom: 5px;
          line-height: 30px;
          text-shadow: 1px 1px 2px #000, 0 0 20px #000, 0 0 6px #000; }
          @media (max-width: 769px) {
            .category-landing-box .item .hoverpic .text p {
              font-size: 25px; } }
          @media (max-width: 412px) {
            .category-landing-box .item .hoverpic .text p {
              font-size: 22px; } }
          @media (max-width: 360px) {
            .category-landing-box .item .hoverpic .text p {
              font-size: 20px; } }
        .category-landing-box .item .hoverpic .text span {
          font-size: 15px; }
  @media (min-width: 769px) {
    .category-landing-box .item:hover .hoverpic {
      height: 25%; } }
  .category-landing-box .item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.catogory-landing-main-image.col-md-12.text-center.img-thumbnail {
  padding-left: 15px;
  padding-right: 25px; }
  @media (max-width: 769px) {
    .catogory-landing-main-image.col-md-12.text-center.img-thumbnail {
      padding-right: 16px; } }

.program-detail {
  margin-top: 30px; }
  @media (min-width: 769px) {
    .program-detail {
      margin-top: 60px; } }

.detail-wrapper p {
  font-size: 16px;
  line-height: 28px;
  /* letter-spacing: -0.32px; */ }
  @media (max-width: 769px) {
    .detail-wrapper p {
      font-size: 14px;
      line-height: 23px; } }
  .detail-wrapper p.title {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
   }
    @media (max-width: 769px) {
      .detail-wrapper p.title {
        font-size: 16px;
        line-height: 23px; } }
.detail-wrapper a {
  color: #ff0000; }
.detail-wrapper .highLighter {
  margin: 30px 0 0 0; }
  @media (max-width: 769px) {
    .detail-wrapper .highLighter {
      text-align: center; } }
  .detail-wrapper .highLighter img {
    float: left;
    margin-right: 30px; }
    @media (max-width: 769px) {
      .detail-wrapper .highLighter img {
        float: none; } }
  .detail-wrapper .highLighter p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding-top: 15px; }

ul.episode-detail {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  @media (max-width: 769px) {
    ul.episode-detail {
      margin-bottom: 30px;
      display: block; } }
  ul.episode-detail li {
    display: inline-block;
    border-left: solid 1px #d7d7d7;
    font-size: 18px;
    color: #333;
    padding: 0 20px;
    margin-bottom: 40px;
    letter-spacing: -0.14px; }
    @media (max-width: 769px) {
      ul.episode-detail li {
        padding: 1px 8px;
        margin-bottom: 0px;
        display: inline-block;
        font-size: 13px; } }
    ul.episode-detail li:first-child {
      padding-left: 0;
      border-left: 0 none; }
    ul.episode-detail li span {
      font-size: 15px;
      color: #666;
      display: block; }
      @media (max-width: 769px) {
        ul.episode-detail li span {
          font-size: 12px; } }
    @media (max-width: 460px) {
      ul.episode-detail li {
        display: block;
        padding-left: 0;
        border-left: 0;
        border-bottom: solid 1px #d7d7d7;
        padding-top: 5px;
        padding-bottom: 5px; } }

.detail-aside {
  background: url(../images/bg_aside-pattern.png);
  padding: 22px; }
  @media (max-width: 769px) {
    .detail-aside {
      padding: 10px; } }

.interestShow {
  background: rgb(14 14 14);
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  .interestShow img {
    width: 100%;
    max-width: 100%; }
  .interestShow h3 {
     font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.32px; }
    @media (max-width: 769px) {
      .interestShow h3 {
        font-size: 16px; } }
  .interestShow .btn-default {
    padding-top: 10px;
    padding-bottom: 10px; }

.aside-events .standard-box h2 {
  font-size: 30px; }
  @media (max-width: 769px) {
    .aside-events .standard-box h2 {
      font-size: 26px;
      letter-spacing: -0.32px;
      margin-top: 10px; } }
.aside-events .standard-box .standard-article-item {
  background-color: #fff; }
.aside-events .standard-box .standard-article-header {
  font-size: 17px;
   font-family: 'Montserrat', sans-serif; }
.aside-events .standard-box .standard-article-item .row .newsdesc p {
  font-size: 15px;
  color: #333;
  margin-left: 40px; }
  @media (max-width: 769px) {
    .aside-events .standard-box .standard-article-item .row .newsdesc p {
      margin-left: 30px; } }
.aside-events .standard-box .standard-article-item .row {
  padding: 0 8px;
  margin: 0; }

.similar-shows h2 {
  font-size: 30px; }
  @media (max-width: 769px) {
    .similar-shows h2 {
      font-size: 20px; } }

.similar-slider .slick-slide img {
  margin: 0; }
.similar-slider .slick-track {
  margin-left: 0;
  margin-right: 0; }
.similar-slider .slick-prev::before, .similar-slider .slick-next::before {
  color: #ff0000; }
.similar-slider .slick-prev, .similar-slider .slick-next {
  z-index: 99; }
.similar-slider .slick-prev {
  left: 20px; }
.similar-slider .slick-next {
  right: 20px; }

.common-head h1 {
  font-family: 'cadizbold', sans-serif; }

.common-head {
  margin-top: 23px;
  margin-bottom: 55px;
  color: #ffffff;
  text-align: center; }
  .common-head h1 {
    font-size: 54px; }
    @media (max-width: 769px) {
      .common-head h1 {
        font-size: 28px; } }
  .common-head p {
    font-size: 20px;
    line-height: 32px;
    color: #666666; }
    @media (max-width: 769px) {
      .common-head p {
        font-size: 16px;
        line-height: 22px; } }

.contact-block {
  margin: 0;
  margin-bottom: 6.837606837606838%;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  width: 100%; }
  .contact-block li {
    display: inline-block;
    font-size: 15px;
    vertical-align: top; }
    @media (min-width: 769px) {
      .contact-block li {
        width: 50%; } }
    @media (max-width: 960px) {
      .contact-block li {
        width: 100%; } }
    @media (max-width: 480px) {
      .contact-block li img {
        max-width: 100%; } }
    .contact-block li:not(:last-child) {
      border: 1px solid #d7d7d7;
      text-align: center;
      padding-top: 2.75%;
      padding-bottom: 2.856515373352855%; }
    .contact-block li.contact-details {
      background-color: #ff0000;
      padding: 3.418803418803419%; }
      .contact-block li.contact-details > div {
        background-color: #070707;
        padding: 5.825242718446602%;
        position: relative; }
        .contact-block li.contact-details > div:not(:last-child) {
          margin-bottom: 8px; }
        .contact-block li.contact-details > div h4 {
          font-size: 20px;
          position: relative;
          padding-left: 40px;
          margin: 0 0 20px;
          color: #ff0000; }
          .contact-block li.contact-details > div h4:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
            width: 30px;
            height: 30px;
            background-image: url("../images/contact-sprite.png");
            background-position: 0 0;
            background-repeat: no-repeat; }
          .contact-block li.contact-details > div h4.email:before {
            background-position: -30px 0; }
          .contact-block li.contact-details > div h4.pen {
            margin-bottom: 0; }
            .contact-block li.contact-details > div h4.pen:before {
              background-position: -60px 0; }
        .contact-block li.contact-details > div p {
          margin-bottom: 5px; }
          .contact-block li.contact-details > div p:last-child {
            margin-bottom: 0; }
        .contact-block li.contact-details > div a {
          color: #ffffff; }
          .contact-block li.contact-details > div a:not(:last-child) {
            margin-right: 25px; }
          .contact-block li.contact-details > div a.btn-write {
            padding: 9px 34px; }
            @media (min-width: 500px) {
              .contact-block li.contact-details > div a.btn-write {
                position: absolute;
                top: 21px;
                right: 25px; } }
            @media (max-width: 499px) {
              .contact-block li.contact-details > div a.btn-write {
                margin-top: 20px; } }
            @media (min-width: 1000px) and (max-width: 1024px) {
              .contact-block li.contact-details > div a.btn-write {
                padding-left: 16px;
                padding-right: 16px; } }

a.underline {
  text-decoration: none;
  z-index: 1;
  position: relative;
  padding-bottom: 2px; }
  a.underline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #ff0000;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear; }
  a.underline:hover, a.underline:focus {
    text-decoration: none;
    color: #ff0000 !important; }
    a.underline:hover:before, a.underline:focus:before {
      visibility: visible;
      transform: scaleX(1); }

.globalreach {
  position: relative;
  margin-bottom: 53px;
  margin-left: 15px;
  margin-right: 15px; }
  @media (max-width: 769px) {
    .globalreach {
      width: 96%;
      margin: 0 auto 40px auto; } }
  @media (max-width: 769px) {
    .globalreach h2 {
      font-size: 28px; } }
  @media (min-width: 769px) {
    .globalreach h2 {
      margin-top: 0; } }
  @media (max-width: 769px) {
    .globalreach .introtext {
      font-size: 16px;
      width: 75%;
      margin-bottom: 10px; } }
  @media (min-width: 769px) {
    .globalreach .introtext {
      margin-bottom: 20px; } }
  @media (max-width: 769px) {
    .globalreach .mapwrapper {
      width: 95%;
      margin: 0 auto;
      position: relative; } }
  .globalreach .detailpopup {
    display: none; }
  .globalreach .mapimage {
    background: url(../images/globalreachmap.png) no-repeat center;
    height: 590px;
    border: 1px solid #ccc;
    position: relative; }
    @media (max-width: 769px) {
      .globalreach .mapimage {
        background: url(../images/globalreachmap_m.png) no-repeat center 40px;
        width: 95%;
        margin: 0 auto;
        background-size: 100%; } }
    @media (min-width: 0) and (max-width: 399px) {
      .globalreach .mapimage {
        height: 260px; } }
    @media (min-width: 400px) and (max-width: 480px) {
      .globalreach .mapimage {
        height: 360px; } }
    @media (min-width: 481px) and (max-width: 667px) {
      .globalreach .mapimage {
        height: 480px; } }
    .globalreach .mapimage .tagpill {
      background-color: #fff;
      border: 1px solid #d7d7d7;
      border-radius: 20px;
      text-align: center;
      padding: 0 15px;
      position: relative;
      height: 24px;
      top: 20px;
      display: inline-block;
      width: 36%; }
      @media (min-width: 1023px) and (max-width: 1150px) {
        .globalreach .mapimage .tagpill {
          width: 41%; } }
      @media (max-width: 769px) {
        .globalreach .mapimage .tagpill {
          height: 30px;
          width: 158px;
          padding: 0 8px; } }
      @media (max-width: 769px) {
        .globalreach .mapimage .tagpill p a:after {
          padding: 0 10px 0 3px;
          margin-right: 6px; } }
      .globalreach .mapimage .tagpill .arrow {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        width: 13px;
        height: 13px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        top: 16px; }
        @media (max-width: 769px) {
          .globalreach .mapimage .tagpill .arrow {
            width: 9px;
            height: 9px;
            top: 25px; } }
      .globalreach .mapimage .tagpill p {
        z-index: 2;
        position: inherit;
        padding-top: 1px;
        color: #333; }
        .globalreach .mapimage .tagpill p.desktop {
          display: block; }
          @media (max-width: 769px) {
            .globalreach .mapimage .tagpill p.desktop {
              display: none; } }
        .globalreach .mapimage .tagpill p.mobile {
          display: none;
          font-size: 11px;
          padding-top: 6px; }
          @media (max-width: 769px) {
            .globalreach .mapimage .tagpill p.mobile {
              display: block;
              line-height: 20px;
              margin-top: -2px; } }
        .globalreach .mapimage .tagpill p a {
          text-decoration: none;
          color: #333;
          position: relative;
          display: inline-block;
          float: left; }
          .globalreach .mapimage .tagpill p a::after {
            font-family: FontAwesome;
            font-size: 14px;
            content: '\f055';
            color: #ff0000;
            display: block;
            float: right;
            height: 10px;
            width: 7px;
            padding: 0 10px 0 5px; }
            @media (max-width: 769px) {
              .globalreach .mapimage .tagpill p a::after {
                font-size: 17px;
                padding: 0 10px 0 3px; } }
    .globalreach .mapimage .mappointer {
      background-color: #333332;
      text-align: left;
      padding: 0 15px;
      position: absolute;
      height: 45px;
      display: inline-block;
      min-width: 100px;
      width: 165px; }
      @media (max-width: 769px) {
        .globalreach .mapimage .mappointer {
          height: 20px;
          min-width: 85px;
          width: 100px;
          padding: 0 5px; } }
      .globalreach .mapimage .mappointer p {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 40px;
        display: inline-block;
        top: 7px;
        font-size: 16px;
        line-height: 16px;
        cursor: pointer; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer p {
            top: 2px;
            left: 24px;
            font-size: 8px; } }
        .globalreach .mapimage .mappointer p strong {
          font-weight: normal; }
        .globalreach .mapimage .mappointer p span {
          font-size: 12px;
          display: block; }
          @media (max-width: 769px) {
            .globalreach .mapimage .mappointer p span {
              display: none; } }
        .globalreach .mapimage .mappointer p i {
          font-style: normal; }
      .globalreach .mapimage .mappointer::before {
        content: '';
        display: inherit;
        background: url(../images/plusicon.png) no-repeat 1px 10px;
        height: 36px;
        width: 26px;
        margin-left: -9px; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer::before {
            background: url(../images/plusicon.png) no-repeat center;
            background-size: 90%;
            height: 17px;
            width: 15px;
            margin: 1px 0; } }
      .globalreach .mapimage .mappointer .arrowinverted {
        border-bottom: solid 5px transparent;
        border-left: solid 5px transparent;
        border-right: solid 5px #333332;
        border-top: solid 5px #333332;
        position: absolute;
        top: 45px;
        left: 0; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer .arrowinverted {
            top: 20px;
            border-width: 3px; } }
      .globalreach .mapimage .mappointer.europe {
        top: 21%;
        left: 60%; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer.europe {
            top: 40%;
            left: 54%;
            width: 56px;
            min-width: inherit; } }
      .globalreach .mapimage .mappointer.asia {
        top: 34%;
        left: 60%; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer.asia {
            top: 42%;
            left: 76%;
            width: 49px;
            min-width: inherit; } }
      .globalreach .mapimage .mappointer.africa {
        top: 57%;
        left: 51%; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer.africa {
            top: 70%;
            left: 55%;
            width: 55px;
            min-width: auto; } }
      .globalreach .mapimage .mappointer.middleEast {
        top: 45%;
        left: 55%; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer.middleEast {
            top: 53%;
            left: 62%;
            width: 74px;
            min-width: auto; } }
      .globalreach .mapimage .mappointer.n-america {
        top: 25%;
        left: 25%; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer.n-america {
            top: 32%;
            left: 16%;
            width: auto; } }
      .globalreach .mapimage .mappointer.s-america {
        top: 62%;
        left: 32%; }
        @media (max-width: 769px) {
          .globalreach .mapimage .mappointer.s-america {
            top: 65%;
            left: 24%;
            width: auto; } }
  .globalreach .mapoverlay {
    position: absolute;
    /*  left: 175px;
     top: 122px;
     width: 985px;
     height: 530px; */
    left: 0;
    top: 17%;
    width: 100%;
    height: 83%;
    background-color: #fff;
    opacity: 0.5;
    /*  border: 1px solid #2a2a2a; */ }
    @media (max-width: 769px) {
      .globalreach .mapoverlay {
        top: -526px;
        height: 500px;
        /* left: 0;
        width: 99%;
        margin-left: 1px;
        top: -500px; */ } }
    @media (max-width: 700px) {
      .globalreach .mapoverlay {
        top: -400px; } }
    @media (max-width: 450px) {
      .globalreach .mapoverlay {
        top: -300px; } }
    @media (max-width: 380px) {
      .globalreach .mapoverlay {
        top: -250px; } }
  .globalreach .mapdetail .showWrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px; }
  .globalreach .mapdetail a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    position: relative; }
    .globalreach .mapdetail a .glyphicon {
      display: block !important; }
    .globalreach .mapdetail a i {
      position: absolute;
      right: 15px;
      top: 10px;
      height: 22px;
      width: 22px; }
    .globalreach .mapdetail a i.mapdata-plus {
      background: url(../images/plus-icon1.png) no-repeat right 0; }
    .globalreach .mapdetail a i.mapdata-minus {
      background: url(../images/minus-icon1.png) no-repeat right 0; }
  .globalreach .mapdetail .panel-heading {
    padding: 0; }
  .globalreach .mapdetail .panel {
    margin-top: 0 !important;
    border-radius: 0;
    border: 0 none;
    border-bottom: solid 1px #fff; }
    .globalreach .mapdetail .panel .panel-body {
      text-align: left; }
  .globalreach .mapdetail p.tag {
    position: relative;
    display: flex;
    width: max-content; }
  .globalreach .mapdetail h3 {
    font-size: 14px;
    float: left;
    margin-bottom: 0;
    width: 100%;
    text-align: left; }
  .globalreach .mapdetail h4 {
    font-size: 13px;
    float: left;
    margin-top: 5px;
    width: 100%;
    text-align: left;
    margin-bottom: 0; }
    .globalreach .mapdetail h4 span {
      margin-left: 3px; }
  .globalreach .mapdetail p.genre {
    font-size: 11px;
    min-width: auto;
    border-bottom: 0 none;
    margin-bottom: 0; }
  .globalreach .maplistheader {
    background-color: #2a2a2a;
    /* height: 71px; */
    color: #fff; }
    .globalreach .maplistheader p.title {
      padding: 8px 0 8px 29px;
      width: 100%;
      text-align: left;
      margin-bottom: 0;
      font-size: 16px; }
    .globalreach .maplistheader p.info {
      float: left;
      font-size: 14px;
      padding: 0 0 0 29px; }
  .globalreach .globePopup {
    width: 304px;
    position: absolute;
    top: 145px;
    right: 0;
    border: 1px solid #ccc;
    background: #e9e9e9;
    padding-top: 10px; }
    @media (min-width: 900px) and (max-width: 1024px) {
      .globalreach .globePopup {
        top: 173px; } }
    @media (max-width: 769px) {
      .globalreach .globePopup {
        z-index: 2;
        top: -192px;
        width: 100%; } }
    @media (min-width: 700px) and (max-width: 769px) {
      .globalreach .globePopup {
        top: -392px; } }
    .globalreach .globePopup .mapTitle {
      width: 100%; }
      .globalreach .globePopup .mapTitle h2 {
        font-size: 24px;
        color: #000;
         font-family: 'Montserrat', sans-serif;
        margin: 0; }
      .globalreach .globePopup .mapTitle p {
        font-size: 14px;
        color: #000; }
    .globalreach .globePopup .contlist {
      background-color: #fff;
      height: 471px;
      width: 100%;
      border: 1px solid #ccc; }
      @media (max-width: 769px) {
        .globalreach .globePopup .contlist {
          top: 190px;
          left: 30px;
          z-index: 9999;
          height: 450px; } }
  .globalreach .contlist {
    height: 471px; }
  .globalreach .mapclose {
    height: 25px;
    width: 25px;
    top: 145px;
    right: 0;
    background-size: 100%; }
    @media (min-width: 900px) and (max-width: 1024px) {
      .globalreach .mapclose {
        top: 173px; } }
    @media (max-width: 769px) {
      .globalreach .mapclose {
        top: -192px; } }
    @media (min-width: 700px) and (max-width: 769px) {
      .globalreach .mapclose {
        top: -392px; } }

.mapclose {
  content: '';
  display: block;
  background: url(../images/mapclose.jpg) no-repeat top center;
  height: 46px;
  width: 46px;
  position: absolute;
  top: 99px;
  right: 18px;
  z-index: 9999; }
  @media (max-width: 769px) {
    .mapclose {
      right: 0;
      top: 90px; } }

.country-pointers {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.btn-default.download {
  background: url(../images/sprite.png) no-repeat right -418px;
  padding-right: 45px;
  margin-top: 15px; }
  @media (max-width: 769px) {
    .btn-default.download {
      background-position: right -424px; } }
  .btn-default.download:hover {
    background-position: right -451px; }

.category-detail {
  /* border-top: solid 1px #ccc;
  padding: 30px 0;
  margin: 30px 0;  */

}
  @media (max-width: 769px) {
    .category-detail {
      padding: 15px 0;
      margin: 15px 0; } }
  @media (max-width: 769px) {
    .category-detail .container {
      padding: 0; } }
  @media (max-width: 769px) {
    .category-detail .programList {
      width: 100%;
      display: block; }
      .category-detail .programList > .row {
        margin-left: -8px;
        margin-right: -8px; } }
  .category-detail .programList .program-wrap {
    /* 
                @include respond-to(640px, $media-xs) {
                    width: 33.33333333333333%;
                } */ }
    @media (max-width: 769px) {
      .category-detail .programList .program-wrap {
        display: inline-block;
        padding: 0 10px;
        vertical-align: top;
        margin-right: -3px; } }
    @media (max-width: 769px) {
      .category-detail .programList .program-wrap {
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 769px) {
      .category-detail .programList .program-wrap .programDetail p.tag {
        font-size: 10px;
        /* height: 21px; */ } }

.filter-category {
  padding: 20px 10px 5px 10px;
  margin-bottom: 30px;
  background-color: #ff0000;
  color: #000; }
  @media (max-width: 769px) {
    .filter-category {
      margin-bottom: 15px;
      padding-top: 15px; } }
  .filter-category h3 {
    font-size: 16px;
     font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    padding: 0 0 8px 15px;
    cursor: pointer;
    background: url(../images/sprite.png) no-repeat right -520px; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .filter-category h3 {
        padding-left: 0;
        background-position: 154px -520px; } }
    .filter-category h3.collapsed {
      background-position: right -565px; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .filter-category h3.collapsed {
          background-position: 154px -565px; } }
    @media (max-width: 767px) {
      .filter-category h3 {
        padding-bottom: 0; } }

.filterList {
  margin-left: 16px;
  font-size: 14px;
  color: #424242;
  border-top: solid 1px #cc7001;
  padding-top: 20px; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .filterList {
      margin-left: 2px; } }
  .filterList .checkbox input[type="checkbox"] {
    margin-left: -25px; }
  .filterList label.checkbox {
    font-weight: normal;
    margin-bottom: 20px; }
  .filterList ul {
    padding: 0;
    list-style: none; }
    .filterList ul li a {
      font-size: 16px;
      color: #fff;
      list-style: none;
      /* text-decoration: underline; */
      padding: 10px 5px;
      display: block; }
      .filterList ul li a:hover {
        color: #000;
        text-decoration: none; }

label.custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #fff; }
  label.custom input {
    position: absolute;
    opacity: 0; }
  label.custom em {
    font-style: normal; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #111111;
  background-color: #fff; }

/* On mouse-over, add a grey background color */
label.custom {
  /* &:hover input ~ .checkmark {
      //background-color: #ccc;
      color: $blackColor;
  } */
  /* input:checked ~ .checkmark {
      //background-color: transparent;
      color: $blackColor;
  } */ }
  label.custom input:checked ~ .checkmark + em {
    color: #000; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

label.custom input:checked ~ .checkmark:after {
  display: block; }
label.custom .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/**/
.programList ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none; }
  .programList ul li {
    margin-bottom: 30px; }

/* .programList.heightWrapper{
    &>.row{
        margin-left: 0;
        margin-right: 0;
    }
}
 */
.programImg {
  position: relative;
  overflow: hidden; }
  .programImg img {
    transition: all .4s;
    max-width: 100%; }
  .programImg:hover img {
    transform: scale(1.1);
    transition: all .4s; }

.program-wrap {
  margin-bottom: 50px; }
  @media (max-width: 769px) {
    .program-wrap {
      margin-bottom: 10px; } }
  .program-wrap .programImg {
    /* height: 180px; */ }
    @media (min-width: 300px) and (max-width: 400px) {
      .program-wrap .programImg {
        /* height: 90px;  */
        height: auto; 
      } }
    @media (min-width: 401px) and (max-width: 500px) {
      .program-wrap .programImg {
        height: 120px; } }
    @media (min-width: 501px) and (max-width: 600px) {
      .program-wrap .programImg {
        height: 150px; } }
    @media (min-width: 601px) and (max-width: 768px) {
      .program-wrap .programImg {
        height: 235px; } }
    .program-wrap .programImg a {
      display: block; }
    @media (max-width: 769px) {
      .program-wrap .programImg img {
        max-width: 100%;
        width: 100%; } }
  .program-wrap .btn-default:hover, .program-wrap .btn-default:focus, .program-wrap .btn-default:active {
    border-color: #ff0000; }
  .program-wrap .btn-default:hover.watch .play-btn, .program-wrap .btn-default:focus.watch .play-btn, .program-wrap .btn-default:active.watch .play-btn {
      border-color: #fff;
      background-color: #fff; }
  .program-wrap .btn-default:hover.watch1 .play-btn, .program-wrap .btn-default:focus.watch1 .play-btn, .program-wrap .btn-default:active.watch1 .play-btn {
        border-color: #fff;
        background-color: #fff; }
  .program-wrap .btn-default:hover.watch .play-btn, .program-wrap .btn-default:focus.watch1 .play-btn, .program-wrap .btn-default:active.watch .play-btn {
          border-color: #fff;
          background-color: #fff; }
  .program-wrap .know-more {
    padding: 10px 14px; }
  .program-wrap .watch {
    padding: 8.5px 14px;
    line-height: 20px; 
    background: #ff0000;
    color: #ffffff;
  }
  .program-wrap .watch1 {
    padding: 8.5px 14px;
    line-height: 20px; 
    background: #ff0000;
    color: #ffffff;
  }
  .program-wrap .watch2 {
    padding: 8.5px 14px;
    line-height: 20px; 
    background: #ff0000;
    color: #ffffff;
  }
    .program-wrap .watch span {
      display: inline-block; }

    .program-wrap .watch1 span {
        display: inline-block; }
    .program-wrap .watch2 span {
          display: inline-block; }

      .program-wrap .watch span.play-btn {
        width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: url(../images/play-icon.png) center no-repeat;
    margin-left: 5px;
    background-color: #fff;
      }
      .program-wrap .watch1 span.play-btn {
        width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: url(../images/play-icon.png) center no-repeat;
    margin-left: 5px;
    background-color: #fff;
      }
      .program-wrap .watch2 span.play-btn {
        width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: url(../images/play-icon.png) center no-repeat;
    margin-left: 5px;
    background-color: #fff;
      }
      .program-wrap .watch span.play-btn:hover {
          border-color: #fff;
          background-color: #fff; }
      .program-wrap .watch1 span.play-btn:hover {
            border-color: #fff;
            background-color: #fff; }
      .program-wrap .watch2 span.play-btn:hover {
              border-color: #fff;
              background-color: #fff; }
  @media (max-width: 767px) {
    .program-wrap .programDetail {
      border: 1px solid #ebebeb;
      padding: 5px; } }

.program-short {
  margin-top: 15px; }
  @media (max-width: 767px) {
    .program-short {
      /* display: none;  */
      display: block; 
    } }
  .program-short > p {
    margin-bottom: 25px; }

.programDetail h3 {
  font-size: 30px;
  color: #313131;
   font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 2px; }
  .programDetail h3 a {
    color: #fba216; }
    .programDetail h3 a:hover {
      text-decoration: none; }
    @media (max-width: 769px) {
      .programDetail h3 a {
        font-size: 25px; } }
  @media (max-width: 767px) {
    .programDetail h3 {
      margin-bottom: 8px; }
      .programDetail h3 a {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 15.6px;
        font-size: 12px;
        line-height: 1.3;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
.programDetail h4 {
  font-size: 16px;
  color: #a7a7a7; }
  @media (max-width: 767px) {
    .programDetail h4 {
      font-size: 11px;
      margin-top: 0;
      margin-bottom: 0; } }
  .programDetail h4 span {
    background-color: #808490;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding: 2px 4px; }
    @media (max-width: 769px) {
      .programDetail h4 span {
        font-size: 8px; } }
.programDetail p.genre {
  font-size: 14px;
  color: #949494;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
  min-width: 260px;
  display: inline-block; }
  @media (max-width: 769px) {
    .programDetail p.genre {
      font-size: 10px;
      min-width: inherit;
      width: 100%;
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; } }
.programDetail p {
  font-size: 15px;
  color: #242424; }
.programDetail ul {
  margin: 0;
  padding: 0; }
  @media (max-width: 769px) {
    .programDetail ul {
      display: block; } }
  .programDetail ul li {
    display: inline-block;
    padding: 5px 5px 5px 18px;
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
    color:#373636
  }
    .programDetail ul li:before {
      content: '';
      position: absolute;
      top: 46%;
      left: 0;
      transform: translate(0, -50%);
      background-image: url("../images/time-sprite.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 13px;
      height: 13px; }
    .programDetail ul li.duration:before {
      background-position: -13px 0; }

.similar-shows {
  margin-bottom: 40px; }
  .similar-shows .programList .program-list-container {
    border: solid 1px #ebebeb; }
    .similar-shows .programList .program-list-container p.tag {
      margin-left: -10px;
      /*height: 26px;
       margin-bottom: 0; */
      /* @include respond-to($media-xs, max) {
          position: absolute;
          z-index: 99;
      }  */ }
    .similar-shows .programList .program-list-container .programDetail {
      padding: 0 10px 10px 10px; }
      @media (max-width: 769px) {
        .similar-shows .programList .program-list-container .programDetail h3 a {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 26px;
          font-size: 20px;
          line-height: 1.3;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (max-width: 769px) {
        .similar-shows .programList .program-list-container .programDetail h4 {
          margin-bottom: 5px;
          font-size: 15px; } }
  .similar-shows .programList p.genre {
    border-bottom: 0 none;
    padding-bottom: 10px; }
  .similar-shows .programImg img {
    width: 100%; }
  .similar-shows .programDetail {
    padding: 10px 10px 0 10px; }
  .similar-shows h3 {
    font-size: 18px; }
  .similar-shows .col-xs-12.col-sm-3 {
    margin-bottom: 15px; }

p.tag {
  padding: 3px 9px 0 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff0000;
  font-size: 12px;
  line-height: 20px;
   font-family: 'Montserrat', sans-serif;
  display: inline-block;
  margin-bottom: 15px; }
  @media (max-width: 769px) {
    p.tag {
      margin-bottom: 10px;
      line-height: 15px;
      /* font-size: 8px;
      height: 21px; */ } }
  p.tag::before {
    content: '';
    background-color: #dc0b0b;
    background: url(../images/networktag.jpg) no-repeat 0 0;
    display: block;
    height: 25px;
    float: left;
    width: 27px;
    padding-left: 36px;
    margin-top: -2px; }
    @media (max-width: 769px) {
      p.tag::before {
        width: 23px;
        height: 21px;
        background-size: contain;
        padding-left: 28px;
        margin-top: -3px; } }
  p.tag.newRelease::before {
    background: url(../images/new-release.jpg) no-repeat 0 0; }
    @media (max-width: 769px) {
      p.tag.newRelease::before {
        background-size: contain; } }
  p.tag.bestSeller::before {
    background: url(../images/best-seller.jpg) no-repeat 0 0; }
    @media (max-width: 769px) {
      p.tag.bestSeller::before {
        background-size: contain; } }

.filter-floating {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .filter-floating.fixed {
    /* 
    
            @include respond-to(768px, 960px) {
                width: 157px;
            } */ }
    @media (min-width: 769px) {
      .filter-floating.fixed {
        position: fixed;
        top: 20px;
        width: 270px; } }
    @media (min-width: 1000px) and (max-width: 1024px) {
      .filter-floating.fixed {
        width: 212px; } }
  .filter-floating.bottom {
    top: -206px;
    bottom: 0;
    width: 270px; }

@media (min-width: 769px) {
  .testimonials .heroContent h1.news-heading {
    font-size: 45px;
    margin-top: 70px;
    max-width: 700px; } }

.testimonials-wrap {
  margin-top: 30px; }
  .testimonials-wrap .news-block {
    border-bottom: solid 2px #e5e5e5;
    margin-bottom: 25px;
    /* display: none; */ }
    @media (min-width: 480px) and (max-width: 769px) {
      .testimonials-wrap .news-block {
        width: auto; } }
  .testimonials-wrap .news-list:before {
    display: none; }
  .testimonials-wrap .news-list .news-short {
    padding-top: 22px; }
    @media (max-width: 769px) {
      .testimonials-wrap .news-list .news-short {
        width: 100%;
        padding: 20px 0 0; } }
    .testimonials-wrap .news-list .news-short a.watchLink {
      text-transform: uppercase; }
  .testimonials-wrap .news-list:hover .news-img img {
    transform: scale(1); }
  .testimonials-wrap p {
    font-size: 17px;
    position: relative; }
    @media (max-width: 769px) {
      .testimonials-wrap p {
        font-size: 15px; } }
    .testimonials-wrap p.title {
      margin: 20px 0;
       font-family: 'Montserrat', sans-serif;
      font-weight: normal;
      font-style: normal; }
  .testimonials-wrap .news-img {
    width: auto;
    padding: 25px 25px 25px 0;
    border: 0 none; }
    .testimonials-wrap .news-img:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      background: #ff0000;
      width: 85%;
      height: 100%; }
      @media (min-width: 480px) and (max-width: 769px) {
        .testimonials-wrap .news-img:after {
          left: 90px;
          right: inherit;
          width: 420px; } }
    .testimonials-wrap .news-img a {
      display: block;
      position: relative;
      overflow: hidden;
      z-index: 2; }
      .testimonials-wrap .news-img a:hover img {
        transform: scale(1.1) !important; }
  .testimonials-wrap .testiPlay {
    background: url(../images/bg-testPlay.png) no-repeat left top;
    padding: 0 0 0 55px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff; }
  .testimonials-wrap .loadMore {
    color: #333;
    font-size: 16px;
    background: url(../images/loader1.gif) no-repeat center top;
    padding-top: 30px;
    margin-top: 0;
    display: inline-block; }
    .testimonials-wrap .loadMore:hover {
      text-decoration: none;
      color: #ff0000; }

@font-face {
   font-family: 'Montserrat', sans-serif;
  src: url("fonts/cadiz-bold-webfont.woff2") format("woff2"), url("fonts/cadiz-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'cadizregular';
  src: url("fonts/cadiz-regular-webfont.woff2") format("woff2"), url("fonts/cadiz-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal; 
background: #ffffff!important;
}

h2 {
   font-family: 'Montserrat', sans-serif;
  font-size: 34px; }
  @media (min-width: 769px) {
    h2 {
      font-size: 54px; } }

/* #loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ajax-loader.gif) 50% 50% no-repeat #fff;
} */
.btn-default {
  letter-spacing: 1px;
  background-color: #0000008f;
  border: 1px solid rgb(255 0 0);
  padding: 10px 25px;
  display: inline-block;
  border-radius: 0;
  font-size: 15px;
  text-transform: capitalize;
  color: rgb(255 0 0);
  transition: background-color .4s; }
  .btn-default:first-letter {
    text-transform: capitalize; }
  @media (min-width: 769px) {
    .btn-default {
      padding: 15px 30px; } }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    background-color: #ff0000;
    transition: background-color .4s;
    outline: none; }
  .btn-default.watchLink {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    margin-bottom: 0;
    margin-right: 6px; }
    .btn-default.watchLink:hover i {
      background: url(../images/sprite.png) no-repeat right -228px; }
    @media (min-width: 769px) {
      .btn-default.watchLink {
        height: 49px;
        line-height: 49px; } }
  .btn-default span {
    float: left; }
    .btn-default span:first-letter {
      text-transform: capitalize; }
  .btn-default i {
    background: url(../images/sprite.png) no-repeat right -151px;
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-left: 12px; }
    @media (min-width: 769px) {
      .btn-default i {
        margin-top: 10px; } }

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */ }

.tab-content > .active, .pill-content > .active {
  height: 650px;
  /* let the content decide it  */ }

/* bootstrap hack end */
@media (min-width: 769px) {
  .featuredprog .slick-slider .slick-track, .featuredprog .slick-slider .slick-list {
    height: 627px; } }

.slick-initialized .slick-slide:focus,
.program-list-container h3 a {
  outline: 0 none; }

.btn-secondry {
  background-color: #ff0000;
  border: solid 1px #ff0000;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 0;
  font-size: 12px;
  text-transform: lowercase;
  color: #fff;
  transition: background-color .4s; }
  .btn-secondry:first-letter {
    text-transform: capitalize; }
  @media (min-width: 769px) {
    .btn-secondry {
      padding: 15px 30px; } }
  .btn-secondry:hover, .btn-secondry:focus, .btn-secondry:active {
    background-color: transparent;
    transition: background-color .4s;
    border: solid 1px #4c4c4c; }
  .btn-secondry.watchLink {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    margin-bottom: 0; }
    .btn-secondry.watchLink:hover i {
      background: url(../images/sprite.png) no-repeat right -228px; }
    @media (min-width: 769px) {
      .btn-secondry.watchLink {
        height: 49px;
        line-height: 49px; } }
  .btn-secondry span {
    float: left; }
  .btn-secondry i {
    background: url(../images/sprite.png) no-repeat right -151px;
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-left: 12px; }
    @media (min-width: 769px) {
      .btn-secondry i {
        margin-top: 10px; } }

/* ---------- Style breadcrumb ------------ */
ul.breadcrumb {
  padding: 14px 16px 0 0;
  list-style: none;
  margin-bottom: 13px;
  text-align: left;
  background-color: transparent; }
  @media (max-width: 769px) {
    ul.breadcrumb {
      display: none; } }

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
  margin-right: -4px; }

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  color: black;
  content: "\003e";
  font-size: 18px;
  padding: 0 7px; }

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #333333;
  text-decoration: none; }

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #333333;
  text-decoration: none; }

/* ---------- Style breadcrumb end ------------ */
@media (max-width: 769px) {
  .carousel-indicators {
    /* top: 132px; */
    bottom: 47%; } }
@media (max-width: 399px) {
  .carousel-indicators {
    bottom: 62%; } }
@media (min-width: 400px) and (max-width: 450px) {
  .carousel-indicators {
    bottom: 57%; } }
.carousel-indicators li {
  background-color: #666;
  margin: 0 1px; }

.carousel-indicators .active {
  background-color: #ff0000;
  height: 10px;
  width: 10px;
  border-color: #ff0000; }

.introtext {
  font-size: 20px;
  color: #666;
  text-align: center;
  width: 65%;
  margin: 0 auto; }

.search-icon {
  float: right;
  margin: 28px 0 20px 20px; }
  .search-icon .fa.fa-search {
    font-size: 19px;
    color: #fff; }

.select-lang {
  float: right;
  margin: 20px 0 20px 20px; }

.select-lang {
  width: 60px;
  overflow: hidden;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  position: relative; }
  .select-lang:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff0000;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98; }
  .select-lang select.form-control {
    width: 80px;
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
    color: #fff; }
    .select-lang select.form-control option {
      color: #000; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; }
    .container.fullWidth {
      width: 100%; } }
body.openedSearch {
  overflow: hidden; }
  body.openedSearch #searchwrapper {
    height: 100%; }

div#searchwrapper {
  position: absolute;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  top: 60px;
  width: 100%;
  overflow: auto; }
  @media (min-width: 769px) {
    div#searchwrapper {
      top: 80px; } }

.program-list-container {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 40px; }
  .program-list-container h3 {
    color: #323232;
    font-size: 20px;
    /* min-height: 40px; */ }
  .program-list-container h4 {
    color: #333;
    font-size: 16px;
    /* min-height: 35px; */ }
  .program-list-container p.genre {
    color: #999;
    font-size: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 0 0 20px 0; }
  .program-list-container .programDetail {
    padding: 15px 0 0 9px; }

@media (min-width: 769px) {
  .programList.heightWrapper {
    min-height: 500px; } }

#searchresults {
  /* Filter Design for Search */ }
  #searchresults .program-wrap {
    margin-bottom: 30px; }
  #searchresults .programList {
    padding: 20px 10px 50px 10px;
    /* height: 500px !important;
    overflow-y: auto; 
    border-bottom: solid 6px #e37202; */ }
    @media (max-width: 769px) {
      #searchresults .programList {
        /* height: 450px !important; */
        /* margin-bottom: 15px; */ } }
    @media (min-width: 769px) {
      #searchresults .programList {
        padding: 20px 50px 70px; } }
    @media (max-width: 769px) {
      #searchresults .programList .row {
        margin-right: -5px;
        margin-left: -5px; } }
    @media (max-width: 769px) {
      #searchresults .programList .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px; } }
    @media (max-width: 769px) {
      #searchresults .programList img {
        width: 100%; } }
  #searchresults p.tag {
    /*  position: absolute;
     z-index: 1; */
    margin-left: -9px; }
  #searchresults .program-list-container {
    margin-bottom: 0; }
    #searchresults .program-list-container p.genre {
      min-width: 96%;
      border-bottom: 0 none;
      padding-bottom: 10px; }
    @media (max-width: 769px) {
      #searchresults .program-list-container h3 {
        font-size: 16px; } }
    @media (max-width: 769px) {
      #searchresults .program-list-container h4 {
        font-size: 13px; } }
  #searchresults .mapclose {
    text-indent: -9999px;
    cursor: pointer;
    display: none; }
    @media (max-width: 769px) {
      #searchresults .mapclose {
        right: 5px;
        top: 8px;
        background-size: 75%; } }
  #searchresults .program-list-container .programDetail {
    padding-top: 0;
    border: 0 none; }
  #searchresults .filter-category {
    background-color: #dedddb;
    overflow: hidden;
    padding: 20px 0 5px 10px;
    display: inline-block;
    margin-left: 15px; }
    #searchresults .filter-category h3 {
      background: none;
      text-transform: none;
      font-family: 'cadizregular';
      font-size: 14px;
      float: left;
      padding-bottom: 0; }
  #searchresults .filterList {
    border-top: 0 none;
    float: left;
    padding-top: 0;
    margin-top: -8px; }
  #searchresults label.custom {
    float: left;
    margin-right: 27px;
    background: #ff0000;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0; }
    @media (max-width: 769px) {
      #searchresults label.custom {
        margin-bottom: 3px; } }
    #searchresults label.custom input[type="checkbox"] {
      margin-top: 0; }
  #searchresults .checkmark {
    left: 6px;
    top: 4px; }

/*# sourceMappingURL=main.css.map */

.logo-brand{
  width: 200px;
  height: 80px;
}

.feature-shows-img{
  width: 450px;
  height: 450px;
}

.container-fluid
{
  max-width: 100%;
}
.container 
{
    max-width: 1200px;
}

.card-container {
    padding: 100px 0px;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.profile-card-1 {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-image: url(../img/profile-bg-1.jpg);
    background-position: center;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    max-width: 300px;
}

.profile-card-1 .profile-content {
    position: relative;
    background-color: #FFF;
    padding: 70px 20px 20px 20px;
    text-align: center;
}

.profile-card-1 .profile-img {
    position: absolute;
    height: 100px;
    left: 0px;
    right: 0px;
    z-index: 10;
    top: -50px;
    transition: all 0.25s linear;
    transform-style: preserve-3d;
}

.profile-card-1 .profile-img img {
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.profile-card-1 .profile-name {
    font-size: 18px;
    font-weight: bold;
    color: #021830;
}

.profile-card-1 .profile-address {
    color: #777;
    font-size: 12px;
    margin: 0px 0px 15px 0px;
}

.profile-card-1 .profile-description {
    font-size: 13px;
    padding: 5px 10px;
    color: #777;
}

.profile-card-1 .profile-icons .fa {
    margin: 5px;
    color: #777;
}

.profile-card-1:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.profile-card-1:hover .profile-img {
    transform: rotateY(180deg);
}

.profile-card-2 {
  max-width: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
  background-position: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
    height: 400px;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 80px;
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}

.profile-card-3 {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    padding: 25px 15px;
}

.profile-card-3 .profile-name {
    font-weight: bold;
    color: #21304e;
}

.profile-card-3 .profile-location {
    color: #999;
    font-size: 13px;
    font-weight: 600;
}

.profile-card-3 img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin: 10px auto;
    border-radius: 50%;
    transition: all linear 0.25s;
}

.profile-card-3 .profile-description {
    font-size: 13px;
    color: #777;
    padding: 10px;
}

.profile-card-3 .profile-icons {
    margin: 15px 0px;
}

.profile-card-3 .profile-icons .fa {
    color: #fe455a;
    margin: 0px 5px;
}

.profile-card-3:hover img {
    height: 110px;
    width: 110px;
    margin: 5px auto;
}

.profile-card-4 {
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.profil-card-4-d{
  background: #2f2f2d!important;
}

.profil-card-4-dl{
  background: #424242!important;
}

.profile-card-4 img {
    transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
    position: relative;
    padding: 15px;
    background-color: #FFF;
}

.profile-card-4 .profile-name {
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
    color: #FFF;
    font-size: 17px;
}

.profile-card-4 .profile-name p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: left;
}

.profile-card-4 .profile-overview {
    padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
    font-size: 10px;
    font-weight: 600;
    color: #777;
}

.profile-card-4 .profile-overview h4 {
    color: #273751;
    font-weight: bold;
}

.profile-card-4 .profile-content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 0;
    transform: skewY(3deg);
}

.profile-card-4:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
}

.profile-card-5 {
    max-width: 300px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    padding: 50px 15px 25px 15px;
}

.profile-card-5 img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin: 10px auto;
    border-radius: 50%;
    transition: all linear 0.25s;
    position: relative;
}

.profile-card-5::before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0px;
    left: 0px;
    height: 170px;
    background-color: #4fb96e;
    transform: skewY(-20deg);
}

.profile-card-5 .profile-name {
    padding-top: 15px;
    font-weight: bold;
    color: #333;
}

.profile-card-5 .profile-designation {
    font-size: 13px;
    color: #777;
}

.profile-card-3 .profile-location {
    color: #999;
    font-size: 13px;
    font-weight: 600;
}

.profile-card-5 .profile-description {
    font-size: 13px;
    color: #777;
    padding: 10px;
}

.profile-card-5 .profile-overview {
    padding: 15px 0px;
}

.profile-card-5 .profile-overview p {
    color: #777;
    font-size: 13px;
}

.profile-card-5 .profile-overview h2 {
    font-weight: bold;
    color: #1e2832;
}

.profile-card-5 .profile-icons .fa {
    margin: 7px;
    color: #4fb96e;
}

.profile-card-5:hover img {
    transform: rotate(-5deg);
}

.profile-card-6 {
    max-width: 300px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.profile-card-6 img {
    transition: all 0.15s linear;
}

.profile-card-6 .profile-name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    padding: 15px 20px;
    background: linear-gradient(140deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0) 50%);
    transition: all 0.15s linear;
}

.profile-card-6 .profile-position {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    left: 30px;
    top: 100px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0));
    color: #FFF;
    padding: 50px 0px 20px 0px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview h3 {
    font-weight: bold;
}

.profile-card-6 .profile-overview p {
    color: rgba(255, 255, 255, 0.7);
}

.profile-card-6:hover img {
    filter: brightness(80%);
}

.profile-card-6:hover .profile-name {
    padding-left: 25px;
    padding-top: 20px;
}

.profile-card-6:hover .profile-position {
    left: 40px;
}

.profile-card-6:hover .profile-overview {
    padding-bottom: 25px;
}

.profile-card-7 {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.profile-card-7 .profile-content {
    padding: 60px 30px 30px 30px;
    background-color: #FFF;
    position: relative;
}

.profile-card-7 .profile-content img {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    top: -40px;
    border: 5px solid #FFF;
}

.profile-card-7 .profile-content .profile-name {
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    top: -35px;
    left: 125px;
    color: #FFF;
}

.profile-card-7 .profile-overview {
    padding: 5px 0px;
}

.profile-card-7 .profile-overview p {
    color: #777;
    font-size: 11px;
    font-weight: 600;
}

.profile-card-7 .profile-overview h5 {
    color: #142437;
    font-weight: bold;
}

.profile-card-8 {
    background: linear-gradient(#09121c, #36445a);
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    transition: all 0.25s linear;
}

.profile-card-8 .profile-name {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25px;
    color: #58d683;
    font-size: 17px;
    font-weight: bold;
}

.profile-card-8 .profile-designation {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.profile-card-8 .profile-icons {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
    color: rgba(255, 255, 255, 0.7);
}

.profile-card-8 .profile-icons .fa {
    margin: 5px;
}

.profile-card-8:hover {
    transform: scale(1.05, 1.05);
}

.profile-card-9 {
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    padding: 30px 15px;
    background-color: #FFF;
    transition: all 0.25s linear;
}

.profile-card-9 img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 10px auto;
}

.profile-card-9 .profile-name {
    font-size: 15px;
    color: #3249b9;
    font-weight: 600;
}

.profile-card-9 .profile-designation {
    font-size: 13px;
    color: #777;
}

.profile-card-9 .profile-description {
    padding: 10px;
    font-size: 13px;
    color: #777;
    margin: 15px 0px;
    background-color: #F1F2F3;
    border-radius: 5px;
}

.profile-card-9 a {
    padding: 10px 15px;
    background-color: #3249b9;
    color: #FFF;
    font-size: 11px;
    border-radius: 25px;
}

.profile-card-9:hover {
    transform: scale(1.05, 1.05);
}

.profile-card-10 {
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    padding: 30px 15px;
    background-color: #1f2124;
    color: #EEE;
}

.profile-card-10 img {
    margin: 10px auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid transparent;
    box-shadow: 0px 0px 0px 2px #64c17b;
    transition: all 0.25s linear;
}

.profile-card-10 .profile-name {
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
}

.profile-card-10 .profile-location {
    font-size: 13px;
    opacity: 0.7;
}

.profile-card-10 .profile-description {
    padding: 10px;
    font-size: 13px;
}

.profile-card-10 .profile-icons .fa {
    color: #ffc75e;
    margin: 10px;
}

.profile-card-10:hover img {
    transform: scale(1.1);
}


.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 1rem;
}

.btn-cnt {
  background-color: #f7f7f78f;
  border: 1px solid rgb(255 0 0);
  padding: 10px 25px;
  display: inline-block;
  border-radius: 0;
  font-size: 12px;
  text-transform: lowercase;
  color: rgb(255 0 0);
  transition: background-color .4s;
}

.btn-cnt:hover, .btn-cnt:focus, .btn-cnt:active {
  color: #fff;
  background-color: #ff0000;
  transition: background-color .4s;
  outline: none;
}

/* CUSTOM CSS PRAVEEN =========================================================================================*/

/*BASIC ELEMENTS*/

.m-0{margin:0px;}
.mt-0{margin-top:0px;}
.mt-05{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}
.mt-30{margin-top:30px;}
.mt-35{margin-top:35px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mt-55{margin-top:55px;}
.mt-60{margin-top:60px;}
.mt-65{margin-top:65px;}
.mt-70{margin-top:70px;}
.mt-75{margin-top:75px;}
.mt-80{margin-top:80px;}
.mt-85{margin-top:85px;}
.mt-90{margin-top:90px;}
.mt-95{margin-top:95px;}
.mt-100{margin-top:100px;}

.mb-0{margin-bottom:0px;}
.mb-05{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
.mb-35{margin-bottom:35px;}
.mb-40{margin-bottom:40px;}
.mb-45{margin-bottom:45px;}
.mb-50{margin-bottom:50px;}
.mb-55{margin-bottom:55px;}
.mb-60{margin-bottom:60px;}
.mb-65{margin-bottom:65px;}
.mb-70{margin-bottom:70px;}
.mb-75{margin-bottom:75px;}
.mb-80{margin-bottom:80px;}
.mb-85{margin-bottom:85px;}
.mb-90{margin-bottom:90px;}
.mb-95{margin-bottom:95px;}
.mb-100{margin-bottom:100px;}

.p-0{padding:0px;}
.pt-0{padding-top:0px;}
.pt-05{padding-top:5px;}
.pt-10{padding-top:10px;}
.pt-15{padding-top:15px;}
.pt-20{padding-top:20px;}
.pt-25{padding-top:25px;}
.pt-30{padding-top:30px;}
.pt-35{padding-top:35px;}
.pt-40{padding-top:40px;}
.pt-45{padding-top:45px;}
.pt-50{padding-top:50px;}
.pt-55{padding-top:55px;}
.pt-60{padding-top:60px;}
.pt-65{padding-top:65px;}
.pt-70{padding-top:70px;}
.pt-75{padding-top:75px;}
.pt-80{padding-top:80px;}
.pt-85{padding-top:85px;}
.pt-90{padding-top:90px;}
.pt-95{padding-top:95px;}
.pt-100{padding-top:100px;}

.pb-0{padding-bottom: 0px;}
.pb-05{padding-bottom:5px;}
.pb-10{padding-bottom:10px;}
.pb-15{padding-bottom:15px;}
.pb-20{padding-bottom:20px;}
.pb-25{padding-bottom:25px;}
.pb-30{padding-bottom:30px;}
.pb-35{padding-bottom:35px;}
.pb-40{padding-bottom:40px;}
.pb-45{padding-bottom:45px;}
.pb-50{padding-bottom:50px;}
.pb-55{padding-bottom:55px;}
.pb-60{padding-bottom:60px;}
.pb-65{padding-bottom:65px;}
.pb-70{padding-bottom:70px;}
.pb-75{padding-bottom:75px;}
.pb-80{padding-bottom:80px;}
.pb-85{padding-bottom:85px;}
.pb-90{padding-bottom:90px;}
.pb-95{padding-bottom:95px;}
.pb-100{padding-bottom:100px;}




.group-logo
{
  list-style: none;
  padding: 5px 10px!important;
  background-color: #ffffffc2;
  border-radius: 10px;
}
.group-logo li
{
  display: inline-block;
  width: 24%;
  padding: 0 5px;
    transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition:all .5s;
}

.group-logo li img
{
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition:all .5s;
 width:100%;
}
.group-logo li :hover > img
{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.image-list
{
  list-style: none;
  padding:0px!important;
  margin:0px!important;
}
.image-list li
{
  padding: 0px;
  margin: 0px;
  width: 25%;
  float: left;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition:all .5s; 
}
.image-list li img
{
  width:100%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition:all .5s;
  /* transform: skew(-12deg); */
}
.effect
{
   transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition:all .5s;
}
.image-list li :hover > img
{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.topbar
{
  background: #222222;
  color: #cfcfcf;
}
.topbar h3
{
  font-size: 16px;
  padding: 5px 0;
  line-height: 20px;
  text-align: center;
}
.bg-grey
{
  /* background-color: #222222; */
     background-color: #b8b8b8; 
}
.cahnnels h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #c41f1f;
}
.videop
{
  padding: 20px;
  /* border: 20px solid #525252; */
}
.bg-grey > .videop
{
  padding: 20px;
  /* border: 20px solid #000; */
}
.about-star-india
{
  margin-top: 0px!important;
}
.img
{
position: relative;
padding: 0px 33px;
}
.img::after
{
  content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 37px;
    z-index: 99999999999;
    background: url(../../web/frame.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer {
  margin-top: 0px!important;
}

.text-white
{
color:#ffffff!important;
}


/*SUB MENU*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: none;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.welcome
{
  position: absolute;
    background: #000000ab;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 5px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align:center;
}
.dropdown-menu
{
  z-index: 999999999!important;
}
.text-grey
{
  color:#373636;
}
.category
{
  padding: 35px 0;
    margin: 0;
    border-bottom: 6px solid #414141;
}

.cnt-heading{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #656464;
  padding: 10px;
}

.font-icon{
  font-size: 34px!important;
  text-align: center;
  width: 100%;
  color: #d9d8d8;
}

.box-highlight{
    height: 130px;
}
.dropdown-submenu.open > .dropdown-toggle
{
  color: #ff0000!important;
    background-color: transparent;
}
.activeGenre a
{
  background: #ffffff;
    color: #a41101!important;
    font-weight: 600;
}

.epi{
background: #fff;
    color: #ff0000;
padding: 8.5px 14px;
    line-height: 20px;
}

.program-wrap .epi span.play-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: url(../images/play-icon.png) center no-repeat;
    margin-left: 5px;
    background-color: #fff;
}