@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
active { border: none;}
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a {
	color: #333;
	text-decoration: none;
}

/* ---- RESET ----- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 padding: 0px;
 margin: 0px;
 font-size: 100%;
 font-weight: normal;
 width: auto;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;}
*{
 outline: 0px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
* {
	box-sizing: border-box;
}
/*------------- main styles ----------------*/

.roboto { font-family: roboto; }
.panchariUni { font-family: panchariUni; }
.EggIndulekhaUni { font-family: EggIndulekhaUni; }

.header-block {
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
    padding: 0px 0px;
    background: #fff;
    -moz-box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.17);
}
.headegap{
	height: 0;
	width: 100%;
	float: left;
}
.header-block .inside {
	width: 1200px;
	margin: 0px auto;
}
.main-nav {
    float: left;
    position: relative;
    z-index: 1;
    margin: 10px 0;
}
.listUl {
    padding-left: 0;
    list-style: none;
}
.list {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.list a {
    display: block;
    padding: 10px;
    color: #0FB1DA;
    text-decoration: none;
    font-weight: 500;
}
.mobile-menu {
	position: absolute;
    right: 10px;
    top: 4px;
    width: 45px;
    height: 45px;
    display: none;
    z-index: 111;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    background: #FFFFFF;
    /* -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.24); */
}   
.nav-icon {
    width: 25px;
    margin: 10px auto 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00c3e8;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {	top: 4px;	}
.nav-icon span:nth-child(2) {	top: 12px;	}
.nav-icon span:nth-child(3) {	top: 20px;	}

.manorama-logo-block {
    float: right;
    width: auto;
    margin: 15px 10px 0px 0px;
}
.outer-block-01, .outer-block-02, .outer-block-03, .outer-block-04, .outer-block-05 {
	width: 100%;
	float: left;
}
.outer-block-03 {
	margin-bottom: 15px;
}
.outer-block-04 {
	overflow: hidden;
	background-image: url("../images/bottom-block-bg-02.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 30%;
}
.outer-block-01 {
	background-image: url("../images/header-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.outer-block-02 {
	background-image: url(../images/block-02-bg.jpg);
    background-repeat: no-repeat;
    background-position: 114% top;
    padding: 50px 0px;
    float: left;
	width: 100%;
}
.outer-block-03 {
	background-color: #F2F3F6;
    padding: 50px 0px;
}
.outer-block-05 {
	background-color: #0FB1DA;
}
.outer-block-01 .inside-block, .outer-block-02 .inside-block, .outer-block-03 .inside-block, .outer-block-04 .inside-block, .outer-block-05 .inside-block {
	width: 1200px;
	margin: 0px auto;
}
.outer-block-04 .inside-block {
	position: relative;
	padding: 30px 0px 0px 0px;
	height: 500px;
}
.outer-block-05 .inside-block {
	padding: 60px 0px 60px 0px;
}
.over-image-blk {
	position: absolute;
	z-index: 10;
	width: 270px;
	height: auto;
	left: -50px;
	bottom: -3px;
}
.over-image-blk img {
	max-width: 100%;
}
.qk-doc-block {
	width: 30%;
    display: inline-block;
}
.qk-doc-block .image-blk {
	width: 100%;
	text-align: center;
}
.qk-doc-block .image-blk img {
	max-width: 100%;
}
.bottom-txt {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 10px 70px 10px;
}
.slide-outer {
	width: 100%;
	float: left;
	border-bottom: 2px #00d96d solid;
}
.video-list {
	float: left;
    width: 100%;
    padding-left: 43px;
    padding-right: 43px;
}
.slide-full-block {
    width: 100%;
    float: left;
}
.each-story {
    width: 100%;
    float: left;
    padding: 10px;
	cursor: pointer;
}
.each-story .image-block {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px;
}
.each-story p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
}



.header-title {
	width: 50%;
	float: right;
	padding: 13% 0px;
	text-align: right;
}
.header-title img {
	max-width: 100%;
}
.story-block-01 {
	width: 64%;
	float: left;
	padding: 0px 15px;
}
.online-op-block {
	width: 360px;
    float: left;
    background-image: url(../images/online-op-background.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90%;
}
.story-block-01 ul {
	width: 100%;
	float: left;
}
.story-block-01 ul li {
	width: 50%;
	float: left;
	padding: 10px;
}
.story-block-01 ul li .image-blk {
	width: 100%;
	float: left;
	border-radius: 10px;
	margin-bottom: 10px;
}
.story-block-01 ul li .image-blk img {
	width: 100%;
	border-radius: 10px;
}
.story-block-01 ul li .content-blk {
	font-size: 20px;
	color: #333;
	line-height: 22px;
	padding: 10px 0px;
}
.story-block-01 ul li .content-blk a, .online-op-block .content-blk {
	color: #333;
	text-decoration: none;
}
.online-op-block .image-blk {
	width: 200px;
    height: 200px;
    float: none;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}
.online-op-block .image-blk img {
	max-width: 100%;
	border-radius: 50%;
}
.online-op-block .title-block {
	width: 100%;
	float: left;
}
.online-op-block .content-blk {
	font-size: 20px;
	color: #333;
	line-height: 22px;
	padding: 10px 0px;
}
.story-list {
	width: 64%;
    padding-left: 270px;
    position: relative;
    /* z-index: 20; */
    padding-top: 50px;
    display: inline-block;
	text-align: left;
}
.story-list ul {
	width: 100%;
	float: left;
}
.story-list ul li {
	display: inline-block;
    list-style-type: none;
    font-weight: 400;
    border-right: none;
    line-height: 26px;
    display: block;
    border: none;
    position: relative;
	font-size: 22px;
	float: left;
	padding: 5px 0px 10px 10px;
	width: 100%;
}
.story-list ul li:before {
	content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    top: 15px;
    left: -7px;
    border-radius: 50%;
    background: #c2c2c2;
}

.story-list ul li a:hover {
	color: #00D96D;
}
.mobile-header {
	display: none;
	}




/* article */
.outer-article {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
	background-color: #fff;
}
.logo-box-art {
    width: 150px;
    float: right;
    margin: 15px 2% 10px 2%;
    height: auto;
}
.logo-box-art img {
    width: 100%;
}
.article-banner {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #484848;
    position: relative;
}
.article-banner .online-link, .mobile-header .online-link{
    width: 19%;
    left: 66%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 26%;
}
.mobile-header .online-link {
    width: 50%;
    top: 8%;
    height: 3%;
    right: 0;
    left: 50%;
}
.article-banner img {
    max-width: 100%;
    text-align: center;
	display: block;
	margin: 0 auto;
}
.article_container {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
	background-color: #fff;
}
.article_left {
    width: 66%;
    float: left;
    padding: 10px 1% 10px 1%;
/*	border-right: 1px #eaeaea solid;*/
    /* background-color: #eaeaea; */
}
.article_hd_text {
	width: 100%;
	float: left;
	line-height: 32px;
	font-family: EGGIndulekhaUni;
	font-size: 34px;
	color: #000;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
}
.article_para_text {
	font-family: PanchariUni;
	font-size: 22px;
	color: #000;
	line-height: 28px;
	word-break: normal;
	padding-bottom: 8px;
	float: left;
}
.article_para_text2 {
	font-family: EGGIndulekhaUni;
	font-size: 24px;
	color: #d15502;
	line-height: 28px;
	word-break: normal;
	font-weight: normal;
	float: left;
	padding-top: 12px;
}

.byline_text {
    font-family: PanchariUni;
    font-size: 20px;
    color: #aaa;
    line-height: 22px;
    float: left;
    width: 100%;
	padding-bottom: 10px;
}
.article-image {
    width: 100%;
    float: left;
    margin: 5px 10px 5px 0px;
}
.article-image img, .article-video-block img {
    width: 100%;
    float: left;
	padding-bottom: 8px;
}
.caption {
    font-family: PanchariUni;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin: 0px 0px 4px 0px;
    padding: 8px 2%;
    background-color: #E1DFDC;
    float: left;
    width: 100%;
}
.other_story_inside {
    width: 100%;
    float: left;
    padding: 10px 0%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.other_story_hd {
	width: 98%;
	float: left;
	padding: 0px 0% 0px 1%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #ebb300;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
.article-thumb-block {
    width: 48%;
    float: left;
    margin: 10px 1%;
    position: relative;
	
}
.article-thumb-block img {
    width: 100%;
    float: left;
}
.thumb-art-block {
    float: left;
    bottom: 0px;
    left: 0px;
    /* background-color: rgba(0,0,0,0.5); 
    background-color: #dbe0f3; */
    z-index: 6;
    width: 100%;
}
.sub-hd-text-art {
    font-family: panchariUni;
    font-size: 19px;
    color: #575b5f;
    display: block;
    line-height: 110%;
    float: left;
    margin: 5px 0px;
    font-weight: 500;
    word-break: normal;
}
.article_right {
    width: 34%;
    float: left;
    padding: 10px 1% 10px 1%;
	background: #F9f9f9;
    margin-top: 20px;
}

/*Banner Style*/

.banner-wrapper{
    background-image: linear-gradient(to right, #f65e5d, #ffb948, #51ccd4);
    padding: 20px 0;
}
.main-container{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.banner-wrapper__inner{
    display: flex;
    align-items: center;
    position: relative;
    margin: 60px 0;
}
.logo{
    position: relative;
    bottom: 50px;
}
.px-10{
    padding: 0 10px;
}
.w-100{
    width: 100%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.ad_section{
    padding: 0 15px;
    text-align: center;
}
.story-page__banner{
	justify-content: center;
	text-align: center;
}
.logo-bg{
	background: #fff;
	padding: 30px;
	border-radius: 16px;
}















