@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Rounded MT';
    src: url('../fonts/ArialRoundedMTBold.woff2') format('woff2'),
        url('../fonts/ArialRoundedMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


/* Scroll Bar Css Starts */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0;
    background: #292929;
    border: 2px solid #ffffff;
    width: 8px;
}
::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}
/* Scroll Bar Css Ends */

a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Bebas Neue';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
header{
    padding: 6px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #242424;
    z-index: 200;
    text-align: center;
}
header ul li{display: inline-block;margin-right: 30px;}
header ul li:last-child{margin: 0;}
header ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: 'Arial Rounded MT';
    display: inline-block;
    transition: .4s linear;
    position: relative;
}
header ul li a:after{
    width: 2px;
    height: 80%;
    position: absolute;
    content: '';
    right:-15px;
    top:4px;
    background: #fff;
}
header ul li:last-child a:after{display: none;}
header ul li a:hover{color: #bb7207;}

.slider-container{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slider-block{
    position: relative;
}
.slider-block img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slider-block:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    top: 0;
    left: 0;
}

.inner-data{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index:99;
}
.inner-data h1{
    text-align: center;
    margin: 0 0 30px;
    font-size: 80px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 4px 6px rgba(0,0,0,0.75);
}
.inner-data h1 span{
    display: block;
    font-size: 45px;
}

.logo-bx img{width: 100%;height: 300px;border:8px solid #bb7207;box-shadow: 0px 0px 20px rgba(255,255,255,0.75);}
.vid-box{
    position: relative;
}
.vid-box:before{
    position: absolute;
    content: '';
    background: #9d691d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.50;
}
.vid-box img{width: 100%;height: 300px;border:8px solid #bb7207;box-shadow: 0px 0px 20px rgba(255,255,255,0.75);}

.vid-dt{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    text-align: center;
}
.vid-dt img{
    width: auto;
    margin: 0 auto 10px;
    height: auto;
    border: none;
    box-shadow: none;
}
.vid-dt h5{
    text-align: center;
    margin: 0;
    font-size:50px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 4px 6px rgba(0,0,0,0.75);
}

.modal-dialog{width: 70%;margin: 40px auto 0;}
.modal-content{
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
}
.modal-content video{margin: 0 0 -6px;}
button.close{
    position: absolute;
    top: -25px;
    right: -25px;
    background: #fff;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size:48px;
    line-height: 55px;
    font-weight: normal;
    z-index: 5;
    outline: none;
    transition: .4s linear;
}
button.close:hover{
    background: #111;
    color: #fff;
    opacity: 1;
}

ul.slidesjs-pagination,a.slidesjs-next.slidesjs-navigation,a.slidesjs-previous.slidesjs-navigation{display: none;}

/* *** Login Page *** */
.login-wrper{
    background: url(../images/slider1.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
}
.login-wrper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    top: 0;
    left: 0;
}

.login-box{
    width: 600px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
}
.login-box h1{
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    margin: 0;
    font-family: 'Arial Rounded MT';
    text-transform: uppercase;
    background: #dd8900;
    display: block;
}

.inner-frm{
    padding: 30px 45px;
    width: 100%;
    background: #141414;
}
.inner-frm .form-group{margin: 0 0 25px;}
.inner-frm .form-control{
    padding: 12px 15px;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Arial Rounded MT';
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    border-radius: 10px;
    height: auto;
    box-shadow: none;
    background: #141414;
}
.btn-send{
    padding: 10px 25px;
    border: 2px solid #dd8900;
    border-radius: 10px;
    color: #dd8900;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Arial Rounded MT';
    background: #141414;
    text-transform: uppercase;
    display: table;
}
.btn-send img{
    display: inline-block;
    margin-right: 5px;
}
.btn-send:hover{background: #f5f5f5;border: 2px solid #f5f5f5;}
/* *** End Login Page *** */

@media(min-width:1025px) and (max-width:1200px){

}

@media(min-width:992px) and (max-width:1024px){

}

@media(min-width:768px) and (max-width:991px){
    .inner-data h1{font-size: 42px;}
    .inner-data h1 span{font-size: 28px;}
    .logo-bx img{height: 200px;object-fit: cover;}
    .vid-box img{height: 200px;object-fit: cover;}
    .vid-dt img{width: 40px;height: auto;}
    .vid-dt h5{font-size: 26px;}
}

@media(min-width:448px) and (max-width:767px){
    .inner-data h1{font-size: 32px;}
    .inner-data h1 span{font-size: 22px;}
    .logo-bx img{height: auto;width: 50%;margin: 0 auto 30px;}
    .vid-box img{height: auto;}
    .vid-dt img{width: 40px;}
    .vid-dt h5{font-size: 26px;}
    header{padding: 10px 0;}
    header ul li a{font-size: 18px;}

    .login-box{width: 95%;}
    .inner-frm{padding: 30px 15px;}
    .login-box h1{font-size: 24px;}
    .inner-frm .form-control{padding: 10px 15px;font-size: 16px;}
    .btn-send{font-size: 16px;}
    .btn-send img{width: 15px;}
}

@media(max-width:447px){
    .inner-data h1{font-size: 32px;}
    .inner-data h1 span{font-size: 22px;}
    .logo-bx img{height: auto;width: 50%;margin: 0 auto 30px;}
    .vid-box img{height: auto;}
    .vid-dt img{width: 40px;}
    .vid-dt h5{font-size: 26px;}
    header{padding: 10px 0;}
    header ul li a{font-size: 16px;}

    .login-box{width: 95%;}
    .inner-frm{padding: 30px 15px;}
    .login-box h1{font-size: 24px;}
    .inner-frm .form-control{padding: 10px 15px;font-size: 16px;}
    .btn-send{font-size: 16px;}
    .btn-send img{width: 15px;}
}
.slidesjs-control , .slidesjs-container
{
    height:100vh !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.login-box 
{
    position:relative !important;
}
}