body {
	position: relative;
}

#mainbody {
    min-height: calc(100vh - 100px);
}

.header {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 65px 0 65px 30px;
	height: 250px;
	color: #fff;
}

.header h1 a {
	font-size: 48px;
	font-weight: bold;
	font-family: sans-serif;
	color: #fff;
}

.header p {
	font-size: 20px;
	word-spacing: 5px;
}

@media (max-width: 767px) {
	.header {
		padding: 65px 0 65px 0;
		text-align: center;
	}
	.header h1 a {
		font-size: 40px;
		line-height: 45px;
	}
	.header p {
		display: none;
	}
}

.menus {
	background: #004c57;
    margin-left: -15px;
    margin-right: -15px;
}

.menus .navbar-brand {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.menus .navbar-nav {
	margin-left: 50px;
}

.menus .nav-link {
	color: #fff !important;
	font-size: 15px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 991px) {
	.navbar-collapse ul {
		margin-top: 15px;
	}

	.nav-item {
		padding: 7px 0;
	}
}

.modules a {
	margin: 75px auto;
}

.module-heading {
	margin-bottom: 50px;
}
.module-heading h1 {
	text-decoration: underline;
}

@media (max-width: 930px) {
	.modules a {
		margin: 20px auto;
	}
}

.modules a img {
    border-radius: 10px;
    border: 3px solid #004c57;
    width: 100%;
    height: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.modules h3 {
	font-size: 30px;
}

.modules-details {
	text-align: center;
	margin-right: 0;
}

.modules-details h2{
	margin-left: 35px;
	color: #004c57;
}

.modules-details p {
	margin-left: 35px;
    font-size: 17px;
    line-height: 30px;
    word-spacing: 5px;
}

.modules-details .highlight {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.modules-details h2{
		margin-bottom: 5px !important;
	}

	.modules-details p {
		margin-bottom: 20px !important;
	}
}

.input-section {
	margin: 15px 0 80px 0;
}

.input-section h1, .output-section h1 {
	text-transform: uppercase;
	font-size: 35px;
	color: #004c57;
}

.output-section {
	margin-bottom: 15px;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 8px;
  border-bottom: 2px solid #004c57;
  border-top: 2px solid #004c57;
  top: 5px;
  width: 100%;
}
.fancy #result-line:before,
.fancy #result-line:after {
  content: "";
  position: absolute;
  height: 8px;
  border-bottom: 2px solid #004c57;
  border-top: 2px solid #004c57;
  top: 5px;
  width: 80%;
}
.fancy span:before {
  right: 100%;
  margin-right: 5px;
}
.fancy span:after {
  left: 100%;
  margin-left: 5px;
}

@media screen and (max-width: 400px) {
	.input-section h1, .output-section h1 {
		font-size: 28px;
	}
	/*.fancy span:before,
	.fancy span:after {
	  content: "";
	  position: absolute;
	  height: 8px;
	  border-bottom: 2px solid #004c57;
	  border-top: 2px solid #004c57;
	  top: 5px;
	  width: 90%;
	}*/
	/*.fancy #result-line:before,
	.fancy #result-line:after {
	  content: "";
	  position: absolute;
	  height: 8px;
	  border-bottom: 2px solid #004c57;
	  border-top: 2px solid #004c57;
	  top: 5px;
	  width: 80%;
	}*/
}

.input-fields {
	margin-top: 40px;
}

.length-input .length {
	border: 0;
	border-bottom: 1px solid #00b7af;
	padding: 10px 10px;
	outline: none;
	margin-right: 15px;
}

@media screen and (max-width: 375px) {
	.length-input {
		padding: 0;
	}
	.length-input .length {
		margin-right: 5px;
	}
	.length-input .go {
		padding: 4px 10px !important;
	}
}

.length-input {
	text-align: center;
}

.length-input label {
	font-size: 15px;
	font-weight: bold;
}

.length-input .go {
	background: #00b7af;
    border-color: #00b7af;
    color: #fff;
    padding: 4px 25px;
    font-size: 16px;
    box-shadow: 0px 5px 10px #ccc;
}

.position-input #selectpos {
	width: 40%;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
}

.position-input i {
	font-size: 18px;
	margin-left: 10px;
	color: #004C57;
}

.submit {
	margin-top: 15px;
    width: 40%;
    box-shadow: 0px 5px 10px #ccc;
    background: #00b7af;
    color: #fff;
    border-color: #00b7af;
    font-size: 16px;
    margin-left: 72px;
}

.combination-note {
	border: 1px solid #004c57;
    right: 20px;
    background: #004c57;
    border-radius: 7px;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    height: fit-content;
}

.combination-note a {
	color: #00b7af;
}

/*---------------- Data tables ------------------
=================================================*/
.ui.grid {
	margin-left: 1rem !important;
}

/*------ show entries box ------------*/
.dataTables_length {
	padding-left: 5px;
}

/*------------ search box -------------*/
.dataTables_filter {
	padding-right: 5px;
}

.ui.table tr td {
	text-align: center;
}

.ui.table thead th {
	background: #004c57 !important;
	color: #fff !important;
	text-align: center !important;
	font-size: 17px;
	border-top: 0;
}

/*--------------- Export Buttons ------------------*/
.dt-buttons {
	float: left;
	margin-left: 15px;
}

.dt-buttons button {
	margin-left: 10px;
	padding: 5px 20px;
	background: #00b7af;
    color: #fff;
    font-size: 16px;
}

/*----------- Pagination ---------------*/
.ui.pagination.menu .active.item {
	background: #00b7af !important;
	color: #fff !important;
}

.ui.pagination.menu .item:hover {
	background: #efefef !important;
	border: 0 !important;
	color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	margin-left: 0 !important;
}

/*-------------- Modal -------------------*/
.modal-dialog {
	width: 50% !important;
	max-width: none !important;
}

.modal-header {
	background: #004c57;
}

.modal-header .close {
	color: #fff !important;
	text-shadow: none !important; 
	opacity: 1 !important;
}

.modal-body {
	padding: 50px 25px !important;
}

.modal-footer button {
	background: #00b7af;
    color: #fff;
}

.details-modal {
	border-radius: 15px; 
}

.details-modal .modal-body {
	padding: 50px;
}

.details-modal .modal-header {
	border-radius: 12px 12px 0 0;
}

/*------- hide higchart link ----*/
.highcharts-credits {
	display: none;
}

/*------ hide highcharts-legend ------*/
.highcharts-legend {
	display: none;
}

/*------------- Footer ---------*/
.footer {
	background: #004c57;
	color: #fff;
	padding: 20px 25px;
	height: 114px;
	margin-top: 28px;
}

.footer p {
	float: left;
	margin-bottom: 0;
	word-spacing: 4px;
}

.footer-close {
	float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.footer-right-content {
	float: right !important;
}

.footer-right-content img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.03); 
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.visitors {
	/*float: right;*/
	margin-top: 8px;
}

.info-head {
	background: #004c57;
	color: #fff;
	margin-bottom: 0 !important;
	padding: 0 3px;
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 8px 15px;
		position: absolute;
		width: 100%;
		height: auto;
	}
	.footer-close {
		position: absolute;
		top: 2px;
		right: 5px;
	}
}

/*---------- Accordion --------------*/
.card-header {
	background: #00b7af;
}

.card-header h3 {
	color: #000;
}

.card-header i {
	float: right;
}

.card-body p, ol {
	font-size: 16px;
	word-spacing: 5px;
}

.card-body ol {
	line-height: 30px;
}

.card-body .bold-text {
	font-weight: bold;
	font-size: 17px;
}

.card-body img {
	width: 600px;
	height: auto;
	display: block;
	margin: 10px auto;
	width: 80%;
}

/*----------- Feedback Form -------------*/
.feedback .form-group {
  position:relative;   
}

.feedback .form-group {
  margin-top: 30px;
}

.feedback .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
  transform: translateY(-125%);
  font-size: .75em;
}

.feedback input, textarea {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: none;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  
}

.feedback input:focus, textarea:focus {
    box-shadow: 0 2px 0 0 #004c57;
  }

.feedback input.filled,
.feedback textarea.filled {
  box-shadow: 0 2px 0 0 #00b7af;
}

.feedback .send-btn {
	text-align: center;
}

.send-btn button {
	background: #00b7af;
	color: #fff;
}

.feedback p {
	font-size: 16px;
}

/*------------ Contact Us ----------------*/
#contactModal .email,.mobile,.address {
	font-size: 19px;
	margin-top: 30px;
}

#contactModal span {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
	color: #00b7af;
}

@media screen and (max-width: 767px) {
	.contact-logo {
		text-align: center;
	}
	.contact-logo img {
		height: 160px;
	}
	.contact-us-content {
		padding: 0;
	}
	#contactModal .email, .mobile, .address {
		font-size: 16px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.contact-logo {
		text-align: center;
	}
}

@media (max-width: 1024px) {
	.modal-dialog {
	width: 100% !important;
	}
}