
.b_container{
	background: var(--white-color);
	width: 100%;
	height: 100%;
	/* background-size: cover; */
}



.magazine-viewport .page img.cover_top_logo {
	margin: 10px auto;
	text-align: center;
	display: block;
	width: 15%;
	height: auto;
}
.cover_heading_txt {
	font-size: 35px;
	line-height: 1.2em;
	text-align: center;
	margin-top: 20px;
	color: var(--black-color);
}
.cover_heading_txt span {
	color: var(--red-color);
	font-family: 'Calibri-Bold';
}
.magazine-viewport .page img.cover_bottom_img {
	margin: 0 auto;
	display: block;
	width: 43%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.magazine-viewport .page img.cover_bottom_bg {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


.sec_1{
	width: 22%;
	height: 100%;
	background: #00338d;
	float: left;
}
.sec_1 img {
	width: 120%;
}

.sec_2{
	color: #fff;
    height: 100%;
    float: right;
    width: 78%;
}
.logo_txt{
	background: transparent url("../../images/logo_white_2x.png") no-repeat;
	width: 67px;
	height: 33px;
	margin-top: 10%;
	margin-left: 6%;
	background-size: 100% auto;
}
/* .zoom-in .logo_txt{
	width: 110px;
	height: 47px;
} */
.heading_txt{
	margin-top: 4%;
	margin-left: 6%;
	font-size: 5em;
	line-height: 65px;
    font-weight: normal;
	
}
.sub_heading{
	margin-left: 6%;
	margin-top: 2%;
	font-size: 1.3em;
	font-weight: bold;
}
.footer_txt{
	margin-top: 23%;
	margin-left: 6%;
	font-size: 0.9em;
	width: 87%;
}
/* code for zoom in effect */
/* .zoom-in .heading_txt{
		font-size: 8em;
		line-height: 103px;
		margin-top: 5.7%;
}
.zoom-in .sub_heading{
	font-size: 2.1em;
}
.zoom-in .footer_txt{
	margin-top: 23.2%;
	font-size: 1.5em;
}
.zoom-in .inner_page li {
	font-size: 26px;
	line-height: 33px;
} */