.home-dld{display: inline-block; background: #fff; margin-left: 50px; margin-bottom: 20px;display: block;}
	
	.home-dld a{color: #6E93BE!important;text-decoration: none !important;padding: 15px; display: block; font-weight:500;position:relative}
	
	.home-dld a:before{position: absolute;content: ''; top: 0; left: -50px; width: 47px; height: 48px; background: #fff;background-image: url(../images/pdf-downloads.png);  background-repeat: no-repeat;}
	
	.home-dld2{display: inline-block; background: #fff; margin-left: 50px;  margin-bottom: 20px;display: block;}
	.home-dld2 a{color: #6E93BE!important;text-decoration: none !important;padding: 15px; display: block; font-weight:500;position:relative}
	.home-dld2 a:before{position: absolute;content: ''; top: 0; left: -50px; width: 47px; height: 48px; background: #fff;background-image: url(../images/excel-downloads.png);  background-repeat: no-repeat;}
	
	.home-dld2:hover, .home-dld:hover{background: #6E93BE;}
	.home-dld2 a:hover, .home-dld a:hover{color: #fff!important;}
	

	h4 {color: #347FF6;font-size: 23px; margin-bottom: 0; margin-top: 0!important;}
	
	
	.home-banner-img{min-height:550px;border-bottom:1px solid #6E93BE;background:url(../images/home-banner.png);background-size:cover}
	
	
.hexagon2{width:210px; height:125px}
.hexagon2:before{content: ""; position: absolute; top: -54.8675px; left: 0; width: 0; height: 0; border-left: 105px solid transparent; border-right: 105px solid transparent; border-bottom: 55.8675px solid #159FB8; z-index: -1;}
.hexagon2 p span{ font-size:35px}	
.hexagon2 p { font-size:18px}	
.hexagon2:after {content: ""; position: absolute; bottom: -54.8675px; left: 0; width: 0; height: 0; border-left: 105px solid transparent;border-right: 105px solid transparent; border-top: 55.8675px solid #159FB8; z-index: -1;}



.downloads-section{background: #F0F4F9; color: #6E93BE; padding-top: 50px; padding-bottom: 100px; overflow: hidden;border-top: #6E93BE 1px solid;}
ul.list-downloads {padding-left: 0;}
ul.list-downloads li::marker {display: none;}
ul.list-downloads li {
	padding-right: 90px;
	position: relative;
	color: #6E93BE;
	font-size: 16px;
	line-height: 1.4;
	margin: 18px 0;
	font-size: 17px !important;
	list-style-type: none;
	transition: padding-left 0.3s, background 0.3s, color 0.3s;
}

ul.list-downloads li:after {
	position: absolute;
	content: '';
	top: 5px;
	right: 70px;
	width: 20px;
	height: 15px;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;

}	
			
			
ul.list-downloads li a {
    color: #6E93BE!important;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: border-bottom 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    line-height: 1.4;
    padding-bottom: 5px;
}
			
			
			
ul.list-downloads li a:before {
	content: '';
	width: 0;
	border-bottom: 2px solid #6E93BE;
	position: absolute;
	height: 0;
	bottom: -2px;
	left: 0;
	transition: all .5s linear;
	display: inline-block;
}
			
			
ul.list-downloads li a:hover {
    border-bottom: 2px solid #6E93BE;
    transition: all .5s linear;
    text-decoration: none;
}
			
			
		ul.list-downloads li a:hover:before {
    width: 100%;
}	
			
.downloads-section .container{position: relative;}	

.downloads-section .container::before {
	content: "";
	position: absolute;
	height: 335px;
	width: 100%;
	left: -85px;
	bottom: -120px;
	background-image: url(../images/downloads-hexagon.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}


@media screen and (max-width:1200px)
{
.home-none{display:none}

.home-banner-img {background: none;}


}




