@import url("../fonts/font-awesome.css");				/* Font Awesome Icons */
@import url("../fonts/font-awesome.min.css");				/* Font Awesome Icons */

.pdf-download-link{
	color: #fff;
	font-weight: bold;
	background: #123444;
	padding: 7px;
	outline: none;
	padding-left: 20px;
    padding-right: 20px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pdf-download-link:hover
{
	background: #22B9F1;
}
.btn-see-more-transparent:hover, .generate-pdf-btn:hover
{
	background: #22B9F1 !important;
}
.pdf-download-link:hover{
	text-decoration: none;
	color: #fff;

}
.left-full-line
{
	border-left: 1px solid #fff;
	padding-left: 10%;
	margin-left: 15%;
}
.lead {
    font-size: 1.15rem;
    font-weight: 300;
}
.big-numbers
{
	font-size: 30px;
	line-height: 1;
}
.btn-see-more, .generate-pdf-btn{
	color: #000;
	background: #fff;
	padding: 7px;
	border: thin solid grey;
	text-decoration: none !important;
	border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-see-more:hover, .generate-pdf-btn:hover
{
	background: #123444;
    color: #fff !important;;
}
.quote-home
{
	float: left;
	/*width: 70px;*/
	/*margin-right: 10px;*/
	margin-top: 30px;
}


.quote-home-close
{
	float: right;
	/*width: 70px;*/
	/*margin-right: 10px;*/
	margin-bottom: 30px;
}

.quote-home img
{
	width: 100%;
}
.our-report-img
{
	margin-top: 30px;
}
.quote-home-text
{
	margin-top: 30px;
	float: left;
	width: 90%;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}
.btn-see-more:hover, .generate-pdf-btn:hover{

	color: #000;
}

body {
	font-size: 14px;
}
h1, .h1 {
    font-size: 2rem;
	font-weight: 300;
	
}

h2, .h2 {
	font-weight: 300;
	 font-size: 1.5rem;
}
span {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {}

.advtech-blue {
	color: #133D8D;
}

img {
	width: 100%;
}

/* HEADER START */
header {
	/*border-bottom: 1px solid #000000;*/
	/*position: fixed;
	z-index: 4;
	background: #fff;
	width: 100%;
	top: 0%;*/
	/*margin-bottom: 200px !important;*/
	/*border-bottom: thin solid red*/
}


.logo .navbar-brand img {
	max-width: 180px;
	    margin-top: -20px;
}

.brand-right-content {
	margin-top: -100px;
}

.report-tagline {
	position: relative;
	min-height: 50px;
	padding-top: 0px;
}

.report-tagline span {
	text-align: right;
	display: flex;
	position: absolute;
	right: 0px;
	margin-top: 40px;
	font-size: 20px;
    line-height: 1;
	font-weight: 300;
	margin-right: 8px
}

.navbar {
	padding: 0px;
	margin-bottom: 10px;
}

.navbar-nav {
    padding-left: inherit;
}

ul.navbar-nav li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul.navbar-nav li a {
	color: #000000;
	text-align: center;
	border-left: 1px solid #000000;
	padding: 0px;
	font-size: 13px;
}

li.nav-download a {
	border-left: none !important;
	padding-right: 0px !important;
}

.nav-item.first a {
	border-left: none;
}

.nav-download-btn {
	padding: 5px 8px 7px;
	background-color: #133D8D;
	margin-top: -6px;
}

.nav-download-btn img {
	width: 20px;
}

.navbar-toggler {
	background-color: #123444;
	border-radius: 0px;
	color: #FFFFFF;
	padding: 10px 15px;
}

.dropdown-menu {
	background-color: #000000;
	border-radius: 0px;
	border: none;
	min-width: 260px;
	padding: 15px 18px 30px;
	margin-top: 10px;
}

li.dropdown .dropdown-menu a {
	padding: 5px 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: left;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

li.dropdown .dropdown-menu a:hover {
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #133D8D;
}
/* HEADER END */

/* FOOTER START */
footer {
	background-color: #78B2D2;
	margin-top: 5px;
}

.footer-reports {
	padding-top: 30px;
	padding-bottom: 10px;
}

.footer-report-block {
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #123444;
}

.footer-report-block-bg {
	background-color: #000;
	position: absolute;
	left: -6%;
	top: -100%;
	width: 0%;
	height: 0%;
	transform: rotate(45deg);
}

.footer-report-block:hover .footer-report-block-bg {
	top: -90%;
	width: 250%;
	height: 250%;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.footer-report-block p {
	padding: 15px;
    top: 17%;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    width: 94%;
    font-size: 23px;
    line-height: 1.2;
}

.footer-copyright {
	text-align: center;
	color: #FFFFFF;
	padding: 35px;
}
/* FOOTER END */

.home-banner {
	background-color: #FFFFFF;
}

.home-banner .home-banner-text h1 {
	padding-top: 30%;
	padding-left: 35px;
}


.page-banner {
	padding-bottom: 30px;
}

.page-banner-container {
	background-color: #133D8D;
	min-height: 200px;
	padding: 50px 20px 20px;
	position: relative;
}

.page-banner-container .page-banner-text {
	color: #FFFFFF;
	padding-top: 50px;
	bottom: -130px;
}

.home-highlights {
	background-color: #FFCB05;
	padding-top: 35px;
	padding-bottom: 35px;
}

.highlights-block {
	padding: 15px;
	text-align: center;
}

#highlights-block1 {
	background-color: #CBCFE1;
}

#highlights-block1 .highlights-block-arrow .highlights-block-number {
	color: #5585C5;
}

#highlights-block2 {
	background-color: #CBCFE1;
}

#highlights-block2 .highlights-block-arrow .highlights-block-number-no-arrow {
	color: #5585C5;
}

#highlights-block3 {
	background-color: #C4E9FB;
}

#highlights-block3 .highlights-block-arrow .highlights-block-number {
	color: #008595;
}

#highlights-block4 {
	background-color: #CCEAE7;
}

#highlights-block4 .highlights-block-arrow .highlights-block-number-no-arrow {
	color: #000000;
}

#highlights-block4 .highlights-block-arrow .highlights-block-number-no-arrow a {
	color: #000000;
	font-size: 30px;
}

.highlights-block .highlights-block-icon {
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.highlights-block .highlights-block-icon h4 {
	margin-bottom: 0px;
}

.highlights-block .highlights-block-arrow {
	position: relative;
}

.highlights-block .highlights-block-arrow img {
	position: absolute;
	width: 40px;
	top: 30px;
	left: 5px;
}

.highlights-block-arrow .highlights-block-number {
	padding-left: 40px;
	font-size: 65px;
}

.highlights-block-arrow .highlights-block-number-no-arrow {
	font-size: 65px;
}

.highlights-block-arrow .highlights-block-sub-number {
	font-size: 18px;
}

.highlights-block .highlights-block-line {
	background-color: #FFFFFF;
	height: 5px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.highlights-block-inner {
	background-color: #44C8F5;
	padding: 15px;
}

.financial-menu {
	margin-bottom: 30px;
}

.financial-menu .financial-menu-triggers a {
	color: #000000;
}

.financial-menu .financial-menu-triggers a:hover {
	color: #133D8D;
	text-decoration: none;
}

.financial-menu .financial-menu-triggers a.active {
	color: #133D8D;
	font-weight: bold;
}

.financial-menu-content {
	display: none;
}

.display {
	display: block;
}

.financial-menu .financial-menu-content ul a {
	color: #000000;
	text-decoration: none;
}
.board-text-pad
{
	padding-top: 7%;
}
.financial-menu .financial-menu-content ul a li {
	padding: 5px;
	list-style: none;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.financial-menu .financial-menu-content ul a:hover li {
	padding-left: 12px;
	color: #133D8D;
}

.financial-menu .financial-menu-content ul a li i {
	font-size: 10px;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.financial-menu .financial-menu-content ul a:hover li i {
	padding-left: 12px;
}

/* FINANCIAL TABLE START */
.fin-bottom{border-bottom: 1px solid #000;}
.fin-left{border-left: 1px solid #000;}
.fin-right{border-right: 1px solid #000;}
.fin-bottom-left{border-bottom: 1px solid #000; border-left: 1px solid #000;}
.fin-bottom-right{border-bottom: 1px solid #000;border-right: 1px solid #000;}
.fin-bottom-top{border-bottom: 1px solid #000;border-top: 1px solid #000;}
.fin-top{border-top: 1px solid #000;}
.fin-top-left{border-top: 1px solid #000;border-left: 1px solid #000;}
.fin-top-right{border-top: 1px solid #000;border-right: 1px solid #000;}
.fin-top-thick{border-top: 3px solid #000;}
.fin-top-thick-left{border-top: 3px solid #000;border-left: 1px solid #000;}
.fin-top-thick-right{border-top: 3px solid #000;border-right: 1px solid #000;}
.fin-bottom-thick{border-bottom: 3px solid #000;}
.fin-bottom-thick-left{border-bottom: 3px solid #000;border-left: 1px solid #000;}
.fin-bottom-thick-right{border-bottom: 3px solid #000;border-right: 1px solid #000;}
.fin-top-thick-bottom{border-bottom: 3px solid #000;border-top: 1px solid #000;}
.fin-bottom-thick-top{border-bottom: 1px solid #000;border-top: 3px solid #000;}
.fin-column {background-color: #DEEEF1}
.fin-column-bottom{border-bottom: 1px solid #000;background: #DEEEF1}
.fin-column-right{border-right: 1px solid #000;background: #DEEEF1}
.fin-column-left{border-left: 1px solid #000;background: #DEEEF1}
.fin-column-bottom-left{border-bottom: 1px solid #000; border-left: 1px solid #000;background: #DEEEF1}
.fin-column-bottom-right{border-bottom: 1px solid #000;border-right: 1px solid #000;background: #DEEEF1}
.fin-column-bottom-top{border-bottom: 1px solid #000;border-top: 1px solid #000;background: #DEEEF1}
.fin-column-top{border-top: 1px solid #000;background: #DEEEF1}
.fin-column-top-left{border-top: 1px solid #000;border-left: 1px solid #000;background: #DEEEF1}
.fin-column-top-right{border-top: 1px solid #000;border-right: 1px solid #000;background: #DEEEF1}
.fin-column-top-thick{border-top: 3px solid #000;background: #DEEEF1}
.fin-column-top-thick-left{border-top: 3px solid #000;border-left: 1px solid #000;background: #DEEEF1}
.fin-column-top-thick{border-top: 3px solid #000;background: #DEEEF1}
.fin-column-bottom-thick-left{border-bottom: 3px solid #000;border-left: 1px solid #000;background: #DEEEF1}
.fin-column-bottom-thick-right{border-bottom: 3px solid #000;border-right: 1px solid #000;background: #DEEEF1}
.fin-column-bottom-thick{border-bottom: 3px solid #000;background: #DEEEF1}
.fin-column-color {background: #DEEEF1;}
.fin-bgcolor{background: #DEEEF1}
/* FINANCIAL TABLE END */

@media only screen and (max-width: 991px) {
	.logo a {
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.brand-right-content {
		margin-top: 0px;
		padding-top: 10px;
		border-top: 1px solid #000000;
		position: relative;
	}
	.report-tagline {
		padding-top: 13px;
	}
	
	.report-tagline span {
		position: relative;
	}
	
	.navbar-toggler {
		margin-top: -50px;
		position: absolute;
		right: 0px;
		top: 5px;
	}
	
	ul.navbar-nav {
		background-color: #123444;
		margin-top: 10px;
	}
	
	ul.navbar-nav li {
		border-bottom: 1px solid #FFFFFF;
		padding: 10px;
	}
	
	ul.navbar-nav li a {
		border-left: none;
		color: #FFFFFF;
		text-align: left;
	}
	
	.nav-download-btn {
		padding: 2px;
	}
	
	.highlights-block .highlights-block-arrow img {
		left: 34%;
	}
	
	.highlights-block-inner .highlights-block-arrow img {
		left: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.page-banner-container {
		padding: 20px;
	}
	
	.home-banner .home-banner-text h1 {
		padding-top: 20px;
		font-size: 25px;
	}
	
	.highlights-block .highlights-block-arrow img {
		left: 25%;
	}
	
	.highlights-block-inner .highlights-block-arrow img {
		left: 26%;
	}
}