<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-Book.eot');
    src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff'),
        url('../fonts/Avenir-Book.ttf') format('truetype'),
        url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir LT Std Black';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff'),
        url('../fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std Roman';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?n85q53');
  src:  url('../fonts/icomoon.eot?n85q53#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n85q53') format('truetype'),
    url('../fonts/icomoon.woff?n85q53') format('woff'),
    url('../fonts/icomoon.svg?n85q53#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pre:before {
  content: "\e903";
}
.icon-table-arrow:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
	color:#fff;
}


body{
	 font-family: 'Avenir Book';
	font-size:14px;
	line-height:20px;
	color:#444;
}


h1, h2, h3{
	 font-family: 'Avenir LT Std Black' !important;
}

.greyline{
	float:left;
	width:100%;
	border-top:1px solid #eaeaea;
	margin-top:55px;
	margin-bottom:55px;
	clear:both;
}


.iframehome-fh{
	min-height:345px;
}


.linkmt40{
	margin-top:40px;
}
a{
	color: #f12737;
    text-decoration: none;
}
a:hover{
	color: #052546;
    text-decoration: none;
}



.link-cont a, .link-cont2 a{
	color: #f12737;
    text-decoration: none;
    padding-left: 10px;
}

.link-cont a{
	position: relative;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px 0;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 5px 7px 10px;
}
.link-cont a:before{
	content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #052546;
    left: 0;
    bottom: 0;
    transition: all .3s;
    z-index: -1;
}
.link-cont a:after{
	content: "\e901";
    color: #ffffff;
    font-family: 'icomoon' !important;
    background-color: #f12737;
    border-radius: 50%;
    padding: 5px;
    font-size: 13px;
    margin: 5px 8px 5px;
}
.link-cont a:hover:before {
    width: 100%;
}
.link-cont a:hover{
	color:#fff;
}






.btn-primary{
	position: relative;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
   	z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 40px 7px 10px;
	background-color:transparent !important;
	border:none;
	color:#f12737;
	border-radius:0 !important;
	background:url(../images/btn-arrow-icon.png);
	background-position:right center;
	background-repeat:no-repeat;

}

.btn-primary:hover{
	background:url(../images/btn-arrow-icon.png);
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff !important;
	background-color:#052546 !important;

}


.cstm-btn{
	position: relative;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
   	z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 40px 7px 10px;
	background-color:transparent !important;
	border:none;
	color:#f12737;
	border-radius:0 !important;
	background:url(../images/btn-arrow-icon.png);
	background-position:50px 4px;
	background-repeat:no-repeat;
}

.cstm-btn:hover{
	background:url(../images/btn-arrow-icon.png);
	background-position:50px 4px;
	background-repeat:no-repeat;
	color:#fff !important;
	background-color:#052546 !important;
	
}
 .cstm-btnNews{
	 position: relative;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
   	z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 40px 7px 10px;
	background-color:transparent !important;
	border:none;
	color:#f12737;
	border-radius:0 !important;
	background:url(../images/btn-arrow-icon.png);
	background-position:right center;
	background-repeat:no-repeat;
 }

.cstm-btnNews:hover{
	background:url(../images/btn-arrow-icon.png);
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff !important;
	background-color:#052546 !important;
	
}



 .refresh{
	 position: relative;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
   	z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 30px 7px 10px;
	background-color:transparent !important;
	border:none;
	color:#f12737;
	border-radius:0 !important;
	background:url(../images/refresh.png);
	/*background:url(../images/reload.png);*/
	background-position:right center;
	background-repeat:no-repeat;
 }

.refresh:hover{
	background:url(../images/refresh.png);
	/*background:url(../images/reload.png);*/
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff !important;
	background-color:#052546 !important;
	
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color:transparent;
    background-image: none;
    border-bottom: 1px solid #333 !important;
	border:none;
    border-radius: 0px;
   box-shadow:none;
 }
 .form-control:focus{
	 box-shadow:none;
	 outline:0;
	 border-color:none;
 }
 
 .emailAlert select{
	 width:100%;
 }
 
.emailAlert .form-group{
	margin-bottom:30px;
}












.pageTitle{
	margin-top:-46px;
}
.kpsTitle{
	margin-top:0px;
}
.wm-inner-title{
	/*margin-left:11px;*/
	margin-left:0;
}

.intro{
	margin-bottom:34px;
}

.title-sec{
	margin-bottom:30px;
	margin-top:-32px;
}
.flex{
	display: -ms-flexbox;
     display: -webkit-flex; 
    display: flex;
}
.flex-mid{
	-ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main-title h1 {
    /*font-size: 105px;*/
	font-size: 102px;
    /*color: rgba(244,175,87,.2);*/
	color: rgb(241,241,241);
    letter-spacing: 4px;
    /*line-height: 55px;*/
    padding-top: 30px;
    background-color: #fff;
    padding-right: 20px;
    font-family: 'Avenir LT Std Black';
}


.main-title h1:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    background-color: #000000;
    z-index: -1;
}


.secTitle h2 {
    color: #052546;
    font-size: 42px;
    line-height: 35px;
	margin-top:0;
	letter-spacing:1.1px;
}

.secTitle h3 {
    color: #052546;
/*    font-size: 30px;
    line-height: 35px;*/
	    font-size: 24px;
    line-height: 29px;
	margin-top:0;
	letter-spacing:1.1px;
}
.secElementTitle {
    position: relative;
    width: 50px;
    height: 7px;
    background-color: #e71d29;
    margin-left: 30px;
    margin-top: 10px;
}
.secElementTitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    width: 30px;
    height: 1px;
    background-color: #e71d29;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.wm-title-null{
	display:none;
}



/*====================================================================
STOCK PERFORMANCE SECTION CSS STARTS HERE
=======================================================================
*/


.sfsec-cont{
	margin-top:50px;
}

.open, .high, .vol, .low{
	float:left;
	width:50%;
}

.open, .high{
	margin-bottom:35px;
}
.vol, .low{
	margin-bottom:20px;
}

.o-icon{
	float:left;
	width:29px;
	height:29px;
	margin-right:15px;
}

.o-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.o-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:20px;
	 text-align:center;
	 color:#052546;
}

.h-icon{
	float:left;
	width:40px;
	height:19px;
	margin-right:15px;
}

.h-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.h-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:20px;
	 text-align:center;
	 color:#052546;
}








.v-icon{
	float:left;
	width:30px;
	height:29px;
	margin-right:15px;
}
.v-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.v-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:20px;
	 text-align:center;
	 color:#052546;
}
.l-icon{
	float:left;
	width:37px;
	height:17px;
	margin-right:15px;
}


.l-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.l-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:20px;
	 text-align:center;
	 color:#052546;
}

.qat{
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:left;
	 color:#868686;
	 text-transform:capitalize;
}

/*=================================================================
la-qr-cc-sec css starts  here
===================================================================*/
.grey-bg{
	float:left;
	background:#e4e4e4;
	/*background: rgb(212,206,206);
background: -moz-linear-gradient(74deg, rgba(212,206,206,1) 0%, rgba(163,156,151,1) 100%);
background: -webkit-linear-gradient(74deg, rgba(212,206,206,1) 0%, rgba(163,156,151,1) 100%);
background: linear-gradient(74deg, rgba(212,206,206,1) 0%, rgba(163,156,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4cece",endColorstr="#a39c97",GradientType=1);*/
width:100%;
padding:20px 15px;
min-height:519px;
}

.la-sec, .qr-sec{
	/*border-right:1px solid #eaeaea;*/
	min-height:442px;
}
.ann-list-sec{
	margin-top:34px;
}

.ann-item{
	float:left;
	width:100%;
	min-height:92px;
	/*padding:17px 20px;*/
	padding:17px 0px;
/*	background:#fff;*/
	background:transparent;
	color:#444;
	margin-bottom:20px;
}
.ann-item:hover{
	/*background:#f0f5f8;
	color:#444;*/
}
.cal-icon{
	float:left;
	/*width:25px;*/
	height:25px;
	width:8%;
	margin-right:15px;
	margin-bottom:25px;
}
.ann-item-1{
		float:left;
		width:84%;
}
.ann-dt{
	font-size:16px;
	line-height:16px;
	color:#444;
}
.ann-item-1 a{
	font-family: 'Avenir Book';
	font-size:16px;
	color:#444;
	text-decoration:none;
	display:block;
	width:85%;
	position:relative;
}
.ann-item-1 a:after{
	content: "\e901";
    color: #ffffff;
    font-family: 'icomoon' !important;
    background-color: #f12737;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 13px;
    margin: 5px 8px 5px;
	position:absolute;
	right:-40px;
	top:-17px;
}

/*===============================*/

.qr-list-sec{
	margin-top:34px;
}

.qr-item{
	height:77px;
	/*padding:17px 20px;*/
	padding:17px 0px;
	/*background:#fff;*/
	background:transpatent;
	color:#444;
	margin-bottom:20px;
}
.qr-item:hover{
/*	background:#f0f5f8;
	color:#444;*/
}
.qr-icon{
	float:left;
	width:25px;
	height:25px;
	margin-right:15px;
	margin-bottom:25px;
}
.qr-item-1{
		float:left;
		width:87%;
}
.qr-dt{
	font-size:16px;
	line-height:16px;
	color:#444;
}
.qr-item-1 a{
	font-family: 'Avenir Book';
	font-size:17px;
	color:#444;
	text-decoration:none;
	display:block;
	width:90%;
	position:relative;
}
.qr-item-1 a:after{
	content: "\e901";
    color: #ffffff;
    font-family: 'icomoon' !important;
    background-color: #f12737;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 13px;
    margin: 5px 8px 5px;
	position:absolute;
	right:-40px;
	top:0px;
}

.pdf-size{
	font-family: 'Avenir Book';
	font-size:15px;
	text-transform:uppercase;
	color:#8b8b8b;
}
.pdf-size:after{
	content: "";
    position: absolute;
    border-bottom: 1px solid #8b8b8b;
    width: 32%;
    height: 10px;
    margin-left: 12px;
}


/*===================================*/
.cc-list-sec{
	margin-top:34px;
}

.cc-item{
	height:77px;
	/*padding:17px 20px;*/
	padding:17px 0px;
	
	/*background:#fff;*/
	background:transparent;
	color:#444;
	margin-bottom:20px;
}

.cc-icon{
	float:left;
	width:25px;
	height:25px;
	margin-right:15px;
	
}
.cc-item-1{
		float:left;
		width:87%;
}
.cc-dt{
	font-size:18px;
	line-height:18px;
	color:#444;
}
.cc-title{
	width:100%;
	float:left;
	 font-family: 'Avenir LT Std Black';
	font-size:20px;
	color:#444;
	margin-top:20px;
}
.cc-info{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.time{
	width:100%;
	float:left;
	font-family: 'Avenir Book';
	font-size:16px;
	color:#444;
	margin-top:20px;
	margin-bottom:5px;
}
.time span{
	float:left;
	width:60px;
	margin-right:5px;
}

.venue{
	width:100%;
	float:left;
	font-family: 'Avenir Book';
	font-size:16px;
	color:#444;
}
.venue span{
	float:left;
	height:69px;
	width:60px;
	margin-right:5px;
}

.findoutmore{
	float:left;
	width:100%;
	text-align:left;
	padding:1px 20px;
}

.findoutmore a{
	color: #f12737;
    text-decoration: none;
    position: relative;
    margin-right: 30px;
}
.findoutmore a:after {
    content: "\e901";
    color: #f12737;
    font-family: 'icomoon' !important;
    margin-left: 10px;
    position: absolute;
    right: -30px;
    top: 0px;
}

/*====================================================
images section css
======================================================*/

.link-cont-wsec{
	position:absolute;
	bottom:20px;
	right:20px;
}
.link-cont-wsec a{
	position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 5px 7px 10px;
	color:#f12737;
}
.link-cont-wsec a:before{
	content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #052546;
    left: 0;
    bottom: 0;
    transition: all .3s;
    z-index: -1;
}
.link-cont-wsec a:after{
	content: "\e901";
    color: #ffffff;
    font-family: 'icomoon' !important;
    background-color: #f12737;
    border-radius: 50%;
    padding: 5px;
    font-size: 13px;
    margin: 5px 8px 5px;
}
.link-cont-wsec a:hover:before {
    width: 100%;
}
.link-cont-wsec a:hover{
	color:#f12737;
	text-decoration:none;
}



.sec-po-rel{
	position: relative!important;
}

.ver-title{
	transform: rotate(270deg);
    position: absolute;
    left: -181px;
    top: 88px;
    z-index: 6;
    width: 352px;
}
.ver-title h3{
	font-family: 'Avenir LT Std Black';
	font-size:30px;
	color:#0b2644;
	text-shadow: 0px 2px 4px rgba(204, 204, 204, 1);
}

.fc-sec{
	position:relative;
	top:90px;
}
.cg-sec{
	position:relative;
	top:129px;
}


.fc-inner{
	position:relative;
	width:100%
}

.fc-link{
	position:absolute;
	z-index:6;
	top:0;
	bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.fc-img{
	position:relative;
	z-index:1;
}
.overlay-cols{
	position:absolute;
	z-index:5;
	top:0;
	bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(3,36,71,.8);
}
.fc-inner:hover .overlay-cols{
	opacity: 1;
}

.fc-inner:hover .ver-title h3{
	color:#9d9d9d;
	text-shadow:none;
}


.cp-tl{
	top:175px;
}
.cg-tl{
	top:149px;
}

/*==================================================================
HOME FINANCIAL IFRAME SECTION CSS GOES HERE
===================================================================*/
.home-fin-cont{
	float:left;
	width:100%;
	margin-top:50px;
}

.fin-left{
	float:left;
	width:70%;
}
.fin-right{
	float:left;
	width:30%;
	text-align:right;
}



/*==================================================================
AR QR SECTION AND CONTACT CSS GOES HERE
===================================================================*/

.view-cont, .down-cont{
	float:left;
	width:50%;
	margin-top:35px;
}
.link-view a, .link-download a{
	position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 5px 7px 10px;
	color:#f12737;
}
.link-view a:before, .link-download a:before{
	content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #052546;
    left: 0;
    bottom: 0;
    transition: all .3s;
    z-index: -1;
}
.link-view a:after, .link-download a:after{
	content: "\e901";
    color: #ffffff;
    font-family: 'icomoon' !important;
    background-color: #f12737;
    border-radius: 50%;
    padding: 5px;
    font-size: 13px;
    margin: 5px 8px 5px;
}
.link-view a:hover:before, .link-download a:hover:before {
    width: 100%;
}
.link-view a:hover, .link-download a:hover{
	color:#f12737;
	text-decoration:none;
}

.white{

	color:#fff !important;
}
.home-ar-qr-sec{
	background:#032447;
}
.ar-qr-inner{
	float:left;
	width:100%;
	background:#032447;
	padding:30px 40px;

}
.ar-cont{
	float:left;
	width:100%;
	margin-top:50px;
}
.ar-left{
	float:left;
	width:30%;
	margin-right:10%;
}


.report-title{
	font-family: 'Avenir Book';
	color:#fff;
	font-size:28px;
	margin-bottom:20px;
        line-height:normal;
}
.ar-right{
	float:left;
	width:60%;
}
/*========================================*/


.home-cont-inner{
	float:left;
	width:100%;
	background:#fefefe;
	padding:30px 40px 0 40px;

}
.cont-content{
	margin-top:50px;
}
.ir-cnt-pt{
	margin-bottom:20px;
}
.ir-cnt-pt p{
	font-family: 'Avenir Book';
	font-size:16px;
	color:#444;
}

.p-icon{
	float:left;
	width:20px;
	height:20px;
	margin-right:15px;
}
.cont-p-info{
	float:left;
	width:86%;
}
.cnt-mem{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.cnt-mem p{
	font-family: 'Avenir Book';
	font-size:16px;
	color:#e91d29;
	display:block;
}

.cnt-mem span{
	font-family: 'Avenir Book';
	font-size:16px;
	color:#444;
}

.cont-left{
	float:left;
	width:60%;
	margin-right:2%;
}
.mail, .phn, .fax, .phn1{
	float:left;
	width:100%;
	margin-bottom:15px;
	
}

.mail a, .phn a, .fax a, .phn1 a{
	font-family: 'Avenir Book';
	font-size:16px;
	color:#444;
	
}
.mail a:before{
	content: url(../images/mail-icon.png);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.phn a:before{
	content: url(../images/phone-icon.png);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.cont-right{
	float:left;
	width:38%;

}

.fax a:before{
	content: url(../images/fax-icon.png);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.phn1 a:before{
	content: url(../images/phone1-icon.png);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}


/*====================================================================
ANNUAL REPORT SECTION STARTS HERE
======================================================================*/

.ar-left-cover{
	width:80%;
	margin-right:20%;
	margin-top:2px;
}
.ar-des-small-title{
	font-family: 'Avenir LT Std Black';
	font-size:16px;
	color:#e52231;
        
}
.ar-des-big-title{
	font-family: 'Avenir LT Std Black';
	font-size:16px;
	color:#444;
	text-transform:uppercase;
        margin-top:15px;
}
.ar-des-cont{
	margin-top:20px;
}
.ar-des-cont p{
	font-family: 'Avenir Book';
	font-size:16px;
	line-height:22px;
	color:#444;
}
.ar-des-down-sec{
	float:left;
	width:48%;
	margin-top:30px;
	margin-right:1%;
	min-height:65px;
}
.arddicon{
	float:left;
	width:36px;
	height:48px;
	margin-right:15px;
}
.ardwon-link{
	font-family: 'Avenir Book';
	font-size:18px;
	line-height:22px;
	color:#444;
	float:left;
	width:70%;
}
.ardwon-link a{
	font-family: 'Avenir Book';
	font-size:18px;
	line-height:22px;
	color:#444;
	text-decoration:none;
}
.ar-pdfsize{
	float:left;
	width:70%;
	font-family: 'Avenir Book';
	font-size:16px;
	color:#888;
}

.ar-prev-yr-contnt{
	margin-top:90px;
}

.ar-item{
	margin-bottom:95px;
}

.ar-cover-img{
	float:left;
	/*width:200px;*/
	width:38%;
	height:285px;
	position:relative;
	z-index:4;
	bottom:40px;
}

.ar-pre-yr-sec{
	float:left;
	min-height:170px;
	background:#f2f6fa;
	padding:40px;
	position:absolute;
	z-index:3;
	/*width:510px;*/
	width:87%;
	bottom:0;
	left:40px;
}

.down-view-cont{
	position:relative;
	left:170px;
}

.ar-yr-title{
	font-family: 'Avenir LT Std Black';
	font-size:20px;
	color:#444;
	margin-bottom:15px;
}

.item-ar-down-cont{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.item-arddicon{
	float:left;
	width:36px;
	height:48px;
	margin-right:15px;
}
.item-ardwon-link{
	font-family: 'Avenir Book';
	font-size:16px;
	line-height:22px;
	color:#444;
	float:left;
	width:70%;
}
.item-ardwon-link a{
	font-family: 'Avenir Book';
	font-size:16px;
	line-height:22px;
	color:#444;
	text-decoration:none;
}
.item-ar-pdfsize{
	float:left;
	width:70%;
	font-family: 'Avenir Book';
	font-size:14px;
	color:#888;
}


.item-ar-down-view{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.item-arvicon{
		float:left;
	width:36px;
	height:48px;
	margin-right:15px;
}
.item-arview-link{
	font-family: 'Avenir Book';
	font-size:16px;
	line-height:22px;
	color:#444;
	float:left;
	width:70%;
}
.item-arview-link a{
	font-family: 'Avenir Book';
	font-size:16px;
	line-height:22px;
	color:#444;
	text-decoration:none;
}
.item-ar-view{
	float:left;
	width:70%;
	font-family: 'Avenir Book';
	font-size:14px;
	color:#888;
}

/*================================================================
ANNOUNCEMENTS NEW DESIGN CSS STARTS HERE
=================================================================*/
.newannonce-container{
	float:left;
	width:100%;
	padding:50px;
	background:#fff;
}

.newannonce-container:nth-of-type(odd){
	background:#fff;
}
.newannonce-container:nth-of-type(even){
	background:#f7fafb;
}


.newannonce-container:hover{
	background:#f7fafb;
}

.speaker-icon{
	float:left;
	width:5%;
	margin-right:25px;
	margin-top:4px;
}
.announcement-content{
	float:left;
	width:90%;
	
}
.ann-date{
	font-family: 'Avenir Book';
	font-size:16px;
	color:#888;
	margin-bottom:15px;
}
.announcement-link a{
	font-family: 'Avenir LT Std Black';
	font-size:16px;
	line-height:22px;
	color:#444;
	text-decoration:none;
}


.filters-sec{
	float:left;
	width:100%;
	margin-bottom:50px;
}


.filters-sec .form-control {
    display: block;
    width:100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;

    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.filters-sec label{
	color:#e62a2f;
	padding-top:6px;
}

.categoryby, .filterby-yr-mnt{
	padding-right:0;
}

.cat-1, .filt-1, .fyear-1, .fsearch{
	padding-right:0;
}
.cat-1, .filt-1{
	text-align:right;
}

/*==================================================

PAGINATION CSS
==================================================*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}


.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #052546;
    text-decoration: none;
    background-color: #fff;
     border: none; 
}

.pagination &gt; li &gt; a.active,.pagination &gt; li &gt; a:active,.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
    z-index: 2;
    color: #fff;
    background-color: #052546;
    border-color: #none;
	border-radius:50px;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus{
	 z-index: 2;
    color: #fff;
    background-color: #052546;
    border-color: #none;
	border-radius:50px;
	
}


/*====================================
Hide Divs
========================================*/
#divInsage{
	display:none;
}

#divEforce p{
	display:none;
}








/*========================================================
MEDIA QUERIES STARTS HERE
========================================================*/


/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px){
	
	
 }
 
 
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){
	
	.main-title h1 {
    font-size: 75px;
    /* color: rgba(244,175,87,.2); */
    color: rgba(241,241,241);
    letter-spacing: 4px;
    line-height: 96px;
    padding-top: 30px;
    background-color: #fff;
    padding-right: 20px;
    font-family: 'Avenir LT Std Black';
}

.secTitle h2 {
    color: #052546;
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
    letter-spacing: 1.1px;
}

.secTitle h3 {
    color: #052546;
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
    letter-spacing: 1.1px;
}

.ann-item-1 {
    float: left;
    width: 84%;
}
.qr-item-1 {
    float: left;
    width: 84%;
}
.cc-item-1 {
    float: left;
    width: 84%;
}

.fc-sec {
    position: relative;
    top: 74px;
}
.cg-sec {
    position: relative;
    top: 103px;
}
.cg-tl {
    top: 116px;
}

.iframehome-fh {
    min-height: 351px;
}

.report-title {
    font-family: 'Avenir Book';
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.ar-left {
    float: left;
    width: 30%;
    margin-right: 7%;
}
.ar-right {
    float: left;
    width: 63%;
}
.home-cont-inner {
    float: left;
    width: 100%;
    background: #fefefe;
    padding: 30px 20px 0 20px;
}

/*======================================
AR PAGE CSS
========================================*/


.down-view-cont {
    position: relative;
    left: 124px;
}



/*======================================
ANNOUNCEMENTS PAGE CSS
========================================*/
.announcement-link a {
    font-family: 'Avenir LT Std Black';
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
}



	
	
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
	
	
.main-title h1 {
    /* font-size: 105px; */
    font-size: 54px;
    /* color: rgba(244,175,87,.2); */
    color: rgb(241,241,241);
    letter-spacing: 4px;
    line-height: 86px;
    /* padding-top: 30px; */
    background-color: #fff;
    padding-right: 20px;
    font-family: 'Avenir LT Std Black';
    padding-left: 10px;
}	
	
.secTitle h3 {
    color: #052546;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    letter-spacing: 1.1px;
}

.grey-bg {
	min-height:578px;
}

.la-sec, .qr-sec {
   /* border-right: 1px solid #eaeaea;*/
    min-height: 584px;
}
.ann-item {
    float: left;
    width: 100%;
    min-height: 114px;
    padding: 17px 10px;
   /* background: #fff;*/
   background:none;
    color: #444;
    margin-bottom: 20px;
}

.cal-icon {
    float: left;
    height: 25px;
    width: 13%;
    margin-right: 10px;
    margin-bottom: 25px;
}
.ann-item-1 {
    float: left;
    width: 79%;
}
.ann-item-1 a {
    font-family: 'Avenir Book';
    font-size: 14px;
    color: #444;
    text-decoration: none;
    display: block;
    width: 85%;
    position: relative;
}
.qr-item {
    height: 77px;
    padding: 17px 10px;
   /* background: #fff;*/
   background:none;
    color: #444;
    margin-bottom: 20px;
}
.qr-icon {
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 13%;
}	
.qr-item-1 {
    float: left;
    width: 79%;
}
.qr-item-1 a {
    font-family: 'Avenir Book';
    font-size: 14px;
    color: #444;
    text-decoration: none;
    display: block;
    width: 90%;
    position: relative;
}
.pdf-size:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #8b8b8b;
    width: 21%;
    height: 10px;
    margin-left: 12px;
}

.cc-icon {
   float: left;
    height: 25px;
    width: 13%;
    margin-right: 10px;
   
}	
.cc-item-1 {
    float: left;
    width: 72%;
}

.fc-sec {
    position: relative;
    top: 55px;
}
.ver-title h3 {
    font-family: 'Avenir LT Std Black';
    font-size: 20px;
    color: #0b2644;
    text-shadow: 0px 2px 4px rgba(204, 204, 204, 1);
}
.ver-title {
    transform: rotate(270deg);
    position: absolute;
    left: -181px;
    top: 13px;
    z-index: 6;
    width: 352px;
}
.cp-tl {
    top: 55px;
}
.cg-tl {
    top: 29px;
}
.cg-sec {
    position: relative;
    top: 80px;
}

.ar-qr-inner {
    float: left;
    width: 100%;
    background: #032447;
    padding: 30px 10px;
}

.report-title {
    font-family: 'Avenir Book';
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.ar-left {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.ar-right {
    float: left;
    width: 65%;
}
.link-view a, .link-download a {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 7px 0px 7px 2px;
    color: #f12737;
}

.home-cont-inner {
    float: left;
    width: 100%;
    background: #fefefe;
    padding: 30px 10px 0 10px;
}
.ir-cnt-pt p {
    font-family: 'Avenir Book';
    font-size: 14px;
    color: #444;
}
.cont-left {
    float: left;
    width: 100%;
   
}
.cont-right {
    float: left;
    width: 100%;
}

.home-ar-qr-sec {
    background: #032447;
    min-height: 414px;
}

.iframehome-fh {
    min-height: 703px;
}

/*======================================
AR PAGE CSS
========================================*/


.down-view-cont {
    position: relative;
    left: 124px;
}

.ar-cover-img {
    float: left;
    /* width: 200px; */
    width: 38%;
    height: 166px;
    position: relative;
    z-index: 4;
    bottom: 40px;
}

.down-view-cont {
    position: relative;
    left: 76px;
}
.ar-yr-title {
    font-family: 'Avenir LT Std Black';
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}
.item-ar-down-cont {
    float: left;
    width: 83%;
    margin-bottom: 15px;
}

.item-ardwon-link {
    font-family: 'Avenir Book';
    font-size: 14px;
    line-height: 17px;
    color: #444;
    float: left;
    width: 70%;
}


/*======================================
ANNOUNCEMENTS PAGE CSS
========================================*/
.announcement-link a {
    font-family: 'Avenir LT Std Black';
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
}
.cat-1, .filt-1 {
    text-align: right;
    padding-left: 0;
}
.search-reset{
	padding-right:0;
}

	
	
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	
.main-title h1 {
    font-size: 45px;
    color: rgb(241,241,241);
    letter-spacing: 4px;
    line-height: 77px;
    padding-top: 0px;
    background-color: #fff;
    padding-right: 20px;
    font-family: 'Avenir LT Std Black';
    padding-left: 3px;
}
.secTitle h2 {
    color: #052546;
    font-size: 34px;
    line-height: 35px;
    margin-top: 0;
    letter-spacing: 1.1px;
}	
	
.la-sec{
	margin-bottom:30px;
}
	
.la-sec, .qr-sec {
    border-right: none;
    margin-bottom:30px;
	min-height:300px;
}

.fc-sec {
    position: relative;
    top: 0px;
	margin-bottom:30px;
}
.cp-sec{
	margin-bottom:30px;
}

.cg-sec {
    position: relative;
    top: 0px;
	margin-bottom:30px;
}	

.fin-left {
    float: left;
    width: 67%;
    margin-left: 15px;
}
.fin-right {
    float: left;
   width:100%;
    text-align: right;
}

.iframehome-fh {
    min-height: 703px;
}	



/*======================================
AR PAGE CSS
========================================*/

.ar-cover-img {
    float: left;
    /* width: 200px; */
    width: 25%;
    height: 232px;
    position: relative;
    z-index: 4;
    bottom: 40px;
}


/*======================================
ANNOUNCEMENTS PAGE CSS
========================================*/
.announcement-link a {
    font-family: 'Avenir LT Std Black';
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
}
.cat-1, .filt-1 {
    text-align: left;
    padding-left: 15px;
}
.search-reset{
	padding-right:0;
}


.categoryby, .filterby-yr-mnt {
    padding-right: 15px;
	
}
.cat-1, .filt-1, .fyear-1, .fsearch {
    padding-right: 15px;
	
}
select.selectpicker{
	width:100%;
}

.cat-2, .fyear-1, .fmonth-1{
	margin-bottom:20px;
}

.fsearch{
	width:20%;
}
.freset{
	width:20%;
}

.speaker-icon {
    float: left;
    width: 7%;
    margin-right: 25px;
    margin-top: 4px;
}
.announcement-content {
    float: left;
    width: 86%;
}
	
}




/* Portrait phones and smaller */
@media (max-width: 480px){
	
.main-title h1 {
    font-size: 34px;
    /* color: rgba(244,175,87,.2); */
    color: rgb(241,241,241);
    letter-spacing: 4px;
    line-height: 72px;
    padding-top: 0px;
    background-color: #fff;
    padding-right: 20px;
    font-family: 'Avenir LT Std Black';
}
.secTitle h2 {
    color: #052546;
    font-size: 30px;
    line-height: 26px;
    margin-top: 0;
    letter-spacing: 1.1px;
}

.secTitle h3 {
    color: #052546;
    font-size: 26px;
    line-height: 30px;
    margin-top: 0;
    letter-spacing: 1.1px;
}

.o-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.o-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:18px;
	 text-align:center;
	 color:#052546;
}

.h-icon{
	float:left;
	width:40px;
	height:19px;
	margin-right:15px;
}

.h-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.h-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:18px;
	 text-align:center;
	 color:#052546;
}

.v-icon{
	float:left;
	width:30px;
	height:29px;
	margin-right:15px;
}
.v-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.v-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:18px;
	 text-align:center;
	 color:#052546;
}
.l-icon{
	float:left;
	width:37px;
	height:17px;
	margin-right:15px;
}


.l-val{
	float:left;
	 font-family: 'Avenir Book';
	 font-size:16px;
	 text-align:center;
	 color:#444;
}
.l-val span{
	float:left;
	 font-family: 'Avenir LT Std Black';
	 font-size:18px;
	 text-align:center;
	 color:#052546;
}

.report-title {
    font-family: 'Avenir Book';
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.view-cont, .down-cont {
    float: left;
    width: 100%;
    margin-top:20px;
   
}

 .down-cont{
	  margin-bottom: 35px;
	  margin-top:20px;
 }
 .link-view{
	 float: left;
    margin-bottom: 15px;
 }
 

.cont-left {
    float: left;
    width: 100%;
	margin:0;
   
}
.cont-right {
    float: left;
    width: 100%;
}	

.iframehome-fh {
    min-height: 1051px;
}
.fin-left {
    float: left;
    width: 59%;
    margin-left: 15px;
}
.findoutmore a {
    color: #f12737;
    text-decoration: none;
    position: relative;
    margin-right: 15px;
}

.qr-icon {
    float: left;
    width: 8%;
    height: 25px;
    margin-right: 15px;
    margin-bottom: 25px;
}

/*======================================
AR PAGE CSS
========================================*/

.ar-cover-img {
    float: left;
    /* width: 200px; */
    width: 38%;
    height: 212px;
    position: relative;
    z-index: 4;
    bottom: 40px;
}

.down-view-cont {
    position: relative;
    left: 109px;
}

.ar-des-down-sec {
    float: left;
    width: 100%;
    margin-top: 30px;
   
}


/*======================================
ANNOUNCEMENTS PAGE CSS
========================================*/
.newannonce-container {
    float: left;
    width: 100%;
    padding: 25px;
    background: #fff;
}
.announcement-link a {
    font-family: 'Avenir LT Std Black';
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
}


.fsearch{
	width:30%;
}
.freset{
	width:30%;
}


.speaker-icon {
    float: left;
    width: 9%;
    margin-right: 12px;
    margin-top: 4px;
}
.announcement-content {
    float: left;
    width: 82%;
}
	
	
}

@media (max-width: 414px){
	.main-title h1 {
    font-size: 21px;
    /* color: rgba(244,175,87,.2); */
    color: rgb(241,241,241);
    letter-spacing: 4px;
    line-height: 72px;
    padding-top: 0px;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 3px;
    font-family: 'Avenir LT Std Black';
}	
	
	
}


@media (max-width: 375px){
	
	.main-title h1 {
    font-size: 21px;
    /* color: rgba(244,175,87,.2); */
    color: rgb(241,241,241);
    letter-spacing: 4px;
    line-height: 72px;
    padding-top: 0px;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 3px;
    font-family: 'Avenir LT Std Black';
}

.wm-inner-title {
    /* margin-left: 11px; */
	margin-left:0;
}	
	
}


@media (max-width: 360px){
	
.main-title h1 {
    font-size: 26px;
    /* color: rgba(244,175,87,.2); */
    color: rgb(241,241,241);
    letter-spacing: 4px;
    line-height: 75px;
    padding-top: 0px;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 3px;
    font-family: 'Avenir LT Std Black';
}	

.qr-icon {
    float: left;
    width: 8%;
    height: 25px;
    margin-right: 15px;
    margin-bottom: 25px;
}	
	
.qr-item-1 {
    float: left;
    width: 85%;
}

.cc-item-1 {
    float: left;
    width: 83%;
}

/*======================================
AR PAGE CSS
========================================*/
.ar-cover-img {
    float: left;
    /* width: 200px; */
    width: 38%;
    height: 154px;
    position: relative;
    z-index: 4;
    bottom: 40px;
}
.ar-pre-yr-sec {
    float: left;
    min-height: 170px;
    background: #f2f6fa;
    padding: 40px;
    position: absolute;
    z-index: 3;
    /* width: 510px; */
    width: 87%;
    bottom: 0;
    left: 40px;
}
.down-view-cont {
    position: relative;
    left: 62px;
}
.ar-yr-title {
    font-family: 'Avenir LT Std Black';
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}
.item-ardwon-link {
    font-family: 'Avenir Book';
    font-size: 14px;
    line-height: 16px;
    color: #444;
    float: left;
    width: 70%;
}
.item-ardwon-link a {
    font-family: 'Avenir Book';
    font-size: 14px;
    line-height: 16px;
    color: #444;
    text-decoration: none;
}


/*======================================
ANNOUNCEMENTS PAGE CSS
========================================*/

.newannonce-container {
    float: left;
    width: 100%;
    padding: 25px;
    background: #fff;
}
.announcement-link a {
    font-family: 'Avenir LT Std Black';
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
}


.fsearch{
	width:30%;
}
.freset{
	width:30%;
}


.speaker-icon {
    float: left;
    width: 10%;
    margin-right: 25px;
    margin-top: 4px;
}
.announcement-content {
    float: left;
    width: 78%;
}
	




	
}


/* Portrait i phones and smaller */
@media (max-width: 320px){
	
	
.main-title h1 {
    font-size: 20px;
    /* color: rgba(244,175,87,.2); */
    color: rgb(241,241,241);
    letter-spacing: 4px;
    line-height: 58px;
    padding-top: 0px;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 3px;
    font-family: 'Avenir LT Std Black';
}	
	
	.secTitle h2 {
    color: #052546;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    letter-spacing: 1.1px;
}

.secTitle h3 {
    color: #052546;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    letter-spacing: 1.1px;
}
.ver-title h3 {
    font-family: 'Avenir LT Std Black';
    font-size: 26px;
    color: #0b2644;
    text-shadow: 0px 2px 4px rgba(204, 204, 204, 1);
}
.cg-tl {
    top: 92px;
}
.fin-right {
    float: left;
    width: 100%;
    text-align: right;
	padding:10px 30px;
}
.cc-item-1 {
    float: left;
    width: 83%;
}

.qr-icon {
    float: left;
    width: 8%;
    height: 25px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.qr-item-1 {
    float: left;
    width: 78%;
}





.ar-cover-img {
    float: left;
    /* width: 200px; */
    width: 38%;
    height: 132px;
    position: relative;
    z-index: 4;
    bottom: 40px;
}

.ar-pre-yr-sec {
    float: left;
    min-height: 82px;
    background: #f2f6fa;
    padding: 20px;
    position: absolute;
    z-index: 3;
    /* width: 510px; */
    width: 87%;
    bottom: 0;
    left: 40px;
}

.down-view-cont {
    position: relative;
    left: 67px;
}
.ar-yr-title {
    font-family: 'Avenir LT Std Black';
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

.item-ardwon-link {
    font-family: 'Avenir Book';
    font-size: 14px;
    line-height: 16px;
    color: #444;
    float: left;
    width: 53%;
}


/*======================================
ANNOUNCEMENTS PAGE CSS
========================================*/

.newannonce-container {
    float: left;
    width: 100%;
    padding: 25px;
    background: #fff;
}
.announcement-link a {
    font-family: 'Avenir LT Std Black';
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-decoration: none;
}


.fsearch{
	width:30%;
}
.freset{
	width:30%;
}


.speaker-icon {
    float: left;
    width: 14%;
    margin-right: 12px;
    margin-top: 4px;
}
.announcement-content {
    float: left;
    width: 78%;
}
	
	
}
</pre></body></html>