    			
/*--- custom style ---*/

html, body{ 
    height:100%; 
}

body{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: "franklin-gothic-urw";
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
   	color: #304771;
}

h2 {
    font-family: "franklin-gothic-urw";
    font-size: 36px;
    font-weight: 500;
    line-height: 38px;
   	color: #304771;
   	padding-bottom: 20px;
}

h3 {
    font-family: "franklin-gothic-urw";
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
   	color: #304771;
}

h4 {
    font-family: "franklin-gothic-urw";
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
   	color: #304771;
}

h5 {
    font-family: "franklin-gothic-urw";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
   	color: #304771;
}

h6 {
    font-family: "franklin-gothic-urw";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
   	color: #ffffff;
}

a {
    font-weight: 700;
   	color: #b4b4b4;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
a:focus {
   	color: #b4b4b4;
    text-decoration: none;
}
a:hover {
	color: #304771;
	text-decoration: none;
}

p {
    font-family: "franklin-gothic-urw";
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
   	color: #000000;
    padding-bottom: 15px;
    margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-webkit-input-placeholder { color:#000000; }
::-moz-placeholder { color:#000000; } 
:-ms-input-placeholder { color:#000000; } 
input:-moz-placeholder { color:#000000; }


/*--- icons style ---*/
@font-face {
	font-family: 'aaasc';
	src:url('/fonts/aaasc.eot?1ey13z');
	src:url('/fonts/aaasc.eot?1ey13z#iefix') format('embedded-opentype'),
		url('/fonts/aaasc.ttf?1ey13z') format('truetype'),
		url('/fonts/aaasc.woff?1ey13z') format('woff'),
		url('/fonts/aaasc.svg?1ey13z#aaasc') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'aaasc';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon1aaasc-:before {
	content: "\e900";
}
.icon-icon2aaasc-:before {
	content: "\e901";
}
.icon-icon3aaasc-:before {
	content: "\e902";
}
.icon-icon4aaasc-:before {
	content: "\e903";
}
.icon-icon5aaasc-:before {
	content: "\e904";
}
/*--- icons style ---*/



/*--- header starts ---*/

.header-container{
	width: 100%;
	float: left;
	border-bottom: 2px solid #e2e3e3;
}

.header{
	width: 100%;
	float: left;
	padding: 16px 0 9px;
}

.logo{
	width: 22.2%;
	float: left;
}

.why-use-btn{
	width: auto;
	float: right;
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	border-bottom: 6px solid #a0c9cf;
	background: #4da5b1;
	margin: 1px 0 0;
	padding: 15px 75px 16px;
	text-shadow: 0px 2px #1b7786;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.why-use-btn:focus {
	color: #ffffff;
}
.why-use-btn:hover{
	color: #ffffff;
	border-bottom: 6px solid #649ea8;
}

.why-use-btn:hover:after{
	width: auto;
	content: "\e900";
	font-family: 'aaasc';
	font-size: 44px;
	color: #a6d2d8;
	position: absolute;
	right: 11px;
	top: 15px;
	text-shadow: none;
}

.main-menu{
	width: 77.8%;
	float: right;
	padding: 22px 0 0;
}

.main-menu ul{
	width: auto;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu ul li{
	width: auto;
	float: left;
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0 0 15px;
	position: relative;
}

.main-menu ul li:first-child{
	margin: 0;
}

.main-menu ul li a{
	width: 100%;
	float: left;
	font-family: "franklin-gothic-urw";
	font-size: 18px;
	line-height: 20px;
}

.main-menu ul li:hover a,
.main-menu ul li:hover ul li:hover a,
.main-menu ul li:hover ul li:hover ul li:hover a{
	color: #304771;
}

.main-menu ul li:hover ul li a,
.main-menu ul li:hover ul li:hover ul li a{
	color: #b4b4b4;
}

.main-menu ul li ul{
	width: 200px;
	float: left;
	position: absolute;
	left: 0;
	top: 35px;
	background: #ffffff;
	border: 1px solid #e2e3e3;
	z-index: 9999;
	display: none;
}

.main-menu ul li ul li{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e2e3e3;
}

.main-menu ul li ul li:first-child{
	border: 0;
}

.main-menu ul li ul li a{
	width: 100%;
	float: left;
	padding: 6px 15px;
}

.main-menu ul li ul li ul{
	width: 200px;
	float: left;
	position: absolute;
	left: 100%;
	top: -1px;
	background: #ffffff;
	border: 1px solid #e2e3e3;
	z-index: 9999;
	display: none;
}

.main-menu ul li:hover ul{
	display: block;
}

.main-menu ul li:hover ul li ul{
	display: none;
}

.main-menu ul li ul li:hover ul{
	display: block;
}

.main-menu ul li:nth-last-child(1) ul{
	left: inherit;
    right: 0;
}

.main-menu ul li:nth-last-child(1) ul ul,
.main-menu ul li:nth-last-child(2) ul ul{
    left: inherit;
    right: 100%;
}

.main-menu ul li ul li:nth-last-child(1) ul,
.main-menu ul li ul li:nth-last-child(1) ul{
    left: 100%;
    right: inherit;
}

.display-menu {
    display: none;
}

/*--- header ends ---*/



/*--- content starts ---*/

.content-container{
	width: 100%;
	float: left;
}

.banner-container{
	width: 100%;
	float: left;
	background: url(/images/banner-bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

.banner-container:after{
	width: 100%;
	height: 53px;
	content: "";
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 2px solid #d9dadc;
}

.banner{
	width: 100%;
	float: left;
	border-bottom: 20px solid #304771;
	z-index: 100;
	position: relative;
}

.banner:before{
	width: 20px;
	height: 51px;
	content: "";
	background: #304771;
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.banner:after{
	width: 20px;
	height: 51px;
	content: "";
	background: #304771;
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.welcome-container{
	width: 100%;
	float: left;
	padding: 53px 0 55px;
}

.welcome-section{
	width: 60%;
	float: left;
}

.welcome-section>div{
		padding:0 50px 15px 0px;
    font-family: "franklin-gothic-urw";
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
   	color: #000000;
    margin: 0;
}

.welcome-btn-section{
	width: 100%;
	float: left;
	text-align: center;
	padding: 12px 0 0;
}

.welcome-btns{
	width: 470px;
	float: none;
	display: inline-block;
}

.welcome-btn{
	width: 100%;
	float: none;
	font-weight: 500;
	font-size: 36px;
	line-height: 38px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 6px solid #a0c9cf;
	background: #4da5b1;
	padding: 19px 0 11px;
	margin: 19px 0 0;
	text-shadow: 0px 2px #1b7786;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.welcome-btn i{
	float: none;
	font-size: 42px;
	color: #ffffff;
	margin: 0 10px 9px 0;
	display: inline-block;
	vertical-align: middle;
}

.welcome-btn:hover{
	color: #ffffff;
	border-bottom: 6px solid #649ea8;
}

.welcome-btn:hover:after{
	width: auto;
	content: "\e901";
	font-family: 'aaasc';
	font-size: 60px;
	color: #a6d2d8;
	position: absolute;
	right: 19px;
	top: 21px;
	text-shadow: none;
}

.newsfeed-section{
	width: 40%;
	float: left;
	text-align: center;
	padding: 0 9px;
}

.newsfeed-section-area{
	width: 100%;
	max-height: 454px;
	overflow:hidden;
	margin: 7px 0 0;
	border: 1px solid #cccccc;
	border-left: none;
/*
	float: left;
	border-left: 1px solid #cccccc;
	text-align: left;
*/
}

.newsfeed-section-title{
	width: 100%;
	float: left;
	background: url(/images/newsfeed-bg.png) left top no-repeat;
	background-size: 100% 24px;
}

.newsfeed-section-title h6{
	width: 100%;
	text-align:left;
	padding: 3px 5px 5px;
	background: url(/images/asca-logo.png) right 2px no-repeat;
}

.newsfeed-section-list{
	width: 100%;
	float: left;
	background: #ffffff;
}

.newsfeed-section-list ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0; 
}

.newsfeed-section-list ul li{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #cccccc;
}

.news{
	width: 100%;
	float: left;
	padding: 6px 6px 8px;
}

.news h6 a{
	width: 100%;
	float: left;
	font-family: "franklin-gothic-urw";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
	color: #0248c2;
}

.news h6 a:hover{
	color: #36424a;
}

.news p{
	width: 100%;
	float: left;
	font-family: "franklin-gothic-urw";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
	color: #36424a;
	padding: 1px 0 0;
}

/*--- content ends ---*/



/*--- footer starts ---*/

.footer-container{
	width: 100%;
	float: left;
	padding: 28px 0 18px;
	background: #304771;
}

.footer-left{
	width: 50%;
	float: left;
}

.copyright{
	width: 100%;
	float: left;
}

.copyright>div{
	width: 100%;
	float: left;
	font-family: "franklin-gothic-urw";
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
	color: #feffff;
	padding: 0;
}

.copyright>div a{
	font-family: "franklin-gothic-urw";
	font-size: 12px;
	line-height: 13px;
	font-weight: 700;
	color: #a0c9cf;
}

.copyright>div a:hover{
	color: #b4b4b4;
}

.website-by{
	width: 100%;
	float: left;
	padding-top: 8px;
}

.website-by>div{
	width: 100%;
	float: left;
	font-family: "franklin-gothic-urw";
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
	color: #feffff;
	padding: 0;
}

.website-by>div a{
	font-family: "franklin-gothic-urw";
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
	color: #feffff;
}

.website-by>div a img{
	margin: -7px 3px 0 2px;
}

.website-by>div a:hover{
	color: #b4b4b4;
}

.footer-right{
	width: 50%;
	float: left;
}

.footer-address{
	width: 100%;
	float: left;
}

.footer-address ul{
	width: auto;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-address ul li{
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "franklin-gothic-urw";
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #feffff;
	background: url(/images/footer-divider.png) left 3px no-repeat;
	padding: 0 10px 0 12px;
}

.footer-address ul li:first-child{
	background: none;
	padding: 0 10px 0 0;
}

.footer-address ul li.last_li{
	padding: 0 0 0 12px;
}

.contact-number{
	width: 100%;
	float: left;
	padding: 2px 0 0;
}

.contact-number a{
	width: auto;
	float: right;
	font-family: "franklin-gothic-urw";
	font-size: 18px;
	line-height: 19px;
	font-weight: 500;
	color: #feffff;
}

.contact-number a:hover{
	color: #b4b4b4;
}

/*--- footer ends ---*/

