@charset "utf-8";
/* CSS Document */

/*embeded fonts*/
@font-face {
    font-family: 'killarneyregular';
    src: url('../fonts/killarney-w13w9_0-webfont.woff2') format('woff2'),
         url('../fonts/killarney-w13w9_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.paragraph-break {
	display:block;
}
.first-section {padding-bottom:60px;}
.second-section {}

/*site css*/
.banner {
	background-image:url(../images/banner_background.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	height:799px;
	width:100%;
}
.logo {
	padding-top:70px;
}
.banner-heading {
	color:#fff;
	font-family: 'killarneyregular';
	font-size:70px;
	margin-top:180px;
}
.banner-sub-heading {
	color:#fff;
	font-size:22px;
	font-family: 'ralewaysemibold';
	padding-top:35px;
	line-height:35px;
}

.main {
	padding:100px 0;
}
h1 {
	color:#002366;
	font-family: 'open_sansbold';
	font-size:28px;
	margin-bottom:25px;
}
h1 span {
	color:#464646;
	font-family: 'open_sanssemibold';
	font-size:18px;
	margin-bottom:5px;
}

.home-form {
	background-color:#f7f7f7;
	padding:30px 30px 50px;
}
.form-heading {
	color:#002366;
	font-family: 'open_sanssemibold';
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:50px;
}
.loader {
	position:absolute;
	bottom: 10px;
	right: -50px;
}
.loader img {
	width:50%;
}
.msg {
    color: #198b1e;
    font-size: 14px;
    margin: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}


.pic-block {
	background-color:#ccc;
	height:170px;
	margin-bottom:30px;
	position:relative;
	text-align:center;
	overflow:hidden;
}
.pic-block img {
	height:100%;
	width:100%;
}
.pic-block-title {
	background-color:rgba(0,35,102,0.8);
	bottom:0px;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:4px 25px;
	left:0px;
	position:absolute;
}
h2 {
	color:#002366;
	font-family: 'open_sansbold';
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:20px;
}
ul.listing {
	margin-left:10px;
}
ul.listing li {
	color:#484848;
	list-style-type:none;
	margin-bottom:10px;
	position:relative;
}
ul.listing li:before {
	background-color: #484848;
	border-radius: 50%;
	content: "";
	height: 5px;
	position: absolute;
	top: 14px;
	margin-left: -15px;
	width: 5px;
}


footer {
	background-color:#e2e2e2;
	color:#424242;
	font-size:14px;
	padding:25px 0;
}
footer a {color:#424242;}
.footer-copyright {text-align:left}
.footer-contact {text-align:right}


/*device css*/
@media only screen
and (min-width : 320px )
and (max-width : 767px ) {
	.banner {height:250px;}
	.banner-heading {
		font-size:20px;
		margin-top:20px;
	}
	.banner-sub-heading {
		font-size:12px;
		padding-top:0px;
		line-height:18px;
	}
	.paragraph-break {display:inline}
	.main {padding:0px 0 30px;}
	.logo {padding-top: 20px;}
	.logo img {width:30%;}
	.pic-block {height:auto; margin-bottom:30px!important;}
	.home-form {padding:30px;}
	.msg {margin-top:10px; position:relative; line-height:normal; width:100%;}
	.footer-copyright {text-align:center}
	.footer-contact {text-align:center}
}
@media only screen
and (min-width : 540px )
and (max-width : 650px ) {
	.banner {height:370px;}
	.banner-heading {
		font-size:35px;
		margin-top:75px;
	}
	.banner-sub-heading {
		font-size:15px;
		padding-top:10px;
		line-height:25px;
	}
}
@media only screen
and (min-width : 568px )
and (max-width : 600px ) {
	.banner {height:370px;}
	.banner-heading {
		font-size:35px;
		margin-top:75px;
	}
	.banner-sub-heading {
		font-size:15px;
		padding-top:10px;
		line-height:25px;
	}
}
@media only screen
and (min-width : 640px )
and (max-width : 740px ) {
	.banner {height:435px;}
	.banner-heading {
		font-size:35px;
		margin-top:130px;
	}
	.banner-sub-heading {
		font-size:15px;
		padding-top:10px;
		line-height:25px;
	}
}
@media only screen
and (min-width : 768px )
and (max-width : 1024px ) {
	body {
		font-size:16px;
		line-height:28px;
	}
	.banner {height:480px}
	.main {padding:50px 0;}
	.logo img {width:30%;}
	.banner-heading {
		font-size:40px;
		margin-top:80px;
	}
	.banner-sub-heading {
		font-size:18px;
		padding-top:15px;
		line-height:28px;
	}
	.pic-block {height:auto;}
	.home-form {padding:30px;}
	.msg {margin-top:10px; position:relative; line-height:normal; width:100%;}
}
@media only screen
and (min-width : 1024px )
and (max-width : 1050px ) {
	.banner {height:610px}
	.banner-heading {
		font-size:50px;
		margin-top:150px;
	}
	.banner-sub-heading {
		font-size:20px;
		padding-top:20px;
		line-height:30px;
	}
}
@media only screen
and (min-width : 1280px )
and (max-width : 1290px ) {
	.banner {height:750px}
}
