
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.woff2') format('woff2'),
        url('../fonts/BebasNeue.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Book.woff2') format('woff2'),
        url('../fonts/BebasNeue-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body, html {
  height: 100%;
  margin: 0;
}
body {
  font-family: Bebas Neue,sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  background-image: url(../images/bg.jpg);
    background-position: 0px 0px;
    background-repeat: repeat;
	background-size: cover;

}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #0eacf3;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #098eca;
  text-decoration: none;
}

a, .nav-tabs > li > a {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
}

li {
  line-height: 20px;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h1,
h2 {
  line-height: 35px;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.clear {
  clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
  text-align: center;
}

.center-responsive img {
  margin: 0px auto;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.padd-off {
  padding-left:0px;
  padding-right:0px;
}
.cn_item {
    position: relative;
}
.cn_item i, .cn_item svg {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.text-primary {
  color: #dc493a !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: -2px;
}
.text-secondary {
  color: #343535 !important;
}
.text-green {
  color: #41ac26 !important;
}
.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.float-right-right {
  float: right;
}

.full-width-float, .float-left-left {
  float: left;
}

.full-width-inblocks {
  display: inline-block;
}

.full-width-blocks {
  display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks {
  width: 100%;
}
.full-width-img, .full-width {
  width: 100%;
}
.white-color {
  color: #fff;
}

.blue-color {
  color: #09bce8 !important;
}

.red-color {
  color: #f05154 !important;
}
/*header*/
.header-top-nav {
  background-image: url(../images/header.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	background-size: 100% 100%;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 99;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    height: 144px;
    padding-top: 20px;
}
.header-top-padd {
    padding-right: 15px;
}
.logo {
    float: left;
    width: 391px;
    margin-top: -1px;
    margin-right: 25px;
}
.top-min-header {
 border-bottom: 1px solid #ededed;
  padding: 12px 0px 15px 18px;
}
.top-min-header ul li {
  float: left;
  margin-right: 18px;
  font-size: 13px;
  color: #343434;
}

.no-repeat {
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.facebook-svg {
  background-image: url(../images/svg/facebook.svg);
  width: 16px;
  height: 27px;
}
.twitter-svg {
  background-image: url(../images/svg/twitter.svg);
  width: 26px;
  height: 24px;
}
.linkedIn-svg {
  background-image: url(../images/svg/linkedIn.svg);
  width: 26px;
  height: 24px;
}
.instagram-svg {
  background-image: url(../images/svg/instagram-svg.svg);
  width: 25px;
    height: 24px;
}
.youtube-svg {
  background-image: url(../images/svg/youtube-svg.svg);
  width: 30px;
    height: 20px;
}
.vimo-svg {
  background-image: url(../images/svg/vimo-svg.svg);
  width: 22px;
    height: 20px;
}
.facebook-svg2 {
  background-image: url(../images/svg/facebook.svg);
  width: 9px;
  height: 18px;
}
.twitter-svg2 {
  background-image: url(../images/svg/twitter.svg);
  width: 22px;
  height: 18px;
}
.linkedIn-svg2 {
  background-image: url(../images/linkedIn.svg);
  width: 18px;
  height: 18px;
}
.logo .dis-off {
display: none;
}
.dis-off {
display: none;
}
.fixed-header .dis-on {
display: none;
}
.fixed-header .dis-off {
display: block;
}
#menu-trigger {
float: left;
    margin-top: -9px;
cursor: pointer;
}
.close-svg {
background-image: url(../images/close.svg);
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: 0px 0px;
}
.line-wrap {
margin: 8px 12px 10px 0px;
position: relative;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.line-wrap .line {
height: 3px;
width: 20px;
}
.line-wrap .line.center {
margin: 3px 0;
}
.line-wrap .line {
background-color: #000;
}


.navbar-nav {
  margin: 0px 0 0;
  width: auto;
  float:right;
  text-align: right;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.nav-center {
  float: left;
    margin-left: 12%;
}
.nav-social-right {
  margin-top: 0px;
}
.navbar-nav > li {
margin-left: 0px;
margin-right: 0px;
padding: 0px 34px 0px 0px;
}
.navbar-nav.nav-post-right > li {
	padding-right: 22px ;
}
.navbar-nav.nav-post-right > li:last-child {
  padding-right: 0px !important ;
}
.navbar-nav > li > a {
  font-weight: 400;
    color: #676767;
    font-size: 24px;
  padding: 0px;
  line-height: 66px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  position: relative;
}
.nav-post-header.navbar-nav > li.active a::before {
    content: "";
    border-top: 3px dotted #ff5156;
    height: 3px;
    left: 0%;
    position: absolute;
    right: 0;
    top: 75%;
    width: 38px;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a:hover, .nav > li.active > a {
  background-color: transparent;
  color: #000;
}
.nav > li.active > a {
  font-size: 25px;
}

.navbar-nav .move-social-top {
  position: relative;
  top: 24px;
}
#slide-overlay, #slide-overlay2 {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
#sidebar {
  background: #fff;
  width: 100%;
  height: 0px;
  position: fixed;
  left: 0px;
  overflow-y: auto;
  top: 0;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.c-menu {
  position: relative;
}
.menu-list .logo {
  float: left;
  left: -11px;
  position: absolute;
  top: 16px;
}
.menu-list .logo img {
    margin: 0px !important;
    width: 170px !important;
}
.slide-on-hover {
  display: block;
  position: relative;
  top: 75px;
}
.slide-on-hover > li {
  position: relative;
  margin: 0px 0px;
  line-height: 12px;
}
.slide-on-hover > li > a {
  font-weight: 400;
  color: #474747;
  font-size: 15px;
  padding: 15px 22px;
  text-transform: uppercase;
  display: block;
  background: transparent;
}
.slide-on-hover > li > a:hover, .slide-on-hover > li > a:focus {
  color: #fff;
  background:#00a5fe;
}
.slide-on-hover > li.active > a {
  color: #fff;
}
.slide-on-hover > li > .btn {
  padding: 8px 0px !important;
  border-radius: 35px;
  letter-spacing: -1px;
  text-align: left;
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
}
#sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
  height: 100%;
}
#close-trigger {
  cursor: pointer;
  float: right;
  padding-top: 17px;
  position: absolute;
  right: 13px;
  z-index: 11;
}
.nav>.dropdown-megamenu {
  position: static;
}
.nav .nav-center .open>a, .nav .nav-center .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
}
.dropdown-megamenu>.dropdown-container {
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0px 15px;
  border: none;
  border-radius: 0px;
  background: #000;
  display: none;
}


.dropdown-megamenu .dropdown-menu {
  display: block;
}

.dropdown-megamenu1 .dropdown-menu {
  display: block;
}
.dropdown-megamenu>a>i.fa.fa-angle-down {
  margin-left: 5px;
}
.list-mege-mb-all {
  text-align: center;
  margin: 30px 0px 0px;
}

.list-mege-mb-all>li {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
}

.list-mege-mb-all>li:last-child {
  margin-right: 0px;
}

.list-mege-mb-all .thumb-mega .img-mega {
  max-width: 105px;
}

.list-mege-mb-all .mega-content h4 {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 1399px) {
.header-top-nav {
  height: 104px;
  padding-top: 16px;
}
.logo {
    width: 250px;
}
.navbar-nav > li > a {
  line-height: 46px;
}
}
@media (max-width: 1199px) {
.header-top-nav {
    height: 74px;
    padding-top: 20px;
}  
  .header-top-nav .header-top-padd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    width: 180px;
    margin-top: -9px;
}
#sidebar {
    padding: 0px;
  }
  #sidebar.toggled {
    padding: 20px;
  }
  .navbar-nav {
    position: relative;
    margin: 0px 0 0;
    width: 100%;
    top: 40px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
  }
  .navbar-nav > li {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  .navbar-nav > li:last-child {
    padding-right: 0px;
  }
  .navbar-nav > li > a {
    font-size: 22px;
    padding: 0px;
    line-height: 71px;
    font-weight: 400;
  }
  .nav-post-header.navbar-nav > li.active a::before {
    left: 50%;
    transform: translate(-50%, 10px);
	-webkit-transform: translate(-50%, 10px);
}
.navbar-nav.nav-post-right > li {
   width: auto;
    display: inline-block;
    float: none;
    padding: 0px 15px;
}
  .menu-list .logo {
    float: left;
    left: 0px;
    position: relative;
    top: 11px;
    margin-left: 0px;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  #close-trigger {
    cursor: pointer;
    float: right;
    padding-top: 0px;
    position: absolute;
    right: 0px;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  .header-top-nav {
   height: 58px;
    padding-top: 13px;
  }
.logo {
    width: 199px;
    margin-top: -11px;
}
.line-wrap {
    margin: 9px 12px 10px 0px;
}
.line-wrap .line {
    height: 2px;
}
  
}


@media (max-width: 414px) {
  .navbar-nav > li > .btn {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  #menu-trigger {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
.logo {
    width: 303px;
    margin-top: -4px;
    margin-right: 25px;
}
.header-top-nav {
    height: 112px;
}
.navbar-nav > li {
    padding: 0px 35px 0px 0px;
}
.navbar-nav > li > a {
    line-height: 40px;
}
}
@media (min-width: 1920px) {
  .header-top-nav {
    height: 204px;
    padding-top: 20px;
}
  .logo {
    width: 551px;
    margin-top: 4px;
    margin-right: 75px;
}
  .navbar-nav > li {
    padding: 0px 81px 0px 0px;
  }
  
  .nav-center {
    margin-left: 4%;
    margin-top: 1%;
}
  .nav-social-right {
    margin-top: 18px;
}
}
/*header end*/
/*main*/
.maintitle-heading {
    text-align: center;
    margin-bottom: 60px;
}
.maintitle-heading span {
    font-size: 18px;
    color: #7e7e7e;
}
.maintitle-heading h1 {
    color: #e2e2e2;
    font-size: 65px;
    line-height: .8;
    margin-top: 12px;
}
.maintitle-heading.white-text h1 {
    color: #fff;
}
@media (max-width: 1199px) {
.maintitle-heading h1 {
    line-height: 1;
}
}
@media (max-width: 767px) {
.maintitle-heading h1 {
    font-size: 55px;
}
.maintitle-heading {
    margin-bottom: 40px;
}
}
@media (min-width: 1366px) {
.container {
    width: 1230px;
}
}
/*main end*/
/*main-hmslide*/
.main-hmslide {
    padding-top: 90px;
}
.main-hmslide .maintitle-heading {
    margin-bottom: 0px;
}
.main-hmslide .maintitle-heading h1 {
    font-size: 55px;
}
#main-hmslideowl.owl-carousel .owl-stage {
    padding-top: 85px;
    padding-bottom: 90px;
}
.hmslide-content {
  position: relative;
}
.hmslide-overlay {
  position: absolute;
  width: 100%;
  bottom:0px;
  left: 0px;
  padding:30px 20px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,1) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0,0) 0%,rgba(0, 0, 0,1) 100%);
  
}
.hmslide-overlay span {
  color: #fff;
  font-size: 34px;  
}
.owl-item .hmslide-content  {
	box-shadow:none;
	 -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  text-align: center;
}
.owl-item.center .hmslide-content {
	transform: scale(1.07);
  -webkit-transform: scale(1.07);
  box-shadow: 0px 0px 71px rgba(0, 0, 0, .5);
	
}

@media (max-width: 767px) {
.main-hmslide {
    padding-top: 47px;
	padding-bottom: 20px;
}
.main-hmslide .maintitle-heading h1 {
    font-size: 35px;
}
#main-hmslideowl.owl-carousel .owl-stage {
    padding-top: 51px;
    padding-bottom: 70px;
}
.hmslide-overlay span {
  font-size: 18px;
}
.hmslide-overlay {
  padding: 13px 10px;
}
}
/*main-hmslide end*/
/*video-trailr*/
.video-trailr {
	background-image: url(../images/video-sec.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 60px;
}
.fullvid-bounder {
	padding-right:230px;
	
}
.videoboundry {
	background-image: url(../images/videobg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 21px;
    border: none;
    position: relative;
    zoom: 1;
    border-radius: 35px;
    box-shadow: none;
    padding: 20px;
	border: 3px solid #3a3a3a;
}
.videoboundry .flex-direction-nav {
	display:none;
	
}
.slide-box-big {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}
.detailSliderClass.flexslider, #flexcarousel.flexslider {
    margin-bottom: 10px;
    border: none;
    background: transparent;
}
.detailSliderClass.flexslider, #flexcarousel.flexslider .thumb-slides img {
    margin-bottom: 10px;
    border: 4px solid #515151;
    border-radius: 8px;
    cursor: pointer;
}
.slide-box-big-title span, .slide-box-big-title h4 {
	color: #fff;
}
.slide-box-big-title {
    position: absolute;
    bottom: 0px;
    padding: 30px 30px 0px;
    background: -webkit-linear-gradient(top, rgba(19, 20, 24,0) 0%,rgba(19, 20, 24,1) 100%);
    background: linear-gradient(to bottom,rgba(19, 20, 24,0) 0,#000000 110%);
    width: 100%;
}
.slide-box-big-title span {
	font-size: 21px;
	font-family: 'Poppins', sans-serif;
}
.slide-box-big-title h4 {
    font-size: 50px;
    margin-top: 0px;
}
.th-video.videotr-banner {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
	
}
.video-height {
  position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.video-height.active {
  display: block;
}
.slide-box-big .th-video, .thumb-slides .thm-sl {
    position: relative;
}
.thumb-slides .thumsm-title {
    color: #a5a5a5;
    font-size: 21px;
    text-align: center;
}
.slide-box-big .play-cn, .thumb-slides .play-cn {
	position: absolute;
    top: 50%;
	left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}
.play-big {
	background-image: url(../images/svg/play.svg);
  width: 60px;
  height: 70px;
	
}
.play-mn {
	background-image: url(../images/svg/play.svg);
  width: 10px;
  height: 11px;
	
}
.flex-direction-nav a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-shadow: none;
    background-repeat: no-repeat;
    color: transparent;
}
.video-trailr .flex-direction-nav .flex-nav-next a:before {
    background-image: url(../images/svg/rightarrow.svg);
}
.video-trailr .flex-direction-nav .flex-nav-prev a:before {
    background-image: url(../images/svg/leftarrow.svg);
}
@media (max-width: 1199px) {
.video-trailr {
    background-position: center;
    padding-bottom: 60px;
    padding-top: 20px;
}

.fullvid-bounder {
    padding-right: 15px;
}
.video-trailr .flex-direction-nav .flex-next {
    right: 0px;
}
.video-trailr .flex-direction-nav .flex-prev {
    left: 0px;
}

}
@media (max-width: 767px) {

.videoboundry {
    padding: 12px 15px;
}
.play-big {
    width: 25px;
    height: 25px;
}
.video-trailr {
    padding-top: 120px;
}
.video-trailr>.container {
    margin-top:-130px;
}
.slide-box-big-title {
    padding: 30px 15px 0px;
}
.slide-box-big-title span {
    font-size: 13px;
}
.slide-box-big-title h4 {
    font-size: 29px;
}
.carousel-paddbotmcont {
	padding-left: 15px;
    padding-right: 0px;
}
}
@media (max-width: 479px) {
	.videoboundry {
    height: 250px;
	margin-bottom: 30px;
}
.slide-box-big {
    height: 220px;
}
}
/*video-trailr end*/
/*newsmem*/
.newsmem {
    margin-bottom: 0px;
}
.news-sliderbar {
    background: rgb(61 61 61 / 35%);
    padding: 20px;
}
.news-deleft {
	text-align: right;
}
.news-deleft h2 {
    font-size: 45px;
    margin: 40px 0px 35px;
}
.news-deleft p {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    width: 90%;
    margin-left: auto;
}
.news-deleft a {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 10px;
    width: 190px;
    display: inline-block;
    text-align: center;
}
.custome-carousel .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0px 3px;
    padding: 0px;
    font-size: 12px;
    background: transparent;
    border-radius: 0px;
    outline: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.custome-carousel .owl-theme .owl-nav {
    margin-top: 0px;
}

.custome-carousel .owl-theme .owl-nav .owl-prev, .custome-carousel .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 44;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    border: none;
}
.custome-carousel .owl-theme .owl-nav .owl-next {
    right: -85px;
}
.custome-carousel .owl-theme .owl-nav .owl-prev {
    left: -45px;
}
.custome-carousel .owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 30px;
}
.custome-carousel .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0px 6px;
    background: transparent;
    border: 1px solid #666666;
}
.custome-carousel .owl-theme .owl-dots .owl-dot.active span, .custome-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
@media (max-width: 1199px) {
.news-deleft h2 {
    font-size: 28px;
    margin: 18px 0px 11px;
}
.news-deleft p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}
.news-deleft a {
    font-size: 17px;
    padding: 9px 10px;
    width: 170px;
}
}
@media (max-width: 991px) {
.news-deleft h2 {
    font-size: 24px;
    margin: 8px 0px 7px;
}
.news-deleft p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;
}
.newsthumb {
	display: table-cell;
    vertical-align: middle;
    height: 30vw;
}
}
@media (max-width: 767px) {
.news-deleft {
    text-align: left;
}
.news-deleft h2 {
    font-size: 30px;
    margin: 14px 0px 12px;
}
.news-deleft p {
    font-size: 18px;
    line-height: 28px;
}
.news-deleft a {
    font-size: 17px;
    padding: 11px 10px;
    width: 170px;
}
.newsthumb {
	display: table-cell;
    vertical-align: middle;
    height: 30vw;
}
.newsthumb {
    display: block;
    height: auto;
    text-align: center;
    margin: 30px auto 0px;
}
.newsthumb img {
    width: auto !important;
    margin: 0px auto;
}
}

@media (max-width: 1200px) {
.custome-carousel .owl-theme .owl-nav .owl-next {
    right: -20px;
}
.custome-carousel .owl-theme .owl-nav .owl-prev {
    left: 20px;
}
}

/*newsmem*/
/*team*/
.teammember {
    padding-top: 110px;
}
.content-team .thumb img {
	border: 1px solid #a1a1a1;
    border-bottom: 1px solid #464646;
	
} 
.facebookcircle-svg {
  background-image: url(../images/fb.png);
  width: 39px;
  height: 39px;
}
.twittercircle-svg {
  background-image: url(../images/twit.png);
  width: 39px;
  height: 39px;
}
.instacircle-svg {
  background-image: url(../images/insta.png);
  width: 39px;
  height: 39px;
}
.imdb-cl {
	background-image: url(../images/imdb.png);
  width: 48px;
  height: 24px;
}
.team-outer {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
}
.team-top {
    position: relative;
    top: -10px;
}
.team-top .member-social {
    position: absolute;
    right: 0px;
    top: -11px;
}
.team-top .member-social li {
    display: inline-block;
    margin-left: 11px;
}
.team-type {
    margin-top: 4px;
}
.team-type span {
    font-size: 25px;
    color: #7e7e7e;
}
.team-top .title-team {
    font-size: 45px;
    color: #fff;
    margin-right: 13px;
}
.team-top .cn_item-imdb {
    top: -15px;
}
.team-de p {
    font-size: 22px;
    line-height: 52px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    height: 300px;
}
.link-team {
    margin-top:70px;
}
.link-team a {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 10px;
    width: 190px;
    display: inline-block;
    text-align: center;
}
@media (max-width: 1199px) {
.teammember {
    padding-top: 70px;
}
.team-outer {
    margin-bottom: 100px;
}
.team-top .title-team {
    font-size: 40px;
    margin-right: 10px;
}
.team-type span {
    font-size: 22px;
}
.team-de p {
    font-size: 18px;
    line-height: 38px;
    margin-top: 10px;
    height: 160px;
    overflow: hidden;
}
.team-top .member-social li {
    margin-left: 8px;
}
.team-top .cn_item-imdb {
    top: -8px;
}
.link-team {
    margin-top: 26px;
}
}
@media (max-width: 991px) {
	.team-top .member-social {
    position: relative;
    right: auto;
    top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
}
@media (max-width: 767px) {
.team-outer {
    margin-bottom: 80px;
}
}
/*team end*/
/*---stayin-touch---*/
.stayin-touch {
    border-top: 2px solid rgb(37 37 37 / 60%);
    border-bottom: 2px solid rgb(37 37 37 / 60%);
    padding: 80px 0px 80px;
    margin-top: 60px;
    text-align: center;
}
.stayin-touch-content {
    margin: 0px auto;
}

.stayin-form, .stayin-text {
    display: inline-block;
}
.stayin-text {
    position: relative;
}
.stayin-form {
    position: relative;
    top: 0px;
}
.stayin-text h3, .stayin-text span {
    color: #222222;
}
.stayin-text h3 {
    font-size: 65px;
    margin: 7px 0px 25px;
    color: #e2e2e2;
}
.stayin-text span {
    font-size: 16px;
    color: #7e7e7e;
}

.stayin-form input {
    background: transparent;
    height: 48px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    width: 690px;
    border: 2px solid #fff !important;
    display: inline-block;
    box-shadow: none;
    border-radius: 0px !important;
    margin-right: 30px;
	font-family: 'Poppins', sans-serif;
}
.stayin-form input:focus {
  outline:0;
}
.stayin-form input::-moz-placeholder {
 color: #7e7e7e;
  opacity:1;
}
.stayin-form input:-ms-input-placeholder {
  color: #7e7e7e;
}
.stayin-form input::-webkit-input-placeholder {
  color: #7e7e7e;
}
.stayin-form .stayin-form-inner {
    position: relative;
}
.stayin-form .stayin-form-inner .btn {
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px 10px;
    display: inline-block;
    position: relative;
    width: 130px;
    font-family: 'Poppins', sans-serif;
    background: transparent;
	
}
.stayin-form .stayin-form-inner .btn:hover {
    color: #7e7e7e;
}
@media (max-width: 1199px) {
    .stayin-touch {
    padding: 60px 0px 60px;
}
    .stayin-touch-content {
        width: 100%;
        padding: 0px 15px;
        text-align: center;
    }
    .stayin-text-iner {
        padding-left: 0px;
        background: none;
    }
    .social-icon {
        top: 0px;
    }
    .stayin-form, .stayin-text {
        display: inline-block;
        width: 100%;
    }
    
    .stayin-form input {
        width: 100%;
		margin-right:0px;
    }
    .stayin-form .stayin-form-inner .btn {
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 0px;
    }
   .social-icon-footer {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
.stayin-touch {
    margin-top: 0px;
}
.stayin-text h3 {
    font-size: 50px;
	margin: 7px 0px 13px;
}
.stayin-text span {
    font-size: 14px;
}
}
@media (max-width:414px) {
.stayin-text h3 {
    font-size: 42px;
	margin-bottom: 20px;
}
}
/*---stayin-touch end---*/
/*footer*/
.footer-section {
    width: 100%;
    position: relative;
    color: #666666;
    padding-bottom: 40px;
    padding-top: 70px;
    background: #090909;
}
.footer-section h4 {
    color: #e2e1e1;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    text-transform: uppercase;
}

.footer-section .hr-style {
  border-top: 1px dashed #e2e2e2;
  width: 100%;
  text-align: left;
  float: left;
  margin: 12px 0px 11px;

}
.play-inon a {
  float: left;
  margin: 0px 25px 0px 0px;

}
.list-footer-first > li {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}
.list-footer-first > li a, .list-footer-first > li span {
  font-size: 14px;
}
.list-footer-first > li a {
  color: #9b9eb3;
}
.list-footer-first > li span {
  color: #5f5f5f;
}
.list-footer-first > li a:hover {
  color: #84d037;
}
.list-footer, .list-footer > li {
  display: inline-block;
  width: 100%;
}
.list-footer > li .text-primary {
    color: #09bce8 !important;
}
.list-footer > li .text-primary {
    color: #09bce8 !important;
}
.list-footer > li .pw-by .text-primary {
    color: #635bff !important;
}
.list-footer > li {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
}
.list-footer > li > a, .list-footer > a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.list-footer2 {
    margin-top: 0px;
    margin-bottom: 13px;
}
.list-footer2 > li {
    position: relative;
    font-size: 14px;
    color: #70768e;
    line-height: 30px;
    margin-bottom: 14px;
    font-weight: 400;
    padding-left: 35px;
}
.list-footer2 span.cn_item {
    margin-right: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.list-footer > a {
  margin: 0 22px;
}
.list-footer > li > a:hover, .list-footer > a:hover {
  color: #d44f5a;
}
.logo-footer h1 {
	font-size: 33px;
    color: #e2e1e1;
    margin-top: 0px;
}
.logo-footer p {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.footercpright {
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}
.contact-footer {
    padding: 36px 0px;
}
.contact-bar {
    position: relative;
    padding-left: 60px;
    top: 4px;
}
.contact-bar .cn_item {
    position: absolute;
    left: 0px;
    top: -2px;
}
.copyright span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #333333;
}
.contact-bar span {
    display: block;
    font-size: 14px;
    color: #70768e;
    font-weight: 400;
    line-height: 18px;
}
.contact-bar span b {
    font-size: 16px;
    color: #172746;
}
.appdownbar li {
    display: inline-block;
    margin-right: 5px;
}
.appdownbar li:last-chikd {
    margin-right: 0px !important;
}
.appdownbar li span {
    font-size: 14px;
    color: #172746;
    font-weight: 700;
    display: block;
    margin-right: 10px;
    position: relative;
    top: -12px;
}
.copyright-footer {
    border-top: 1px solid #eeeeee;
    padding: 30px 0px;
    text-align: center;
}
.social-icon {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.social-icon a {
  display: inline-block;
  margin: 0px 11px 12px 0px;
}
.social-icon a:last-child {
  margin-right: 0px;
}
.social-icon a svg {
  width: 20px;
    height: 20px;
    fill: #555555;
}
.social-icon a .cn_item i {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.get-question-rc .text-primary {
    color: #09bce8 !important;
}
.get-question-rc {
    margin-top: 20px;
}
.get-question-rc span {
  display: inline-block;
    color: #474747;
    font-size: 20px;
    font-weight: 700;
}
.footer-logo {
  margin-top: 24px;
}
@media (max-width: 991px) {

.footercpright {
	margin-bottom: 50px;
    margin-top: 10px;
}
}
@media (max-width: 767px) {
  .footer-section {
    padding-bottom: 45px;
    padding-top: 50px;
}
.social-icon {
    margin-bottom: 0px;
}
.footer-section h4 {
    margin-bottom: 12px;
    margin-top: 25px;
}
  .footer-section .hr-style {
    margin: 18px 0px 18px;
  }
  
  .copyright-footer {
    padding: 15px 0px 15px;
}
  .copyright span {
    font-size: 13px;
    top: 0px;
  }
 .copyright-footer .card-ft {
    float: left !important;
    width: 100%;
    margin-top: 4px;
}
  .contact-footer {
    padding: 30px 0px;
}
 .contact-footer .contact-bar {
    margin-bottom: 28px;
}
  .contact-footer .contact-bar, .contact-footer .appdownbar {
    float: none !important;
}
.appdownbar li:first-child {
    display: block;
    margin-right: 0px;
	margin-bottom:10px;
}
.appdownbar li span {
    margin-right: 0px;
    top: 0px;
}
}

/*footer end*/
/*about page*/
.about-tp-pag {
    background-image: url(../images/about-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 488px;
    position: relative;
    top: -30px;
}
.contact-bg {
  background-image: url(../images/contactus-bg.jpg);
  background-position: center left;
}
.press-bg {
  background-image: url(../images/press-bg.png);
  background-position: center left;
}
.maintitle-heading-center {
    text-align: center;
}
.maintitle-heading-center .tt-sm {
	color: #7e7e7e;
    font-size: 18px;
	display: block;
}
.maintitle-heading-center .title-md {
	color: #e2e2e2;
    font-size: 65px;
    margin-top: 26px;
    position: relative;
    display: inline-block;
    line-height: 51px;
	
}
.maintitle-heading-center .title-md::before {
    content: "";
    border-top: 3px dotted #ff5156;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 38px;
    transform: translate(-50%, 15px);
	-webkit-transform: translate(-50%, 15px);
}
.noborder .title-md::before {
	display:none !important;
	
}
.about-dscrib-sec {
    position: relative;
    padding-top:80px;
    padding-bottom: 110px;
}
.about-describ {
    text-align: center;
}
.about-dscrib-sec .about-dscrib-left, .about-dscrib-sec .about-dscrib-right {
    top: 23%;
    opacity: .3;
}
.about-dscrib-sec .about-dscrib-right {
    right:0px;
}
.about-dscrib-sec .about-dscrib-left {
    left: 0px;
    
}
.about-describ p {
    color: #e2e1e1;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 36px;
    margin-top: 70px;
}
.movies-list-carosel {
	background-image: url(../images/movieslist-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
#mvslideowl {
    position: relative;
    top: -31px;
}
.mv-list-heading h3 {
    font-size: 60px;
    margin-top: 30px;
}
.mvslide-content {
    cursor: pointer;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.mvslide-content:hover {
    transform: scale(1.03);
    -webkit-transform: sscale(1.03);
}
.mvbottom {
    margin-top: 13px;
}
.mvslide-content .mvbottom h5 {
	font-size: 22px;
	color: #fff;
	margin: 0px;
}
.mvslide-content .mvbottom span {
	font-weight: 400;
    font-size: 14px;
	color: #dc493a;
	font-family: 'Poppins', sans-serif;
	
}
.mvslide-content .mvbottom h5, .mvslide-content .mvbottom span {
	white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.mv-custome-carousel .owl-stage {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mv-custome-carousel .owl-theme .owl-nav {
    margin-top: 0px;
    text-align: left;
    position: absolute;
    left: -223px;
    top: 68%;
    z-index: 2;
}
.mv-custome-carousel .owl-theme .owl-nav [class*=owl-] {
    margin: 20px;
}
.mv-custome-carousel .custome-carousel .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    border-radius: 0px;
    outline: none !important;
}
.mv-custome-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.mv-custome-carousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.mv-custome-carousel .owl-theme .owl-dots .owl-dot.active span, .mv-custome-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #7e7e7e;
}
@media (max-width: 1399px) {
.about-tp-pag {
    height: 350px;
}
.aboutlogo {
	width:300px;
}
.about-describ p {
    font-size: 15px;
    line-height: 39px;
    margin-top: 49px;
}
}
@media (max-width: 1199px) {

.about-dscrib-sec {
    padding-top: 50px;
    padding-bottom: 90px;
}
.movies-list-carosel {
    padding: 35px 0px 30px;
}
.mv-list-heading h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
#mvslideowl {
    top: 0px;
}
}
@media (max-width: 767px) {
.about-tp-pag {
    height: 268px;
}

.maintitle-heading-center .title-md {
	font-size: 55px;
	line-height: 56px;
	margin-top: 7px;
}
.about-dscrib-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-describ p {
    font-size: 15px;
    line-height: 32px;
    margin-top: 28px;
}
.mv-list-heading h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 45px;
}

.mvslide-content .mvbottom h5 {
    font-size: 20px;
}
.mvslide-content .mvbottom span {
    font-size: 13px;
}
}
@media (max-width: 414px) {
.mvslide-content .mvbottom h5 {
    font-size: 17px;
}
.mvslide-content .mvbottom span {
    font-size: 12px;
}
}
/*team-mid*/
.team-mid-sec {
	padding:110px 0px 70px;
}
.team-profile {
    background: #121212;
    border: 1px solid #141414;
    border-radius: 12px;
    padding: 0px 38px 0px;
    text-align: center;
    margin-top: 245px;
    height: 950px;
}
.team-profile-inner {
	padding-left:15px;
	padding-right:15px;
} 
.team-profile .team-thumb {
    margin-top: -200px;
}
.team-profile .team-mid h3 {
    font-size: 45px;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 7px;
}
.team-profile .team-mid span {
    color: #e2e1e1;
    font-size: 24px;
}
.team-profile .team-mid .pr-rat {
    margin: 10px 0px 20px;
}
.team-profile .team-bottom p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 36px;
}
.team-profile .team-social {
	margin: 20px 0px 20px;
}
.team-profile .team-social li {
	display:inline-block;
	margin-right:31px;
}
.team-profile .team-social li:last-child {
	margin-right:0px !important;
}
@media (max-width: 1199px) {
.team-profile {
    height: 1060px;
}
}
@media (max-width: 991px) {
.team-profile {
    height: auto;
}
}
@media (max-width: 991px) {
.team-profile {
    margin-top: 175px;
	padding: 0px 25px 0px;
}
.team-mid-sec {
    padding: 53px 0px 0px;
}
.team-profile .team-thumb {
    margin-top: -120px;
}
.team-profile-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.team-profile .team-mid h3 {
    font-size: 38px;
    margin-top: 25px;
    margin-bottom: 5px;
}
.team-profile .team-mid span {
    font-size: 22px;
}
}
/*team-mid end*/
/*behindscene-sec*/
.behindscene-sec {
    padding-top: 60px;
    padding-bottom: 0px;
}
.behindscene-sec .owl-carousel .owl-stage {
    padding-top: 110px;
    padding-bottom: 110px;
}
.behindscene-sec .owl-item .thumb-scene img {
	 -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.behindscene-sec .owl-item.center .thumb-scene img {
	transform: scale(1.09);
  -webkit-transform: sscale(1.09);
	
}
.thumb-scene {
	position: relative;
}
.play-clip {
	background-image: url(../images/svg/play.svg);
	background-repeat: no-repeat;
	width:76px;
	height:76px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}
.scene-hov-content {
	background:#fff;
	position: absolute;
	padding: 12px 25px;
	left: 50%;
	bottom: -6%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: left;
}
.scene-hov-content h5 {
	font-size: 20px;
	color: #000;
	margin: 5px 0px 0px;
	white-space: nowrap;
}
.scene-hov-content span {
	font-size: 12px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

@media (max-width: 1199px) {
.behindscene-sec .owl-carousel .owl-stage {
    padding-top: 80px;
    padding-bottom: 80px;
}
.play-clip {
    width: 45px;
    height: 45px;
}
.scene-hov-content {
    padding: 3px 15px;
    bottom: -4%;
}
.scene-hov-content h5 {
	font-size: 18px;
}
.scene-hov-content span {
	font-size: 10px;
}
}
@media (max-width: 767px) {
.behindscene-sec .owl-carousel .owl-stage {
    padding-top: 70px;
    padding-bottom: 70px;
}
.play-clip {
    width: 36px;
    height: 36px;
}
.scene-hov-content {
    padding: 3px 10px;
    bottom: -11%;
}
}
@media (max-width: 414px) {
.behindscene-sec .owl-carousel .owl-stage {
    padding-top: 60px;
    padding-bottom: 60px;
}
.behindscene-sec .maintitle-heading-center .title-md {
	font-size: 45px;
	line-height: 50px;
	margin-top: 7px;
}

.play-clip {
    width: 36px;
    height: 36px;
}
.scene-hov-content h5 {
	font-size: 18px;
}
.scene-hov-content span {
	font-size: 10px;
}
}
/*behindscene-sec end*/
/*produc-text-wrapper*/
.produc-text-wrapper {
    padding-top: 25px;
	padding-bottom:50px;
}
.wrapper {
    display: flex;
    overflow: hidden;
}

.wrapper .content {
    display: flex;
    flex: none;
}
.content {
    display: flex;
    flex: none;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper.left .content {
    animation: left 30s linear infinite
}

.wrapper.right .content {
    animation: right 30s linear infinite
}

.wrapper .content .box-imghm {
  padding-left: 170px;
  position: relative;
}
.wrapper .content .box-imghm:after {
  position: absolute;
  right: -133px;
  width: 100px;
  background: #474747;
  top: 60px;
  content: '';
  height: 1px;
  display: block;
}
.wrapper .content .box-imghm span {
  color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 105px;
    line-height: 20px;
    margin-bottom: 35px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #474747;
    display: inline-block;
    padding: 41px 0px 0px;
}
.wrapper .content .box-imghm img {
    width: 100%;
}
@keyframes left {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(-100%)
    }
}

@keyframes right {
    from {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0%)
    }
}
@media (max-width: 1199px) {
.produc-text-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
}
.wrapper .content .box-imghm img {
    max-width: 280px;
}
.wrapper .content .box-imghm .border-width {
    width: 100%;
}
}
@media (max-width: 767px) {
.wrapper .content .box-imghm img {
    max-width: 200px;
}
.wrapper .content .box-imghm .border-width {
    width: 100%;
}
.wrapper .content .box-imghm {
  padding-left: 90px;
}
.wrapper .content .box-imghm:after {
  right: -68px;
    width: 50px;
    top: 30px;
}
.wrapper .content .box-imghm span {
  font-size: 35px;
  line-height: 20px;
  padding: 18px 0px 0px;
}
}
@media (max-width: 414px) {
.wrapper .content .box-imghm img {
    max-width: 150px;
}
.wrapper .content .box-imghm .border-width {
    max-width: 20px;
	width: 100%;
}
}
/*produc-text-wrapper end*/
/*about page end*/
/*Contact page*/
.cursor-pointer {
  cursor: pointer;
}
.contact-pg {
  padding-top: 70px;
  padding-bottom: 70px;
}
.contact-pg .maintitle-heading {
  margin-bottom: 30px;
}
.contact-pg-title {
  text-align: center;
}
.contact-pg-title p {
  color: #e2e1e1;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 60px;
}
.user-sub-form label {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #7e7e7e;
}
.user-sub-form .form-control {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border: 2px solid #fff !important;
  border-radius: 0px;
  padding: 10px 20px;
  box-shadow: none;
  height: 48px;
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
}
.user-sub-form textarea.form-control {
  height: auto;
}
.user-sub-form .form-control::-webkit-input-placeholder {
   color: #7e7e7e
}

.user-sub-form .form-control:-moz-placeholder {
   color: #7e7e7e
}

.user-sub-form .form-control::-moz-placeholder {
   color: #7e7e7e
}

.user-sub-form .form-control:-ms-input-placeholder {
   color: #7e7e7e
}

.user-sub-form .form-group {
  margin-bottom: 30px;
}
.user-sub-form .form-group-min {
  margin-bottom: 20px;
}
.user-sub-form .btn {
  width: 167px;
}
.fg-line {
  position: relative;
}
.user-sub-form ._btn-bl {
  border: 2px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0px 12px;
    display: inline-block;
    position: relative;
    width: 160px;
    font-family: 'Poppins', sans-serif;
    background: transparent;
}
@media (max-width: 767px){
  .contact-pg {
    padding-top: 40px;
    padding-bottom: 70px;
}
.contact-pg-title p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
}
@media (min-width: 1200px){
  .contact-pg .container {
      width: 970px !important;
  }
}
/*Contact page end*/
/*archive page*/

.ban-flm-pg {
  background-position: 0px 0px;
    background-repeat: repeat;
    background-size: cover;
    height: 540px;
    position: relative;
    margin-top: -30px; 
}
.ban-flm-pg:after {
  content: '';
  position:absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}
.fil-poster-st {
  position: relative;
  z-index: 2;
  margin-top: -30%;
}
.filttp-content-left {
  padding-right: 50px;
}
.filttp-content-right {
  margin-top: 75px;
}
.filttp-content-top span {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.filttp-content-top h1 {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  margin: 20px 0px 30px;
  text-transform: uppercase;
}
.filttp-content-top p {
  color: #b6b4b5;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 35px;
}
.filttp-typ-list {
  margin-bottom: 45px;
}
.filttp-typ-list li {
  position: relative;
  padding-right: 34px;
  display: inline-block;
}
.filttp-typ-list li:last-child {
  padding-right: 0px !important;
}
.filttp-typ-list .triler-li:after, .filttp-typ-list .triler-li-dot:after {
  content: '';
  position:absolute;
}
.filttp-typ-list .triler-li:after {
  background: #a9a19e;
    width: 2px;
    height: 120%;
    top: -3px;
    left: -14px;
}
.filttp-typ-list .triler-li-dot:after {
  background: #bfbfbf;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 6px;
    left: -15px;
}
.filttp-typ-list .title-typ {
  color: #b4b0af;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  margin-left: 12px;
}
.filttp-typ-list .watc-trilor .title-typ { 
  color: #fff;
  text-transform: uppercase;
}
.filttp-boxstatus-list {
  margin-bottom: 40px;
  width: 100%;
  float: left;
}
.filttp-boxstatus-list li {
  position: relative;
  padding-right: 60px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.filttp-boxstatus-list li:last-child {
  padding-right: 0px !important;
}
.filttp-boxstatus-list li:after {
  content: '';
  position:absolute;
}
.filttp-boxstatus-list li:after {
  background: #4e4e4e;
  width: 2px;
  height: 100%;
  top: 0px;
  right: 21%;
}
.filttp-boxstatus-list li:last-child::after {
  display: none;
}
.filttp-boxstatus-list li:first-child {
  padding-top: 19.5px;
    padding-bottom: 17.5px;
}
.filttp-boxstatus-list li.filttp-postion-line {
  padding-top: 15.5px;
  padding-bottom: 12.5px; 
}
.filttp-boxstatus-list .filttp-postion span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.filttp-boxstatus-list .filttp-postion span:first-child {
  font-size: 37px;
  margin-right: 5px;
  font-weight: 700;
}

.filttp-boxstatus-list .filttp-stu span {
  display: block;
  color: #c3c3c3;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.filttp-boxstatus-list .filttp-stu span:last-child {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.filttp-icon a  {
  display: inline-block;
  margin-right: 18px;
}
.filttp-icon a:last-child  {
  margin-right: 0px !important;
}
.cast-listshow {
  padding-top: 10px;
}
.cast-listshow li {
  float: left;
    width: 100%;
    position: relative;
    padding: 20px 0px 30px;
    margin-bottom: 0px;
    position: relative;
}
.cast-listshow li .media-body, .cast-listshow .media-left, .cast-listshow .media-right {
  display: table-cell;
  vertical-align: top;
}
.cast-listshow .media-left a {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  float: left;
}
.cast-listshow .media-left .media-object {
  width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #8d828a;
    position: absolute;
    object-fit: cover;
}
.cast-listshow .media-left {
  width: 80px;
  height: 80px;
  background: transparent;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  border-radius: 100%;
}
.cast-listshow li .media-body {
  vertical-align: middle;
  padding-left: 30px;
}
.cast-listshow li .media-heading {
  margin-top: 0;
    margin-bottom: 3px;
    font-size: 13px;
    color: #c6c6c6;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.cast-listshow li .cst-title {
  font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.cast-listshow li .media-heading, .cast-listshow li .cst-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  white-space: nowrap;
}
.rating {
  border: none;
  float: left;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 0px 5px;
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating > label {
  color: #4c4c4c;
  float: right;
  margin-bottom: 0px;
}
.rating > label.ratedon {
  color: #eed84e;
}
.rating.fixpointer > label {
  pointer-events: none;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #fff;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #fff;
}
@media (max-width: 1199px){
.ban-flm-pg {
  height: 440px;
  position: relative;
  margin-top: -30px;
}
.fil-poster-st {
  margin-top: -300px;
}
.filttp-content-left img {
  margin: 0px auto;
}
.filttp-content-left {
  padding-right:15px;
}
.filttp-content-right {
  margin-top: 40px;
}
.filttp-content-top span {
  font-size: 16px;
}
.filttp-content-top h1 {
  font-size: 55px;
  margin: 10px 0px 22px;
  line-height:.8;
}
.filttp-content-top p {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 18px;
}
.filttp-typ-list {
  margin-bottom: 20px;
}
.filttp-typ-list li {
  position: relative;
  padding-right: 26px;
  display: inline-block;
}
.filttp-typ-list .title-typ {
  font-size: 11px;
  margin-left: 9px;
}
.filttp-typ-list .triler-li:after {
  height: 120%;
  top: -3px;
  left: -11px;
}
.filttp-typ-list .triler-li-dot:after {
  width: 7px;
  height: 7px;
  top: 6px;
  left: -13px;
}
.filttp-boxstatus-list {
  margin-bottom: 20px;
}
.filttp-boxstatus-list li {
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.filttp-boxstatus-list .filttp-postion span {
  font-size: 10px;
}
.filttp-boxstatus-list .filttp-postion span:first-child {
  font-size: 28px;
  margin-right: 5px;
}
.filttp-boxstatus-list .filttp-stu span {
  font-size: 10px;
}
.filttp-boxstatus-list .filttp-stu span:last-child {
  font-size: 12px;
}
.filttp-boxstatus-list li:after {
  width: 2px;
  height: 100%;
  top: 0px;
  right: 18%;
}
.filttp-icon a {
  margin-right: 5px;
}
}
@media (max-width: 991px){
.cast-listshow li .media-body {
  padding-left: 15px;
}
.cast-listshow li .media-heading {
  font-size: 11px;
}
.cast-listshow li .cst-title {
  font-size: 13px;
}
.cast-listshow li {
  padding: 0px 0px 30px;
}
}
@media (max-width: 767px){
  .ban-flm-pg {
    height: 250px;
  }
  .fil-poster-st {
    margin-top:-150px;
  }
  .filttp-content-top h1 {
    font-size: 48px;
}
.filttp-typ-list {
  margin-bottom: 0px;
}
.filttp-typ-list li {
  position: relative;
  padding-right: 0px;
  display: inline-block;
  margin-bottom: 0px;
}
.filttp-typ-list li:first-child {
  display: block;
    padding-right: 0px;
    margin-bottom: 14px;
}
.filttp-typ-list .title-typ {
  font-size: 12px;
  margin-left: 9px;
}
.filttp-typ-list li:first-child .title-typ {
  font-size: 15px;
  margin-left: 10px;
}
.filttp-typ-list .triler-li:after, .filttp-typ-list .triler-li-dot:after {
  display: none;
}
.filttp-boxstatus-list {
  margin-bottom: 10px;
}
.filttp-boxstatus-left, .filttp-boxstatus-right {
  width: 100%;
}
.filttp-boxstatus-right {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.filttp-boxstatus-list li {
  padding-right: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
}
.filttp-boxstatus-list li.filttp-postion-line {
  padding-top: 21.5px;
  padding-bottom: 10.5px;
}
.filttp-boxstatus-list .filttp-postion span:first-child {
  font-size: 31px;
}
.filttp-boxstatus-list .filttp-stu span {
  font-size: 12px;
  line-height: 1.5;
}
.filttp-boxstatus-list li:after {
  width:100%;
  height: 2px;
  top: 100%;
  left: 0px;
}

}
@media (min-width: 1600px){
  .ban-flm-pg {
    height:595px;
  }
  .fil-poster-st {
    margin-top: -24%;
  }
}
.vid-poster-carosel {
  padding-top: 70px;
  padding-bottom: 30px;
}
.main-strip-select {
  text-align: center;
}
.main-strip-select .images-active-video {
  position: relative;
}
.over-de-medi {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #12212c 0%,#12212c 100%);
    background: linear-gradient(to bottom,rgba(18, 33, 44,0) 0,#12212c 100%,#12212c 100%);
  top: 0px;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
}
.over-de-medi .vid-time {
  position: absolute;
    padding: 5px 0px;
    bottom: 0px;
    color: #cacaca;
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    font-family: 'Poppins', sans-serif;

}
.images-active-video .plyvd {
  position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    cursor: pointer;
}
.playvd-md-icon {
  background: url(../images/svg/playposter.svg) no-repeat 0px 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.main-strip-text h4 {
  color: #fff;
  font-size: 14px;
  margin: 0px auto;
  height: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.main-strip-text h4 {
  overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
}
.main-strip-text {
  margin: 18px 0px;
}
.custome-carousel-arrow .owl-theme .owl-nav {
  margin-top: 40px;
  border-top: 2px solid #e0e0e0;
  margin-bottom: 30px;
}
.custome-carousel-arrow .owl-theme .owl-dots {
  margin-top: 0px;
}
.custome-carousel-arrow .owl-theme .owl-nav .owl-prev, .custome-carousel-arrow .owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 0px;
  z-index: 44;
  border: none;
  background: transparent !important;
}
.custome-carousel-arrow .owl-theme .owl-nav .owl-next {
  right: 0px;
}
.custome-carousel-arrow .owl-theme .owl-nav .owl-prev {
  left: 0px;
}
.custome-carousel-arrow .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 7px;
  background: #919191;
}
.custome-carousel-arrow .owl-theme .owl-dots .owl-dot.active span, .custome-carousel-arrow .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.mm-poster-ppd {
  padding-top: 70px;
  padding-bottom: 70px;
}
.main-title-heading {
  margin-top: 40px;
  margin-bottom: 50px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 25px;
  padding-top: 15px;
}
.main-title-heading h2 {
  font-size: 48px;
    color: #fff;
    position: relative;
    margin: 0px;
    letter-spacing: 1.5px;
}
.more-te a {
  font-weight: 500;
  font-size: 12px;
  background-color: #000;
  border: 2px solid #fff;
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  padding: 11px 24px;
  position: relative;
  top: 4px;
}
.more-te a .cn_item {
  margin-left: 7px;
}
.more-icon {
  background-image: url(../images/svg/morearrow.svg) ;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}
.main-stripvr-select {
  text-align: center;
}
.main-stripvr-select .images-activevr-video {
  position: relative;
}
.main-stripvr-text {
  margin: 24px 0px;
}
.main-stripvr-text h4 {
  color: #fff;
    font-size:22px;
    margin: 0px auto 10px;
    height: 18px;
}
.main-stripvr-text h6 {
  color: #c8c8c8;
  font-size: 12px;
  margin: 0px auto;
  height: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.main-stripvr-text h4, .main-stripvr-text h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
}
#main-hmslideowl .main-stripvr-text h4 {
  text-transform: uppercase;
}
#main-hmslideowl .owl-item.center .main-stripvr-text h4 {
  color: #dc493a;
}
.archslide {

}
.archslide #main-hmslideowl.owl-carousel .owl-stage {
  padding-bottom: 20px;
}
@media (max-width: 991px){
.more-mov-shh .owl-carousel .owl-stage {
  padding-left: 0px !important;
}
}
@media (max-width: 767px){
  .custome-carousel-arrow .owl-carousel .owl-stage {
    padding-left: 0px !important;
  }
  .main-title-heading h2 {
    font-size: 30px;
    line-height: 1;
}
  .main-title-heading {
    margin-top: 20px;
    margin-bottom: 30px;

}
.more-te a {
  font-size: 11px;
  padding: 8px 8px;
}
.vid-poster-carosel {
  padding-top: 45px;
  padding-bottom: 20px;
}
.morevid-sec {
  padding-bottom: 40px;
}
}

/*mv-detail-tabs*/
.mv-detail-tabs {
    padding-top: 70px;
    padding-bottom: 50px;
}
.mv-detail-tabs-left .nav-tabs {
  margin-bottom: 40px;
    margin-top: 0px;
    border: 2px solid #fff;
    padding-top: 15px;
    padding-bottom: 0px;
}
.mv-detail-tabs-left .nav-tabs > li {
  margin-bottom: 18px;
  width: 100%;
}
.mv-detail-tabs-left .nav-tabs > li:last-child {
  margin-bottom: 0px !important;
}
.mv-detail-tabs-left .nav-tabs > li > a {
  border: none;
    border-radius: 0px;
    color: #898989;
    font-size: 26px;
    background: transparent;
    padding: 11px 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0px;
}
.mv-detail-tabs-left .nav-tabs > li.active > a, .mv-detail-tabs-left .nav-tabs > li.active > a:focus, .mv-detail-tabs-left .nav-tabs > li.active > a:hover {
  color: #000000;
  background: #fff !important;
  border: none;
  font-weight: 500;
}
.feedback-top-content {
  position: relative;
  padding-left: 130px;
  padding-top: 28px;
  padding-right: 50px;
  padding-bottom: 30px;
}
.feedback-top-content:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 33px;
  background: url(../images/svg/COMMAS.svg) no-repeat 0px 0px;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.feedback-top-content p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0px;
}
.feedback-top-content small {
  color: #DC493A;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.descrp-det img {
  margin-bottom: 25px;
}
.descrp-det img.cmp-logo {
  margin-bottom: 45px;
}
.descrp-det p {
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}
.procst-det-height {
  height: 500px;
}
.procst-det-height .procst-det {
  padding-right: 30px;
}
.procst-det-height  .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}
.procst-det .panel-group {
  margin-bottom: 30px;
}
.procst-det .panel-default {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  border-radius: 0px;
  margin-bottom: 10px;
}
.procst-det .panel-group .panel-heading {
  padding: 0px;
    color: #27313a;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
}
.procst-det .panel-group .panel-heading .panel-title a {
  font-size: 16px;
  text-decoration: none;
  padding: 20px 30px;
  display: block;
  line-height: 21px;
  position: relative;
  font-weight: 500;
  color: #000000;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}
.procst-det .panel-group .panel-heading .panel-title a span {
  display: block;
    font-size: 12px;
    font-weight: 700;
    color: #8a8a8b;
}
.procst-det .panel-group .panel-heading .panel-title a.collapsed {
  color: #fff;
  background: #1B1B1D;
  
}

.procst-det .panel-group .panel-heading .panel-title a:after, .procst-det .panel-group .panel-heading .panel-title a.collapsed:after {
  position: absolute;
    content: '';
    width: 25px;
    height: 25px;
}
.procst-det .panel-group .panel-heading .panel-title a:after {
    right: 30px;
    top: 50%;
    background-image: url(../images/svg/postertb-up.svg);
    background-repeat: no-repeat;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.procst-det .panel-group .panel-heading .panel-title a.collapsed:after {
  right: 30px;
  top: 50%;  
  background-image: url(../images/svg/postertb-down.svg);
    background-repeat: no-repeat;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.procst-det .panel .panel-body {
  padding: 15px 0px 30px;
  border: transparent !important;
}
.procst-det .panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding-top: 25px;
}
.de-inner-panel p {
  font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}
.procst-det .thum-prod-left {
  margin-right: 30px;
}
.techspec-det {
  padding: 20px 30px;
  color: #fff;
  background: #1B1B1D;
  position: relative;
  margin-bottom: 15px;
}
.techspec-det h3, .techspec-det h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  margin: 8px 0px 0px;
  font-family: 'Poppins', sans-serif;
}
.techspec-det .techspec-tt {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #8a8a8b;
  font-family: 'Poppins', sans-serif;
}
.techspec-det .cn_item {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.reward-tab-tt {
    background: #1b1b1d;
    padding: 10px 0px 0px 10px;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.reward-tab-tt .reward-yy {
  font-size: 107px;
    font-weight: 700;
    color: #323234;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    bottom: 25px;
    right: -9px;
}
.reward-tab-tt .reward-content-btm {
  padding-top: 30px;
}
.reward-tab-tt .reward-thumb {
  float: left;
  width: 200px;
}
.reward-tab-tt span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #8a8a8b;
  font-family: 'Poppins', sans-serif;
}
.reward-tab-tt h3 {
  font-size: 17px;
    font-weight: 500;
    color: #fff ;
    line-height: 22px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}
.noreward-heig {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100vw;
}
@media (max-width: 1199px){
  .mv-detail-tabs-left .nav-tabs {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 1px 2px 1px;
}
.mv-detail-tabs-left .nav-tabs > li {
  margin-bottom: 0px;
  width: auto;
  margin-right: 36px;
  float: none;
  display: inline-block;
  top: 0px;
}
.mv-detail-tabs-left .nav-tabs > li > a {
  font-size: 20px;
  padding: 16px 30px;
  margin: 0px;
}
.mv-detail-tabs {
  padding-top: 0px;
  padding-bottom: 10px;
}
.procst-det-height .procst-det {
  padding-right: 15px;
}
}
@media (max-width: 767px){
.mv-detail-tabs-left .nav-tabs > li {
  margin-right: 0px;
}
.feedback-top-content {
  padding-left: 45px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 0px;
}
.feedback-top-content:after {
  top: 27px;
  width: 30px;
  height: 30px;
}
.feedback-top-content p {
  font-size: 18px;
  line-height: 26px;
}
.feedback-top-content small {
  font-size: 11px;
}
.descrp-det p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
}
.procst-det .panel-group .panel-heading .panel-title a {
  font-size: 15px;
  padding: 15px 15px;
}
.procst-det .panel-group .panel-heading .panel-title a span {
  font-size: 11px;
}
.procst-det .panel-group .panel-heading .panel-title a:after {
  right: 15px;
}
.procst-det .panel-group .panel-heading .panel-title a.collapsed:after {
  right: 15px;
}
.procst-det .thum-prod-left {
  margin-right: 0px;
  width: 100%;
}
.procst-det .thum-prod-left img {
  margin: 0px 0px 14px;
}
.techspec-det {
  padding: 15px 15px;
  margin-bottom: 15px;
}
.techspec-det .cn_item {
  right: 15px;
}
.techspec-det .techspec-tt {
  font-size: 11px;
}
.techspec-det h3, .techspec-det h3 a {
  font-size: 14px;
}
.reward-tab-tt {
  padding: 10px 0px 0px 0px;
  margin-bottom:20px;
  height: 172px;
}
.reward-tab-tt .reward-yy {
  font-size: 64px;
  bottom: 9px;
  right: -9px;
}
.reward-tab-tt .reward-thumb {
  width: 139px;
}
.reward-tab-tt span {
  font-size: 11px;
}
.reward-tab-tt h3 {
  font-size: 15px;
  line-height: 22px;
}
}
/*mv-detail-tabs end*/
/*archive page end*/
/*video-container*/
.video-container {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0, 0, .9);
  display: none
}
.video-container.in {
  display: block
}
.video-container .close-video {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 99
}
.video-container .close-video:after,.video-container .close-video:before {
  content: '';
  display: block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.video-container .close-video:after:hover,.video-container .close-video:before:hover {
  border-color: #656666
}
.video-container .close-video:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 0;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -12px;
  background: #fff;
}
.video-container .close-video:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 24px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -12px;
  background: #fff;
}
.video-container .video-area {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.video-container .video-area:before,.video-container .video-area:after {
  content: '';
  display: none;
  width: 101%;
  height: 52px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #000
}
.video-container .video-area:before {
  top: 0
}
.video-container .video-area:after {
  bottom: -1px;
  display: none;
}
.video-container .video-area #videoplayer {
  width: 100%;
  height: 100%
}
/*video-container end*/
/*press-release*/
.press-release .main-title-heading {
  margin-bottom: 30px;
}
.press-content-outer {
  padding-top: 20px;
  padding-bottom: 30px;
}
.press-conte  p {
  color: #b6b4b5;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 35px;
}
.upprs-content-bottom {
  margin: 23px 0px 40px;
}
.upprs-content-bottom h4 {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  margin: 0px 0px 7px;
  font-weight: 800;
}
.upprs-content-bottom h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.upprs-content-bottom p {
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
.upprs-content-bottom a {
  text-decoration: underline;
}
.press-tabt a {
  font-weight: 400;
  font-size: 12px;
  background-color: #1b1b1d;
  border: 2px solid #808081;
  color: #e2e2e2;
  font-family: 'Poppins', sans-serif;
  padding: 16px 5px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.press-tabt.active a {
  font-weight: 700;
    font-size: 12px;
    background-color: #ffffff;
    border: 2px solid #8b8b8b;
    color: #1B1B1D ;
}
.press-carousel-arrow .owl-theme .owl-nav {
  margin-top: 30px;
}
.press-panel {
  margin-top: 30px;
}
.press-panel .panel-group .panel-heading .panel-title a span {
  font-weight: 400;
}
.press-panel .panel-group .panel-heading .panel-title a {
  padding: 20px 60px 20px 30px;
}
.press-panel .panel-group .panel-heading .panel-title a.collapsed {
  color: #8a8a8b;
}
.press-panel .panel-group .panel-heading .panel-title a.collapsed p {
  color: #fff;
}
.press-panel .panel-default {
  margin-bottom: 20px;
}
.press-panel .panel .panel-body {
  padding: 15px 0px 0px;
  border: transparent !important;
}
@media (max-width: 767px){
.press-release .main-title-heading {
  margin-bottom: 30px;
  margin-top: 0px;
}
.press-conte p {
  margin-bottom: 20px;
}
.press-panel .panel-group .panel-heading .panel-title a {
  padding: 20px 40px 20px 20px;
}
}
/*press-release end*/
/*category-sidebar*/
.full-width-img  {
  width:100%;
}
.category-sidebar {
  right: -100%;
  opacity: 0;
  z-index: 80;
  position: fixed;
  height: 100%;
  top: 0px;
  background: #101010;
  box-shadow: 0px 0px 17px 5px rgba(24, 24, 24, 0.08);
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.category-sidebar.active {
  right: 0px;
  opacity: 1;
  z-index: 1027;
}
.category-sidebar .content-Scrollbar {
  overflow: hidden;
  height: 100%;
  padding: 10px ​15px 20px 15p;
}
.category-sidebar .cross-category {
  margin-right: 15px;
  margin-top: 15px;
  display: block;
}
.cross-category .cross-category svg {
  display:inline-block;
}
.category-sidebar h4 {
  font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0px 0px -23px;
    text-transform: uppercase;
    text-align: center;
}
.category-sidebar-list {
  padding-top:30px;
  margin-right: -10px;
  margin-left: -10px;
}
.category-sidebar-list>li {
  text-align: center;

}
.category-sidebar-list .col-sm-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.category-sidebar-list .category-thumb-img {
  margin-bottom: 40px;
  position: relative;
}
.category-sidebar-list .category-thumb-img, .category-sidebar-list .category-thumb-img img {
  margin-left: auto;
  margin-right: auto;
}
.category-sidebar-list .category-sidebar-title {
  display: block;
  margin: 0px auto;
  padding: 18px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  font-family: 'Poppins', sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255,255,255,.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255,255,255,.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
@media (max-width: 991px) {
  .category-sidebar .content {
      padding: 10px 0px 20px 15px;
  }	
  .category-sidebar h4 {
      font-size: 34px;
  }	
  .category-sidebar-list .category-sidebar-title {
      padding: 18px 10px;
      font-size: 18px;
  }
  .category-sidebar-list .category-thumb-img {
      margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category-sidebar h4 {
      font-size: 26px;
  }
  .category-sidebar-list .category-sidebar-title {
    padding: 18px 10px;
    font-size: 18px;
  }
}
/*category-sidebar end*/
