@charset "utf-8";
body{font-family: 'Open Sans', sans-serif; background-color: rgba(0,11,44); overflow-x: hidden }
img{width:100%}
h1{color:#FFF; text-align: center; font-size: 40px; text-transform:uppercase;padding: 0px;margin: 0 0 20px 0;font-weight: 600;}
/*.banner-box {height: 600px;overflow: hidden;}*/
.container-section{background-image: url(../images/antakshri/main-bg.png);}
.video-box{margin: 60px 0 0 0;}

.video-box .left-cnt{margin: 0 0 23px 0; position: relative}
.video-box .left-cnt .play-icon{left: 50%;cursor: pointer;   top: 50%; position: absolute; width:36px; height:36px;background-image: url(../images/antakshri/play-button.png);}
.video-box .videoThumb{border: 2px solid #cbae22}
.banner-box{margin: 60px 0 0 0; position: relative;}
.cont-img {overflow: hidden;border:2px solid #cbae22;}
.cont-img img{width: 100%;height: auto;}
.banner-box .swiper-banner h3{ text-align: center; font-size:20px; color: #FFF ; font-weight:bold}
.banner-box .swiper-banner p{ text-align: center; font-size:20px; color: #dddddd; font-style: italic;}
.banner-box .swiper-button-next, .swiper-button-prev{width:48px; height:48px; background-size:48px; top:34%;}

.banner-box .swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url(../images/antakshri/right-btn.png); }
.banner-box .swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url(../images/antakshri/left-btn.png); }
.banner{position: relative}
.banner-time{font-family: 'Open Sans', sans-serif;
    color: #F0E91E;
    position: absolute;
    right: 14%;
    bottom: 11%;
    font-size: 24px;
    font-weight: 600;}

.section-title h1 span {
    position: relative;
}

.section-title h1 span:before,.section-title h1 span:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 4px;
}

.section-title h1 span:before {
    background: #a403e0;
    bottom: 0;
    left: 0;
}

.section-title h1 span:after {
    background: #e484bb;
    bottom: -3px;
    right: 0;
}
.section-title {
    margin-bottom: 50px;
}

.section-title h1 {
    margin: 0;
}
.social{    margin: 30px 0;
    text-align: center;
    color: #fff;}
    .social span{margin:0 5px}    
.social img{width:24px;}
footer{background-color: #a33b2c;padding: 20px 0;color: #fff;text-align: center;}
#videoPlayer{margin:0 auto}
.right-cnt{ position:relative}
.right-cnt .play-icon{left: 50%;cursor: pointer;   top: 50%; position: absolute;    background-size: 36px; width:36px; height:36px;background-image: url(../images/antakshri/play-button.png);}
.modal-content {
    position: relative;
    background-color: #080c2d;
    border: 1px solid #FFC107!important;}
    .modal-content .close{color:#fff;    font-size: 36px;}
    #videoPlayer{width:783px; height: 439px;}
@media (min-width: 1440px){
    .container {
        width: 1220px ;
    }
}
@media (max-width: 767px){
    .banner-time{font-size: 8px}
    h3{margin-top: 6px;margin-bottom: 4px;}
     h1{font-size: 22px;}
     .banner-box .swiper-banner h3{font-size: 14px}
     .banner-box .swiper-banner p{    font-size: 11px;}
     .banner-box .swiper-button-next, .swiper-button-prev{background-size: 30px;
        top: 36%;right: -10px;}
    .banner-box .swiper-button-next{right: -10px;}
    .banner-box .swiper-button-prev{left: -10px;}
    .section-title {margin-bottom: 20px;}
    .banner-box { margin: 30px 0 0 0;}
    .video-box{margin: 30px 0 0 0;}
    .video-box .col-md-8 {padding: 15px;}
    #videoPlayer{width:100%; height: 100%;}
    .social span{margin:0 3px;}
}
.back{
    position: absolute;
    color: #F0E91E;
    top: 10px;
    right: 25px;
    z-index: 9999;
    background: #a33b2c;
    text-align: center;
    border-radius: 4px;
    line-height: 16px;
    padding: 5px;
}
.back a{color: #fff;}