@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
/*
font-family: 'Open Sans', sans-serif;
*/
body{
	 font-family: 'Open Sans', sans-serif;
	 font-size:14px;
	 font-weight:400;
	 overflow-x:hidden;
}


.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}

.mt-20{margin-top:20px;}

.mt-30{
	
	margin-top:30px;
}


.mb-10{
	
	margin-top:10px;
}

.mb-20{
	
	margin-top:20px;
}

.mb-30{
	
	margin-top:30px;
}
a{
	color:#1f1e24;
}

a:hover{
	color:#f15d05;
	text-decoration:none;
}

  
 /*===============================================================
 KEY HIGHLIGHTS SECTION STARTS HERE
 =================================================================*/
 .ir-heading{
	 font-size:30px;
	 font-weight:bold;
	 color:#1f1e24;
	 
	 margin-bottom:50px;
 }
 .key-subtitle{
	 font-size:20px;
	 font-weight:lighter;
	 text-align:center;
	 color:#f37326;
}
.key-value{
	font-size:32px;
	 font-weight:lighter;
	 color:#1f1e24;
	 text-align:center;
}
 
 .key-value span{
	 font-size:60px;
	 font-weight:bold;
 }
 
 

  
 






@media (min-width: 768px){
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

}



 /*===============================================================
Media queries starts here
 =================================================================*/
 
 @media (min-width: 992px) and (max-width: 1199px){
	 
	 ul.ir-menu li {
    list-style: none;
    display: inline-block;
    padding: 0 7px;
}

.key-value span {
    font-size: 60px;
    font-weight: bold;
}
.key-value {
    font-size: 34px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: center;
}	
.reports-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #1f1e24;
    text-align: left;
    width: 45%;
    margin-right: 1%;
} 

.reports-title span {
    font-size: 18px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: left;
    display: block;
}
.ir-heading {
    font-size: 28px;
    font-weight: bold;
    color: #1f1e24;
    margin-bottom: 50px;
}
.ir-contact:after {
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    left: 485px;
    background: url(../images/contact-bg-offside.jpg) no-repeat;
    z-index: 99;
}	 

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.key-value span {
    font-size: 46px;
    font-weight: bold;
}

.key-value {
    font-size: 30px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: center;
}

.reports-title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #1f1e24;
    text-align: left;
    width: 45%;
    margin-right: 1%;
}
.reports-title span {
    font-size: 16px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: left;
    display: block;
}
.reports-title a {
    font-size: 12px;
    font-style: italic;
    color: #1f1e24;
    font-weight: normal;
    margin-top: 17px;
    display: block;
    text-decoration: none;
}
	
.ir-heading {
    font-size: 22px;
    font-weight: bold;
    color: #1f1e24;
    margin-bottom: 50px;
}

.news-alert-cont {
    width: 360px;
    float: right;
    padding-right:0;
}
.ir-cnt-cont {
    width: 360px;
    padding-left:0;
}	

.ir-contact:after {
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    left: 375px;
    background: url(../images/contact-bg-offside.jpg) no-repeat;
    z-index: 99;
}
.cnt-details {
    background: #fff;
    width: 316px;
    padding: 50px 20px;
    margin-top: 24px;
}
}


@media(max-width:767px){
	
	
	
	
	.key-value span {
    font-size: 50px;
    font-weight: bold;
}
	
.key-value {
    font-size: 30px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: center;
	margin-bottom:15px;
}
.reports-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #1f1e24;
    text-align: left;
    width: 25%;
	margin-left: 25%;
	margin-bottom:30px;
}
.report-pic {
    float: left;
    width: 40%;
    margin-left: 0%;
	margin-bottom:30px;
}
.news-alert {
    background: url(../images/news-alert-bg.jpg) no-repeat;
    padding: 50px 15px;
    z-index: 9999;
    background-size: cover;
}
.ir-contact {
    background: url(../images/contact-bg.jpg) no-repeat;
    padding: 50px 15px;
    z-index: 9999;
    background-size: cover;
}
.ir-contact:after {
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    left: 585px;
    background:none;
    z-index: 99;
}
.news-alert:before {
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    left: -359px;
    background:none;
    z-index: 99;
}

.news-alert-cont {
    width: 100%;
    float: none;
    padding-right: 0;
}

.ir-cnt-cont {
    width: 100%;
    padding-left: 0;
    float: none;
}
.viewmore {
	margin-bottom:50px;
	
}
	
}



@media(max-width:530px){
	
.report-container{
	margin-left: auto;
    margin-right: auto;
    width: 50%;
	
}
	
	.reports-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #1f1e24;
    text-align: left;
    width: 50%;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
}
.report-pic {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-bottom: 30px;
}

.ir-heading {
    font-size: 24px;
    font-weight: bold;
    color: #1f1e24;
    margin-bottom: 25px;
}

.head-news {
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 25px;
}
.head-cnt {
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 25px;
}	
	
}


@media(max-width:480px){
	
	
	.key-value {
    font-size: 18px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: center;
    margin-bottom: 15px;
}
	.key-value span {
    font-size: 30px;
    font-weight: bold;
}
	
	.ir-heading {
    font-size: 22px;
    font-weight: bold;
    color: #1f1e24;
    margin-bottom: 25px;
}

.head-news {
    font-size: 22px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 25px;
}
.head-cnt {
    font-size: 22px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 25px;
}	
	
.reports-title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #1f1e24;
    text-align: left;
    width: 50%;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
}
.reports-title span {
    font-size: 16px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: left;
    display: block;
}
.reports-title a {
    font-size: 15px;
    font-style: italic;
    color: #1f1e24;
    font-weight: normal;
    margin-top: 17px;
    display: block;
    text-decoration: none;
    position: relative;
    width: 200%;
}	
	
.reports-title a:hover {
    color: #f15d05;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
	position: relative;
    width: 200%;
}

.viewmore {
    font-size: 15px;
    font-style: italic;
    color: #1f1e24;
    font-weight: normal;
    margin-top: 17px;
    display: block;
    text-decoration: none;
}	

.viewmore:hover {
    font-size: 15px;
    font-style: italic;
    color: #f15d05;
    text-decoration: none;
    font-weight: normal;
    margin-top: 17px;
    display: block;
    text-decoration: none;
}
	
}

@media(max-width:414px){
	
	.key-value {
    font-size: 16px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: center;
    margin-bottom: 15px;
}
	
	.key-value span {
    font-size: 26px;
    font-weight: bold;
}
	
}


@media(max-width:320px){
	.ir-heading {
    font-size: 20px;
    font-weight: bold;
    color: #1f1e24;
    margin-bottom: 25px;
}

.key-subtitle {
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    color: #f37326;
}

.key-value span {
    font-size: 24px;
    font-weight: bold;
}

.report-container {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.reports-title span {
    font-size: 15px;
    font-weight: lighter;
    color: #1f1e24;
    text-align: left;
    display: block;
}
.reports-title {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #1f1e24;
    text-align: left;
    width: 50%;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
}
.slide-date {
    float: left;
    width: 14%;
    height: 231px;
    padding: 15px;
    background: #ebebeb;
    display: table;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.slide-text {
    float: left;
    width: 65%;
    height: 231px;
    padding: 15px;
    background: #fff;
    display: table;
}
.cnt-name {
    font-weight: 900;
    font-size: 16px;
    color: #1f1e24;
    margin-bottom: 30px;
}
.cnt-details a {
    font-weight: 900;
    font-size: 16px;
    color: #1f1e24;
    display: block;
}

.cnt-details {
    background: #fff;
    width: 248px;
    padding: 50px 20px;
    margin-top: 24px;
}
	
}











