@import url('https://fonts.googleapis.com/css?family=PT+Sans');
/* CSS Document */
img {
	max-width:100%;
}
body {
	width:100%;
	height:100%;
	font-family: 'PT Sans', sans-serif;
	color:#000000;
}
a {
	color:inherit;
	outline:none !important;
	text-decoration:none !important;
}
p {
	font-size:16px;
	text-align:justify;
}
body h1 {
	font-family: 'PT Sans', sans-serif;
}
body h2 {
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
}
body h4 {
	font-family: 'PT Sans', sans-serif;
}
body h3 {
	font-family: 'PT Sans', sans-serif;
}
ul li {
	color:inherit;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.topbg {
	padding:8px;
	clear:both;
	background-color: #6378CC;;
}
.topcon {
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	float:right;
	color:#eee;
}
.topcon i {
	margin-right:5px;
}
.social a i {
	background:#166aa7;
	font-size:14px;
	padding:3px 5px;
	border-radius:10px;
	color:#fff;
}
.social a i:hover {
	background:#1280D0;
}
.header {
	position:relative;
	left:0;
	right:0;
	top:0;
	background-color:#fff;
	z-index:9;
}
.marquee {
	overflow:hidden;
	font-family: 'PT Sans', sans-serif;
	color:#1280D0;
	padding:10px 0 0 0;
}
.fixed-header {
	
	/* position: fixed;*/ 
	top:0px;
	left:0;
	width: 100%;
	z-index:2;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,.3);
	padding:0px;
	-moz-transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	-ms-transition:all ease-in-out 0.2s;
	-o-transition:all ease-in-out 0.2s;
}
.hed {
	padding:15px 0px;
}
.logo {
	width:250px;
	overflow:hidden;
}
.logo img {
	max-width:200px;
}
.main_nav {
}
.navigation {
	margin:6px 0px 0px 0;
	padding:0;
	list-style:none;
	z-index:-99;
	float:right;
	z-index:2;
}
.navigation > li {
	float:left;
	font-family: 'PT Sans', sans-serif;
	padding:0 5px;
}
.navigation > li > a {
	display:block;
	padding:8px 10px;
	color:#000;
	border-radius:3px;
	text-align:right;
}
.navigation > li:hover > a, .navigation > li.active > a {
	background-color:#1A8C36;
	padding:8px 10px;
	color:#fff;
	text-decoration:none;
}
.navigation > li > ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	position:absolute;
	width:240px;
	background-color:#fff;
	display:none;
	box-shadow:0 5px 3px rgba(0, 0, 0, 0.2);
	z-index:1;
}
.navigation > li > ul > li > a {
	color:#fff;
	padding:5px 15px;
	display:block;
	font-family: 'PT Sans', sans-serif;
	background:#1280D0;
}
.navigation > li > ul > li {
	border-top:1px solid #f0f0f0;
}
.navigation > li > ul > li:nth-child(1) {
border-top:none;
}
.navigation > li > ul > li:hover > a {
	background-color:#167A30;
	color:#fff;
	text-decoration:none;
}
.welcom ul {
	margin:0;
	padding:0;
}
.welcom ul li {
	position:relative;
	font-family: 'PT Sans', sans-serif;
	font-size:17px;
	padding:5px 0px 5px 20px;
}
.welcom ul li:before {
	position:absolute;
	content:"\f111";
	font-size:10px;
	font-family: 'FontAwesome';
	left:0;
	top:11px;
}
#respo_menu {
	display:none;
}
.respoicon {
	cursor:pointer;
	padding:10px;
	overflow:hidden;
	margin:30px 0px;
	color:#fff;
	color:#3F1F53;
}
#respo-submenu {
	z-index:9999;
	display:none;
	position:absolute;
	right:0;
	left:0;
	clear:both;
	background:#fff;
	float:left;
	padding:10px;
	border-top:1px solid #ccc;
	box-shadow:0px 5px 15px #aaa;
}
#respo-submenu ul {
	margin:0px;
	padding:0px;
}
#respo-submenu ul li a {
	display:block;
	padding: 7px 0 7px 12px;
	font-family: 'PT Sans', sans-serif;
	color:#4B4B4D;
	line-height:26px;
	font-size:15px;
	text-decoration:none;
}
#respo-submenu ul li ul {
	margin-left:20px;
}
#respo-submenu ul li a:hover {
	color:#167A30;
}
.wel-bg {
	padding:30px;
	background-size:cover;
}
.wel-bg h1 {
	color:#fff;
}
.wel-bg p {
	color:#fff;
}
.abt h4 {
	color:#fff;
	margin-top:60px;
	background:#1280D0;
	padding:10px;
	border-radius:10px;
}
.abt h4 a {
	color:inherit;
}
.abt h4 a:hover {
	text-decoration:none;
}
.abt1 h4 {
	color:#fff;
	margin-top:60px;
	background:#206BA4;
	padding:10px;
	border-radius:10px;
}
.abt1 h4 a {
	color:inherit;
}
.abt1 h4 a:hover {
	text-decoration:none;
}
.formcol {
	overflow:hidden;
	padding:3px !important;
	margin:0;
}
.formcol label {
	color:#333a;
	font-weight:normal;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
}
.formcol input {
	font-family: 'PT Sans', sans-serif;
	margin:2px 0px;
	background:#F9F9F9;
	border:1px solid #a9a8a8;
}
.buttoncol {
	padding:0px 3px;
}
.buttoncol input {
	font-family: 'PT Sans', sans-serif;
	margin-top:2px;
}
.btnr {
	color:#fff;
	font-size:16px;
	padding:5px 10px;
	border-radius:10px;
	background:#1280D0;
	font-family: 'PT Sans', sans-serif;
}
footer {
	background:#3F53A4;;
	padding:10px;
}
footer p {
	padding:0px;
	margin-bottom:0px;
	color:#fff;
}
.rightcol {
	position:relative;
	right:-130%;
	opacity:0;
	-moz-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.leftcol {
	position:relative;
	left:-130%;
	opacity:0;
	-moz-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.tran01 {
	transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-webkit-transition:all ease-in-out 1s;
	-ms-transition:all ease-in-out 1s;
	-o-transition:all ease-in-out 1s;
}
.tran02 {
	transition:all ease-in-out 1.3s;
	-moz-transition:all ease-in-out 1.3s;
	-webkit-transition:all ease-in-out 1.3s;
	-ms-transition:all ease-in-out 1.3s;
	-o-transition:all ease-in-out 1.3s;
}
.tran03 {
	transition:all ease-in-out 1.6s;
	-moz-transition:all ease-in-out 1.6s;
	-webkit-transition:all ease-in-out 1.6s;
	-ms-transition:all ease-in-out 1.6s;
	-o-transition:all ease-in-out 1.6s;
}
.tran04 {
	transition:all ease-in-out 1.9s;
	-moz-transition:all ease-in-out 1.9s;
	-webkit-transition:all ease-in-out 1.9s;
	-ms-transition:all ease-in-out 1.9s;
	-o-transition:all ease-in-out 1.9s;
}
.fourdiv {
	overflow:hidden;
}
.hmbox1 {
	border:1px solid #ccc;
	background:#fff;
	padding:10px 14px 20px 20px;
}
.hover a {
	color:#000;
}
.hover a:hover {
	text-decoration:none;
	color:#000;
}
footer ul li {
	margin-left:-30px;
}
footer ul li a {
	color:#fff;
	font-size:16px;
	line-height:160%;
	font-family: 'PT Sans', sans-serif;
}
footer ul li a:hover {
	text-decoration:none;
	color:#000;
}
footer ul li a:before {
	content:'\f0da ';
	font-family:fontawesome;
	margin-right:10px;
}
.copy {
	background:#efeded;
	padding:10px 0px;
}
.copy p {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family: 'PT Sans', sans-serif;
}
.bg {
	background:rgba(0, 0, 0, 0.7);
	border-top:5px solid #1280D0;
	padding:10px;
	padding-bottom:30px;
	cursor:pointer;
}
.bg:hover {
	background-color:#424146;
	background:rgba(0, 0, 0, 0.8);
}
.bg h3 {
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
}
.bg p {
	color:#fff;
	font-family: 'PT Sans', sans-serif;
}
.bg1 {
	background:rgba(0, 0, 0, 0.6);
	border-top:5px solid #1280D0;
	padding:10px;
	padding-bottom:30px;
	cursor:pointer;
}
.bg1:hover {
	background-color:#424146;
	background:rgba(0, 0, 0, 0.8);
}
.bg1 h3 {
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
}
.bg1 p {
	color:#fff;
	font-family: 'PT Sans', sans-serif;
}
.innerbody {
	padding:30px 0px;
	font-family: 'PT Sans', sans-serif;
}
#inncontent {
	background-color:#fff;
	position:relative;
	z-index:140;
}
.innbdycont {
	padding:10px 0px;
}
.innbdycont h1 {
	color:#1280D0;
	font-size:36px;
	padding:0px 0px;
	margin:0;
}
.innbdycont h2 {
	color:#1280D0;
	padding:10px 0px 0px 0px;
	font-size:24px;
	margin:0;
}
.innbdycont p {
	color:#222;
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
}
.textcontet {
	padding:10px 30px;
}
.fourdiv {
	font-family: 'PT Sans', sans-serif;
}
.ulli {
	padding:0;
}
.ulli li:before {
	position:absolute;
	content:"\f111";
	font-size:10px;
	font-family: 'FontAwesome';
	left:0;
	top:11px;
}
.ulli li {
	padding:7px 15px;
	position:relative;
	font-size:15px;
	color:#222;
	font-family: 'PT Sans', sans-serif;
}
.sidetab {
	padding:0px 0px 0px 0px;
	font-family: 'PT Sans', sans-serif;
}
.sidetab h2 {
	padding-bottom:10px;
}

.sidetab ul.ulli li {
	padding:0px;
}
.sidetab ul.ulli li:before {
	content:close-quote;
}
.sidetab ul li:after {
	position:absolute;
	right:0;
	content:"\f054";
	font-family: 'FontAwesome';
	top:10px
}
.sidetab ul li:after a:hover{
	color:#1280D0;
}
.sidetab:after {
	height:100%;
	content:" ";
	position:absolute;
	width:1px;
	background-color:#ddd;
	right:1px;
	top:0;
}
.sidetab ul {
	margin:0;
	padding:0;
}
.sidetab ul li a {
	color:#333;
	padding:10px 0px;
	border-bottom:1px solid #eee;
	display:block;
	text-decoration:none;
}
.sidetab ul li a:hover {
	color:#1280D0;
	border-bottom:1px solid #1280D0;
}
.more {
	background-color:#3294BB;
	padding:5px;
	width:150px;
	border-radius:10px;
	text-align:center;
}
.accorcol .panel-default > .panel-heading {
	background:none;
	border:none !important;
	padding:0px 0px;
}
.accorcol .panel-default {
	border:none;
	box-shadow:none;
}
.accorcol .panel-title {
	font-size:20px;
	color:#1280D0;
}
.accorcol .panel-title i {
	background-color:#1280D0;
	color:#fff;
	padding:7px 10px;
	margin-right:15px;
}
.accorcol .panel-title span {
	display:none;
}
.accorcol .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border:none !important;
}
.accorcol .panel-collapse {
	margin-left:13px;
	border-left:1px dashed #666 !important;
	padding:0px 20px;
}
.fom ul {
	padding:0;
}
.fom ul li:before {
	display:none;
}
.fom ul li {
	margin:0px 0px 10px 0px;
	font-family: 'PT Sans', sans-serif;
}
.fom ul li button {
	font-family: 'PT Sans', sans-serif;
}
.fom .error {
	color:#1280D0;
	font-weight:normal;
	font-size:11px;
	font-family: 'PT Sans', sans-serif;
	width:100%;
}
 @media (min-width: 119px) {
.navigation {
display:none;
}
 #respo_menu {
display:block;
float:right;
margin-top:-40px;
}
 #logo {
float:left;
}
}
 @media (min-width: 319px) {
.navigation {
display:none;
}
 #respo_menu {
display:block;
float:right;
margin-top:-40px;
}
 #logo {
float:left;
}
}
 @media (min-width: 481px) {
.navigation {
display:none;
}
 #respo_menu {
display:block;
float:right;
margin-top:-40px;
}
 #logo {
float:left;
}
}
 @media (min-width: 768px) {
.navigation {
display:none;
}
 #respo_menu {
display:block;
float:right;
margin-top:-40px;
}
 #logo {
float:left;
}
}
 @media (min-width: 992px) {
.navigation {
display:block;
}
 #respo_menu {
display:none;
}
 #logo {
float:left;
}
}
 @media (min-width: 1200px) {
.navigation {
display:block;
}
 #respo_menu {
display:none;
}
 #logo {
float:left;
margin:0px;
}
}
