<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*industry----------------------------*/

.innerpage .container {
    padding-top: 15px !important;
}

.whitebox{
	background:#ffffff;
	padding: 10px 15px;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	
}
.whitebox h1{
	font-size: 24px !important;
	font-weight: 700;
	color:#112a46;
	margin-bottom: 10px;
	
}

.whitebox2{
	background:#ffffff;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: -32px;
	box-shadow: none;

	
}
.whitebox2 p{
	margin-bottom: 5px;
}

 .innerpage{
	padding-bottom: 30px;
}




/*end reports------------------------*/

.request-pdf {
	margin: 0 10px 0 0;
    font-size: 14px;
    padding: 22px 0;
}
			 .buybtn {
    display: block;
	margin: 0 5px 0 9px;}
			 
			 .choose {
 margin: 0 5px;}
			 
			 .buybox select {
   margin: 0 5px;
}


.reportlistbox{
	font-size:14px;
	border:1px solid #ccc;
	padding: 0 10px;
	margin-top: 10px;
	}

.reportlistbox-inerpage{
	background: #ffffff;
	margin-top: 15px;
		margin-bottom: 15px;
	border:none !important;
	
	padding: 5px 15px 0;
}
.reportlistbox h3{
	font-size:16px;
	font-weight: 700;
	margin: 10px 20px 0 0;
	color: #112b48;
	
	}

.reportbotom{
	padding: 0;
	border-top:1px solid #f1f1f1;
	font-size: 12px;
	margin-top: 5px;
}

.reportlistbox-inerpage .reportbotom{
	padding: 10px 0;
	border-top:1px solid #e0e0e0;

}

.reportbotom p{
	padding: 0 0 5px 0 !important;
}

.reportlistbox-inerpage .reportbotom p {
 margin-bottom: 0;
}
.reportprice{
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #112b48;
}
.reportprice span{
	color:#05aa46;
}

.bookcover img{
	margin: 10px 5px;
}
.btnS{
	margin: 0;
	background: none; color:#028aca;
}
.btnS:focus{outline:none; }
.btnS:after {content: "More";  }
.btnS.collapsed:after {content: "More"; }

.btnLess{
	margin: 0;
	background: none; color:#028aca;
}
.btnLess:focus{outline:none; }
.btnLess:after {content: "Less";  }
.btnLess.collapsed:after {content: "Less"; }

.categories a{
	display: block;
	background: #000;
	padding: 10px 20px;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	
}
.categories a:hover{
	color:#05aa46
}

.categories a.active{
	background: #ffffff url("../images/leftmenu-arrow.png") no-repeat right center;
	color:#112b48;
	margin-right: -25px;


}
.leftpanel h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}

.leftbanner{
	margin: 20px 0;
}

.section-bg2{
	background: #f1f1f1;
	padding: 40px 0;
}
.categories{
	    margin-top: 25px;
}
.reportlistbox-inerpage h3{
	margin-bottom: 5px;
}
.search input{
	border:2px solid #ccc;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	background:#fff url("../images/search-icon.png") no-repeat right center
}

.logo-container{
	background: #ffffff;
	padding: 10px;
	text-align: center;
	
}
.logo-container img{
	width: 100px;
	height: auto;
	margin: 20px 0 40px 0;
	
}


.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.sidebar{
	background: #f1f1f1;
	z-index: 100;
}

.reportbook{
	float: right;
	margin-right: 20px;
}

.marquee{
	font-size:14px;
	color:#ffffff;
	
}


.requestsample marquee{
	margin-top: 5px;
	font-size:14px;
	color:#ffffff;
}

.requestsampleform{
	background: url("../img/sample-request-bg.png") no-repeat left top;
	padding: 30px 0;
}


 .button{
	background: #028aca;
	  border:2px solid #028aca;
	border-radius: 5px;
	padding: 7px 20px;
	color:#ffffff;
	text-transform: uppercase;
	font-size:14px;
}
 .button:hover{
	 background: #ffffff;
color: #102843;
	 border:2px solid #028aca;
}






.padd15{
	padding: 15px !important;
}


/* custom*/

.reportlistbox-inerpage a{
	color: #112b48;
}

.reportlistbox-inerpage a:hover {
    color: #05aa46;
    text-decoration: none;
}




.formbox{
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.formbox .form-control{
	border: none;
	border-bottom:2px solid #cccccc;
	border-radius: 0;
	padding: 2px 0;
}

.formbox .form-control:focus {
    color: #102843;
    background-color: #fff;
    border-color: #102843;
    outline: 0;
    box-shadow: none;
}
.formbox .form-group {
   margin-bottom:0;
}
.formbox .form-group&gt;label {
  bottom: 34px;
  left: 0;
  position: relative;
 font-size: 16px;
  transition: 0.2s;
  pointer-events: none;
		color:#999999;
}

.formbox .form-control:focus~label {
  bottom: 55px;
	left:0;
	font-size: 12px;
	color:#999999;
}

.formbox .form-control:valid~label {
  bottom: 55px;
	left:0;
	font-size: 12px;
	color:#999999;
}
.formbox .captcha{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../img/catp.png);
    font-size: 18px;
    font-weight: bold;
}
@media (max-width:575px) {
    .bookcover img{
        display:none;
    }
}



</pre></body></html>