\/************************************************
[ 1.0 - BASIC CSS START ] ***********************
************************************************* /
html {
	height: 100% !important;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	padding: 0;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
	background-color: #FFF !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a {
	text-decoration: none !important;
	color: #333;
	line-height: 1.6;
	font-weight: 400;
	cursor: pointer;
}

a:hover, a:active {
	outline: 0;
	color: #32C1CE;
}

p, span {
	line-height: 1.6;
}

label {
	line-height: 1.6;
	font-weight: 400;
	margin: 0;
}

input, textarea {
	font-family: "Raleway", sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: 0;
}

input:focus, textarea:focus {
	border: 0;
	outline: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

textarea {
	resize: none;
}

button {
	background-color: transparent;
	border: 0;
}

button:active {
	outline: none;
}

select {
	border: none;
	outline: none;
}

select:focus {
	border: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Segoe UI, Tahoma, Arial;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: normal;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

blockquote {
	font-family: "Montserrat", sans-serif;
}

blockquote::after {
	display: none;
}

blockquote::before {
	display: none;
}

.system-mode {
	padding: 0;
	margin: 0;
	color: #ffee00 !important;
	font-weight: 600;
	text-align: center;
}
/**************************************************
[ 2.0 - DEFAULT CSS START ] ***********************
***************************************************/
/* [ 2.1 OVERRIDING CSS START ] */
.mdl-button, .mdl-textfield__input {
	font-family: "Raleway", sans-serif;
}

.mdl-textfield__label.error::after, .mdl-selectfield__label::after {
	background-color: #ff0000;
}

.mdl-textfield__label::after, .mdl-selectfield__label::after {
	background-color: #32C1CE;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
	.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label, .mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
	color: #32C1CE;
}

.mdl-card.mdl-shadow--2dp {
	width: 100%;
}

.mdl-card__title {
	height: 300px;
}

.img-thumbnail, .modal-content {
	border-radius: 2px;
}

.fc th {
	background: #32C1CE;
}

.fc-state-down, .fc-state-active {
	color: #FFF;
	background: #32C1CE;
}

.mdl-data-table {
	width: 100%;
}

.alert {
	font-size: 13px;
	letter-spacing: .5px;
	text-align: left;
}

.card-title {
	margin-top: 0;
}

.modal-header h5 {
	font-size: 24px;
}

.badge {
	padding: 0.4em .8em;
	font-size: 100%;
	letter-spacing: .5px;
	vertical-align: baseline;
	font-weight: 500;
}

.badge-primary {
	background-color: #32C1CE;
}

.badge-secondary {
	background-color: #EEE;
}

.badge-success {
	background-color: #0bc36e;
}

.badge-warning {
	background-color: #fec107;
}

.badge-danger {
	background-color: #fb9678;
}

.badge-info {
	background-color: #03a9f3;
}

.badge-light {
	background-color: #EEE;
}

.badge-dark {
	background-color: #555;
}

.progress-sm {
	height: 5px;
	border-radius: 2px;
}

.progress-md {
	height: 10px;
	border-radius: 4px;
}

.progress-lg {
	height: 16px;
	border-radius: 4px;
}

.progress-bar-primary {
	background-color: #32C1CE;
}

.progress-bar-warning {
	background-color: #fec107;
}

.progress-bar-success {
	background-color: #0bc36e;
}

.progress-bar-danger {
	background-color: #fb9678;
}

.progress-bar-info {
	background-color: #03a9f3;
}

.bg-primary {
	background-color: #03a9f3 !important;
}

.bg-success {
	background-color: #0bc36e !important;
}

.bg-warning {
	background-color: #fec107 !important;
}

.bg-danger {
	background-color: #fb9678 !important;
}

.bg-info {
	background-color: #03a9f3 !important;
}

.panel {
	border: 1px solid #DDD;
}

.panel.panel-default>.panel-heading {
	color: #333;
}

.panel>.panel-heading {
	color: #333;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 7px;
	border-radius: 2px;
	background-color: #f3f3f3;
	/* border-color: #DDD; */
	border-bottom: thin solid #ddd;
	/* border-right: thin solid #ddd; */
}

.panel .panel-body {
	padding: 16px;
	font-size: 14px;
	color: #333;
	font-family: Segoe UI, Tahoma, Arial;
}

.panel .panel-footer {
	font-size: 14px;
	color: #555;
	padding: 16px;
	background: #EEE;
	border-top: 1px solid #EEE;
	border-radius: 2px;
}

.panel-body {
	font-size: 12px;
}

.panel-footer {
	font-size: 12px;
}

.panel-priamry>.panel-heading {
	background-color: #32C1CE;
}

.panel-success>.panel-heading {
	background-color: #0bc36e;
}

.panel-warning>.panel-heading {
	background-color: #fec107;
}

.panel-danger>.panel-heading {
	background-color: #fb9678;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
	cursor: default;
	background-color: #32C1CE;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #32C1CE;
}

.alert-success {
	color: #0bc36e;
	background-color: rgba(11, 195, 110, 0.1);
	border-color: rgba(11, 195, 110, 0.1);
}

.alert-primary {
	color: #32C1CE;
	background-color: rgba(3, 169, 243, 0.1);
	border-color: rgba(3, 169, 243, 0.1);
}

.alert-warning {
	color: #fec107;
	background-color: rgba(254, 193, 7, 0.1);
	border-color: rgba(254, 193, 7, 0.1);
}

.alert-danger {
	color: #fb9678;
	background-color: rgba(251, 150, 120, 0.1);
	border-color: rgba(251, 150, 120, 0.1);
}

/* [ 2.2 COMMON CSS START ] */
.layer-wrapper, .button-icon span, .button-icon .fa, .theme-block-hover, .theme-block-picture img, .theme-block-picture::before, .theme-block-hidden, .slider-appointment a,
	.feature-icon, .feature-icon .fa, .blog-list-picture img, .blog-full-img img, .contact-info-inner, .blog-picture, .hm-service-block .fa, .hm-about-icon .fa, .theme-dropdown li::after,
	.theme-img img, .theme-img::before {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-ttl::before, .parallax-background::before {
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(-90deg, rgba(2, 167, 182, 0.9), rgba(1, 82, 89, 0.9));
}

.theme-block, .form-container, .theme-table-container, .map-address, .hm-feature-block-1 {
	
}

.tbl {
	display: table;
	width: 100%;
}

.tbl-row {
	display: table-row;
}

.tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
/* [ 2.3 LAYOUT CSS START ] */
.layer-stretch {
	position: relative;
	padding: 0 50px;
	margin: 0 auto;
	overflow: hidden;
}

.layer-tablet {
	width: 992px;
	margin: 0 auto;
}

.layer-mobile {
	width: 448px;
	margin: 0 auto;
}

.layer-fixed {
	position: relative;
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
}

.layer-wrapper {
	position: relative;
	width: 100%;
	padding: 60px 0 50px 0;
	margin: 0;
}

.layer-bottom-0 {
	padding: 50px 0 0 0;
}

.layer-bottom-10 {
	padding: 50px 0 20px 0;
}

.colored-background {
	width: 100%;
	background: linear-gradient(-90deg, rgba(2, 167, 182, 0.9), rgba(1, 82, 89, 0.9));
}

.parallax-background {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parallax-background-1 {
	background-image: url(../uploads/background-1.jpg);
}

.parallax-background-2 {
	background-image: url(../uploads/background-2.jpg);
}

.parallax-background-3 {
	background-image: url(../uploads/background-3.jpg);
}

.layer-ttl {
	text-align: center;
	margin: 0 0 40px 0;
}

.layer-ttl h3 {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	color: #015259;
	line-height: 1;
	display: inline-block;
	margin: 0;
	padding: 12px 25px 15px 25px;
	background: #EBFCFD;
	border-bottom: 2px solid #02A7B6;
	border-radius: 4px;
}

.layer-ttl-white h3 {
	color: #EBFCFD;
	background: #015259;
	border-bottom: 2px solid #EBFCFD;
}

.sub-ttl {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: "Raleway", sans-serif;
	font-size: 24px;
}

.sub-ttl-white {
	color: #FFF;
}

.layer-container {
	position: relative;
	width: 100%;
	margin: 0;
}

.col-inset-0 {
	padding-left: 0;
	padding-right: 0;
}

.sidebar {
	padding: 10px;
	margin: 0 0 30px 0;
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
}

.rounded {
	border-radius: 50% !important;
}
/* [ 2.4 FONT SIZE CSS START ] */
.font-12 {
	font-size: 12px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-16 {
	font-size: 16px !important;
}

.font-18 {
	font-size: 18px !important;
}

.font-20 {
	font-size: 20px !important;
}

.font-24 {
	font-size: 24px !important;
}

.font-28 {
	font-size: 28px !important;
}

.font-30 {
	font-size: 30px !important;
}

.font-36 {
	font-size: 36px !important;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}
/* [ 2.5 COLOR CSS START ] */
.primary-color {
	color: #32C1CE !important;
}

.color-white {
	color: #FFF !important;
}

.color-blue {
	color: #32C1CE !important;
}

.color-green {
	color: #54C798 !important;
}

.color-orange {
	color: #EfA752 !important;
}

.color-red {
	color: #fb9678;
}

.color-purple {
	color: #A675D4 !important;
}

.color-black {
	color: #333 !important;
}

.color-dark-light {
	color: #555 !important;
}

.color-light {
	color: #777 !important;
}

.paragraph-medium {
	font-size: 16px;
	font-family: "Raleway", sans-serif;
	margin: 0 0 10px 0;
}

.paragraph-small {
	font-size: 12px;
	font-family: "Raleway", sans-serif;
	letter-spacing: .5px;
}

.paragraph-black {
	color: #777;
}

.paragraph-white {
	color: #FFF;
}
/* [ 2.6 BUTTON CSS START ] */
.button {
	height: auto;
	line-height: normal;
	padding: 12px 30px;
	font-weight: 400;
	color: #FFF !important;
	font-family: "Raleway", sans-serif;
	border-radius: 2px;
}

.button-default {
	color: #333 !important;
}

.button-primary {
	background-color: #a4a4a4 !important;
}

.button-success {
	background-color: #0bc36e !important;
}

.button-warning {
	background-color: #fec107 !important;
}

.button-danger {
	background-color: #fb9678 !important;
}

.button-info {
	background-color: #03a9f3 !important;
}

.button-blue {
	color: #FFF;
	background-color: #32C1CE;
	border: 2px solid #32C1CE;
}

.button-orange {
	color: #FFF;
	background: #EfA752;
	border: 2px solid #EfA752;
}

.button-purple {
	color: #FFF;
	background-color: #A675D4;
	border: 2px solid #A675D4;
}

.button-red {
	color: #FFF;
	background-color: #cc5151;
	border: 2px solid #cc5151;
}

.button-transparent {
	color: #333 !important;
	background: transparent !important;
}

.button-hover-transparent:hover {
	color: #333 !important;
	background: transparent !important;
}

.button-hover-primary:hover {
	color: #FFF !important;
	background: #32C1CE !important;
}

.button-hover-success:hover {
	color: #FFF !important;
	background: #0bc36e !important;
}

.button-hover-warning:hover {
	color: #FFF !important;
	background: #fec107 !important;
}

.button-hover-danger:hover {
	color: #FFF !important;
	background: #fb9678 !important;
}

.button-hover-info:hover {
	color: #FFF !important;
	background: #03a9f3 !important;
}

.button-bordered-primary {
	border: 2px solid #32C1CE;
}

.button-bordered-success {
	border: 2px solid #0bc36e;
}

.button-bordered-warning {
	border: 2px solid #fec107;
}

.button-bordered-danger {
	border: 2px solid #fb9678;
}

.button-bordered-info {
	border: 2px solid #03a9f3;
}

.button-icon {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 0;
	border: 1px solid #32C1CE;
	border-radius: 2px;
	cursor: pointer;
}

.button-icon:hover span {
	color: #32C1CE;
	background: #FFF;
}

.button-icon:hover .fa {
	color: #FFF;
	background: #32C1CE;
}

.button-icon span {
	display: inline-block;
	vertical-align: top;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px;
	color: #FFF;
	letter-spacing: .5px;
	background: #32C1CE;
}

.button-icon .fa {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	padding: 0 16px;
	color: #32C1CE;
}

.button-icon-info {
	border: 1px solid #32C1CE;
}

.button-icon-info:hover span {
	background: #FFF;
}

.button-icon-info:hover .fa {
	background: #32C1CE;
}

.button-icon-info span {
	background: #32C1CE;
}

.button-icon-info .fa {
	color: #32C1CE;
}

.button-icon-blue {
	border: 1px solid #32C1CE;
}

.button-icon-blue:hover span {
	background: #FFF;
}

.button-icon-blue:hover .fa {
	background: #32C1CE;
}

.button-icon-blue span {
	background: #32C1CE;
}

.button-icon-blue .fa {
	color: #a4a4a4;
}

.button-icon-green {
	border: 1px solid #54C798;
}

.button-icon-green:hover span {
	color: #54C798;
}

.button-icon-green:hover .fa {
	background: #54C798;
}

.button-icon-green span {
	background: #54C798;
}

.button-icon-green .fa {
	color: #54C798;
}

.button-icon-orange {
	border: 1px solid #EfA752;
}

.button-icon-orange:hover span {
	color: #EfA752;
}

.button-icon-orange:hover .fa {
	background: #EfA752;
}

.button-icon-orange span {
	background: #EfA752;
}

.button-icon-orange .fa {
	color: #EfA752;
}

.button-icon-purple {
	border: 1px solid #A675D4;
}

.button-icon-purple:hover span {
	color: #A675D4;
}

.button-icon-purple:hover .fa {
	background: #A675D4;
}

.button-icon-purple span {
	background: #A675D4;
}

.button-icon-purple .fa {
	color: #A675D4;
}

.button-iconfill:hover span {
	color: #FFF;
	background: #32C1CE;
}

.button-iconfill:hover .fa {
	color: #32C1CE;
	background: #FFF;
}

.button-iconfill span {
	color: #32C1CE;
	background: #FFF;
}

.button-iconfill .fa {
	color: #FFF;
	background: #32C1CE;
}

.button-iconfill-blue, .button-iconfill-green, .button-iconfill-orange, .button-iconfill-purple {
	border: 1px solid #32C1CE;
}

.button-iconfill-blue:hover span, .button-iconfill-green:hover span, .button-iconfill-orange:hover span, .button-iconfill-purple:hover span {
	color: #FFF;
}

.button-iconfill-blue:hover .fa, .button-iconfill-green:hover .fa, .button-iconfill-orange:hover .fa, .button-iconfill-purple:hover .fa {
	background: #FFF;
}

.button-iconfill-blue span, .button-iconfill-green span, .button-iconfill-orange span, .button-iconfill-purple span {
	background: #FFF;
}

.button-iconfill-blue .fa, .button-iconfill-green .fa, .button-iconfill-orange .fa, .button-iconfill-purple .fa {
	color: #FFF;
}

.button-iconfill-blue {
	border: 1px solid #32C1CE;
}

.button-iconfill-blue:hover span {
	background: #32C1CE;
}

.button-iconfill-blue:hover .fa {
	color: #32C1CE;
}

.button-iconfill-blue span {
	color: #32C1CE;
}

.button-iconfill-blue .fa {
	background: #32C1CE;
}

.button-iconfill-green {
	border: 1px solid #54C798;
}

.button-iconfill-green:hover span {
	background: #54C798;
}

.button-iconfill-green:hover .fa {
	color: #54C798;
}

.button-iconfill-green span {
	color: #54C798;
}

.button-iconfill-green .fa {
	background: #54C798;
}

.button-iconfill-orange {
	border: 1px solid #EfA752;
}

.button-iconfill-orange:hover span {
	background: #EfA752;
}

.button-iconfill-orange:hover .fa {
	color: #EfA752;
}

.button-iconfill-orange span {
	color: #EfA752;
}

.button-iconfill-orange .fa {
	background: #EfA752;
}

.button-iconfill-purple {
	border: 1px solid #A675D4;
}

.button-iconfill-purple:hover span {
	background: #A675D4;
}

.button-iconfill-purple:hover .fa {
	color: #A675D4;
}

.button-iconfill-purple span {
	color: #A675D4;
}

.button-iconfill-purple .fa {
	background: #A675D4;
}

.button-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

.button-lg {
	padding: 12px 30px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 2px;
}

.anchor-icon {
	font-size: 14px;
	color: #32C1CE;
}

.anchor-icon .fa {
	margin: 0 0 0 5px;
}

.btn-primary:not ([disabled] ):not (.disabled ).active, .btn-primary:not
	 ([disabled] ):not (.disabled ):active, .show>.btn-primary.dropdown-toggle {
	border-color: rgba(3, 169, 243, 0.6);
	background: rgba(3, 169, 243, 0.6);
}

.btn-success:not ([disabled] ):not (.disabled ).active, .btn-success:not
	 ([disabled] ):not (.disabled ):active, .show>.btn-success.dropdown-toggle {
	border-color: rgba(11, 195, 110, 0.6);
	background: rgba(11, 195, 110, 0.6);
}

.btn-info:not ([disabled] ):not (.disabled ).active, .btn-info:not ([disabled]
	 ):not (.disabled ):active, .show>.btn-info.dropdown-toggle {
	border-color: rgba(3, 169, 243, 0.6);
	background: rgba(3, 169, 243, 0.6);
}

.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px !important;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-primary:hover {
	border-color: rgba(3, 169, 243, 0.6);
}

.btn-success {
	background: #0bc36e;
	border-color: #0bc36e;
}

.btn-success:hover {
	border-color: rgba(11, 195, 110, 0.6);
}

.btn-info {
	background: #03a9f3;
	border-color: #03a9f3;
}

.btn-info:hover {
	border-color: rgba(3, 169, 243, 0.6);
}
/* [ 2.7 THEME BLOCK CSS START ] */
.theme-block {
	position: relative;
	width: 100%;
	padding: 4px;
	margin: 0 0 30px 0;
	text-align: center;
	background: #FFF;
	border-radius: 2px;
	overflow: hidden;
}

.theme-block:hover .theme-block-hidden {
	opacity: 1;
	z-index: 2;
	bottom: 0;
}

.theme-block:hover .service-block-data a {
	color: #32C1CE;
}

.theme-block-hover:hover .theme-block-picture img {
	opacity: 0.7;
	-webkit-transform: scale(1.2) rotate(6deg);
	-moz-transform: scale(1.2) rotate(6deg);
	-ms-transform: scale(1.2) rotate(6deg);
	-o-transform: scale(1.2) rotate(6deg);
	transform: scale(1.2) rotate(6deg);
}

.theme-block-hover:hover .theme-block-picture:before {
	background: linear-gradient(-90deg, rgba(2, 167, 182, 0.9), rgba(1, 82, 89, 0.9));
}

.theme-block-picture {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.theme-block-picture img {
	width: 100%;
	height: auto;
}

.theme-block-picture::before, .theme-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.theme-block-data {
	position: relative;
	padding: 15px;
}

.theme-block-data h4 {
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 10px 0 5px 0;
}

.theme-block-data h4 a {
	color: #555;
}

.theme-block-data p {
	margin: 0;
}

.theme-block-data p a {
	color: #015259;
}

.theme-block-hidden {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border: 1px solid #EEE;
	opacity: 0;
	z-index: -2;
}

.theme-block-padding {
	padding: 10px;
}

.theme-owl-dot .owl-dots .owl-dot {
	vertical-align: middle;
}

.theme-owl-dot .owl-dots .owl-dot span {
	margin-bottom: 0;
	background: transparent;
	border: 2px solid #32C1CE;
}

.theme-owl-dot .owl-dots .owl-dot span:hover {
	background: #32C1CE;
}

.theme-owl-dot .owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
	background: #32C1CE;
}
/* [ 2.8 THEME ACCORDION CSS START ] */
.theme-accordion-container {
	text-align: left;
}

.theme-accordion {
	background: #FFF;
	border-bottom: 1px solid #f4f4f4;
	font-size: 13px;
}

.theme-accordion h2 {
	color: #fff;
	background: #999;
	padding: 5px 15px;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}

.theme-accordion h5 {
	color: #000;
	background: #d7d7d7;
	padding: 5px 15px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.theme-accordion:nth-last-child(1) {
	border: 0;
}

.theme-accordion-hdr {
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.theme-accordion-hdr h4 {
	font-size: 16px;
	color: #015259;
	margin: 0;
}

.theme-accordion-hdr h4 .fa {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	margin: 0 10px 0 0;
	background: #32C1CE;
	border-radius: 2px;
}

.theme-accordion-control {
	position: absolute;
	top: 6px;
	right: 15px;
}

.theme-accordion-control .fa {
	font-size: 24px;
	color: #fff;
}

.theme-accordion-bdy {
	display: none;
	width: 100%;
	padding: 0;
	border-top: 1px solid #FAFAFA;
	padding-bottom: 15px;
}

.theme-accordian-img {
	padding: 0;
}

.theme-accordian-img img {
	width: 100%;
}
/* [ 2.9 THEME DROPCAP CSS START ] */
.theme-dropcap {
	font-size: 60px;
	float: left;
	color: #32C1CE;
	line-height: 60px;
	padding: 0 10px;
	margin-right: 10px;
}
/* [ 2.10 THEME CATEGORY LIST CSS START ] */
.category-list {
	padding: 0;
}

.category-list li {
	text-align: left;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
}

.category-list li a {
	color: #333;
	font-size: 14px;
}

.category-list li a:hover {
	color: #32C1CE;
}

.category-list li a .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 10px 0 0;
}

.category-list li span {
	position: relative;
	top: 2px;
	float: right;
	font-size: 14px;
	color: #015259;
}

.category-list li:nth-last-child(1) {
	border-bottom: 0;
	margin: 0;
	padding: 10px 0 0 0;
}

.list-primary .active {
	background-color: #32C1CE;
	border-color: #32C1CE;
}

.list-warning .active {
	background-color: #fec107;
	border-color: #fec107;
}

.list-danger .active {
	background-color: #fb9678;
	border-color: #fb9678;
}

.list-success .active {
	background-color: #0bc36e;
	border-color: #0bc36e;
}

.list-info .active {
	background-color: #03a9f3;
	border-color: #03a9f3;
}

.list-light .active {
	background-color: #EEE;
	border-color: #EEE;
}
/* [ 2.11 THEME MATERIAL CARD CSS START ] */
.theme-material-card {
	margin: 0 0 30px 0;
	padding: 15px;
	background: #FFF;
	border-top: 1px solid #32C1CE;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/* [ 2.12 THEME TAG CSS START ] */
.theme-tag {
	display: inline-block;
	margin: 5px;
	position: relative;
	color: #333;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: capitalize;
	padding: 8px 15px 8px 25px;
	background: #DDD;
	border-radius: 2px;
}

.theme-tag::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	z-index: 1;
}

.theme-tag:hover {
	color: #FFF;
	background: #32C1CE;
}

.theme-tag-1 {
	padding-right: 30px;
	padding-left: 25px;
}

.theme-tag-1:hover::after {
	border-left: 20px solid #32C1CE;
}

.theme-tag-1::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF;
	border-bottom: 18px solid transparent;
	border-left: 20px solid #DDD;
	border-top: 18px solid transparent;
}

.theme-tag-2 {
	padding-right: 40px;
	padding-left: 16px;
}

.theme-tag-2:hover::after {
	border-left: 20px solid #32C1CE;
}

.theme-tag-2::before {
	left: inherit;
	right: 15px;
}

.theme-tag-2::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF;
	border-bottom: 18px solid transparent;
	border-left: 20px solid #DDD;
	border-top: 18px solid transparent;
}

.theme-tag-colored {
	color: #FFF;
	background: #32C1CE;
}

.theme-tag-colored:hover {
	background: #015259;
}

.theme-tag-colored:hover::after {
	border-left: 20px solid #015259;
}

.theme-tag-colored::after {
	border-left: 20px solid #32C1CE;
}
/* [ 2.13 THEME PAGINATION CSS START ] */
.theme-pagination {
	padding: 0;
	margin: 0;
}

.theme-pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.theme-pagination li a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #02A7B6;
}

.theme-pagination li a:hover {
	color: #FFF;
	background: #02A7B6;
}

.theme-pagination li a.active {
	color: #FFF;
	background: #02A7B6;
}

.theme-pagination-default li a {
	border: 1px solid #DDD;
}

.theme-pagination-default li a:hover {
	color: #02A7B6;
	background: transparent;
}

.theme-pagination-default li a.active {
	color: #02A7B6;
	background: transparent;
}

.theme-pagination-1 li a {
	color: #FFF;
	background: #878787;
	border: 1px solid #fff;
	border-radius: 0;
}

.theme-pagination-1 li a:hover {
	color: #32C1CE;
	background: #FFF;
}

.theme-pagination-1 li a.active {
	color: #32C1CE;
	background: #FFF;
}
/* [ 2.14 THEME FLEXSLIDER CSS START ] */
.theme-flexslider {
	margin: 0 0 40px 0;
}

.theme-flexslider .flex-control-paging li {
	vertical-align: middle;
}

.theme-flexslider .flex-control-paging li a {
	background: #FFF;
	border: 2px solid #32C1CE;
	box-shadow: none;
}

.theme-flexslider .flex-control-paging li a:hover {
	background: #32C1CE;
}

.theme-flexslider .flex-control-paging li a.flex-active {
	width: 15px;
	height: 15px;
	background: #32C1CE;
}

.theme-flexslider-container {
	width: 100%;
	position: relative;
	padding: 0 0 10px 0;
}

.theme-flexslider-container h4 {
	color: #333;
	margin: 10px 0 10px 0;
	letter-spacing: .5px;
	font-size: 20px;
	font-weight: 400;
}

.theme-flexslider-container p {
	font-size: 14px;
	color: #999;
	letter-spacing: .5px;
	margin: 0;
}

.theme-flexslider-container img {
	width: 100%;
}
/* [ 2.15 SOCIAL BUTTON CSS START ] */
.social-list {
	margin: 0;
	padding: 0;
}

.social-list li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 5px 0;
}

.social-list li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
	font-size: 20px;
	color: #777;
}

.social-list-sm li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 2px;
	font-size: 14px;
}

.social-list-lg li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
}

.social-list-colored li a {
	color: #FFF !important;
}

.social-list-colored li a.fa-facebook {
	background: #3B5999;
}

.social-list-colored li a.fa-twitter {
	background: #55ACEE;
}

.social-list-colored li a.fa-google {
	background: #DC4A38;
}

.social-list-colored li a.fa-instagram {
	background: #AE8268;
}

.social-list-colored li a.fa-youtube {
	background: #e42b26;
}

.social-list-colored li a.fa-linkedin {
	background: #0274b3;
}

.social-list-colored li a.fa-flickr {
	background: #ff0175;
}

.social-list-colored li a.fa-rss {
	background: #f8991d;
}

.social-list-black li a {
	color: #FFF;
	background: #555;
}

.social-list-black li a:hover {
	background: #32C1CE;
}

.social-list-white li a {
	color: #EEE;
	background: transparent;
	border: 1px solid #EEE;
}

.social-list-white li a:hover {
	border: 1px solid #32C1CE;
	background: #32C1CE;
}

.social-list-bordered a {
	border: 2px solid #777;
}

.social-list-bordered a:hover {
	color: #FFF;
	border: 2px solid #32C1CE;
	background: #32C1CE;
}

.social-list-rounded a {
	border-radius: 50%;
}

.width-auto {
	width: auto !important;
}
/* [ 2.16 THEME DROPDOWN CSS START ] */
.theme-dropdown {
	position: relative;
	display: inline-block;
}

.theme-dropdown>a {
	color: #fff;
	text-transform: none;
}

.theme-dropdown>a .fa {
	/* color: #fff; */
	
}

.theme-dropdown ul li {
	font-size: 13px;
	color: #333;
	padding: 10px;
}

.theme-dropdown ul li a {
	display: block;
}

.theme-dropdown ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #32C1CE;
}

.theme-dropdown ul li:hover::after {
	width: 100%;
}

.theme-dropdown ul li .fa {
	width: 28px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
/* [ 2.17 THEME TABLE CSS START ] */
.table-container {
	margin: 0 10px 30px 10px;
	padding: 0;
	background: #FFF;
	border-top: 1px solid #32C1CE;
}

.table {
	width: 100%;
}

.table th {
	color: #777;
	padding: 12px 5px;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 2px solid #DDD;
}

.table td {
	padding: 12px 5px;
	color: #777;
	vertical-align: middle;
	font-size: 14px;
	border-bottom: 1px solid #EEE;
}

.table-hover tbody>tr:hover {
	background-color: #EBFCFD;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #EBFCFD;
}

.table-bordered th {
	border: 1px solid #d6d6d6;
	border-bottom: 2px solid #DDD;
}

.table-bordered td {
	border: 1px solid #DDD;
}

.table-primary-head>th, .table-warning-head>th, .table-success-head>th, .table-danger-head>th, .table-danger-head>th {
	color: #FFF;
}

.table-primary-head>th {
	background-color: #32C1CE;
}

.table-warning-head>th {
	background-color: #fec107;
}

.table-success-head>th {
	background-color: #0bc36e;
}

.table-danger-head>th {
	background-color: #fb9678;
}

.table-primary, .table-primary>td, .table-primary>th {
	background-color: rgba(3, 169, 243, 0.1);
}

.table-warning, .table-warning>td, .table-warning>th {
	background-color: rgba(254, 193, 7, 0.1);
}

.table-success, .table-success>td, .table-success>th {
	background-color: rgba(11, 195, 110, 0.1);
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: rgba(251, 150, 120, 0.1);
}

.theme-list-basic {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}

.theme-list-basic li {
	font-size: 14px;
	color: #555;
	padding: 3px 0;
}

.theme-list-basic li li {
	list-style: circle;
}

.theme-list-basic li .fa {
	margin: 0 5px 0 0;
}

.theme-list {
	padding: 0;
	margin: 0 0 10px 0;
}

.theme-list li {
	list-style: none;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	padding: 5px 0;
	letter-spacing: .5px;
}

.theme-list li .fa {
	margin: 0 5px 0 0;
}
/* [ 2.18 THEME IMAGE CSS START ] */
.theme-img {
	position: relative;
	display: inline-block;
	padding: 4px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
	overflow: hidden;
}

.theme-img::before {
	opacity: .4;
}

.theme-img:hover::before {
	background: linear-gradient(-90deg, rgba(2, 167, 182, 0.9), rgba(1, 82, 89, 0.9));
	z-index: 1;
}

.theme-img img {
	width: 100%;
}

.theme-img-scale:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.theme-img-scalerotate:hover img {
	-webkit-transform: scale(1.3) rotate(6deg);
	-moz-transform: scale(1.3) rotate(6deg);
	-ms-transform: scale(1.3) rotate(6deg);
	-o-transform: scale(1.3) rotate(6deg);
	transform: scale(1.3) rotate(6deg);
}
/* [ 2.19 THEME QUOTE CSS START ] */
.theme-quote {
	font-size: 15px;
	color: #555;
	padding: 20px;
	letter-spacing: .5px;
	margin: 0 0 10px 0;
	text-align: left;
	font-style: italic;
	background: #f4f4f4;
	border-left: 4px solid #AAA;
	border-radius: 2px;
}

.theme-quote .fa {
	color: #32C1CE;
}

.theme-quote-colored {
	color: #FFF;
	background: #32C1CE;
	border-color: #333;
}

.theme-quote-colored .fa {
	color: #FFF;
}

.theme-quote-primary {
	background: #32C1CE;
}

.theme-quote-success {
	background: #0bc36e;
}

.theme-quote-warning {
	color: #333;
	background: #fec107;
}

.theme-quote-danger {
	background: #fb9678;
}

.theme-quote-info {
	background: #03a9f3;
}
/* [ 2.20 PAGE TITLE CSS START ] */
.page-ttl {
	padding: 0px 0 0px 0;
	text-transform: uppercase
}

.page-ttl-container {
	text-align: center;
}

.page-ttl-container h1 {
	font-size: 42px;
	font-weight: 500;
	color: #FFF;
	margin: 0;
}

.page-ttl-container p {
	font-size: 14px;
	color: #CCC;
	padding: 10px 0 0 0;
}

.page-ttl-container p a {
	display: inline-block;
	color: #EEE;
	margin: 0 5px 0 0;
}

.page-ttl-container p a:hover {
	text-decoration: underline !important;
}

.page-ttl-container p span {
	display: inline-block;
	margin: 0 0 0 5px;
}

.page-ttl-icon {
	display: inline-block;
	vertical-align: middle;
	display: none;
}
/* [ 2.21 NOT FOUND PAGE CSS START ] */
.notfound-wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 0 0 0;
}

.notfound-ttl {
	font-size: 150px;
	text-transform: uppercase;
	color: #F09E71;
	letter-spacing: 2px;
	font-weight: bold;
	display: block;
	margin: 10px 0;
}

.notfound-tag-1 {
	font-size: 48px;
	text-transform: uppercase;
	color: #333;
	margin: 10px 0;
	font-weight: 600;
}

.notfound-tag-2 {
	display: block;
	font-size: 28px;
	color: #555;
	margin: 10px 0;
}

.notfound-link {
	margin: 30px 0;
}

.notfound-link a {
	margin: 30px;
}

.notfound-social li {
	margin: 10px;
}

.notfound-social li a {
	font-size: 24px;
}
/**************************************************
[ 3.0 HEADER CSS START ] **************************
***************************************************/
#header {
	position: relative;
	z-index: 11;
}

#hdr-top-wrapper {
	position: relative;
	padding: 0;
}

.hdr-top {
	text-align: right;
	overflow: visible;
}

.hdr-top-block {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.hdr-number .fa {
	font-size: 20px;
	padding: 0 5px 0 0;
	color: #777;
}

.profile-menu {
	font-weight: 400;
	padding: 0 5px;
	font-family: Segoe UI, Tahoma, Arial;
}

.profile-menu-yellow {
	font-weight: 400;
	padding: 0 5px;
	font-family: Segoe UI, Tahoma, Arial;
	color: yellow !important;
}

.profile-menu-red {
	font-weight: 400;
	padding: 0 5px;
	font-family: Segoe UI, Tahoma, Arial;
	color: #F59494 !important;
}
.profile-menu-green {
	font-weight: 400;
	padding: 0 5px;
	font-family: Segoe UI, Tahoma, Arial;
	color: #06f575 !important;
}

.hdr-top-line {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 30px;
	margin: 0 5px;
	background-color: #DDD;
}

#hdr-wrapper {
	background: url(../images/header-bg.jpg) no-repeat center;
	background-size: cover;
}

.hdr {
	overflow: visible;
}

.hdr-logo {
	float: left;
}

.hdr-logo a {
	display: inline-block;
}

.hdr-logo a img {
	height: 70px;
}

.menu {
	position: relative;
	margin: 0;
	background: url(../images/menu-bg.jpg) no-repeat center;
	background-size: cover;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li li {
	position: relative;
	display: block;
	width: auto;
}

.menu li li a {
	position: relative;
	font-size: 14px;
	color: #666 !important;
	padding: 10px 5px;
	transition: all .4s ease-in-out;
}

.menu li li a::before {
	content: '';
	position: absolute;
	top: 20%;
	left: 0;
	width: 0;
	height: 60%;
	background: #32C1CE;
	transition: all .4s ease-in-out;
}

.menu li li a:hover {
	color: #000 !important;
	padding-left: 10px;
}

.menu li li a:hover::before {
	width: 5px;
}

.menu li li:nth-last-child(1) a {
	border-bottom: 0;
}

.menu li:hover>.menu-dropdown, .menu li:hover>.menu-megamenu {
	/*    opacity: 1;
        visibility: visible;
        display: block;*/
	/*    -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);*/
	
}

.menu-megamenu.showMenu {
	opacity: 1;
	visibility: visible;
	display: block;
}

.menu a {
	display: block;
	height: auto;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	text-transform: none;
}

.menu>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0px 5px;
}

.menu>li>a {
	position: relative;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.menu>li>a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #32C1CE;
	transition: all .3s ease-in-out;
}

.menu>li>a .fa {
	font-size: 15px;
	color: #fff;
}

.menu>li>a.active {
	background: #207cb1;
}

.menu>li>a.active::after {
	width: 100%;
}

.menu>li>a:hover::after {
	width: 100%;
}

.menu .mobile-menu-close {
	display: none;
	position: absolute !important;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	line-height: 15px;
	text-align: center;
	padding: 8px;
	background-color: #000;
	border-radius: 50%;
}

.menu .mobile-menu-close .fa {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 18px;
	color: #EEE;
}

.menu-megamenu, .menu-dropdown {
	position: absolute;
	left: 0%;
	top: 90%;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	display: block;
	z-index: 999;
	text-align: left !important;
	/*    -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -moz-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -ms-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -o-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);*/
	box-shadow: 0px 5px 45px 0 rgba(0, 0, 0, 0.5);
}

.menu-megamenu .row, .menu-dropdown .row {
	display: flex !important;
	display: -ms-flexbox !important;
	-ms-flex-wrap: wrap !important;
}

.menu-megamenu .row .col-lg-2 {
	padding: 4px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.menu-megamenu li, .menu-dropdown li {
	padding: 0;
	border-bottom: 1px solid #EEE;
}

.menu-megamenu li:nth-last-child(1), .menu-dropdown li:nth-last-child(1) {
	border-bottom: 0;
}

.menu-megamenu {
	width: 100%;
	padding: 10px;
	overflow-y: auto;
}

.menu-megamenu>li {
	padding: 15px 30px;
}

.menu-dropdown {
	width: 160px;
}

.menu-dropdown li {
	padding: 5px 5px 5px 10px;
}

.menu-dropdown .menu-dropdown {
	top: 0;
	left: 100%;
	margin-left: 3px;
}

.menu-megamenu-li {
	position: static !important;
}

.megamenu-ttl {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 5px;
	text-transform: capitalize;
	background: #207cb1;
}

.megamenu-ttl i, .menu-megamenu i {
	display: block;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

#menu-bar {
	display: none;
	text-align: right;
}

#menu-bar a {
	display: inline-block;
}

#menu-bar .fa {
	font-size: 28px;
	color: #777;
	height: 60px;
	line-height: 60px;
	padding: 0 5px;
}

#appointment-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	animation-delay: 2s;
}

#appointment-button .fa {
	font-size: 20px;
	color: #EBFCFD;
}

#appointment-button .mdl-tooltip {
	font-size: 12px;
}

#appointment-button .mdl-button--fab.mdl-button--colored {
	background: #015259;
}

.filter-menu {
	display: inline-block;
	margin: 20px 0 10px 0;
	background-color: #f4f4f4;
}

.filter-menu button {
	font-size: 20px;
	line-height: 20px;
	color: #555;
	text-transform: uppercase;
	padding: 20px 30px;
	border: none;
	outline: none;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent
		75%, transparent);
	background-size: 1rem 1rem;
}

.filter-menu button.active {
	color: #FFF;
	background-color: #32C1CE;
}
/*************************************************
[ 4.0 HEADER 2 CSS START ] ***********************
**************************************************/
#header-1 {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 99;
}

#header-1 .menu a {
	color: #FFF;
}

#header-1 .menu ul li a {
	color: #333;
}

#header-1 #menu-bar .fa {
	color: #EEE;
}

#header-3 {
	position: relative;
}

.hdr-center {
	padding: 20px 15px;
}

.hdr-center-logo img {
	height: 40px;
}

.hdr-center-submenu .tbl-cell {
	padding: 5px;
}

.hdr-center-submenu .fa {
	width: 42px;
	height: 42px;
	line-height: 36px;
	font-size: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	color: #75DBE4;
	border-radius: 50%;
	border: 2px dotted #32C1CE;
}

.hdr-center-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #EEE;
	z-index: 11;
}

.hdr-center-menu .menu li a {
	color: #FFF;
}

.hdr-center-account a:hover .fa {
	color: #FFF;
	background-color: #32C1CE;
	border: 1px solid #32C1CE;
}

.hdr-center-account .fa {
	font-size: 16px;
	color: #777;
	width: 32px;
	height: 32px;
	line-height: 28px;
	margin: 0 10px 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #777;
	border-radius: 50%;
}

.hdr-apointment {
	color: #FFF;
	height: 48px;
	padding: 0 24px;
	background-color: #32C1CE !important;
	border-radius: 30px;
}

.hdr-apointment .fa {
	width: auto;
	height: auto;
	line-height: normal;
}

.hdr-apointment:hover {
	background-color: #32C1CE;
}

.search-banner {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 10px;
	background: #EBFCFD;
	border-radius: 60px;
	z-index: 11;
}

.search-banner input {
	width: 100%;
	font-size: 24px;
	padding: 10px 30px;
	color: #015259;
}

#header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.3);
	z-index: 11;
}

#header-transparent .menu li a {
	color: #FFF;
}

#header-transparent .hdr-center-account a {
	color: #EEE;
}

#header-transparent .hdr-center-account .fa {
	color: #EEE;
	border: 1px solid #EEE;
}

.header-transparent-menu {
	width: 100%;
	padding: 10px 0;
	background: rgba(51, 51, 51, 0.3);
	border-top: 1px solid #EBFCFD;
}

.hdr-search {
	line-height: 56px;
	background: none;
	box-shadow: none;
}

.hdr-search .fa {
	font-size: 24px;
}

.hdr-fixed {
	
}
/*************************************************
[ 5.0 HOME PAGE CSS START ] **********************
**************************************************/
/* [ 5.1 BANNER CSS START ] */
.slider-wrapper .slides li {
	position: relative;
}

.slider-wrapper .slides li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(-90deg, rgba(2, 167, 182, 0.9), rgba(1, 82, 89, 0.9));
}

.slider-wrapper .slides li img {
	width: 100%;
}

.slider-1 {
	height: 100%;
}

.slider-1 .slider-wrapper {
	height: 100%;
}

.slider-1 .slides {
	height: 100%;
}

.slider-1 .slides li {
	height: 100%;
}

.slider-1 .slider-info {
	padding: 2% 10%;
}

.slider-height {
	height: 100%;
}

.slider-height .slider-wrapper {
	height: 100%;
}

.slider-height .slides {
	height: 100%;
}

.slider-height .slides li {
	height: 100%;
}

.slider-wrapper {
	height: 100%;
	border: 0;
	margin: 0;
	overflow: hidden;
}

.flex-direction-nav a {
	line-height: 40px;
}

.slider-info {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	padding: 0 10%;
	text-align: center;
	z-index: 9999;
}

.slider-info h1, .slider-info h2 {
	display: inline-block;
	font-size: 54px;
	color: #FFF;
	font-weight: 500;
	margin: 0 0 15px 0;
	animation-delay: .4s;
}

.slider-info p {
	font-size: 16px;
	color: #FFF;
	animation-delay: .6s;
}

.slider-button {
	position: absolute;
	bottom: 20%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.slider-button a {
	display: inline-block;
	font-size: 18px;
	color: #333;
	padding: 20px 30px;
	height: auto;
	letter-spacing: .5px;
	text-transform: none;
	line-height: normal;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	background: #EBFCFD;
	border-radius: 30px;
	animation-delay: 1.4s;
}

.slider-button a .fa {
	margin: 0 0 0 10px;
}

.slider-button a:hover {
	color: #FFF;
	background: #32C1CE;
}

.slider-backgroung-image {
	position: relative;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-2 .slider-info {
	top: 35%;
}

/*************************************************
[ 10.0 LOGIN CSS START ] *************************
**************************************************/
.login-condition {
	font-size: 12px;
	color: #AAA;
	padding: 0 30px;
}
/*************************************************
[ 11.0 FORM INPUT CSS START ] ********************
**************************************************/
.form-container {
	max-width: 600px;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	margin-top: 150px;
}

.form-container .paragraph-small {
	text-align: center;
}

.form-container label em, em {
	color: #cc5151;
}

.form-input input {
	font-family: "Raleway", sans-serif;
}

.form-input label {
	color: #777;
}

.search-button {
	position: absolute;
	top: 18px;
	right: 0;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 20px;
	color: #EEE;
	background: #32C1CE;
	border-radius: 2px;
}

.search-button:hover {
	color: #FFF;
}

.form-input-icon {
	width: 100%;
	padding: 20px 0 20px 30px;
}

.form-input-icon .fa {
	position: absolute;
	top: 24px;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	background: #02A7B6;
	border-radius: 2px;
}

.form-input-icon input {
	font-family: "Raleway", sans-serif;
}

.form-input-icon label {
	display: inline-block;
	width: auto;
	left: 30px;
	color: #777;
}

.form-input-white input {
	color: #FFF;
	border-bottom: 1px solid #EEE;
}

.form-input-white textarea {
	color: #FFF;
	border-bottom: 1px solid #EEE;
}

.form-input-white label {
	color: #EEE;
}

.form-input-white.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .form-input-white.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .form-input-white.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
	.form-input-white.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label, .form-input-white.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
	color: #EEE;
}

.form-radio {
	text-align: left;
}

.form-radio p {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #32C1CE;
}

.form-submit {
	padding: 10px 0 0 0;
}

.or-using {
	position: relative;
	width: 70%;
	height: 1px;
	margin: 30px auto;
	font-size: 0;
	background: #DDD;
	text-align: center;
}

.or-using::before {
	content: 'Or Using';
	position: absolute;
	top: -10px;
	left: 50%;
	display: inline-block;
	margin-left: -55px;
	padding: 0 30px;
	font-size: 12px;
	color: #777;
	background: #FFF;
	z-index: 1;
}

.social-login a {
	display: inline-block;
	width: 49%;
	padding: 12px 0;
	font-size: 14px;
	color: #FFF;
}

.social-login a .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #FFF;
	border-radius: 2px;
}

.social-login a .fa-facebook {
	color: #3B5999;
}

.social-login a .fa-google {
	color: #DC4A38;
}

.social-facebook {
	background: #3B5999;
}

.social-google {
	background: #DC4A38;
}

.login-link {
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background: #f2f2f2;
	margin: 20px auto 0 auto;
}

.login-link span {
	display: block;
	text-align: center;
}

.login-link a {
	display: inline-block;
	font-size: 14px;
	color: #32C1CE;
	letter-spacing: .5px;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.forgot-pass {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #32C1CE;
	cursor: pointer;
}

/*************************************************
[ 17.0 MEDIA QUERIES START ] *********************
**************************************************/
/* FROM 1200px TO 1400px */
/* FROM 992px TO 1199PX */
/* FROM 0PX TO 992PX */
@media only screen and (max-width: 992px) {
	.menu {
		position: fixed;
		top: 0;
		left: -130%;
		width: 100%;
		min-height: 100%;
		padding: 30px 60px 30px 20px !important;
		overflow-y: scroll;
		background: linear-gradient(-90deg, #02a7b6, #015259);
		z-index: 99999999;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.menu li {
		position: relative !important;
		display: block;
	}
	.menu li a {
		display: block;
		height: auto;
		font-size: 14px;
		text-align: left;
		color: #FFF;
		padding: 5px;
		text-transform: none;
	}
	.menu li li a {
		color: #999;
	}
	.menu-dropdown {
		width: 70%;
		left: inherit;
		right: -55px;
		z-index: 9999999;
	}
	.menu-dropdown li:hover .menu-dropdown {
		display: block;
	}
	.menu-dropdown .menu-dropdown {
		display: none;
		left: 0;
		width: 100%;
		position: relative;
		box-shadow: none;
		z-index: 9999999;
	}
	.menu-megamenu {
		width: 70%;
		left: inherit;
		right: -55px;
	}
	.mobile-menu-close {
		display: block !important;
	}
	#menu-bar {
		display: block;
	}
	.footer-block:nth-child(2) {
		padding: 20px;
		margin: 0 0 30px 0;
		border: 0;
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
	}
}
/* FROM 768PX TO 979PX */
/* FROM 0PX TO 768PX */
@media only screen and (max-width: 768px) {
	.hidden-xs {
		display: none !important;
	}
}
/* FROM 0PX TO 480PX */
@media only screen and (max-width: 480px) {
	.layer-ttl h3 {
		font-size: 28px;
	}
	.hdr-logo a img {
		height: 30px;
	}
	.form-container {
		max-width: 100%;
	}
	.footer-block {
		padding: 20px 0;
	}
	.footer-block:nth-child(2) {
		padding: 20px 0;
	}
}

.login-page {
	background: url(../images/home-screen.jpg) no-repeat center;
	background-size: cover;
}

#login-page form {
	padding-top: 30px;
}

#passwordChangeModal form {
	padding-top: 0px !important;
}

#login-page {
	background: url(../images/login-bg.png) no-repeat top center;
	float: right;
	width: 910px;
	height: 100%;
	margin-right: 50px;
}

.form-container h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "trajan pro";
}

body.dashboard {
	background: url(../images/inner-bg.jpg) no-repeat top center fixed;
}

body {
	*background: url(../images/body-bg.jpg) repeat-x top center fixed;
	background: #000;
}

.dashboard-buttons, .dashboard-buttons li {
	list-style: none;
	display: block;
	padding: 0;
	top-margin: 0;
}

.dashboard-buttons li {
	float: left;
}

.dashboard-buttons li a {
	padding: 20px 100px 20px 20px;
	display: block;
	border: 8px solid transparent;
	margin: 16px;
	text-align: left;
	font-size: 24px;
	background: #fff;
	/*-webkit-box-shadow: 70px #000;
-moz-box-shadow: 70px #000;*/
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	min-height: 122px;
	line-height: 30px;
}

.dashboard-buttons li a:hover {
	background: #207cb1;
	color: #fff;
	border: 8px solid #fff;
}

.dashboard-buttons li a:after {
	content: '';
	display: block;
	position: absolute;
	float: right;
	width: 90px;
	height: 80px;
	right: 0;
	top: 15px;
}

.dashboard-buttons li:nth-child(1) a:after {
	background: url(../images/icon1.png) no-repeat;
}

.dashboard-buttons li:nth-child(1) a:hover:after {
	background: url(../images/icon1-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(2) a:after {
	background: url(../images/icon2.png) no-repeat;
}

.dashboard-buttons li:nth-child(2) a:hover:after {
	background: url(../images/icon2-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(3) a:after {
	background: url(../images/icon3.png) no-repeat;
}

.dashboard-buttons li:nth-child(3) a:hover:after {
	background: url(../images/icon3-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(4) a:after {
	background: url(../images/icon4.png) no-repeat;
}

.dashboard-buttons li:nth-child(4) a:hover:after {
	background: url(../images/icon4-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(5) a:after {
	background: url(../images/icon5.png) no-repeat;
}

.dashboard-buttons li:nth-child(5) a:hover:after {
	background: url(../images/icon5-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(6) a:after {
	background: url(../images/icon6.png) no-repeat;
}

.dashboard-buttons li:nth-child(6) a:hover:after {
	background: url(../images/icon6-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(7) a:after {
	background: url(../images/icon7.png) no-repeat;
}

.dashboard-buttons li:nth-child(7) a:hover:after {
	background: url(../images/icon7-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(8) a:after {
	background: url(../images/icon8.png) no-repeat;
}

.dashboard-buttons li:nth-child(8) a:hover:after {
	background: url(../images/icon8-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(9) a:after {
	background: url(../images/icon9.png) no-repeat;
}

.dashboard-buttons li:nth-child(9) a:hover:after {
	background: url(../images/icon9-over.png) no-repeat;
}

.dashboard-buttons li:nth-child(10) a:after {
	background: url(../images/icon10.png) no-repeat;
}

.dashboard-buttons li:nth-child(10) a:hover:after {
	background: url(../images/icon10-over.png) no-repeat;
}

.mdl-data-table thead {
	background: #d8d8d8;
	font-size: 16px;
	color: #000;
}

.mdl-data-table {
	position: relative;
	border: none;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 15px;
	background-color: #fff;
}

.mdl-data-table th {
	position: relative;
	vertical-align: bottom;
	text-overflow: ellipsis;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0;
	height: 25px;
	font-size: 14px;
	color: #000;
	padding-bottom: 0px;
	box-sizing: border-box;
}

.mdl-data-table th {
	padding: 0 18px 0px 18px;
	text-align: left;
}

.mdl-data-table td {
	text-align: left;
}

.mdl-checkbox__box-outline {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .24);
	border-radius: 0px;
	z-index: 2;
}

.mdl-data-table td {
	position: relative;
	height: 60px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	padding: 12px 18px;
	box-sizing: border-box;
}

.mdl-textfield__label {
	bottom: 0;
	color: #000;
	font-size: 15px;
	left: 0;
	right: 0;
	pointer-events: none;
	position: absolute;
	display: block;
	top: 24px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.form-input label {
	color: #000;
}

.mdl-textfield__input {
	border: none;
	border-bottom: 1px solid #b5b5b5;
	display: block;
	font-size: 16px;
	font-family: "Helvetica", "Arial", sans-serif;
	margin: 0;
	padding: 4px 0;
	width: 100%;
	background: 0 0;
	text-align: left;
	color: inherit;
}

.button-search {
	font-size: 26px;
	color: #000;
	top: 12px;
}

.search-table {
	padding: 2px;
	background: #fff;
	border: 1px solid #d8d8d8;
	margin: 10px 0px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

.search-table2 {
	padding: 0 24px;
	background: #fff;
	border: 1px solid #d8d8d8;
	margin: 10px 0px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

.search-table .mdl-textfield, .search-table2 .mdl-textfield {
	width: 100%;
	max-width: 100%;
}

.mdl-button--fab {
	border-radius: 0;
	font-size: 18px;
	height: 30px;
	margin: auto;
	min-width: 30px;
	width: 30px;
	padding: 0;
	overflow: hidden;
	background: #878787;
	box-shadow: none;
	position: relative;
	line-height: normal;
	border: 1px solid #fff;
}

.button-primary {
	background-color: #878787 !important;
}

.boxed-input {
	background: #fff;
	padding: 10px;
	width: 100px;
}

.toolbar {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0 50px;
	background: #fff;
	padding-bottom: 4px;
	padding: 10px 0px 10px 55px;
	border-bottom: 1px solid #32C1CE;
}

.toolbar button:hover {
	color: #0855af;
}

.toolbar button:focus {
	outline: none;
}

.toolbar span {
	font-family: Segoe UI, Tahoma, Arial;
	padding-right: 11px;
	cursor: pointer;
}

.row.second-header {
	margin: 0;
	margin-top: 36px;
	padding: 10px 10px 70px 10px;
	background: rgba(224, 224, 224, 1) !important;
}

.row.first-header {
	margin: 0;
	padding: 10px 10px 70px 10px;
	background: rgba(224, 224, 224, 1) !important;
}

.second-header .row {
	margin: 0;
}

.container-fluid {
	width: 94%;
	padding-top: 0px;
	background: #fff;
	margin-top: -50px;
}

.body {
	font-family: Segoe UI, Tahoma, Arial;
}

.h4-title {
	font-family: Segoe UI, Tahoma, Arial;
	font-weight: Lighter;
	COLOR: #505050;
	FONT-SIZE: 24PX;
	PADDING-LEFT: 35PX;
	DISPLAY: INLINE-BLOCK;
	/* 	padding-top: 16px; */
}

.right_link p {
	color: #828181 !important;
	font-size: 14px;
}

.table-title {
	font-family: Segoe UI, Tahoma, Arial;
	font-weight: normal;
	font-size: 20px;
	color: #1160B7;
}

.label_text {
	color: #828181 !important;
}

.divTable {
	display: table;
	width: 100%;
	color: #828081;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell, .divTableHead {
	border: none;
	display: table-cell;
	padding: 5px 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.search-table .divTableRow {
	border-bottom: 1px solid #ccc;
}

.temp2-table .divTableBody .divTableRow .divTableCell {
	padding-bottom: 5px;
	padding-top: 5px;
}

.temp2-table .divTableBody .divTableRow .divTableCell:nth-child(1) {
	width: 40%;
}

.temp2-table .divTableBody .divTableRow .divTableCell:nth-child(2) {
	width: 60%;
}
/* checkbox customization */
.kgk-form {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.kgk-form input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	color: #4f4f4f;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.kgk-form:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.kgk-form input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.kgk-form input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.kgk-form .checkmark:after {
	left: 4px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.input-kgk {
	font-size: 13px;
	border-bottom: 1px solid #aaa;
	width: 100%;
}

.input-kgk:focus {
	border-bottom: 1px solid #aaa;
	width: 100%;
}

.lable-kgk {
	font-size: 13px;
	color: #000;
}

.textfield-kgk {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #4f4f4f;
}

.textarea-kgk {
	background: #e5e5e5;
	width: 100%;
	margin-top: 10px;
	line-height: 16px;
	font-size: 13px;
	padding: 10px;
	color: #4f4f4f;
}

.temp2-table select {
	border: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	padding: 6px 10px;
	width: 70%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #4f4f4f;
}

.temp2-table select:focus {
	border: 1px solid #aaa;
}

.temp2-table select {
	color: #4f4f4f;
	width: 100%;
}

.temp2-table select:focus {
	background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
	background-position: calc(102% - 23px) calc(1em + 0px), calc(102% - 15px) calc(1em + 0px);
	background-size: 8px 8px, 8px 8px;
	background-repeat: no-repeat;
}

.temp2-table input[type=text] {
	font-size: 13px;
	border: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	width: 100%;
	padding: 10px;
	color: #4f4f4f;
}

.temp2-table input[type=text]:focus {
	border: 1px solid #aaa;
	width: 100%;
}

.temp2-table input[type=checkbox] {
	font-size: 13px;
	border-bottom: 1px solid #aaa;
	margin-right: 15px;
	color: #4f4f4f;
}

/* The container */
.temp2-table .radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #4f4f4f;
}

/* Hide the browser's default radio button */
.temp2-table .radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	color: #4f4f4f;
}

/* Create a custom radio button */
.temp2-table .radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #969696;
	color: #4f4f4f;
}

/* On mouse-over, add a grey background color */
.temp2-table .radio:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.temp2-table .radio input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.temp2-table .radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.temp2-table .radio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.temp2-table .radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: black;
}

.border {
	width: 100%;
	border: 1px solid #999 !important;
}

.KGK-title {
	color: #fff;
	font-size: 15px;
	padding-top: 22px;
	font-family: Segoe UI, Tahoma, Arial;
	cursor: pointer;
}

.table-head {
	background: #eee;
	width: inherit;
	display: table-caption;
	padding: 3px 10px;
	font-size: 13px;
}

/* Style for the search result */
.col_1 {
	padding-top: 55px;
}

.cap {
	position: absolute;
	margin-top: -46px;
	margin-left: 6px;
	background-color: #e5e5e5;
	display: block;
	width: 148px;
}

.row_all {
	padding-top: 35px;
}

.num {
	margin-left: 50px;
	margin-top: 5px;
}

.menu-megamenu .row {
	margin: 15px 25px;
}

.menu-megamenu .row2 {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.fa {
	font-size: 15px;
}

.top-search {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #3c8cea;
}

.top-search:hover {
	color: #ffec00;
}

.top-search1 {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #3c8cea;
}

.top-search1:hover {
	color: #ffec00;
}

#language-menu:hover {
	color: #ffec00;
}

#utility-menu:hover {
	color: #ffec00;
}

#utility-menu {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #3c8cea;
}

.top-search-input {
	/* border: 1px solid #ccc; */
	/* padding-top: 3px; */
	display: none;
	background: #fff;
	width: 120px;
	height: 19px;
}

.fa-power-off {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #3c8cea;
}

.power-off-link .fa-power-off:hover {
	color: #ffec00;
}

#language-menu {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #3c8cea;
}

#companyModal .modal-dialog {
	max-width: 90%;
	margin: 70px auto;
}

#companyModal .modal-dialog ul {
	padding: 0;
	list-style: none;
}

.csc-selection-country {
	font-size: 19px;
	color: #007bff !important;
	font-family: Segoe UI, Tahoma, Arial;
}

.modal-title {
	width: 100%;
	font-family: Segoe UI, Tahoma, Arial;
}

.csc-selection-country img {
	vertical-align: sub;
}

.csc-selection-country-ul li a {
	font-size: 15px;
	font-family: Segoe UI, Tahoma, Arial;
}

.csc-selection-country-ul li a span {
	font-size: 12px;
	color: #ccc;
	font-family: Segoe UI, Tahoma, Arial;
}

.csc-selection-country-ul li a:hover>span {
	color: #32C1CE;
}

.megamenu-ttl.second {
	height: auto;
	width: 145px;
	font-size: 15px;
	background: #fff;
	margin: 0px 20px;
	color: #a2a0a0;
	padding: 9px;
	border: 1px solid #cacaca;
	margin: 0 5px;
	text-align: center;
	font-weight: 400;
	font-family: Segoe UI, Tahoma, Arial;
	float: left;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

[data-letters]:before {
	content: attr(data-letters);
	display: inline-block;
	font-size: 1em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border-radius: 50%;
	background: #cacaca;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	color: #fff;
	border: 1px solid #ddd;
}

.megamenu-ttl.second.open {
	border: 1px solid #207cb1;
	color: #207cb1;
}

.megamenu-ttl.second.open [data-letters]:before {
	background: #207cb1;
}

.megamenu-ttl.second.open:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: .8em solid #f9f9f9;
	border-left: .8em solid rgba(0, 0, 0, 0);
	border-right: .8em solid #f9f9f9;
	border-right: .8em solid rgba(0, 0, 0, 0);
	border-bottom: .8em solid #fff;
	position: absolute;
	margin-top: 1.1rem;
	margin-left: 4rem;
	/*left: 9%;*/
	visibility: visible;
	overflow: visible;
}

[data-letters]:before {
	content: attr(data-letters);
	display: inline-block;
	font-size: 1em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border-radius: 50%;
	background: #cacaca;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	color: #fff;
	border: 1px solid #ddd;
}

.megamenu-ttl.second img {
	padding-bottom: 9px;
}

.menu-megamenu .row.report-li {
	opacity: 0;
	visibility: hidden;
}

.menu-megamenu .row.report-li.remove {
	display: none !important;
}

.menu-megamenu .row.report-li.first {
	opacity: 1;
	visibility: visible;
	display: flex !important;
}

.fa {
	cursor: pointer;
}

.bread-crumb {
	padding-left: 35px;
	/*color: #50C0DE;*/
	color: #7a888c;
	/* 	cursor: pointer; */
}

div.ui-datepicker {
	font-size: 13px;
	z-index: 9999 !important;
}

.hasDatepicker {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
	padding: .375rem 6px;
}

.ui-datepicker-trigger {
	position: absolute;
	right: 18px;
	top: 7px;
	cursor: pointer;
}

th .ui-datepicker-trigger {
	margin-left: -5px;
	cursor: pointer;
	position: initial;
	display: none;
}

.blue_name {
	color: #1160B7 !important;
}

.blue-name {
	color: #1160B7 !important;
}

/* dashboard & file_manager css goes herer by durga */
.row.dashboard.second-header {
	margin: 0;
	margin-top: 21px;
	padding: 9px 10px 12px 0px;
	background: rgba(224, 224, 224, 1) !important;
}

.dashboard-layout {
	width: 94%;
	padding-top: 15px;
	background: #fff;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* FILE MANAGER */
.file-manager .hr-line-dashed {
	margin: 15px 0;
}

.uploadfiles {
	visibility: visible;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	padding: 3px 40px;
}

.file-box {
	float: left;
	width: 220px;
}

.file-manager h5 {
	text-transform: uppercase;
}

.file-manager {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.folder-list li a {
	color: #666666;
	display: block;
	padding: 5px 0;
}

.folder-list li {
	border-bottom: 1px solid #e7eaec;
	display: block;
}

.folder-list li i {
	margin-right: 8px;
	color: #3d4d5d;
}

.category-list li a {
	color: #666666;
	display: block;
	padding: 5px 0;
}

.category-list li {
	display: block;
}

.category-list li i {
	margin-right: 8px;
	color: #3d4d5d;
}

.category-list li a .text-navy {
	color: #1ab394;
}

.category-list li a .text-primary {
	color: #1c84c6;
}

.category-list li a .text-info {
	color: #23c6c8;
}

.category-list li a .text-danger {
	color: #EF5352;
}

.category-list li a .text-warning {
	color: #F8AC59;
}

.file-manager h5.tag-title {
	margin-top: 20px;
}

.tag-list li {
	float: left;
}

.tag-list li a {
	font-size: 10px;
	background-color: #f3f3f4;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
}

.file-box .file {
	border: 1px solid #e7eaec;
	padding: 0;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 20px;
	margin-right: 20px;
	visibility: visible;
}

.file-manager .hr-line-dashed {
	margin: 15px 0;
}

.file .icon, .file .image {
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.file .image img {
	max-width: 100%;
	max-height: 100%;
}

.file .icon {
	padding: 15px 10px;
	text-align: center;
}

.file-control {
	color: inherit;
	font-size: 11px;
	margin-right: 10px;
}

.file-control.active {
	text-decoration: underline;
}

.file .icon i {
	font-size: 70px;
	color: #dadada;
}

.file .file-name {
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7eaec;
}

.file-name small {
	color: #676a6c;
}

.corner {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	border: 0.6em solid transparent;
	border-right: 0.6em solid #f1f1f1;
	border-bottom: 0.6em solid #f1f1f1;
	right: 0em;
	bottom: 0em;
}

a.compose-mail {
	padding: 8px 10px;
}

.mail-search {
	max-width: 300px;
}

/* Style the search result  for mobile*/
@media ( max-width : 767px) {
	.contain {
		margin-top: -19px;
	}
	.head_search {
		margin-left: 83px !important;
	}
	.caption_content {
		margin-left: 94px;
	}
}

.col_2 {
	padding-top: 23px;
}

.dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin-left: -17px;;
}

#customerLimitHistoryModal .modal-dialog {
	max-width: 90%;
}

.panel-body.limit {
	padding: 0px;
	background: #eee;
	border-right: thin solid #ddd;
}

.row.panel-heading {
	padding: 5px;
}

.fixed-table {
	margin-bottom: 0;
}

.fixed-table thead, .fixed-table tbody, .fixed-table tr, .fixed-table td, .fixed-table th {
	display: block;
}

.fixed-table tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

.fixed-table thead {
	background: #e3e3e3;
}

.fixed-table tbody {
	height: 500px;
	overflow-y: auto;
	background: #fff;
}

.fixed-table tbody tr {
	border-bottom: thin solid #ddd;
}

.fixed-table thead th {
	width: 16.2%;
	float: left;
	border: none;
}

.fixed-table tbody td {
	width: 16.6%;
	float: left;
	border: 0;
}

/* breadcrumb here*/
#breadcrumb {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

#breadcrumb .icon {
	font-size: 14px;
}

#breadcrumb li {
	float: left;
	width: 33%;
}

#breadcrumb li a {
	color: #FFF;
	display: block;
	background: #1abc9c;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: left;
	margin-right: 23px;
}

#breadcrumb li.notdone a {
	color: #FFF;
	display: block;
	background: #ec7777;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: left;
	margin-right: 23px;
}

#breadcrumb li a.active {
	background-color: #ec7777;
}

#breadcrumb li:nth-child(even) a:before {
	border-color: #1abc9c;
	border-left-color: transparent;
}

#breadcrumb li.notdone:nth-child(even) a:before {
	border-color: #ec7777;
	border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
	border-left-color: #1abc9c;
}

#breadcrumb li:first-child a {
	padding-left: 15px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
	border: none;
}

#breadcrumb li:last-child a {
	padding-right: 15px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
	border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #1abc9c;
	border-width: 20px 10px;
	width: 0;
	height: 0;
}

#breadcrumb li a:before {
	left: -14px;
	border-left-color: transparent;
}

#breadcrumb li a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #1abc9c;
}

#breadcrumb li.notdone a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #ec7777;
}

#breadcrumb li a.active:before {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #ec7777;
	border-width: 20px 10px;
	width: 0;
	height: 0;
	border-left-color: transparent;
}

.fa-edit.th {
	padding: 0px 0px 0px 7px;
	vertical-align: middle;
}

.kgkspinner.show {
	display: block;
	position: fixed;
	font: normal normal normal 14px/1 FontAwesome;
	z-index: 11111;
	background: url(../images/spinner.gif);
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

.kgkspinner {
	display: none;
}

.fa-power-off.menu-list {
	color: #333;
	padding: 0;
	border: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

#searchcompany {
	border-radius: 0;
}

#searchcompany:focus {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #80bdff;
}

button.close {
	cursor: pointer;
}

@media ( max-width : 1280px) {
	.menu>li>a {
		font-size: 11px;
	}
	.megamenu-ttl.second {
		width: 125px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 5px 5px;
		text-align: justify;
	}
	.megamenu-ttl.second.open:after {
		margin-top: 10px;
		margin-left: 3rem;
	}
	.megamenu-ttl.second.open {
		border: 1px solid #207cb1;
		color: #207cb1;
	}
	.megamenu-ttl.second.open [data-letters]:before {
		background: #207cb1;
	}
	.toolbar {
		padding: 5px 0px 5px 55px;
	}
	.row.second-header {
		margin: 0;
		margin-top: 30px;
		padding: 0px 9px 55px 10px;
		background: rgba(224, 224, 224, 1) !important;
	}
	.h4-title {
		FONT-SIZE: 20PX;
		margin: 0px;
	}
}

@media ( max-width : 1024px) {
	.layer-stretch {
		padding: 0px;
	}
	.megamenu-ttl.second {
		width: 105px;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 5px 5px;
		text-align: justify;
	}
	.megamenu-ttl.second.open:after {
		margin-top: 9px;
		margin-left: 2rem;
	}
	.megamenu-ttl.second.open {
		border: 1px solid #207cb1;
		color: #207cb1;
	}
	.megamenu-ttl.second.open [data-letters]:before {
		background: #207cb1;
	}
	.toolbar {
		padding: 1px 0px 1px 55px;
	}
	.row.second-header {
		margin: 0;
		margin-top: 21px;
		padding: 0px 9px 55px 10px;
		background: rgba(224, 224, 224, 1) !important;
	}
	.h4-title {
		FONT-SIZE: 20PX;
		margin: 0px;
	}
}

@media ( max-width : 1366px) {
	.login-page {
		background: url(../images/home-screen.jpg) no-repeat center;
		background-size: cover;
	}
	#login-page {
		background: url(../images/login-bg-2.png) no-repeat top center;
		background-size: cover;
		margin-right: 0px;
	}
	#login-page .form-container {
		margin-top: 100px;
		padding: 0px 20px;
	}
	#login-page .mdl-textfield {
		padding: 10px 0;
		line-height: 2;
	}
	#login-page .button {
		padding: 10px 25px;
	}
	#login-page .form-submit {
		padding: 0;
	}
}

@media ( max-width : 1280px) {
	.login-page {
		background: url(../images/home-screen-1280w.jpg) no-repeat center;
		background-size: cover;
	}
	#login-page {
		background: url(../images/login-bg-3.png) no-repeat top center;
		background-size: cover;
		margin-right: 0px;
	}
	#login-page .form-container {
		margin-top: 150px;
		padding: 0px 20px;
	}
	#login-page .mdl-textfield {
		padding: 10px 0;
		line-height: 2;
	}
	#login-page .button {
		padding: 10px 25px;
	}
	#login-page .form-submit {
		padding: 10px 0 0 0;
	}
}

@media ( max-width : 1280px) and (max-height : 800px) {
	.login-page {
		background: url(../images/home-screen.jpg) no-repeat center;
		background-size: cover;
	}
	#login-page {
		background: url(../images/login-bg-2.png) no-repeat top center;
		background-size: cover;
		margin-right: 0px;
	}
	#login-page .form-container {
		margin-top: 200px;
		padding: 0px 20px;
	}
	#login-page .button {
		padding: 10px 25px;
	}
	#login-page .mdl-textfield {
		
	}
	#login-page .form-submit {
		padding: 0;
	}
}

@media ( max-width : 1280px) and (max-height : 720px) {
	#login-page {
		background: url(../images/login-bg-5.png) no-repeat top center;
		background-size: cover;
		margin-right: 0px;
	}
	#login-page .form-container {
		margin-top: 100px;
		padding: 0px 20px;
	}
	#login-page .button {
		padding: 5px 20px;
	}
}

@media ( min-width : 767px) and ( max-width : 1279px) {
	.login-page {
		background: url(../images/home-screen-1280w.jpg) no-repeat center;
		background-size: cover;
	}
	#login-page {
		background: url(../images/login-bg-2.png) no-repeat top center;
		background-size: cover;
		margin-right: 0px;
	}
	#login-page .form-container {
		margin-top: 100px;
		padding: 0px 20px;
	}
	#login-page .form-submit {
		padding: 10PX 0 0 0;
	}
	#login-page .button {
		padding: 5px 20px;
	}
}