@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
 
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	background: #e1e7ee;;
	height:100%;
	transition: all 0.2s ease-in-out;
	/* text-align:center; */
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/* ---------Content Styles--------------------------------------*/
.navbar-default {background-color: transparent;border-color: transparent;}
.navbar-default .navbar-brand {margin-left: -15px;}
.nav-pills > li.active {padding: 20px 0px 0px;}
.nav-pills > li.active a {background-color: #005468;border-radius: 20px; -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.13);-moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.13);-o-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.13);box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.13); min-width: 130px; height: 40px; text-align: center;transition: all 0.2s ease-in-out;}
.nav-pills > li.active a:hover {background-color: #005468; -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);-moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);-o-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);}
.header {min-height: 80px; background-color: #fff; -webkit-box-shadow: 0 5px 10px rgba(0, 84, 104,0.05); -moz-box-shadow: 0 5px 10px rgba(0, 84, 104,0.05);
	box-shadow: 0 5px 10px rgba(0, 84, 104,0.05);}

section {margin: 300px 0;}
.main-heading {font-size: 50px;font-weight: 800; line-height: 1.1; color: #005468; text-transform: capitalize;font-family: Rubik, sans-serif; font-weight: 700;margin-bottom: 20px;}
.main-heading span {font-size: 70px;}
.sub-heading {font-size: 18px; line-height: 1.1; text-transform: capitalize; margin-bottom: 20px;}
.content-img {margin-top: 100px;}

.login-block {margin-right: 35%;}
.login-block .panel {border-radius: 20px; margin-top: 45px; box-shadow: 0 10px 20px rgba(0, 84, 104, 0.20);}
.login-block .panel-default {border-color: #005468;}
.login-block .panel-default > .panel-heading {background-color: #fff; border-color: transparent; margin-top: -25px; width: 150px; margin-left: auto; margin-right: auto; border-radius: 25px; -webkit-box-shadow: 0 4px 3px rgba(0,0,0,0.05); -moz-box-shadow: 0 4px 3px rgba(0,0,0,0.05); box-shadow: 0 4px 3px rgba(0,0,0,0.05);}
.login-block .panel-title {color: #666; font-size: 18px;}
.login-block .login-block-heading {font-size: 18px;}
.login-block a {text-decoration: none; transition: all 0.2s ease-in-out; display: block; position: relative;color: #005468;}
.login-block a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 30%;
	background-color: rgba(0, 83, 104, 0.555);
	right: -16px;
	top: 25px;
}
.login-block a.no-border::after {display: none;}
.login-block a img {height: 80px;transition: all 0.2s ease-in-out;}
.login-block a:hover img {transform: scale(1.2);}
.login-block a:hover .login-block-heading {color: #005468;}

footer {position: fixed; bottom: 0; right: 0; left: 0; z-index: 1030; min-height: 50px; padding-top: 15px; padding-bottom: 15px;}
footer p {margin-bottom: 0;color: #666;}
footer .right p {text-align: right;}
footer .right p a {color: #666; text-decoration: none;transition: all 0.2s ease-in-out; position: relative; padding-left: 22px;}
footer .right p a::before {position:absolute; content: ""; left: 0; top: 2px; background: url(../img/phone.svg) no-repeat; width: 14px; height: 15px;}
footer .right p a:hover {color: #333;}

/*------  Responsive ------------------------------------------------------*/

@media only screen and  (min-width: 1200px) {
	section {margin: 80px 0 50px;}
	.navbar {
		margin-bottom: 0;
	}
}
@media only screen and  (min-width: 1366px) {
	section {margin: 80px 0 80px;}
	
}
@media only screen and  (min-width: 1440px) {
	section {margin: 170px 0 100px;}
	.container {max-width: 1300px;}
}
@media only screen and  (min-width: 1500px) {
	section {margin: 170px 0 100px;}
	.container {max-width: 1300px;}
}

@media only screen and  (max-width: 1024px) {
	section {margin: 100px 0;}
	.main-heading span {font-size: 60px;}
	.login-block a img {height: 60px;}
	.login-block .login-block-heading {font-size: 16px;}
}
@media only screen and (max-width: 800px) {
	section {margin: 80px 0;}
	.main-heading,.sub-heading {text-align: center;}
	.main-heading span {
		font-size: 70px;
	}
	.login-block {margin-left: 20%; margin-right: 20%;}
	footer p,footer .right p {text-align: center; margin-bottom: 15px;}
	.content-img {margin-top: 50px; width: 70%; text-align: center; margin-left: auto; margin-right: auto;}
}
@media only screen and (max-width: 768px) {
	section {margin: 80px 0;}
	.main-heading,.sub-heading {text-align: center;}
	.main-heading span {
		font-size: 70px;
	}
	.login-block {margin-left: 20%; margin-right: 20%;}
	footer p,footer .right p {text-align: center; margin-bottom: 15px;}
	.content-img {margin-top: 50px; width: 70%; text-align: center; margin-left: auto; margin-right: auto;}
	.navbar {margin-bottom: 10px;}
}
@media only screen and  (max-width: 767px) {
	.nav-pills > li.active {
		padding: 15px 0px;
		width: 100%;
	}
	.navbar-default .navbar-toggle {
		border-color: #005468;
		background: #005468;
		margin-right: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {border-color: #005468;
		background: #005468;}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	footer {position: relative;}
}
@media only screen and  (max-width: 540px) {
	.navbar-brand {padding: 10px 15px;}
	section {margin: 15px 0 10px;}
	.main-heading span {
		font-size: 40px;
	}
	.main-heading {font-size: 30px; margin-top: 0;}
	.sub-heading {
		font-size: 16px;
	}
	.login-block {margin-left: auto; margin-right: auto;}
	.content-img {
		margin-top: 0px;
		margin-bottom: 20px;
		width: 75%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.login-block .panel-title {font-size: 16px;}
	footer {padding-bottom: 0;}
}


@media only screen and  (max-width:375px) {
	.header {min-height: 60px;}
	.hero-text-holder {
		font-size: 25px;
	}
	.main-heading {
		font-size: 25px;
	}
	.main-heading span {
		font-size: 35px;
	}
	.main-title {
		margin-top: 60px;
	}
	.navbar-brand > img {width: 200px;}
	.navbar-toggle {margin-top: 15px;}
	.content-img {
		margin-top: 20px;
		margin-bottom: 10px;
		width: 65%;
	}
	footer p {margin-bottom: 0;}
}
@media only screen and  (max-width:320px) {
	section {
		margin: 0;
	}
	.main-heading {margin-bottom: 10px;}
	.sub-heading {margin-bottom: 10px;}
	.login-block .panel {margin-top: 40px;}
	.navbar {
		margin-bottom: 0;
	}
	.nav-pills > li.active {
		padding: 10px 0px;
	}
}