@charset "utf-8";
/* CSS Document */
html
{
	
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	line-height:20px;
	color: #646464;
	font-weight:400;
}
a, a:hover, a:focus, a:active
{
	text-decoration:none;
}
a
{
  color: #bf3a90;
}
a:hover
{
	color:#e7ca2f;
}
img, input
{
	outline:none;
}

#header
{
	background-color:#fff;padding:10px 0px;
}
#header a
{
	color:#209c87;
}
#sub-header
{
	background-color:#f5f5f5;padding:38px 0px;
}
#header img
{
	 float:left;
}

.logo{
	float:left;
	position: absolute;
    top: 41px;
}


h4
{
	margin: 0;    
    font-size: 20px;    
    color: #000;	
	font-weight:700;
}
h5
{
	font-size:18px; color:#464646;font-weight:500;
	margin:20px 0px;
}
#header h4
{
	float: right;color:#fff;   
}

#sub-header h4{
	text-align:center;
}

.download-btn
{
	font-size:15px;font-weight:500;color:#fff;
	background-color:#209c87;padding:11px 30px;
	border-radius:5px;display:inline-block;
	margin-right:15px;
}
.vew-btn
{
	display:inline-block;
	font-size:15px;font-weight:500;color:#209c87;
}
.report-wrapper {
    margin-top: 65px;
}
.report-left
{
	display:inline-block;
    width: 20%;vertical-align:top;
    margin-right: 4%;
}
.report-right
{
    display:inline-block;padding-top: 20px;
    width: 74%;vertical-align:middle;	
       
}
.report-right h4
{
	margin-bottom:38px;
}
.reportbg-img
{
	margin-top:45px;
}
footer
{
	border-top: 1px solid #ccc;
    margin-top: 40px;
}
footer p
{
	font-size:14px;margin:25px 0px;
}

/*==========  Mobile First Method  ==========*/

/* Large desktops and laptops */
@media (min-width: 1200px)
{
 
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
  
}
@media (min-width: 992px)
{
 
}
@media (max-width: 991px)
{
  
}
/* 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;
}
}
@media (min-width: 768px)
{
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 }
 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 footer
 {
	 text-align:center;
 }
 
 
 #sub-header h4{
	text-align:center;
	margin-left:60px;
}
#header h4 {
   
    color: #fff;
    float: none;
    text-align: center;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) 
{
  .report-wrapper
  {
	  text-align:center;margin-top: 25px;
  }
  .report-wrapper img
  {
	  margin:0 auto;
  }
  .report-left
  {
	  display:block;
	  width: 100%;
	  margin-right: 0px;
  }
  .report-right
  {
	  display:block;
	  width: 100%;
  }	
}
@media (max-width: 350px) {
#header img {
    float: none;
}
#header h4 {
    float:none;
    color: #fff;
    padding: 10px 0px 5px 12px;
   
}
}


@media(max-width:320px){
	#sub-header h4 {
    text-align: center;
    margin-left: 99px;
    font-size: 17px;
}
	
}
