@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("fonts/ProximaNovaRegular.eot");
  src: local("ProximaNovaRegular"), url("fonts/ProximaNovaRegular.woff") format("woff"), url("fonts/ProximaNovaRegular.ttf") format("truetype"); }
body {
  font-family: 'Roboto';
}

a, a:focus, button:focus {
  outline: none;
}
.color-black {
  color: #000;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.no-scroll {
  overflow: hidden;
}
.no-scroll .nav-fixed {
  opacity: 0.9;
  z-index: 20;
}
.no-scroll .bdr-btm-1 {
  border: 0;
}
.navbar {
  background: #000 !important;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  z-index: 1;
}
.navbar.nav-fixed {
  border-bottom: 0;
  position: fixed !important;
  z-index: 5;
  top: 0;
  bottom: 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar-toggler {
  padding-left: 0;
  padding-right: 0;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/navbar-toggler-icon.png");
  height: 22px;
  width: 33px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
  font-size: 15px;
  padding: 0;
  margin: 0.5rem 2.25rem 0.5rem 0;
}
.navbar-dark .navbar-nav li:last-child .nav-link {
  margin-right: 0;
}
.navbar-dark .navbar-nav .active .nav-link {
  font-weight: 600;
}
.navbar-dark .navbar-toggler {
  border: 0;
}
.bdr-btm-3 {
  border-bottom: 3px solid #df1413;
}

.bdr-btm-1 {
  border-bottom: 3px solid #c92021;
}

.navbar-brand {
  height: 50px;
  padding: 0;
}
.navbar-brand img {
  height: 50px;
}
.btn-more {
  color: #ff0201;
  font-size: 14px;
}
.skdslider {
  margin: 0 0 150px 0;
}
.skdslider, #skdslider {
  height: 500px !important;
  overflow: visible;
}
.skdslider .slides {
  margin: 65px 0 0 0;
}
.slide {
  background: url("../images/Eeram-Sudum-Top-Banner.jpg") no-repeat center top;
  background-size: cover;
  height: auto; 
}
.slide:nth-child(2n) {
  background: url("../images/Kaand-Top-Banner.png") no-repeat center top;
  background-size: cover;
  height: auto; 
}

.slide:nth-child(3n) {
  background: url("../images/Guest-Top-Banner.png") no-repeat center top;
  background-size: cover;
  height: auto; 
}

.slide:nth-child(4n) {
  background: url("../images/home-header-5.jpg") no-repeat center top;
  background-size: cover;
  height: auto; 
}

.slide:nth-child(5n) {
  background: url("../images/home-header-3.jpg") no-repeat center top;
  background-size: cover;
  height: auto; 
}

.slide:nth-child(6n) {
  background: url("../images/home-header-2.jpg") no-repeat center top;
  background-size: cover;
  height: auto; 
}

.slide:nth-child(7n) {
  background: url("../images/home1.jpg") no-repeat center top;
  background-size: cover;
  height: auto; 
}


.slide:nth-child(8n) {
  background: url("../images/home-header-1.jpg") no-repeat center top;
  background-size: cover;
  height: auto;
}
.slide:nth-child(9n) {
  background: url("../images/home-header-4.jpg") no-repeat center top;
  background-size: cover;
  height: auto;  
}

.slide:nth-child(10n) {
  background: url("../images/Guest Top Banner.jpeg") no-repeat center top;
  background-size: cover;
  height: auto;  
}
.skdslider .slide-navs {
  display: none;
}
.skdslider-button-wrapper {
  position: relative;
}
.skdslider-button-wrapper a.prev, .skdslider-button-wrapper a.next {
  bottom: -57px;
  top: auto;
  z-index: 1;
}
.skdslider-button-wrapper a.prev {
  left: -35px;
}
.skdslider-button-wrapper a.next {
  right: -35px;
}
.skdslider .slide-description-wrapper {
  position: absolute;
  top: 345px;
  width: 97.4%;
  left: 0;
  right: 0;
  margin: auto;
}
.skdslider .slide-desc .slide-desc-title {
  background: #df1413;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 25px;
  position: relative;
}
.skdslider .slide-desc .slide-desc-title:after {
  content: "";
  position: absolute;
  border-bottom: 46px solid #df1413;
  border-right: 25px solid transparent;
  height: 0;
  right: -25px;
  top: 0;
}
.skdslider .slide-desc .slide-text {
  background: #000;
  padding: 27px 100px 11px 20px;
  position: relative;
  min-height: 141px;
  max-height: 141px;
  overflow: hidden;
}
/*.skdslider .slide-desc .slide-text p {
  height: 35px;
  overflow: hidden;
}*/
.skdslider .slide-desc .slide-text h4, .skdslider .slide-desc .slide-text h5, .skdslider .slide-desc .slide-text p {
  color: #fff;
}
.skdslider .slide-desc .slide-text .desc-title {
  font-size: 20px;
  font-weight: 100;
}
.skdslider .slide-desc .slide-text .desc-subTitle {
  font-size: 17px;
  font-weight: 100;
}
.skdslider .slide-desc .slide-text p {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 100;
}
.skdslider .slide-desc .slide-text .btn-know-more {
  color: #ff8a00;
  font-size: 11px;
  position: absolute;
  right: 145px;
  bottom: 21px;
}
.skdslider .slide-thumbnail-wrapper figure img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  border-bottom: 5px solid #ff0201;
  width: 78%;
}

.service-section {
  margin: 50px 0 0 0;
}

.card-deck .card {
  padding-right: 20px;
}
.card-deck .card:last-child {
  padding-right: 0;
}
.card .card-img-top {
  border-radius: 0;
}
.width-100 {
  width: 100%;
  margin: auto;
}
.width-80 {
  width: 80%;
  margin: auto;
}
.width-70 {
  width: 70%;
  margin: auto;
}
.width-50 {
  width: 50%;
}

#counter {
  position: absolute;
  right: 36%;
  width: 50px;
  bottom: -20px;
  color: #ff0201;
}

.featured-movies-section {
  background: url("../images/featured-movie-bg.jpg") no-repeat center 0;
  min-height: 225px;
  position: relative;
}
.featured-movies-section .movie-thumbnail {
  position: relative;
}
.movie-thumbnail iframe {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.featured-movies-section .owl-carousel, .featured-movies-section .owl-carousel .owl-item {
  top: 90px;
  margin-bottom: 150px;
}
.featured-movies-section .owl-nav {
  position: absolute;
  right: 0;
  bottom: 70px;
}
.featured-movies-section .owl-prev, .featured-movies-section .owl-next {
  background: url("../images/owl-prev-icon.png") no-repeat 0 0 !important;
  margin-right: 5px;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  outline: none;
}
.featured-movies-section .owl-next {
  background: url("../images/owl-next-icon.png") no-repeat 0 0 !important;
}
.movie-content h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  font-weight: 500;
}
.movie-content .cast-details p {
  margin-bottom: 0;
}
.movie-content .title {
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

.play-icon {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 59px !important;
  height: 59px !important;
}

.social-stream-header.border-bottom {
  border-bottom-color: #ff0201;
}
.stream li .section-share {
  margin: 0;
}
.stream li .section-thumb {
  margin-bottom: 5px;
}
.dcsns-toolbar {
  width: 175px;
}
#dcsns-filter.dc-center {
  float: right;
  margin-top: 5px;
  padding-left: 0;
}
.social-stream-header .mdi-facebook, 
.social-stream-header .mdi-twitter, 
.social-stream-header .mdi-youtube-play,
.social-stream-header .mdi-youtube, 
.social-stream-header .mdi-instagram {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.social-stream-header .mdi-apps:before {
  background: #fff;
  color: #bed8e9;
  font-size: 34px;
  line-height: 26px;
}
.social-stream-header .mdi-facebook {
  background-color: #3a5897;
}
.social-stream-header .mdi-twitter {
  background-color: #4099ff;
}
.social-stream-header .mdi-youtube-play, .social-stream-header .mdi-youtube {
  background-color: #e62016;
}
.social-stream-header .dcsns-toolbar .filter li.f-instagram {
  background-color: #fff;
  display: none;
}

.banner {
  margin-top: 65px;
}
/***********************************************************************/
/****************** About Page */
/***********************************************************************/
.banner-about {
  background: url("../images/about-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 414px;
}
.headline {
  color: rgba(0,0,0,.6);
  font-size: 32px;
  font-weight: bold;
}
.border-btm-5 {
  position: relative;
}
.border-btm-5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: 5px solid #ff0201;
  width: 100%;
}
.title-summary {
  color: #ff0201;
  font-size: 36px;
}
.column-right p {
  color: #000;
  font-size: 17px;
}
.about-summary p, .blockquote .lead {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.blockquote .lead {
  color: rgba(0, 0, 0, 0.6);
}
.fa-quote-left, .fa-quote-right {
  color: #ff0201;
  font-size: 30px;
  font-weight: bold;
}
.link-email {
  text-decoration: underline;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}

.mt-70 {
  margin-top: 70px;
}

.mg-rows {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.mg-rows [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.mg-trigger {
  width: 100%;
}
.mg-targets .width-80 {
  width: 78%;
}
.mg-target {
  background: #ebebeb;
  color: #303030;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.mg-indicator {
  border-bottom-color: #ebebeb;
}
.mg-close {
  display: none !important;
}
.social-links {
  position: static;
  bottom: 0;
  width: 100%;
}
.social-links a {
  color: #fff;
  margin-left: 10px;
}
.social-links .fb-icon, .social-links .twiiter-icon, .social-links .linkedin-icon {
  padding: 5px 10px;
}
.social-links .twiiter-icon {
  padding: 5px 7px;
}

.banner-movie-syndication, .banner-home-production, .banner-digital-distribution, .banner-reach-us {
  background: url("../images/movie-syndication-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 414px;
}
.banner-home-production {
  background: url("../images/b1.png") no-repeat center center;
  background-size: cover;
}
.banner-digital-distribution {
  background: url("../images/digital-distribution-banner.jpg") no-repeat center center;
  background-size: cover;
}
.banner-reach-us {
  background: url("../images/reach-us-banner.jpg") no-repeat center center;
  background-size: cover;
}
.telephone .border, .telephone .border-dark, .fa-phone:before,
.enquiry .border, .enquiry .border-dark, .fa-at:before {
  border-color: #bdbdbd!important;
  color: #bdbdbd!important;
}
.telephone .fa-phone {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.map {
  height: 350px;
  width: 100%;
}

.social-load-block {
  background: #f1f1f1;
  margin: 8px;
}

footer {
  background: url("../images/footer-bg.png") no-repeat center 0;
  background-size: cover;
}
footer .footer-data {
  padding: 150px 0;
}
.footer-data p, .footer-data h5, .footer-data a {
  color: #fff;
  font-size: 15px;
}
.social-section {
  margin: 50px 0 0 0;
}
.social-section a {
  margin-right: 10px;
}
.social-section a:last-child {
  margin-right: 0;
}
.fb-icon, .twiiter-icon, .linkedin-icon {
  background: #2e3192;
  border-radius: 50%;
  padding: 15px 20px; 
}
.twiiter-icon {
  background: #00aeef;
  padding-left: 17px;
  padding-right: 17px;
}
.linkedin-icon {
  background: #171a8f;
  padding-left: 17px;
  padding-right: 17px;
}
footer .footer-data .form-group {
  margin-bottom: 0.5rem;
}
footer .footer-data .form-control {
  border-radius: 0.15rem;
  color: #83969f;
  font-family: 'ProximaNovaRegular';
  font-size: 14px;
  padding: 1rem;
}
footer .footer-data textarea {
  resize: none;
}
footer .footer-data .btn-submit {
  background: #df1413;
  border: 1px solid #df1413;
  border-radius: 0.15rem;
  font-size: 15px;
  font-weight: 500;
  padding: 0.7rem 1rem;
  min-width: 150px;
}
.modal-dialog {
  max-width: 680px;
}
.modal {
  background: rgba(0,0,0,0.8);
}
.modal-content {
  background-color: transparent;
  border:0;
}
.modal-title {
  display: none;
}
.modal-header .close {
  color: #fff;
  font-weight: 100;
  padding: 0;
  margin: -1rem 0rem -1rem auto;
  opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .navbar-nav {
    margin-right: auto;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin: 0.5rem 1rem 0.5rem 0;
  }
  .skdslider .slide-description-wrapper {
    bottom: -120px;
    width: 100%;
  }
  .slide-thumbnail-wrapper {
    position: absolute !important;
    bottom: -16px;
  }
  .skdslider a.prev {
    left: 0;
  }
  .skdslider a.next {
    right: 0;
  }
  #counter {
    bottom: -13%;
    right: 35%;
  }
  .featured-movies-section .owl-nav {
    bottom: 20px;
  }
  .social-links {
    position: static;
  }
  .mg-targets .width-80 {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .navbar-brand {
    top: 47px;
  }
  .navbar-nav {
    text-align: center;
  }
  .nav-item {
    margin: 20px 0;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
  }
  .skdslider .slide-description-wrapper {
    bottom: -120px;
    width: 100%;
  }
  .slide-thumbnail-wrapper {
    position: absolute !important;
    bottom: -16px;
  }
  .skdslider a.prev {
    left: 0;
  }
  .skdslider a.next {
    right: 0;
  }
  .movie-content h3 {
    font-size: 20px;
  }
  .movie-content span {
    font-size: 12px;
    font-weight: 300;
  }
  .movie-content p {
    font-size: 14px;
  }
  #counter {
    bottom: -15%;
    right: 42%;
  }
  .featured-movies-section .owl-nav {
    bottom: 20px;
  }
  .mg-targets .width-80 {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .social-links {
    position: static;
  }
  .banner-movie-syndication, .banner-home-production, .banner-digital-distribution, .banner-reach-us {
    height: 250px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .navbar-brand {
    width: 150px;
    top: 47px;
  }
  .navbar-nav {
    text-align: center;
  }
  .nav-item {
    margin: 20px 0;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
  }
  .mg-targets .width-80 {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .py-xs-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .headline:after {
    width: 80%;
  }
  .skdslider {
    margin: 0 0 50px 0;
  }
  .skdslider .slide {
    height: 0;
    background: none;
  }
  .skdslider .slide-description-wrapper {
    top: -25px;
    width: 100%;
    bottom: auto;
  }
  .slide-thumbnail-wrapper figure {
    margin-bottom: 0;
  }
  .skdslider .slide-desc {
    position: absolute;
    top: -45px;
    z-index: 1;
  }
  .skdslider .slide-desc .slide-desc-title {
    font-size: 20px;
    padding: 10px;
  }
  .skdslider .slide-desc .slide-text {
    padding: 10px;
    min-height: 160px;
    max-height: 100%;
  }
  .skdslider .slide-desc .slide-text p {
    margin-bottom: 0; 
  }
  .skdslider .slide-desc .slide-text .btn-know-more {
    position: static;
  }
  .skdslider a.prev {
    left: -14px;
  }
  .skdslider a.next {
    right: -15px;
  }
  .skdslider-button-wrapper a.prev, .skdslider-button-wrapper a.next {
    bottom: 20px;
  }
  .service-section {
    margin-top: 180px;
  }
  .featured-movies-section .owl-nav {
    bottom: 55.1%;
    width: 100%;
  }
  .featured-movies-section .owl-prev, .featured-movies-section .owl-next {
    position: absolute;
    top: -33px;
  }
  .featured-movies-section .owl-prev {
    left: 0;
  }
  .featured-movies-section .owl-next {
    right: -1.5%;
  }
  #counter {
    left: 3%;
    right: auto;
    bottom: -90px;
  }
  .social-links {
    position: static;
  }
  .banner-movie-syndication, .banner-home-production, .banner-digital-distribution, .banner-reach-us {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-brand {
    width: 100px;
    top: 47px;
  }
  .navbar-nav {
    text-align: center;
  }
  .nav-item {
    margin: 20px 0;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
  }
  .skdslider {
    margin-bottom: 0;
  }
  .skdslider .slide {
    height: 0;
    background: none;
  }
  .skdslider .slide-description-wrapper {
    top: -25px;
    width: 100%;
    bottom: auto;
  }
  .slide-thumbnail-wrapper figure {
    margin-bottom: 0;
  }
  .skdslider .slide-desc {
    position: absolute;
    top: -39px;
    z-index: 1;
  }
  .skdslider .slide-desc .slide-desc-title {
    font-size: 16px;
    padding: 10px;
  }
  .skdslider .slide-desc .slide-text {
    padding: 10px;
    min-height: 100%;
    max-height: 100%;
  }
  .skdslider .slide-desc .slide-text .desc-title {
    font-size: 18px;
  }
  .skdslider .slide-desc .slide-text .desc-subTitle {
    font-size: 14px;
  }
  .skdslider .slide-desc .slide-text p {
    margin-bottom: 0; 
  }
  .skdslider .slide-desc .slide-text .btn-know-more {
    position: static;
  }
  .skdslider a.prev {
    left: -14px;
  }
  .skdslider a.next {
    right: -15px;
  }
  .skdslider-button-wrapper a.prev, .skdslider-button-wrapper a.next {
    bottom: 80px;
  }
  .about-summary {
    margin-top: 0;
  }
  .service-section {
    margin: 50px 0 0 0;
  }
  .featured-movies-section .owl-nav {
    bottom: 58.1%;
    width: 100%;
  }
  .featured-movies-section .owl-prev, .featured-movies-section .owl-next {
    position: absolute;
    top: -48px;
  }
  .featured-movies-section .owl-prev {
    left: 0;
  }
  .featured-movies-section .owl-next {
    right: -1.7%;
  }
  #counter {
    left: 3%;
    right: auto;
    bottom: -90px;
  }
  .width-80, .width-70, .width-50 {
    width: auto;
  }
  .col-xs-6 {
    max-width: 50%;
  }
  .py-xs-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .order-xs-first {
    order: -1;
  }
  .headline {
    font-size: 28px;
  }
  .headline:after {
    width: 80%;
  }
  .title-summary {
    font-size: 30px;
  }
  .mg-targets .width-80 {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .social-links {
    position: static;
  }
  .banner-about, .banner-movie-syndication, .banner-home-production, .banner-digital-distribution, .banner-reach-us {
    height: 250px;
  }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 480px) {
  .skdslider, #skdslider {
    margin-bottom: 0;
    height: 461px !important;
  }
}