



body, html {
  height: 100%;
  margin: 0;
}
body {
  font-family: 'Bebas Neue', cursive;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  background-color: #0e0e0e;
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;

}

@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;
}

.cn_item i, .cn_item svg {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.text-primary {
  color: #41ac26 !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;
}
/* bg-banner */
.bg-banner {
    position: relative;
	padding-left:80px;
	padding-right:80px;
}
@media (max-width: 1340px) {
.bg-banner {
padding-left:0px;
padding-right:0px;
}
}



/* bg-banner end */

.heading-textst {
    margin-top:60px;
    margin-bottom: 0px;
}
.heading-textst p {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
}
.heading-textst h1 {
  font-size: 80px;
  line-height: normal;
  margin-bottom: 15px;
  color: #fff;
}
.heading-textst span {
  font-size: 20px;
    color: #a6a6a6;
    letter-spacing: 4px;
}

.video-title img {
	width:280px;
	margin-top:40px;
	margin-bottom:30px;
}
.bannervidfull {
  background-image: url(../images/video-play.jpg);
  background-size:100%;
  background-repeat: no-repeat;

}
#video-plybar {
    margin-top: 15px;
	position:relative;
	width:100%;
	height:440px;
	
}
#myVideo {
	position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.thumb-vid, .vid-play {
	position: absolute;
}
.thumb-vid {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}
.vid-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
	z-index: 4;
}
.vidheading {
  margin-top: 38px;
  margin-bottom: 100px;
}
.vidheading p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0px auto 20px;
  text-align: center;
  width: 91%;
}
@media (max-width: 1199px) {
#video-plybar {
	height: auto;	
}

}
@media (max-width: 767px) {
.heading-textst {
    margin-top: 30px;
}
.heading-textst h1 {
  font-size: 49px;
  margin-bottom: 13px;
}
  .heading-textst span {
    font-size: 18px;
}
.heading-textst p {
    font-size: 18px;
    line-height: 1.5;
}
.about-section {
    margin-top: 0px;
    padding-top: 23px;
    padding-bottom: 20px;
}
.video-title img {
    width: 180px;
}
#video-plybar {
    margin-top: 30px;
	height: auto;	
}
.vid-play img {
   width: 60px;
}
.vidheading {
  margin-top: 38px;
  margin-bottom: 60px;
}
.vidheading p {
  font-size: 18px;
  line-height: 33px;
}
}

/* footer */
.footerfull {
  position: relative;
  background-image: url(../images/foter-bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}

.social-footer {
  padding: 70px 0px 50px;
}
.footer-image span {
  font-size: 25px;
    line-height:41px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.footer-nav {
  padding: 4px 0px 0px;
}
.footer-nav ul {
  text-align: center;
}
.footer-nav ul>li {
  float: none;
  display: inline-block;
  margin-right: 30px;
}
.footer-nav ul>li:last-child {
  margin-right: 0px !important;
}
.footer-nav li a {
  color: #fff;
  font-size: 13px;
  display: block;
}
.copyright {
  margin-top: 15px;
}
.copyright span {
    font-size: 18px;
    line-height: 15px;
    color: #fff;
}
.social-icon-footer {
  padding-top: 7px;
}
.social-icon {
    display: inline-block;
    width: 100%;
}
.social-icon a {
    display: inline-block;
    margin-right:17px;
}
.social-icon a:last-child {
    margin-right:0px !important;
}
.social-icon .cn_item {
    position: relative;
    top: 0px;
}
.social-icon .cn_item svg {
    width: 28px;
    height: 28px;
    fill: #fc4a4a;
}
.copyfooter {
  border-top: 1px solid #1e1e1e;
  padding-top: 10px;
  padding-bottom: 15px;
}
.footer-nav {
  padding: 4px 0px 0px;
}

@media (max-width: 767px) {
  .footerfull {
    text-align: center;
  }
  .social-footer {
    padding: 48px 0px 10px;
}
.footerfull .float-left-left, .footerfull .float-right-right {
  float: none !important;
}
  .footer-nav {
    height: auto;
    padding: 14px 0px 10px;
    margin: 12px auto 0px;
    width: 100%;
    text-align: center;
}
.footer-nav ul>li {
  float: none;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 12px;
}
.footer-nav.fancy-nav ul>li>a {
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}


.footer-image img {
  width: 260px;
}
.footer-image span {
  font-size: 18px;
  line-height: 33px;
}

.social-icon-footer, .copyright {
    display: inline-block;
    width: 100%;
    float: none;
}

.copyright span {
  font-size: 16px;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.social-icon a {
    display: inline-block;
    margin-top:14px;
}
.social-icon .cn_item svg {
    width: 23px;
    height: 23px;
}
}
/* footer end */

.thum-play-outer {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition: transform 250ms;
  -webkit-transition: transform 250ms;
}
.thum-play-outer:hover {
  transform: scaleY(1.09);
  -webkit-transform: scaleY(1.09);
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
}
.carosal {
  padding-bottom: 20px;
}
.carosal .owl-carousel .owl-stage {
  padding-top: 40px;
  padding-bottom: 50px;
}
.release-sec .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  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-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 7px;
  background: #414141;
}
.custome-carousel-arrow .owl-theme .owl-dots .owl-dot.active span, .custome-carousel-arrow .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.thum-pla-content {
  margin-bottom: 20px;
}
.thum-pla-content h6 {
  margin-bottom: 6px;
  margin-top: 0px;
  font-size: 26px;
  font-weight: 700;
}
.thum-pla-content span {
  font-size: 24px;
  color: #fdb216;
  display: block;
  line-height: 20px;
  font-weight: 200;
}
@media (max-width: 1199px) {
  .release-sec .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    left: 0px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    bottom: 50px;
}
}
@media (max-width: 767px) {
.tral-head {
  padding-right: 0px;
    padding-left: 0px;
}
.thum-pla-content {
  margin-bottom: 17px;
}
.thum-pla-content h6 {
  font-size: 20px;
}
.thum-pla-content span {
  font-size: 19px;
  line-height: 23px;
}
.carosal .owl-carousel .owl-stage {
  padding-top: 25px;
  padding-bottom: 50px;
}
}
/* strcast-sec end */
/* video-container */
.video-container {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  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 #989999;
  border-bottom: 1px solid #989999;
  height: 0;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -12px
}
.video-container .close-video:after {
  border-left: 1px solid #989999;
  border-right: 1px solid #989999;
  height: 24px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -12px
}
.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: block;
  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*/
/*partner-wrap*/
.padd-off {
  padding-left: 0px;
  padding-right: 0px;
}
.produc-text-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  margin-top: 30px;
}
.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 80s linear infinite
}

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

.wrapper .content .box-imghm {
padding-left: 100px;
position: relative;
}
.wrapper .content .box-imghm:after {
position: absolute;
right: -133px;
width: 100px;
background: #474747;
top: 60px;
content: '';
height: 1px;
display: none;
}
.wrapper .content .box-imghm span {
color: transparent;
  font-size: 72px;
  line-height: 20px;
  margin-bottom: 35px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  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) {

.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 {
padding: 18px 0px 0px;
margin-bottom: 0px;
font-size: 35px;
    line-height: 20px;
    letter-spacing: 3px;
}
.produc-text-wrapper {
  padding-bottom: 23px;
}
}
@media (max-width: 414px) {
.wrapper .content .box-imghm img {
  max-width: 150px;
}
.wrapper .content .box-imghm .border-width {
  max-width: 20px;
width: 100%;
}
}
/*partner-wrap end*/
/*realall*/
.release-bg {
  background-image: url(../images/release-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 80%;
}
.release-sec .owl-carousel .owl-stage {
  padding-top: 110px;
  padding-bottom: 60px;
}
.thumb-scene {
  position: relative;
}
.release-sec .owl-item .thumb-scene img {
  -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: .6;
 border-radius: 20px;
}
.release-sec .owl-item.center .thumb-scene img {
 transform: scale(1.09);
 -webkit-transform: scale(1.09);
 opacity: 1;
 
}

.relase-tabs>.nav-tabs {
  border-bottom: medium none;
  margin-bottom: 0px;
  margin-top: 30px;
  width: 100%;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 13px;
}
.relase-tabs .nav-tabs > li {
  margin-right: 28px;
  float: none;
    display: inline-block;
}
.relase-tabs .nav-tabs > li > a {
  border: none;
  color: #b6b4b4;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  padding: 8px 19px 11px;
  position: relative;
  background: #373737;
  border: 1px solid #585858;
  border-radius: 8px;
  text-transform: uppercase;
}
.relase-tabs .nav-tabs > li.active > a, .relase-tabs .nav-tabs > li > a:focus {
  color: #0a0a0a;
  border: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.relase-tabs-link a {
  border: none;
  color: #b6b4b4;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  padding: 8px 19px 11px;
  position: relative;
  background: #373737;
  border: 1px solid #585858;
  border-radius: 8px;
  text-transform: uppercase;
  display: block;
}
.current .relase-tabs-link a {
  color: #0a0a0a;
  border: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.relase-tabs-continer .owl-carousel .owl-stage {
  padding: 20px 0px;
}
.relase-tabs-continer .owl-theme .owl-nav {
  margin-top: 0px;
}
.relase-tabs-continer .owl-theme .owl-nav [class*='owl-'] {
  margin: 0px;
  padding: 0px 4px;
  background: transparent;
}

.relase-tabs-continer .owl-carousel .owl-nav .owl-prev,
.relase-tabs-continer .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25px;
  margin-top: -24px;
}

.relase-tabs-continer .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.relase-tabs-continer .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

.relase-tabs-continer .owl-carousel .owl-nav .owl-next {
  right: -30px;
}
.relase-tabs-continer .owl-carousel .owl-nav .owl-prev img, .relase-tabs-continer .owl-carousel .owl-nav .owl-next img {
  width: 25px;
  height:25px;
}
@media (max-width: 1199px) {
  .relase-tabs-continer-off {
    padding-left: 0px;
    padding-right: 0px;
  }
  .relase-tabs>.nav-tabs {
    margin-top: 30px;
    width: 100%;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 13px;
    padding-left: 25px;
}
.release-sec .owl-carousel .owl-stage {
  padding-top: 80px;
  padding-bottom: 60px;
}
.strcast-sec {
  margin-top: -46px;
}
}
@media (max-width: 767px) {
  .strcast-sec {
    margin-top: -50px;
  }
  .release-sec .owl-carousel .owl-stage {
    padding-top: 42px;
    padding-bottom: 40px;
}
.relase-tabs .nav-tabs > li > a {
  font-size: 18px;
  line-height: 21px;
  padding: 6px 16px 8px;
}
/* .relase-tabs-continer .owl-carousel .owl-stage {
  padding-left: 20px;
} */
}
@media (min-width: 1200px) {
  .strcast-sec {
    margin-top: -20px;
}
  }
@media (min-width: 1440px) {
.release-bg {
  height: 1050px;
  background-size: 100% 90%;
}
.strcast-sec {
  margin-top:170px;
}
}
@media (min-width:1920px) {
  
  .strcast-sec {
    margin-top: 310px;
  }
  }
/*realall end*/
/*header*/
.vl {
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
  height: 100%;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
}
.header-top-nav {
  text-align: center;
  padding: 25px 0px;
}
.header-top-nav .navbar-nav {
  float: none;
  margin: 0;
  display: inline-block;
}
.header-top-nav .nav>li {
  position: relative;
  display: block;
  float: none;
  display: inline-block;
  margin-right: 51px;
}
.header-top-nav .nav>li>a {
  position: relative;
  display: block;
  padding: 8px 10px;
  font-size: 18px;
  color: #fff;
  transform: translate(0%,0%);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fancy-nav ul>li>a {
  position: relative;
  display: block;
  padding: 8px 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  background: transparent !important;
}
.fancy-nav ul>li>a:hover {
  background-color: transparent;
  text-decoration: line-through;
}

#menu-trigger {
  position: fixed;
  z-index: 99;
  cursor: pointer;
  right: 20px;
  top: 30px;
}
.line-wrap {
  height: 12px;
  margin: 12px 0 10px -1px;
  position: relative;
  top: 10px;
  transition: all 300ms ease 0s;
  width: 20px;
}
.line-wrap .line {
height: 3px;
width: 20px;
}
.line-wrap .line.center {
margin: 3px 0;
}
.line-wrap .line {
background-color: #fff;
}
#sidebar {
  background: rgba(0, 0, 0,.9);
  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 {
  width: 70px;
}
.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;
}
.close-svg {
  background-image: url(../images/close.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
@media (max-width: 1199px) {
.header-top-nav {
  padding: 5px 0px 11px;
}
.menu-list {
  padding-top: 70px;
}
.menu-list .navbar-nav {
  position: relative;
    margin: 0px 0 0;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.menu-list .navbar-nav > li {
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.menu-list .navbar-nav > li:last-child {
  padding-right: 0px;
}
.menu-list .navbar-nav > li > a {
  font-size: 28px;
    padding: 0px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
}
.menu-list .nav > li > a:focus, .menu-list .nav > li > a:hover, .menu-list .nav > li.active > a:hover, .menu-list .nav > li.active > a {
  background-color: transparent;
  color: #fff;
}
.menu-list .nav > li > a::after {
  
  opacity: 0 !important;
}
.watch-btn-nv {
  margin: 30px 0px 30px;
  padding: 0px 20px;
}
.watch-btn-nv .watch-btn-now {
  background-color: #fc4a4a;
  font-size: 20px;
  color: #fff;
  padding: 12px 31px 10px;
  display: inline-block;
  letter-spacing: 3px;
}
}
@media (max-width: 991px) {
  .header-top-nav {
    padding: 0px 0px 5px;
  }
  }
/*header end*/
/*vidcontent-sec*/
.vidcontent-sec {
  padding: 30px 0px 0px;
}
.vid-incont {
  position: relative;
}
.vid-incont:before, .vid-incont:after{
  content: '';
  position: absolute;
  background: #fff;
}
.vid-incont>span:before, .vid-incont>span:after{
  content: '';
  position: absolute;
  background: #fff;
}
.vid-incont:before{
  width: 90%;
    height: 1px;
    left: 4%;
    top: 0px;
}
.vid-incont:after{
  width: 90%;
  height: 1px;
  left: 4%;
  bottom:0px ;
}
.vid-incont>span:before{
  width: 1px;
    height: 100%;
    left: 4%;
    top: 0px;
}
.vid-incont>span:after{
  width: 1px;
    height: 100%;
  right:6%;
  top:0px ;
}

.vid-incont .owl-carousel .owl-stage {
  padding-top: 140px;
    padding-bottom: 161px
}
.vid-incontthumb-scene {
  position: relative;
}
.vid-incontscene-vid-content {
  position: relative;
}
.iconcenter {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.playicon {
  background-image: url(../images/plyvid.png);
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vid-tttbig {
  position: absolute;
  color: #fff;
  z-index: 5;
  display: block;
  text-align: center;
  width: 100%;
  bottom: -91px;
}
.vid-tttbig .first {
  color: #fdb216;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 0px 0px 10px #000;
  letter-spacing: -1px;
  display: block;
  margin-top: 20px;
  line-height: 80px;
  text-transform: uppercase;
}
.vid-tttbig .second {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display: block;
  line-height: 20px;
}
.vid-incont .owl-item.center  .vid-tttbig .first {
  color: #fdb216;
  font-size: 64px;
  font-weight: 700;
  text-shadow: 0px 0px 10px #000;
  letter-spacing: -1px;
  display: block;
  margin-top: -10px;
}
.vid-incont .owl-item.center .vid-tttbig .second {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  display: block;
  margin-top: 0px;
  
}
.vid-incont .owl-item .vid-incontthumb-scene img {
  -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
 transform: scale(1);
 -webkit-transform: scale(1);
}
.vid-incont .owl-item.center .vid-incontthumb-scene img {
 transform: scale(1.2);
 -webkit-transform: scale(1.2);
 
}

@media (max-width: 1200px) {
.vid-tttbig .first {
  font-size: 40px;
  margin-top: 20px;
  line-height: 60px;
  text-transform: uppercase;
}
.vid-tttbig .second {
  font-size: 16px;
  line-height: 20px;
}
.vid-incont .owl-item.center  .vid-tttbig .first {
  font-size:60px;
  margin-top: -10px;
}
.vid-incont .owl-item.center .vid-tttbig .second {
  font-size: 18px;
  margin-top: 0px;
  
}
}
@media (max-width: 1199px) {
  .vid-tttbig .first {
    font-size: 30px;
    margin-top: 20px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .vid-tttbig .second {
    font-size: 16px;
    line-height: 20px;
  }
  .vid-incont .owl-item.center  .vid-tttbig .first {
    font-size:40px;
    margin-top: -10px;
  }
  .vid-incont .owl-item.center .vid-tttbig .second {
    font-size: 18px;
    margin-top: 0px;
    
  }
  }
  @media (max-width: 991px) {
  .vid-incont .owl-carousel .owl-stage {
    padding-top: 60px;
    padding-bottom: 101px;
}
 }
 @media (max-width: 767px) {
  .vid-tttbig {
    display: block;
    width: 100%;
    bottom: -51px;
}
  .vid-tttbig .first {
    font-size: 20px;
    margin-top: 20px;
    line-height: 40px;
    text-transform: uppercase;
  }
  .vid-tttbig .second {
    font-size: 14px;
    line-height: 20px;
  }
  .vid-incont .owl-item.center  .vid-tttbig .first {
    font-size:30px;
    margin-top: -10px;
  }
  .vid-incont .owl-item.center .vid-tttbig .second {
    font-size: 16px;
    margin-top: 0px;
    
  }
  .iconcenter {
    transform: translate(-30%, -30%);
    -webkit-transform: translate(-30%, -30%);
}
  .playicon {
    background-size: 60%;
  }
 }
 @media (max-width: 414px) {
  .vid-tttbig .first {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .vid-tttbig .second {
    font-size: 14px;
    line-height: 20px;
  }
  .vid-incont .owl-item.center .vid-tttbig .first {
    font-size: 30px;
    margin-top: -10px;
}
  .vid-incont .owl-item.center .vid-tttbig .second {
    font-size: 16px;
    margin-top: 6px;
    
  }
  
 }
/*vidcontent-sec end*/
/*player css*/

 @media (min-width: 300px) and (max-width: 500px) {
  .video-container .video-area {
      left: 63%;
  }
  }
  @media (min-width: 501px) and (max-width: 767px) {
  .video-container .video-area {
      left: 55%;
  }
  }
  @media (min-width: 769px){
  .video-container .video-area {
      left: 50%;
  }
  }
  /*player css end*/

.video-custom-main {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.video-custom {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
	transform: scale(1);
    -webkit-transform: scale(1);
}

.video-js .vjs-tech {
   /* position: relative !important;*/
    width: 100% !important;
    height: 100% !important;
object-fit: cover;
}

.center .video-custom {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

 /* trailer-sec*/
 .trailer-sec {
  padding-top: 190px;
  padding-bottom: 90px;
}

.headingtr-textst {
  position: relative;
  z-index: 2;
  top:0px;
}
.activetr {
  top: -60px;
}
.headingtr-textst h1 {
  font-size: 208px;
    line-height: inherit;
    margin-bottom: 15px;
    color: #fff;
}
.headingtr-textst span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  margin-right: 25px;
}
.tailer-title {
    text-align: center;
    position: absolute;
    z-index: 3;
    margin-top: 0px;
    left: 0px;
    width: 100%;
    bottom: -60px;
    display: block;
}
.tailer-title.active {
 display: none;
}
.tailer-title h1 {
  font-size: 76px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 70px;
}
.tailer-title p {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 18px;
  margin-top: 0px;
  line-height: 30px;
  color: #ababab;
}
@media (max-width: 1199px){
  .trailer-sec {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .headingtr-textst h1 {
    font-size: 120px;
  }
  
  .activetr {
    top:0px;
}
}
@media (max-width: 767px){
  .trailer-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}
.headingtr-textst {
  position: relative;
  z-index: 2;
  top: -9px;
}
.headingtr-textst h1 {
  font-size: 66px;
    line-height: 40px;
}
.headingtr-textst span {
  margin-right: 5px;
}
.tailer-title {
    bottom: -70px;
}
.tailer-title h1 {
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 24px;
}
.tailer-title p {
  font-size: 13px;
    margin-top: 0px;
    line-height: 24px;
}
}

/* trailer-sec end*/
/* gallery-section*/
.gallery-section {
  padding-bottom: 50px;
}
.gallery-section .item {
  cursor: pointer;
}
.car-padd-bot {
  padding-top: 30px;
}
.trend-right {
  overflow: hidden;
}
/* gallery-section end*/
/* about-section*/
.abot-bfull {
  background-color: #111111;
  padding-bottom: 100px;
  margin-bottom: 20px;
}
.bl-frame {
  padding-bottom: 50px;
}
.about-section {
  padding-top: 40px;
  padding-bottom: 20px;
}
.thum-prod-left {
  padding-left: 30px;
}
.thum-prod-right, .thum-prod-left {
  margin-bottom: 80px;
}
.thum-prod-right {
  padding-right: 30px;
  
}

.de-inner-panel p {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}
.about-section .heading-textst {
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width: 1199px){
.bl-frame {
  padding-bottom: 0px;
}

.thum-prod-left {
  padding-left: 15px;
}
.thum-prod-right, .thum-prod-left {
  margin-bottom: 50px;
}
.thum-prod-right {
  padding-right: 15px;
  
}
}
@media (max-width: 767px){
  .abot-bfull {
    padding-bottom: 0px;
    overflow: hidden;
}
.about-section .heading-textst {
  text-align: center;
}
.bl-frame img {
  transform: scale3d(2, 2, 2);
  -webkit-transform: scale3d(2, 2, 2);
}
}
/* about-section end*/
/* watch-box-sec*/

.watch-box-sec {
  padding-top: 40px;
  padding-bottom: 50px;
}
.headingbox-textst h1 {
  font-size: 80px;
  line-height: normal;
  margin-bottom: 0px;
  color: #fff;
}
.headingbox-textst span {
  font-size: 20px;
  color: #a6a6a6;
  letter-spacing: 7px;
}
.watche-box {
  border: 2px solid #272727;
  padding: 7px 0px 7px;
  margin: 0px auto 24px;
  width: 73%;
}
.watch-btn {
  background-color: #fc4a4a;
  font-size: 22px;
  color: #fff !important;
  padding: 17px 70px 12px;
  display: inline-block;
  letter-spacing: 5px;
}
.icon-plstore a {
  display: inline-block;
}
.icon-plstore a+a{
  margin-left: 10px;
}
@media (max-width: 1199px){
  .watch-box-sec {
    padding-top: 3px;
    padding-bottom: 39px;
}
.headingbox-textst h1 {
  font-size: 57px;
}
.watche-box {
  width: 82%;
}
}
@media (max-width: 767px){
.headingbox-textst h1 {
  font-size: 46px;
    margin-bottom: 5px;
    margin-top: 0px
}
}
@media (max-width:479px){
  .headingbox-textst span {
    font-size: 16px;
}
  .headingbox-textst h1 {
    font-size: 38px;
    line-height: 43px;
}
.watche-box {
  width: 100%;
    padding: 7px 0px 7px;
    margin: 0px auto 30px;
    font-size: 20px;
}
}
/* watch-box-sec end*/
/* banner-overlay*/
.banner-overlay {
  background-image: url(../images/about-image3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.over-head {
  padding: 80px 0px 80px;
}
.banner-overlay h3 {
  font-size: 80px;
  line-height: normal;
  margin-bottom: 0px;
  color: #fff;
}
.banner-overlay p {
  font-size: 17px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  margin: 0px auto 0px;
  width: 70%;
  line-height: 40px;
}
@media (max-width:767px){
  .over-head {
    padding: 48px 0px 56px;
}
.banner-overlay h3 {
  font-size: 47px;
}
.banner-overlay p {
  font-size: 14px;
    width: 96%;
    line-height: 28px;
}
}
/* banner-overlay end*/
/* slide-ms-sec*/

.slide-ms-sec .swiper-container {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
}
.slide-ms-sec .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 401px;
}
.slide-ms-sec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .6;
}
.slide-ms-sec .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
@media (max-width:767px) {
  .gallery-section {
    padding-bottom: 30px;
}
  .slide-ms-sec .swiper-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 45px;
}
  .slide-ms-sec .swiper-slide {
    width: 300px;
    height: 301px;
  }
  .slide-ms-sec .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}
}
/* slide-ms-sec*/