
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Playfair+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
	margin:0;
	padding:0;
}
ul, li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
a {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
a, a:hover, a:focus {
	outline:none;
	text-decoration:none;
	color: inherit;
}
input:focus {
	border: 0 none;
	outline: none;
}
img {
	max-width:100%;
}
body {
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.wrapper {
	width:100%;
}
.banerImgDv img {
	width: 900px;
	height: auto;
}
.bannerDv .container-fluid {
	padding: 0;
}
.bannerDv.homeBannerDv img {
	width: 100%;
}
.banerImgDv {
	text-align: center;
}
.bannerDv {
	margin: 0 0 20px;
	position: relative;
	z-index: 9;
}
.pageDiv {
	display: none;
}
.switchArwDv {
	position: fixed;
	border: 0;
	z-index: 99;
}
.newsTitle {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: center;
	text-transform: capitalize;
}
.DateDv {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 0;
	font-weight: 600;
}
.issueDv {
	color: #4e4e4e;
	font-size: 28px;
	text-align: center;
	font-weight: 300;
}
.newsTop {
	margin-bottom: 0;
	/* position: absolute; */
    /* bottom: 0; */
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	color: #fff;
	left: 20%;
	padding: 10px 50px;
	position: absolute;
	bottom: 0;
	/*transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);*/
    text-align: center;
	width: 60%;
}
.columns.columns2 {
	column-count: 2;
	column-gap: 70px;
	-webkit-column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-count: 2;
	-moz-column-gap: 70px;
	width: 100%;
}
.cover-page-list .page {
	background-color: #f5f5f5;
	font-size: 16px;
	height: 50px;
	padding: 15px 15px 40px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: block;
}
.cover-page-list .page img {
	vertical-align: middle;
	margin-right: 20px;
	float: left;
	display: block;
}
.cover-page-list .page div {
	max-width: 175px;
	float: left;
	white-space: nowrap;
	/* overflow: hidden;
    text-overflow: ellipsis;*/
   color: #4e4e4e;
}
.cover-page-list .page:hover div {
	color: #000;
}
.newsBodyDv {
	width: 94%;
	margin: 0 auto 60px;
}
.topFooter {
	padding: 25px 0 20px;
	background-color: #333;
	color: #fff;
}
.topFooter ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 18px;
	background: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	line-height: 31px;
	color: #000;
}
.footer-bottom {
	padding: 15px 15px 10px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.ftLink {
	text-align: right;
}
.switchArwDv.right {
	opacity: 1;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	height: 70px;
	width: 70px;
	top: 50%;
	position: fixed;
	transform: translate(0, -50%);
	border-radius: 2px 0 0 2px;
	font-size: 40px;
	right: 0;
	text-align: center;
	line-height: 70px;
	padding: 0;
}
.switchArwDv.left {
	opacity: 1;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	height: 70px;
	width: 70px;
	top: 50%;
	position: fixed;
	transform: translate(0, -50%);
	border-radius: 0 2px 2px 0;
	font-size: 40px;
	left: 0;
	text-align: center;
	line-height: 70px;
	padding: 0;
}
.switchArwDv.right:hover, .switchArwDv.left:hover, .menuBtn:hover {
	background: rgba(0, 0, 0, 1);
}
/*.carousel-control-prev .fa {
    position: relative;
    left: -5px;
}
.carousel-control-next .fa {
    position: relative;
    right: -5px;
}*/


.menuBtn {
	margin: 0 0 40px;
	background: rgba(0, 0, 0, 0.5);
	width: 70px;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 60px;
	z-index: 999;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.sidebarDvSection {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: -300px;
	width: 300px;
	background-color: #f5f5f5;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 9999;
	-webkit-transition: left 0.3s;
	-khtml-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}
.sidebarDvSection {
	overflow-y: auto;
}
.openSidebar {
	left: 0;
	-webkit-transition: left 0.3s;
	-khtml-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(4, 5, 5, 0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(4, 5, 5, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(4, 5, 5, 0.3);
}
.pushNewsArea {
	margin-left: 225px;
}
.align-center.inner-wrap {
	text-align: center;
}
.sidebarDvSection .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	margin-left: 0;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #333;
	padding: 0;
	line-height: 25px;
	text-align: center;
	/* color: #fff; */
    border-radius: 0 0 0 4px;
}
.sidebarDvSection .closebtn:hover {
	opacity: 0.7;
}
.wrapper {
 transition: margin-left .5s;
}
.sidebarDvSection h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: 0 0 15px;
}
.sidebarDvSection h3 {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 0 0 30px;
}
a.button_archiveDv {
	background-color: #fab915;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fab915;
	margin: 0;
	display: inline-block;
}
a.button_archiveDv:hover {
	background: #333;
	border: 1px solid #333;
}
.page-list .title {
	margin-bottom: 0;
}
.page-list .inner-wrap {
	margin: 40px 10px 0 40px;
}
.page-list .page {
	padding: 10px 0;
	cursor: pointer;
	display: block;
}
.page-list .page .inner-wrap {
	margin: 0 40px;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
}
.page-list .page span {
	display: inline-block;
	margin-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 20px;/* text-transform: capitalize;*/
}
.inner-wrap.title h4 {
	font-weight: 600;
	font-size: 16px;
	color: #4e4e4e;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
}
.sideNav_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: white;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 999;
}
body.sideNav_active .sideNav_overlay {
	opacity: 0.5;
	visibility: visible;
}
.innerTextDv h2 {
	font-size: 32px;
	color: #4e4e4e;
	font-weight: 400;
	margin: 0 0 20px;
}
.innerTextDv h5 {
	color: #4e4e4e;
	font-weight: 600;
	margin: 0 0 20px;
	font-size: 18px;
}
.innerTextDv p {
	font-size: 16px;
	line-height: 26px;
	color: #4e4e4e;
	margin: 0 0 30px;
}
.textContnt {
	margin-bottom: 40px;
}
.archivePage {
	padding: 40px 0;
}
.archiveTopSec {
	margin: 0 0 40px;
}
.archivecolDv {
	text-align: left;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}
.archivecolDv:hover {
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
	-khtml-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
	-o-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
	text-decoration: none;
}
.archiveTextDv {
	padding: 25px;
	line-height: 28px;
}
.publishDate {
	font-size: 12px;
	color: #7E7E7C;
	font-weight: bold;
}
.publishDate i {
	margin-right: 5px;
}
.data_title {
	margin-bottom: 7px;
	color: #4e4e4e;
	font-weight: 500;
}
/*.archivecolDv .imageDv img{ height: 246px; }*/

.archiveTopSec h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
}
.archiveTopSec h4 {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 400;
}
.archiveContentSec {
	background-color: #f5f5f5;
	padding: 50px 0 10px;
}
/*.pageDiv:first-child{display: block;}
.pageDiv:first-child .switchArwDv.left{ display: none; }
.pageDiv:last-child .switchArwDv.right{ display: none; }*/

.container-fluid {
	padding: 0;
}
/*.newsAreaDv nav{display: none;}*/

.switchArwDv.deactive {
	display: none;
}
.pageDiv.firstPage {
	display: block;
}
.headerDv {
	padding: 20px 0;
}
.phNumberDv {
	display: inline-block;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	padding-top: 10px;
}
.emlDv {
	display: inline-block;
	margin-left: 15px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	padding-top: 10px;
}
.phNumberDv i, .emlDv i {
	margin-right: 5px;
}
.searchDv {
	height: 40px;
	border-radius: 0;
	margin-top: 3px;
	padding: 0;
}
.secrchInput {
	height: 100%;
	width: 75%;
	float: left;
	background-color: transparent;
	padding: 0 10px;
	border: 0;
	color: #666;
}
.srchBtn {
	float: right;
	width: 25%;
	text-align: right;
	height: 100%;
	padding-right: 10px;
	background-color: transparent;
	border: 0;
	color: #666;
	cursor: pointer;
}
.footerColsDv {
	background: #f5f5f5;
	padding: 30px 0;
}
.footerColsDv h1 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ftrCols iframe {
	width: 100%;
}
.appimgs img {
	width: 200px;
	margin-bottom: 15px;
	text-align: center;
}
.ftrCols {
	font-size: 14px;
}
.translateDv {
	margin-bottom: 20px;
}
.translateDv h1 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;/*text-align: center;
    margin-left: -60px;*/
}
.goog-te-gadget .goog-te-combo {
	margin: 4px 0;
	background-color: #000;
	color: #fff;
	width: 175px;
	height: 30px;
	margin: 0 !important;
}
.translatorSelect {
	width: 175px;
	margin: auto;
}
.textContnt ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}
.textContnt ul li {
	list-style-type: disc;
	margin: 0 0 10px;
}
.textContnt ul li:last-child {
	margin: 0;
}
.textContnt a {
	color: #ec6f03;
}
.mrDtlbtn{    background-color: #fab915;

    font-family: 'Raleway', sans-serif;

    font-weight: 400;

    font-size: 20px;

    padding: 10px 5px;

    text-transform: uppercase;

    color: #fff;

    border: 1px solid #fab915;

    /*margin: 0 0 60px;*/

    display: inline-block;


width: 100%;

text-align: center;}

.rightCont{ background: #333; }



.mrDtlbtn:hover {    background: #fff;

    color: #fab915;}
	
.eventsVew h4{ font-weight: 500; color: #fff; margin-bottom: 7px; font-size: 16px; font-weight: 400;}



.eventsVew p{ color: #b2b2b2;font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 14px; margin-bottom: 7px; }

.eventsVew .innerContent p{  font-weight: 400; }

.eventsVew ul a{font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 14px; color: #fab915;}



.eventsVew ul li{ margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #595959; display: block; }



.eventsVew ul li:last-child{margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}

.footerColumnarea iframe{ background: #000; }
 
/* .cover-page-list .page div {
   
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.footerColumnarea .rightCont ul{margin-bottom: 1rem;}


 @media (min-width: 1400px) {
 .pushNewsArea {
margin-left: 150px;
}
}
 @media (min-width: 1200px) {
 .container {
max-width: 1200px;
}
}
 @media (max-width: 1199px) {
 .menunav {
 background: #000;
 position: fixed;
 top: 0;
 left: 0;
 height: 57px;
 width: 100%;
 z-index: 99;
}
 .menuBtn {
 background: transparent;
 text-align: left;
 font-size: 30px;
 color: #fff;
 width: auto;
 padding-left: 30px;
 left: 0;
 height: auto;
 padding-right: 30px;
 line-height: 57px;
}
 .bannerDv {
margin-top: 70px;
}
 .homeBannerDv {
margin-top: 0
}
 .headerDv {
margin-top: 50px;
padding: 20px 0 10px;
}
 .phNumberDv, .emlDv {
padding-top: 0;
}
 .logoImgDv {
 margin-top: 5px;
}
 .switchArwDv.right {
 background: transparent;
 height: auto;
 width: auto;
 top: 0;
 font-size: 44px;
 right: 10px;
 line-height: 57px;
 z-index: 999;
 padding: 0 20px 0;
 transform: none;
 color: #fff;
}
 .switchArwDv.left {
 background: transparent;
 height: auto;
 width: auto;
 top: 0;
 font-size: 44px;
 right: 60px;
 line-height: 57px;
 z-index: 999;
 padding: 0 20px 0;
 left: auto;
 transform: none;
 color: #fff;
}
 .menunav {
background: #000;
}
 .newsBodyDv {
 width: 100%;
}
 .newsTitle {
font-size: 28px;
}
 .DateDv {
font-size: 24px;
}
 .goog-te-banner-frame {
 display: none;
}
}
 @media (max-width: 991px) {
 .publishDate {
font-size: 11px;
}
 .newsTop {
padding: 10px 20px;
}
 .newsTitle {
font-size: 24px;
}
 .DateDv {
font-size:18px;
}
}
 @media (max-width: 767px) {
 body.sideNav_active .sideNav_overlay {
 opacity: 0.9;
}
 .bannerDv {
 margin-bottom: 20px;
}
 .newsTitle {
margin: 0 0 10px;
font-size: 24px;
}
   /* .DateDv{margin: 0 0 10px;}*/
    .issueDv {
font-size: 22px;
}
 .cover-page-list .page {
font-size: 14px;
}
 .columns.columns2 {
 column-count: 1;
 column-gap: 70px;
 -webkit-column-count: 1;
 -webkit-column-gap: 0;
 -moz-column-count: 1;
 -moz-column-gap: 0;
 width: 100%;
}
   /* .newsTop {
    margin-bottom: 20px;}*/
    .newsBodyDv {
 width: 100%;
 margin: 0 auto 20px;
}
 .innerTextDv h2 {
font-size: 24px;
}
 .innerTextDv p {
 font-size: 14px;
}
 body {
font-size: 14px;
}
 .footer-bottom {
font-size: 12px;
padding: 7px 5px 7px;
}
 .topFooter {
 padding: 10px 0;
}
 .cover-page-list .page {
margin-bottom: 7px;
 width: 100%;
 float: left;
padding: 5px 15px;
height: auto;
}
 .topFooter ul li {
 margin: 0 10px;
 font-size: 14px; width: 20px;
 height: 20px;
 line-height: 20px;
}
 .publishDate {
 font-size: 12px;
}
 .archiveTextDv {
 padding: 10px 25px;
 line-height: 24px;
}
 .archiveContentSec {
padding: 20px 0 0;
}
 .archivecolDv {
margin-bottom: 20px;
}
 .archivePage {
padding:  0;
}
 .archiveTopSec h2 {
 font-size: 20px;
 margin-bottom: 10px;
 font-weight: 400;
 margin-top: 10px;
}
 .archiveTopSec {
 margin: 0 0 20px;
}
 .archiveTopSec h4 {
font-size: 16px;
}
 .ftrCols iframe {
 width: 245px;
 margin: auto;
}
 .footerDv, .ftLink {
text-align: center;
}
 .footerColsDv h1 {
margin-bottom: 15px;
}
 .ftrCols {
margin-bottom: 15px;
}
 .footerColsDv {
padding-bottom: 15px;
}
 .newsTop {
left: 10%;
width: 80%;
}
 .logoImgDv {
 margin-top: 0;
text-align: center;
margin-bottom: 10px;
}
 .searchDv {
margin-top: 10px;
margin-bottom: 10px;
}
 .banerImgDv img {
 width: 100%;
 height: auto;
}
}
 @media (max-width: 575px) {
.innerTextDv h2 {
font-size: 20px;
}
.innerTextDv h5 {
font-size: 16px;
}
.newsTitle, .DateDv {
font-size: 16px;
}
.issueDv {
font-size: 18px;
}
.menuBtn {
font-size: 24px;
}
.switchArwDv.left, .switchArwDv.right {
font-size: 36px;
}
.menuBtn {
padding-left: 20px;
}
.switchArwDv.right {
right: 0;
}
.switchArwDv.left {
right: 40px;
}
}
 @media (max-width: 479px) {
 .cover-page-list .page div {
 overflow: hidden;
 text-overflow: ellipsis;
}
}
.subscribeEmail {
	background: #fff;
	padding: 15px 6px 6px;
	text-align: center;
}
.subscribeEmail p {
	color: #000;
	margin: 12px 0;
	font-size: 14px
}
/* .subscribeEmail a {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background-color: #fab915;
} */
/* .subscribeEmail a:hover {
	background-color: #333;
} */
.subscribeEmailDv {
	margin-bottom: 25px;
}
/* .subscribeEmail i {
	background-color: #fab915;
	width: 47px;
	height: 47px;
	border-radius: 100%;
	line-height: 47px;
	color: #fff;
	font-size: 30px;
} */
 @media only screen and (min-width: 320px) and (max-width: 600px) {
 .enews_container {
 width: 100% !important;
}
}

 @media only screen and (min-width: 320px) and (max-width: 991px) {
.cover-page-list .page div {
    overflow: hidden;
    text-overflow: ellipsis;
}

 }
 
