@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300&display=swap');


* {
	margin: 0;
	padding: 0;
	font-family: "Barlow", "Calibri";
	font-weight: 300;
  scroll-behavior: smooth;
}

html {
	height: 100%;
  background: #eee;
}

body {
	font: normal .90em "Barlow", "Calibri";
	color: #555;
	width: 100%;
}

p {
	padding: 0 0 19px 0;
	line-height: 1.5em;
	text-align: justify;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font: normal 175% "Barlow", "Calibri";
	color: #2C3A47;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
}

h2 {
	font: normal 155% "Barlow", "Calibri";
}

h4,h5,h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 120% "Barlow", "Calibri";
}

h5,h6 {
	font: normal 95% "Barlow", "Calibri";
	padding: 0 0 15px 0;
}

a {
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
	width: auto;
	margin-right: 10px;
}

.right {
	float: right;
	width: auto;
	margin-left: 10px;
}

.center {
	display: block;
	text-align: center;
	margin: 0px auto;
}

.float-right {
	float: right;
}

.offer-head {
  margin: 0px;
}

#under-line {
	line-height: 0px;
	border-top: 2px solid #999;
}

#date {
	text-align: right;
}

#session {
  clear: both;
  width: 100%;
  text-align: right;
}

#session i {
  font-size: 18px;
  color: #FFFFFF;
  padding: 5px;
}

#session ul {
  margin: 0;
}

#session ul li {
  display: inline;
}

#session-detail {
  text-align: right;
  color: #FFFFFF;
  padding-right: 2px;
}


#social-icons {
  margin: 0;
  padding-left: 0px;
}

#social-icons li{
  display: inline;
  font-size: 20px;
}

.strong-text {
	font-weight: bold;
}

#companyLogo {
	max-width: 180px;
	max-height: 100px;
	float: right;
	margin: 5px;
}

#center-head {
	text-align: center;
}

blockquote {
	margin: 20px 0;
	padding: 10px 20px 0 20px;
	border: 1px solid #E5E5DB;
	background: #FFF;
}

.pagebreak {
	clear: both;
	page-break-after: always;
}

@media print {
  .pagebreak {page-break-after: always;}
}

.strong {
	font-weight: 700;
}

ul {
	margin: 2px 0 22px 17px;
}

ul li {
	margin: 0 0 6px 0;
	padding: 0 0 4px 5px;
}

ol {
	margin: 8px 0 22px 25px;
}

ol li {
	margin: 0 0 11px 0;
}

#main,
#logo,
#site_content,
#footer {
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin: auto 7%;
}

#header {
	/* background: linear-gradient(115deg, #0D66A5 0%, #000000 100%); */
  background: #2C3A47;
}

#logo {
	width: 100%;
	position: relative;
	min-height: 148px;
}

#logo #logo_text {
	position: absolute;
	top: 5px;
	left: 20px;
}

#logo h1,
#logo h2 {
	font: normal 300% "Barlow", "Calibri";
	border-bottom: 0;
	text-transform: none;
	margin: 0;
}

#logo_text h1,
#logo_text h1 a,
#logo_text h1 a:hover {
	padding: 22px 0 0 0;
	color: #FFF;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#logo_text h1 a .logo_colour {
	color: #000000;
}

#logo_text h2 {
	font-size: 100%;
	padding: 4px 0 0 0;
	color: #DDD;
}

/* Responsive Nav Bar */
nav {
  background: #000000;
}

nav ul {
  margin: 0px;
}

nav ul li {
  font-size: 16px;
  list-style: none;
  display: inline;
  padding: 15px 20px;
  line-height: 50px;
  background: #000000;
  color: #2C3A47;
  margin-bottom: 0px;
}

nav ul li:hover {
  background: #2C3A47;
}

nav ul li a{
  color: #FFFFFF;
  text-decoration: none;
}

nav ul li a:hover {
  color: #FFFFFF;
}

/* make the nav bar adapt to small screen sizes */
@media (max-width: 500px) {
  nav {
    border-top: 1px solid #FFFFFF;
  }
  nav ul li {
  display: block;
    width: 94%;
    border-bottom: 1px solid white;
    padding: 0% 3%;
  }
}

#site_content {
	overflow: hidden;
	padding: 3%;
	background: #FFF;
}

.sidebar {
	float: right;
	width: 25%;
	padding: 0 15px 20px 15px;
	display: none;
}

.sidebar ul {
	width: 90%;
	padding: 4px 0 0 0;
	margin: 4px 0 30px 0;
	float: right;
}

.sidebar li {
	list-style: none;
	padding: 0 0 7px 0;
}

.sidebar li a,
.sidebar li a:hover {
	padding: 0 0 0 40px;
	display: block;
	background: transparent url(link.png) no-repeat left center;
}

.sidebar li a.selected {
	color: #444;
	text-decoration: none;
}

#content {
	text-align: left;
	width: 98%;
	padding: 1%;
	float: left;
}

#content ol {
	margin: 2px 0 22px 4%;
}

#content ol li {
	list-style-type: decimal-leading-zero;
	text-align: justify;
	margin: 0 0 6px 0;
	padding: 0 0 4px 25px;
	line-height: 1.5em;
}

.notification {
	padding: 3px 5px;
	background: #2C3A47;
	color: #FFFFFF;
	border-radius: 3px;
}

.search {
	color: #5D5D5D;
	border: 1px solid #BBB;
	width: 134px;
	padding: 4px;
	font: 100% arial, sans-serif;
}

#colours {
	height: 0px;
	text-align: right;
	padding: 66px 16px 0px 300px;
}

.form_settings {
	margin: 15px 0 0 0;
}

.form_settings p {
	padding: 0 0 4px 0;
}

.form_settings span {
	float: left;
	width: 200px;
	text-align: left;
}

.form_settings input,
.form_settings select,
.form_settings textarea {
	padding: 5px;
	width: 95%;
	font: 100% arial;
	border: 1px solid #E5E5DB;
	background: #FFF;
	color: #2C3A47;
  font-family: "Barlow", "Calibri";
}

.form_settings .submit {
	font: 100% arial;
	border: 1px solid;
	width: 99px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #2C3A47;
	color: #FFF;
  font-family: "Barlow", "Calibri";
}

.form_settings textarea {
	font: 100% arial;
	width: 95%;
  min-height: 100px;
  resize: vertical;
}

.form_settings .checkbox {
	margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;
}

.separator {
	width: 100%;
	height: 0;
	border-top: 1px solid #D9D5CF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 0;
}

.annexureTable {
	page-break-before: always;
}

.offer_table  {
	border: 1% solid #ddd;
	width: 99%;
}

.offer_table th {
	background: #ddd;
	width: auto;
	color: #000;
}

.offer_table td {
	background: #FFFFFF;
	width: auto;
	color: #000;
}

.offer_table i, .offer_table i a {
	color: #111;
}

table {
	background-color: #55608f;
	margin: 10px 0 30px 0;
	width: 100%;
	border-collapse: collapse;
	border: 0.5px solid #777;
}

table tr th,
table tr td {
	padding: 7px 4px;
	text-align: left;
}

table tr td {
	background: #FFF;
	border-collapse: collapse;
	border: 0.5px solid #777;
}

button.print-button {
	width: 80px;
	height: 80px;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
	border: solid 4px #333;
}

span.print-icon::after {
	border-width: 2px;
}

button.print-button {
	position: relative;
	padding: 0;
	border: 0;
	border: none;
	background: transparent;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
	box-sizing: border-box;
	background-color: #fff;
}

span.print-icon {
	position: relative;
	display: inline-block;
	padding: 0;
	margin-top: 20%;
	width: 60%;
	height: 35%;
	background: #fff;
	border-radius: 20% 20% 0 0;
}

span.print-icon::before {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 12%;
	right: 12%;
	height: 110%;
	transition: height .2s .15s;
}

span.print-icon::after {
	content: " ";
	position: absolute;
	top: 55%;
	left: 12%;
	right: 12%;
	height: 0%;
	background: #fff;
	background-repeat: no-repeat;
	background-size: 70% 90%;
	background-position: center;
	background-image: linear-gradient( to top, #fff 0, #fff 14%, #333 14%, #333 28%, #fff 28%, #fff 42%, #333 42%, #333 56%, #fff 56%, #fff 70%, #333 70%, #333 84%, #fff 84%, #fff 100%);
	transition: height .2s, border-width 0s .2s, width 0s .2s;
}

button.print-button:hover {
	cursor: pointer;
}

button.print-button:hover .print-icon::before {
	height: 0px;
	transition: height .2s;
}

button.print-button:hover .print-icon::after {
	height: 120%;
	transition: height .2s .15s, border-width 0s .16s;
}


/* main footer css */

footer {
  background: #2C3A47;
  width: 100%;
  color: #ffffff;
  float: left;
}

footer h3 {
  color: #FFFFFF;
}

footer ul {
  margin-left: 0px;
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  color: #FFFFFF;
}

#footer-cont {
  padding: 3%;
  width: 27.3%;
  float: left;
}


@media (max-width: 500px) {
  #footer-cont {
    padding: 3%;
    width: 94%;
    float: left;
    border-top: 1px solid #FFFFFF;
  }
}

.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
