html, body {
	font-family: 'Poppins', Calibri, Verdana, Tahoma, Arial, sans-serif;
	color: rgb(28, 28, 28);
	margin: 0;
	padding: 0;
	text-shadow: 0 0 1px rgb(0, 0, 0, 1);
}
img { border: 0; }
a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(28, 28, 28);
}
a:hover {
	text-decoration: underline;
}
header a:hover {
	text-decoration: none;
}
header {
	background: rgb(10,17,26);
	background: -moz-linear-gradient(left, rgba(10,17,26,1) 0%, rgba(26,65,117,1) 100%);
	background: -webkit-linear-gradient(left, rgba(10,17,26,1) 0%,rgba(26,65,117,1) 100%);
	background: linear-gradient(to right, rgba(10,17,26,1) 0%,rgba(26,65,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a111a', endColorstr='#1a4175',GradientType=1 );
	color: rgb(255, 255, 255);
}
footer {
	background: rgb(26,65,117);
	background: -moz-linear-gradient(left, rgba(26,65,117,1) 0%, rgba(10,17,26,1) 100%);
	background: -webkit-linear-gradient(left, rgba(26,65,117,1) 0%,rgba(10,17,26,1) 100%);
	background: linear-gradient(to right, rgba(26,65,117,1) 0%,rgba(10,17,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4175', endColorstr='#0a111a',GradientType=1 );
}
#ipt-logo {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 70px;
	width: auto;
	vertical-align: unset !important;
}
header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
header li {
	display: block;
	float: left;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
header li a {
	text-decoration: none;
	font-weight: 700;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 16pt;
}
header li a:hover {
	text-shadow: 1px 1px 15px rgb(0, 0, 0, 1) !important;
}
header li:hover {
	cursor: pointer;
}
.hasdropdown:hover {
	background: rgba(26,65,117,1);
}
.dropdown, .subdropdown {
	list-style-type: none;
	background: rgba(26,65,117,1);
	visibility: hidden;
	opacity: 0;
	position: absolute !important;
	margin-top: 1rem;
	left: 0;
	display: none;
	z-index: 999999;
}
.subdropdown { left: 100%; top: -16px; }

header ul li:hover > ul, .dropdown:hover, .subdropdown:hover {
	visibility: visible;
	opacity: 1;
	display: block !important;
}
li:focus-within a {
	outline: none;
}
.dropdown li, .subdropdown li {
	clear: both;
	width: 100%;
	border-bottom: solid 1px rgba(10,17,26,1);
	background: rgba(26,65,117,1);
	white-space: nowrap;
	-webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.75);
	padding-right: 5px !important;
}
.dropdown li a, .subdropdown li a {
	font-size: 12pt !important;
}
.dropdown li a:hover, .subdropdown li a:hover {
	text-shadow: 1px 1px 15px rgb(0, 0, 0) !important;
}
header #fb {
	position: absolute;
	display: block;
	top: 0px;
	right: 20px;
}
header img { border: 0; }
.ipt-revfade {
	display: block;
	width: 100%;
	height: 7px;
	background: rgb(26,65,117);
	background: -moz-linear-gradient(left, rgba(26,65,117,1) 0%, rgba(10,17,26,1) 100%);
	background: -webkit-linear-gradient(left, rgba(26,65,117,1) 0%,rgba(10,17,26,1) 100%);
	background: linear-gradient(to right, rgba(26,65,117,1) 0%,rgba(10,17,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4175', endColorstr='#0a111a',GradientType=1 );
}
.ipt-revfadeinv {
	display: block;
	width: 100%;
	height: 7px;
	background: rgb(10,17,26);
	background: -moz-linear-gradient(left, rgba(10,17,26,1) 0%, rgba(26,65,117,1) 100%);
	background: -webkit-linear-gradient(left, rgba(10,17,26,1) 0%,rgba(26,65,117,1) 100%);
	background: linear-gradient(to right, rgba(10,17,26,1) 0%,rgba(26,65,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a111a', endColorstr='#1a4175',GradientType=1 );
}
.ipt-bluebutton {
	margin-top: -10px;
	border: solid 1px rgb(0, 113, 118);
	background-color: rgb(38, 169, 224);
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	top: -26px;
}
.ipt-bluebutton a {
	display: inline-block;
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.75) !important;
	text-decoration: none;
	font-size: 16pt;
}
.ipt-bluebutton a:hover {
	text-shadow: 1px 1px 15px rgb(0, 0, 0) !important;
}
#slider {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#slider img {
	width: 100%;
	height: auto;
}
#slider div { position: relative; }
#slider a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
#slider span {
	display: inline-block;
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 22pt;
	padding: 20px;
	-webkit-box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.75);
	box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.75);
	z-index: 99999;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 1) !important;
	top: 30px;
	right: 30px;
}
.content {
	background: rgb(255, 255, 255);
	padding: 20px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.content2 {
	background: rgb(242, 242, 242);
	padding: 20px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.content3 {
	background: rgb(0, 0, 0);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.table {
	display: table;
	width: 100%;
}
.table-80 {
	width: 800px !important;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 20px;
}
.tr { display: table-row; }
.td {
	display: table-cell;
	vertical-align: top;
}
.td-sep {
	width: 2px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.td-sep img { height: 100%; min-width: 2px; }
.td-33 { width: 33%; }
.td-25 { width: 25%; }
.td-150 { width: 230px; }
.td-50 {
	width: 50%;
	text-align: left;
	margin: 0; padding: 0;
}
.td-50 img {
	vertical-align: -70px;
	display: inline-block;
}
.td-50 h1 {
	color: rgb(40, 168, 224);
	font-weight: bold;
	font-size: 26pt;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.l-50 {
	border-right: solid 1px rgb(107, 107, 107);
}
.r-50 {
	border-left: solid 1px rgb(107, 107, 107);
	text-align: right;
}
.rightalign { text-align: right; }
.centeralign { text-align: center; }
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(38, 169, 224, 0), rgba(38, 169, 224, 0.75), rgba(38, 169, 224, 0));
}
.main-boxes {
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}
.main-boxes h1 {
	font-size: 16pt;
	font-weight: bold;
	color: rgb(0, 113, 188);
}
.td-boxes {
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.75);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.td-boxes h1 {
	font-size: 12pt;
	font-weight: bold;
	border-top: solid 2px rgb(230, 230, 230);
	padding-top: 13px;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.td-boxes img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.75);
	width: 160px;
	border-radius: 160px;
	margin-bottom: 13px;
}
footer {
	color: rgb(255, 255, 255);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(255, 255, 255);
}
footer h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 3px rgb(40, 168, 224);
	font-size: 12pt;
	display: inline-block;
}
footer a {
	text-decoration: none;
	font-weight: normal;
	color: rgb(255, 255, 255);
}
footer a:hover {
	text-decoration: underline;
}
#phno {
	font-size: 24pt;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}
.foot-r {
	padding-right: 40px;
	vertical-align: middle;
	text-align: right;
}
#copy-r {
	text-align: center;
	font-size: 10pt;
	padding-top: 10px;
}
#loader {
	background: rgb(255, 255, 255);
	padding: 50px;
}
.sk-fading-circle {
  margin: 100px auto;
  width: 250px;
  height: 250px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
.emblem {
	vertical-align: -20px;
	padding-right: 5px;
	width: 64px;
	height: auto;
}
.pageheader {
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-size: 28pt;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 30px;
}
.container {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container h2 {
	color: rgb(0, 113, 188);
}
.container h3 {
	color: rgb(0, 113, 188);
}

#pdfview {
	width: 100%;
	min-height: 800px;
}
