﻿/* Common CSS Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/*
body {
  line-height: 1; }
*/

h2 {
    -ms-word-break: normal;
    word-break: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

nav ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: none;
    outline: none;
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in; }

a:hover {
    vertical-align: baseline;
    /* background: transparent; 
    color: #009CE0;*/
    color: #111;
    text-decoration: none; }

ins {
    /* background-color:#ff9; */
    color: #000;
    text-decoration: none; }

mark {
    /*background-color:#ff9;*/
    color: #000;
    font-style: italic;
    font-weight: bold; }

del {
    text-decoration: line-through; }

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; }

input, select {
    vertical-align: middle; }

fieldset, img {
    border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal; }

em {
    font-style: italic; }

strong {
    font-weight: bold; }

ol, ul {
    list-style: none; }

caption, th {
    text-align: left; }

q:before, q:after {
    content: ''; }

abbr, acronym {
    border: 0; }

* {
    outline: 0px; }

::selection {
    color: #333;
    background-color: #EEF9FD; }

/* Common CSS Ends */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/*** 12 column width css starts ***/

@keyframes popupbgcolor {
    0% {
        background: transparent; }
    50% {
        background: black; }
    100% {
        background: black; } }
.story-body-popup[style*="display: flex;"] .story-body-popup-gallery {
    animation: popupzoom 1s ease-in; }

@keyframes popupzoom {
    0% {
        transform: scale(0);
        opacity: 0; }
    100% {
        transform: scale(1);
        opacity: 1; }
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }

.owl-carousel .owl-stage {
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
    position: relative

}
.owl-item:after{
   position: absolute;
   left: 0;
   top: 50px;
   bottom: 0;
   right: 0;
   background-color: #fff;
   content: "";
   z-index: -1
}
.owl-stage {
  padding: 0 !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }
.video-section-owlslider {
    padding: 0 10px;
}
.video-section-owlslider .thumb-related-story-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 15px; }


/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.owl-nav {
    /*position: absolute;
    width: 100%;*/
    top: 30px; }

.owl-prev {
    float: left;
    position: absolute; }

.owl-next {
    float: right;
    position: absolute; }

.owl-next {
    right: 0;
    background: url(../img/controls.png) -38px 0 no-repeat;
    top: 120px;
    outline: 0;
    width: 38px;
    height: 44px;
    text-indent: -9999px;
    z-index: 1;
    /*-webkit-transition: background-position 1s ease-in;
    -moz-transition: background-position 1s ease-in;
    -ms-transition: background-position 1s ease-in;
    -o-transition: background-position 1s ease-in;*/ }

.owl-prev {
    left: 0px;
    background: url(../img/controls.png) 0 0 no-repeat;
    top: 120px;
    outline: 0;
    width: 38px;
    height: 44px;
    text-indent: -9999px;
    z-index: 1;
    /*-webkit-transition: background-position 1s ease-in;
        -moz-transition: background-position 1s ease-in;
        -ms-transition: background-position 1s ease-in;
        -o-transition: background-position 1s ease-in;*/ }

.owl-next.endslide, .owl-next.disabled {
    background-position: -38px -44px; }

.owl-prev.disabled {
    background-position: 0 -44px; }

.video-section-owlslider .story-list-thumb-img {
    width: 100%;
    /*  border: 5px solid #fff;*/
    /*  border-radius: 10%;*/
    overflow: hidden; 
    /*  margin-bottom: 10px;*/
}

.owl-item.selected .story-list-item-headline {
    color: #048aca; }

/*--- video page --- */

.mv-outer {
    width: 980px;
    margin: 0px auto;
}
.mv-top-block {
    width: 100%;
    margin: 0px auto;
    padding: 5px 0% 10px 0%;
    border-bottom: 6px #F4F4F4 solid;
}
.mv-subhead {
    font-family: Roboto;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    padding: 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    display: inline-block;
}
.mv-top-right {
    width: auto;
    float: right;
}
.mv-search-block {
    width: 300px;
    margin: 0px auto;
    float: left;
    font-family: Roboto;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 70%;
    border: 1px #CCCCCC solid;
    border-radius: 5px;
}
.mv-section-nav {
    padding: 0px;
    float: left;
    margin: 5px;
    font-size: 20px;
    cursor: pointer;
}
.search-area {
    width: 90%;
    height: 30px;
    background-color: #fff;
    font-size: 14px;
    font-family: arial;
    color: #333;
    border-radius: 5px;
    margin: 0px;
    overflow: hidden;
    -webkit-appearance: none;
    outline: 0;
    padding: 2%;
    border: 0px;
}
.mv-search-block .fa {
    color: #999999;
    font: normal normal normal 18px/1 FontAwesome;
    padding: 5px 0px 0px 0px;
}
.mv-content-block {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px;
}
.mv-top-video-block {
    width: 100%;
    float: left;
    background-color: #F4F4F4;
    margin: 10px 0px 0px 0px;
}
.mv-video-frame {
    width: 67.3469387755102%;
    float: left;
    margin: 0px 0% 0px 0%;
    height: 371px;
}
.mv-video-right-block {
    width: 30.612244897959184%;
    float: left;
    margin: 0px 0% 0px 2.040816326530612%;
}

.mv-video-right-block .inside-block {
    width: 96%;
    float: left;
    margin: 15% 0% 0% 0%;
}


.mv-updation-date  {
    margin-bottom: 6px;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
    font-family: Roboto;
}
.mv-item-headline {
    color: #111;
    font-weight: normal;
    margin-bottom: 6px;
    font-size: 24px;
    display: inline-block;
    font-family: Roboto;
}
.mv-description {
    color: #111;
    font-weight: normal;
    margin-bottom: 6px;
    font-size: 14px;
    display: inline-block;
    font-family: Roboto;
}
.mv-socialmedia {
    top: 20px;
    position: -webkit-sticky;
    position: sticky;
    justify-content: center;
    align-items: center;
    z-index: 6;
    float: left;
    clear: both;
    width: auto;
    position: inherit;
    margin-top: 10px;
}
.mv-socialmedia ul {
    width: auto;
    position: inherit;
}
.mv-socialmedia ul li {
    margin: 0px 6px 0px 0px;
    list-style-type: none;
    cursor: pointer;
    float: left;
    width: 35px;
    height: 35px;
    color: #FFFFFF;
}
.mv-socialmedia .fa-facebook, .mv-socialmedia .fa-twitter, .mv-socialmedia .fa-whatsapp, .mv-socialmedia .fa-google-plus {
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; 
}
.mv-socialmedia .fa-facebook {
    background: #3b5998;
}
.mv-socialmedia .fa-twitter {
    background: #4099FF;
}
.mv-socialmedia .fa-whatsapp {
    font-size: 1.2em;
    background: #43d954;
}
.mv-socialmedia .fa-google-plus {
    background: #D34836;
}
.mv-content-sec-block {
    width: 100%;
    float: left;
}
.story-list-item-headline {
    font-size: 14px;
    color: #333;
    line-height: 140%;
}
.story-list-item-headline a {
    color: #333;
    text-decoration: none;
}
.en-font {
    font-family: Roboto;
}





















.mv-socialmedia ul:before,  .mv-socialmedia ul:after {
    content: "";
    display: table;
}








.mv-content-left {
    width: 67.3469387755102%;
    float: left;
    margin: 0px 2.040816326530612% 0px 0%;
}
.mv-content-right {
    width: 30.612244897959184%;
    float: left;
    margin: 0px 0% 0px 0%;
}


.mar-top { margin: 10px 0px 0px 0px; }
.mar-btm { margin: 0px 0px 10px 0px; }






































@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-height: 420px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {

}
