@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a, a:hover {
	text-decoration: none;
}

.header{
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	padding: 3px 0;
	position: relative;
	z-index: 9;
}
.header .logo{
	display: flex;
	align-items: center;
}
.header .logo img{
	width: 70px;
	margin-right: 15px;
}

.heading1{
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	color: #2e3192;
}
.heading2{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	
}
.heading3{
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	
}
.content-area{
	padding: 20px 0;
	background: #2a75bb;
	min-height: calc(100vh - 96px);
}
.content-area .card{
	
	border-radius: 10px;
	
}
.txt-red{
	color: #f00;
}

.familyrow + .familyrow{
	border-top: dashed 1px #ddd;
	padding-top: 20px;
	
}
.print-preview{
	background-color: #fff;
}
.print-preview .form-group [class^="col"]:nth-child(2), .print-preview .form-group [class^="col"]:nth-child(2) *,
.print-preview .form-group [class^="col"]:nth-child(4), .print-preview .form-group [class^="col"]:nth-child(4) *{
font-weight: bold;
}
.print-preview .form-group{
	margin-bottom: 0;
}
.print-preview .heading3{
	margin-top: 20px;
}
.print-preview .container{
	max-width: 800px;
}
.banner img{
	height: 500px;
	width: 100%;
	object-fit: cover;
	
}
.home-content-area{
	margin-top: -100px;
	
	background: #2a75bb;
	min-height: calc(100vh - 190px);
}
.impmsg{
	background: #0a0d5e;
	color: #fff;
	display: flex;
	align-items: center;
}
.impmsg .imheading{
	background: #2e3192;
	white-space: nowrap;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin-right: 30px;
	
}
.impmsg .imheading:after{
	content: "";
	border: solid 10px transparent;
	border-left: solid 10px #2e3192;
	position: absolute;
	left: 100%;
}
.impmsg marquee, .impmsg marquee a{
	color: #f2ea0f;
}
.impmsg marquee a:hover{
	color: #fff;
}
.impmsg marquee ul{
	display: flex;
	align-items: center;
	margin: 0;
}
.impmsg marquee ul li + li{
	margin-left: 30px;
}
.home-content-area .card-title{
	
}
.abtus{
	background: #e4fbff;
	padding: 20px;
	border-radius:.25rem;
}
.services img{
	fill: #fff;
	width: 45px;
	float: left;
    margin-right: 15px;
}
.footer{
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}


/* Responsive table */
div.blueTable {
	border: 1px solid #1C6EA4;
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
  }
  .divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
	border: 1px solid #AAAAAA;
	padding: 8px;
  }
  .divTable.blueTable .divTableBody .divTableCell {
	font-size: 14px;
  }
  .divTable.blueTable .divTableRow:nth-child(even) {
	background: #D0E4F5;
  }
  .divTable.blueTable .divTableHeading {
	background: #1C6EA4;
	background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	border-bottom: 0px solid #444444;
  }
  .divTable.blueTable .divTableHeading .divTableHead {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #D0E4F5;
  }
  .divTable.blueTable .divTableHeading .divTableHead:first-child {
	border-left: none;
  }
  
  .blueTable .tableFootStyle {
	font-size: 14px;
  }
  .blueTable .tableFootStyle .links {
	   text-align: right;
  }
  .blueTable .tableFootStyle .links a{
	display: inline-block;
	background: #1C6EA4;
	color: #FFFFFF;
	padding: 2px 8px;
	border-radius: 5px;
  }
  .blueTable.outerTableFooter {
	border-top: none;
  }
  .blueTable.outerTableFooter .tableFootStyle {
	padding: 3px 5px; 
  }
  /* DivTable.com */
  .divTable{ display: table; }
  .divTableRow { display: table-row; }
  .divTableHeading { display: table-header-group;}
  .divTableCell, .divTableHead { display: table-cell;}
  .divTableHeading { display: table-header-group;}
  .divTableFoot { display: table-footer-group;}
  .divTableBody { display: table-row-group;}

  .divTable.blueTable .divTableCell p{
	margin: 0;
  }
  .divTable.blueTable .divTableCell strong{
	display: none;
}

.block-profile{
	background: #2e3192;
    color: #fff;
}
.block-profile + .block-profile{
	margin-top: 15px;
}
.block-profile .card-body{
	padding: 10px;
}
.block-profile .card-body h4{
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
}
.block-profile .card-body img{
	border-radius: 4px;
}
.block-profile .card-body p{
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.services img{
		float: none;
		width: auto;
		height: 45px;
		margin-bottom: 10px;
	}
	.footer{
		display: block;
	}
	.heading2 {
		font-size: 20px;
	}
	
}

@media only screen and (max-width: 480px){
	.home-content-area{
		margin-top: -65px;
	}
	.banner img{
		height: auto;
	}
	.impmsg{
		display: block;
		text-align: center;
	}
	.impmsg .imheading{
		margin: 0;
    display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	position: absolute;
	bottom: 99%;
	left: 50%;
	transform: translate(-50%,0);
	}
	.impmsg .imheading:after{
		content: none;
	}
	.impmsg marquee{
		margin-top: 10px;
	}
	.services .card{
		margin-bottom: 10px;
	}
	.services .card-title {
		height: 40px;
		display: flex;
		align-items: center;
	}
	.services img{
		float: left;
		width: 35px;
		margin:0 10px 0 0;
	}
	.services .card a{
		float: right;
		width: 120px;
	}
	.services .card-body{
		padding: 0.75rem;
	}
	.divTable.blueTable .divTableHeading{
		display: none;
	}
	.divTableCell, .divTableHead{
		display: block;
	}
	.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead{
		border: 0;
		
	}
	.divTable.blueTable .divTableCell strong{
		display: inline-block;
	}
	.block-profile{
		margin-top: 15px;
	}
}

