@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, html{
    font-family: 'Nunito', sans-serif !important;  
}
body{
    background:  #000;
    overflow-x: hidden;
    color: #fff;
}
p, a, h1, h2, h2, h3, h4, h5, h6{
    color: #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

a:hover, a:active  {
text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffbf3d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 2px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff;
}
/*Scroll css End here*/

.wid-95{
    width: 90%;
    margin:auto;
}


.header{ 
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    padding-top: 0px;
}
header.header.fixed {
    position: fixed;
    background: #000;
    width: 100%;
    padding: 15px 80px;
    box-shadow: 0 0 20px rgb(244 235 235 / 30%);
    z-index: 9999;
}
header.header.fixed .top-btn {
    display: none;
}
header.header.fixed .btns a.member, header.header.fixed .btns a.donate {
    font-size: 12px;
    padding: 12px 0px;
        transition: all .8s;
}
header.header.fixed .logo img {
    width: 200px;
        transition: all .8s;
}
.header .top-btn{
    padding: 18px 0;
}
.header .top-btn ul{
    padding: 0;
    margin: 0;  
}
.header .top-btn ul li{
    list-style: none;
    display: inline-block;
    border-left: 2px solid #919191;
    padding-left: 10px;
    line-height: 10px;
    margin-left: 6px;
}
.header .top-btn ul li:first-child{
    border: none;
    padding: 0;
    margin: 0;
}
.header .top-btn ul li a{
    color: #919191;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px; 
    transition: all ease .6s;
}
.header .top-btn ul li a:hover{
    color: #fff;
    transition: all ease .6s;
}

.logo{
    margin-top: 10px;
}
.logo img{
    transition: all .8s;
    width: 100%;
}
.menu-btn{
    padding-top: 12px;
}
.menu-btn img{
    cursor: pointer;
}
.header  .btns{

}
.header .btns a.member{
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 15px 0px;
    display: inline-block;
    width: 170px;
    text-align: center;
}
.header .btns a.donate{
   color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: inline-block; 
    background: #fff;
    width: 170px;
    text-align: center;
    margin-left: 10px;
}


/*menu-overlay*/

.menu-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: url(../images/menu-bg.jpg) no-repeat;
  overflow-x: hidden;
  transition: 0.5s;
  overflow: hidden;
  background-size: cover;
}
.menu-overlay .top {
    padding-top: 60px;
    margin: auto 60px;
}
.menu-overlay .mid{
    margin: 0;
}
.menu-overlay .mid .menu-items{
    overflow: hidden;
    display: table;
    width: 55%;
    height: 85vh;
}
.menu-overlay .mid .menu-items ul{
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.menu-overlay .mid .menu-items ul li{
    list-style: none;
    display: block;
    margin: 0px 0 15px;
    width: 50%;
    float: left;
}
.menu-overlay .mid .menu-items ul li a{
    color: #938282;
    font-size: 40px;
    font-weight: 300;
    position: relative;
    transition: all ease .6s;
    font-family: 'Poppins', sans-serif;
}
.menu-overlay .mid .menu-items ul li a:hover{
    color: #fff;
    transition: all ease .6s;
}


/*inner-banner*/


.sec-main.inner-banner .desc {
    padding-top: 180px;
    position: relative;
    width: auto;
    z-index: 9;
}

/*sec-main*/

.sec-main{
    height: 110vh;
    background-size: 100% 100%;
    padding-top: 160px;
}

.sec-main .desc{
    padding-top: 60px;
    position: absolute;
    width: 530px;
    z-index: 9;
}
.sec-main .desc h1{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 100px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 85px;
    position: relative;
    display: inline-block;
}
.sec-main .desc h1:before{
    content: '';
    position: absolute;
    background: url(../images/title.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
.sec-main .desc h4{
    margin: 15px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
        display: inline-block;
    padding-bottom: 15px;
}
.sec-main .desc h4:before{
    content: '';
    position: absolute;
    background: #fff;
    width: 20%;
    height:2px;
    bottom: 0;
    left: 0;
}
.sec-main .desc p{
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 400;
    max-width: 80%;
}
.sec-main .desc h6{
      color: #a1a1a1;
    font-size: 20px;
    font-weight: 700;  
}
.sec-main .pic{

}
.sec-main .pic img{
    width: 95%;
    max-width: 100%;
}
.sec-main .soc{
    text-align: right;
}
.sec-main .soc ul{ 
    padding: 200px 0 0;
    margin: 0;

}
.sec-main .soc ul li{
    list-style: none;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}  
.sec-main .soc ul li a{
    color: #a1a1a1;
    font-size: 16px;
}


/*sec-2*/

.sec-2{
    padding: 60px 0 100px;
    background: url(../images/sec-2-bg.png) no-repeat left top;    
}

.sec-2 .pic{
    position: relative;
}
.sec-2 .pic:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #282727;
    width: 90%;
    height: 450px;
    z-index: -1;
}
.sec-2 .pic img{
    width: 100%;
    padding-right: 40px;
    padding-top: 40px;
    height: 500px;
    object-fit: cover;
}

.sec-2 .desc{

}
.sec-2 .desc h2{
    margin: 0 0 15px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
}
.sec-2 .desc p{ 
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.sec-2 .desc a{
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: inline-block;
    background: #fff;
    width: 170px;
    text-align: center;
    transition: all ease .5s;
}
.sec-2 .desc a:hover{
    background: #000;
    color: #fff;
    transition: all ease .5s;
}


/*sec-3*/

.sec-3{
    background: url(../images/sec3-bg.jpg) no-repeat right;
    padding: 80px 0;
    background-size: cover;
    margin-bottom: 20px;
}
.sec-3 .pic{
    
}
.sec-3 .pic img{
     width: 300px;
}
.sec-3 .desc{
    padding-top: 100px;
}
.sec-3 .desc h3{
    margin: 0;
    color: #aba3a3;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-3 .desc h2{
   margin: 0 0 20px;
   color: #ffffff;
   font-size: 45px;
   font-weight: 700;
   font-family: 'Barlow Condensed', sans-serif;
}
.sec-3 .desc p{
    color: #aba3a3;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.sec-3 .desc a{
    
}

/*sec-vid*/

.sec-vid{
    padding: 60px 0;
}
.sec-vid .top{

}
.sec-vid .top h4{
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
}
.sec-vid .top h2{
    margin: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
     font-family: 'Barlow Condensed', sans-serif;
}

.sec-vid .top a{
    color: #959595;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #959595;
    padding: 15px 25px;
    display: inline-block;
    background: transparent;
    width: 170px;
    text-align: center;
    transition: all ease .5s;
    margin-top:20px;
}
.sec-vid .top a:hover{
    background: #959595;
    color: #fff;
    transition: all ease .5s;
}
.sec-vid.upcom-col .top a{
    margin-top: 0; 
}
.sec-vid .video-listing{
    padding: 60px 0;
}
.sec-vid .main{

}
.sec-vid .main .pic{
    width: 100%;
    height: 250px;
    border: 1px solid #1e1e1e;
     transition: all ease .5s;
     position: relative;
}
.sec-vid .main .pic img.play{
    position: absolute;
    width: auto;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: none;
    height: auto;
    opacity: 0;
    transition: all ease .8s;
}
.sec-vid .main:hover .pic img.play{
    opacity: 1;
    transition: all ease .8s;
}
.sec-vid .main:hover .pic{
     box-shadow: 0 5px 15px 8px rgb(30 30 30 / 85%);
      transition: all ease .5s;
}
.sec-vid .main .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-vid .main .desc{
    margin-top: 20px;
}
.sec-vid .main .desc h3{
    margin: 0;
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
        min-height: 30px;
}
.sec-vid .main .desc h6{
    margin: 10px 0 0;
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}


ul.slick-dots {
    position: absolute;
    padding: 0;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    text-align: center;
}
ul.slick-dots li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
ul.slick-dots li button {
    font-size: 0;
    border: none;
    display: block;
    width: 30px;
    background: #515151;
    cursor: pointer;
    transition: all ease .5s;
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button{
    background: #fff;
    transition: all ease .5s;
}


/*footer*/

.footer{

}
.footer  .btns{
    margin-bottom: 80px;
    margin-top: 50px;
}
.footer .btns a.member{
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 18px 0px;
    display: block;
    width: 100%;
    text-align: center;
}
.footer .btns a.donate{
   color: #000;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 18px 0;
    display: block; 
    background: #fff;
    width: 100%;
    text-align: center;
}

.footer ul.menu{
    padding: 0;
    margin: 0;
} 
.footer ul.menu li{
    list-style: none;
    display: inline-block;
    padding-left: 15px;
}
.footer ul.menu li a{
    color: #77777e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .copy{
    border-top: 1px solid #313131;
    padding: 30px 0;
    margin-top: 30px;
}
.footer .copy p{
    color: #77777e;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.footer .copy ul.soc{
    padding: 0;
    margin: 0;
}
.footer .copy ul.soc li{
    list-style: none;
    display: inline-block;
    padding-left: 20px;
}
.footer .copy ul.soc li a{
    color: #bababa;
    font-size: 16px;
}
/*sec-about*/

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.sec-2.sec-about .desc p a {
    background: transparent;
    border: none;
    padding: 0;
    display: inline-block;
    color: #fff;
    letter-spacing: 0;
    text-transform: lowercase;
    font-size: 16px;
    width: auto;
}


/*sec-gallery*/


.sec-gallery{
    padding: 60px 0;
}
.sec-gallery .main-item{
   display: block; 
    position: sticky;
    top: 100px;
}

.sec-gallery .main-item img{
    border: 1px solid #1e1e1e;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.sec-gallery .main-item h4{
    margin-top: 10px;
    color: #bcbcbc;
    font-size: 20px;
    font-weight: 400;
}

.sec-gallery .active .pic {
    border: 1px solid #ffffff;
}
.sec-gallery .pic{
    height: 280px;
    border: 1px solid #1e1e1e;
    width: 100%; 
    margin-bottom: 30px;
    cursor: pointer;
}
.sec-gallery .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-gallery .moreGal a{
    color: #959595;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #959595;
    padding: 14px 25px;
    display: inline-block;
    background: transparent;
    width: 200px;
    text-align: center;
    transition: all ease .5s;
    margin-top: 25px;
}
.sec-gallery .moreGal a:hover {
    background: #959595;
    color: #fff;
    transition: all ease .5s;
}

.sec-gallery .moreBoxGal{
    display: none;
}



/*sec-live*/

.sec-live{
        padding: 30px 0 50px;
}
.sec-live .top{
    margin-bottom: 50px;
}
.sec-live .top h2{
      margin: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;  
}
.sec-live .main{
    position: relative;   
}
.sec-live .main .pic{
    box-shadow: 0 5px 15px 8px rgb(30 30 30 / 85%);
    width: 100%;
    height: 500px;
    border: 1px solid #1e1e1e;
    transition: all ease .5s;
    position: relative;
}
.sec-live .main .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-live .main .pic .play{
    position: absolute;
    width: auto;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: none;
    height: auto; 
}
.sec-live .main .pic .live{
    position: absolute;
    right: 30px;
    top: 30px;
    color: #f41520;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sec-live .main .pic .live i{
    font-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    padding-right: 3px;
}
.sec-live .main .desc{
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.sec-live .main .desc h3{
  margin: 0 0 10px;
  color: #bcbcbc;
  font-size: 22px;
  font-weight: 500;  
}
.sec-live .main .desc h6{
    margin: 0;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 400;
}


.vid-page .top{
    margin-bottom: 50px;
}
.sec-vid.vid-page .main{
    margin-bottom: 50px;
}
.vid-page .more a, .vid-page .moreTwo a{
    color: #959595;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #959595;
    padding: 14px 25px;
    display: inline-block;
    background: transparent;
    width: 200px;
    text-align: center;
    transition: all ease .5s;
    margin-top: 25px;
}
.vid-page .more a:hover,.vid-page .moreTwo a:hover {
    background: #959595;
    color: #fff;
    transition: all ease .5s;
}

.vid-page .moreBox, .vid-page .moreBoxTwo{
    display: none;
}


/*vid-det-top*/

.vid-det-top{
    height: 120vh;
    padding-top: 160px;
    position: relative;
}

.vid-det-top .soc{
    position: absolute;
    top: 35%;
    right: 6%;
}
.vid-det-top .soc ul{ 
    padding:  0;
    margin: 0;

}
.vid-det-top .soc ul li{
    list-style: none;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}  
.vid-det-top .soc ul li a{
    color: #a1a1a1;
    font-size: 16px;
}

.vid-det-top .main{

}

.vid-det-top .main .desc h3{
  margin: 0 0 5px;
  color: #bcbcbc;
  font-size: 22px;
  font-weight: 500;  
}
.vid-det-top .main .desc h6{
    margin: 0;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 400;
}
.vid-det-top .main .nav-back{
    padding-top: 20px;
    text-align: right;
}
.vid-det-top .main .nav-back a{
    color: #3d3c3c;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vid-det-top .main .pic{
    width: 100%;
    height: 500px;
    border: 1px solid #1e1e1e;
    transition: all ease .5s;
    position: relative;
    margin: 20px 0; 
}
.vid-det-top .main .pic img{
    width: 100%;
    height: 100%;
}
.vid-det-top .main .pic .live {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #f41520;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vid-det-top .main .pic .live i {
    font-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    padding-right: 3px;
}
.vid-det-top .main .pic .access{
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.vid-det-top .main .pic .access a.reg{
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: inline-block;
    background: #fff;
    width: auto;
    text-align: center;
    margin-bottom: 20px;    
}
.vid-det-top .main .pic .access p{
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.vid-det-top .main .pic .access p a{
    color: #ffffff;
}

.vid-det-top .main .share{

}
.vid-det-top .main .share a{
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 18px 40px;
    display: inline-block;
    text-align: center;
}
.vid-det-top .main .share a img{
    position: relative;
    top: -4px;
}

/*vid-more*/

.vid-more{
    padding: 60px 0;
    background: #000;
}
.vid-more .tabs-menu {
    padding:0;
     margin:0 0 50px;
 }
.vid-more .tabs-menu li {
     display:inline-block;
      list-style:none;
      padding-right: 40px;
}

.vid-more .tabs-menu li a {
    color: #2a2929;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}
.vid-more .tabs-menu .current a {
    color: #fff;
}
.vid-more .tab {
    
}
.vid-more .tab-content {
    display: none;
}
.vid-more #tab-1 {
    display: block;   
}
.vid-more .tab-content p{
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


/*sec-contact*/
.sec-contact{

}
.sec-contact h2{
      margin: 0 0 15px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;  
}
.sec-contact p{
        color: #bcbcbc;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
}

.wb-form input, .wb-form textarea, .wb-form select{
    width: 100%;
    background: no-repeat;
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 0 0 15px;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
 .wb-form textarea{
    height: 200px;
    resize: none;
 }

.wb-form input[type="submit"] {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 15px 25px;
    display: inline-block;
    background: #fff;
    width: 170px;
    text-align: center;
    transition: all ease .5s;
    cursor: pointer;
}




