body{ font-family:'Trebuchet MS', Arial, Helvetica, sans-serif!important; }
a:hover{ text-decoration: none; color:#1c407c;}
.pos-rel{ position: relative;}
.ff-semibold{ font-family:'Lato-Bold', Arial, sans-serif;}
.color-yellow{ color: #fcde07;}
/***** Top menu *****/
.ml-left{ margin-left: auto;}

.main-content{ margin-top:-5px; /*padding-right: 35px;*/}
h1.heading{ font-size: 26px; color:#fab702; font-weight: 500; text-transform: uppercase;}
.paragraph{ line-height: 1.47; }
.count-text{ text-align: center;}
.count-text .img-thumb{ text-align: center; margin: 0px auto;}
.count-text h6{ height:17px;}
.count-text h2{ font-size:30px;}

.pressrelease-container{ margin-bottom: 30px;}
.pressrelease-details{  color:#3b404f; margin-top:5px;}
.pressrelease-details a{ color:#3b404f; padding:10px;}
.pressrelease-details a:hover{ text-decoration: none; background: #f1f1f1;}
.pressrelease-details .list{ padding: 0px; width: 100%;}
.pressrelease-details .date{ width:60px; float: left; font-size:45px; line-height:57px;}
.pressrelease-details .year{ width:60%; float: left; font-size:20px; text-transform: uppercase; line-height: 20px;margin-top: 10px;}
.pressrelease-details a.attachement{ width:40px; height:40px; display: block; background: #fab702 url("../images/attachment-outline-24.png") no-repeat center 7px; padding:8px 5px;}
.pressrelease-details .decp{ font-size:14px; line-height: 1.47;}

.margin30{ margin-bottom: 30px;}
.margin20{ margin-bottom: 20px;}
.margin10{ margin-bottom: 10px;}
.carrertext{ /*margin-right: 80px; */ text-align: justify; line-height: 27px;}
.quickaccess-links{}
.quickaccess-links ul{ list-style-type: none; margin: 0; padding: 0; }
.quickaccess-links ul li{ margin:8px 0px; font-size:15px; float: left; width: 48%;}
.quickaccess-links ul li a{ color: #000; display: block; padding-left:0px;}
.quickaccess-links ul li a:before{ color: #cfcfcf; padding-right: 10px; content: "\f054";font-family: FontAwesome; font-style: normal; font-weight: bold;}
.quickaccess-links ul li a:hover{ color:#0b1f75; text-decoration:none;}





footer{ background:#1c407c; /*padding-top: 15px;*/}
.footer-content{ border-top:1px solid transparent; padding:20px 0px 10px 0px;}
.footer-content .ftr-links{  color:#fff;  font-size:14px; margin-bottom: 10px;}
.footer-content .ftr-links a{ color:#fff; padding:0px 6px; margin:0px 6px;}
.footer-content .ftr-links a:first-child{ padding-left:0px; margin-left: 0px;}
.footer-content .ftr-links a:hover{color:#cfcfcf; text-decoration: none;}
.footer-content .Copyright{ color:#fff;  font-size:14px; }
.footer-content .RPG-logo{ text-align:right;}



.box-icon-classic{
    text-align: left;     
    z-index: 1;
	border-bottom: 6px solid transparent;
    min-height: 140px;
    margin-bottom: 30px;
}
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-left: -30px;
}
.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
@media (min-width: 992px){
.box-icon-classic-icon {
    height: 90px;
    width: 90px;
    font-size: 40px;
    line-height: 90px;
}
}
@media (min-width: 768px){
.flex-md-row {
    flex-direction: row!important;
}
}
.box-icon-classic-icon {
    display: inline-block;
    text-align: center;
    height: 80px;
    width: 80px;
    margin-top: 4px;
    font-size: 30px;
    line-height: 70px;
    color: #ff5200;
    background:#cfcfcf;
    border-radius: 50%;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,.15);
}

.unit-body {
    flex: 0 1 auto;
}
.unit>* {
    margin-bottom: 20px;
    margin-left: 30px;
}
.box-icon-classic-title {
    text-transform: none;
	color: #0b1f75;
	font-size: 20px;
    font-weight: bold;
}
.box-icon-classic-text {
    line-height: 1.47;
    color:#000;
}

.example1 {
 height:35px;	
 overflow: hidden;
 position: relative;
}
.example1 h3 {
 font-size:12px;
 color: #131111;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 35px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 40s linear infinite;
 -webkit-animation: example1 40s linear infinite;
 animation: example1 40s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}


.BouncingText {
 height: 30px;	
 overflow: hidden;
 position: relative;
	
}
.BouncingText h3 {
	font-size: 12px;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 30px;
 text-align: left;
 /* Apply animation to this element */	
 -moz-animation: BouncingText 5s linear infinite alternate;
 -webkit-animation: BouncingText 5s linear infinite alternate;
 animation: example5 10s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes example5 {
 0%   { -moz-transform: translateX(70%); }
 100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes example5 {
 0%   { -webkit-transform: translateX(70%); }
 100% { -webkit-transform: translateX(0%); }
}
@keyframes example5 {
 0%   { 
 -moz-transform: translateX(70%); /* Firefox bug fix */
 -webkit-transform: translateX(70%); /* Firefox bug fix */
 transform: translateX(70%); 		
 }
 100% { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 
 }
}

/*  *********************************************Developer Code**********************************************************/
.div665{margin-top:17px;}


.cntris,
.cntris li {
    width: 119px;
    float: left;
	list-style: none;
}



.cntris,
.rmrk {
    font-size: .8em
}

.bluLegend {
    color: #012061;
    border-left: 16px solid #012061
}

.cntris li.red,
.redLegend {
    color: #cc0001
}

.redLegend {
    border-left: 16px solid #cc0001
}

.cntris {
    padding: 0;
    margin: 21px;
}

.cntris li {
      padding-top: 4px;
    padding-bottom: 4px;
	
}

.cntris li.blu {
    color: #012061;
	border-bottom: solid 1px #80808085;
	
}
.cntris ul li:hover {background: #555;}
blu:hover {
    background-color:gray;
}

.cntris li span {
    float: left
}

.cntris li span.no {
    float: left;
    width: 20px
}

.tbl{
	display:none;
}
.awards-recognize{
font-family: 'Lato-Regular', Arial, sans-serif;
height: 700px; overflow: scroll;
font-size:12px;
color: #484848;
}
.awardsTitle{
	background-color: #F1F0F0;
	padding:14px;
	margin:3px;
	
}
.awardsTitle:hover{
	background-color: #F8F8F8;
	
}
.numbercls{
	background-color: #F1F0F0;
	padding:10px;
	
}
.numbercls:hover{
	background-color: #F8F8F8;
	
}

.faq{
	background-color: #F1F0F0;
	margin:5px;
}
.tbl{
	margin-left:7px;
}

.heading-year{
	background-color: #C0C0C0;
    padding: 10px;
    color: white;
}

.modal-dialog{
	
	max-width: 1025px;
    margin: 1.75rem auto;
}
.modal-body{
	font-size:13px;
}
.investorActive{
	/*color: #555;
    text-decoration: none;
    background-color: #fcde07 !important;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);*/
}

.flip {
    padding: 9px;
    text-align: left;
    background-color: #EFF2F5;
    border: solid 1px #c3c3c3;
    height: 50px;
	
}
.flip:hover {
   
    background-color: #D3D3D3;
   
	
}
.flip-text{
	font-size:14px;
	float:left;
	font-weight: 500;
	padding-top: 5px;
}
.panel {
    display: none;
    background-color: #EFF2F5;
    border: solid 1px #c3c3c3;
    padding: 5px;
}
.footer-disclamer{
	float: left; 
	padding: 0px 0px 10px;
	width: 100%; 
	font-size: 12px;
	color: #fff;
    text-align: justify;
}
.slide-title-sec{
	font-size:12px;
}
/*  *********************************************Developer Code End**********************************************************/

