@import url('bootstrap.min.css');
@import url('flexslider.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.nouislider.min.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.css');
@import url('swiper.min.css');
@import url('cd-pagination.css');
@import url('../fonts/font-awesome/css/font-awesome.min.css');
@import url('../fonts/Simple-Line-Icons-Webfont/simple-line-icons.css');
/* ==========================================================================
   01. General Styles
   ========================================================================== */

/* Typography
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800&subset=latin-ext');
* {
	outline: none !important;
}
body {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #777;
	overflow-x: hidden;
}
a {
	color: #005baa;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
a:hover {
	color: #005baa;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a img {
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
img {
	display: block;
	max-width: 100%;
}
button , input , i {
    line-height: normal;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
p {
	margin-bottom: 24px;
}
p.no-margin-bottom {
	margin-bottom: 0;
}
h1 {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 500;
	color: #333;
	margin-top: 0;
	margin-bottom: 30px;
}
h1.large {
	font-size: 100px;
	line-height: 100px;
	color: #fff;
	display: inline-block;
	text-align: right;
	margin-bottom: 40px;
}
h1.large:after {
	content: none;
}
h1.large small {
	color: #fff;
	display: block;
	font-size: 35px;
	line-height: 35px;
}
h2 {
	font-weight: 700;
	color: #005baa;
	font-size: 24px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 24px;
}
h2.dark {
	color: #414141;
}
h2.light {
	font-weight: 400;
	text-transform: uppercase;
}
h2.line {
	position: relative;
}
h2.line:after {
	content: '';
	height: 2px;
	border-bottom: 2px solid #efefef;
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
}
h2.line span {
	position: relative;
	z-index: 2;
	background: #f9f9f9;
	padding: 0 24px;
}
h2.simple {
	font-size: 30px;
	line-height: 30px;
	color: #414141;
	font-weight: 400;
	text-align: center;
	margin-bottom: 56px;
}
h2.simple.margin-top {
	margin-top: 56px;
}
h2.simple.text-left {
	text-align: left;
}
h2.simple.blue {
	color: #284473;
}
h2.simple.light-blue {
	color: #005baa;
}
.section.small h2 {
	font-size: 30px;
	line-height: 50px;
	font-weight: 400;
}
.section.blue h2 {
	color: #fff;
}
.section.transparent h2 {
	color: #fff;
}
h2 img {
	margin-right: 6px;
}
h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
h4 {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h4.blue {
	color: #005baa;
}
h5 {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 6px;
}
h6 {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f7f7f7;
}
.heading:after {
	content: none;
}
.heading small {
	display: block;
	text-transform: uppercase;
	color: #969696;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}
.main-heading {
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 18px;
	text-align: left;
}
.main-heading:after {
	content: none;
}
.main-heading.white {
	color: #fff;
}
.error-heading {
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	color: #414141;
	margin-bottom: 36px;
	text-align: left;
}
.error-heading:after {
	content: none;
}
.line-heading {
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 36px;
	position: relative;
}
.line-heading:before, .line-heading:after {
	content: '';
	display: block;
	background: #f0f0f0;
	height: 2px;
	width: 75px;
	position: absolute;
	top: 24px;
}
.line-heading:before {
	left: -94px;
}
.line-heading:after {
	right: -94px;
}
.main-heading b {
	font-weight: 400;
}
.large-heading {
	text-align: left;
	font-size: 80px;
	line-height: 80px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 36px;
}
.large-heading:after {
	content: none;
}
.large-heading small {
	display: block;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin-top: 6px;
}
.aligned-cols {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	table-layout: fixed;
}
.aligned-cols>.col-sm-1, .aligned-cols>.col-sm-10, .aligned-cols>.col-sm-11, .aligned-cols>.col-sm-12, .aligned-cols>.col-sm-2, .aligned-cols>.col-sm-3, .aligned-cols>.col-sm-4, .aligned-cols>.col-sm-5, .aligned-cols>.col-sm-6, .aligned-cols>.col-sm-7, .aligned-cols>.col-sm-8, .aligned-cols>.col-sm-9 {
	display: table-cell;
	float: none;
	vertical-align: top;
	height: 100%;
}
.aligned-cols>.col-md-1, .aligned-cols>.col-md-10, .aligned-cols>.col-md-11, .aligned-cols>.col-md-12, .aligned-cols>.col-md-2, .aligned-cols>.col-md-3, .aligned-cols>.col-md-4, .aligned-cols>.col-md-5, .aligned-cols>.col-md-6, .aligned-cols>.col-md-7, .aligned-cols>.col-md-8, .aligned-cols>.col-md-9 {
	display: table-cell;
	float: none;
	vertical-align: top;
	height: 100%;
}
.aligned-cols>.aligned-bottom {
	vertical-align: bottom;
}
.aligned-cols>.aligned-middle {
	vertical-align: middle;
}
.aligncenter {
	display: block;
	margin: 32px auto;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-bottom: 12px;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-bottom: 12px;
}
.fa-ul {
	margin-left: 0;
}
.fa-li {
	position: static;
	width: auto;
	margin-right: 14px;
}
.fa-ul.white-icons i {
	color: #fff;
}
.fa-ul.orange-icons i {
	color: #8298cd;
}
.fa-ul.blue-icons i {
	color: #005baa;
}
.fa-ul.light-icons i {
	color: #afafaf;
}
.fa-ul.grey-icons i {
	color: #c9c9c9;
}
.fa-ul.light-green-icons i {
	color: #87d9d5;
}
.fa-ul.margin-bottom {
	margin-bottom: 24px;
}
.main-list {
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 40px;
}
.link-list {
	line-height: 35px;
	font-size: 16px;
}
.link-list.smaller {
	line-height: 30px;
	font-size: 15px;
}
.link-list a {
	color: #414141;
}
.link-list a:hover {
	color: #414141;
	font-weight: 700;
	opacity: 1;
}
.link-list.smaller a:hover {
	color: #005baa;
	font-weight: 400;
}
.round-icons {
	line-height: 45px;
}
.round-icons i {
	color: #fff;
	background: #005baa;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
}
.round-icons.blue-icons i {
	color: #fff;
	background: #005baa;
}
.round-icons.red-icons i {
	color: #fff;
	background: #ef4a61;
}
.round-icons.line-list i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.list-heading {
	color: #414141;
	line-height: 45px;
	margin-bottom: 12px;
}
.list-heading .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	border-radius: 50%;
	border: 3px solid #f3f3f3;
	text-align: center;
	margin-right: 14px;
	color: #e9e9e9;
	font-size: 18px;
}
.list-heading .icon img {
	margin: 0;
	margin-bottom: 4px;
}
.line-list {
	line-height: 70px;
	display: inline-block;
}
.line-list li {
	border-bottom: 1px solid #efefef;
}
.line-list li:last-of-type {
	border-bottom: none;
}
.bottom-image {
	position: relative;
	bottom: -100px;
	margin-top: -50px;
}
.section.large .bottom-image {
	bottom: -145px;
	margin-top: -100px;
}
.icon-left i {
	float: left;
	color: #005baa;
	line-height: 24px;
}
.icon-left.light i {
	color: #dfdfdf;
}
.icon-left p {
	margin-left: 24px;
}
.icon-left.large i {
	font-size: 22px;
	color: #efefef;
}
.icon-left.large h3 {
	margin-left: 30px;
	font-size: 18px;
	color: #005baa;
	line-height: 24px;
	margin-bottom: 12px;
}
.icon-left.large p {
	margin-left: 30px;
}
hr.double {
	height: 2px;
	border-top: 2px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 24px 0;
}
.award {
	margin-bottom: 48px;
}
.award:last-of-type {
	margin-bottom: 0;
}
.hospital-info {
	margin-top: 36px;
}
.hospital-info h3 {
	color: #005baa;
}
.hospital-info ul {
	line-height: 30px;
}
.color-switcher-wrapper {
	display: none;
	background-color: #fff;
	left: -1px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 30%;
	z-index: 99999;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #414141;
}
.color-switcher-wrapper {
	height: 56px;
	width: 60px;
}
.color-switcher-wrapper.open {
	height: 136px;
	width: 240px;
}
.color-switcher-wrapper .trigger {
	cursor: pointer;
	display: block;
	font-size: 36px;
	padding: 10px 0;
}
.color-switcher-wrapper h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.color-switcher-wrapper .color-list ul {
	list-style-type: none;
	margin: 0 15px 10px;
	padding: 0;
	text-align: center;
}
.color-switcher-wrapper .color-list li {
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 1px 0 0;
	width: 20px;
}
.color-switcher-wrapper .color-list li.blue {
	background-color: #005baa;
}
.color-switcher-wrapper .color-list li.purple {
	background-color: #765079;
}
.color-switcher-wrapper .color-list li.green-light {
	background-color: #87d9d5;
}
.color-switcher-wrapper .color-list li.brown {
	background-color: #e1ac77;
}
.col-spacer {
	display: none;
}
@media all and (max-width: 992px) {
	.aligned-cols-md {
		display: block;
	}
	.aligned-cols .col-md-1, .aligned-cols .col-md-10, .aligned-cols .col-md-11, .aligned-cols .col-md-12, .aligned-cols .col-md-2, .aligned-cols .col-md-3, .aligned-cols .col-md-4, .aligned-cols .col-md-5, .aligned-cols .col-md-6, .aligned-cols .col-md-7, .aligned-cols .col-md-8, .aligned-cols .col-md-9 {
		display: block;
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.aligned-cols {
		display: block;
	}
	.aligned-cols .col-sm-1, .aligned-cols .col-sm-10, .aligned-cols .col-sm-11, .aligned-cols .col-sm-12, .aligned-cols .col-sm-2, .aligned-cols .col-sm-3, .aligned-cols .col-sm-4, .aligned-cols .col-sm-5, .aligned-cols .col-sm-6, .aligned-cols .col-sm-7, .aligned-cols .col-sm-8, .aligned-cols .col-sm-9 {
		display: block;
		width: 100%;
	}
	.bottom-image {
		padding-top: 24px;
	}
	.bottom-image.left {
		bottom: 0 !important;
		padding-top: 0;
		padding-bottom: 24px;
	}
	h1.large {
		font-size: 50px;
		line-height: 50px;
	}
	h1.large small {
		font-size: 20px;
		line-height: 20px;
	}
	.line-heading:before, .line-heading:after {
		content: none;
	}
	.col-spacer {
		display: block;
		margin-bottom: 24px;
	}
}

/* ==========================================================================
   02. Alerts
   ========================================================================== */
.alert {
	font-size: 16px;
	line-height: 24px;
	border-radius: 0;
	padding: 13px 32px;
	font-weight: 600;
}
.alert-success {
	background: #dff0d8;
	border: 1px solid #dae7d4;
	color: #3c763d;
}
.alert-success .icon {
	color: #6fcb49;
}
.alert-info {
	background: #d9edf7;
	color: #31709c;
}
.alert-warning {
	background: #fcf8e3;
	color: #8a6d3b;
}
.alert-danger {
	background: #f2dede;
	color: #b84442;
}
.form-alert {
	display: none;
}

/* ==========================================================================
   03. Progress Bars
   ========================================================================== */
.progress-wrapper {
	margin-bottom: 32px;
}
.progress-wrapper:last-of-type {
	margin-bottom: 0;
}
.progress {
	height: 17px;
	margin-bottom: 20px;
	background: none;
	background-image: url('../images/progress-bg.png');
	border-radius: 0;
	box-shadow: none;
	width: 497px;
	position: relative;
	overflow: visible;
	margin: 33px 0;
	margin-left: 109px;
}
.progress-bar {
	background: none;
	background-image: url('../images/progress-fill-bg.png');
	box-shadow: none;
	color: #414141;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}
.progress-bar span {
	position: absolute;
	top: -36px;
	right: 0;
}
.percentage {
	display: inline-block;
	width: 83px;
	height: 83px;
	line-height: 79px;
	border: 2px solid #005baa;
	border-radius: 50%;
	text-align: center;
	color: #005baa;
	font-size: 22px;
	font-weight: 700;
	float: left;
}
@media all and (max-width: 768px) {
	.percentage {
		float: none;
	}
	.progress {
		margin-left: 0;
		width: 100%;
		margin-top: 48px;
	}
}

/* ==========================================================================
   04. Buttons
   ========================================================================== */
.button {
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 24px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
	outline: none !important;
	border: none;
	background: #005baa;
	color: #fff;
}
.button:hover {
	background-color: #8298cd;
	color: #fff;
}
.button.orange {
	background: #8298cd;
	color: #fff;
}
.button.orange:hover {
	background: #8298cd;
	color: #fff;
}
.button.purple {
	background: #765079;
	color: #fff;
}
.button.purple:hover {
	background: #765079;
	color: #fff;
}
.button.purple-white {
	background: #fff;
	color: #765079;
}
.button.purple-white:hover {
	background: #765079;
	color: #fff;
}
.button i {
	font-size: 16px;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -3px;
}
.button img {
	margin-right: 6px;
	vertical-align: middle;
	display: inline-block;
}
.text-button {
	color: #005baa;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 2px solid #f5f5f5;
	padding: 0 2px;
	background: none;
	font-weight: 700;
	text-transform: uppercase;
}
.text-button:hover {
	color: #8298cd;
	opacity: 1;
}
.text-button.purple {
	color: #898989;
	background: none;
}
.text-button.purple:hover {
	color: #765079;
	background: none;
}
.text-button.blue {
	color: #005baa;
	background: none;
}
.text-button.blue:hover {
	color: #005baa;
	background: none;
	border-color: #324e7d;
}
.large-cta-button {
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	background: #8298cd;
	display: inline-block;
	width: 482px;
	max-width: 100%;
	padding: 50px 48px;
}
.large-cta-button:hover {
	color: #fff;
}
.large-cta-button .icon {
	display: inline-block;
	width: 72px;
	height: 72px;
	line-height: 68px;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #fff;
	float: right;
	margin-top: 14px;
}
.outline-button {
	border: 1px solid #ebebeb;
	background: none;
	line-height: 38px;
	padding: 0 22px;
	background-color: #fff;
	color: #005baa;
}
.outline-button:hover {
	border: 1px solid #005baa;
	background: #005baa;
	color: #fff;
}
.outline-button.white {
	border: 1px solid #fff;
	background: #fff;
	color: #7bcfcb;
}
.outline-button.white:hover {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	opacity: 1;
}
.border-button {
	border: 1px solid #fff;
	background: none;
	line-height: 38px;
	padding: 0 22px;
	color: #fff;
}
.border-button:hover {
	border: 1px solid #fff;
	background: none;
	color: #fff;
}
.border-button.white:hover {
	background: #fff;
	color: #005baa;
	opacity: 1;
}
p .button {
	margin-right: 18px;
}
@media all and (max-width: 768px) {
	.large-cta-button {
		font-size: 24px;
		line-height: 24px;
		text-align: center;
		padding: 24px;
	}
	.large-cta-button .icon {
		float: none;
		margin: 0 auto;
		display: block;
		width: 48px;
		height: 48px;
		line-height: 44px;
		margin-bottom: 12px;
	}
	p .button {
		display: block;
		text-align: center;
		margin-bottom: 12px;
	}
}

/* ==========================================================================
   05. Forms
   ========================================================================== */
textarea {
	height: auto;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/arrow.png');
	background-position: right 20px center;
	background-repeat: no-repeat;
}
::-webkit-input-placeholder {
	color: #828282;
}
:-moz-placeholder {
	color: #828282;
}
::-moz-placeholder {
	color: #828282;
}
:-ms-input-placeholder {
	color: #828282;
}
footer ::-webkit-input-placeholder {
	color: #fff;
}
footer :-moz-placeholder {
	color: #fff;
}
footer ::-moz-placeholder {
	color: #fff;
}
footer :-ms-input-placeholder {
	color: #fff;
}
.form-group {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.form-group.last {
	margin-bottom: 0;
}
label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #777;
	margin-bottom: 8px;
}
label abbr {
	color: #8298cd;
}
.newsletter-form {
	position: relative;
}
.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	line-height: 33px;
	padding: 0 14px;
	background: none;
	border: 1px solid #4b4b4b;
	color: #fff;
	font-size: 14px;
	height: 35px;
}
.newsletter-form ::-webkit-input-placeholder {
	color: #717171;
}
.newsletter-form :-moz-placeholder {
	color: #717171;
}
.newsletter-form ::-moz-placeholder {
	color: #717171;
}
.newsletter-form :-ms-input-placeholder {
	color: #717171;
}
.newsletter-form button {
	background: none;
	border: none;
	font-size: 12px;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	display: inline-block;
	width: 35px;
	padding: 0;
	outline: none !important;
}
fieldset {
	padding: 38px;
	border: 1px solid #ebebeb;
}
fieldset.white {
	border: none;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	background: #fff;
}
.radio {
	margin: 0;
}
.radio label {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}
input[type=radio] {
	margin: 6px 0 0;
}
.search-form-wrapper {
	background: #f7f7f7;
	padding: 30px 35px;
	text-align: left;
	margin-bottom: 48px;
}
.searchform {
	position: relative;
}
.searchform input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	background: #fff;
}
.searchform.form-outline input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	width: 100%;
	line-height: 48px;
	height: 50px;
}
.searchform button {
	background: none;
	border: none;
	font-size: 15px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 0 20px;
	color: #b9b9b9;
}
.searchform.form-outline button {
	line-height: 48px;
}
.search-bar {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 40px;
}
.search-bar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .search-bar select {
	background-color: #fff;
	width: 240px;
	box-shadow: 2px 2px 0 #f4f4f4;
	float: left;
	margin-right: 16px;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
}
.search-bar ::-webkit-input-placeholder {
	color: #c7c7c7;
}
.search-bar :-moz-placeholder {
	color: #c7c7c7;
}
.search-bar ::-moz-placeholder {
	color: #c7c7c7;
}
.search-bar :-ms-input-placeholder {
	color: #c7c7c7;
}
.search-bar button {
	float: right;
	color: #989897;
	background: none;
	border: none;
	outline: none !important;
	padding: 0;
	line-height: 35px;
	font-size: 18px;
	display: inline-block;
	width: 35px;
	text-align: center;
	margin-left: 14px;
}
.search-bar .slider {
	float: right;
}
.slider>span {
	color: #a9a9a9;
	font-size: 14px;
	line-height: 40px;
	margin-right: 12px;
}
.search-bar .slider>span {
	line-height: 35px;
}
.slider>div {
	width: 170px;
	display: inline-block;
}
.noUi-target.noUi-connect {
	box-shadow: none;
}
.noUi-target {
	box-shadow: none;
	border: none;
	border-radius: 9px;
}
.noUi-connect {
	background: #765079;
}
.noUi-horizontal {
	height: 9px;
}
.noUi-origin {
	border-radius: 9px;
}
.noUi-background {
	background: #ececec;
	box-shadow: none;
}
.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	left: -9px;
	top: -4px;
}
.noUi-handle {
	border: none;
	border-radius: 50%;
	background: #005baa;
	box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
	content: none;
}
.donate-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .donate-form textarea, .donate-form select {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	line-height: 34px;
	height: 36px;
	display: inline-block;
	width: 262px;
	padding: 0 16px;
	font-size: 14px;
}
.donate-form select {
	display: block;
}
.donate-form textarea {
	width: 524px;
	max-width: 100%;
	height: auto;
}
.donate-form .donation-ammount {
	margin-bottom: 0;
}
.donate-form .form-group {
	margin-bottom: 20px;
}
.donate-form .donation-ammount input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	width: 184px;
}
.donate-form .radio {
	display: inline-block;
}
.donate-form .radio label {
	line-height: 26px;
}
.donate-form label {
	vertical-align: top;
	margin-right: 12px;
}
.donate-form ::-webkit-input-placeholder {
	color: #bababa;
}
.donate-form :-moz-placeholder {
	color: #bababa;
}
.donate-form ::-moz-placeholder {
	color: #bababa;
}
.donate-form :-ms-input-placeholder {
	color: #bababa;
}
.form-outline input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .form-outline textarea, .form-outline select {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	line-height: 34px;
	height: 36px;
	display: inline-block;
	width: 100%;
	padding: 0 18px;
	font-size: 14px;
}
.form-outline .form-group {
	margin-bottom: 22px;
}
.form-outline .radio {
	display: inline-block;
}
.form-outline .radio label {
	line-height: 26px;
}
.form-outline label {
	vertical-align: top;
	margin-right: 22px;
}
.form-outline ::-webkit-input-placeholder {
	color: #bababa;
}
.form-outline :-moz-placeholder {
	color: #bababa;
}
.form-outline ::-moz-placeholder {
	color: #bababa;
}
.form-outline :-ms-input-placeholder {
	color: #bababa;
}
.referral {
	line-height: 36px;
	margin-bottom: 34px;
}
.referral .radio-inline+.radio-inline {
	margin-left: 0;
}
.referral input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	width: 338px;
	display: inline-block;
}
.select-split {
	margin-left: -6px;
	margin-right: -6px;
}
.select-split .col-sm-4 {
	padding-left: 6px;
	padding-right: 6px;
}
form h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 14px;
}
.login-register {
	margin-top: 40px;
}
.login-register .form-group {
	margin-bottom: 8px;
}
.login-register .button {
	margin-top: 6px;
}
@media all and (max-width: 768px) {
	fieldset {
		padding: 12px;
	}
	.search-form-wrapper {
		padding: 12px;
	}
}

/* ==========================================================================
   06. Accordion
   ========================================================================== */
.panel-group {
	padding: 0 30px;
	padding-bottom: 20px;
	border: 1px solid #f2f2f2;
	text-align: left;
}
.panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}
.panel-group .panel {
	margin: 0;
	border-radius: 0;
	border-bottom: 1px solid #f7f7f7;
}
.panel-group .panel:last-of-type {
	border-bottom: none;
}
.panel-group .panel+.panel {
	margin: 0;
}
.panel-heading {
	padding: 0;
	border-radius: 0;
}
.panel-default>.panel-heading {
	background: none;
	color: #414141;
}
.panel-title {
	text-transform: none;
	font-size: 16px;
	line-height: 56px;
}
.panel-title>a:hover {
	opacity: 1;
	color: #005baa;
}
.panel-heading.active a {
	color: #005baa;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.panel-body {
	padding: 0;
	padding-bottom: 12px;
}
.panel-heading .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #005baa;
	color: #fff;
	text-align: center;
	font-size: 8px;
	float: right;
	margin-top: 18px;
}
.panel-body p {
	margin-bottom: 12px;
}
.panel-body ul {
	margin-bottom: 0;
	line-height: 30px;
}
.panel-body a {
	color: #414141;
}
.panel-body a:hover {
	color: #005baa;
	opacity: 1;
}
@media all and (max-width: 768px) {
	.panel-group {
		padding: 0 12px;
	}
}

/* ==========================================================================
   07. Header
   ========================================================================== */
.header {
	position: relative;
	z-index: 9;
}
.header .top {
	background: #f9f9f9;
	color: #545454;
	font-size: 12px;
	line-height: 52px;
	font-weight: 600;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	position: relative;
	z-index: 10;
}
.top-nav {
	float: left;
}
.top-nav ul {
	margin-bottom: 0;
}
.top-nav ul>li {
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.top-nav ul>li:after {
	content: '';
	display: block;
	height: 16px;
	width: 1px;
	border-right: 1px solid #eaeaea;
	position: absolute;
	right: 0;
	top: 18px;
}
.top-nav ul>li:last-of-type:after {
	content: none;
}
.top-nav ul>li a {
	font-size: 14px;
	color: #545454;
	padding: 0;
	line-height: 52px;
	display: inline-block;
	position: relative;
	margin-right: 12px;
}
.top-nav ul>li a:hover {
	color: #005baa;
	opacity: 1;
}
.top-nav ul>li a.btn-link {
    padding: 10px 13px;
    line-height: normal;
    background-color: #8298cd;
    font-weight: 600;
    color: #fff;
}
.top-nav ul>li:first-child a.btn-link {
    background-color: #e74c3c;
}
.top-nav ul>li:last-child a.btn-link {
    background-color: #c0392b;
}
.top-nav ul>li a.btn-link i {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}
.top-nav ul>li a.btn-link:hover {
    color: #fff;
    background-color: #545454;
    text-decoration: none;
}
.top-contacts {
	float: right;
}
.top-contacts ul {
	margin-bottom: 0;
}
.top-contacts ul>li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin-left: 12px;
	position: relative;
	font-size: 14px;
	color: #545454;
	padding: 0;
	line-height: normal;
	padding-left: 12px;
}
.top-contacts ul>li:after {
	content: '';
	display: block;
	height: 16px;
	width: 1px;
	border-left: 1px solid #eaeaea;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-contacts ul>li:first-of-type:after {
	content: none;
}
.top-contacts ul>li a {
	color: #545454;
}
.top-contacts ul>li a:hover {
	color: #005baa;
	opacity: 1;
}
.top-contacts i {
	color: #8298cd;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 6px;
}
.header .bottom {
	z-index: 9;
	position: relative;
	display: block;
	width: 100%;
	background-image: linear-gradient(to right,#8298cd,#005baa);
	box-shadow: 0 5px 5px 1px rgba(0,0,0,0.05);
}
.header .bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .bottom.fixed .logo img {
	max-height: 59px;
	margin: 0 auto;
}
.header .bottom.fixed .main-nav ul > li a {
	line-height: 79px;
}
.header .bottom.fixed .main-nav ul > li a::after {
	top: 50px;
}
.header .bottom.fixed .main-nav ul > li ul {
	top: 79px;
}
.header .bottom.fixed .main-nav ul > li ul li a {
	line-height: 48px;
}
.header .bottom .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.header .bottom .logo {
	display: flex;
	flex-wrap: wrap;
	min-width: 300px;
	max-width: 300px;
	padding: 10px 36px;
	background-color: #f9f9f9;
	margin: 0 auto;
	font-size: 0;
	line-height: normal;
}
.header .bottom .logo a {
	display: block;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
@media all and (max-width: 1024px) {

}

/* Navigation
   ========================================================================== */
.navigation {
	font-size: 0;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: block;
	font-size: 0;
	z-index: 9;
}
.navigation.left {
	float: left;
}
.navigation.right {
	float: right;
}
.main-nav {
	display: inline-block;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav ul>li {
	display: inline-block;
	margin: 0 16px;
	position: relative;
}
.main-nav ul>li a {
	font-size: 14px;
	color: #fff;
	padding: 0 2px;
	line-height: 109px;
	display: inline-block;
	position: relative;
}
.main-nav ul>li a:hover {
	color: #fff;
	opacity: 1;
}
.main-nav ul>li.active a {
	color: #fff;
}
.main-nav ul>li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: transparent;
	left: 0;
	top: 63px;
}
.main-nav ul>li a:hover:after {
	background: #8298cd;
}
.main-nav ul>li.active a:after {
	background: #8298cd;
}
.main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #8298cd;
	position: absolute;
	top: 109px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 280px;
	display: block;
	border-bottom: none;
}
.main-nav ul>li ul li a:hover {
	background: #005baa;
	color: #fff;
}
.main-nav ul>li ul li a:after {
	content: none;
}
.main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.main-nav ul>li.active ul li a:after {
	content: none;
}
.main-nav ul>li.active ul li a:hover {
	background: #005baa;
	color: #fff;
}
.main-nav ul>li ul>li.active a {
	background: #005baa;
	color: #fff;
}
.main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.navigation .button {
	background: #1fa9f5;
	font-size: 14px;
	padding: 0 18px;
	margin-left: 11px;
}
.responsive-menu-open {
	font-size: 18px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	display: none;
	position: relative;
	margin-top: 35px;
	margin-left: 36px;
}
.responsive-menu-open:hover , .responsive-menu-open:focus {
	color: #fff;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #005baa;
	z-index: 999;
	padding: 24px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	font-size: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu .responsive-menu-open {
	display: none;
}
.responsive-menu-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #fff;
	background: #1fa9f5;
	display: inline-block;
	line-height: 52px;
	height: 52px;
	width: 52px;
	text-align: center;
}
.responsive-menu-close:hover {
	color: #414141;
	opacity: 1;
}
.responsive-nav ul>li a {
	font-size: 14px;
	color: #fff;
	padding: 0;
	line-height: 36px;
	display: inline-block;
	position: relative;
}
.responsive-nav ul>li a:hover {
	opacity: 1;
	color: #414141;
}
.responsive-nav ul>li.active>a {
	color: #414141;
}
.no-scroll {
	overflow: hidden !important;
}
@media all and (max-width: 1200px) {
	.header .bottom.fixed .responsive-menu-open {
		margin-top: 20px;
		margin-left: 20px;
	}
	.main-nav {
		display: none;
	}
	.responsive-menu-open {
		display: inline-block;
	}
	.header .bottom:before {
		content: none;
	}
	.navigation .button {
		margin: 0;
	}
	.top-nav {
		float: none;
		text-align: center;
	}
	.top-contacts {
		float: none;
		text-align: center;
	}
}
@media all and (max-width: 768px) {
	.header .bottom .logo {
		float: none;
	}
	.navigation:before {
		content: none;
	}
	.responsive-menu-open {
		float: right;
		margin-left: 0;
	}
	.navigation .button {
		float: left;
		margin-top: 35px;
		width: auto;
		font-size: 12px;
	}
	.header .top {
		padding: 12px 0;
	}
	.top-nav {
		margin-bottom: 12px;
	}
	.top-nav ul>li {
		margin: 0 6px;
	}
	.top-nav ul>li a {
		line-height: 24px;
		margin: 0;
	}
	.header .top {
		line-height: 24px;
	}
	.top-nav ul>li:after {
		content: none;
	}
	.top-contacts ul>li {
		line-height: 24px;
		margin: 0;
		padding: 0;
	}
	.top-contacts ul>li:after {
		content: none;
	}
}

/* Page Title
   ========================================================================== */
.page-title {
	color: #005baa;
	line-height: 62px;
	font-weight: 700;
	border-bottom: 1px solid #f9f9f9;
	padding-bottom: 1px;
	text-align: right;
}
.breadcrumbs {
	font-size: 0;
	display: block;
	height: 62px;
	border-bottom: 2px solid #f9f9f9;
}
.breadcrumbs ul {
	margin-bottom: 0;
}
.breadcrumbs ul>li {
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
}
.breadcrumbs ul>li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	padding-right: 8px;
	color: #b9b9b9;
	font-size: 10px;
}
.breadcrumbs ul>li:first-of-type:before {
	content: none;
}
.breadcrumbs ul>li a {
	color: #545454;
}
.breadcrumbs ul>li a:hover {
	color: #005baa;
	opacity: 1;
}

/* Header Simple
   ========================================================================== */
.header-simple .logo {
	height: 127px;
	float: left;
	font-size: 0;
	text-align: center;
}
.header-simple .logo:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header-simple .logo a {
	display: inline-block;
	vertical-align: middle;
	max-height: 127px;
}
.header-simple .main-nav {
	float: right;
	margin-top: 0;
}
.header-simple .main-nav ul>li {
	margin: 0;
	margin-left: 38px;
}
.header-simple .main-nav ul>li a {
	border-bottom: none;
	padding: 0;
	color: #595959;
	line-height: 127px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-simple .main-nav ul>li a:after {
	content: none;
}
.header-simple .main-nav ul>li a:hover {
	color: #005baa;
}
.header-simple .main-nav ul>li.active a {
	color: #005baa;
}
.header-simple .main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #8298cd;
	position: absolute;
	top: 127px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.header-simple .main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.header-simple .main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 360px;
	display: block;
	border-bottom: none;
}
.header-simple .main-nav ul>li ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-simple .main-nav ul>li ul li a:after {
	content: none;
}
.header-simple .main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.header-simple .main-nav ul>li.active ul li a:after {
	content: none;
}
.header-simple .main-nav ul>li.active ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-simple .main-nav ul>li ul>li.active a {
	background: #005baa;
	color: #fff;
}
.header-simple .main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.header-simple .main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header-simple .responsive-menu-open {
	float: right;
	height: 127px;
	line-height: 127px;
	margin: 0;
	color: #414141;
}

/* Header Image
   ========================================================================== */
.header-image {
	height: 740px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.header-image .navigation-wrapper {
	background: rgba(0,0,0,.7);
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
}
.header-image .logo {
	height: 126px;
	float: left;
	font-size: 0;
	text-align: center;
}
.header-image .logo:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header-image .logo a {
	display: inline-block;
	vertical-align: middle;
	max-height: 126px;
}
.header-image .main-nav {
	float: right;
	margin-top: 0;
}
.header-image .main-nav ul>li {
	margin: 0;
	margin-left: 36px;
}
.header-image .main-nav ul>li a {
	border-bottom: none;
	padding: 0;
	color: #fff;
	line-height: 126px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-image .main-nav ul>li a:hover {
	color: #fff;
}
.header-image .main-nav ul>li.active a {
	color: #fff;
}
.header-image .main-nav ul>li a:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: block;
	width: 100%;
	height: 2px;
	background: transparent;
}
.header-image .main-nav ul>li a:hover:after {
	background: #005baa;
}
.header-image .main-nav ul>li.active a:after {
	background: #005baa;
}
.header-image .main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #8298cd;
	position: absolute;
	top: 126px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.header-image .main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.header-image .main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 360px;
	display: block;
	border-bottom: none;
}
.header-image .main-nav ul>li ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-image .main-nav ul>li ul li a:after {
	content: none;
}
.header-image .main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.header-image .main-nav ul>li.active ul li a:after {
	content: none;
}
.header-image .main-nav ul>li.active ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-image .main-nav ul>li ul>li.active a {
	background: #005baa;
	color: #fff;
}
.header-image .main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.header-image .main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header-image .responsive-menu-open {
	float: right;
	height: 126px;
	line-height: 126px;
	margin: 0;
}
@media all and (max-width: 1200px) {
	.header-image {
		height: 240px;
	}
}
@media all and (max-width: 768px) {
	.header-image {
		height: auto;
	}
	.header-image .navigation-wrapper {
		position: relative;
		bottom: 0;
	}
}

/* Header Large
   ========================================================================== */
.header-large {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.header-large .inner {
	background: rgba(0,0,0,.5);
	padding-bottom: 160px;
}
.header-large .top {
	background: none;
	box-shadow: none;
}
.header-large .logo {
	height: 166px;
	float: left;
	font-size: 0;
	text-align: center;
}
.header-large .logo:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header-large .logo a {
	display: inline-block;
	vertical-align: middle;
	max-height: 166px;
}
.header-large .main-nav {
	background: #1fa9f5;
	width: 100%;
	margin-top: 0;
	border-radius: 4px;
	text-align: center;
}
.header-large .main-nav ul>li {
	margin: 0 20px;
}
.header-large .main-nav ul>li a {
	border-bottom: none;
	padding: 0;
	color: #fff;
	line-height: 67px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.header-large .main-nav ul>li a:hover {
	color: #fff;
	opacity: .75;
}
.header-large .main-nav ul>li.active a {
	color: #fff;
}
.header-large .main-nav ul>li a:after {
	content: none;
}
.header-large .top-contacts ul>li {
	margin-left: 30px;
	color: #fff;
	line-height: 166px;
	padding-left: 0;
	font-size: 14px;
	font-weight: 700;
}
.header-large .top-contacts ul>li:after {
	content: none;
}
.header-large .top-contacts i {
	color: #81c122;
}
.header-large .top-contacts ul>li a {
	color: #fff;
}
.header-large .top-contacts ul>li a:hover {
	color: #fff;
	opacity: .75;
}
.header-large h1 {
	font-size: 80px;
	line-height: 70px;
	font-weight: 300;
	margin-bottom: 120px;
	margin-top: 90px;
	color: #fff;
}
.header-large h1:after {
	content: none;
}
.header-large h1 small {
	font-size: 50px;
	line-height: 70px;
	font-weight: 300;
	color: #fff;
	display: block;
}
.header-large h1 b {
	font-weight: 400;
}
.header-large .main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #8298cd;
	position: absolute;
	top: 67px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.header-large .main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.header-large .main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 360px;
	display: block;
	border-bottom: none;
}
.header-large .main-nav ul>li ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-large .main-nav ul>li ul li a:after {
	content: none;
}
.header-large .main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.header-large .main-nav ul>li.active ul li a:after {
	content: none;
}
.header-large .main-nav ul>li.active ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-large .main-nav ul>li ul>li.active a {
	background: #005baa;
	color: #fff;
}
.header-large .main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.header-large .main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header-large .responsive-menu-open {
	height: 67px;
	line-height: 67px;
	margin: 0;
}
@media all and (max-width: 1200px) {
	.header-large .main-nav {
		display: block;
	}
	.header-large .main-nav ul {
		display: none;
	}
	.header-large h1 {
		margin-top: 45px;
		margin-bottom: 60px;
		font-size: 40px;
		line-height: 35px;
	}
	.header-large h1 small {
		font-size: 25px;
		line-height: 35px;
	}
}
@media all and (max-width: 768px) {
	.header-large .top-contacts ul>li {
		line-height: 24px;
		margin: 0 12px;
	}
	.header-large .logo {
		float: none;
	}
	.header-large .responsive-menu-open {
		float: none;
	}
	.header-large .inner {
		padding-bottom: 36px;
	}
}

/* Header Transparent
   ========================================================================== */
.header-transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	padding-top: 33px;
}
.header-transparent .container {
	position: relative;
}
.header-transparent .logo {
	height: 124px;
	float: left;
	font-size: 0;
	text-align: center;
}
.header-transparent .logo:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header-transparent .logo a {
	display: inline-block;
	vertical-align: middle;
	max-height: 124px;
}
.header-transparent .main-nav {
	float: right;
	margin-top: 0;
}
.header-transparent .main-nav ul>li {
	margin: 0;
	margin-left: 36px;
}
.header-transparent .main-nav ul>li a {
	border-bottom: none;
	padding: 0;
	color: #fff;
	line-height: 124px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.header-transparent .main-nav ul>li a:after {
	content: none;
}
.header-transparent .main-nav ul>li a:hover {
	color: #fff;
	opacity: .75;
}
.header-transparent .main-nav ul>li.active a {
	color: #fff;
}
.header-transparent .top-contacts {
	float: none;
	position: absolute;
	top: -18px;
	right: 15px;
	border-bottom: 2px solid #6e6e6f;
}
.header-transparent .top-contacts:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #6e6e6f;
	position: absolute;
	bottom: -4px;
	left: 0;
}
.header-transparent .top-contacts ul>li {
	line-height: 44px;
	color: #fff;
	margin-left: 40px;
	padding: 0;
	font-size: 13px;
}
.header-transparent .top-contacts ul>li:first-of-type {
	margin-left: 0;
}
.header-transparent .top-contacts ul>li:after {
	content: none;
}
.header-transparent .top-contacts i {
	color: #fff;
}
.header-transparent .top-contacts ul>li a {
	color: #fff;
}
.header-transparent .top-contacts ul>li a:hover {
	color: #fff;
	opacity: .75;
}
.header-transparent .main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #8298cd;
	position: absolute;
	top: 124px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.header-transparent .main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.header-transparent .main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 360px;
	display: block;
	border-bottom: none;
}
.header-transparent .main-nav ul>li ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-transparent .main-nav ul>li ul li a:after {
	content: none;
}
.header-transparent .main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.header-transparent .main-nav ul>li.active ul li a:after {
	content: none;
}
.header-transparent .main-nav ul>li.active ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-transparent .main-nav ul>li ul>li.active a {
	background: #005baa;
	color: #fff;
}
.header-transparent .main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.header-transparent .main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header-transparent .responsive-menu-open {
	height: 124px;
	line-height: 124px;
	margin: 0;
	float: right;
}
@media all and (max-width: 768px) {
	.header-transparent .top-contacts {
		position: relative;
		top: 0;
		right: 0;
	}
	.header-transparent .top-contacts ul>li {
		margin: 0 12px;
		line-height: 36px;
	}
	.header-transparent .top-contacts ul>li:first-of-type {
		margin: 0 12px;
	}
}

/* Header Transparent Simple
   ========================================================================== */
.header-transparent.simple {
	padding-top: 0;
}
.header-transparent.simple .logo {
	height: 156px;
}
.header-transparent.simple .logo a {
	max-height: 156px;
}
.header-transparent.simple .main-nav ul>li a {
	line-height: 156px;
}
.header-transparent.simple .top-contacts ul>li {
	margin-left: 36px;
}
.header-transparent.simple .button {
	float: right;
	margin-top: 58px;
	font-size: 14px;
	margin-left: 30px;
}
.header-transparent.simple .main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: #8298cd;
	position: absolute;
	top: 156px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.header-transparent.simple .main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.header-transparent.simple .main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 360px;
	display: block;
	border-bottom: none;
}
.header-transparent.simple .main-nav ul>li ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-transparent.simple .main-nav ul>li ul li a:after {
	content: none;
}
.header-transparent.simple .main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.header-transparent.simple .main-nav ul>li.active ul li a:after {
	content: none;
}
.header-transparent.simple .main-nav ul>li.active ul li a:hover {
	background: #005baa;
	color: #fff;
}
.header-transparent.simple .main-nav ul>li ul>li.active a {
	background: #005baa;
	color: #fff;
}
.header-transparent.simple .main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.header-transparent.simple .main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header-transparent.simple .responsive-menu-open {
	height: 156px;
	line-height: 156px;
	margin: 0;
	float: right;
}
@media all and (max-width: 768px) {
	.header-transparent.simple .logo {
		float: none;
	}
	.header-transparent.simple .button {
		margin-top: 0;
	}
	.header-transparent.simple .responsive-menu-open {
		height: 40px;
		line-height: 40px;
		float: left;
	}
}

/*=============== Footer ===================*/
footer{
    background:#005baa;
    float:left;
    width:100%;
    position:relative;
}
.footer-decoration{
    background:#8298cd none repeat scroll 0 0;
    height:145px;
    left:0;
    position:absolute;
    top:0;
    width:156px;
    z-index:0;
}
.footer-decoration.bottom{
    bottom:0;
    left:auto;
    right:0;
    top:auto;
}
.footer-decoration::before{
    border-left:25px solid #005baa;
    border-top:25px solid #005baa;
    bottom:0;
    content:"";
    height:73px;
    position:absolute;
    right:0;
    width:73px;
    z-index:-1;
}
.footer-decoration.bottom::before {
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
footer .block {padding:60px 0 50px}
.widget {
    float: left;
    margin-bottom:30px;
    width: 100%;
}
.widget-title{
    float:left;
    margin-bottom:30px;
    width:100%;
}
.widget-title > h4{
    color:#ffffff;
    float:left;
    font-size:18px;
    margin:0 0 5px;
    text-transform:uppercase;
    width:100%;
}
.widget-title > span{
    color:#898989;
    float:left;
    font-family:roboto;
    font-size:13px;
    letter-spacing:0.5px;
    width:100%;
}
.about-widget{
    float:left;
    width:100%;
}
.about-widget > p{
    color:#fff;
    line-height:26px;
    margin:0 0 15px;
}
.about-widget ul li {
	float: none !important;
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
}
.social-icons{
    float:left;
    width:100%;
}
.social-icons > a{
    background:#005baa none repeat scroll 0 0;
    color:#ffffff;
    float:left;
    font-size:13px;
    height:37px;
    line-height:37px;
    margin-right:5px;
    text-align:center;
    width:37px;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.social-icons > a:before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:0;
    height:0;
    z-index:-1;
}
.social-icons > a:hover:before{
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
.widget ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li{
		float: left;
		display: inline-block;
		width: 50%;
    color:#fff;
    margin-bottom:10px;
		padding-right: 20px;
}
.widget ul li a{color:inherit}
.widget ul ul{margin:10px 0 20px}
.opening{
    float:left;
    padding-right:50px;
    width:100%;
}
.timing{
    color:#dadada;
    float:left;
    font-size:13px;
    line-height:25px;
    margin-bottom:10px;
    position:relative;
    width:100%;
}
.timing:last-child{margin:0}
.timing > span{
    float:left;
    padding-right:10px;
    width:50%;
}
.timing > i{
    float:left;
    font-size:11px;
    font-style:normal;
    padding-left:10px;
    text-align:right;
    width:50%;
}
.timing:before{
    content:"-";
    font-size:19px;
    position:absolute;
    left:50%;
    top:0;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}

.gallery-widget{
    float:left;
    margin-bottom:-10px;
    width:100%;
}
.gallery-widget .row{margin:0 -5px}
.gallery-widget .row > div,
.container .gallery-widget .row > div{padding:0 5px}
.gallery-widget img{
    float:left;
    margin-bottom:10px;
    width:100%;
}
.gallery-widget img{width:100%}
.gallery-widget img:hover{
    -webkit-filter:invert(1);
    -moz-filter:invert(1);
    -ms-filter:invert(1);
    -o-filter:invert(1);
    filter:invert(1);
}
.newsletter {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
		margin-bottom: 30px;
}
.newsletter p {
	display: block;
	font-size: 14px;
	color: #fff;
}
.newsletter form{
		position: relative;
    display:table;
    margin:0;
    width:100%;
}
.newsletter form input{
    display: block;
		width: 100%;
		background-color: #005baa;
		border: 1px solid #8298cd;
    font-size:14px;
    color:#fff;
    margin:0;
    padding:10px 20px;
}
.newsletter form button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: auto;
	height: 100%;
	padding: 10px 15px;
	background-color: #8298cd;
	border-left: 1px solid #8298cd;
	border: none;
	font-size: 16px;
	color: #fff;
}
footer.light{background:#f7f8f8}
footer.light:before{opacity:0.1}
.light .footer-decoration{background:#f1f1f1}
.light .footer-decoration::before{border-color:#f7f8f8}
footer.light .widget-title > h4{color:#2d2d2d}
footer.light .widget-title > span{color:#a9a9a9}
footer.light .about-widget > p,
footer.light .widget ul li,
footer.light .timing{color:#666666}
.ft-logo {
	display: table;
	min-width: 240px;
}
/*=============== Bottom Footer ===================*/
.bottom-footer{
    background:#8298cd;
    float:left;
    padding:15px 0;
    width:100%;
}
.bottom-footer p {
    color:#fff;
    float:left;
    font-size:14px;
    margin:0;
}
.bottom-footer p a {
	color: #fff;
}
.bottom-footer ul{
    float:right;
    list-style:outside none none;
    margin:0;
    padding:4px 0 0;
}
.bottom-footer ul li{
    border-left:1px solid #bfbebf;
    color:#fff;
    float:left;
}
.bottom-footer ul li a{
    color:inherit;
    display: block;
    font-size:14px;
    font-weight:500;
    line-height:16px;
    padding:0 20px;
}
.bottom-footer ul li:first-child a{padding-left:0}
.bottom-footer ul li:first-child{border:0}

/* ==========================================================================
   09. Sections
   ========================================================================== */
.section {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section>.inner {
	padding: 100px 0;
	background: #fff;
	position: relative;
}
.section.small>.inner {
	padding: 38px 0;
}
.section.tiny>.inner {
	padding: 18px 0;
}
.section.large>.inner {
	padding: 145px 0;
}
.section.no-padding>.inner {
	padding: 0;
}
.section.no-padding-bottom>.inner {
	padding-bottom: 0;
}
.header-transparent+.section>.inner {
	padding-top: 221px;
}
.header-transparent.simple+.section>.inner {
	padding-top: 232px;
}
.section.white>.inner {
	background: #fff;
}
.section.light>.inner {
	background: #f9f9f9;
}
.section.blue>.inner {
	background: #005baa;
	color: #fff;
}
.section.dark-blue>.inner {
	background: #284473;
	color: #fff;
}
.section.purple>.inner {
	background: #765079;
	color: #fff;
}
.section.transparent>.inner {
	background: rgba(0,0,0,.7);
	color: #fff;
}
.section.transparent.white>.inner {
	background: rgba(255,255,255,.50);
	color: #414141;
}
.section.transparent.white.light>.inner {
	background: rgba(255,255,255,.10);
	color: #414141;
}
.section.transparent.blue>.inner {
	background: rgba(1,153,237,.8);
	color: #fff;
}
.section.transparent.clear>.inner {
	background: none;
}
.section.background-map>.inner {
	background: none;
	z-index: 2;
}
.section>.inner .container {
	position: relative;
	z-index: 2;
}
.full-width-map {
	height: 550px;
}
.full-width-map-wrapper {
	position: relative;
}
.full-width-map-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: inset 0 0 20px rgba(0,0,0,.1);
	height: 100%;
	z-index: 9;
	pointer-events: none;
}
.map-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1;
}
.split-section .aligned-cols {
	height: 100%;
	margin: 0;
}
.split-section .inner {
	padding: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.split-section .inner.white {
	background: #fff;
}
.split-section .inner.light {
	background: #f6f6f6;
}
.split-section .inner.dark-blue {
	background: #284473;
	color: #fff;
}
.split-section-header {
	background: #8298cd;
	padding: 0 72px;
}
.split-section-header h2 {
	font-size: 30px;
	line-height: 108px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.split-section .inner>.content {
	padding: 0 75px;
	padding-top: 88px;
	padding-bottom: 64px;
}
.split-section .inner>.content.small {
	padding: 48px 0;
}
.bottom-banner {
	background: #8298cd;
	color: #fff;
	line-height: 48px;
	padding: 0 40px;
	font-size: 16px;
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.bottom-banner.small {
	width: auto;
}
.bottom-banner.brown {
	background: #e1ac77;
}
.bottom-banner.blue {
	background: #005baa;
}
@media all and (max-width: 768px) {
	.split-section-header h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.split-section-header {
		padding: 12px 24px;
	}
	.split-section .inner>.content {
		padding: 24px;
	}
	.bottom-banner {
		position: relative;
		width: 100%;
		line-height: 28px;
		padding: 12px;
		margin-top: 12px;
	}
	.full-width-map {
		height: 250px;
	}
}

/* ==========================================================================
   10. Home Slider
   ========================================================================== */
.home-slider {
	position: relative;
}
.home-slider .slide {
	position: relative;
	background: #fff;
	padding: 0;
	display: none;
	-webkit-backface-visibility: hidden;
	margin: 0;
	font-size: 16px;
}
.home-slider .slide ul {
	line-height: 35px;
	margin-bottom: 0;
}
.home-slider .slide p {
	margin-bottom: 18px;
}
.home-slider .slide .button {
	margin-top: 28px;
}
.home-slider .slide .content {
	padding: 146px 0;
	padding-top: 180px;
}
.flex-control-nav {
	bottom: 45px;
	right: 52px;
	text-align: right;
	z-index: 99;
	width: auto;
}
.flex-control-paging li {
	margin: 0;
	margin-left: 18px;
}
.flex-control-paging li a {
	text-indent: 0;
	width: auto;
	height: auto;
	display: inline-block;
	box-shadow: none;
	border-radius: 0;
	background: none;
	color: #005baa;
	font-size: 14px;
	line-height: 24px;
}
.flex-control-paging li a:after {
	content: '.';
}
.flex-control-paging li a:hover {
	background: none;
	color: #8298cd;
	opacity: 1;
}
.flex-control-paging li a.flex-active {
	background: none;
	color: #8298cd;
}
@media all and (max-width: 768px) {
	.home-slider .slide .content {
		padding: 36px 0;
	}
	.home-slider .slide img {
		margin-top: 24px;
	}
	.flex-control-nav {
		bottom: 12px;
		right: 12px;
	}
}
/* ==========================================================================
   11. Middle Slider
   ========================================================================== */
.middle-slider {
	position: relative;
	overflow: visible !important;
}
.middle-slider .slide {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.middle-slider .slide>.inner {
	height: 650px;
	background: rgba(0,0,0,.5);
	position: relative;
	text-align: center;
}
.middle-slider .slide>.inner .content {
	color: #fff;
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	line-height: 24px;
	border: 2px solid rgba(255,255,255,.1);
	display: inline-block;
	padding: 40px 72px;
}
.middle-slider .slide>.inner .content h1 {
	font-size: 64px;
	line-height: 64px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 12px;
}
.middle-slider .slide>.inner .content h1:after {
	content: none;
}
.middle-slider .slide>.inner .content h1 b {
	font-weight: 400;
}
.middle-slider .slide>.inner .content p {
	margin-bottom: 0;
}
.middle-slider .flex-direction-nav a {
	height: 68px;
	width: 68px;
	margin: 0;
	margin-top: -34px;
	text-shadow: none;
	opacity: .2;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.middle-slider .flex-direction-nav a:hover {
	opacity: 1;
}
.middle-slider .flex-direction-nav a:before {
	content: none;
}
.middle-slider .flex-direction-nav .flex-prev {
	left: 0;
	background-image: url('../images/left-arrow.png');
}
.middle-slider .flex-direction-nav .flex-next {
	right: 0;
	background-image: url('../images/right-arrow.png');
	text-align: left;
}
.middle-slider .flex-control-nav {
	bottom: -24px;
	right: 0;
	text-align: center;
	width: 100%;
}
.middle-slider .flex-control-paging li {
	margin: 0 3px;
}
.middle-slider .flex-control-paging li a {
	text-indent: 0;
	width: 48px;
	height: 48px;
	display: inline-block;
	box-shadow: none;
	border-radius: 50%;
	background: #393939;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	border: 2px solid #fff;
}
.middle-slider .flex-control-paging li a:after {
	content: none;
}
.middle-slider .flex-control-paging li a:hover {
	background: #8298cd;
	color: #fff;
	opacity: 1;
}
.middle-slider .flex-control-paging li a.flex-active {
	background: #8298cd;
	color: #fff;
}
@media all and (max-width: 768px) {
	.middle-slider .slide>.inner {
		height: auto;
		padding: 48px 0;
	}
	.middle-slider .slide>.inner .content {
		top: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		padding: 20px 24px;
	}
	.middle-slider .slide>.inner .content h1 {
		font-size: 48px;
		line-height: 48px;
	}
}
.mobile-slider .owl-nav {
	opacity: 0;
}
.mobile-slider:hover .owl-nav {
	opacity: 1;
}
/* ==========================================================================
   12. Departments Slider
   ========================================================================== */
.departments-slider .item {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.departments-slider .item .inner {
	display: block;
	height: 300px;
	position: relative;
	background: rgba(0,0,0,.5);
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.departments-slider .item .inner:hover {
	background: rgba(0,0,0,0);
}
.departments-slider .item .inner span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	right: 24px;
	bottom: 20px;
	z-index: 2;
}
.departments-slider .item .inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.owl-theme .owl-nav {
	margin: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	width: 44px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	margin: 0;
	opacity: .5;
	font-size: 18px;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 1;
	background: #005baa;
	border-color: #005baa;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 42px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 42px;
}
.departments {

}
.departments .item {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	width: 20%;
	float: left;
}
.departments .item .inner {
	display: block;
	height: 300px;
	position: relative;
	background: rgba(0,0,0,.5);
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.departments .item .inner:hover {
	background: rgba(0,0,0,0);
}
.departments .item .inner span {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 20px;
	z-index: 2;
	text-transform: uppercase;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.departments .item .inner:hover span {
	opacity: 0;
}
.departments .item .inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.departments .item .inner:hover:before {
	opacity: 0;
}

.departments-center {

}
.departments-center .item {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	width: 20%;
	float: left;
}
.departments-center .item .inner {
	display: block;
	height: 235px;
	position: relative;
	background: rgba(40,68,115,.7);
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.departments-center .item .inner:hover {
	background: rgba(40,68,115,0);
}
.departments-center .item .inner span {
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	text-transform: uppercase;
	margin-top: -12px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.departments-center .item .inner:hover span {
	opacity: 0;
}
@media all and (max-width: 768px) {
	.departments .item, .departments-center .item {
		width: 100%;
	}
}

/* ==========================================================================
   13. Services
   ========================================================================== */
.service {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0;
	text-align: center;
}
.service .icon {
	margin-bottom: 15px;
	display: inline-block;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: contain;
}
.service .icon.icon_1 {
	background-image: url(../images/icons/icon_1.svg);
}
.service .icon.icon_2 {
	background-image: url(../images/icons/icon_2.svg);
}
.service .icon.icon_3 {
	background-image: url(../images/icons/icon_3.svg);
}
.service .icon.icon_4 {
	background-image: url(../images/icons/icon_4.svg);
}
.service .icon.icon_5 {
	background-image: url(../images/icons/icon_5.svg);
}
.service .icon.icon_6 {
	background-image: url(../images/icons/icon_6.svg);
}
.service .icon.icon_7 {
	background-image: url(../images/icons/icon_7.svg);
}
.service .icon.icon_8 {
	background-image: url(../images/icons/icon_8.svg);
}
.service .icon.icon_9 {
	background-image: url(../images/icons/icon_9.svg);
}
.service .icon.icon_10 {
	background-image: url(../images/icons/icon_10.svg);
}
.service .icon.icon_11 {
	background-image: url(../images/icons/icon_11.svg);
}
.service .icon.icon_12 {
	background-image: url(../images/icons/icon_12.svg);
}
.service .drop-icon {
	background-image: url('../images/drop.png');
	width: 91px;
	height: 138px;
	color: #d5d5d5;
	line-height: 100px;
	font-size: 36px;
}
.service:hover .drop-icon {
	background-image: url('../images/drop-hover.png');
	color: #fff;
	font-size: 48px;
}
.service .icon.large {
	font-size: 80px;
	line-height: 80px;
	height: 80px;
}
.service .icon.light {
	color: #f2f2f2;
}
.service .icon.line {
	position: relative;
	padding-bottom: 26px;
	height: 106px;
}
.service .icon.line:after {
	content: '';
	display: block;
	width: 62px;
	height: 2px;
	background: #e2af7b;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.service h4 , .service p {
	margin-bottom: 15px;
}
.service-boxes {
	font-size: 0;
	text-align: center;
	margin-top: 58px;
}
.service-box {
	display: inline-block;
	width: 33.33%;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background: #87d9d5;
	padding: 48px;
	padding-bottom: 54px;
}
.service-box:first-of-type {
	background: #8298cd;
}
.service-box:last-of-type {
	background: #7bcfcb;
}
.service-box .icon {
	display: inline-block;
	width: 132px;
	height: 132px;
	line-height: 128px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 50px;
	margin-bottom: 36px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-box:hover .icon {
	background: #fff;
	color: #7bcfcb;
}
.service-box h3 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.service-box-single {
	font-size: 16px;
	line-height: 24px;
	color: #414141;
	background: #f4f4f4;
	padding: 48px 36px;
	text-align: center;
	box-shadow: 0 3px 0 #ececec;
}
.service-box-single .icon {
	display: inline-block;
	width: 136px;
	height: 136px;
	line-height: 136px;
	border-radius: 50%;
	font-size: 65px;
	margin-bottom: 36px;
	background: #1fa9f5;
	color: #fff;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-box-single .icon img {
	vertical-align: top;
}
.service-box-single:hover .icon {
	background: #284473;
	color: #fff;
}
.service-box-single h3 {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.service-box-single p {
	margin-bottom: 0;
}
.features {
	font-size: 0;
	text-align: center;
}
.feature {
	display: inline-block;
	width: 268px;
	height: 268px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	box-shadow: 2px 2px 0 #e3e3e3;
	text-align: center;
	padding: 0 40px;
	padding-top: 100px;
	font-size: 16px;
	margin: 0 8px;
	vertical-align: top;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.feature:hover {
	background: #005baa;
	color: #fff;
	box-shadow: none;
}
.feature .image {
	display: inline-block;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.feature h3 {
	line-height: 24px;
	color: #005baa;
	text-transform: uppercase;
	margin-bottom: 8px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.feature:hover h3 {
	color: #fff;
}
.service-number {
	color: #414141;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 36px;
}
.service-number a {
	color: #414141;
}
.service-number .number {
	float: left;
	color: #1fa9f5;
	font-size: 15px;
	line-height: 24px;
}
.service-number.large .number {
	color: #e3e3e3;
	font-size: 40px;
	line-height: 50px;
}
.service-number .content {
	margin-left: 28px;
}
.service-number.large .content {
	margin-left: 48px;
}
.service-number h2 {
	color: #414141 !important;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 16px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-number.large h2 {
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 12px;
}
.service-number:hover h2 {
	color: #1fa9f5 !important;
}
.service-number p {
	margin-bottom: 0;
}
.service-number-large {
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}
.service-number-large .number {
	float: left;
	font-size: 50px;
	line-height: 88px;
	display: inline-block;
	width: 99px;
	border-top: 2px solid #e1ac77;
}
.service-number-large h2 {
	color: #414141;
	font-weight: 400;
	font-size: 24px;
	line-height: 90px;
	margin-bottom: 0;
}
.service-number-large p {
	margin-bottom: 0;
}
.service-icon-left {
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}
.service-icon-left.smaller {
	margin-bottom: 28px;
}
.service-icon-left .icon {
	float: left;
	font-size: 32px;
	display: inline-block;
	width: 74px;
	height: 74px;
	line-height: 74px;
	background: #f4f4f4;
	color: #e5e5e5;
	border-radius: 50%;
	text-align: center;
}
.service-icon-left.smaller .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #d9d9d9;
}
.service-icon-left .content {
	margin-left: 96px;
}
.service-icon-left.smaller .content {
	margin-left: 78px;
}
.service-icon-left h2 {
	color: #414141;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.service-icon-left h3 {
	color: #005baa;
	font-weight: 700;
	font-size: 18px;
	line-height: 60px;
	margin-bottom: 0;
}
.service-icon-left p {
	margin-bottom: 0;
}
.service-slider.owl-theme .owl-nav {
	margin: 0;
}
.service-slider.owl-theme .owl-nav [class*='owl-'] {
	background: none;
	color: #e7e7e7;
	border: 3px solid #e7e7e7;
	width: 26px;
	height: 26px;
	line-height: 20px;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	margin: 0;
	opacity: 1;
	font-size: 12px;
	margin-top: -13px;
	position: absolute;
	top: -62px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-slider.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 1;
	background: none;
	border-color: #81c122;
	color: #81c122;
}
.service-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.service-slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}
@media all and (max-width: 768px) {
	.service-box {
		width: 100%;
		display: block;
	}
	.service-box-single {
		margin-bottom: 12px;
	}
}

/* ==========================================================================
   14. Contacts
   ========================================================================== */
.contacts {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.contacts.contacts-icon-left {
	text-align: left;
	font-size: 13px;
}
.contacts .icon {
	margin-bottom: 18px;
	color: #005baa;
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
}
.section.blue .contacts .icon {
	color: #fff;
	font-size: 36px;
}
.contacts.contacts-icon-left .icon {
	float: left;
}
.contacts h4 {
	margin-bottom: 18px;
}
.contacts.contacts-icon-left .content {
	margin-left: 48px;
}

/* ==========================================================================
   15. Video
   ========================================================================== */
.welcome-video {
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	top: -39px;
	height: 100%;
}
.welcome-video .icon {
	display: inline-block;
	background: rgba(255,255,255,.3);
	border: 2px solid rgba(255,255,255,.3);
	color: #fff;
	width: 135px;
	height: 135px;
	line-height: 133px;
	border-radius: 100%;
	font-size: 60px;
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.welcome-video:after {
	content: '';
	display: inline-block;
	width: 176px;
	height: 39px;
	position: absolute;
	bottom: -39px;
	right: 0;
	background: #f6f6f6;
}
.video-popup {
	text-align: center;
	margin-top: 48px;
}
.video-popup.no-margin {
	margin: 0;
}
.video-popup .icon {
	display: inline-block;
	background: rgba(255,255,255,.3);
	border: 2px solid rgba(255,255,255,.3);
	color: #fff;
	width: 114px;
	height: 114px;
	line-height: 110px;
	border-radius: 100%;
	font-size: 48px;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -57px;
}
@media all and (max-width: 768px) {
	.welcome-video {
		padding: 24px 0;
		top: 0;
	}
	.welcome-video .icon {
		top: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
	.welcome-video:after {
		content: none;
	}
	.video-popup .icon {
		width: 72px;
		height: 72px;
		line-height: 68px;
		margin-top: 0;
	}
}

/* ==========================================================================
   16. Awards Carousel
   ========================================================================== */
.awards-carousel img {
	opacity: .5;
}
.awards-carousel img:hover {
	opacity: 1;
}
.awards-carousel.owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	left: -33.33333333%;
	top: 50px;
	margin-left: -10px;
}
.awards-carousel.owl-theme .owl-nav [class*='owl-'] {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	margin: 0 5px;
	margin-top: 0;
	position: relative;
	top: 0;
}
.awards-carousel.owl-theme .owl-nav [class*='owl-']:hover {
	background: #fff;
	border-color: #fff;
	color: #005baa;
}
.awards-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.awards-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}
@media all and (max-width: 768px) {
	.awards-carousel.owl-theme .owl-nav {
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		margin-top: 12px;
	}
}

/* ==========================================================================
   17. Testimonial Slider
   ========================================================================== */
.testimonial-slider .image {
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px #0083cc;
	display: inline-block;
	float: left;
}
.testimonial-slider .image img {
	transform-style: flat;
}
.testimonial-slider a {
	display: block;
	opacity: .5;
}
.testimonial-slider a:hover {
	opacity: 1;
}
.testimonial-slider a:hover img {
	opacity: 1;
}
.testimonial-slider .content {
	color: #fff;
	margin-left: 66px;
	margin-top: 6px;
}
.testimonial-slider .content h3 {
	margin-bottom: 4px;
}
.testimonial-slider .stars i {
	margin-right: 3px;
}
.testimonial-slider .stars .faded {
	color: #7ad0ff;
}
.testimonial-slider.owl-theme .owl-nav {
	margin: 0;
}
.testimonial-slider.owl-theme .owl-nav [class*='owl-'] {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	margin-top: -22px;
	position: absolute;
	top: 50%;
}
.testimonial-slider.owl-theme .owl-nav [class*='owl-']:hover {
	background: #fff;
	border-color: #fff;
	color: #005baa;
}
.testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -68px;
}
.testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -68px;
}
.large-testimonial-icon {
	font-size: 100px;
	color: #a187a3;
	display: inline-block;
	width: 86px;
	height: 86px;
	border: 2px solid #a288a4;
	border-radius: 50%;
	background-image: url('../images/quote-small.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 84px;
	position: relative;
}
.large-testimonial-icon:after {
	content: '';
	display: block;
	width: 2px;
	height: 57px;
	background: #87668a;
	position: absolute;
	top: 102px;
	left: 40px;
}
.large-testimonial-slider {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
}
.large-testimonial-slider h3 {
	font-style: normal;
	line-height: 30px;
	margin: 0;
	display: inline-block;
	position: relative;
}
.large-testimonial-slider h3 span {
	color: #b39cb5;
}
.large-testimonial-slider h3:before, .large-testimonial-slider h3:after {
	content: '';
	display: block;
	width: 88px;
	height: 2px;
	background: #87668a;
	position: absolute;
	top: 15px;
}
.large-testimonial-slider h3:before {
	left: -122px;
}
.large-testimonial-slider h3:after {
	right: -122px;
}
.large-testimonial-slider.owl-theme .owl-nav {
	margin: 0;
}
.large-testimonial-slider.owl-theme .owl-nav [class*='owl-'] {
	border: none;
	margin-top: -25px;
}
.large-testimonial-slider.owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
}
.large-testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -28px;
}
.large-testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -28px;
}
.large-testimonial-slider.owl-theme .owl-nav [class*='owl-'] i {
	display: inline-block;
	width: 28px;
	height: 51px;
}
.large-testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-prev i {
	background-image: url('../images/left-arrow.png');
}
.large-testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-next i {
	background-image: url('../images/right-arrow.png');
}
.testimonial-slider-box-wrapper {
	background: #fff;
	color: #414141;
	padding: 48px 60px;
	position: relative;
}
.testimonial-slider-box-icon {
	display: block;
	width: 60px;
	height: 57px;
	background-image: url('../images/quote-transparent.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -29px;
	left: 25px;
}
.testimonial-slider-box {
	font-size: 22px;
	line-height: 40px;
	font-style: italic;
}
.testimonial-slider-box p {
	margin-bottom: 12px;
}
.testimonial-slider-box h3 {
	font-style: normal;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	color: #535353;
	font-weight: 400;
}
.testimonial-slider-box.owl-theme .owl-nav [class*='owl-'] {
	top: auto;
	bottom: -69px;
	border-radius: 0;
	border: none;
	opacity: 1;
	background: #005baa;
	color: #fff;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 24px;
}
.testimonial-slider-box.owl-theme .owl-nav [class*='owl-']:hover {
	background: #81c122;
}
.testimonial-slider-box.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: auto;
	right: -33px;
}
.testimonial-slider-box.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -85px;
}
.testimonial-slider-box a {
	color: #005baa;
}
.testimonial-slider-image {
	font-size: 16px;
	line-height: 30px;
	color: #284473;
}
.testimonial-slider-image img {
	width: auto !important;
	float: left;
}
.testimonial-slider-image .content {
	margin-left: 150px;
}
.testimonial-slider-image p {
	margin-bottom: 12px;
}
.testimonial-slider-image h3 {
	font-style: normal;
	line-height: 30px;
	margin: 0;
	display: inline-block;
	position: relative;
}
.testimonial-slider-image .name {
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}
.testimonial-slider-image.owl-theme .owl-nav {
	margin: 0;
}
.testimonial-slider-image.owl-theme .owl-nav [class*='owl-'] {
	border: none;
	margin-top: -22px;
	opacity: 1;
}
.testimonial-slider-image.owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	opacity: 1;
}
.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}
.testimonial-slider-image.owl-theme .owl-nav [class*='owl-'] i {
	display: inline-block;
	width: 24px;
	height: 45px;
}
.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-prev i {
	background-image: url('../images/left-arrow-light.png');
}
.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-next i {
	background-image: url('../images/right-arrow-light.png');
}
.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
	background-image: url('../images/left-arrow-light-hover.png');
}
.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-next:hover i {
	background-image: url('../images/right-arrow-light-hover.png');
}
@media all and (max-width: 768px) {
	.testimonial-slider.owl-theme .owl-nav [class*='owl-'] {
		position: relative;
		top: 0;
		margin-top: 0;
		margin: 0 6px;
	}
	.testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: 0;
	}
	.testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-next {
		right: 0;
	}
	.large-testimonial-slider.owl-theme .owl-nav [class*='owl-'] {
		margin-top: 12px;
		position: relative;
		top: 0;
	}
	.large-testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: 0;
	}
	.large-testimonial-slider.owl-carousel .owl-controls .owl-nav .owl-next {
		right: 0;
	}
	.testimonial-slider-image.owl-theme .owl-nav [class*='owl-'] {
		margin-top: 12px;
		position: relative;
		top: 0;
	}
	.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: 0;
	}
	.testimonial-slider-image.owl-carousel .owl-controls .owl-nav .owl-next {
		right: 0;
	}
	.large-testimonial-slider h3:before, .large-testimonial-slider h3:after {
		content: none;
	}
	.testimonial-slider-box.owl-carousel .owl-controls .owl-nav .owl-next {
		right: -65px;
	}
	.testimonial-slider-box.owl-carousel .owl-controls .owl-nav .owl-prev {
		right: -13px;
	}
	.testimonial-slider-image img {
		float: none;
	}
	.testimonial-slider-image .content {
		margin: 0;
		margin-top: 12px;
	}
}

/* ==========================================================================
   18. Testimonial Tabs
   ========================================================================== */
.nav-tabs {
	border-bottom: none;
	font-size: 0;
}
.nav-tabs>li {
	float: none;
	margin-bottom: 0;
}
.nav>li {
	display: inline-block;
	text-align: center;
	width: 25%;
}
.nav>li>a {
	padding: 0;
}
.nav-tabs>li>a {
	margin-right: 0;
	border: none;
	border-radius: 0;
	color: #414141;
	font-size: 16px;
	line-height: 20px;
	opacity: .75;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.nav>li>a:hover {
	opacity: 1;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: none;
	border: none;
	color: #414141;
	opacity: 1;
}
.nav>li>a img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}
.nav-tabs>li>a:hover img {
	opacity: 1;
}
.nav>li>a span {
	display: block;
	font-size: 14px;
	color: #005baa;
	font-weight: 700;
}
.testimonial-tab {
	background: #e1ac77;
	font-size: 24px;
	line-height: 40px;
	font-style: italic;
	color: #fff;
	text-align: center;
	padding: 48px 36px;
	margin-bottom: 30px;
}
.testimonial-tab p {
	margin-bottom: 0;
}
.testimonial-tab-icon {
	display: block;
	width: 60px;
	height: 57px;
	background-image: url('../images/quote-brown.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media all and (max-width: 768px) {
	.nav>li {
		width: 50%;
	}
}

/* ==========================================================================
   19. Quotes
   ========================================================================== */
.quote {
	margin: 36px 0;
}
.quote-author {
	float: left;
	text-align: center;
	width: 105px;
}
.quote.right .quote-author {
	float: right;
}
.quote-author img {
	display: inline-block;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 1px 1px 5px #ddd;
	margin-bottom: 10px;
}
.quote-author .name {
	display: block;
	color: #005baa;
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.quote-author .title {
	display: block;
	color: #545454;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}
.quote-content {
	background: #f8f8f8;
	box-shadow: 0 3px 0 #f0f0f0;
	padding: 56px 108px;
	margin-left: 138px;
	position: relative;
}
.quote-content:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 15px 18px 0;
	border-color: transparent #f8f8f8 transparent transparent;
	position: absolute;
	top: 30px;
	left: -15px;
}
.quote.right .quote-content {
	margin-right: 138px;
	margin-left: 0;
}
.quote.right .quote-content:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 15px;
	border-color: transparent transparent transparent #f8f8f8;
	top: 30px;
	left: auto;
	right: -15px;
}
.quote-content p {
	margin-bottom: 0;
	position: relative;
}
.quote-content p:before {
	content: 'â€œ';
	font-size: 70px;
	line-height: 70px;
	color: #005baa;
	position: absolute;
	top: -12px;
	left: -44px;
	z-index: 2;
}
.quote-content p:after {
	content: 'â€';
	font-size: 70px;
	line-height: 70px;
	color: #005baa;
	position: absolute;
	right: -44px;
	z-index: 2;
}
@media all and (max-width: 768px) {
	.quote-author {
		float: none;
	}
	.quote.right .quote-author {
		float: none;
	}
	.quote-content {
		margin-left: 0;
		padding: 24px;
		margin-top: 24px;
	}
	.quote.right .quote-content {
		margin-right: 0;
	}
	.quote-content p:before {
		left: -22px;
	}
	.quote-content p:after {
		right: -22px;
	}
}

/* ==========================================================================
   20. Clients
   ========================================================================== */
.clients {
	font-size: 0;
}
.clients .image {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.clients .image a {
	opacity: .5;
	display: block;
}
.clients .image a:hover {
	opacity: 1;
}
.clients .image a:hover img {
	opacity: 1;
}
@media all and (max-width: 768px) {
	.clients .image {
		width: 100%;
		margin-bottom: 24px;
	}
}

/* ==========================================================================
   21. Team
   ========================================================================== */
.team-round {
	text-align: center;
	font-size: 0;
}
.team-round .team-member {
	display: inline-block;
	width: 242px;
	height: 242px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,.03);
	position: relative;
	margin: 0 15px;
	background: #fff;
}
.team-round .team-member .overlay {
	background: rgba(1,153,237,.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.team-round .team-member:hover .overlay {
	opacity: 1;
}
.team-round .team-member .text {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
}
.team-round .team-member .text .name {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 2px;
}
.team-round .team-member .text .title {
	font-size: 14px;
	line-height: 14px;
	color: #d4f0ff;
	font-weight: 700;
}
.team-round .team-member .button-wrapper {
	position: absolute;
	bottom: 52px;
	left: 0;
	right: 0;
}

/* ==========================================================================
   22. Blog
   ========================================================================== */
.blog-carousel .swiper-pagination {
	position: static;
	margin-top: 15px;
}
.blog-post.full-sized {
	margin-bottom: 60px;
}
.blog-post.full-sized ul , .blog-post.full-sized ol {
	padding-left: 15px;
}
.blog-post.full-sized:last-of-type {
	margin-bottom: 0;
}
.blog-post.single {
	color: #545454;
}
.blog-post .number {
	color: #8298cd;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 14px;
	text-align: right;
}
.blog-post-meta {
	margin-bottom: 12px;
}
.blog-post-image {
	margin-bottom: 28px;
	overflow: hidden;
}
.blog-post-image img {
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.blog-post-image:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
.blog-post.single .blog-post-image:hover img {
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}
.blog-post-meta a {
	color: #414141;
}
.blog-post-meta a:hover {
	color: #005baa;
}
.blog-post-meta h3 {
	width: 100%;
	font-size: 18px;
	margin-bottom: 8px;
}
.blog-post-meta ul {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.blog-post-meta ul.list-inline {
	padding: 0 0 12px;
}
.blog-post-meta ul.list-inline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	max-width: 240px;
	border-bottom: 1px dashed #e9e9e9;
}
.blog-post-meta ul i {
	color: #afafaf;
	margin-right: 5px;
}
.blog-post .fa-ul {
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
}
.blog-post-slider {
	padding: 48px;
	background: #fff;
}
.blog-post-slider .button img {
	display: inline-block;
	width: auto;
}
.blog-post-slider.owl-theme .owl-nav [class*='owl-'] {
	background: #8298cd;
	color: #fff;
	border: 1px solid #8298cd;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border-radius: 0;
	opacity: 1;
	font-size: 18px;
	margin-top: -22px;
	position: absolute;
	top: 50%;
}
.blog-post-slider.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 1;
	background: none;
	border-color: #8298cd;
	color: #8298cd;
}
.blog-post-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -45px;
}
.blog-post-slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -45px;
}
.large-latest-news {
	margin: 0;
	font-size: 210px;
	line-height: 280px;
	color: rgba(0,0,0,0.05);
	font-weight: 700;
	text-align: center;
	margin-top: 52px;
}
.large-latest-news small {
	font-size: 100px;
	line-height: 100px;
	color: rgba(0,0,0,0.05);
	font-weight: 700;
	display: block;
}
.large-latest-news:after {
	content: '';
}
.blog-post-horizontal {
	border: 1px solid #e8e8e8;
	display: table;
	width: 100%;
	margin-bottom: 28px;
}
.blog-post-horizontal .image {
	display: table-cell;
	vertical-align: middle;
	width: 274px;
}
.blog-post-horizontal .content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 36px;
}
.blog-post-horizontal .content h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
}
.blog-post-horizontal .content p {
	margin-bottom: 30px;
}
.blog-post-horizontal .date {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	width: 180px;
	position: relative;
}
.blog-post-horizontal .date:before {
	content: '';
	display: block;
	width: 2px;
	height: 147px;
	background: #f4f4f4;
	position: absolute;
	top: 18px;
	left: -1px;
}
.blog-post-horizontal .date span {
	display: block;
}
.blog-post-box {
	text-align: center;
}
.blog-post-box .blog-post-image {
	margin-bottom: 0;
}
.blog-post-box .content {
	border: 1px solid #f1f1f1;
	border-top: none;
	padding: 28px;
	padding-bottom: 32px;
}
.blog-post-box .content .date {
	color: #005baa;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	margin-bottom: 28px;
}
.blog-post-box .content .date span {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	display: block;
	margin-bottom: 3px;
}
.blog-post-box .content h3 {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
}
.blog-post-box .content a {
	color: #414141;
}
.blog-post-box .content a:hover {
	color: #81c122;
	opacity: 1;
}
.blog-post-box ul {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0;
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 10px;
}
.blog-post-box ul i {
	color: #afafaf;
	margin-right: 5px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.blog-post-box .content a:hover i {
	color: #81c122;
}
.blog-post-box-horizontal {
	display: table;
	width: 100%;
	margin-bottom: 24px;
	box-shadow: 3px 0 0 rgba(0,0,0,.01);
}
.blog-post-box-horizontal .image {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}
.blog-post-box-horizontal .content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	background: #fff;
	font-size: 15px;
	line-height: 24px;
}
.blog-post-box-horizontal .content h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 14px;
}
.blog-post-box-horizontal .content ul {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f7f7f7;
}
.blog-post-box-horizontal .content ul li {
	margin-right: 20px;
}
.blog-post-box-horizontal .content ul i {
	color: #afafaf;
	margin-right: 5px;
}
.blog-post-box-horizontal .content ul a {
	color: #414141;
}
.blog-post-box-horizontal .content p {
	margin-bottom: 28px;
}
.blog-post-box-vertical {
	margin-bottom: 24px;
}
.blog-post-box-vertical .content {
	padding: 30px;
	background: #f4f4f4;
	font-size: 15px;
	line-height: 24px;
}
.blog-post-box-vertical .content h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
}
.blog-post-box-vertical .content ul {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
.blog-post-box-vertical .content ul li {
	margin-right: 20px;
}
.blog-post-box-vertical .content ul i {
	color: #afafaf;
	margin-right: 5px;
}
.blog-post-box-vertical .content ul a {
	color: #414141;
}
.blog-post-box-vertical .content p {
	margin-bottom: 20px;
}
@media all and (max-width: 768px) {
	.blog-post-horizontal {
		display: block;
	}
	.blog-post-horizontal .image, .blog-post-horizontal .content , .blog-post-horizontal .date {
		width: 100%;
		display: block;
	}
	.blog-post-horizontal .content {
		padding: 36px;
	}
	.blog-post-horizontal .date {
		padding: 12px 0;
		border-top: 1px solid #f4f4f4;
	}
	.blog-post-horizontal .date:before {
		content: none;
	}
	.blog-post-box-horizontal {
		display: block;
	}
	.blog-post-box-horizontal .image {
		display: block;
		width: 100%;
	}
	.blog-post-box-horizontal .content {
		display: block;
		padding: 30px;
	}
	.blog-post.full-sized {
		width: 100%;
	}
	.large-latest-news {
		font-size: 96px;
		line-height: 96px;
	}
	.large-latest-news small {
		font-size: 72px;
		line-height: 72px;
	}
	.blog-post-slider.owl-theme .owl-nav [class*='owl-'] {
		position: relative;
		top: 0;
		margin: 12px;
	}
	.blog-post-slider.owl-carousel .owl-controls .owl-nav .owl-next {
		right: 0;
	}
	.blog-post-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: 0;
	}
}

/* ==========================================================================
   23. Blog Post Extras
   ========================================================================== */
.blog-post-extras {
	color: #545454;
}
.blog-post-extras>h3 {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 32px;
	margin-top: 72px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f7f7f7;
}
.recommended-article {
	display: table;
	width: 100%;
	margin-bottom: 28px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f7f7f7;
}
.recommended-article:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.recommended-article .image {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}
.recommended-article .content {
	display: table-cell;
	vertical-align: top;
	padding-left: 22px;
	background: #fff;
	font-size: 15px;
	line-height: 24px;
}
.recommended-article .content h5 {
	margin-bottom: 6px;
}
.recommended-article .content ul {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 6px;
}
.recommended-article .content ul li {
	margin-right: 20px;
}
.recommended-article .content ul i {
	color: #afafaf;
	margin-right: 5px;
}
.recommended-article .content ul a {
	color: #414141;
}
.recommended-article .content p {
	margin-bottom: 12px;
}
.blog-post-author img {
	float: left;
}
.blog-post-author .content {
	margin-left: 224px;
}
.comments-header {
	margin-bottom: 34px;
}
.comments-header .showing {
	float: left;
}
.comments-header .pagination {
	float: right;
}
.comments-header .pagination>li>a {
	color: #545454;
	background: #ececec;
	margin: 0 1px;
	text-align: center;
	width: 28px;
	line-height: 20px;
	font-size: 12px;
}
.comments-header .pagination>li>a:hover {
	background: #005baa;
	color: #fff;
}
.pagination>li:first-child>a {
	margin-right: 11px;
}
.pagination>li:last-child>a {
	margin-left: 11px;
}
.comments-login {
	padding: 28px 24px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 38px;
}
.comments-login:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 10px 13px;
	border-color: transparent transparent #f7f7f7 transparent;
	position: absolute;
	top: -10px;
	left: 22px;
}
.comments-login input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	background: #fff;
	box-shadow: 1px 1px 1px #f0f0f0;
}
.comments-login ::-webkit-input-placeholder {
	color: #afafaf;
	font-style: italic;
}
.comments-login :-moz-placeholder {
	color: #afafaf;
	font-style: italic;
}
.comments-login ::-moz-placeholder {
	color: #afafaf;
	font-style: italic;
}
.comments-login :-ms-input-placeholder {
	color: #afafaf;
	font-style: italic;
}
.comment {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f7f7f7;
}
.comment:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.comment>.comment {
	padding-left: 92px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f7f7f7;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.comment>img {
	float: left;
}
.comment .content {
	margin-left: 86px;
}
.comment .content h4 {
	margin-bottom: 12px;
}
.comment .content p {
	margin-bottom: 12px;
}
.comment .content ul {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}
.comment .content ul li {
	margin-right: 15px;
	padding: 0;
}
.comment .content ul li:after {
	content: '|';
	padding-left: 15px;
	color: #e8e8e8;
}
.comment .content ul li:last-of-type:after {
	content: none;
}
.comment .content ul i {
	color: #afafaf;
	margin-right: 5px;
}
.comment .content ul a {
	color: #414141;
}
@media all and (max-width: 768px) {
	.recommended-article {
		display: block;
	}
	.recommended-article .image {
		display: block;
		width: 100%;
	}
	.recommended-article .content {
		display: block;
		padding: 24px 0;
	}
	.blog-post-author img {
		float: none;
		margin-bottom: 12px;
	}
	.blog-post-author .content {
		margin-left: 0;
	}
	.comments-header .showing {
		text-align: center;
		float: none;
		display: block;
		margin-bottom: 12px;
	}
	.comments-header .pagination {
		text-align: center;
		float: none;
		display: block;
	}
	.comment>.comment {
		padding-left: 46px;
	}
}

/* ==========================================================================
   24. Countdown
   ========================================================================== */
.countdown {
	font-size: 0;
	margin-bottom: 36px;
}
.countdown .time {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 38px;
	text-align: center;
}
.countdown .time .number {
	display: inline-block;
	width: 72px;
	height: 72px;
	line-height: 72px;
	background: #8298cd;
	border-radius: 4px;
	font-size: 40px;
	margin-bottom: 6px;
	position: relative;
}
.countdown .time .number:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	left: 0;
	border-bottom: 1px solid #a9e6e3;
}
.countdown .time .number span {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
}
.countdown .time span:before, .countdown .time span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
}
.countdown .time span:before {
	left: -2px;
}
.countdown .time span:after {
	right: -2px;
}
.countdown .time p {
	margin-bottom: 0;
}

/* ==========================================================================
   25. Icons
   ========================================================================== */
.large-icon {
	text-align: center;
}
.large-icon .icon {
	display: inline-block;
	width: 170px;
	height: 170px;
	line-height: 166px;
	border: 2px solid #e7e7e7;
	color: #e1e1e1;
	font-size: 60px;
	border-radius: 50%;
	margin-bottom: 24px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
}
.large-icon:hover .icon {
	background: #8298cd;
	border-color: #8298cd;
	color: #fff;
}
.large-icon .icon:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 158px;
	height: 158px;
	border: 6px solid transparent;
	border-radius: 50%;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.large-icon:hover .icon:before {
	border: 6px solid #a5ece8;
}
.large-icon h2 {
	color: #414141;
	font-weight: 400;
}

/* ==========================================================================
   26. Doctors
   ========================================================================== */
.doctors {
	display: block;
	height: 540px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}
.doctors:hover {
	opacity: 1;
	color: #fff;
}
.doctors.women {
	background: rgba(118, 80, 121, .7);
}
.doctors.women:hover {
	background: rgba(118, 80, 121, .2);
}
.doctors.men {
	background: rgba(0, 0, 0, .7);
}
.doctors.men:hover {
	background: rgba(0, 0, 0, .2);
}
.doctors-content {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.doctors h1 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 18px;
}
.doctors h1:after {
	border-radius: 0;
	height: 2px;
	width: 82px;
	background: rgba(255,255,255,.1);
	margin-top: 10px;
}
.doctors p {
	margin-bottom: 40px;
}
.doctors:hover .button.purple-white {
	background: #765079;
	color: #fff;
}

/* ==========================================================================
   27. Gallery
   ========================================================================== */
.gallery-header {
	margin-bottom: 42px;
}
.gallery-filters {
	font-size: 0;
	float: left;
	padding-top: 7px;
}
.gallery-filters button {
	margin-right: 45px;
}
.gallery-header .buttons {
	float: right;
	font-size: 0;
}
.gallery-header .buttons .button {
	margin-left: 18px;
}
.gallery-thirds {
	margin: 0 -12px;
}
.gallery-thirds .gallery-sizer {
	width: 33.33%;
}
.gallery-thirds .item {
	width: 33.33%;
	float: left;
	position: relative;
	display: block;
	padding: 0 12px;
	margin-bottom: 24px;
}
.gallery-thirds .item .overlay {
	display: block;
	background: rgba(1,153,237,.7);
	position: absolute;
	height: 100%;
	top: 0;
	left: 12px;
	right: 12px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.gallery-thirds .item:hover .overlay {
	opacity: 1;
}
.gallery-thirds .item .overlay .content {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-thirds .item .overlay h2 {
	color: #fff;
	margin-bottom: 6px;
}
.gallery-thirds .item .overlay span {
	font-style: italic;
}
@media all and (max-width: 1200px) {
	.gallery-filters {
		float: none;
	}
	.gallery-header .buttons {
		float: none;
		text-align: right;
		margin-top: 12px;
	}
}
@media all and (max-width: 768px) {
	.search-bar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .search-bar select {
		float: none;
		width: 100%;
		margin-bottom: 6px;
	}
	.gallery-thirds .gallery-sizer {
		width: 364px;
		max-width: 100%;
	}
	.gallery-thirds .item {
		width: 364px;
		max-width: 100%;
	}
	.gallery-header .buttons .button {
		display: block;
		margin: 0;
		text-align: center;
		margin-bottom: 12px;
	}
}

/* ==========================================================================
   29. Events Grid
   ========================================================================== */
.events-grid {
	margin: 0 auto;
}
.events-grid .event-sizer {
	width: 282px;
}
.events-grid .item {
	width: 282px;
	height: 282px;
	float: left;
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	overflow: hidden;
}
.events-grid .item.wide {
	width: 566px;
}
.events-grid .item.tall {
	height: 566px;
}
.events-grid .item a {
	display: block;
	width: 100%;
	height: 100%;
}
.events-grid .item a:hover {
	opacity: 1;
}
.events-grid .item .date {
	display: block;
	width: 74px;
	height: 82px;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	padding-top: 12px;
}
.events-grid .item .date span {
	display: block;
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
}
.events-grid .item .inner {
	position: absolute;
	bottom: -125px;
	left: 0;
	width: 100%;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.events-grid .item:hover .inner {
	bottom: 0;
}
.events-grid .item .inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.events-grid .item .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 28px;
	padding-bottom: 18px;
	z-index: 2;
}
.events-grid .item .content h2 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #fff;
}
.events-grid .item .content h2:after {
	content: none;
}
.events-grid .item .content ul {
	font-size: 0;
	line-height: 15px;
	margin: 0;
	color: #fff;
}
.events-grid .item .content ul li {
	font-size: 15px;
	padding: 0;
	margin-right: 28px;
}
.events-grid .item .content ul i {
	margin-right: 5px;
}
@media all and (max-width: 768px) {
	.events-grid .event-sizer {
		width: 100%;
	}
	.events-grid .item {
		width: 100%;
	}
	.events-grid .item.wide {
		width: 100%;
	}
}

/* ==========================================================================
   30. Specialist
   ========================================================================== */
.specialists {

}
.specialist {
	display: table;
	width: 50%;
	float: left;
	margin: 16px 0;
}
.specialist .image {
	display: table-cell;
	width: 267px;
	height: 264px;
	border: 1px solid #f4f4f4;
	vertical-align: middle;
}
.specialist .image img {
	width: 100%;
	height: 100%;
}
.specialist .content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}
.specialist .content h2 {
	font-size: 30px;
	line-height: 30px;
	color: #414141;
	display: inline-block;
	font-weight: 400;
	text-align: right;
	margin: 0;
	position: relative;
}
.specialist .content h2 small {
	display: block;
	font-size: 15px;
	color: #e1ac77;
	font-weight: 400;
	margin-top: 2px;
}
.specialist .content h2:after {
	content: '';
	display: block;
	width: 132px;
	height: 3px;
	background: #e1ac77;
	position: absolute;
	left: -144px;
	top: 36px;
}
.specialist .content.left h2:after {
	left: auto;
	right: -144px;
}
@media all and (max-width: 1200px) {
	.specialist {
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.specialist {
		display: block;
		float: none;
	}
	.specialist .image {
		display: block;
		width: 100%;
		height: auto;
		margin: 12px 0;
	}
	.specialist .image img {
		width: 100%;
		height: 100%;
	}
	.specialist .content {
		display: block;
	}
	.specialist .content h2:after {
		content: none;
	}
}

/* ==========================================================================
   31. CTA Box
   ========================================================================== */
.cta-box {
	border: 6px solid #324e7d;
	position: relative;
	padding: 0 75px;
	height: 548px;
	font-size: 17px;
	line-height: 30px;
}
.cta-box:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 2px solid #324e7d;
	pointer-events: none;
}
.cta-box .row {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cta-box h1 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	text-align: left;
	margin-bottom: 36px;
}
.cta-box h1 b {
	font-weight: 400;
}
.cta-box h1 small {
	color: #5c79ab;
	font-size: 28px;
	line-height: 28px;
	display: block;
	width: 100%;
	text-align: right;
	font-weight: 300;
	margin-top: 8px;
}
.cta-box h1:after {
	content: none;
}
.cta-box p {
	margin-bottom: 36px;
}
.cta-box img {
	position: absolute;
	bottom: -106px;
	right: 0;
	z-index: 2;
	width: 50%;
	height: auto;
}
@media all and (max-width: 768px) {
	.cta-box h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.cta-box h1 small {
		font-size: 18px;
		line-height: 18px;
	}
	.cta-box {
		padding: 24px;
		height: auto;
	}
	.cta-box .row {
		top: 0;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		transform: translateY(-0%);
	}
}

/* ==========================================================================
   32. Recent Tweets
   ========================================================================== */
.recent-tweets {
	border: 6px solid #324e7d;
	position: relative;
	padding: 40px 146px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-style: italic;
}
.recent-tweets:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 2px solid #324e7d;
	pointer-events: none;
}
.recent-tweets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recent-tweets a {
	color: #647fab;
}
.recent-tweets .follow {
	font-size: 17px;
	line-height: 30px;
	position: absolute;
	left: 20px;
	bottom: 8px;
	color: #647fab;
}
.recent-tweets img {
	position: absolute;
	bottom: -15px;
	right: -48px;
	z-index: 2;
}
@media all and (max-width: 768px) {
	.recent-tweets {
		padding: 24px;
	}
	.recent-tweets .follow {
		position: relative;
		margin-top: 24px;
		left: 0;
		bottom: 0;
		display: block;
	}
	.recent-tweets img {
		display: none;
	}
}

/* ==========================================================================
   33. Popup
   ========================================================================== */
.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 999;
}
.popup-wrapper .container {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popup {
	background: #fff;
	padding: 60px;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	overflow: hidden;
}
.popup h1 {
	text-align: left;
	margin-bottom: 0;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 0;
}
.popup h1:after {
	content: none;
}
.popup .tagline {
	display: block;
	font-size: 15px;
	line-height: 45px;
	margin-bottom: 34px;
	color: #a4a4a4;
	font-weight: 700;
}
.popup .donation-ammount {
	margin-bottom: 26px;
}
.popup .radio {
	display: inline-block;
}
.popup .radio label {
	line-height: 26px;
	vertical-align: top;
}
.popup input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	background: #fff;
	border: 1px solid #e8e8e8;
	line-height: 24px;
	height: 26px;
	display: inline-block;
	width: 82px;
	margin-left: 12px;
	padding: 0 6px;
}
.popup img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.close-popup {
	position: absolute;
	top: 26px;
	right: 26px;
	display: inline-block;
	width: 21px;
	height: 21px;
}
@media all and (max-width: 1200px) {
	.popup {
		padding: 60px 30px;
	}
	.popup img {
		position: relative;
	}
	.popup-wrapper {
		padding: 24px 0;
		overflow-y: scroll;
	}
	.popup-wrapper .container {
		top: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/* ==========================================================================
   34. Department
   ========================================================================== */
.department h3 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 36px;
	margin-bottom: 24px;
	color: #005baa;
}
.department-nav {
	background: #f9f9f9;
	padding: 36px;
}
.department-nav a:hover {
	font-weight: 400;
	color: #005baa;
}

/* ==========================================================================
   35. Search Results
   ========================================================================== */
.search-results-header {
	text-align: right;
	font-size: 0;
	margin-bottom: 24px;
}
.search-results-header .form-group {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 28px;
}
.search-results-header label {
	margin-bottom: 0;
	line-height: 40px;
}
.search-results-header input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .search-results-header select {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	line-height: 38px;
	height: 40px;
	display: inline-block;
	width: 157px;
	margin-left: 12px;
	padding: 0 14px;
}
.searchformlarge {
	margin-bottom: 24px;
	display: table;
	width: 100%;
}
.searchformlarge input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	line-height: 38px;
	height: 40px;
	padding: 0 14px;
	width: 80%;
	display: table-cell;
	vertical-align: top;
}
.searchformlarge .button {
	display: table-cell;
	vertical-align: top;
	width: 20%;
	text-align: center;
	padding: 0;
}
.searchformlarge ::-webkit-input-placeholder {
	color: #c5c5c5;
}
.searchformlarge :-moz-placeholder {
	color: #c5c5c5;
}
.searchformlarge ::-moz-placeholder {
	color: #c5c5c5;
}
.searchformlarge :-ms-input-placeholder {
	color: #c5c5c5;
}
.search-results-table-header {
	background: #414141;
	color: #fff;
	line-height: 43px;
	padding: 0 50px;
	font-size: 14px;
}
.search-results-table-content {
	border: 1px solid #e9e9e9;
	border-top: none;
	padding: 0 49px;
	margin-bottom: 25px;
}
.search-result {
	padding: 24px 0;
	border-bottom: 1px solid #f1f1f1;
	font-size: 15px;
	line-height: 22px;
}
.search-result:last-of-type {
	border-bottom: none;
}
.search-result .name {
	font-weight: 700;
}
.search-result .specialty {
	color: #005baa;
	font-weight: 700;
}
.search-result .address-phone span {
	font-weight: 700;
}
.search-result .date {
	font-weight: 700;
}
.search-result .date span {
	font-weight: 400;
	display: block;
}
.search-result .description span {
	color: #005baa;
	font-weight: 700;
}
.search-result .contact-info {
	font-weight: 700;
}
.search-results-footer {
	background: #f9f9f9;
	text-align: center;
}
.search-results-footer .top {
	line-height: 62px;
	font-size: 15px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 1px;
}
.search-navigation {
	padding: 20px 0;
	border-top: 1px solid #f3f3f3;
	position: relative;
}
.pagination {
	display: table;
	font-size: 0;
	margin: 0 auto;
	border-radius: 0;
	position: relative;
	z-index: 2;
}
.pagination>li>a, .pagination>li>span {
	float: none;
	padding: 0;
	margin-left: 0;
	border: none;
	background: none;
	color: #c1c1c1;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	width: 18px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #005baa;
	background: none;
	opacity: 1;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #c1c1c1;
	background: none;
	cursor: default;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #005baa;
	background: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
.pager {
	margin: 0;
	padding: 0 24px;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}
.pager li>a, .pager li>span {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	color: #414141;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}
.pager li>a:focus, .pager li>a:hover {
	background: none;
	color: #8298cd;
	opacity: 1;
}
.pager li>a i, .pager li>span i {
	color: #aeaeae;
}
.pager .previous>a i, .pager .previous>span i {
	margin-right: 12px;
}
.pager .next>a i, .pager .next>span i {
	margin-left: 12px;
}
.search-sidebar-item {
	background: #f9f9f9;
	padding: 36px 26px;
	margin-bottom: 26px;
	text-align: left;
}
.search-sidebar-item h4 {
	color: #005baa;
	line-height: 24px;
	text-align: center;
}
.search-sidebar-item form {
	margin-bottom: 12px;
}
.search-sidebar-item form:last-of-type {
	margin-bottom: 0;
}
.search-sidebar-item label {
	font-size: 15px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 0;
	display: block;
}
.search-sidebar-item .form-group {
	position: relative;
	margin-bottom: 0;
}
.search-sidebar-item input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .search-sidebar-item select {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	height: 36px;
	line-height: 34px;
	font-size: 15px;
	padding: 0 20px;
}
.search-sidebar-item .inline input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .search-sidebar-item .inline select {
	width: auto;
	display: inline-block;
	margin: 0 10px;
}
.search-sidebar-item .inline label {
	display: inline-block;
}
.search-sidebar-item .searchform input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	background: #fff;
	border: 1px solid #f2f2f2;
	height: 36px;
	line-height: 34px;
	font-size: 15px;
	padding: 0 20px;
}
.search-sidebar-item .searchform button {
	font-size: 15px;
	line-height: 36px;
	padding: 0 20px;
	color: #777;
}
.search-sidebar-item ::-webkit-input-placeholder {
	color: #c5c5c5;
}
.search-sidebar-item :-moz-placeholder {
	color: #c5c5c5;
}
.search-sidebar-item ::-moz-placeholder {
	color: #c5c5c5;
}
.search-sidebar-item :-ms-input-placeholder {
	color: #c5c5c5;
}
.search-sidebar-item input[type=radio] {
	margin-top: 11px;
}
.search-sidebar-item .show-more {
	line-height: 35px;
	font-style: italic;
	color: #8298cd;
	text-align: right;
	display: block;
}
@media all and (max-width: 768px) {
	.pager {
		position: relative;
		top: 0;
	}
	.searchformlarge .button {
		display: block;
		width: 100%;
	}
	.searchformlarge input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
		display: block;
		width: 100%;
	}
	.search-result .col-sm-1, .search-result .col-sm-10, .search-result .col-sm-11, .search-result .col-sm-12, .search-result .col-sm-2, .search-result .col-sm-3, .search-result .col-sm-4, .search-result .col-sm-5, .search-result .col-sm-6, .search-result .col-sm-7, .search-result .col-sm-8, .search-result .col-sm-9 {
		margin-bottom: 12px;
	}
}

/* ==========================================================================
   36. Sidebar
   ========================================================================== */
.sidebar-item {
	margin-bottom: 36px;
}
.sidebar-item>h4 {
	line-height: 24px;
	padding-bottom: 12px;
	margin-bottom: 24px;
	border-bottom: 1px solid #f5f5f5;
	color: #545454;
}
.post-widget {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.post-widget:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.post-widget img {
	float: left;
	max-width: 70px;
}
.post-widget .content {
	margin-left: 80px;
}
.post-widget .content h5 a {
	color: inherit;
}
.post-widget .content h5:hover {
	color: #8298cd;
}
.post-widget .date {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
.post-widget .date i {
	color: #afafaf;
	margin-right: 5px;
}
.members {
	font-size: 0;
}
.members .member {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.members .member a {
	display: block;
	position: relative;
}
.members .member a:hover {
	opacity: 1;
}
.members .member a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,153,237,0);
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.members .member a:hover:after {
	background: rgba(1,153,237,.8);
}
.members .member a:hover img {
	opacity: 1;
}

.tags {
	font-size: 0;
}
.tags a {
	font-size: 14px;
	font-weight: 400;
	color: #a5a5a5;
	display: inline-block;
	line-height: 28px;
	padding: 0 15px;
	border: 1px solid #dadada;
	margin-right: 6px;
	margin-bottom: 6px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.tags a:hover {
	background: #8298cd;
	border-color: #8298cd;
	color: #fff;
	opacity: 1;
}
.heading .section-title h3 {
	margin-bottom: 15px;
}
.heading h3 {
	margin-bottom: 30px;
}
/*=============== Links Box ===================*/
.links-box{
    float:left;
    position:relative;
    width:100%;
}

.links-box > img{
    float:left;
    width:100%;
}
.links-box-overlay{
    background:rgba(251, 251, 251, 0.80) none repeat scroll 0 0;
    height:100%;
    left:0;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
}
.links-box-overlay:before{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.links-box-inner{
    display:inline-block;
    padding:45px;
    text-align:left;
    vertical-align:middle;
    width:95%;
}
.links-box-inner > h3{
    display: block;
    width:100%;
    font-size:24px;
		line-height: 30px;
    margin:0 0 20px;
}
.links-box-inner > p{
    display: block;
    width:100%;
    font-size:16px;
    margin:0 0 30px;
}
.links-box-inner > ul{
    display: block;
    width:100%;
		list-style: none;
    margin:0;
    padding:0;
}
.links-box-inner > ul li{
    display: block;
    width:100%;
}
.links-box-inner > ul li a{
    background:#ffffff;
    color:#565657;
    display: block;
    width:100%;
    font-size:16px;
    margin-bottom:1px;
    padding:15px 25px;
    position:relative;
    overflow:hidden;
    z-index:1;
}
.links-box-inner > ul li a .icon {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/icons/calculator.svg);
}
.links-box-inner > ul li a:hover{color:#ffffff}
.links-box-inner > ul li a:hover .icon {
	background-image: url(../images/icons/calculator_hover.svg);
}
.links-box-inner > ul li a:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
		background-color: #8298cd;
    z-index:-1;
    -webkit-transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition:all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition-timing-function:cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition-timing-function:cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition-timing-function:cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-timing-function:cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.links-box-inner > ul li a:hover:before{width:100%}
.fast-access {
	overflow: hidden;
}
.fast-access::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.30;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/bg_left.png);
	z-index: 1;
}
.fast-access .inner {
	padding: 75px 0;
}
.fast-access .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section-blog {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/bg_1.png);
}
.section-blog .inner {
	background: transparent !important;
}
.section-title h3 {
	position: relative;
	display: block;
	font-size: 32px;
	font-weight: 600;
	color: #005baa;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.section-title h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/icons/logo_shape.png);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section-title h3 .shape {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100px;
	height: 2px;
	background-color: #eee;
}
.section-title h3 .shape.left {
	left: 50%;
	-webkit-transform: translateX(24px);
	-moz-transform: translateX(24px);
	transform: translateX(24px);
}
.section-title h3 .shape.right {
	right: 50%;
	-webkit-transform: translateX(-24px);
	-moz-transform: translateX(-24px);
	transform: translateX(-24px);
}
.header .top .link {
	display: block;
	padding: 10px;
	background-color: #545454;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.header .top .link i {
	color: #fff;
}
.header .top .link:hover {
	background-color: #8298cd;
}
.hospitals {
	display: table;
	width: 100%;
}
.hospitals .box {
	position: relative;
	float: left;
	display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
	box-sizing: border-box;
	padding: 50px 70px;
    min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.hospitals .box.one {
	background-image: url(../images/hospital_bg_1.jpg);
}
.hospitals .box.two {
	background-image: url(../images/hospital_bg_2.jpg);
}
.hospitals .box.three {
	background-image: url(../images/hospital_bg_3.jpg);
}
.hospitals .box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.hospitals .box:hover::after {
	background: rgba(0,0,0,0.8);
}
.hospitals .box .borders {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
}
.hospitals .box .text {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.hospitals .box .text h1 {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.hospitals .box .text p {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
}
.hospitals .box .text .link {
	display: table;
	margin: 20px auto 0;
	box-sizing: border-box;
	padding: 10px 25px;
	background: #005baa;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 25px;
	letter-spacing: 1px;
	box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.5);
}
.hospitals .box .text .link:hover {
	background: #8298cd;
}
.sticky-wrapper {
    position: fixed;
    top: 60%;
    right: 0;
    display: block;
    z-index: 1000;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
}
.sticky-wrapper ul {
    display: table;
    width: 100%;
    margin:0;
    padding:0;
}
.sticky-wrapper ul li {
    display: block;
    width: 38px;
	height: 32px;
    position: relative
}
.sticky-wrapper ul li a {
    position: absolute;
	display: block;
	min-width: 170px;
	height: 32px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	box-sizing: border-box;
	padding: 4px 10px 0 45px;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left 8px center;
	right: -136px;
	border: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}
.sticky-wrapper ul li:hover a {
    right:0;
}
.sticky-wrapper ul li.facebook a {
    background-color:#3b5998;
    background-image:url(../images/icons/facebook-logo.png);
}
.sticky-wrapper ul li.twitter a {
    background-color:#37c8fa;
    background-image:url(../images/icons/twitter-logo.png);
}
.sticky-wrapper ul li.youtube a {
    background-color:#ff0000;
    background-image:url(../images/icons/youtube-logotype.png);
}
.sticky-wrapper ul li.google-plus a {
    background-color:#dc4437;
    background-image:url(../images/icons/google-plus.png);
}
.sticky-wrapper ul li.instagram a {
    padding-top: 15px;
    background-color:#c92460;
    background-image:url(../images/icons/instagram.png);
}
.sticky-wrapper ul li.tour a {
    background-color:#8298cd;
    background-image:url(../images/icons/360-degree.png);
}
.scroll-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-repeat:no-repeat;
    background-size:contain;
    background-image: url(../images/up-arrow.png);
    cursor: pointer;
    z-index: 1000;
    opacity:0.8;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.scroll-up:hover {
    opacity:1;
}
/* Default Classes */
.p0 {
	padding: 0;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
.mt10 , .mt-10 , .survey p {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mr10 {
	margin-right: 10px;
}
.img-holder {
	display: table;
	width: 100%;
}
.display-block {
	display: block !important;
}
.display-flex , .flex {
	display: flex !important;
	flex-wrap: wrap;
}
.flex.center {
	justify-content: center;
}
.float-none {
	float: none;
}
.g-recaptcha {
	transform:scale(0.77);
	transform-origin:0 0;
}
/* Banner Section */
.banner-section {
	position: relative;
	display: block;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
.banner-section.bg1 {
	background-image: url(../images/banner/banner_1.jpg);
}
.banner-section.bg2 {
	background-image: url(../images/banner/banner_2.jpg);
}
.banner-section.bg3 {
	background-image: url(../images/banner/banner_3.jpg);
}
.banner-section.bg4 {
	background-image: url(../images/banner/banner_4.jpg);
}
.banner-section.bg5 {
	background-image: url(../images/banner/banner_5.jpg);
}
.banner-section.bg6 {
	background-image: url(../images/banner/banner_6.jpg);
}
.banner-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.banner-section .container {
	position: relative;
	z-index: 2;
}
.banner-section h1 {
	display: block;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	margin: 0;
}
.banner-section h1::after {
	display: none;
}
.banner-section .banner-footer {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	padding: 10px 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
.banner-section .banner-footer  ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner-section .banner-footer  ul li {
	float: left;
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
}
.banner-section .banner-footer  ul li:last-child {
	padding: 0;
}
.banner-section .banner-footer  ul li::before {
  position: absolute;
  content: "/";
  right: 3px;
  top: 0;
  color: #B9B9B9;
}
.banner-section .banner-footer  ul li:last-child::before {
	display: none;
}
.banner-section .banner-footer  ul li a {
	display: block;
	font-size: 16px;
	color: #B9B9B9;
}
.banner-section .banner-footer  ul li:last-child a {
	color: #8298cd;
}
/* Alt Page Content */
.alt-page-content {
	display: block;
	padding: 100px 0;
	background-color: #F5FAFA;
	font-size: 17px;
}
.alt-page-content .inner-wrapper {
	display: block;
	padding: 0 0 20px;
	background-color: #fff;
	box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
}
.alt-page-content.corporate-page .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.alt-page-content .inner-wrapper .inner {
	display: block;
	width: 100%;
	padding: 0 20px;
}
.alt-page-content .inner-wrapper .inner-title {
	display: block;
	width: 100%;
	font-size: 32px;
	color: #000;
	padding: 15px 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e9e9e9;
}
.alt-page-content .inner-wrapper .inner h3 {
	display: table;
	color: #8298cd;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e9e9e9;
}
.alt-page-content .inner-wrapper .inner .share-wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}
.alt-page-content .inner-wrapper .inner .share-wrapper p {
    float: left;
    display: inline-block;
    font-size: 16px;
    margin: 3px 15px 0 0;
}
.list {
  display: block;
  list-style: none;
	margin: 0;
	padding: 0;
}
.list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666;
}
.list.with-icon li {
  padding-left: 25px;
}
.list.with-icon li a {
  padding-left: 20px;
}
.list.with-icon li a::before , .list.with-icon li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list.with-icon li::before {
  color: #005baa;
}
.list.with-icon.angle-right li a::before {
  content: "\f105";
}
.list.with-icon.arrow-right li::before {
  content: "\f061";
}
.list.with-icon.long-arrow-right li::before {
  content: "\f178";
}
.list.with-icon.arrow-circle-right li::before {
  content: "\f0a9";
}
.list.with-icon li a:hover {
  text-indent: 10px;
  color: #005baa;
}
/* Sidebar */
.sidebar {
	display: block;
}
.sidebar .sidebar-item {
	display: block;
	padding: 20px 0;
	background-color: #fff;
	box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-item .sidebar-title {
	display: block;
	font-size: 28px;
	font-weight: 600;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.sidebar .sidebar-item .sidebar-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .sidebar-item .sidebar-list li {
	display: block;
	padding: 0 20px;
	margin: 0 0 10px;
}
.sidebar .sidebar-item .sidebar-list li:last-child {
	margin-bottom: 0;
}
.sidebar .sidebar-item .sidebar-list li a {
	position: relative;
	display: block;
	padding: 5px 0;
	font-size: 16px;
	color: #444;
	border-bottom: 1px dashed #C3C3C3;
}
.sidebar .sidebar-item .sidebar-list li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	width: 3px;
	height: 0;
	background-color: #8298cd;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.sidebar .sidebar-item .sidebar-list li:last-child a {
	border-bottom: none;
}
.sidebar .sidebar-item .sidebar-list li.active a::before , .sidebar .sidebar-item .sidebar-list li a:hover::before {
	height: 100%;
}
.sidebar .sidebar-item .sidebar-list li.active a , .sidebar .sidebar-item .sidebar-list li a:hover {
	color: #8298cd;
}
.sidebar .sidebar-item .sidebar-posts {
	display: block;
	padding: 0 20px;
}
/* Blog Post */
.blog-post {
	min-height: 460px;
}
/* Instutions */
.institutions {
    margin-bottom: 30px
}
.institutions .box {
    display: block;
    width: 100%
}
.institutions .box .img {
    display: block;
    width: 100%;
    min-height: 75px;
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 10px 1px #f1f1f1;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.institutions .box .img img {
	max-height: 110px;
}
.institutions .box .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 122px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 10px 1px #f1f1f1;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.institutions .box .text h6 {
    display: block;
    font-size: 16px;
	line-height: 20px;
    font-weight: 600;
    color: #4281B1;
    text-align: center;
    margin: 0;
	padding: 0;
	border-bottom: none;
}
.institutions .box .img:hover,
.institutions .box .text:hover {
    border-color: #8298cd
}
.institutions.img-text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0
}
.institutions.img-text:last-child {
    border-bottom: none
}
.institutions.img-text .photo {
    padding: 15px 0;
    border-right: 1px solid #eee
}
.institutions.img-text .photo img {
    margin: 0 auto
}
.institutions.img-text .text {
    padding: 15px
}
.institutions.img-text .text h6 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #4281B1;
    padding-right: 20px;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc
}
.institutions.img-text .text p:last-child {
    margin-bottom: 0
}
/* Contact Us */
.contact-us-section {
	display: block;
	padding: 100px 0 75px;
	background-color: #F5FAFA;
}
.contact-us-section .contact-us-holder {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
}
.contact-us-section .contact-us-holder .left , .contact-us-section .contact-us-holder .right {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 50px 30px;
}
.contact-us-section .contact-us-holder .left {
	background-color: #fff;
}
.contact-us-section .contact-us-holder .right {
	background-color: #8298cd;
}
.contact-us-section .contact-us-holder .left::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	background-image: url(../images/icons/message-icon.png);
}
.contact-us-section .contact-us-holder .left h1 {
	display: block;
	width: 100%;
	font-size: 42px;
	line-height: 1;
	color: #222;
	text-align: center;
	margin: 0 0 60px;
}
.contact-us-section .contact-us-holder .inner {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
}
.contact-form {
	display: block;
	width: 100%;
}
.contact-form input:not([type="submit"]), .contact-form textarea , .contact-form select {
	display: block;
	width: 100%;
	padding: 10px 30px 10px 20px;
	background-color: #fff;
	font-size: 16px;
	border: 2px solid #F0F0F0;
	resize: none;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.contact-form input:not([type="submit"]):focus , .contact-form textarea:focus , .contact-form select:focus {
	border-color: #005baa;
}
.contact-form input[type="submit"] , .contact-form .form-link {
	display: inline-block;
	padding: 10px 30px;
	border: none;
	border-radius: 25px;
	background-color: #8298cd;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.contact-form input[type="submit"]:hover , .contact-form .form-link:hover {
	background-color: #005baa;
}
.contact-form .relative i {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-us-section .contact-us-holder .right h2 {
	display: block;
	width: 100%;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.contact-us-section .contact-us-holder .right .contact-list {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-us-section .contact-us-holder .right .contact-list li {
	display: -ms-grid;
	display: grid;
	-ms-grid-row-align: center;
	align-items: center;
	-ms-grid-columns: 60px calc(100% - 60px);
	grid-template-columns: 60px calc(100% - 60px);
	font-size: 16px;
	color: #fff;
	margin: 0 0 20px;
}
.contact-us-section .contact-us-holder .right .contact-list li i {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.143em;
}
.map {
	display: block;
	width: 100%;
	line-height: 0;
}
/* E-Baby */
.overlay-list {
    margin-bottom: 50px;
}
.overlay-list .inner {
    display: flex !important;
		flex-wrap: wrap;
		padding: 0 !important;
		align-content: center;
		align-items: center;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.overlay-list .inner .overlay-item {
    position: relative;
    display: block;
    min-height: 360px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-image: url(../images/doctor/doctor_cover_bg.jpg);
    overflow: hidden;
}
.overlay-list .inner .overlay-item.baby {
    min-height: unset;
    background-image: none;
}
.overlay-list .inner .overlay-item .overlay-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}
.overlay-list .inner .overlay-item.baby .overlay-cover {
    position: static;
}
.overlay-list .inner .overlay-item .overlay-cover img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.overlay-list .inner .overlay-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 15px;
		text-align: center;
    background-color: #fff;
}
.overlay-list .inner .overlay-footer h1 {
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.overlay-list .inner .overlay-footer h3 {
    display: block;
}
.overlay-list .inner .overlay-footer ul {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}
.overlay-list .inner.baby .overlay-footer ul , .overlay-list .inner.baby .overlay-footer ul li {
    display: block;
    width: 100%;
    margin: 0;
}
.overlay-list .inner .overlay-footer ul li {
    float: left;
    display: inline-block;
    font-family: inherit, sans-serif;
    font-size: 16px;
    color: #797d82;
    margin-right: 15px;
}
.overlay-list .inner .overlay-footer ul li i {
    margin-right: 5px;
}
.overlay-list .inner .overlay-footer ul li b , .overlay-list .inner .overlay-footer ul li strong {
    font-weight: 700;
}
.overlay-list .inner .overlay-footer ul li:last-child {
    margin-right: 0;
}
.overlay-list .inner .overlay-footer a {
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    font-family: inherit, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #005baa;
    border: 1px solid #005baa;
}
.overlay-list .inner .overlay-footer a:hover , .overlay-list .inner:hover .overlay-footer a {
    background-color: #797d82;
    border-color: #797d82;
    color: #fff;
}
.overlay-list .inner .overlay-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 0;
    padding: 50px 15px 10px;
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(255, 108, 55, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.overlay-list .inner .overlay-item .overlay.baby {
    justify-content: center;
}
.overlay-list .inner .icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
	margin-bottom: 10px;
}
.overlay-list .inner .male .icon {
    background-image: url(../images/icons/baby.svg);
}
.overlay-list .inner  .female .icon {
    background-image: url(../images/icons/baby-girl.svg);
}
.overlay-list .inner .overlay-item .overlay h1 {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
	margin: 0;
    margin-bottom: 10px;
    text-align: center;
}
.overlay-list .inner .overlay-item .overlay.baby h1 {
    text-align: center;
}
.overlay-list .inner .overlay-item .overlay h3 {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 16px;
		font-weight: 600;
    color: #005baa;
		margin: 0;
    border-radius: 3px;
}
.overlay-list .inner:hover {
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
}
.survey .sub-title {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
		font-weight: 500;
    color: #8298cd;
    margin-bottom: 30px;
    padding-bottom: 20px;
		border-bottom: none !important;
}
.survey .sub-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 360px;
    border-bottom: 1px dashed #ccc;
}
.survey p {
	margin-bottom: 0;
}
#result-info , #result-table {
    display: none
}
#result-table.show {
    display: table !important
}
/* Departments List */
.departments-list {
	margin-bottom: 50px;
}
.departments-list .box {
	position: relative;
	display: block;
}
.departments-list .box .description {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 20px;
	min-height: 290px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
	z-index: 2;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.departments-list .box:hover .description , .departments-list .box.hover-active .description {
	background-color: transparent;
}
.departments-list .box .description .icon {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}
.departments-list .box .description .icon i {
	display: inline-block;
	width: 84px;
	height: 84px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.departments-list .box .description h1 {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #005baa;
	margin: 0 0 15px;
}
.departments-list .box .description h3 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #777;
	margin: 0;
}
.departments-list .box:hover .description h1 , .departments-list .box:hover .description h3 , .departments-list .box.hover-active .description h1 , .departments-list .box.hover-active .description h3 {
	color: #fff;
}
.departments-list .box:hover .description .icon i , .departments-list .box.hover-active .description .icon i {
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.30);
}
.departments-list .box .description .icon i.icon_1 {
	background-image: url(../images/departments/icon_1.svg);
}
.departments-list .box .description .icon i.icon_2 {
	background-image: url(../images/departments/icon_2.svg);
}
.departments-list .box .description .icon i.icon_3 {
	background-image: url(../images/departments/icon_3.svg);
}
.departments-list .box .description .icon i.icon_4 {
	background-image: url(../images/departments/icon_4.svg);
}
.departments-list .box .description .icon i.icon_5 {
	background-image: url(../images/departments/icon_5.svg);
}
.departments-list .box .description .icon i.icon_6 {
	background-image: url(../images/departments/icon_6.svg);
}
.departments-list .box .description .icon i.icon_7 {
	background-image: url(../images/departments/icon_7.svg);
}
.departments-list .box .description .icon i.icon_8 {
	background-image: url(../images/departments/icon_8.svg);
}
.departments-list .box .description .icon i.icon_9 {
	background-image: url(../images/departments/icon_9.svg);
}
.departments-list .box .description .icon i.icon_10 {
	background-image: url(../images/departments/icon_10.svg);
}
.departments-list .box .description .icon i.icon_11 {
	background-image: url(../images/departments/icon_11.svg);
}
.departments-list .box .description .icon i.icon_12 {
	background-image: url(../images/departments/icon_12.svg);
}
.departments-list .box .description .icon i.icon_13 {
	background-image: url(../images/departments/icon_13.svg);
}
.departments-list .box .description .icon i.icon_14 {
	background-image: url(../images/departments/icon_14.svg);
}
.departments-list .box .description .icon i.icon_15 {
	background-image: url(../images/departments/icon_15.svg);
}
.departments-list .box .description .icon i.icon_16 {
	background-image: url(../images/departments/icon_16.svg);
}
.departments-list .box .description .icon i.icon_17 {
	background-image: url(../images/departments/icon_17.svg);
}
.departments-list .box .description .icon i.icon_18 {
	background-image: url(../images/departments/icon_18.svg);
}
.departments-list .box .description .icon i.icon_19 {
	background-image: url(../images/departments/icon_19.svg);
}
.departments-list .box .description .icon i.icon_20 {
	background-image: url(../images/departments/icon_20.svg);
}
.departments-list .box .description .icon i.icon_21 {
	background-image: url(../images/departments/icon_21.svg);
}
.departments-list .box .description .icon i.icon_22 {
	background-image: url(../images/departments/icon_22.svg);
}
.departments-list .box .description .icon i.icon_23 {
	background-image: url(../images/departments/icon_23.svg);
}
.departments-list .box .description .icon i.icon_24 {
	background-image: url(../images/departments/icon_24.svg);
}
.departments-list .box .description .icon i.icon_25 {
	background-image: url(../images/departments/icon_25.svg);
}
.departments-list .box .description .icon i.icon_26 {
	background-image: url(../images/departments/icon_26.svg);
}
.departments-list .box .description .icon i.icon_27 {
	background-image: url(../images/departments/icon_27.svg);
}
.departments-list .box .description .icon i.icon_28 {
	background-image: url(../images/departments/icon_28.svg);
}
.departments-list .box .description .icon i.icon_29 {
	background-image: url(../images/departments/icon_29.svg);
}
.departments-list .box .description .icon i.icon_30 {
	background-image: url(../images/departments/icon_30.svg);
}
.departments-list .box .description .icon i.icon_31 {
	background-image: url(../images/departments/icon_31.svg);
}
.departments-list .box .description .icon i.icon_32 {
	background-image: url(../images/departments/icon_32.svg);
}
.departments-list .box .description .icon i.icon_33 {
	background-image: url(../images/departments/icon_33.svg);
}
.departments-list .box .description .icon i.icon_34 {
	background-image: url(../images/departments/icon_34.svg);
}
.departments-list .box .description .icon i.icon_35 {
	background-image: url(../images/departments/icon_35.svg);
}
.departments-list .box .description .icon i.icon_36 {
	background-image: url(../images/departments/icon_36.svg);
}
.departments-list .box .description .icon i.icon_37 {
	background-image: url(../images/departments/icon_37.svg);
}
.departments-list .box .description .icon i.icon_38 {
	background-image: url(../images/departments/icon_38.svg);
}
.departments-list .box .description .icon i.icon_39 {
	background-image: url(../images/departments/icon_39.svg);
}
.departments-list .box .description .icon i.icon_40 {
	background-image: url(../images/departments/icon_40.svg);
}
.departments-list .box .overlay {
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.departments-list .box .overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 108, 55, 0.7);
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.departments-list .box:hover .overlay , .departments-list .box.hover-active .overlay {
	top: 0;
	left: 0;
	background-color: transparent;
}
/* Doctor List */
.doctor-list {
	margin-bottom: 40px;
}
.doctor-list .box {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../images/doctor_bg.jpg");
	box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.doctor-list .box .description {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
}
.doctor-list .box .overlay {
	position: absolute;
	bottom: -44px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 0;
	min-height: 200px;
	padding: 75px 0 0;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(101, 101, 101, 0.9) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(101, 101, 101, 0.9) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(101, 101, 101, 0.9) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(101, 101, 101, 0.9)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(101, 101, 101, 0.9) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(101, 101, 101, 0.9) 100%);
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	text-align: center;
	z-index: 2;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.doctor-list .box:hover .overlay {
	bottom: 0;
	height: 100%;
}
.doctor-list .box .overlay h1 {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	margin: 0 0 15px;
}
.doctor-list .box .overlay h3 {
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #8298cd;
	border-radius: 3px;
	margin: 0 0 20px;
}
.doctor-list .box .overlay .link {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background-color: #8298cd;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.doctor-list .box .overlay .link i {
	margin-right: 10px;
}
.doctor-list .box .overlay .link:hover {
	background-color: #005baa;
}
/* Doctor Detail */
.doctor-detail .doctor-cover {
	position: relative;
	display: block;
	margin-right: 30px;
}
.doctor-detail .doctor-cover .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 0;
	min-height: 125px;
	padding: 75px 0 0;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(255, 108, 55, 0.9)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255, 108, 55, 0.9) 100%);
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	text-align: center;
	z-index: 2;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.doctor-detail .doctor-cover .overlay h1 {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	margin: 0 0 10px;
}
.doctor-detail .doctor-cover .overlay h3 {
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #8298cd;
	border-radius: 3px;
	margin: 0 0 10px;
}
.doctor-detail p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #8298cd;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.doctor-detail table {
	width: auto;
	min-width: 360px;
	margin-bottom: 80px;
}
.doctor-detail ul {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.doctor-detail ul li , .doctor-detail ul li p {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #666;
  padding-left: 25px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: none;
}
.doctor-detail ul li::after {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "FontAwesome";
  color: #8298cd;
}
/* Icon List */
.pdf-list {
    margin-bottom: 30px
}
.pdf-list .box {
    display: block;
    width: 100%
}
.pdf-list .box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    min-height: 160px;
    padding: 10px 20px;
    border-radius: 3px;
    background: transparent;
    font-size: 24px;
    font-weight: 600;
    color: #8298cd;
    border: 2px solid #8298cd;
    text-align: center;
		box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
}
.pdf-list .box span {
    display: block;
    width: 100%;
    margin-bottom: 15px
}
.pdf-list .box span i {
    display: inline-block;
    font-size: 36px;
    color: #8298cd
}
.pdf-list .box a:hover {
    background: #8298cd;
    color: #fff
}
.pdf-list .box a:hover span i {
    color: #fff
}
/* Gallery */
.gallery{
    margin-bottom:30px
}
 .gallery .box{
    position:relative;
    display:block;
    width:100%;
    overflow:hidden
}
 .gallery .box .img {
	 display: block;
	 min-height: 240px;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
 }
 .gallery .box .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:30px;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    background:rgba(255, 108, 55, 0.8);
    opacity:0;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}
 .gallery .box .overlay i{
    display:inline-block;
    padding:10px;
    border-radius:50%;
    background:#fff;
    font-size:16px;
    color:#8298cd
}
 .gallery .box:hover .overlay{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1)
}
.search-input{
    display:block;
    width: 100%;
    padding:10px 15px;
    font-size:16px;
    font-weight: 600;
    color:#222;
    text-indent:35px;
    border:2px solid #eee;
    background-repeat:no-repeat;
    background-image:url(../images/search.png);
    background-position:left 15px center;
    resize:none;
    -webkit-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}
 .search-input:hover{
    background-image:url(../images/search_hover.png);
    border-color:#ccc
}
 .search-input:focus{
    background-image:url(../images/search_focus.png);
    border-color:#8298cd
}
.governance-box {
    margin-bottom: 30px;
}
.governance-box.col-md-offset-4{
    margin-right:33.33333333%
}
 .governance-box .img{
    position:relative;
    display:block;
    width:100%;
    overflow:hidden
}
 .governance-box .img .overlay{
    position:absolute;
    bottom:-35px;
    left:0;
    display:block;
    width:100%;
    padding:50px 15px;
    background:rgba(0,0,0,0.8);
    background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(255,255,255,0));
    background:-o-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(255,255,255,0));
    background:-moz-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(255,255,255,0));
    background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(255,255,255,0))
}
 .governance-box .img .overlay .person-title{
    display:block;
    font-size:18px;
    color:#fff;
	padding: 0;
    margin:0;
	border-bottom: none;
}
 .governance-box .img .overlay .person-job{
    display:block;
    font-size:12px;
    color:#fff
}
 .governance-box:hover .img .overlay{
    bottom:0;
    padding-top:100%
}
.transition{-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}
.department-doctor-wrapper {
	display:block;
	width:100%;
	margin-top:50px;
	padding-top:30px;
	border-top:1px dashed #004890
}
.department-doctor-wrapper h1 {
	display:block;
	width:100%;
	font-size:32px;
	color:#222;
	text-align: center;
	margin:0 0 30px !important;
}
.department-doctor-wrapper .doctors-slider {
	padding-bottom: 20px;
}
.department-doctor-wrapper .doctors-slider .swiper-pagination {
	bottom: 0;
}
.doctors-slider .doctor-list .box .overlay h1  {
	font-size: 14px;
	margin-bottom: 10px !important;
}
.doctors-slider .doctor-list .box .overlay .link {
	font-size: 12px;
}
.detail-page-carousel .departments-list .box .description {
	min-height: 140px;
}
.detail-page-carousel .departments-list .box .description .icon i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-size: 34px;
}
.detail-page-carousel .departments-list .box .description h1 {
	font-size: 16px;
}
.carousel-holder {
    position: relative;
    display: block;
	padding: 0 15px;
    width: 100%;
}
.carousel-holder .swiper-navigation {
    position: absolute;
    right: 0;
    top: -90px;
    display: block;
}
.carousel-holder.custom-navigation .swiper-button-prev , .carousel-holder.custom-navigation .swiper-button-next {
    position: static;
    background: transparent;
    border-radius: 0;
    color: #888888;
    font-size: 18px;
    font-weight: 700;
    height: 32px;
    line-height: 28px;
    margin: 0 0 0 0px;
    padding: 0;
    float: left;
    display: inline-block;
    width: 32px;
    border: 2px solid #999;
    text-align: center;
    transition: all 700ms ease 0s;
}
.carousel-holder.custom-navigation .swiper-button-next , .carousel-holder.custom-navigation-two .swiper-navigation .swiper-button-next {
    margin-left: 10px !important;
}
.carousel-holder.custom-navigation .swiper-button-prev:hover , .carousel-holder.custom-navigation .swiper-button-next:hover {
    border-color: #004890;
    color: #004890;
}
.carousel-holder.custom-navigation-two .swiper-navigation , .carousel-holder.custom-navigation-three .swiper-navigation {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.carousel-holder.custom-navigation-two .swiper-navigation [class*="swiper-button-"] {
    position: static;
    margin: 0;
    float: left;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 15px;
    font-size: 20px;
    background: #797d82;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.carousel-holder.custom-navigation-two .swiper-navigation [class*="swiper-button-"]:hover {
    background: #004890;
}
.instagram {
    display: block;
    width: 100%;
    line-height: 0;
}
.fixed-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #25D366;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    opacity: .8;
    z-index: 99;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.fixed-whatsapp i {
	float: left;
	font-size: 28px;
	margin-right: 10px;
}
.fixed-whatsapp:hover , .fixed-whatsapp:focus {
	opacity: 1;
}
.mobile-block {
	display: none !important;
}
/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width:1280px){
	.top-nav ul > li {
		margin-right: 5px;
	}
	.top-nav ul > li a {
		font-size: 12px;
		margin-right: 5px;
	}
	.top-contacts ul > li {
		font-size: 12px;
		margin-left: 5px;
	}
	.header .top .link {
		padding: 7px;
	}
    .hospitals .box {
        padding: 35px 50px;
    }
    .hospitals .box .text h1 {
        font-size: 20px;
    }
    .hospitals .box .text p {
        font-size: 16px;
    }
    .hospitals .box .text .link {
        font-size: 14px;
    }
}
@media screen and (max-width:1200px){
	.header .bottom .container {
		justify-content: space-around;
		padding-left: 0;
		width: 100%;
	}
	.navigation.left {
		display: none;
	}
	.header .bottom .logo {
		display: block;
		min-width: initial;
		max-width: 260px;
		padding: 10px 15px;
		margin: 0;
	}
}
@media screen and (max-width:1024px){
	.sidebar .sidebar-item .sidebar-title{
		font-size:24px;
	}
	.banner-section{
		padding: 90px 0;
	}
	.banner-section h1{
		font-size:32px;
	}
	.alt-page-content .inner-wrapper .inner-title{
		font-size:28px;
	}
	.banner-section .banner-footer{
		width: 100%;
	}
	.banner-section .banner-footer ul{
		display: table;
		margin: 0 auto;
	}
	footer .widget .widget-title h4{
		font-size: 16px;
	}
	footer .widget ul li{
		margin-bottom: 0;
	}
	footer .widget ul li a{
		font-size: 13px;
	}
	footer .about-widget > p{
		font-size: 13px;
	}
	footer .newsletter p{
		font-size: 13px;
	}

	.alt-page-content .post-widget img{
		width: 100%;
		max-width: initial;
	}
	.alt-page-content  .post-widget .content{
		margin-left: 0;
	}
	.alt-page-content .inner-wrapper .inner .col-md-12 .blog-post{
		min-height: 480px;
	}
	.departments-list .box .description{
		min-height: 330px;
	}
	.overlay-list .inner.baby .overlay-item .overlay h3{
		font-size:14px;
	}
	.overlay-list .inner.baby .overlay-footer ul li{
		font-size:14px;
	}
	.overlay-list .inner.baby .overlay-item .overlay h1{
		font-size: 16px;
	}

}
@media screen and (max-width:991px){
	footer .col-md-4 .widget{
		text-align: center;
	}
	footer .col-md-4 .widget .ft-logo{
		margin: 0 auto;
	}
	footer .social-icons{
		display: inline-block;
		float: none;
		width: auto;

	}
}
@media screen and (max-width:768px){
	.forcefullwidth_wrapper_tp_banner {
		display: none !important;
	}
	.xs-scroll {
		overflow: scroll;
	}
	.banner-section{
		padding: 80px 0;
	}
	.banner-section h1{
		font-size:28px;
	}
	.banner-section .banner-footer ul li a{
		font-size:15px;
	}
	.sidebar .sidebar-item .sidebar-title{
		font-size:22px;
	}
	.sidebar .sidebar-item .sidebar-list li a{
		font-size:14px;
	}
	.alt-page-content .inner-wrapper .inner-title{
		font-size:26px;
	}
	.alt-page-content .inner-wrapper .inner .img-holder .col-md-6.pl0{
		margin-bottom:20px;
	}
	.alt-page-content .inner-wrapper .inner .img-holder .col-md-6.pr0{
		padding-right:10px;
		padding-left:0px;
	}
	.alt-page-content .inner-wrapper .inner .col-md-12 .col-md-6.pl0{
		margin-bottom:25px;
	}
	.contact-us-section .contact-us-holder .left h1{
		font-size:38px;
	}
	.contact-us-section .contact-us-holder .right h2{
		font-size: 28px;
	}
	.contact-us-section .contact-us-holder .right .contact-list li{
		font-size: 14px;
		grid-template-columns: 50px calc(100% - 40px);
	}
	.contact-us-section .contact-us-holder .right .contact-list li i{
		width: 35px;
		height: 35px;
	}
	.contact-us-section{
		padding: 80px 0 75px;
	}
	.alt-page-content .inner-wrapper .inner .col-md-12 .blog-post.full-sized {
		width: 100%;
	}
	.alt-page-content .inner-wrapper .inner h3{
		font-size: 17px;
	}
	.departments-list .box .description {
    min-height: 300px;
}
	.alt-page-content .col-md-9 .inner-wrapper .inner .institutions{
		width: 50%;
	}
	.doctor-detail .doctor-cover{
		margin-right:0;
		margin-bottom:30px;
	}
	.doctor-detail table{
		min-width:initial;
		margin-bottom:40px;
	}
	.gallery .box .img{
		min-height:150px;
	}
	.links-box > img{
		display: none;
	}
	.links-box-overlay{
		position: static;
	}
	.mobile-none {
		display: none !important;
	}
	.mobile-block {
		display: block !important;
	}
	.fixed-whatsapp {
		padding: 5px 10px;
		font-size: 12px;
	}
	.fixed-whatsapp i {
		font-size: 20px;
		margin-top: 2px;
	}
}
@media screen and (max-width:767px){
	.departments-slider {
		display: none !important;
	}
	.survey .col-xs-12 {
		padding: 0;
	}
	.alt-page-content .row .col-xs-12:last-child .sidebar {
    margin-top: 36px;
	}
	 .contact-form .form-group {
		margin-bottom: 0;
	}
	.alt-page-content .post-widget img{
		float: left;
		max-width: 70px;
	}
	.alt-page-content  .post-widget .content{
		margin-left: 80px;
	}
	.gallery .box .img{
		min-height:240px;
	}
	.contact-form .form-group.last input[type="submit"], .contact-form .form-link{
		margin-top:20px;
	}
	.contact-form .form-group .col-xs-12 input:not([type="submit"]),textarea, select{
		margin-bottom:20px;
	}
}
@media screen and (max-width:640px){
	.top-contacts ul > li {
		margin-bottom: 5px;
	}
	.top-nav {
		display: none;
	}
	.banner-section{
		padding: 70px 0;
	}
	.banner-section h1{
		font-size:24px;
	}
	.alt-page-content .inner-wrapper .inner-title{
		font-size:24px;
	}
	.alt-page-content{
		padding:80px 0;
	}
	.banner-section .banner-footer ul li a{
		font-size:14px;
	}
	.contact-us-section .contact-us-holder .inner .contact-form .form-group .relative input[type="submit"]{
		margin-top: 20px;
	}
	.contact-us-section .contact-us-holder .left h1{
		font-size: 34px;
	}
	.contact-us-section{
		padding: 70px 0 75px;
	}
	.alt-page-content .inner-wrapper .inner .col-md-12 .blog-post{
		width: 100%;
	}
	.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span{
		padding: 0 1em;
		height: 40px;
		line-height: 40px;
	}
	#department .departments-list{
		width: 100%;
	}
	.sticky-wrapper{
		display: none;
	}
	footer .col-md-5 .widget{
		display: none;
	}
	footer .col-md-3 .widget{
		display: none;
	}
}
@media screen and (max-width:480px){
	.header .bottom .logo {
		max-width: 200px;
	}
	.responsive-menu-open {
		margin-top: 25px;
		margin-left: 20px;
	}
	.banner-section{
		padding: 60px 0;
	}
	.banner-section h1{
		font-size:20px;
	}
	.banner-section .banner-footer ul li a{
		font-size:14px;
	}
	.alt-page-content .inner-wrapper .inner-title{
		font-size:22px;
	}
	.alt-page-content{
		padding:70px 0;
	}
	.sidebar .sidebar-item .sidebar-title{
		font-size:20px;
	}
	.banner-section .banner-footer ul li a{
		font-size:13px;
	}
	.banner-section .banner-footer{
		padding: 10px 20px;
	}
	.contact-us-section .contact-us-holder .left h1{
		font-size: 30px;
	}
	.contact-us-section .contact-us-holder .right h2{
		font-size: 24px;
	}
	.contact-us-section{
		padding: 60px 0 75px;
	}
	.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span{
		padding: 0 0.75em;
		height: 35px;
		line-height: 35px;
	}
	.departments-list .box .description{
		min-height: 280px;
	}
	.institutions .box .img,.institutions .box .text{
		min-height: 130px;
	}
	 .doctor-list
	{
		width: 100%;
	}
	.gallery .box .img{
		min-height:140px;
	}
	.blog-post{
		margin-bottom:0px;
	}
	.large-latest-news{
		font-size: 86px;
	}
	.large-latest-news small {
    font-size: 62px;
	}
}
@media screen and (max-width:360px){
	.banner-section{
		padding: 50px 0;
	}
	.alt-page-content .inner-wrapper .inner p{
		font-size:14px;
	}
	.alt-page-content{
		padding:60px 0;
	}
	.alt-page-content .inner-wrapper .inner ul li{
		font-size:14px;
	}
	.banner-section .banner-footer ul li a{
		font-size:12px;
	}
	.contact-us-section{
		padding: 50px 0 75px;
	}
	.contact-us-section .contact-us-holder .left h1{
		font-size: 26px;
	}
	.contact-us-section .contact-us-holder .right h2{
		font-size: 22px;
	}
	.banner-section .banner-footer ul li,.banner-section .banner-footer ul li:last-child a{
		padding: 0 12px 0 10px;
	}
	.banner-section .banner-footer {
    padding: 5px 20px;
	}
	.banner-section h1{
		line-height: 20px;
		margin-bottom: 25px;
	}
	.banner-section .banner-footer {
    padding: 0 20px;
	}
	.banner-section h1{
		font-size:18px;
	}
	.blog-post-meta h3{
		font-size: 16px;
	}
	.alt-page-content .inner-wrapper .inner .col-md-12 .blog-post{
		min-height: 400px;
	}
	.cd-pagination.animated-buttons li a,.cd-pagination.animated-buttons span{
		padding: 0 0.50em;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.blog-post.full-sized ul li , .blog-post.full-sized ol li {
		font-size: 14px;
	}
	.alt-page-content .inner-wrapper .inner .col-md-12 .pagination ul{
		list-style: none;
	}
	.departments-list .box .description{
		min-height: 200px;
	}
	.departments-list .box .description h3{
		display: none;
	}
	.departments-list .box .description .icon i{
		width: 64px;
		height: 64px;
	}
	.departments-list .box .description h1{
		font-size: 22px;
	}
	.alt-page-content .col-md-9 .inner-wrapper .inner .institutions{
		width: 100%;
	}
	.institutions .box .img,.institutions .box .text{
		min-height: 110px;
	}
	.institutions .box .text h6{
		font-size: 15px;
	}
	.doctor-list .box .overlay h1{
		font-size: 16px;
	}
	.doctor-list .box .overlay h3{
		font-size: 12px;
	}
	.doctor-list .box .overlay .link{
		font-size: 15px;
	}
	.doctor-detail .doctor-cover .overlay h1{
		font-size:16px;
	}
	.doctor-detail .doctor-cover .overlay h3{
		font-size:14px;
	}
	.doctor-detail .doctor-cover p{
		font-size:20px;
	}
	.inner-wrapper .inner .doctor-detail .information{
		font-size:14px;
	}
	.inner-wrapper .inner .col-md-12 .gallery{
		width:100%;
	}
	.gallery .box .img{
		min-height:160px;
	}
	label{
		font-size:14px;
	}
	.alert{
		font-size:14px;
	}
	.overlay-list{
		width: 100%;
	}
	.bottom-footer p{
		font-size: 12px;
	}
	.bottom-footer ul li a{
		font-size: 12px;
	}
	.footer-decoration{
		height: 73px;
	}
	.section-blog .col-md-8 .blog-carousel .blog-post{
		width: 100%;
	}
	.hospitals .box{
		padding: 40px 20px;
	}
	.hospitals .box .text h1{
		font-size:20px;
	}
	.hospitals .box .text p{
		font-size:16px;
	}
	.large-latest-news{
		font-size: 82px;
	}
	.large-latest-news small {
    font-size: 60px;
	}
	.section>.inner{
		padding: 50px 0;
	}
	.links-box-inner > ul li a{
		font-size: 14px;
	}
	.links-box-inner > h3{
		font-size: 20px;
	}
	.icon-left p{
		font-size: 14px;
	}
	 .service{
		line-height: 14px;
	}
	.service .icon.large {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
}
.section > .inner{
	padding: 50px 0;
}
.links-box-inner > p{
	font-size:14px;
}
}
@media screen and (max-width:320px){
.cd-pagination.animated-buttons li a{
		padding: 0 0.45em;
		font-size: 14px;
	}
.links-box-inner > ul li a .icon{
	width: 20px;
    height: 20px;
	}
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .img-holder {
		display: block;
	}
	.overlay-list .inner .overlay-item.baby {
		min-height: auto;
	}
    .overlay-list .inner .overlay-item .overlay {
        display: block;
        height: auto;
        text-align: center;
        padding: 15px;
    }
    .overlay-list .inner .overlay-footer ul li {
        font-family: "Barlow", sans-serif;
    }
    .contact-us-section .contact-us-holder .right .contact-list li {
        display: block;
    }
    .contact-us-section .contact-us-holder .right .contact-list li i {
        margin-right: 10px;
    }
}