@charset "utf-8";
/* CSS Document */

 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 

body {
	font-family: "Poppins", sans-serif;
	color:#2A3A6F;
	font-weight:400;
	font-size: 16px;
	overflow-x: hidden;
}

.pr-0{
	padding-right:0 !important;
}
.pl-0{
	padding-left:0;
}
.mb-10{
	margin-bottom:10px;
}
.mb-20, .mb20 {
	margin-bottom:20px;
}
.mb-30{
	margin-bottom:30px;
}

.text-gradient {
    background: linear-gradient(35deg, #0952C1 0%, #00C5FF 100%);
    background-clip: text;
    padding-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
	color:#065AFF;
	text-decoration:none;
}
a:hover {
	color:#2A3A6F;
	text-decoration:underline;
}

.inner-sublink{
	margin-top:32px;
}


.vm-btn, .btn-primary, .ClsButton {
	font-family: "Poppins", sans-serif !important;
	background: none;
	color:#065AFF !important;
	text-transform:inherit;
	font-weight:500 !important;
	font-size:20px !important;
	line-height:14px;
	padding:12px 20px;
	min-width:134px;
	height:auto !important;
	text-align:center;
	border-radius:0 !important;
	border:none !important;
	display:inline-block;
 
}



.vm-btn:hover, .btn-primary:hover, .ClsButton:hover{
	font-family: "Poppins", sans-serif !important;
	background:none;
	color:#2A3A6F !important;
	text-transform:inherit;
	font-weight:500 !important;
	font-size:20px !important;
	line-height:14px;
	height:auto !important;
	padding:12px 20px;
	min-width:134px;
	text-align:center;
	border-radius:0 !important;
	border:none !important;
	outline:none;
	display:inline-block;
	text-decoration:none;
	 
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
	font-family: "Poppins", sans-serif !important;
	background:none;
	color:#2A3A6F !important;
	text-transform:inherit;
	font-weight:500 !important;
	font-size:20px !important;
	line-height:14px;
	height:auto !important;
	padding:12px 20px;
	min-width:134px;
	text-align:center;
	border-radius:0 !important;
	outline:none;
	display:inline-block;
	 
}

.vm-btn:after, .btn-primary:after, .ClsButton:after{
	content:'';
	display:inline-block;
	margin-left:10px;
	background:url(../images/read-more-arrow.png) no-repeat;
	width:20px;
	height:12px;
	background-size:cover;
	background-position:center center;
}

.vm-btn:hover:after, .btn-primary:hover:after, .ClsButton:hover:after{
	content:'';
	display:inline-block;
	margin-left:10px;
	background:url(../images/read-more-arrow-hover.png) no-repeat;
	width:20px;
	height:12px;
	background-size:cover;
	background-position:center center;
}

.frm-cnt .vm-btn:after, .frm-cnt .vm-btn:hover:after{
		content:'';
	display:inline-block;
	margin-left:10px;
	background:url(../images/read-more-arrow-white.png) no-repeat;
	width:20px;
	height:12px;
	background-size:cover;
	background-position:center center;
}



/*#ctl00_cphContent_btnSearch, #ctl00_cphContent_btnReset{
	padding:9px 20px !important;
}
*/

.vm-btn-cp{
	font-family: "Poppins", sans-serif !important;
	background:#023e81;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:400 !important;
	font-size:14px !important;
	line-height:14px;
	padding:9px 20px;
	min-width:134px;
	height:auto !important;
	text-align:center;
	border-radius:0 !important;
	display:inline-block;
	letter-spacing:2px;
}

.vm-btn-cp:hover{
	font-family: "Poppins", sans-serif !important;
	background:#222222;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:400 !important;
	font-size:14px !important;
	line-height:14px;
	height:auto !important;
	padding:9px 20px;
	min-width:134px;
	text-align:center;
	border-radius:0 !important;
	outline:none;
	display:inline-block;
	letter-spacing:2px;
}
.nl-sec-inner .vm-btn{
	color:#fff !important;
}



.main-title h1 {
	font-size:24px;
	line-height:24px;
	margin-bottom:30px;
	margin-top:0;
	color:#065AFF;
	text-transform:uppercase;
	font-weight:600;
	 padding-bottom: 10px;
	 background: linear-gradient(35deg, #0952C1 0%, #00C5FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.white {
	color:#fff !important;
	background-clip:none !important;
	-webkit-text-fill-color:#fff !important;
}
.blue-bg {
 
/*	background:#0056b8;*/
background: linear-gradient(6deg, rgba(0, 4, 185, 1) 0, rgba(113, 199, 255, 1) 96%);
	padding:60px 15px;
	margin-bottom:40px;
}
.white-bg {
	background:#fff;
	/*padding:60px 15px;*/
	margin-bottom:40px;
}
.cont-wrap{
	/*margin-bottom:40px;*/
	margin-bottom:0;
}

/*============================================================
STOCK PERFORMANCE CSS STARTS HERE
==============================================================*/

.stk-sec-full {
	float:left;
	width:100%;
	margin-top:30px;
	position:relative;
}
.stk-per-left {
	z-index:1;
	float:left;
	width:60%;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	
}
.stk-left-inner {
	float:left;
	width:100%;
	padding:30px;
	background:#fff;
	-webkit-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
	-moz-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
	box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
}
.stk-per-right {
float:left;
width:51.2%;
position:absolute;
right:0;
z-index:0;

}
.stk-per-right img {
	width:100%;
}
.stk-code {
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	color:#065AFF;
	margin-bottom:15px;
	font-weight:bold;
}
.stk-price {
	float:left;
	width:40%;
	margin-right:15px;
	font-size:48px;


	line-height:48px;
	color:#2a3a6f;
	font-weight:600;
	margin-bottom:20px;
}
.priceUp:before {
	content:url(../images/priceUp.png);
	display:inline-block;
	width:20px;
	height:26px;
	margin-right:12px;
}
.priceDown:before {
	content:url(../images/priceDown.png);
	display:inline-block;
	width:20px;
	height:26px;
	margin-right:12px;
}
.stk-price span {
	margin-right:5px;
	font-size:16px;
	line-height:16px;
	color:#2a3a6f;
	font-weight:normal;
}
.stk-chg {
	float:left;
	width:40%;
	margin-right:15px;
	font-size:26px;
	line-height:26px;
	color:#2a3a6f;
	font-weight:normal;
	margin-bottom:20px;
	position:relative;
	top:13px;
}
.chgUp {
	color:#006106 !important
}
.chgDown {
	color:#ed1c24 !important
}
.hlv-sec {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.high, .low, .vol {
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#2b2b2b;
}
.high span, .low span, .vol span {
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2A3A6F;
}
.graph {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.stk-foot-sec {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.rm-btn {
	float:left;
	width:45%;
	margin-right:15px;
}
.eod {
	float:right;
	font-size:12px;
	line-height:12px;
	color:#a1a1a1;
	padding-top:20px;
}
/*==============================================================================
REPORTS AND PRESENTATIONS
================================================================================*/

.ar-main-title{
	font-weight:bold;
	margin-bottom:20px;
	color:#0057b8;
	font-size:20px;
	text-transform:uppercase;
	
}
.ar-intro-text{
	margin-bottom:30px;
	color:#0057b8 ;
}


.rp-icon {
	text-align:center;
	margin-bottom:20px;
}
.rp-title {
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}
.rp-icon, .rp-title, .rp-btns {
	float:left;
	width:100%
}
.rp-dl, .rp-dl:hover, .rp-dl:focus, .rp-dl:active, .rp-dl.active {
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-transform:inherit;
	margin-right:5px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.rp-dl:before {
	content:url(../images/iconDownload-white.png);
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:5px;
	position:relative;
	top:8px;
}
.rp-vm, .rp-vm:hover, .rp-vm:focus, .rp-vm:active, .rp-vm.active {
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-transform:inherit;
	margin-right:5px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.rp-vm:before {
	content:url(../images/iconView-white.png);
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:5px;
	position:relative;
	top:8px;
}
.rp-rm, .rp-rm:hover, .rp-rm:focus, .rp-rm:active, .rp-rm.active{
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-transform:inherit;
	margin-right:5px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
/*.rp-rm:before {
	content:url(../images/readmoreicon.png);
	display:inline-block;
	width:28px;
	height:28px;
	margin-right:5px;
	position:relative;
	top:8px;
}*/

.rp-rm:after {
	content:'';
	display:inline-block;
	margin-left:10px;
	background:url(../images/read-more-arrow-white.png) no-repeat;
	width:20px;
	height:12px;
	background-size:cover;
	background-position:center center;
	position:relative;
	top:2px;
}


/*=================================================
ANNOUNCEMENTS STARTS HERE
===================================================*/

.annoucements-section-full{
	position:relative;
}

.announcements-left-sec {
	float:left;
	width:60%;
	padding:60px;
	background:#fff;
	-webkit-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
	-moz-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
	box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
	position:relative;
	z-index:1;
	margin-top:54px;
	margin-bottom:54px;
}

.announcements-item{
	float:left;
	width:100%;
	margin-bottom:32px
	
}

.ba-cal-sec{
	float:left;
	width:95px;
	height:97px;
	background:#023e81;
	margin-right:35px;
}

.ba-date{
	float:left;
	width:100%;
	height:71px;
	background:#023e81;
	color:#fff;
	font-size:48px;
	font-weight:bold;
	text-align:center;
}
.ba-m-y{
	float:left;
	width:100%;
	height:26px;
	
	background:#333333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	
}

.ba-link{
	float:left;
	width:75%;
	display:table;
	height:97px;
	
}
.ba-link a{
	display:table-cell;
	vertical-align:middle;
	color:#023e81;
	text-decoration:none;
	font-size:16px;
	line-height:16px;
	
}

.ba-link a:hover{
	color:#222222;
}

.announcements-right-sec{
	float:right;
	width:60.5%;
	position:absolute;
	right:0;
}
/*===========================================================
NEWS ALERT SECTION STARTS HERE
===========================================================*/

.nl-left-inner{

}
.nl-left-img{
	background:url(../images/news-alert-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:420px;
	padding-right:126px;
}

.nl-left-inner img{
	min-height:413px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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;
}

.blue-bg-img{
	/*background:url(../images/blue-bg.png);*/
	background: linear-gradient(6deg, rgba(0, 4, 185, 1) 0, rgba(113, 199, 255, 1) 96%);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:cover;
	padding-right:126px;
	min-height:420px;
}
.nl-sec-inner{
	padding:60px;
}
.nl-text{
	font-size:16px;
	line-height:18px;
	margin-bottom:20px;
	color:#fff;
}

.pp-link, .pp-link:hover{
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color:#fff;
	margin-left:15px;
	text-transform:inherit;
}

.subscribe-link:before{
		content:'\f105';
	display:inline-block;
	margin-right:10px;
	 font-family:Fontawesome;
	 font-size:18px;
 
}
.z-link{
	font-size:14px !important;
	line-height:16px;
}
.z-tabs.underlined.horizontal > ul > li.z-active .z-link{
	color:#065AFF !important;
}
.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a, .z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover{
	border-color:#065AFF !important;
}
/*===============================================
CONTACT SECTION CSS STARTS HERE	
=================================================*/


.cont-bg{
	/*	background:url(../images/blue-bg.png);*/
	background: linear-gradient(6deg, rgba(0, 4, 185, 1) 0, rgba(113, 199, 255, 1) 96%);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:cover;
		min-height:436px;

}


.contact-inner{
	padding-top:80px;
	padding-left:126px;
	padding-bottom:80px;
	
}

.cont-person{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom:30px;
}


.cont-person span{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#fff;
	
}

.phone a, .fax a, .email a{
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
	
}

.phone a:before {
    content: url(../images/phone-icon.png);
    width: 25px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 6px;
	display:inline-block;
}

.fax a:before {
    content: url(../images/fax-icon.png);
    width: 25px;
    height: 23px;
    margin-right: 10px;

    position: relative;
    top: 8px;
	display:inline-block;
}
.email a:before {
    content: url(../images/mail-icon.png);
     width: 25px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 8px;
	display:inline-block;
}

.cont-right-img{
	background:url(../images/ir-contact-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
		min-height:436px;
}


/*=======================================================================
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){
	
.stk-per-left {
    z-index: 1;
    float: left;
    width: 65%;
    margin-top: 20px;
    position: relative;
}
.stk-per-right {
    float: left;
    width: 60%;
    position: absolute;
    right: 0;
    z-index: 0;
}
.rp-icon, .rp-title, .rp-btns {
    float: left;
    width: 100%;
    text-align: center;
}
.rp-title {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    min-height: 45px;
}
.announcements-left-sec {
    float: left;
    width: 69%;
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    -moz-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    position: relative;
    z-index: 1;
    margin-top: 54px;
}
.announcements-right-sec {
    float: right;
    width: 72%;
    position: absolute;
    right: 0;
}	
.blue-bg-img {
    background: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding-right: 38px;
    min-height: 420px;
}
.contact-inner {
    padding-top: 80px;
    padding-left: 50px;
}
	
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
.stk-per-left {
    z-index: 1;
    float: left;
    width: 83%;
    margin-top: 20px;
    position: relative;
}
.stk-per-right {
    float: left;
    width: 79%;
    position: absolute;
    right: 0;
    z-index: 0;
}

.rp-icon, .rp-title, .rp-btns {
    float: left;
    width: 100%;
    text-align: center;
}
.ar-sec{
	margin-bottom:30px;
}

.announcements-left-sec {
    float: left;
    width: 89%;
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    -moz-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    position: relative;
    z-index: 1;
    margin-top: 54px;
}
.announcements-right-sec {
    float: right;
    width: 91%;
    position: absolute;
    right: 0;
}
.blue-bg-img {
    background: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding-right: 0px;
    min-height: 420px;
}
.nl-sec-inner {
    padding: 60px 36px;
}
.cont-bg {
    background: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    min-height: 348px;
}
.contact-inner {
    padding-top: 60px;
    padding-left: 15px;
    float: left;
}

	
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	
	.stk-per-left {
    z-index: 1;
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.high, .low, .vol {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 20px;
}
.stk-per-right {
    float: left;
    width: 100%;
    position: initial;
    right: 0;
    z-index: 0;
}
.ar-sec{
	margin-bottom:30px;
}
.rp-icon, .rp-title, .rp-btns {
    float: left;
    width: 100%;
    text-align: center;
}
.announcements-left-sec {
    float: left;
    width: 100%;
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    -moz-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    position: relative;
    z-index: 1;
    margin-top:0;
}

.announcements-right-sec {
    float: left;
    position: initial;
    right: 0;
    width: 100%;
}
	
	
}
/* Portrait phones and smaller */

@media (max-width:575px) {

.pp-link, .pp-link:hover{
	margin-left:0 !important;
}	
	
	
}








@media (max-width: 480px){


.blue-bg, .white-bg{
	margin-bottom:30px;
	padding:30px 15px;
}
	
.stk-price {
    float: left;
    width: 48%;
    margin-right: 15px;
    font-size: 35px;
    line-height: 35px;
    color: #065AFF;
    font-weight: bold;
    margin-bottom: 20px;
}	
.stk-chg {
    float: left;
    width: 43%;
    margin-right: 0px;
    font-size: 20px;
    line-height: 26px;
    color: #065AFF;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    top: 8px;
}

.rm-btn {
    float: left;
    width: 100%;
    margin-bottom: 15px;
	text-align:center;
}
.eod{
	float:none;
	text-align:center;
}

.ba-cal-sec {
    float: left;
    width: 65px;
    height: 76px;
    background: #023e81;
    margin-right: 17px;
}
.ba-date {
    float: left;
    width: 100%;
    height: 50px;
    background: #023e81;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
}
.ba-link {
    float: left;
    width: 70%;
    display: table;
    height: 76px;
}	

.announcements-left-sec .rm-btn {
    float: left;
    width: 100%;
   
}

.blue-bg-img {
    background: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding-right: 0px;
    min-height: 420px;
}
.contact-inner {
    padding-top: 60px;
    padding-left: 30px;
   
}

.pp-link, .pp-link:hover{
	margin-left:0 !important;
}
	
}

@media (max-width: 414px){
	
	
.stk-price {
    float: left;
    width: 48%;
    margin-right: 15px;
    font-size: 21px;
    line-height: 21px;
    color: #065AFF;
    font-weight: bold;
    margin-bottom: 20px;
}	
.stk-chg {
    float: left;
    width: 43%;
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #065AFF;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    top: 8px;
}	

.main-title h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #065AFF;
    text-transform: uppercase;
    font-weight: bold;
}	
	
	
.rm-btn {
    float: left;
    width: 100%;
    margin-right: 15px;
}	

.eod {
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #a1a1a1;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.ba-cal-sec {
    float: left;
    width: 66px;
    height: 66px;
    background: #023e81;
    margin-right: 17px;
}

.ba-date {
    float: left;
    width: 100%;
    height: 40px;
    background: #023e81;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.ba-m-y {
    float: left;
    width: 100%;
    height: 26px;
    background: #333333;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 3px;
}
.ba-link {
    float: left;
    width: 67%;
    display: table;
    height: 66px;
}

.announcements-left-sec {
    float: left;
    width: 100%;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    -moz-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    position: relative;
    z-index: 1;
    margin-top: 0;
}
.ba-link a {
    display: table-cell;
    vertical-align: middle;
    color: #023e81;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
}
.nl-sec-inner {
    padding: 40px;
}
.cont-person {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
	
.phone a, .fax a, .email a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-inner {
   	float: left;
    padding: 25px;
}	

.pp-link, .pp-link:hover{
	margin-left:0 !important;
}
	
}

@media (max-width: 360px){
.stk-price {
    float: left;
    width: 100%;
    margin-right: 15px;
    font-size: 32px;
    line-height: 35px;
    color: #065AFF;
    font-weight: bold;
    margin-bottom: 10px;
}	
.stk-chg {
    float: left;
    width: 100%;
    margin-right: 0px;
    font-size: 20px;
    line-height: 26px;
    color: #065AFF;
    font-weight: normal;
     margin-bottom: 20px; 
     position: relative; 
    top: 0;
}

.announcements-left-sec {
    float: left;
    width: 100%;
    padding:35px 25px;
    background: #fff;
    -webkit-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    -moz-box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    box-shadow: -8px 10px 27px -3px rgba(221, 221, 221, 1);
    position: relative;
    z-index: 1;
    margin-top:0;
}
.nl-sec-inner {
    padding: 35px 25px;
}
.contact-inner {
    float: left;
    padding: 35px 25px;
}

.pp-link, .pp-link:hover{
	margin-left:0 !important;
}
	
	
}


/* Portrait i phones and smaller */
@media (max-width: 320px){
	
	
}


