@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

/*font-family: 'Roboto', sans-serif;*/

body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}
.big-text
{
	font-size: 16px;line-height: 28px;
	color: #000;
}
h1, h2, h3
{
   color: #000;line-height: 1;
	font-weight:800;
}
h2
{
	font-size:28px;
	margin:0px 0px 18px 0px;padding:0px;font-weight:bold;
}
a
{
  color: #f5b310;
}
a:hover
{
	color: #2275ac; 
}
a:active, a:focus, a:hover, input:active, input:hover, input:focus, input:visited 
{
	text-decoration:none !important; outline:none !important;
}

.main-title {
	float: left;
	text-align: center;
	width: 100%;
}
.main-title h2 {
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	margin-top:0;
	margin-bottom:20px;
	text-transform:capitalize;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-20 {
	margin-bottom:20px !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-40 {
	margin-bottom:40px !important;
}

/*=================================================
buttons
===================================================*/
.ClsButton{
	font-family: 'Poppins', sans-serif !important;
	width:88px !important;
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:normal !important;
	
}
.btn-primary, .button, .size, .ClsButton{
	background:#f5b210;
	color:#fff;
	text-decoration:none;
	border:none;
	outline:none;
	padding:11px 36px;
	text-transform:uppercase;
	border-radius:4 !important;
}
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover {
	background:#fff;
	color:#f5b210;
	text-decoration:none;
	border:none;
	outline:none;
	padding:11px 36px;
	text-transform:uppercase;
	border-radius:4 !important;
	border:1px solid #f5b210;
}
.view-more {
	font-size:14px;
	font-weight:bold;
}
.ann-btn {
	font-size:14px;
	font-weight:bold;
	color:#f5b210;
	text-decoration:none;
}
.r-btn {
	font-size:14px;
	font-weight:bold;
	color:#f5b210;
	text-decoration:none;
}
.r-btn:hover {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#4a4a4a;
	text-decoration:none;
	padding:11px 36px;
	border-radius:0px;
	line-height: 1.42857143;
	text-align:center;
}
.rp-btn {
	font-size:14px;
	font-weight:bold;
	color:#f5b210;
	text-decoration:none;
	border:2px solid #eda541;
	border-radius:0px;
	padding:11px 26px;
	margin-left:5px;
	margin-right:5px;
}
.rp-btn:hover {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#4a4a4a;
	text-decoration:none;
	padding:11px 26px;
	border-radius:4px;
	line-height: 1.42857143;
	text-align:center;
}
.mbtn {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:2px solid #fff;
	border-radius:0px;
	padding:11px 36px;
	margin-right:29px;
}
.mreadmore {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.white {
	color:#fff !important;
}
.nl-bcn {
	float:left;
	width:100%;
	margin-top:52px;
}













#graph
{
	width:1px;
	min-width:100%;
}
.flex-middle
{
	justify-content: center;
    display: flex;   
    padding: 60px;
}
.mt30
{
	margin-top:30px;
}
.mt50
{
	margin-top:50px;
}
.border-top td
{
	 border-top:1px solid #000 !important;
}
.border-bottom td
{
	border-bottom:1px solid #000;
}
.border-bottom2 td
{
	border-bottom:2px solid #000;
}
.border-top2 td
{
	border-top:2px solid #000;
}
table tr.border-top td:first-child, table tr.border-top2 td:first-child, table tr.border-bottom td:first-child, table tr.border-bottom2 td:first-child
{
	 border:none !important;
}
/********Financial Info****************/
.financialInfo .nav-tabs {
    margin-bottom: 20px;
}
.percentage-row {
    font-size: 13px;
    color: #2d5ca3;
    font-style: italic;
}
.financialInfo .nav-tabs > li {
  float: left;
  margin-top: 2px;
}
.financialInfo .nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 4px;
  background:#f4f4f4;
  font-weight:400;
}
.financialInfo .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
}
.financialInfo .nav-tabs > li.active > a,
.financialInfo .nav-tabs > li.active > a:hover,
.financialInfo .nav-tabs > li.active > a:focus {
  color: #fff !important;
  cursor: default;
  background-color: #f5b310;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}
.table-section {
    margin-top: 30px;
}
table thead tr {  
	background-color: #283a97 !important;
    border: 0px;
    color: #fff;        
    border-bottom: 2px solid #283a97;
}
table tr:nth-of-type(odd) {
   /*background-color: rgba(69,124,132, 0.066);*/
   background-color:#f4f4f4;
}
table
{
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table tr th, table tr td {
    padding: 14px 16px !important;
    border-top: 1px solid #fefefe !important;
	text-align: center !important;
	font-size: 14px;
}
table thead th:first-child, table td:first-child
{
	text-align:left !important;
}
.text-left table td
{
	text-align:left !important;
}

.colorcode-1{
	background:#243d51 !important; color:#fff;
	border-bottom:2px solid #243d51;
}
.colorcode-2
{
    background-color: #1d2d7b !important;color:#fff;
	border-bottom:3px solid #1d2d7b;
}
.colorcode-3  
{
    background-color: #000034 !important;color:#fff;
}


.labelchart {
    text-align: center;	position:relative;z-index:-9;
}
.notes strong
{
	
}
.notes p
{ 
    margin: 10px 0px 04px 0px;   
    font-size: 16px;
}
.notes table tr
{
	background-color:transparent !important;
}
.notes table tr td
{
	padding: 1px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
	font-size: 15px;    
}
.smalltext {
    font-size: 78%;
    font-style: italic;
}
.bold
{
	font-weight: 600;
    color: #000;
}
.percentage-row {
    
    color: #457c84;
    font-style: italic;
}
.tr-heading th {
    background-color: #fff !important;
    color: #457c84;
   text-transform:uppercase;
    border-bottom: 2px solid #457c84;	
	text-align:left !important;
}
.tr-subheading th {
    background-color: #d8d8d8 !important;   
    font-weight: 500;
    line-height: 16px;
    color: #000;text-align:left !important;
}
.table-wrapper table tr td:first-child {
    font-weight: 600;
    border-right: 1px solid #efefef;
}
.table-wrapper ol ol
{
	padding-left:18px;
}
.table-wrapper ol li
{
	margin-bottom:6px;
}
.table-wrapper.ol-mb ol li
{
	margin-bottom:15px;
}
.table-wrapper ol ol li
{
	margin-bottom:2px;
}
.textindent
{
	text-indent:15px;
}

/*QR-FFB at Glance*/

.qrt-result-sec {
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 77px 0;
	min-height:594px;
}
.qtr-rslt-item {
	float: left;
	width: 100%;
	padding: 20px 55px;
}
.odd {
	background: #d9d9d9;
}
.qtr-list {
	float: left;
	width: 70%;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
.qlist-date {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.dv {
	float: left;
	width: 28%;
	margin-left: 2%;
	margin-top: 20px;
}
.dv a {
	color: #efba38;
}
.dv a:hover {
	color: #000;
}
.dv a:first-child {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 2px solid #efba38;
}
.vm-btn-cont {
	float: left;
	width: 100%;
	margin-top: 35px;
}
.ffb-sec {
	float: left;
	width: 100%;
	min-height: 594px;
	background: url(../images/ffb-glance-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 77px 42px;
}
.f-box {
	float: left;
	width: 50%;
	padding: 33px 20px;
	text-align: center;
	border-right: 2px dotted #000;
	border-bottom: 2px dotted #000;
}
.ffb-title {
	float: left;
	width:100%;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.ffb-val {
	float: left;
	width: 100%;
	color: #f5b210;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 10px;
}
.ffb-val span {
	font-size: 20px;
	line-height: 20px;
	margin-right: 10px;
	font-weight: normal;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
}
.mil {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	text-transform: lowercase;
}
.nbr {
	border-right: none;
}
.nbb {
	border-bottom: none;
}
.nbrb {
	border-right: none;
	border-bottom: none;
}
.asat {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.asat p {
	font-size: 12px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}

/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	
}
@media (min-width: 860px)
{
 .col-centered {
    display: inline-block;
    float: none !important;
    text-align: left;
    margin-right: -4px;
  }
  .row-centered {
    text-align: center !important;
}

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
	

}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	.labelchart {
        font-size:8px;	
       }
	 .highcharts-title {    
         text-align: center !important;
          font-size: 13px !important;
          line-height: 17px !important;
      }
	  
.f-box {
    float: left;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
    border-right:none;
    border-bottom: none;
}	  
	  	
}
@media (max-width: 414px){
.qtr-rslt-item {
    float: left;
    width: 100%;
    padding: 20px 20px;
}	
	
	.qtr-list {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}
.dv {
    float: left;
    width: 100%;
    margin-left: 2%;
    margin-top: 20px;
}
	
}
