/*!
// Contents
// ------------------------------------------------>

	1.  Global Styles
	2.  Typography
	3.	Color
	4.	Align
	5.	Grid
	6.	Blockquotes
	7.	Background
	8.	Breadcrumbs
	9.	Buttons
	10. Forms
	11. Icons
	12. List
	13. Tabs
	14. Accordions
	15. Pagination
	16. Alerts
	17. Backtop
	18. Page Loading
	19. Header
	20. Menu
	21. Module
	22. Topbar
	23. Page Title
	24. Carousel
	25. Heading
	26. Hero
	27. Blog
	28. Shop
	29. Team
	30. Timetable
	31. Skills
	32. About
	33. Features
	34. Sidebar
	35. Pricing
	36. Donations
	37. Processes
	38. Contact
	39. Clients
	40. Testimonial
	41. Video
	42. Action
	43. 404
	44. Services
	45. Action
	46. Departments
	47. Footer

/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
a,
a:hover {
	text-decoration: none
}

body,
hr {
	margin: 0
}

.blockquote .author,
.blockquote .quote-author,
blockquote .author,
blockquote .quote-author {
	display: block;
	margin-top: 18px;
	font-weight: 600;
	color: var(--global--color-heading);
	line-height: 1
}

.breadcrumb>li a,
.breadcrumb>li a:hover,
.breadcrumb>li+li:before {
	color: var(--global--color-secondary)
}

.btn.btn-icon-right i,
.btn.btn-icon-right svg,
.note.note-3 a i,
.pagination li {
	margin-left: 10px
}

.bg-section,
.preloader,
section {
	overflow: hidden
}

#back-to-top,
.hero .hero-panel-holder.hero-panel-holder-2,
.slider .slide .departments-wrapper,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

:root {
	--global--color-primary: #00359A;
	--global--color-primary-alt: #53c5f8;
	--global--color-primary-light: #e6f8fb;
	--global--color-primary-darken: #263967;
	--global--color-secondary: orage;
	--global--color-secondary-alt: #00359A;
	--global--color-secondary-darken: #00359A;
	--global--color-secondary-darken-alt: #032259;
	--global--color-heading-light: #1d2a4d;
	--global--color-heading: #26365e;
	--global--color-heading-darken: #435ba1;
	--global--color-body: #9094a3;
	--global--color-white-light: #f4f4f4;
	--global--color-white: #ffffff;
	--global--color-white-darken: #fefefe;
	--global--color-gray-light: #fefefe;
	--global--color-gray: #f9f9f9;
	--global--color-gray-darken: #e6e8eb;
	--global--font-body: "Roboto", sans-serif;
	--global--font-heading: "Montserrat", sans-serif;
	--global--font-secondary: "Heebo", sans-serif
}

*,
a,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

*,
:active,
:focus {
	outline: 0 !important
}

::-webkit-selection {
	text-shadow: none
}

button {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: 0;
	padding: 0
}

.bg-overlay-light:before,
.date-select:active,
.date-select:focus,
.date-select:hover,
.footer .footer-bottom,
.header.header-light,
.header.header-light .navbar,
.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon,
.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::after,
.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon,
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::after,
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.module-phone.module-phone-2:hover .module-icon,
.pricing-panel .pricing-body .pricing-list li:nth-child(odd),
.sidebar-blog .form-search,
.time-select:active,
.time-select:focus,
.time-select:hover,
.wrapper,
body,
section {
	background-color: var(--global--color-white)
}

body,
html {
	overflow-x: hidden;
	scroll-behavior: smooth
}

body {
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 400;
	color: var(--global--color-body)
}

.wrapper.sidearea-active .sidearea-overlay::before {
	visibility: visible;
	opacity: 1;
	right: 0
}

::-moz-selection {
	background-color: var(--global--color-primary);
	color: var(--global--color-white);
	text-shadow: none
}

::selection {
	background-color: var(--global--color-primary);
	color: var(--global--color-white);
	text-shadow: none
}

a {
	color: var(--global--color-primary);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

textarea {
	resize: none
}

.fullscreen {
	height: 100vh !important
}

section {
	padding: 120px 0
}

hr {
	background-color: #eaeaea;
	border-color: #eaeaea
}

.blockquote,
.blockquote-1,
blockquote {
	border-left: 6px solid var(--global--color-heading)
}

@media only screen and (max-width:992px) {
	.fullscreen {
		height: auto !important
	}
}

@-webkit-keyframes Bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes Bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--global--color-heading);
	font-family: var(--global--font-heading);
	font-weight: 700;
	margin: 0 0 28px;
	line-height: 1
}

.h1,
h1 {
	font-size: 52px
}

.h2,
h2 {
	font-size: 42px
}

.h3,
h3 {
	font-size: 38px
}

.h4,
h4 {
	font-size: 28px
}

.font-18,
.h5,
h5 {
	font-size: 24px
}

.h6,
h6 {
	font-size: 18px
}

.font-16,
.lead,
p {
	font-size: 16px
}

p {
	font-family: var(--global--font-body);
	color: var(--global--color-body);
	font-weight: 400;
	line-height: 28px
}

.blockquote,
.font-heading,
blockquote {
	font-family: var(--global--font-heading)
}

.lead {
	line-height: 1.8
}

.text--left {
	text-align: left !important
}

.text--right {
	text-align: right !important
}

.text--center {
	text-align: center !important
}

.text--just {
	text-align: justify !important
}

.align--top {
	vertical-align: top
}

.align--bottom {
	vertical-align: bottom
}

.align--middle {
	vertical-align: middle
}

.align--baseline {
	vertical-align: baseline
}

.bold {
	font-weight: 700 !important
}

.regular {
	font-weight: 400 !important
}

.medium {
	font-weight: 500 !important
}

.italic,
.module-cart .module-cart-warp span .total-price {
	font-style: normal
}

.break-word {
	word-wrap: break-word
}

.no-wrap {
	white-space: nowrap
}

.color-white,
.text-white {
	color: var(--global--color-white) !important
}

.color-gray,
.text-gray {
	color: var(--global--color-gray) !important
}

.text-black {
	color: var(--global--color-heading)
}

.color-theme,
.text-theme {
	color: var(--global--color-primary) !important
}

.higlighted-style1,
.higlighted-style2 {
	color: var(--global--color-white);
	padding: 5px 0
}

.text--capitalize {
	text-transform: capitalize !important
}

.text--uppercase {
	text-transform: uppercase !important
}

.advantages-list li,
.bg-video h2,
.breadcrumb,
.btn,
.btn--video-text span,
.form-control.nice-select .current,
.form-control.nice-select .list li,
.form-label,
.testimonial .testimonial-thumb .thumb-body,
.your-order h5 {
	text-transform: capitalize
}

.font-20 {
	font-size: 20px
}

.font-40 {
	font-size: 40px
}

.higlighted-style1 {
	background-color: var(--global--color-primary)
}

.higlighted-style2 {
	background-color: var(--global--color-heading)
}

.higlighted-style3 {
	background-color: var(--global--color-gray);
	color: var(--global--color-primary);
	padding: 5px 0
}

.color-heading {
	color: var(--global--color-heading) !important
}

.blog-single .entry-add-comment .custom-radio-group .custom-control,
.cta .icon-set .icon-panel .icon,
.heading.heading-11 .heading-subtitle,
.heading.heading-14 .heading-subtitle,
.single-department .health-plans .entry-heading,
.single-product .product-content .product-details,
.widget-download ul li,
.widget-recent-posts .widget-title,
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 20px
}

.row-no-padding [class*=col-] {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-5ths {
	width: 20%;
	float: left
}

@media (min-width:768px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}
}

@media (min-width:992px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}
}

@media (min-width:1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}
}

.col-content {
	padding: 120px 100px 110px 120px
}

.pos-fixed {
	position: fixed
}

.about .signature-block .signature-body,
.bg-video,
.blog-entry .entry-img,
.blog-single .blog-entry-wrapper .entry-content,
.carousel-dots,
.carousel-navs,
.cta .panel,
.cta .panel .panel-img,
.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a span,
.form-select,
.header .navbar .navbar-nav>li.has-dropdown>a,
.module-cart .module-icon,
.pos-relative,
.services.services-1 .carousel-dots,
.services.services-2 .carousel-dots,
.slider .carousel-dots,
.team-gallery .team-member .team-member-holder,
.team-grid .team-member .team-member-holder,
.team-modern .team-member .team-member-holder,
.testimonial .testimonials-wrapper,
.testimonial.testimonial-4 .section-content .testimonials-wrap,
.widget-recent-posts .post .post-content,
form,
form .col-12 {
	position: relative
}

.pos-absolute {
	position: absolute
}

.pos-static {
	position: static
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after,
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.pos-top,
.ui-slider-vertical .ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.pos-bottom,
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.pos-right,
.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.pos-left,
.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.pos-vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.height-700 {
	height: 700px !important
}

.height-500 {
	height: 500px !important
}

.height-800 {
	height: 800px !important
}

@media only screen and (min-width:768px) {
	.col-lg-5ths {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
}

.blockquote,
blockquote {
	font-size: 20px;
	color: var(--global--color-body);
	font-style: normal;
	line-height: 28px;
	font-weight: 500;
	padding: 30px 0 30px 30px;
	position: relative
}

.blockquote .quote-author,
blockquote .quote-author {
	font-family: var(--global--font-heading);
	font-size: 13px;
	font-style: normal
}

.blockquote .author,
blockquote .author {
	font-family: var(--global--font-body);
	font-size: 18px;
	font-style: italic
}

.bg-overlay-2:before,
.bg-overlay:before,
.breadcrumb>li,
.header.header-light .navbar .navbar-brand .logo-dark,
.header.header-transparent .navbar .navbar-brand .logo-light,
.header.header-white .navbar .navbar-brand .logo-dark,
.team-filter li {
	display: inline-block
}

.blockquote-2 {
	position: relative;
	border-left: none
}

.blockquote-2::after,
.blockquote-2::before {
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	position: absolute;
	color: var(--global--color-primary);
	line-height: 1.8;
	font-weight: 600
}

.blockquote-2::before {
	content: "\f10d";
	top: 0;
	left: 0
}

.blockquote-2::after {
	content: "\f10e";
	right: 0;
	bottom: 0
}

.bg-overlay-2:before,
.bg-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#back-to-top:hover,
.blockquote-3,
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.facebook-bg:hover,
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.instagram-bg:hover,
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.pinterest-bg:hover,
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.twitter-bg:hover,
.cta .panel .panel-action.inverted,
.cta .panel .panel-action:hover,
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon,
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::after,
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon,
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::after,
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-icon,
.product-item .product-img .add-to-cart:hover,
.single-product .product-content .product-share a.facebook-bg:hover,
.single-product .product-content .product-share a.instagram-bg:hover,
.single-product .product-content .product-share a.pinterest-bg:hover,
.single-product .product-content .product-share a.twitter-bg:hover {
	background-color: var(--global--color-heading)
}

.blockquote-3 .author,
.contact .contact-quote.contact-quote-3 p,
.single-product .product-content .product-review span a {
	color: var(--global--color-body)
}

.bg-theme {
	background-color: var(--global--color-primary) !important
}

.bg-secondary {
	background-color: var(--global--color-secondary) !important
}

.bg-gray {
	background-color: var(--global--color-gray) !important
}

.bg-dark-gray {
	background-color: #3a3a3a
}

.bg-dark {
	background-color: #222 !important
}

.bg-section {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%
}

.bg-parallax {
	background-attachment: fixed
}

.bg-overlay:before {
	z-index: -1
}

.bg-overlay-2:before {
	z-index: 0
}

.bg-overlay-light:before {
	opacity: .8
}

.bg-overlay-dark:before {
	background-color: rgba(29, 42, 77, .45)
}

.bg-overlay-dark2:before {
	background-color: #1b1A1A5e
}

.bg-overlay-dark-hero:before,
.bg-overlay-dark-slider:before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, var(--global--color-heading-light)), color-stop(84%, #1b1a1a));
	background-image: -o-linear-gradient(top, var(--global--color-heading-light) 34%, #1b1a1a 84%);
	background-image: linear-gradient(180deg, var(--global--color-heading-light) 34%, #1b1a1a 84%);
	opacity: .25
}

.bg-overlay-theme:before {
	background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #13c1D9BF), color-stop(70%, var(--global--color-primary)));
	background-image: -o-linear-gradient(right, #13c1D9BF 18%, var(--global--color-primary) 70%);
	background-image: linear-gradient(-90deg, #13c1D9BF 18%, var(--global--color-primary) 70%)
}

.bg-overlay-theme-1::before,
.features .features-cards .card-panel .card-img::before,
.services .service-panel .service-img::before,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 87, 222, .85);
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.bg-overlay-theme-1::after,
.bg-overlay-theme-2::before,
.services .service-panel .service-img::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.bg-overlay-theme-1::after,
.services .service-panel .service-img::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0857de), to(#0857de));
	background: -o-linear-gradient(rgba(40, 205, 250, 0) 0, rgba(29, 101, 185, 0) 0, rgba(29, 101, 185, 0) 16.43%, #0857de 97.66%, #0857de 100%);
	background: linear-gradient(rgba(40, 205, 250, 0) 0, rgba(29, 101, 185, 0) 0, rgba(29, 101, 185, 0) 16.43%, #0857de 97.66%, #0857de 100%);
	z-index: 2;
	transition: .3s ease-in-out
}

.bg-overlay-theme-2::before {
	background: rgba(4, 43, 111, .93);
	z-index: 1;
	transition: .3s ease-in-out
}

.bg-overlay-theme-2::after,
.bg-overlay-theme-3::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.bg-overlay-theme-2::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0, rgba(4, 43, 111, 0)), color-stop(70%, #042b6f));
	background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #042b6f 70%);
	background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #042b6f 70%);
	z-index: 2;
	transition: .3s ease-in-out
}

.bg-overlay-theme-3::before {
	background: rgba(6, 70, 178, .9);
	z-index: 1;
	transition: .3s ease-in-out
}

.bg-overlay-theme-3::after,
.bg-overlay-theme-4::before,
.bg-overlay-theme-6::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.bg-overlay-theme-3::after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 35, 89, 0)), color-stop(0, rgba(4, 43, 111, 0)), color-stop(70%, #0646b2));
	background: -o-linear-gradient(bottom, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #0646b2 70%);
	background: linear-gradient(0deg, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #0646b2 70%);
	z-index: 2;
	transition: .3s ease-in-out
}

.bg-overlay-theme-4::before,
.bg-overlay-theme-6::before {
	background: rgba(40, 182, 246, .8);
	z-index: 1;
	transition: .3s ease-in-out
}

.bg-overlay-theme-4::after,
.bg-overlay-theme-5::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.bg-overlay-theme-4::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0, rgba(4, 43, 111, 0)), color-stop(70%, #28b6f6));
	background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #28b6f6 70%);
	background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #28b6f6 70%);
	z-index: 2;
	transition: .3s ease-in-out
}

.bg-overlay-theme-5::before {
	z-index: 1;
	transition: .3s ease-in-out
}

.bg-overlay-theme-5::after,
.bg-overlay-theme-6::after {
	content: "";
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	top: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 2
}

.bg-overlay-theme-5::after {
	transition: .3s ease-in-out
}

.bg-overlay-theme-6::after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 35, 89, 0)), color-stop(0, rgba(4, 43, 111, 0)), color-stop(70%, #28b6f6));
	background: -o-linear-gradient(bottom, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #28b6f6 70%);
	background: linear-gradient(0deg, rgba(3, 35, 89, 0) 0, rgba(4, 43, 111, 0) 0, #28b6f6 70%);
	transition: .3s ease-in-out
}

.btn,
.btn i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.bg-overlay-video:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 23, 51, 0)), color-stop(62%, rgba(29, 42, 77, 0)), color-stop(97%, #1d2a4d));
	background-image: -o-linear-gradient(top, rgba(6, 23, 51, 0) 0, rgba(29, 42, 77, 0) 62%, #1d2a4d 97%);
	background-image: linear-gradient(180deg, rgba(6, 23, 51, 0) 0, rgba(29, 42, 77, 0) 62%, #1d2a4d 97%)
}

.bg-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateZ(0);
	-ms-transform: rotate(0);
	transform: rotateZ(0)
}

.bg-video h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 5
}

.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.bg-animate {
	background-size: cover;
	background-position: 0 0;
	background-repeat: repeat-x;
	-webkit-animation: 30s linear infinite animatedBackground;
	animation: 30s linear infinite animatedBackground
}

@-webkit-keyframes animatedBackground {
	from {
		background-position: 0 0
	}

	to {
		background-position: 100% 0
	}
}

@keyframes animatedBackground {
	from {
		background-position: 0 0
	}

	to {
		background-position: 100% 0
	}
}

.el-bg {
	height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-bg h2 {
	color: var(--global--color-white)
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	color: #e5e4e4;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: block
}

.btn--primary,
.btn--primary.btn-square-arrow:active i,
.btn--primary.btn-square-arrow:focus i,
.btn--primary.btn-square-arrow:hover i {
	background-color: var(--global--color-primary)
}

.btn,
.note p a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox
}

.breadcrumb>li+li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding: 0 10px;
	content: "\f054"
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb>.active {
	color: var(--global--color-secondary-darken-alt)
}

.btn {
	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-family: var(--global--font-body);
	position: relative;
	z-index: 2;
	font-size: 15px;
	font-weight: 700;
	border: none;
	width: 210px;
	height: 50px;
	transition: .3s ease-in-out;
	border-radius: 0;
	color: var(--global--color-white);
	padding: 0 20px;
	-webkit-box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11)
}

.btn.no-shadow,
.module-holder-phone .navbar-toggler:focus,
.team-grid .team-member.team-member-2:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.active,
.btn:active,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.btn i {
	font-size: 10px;
	transition: .3s ease-in-out
}

.btn svg,
.features .feature-panel .feature-link i,
.services .service-panel .service-content .service-more {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.btn.btn-icon-left i,
.btn.btn-icon-left svg,
.module-language .lang-list ul li img,
.module-language .selected img,
.module-phone .module-icon,
.module-social a {
	margin-right: 10px
}

.btn.btn-square-arrow {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.btn.btn-square-arrow span,
.module-cart .module-cart-warp .cart-overview li .product-meta,
.widget-download ul li a span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.btn--video-text .icon-wrapper,
.btn.btn-square-arrow i {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox
}

.btn.btn-square-arrow i {
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 100%;
	background: 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 10px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.custom-radio-group .custom-control label,
.form-control,
.form-label {
	font-size: 14px;
	font-family: var(--global--font-body)
}

.btn.btn-square-arrow.btn-square-arrow-left {
	padding: 0 20px 0 0
}

.btn.btn-square-arrow.btn-square-arrow-left i,
.top-bar .top-bar-links-wrapper {
	margin-right: 20px
}

.btn.btn-square-arrow.btn-square-arrow-right {
	padding: 0 0 0 20px
}

.btn.btn-square-arrow.btn-square-arrow-right i,
.pagination li:last-child {
	margin-left: 20px
}

.btn--primary,
.btn--primary i,
.btn--primary:active i,
.btn--primary:focus i,
.btn--primary:hover i {
	color: var(--global--color-white)
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: var(--global--color-secondary-darken-alt);
	color: var(--global--color-white)
}

.btn--primary.btn-square-arrow i {
	background-color: var(--global--color-primary-alt)
}

.btn--primary.btn-square-arrow:active,
.btn--primary.btn-square-arrow:focus,
.btn--primary.btn-square-arrow:hover {
	background-color: var(--global--color-primary-alt);
	color: var(--global--color-white)
}

.btn--secondary,
.btn--secondary.btn-square-arrow:active i,
.btn--secondary.btn-square-arrow:active svg,
.btn--secondary.btn-square-arrow:focus i,
.btn--secondary.btn-square-arrow:focus svg,
.btn--secondary.btn-square-arrow:hover i,
.btn--secondary.btn-square-arrow:hover svg {
	background-color: var(--global--color-secondary)
}

.btn--secondary,
.btn--secondary i {
	color: var(--global--color-white)
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	background-color: var(--global--color-secondary-darken);
	color: var(--global--color-white)
}

.btn--secondary.btn-square-arrow i,
.btn--secondary.btn-square-arrow svg {
	background-color: var(--global--color-secondary-alt)
}

.btn--secondary.btn-square-arrow:active,
.btn--secondary.btn-square-arrow:focus,
.btn--secondary.btn-square-arrow:hover {
	background-color: var(--global--color-secondary-alt);
	color: var(--global--color-white)
}

.btn--secondary-dark,
.btn--secondary-dark.btn-square-arrow:active i,
.btn--secondary-dark.btn-square-arrow:focus i,
.btn--secondary-dark.btn-square-arrow:hover i {
	background-color: var(--global--color-secondary-darken)
}

.btn--secondary-dark,
.btn--secondary-dark i {
	color: var(--global--color-white)
}

.btn--secondary-dark:active,
.btn--secondary-dark:focus,
.btn--secondary-dark:hover {
	background-color: var(--global--color-secondary-darken-alt);
	color: var(--global--color-white)
}

.btn--secondary-dark.btn-square-arrow i {
	background-color: var(--global--color-secondary-darken-alt)
}

.btn--secondary-dark.btn-square-arrow:active,
.btn--secondary-dark.btn-square-arrow:focus,
.btn--secondary-dark.btn-square-arrow:hover {
	background-color: var(--global--color-secondary-darken-alt);
	color: var(--global--color-white)
}

.btn--white,
.btn--white i {
	color: var(--global--color-heading)
}

.btn--white {
	background-color: var(--global--color-white)
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	color: var(--global--color-white);
	background-color: var(--global--color-secondary-alt)
}

.btn--white:active i,
.btn--white:focus i,
.btn--white:hover i {
	color: var(--global--color-white)
}

.btn--white.btn-square-arrow {
	background-color: #fefefe;
	color: var(--global--color-secondary-darken)
}

.btn--transparent,
.btn--transparent:active,
.btn--transparent:focus,
.btn--transparent:hover {
	color: var(--global--color-white)
}

.btn--white.btn-square-arrow i {
	color: var(--global--color-secondary-darken);
	background-color: #e6e8eb
}

.btn--white.btn-square-arrow:active,
.btn--white.btn-square-arrow:focus,
.btn--white.btn-square-arrow:hover {
	background-color: #e6e8eb
}

.btn--white.btn-square-arrow:active i,
.btn--white.btn-square-arrow:focus i,
.btn--white.btn-square-arrow:hover i {
	background-color: #fefefe
}

.btn--transparent {
	background-color: transparent;
	border: 2px solid transparent
}

.btn--transparent.btn--primary {
	border-color: var(--global--color-primary);
	color: var(--global--color-primary)
}

.blog-entry .entry-content .entry-body .entry-title a,
.btn--transparent.btn--secondary-dark,
.btn--transparent.btn--secondary-dark i,
.header.header-topbar .navbar .navbar-nav>li.has-dropdown>a::after,
.services .service-panel.service-panel-2:hover .service-content .service-title h3 a,
.team-member .team-content .team-title h4 a {
	color: var(--global--color-secondary-darken)
}

.btn--transparent.btn--primary:active,
.btn--transparent.btn--primary:focus,
.btn--transparent.btn--primary:hover {
	background-color: var(--global--color-primary);
	color: var(--global--color-heading)
}

.btn--transparent.btn--secondary-dark {
	border-color: var(--global--color-secondary-darken)
}

.btn--transparent.btn--secondary-dark:active,
.btn--transparent.btn--secondary-dark:focus,
.btn--transparent.btn--secondary-dark:hover {
	background-color: var(--global--color-secondary-darken);
	color: var(--global--color-white)
}

.btn--transparent.btn--secondary-dark:active i,
.btn--transparent.btn--secondary-dark:focus i,
.btn--transparent.btn--secondary-dark:hover i {
	color: var(--global--color-white)
}

.btn--transparent.btn--white {
	border-color: var(--global--color-white);
	color: var(--global--color-white)
}

.btn--danger:active,
.btn--danger:focus,
.btn--danger:hover,
.btn--prime:active,
.btn--prime:focus,
.btn--prime:hover,
.btn--purble:active,
.btn--purble:focus,
.btn--purble:hover,
.btn--success:active,
.btn--success:focus,
.btn--success:hover,
.pagination li a.current,
.pagination li a:hover,
.pagination li span.current,
.pagination li span:hover {
	background-color: var(--global--color-secondary);
	border-color: var(--global--color-secondary);
	color: var(--global--color-white)
}

.btn--transparent.btn--white i {
	color: var(--global--color-white)
}

.btn--transparent.btn--white:active,
.btn--transparent.btn--white:focus,
.btn--transparent.btn--white:hover {
	border-color: var(--global--color-primary);
	background-color: var(--global--color-primary)
}

.btn--transparent.btn--white.btn-inversed:active,
.btn--transparent.btn--white.btn-inversed:focus,
.btn--transparent.btn--white.btn-inversed:hover {
	border-color: var(--global--color-secondary-darken);
	background-color: var(--global--color-secondary-darken)
}

.btn--danger {
	background-color: #d33;
	color: var(--global--color-white)
}

.btn--success {
	background-color: #81d742;
	color: var(--global--color-white)
}

.btn--prime {
	background-color: #1e73be;
	color: var(--global--color-white)
}

.btn--purble {
	background-color: #8224e3;
	color: var(--global--color-white)
}

.btn--video-text .icon-wrapper {
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--global--color-white);
	color: var(--global--color-secondary-darken)
}

.about.about-4 .avatars-holder .block-top .col-12 .avatar,
.btn--block,
.checkout-widget .nice-select .list,
.form-control.nice-select.open .list,
.services .service-panel .service-shape img,
.shop-options .products-sort .nice-select .list,
.single-product .product-tabs .tab-content .form-review .nice-select .list,
.slider .slide .departments-wrapper .departments-card .department-info:hover::after,
.team-modern .team-member.team-member-2 .team-member-holder .team-img img,
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body,
.timetable .table-sort .nice-select .list,
.your-order .table-order table {
	width: 100%
}

.btn--auto {
	width: auto;
	padding: 0 20px
}

.btn--rounded {
	border-radius: 50px
}

.btn-shadow,
.btn-shadow-hover:active,
.btn-shadow-hover:focus,
.btn-shadow-hover:hover {
	-webkit-box-shadow: 0 9px 30px 0 rgba(40, 40, 40, .15);
	box-shadow: 0 9px 30px 0 rgba(40, 40, 40, .15)
}

.btn--bordered {
	background-color: var(--global--color-white);
	color: var(--global--color-white);
	border: 2px solid transparent
}

.btn--bordered::before,
.features .feature-panel.feature-panel-2::before,
.footer-copyright .links-holder .copyright-links ul li:last-child::after,
.note.note-2 p a::before,
.note.note-3 a::before,
.sidebar-shop .widget::before,
.single-department .health-plans .entry-action p span:first-of-type::before,
.single-product .product-content .product-review span:last-child::after,
.slider .slide .departments-wrapper .departments-card .department-info:last-of-type::after,
.team-gallery .team-member .team-member-holder .team-img::before,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content::after,
.team-grid .team-member.team-member-1 .team-member-holder .team-img::before,
.team-grid .team-member.team-member-2 .team-member-holder .team-content::after,
.team-grid .team-member.team-member-2 .team-member-holder::after,
.team-modern .team-member.team-member-2 .team-member-holder::after,
.widget-recent-posts .post .post-content .post-date span:last-child:after,
.widget-search::before {
	content: unset
}

.btn--bordered.btn--primary,
.tabs-1 .nav-pills .nav-link.active,
.tabs-1 .nav-pills .nav-link:hover,
.tabs-1 .nav-pills .show>.nav-link {
	color: var(--global--color-primary);
	border-color: var(--global--color-primary)
}

.advantages-list.advantages-list-white li i,
.btn--bordered.btn--secondary,
.btn--bordered.btn--secondary-dark,
.btn--bordered.btn--secondary-dark i,
.contact .contact-quote.contact-quote-3 p a,
.header .navbar.navbar-fixed .navbar-nav>li>a,
.header.header-light .navbar .navbar-nav>li>a,
.header.header-transparent .navbar.navbar-fixed .module .module-icon i,
.header.header-transparent .navbar.navbar-fixed .module .module-icon svg,
.header.header-transparent .navbar.navbar-fixed .module.module-phone .module-body a,
.header.header-transparent .navbar.navbar-fixed .navbar-nav>li.has-dropdown>a::after,
.header.header-transparent-2 .navbar .module.module-phone:hover .module-icon svg,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon i,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon svg,
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone .module-body a,
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-body a,
.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav>li.has-dropdown>a::after,
.header.header-white .navbar .navbar-nav>li>a,
.module-phone.module-phone-2:hover .module-icon svg {
	color: var(--global--color-heading)
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color: var(--global--color-white);
	background-color: var(--global--color-primary);
	border-color: var(--global--color-primary)
}

.btn--bordered.btn--secondary {
	border-color: #bcbcbc
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
	color: var(--global--color-white);
	background-color: var(--global--color-heading);
	border-color: var(--global--color-heading)
}

.btn--bordered.btn--secondary-dark {
	border-color: var(--global--color-heading)
}

.advantages-list li i,
.btn--bordered.btn--secondary-dark:active i,
.btn--bordered.btn--secondary-dark:focus i,
.btn--bordered.btn--secondary-dark:hover i,
.btn--bordered.btn--white,
.btn--video i,
.btn--video-text span {
	color: var(--global--color-white)
}

.btn--bordered.btn--secondary-dark:active,
.btn--bordered.btn--secondary-dark:focus,
.btn--bordered.btn--secondary-dark:hover {
	color: var(--global--color-white);
	background-color: var(--global--color-heading);
	border-color: var(--global--color-heading)
}

.btn--bordered.btn--white {
	border-color: var(--global--color-white);
	background: 0 0
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color: var(--global--color-primary);
	background-color: var(--global--color-white);
	border-color: var(--global--color-white)
}

.btn--slide :last-of-type {
	margin-left: -6px
}

.btn--slide-wide {
	width: 270px
}

@media screen and (max-width:360px) {
	.btn--slide-wide {
		width: 240px
	}
}

.btn--video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: 0 0;
	border-radius: 50%;
	border: 2px solid var(--global--color-white)
}

.about .about-action,
.about .signature-block,
.blog-single .blog-entry-wrapper .entry-holder .entry-share,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags,
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons,
.btn--video-text,
.contact .contact-quote,
.donations .donations-action,
.features .features-action,
.footer .module-social-footer,
.footer-copyright .links-holder,
.hero .hero-content .hero-action,
.hero .hero-rating,
.module-contact,
.module-language .lang-list ul li,
.module-language .selected,
.services .service-panel .service-content .service-list li,
.shop-cart .cart-product-action div,
.single-department .health-plans .entry-action,
.slider .slide .slide-content .slide-action,
.top-bar .headline-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.btn--video-text .icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 68px;
	height: 68px;
	background: var(--global--color-white);
	border-radius: 50%;
	margin-right: 30px;
	position: relative
}

.btn--video-text .icon-wrapper::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	border: 1px solid var(--global--color-white);
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: 1s ease-out infinite pulse;
	animation: 1s ease-out infinite pulse;
	z-index: -1
}

.btn--video-text span {
	font-family: var(--global--font-body);
	font-size: 15px;
	font-weight: 700
}

.custom-radio-group .custom-control label,
.form-select i,
.form-select select {
	color: var(--global--color-body);
	cursor: pointer
}

.btn-small {
	width: 170px;
	height: 41px;
	line-height: 41px
}

.form-control {
	color: #68738e;
	font-weight: 400;
	height: 50px;
	line-height: 1px;
	border-radius: 0;
	border: 1px solid #f0f1f3;
	background-color: #f0f1f3;
	padding-left: 20px;
	margin-bottom: 25px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.form-control:focus {
	border-color: var(--global--color-heading);
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	font-family: var(--global--font-body);
	color: #68738e;
	font-size: 14px;
	text-transform: capitalize
}

.form-control::-moz-placeholder {
	font-family: var(--global--font-body);
	color: #68738e;
	font-size: 14px;
	text-transform: capitalize
}

.form-control:-ms-input-placeholder {
	font-family: var(--global--font-body);
	color: #68738e;
	font-size: 14px;
	text-transform: capitalize
}

.form-control.nice-select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-control.nice-select::after {
	width: 6px;
	height: 6px;
	border-color: var(--global--color-body);
	right: 20px
}

.form-control+.error {
	position: absolute;
	bottom: 3px;
	left: 16px;
	color: red
}

.form-control.error {
	border-color: red
}

.form-label {
	font-weight: 700;
	color: #032359;
	margin-bottom: 9px
}

.custom-radio-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.custom-radio-group .custom-control {
	position: relative;
	min-height: 0;
	margin-right: 30px;
	margin-bottom: 14px
}

.blog .carousel .owl-stage-outer .owl-item,
.custom-radio-group .custom-control .custom-control-input,
.services .owl-carousel .owl-stage-outer .owl-item,
.slider.slider-2 .owl-carousel .owl-stage-outer .owl-item {
	opacity: 0
}

.custom-radio-group .custom-control .custom-control-input:checked~label::after {
	background-color: var(--global--color-primary);
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.custom-radio-group .custom-control label {
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.9;
	text-transform: capitalize;
	padding-left: 10px
}

.custom-radio-group .custom-control label::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	border-radius: 4px;
	border: 3px solid #eaeaea;
	width: 17px;
	height: 17px
}

.custom-radio-group .custom-control label::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: 5px;
	top: 9px;
	background-color: transparent;
	-webkit-transition: .3s cubic-bezier(.4, 0, .2, 1);
	-o-transition: .3s cubic-bezier(.4, 0, .2, 1);
	transition: .3s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

textarea.form-control {
	height: auto;
	min-height: 80px;
	padding-top: 15px
}

.form-select i {
	position: absolute;
	font-size: 19px;
	font-weight: 400;
	line-height: 49px;
	right: 20px;
	top: 0;
	z-index: 1;
	pointer-events: none
}

.form-select select {
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.blog-single .entry-add-comment .form-control,
.contact-panel.contact-panel-2 .contact-card .form-control,
.footer .widget-newsletter .footer-widget-title h3,
.input-checkbox,
.services.services-3 .service-panel,
.shop-cart .cart-table,
.sidebar-blog .widget-recent-posts .entry,
.single-product .form-review .form-control,
.team-gallery .team-member,
.team-single .entry-skills .entry-desc {
	margin-bottom: 30px
}

.input-checkbox p {
	display: block;
	position: relative;
	font-size: 13px;
	padding-left: 30px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 0
}

.label-checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	z-index: 2
}

.preloader,
.subscribe-alert {
	z-index: 99999;
	position: fixed
}

.label-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.label-checkbox .check-indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 17px;
	width: 17px;
	background: 0 0;
	border: 1px solid #e1e3e3;
	border-radius: 2px
}

.label-checkbox .check-indicator:after {
	content: "";
	position: absolute;
	display: none;
	left: 4px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid var(--global--color-primary);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.label-checkbox input:checked~.check-indicator {
	background: var(--global--color-white)
}

.footer .widget-links ul li,
.label-checkbox input:checked~.check-indicator:after,
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder,
.timetable .table-holder .time-table .hours span {
	display: block
}

.date-select,
.time-select {
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	background-color: #f0f1f3
}

.date-select input,
.time-select input {
	position: relative;
	background-color: transparent;
	margin-bottom: 0;
	z-index: 1
}

.date-select input:active,
.date-select input:focus,
.date-select input:hover,
.header.header-transparent .navbar,
.header.header-transparent .navbar .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon,
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon,
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon,
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon,
.team-single .entry-table .table tbody tr:nth-of-type(odd),
.time-select input:active,
.time-select input:focus,
.time-select input:hover {
	background-color: transparent
}

.alerts .alert-icon,
.contact .contact-quote.contact-quote-3 p a::before,
.cta .panel .panel-action.inverted:hover,
.header.header-white .navbar .navbar-nav>li>a::before,
.module .module-label,
.module-cart .module-cart-warp .cart-overview li .cart-cancel:hover,
.note p a::before,
.note.note-light p a::before,
.preloader .dot1,
.preloader .dot2,
.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-remove:hover,
.single-product .product-content .product-action .btn::before,
.single-product .product-tabs .nav-tabs li>.active::after,
.single-product .product-tabs .nav-tabs li>.active:focus::after,
.single-product .product-tabs .nav-tabs li>.active:hover::after,
.timetable .table-holder .time-table:hover {
	background-color: var(--global--color-primary)
}

.date-select input::-webkit-calendar-picker-indicator,
.date-select input::-webkit-inner-spin-button,
.time-select input::-webkit-calendar-picker-indicator,
.time-select input::-webkit-inner-spin-button {
	display: block;
	-webkit-appearance: block;
	opacity: 0
}

.date-select i,
.time-select i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	right: 20px;
	color: #032359
}

@media screen and (min-width:992px) and (max-width:1200px) {

	.date-select i,
	.time-select i {
		right: 10px
	}
}

@media screen and (max-width:991.98px) and (max-width:991.98px) {
	.advantages-list-wrapper .advantages-list {
		display: inline-grid
	}
}

.advantages-list {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none
}

.advantages-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 15px;
	line-height: 36px;
	color: #68738e;
	position: relative
}

.advantages-list li i,
.tabs-1 .nav-pills,
.tabs-2 .nav-pills {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox
}

.advantages-list li i {
	position: relative;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: var(--global--color-primary);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 10px
}

.advantages-list.advantages-list-white li,
.clients.bg-grey {
	color: #f9f9f9
}

.tabs .tab-content>.tab-pane {
	font-family: var(--global--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px
}

.tabs-1 .nav-pills .nav-link,
.tabs-2 .nav-pills .nav-link {
	background-color: transparent;
	font-size: 18px;
	padding-top: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	font-family: var(--global--font-heading);
	text-transform: capitalize
}

.tabs-1 .nav-pills,
.tabs-2 .nav-pills {
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center
}

.tabs-1 .nav-pills .nav-link {
	border-bottom: 2px solid transparent;
	color: var(--global--color-heading);
	font-weight: 700;
	border-radius: 0;
	transition: .3s ease-in-out
}

.blog-entry .entry-content .entry-body .entry-author p a:hover,
.blog-entry .entry-content .entry-body .entry-title a:hover,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a:hover,
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply:hover,
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover i,
.breadcrumb .breadcrumb-item a:hover,
.carousel-navs .owl-next:hover::before,
.carousel-navs .owl-prev:hover::before,
.footer .widget-contact .widget-content .address a:hover,
.footer .widget-contact .widget-content .directions:hover,
.footer .widget-contact .widget-content .directions:hover i,
.footer .widget-links ul li a:hover,
.footer-copyright .links-holder .copyright-links ul li a:hover,
.header .navbar .navbar-nav>li.has-dropdown.active>a::after,
.header .navbar .navbar-nav>li.has-dropdown:hover>a::after,
.header .navbar .navbar-nav>li.single-link.active>a,
.header .navbar .navbar-nav>li.single-link:hover>a,
.header.header-transparent .navbar .module .module-icon i:hover,
.header.header-transparent .navbar .module .module-icon svg:hover,
.header.header-transparent .navbar .module.module-phone:hover .module-body a,
.header.header-transparent .navbar .module.module-phone:hover .module-icon svg,
.header.header-transparent .navbar.navbar-fixed .module .module-icon i:hover,
.header.header-transparent .navbar.navbar-fixed .module .module-icon svg:hover,
.header.header-transparent .navbar.navbar-fixed .module.module-phone:hover .module-body a,
.header.header-transparent .navbar.navbar-fixed .module.module-phone:hover .module-icon svg,
.header.header-transparent .navbar.navbar-fixed .navbar-nav>li.has-dropdown.active>a::after,
.header.header-transparent .navbar.navbar-fixed .navbar-nav>li.has-dropdown:hover>a::after,
.header.header-transparent-2 .navbar .module .module-icon i:hover,
.header.header-transparent-2 .navbar .module .module-icon svg:hover,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon i:hover,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon svg:hover,
.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav>li.has-dropdown.active>a::after,
.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav>li.has-dropdown:hover>a::after,
.heading.heading-light .heading-subtitle,
.login .login-body .forget:hover,
.module-language .lang-list ul li a:hover,
.module-phone .module-body a:hover,
.module-phone:hover .module-body a,
.module-phone:hover .module-icon svg,
.module-search .module-icon:hover i,
.module-search .module-icon:hover span,
.navbar.navbar-dark.navbar-fixed .module-social a:hover,
.note.note-2 p a i,
.note.note-light p a,
.payment .payment-conditions label a,
.processes .process-panel:hover .process-body .process-content a,
.processes .process-panel:hover .process-body .process-icon i,
.shop-account .account-page p a,
.shop-account .side-menu .side-menu-wrapper ul li a:hover,
.shop-checkout .cart-coupon a,
.shop-checkout .cart-empty a,
.single-product .product-content .product-review .product-rating i.active,
.single-product .product-content .product-review span a:hover,
.single-product .product-tabs .nav-tabs li a:focus,
.single-product .product-tabs .nav-tabs li a:hover,
.single-product .product-tabs .nav-tabs li>.active,
.single-product .product-tabs .nav-tabs li>.active:focus,
.single-product .product-tabs .nav-tabs li>.active:hover,
.single-product .product-tabs .tab-content .review-comment .review-body .product-rating i.active,
.tabs-2 .nav-pills .nav-link.active,
.tabs-2 .nav-pills .nav-link:hover,
.tabs-2 .nav-pills .show>.nav-link,
.team-filter li a.active-filter,
.team-filter li a:hover,
.team-member .team-content .team-cat a:hover,
.team-member .team-content .team-title h4 a:hover,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p a:hover,
.top-bar .top-bar-links-wrapper .top-bar-link:hover,
.top-bar .top-contact .contact-info .contact-body a:hover,
.widget-filter .btn-filter:hover,
.widget-recent-posts .post .post-content .post-title a:hover,
.widget-recent-products .product .product-desc .product-title a:hover,
.widget-search .form-search .btn:hover i {
	color: var(--global--color-primary)
}

.tabs-2 .nav-pills .nav-link.active i,
.tabs-2 .nav-pills .nav-link:hover i,
.tabs-2 .nav-pills .show>.nav-link i {
	color: var(--global--color-white);
	background-color: var(--global--color-primary)
}

.tabs-2 .nav-pills .nav-link {
	border: 0;
	color: var(--global--color-heading);
	font-weight: 700;
	border-radius: 0;
	transition: .3s ease-in-out
}

.note p a,
.tabs-2 .nav-pills .nav-link i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.tabs-2 .nav-pills .nav-link i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	color: var(--global--color-heading);
	transition: .3s ease-in-out;
	font-size: 25px;
	margin-bottom: 15px
}

.footer .footer-widget,
.note,
.team-modern.team-modern-1,
.widget-tags .widget-content {
	text-align: center
}

.note p {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 14px;
	color: #9094a3;
	line-height: 25px;
	margin-bottom: 0
}

.note p a {
	position: relative;
	color: var(--global--color-secondary-darken);
	transition: .3s ease-in-out;
	text-transform: capitalize;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 2px
}

.note p a::before,
.note.note-2 p a i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.contact .contact-quote p a:hover::before,
.note p a:hover::before {
	width: 80%
}

.note p a::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s ease-in-out;
	height: 2px;
	width: 100%
}

.heading.heading-7 .heading-subtitle,
.heading.heading-light .heading-desc,
.heading.heading-light .paragraph,
.note.note-light p,
.services .service-panel:hover .service-content .service-desc p {
	color: #f4f4f4
}

.login .login-body .check label,
.note.note-2 p a:hover i,
.pricing-panel .pricing-body .pricing-list li span {
	margin-left: 5px
}

.note.note-2 p a i {
	margin-left: 10px;
	font-size: 10px;
	transition: .3s ease-in-out
}

.note.note-3 a {
	font-size: 15px;
	color: var(--global--color-secondary-darken);
	padding-bottom: 0
}

.note.note-3 a i {
	font-size: 11px;
	color: var(--global--color-secondary)
}

.accordion {
	border-top: 6px solid var(--global--color-secondary);
	margin-bottom: 40px
}

.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
	padding: 21px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-bottom: 2px solid #e6e8eb;
	margin-bottom: 0;
	border-radius: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: left
}

.accordion .card.active-acc .card-heading .card-link,
.accordion .card:first-of-type.active-acc .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link {
	color: var(--global--color-secondary)
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.features .features-cards .card-panel .card-content .card-body,
.team-grid.team-grid-4 {
	padding: 0
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
	font-family: var(--global--font-heading);
	font-size: 19px;
	font-weight: 500;
	color: var(--global--color-secondary-darken);
	text-transform: capitalize;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: block;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.accordion .card .card-heading .card-link::before,
.accordion .card:first-of-type .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
	content: "\f054";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: var(--global--color-secondary);
	color: var(--global--color-white);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	margin-right: 20px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

#back-to-top span,
.accordion.accordion-2 p,
.alert,
.alerts .alert-content p,
.header .navbar .navbar-nav>li>a,
.pagination li a,
.pagination li span {
	font-family: var(--global--font-body)
}

.accordion .card .card-heading .card-link.collapsed::before,
.accordion .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background-color: var(--global--color-secondary-darken);
	color: var(--global--color-white)
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
	font-family: var(--global--font-body);
	color: #9094a3;
	padding: 16px 0 0 42px;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px
}

.accordion .card:last-of-type,
.blog-entry.blog-entry-2 .entry-content .entry-body .entry-author,
.blog-single .blog-entry-wrapper,
.blog-single .blog-entry-wrapper .entry-content .entry-bio p:last-child,
.blog-single .blog-entry-wrapper:last-of-type,
.breadcrumb,
.contact-card .contact-body form,
.donations .accordion,
.features .feature-panel.feature-panel-2 .feature-content h4,
.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel ul.appintments-list,
.heading.heading-12,
.heading.heading-13,
.heading.heading-6,
.heading.heading-9,
.hero.hero-3 .hero-content .hero-title,
.hero.hero-4 .hero-content .hero-title,
.hero.hero-5 .hero-content .hero-title,
.hero.hero-7 .hero-content .hero-title,
.module-language .lang-list ul,
.module-search-warp .form-search,
.page-title.page-title-2 .title .title-heading,
.pricing-panel .pricing-body .pricing-list,
.pricing.pricing-1 .pricing-panel:last-child,
.services .service-panel.service-panel-2 .service-content .service-body .service-title,
.services .service-panel.service-panel-2 .service-content .service-body .service-title h3,
.shop-account .account-page p:last-child,
.sidebar-blog .widget-recent-posts .entry:last-of-type,
.single-department .entry-introduction .entry-desc:last-child,
.single-department .entry-prices .prices-list ul,
.single-department .entry-tips .accordion .card:last-child,
.single-product .product-content .product-details .table,
.single-product .product-tabs .tab-content .review-comment .product-comment p,
.single-product .product-tabs .tab-content .review-comment .review-body h6,
.single-product .product-tabs .tab-content .review-comment .review-body p,
.single-service .entry-introduction .service-desc:last-child,
.single-service .tips-info .prices-list ul,
.skills .progressbar:last-of-type,
.team-grid .team-member .team-member-holder .team-content .team-cat,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:last-child,
.team-grid .team-member.team-member-2 .team-member-holder .team-content .team-cat,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li:last-child,
.team-single .entry-bio .entry-desc:last-child,
.team-single .entry-skills,
.team-single .entry-table .table td .content .experties-list,
.team-single .entry-table .table td .content .experties-list li:last-child,
.team-standard .team-member .team-content .team-desc,
.widget-download ul li:last-of-type,
.widget-opening-hours .widget-content ul,
.widget-recent-posts .post:last-child,
.widget-services .widget-content ul,
.widget-services .widget-content ul li:last-child {
	margin-bottom: 0
}

.accordion.accordion-2 {
	padding-top: 0;
	padding-bottom: 30px;
	border-top: 0;
	margin-bottom: 0;
	overflow: visible;
	z-index: 2;
	position: relative
}

.accordion.accordion-2 p {
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
	color: var(--global--color-secondary-darken-alt);
	margin-bottom: 32px
}

.accordion.accordion-2 .accordion-holder {
	border-top: 6px solid var(--global--color-secondary)
}

.accordion.accordion-2 .divider,
.contact.contact-4 .divider,
.pricing.pricing-1 .divider,
.services.services-2 .divider,
.team-modern .divider,
.team-single .divider {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4
}

.accordion.accordion-2 .divider::before,
.contact.contact-4 .divider::before,
.hero .divider::before,
.map .divider::before,
.page-title .divider::before,
.pricing.pricing-1 .divider::before,
.services.services-2 .divider::before,
.team-modern .divider::before,
.team-single .divider::before,
.testimonial.testimonial-4 .divider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: var(--global--color-white)
}

.accordion.accordion-2 .divider .bg,
.contact.contact-4 .divider .bg,
.cta.cta-2 .divider .bg,
.map .divider .bg,
.pricing.pricing-1 .divider .bg,
.services.services-2 .divider .bg,
.team-modern .divider .bg,
.team-single .divider .bg,
.testimonial.testimonial-2 .divider .bg,
.testimonial.testimonial-3 .divider .bg,
.testimonial.testimonial-4 .divider .bg {
	background-color: var(--global--color-white);
	height: 80px
}

#back-to-top,
.blog-single .nav-posts .btn:hover,
.departments .department-panel:hover .department-content .department-more .btn-square-arrow,
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .pointer-icon,
.features .feature-panel.feature-panel-2:hover,
.features-bar .features-holder .feature-panel-wrapper.feature-reservation,
.header.header-light .navbar .navbar-nav>li>a::before,
.services .service-panel.service-panel-2:hover .service-content .service-body .service-icon,
.services .service-panel.service-panel-2:hover .service-content::before,
.single-department .entry-prices .prices-list.prices-list-2 ul li span,
.slider .slide .departments-wrapper .departments-card .department-info::after,
.slider .slide .departments-wrapper .departments-card .department-info:hover .department-link i,
.team-member .team-img .team-social .btn-social.bg-facebook,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social.bg-facebook {
	background-color: var(--global--color-secondary)
}

.accordion.accordion-3,
.single-department .entry-prices,
.team-single .entry-education {
	margin-bottom: 70px
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	border-radius: 0
}

#back-to-top,
.preloader,
.subscribe-alert .alert:after {
	display: -webkit-box;
	display: -ms-flexbox
}

#back-to-top,
.pagination li a,
.pagination li span {
	-webkit-box-pack: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.pagination li {
	display: inline-block
}

.pagination li:first-child,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social:first-child,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social:first-child {
	margin-left: 0
}

.pagination li a,
.pagination li span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--global--color-white);
	color: var(--global--color-secondary-darken);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	width: 54px;
	height: 54px;
	border: 2px solid #e6e8eb;
	transition: .3s ease-in-out
}

.pagination li a i,
.pagination li span i {
	font-size: 11px
}

.alerts {
	background-color: var(--global--color-gray);
	border-radius: 2px;
	padding: 20px;
	margin-bottom: 30px
}

.alerts .alert-icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 2px 1px 1px 2px;
	text-align: center;
	position: absolute
}

.alerts .alert-icon i {
	color: var(--global--color-white);
	font-size: 15px;
	font-weight: 400;
	line-height: 28px
}

.alerts .alert-content {
	padding-left: 68px
}

.alerts .alert-content h4 {
	color: var(--global--color-primary);
	font-size: 15px;
	font-weight: 800;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: -6px
}

.alerts .alert-content p {
	color: var(--global--color-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0
}

.alerts.alert-warning .alert-icon i,
.alerts.alert-warning h4 {
	color: #8a6d3b
}

.alerts.alert-warning .alert-icon {
	background-color: #fcf8e3
}

.alerts.alert-danger .alert-icon i,
.alerts.alert-danger h4 {
	color: #a94442
}

#back-to-top span,
#back-to-top svg,
.blog-single .nav-posts .btn:hover span,
.breadcrumb.breadcrumb-light,
.breadcrumb.breadcrumb-light .active,
.breadcrumb.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb.breadcrumb-light a,
.features .feature-panel.feature-panel-2:hover .feature-content h4,
.features .feature-panel.feature-panel-2:hover .feature-icon i,
.footer .widget-contact .widget-content .phone a:hover,
.footer .widget-contact .widget-content .phone a:hover svg,
.header.header-transparent .navbar .module .module-icon i,
.header.header-transparent .navbar .module .module-icon svg,
.header.header-transparent .navbar .module.module-phone .module-body a,
.header.header-transparent .navbar .navbar-nav>li.has-dropdown>a::after,
.header.header-transparent-2 .navbar .module .module-icon i,
.header.header-transparent-2 .navbar .module .module-icon svg,
.header.header-transparent-2 .navbar .module.module-phone .module-body a,
.header.header-transparent-2 .navbar .module.module-phone:hover .module-body a,
.header.header-transparent-2 .navbar .navbar-nav>li.has-dropdown>a::after,
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-icon svg,
.heading.heading-light .heading-title,
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content h5,
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content i,
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content p,
.module .module-icon i,
.module .module-label,
.navbar.navbar-dark .module .module-icon i,
.navbar.navbar-dark.navbar-fixed .module-social a,
.services .service-panel:hover .service-content .service-icon i,
.services .service-panel:hover .service-content .service-list li span,
.services .service-panel:hover .service-content .service-title h3 a,
.single-product .product-content .product-action .btn:active,
.single-product .product-content .product-action .btn:focus,
.single-product .product-content .product-action .btn:hover,
.subscribe-alert .alert,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content .team-desc p,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-next:hover::before,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-next:hover::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-next:hover::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-next:hover::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev:hover::before,
.widget-download ul li a:active,
.widget-download ul li a:focus,
.widget-download ul li a:hover {
	color: var(--global--color-white)
}

.alerts.alert-danger .alert-icon {
	background-color: #f2dede
}

.alert {
	font-size: 16px
}

.subscribe-alert {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	-webkit-animation: .35s .5s both alertfadein;
	animation: .35s .5s both alertfadein
}

.subscribe-alert .alert {
	margin: 0 auto;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 0;
	padding: 0 30px
}

.subscribe-alert .alert:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	background-color: rgba(0, 0, 0, .1);
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
	content: "\f00d";
	font-family: "Font Awesome 5 Free"
}

.subscribe-alert .alert.alert-danger {
	background-color: #c00
}

.subscribe-alert .alert.alert-success {
	background-color: #198c19
}

@-webkit-keyframes alertfadein {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes alertfadein {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

#contact-result .alert {
	margin: 10px auto;
	font-size: 12px
}

#back-to-top {
	z-index: 999;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 80px;
	height: 110px;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	transition: .3s ease-in-out
}

#back-to-top.show,
.blog .carousel .owl-stage-outer .owl-item.active,
.clients .client:hover,
.services .owl-carousel .owl-stage-outer .owl-item.active,
.slider.slider-2 .owl-carousel .owl-stage-outer .owl-item.active,
.team-member .team-content .team-cat a:hover::before {
	opacity: 1
}

#back-to-top svg {
	margin-bottom: 6px
}

#back-to-top span {
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase
}

.preloader {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--global--color-white);
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.preloader .spinner {
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: 2s linear infinite sk-rotate;
	animation: 2s linear infinite sk-rotate
}

.preloader .dot1,
.preloader .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: 2s ease-in-out infinite sk-bounce;
	animation: 2s ease-in-out infinite sk-bounce
}

.preloader .dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.header,
.header.header-topbar {
	height: 80px
}

.header .navbar-brand {
	padding: 0;
	margin: 0 80px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (min-width:992px) and (max-width:1200px) {
	.header .navbar-brand {
		margin-right: 20px
	}

	.module-holder-phone .module-language {
		top: 140%
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	.header .navbar-brand {
		margin-right: 30px
	}
}

.header .navbar-brand .logo {
	max-width: 100%;
	width: 150px;
	height: 40px
}

.header .navbar-brand .logo.logo-mobile,
.timetable .table-holder .appointment,
.timetable .table-holder .day-appointment,
.timetable .table-holder .time-table {
	width: auto;
	height: auto
}

.blog-entry.blog-entry-2 .entry-content .entry-body .entry-bio,
.blog-entry.blog-entry-2 .entry-content .entry-body .entry-more,
.header .navbar.navbar-fixed .navbar-brand .logo-light,
.header.header-light .navbar .navbar-brand .logo-light,
.header.header-light .navbar .navbar-brand .logo-mobile,
.header.header-transparent .navbar .navbar-brand .logo-dark,
.header.header-transparent .navbar .navbar-brand .logo-mobile,
.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-dark,
.header.header-transparent-2 .navbar .navbar-brand .logo-dark,
.header.header-transparent-2 .navbar .navbar-brand .logo-light,
.header.header-transparent-2 .navbar .navbar-brand .logo-mobile,
.header.header-transparent-2 .navbar .navbar-brand .logo-mobile.logo-mobile-white,
.header.header-white .navbar .navbar-brand .logo-light,
.header.header-white .navbar .navbar-brand .logo-mobile,
.module span.title,
.module-holder-phone,
.module-holder-phone .module-language .selected i,
.module-holder-phone .module-language .selected span,
.owl-nav.disabled,
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-desc,
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-social .btn-more {
	display: none
}

.header .navbar .navbar-nav>li>a,
.module-fullscreen .module-cancel,
.module-holder,
.module-holder-phone .navbar-toggler {
	display: -webkit-box;
	display: -ms-flexbox
}

.header.header-white {
	background-color: var(--global--color-white);
	height: 110px
}

.header.header-white .navbar {
	background-color: var(--global--color-white);
	-webkit-box-shadow: 0 5px 83px 0 rgba(27, 26, 26, .12);
	box-shadow: 0 5px 83px 0 rgba(27, 26, 26, .12)
}

.header.header-white .navbar .module.module-cart {
	border-color: #eaeaea
}

.header.header-transparent,
.header.header-transparent-2 {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.header.header-transparent .navbar .navbar-nav>li>a::before {
	background: var(--global--color-primary)
}

.header.header-transparent-2 .navbar {
	background-color: transparent;
	padding-left: 0
}

.header.header-transparent-2 .navbar .navbar-brand {
	width: 230px;
	background-color: var(--global--color-white);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (min-width:1400px) {
	.header.header-transparent-2 .navbar .navbar-nav>li {
		margin-right: 20px
	}
}

.header.header-transparent-2 .navbar .navbar-nav>li>a::before {
	bottom: auto;
	top: 0;
	background: var(--global--color-primary)
}

@media screen and (max-width:400px) {

	.header.header-transparent-2 .navbar .module-holder-phone .module-cart,
	.header.header-transparent-2 .navbar .module-holder-phone .module-search {
		display: none
	}
}

.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone .module-icon {
	border-color: var(--global--color-heading)
}

.header.header-topbar.header-shadow .navbar {
	-webkit-box-shadow: 0 5px 41.5px rgba(9, 29, 62, .11);
	box-shadow: 0 5px 41.5px rgba(9, 29, 62, .11)
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments .num,
.departments .department-panel:hover .department-content .department-title a,
.footer-copyright .copyright-holder .copyright span a,
.header .navbar .navbar-nav>li.active>.dropdown-toggle,
.header .navbar .navbar-nav>li.active>.dropdown-toggle::after,
.header .navbar .navbar-nav>li:hover .dropdown-toggle,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::after,
.header.header-topbar .navbar .navbar-nav>li.has-dropdown.active>a::after,
.header.header-topbar .navbar .navbar-nav>li.has-dropdown:hover>a::after {
	color: var(--global--color-secondary)
}

.footer .module-social-footer a,
.header.header-topbar .navbar .module-holder .module-search,
.header.header-topbar-3 .navbar .module-holder .module-cart,
.module-contact.module-contact-2,
.single-product .product-tabs .nav-tabs li,
.slider .slide .departments-wrapper .departments-card .department-info .department-icon {
	margin-right: 30px
}

.header.header-topbar .navbar .module-holder .module-cart {
	padding-right: 0;
	margin-right: 0
}

.header.header-topbar .navbar .module-holder .module-cart .module-cart-warp {
	left: -300px
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:last-child,
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:last-child,
.carousel-dots .owl-dots .owl-dot:last-child,
.footer .module-social-footer a:last-child,
.header .navbar .navbar-nav>li:last-child,
.header.header-topbar-2 .navbar .module-holder .module-search,
.header.header-topbar-3 .navbar .module-holder .module-search,
.hero .hero-content .hero-action .btn:last-child,
.hero .hero-content .hero-list .icon:last-child,
.module-holder-phone .module-language .selected img,
.module-social a:last-child,
.module-social.module-social-2:last-child,
.module:last-of-type .module-icon,
.shop-cart .cart-product-action .btn:last-child,
.single-product .product-content .product-review .product-rating i:last-child,
.single-product .product-content .product-share a:last-child,
.single-product .product-tabs .nav-tabs li:last-child,
.slider .slide .slide-content .slide-action .btn:last-child,
.team-filter li:last-child a,
.testimonial .testimonial-thumb:last-child,
.top-bar .top-bar-links-wrapper .top-bar-link:last-child,
.top-bar .top-contact .contact-info:last-child {
	margin-right: 0
}

@media (min-width:992px) and (max-width:1299px) {

	.header.header-topbar-2 .navbar .module-holder,
	.header.header-topbar-3 .navbar .module-holder {
		margin-left: auto
	}

	.header.header-topbar-2 .navbar .module-holder .module-contact {
		display: none
	}
}

.header.header-topbar-3 .navbar .module-holder .module-cart .module-cart-warp {
	left: -165px
}

.header .navbar {
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .11);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .11);
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	z-index: 7777;
	padding: 0 40px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.header .navbar.navbar-bordered {
	border-bottom: 1px solid rgba(234, 234, 234, .149)
}

.header .navbar .navbar-nav>li {
	margin-right: 30px;
	position: relative
}

@media (min-width:992px) and (max-width:1400px) {
	.header .navbar {
		padding: 0 20px
	}

	.header .navbar .navbar-nav>li {
		margin-right: 20px
	}
}

.header .navbar .navbar-nav>li>a {
	font-size: 15px;
	font-weight: 700;
	color: var(--global--color-heading);
	margin-bottom: 0;
	text-transform: capitalize;
	line-height: 110px;
	padding: 0;
	position: relative;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .navbar .navbar-nav>li>a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 4px;
	background: var(--global--color-primary);
	content: "";
	-webkit-transition: -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: transform 1s cubic-bezier(.2, 1, .3, 1);
	-o-transition: transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: transform 1s cubic-bezier(.2, 1, .3, 1), -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1)
}

.header .navbar .navbar-nav>li.has-dropdown>a::after {
	border: 0;
	content: "\f078";
	position: relative;
	margin-left: 7px;
	font-size: 11px;
	font-family: "Font Awesome 5 Free";
	color: var(--global--font-heading);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle::before,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.header .navbar.navbar-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: var(--global--color-white);
	-webkit-animation: 1s ease-in-out fadeInDown;
	animation: 1s ease-in-out fadeInDown;
	-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, .1);
	box-shadow: 0 2px 4px rgba(3, 27, 78, .1)
}

.header .navbar.navbar-fixed.navbar-bordered,
.services .service-panel .service-content .service-list li:last-child span,
.your-order .table-order table tbody tr:last-child {
	border-bottom: 0
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.contact-panel.contact-panel-2 .contact-card .contact-result,
.navbar-nav>li.active>ul {
	margin-top: 0
}

li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
ul.dropdown-menu>li.has-dropdown>a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 25px
}

.dropdown-menu {
	background-color: transparent;
	position: relative;
	width: 100%;
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.module-holder,
.top-bar .block-right .module-language,
.top-bar .block-right .module-social {
	margin-left: 30px
}

@media only screen and (max-width:991.98px) {
	.header .navbar {
		padding: 0 40px
	}

	.header .navbar .navbar-brand {
		margin-right: 0
	}

	.header .navbar .navbar-brand .logo-light {
		display: none
	}

	.header .navbar .navbar-brand .logo-phone {
		width: auto
	}
}

.blog .carousel .owl-stage-outer,
.hero.hero-11,
.services .owl-carousel .owl-stage-outer,
.slider.slider-2 .owl-carousel .owl-stage-outer,
.team-carousel,
.team-carousel .owl-carousel .owl-stage-outer {
	overflow: visible
}

@media only screen and (max-width:991.98px) and (max-width:767.98px) {
	.header .navbar {
		padding: 0 20px
	}

	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row div {
		margin-bottom: 20px
	}

	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row div:last-child {
		margin-bottom: 0
	}
}

@media only screen and (max-width:991.98px) {
	.header .navbar .navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		max-height: calc(100vh - 80px);
		background-color: var(--global--color-white);
		padding: 13px 30px 30px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s linear;
		-o-transition: .3s linear;
		transition: .3s linear;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}

	.header .navbar .navbar-collapse::-webkit-scrollbar {
		height: 7px;
		width: 4px
	}

	.header .navbar .navbar-collapse::-webkit-scrollbar-thumb {
		margin-right: 4px;
		background: rgba(0, 0, 0, .2);
		border-radius: 7px;
		cursor: pointer
	}

	.header .navbar .navbar-collapse.show {
		visibility: visible;
		opacity: 1
	}

	.header .navbar.navbar-bordered .navbar-collapse {
		top: calc(100% + 1px)
	}

	.header .navbar .navbar-nav>li {
		margin-right: 0;
		border-bottom: 1px solid rgba(234, 234, 234, .5)
	}

	.header .navbar .navbar-nav>li.active>a,
	.header .navbar .navbar-nav>li>a {
		line-height: 45px;
		color: var(--global--color-heading);
		display: block;
		z-index: 5
	}

	.header .navbar .menu-item::before,
	.header .navbar .navbar-nav>li.active>a::after,
	.header .navbar .navbar-nav>li.active>a::before,
	.header .navbar .navbar-nav>li>a::after,
	.header .navbar .navbar-nav>li>a::before {
		display: none
	}

	.header .navbar .has-dropdown>.dropdown-menu {
		-webkit-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out
	}

	.header .navbar .has-dropdown::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 700;
		content: "\f054";
		display: -webkit-box;
		display: -ms-flexbox;
		display: 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: 12px;
		position: absolute;
		right: 0;
		top: 13px;
		color: var(--global--color-heading);
		-webkit-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out
	}

	.header .navbar .has-dropdown.active::after,
	.header .navbar .has-dropdown:hover::after {
		color: var(--global--color-primary)
	}

	.header .navbar .has-dropdown.show::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.header .navbar .dropdown-menu.show {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding-top: 10px;
		border-radius: 0
	}

	.header .navbar .dropdown-menu li {
		line-height: 26px
	}

	.header .navbar .dropdown-menu li a:hover,
	.header .navbar .dropdown-menu li.current a {
		background-color: var(--global--color-primary);
		color: var(--global--color-heading)
	}

	.header .navbar .dropdown-menu li a {
		color: var(--global--color-heading);
		font-size: 15px;
		font-weight: 500;
		display: block;
		padding: 4px 15px;
		margin-bottom: 5px;
		text-transform: capitalize;
		border-radius: 3px
	}

	.header .navbar .dropdown-submenu.show .dropdown-menu,
	.header .navbar .show>.dropdown-menu {
		display: block
	}

	.header .navbar .dropdown-submenu .dropdown-menu {
		padding-left: 20px
	}

	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu {
		padding-left: 15px
	}

	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
		font-size: 14px;
		font-family: var(--global--font-heading);
		font-weight: 700;
		color: var(--global--font-heading);
		text-transform: capitalize;
		margin-bottom: 15px
	}

	.navbar.navbar-light .navbar-nav>li>a {
		color: var(--global--color-heading)
	}

	.navbar-light:not(.navbar-fixed) .navbar-toggler {
		color: var(--global--color-white);
		border-color: var(--global--color-white)
	}

	.navbar-light:not(.navbar-fixed) .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
	}

	.navbar-dark .navbar-toggler,
	.navbar-light.navbar-fixed .navbar-toggler {
		color: #222;
		border-color: #222
	}

	.navbar-dark .navbar-toggler-icon,
	.navbar-light.navbar-fixed .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
	}
}

@media only screen and (min-width:992px) {

	.hidden-lg,
	.hidden-md {
		display: none
	}

	.navbar-collapse,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu li {
		padding-left: 0;
		padding-right: 0
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
		font-family: var(--global--font-body);
		padding: 10px 0 9px;
		display: block;
		font-size: 14px;
		text-transform: capitalize;
		border-radius: 0;
		position: relative
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu {
		-webkit-box-shadow: 0 5px 41.5px rgba(40, 40, 40, .11);
		box-shadow: 0 5px 41.5px rgba(40, 40, 40, .11);
		-webkit-transition: .3s linear;
		-o-transition: .3s linear;
		transition: .3s linear;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		right: auto;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		display: block;
		width: 235px;
		padding: 24px 40px 25px;
		background-color: var(--global--color-secondary-darken);
		border-radius: 0;
		-webkit-box-shadow: 0 5px 83px 0 rgba(27, 26, 26, .12);
		box-shadow: 0 5px 83px 0 rgba(27, 26, 26, .12)
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li {
		padding-right: 0;
		position: relative;
		vertical-align: top
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
		-webkit-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		color: var(--global--color-white);
		font-weight: 600
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		height: 1px;
		width: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background-color: var(--global--color-white)
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a {
		color: var(--global--color-white)
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:active::after,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:focus::after,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:hover::after,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover::after {
		width: 100%
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li:last-child a,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a {
		border-bottom: 0
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li:last-child a::after,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a::after {
		content: unset
	}

	.navbar-nav>li.has-dropdown:hover>ul.dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		z-index: 100;
		display: block
	}

	.navbar-nav li ul.dropdown-menu.left {
		left: -650px !important;
		margin-left: 0 !important
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu {
		background-color: var(--global--color-white);
		padding: 0;
		width: 480px
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row {
		background-color: var(--global--color-white);
		margin-right: 0;
		margin-left: 0;
		padding: 38px 23px 25px
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
		font-size: 16px;
		font-family: var(--global--font-heading);
		font-weight: 700;
		color: var(--global--color-heading-light);
		text-transform: capitalize;
		margin-bottom: 13px
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul {
		margin: 0;
		padding: 0
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a {
		-webkit-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		color: var(--global--color-body);
		font-weight: 400;
		border-bottom: 1px solid #eaeaea
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		height: 1px;
		width: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background-color: var(--global--color-heading)
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:active,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:focus,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:hover {
		color: var(--global--color-heading)
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li.current>a {
		border-color: var(--global--color-heading);
		color: var(--global--color-heading)
	}

	.navbar-nav.ms-auto.me-auto li.has-dropdown.mega-dropdown {
		position: absolute
	}

	.navbar-nav.ms-auto:not(.me-auto) li.has-dropdown.mega-dropdown {
		position: relative
	}
}

.module-holder {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.module-holder-phone .navbar-toggler {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 0
}

@media screen and (min-width:1200px) {
	.header.header-topbar .navbar .navbar-nav>li {
		margin-right: 20px
	}

	.header.header-topbar .navbar .navbar-nav>li:last-child {
		margin-right: 0
	}

	.header .navbar .navbar-nav>li.single-link.active>a::before,
	.header .navbar .navbar-nav>li.single-link:hover>a::before {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%;
		background-color: var(--global--color-primary)
	}

	.module-holder-phone .navbar-toggler {
		display: none
	}
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-color: transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon {
	background-color: var(--global--color-heading);
	width: 100%;
	height: 2px;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon::after,
.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--global--color-heading);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
	top: -10px
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
	top: 10px
}

.module-holder-phone .module-language {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 15px
}

.module-holder-phone .module-language .selected .lang-list {
	left: -45px
}

.module-holder-phone .module-search {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-bottom: 0;
	padding: 0;
	margin-right: 20px
}

.about.about-4 .avatars-holder .avatar,
.features .employee-info,
.module-holder-phone .module-cart {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.module {
	display: inline-block;
	position: relative
}

.module .module-icon {
	cursor: pointer
}

.module .module-icon i {
	font-size: 14px;
	line-height: 24px
}

.module .module-label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: -4px;
	left: 10px
}

.module-fullscreen .module-cancel,
.module-search-warp .module-cancel {
	top: 40px;
	right: 40px;
	text-transform: uppercase;
	color: var(--global--color-white);
	-webkit-box-pack: center;
	position: absolute;
	font-weight: 700;
	background-color: var(--global--color-primary)
}

.module-fullscreen,
.module-search-warp {
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: var(--global--color-white);
	position: fixed
}

.module-fullscreen .module-cancel {
	border-radius: 8px 8px 0;
	width: 50px;
	height: 50px;
	font-size: 14px;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.module-fullscreen.module-active,
.module-search-warp.search-warp-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.module-search {
	position: relative;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px
}

.module-search .module-icon i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: var(--global--color-heading)
}

.module-search-warp .module-cancel {
	border-radius: 3px;
	width: 64px;
	height: 64px;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.module-search-warp .form-search button::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f002";
	color: var(--global--color-heading);
	font-family: "Font Awesome 5 Free";
	font-size: 28px;
	font-weight: 900;
	line-height: 70px;
	z-index: 999;
	cursor: pointer;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.module-search-warp .form-control {
	position: relative;
	font-family: var(--global--font-heading);
	font-size: 35px;
	font-weight: 500;
	line-height: 70px;
	height: 70px;
	color: var(--global--color-body);
	border: none;
	background-color: transparent;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
	padding: 17px 30px 25px 46px;
	margin-bottom: 0;
	-webkit-transition: .4s linear;
	-o-transition: .4s linear;
	transition: .4s linear;
	text-transform: capitalize;
	border-radius: 0
}

.module-cart,
.module-sidenav .module-icon {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox
}

.module-cart .module-icon i,
.module-phone .module-icon svg {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.module-search-warp .form-control:active,
.module-search-warp .form-control:focus {
	border-color: var(--global--color-primary)
}

.module-search-warp .form-control::-webkit-input-placeholder {
	color: var(--global--color-body);
	font-family: var(--global--font-heading);
	font-size: 35px;
	font-weight: 500
}

.module-search-warp .form-control::-moz-placeholder {
	color: var(--global--color-body);
	font-family: var(--global--font-heading);
	font-size: 35px;
	font-weight: 500
}

.module-search-warp .form-control:-ms-input-placeholder {
	color: var(--global--color-body);
	font-family: var(--global--font-heading);
	font-size: 35px;
	font-weight: 500
}

.module-search-warp .btn {
	background-color: transparent;
	border-radius: 0;
	width: 35px;
	line-height: 57px;
	color: var(--global--color-white);
	font-size: 28px;
	font-weight: 400;
	text-align: right;
	margin-left: 0;
	padding: 0
}

.module-sidenav .module-icon {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 110px;
	background: var(--global--color-primary);
	border-right: 1px solid #404040
}

.module-cart {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 40px;
	margin-right: 40px
}

.module-cart .module-icon i {
	color: var(--global--color-heading);
	transition: .3s ease-in-out;
	font-size: 16px;
	position: relative;
	cursor: pointer
}

.module-cart .module-cart-warp {
	position: absolute;
	-webkit-box-shadow: 0 5px 83px 0 rgba(3, 43, 86, .13);
	box-shadow: 0 5px 83px 0 rgba(3, 43, 86, .13);
	top: 100%;
	left: -150px;
	width: 290px;
	background-color: var(--global--color-white);
	padding: 40px;
	border-radius: 0 0 6px 6px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.module-cart .module-cart-warp .cart-overview {
	margin-bottom: 0;
	width: 100%
}

.module-cart .module-cart-warp .cart-overview li {
	margin-bottom: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-entry .entry-content .entry-body .entry-author,
.heading.heading-11 .heading-desc,
.heading.heading-14 .heading-desc,
.module-cart .module-cart-warp .cart-overview li:last-child,
.services .service-panel .service-content .service-list {
	margin-bottom: 25px
}

.module-cart .module-cart-warp .cart-overview li .cart-cancel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--global--color-white);
	font-size: 7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: var(--global--color-heading);
	margin-left: 15px
}

.module-cart .module-cart-warp .cart-overview li img {
	border-radius: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 15px
}

.module-cart .module-cart-warp .cart-overview li .product-meta h5 {
	color: var(--global--color-heading);
	font-family: var(--global--font-heading);
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 8px
}

.module-cart .module-cart-warp .cart-overview li .product-meta p {
	font-family: var(--global--font-body);
	color: var(--global--color-primary);
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 0
}

.module-cart .module-cart-warp span {
	font-family: var(--global--font-heading);
	color: #9aaabb;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	display: inline-block;
	text-transform: capitalize;
	margin-bottom: 24px
}

.module-cart .module-cart-warp .cart--control .btn {
	height: 60px;
	width: 100%
}

.donations .donations-map .map-pointer:hover .info,
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .info,
.module-cart.module-active .module-cart-warp,
.team-standard .team-member:hover .team-social {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

@media (min-width:992px) and (max-width:1300px) {
	.module-contact .btn:first-child {
		display: none
	}
}

.module-contact .btn:last-child {
	padding: 0 15px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.advantages-list li {
		font-size: 14px
	}

	.header.header-topbar-3 .navbar .module-holder .module-contact,
	.module-phone.module-phone-2 {
		display: none
	}

	.module-contact .btn:last-child {
		padding: 0 15px;
		width: 170px
	}
}

.module-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 30px
}

@media (min-width:992px) and (max-width:1400px) {
	.module-cart {
		margin-right: 20px;
		padding-right: 20px
	}

	.module-phone {
		margin-right: 20px
	}
}

@media (min-width:992px) and (max-width:1150px) {
	.module-phone {
		display: none
	}
}

.module-phone .module-icon svg {
	color: var(--global--color-heading);
	transition: .3s ease-in-out;
	display: inline-block
}

.module-phone .module-body a,
.module-phone.module-phone-2 .module-icon {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox
}

.module-phone .module-body {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.module-phone .module-body span {
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 400;
	color: var(--global--color-gray-darken);
	text-transform: capitalize
}

.module-phone .module-body a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--global--color-heading);
	font-family: var(--global--font-body);
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	transition: .3s ease-in-out
}

.module-language .selected span,
.top-bar .headline-wrapper .headline {
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0
}

.module-phone.module-phone-2 .module-icon {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 53px;
	height: 53px;
	background: 0 0;
	border: 2px solid var(--global--color-white);
	border-radius: 50%;
	margin-right: 15px;
	transition: .3s ease-in-out
}

.module-language {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%
}

.module-language.module-active .lang-list,
.module-language:hover .lang-list,
.services .service-panel:hover .service-img,
.team-carousel .owl-carousel .owl-stage-outer .owl-item.active,
.timetable .table-holder .time-table.active {
	opacity: 1;
	visibility: visible
}

.module-language .selected span {
	line-height: 21px;
	color: var(--global--color-white);
	text-transform: capitalize;
	margin-right: 5px;
	cursor: pointer
}

.module-language .selected i {
	font-size: 11px;
	color: var(--global--color-white)
}

.module-language .lang-list {
	background-color: var(--global--color-white);
	color: var(--global--color-heading);
	position: absolute;
	top: 100%;
	padding: 6px 22px;
	-webkit-box-shadow: 0 5px 41.5px rgba(9, 29, 62, .11);
	box-shadow: 0 5px 41.5px rgba(9, 29, 62, .11);
	z-index: 5555;
	left: -22px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 0 0 8px 8px
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child .comment,
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .comment,
.module-language .lang-list ul li:last-of-type a {
	border-bottom: none
}

.module-language .lang-list ul li:last-of-type a::after,
.team-member .team-content .team-cat a:last-of-type::after {
	content: none
}

.module-language .lang-list ul li a {
	font-size: 14px;
	display: block;
	color: var(--global--color-body);
	text-transform: capitalize;
	border-bottom: 1px solid #eaeaea;
	padding: 8px 0;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative
}

.module-language .lang-list ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: transparent
}

.module-social a i,
.top-bar .headline-wrapper .owl-carousel a {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	color: var(--global--color-primary)
}

.module-language .lang-list ul li a:hover::after {
	width: 100%;
	background-color: var(--global--color-primary)
}

.module-social,
.top-bar .top-contact .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.module-social a i {
	font-size: 20px;
	border-radius: 50%;
	transition: .3s ease-in-out
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover,
.contact .contact-icons .icon:hover,
.module-social a i:hover,
.services .service-panel .service-content .service-icon:hover i,
.shop .sidebar-shop {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.module-social.module-social-2 {
	line-height: 70px;
	height: 70px;
	border-right: 2px solid #292929;
	margin-right: 0
}

.module-social.module-social-2 a {
	color: var(--global--color-white);
	background-color: transparent;
	margin-right: 20px;
	width: auto;
	height: auto;
	border-radius: 0
}

.module-social.module-social-2 a:hover {
	color: var(--global--color-primary);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.top-bar {
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px;
	position: relative;
	z-index: 8888;
	background-color: var(--global--color-heading-light)
}

@media (min-width:992px) and (max-width:1450px) {
	.top-bar {
		padding: 0 20px
	}
}

.top-bar .block-left,
.top-bar.top-bar-2 .block-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.top-bar .block-right,
.top-bar.top-bar-2 .block-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width:992px) and (max-width:1185px) {
	.top-bar .block-right {
		margin-bottom: 0
	}
}

@media (min-width:992px) and (max-width:1549.98px) {
	.top-bar .block-right .module-language {
		margin-left: 10px
	}
}

@media (min-width:992px) and (max-width:1154.98px) {
	.top-bar .block-right .module-language {
		display: none
	}
}

@media (min-width:992px) and (max-width:1399.98px) {
	.header.header-transparent-2 .navbar .navbar-brand {
		width: 200px
	}

	.module-sidenav .module-icon {
		width: 60px
	}

	.top-bar .block-right .module-social {
		margin-left: 15px
	}
}

.top-bar .headline-wrapper .headline {
	line-height: 22px;
	color: var(--global--color-white-light);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px
}

.top-bar .headline-wrapper .headline svg {
	color: var(--global--color-primary);
	margin-right: 9px
}

.top-bar .headline-wrapper .owl-carousel {
	width: 200px;
	display: inline-block
}

.top-bar .headline-wrapper .owl-carousel a,
.top-bar .top-bar-links-wrapper .top-bar-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	font-size: 13px;
	font-weight: 400;
	font-family: var(--global--font-body)
}

.top-bar .headline-wrapper .owl-carousel a {
	line-height: 22px;
	transition: .3s ease-in-out;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top-bar .headline-wrapper .owl-carousel a:hover svg {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}

.top-bar .headline-wrapper .owl-carousel a svg {
	fill: var(--global--color-primary);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-left: 10px
}

.top-bar .top-bar-links-wrapper .top-bar-link {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	line-height: 21px;
	color: var(--global--color-white);
	margin-bottom: 0;
	margin-right: 20px;
	text-transform: capitalize
}

.breadcrumb-wrapper .breadcrumb,
.cta .prief-set.prief-set-2 .advantages-list-holder,
.team-single .entry-education .education-panel,
.top-bar .top-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.breadcrumb .breadcrumb-item,
.hero .divider,
.page-title,
.page-title .divider {
	display: -webkit-box;
	display: -ms-flexbox
}

@media (min-width:992px) and (max-width:1349.98px) {
	.top-bar .top-contact .contact-info {
		margin-right: 15px
	}
}

@media (min-width:1350px) and (max-width:1549.98px) {
	.top-bar .top-contact .contact-info {
		margin-right: 10px
	}
}

@media (min-width:992px) and (max-width:1379.98px) {
	.top-bar .top-contact .contact-info:last-child {
		display: none
	}
}

.top-bar .top-contact .contact-info .contact-icon svg {
	color: var(--global--color-primary);
	margin-right: 10px
}

.top-bar .top-contact .contact-info .contact-body a,
.top-bar .top-contact .contact-info .contact-body p {
	font-family: var(--global--font-body);
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	color: var(--global--color-white-light);
	margin-bottom: 0;
	text-transform: capitalize
}

.top-bar.top-bar-2 {
	background-color: 00359a
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 0;
	background: 0 0;
	color: var(--global--color-secondary)
}

@media screen and (min-width:1350px) {
	.top-bar .block-left {
		-ms-flex-preferred-size: 39%;
		flex-basis: 39%
	}

	.top-bar .block-right,
	.top-bar.top-bar-2 .block-left {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}

	.top-bar.top-bar-2 .block-right {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}
}

.page-title {
	padding: 0 0 110px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 500px
}

.page-title.page-title-blank {
	padding: 30px 0;
	height: auto
}

.hero .hero-content .hero-subtitle,
.page-title .title .title-subheading {
	font-family: var(--global--font-body);
	color: var(--global--color-gray);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px
}

.page-title .title .title-heading {
	font-family: var(--global--font-heading);
	color: var(--global--color-white);
	font-weight: 600;
	font-size: 75px;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: capitalize
}

@media (min-width:992px) and (max-width:1199px) {
	.page-title .title .title-heading {
		font-size: 35px;
		line-height: 1.4
	}
}

.hero .divider,
.page-title .divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	display: flex
}

.hero .divider .bg,
.page-title .divider .bg {
	background-color: var(--global--color-white);
	height: 110px;
	-ms-flex-preferred-size: 95%;
	flex-basis: 95%
}

.hero .divider .scroll-btn,
.page-title .divider .scroll-btn {
	height: 110px;
	-ms-flex-preferred-size: 5%;
	flex-basis: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hero.hero-7,
.page-title.page-title-2 {
	height: 460px
}

.breadcrumb .breadcrumb-item {
	font-family: var(--global--font-body);
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize
}

.heading .heading-desc,
.heading .heading-subtitle {
	font-family: var(--global--font-body);
	font-size: 16px
}

.breadcrumb .breadcrumb-item a {
	font-family: var(--global--font-body)
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: 0
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	padding: 0 10px;
	color: var(--global--color-secondary);
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px)
}

.breadcrumb-wrapper {
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.carousel-dots .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 5
}

.carousel-dots .owl-dots .owl-dot {
	margin-right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.carousel-dots .owl-dots .owl-dot.active span {
	border-bottom: 4px solid var(--global--color-secondary);
	border-width: 6px
}

.carousel-dots .owl-dots .owl-dot span {
	display: inline-block;
	width: 24px;
	height: 6px;
	border-bottom: 4px solid var(--global--color-secondary-darken);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 0;
	position: relative
}

.carousel-dots.carousel-dots-white .owl-dot span {
	border-color: var(--global--color-white)
}

.carousel-dots.carousel-dots-white .owl-dot.active span {
	border-color: #113cac
}

.carousel-navs .owl-nav span,
.slider .carousel-navs-slider .owl-nav span {
	font-size: 0
}

.carousel-navs .owl-next:before,
.carousel-navs .owl-prev:before {
	font-family: carousel !important;
	font-size: 43px;
	color: #687596;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.carousel-navs .owl-prev {
	margin-right: 50px
}

.carousel-navs .owl-prev:before,
.slider .carousel-navs-slider .owl-nav .owl-prev:before {
	content: "\e990"
}

.carousel-navs .owl-next:before,
.slider .carousel-navs-slider .owl-nav .owl-next:before {
	content: "\e991"
}

.carousel-navs .owl-dots,
.slider .carousel-dots .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%
}

.heading {
	margin-bottom: 47px
}

.heading .heading-subtitle {
	text-transform: capitalize;
	color: var(--global--color-secondary);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 14px
}

.heading .heading-title {
	font-family: var(--global--font-heading);
	text-transform: capitalize;
	font-size: 37px;
	line-height: 54px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #0e204d
}

.heading .heading-desc {
	color: var(--global--color-body);
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 0
}

.heading .paragraph,
.slider .slide .slide-content .slide-subtitle {
	font-family: var(--global--font-body);
	font-size: 16px;
	font-weight: 700
}

.heading .paragraph {
	line-height: 27px;
	color: var(--global--color-secondary);
	margin-bottom: 0
}

.features.features-1 .note,
.heading.heading-2 {
	margin-bottom: 60px
}

.heading.heading-11 .heading-title,
.heading.heading-14 .heading-title,
.heading.heading-2 .heading-title {
	font-size: 40px;
	line-height: 55px
}

.heading.heading-2 .paragraph {
	margin-bottom: 24px
}

.heading.heading-2 .heading-desc {
	color: var(--global--color-primary);
	margin-bottom: 42px
}

.about.about-2 .about-action,
.about.about-3 .about-action,
.heading.heading-3,
.product-item {
	margin-bottom: 42px
}

.heading.heading-3 .heading-title {
	color: #021a42;
	margin-bottom: 9px
}

.heading.heading-10 .heading-desc,
.heading.heading-3 .heading-desc,
.services .service-panel.service-panel-2:hover .service-content .service-desc p {
	color: #9094a3
}

.donations.donations-1 .donations-action,
.donations.donations-3 .donations-action,
.donations.donations-4 .donations-action,
.heading.heading-4 {
	margin-bottom: 100px
}

.heading.heading-4 .heading-title {
	color: #021a42;
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 29px
}

.heading.heading-4 .heading-desc {
	color: #9094a3;
	margin-bottom: 31px
}

.heading.heading-13 .heading-title,
.heading.heading-5 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 30px
}

.blog-single .blog-entry-wrapper .entry-content .entry-bio,
.contact .advantages-list-holder,
.contact-panel.contact-panel-2 .contact-card .card-desc,
.heading.heading-13 .heading-desc,
.heading.heading-5 .heading-desc,
.processes .process-panel .process-body .process-icon,
.team-single .entry-awards .entry-desc,
.team-single .entry-bio,
.team-single .entry-education .entry-desc {
	margin-bottom: 32px
}

.shop-cart,
.slider,
.slider .slide .departments-wrapper .departments-card .department-info:first-of-type {
	padding-top: 0
}

.heading.heading-6 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 50px;
	color: #021a42
}

.heading.heading-12 .paragraph,
.heading.heading-6 .paragraph {
	color: #223865;
	margin-bottom: 26px
}

.heading.heading-6 .heading-desc {
	color: #9094a3;
	margin-bottom: 42px
}

.heading.heading-7,
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder {
	position: relative;
	z-index: 4
}

.heading.heading-7 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 0
}

.heading.heading-9 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 73px
}

.blog-single .blog-entry-wrapper .entry-content .entry-title,
.heading.heading-9 .heading-desc {
	margin-bottom: 31px
}

.heading.heading-10 {
	position: relative;
	z-index: 4;
	margin-bottom: 43px
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share span,
.cta .panel .panel-action .panel-icon,
.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel h3,
.heading.heading-10 .heading-title,
.widget-services .widget-content ul li {
	margin-bottom: 10px
}

.heading.heading-11,
.heading.heading-14 {
	margin-bottom: 54px
}

.heading.heading-12 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 40px;
	color: #021a42
}

.heading.heading-12 .heading-desc {
	color: #9094a3;
	margin-bottom: 32px
}

@media screen and (min-width:992px) {
	.accordion.accordion-2 .sidebar-faqs {
		margin-top: 8px;
		margin-left: 0;
		margin-right: auto
	}

	.header .navbar-brand,
	.header.header-transparent,
	.header.header-transparent-2,
	.module-search,
	.module-sidenav .module-icon {
		height: 110px
	}

	.header.header-transparent .navbar .navbar-nav>li>a,
	.header.header-transparent-2 .navbar .navbar-nav>li>a,
	.navbar.navbar-dark .navbar-nav>li.active>a,
	.navbar.navbar-dark .navbar-nav>li:hover>a,
	.navbar.navbar-dark .navbar-nav>li>a {
		color: var(--global--color-white)
	}

	.header.header-transparent-2 .navbar .navbar-nav>li {
		margin-right: 20px
	}

	.header.header-topbar {
		height: 160px
	}

	.header .navbar {
		min-height: 110px;
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto
	}

	.header .navbar.navbar-fixed .navbar-brand .logo-dark {
		display: inline-block
	}

	.navbar.navbar-dark {
		background-color: var(--global--color-heading)
	}

	.module-contact .btn:first-child:active,
	.module-contact .btn:first-child:focus,
	.module-contact .btn:first-child:hover,
	.navbar.navbar-dark .navbar-nav>li>a:hover {
		color: var(--global--color-primary)
	}

	.module-holder-phone .module-language {
		display: none
	}

	.module-cart {
		height: 110px;
		border-right: 1px solid rgba(234, 234, 234, .149)
	}

	.module-contact .btn:first-child {
		padding: 0 20px 0 0;
		width: auto;
		height: auto;
		background-color: transparent;
		color: var(--global--color-secondary-darken);
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.module-contact .btn:first-child::before {
		content: unset
	}

	.module-contact .btn:last-child {
		width: 190px
	}

	.module-contact.module-contact-2 .btn {
		width: 190px;
		height: 50px
	}

	.top-bar .block-right,
	.top-bar.top-bar-2 .block-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.carousel-navs .owl-nav {
		position: absolute;
		top: -117px;
		right: 0
	}

	.heading.heading-2 .paragraph {
		padding-top: 6px
	}

	.heading.heading-13,
	.heading.heading-5 {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
		margin-bottom: -15px
	}

	.heading.heading-6 {
		padding-top: 70px
	}

	.heading.heading-7 .heading-title {
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px)
	}

	.heading.heading-11 .heading-title,
	.heading.heading-14 .heading-title,
	.heading.heading-9 .heading-title {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	.slider .slide .departments-wrapper .departments-card {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transform: translateY(54px);
		-ms-transform: translateY(54px);
		transform: translateY(54px)
	}
}

.slider {
	padding-bottom: 0;
	position: relative
}

.slider .slide {
	padding-top: 0;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 645px
}

.about.about-4 .avatars-holder,
.features .features-wrapper,
.slider .slide .slide-content,
.team-standard.team-standard-1 .note,
.testimonial .section-content {
	position: relative;
	z-index: 5
}

.slider .slide .slide-content .slide-subtitle {
	text-transform: capitalize;
	color: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 8px
}

.hero .hero-content .hero-title,
.slider .slide .slide-content .slide-title {
	font-family: var(--global--font-heading);
	font-size: 75px;
	color: var(--global--color-primary);
	text-transform: capitalize
}

.slider .slide .slide-content .slide-title {
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 22px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.top-bar .top-bar-links-wrapper .top-bar-link {
		margin-right: 10px
	}

	.heading .heading-title,
	.heading.heading-11 .heading-title,
	.heading.heading-12 .heading-title,
	.heading.heading-13 .heading-title,
	.heading.heading-14 .heading-title,
	.heading.heading-2 .heading-title,
	.heading.heading-4 .heading-title,
	.heading.heading-5 .heading-title,
	.heading.heading-6 .heading-title,
	.heading.heading-7 .heading-title,
	.heading.heading-9 .heading-title {
		font-size: 32px;
		line-height: 1.4
	}

	.slider .slide .slide-content .slide-title {
		font-size: 35px;
		line-height: 1.4
	}
}

.slider .slide .slide-content .slide-desc {
	font-family: var(--global--font-body);
	color: #00359A;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 32px
}

@media screen and (max-width:991.98px) {

	.accordion.accordion-2 p,
	.advantages-list-wrapper,
	.page-title .title,
	.slider .slide .slide-content {
		text-align: center
	}

	.note {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}

	.accordion.accordion-2 {
		padding-bottom: 0
	}

	.accordion.accordion-2 .accordion-holder,
	.heading.heading-12 {
		margin-bottom: 70px
	}

	#back-to-top {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		right: 20px;
		bottom: 20px
	}

	#back-to-top svg {
		margin-bottom: 0
	}

	#back-to-top span,
	.header.header-topbar .top-bar,
	.module-holder div:not(.module-contact) {
		display: none
	}

	.header .navbar-brand,
	.header.header-white {
		height: 80px
	}

	.header.header-transparent-2 .navbar {
		padding-right: 0;
		position: relative
	}

	.header.header-transparent-2 .navbar .navbar-brand {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.header.header-transparent-2 .navbar .module-holder-phone {
		padding-right: 40px
	}

	.header .navbar.navbar-fixed {
		border-color: var(--global--color-white)
	}

	.module-holder {
		margin-top: 30px;
		margin-left: 0;
		height: auto
	}

	.module-holder-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 80px;
		margin-top: 0
	}

	.module-sidenav .module-icon {
		width: 80px
	}

	.module-cart {
		height: 80px;
		margin-right: 30px;
		padding-right: 0
	}

	.module-cart .module-cart-warp {
		left: -250px
	}

	.module-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}

	.module-contact .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}

	.module-contact .btn:first-child {
		color: var(--global--color-secondary-darken);
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 10px
	}

	.module-contact.module-contact-2 {
		margin-right: 0
	}

	.page-title {
		padding-bottom: 70px
	}

	.heading .heading-subtitle,
	.page-title .title .title-subheading {
		line-height: 1.5
	}

	.page-title .divider .bg,
	.page-title .divider .scroll-btn {
		height: 70px
	}

	.breadcrumb,
	.breadcrumb-wrapper .breadcrumb,
	.slider .slide .slide-content .slide-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.breadcrumb-wrapper {
		height: auto;
		padding: 40px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.carousel-navs .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}

	.heading {
		text-align: center;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}

	.slider .slide {
		height: auto;
		min-height: 120vh
	}

	.slider .slide .departments-wrapper {
		max-width: 370px;
		margin: 0 auto
	}
}

.hero .hero-content .hero-action .btn,
.slider .slide .slide-content .slide-action .btn {
	width: 184px;
	height: 60px;
	margin-right: 30px
}

@media screen and (max-width:767.98px) {
	.custom-radio-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.header.header-light .navbar .navbar-brand .logo-dark,
	.header.header-light .navbar .navbar-brand .logo-mobile.logo-mobile-white,
	.header.header-transparent .navbar .navbar-brand .logo-light,
	.header.header-transparent .navbar .navbar-brand .logo-mobile.logo-mobile-dark,
	.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-mobile.logo-mobile-white,
	.header.header-white .navbar .navbar-brand .logo-dark,
	.header.header-white .navbar .navbar-brand .logo-mobile.logo-mobile-white {
		display: none
	}

	.header.header-light .navbar .navbar-brand .logo-mobile,
	.header.header-transparent .navbar .navbar-brand .logo-mobile,
	.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-mobile.logo-mobile-dark,
	.header.header-transparent-2 .navbar .navbar-brand .logo-mobile,
	.header.header-white .navbar .navbar-brand .logo-mobile {
		display: inline-block
	}

	.header.header-transparent-2 .navbar .navbar-brand {
		width: 80px
	}

	.header.header-transparent-2 .navbar .navbar-brand .logo-mobile.logo-mobile-dark {
		display: block
	}

	.header.header-transparent-2 .navbar .module-holder-phone {
		padding-right: 20px
	}

	.module-search-warp .module-cancel {
		top: 30px;
		right: 20px;
		font-size: 14px;
		width: 50px;
		height: 50px
	}

	.module-search-warp .form-search button::before {
		font-size: 16px
	}

	.module-search-warp .form-control {
		font-size: 18px;
		padding-left: 30px;
		padding-bottom: 17px
	}

	.module-search-warp .form-control::-webkit-input-placeholder {
		font-size: 18px
	}

	.module-search-warp .form-control::-moz-placeholder {
		font-size: 18px
	}

	.module-search-warp .form-control:-ms-input-placeholder {
		font-size: 18px
	}

	.module-cart .module-cart-warp {
		left: -160px;
		padding: 30px
	}

	.heading .heading-title,
	.heading.heading-11 .heading-title,
	.heading.heading-12 .heading-title,
	.heading.heading-13 .heading-title,
	.heading.heading-14 .heading-title,
	.heading.heading-2 .heading-title,
	.heading.heading-4 .heading-title,
	.heading.heading-5 .heading-title,
	.heading.heading-6 .heading-title,
	.heading.heading-7 .heading-title,
	.heading.heading-9 .heading-title,
	.page-title .title .title-heading,
	.slider .slide .slide-content .slide-title {
		font-size: 32px;
		line-height: 1.4
	}

	.breadcrumb .breadcrumb-item,
	.breadcrumb .breadcrumb-item a {
		line-height: 2.4
	}

	.slider .slide .slide-content .slide-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.slider .slide .slide-content .slide-action .btn {
		margin-right: 0;
		margin-bottom: 25px;
		height: 60px;
		width: 200px
	}

	.slider .slide .slide-content .slide-action .btn:last-child {
		margin-bottom: 0
	}
}

.slider .slide .departments-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative
}

.slider .slide .departments-wrapper .departments-card {
	padding: 40px;
	background-color: var(--global--color-white);
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	max-width: 370px
}

.slider .slide .departments-wrapper .departments-card .department-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e6e8eb
}

.slider .slide .departments-wrapper .departments-card .department-info::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -2px;
	left: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.slider .slide .departments-wrapper .departments-card .department-info:last-of-type {
	padding-bottom: 40px;
	border-bottom: 0
}

.slider .slide .departments-wrapper .departments-card .department-info .department-icon i {
	font-size: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #021a42
}

.slider .slide .departments-wrapper .departments-card .department-info .department-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-family: var(--global--font-heading);
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	color: var(--global--color-secondary-darken);
	margin-bottom: 0
}

.slider .slide .departments-wrapper .departments-card .department-info .department-link i {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--global--color-secondary-darken);
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.slider .slide .departments-wrapper .departments-card .department-info .department-link i::before {
	color: var(--global--color-white);
	font-size: 10px
}

.slider .slide .departments-wrapper .departments-card .btn,
.widget-services .widget-content ul li a {
	width: 100%;
	height: 60px
}

.slider .carousel-navs-slider .owl-nav {
	right: auto;
	top: auto;
	position: initial
}

.slider .carousel-navs-slider .owl-nav .owl-next:before,
.slider .carousel-navs-slider .owl-nav .owl-prev:before {
	color: rgba(255, 255, 255, .5);
	font-family: carousel !important;
	font-size: 44px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.slider .carousel-navs-slider .owl-nav .owl-next,
.slider .carousel-navs-slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.slider .carousel-navs-slider .owl-nav .owl-next:hover::before,
.slider .carousel-navs-slider .owl-nav .owl-prev:hover::before {
	color: #fff
}

.slider .carousel-navs-slider .owl-nav .owl-next {
	right: 30px
}

.slider .carousel-navs-slider .owl-nav .owl-prev {
	margin-right: 0;
	left: 30px
}

.slider.slider-1 .slide {
	height: 100vh;
	padding-bottom: 80px
}

.hero.hero-2 .hero-action .btn:first-child,
.slider.slider-1 .slide .slide-content .slide-action .btn:first-child,
.slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
	width: 220px
}

.about .about-action .btn:first-child i,
.contact .contact-actions .btn:first-child i,
.features .features-action .btn:first-child i,
.hero.hero-11 .hero-content .hero-action .btn:first-child i,
.slider.slider-1 .slide .slide-content .slide-action .btn:first-child i,
.slider.slider-2 .slide .slide-content .slide-action .btn:first-child i,
.slider.slider-3 .slide .slide-content .slide-action .btn:first-child i,
.widget-services .widget-content ul li a i {
	width: 60px
}

.slider.slider-1 .slide .slide-content .slide-action .btn:last-child {
	width: 152px
}

.slider.slider-2,
.slider.slider-2 .slide {
	overflow: visible;
	z-index: 5
}

.slider.slider-2 .slide .slide-content .slide-subtitle {
	font-size: 16px;
	color: #f4f4f4
}

.slider.slider-2 .slide .slide-content .slide-desc {
	font-size: 17px
}

.slider.slider-3 .slide .slide-content .slide-action {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slider.slider-3 .slide .slide-content .slide-action .btn:first-child {
	width: 190px
}

.slider.slider-3 .slide .slide-content .slide-action .btn:last-child {
	width: 174px
}

.hero {
	padding: 0 0 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 670px
}

.hero .hero-content .hero-title {
	font-weight: 600;
	line-height: 1;
	margin-bottom: 24px
}

@media (min-width:992px) and (max-width:1199px) {
	.hero .hero-content .hero-title {
		font-size: 35px;
		line-height: 1.4
	}
}

.hero .hero-content .hero-desc {
	font-family: var(--global--font-body);
	color: var(--global--color-gray);
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 33px
}

@media screen and (max-width:991.98px) {
	.slider .slide .departments-wrapper .departments-card {
		margin: 0 auto
	}

	.slider .carousel-navs-slider .owl-nav {
		display: none
	}

	.slider.slider-2 .slide {
		height: auto;
		padding: 150px 0 100px
	}

	.slider.slider-2 .slide .slide-content .slide-action {
		margin-bottom: 70px
	}

	.hero {
		padding-bottom: 70px
	}

	.hero .hero-content {
		text-align: center
	}

	.hero .hero-content .hero-subtitle {
		line-height: 1.5
	}

	.hero .hero-content .hero-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width:767.98px) {
	.slider .slide .departments-wrapper {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.slider .slide .departments-wrapper .departments-card {
		padding: 40px 25px;
		max-width: 100%
	}

	.slider .slide .departments-wrapper .departments-card .department-info .department-icon i {
		font-size: 45px
	}

	.slider .slide .departments-wrapper .departments-card .department-info .department-title {
		font-size: 18px;
		line-height: 1.5
	}

	.slider .slide .departments-wrapper .departments-card .department-info .department-link {
		margin-left: 20px
	}

	.hero .hero-content .hero-title {
		font-size: 32px;
		line-height: 1.4
	}

	.hero .hero-content .hero-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.hero .hero-content .hero-action .btn:last-child {
		margin-bottom: 0
	}

	.hero .hero-content .hero-action .btn {
		margin-right: 0;
		margin-bottom: 25px;
		height: 60px;
		width: 200px
	}

	.hero .hero-content .hero-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.hero .hero-content .hero-list .icon {
	margin-right: 40px;
	display: inline-block
}

.hero .hero-content .hero-list .icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: 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: 70px;
	color: var(--global--color-white)
}

.hero .hero-panel-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.hero .hero-panel-holder .hero-panel {
	background-color: var(--global--color-white);
	border-radius: 8px 0 8px 8px;
	padding: 26px 40px 39px;
	max-width: 290px
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark,
.hero .hero-panel-holder .phone-card {
	background-color: var(--global--color-heading-darken)
}

.hero .hero-panel-holder .hero-panel .panel-content,
.img-card-holder,
.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span,
.single-product .product-content .product-action .product-quantity span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.hero .hero-panel-holder .hero-panel .panel-content i {
	color: #51668a;
	margin-bottom: 12px;
	display: inline-block
}

.hero .hero-panel-holder .hero-panel .panel-content i::before {
	margin-left: 0;
	font-size: 49px
}

.hero .hero-panel-holder .hero-panel .panel-content h5 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: var(--global--color-heading);
	margin-bottom: 14px;
	text-transform: capitalize
}

.hero .hero-panel-holder .hero-panel .panel-content p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--global--color-body);
	margin-bottom: 21px
}

.hero .hero-panel-holder .hero-panel .panel-content .btn {
	width: 155px;
	height: 42px;
	border-radius: 8px 8px 0;
	border: 2px solid #687596;
	-webkit-transition-property: background, color, border-color;
	-o-transition-property: background, color, border-color;
	transition-property: background, color, border-color
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn::before,
.hero .hero-panel-holder .hero-panel .panel-content .btn::before {
	background-color: var(--global--color-secondary);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px
}

.hero .hero-panel-holder .hero-panel .panel-content .btn:hover {
	border-color: #213360
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn {
	background-color: transparent;
	color: var(--global--color-white);
	border: 2px solid;
	-webkit-transition-property: background, color, border-color;
	-o-transition-property: background, color, border-color;
	transition-property: background, color, border-color
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn::before {
	background-color: var(--global--color-primary);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn:hover {
	border-color: var(--global--color-primary);
	color: var(--global--color-white)
}

.hero .hero-panel-holder .phone-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 40px 31px;
	border-radius: 0 32px 0 0;
	max-width: 470px
}

.cta .phone-card .card-icon,
.hero .hero-panel-holder .phone-card .card-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px
}

.cta .phone-card .card-icon i::before,
.hero .hero-panel-holder .phone-card .card-icon i::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	font-size: 50px;
	margin-left: 0;
	color: var(--global--color-white)
}

.cta .phone-card .card-content h5,
.hero .hero-panel-holder .phone-card .card-content h5 {
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: var(--global--color-white);
	text-transform: capitalize;
	margin-bottom: 16px
}

.cta .phone-card .card-content p,
.hero .hero-panel-holder .phone-card .card-content p {
	font-size: 14px;
	color: var(--global--color-gray);
	line-height: 24px;
	margin-bottom: 15px
}

.cta .phone-card .card-content a,
.hero .hero-panel-holder .phone-card .card-content a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: var(--global--color-white)
}

.cta .phone-card .card-content a span,
.hero .hero-panel-holder .phone-card .card-content a span {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: var(--global--font-heading);
	font-weight: 400;
	font-size: 24px
}

.cta .phone-card .card-content a i,
.hero .hero-panel-holder .phone-card .card-content a i {
	margin-bottom: 4px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 19px;
	margin-right: 15px
}

.hero .hero-panel-holder.hero-panel-holder-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.hero .breadcrumb-holder {
	position: absolute;
	bottom: 135px;
	left: 0;
	width: 100%
}

.hero .hero-rating .num {
	font-family: var(--global--font-heading);
	font-weight: 400;
	font-size: 37px;
	line-height: 22px;
	color: var(--global--color-white);
	margin-right: 18px
}

.hero .hero-rating .rating-body p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #f9f9f9;
	margin-bottom: 0
}

.hero .hero-rating .rating-body p a {
	font-weight: 700;
	font-size: 14px;
	color: var(--global--color-white);
	text-transform: capitalize
}

.hero.hero-1 .hero-action .btn:first-child {
	width: 250px
}

.hero.hero-1 .hero-action .btn--video-text .icon-wrapper {
	width: 60px;
	height: 60px
}

.hero.hero-2 .hero-action .btn:last-child {
	width: 150px
}

.hero.hero-3 {
	height: 465px
}

.hero.hero-4,
.hero.hero-5 {
	height: 540px
}

.hero.hero-6,
.hero.hero-9 {
	height: 670px
}

.hero.hero-6 .hero-action .btn:first-child,
.hero.hero-9 .hero-action .btn:first-child {
	width: 212px
}

.hero.hero-6 .hero-action .btn:last-child,
.hero.hero-9 .hero-action .btn:last-child {
	width: 142px
}

.hero.hero-8 {
	height: 680px
}

.hero.hero-11 {
	height: 500px;
	padding-bottom: 160px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 6
}

.hero.hero-11 .hero-content {
	position: relative;
	z-index: 575
}

.hero.hero-11 .hero-content .hero-action .btn:first-child {
	width: 248px
}

.hero.hero-11 .hero-content .hero-action .btn:last-child {
	width: 184px
}

.blog {
	padding: 127px 0 100px
}

.blog .note {
	margin-top: 2px
}

.blog.blog-3 {
	padding-top: 237px
}

.blog-single,
.blog.blog-grid,
.team-gallery,
.team-standard.team-standard-2,
.timetable {
	padding-top: 0;
	padding-bottom: 110px
}

.blog.blog-grid .pagination,
.team .pagination,
.team-grid .pagination {
	margin-top: 10px
}

.blog-entry {
	margin-bottom: 30px;
	position: relative
}

.blog-entry:hover .entry-img .entry-img-holder img,
.departments .department-panel:hover .department-img img,
.team-member .team-member-holder:hover .team-img img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.blog-entry:hover .entry-content,
.departments .department-panel:hover,
.processes .process-panel:hover,
.services .service-panel:hover,
.single-service .core-values .entry-value:hover,
.team-grid .team-member:hover,
.team-modern .team-member:hover,
.team-standard .team-member:hover {
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.blog-entry:hover .entry-content .entry-body .entry-more .btn-square-arrow,
.services .service-panel.service-panel-2:hover .service-content .service-more .btn-square-arrow {
	color: #fefefe;
	background-color: var(--global--color-secondary)
}

.blog-entry:hover .entry-content .entry-body .entry-more .btn-square-arrow i,
.services .service-panel.service-panel-2:hover .service-content .service-more .btn-square-arrow i {
	background-color: var(--global--color-secondary-alt);
	color: #e6e8eb
}

.blog-entry .entry-img .entry-img-holder,
.team-member .team-member-holder {
	overflow: hidden
}

.blog-entry .entry-img .entry-img-holder img {
	-webkit-transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
	width: 100%;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover
}

.blog-entry .entry-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 4
}

.blog-entry .entry-content {
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	background-color: var(--global--color-white)
}

.blog-entry .entry-content .entry-meta,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--global--color-white)
}

.blog-entry .entry-content .entry-meta .entry-category,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
	height: 40px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--global--color-primary);
	z-index: 3;
	position: relative;
	margin-right: 15px
}

.blog-entry .entry-content .entry-meta .entry-category::before,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category::before {
	content: "";
	bottom: -9px;
	width: 10px;
	height: 10px;
	background-color: var(--global--color-primary);
	position: absolute;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	left: 20px
}

.blog-entry .entry-content .entry-meta .entry-category a,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a {
	font-family: var(--global--font-body);
	color: #f4f4f4;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize
}

.blog-entry .entry-content .entry-meta .entry-category a::after,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a::after,
.team-member .team-content .team-cat a::after {
	content: ",";
	margin-right: 5px
}

.blog-entry .entry-content .entry-meta .entry-category a:last-child::after,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:last-child::after {
	margin-right: 0;
	content: unset
}

.blog-entry .entry-content .entry-meta .entry-category a:hover,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:hover,
.timetable .table-holder .time-table .clinic:hover {
	text-decoration: underline
}

.blog-entry .entry-content .entry-meta .entry-date {
	margin-bottom: 0;
	text-transform: capitalize
}

.blog-entry .entry-content .entry-meta .entry-date span {
	position: relative;
	color: var(--global--color-secondary-darken-alt);
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 26px
}

.blog-entry .entry-content .entry-meta .entry-date span::after,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span::after {
	content: ", ";
	position: relative
}

.blog-entry .entry-content .entry-meta .entry-date span:last-of-type::after,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span:last-of-type::after {
	content: ""
}

.blog-entry .entry-content .entry-body {
	padding: 33px 40px 40px
}

.blog-entry .entry-content .entry-body .entry-title {
	font-family: var(--font-family-heading);
	font-size: 19px;
	font-weight: 500;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 7px
}

.blog-entry .entry-content .entry-body .entry-author p {
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #9094a3;
	margin-bottom: 0
}

.blog-entry .entry-content .entry-body .entry-author p a,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a {
	margin-left: 3px;
	color: var(--global--color-secondary);
	text-transform: capitalize;
	display: inline-block
}

.blog-entry .entry-content .entry-body .entry-bio p {
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #9094a3;
	margin-bottom: 23px
}

.blog-entry .entry-content .entry-body .entry-more .btn {
	width: 164px;
	height: 50px
}

.blog-entry .entry-content .entry-body .entry-more .btn i,
.blog-single .nav-posts .btn i {
	width: 50px
}

.blog-entry.blog-entry-2 .entry-content .entry-body,
.widget-tags {
	padding-bottom: 30px
}

.blog-single .blog-entry-wrapper .entry-img img {
	border-radius: 0;
	width: 100%;
	height: 530px;
	-o-object-fit: cover;
	object-fit: cover
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .divider {
	width: 5px;
	height: 5px;
	background: #9baac5;
	margin: 0 10px
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date {
	margin-bottom: 0;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span {
	position: relative;
	color: var(--global--color-secondary-darken-alt);
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p,
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments {
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #9094a3;
	text-transform: capitalize
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p {
	margin-bottom: 0
}

.blog-single .blog-entry-wrapper .entry-content .entry-body {
	padding: 28px 40px 30px
}

.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
	font-family: var(--global--font-heading);
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--global--color-secondary-darken)
}

@media screen and (max-width:767.98px) {
	.hero .hero-content .hero-list .icon {
		margin: 0 15px 25px
	}

	.hero .hero-panel-holder .phone-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}

	.hero .hero-panel-holder .phone-card .card-icon {
		margin-right: 0
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
		margin-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-body {
		text-align: center
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
		font-size: 30px;
		line-height: 1.4
	}
}

.blog-single .blog-entry-wrapper .entry-content .entry-bio p {
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	margin-bottom: 25px
}

.blog-single .blog-entry-wrapper .entry-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share span,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags span {
	display: block;
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 15px;
	color: var(--global--color-secondary-darken-alt);
	text-transform: capitalize;
	margin-right: 20px
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div {
	height: auto;
	line-height: normal;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a {
	color: var(--global--color-white);
	background-color: var(--global--color-heading);
	margin-right: 15px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 52px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:hover,
.single-product .product-content .product-share a:hover {
	background-color: var(--global--color-primary);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.facebook-bg,
.single-product .product-content .product-share a.facebook-bg {
	background-color: #3b5999
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.twitter-bg,
.single-product .product-content .product-share a.twitter-bg {
	background-color: #55acee
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.instagram-bg,
.single-product .product-content .product-share a.instagram-bg {
	background-color: #0092ff
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.pinterest-bg,
.single-product .product-content .product-share a.pinterest-bg {
	background-color: #ca1f27
}

.blog-single .blog-entry-wrapper .entry-holder .entry-tags a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: var(--global--font-body);
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: var(--global--color-secondary);
	background-color: transparent;
	border: 1px solid #e6e8eb;
	padding: 0 9px
}

.blog-single .blog-entry-wrapper .entry-holder .entry-tags a:hover,
.widget-categories ul li:hover span,
.widget-tags .widget-content a:hover {
	background-color: var(--global--color-secondary);
	border-color: var(--global--color-secondary);
	color: var(--global--color-white)
}

.blog-single .nav-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0 0
}

.blog-single .nav-posts .btn {
	height: 50px;
	width: 157px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.blog-single .nav-posts .btn span,
.services .service-panel .service-content .service-title h3 a {
	color: var(--global--color-secondary-darken);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.blog-single .nav-posts .btn:hover i,
.departments .department-panel:hover .department-content .department-more .btn-square-arrow i {
	background-color: #0646b2
}

.blog-single .nav-posts .prev-post .btn i,
.features .feature-panel:hover .feature-link i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.blog-single .entry-widget {
	margin-top: 62px
}

.blog-single .entry-widget .entry-widget-title {
	position: relative;
	margin-bottom: 35px
}

.blog-single .entry-widget .entry-widget-title h3 {
	font-family: var(--global--font-heading);
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 0;
	position: relative;
	text-transform: capitalize;
	color: #021a42
}

.blog-single .entry-widget-bio {
	padding: 42px 45px 36px;
	background-color: #f0f5fd;
	position: relative
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}

	.blog-single .blog-entry-wrapper .entry-holder .entry-tags {
		margin-bottom: 20px
	}

	.blog-single .blog-entry-wrapper .entry-holder .entry-tags div,
	.blog-single .nav-posts {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.blog-single .entry-widget-bio {
		padding-right: 20px;
		padding-left: 20px
	}

	.blog-single .entry-widget-bio .entry-widget-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.blog-single .entry-widget-bio .entry-widget-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-single .entry-widget-bio .entry-widget-content img {
	width: 70px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 30px
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc h3 {
	font-family: var(--global--font-body);
	color: var(--global--color-secondary-darken-alt);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 8px;
	text-transform: capitalize
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc p {
	color: #9094a3;
	font-size: 15px;
	font-family: var(--global--font-body);
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 21px
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 20px
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a i {
	color: var(--global--color-secondary-darken);
	font-size: 15px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.blog-single .entry-comments .entry-widget-content .comments-list {
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 0
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
	position: relative;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child,
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .replies-list {
	margin-top: 25px;
	padding-top: 30px;
	border-top: 2px solid #e6e8eb
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list {
	margin-top: 25px;
	padding-top: 30px
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li {
	position: relative;
	margin-bottom: 30px
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body .comment {
	border-bottom: 2px solid #e6e8eb
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body:last-child .comment {
	border: 0
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
	margin-left: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e6e8eb
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment h4 {
	font-family: var(--global--font-heading);
	color: var(--global--color-secondary);
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
	line-height: 16px
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .date {
	color: var(--global--color-secondary-darken-alt);
	font-family: var(--global--font-body);
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 7px
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment p {
	font-family: var(--global--font-body);
	color: #9094a3;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply {
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--global--color-secondary-darken);
	line-height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative
}

.blog-single .entry-add-comment {
	padding-top: 37px;
	margin-top: 0
}

.blog-single .entry-add-comment textarea {
	line-height: normal;
	height: 120px;
	padding-top: 19px
}

.blog-single .entry-add-comment .btn {
	height: 70px;
	width: 284px
}

.blog-single .entry-add-comment .btn i,
.contact-card .contact-body .btn i {
	width: 70px
}

.shop {
	padding-top: 110px;
	padding-bottom: 110px
}

.shop.shop-1 .pagination {
	margin-top: 3px
}

.shop.shop-2 {
	padding-top: 47px;
	padding-bottom: 61px
}

.shop.shop-2 h5 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 21px;
	color: var(--global--color-heading);
	text-transform: capitalize
}

.shop.shop-3 {
	padding-top: 126px;
	padding-bottom: 0
}

.departments .department-panel .department-img,
.product-item .product-img,
.team-member .team-img,
.team-projects .project {
	position: relative;
	overflow: hidden
}

.product-item .product-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.product-item .product-img:hover .add-to-cart {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	visibility: visible
}

.product-item .product-img img {
	border-radius: 0;
	max-width: 100%;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.product-item .product-img .badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: var(--global--color-primary);
	color: var(--global--color-white);
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 56px;
	height: 30px;
	text-transform: capitalize
}

.product-item .product-img .badge.badge-sale {
	background-color: red
}

.product-item .product-img .add-to-cart {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	transform: translateX(-50%) translateY(20px);
	bottom: 40px;
	width: calc(100% - 80px);
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--global--color-white);
	background-color: var(--global--color-secondary);
	text-transform: capitalize;
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 15px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	visibility: hidden
}

.shop-options,
.shop-options .products-sort .nice-select {
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox
}

.product-item .product-img .add-to-cart i {
	font-size: 15px;
	margin-right: 10px
}

.product-item .product-content {
	padding-top: 21px;
	text-align: center
}

.product-item .product-content .product-title {
	margin-bottom: 8px
}

.product-item .product-content .product-title a {
	text-transform: capitalize;
	font-family: var(--global--font-heading);
	font-size: 19px;
	line-height: 32px;
	font-weight: 700;
	color: var(--global--color-secondary-darken)
}

.product-item .product-content .product-price span {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 19px;
	color: var(--global--color-secondary);
	line-height: 28px
}

.shop-options {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.shop-options .products-show p {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 14px;
	color: var(--global--color-secondary-darken-alt);
	text-transform: capitalize;
	margin-bottom: 0
}

.shop-options .products-sort .nice-select {
	padding-left: 23px;
	border: var(--global--color-gray-light);
	height: 60px;
	width: 250px;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #68738e;
	border: 1px solid #e6e8eb;
	border-radius: 0
}

.shop-options .products-sort .nice-select::after {
	width: 7px;
	height: 7px;
	border-color: #68738e;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	right: 24px
}

.shop-options .products-sort .nice-select .current {
	font-family: var(--global--font-body);
	font-size: 14px;
	color: #68738e
}

.single-product,
.team-modern.team-modern-3,
.team-projects {
	padding-top: 0;
	padding-bottom: 0
}

.single-product .checkout-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px;
	background-color: var(--global--color-primary-light);
	border-radius: 8px 8px 0;
	margin-bottom: 40px
}

.single-product .checkout-banner p {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 19px;
	color: var(--global--color-heading);
	margin-bottom: 0
}

.single-product .checkout-banner .btn {
	height: 60px;
	border-radius: 8px 8px 0
}

.single-product .product-img {
	border-radius: 8px;
	position: relative
}

.single-product .product-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.single-product .product-content {
	padding-top: 15px
}

.single-product .product-content .product-title h3 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	color: var(--global--color-heading);
	font-size: 29px;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 12px
}

.single-product .product-content .product-price {
	font-family: var(--global--font-body);
	color: var(--global--color-primary);
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 26px
}

.single-product .product-content .product-review {
	margin-bottom: 21px
}

.single-product .product-content .product-review span {
	color: var(--global--color-body);
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	font-family: var(--global--font-body);
	text-transform: capitalize
}

.single-product .product-content .product-review span::after {
	content: "/";
	margin: 0 6px
}

.single-product .product-content .product-review .product-rating {
	margin-right: 30px;
	display: inline-block
}

.single-product .product-content .product-review .product-rating i {
	color: var(--global--color-body);
	font-size: 15px;
	line-height: 1;
	margin-right: 5px
}

.single-product .product-content .product-desc p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 32px;
	color: var(--global--color-body)
}

.single-product .product-content .product-details .table td {
	border-top: 0;
	padding-bottom: 5px
}

.single-product .product-content .product-details .table .name {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 16px;
	color: var(--global--color-heading);
	text-transform: capitalize
}

.single-product .product-content .product-details .table .value {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 15px;
	color: var(--global--color-body);
	text-transform: capitalize
}

.single-product .product-content .product-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.single-product .product-content .product-share a {
	color: var(--global--color-white);
	background-color: var(--global--color-heading);
	border-radius: 8px 8px 0;
	margin-right: 15px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 52px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-product .product-content .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 31px
}

.single-product .product-content .product-action .product-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #f0f1f3;
	width: 80px;
	margin-right: 15px
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a,
.single-product .product-content .product-action .product-quantity span a {
	border-left: 2px solid #f0f1f3
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a:first-child,
.single-product .product-content .product-action .product-quantity span a:first-child {
	border-bottom: 2px solid #f0f1f3
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a i,
.single-product .product-content .product-action .product-quantity span a i {
	width: 24px;
	height: 24px;
	font-size: 10px;
	line-height: 25px;
	color: var(--global--color-heading);
	text-align: center
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity input,
.single-product .product-content .product-action .product-quantity input {
	width: 50px;
	height: 50px;
	color: var(--global--color-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	font-family: var(--global--font-body);
	text-align: center;
	background-color: transparent;
	border-color: transparent
}

.checkout-widget label,
.shop-cart .cart-total-amount .table tbody .head,
.shop-cart .cart-total-amount h5 {
	font-family: var(--global--font-heading);
	color: var(--global--color-heading)
}

.single-product .product-content .product-action .btn {
	height: 54px;
	background-color: var(--global--color-secondary);
	color: var(--global--color-white)
}

.single-product .product-tabs {
	background-color: var(--global--color-white);
	margin-top: 95px;
	margin-bottom: 40px
}

.single-product .product-tabs .nav-tabs {
	background-color: var(--global--color-white);
	border: 0
}

.single-product .product-tabs .nav-tabs li a {
	color: #273a69;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: var(--global--font-body);
	text-transform: capitalize;
	border-radius: 0;
	margin-right: 0;
	padding-bottom: 14px;
	display: block;
	border-right: 0;
	position: relative
}

.single-product .product-tabs .nav-tabs li a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

@media (max-width:420px) {
	.single-product .product-tabs .nav-tabs li a::after {
		content: unset
	}
}

.single-product .product-tabs .tab-content {
	border-top: 2px solid var(--global--color-gray-light);
	padding-top: 25px
}

.single-product .product-tabs .tab-content p {
	font-family: var(--global--font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: var(--global--color-body)
}

.single-product .product-tabs .tab-content h5 {
	font-size: 13px
}

.single-product .product-tabs .tab-content .review-comment .review-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.single-product .product-tabs .tab-content .review-comment .review-body img {
	width: 60px;
	height: 60px;
	border-radius: 8px 8px 0;
	margin-right: 30px
}

.sidebar-shop .widget-categories,
.single-product .product-tabs .tab-content .review-comment .product-comment {
	margin-bottom: 35px
}

.shop-cart .cart-table.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

.shop-cart .cart-table .table {
	background-color: var(--global--color-white);
	border-radius: 0;
	margin-bottom: 0;
	color: var(--global--color-body)
}

.shop-cart .cart-table .table tr th {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	color: var(--global--color-body);
	font-family: var(--global--font-body);
	padding: 10px 0;
	border: 1px solid #e5e8ed
}

.shop-cart .cart-table .table tbody tr td {
	padding: 20px;
	border: 1px solid #e5e8ed;
	border-bottom: 1px solid #e5e8ed;
	border-top: 0;
	border-left: 0
}

.shop-cart .cart-table .table tbody tr td:first-child {
	border-left: 1px solid #e5e8ed
}

.shop-cart .cart-table .table tbody tr td.cart-product-price,
.shop-cart .cart-table .table tbody tr td.cart-product-total {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: var(--global--color-primary);
	font-family: var(--global--font-body);
	vertical-align: middle
}

.shop-cart .cart-table .table tbody tr td.cart-product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 19px;
	height: 19px;
	background-color: #283b6a;
	border-radius: 1px;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-img {
	width: 70px;
	height: 70px;
	margin-right: 20px
}

.donations .donations-map img,
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-bg img,
.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
	max-width: 100%
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-name h6 {
	font-family: var(--global--font-heading);
	color: var(--global--color-heading);
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 0
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #f0f1f3;
	width: 80px;
	margin: 0 auto
}

.payment,
.your-order {
	border-radius: 8px 8px 0
}

.shop-cart .cart-product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 82px
}

.shop-cart .cart-product-action form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}

.shop-cart .cart-product-action form .form-control {
	background-color: #f0f1f3;
	margin-right: 10px;
	height: 42px;
	width: 250px;
	line-height: 42px;
	margin-bottom: 0
}

.shop-cart .cart-product-action form .btn {
	margin-top: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.shop-cart .cart-product-action .btn {
	width: 134px;
	height: 42px;
	line-height: 39px;
	margin-right: 10px
}

@media screen and (max-width:575.98px) {
	.shop-cart .cart-product-action .btn {
		margin-top: 20px
	}
}

.shop-cart .cart-total-amount h5 {
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 13px;
	position: relative
}

.about.about-4 .avatars-holder .block-top,
.certificate,
.shop-cart .cart-total-amount .table {
	margin-bottom: 40px
}

.shop-cart .cart-total-amount .table tbody .head {
	font-weight: 500;
	font-size: 17px;
	text-transform: capitalize
}

.shop-cart .cart-total-amount .table tbody td {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 17px;
	color: var(--global--color-body);
	border-top: 0;
	border-bottom: 1px solid #e5e8ed;
	padding-left: 0
}

.shop-cart .cart-total-amount .table tbody td.amount,
.sidebar-blog .widget-recent-posts .entry-title a {
	font-weight: 700
}

.shop-cart .cart-total-amount .btn {
	width: 270px;
	height: 50px
}

.shop-checkout {
	padding-bottom: 120px
}

.shop-checkout .cart-coupon,
.shop-checkout .cart-empty {
	padding: 30px;
	background-color: #f5f5f5;
	border-top: 3px solid #1e85be;
	font-size: 18px;
	font-weight: 400;
	font-family: var(--global--font-body);
	line-height: 1;
	color: #515151;
	margin-bottom: 35px
}

.contact .contact-quote p a::before,
.payment,
.your-order .table-order {
	background-color: var(--global--color-gray)
}

.checkout-widget {
	padding: 20px;
	margin-bottom: 45px
}

.checkout-widget .widget-title {
	margin-bottom: 15px;
	text-transform: capitalize
}

.checkout-widget label {
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px;
	text-transform: capitalize;
	display: block
}

.checkout-widget label .required,
.login .login-body label .required {
	margin-left: 3px;
	color: red
}

.checkout-widget .form-control {
	margin-bottom: 12px
}

.checkout-widget .nice-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.your-order {
	margin-bottom: 53px;
	overflow: hidden
}

.your-order .table-order {
	padding: 30px 30px 12px
}

.your-order .table-order table tbody tr,
.your-order .table-order table thead .order-heading {
	border-bottom: 1px solid #eaeaea
}

.your-order .table-order table thead .order-heading th {
	font-family: var(--global--font-body);
	font-size: 16px;
	color: var(--global--color-heading);
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 3px
}

.your-order .table-order table tbody tr td {
	font-family: var(--global--font-body);
	font-size: 14px;
	color: var(--global--color-heading);
	text-transform: capitalize;
	font-weight: 700;
	padding-top: 13px;
	padding-bottom: 13px
}

.your-order .table-order table tbody tr td:last-of-type {
	font-weight: 400;
	color: var(--global--color-body)
}

.contact .contact-quote.contact-quote-2 .quote-body a:hover,
.your-order .table-order table tbody tr td.product-name {
	padding-left: 10px
}

.your-order .table-order table tbody tr.cart-total td:last-of-type {
	font-weight: 700;
	color: var(--global--color-heading)
}

.payment {
	padding: 33px 15px
}

.payment .payment-conditions,
.payment .payment-method {
	margin: 0 15px
}

.payment .payment-method .no-payment {
	border-top: 3px solid #1e85be;
	padding: 27px 0
}

.payment .payment-method .no-payment p {
	font-family: var(--global--font-body);
	padding: 0 30px;
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
	color: var(--global--color-heading)
}

.login .login-body label,
.shop-account .account-page p,
.team-member .team-content .team-title h4 {
	font-family: var(--global--font-heading);
	text-transform: capitalize
}

.payment .payment-conditions .message {
	padding-top: 10px;
	font-family: var(--global--font-body);
	font-size: 17px;
	line-height: 2;
	color: var(--global--color-body);
	font-weight: 400;
	margin-bottom: 30px
}

.login .login-body .forget,
.team-filter li a {
	font-weight: 700;
	color: var(--global--color-heading)
}

.payment .payment-conditions label {
	text-transform: capitalize;
	font-weight: 500;
	color: var(--global--color-heading);
	font-size: 16px;
	margin-bottom: 30px
}

.login {
	padding-bottom: 140px
}

.login .login-body {
	background-color: var(--global--color-primary-light);
	border-radius: 8px 8px 8px 0;
	padding: 40px
}

.login .login-body label {
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 5px;
	color: #222
}

.login .login-body .form-control {
	background-color: var(--global--color-white);
	margin-bottom: 8px
}

.login .login-body .check {
	margin-top: 10px;
	margin-bottom: 5px
}

.login .login-body .forget {
	margin-top: 13px;
	font-family: var(--global--font-body);
	font-size: 15px
}

.shop-account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	overflow: visible
}

.shop-account .side-menu {
	width: 300px;
	background-color: #f4f4f4;
	position: sticky;
	height: 100%;
	top: 0;
	min-height: 100vh;
	overflow-y: auto;
	padding: 40px 0 30px
}

.shop-account .side-menu .side-menu-wrapper {
	padding: 0 25px
}

.shop-account .side-menu .side-menu-wrapper ul li:first-child {
	border-top: 1px solid #eaeaea
}

.shop-account .side-menu .side-menu-wrapper ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	color: var(--global--color-heading);
	font-size: 15px;
	font-family: var(--global--font-body);
	font-weight: 700;
	line-height: 36px;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom: 1px solid #eaeaea
}

.shop-account .side-menu .side-menu-wrapper ul li a:hover i {
	color: var(--global--color-primary);
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}

.shop-account .side-menu .side-menu-wrapper ul li a i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-left: 10px;
	font-size: 15px
}

@media screen and (max-width:500px) {
	.shop-account .side-menu {
		border-right: 1px solid #eaeaea;
		width: 100px
	}

	.shop-account .side-menu .side-menu-wrapper {
		padding: 0
	}

	.shop-account .side-menu .side-menu-wrapper ul li a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.shop-account .side-menu .side-menu-wrapper ul li a span {
		display: none
	}

	.shop-account .side-menu .side-menu-wrapper ul li a i {
		margin-left: 0;
		font-size: 20px
	}
}

.shop-account .account-page {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 50px 40px 30px
}

.shop-account .account-page p {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: var(--global--color-heading);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-bottom: 40px
}

.team-filter li a,
.team-member .team-img .team-social {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.team-filter {
	text-align: center;
	margin-bottom: 9px
}

.team-filter li a {
	font-family: var(--global--font-body);
	font-size: 14px;
	line-height: 49px;
	margin-right: 26px;
	text-transform: capitalize;
	transition: .3s ease-in-out
}

.team-member {
	margin-bottom: 40px;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}

.team-member .team-member-holder:hover .team-img::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.departments .department-panel .department-img::before,
.team-member .team-img::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	content: "";
	z-index: 1;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-o-transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.departments .department-panel .department-img a,
.team-gallery .team-member .team-member-holder .team-hover a,
.team-member .team-img .link,
.team-projects .project a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.team-member .team-img img {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}

.team-member .team-img .team-social {
	position: absolute;
	left: 40px;
	bottom: 0;
	transition: .3s ease-in-out;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(41px);
	-ms-transform: translateY(41px);
	transform: translateY(41px)
}

.team-member .team-img .team-social .btn-social {
	width: 40px;
	height: 40px;
	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;
	color: var(--global--color-white);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative
}

.team-member .team-img .team-social .btn-social.bg-twitter,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social.bg-twitter,
.widget-download ul li.inversed a {
	background-color: #28b6f6
}

.team-member .team-img .team-social .btn-social.bg-call {
	background-color: var(--global--color-secondary-darken)
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social i,
.team-member .team-img .team-social .btn-social i,
.team-member .team-img .team-social .btn-social svg,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 16px
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social i:hover,
.team-member .team-img .team-social .btn-social i:hover,
.team-member .team-img .team-social .btn-social svg:hover,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social i:hover {
	-webkit-animation: 1s ease-in-out bounce;
	animation: 1s ease-in-out bounce
}

.team-member .team-content {
	padding: 23px 30px 0;
	text-align: center;
	background-color: var(--global--color-white)
}

.team-member .team-content .team-title h4 {
	font-size: 19px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 3px
}

.team-member .team-content .team-cat a {
	color: var(--global--color-primary);
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-transform: capitalize
}

.team-member .team-content .team-cat a::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: var(--global--color-primary);
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.team-member .team-content .team-desc p {
	font-family: var(--global--font-body);
	color: #9094a3;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0
}

.team-member .team-content .team-more .btn {
	height: 42px;
	width: 124px
}

.team-standard {
	padding: 40px 0 110px
}

.team-standard .team-member {
	margin-bottom: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07)
}

.departments .department-panel:hover::after,
.single-service .core-values .entry-value:hover::before,
.team-grid .team-member:hover .team-member-holder .team-content::after,
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after,
.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after,
.team-standard .team-member:hover .team-content::after {
	width: calc(100% - 80px)
}

.team-standard .team-member .team-content {
	padding: 33px 40px 32px;
	position: relative
}

.team-standard .team-member .team-content .team-title h4 {
	margin-bottom: 4px
}

.cta .panel .panel-action .panel-heading,
.team-standard .team-member .team-content .team-cat {
	margin-bottom: 13px
}

.departments .department-panel::after,
.team-standard .team-member .team-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 6px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background-color: var(--global--color-secondary);
	width: 0
}

.team-standard.team-standard-1 {
	position: relative;
	padding-top: 96px;
	padding-bottom: 100px
}

.team-standard.team-standard-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 97%;
	height: 100%;
	background-color: #f0f5fd
}

.team-standard.team-standard-3 {
	text-align: center;
	padding-top: 116px;
	padding-bottom: 66px
}

.team-modern {
	padding-top: 186px;
	padding-bottom: 30px;
	position: relative;
	overflow: visible
}

.team-modern .team-member {
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	overflow: hidden;
	margin-bottom: 33px
}

.team-grid .team-member:hover .team-member-holder::after,
.team-modern .team-member:hover .team-member-holder::after {
	width: 0
}

.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.features-carousel .feature-info .feature-icon,
.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content .team-desc p,
.widget-tags .widget-title {
	margin-bottom: 22px
}

.team-grid .team-member .team-member-holder::after,
.team-modern .team-member .team-member-holder::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 80px);
	height: 6px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background-color: #e6e8eb;
	z-index: 5
}

.team-gallery .team-member .team-member-holder .team-img,
.team-modern .team-member .team-member-holder .team-img {
	height: 370px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content {
	padding: 31px 40px 40px;
	position: relative;
	-webkit-transform: translateY(163px);
	-ms-transform: translateY(163px);
	transform: translateY(163px);
	margin-top: -163px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 5
}

.team-grid .team-member .team-member-holder .team-content::after,
.team-modern .team-member .team-member-holder .team-content-holder .team-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 6px;
	-webkit-transition: .3s ease-in-out 0.2s;
	-o-transition: .3s ease-in-out 0.2s;
	transition: .3s ease-in-out 0.2s;
	background-color: #0857dc
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-title h4 {
	margin-bottom: 3px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-cat,
.team-single .entry-table .table td .content .experties-list li {
	margin-bottom: 14px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-desc p {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-bottom: 32px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info {
	margin: 0 0 28px;
	padding: 0
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li svg {
	color: #021a42;
	margin-right: 10px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p {
	margin-bottom: 0;
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #68738e;
	text-transform: capitalize
}

.services .service-panel.service-panel-2:hover .service-content .service-list li span,
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p a {
	color: #68738e
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social {
	width: 40px;
	height: 40px;
	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;
	color: var(--global--color-white);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	margin-left: 10px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-more {
	width: 135px;
	height: 40px;
	margin-left: 20px;
	background-color: var(--global--color-secondary-darken);
	padding: 0 10px
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-more i {
	font-size: 10px;
	margin-right: 10px
}

.team-modern .team-member.team-member-2 .team-member-holder .team-img {
	height: 330px
}

.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin-top: 0
}

.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-cat {
	border-bottom: 2px solid #e6e8eb;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.team-modern.team-modern-1 .note,
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-body p {
	margin-bottom: 33px
}

.team-modern.team-modern-1 .btn-appointment {
	width: 250px;
	height: 60px;
	padding-left: 15px;
	-webkit-box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	position: relative;
	z-index: 10
}

.team-modern.team-modern-1 .btn-appointment i {
	width: 60px;
	margin-left: 15px
}

.team-modern.team-modern-2 {
	text-align: center;
	padding-top: 52px;
	padding-bottom: 100px
}

.team-grid {
	padding: 0 0 110px
}

.team-grid .team-member {
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07)
}

.team-grid .team-member:hover .team-member-holder .team-img .team-info-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 31px 40px 40px;
	border-radius: 4px;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top
}

.features .features-cards .card-panel .card-img::after,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0857de), to(#0857de));
	background: -o-linear-gradient(rgba(40, 205, 250, 0) 0, rgba(29, 101, 185, 0) 0, rgba(29, 101, 185, 0) 24.43%, #0857de 97.66%, #0857de 100%);
	background: linear-gradient(rgba(40, 205, 250, 0) 0, rgba(29, 101, 185, 0) 0, rgba(29, 101, 185, 0) 24.43%, #0857de 97.66%, #0857de 100%);
	z-index: 2;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content {
	padding: 0;
	background-color: transparent;
	position: relative;
	z-index: 7
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container {
	z-index: 7
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social {
	width: 40px;
	height: 40px;
	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;
	color: var(--global--color-white);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	margin-left: 10px;
	border: 2px solid #f4f4f4;
	background: 0 0
}

.single-service .core-values,
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact {
	margin-bottom: 27px
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: var(--global--color-white);
	margin-bottom: 10px
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a svg {
	color: var(--global--color-white);
	margin-right: 10px
}

.team-grid .team-member .team-member-holder .team-content {
	padding: 30px 40px;
	position: relative
}

.team-grid .team-member .team-member-holder .team-content .team-title h4 {
	font-size: 19px;
	margin-bottom: 2px
}

.team-grid .team-member.team-member-1 .team-member-holder .team-img img {
	width: 100%;
	height: 370px;
	-o-object-fit: cover;
	object-fit: cover
}

.team-grid .team-member.team-member-2 {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0
}

.team-grid .team-member.team-member-2 .team-member-holder .team-content {
	padding: 22px 0 0
}

.team-grid .team-member.team-member-2 .team-member-holder .team-content .team-title h4 {
	font-size: 19px
}

.doctor-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.doctor-action .btn {
	width: 210px;
	height: 60px;
	border-radius: 8px 8px 0;
	margin-right: 70px
}

.doctor-action .doctor-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.doctor-action .doctor-info .doctor-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px
}

.doctor-action .doctor-info .doctor-img img,
.features .employee-info .employee-img img {
	max-width: 100%;
	border-radius: 50%
}

.doctor-action .doctor-info i {
	width: 50px;
	height: 50px;
	color: var(--global--color-white);
	background-color: var(--global--color-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	left: -40px
}

.doctor-action .doctor-info .doctor-body a {
	font-family: var(--global--font-heading);
	font-weight: 700;
	font-size: 19px;
	line-height: 29px;
	color: var(--global--color-secondary);
	margin-bottom: 0
}

.doctor-action .doctor-info .doctor-body p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	color: var(--global--color-body);
	margin-bottom: 0;
	text-transform: capitalize
}

.team-single {
	padding-top: 0;
	padding-bottom: 30px;
	position: relative;
	overflow: visible;
	z-index: 5
}

.team-single .entry-bio .entry-heading {
	font-family: var(--global--font-heading);
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 29px;
	color: #021a42;
	text-transform: capitalize
}

.single-department .entry-introduction .entry-desc,
.single-service .entry-introduction .service-desc,
.single-service .tips-info .infos p,
.team-single .entry-bio .entry-desc {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #9094a3;
	margin-bottom: 25px
}

.team-single .entry-bio .entry-desc.strong {
	font-weight: 700;
	color: var(--global--color-secondary-darken-alt)
}

.single-service .pricing-panel,
.team-single .entry-services,
.team-single .entry-table {
	margin-bottom: 67px
}

.team-single .entry-table .table {
	height: 1px;
	margin-bottom: 0
}

.team-single .entry-table .table tbody tr,
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image .container {
	height: 100%
}

.single-department .entry-prices .prices-list.prices-list-2,
.team-single .entry-table .table tbody tr:nth-of-type(odd) .content {
	background-color: #f0f5fd
}

.team-single .entry-table .table td {
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.team-single .entry-table .table td .content {
	border-radius: 0;
	height: 100%;
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 400;
	color: #68738e;
	text-transform: capitalize;
	padding: 20px 30px 20px 50px
}

.team-single .entry-table .table td .content.head {
	border-radius: 0;
	font-weight: 700;
	color: var(--global--color-secondary-darken-alt)
}

.team-single .entry-table .table td .content .experties-list li i {
	font-size: 10px;
	margin-right: 10px;
	color: var(--global--color-secondary)
}

.team-single .entry-table .table td:first-child .content {
	border-radius: 8px 0 0 8px
}

.team-single .entry-table .table td:last-child .content {
	border-radius: 0 8px 0 0
}

.team-single .entry-awards {
	margin-bottom: 37px
}

.team-single .entry-awards .entry-award {
	padding: 40px 40px 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07)
}

.team-single .entry-awards .entry-award:hover {
	border-color: transparent;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.team-single .entry-awards .entry-award img {
	width: 48px;
	height: 40px;
	margin-right: 20px;
	display: inline-block
}

.team-single .entry-awards .entry-award h5 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	color: var(--global--color-secondary-darken-alt);
	font-size: 18px;
	margin-bottom: 1px;
	text-transform: capitalize
}

.team-single .entry-awards .entry-award p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #9094a3;
	margin-bottom: 0;
	text-transform: capitalize
}

.team-single .entry-education .education-panel:last-child .education-body {
	padding-bottom: 0
}

.features .features-cards .card-panel .card-content .card-icon,
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon,
.team-single .entry-education .education-panel .education-year,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev {
	margin-right: 40px
}

.team-single .entry-education .education-panel .education-year .year {
	background-color: var(--global--color-secondary);
	padding-right: 12px;
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 700;
	color: var(--global--color-white);
	-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 87px;
	height: 30px
}

.team-single .entry-education .education-panel .education-body {
	position: relative;
	padding-left: 40px;
	padding-bottom: 36px;
	margin-top: 3px
}

.team-single .entry-education .education-panel .education-body::before {
	content: "";
	width: 2px;
	position: absolute;
	height: calc(100% + 3px);
	top: 0;
	left: -1px;
	background-color: #dcdee2
}

.team-single .entry-education .education-panel .education-body .bullet {
	z-index: 4;
	position: absolute;
	top: 0;
	left: -12px;
	width: 24px;
	height: 24px;
	background-color: var(--global--color-white);
	border: 2px solid #dcdee2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team-single .entry-education .education-panel .education-body .bullet::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--global--color-secondary)
}

.team-single .entry-education .education-panel .education-body h5 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: var(--global--color-secondary-darken-alt);
	margin-bottom: 15px;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.team-single .entry-education .education-panel .education-body p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #9094a3;
	margin-bottom: 0
}

.services .service-panel.service-panel-2:hover .service-img,
.services .service-panel:hover .service-shape,
.team-carousel .owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
	visibility: hidden
}

.team-projects .project:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.team-projects .project img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 auto;
	max-width: none;
	width: calc(100% + 50px);
	opacity: .9;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0)
}

.team-gallery .btn {
	width: 170px;
	height: 60px;
	margin-top: 10px
}

.team-gallery .team-member .team-member-holder:hover .team-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.team-gallery .team-member .team-member-holder .team-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(8, 87, 222, .7);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.team-gallery .team-member .team-member-holder .team-hover .team-zoom {
	color: var(--global--color-white);
	font-size: 20px
}

@-webkit-keyframes bounce {

	0%,
	100%,
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	25%,
	75% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@keyframes bounce {

	0%,
	100%,
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	25%,
	75% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

.processes .process-panel::before,
.widget::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: ""
}

.timetable .table-sort {
	margin-bottom: 50px;
	height: 60px
}

.timetable .table-sort .nice-select {
	padding: 9px 25px;
	width: 254px;
	border-color: #e6e8eb;
	height: 100%;
	font-size: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	color: #68738e;
	text-transform: capitalize
}

.timetable .table-holder .appointment,
.timetable .table-holder .day-appointment {
	display: -webkit-box;
	display: -ms-flexbox;
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize
}

.timetable .table-sort .nice-select::after {
	width: 7px;
	height: 7px;
	border-color: var(--global--color-heading);
	right: 25px
}

.timetable .table-holder .day-appointment {
	background-color: #dae6fa;
	border-radius: 4px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--global--color-body);
	margin: 2px
}

.timetable .table-holder .appointment,
.timetable .table-holder .time-table {
	margin: 2px;
	border-radius: 4px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.timetable .table-holder .appointment {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--global--color-body);
	background-color: var(--global--color-primary-light)
}

.timetable .table-holder .time-table {
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #04245c;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	visibility: hidden
}

@media (min-width:992px) and (max-width:1200px) {
	.module-language .lang-list {
		top: 140%
	}

	.team-standard.team-standard-1::before {
		width: calc(100% - 30px)
	}

	.timetable .table-holder .time-table {
		padding: 0
	}
}

.timetable .table-holder .time-table .clinic {
	font-weight: 500;
	font-family: var(--global--font-heading);
	font-size: 16px;
	line-height: 28px;
	color: var(--global--color-white);
	text-transform: capitalize;
	margin-bottom: 5px
}

.timetable .table-holder .time-table .type {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #f4f4f4;
	text-transform: capitalize;
	margin-bottom: 19px
}

.timetable .table-holder .time-table .hours {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #f4f4f4;
	margin-bottom: 14px
}

.timetable .table-holder .time-table .doctor {
	font-family: var(--global--font-heading);
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	color: #f4f4f4;
	margin-bottom: 0
}

.skills .progressbar .progress-title .title,
.skills .progressbar .progress-title .value,
.widget-categories ul li a {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 15px
}

.timetable .table-holder .table-column .double {
	grid-row: span 2
}

.skills .progressbar {
	margin-bottom: 29px
}

.skills .progressbar .progress-title {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 7px;
	line-height: 1
}

.about .about-img .btn-video,
.features .feature-panel .feature-icon i,
.widget-categories ul li a,
.widget-tags .widget-content a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox
}

.skills .progressbar .progress-title .title {
	color: var(--global--color-secondary-darken-alt);
	line-height: 1;
	margin-bottom: 2px;
	text-transform: capitalize
}

.skills .progressbar .progress-title .value {
	color: #9094a3;
	line-height: 1px;
	text-transform: uppercase;
	bottom: 7px;
	position: absolute;
	margin-left: -27px;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear
}

.widget-categories ul li a,
.widget-categories ul li span {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.skills .progressbar .progress {
	height: 12px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #dcdee2;
	margin-bottom: 0;
	border-radius: 0
}

.skills .progressbar .progress .progress-bar {
	height: 7px;
	background-color: var(--global--color-secondary);
	width: 0
}

.sidebar.sidebar-departments .widget-reservation::before,
.sidebar.sidebar-faqs .widget-reservation::before {
	background: rgba(40, 182, 246, .8)
}

.widget {
	background-color: #eff4fc;
	padding: 33px 30px 40px;
	margin-bottom: 40px;
	position: relative
}

.widget::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 6px;
	width: calc(100% - 80px);
	background-color: #0855d7
}

.widget .widget-title {
	text-align: center;
	margin-bottom: 22px
}

.widget .widget-title h5 {
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;
	font-family: var(--global--font-heading);
	color: var(--global--color-secondary-darken-alt);
	text-transform: capitalize;
	margin-bottom: 0;
	position: relative
}

.widget-categories {
	padding-bottom: 32px
}

.footer .widget-contact .widget-content p,
.services .service-panel .service-content .service-title,
.widget-categories .widget-title {
	margin-bottom: 15px
}

.widget-categories ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0
}

.widget-categories ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.widget-categories ul li:hover a {
	padding-left: 15px;
	color: var(--global--color-secondary)
}

.widget-categories ul li a {
	color: var(--global--color-secondary-darken);
	line-height: 36px;
	text-transform: capitalize;
	position: relative;
	transition: .3s ease-in-out;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.widget-categories ul li span,
.widget-tags .widget-content a {
	color: var(--global--color-secondary);
	border: 1px solid #e6e8eb
}

.widget-categories ul li span,
.widget-recent-posts .post .post-content .post-date,
.widget-search .form-search .form-control,
.widget-tags .widget-content a {
	font-weight: 400;
	font-family: var(--global--font-body)
}

.widget-categories ul li span {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background: var(--global--color-white);
	transition: .3s ease-in-out
}

.widget-tags .widget-content a {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: capitalize;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background-color: transparent;
	background-color: var(--global--color-white);
	padding: 0 9px
}

.widget-recent-posts {
	padding-bottom: 36px;
	padding-top: 32px
}

.widget-recent-posts .post {
	position: relative;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.widget-recent-posts .post .post-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	margin-right: 20px;
	overflow: hidden;
	width: 60px;
	height: 80px
}

.about .about-img .moving-image img,
.single-department .entry-introduction .entry-image img,
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image img,
.widget-recent-posts .post .post-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.widget-recent-posts .post .post-content .post-date {
	font-size: 13px;
	line-height: 20px;
	color: var(--global--color-secondary-darken-alt);
	text-transform: capitalize
}

.widget-recent-posts .post .post-content .post-date span:after {
	position: relative;
	content: ",";
	margin-right: 4px
}

.widget-recent-posts .post .post-content .post-title a {
	font-family: var(--global--font-heading);
	color: var(--global--color-secondary-darken);
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize
}

.widget-recent-posts .carousel-dots .owl-dots {
	text-align: center;
	margin-top: 26px
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot.active span {
	background-color: var(--global--color-primary);
	border-color: var(--global--color-primary)
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot span {
	width: 16px;
	height: 6px;
	border-radius: 2px;
	border-width: 3px;
	background-color: var(--global--color-heading);
	border-color: var(--global--color-heading);
	margin-right: 12px
}

.widget-search {
	background-color: var(--global--color-secondary-darken-alt);
	padding: 40px
}

.widget-download,
.widget-opening-hours {
	background-color: #f4f4f4
}

.widget-search .form-search {
	margin-bottom: 0;
	background-color: var(--global--color-white)
}

.widget-search .form-search .form-control {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #9094a3;
	font-size: 14px;
	line-height: 5px;
	height: 55px;
	text-transform: capitalize;
	padding-left: 20px;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0
}

.widget-search .form-search .form-control::-webkit-input-placeholder {
	font-size: 14px;
	font-family: var(--global--font-body);
	color: #9094a3;
	text-transform: capitalize
}

.widget-search .form-search .form-control:-moz-placeholder {
	font-size: 14px;
	font-family: var(--global--font-body);
	color: #9094a3;
	text-transform: capitalize
}

.widget-search .form-search .btn {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	width: 45px;
	height: 55px;
	line-height: 29px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.widget-search .form-search .btn i {
	font-size: 16px;
	color: var(--global--color-secondary-darken-alt);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 0
}

.widget-reservation {
	position: relative;
	overflow: hidden;
	padding: 40px 40px 29px
}

.widget-reservation::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 70, 178, .9);
	content: "";
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content,
.widget-opening-hours .widget-content,
.widget-reservation .widget-content {
	position: relative;
	z-index: 3
}

.widget-reservation .widget-content i {
	display: block;
	margin-bottom: 11px;
	font-size: 50px;
	color: var(--global--color-white)
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content h3,
.widget-reservation .widget-content h5 {
	text-transform: capitalize;
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: var(--global--color-white);
	margin-bottom: 16px
}

.widget-reservation .widget-content p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #f9f9f9;
	margin-bottom: 25px
}

.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a,
.widget-reservation .widget-content a {
	font-family: var(--global--font-heading);
	font-weight: 400;
	color: var(--global--color-white);
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.about .signature-block .signature-body h6,
.widget-download ul li a,
.widget-opening-hours .widget-content h5 {
	font-family: var(--global--font-heading);
	font-weight: 500
}

.widget-download ul li a,
.widget-download ul li a .icon-wrapper {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox
}

.widget-reservation .widget-content a svg {
	color: var(--global--color-white);
	margin-right: 15px
}

.widget-opening-hours {
	position: relative;
	overflow: hidden;
	padding: 40px
}

@media (min-width:992px) and (max-width:1199.98px) {

	.hero .hero-content .hero-action .btn,
	.slider .slide .slide-content .slide-action .btn {
		width: 200px;
		margin-right: 15px
	}

	.slider .carousel-navs-slider .owl-nav .owl-next {
		right: 15px
	}

	.slider .carousel-navs-slider .owl-nav .owl-prev {
		left: 15px
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-body,
	.team-grid .team-member .team-member-holder .team-img .team-info-overlay,
	.team-modern .team-member .team-member-holder .team-content-holder .team-content,
	.widget,
	.widget-opening-hours,
	.widget-reservation {
		padding-left: 25px;
		padding-right: 25px
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
		font-size: 32px;
		line-height: 1.4
	}

	.blog-single .entry-widget-bio {
		padding-right: 25px;
		padding-left: 25px
	}

	.team-grid .team-member .team-member-holder::after,
	.team-grid .team-member:hover .team-member-holder .team-content::after,
	.team-modern .team-member .team-member-holder::after,
	.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after,
	.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after,
	.widget::before {
		width: calc(100% - 50px)
	}
}

.widget-download::before,
.widget-opening-hours::before {
	content: "";
	background-color: var(--global--color-secondary-darken-alt)
}

.widget-opening-hours .widget-content i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	font-size: 60px;
	color: var(--global--color-secondary)
}

.widget-opening-hours .widget-content h5 {
	text-transform: capitalize;
	font-size: 19px;
	line-height: 28px;
	color: var(--global--color-secondary-darken-alt);
	margin-bottom: 9px
}

.widget-opening-hours .widget-content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--global--font-body);
	color: #9094a3;
	text-transform: capitalize;
	border-bottom: 1px solid #dcdee2;
	padding: 9px 0
}

.footer-copyright .links-holder .copyright-links ul,
.widget-download ul {
	margin: 0
}

.widget-download ul li.inversed a .icon-wrapper {
	background-color: #53c5f8
}

.widget-download ul li a {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	position: relative;
	z-index: 2;
	font-size: 16px;
	text-transform: capitalize;
	border: none;
	width: 100%;
	height: 92px;
	transition: .3s ease-in-out;
	border-radius: 0;
	color: var(--global--color-white);
	background-color: var(--global--color-secondary-darken);
	padding: 0 20px 0 0
}

.widget-download ul li a .icon-wrapper {
	margin-right: 20px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 62px;
	height: 100%;
	background: #032259;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: .3s ease-in-out;
	fill: var(--global--color-white)
}

.features .feature-panel,
.features .feature-panel::before {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.widget-recent-products .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.widget-recent-products .product .product-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 8px 8px 0
}

.widget-recent-products .product .product-img img {
	border-radius: 8px 8px 0;
	max-width: 100%
}

.widget-recent-products .product .product-desc .product-title a {
	text-transform: capitalize;
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: var(--global--color-heading);
	margin-bottom: 4px;
	display: inline-block
}

.widget-recent-products .product .product-desc .product-meta span {
	font-family: var(--global--font-body);
	font-size: 15px;
	font-weight: 700;
	color: var(--global--color-primary)
}

.widget-services .widget-content ul li a:active,
.widget-services .widget-content ul li a:focus,
.widget-services .widget-content ul li a:hover {
	background-color: #0955d7
}

.widget-services .widget-content ul li a:active i,
.widget-services .widget-content ul li a:focus i,
.widget-services .widget-content ul li a:hover i {
	background-color: #0646b0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.ui-slider-horizontal .ui-slider-handle {
	position: absolute;
	top: -2px;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	position: absolute;
	top: 0;
	height: 100%
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.widget-filter .ui-slider {
	position: relative;
	height: 4px;
	background-color: rgba(34, 34, 34, .06);
	border-radius: 0;
	margin-bottom: 20px;
	margin-top: 5px
}

.widget-filter .ui-slider-handle {
	width: 8px;
	height: 8px;
	margin-left: 0;
	background-color: var(--global--color-primary);
	border-radius: 50%
}

.widget-filter .ui-slider-range {
	height: 4px;
	background-color: var(--global--color-primary);
	margin-bottom: 20px
}

.about .about-img .btn-video,
.features .feature-panel,
.features-carousel,
.sidebar-shop .widget {
	background-color: var(--global--color-white)
}

.widget-filter .slider-mount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1
}

.widget-filter label {
	color: var(--global--color-body);
	margin: 0
}

.widget-filter input {
	color: var(--global--color-body);
	border: none;
	background-color: transparent
}

.widget-filter .btn-filter {
	float: right;
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--global--color-secondary);
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	text-align: right
}

.sidebar-blog .widget-recent-posts .entry-date {
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 600;
	color: #616161
}

.sidebar-shop .widget {
	padding: 0
}

.about {
	padding-top: 119px;
	padding-bottom: 180px;
	overflow: visible
}

.about .about-img {
	position: relative;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.about .about-img img {
	height: 565px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.about .about-img .btn-video {
	position: absolute;
	left: 40px;
	top: 40px;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 54px;
	height: 36px;
	color: #063d9b;
	z-index: 5
}

.about .about-img .moving-image {
	position: absolute;
	right: -70px;
	bottom: -70px;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	width: 265px;
	height: 283px
}

.about .signature-block .signature-body img {
	position: absolute;
	top: -18px;
	left: 2px;
	right: 0
}

.about .signature-block .signature-body h6 {
	color: var(--global--color-secondary-darken-alt);
	font-size: 19px;
	line-height: 29px;
	text-transform: capitalize;
	margin-bottom: 0
}

.about .signature-block .signature-body p {
	font-family: var(--global--font-body);
	font-weight: 400;
	color: var(--global--color-secondary);
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	margin-bottom: 0
}

.about .about-action .btn,
.contact .contact-actions .btn,
.donations .donations-action .btn,
.features .features-action .btn {
	margin-right: 30px;
	height: 60px
}

.about .about-action .btn:first-child {
	width: 210px
}

.about .about-action .btn:last-child,
.donations .donations-action .btn:last-child,
.features .features-action .btn:last-child {
	margin-right: 0;
	width: 180px
}

.about.about-2 {
	padding-top: 0;
	padding-bottom: 130px
}

.about.about-2 .about-img,
.about.about-3 .about-img {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none
}

.about.about-2 .about-img img,
.about.about-3 .about-img img {
	height: 620px
}

.about.about-2 .about-img .features-carousel,
.about.about-3 .about-img .features-carousel {
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 4
}

.about.about-2 .about-action .btn:first-child,
.about.about-3 .about-action .btn:first-child {
	width: 195px
}

.about.about-3 {
	padding-top: 110px;
	padding-bottom: 130px
}

.about.about-4 {
	padding-top: 109px;
	padding-bottom: 0
}

.about.about-4 .avatars-holder .avatar img {
	width: 100%;
	height: 100%
}

.about.about-4 .avatars-holder .block-top .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media screen and (min-width:992px) {
	.hero .hero-panel-holder .phone-card {
		-webkit-transform: translateY(80px);
		-ms-transform: translateY(80px);
		transform: translateY(80px)
	}

	.hero.hero-11 .hero-content .team-modern {
		position: absolute;
		top: -220px;
		left: 0;
		width: 100%;
		max-width: 330px;
		z-index: 5
	}

	.blog-single .blog-entry-wrapper .entry-holder .entry-share div a,
	.single-product .product-content .product-share a {
		margin-right: 10px
	}

	.single-product .product-content .product-details .table {
		width: 60%
	}

	.single-product .product-content .product-details .table .name {
		padding-left: 0
	}

	.team-member .team-content,
	.widget .widget-title,
	.widget-recent-posts .carousel-dots .owl-dots,
	.widget-tags .widget-content {
		text-align: left
	}

	.timetable .table-holder {
		display: grid;
		grid-template-columns: repeat(8, 1fr)
	}

	.timetable .table-holder .table-column {
		display: grid;
		grid-template-rows: 50px repeat(6, 200px)
	}

	.timetable .table-holder .table-column.first-column .appointment {
		background-color: #dae6fa
	}

	.timetable .table-holder .table-column.first-column .day-appointment {
		background-color: var(--global--color-white)
	}

	.sidebar {
		max-width: 330px;
		margin-left: auto
	}

	.sidebar-doctors {
		margin-top: 240px;
		max-width: 330px;
		margin-left: 0;
		margin-right: auto
	}

	.about.about-2,
	.about.about-3 {
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
		margin-bottom: -12px
	}

	.about.about-2 .about-img .features-carousel .owl-dots,
	.about.about-3 .about-img .features-carousel .owl-dots {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.about.about-4 .avatars-holder .block-bottom {
		margin-bottom: -313px
	}

	.about.about-4 .avatars-holder .avatar-4 {
		-webkit-transform: translateY(-210px);
		-ms-transform: translateY(-210px);
		transform: translateY(-210px)
	}
}

.about.about-4 .avatars-holder .block-bottom .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width:991.98px) {

	.hero .hero-panel-holder,
	.hero.hero-11 .hero-content .hero-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}

	.about.about-4 .avatars-holder .block-bottom .col-12,
	.hero .hero-panel-holder .hero-panel .panel-content,
	.hero .hero-panel-holder.hero-panel-holder-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.about .about-action,
	.about .signature-block,
	.blog-entry .entry-content .entry-meta,
	.doctor-action,
	.hero .hero-panel-holder .phone-card .card-content a,
	.hero .hero-rating,
	.single-product .product-content .product-action,
	.widget-opening-hours .widget-content i,
	.widget-reservation .widget-content a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.hero .breadcrumb-holder {
		bottom: 95px
	}

	.hero .divider .bg,
	.hero .divider .scroll-btn {
		height: 70px
	}

	.hero.hero-11 {
		padding-bottom: 120px;
		height: auto;
		padding-top: 150px
	}

	.blog {
		padding: 70px 0
	}

	.about.about-4,
	.blog.blog-3 {
		padding-top: 70px
	}

	.about.about-2,
	.blog.blog-grid,
	.team-gallery,
	.team-standard.team-standard-2,
	.timetable {
		padding-bottom: 70px
	}

	.blog-entry {
		max-width: 370px;
		margin: 0 auto 30px
	}

	.blog-entry .entry-content,
	.shop.shop-2 h5,
	.single-product .product-content,
	.team-single .entry-bio,
	.widget-opening-hours,
	.widget-reservation {
		text-align: center
	}

	.blog-single {
		padding-bottom: 30px;
		text-align: center
	}

	.blog-single .blog-entry-wrapper {
		max-width: unset
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
		margin-right: 0;
		margin-bottom: 15px
	}

	.blog-single .blog-entry-wrapper .entry-content .entry-body {
		padding-left: 25px;
		padding-right: 25px
	}

	.blog-single .entry-comments .entry-widget-content .comments-list {
		text-align: left
	}

	.blog-single .sidebar-blog {
		margin-top: 70px
	}

	.about,
	.shop,
	.team-standard.team-standard-1 {
		padding-top: 70px;
		padding-bottom: 70px
	}

	.shop.shop-3 {
		padding-top: 70px;
		padding-bottom: 0
	}

	.single-product .product-img {
		margin-bottom: 25px
	}

	.single-product .product-content .product-share {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.team-grid .team-member.team-member-2,
	.team-member {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto
	}

	.team-member .team-img .team-social {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(41px);
		-ms-transform: translateX(-50%) translateY(41px);
		transform: translateX(-50%) translateY(41px)
	}

	.team-standard .team-member:hover .team-social {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	.team-standard.team-standard-1::before {
		width: calc(100% - 60px)
	}

	.team-modern.team-modern-2,
	.team-standard.team-standard-3 {
		padding-top: 0;
		padding-bottom: 60px
	}

	.team-modern {
		padding-top: 106px
	}

	.team-modern .team-member.team-member-2 {
		margin-bottom: 40px
	}

	.team-grid {
		padding: 0 0 70px
	}

	.team-single {
		padding-bottom: 0
	}

	.timetable .table-sort {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.timetable .table-holder .day-appointment {
		margin: 0;
		padding: 15px 0
	}

	.timetable .table-holder .time-table {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 15px 0;
		border-radius: 0;
		background-color: transparent;
		border-bottom: 1px solid #eaeaea;
		opacity: 1;
		visibility: visible;
		display: none
	}

	.timetable .table-holder .time-table.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.timetable .table-holder .time-table:hover {
		background-color: transparent
	}

	.timetable .table-holder .time-table:last-child {
		border-bottom: 0
	}

	.timetable .table-holder .time-table .clinic {
		color: var(--global--color-body)
	}

	.timetable .table-holder .time-table .clinic:hover {
		text-decoration: none
	}

	.timetable .table-holder .table-column.first-column,
	.timetable .table-holder .time-table .doctor,
	.timetable .table-holder .time-table .type {
		display: none
	}

	.timetable .table-holder .time-table .hours {
		color: var(--global--color-body);
		margin-bottom: 0
	}

	.timetable .table-holder .time-table .hours span {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.timetable .table-holder .time-table .hours span:last-child:after {
		content: unset
	}

	.timetable .table-holder .time-table .hours span:after {
		content: "-";
		margin: 4px
	}

	.sidebar {
		max-width: 330px;
		margin: 0 auto
	}

	.sidebar-doctors {
		margin-top: 50px;
		margin-bottom: 0
	}

	.about .about-img {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin: 0 auto 100px;
		max-width: 550px
	}

	.about .about-img img {
		margin: 0 auto
	}

	.about .about-img .moving-image {
		right: -10%;
		bottom: -10%
	}

	.about.about-2 .about-img,
	.about.about-3 .about-img {
		margin-bottom: 0
	}

	.about.about-3 {
		padding-top: 54px;
		padding-bottom: 70px
	}

	.about.about-4 .avatars-holder .avatar {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px
	}

	.about.about-4 .avatars-holder .avatar img {
		width: auto;
		margin: 0 auto;
		max-width: 100%
	}
}

.about.about-4 .avatars-holder .avatar-1 {
	height: 170px
}

.about.about-4 .avatars-holder .avatar-1 img {
	border-radius: 32px 0 32px 32px
}

.about.about-4 .avatars-holder .avatar-2 {
	height: 307px;
	border-radius: 0 32px 32px;
	padding: 71px 50px 50px
}

.about.about-4 .avatars-holder .avatar-2::before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #13c1d9bf), color-stop(70%, var(--global--color-primary)));
	background-image: -o-linear-gradient(top, #13c1d9bf 18%, var(--global--color-primary) 70%);
	background-image: linear-gradient(180deg, #13c1d9bf 18%, var(--global--color-primary) 70%)
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content p {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	line-height: 29px;
	color: #f4f4f4;
	margin-bottom: 20px
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn {
	width: 143px;
	height: 42px;
	border: 2px solid #4ed4e6;
	-webkit-transition-property: background, color, border-color;
	-o-transition-property: background, color, border-color;
	transition-property: background, color, border-color
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:active,
.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:focus,
.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:hover {
	border-color: var(--global--color-secondary)
}

.about.about-4 .avatars-holder .avatar-3 {
	height: 225px
}

.about.about-4 .avatars-holder .avatar-3 img,
.about.about-4 .avatars-holder .avatar-5 img {
	border-radius: 32px 32px 32px 0
}

.about.about-4 .avatars-holder .avatar-4 {
	height: 405px
}

.about.about-4 .avatars-holder .avatar-4 img,
.about.about-4 .avatars-holder .avatar-6 img {
	border-radius: 0 32px 32px
}

.about.about-4 .avatars-holder .avatar-5 {
	height: 180px
}

.about.about-4 .avatars-holder .avatar-6 {
	height: 307px
}

.features {
	padding-top: 163px;
	padding-bottom: 100px
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-widget-bio .entry-widget-content img {
		margin-right: 0;
		margin-bottom: 25px
	}

	.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
		text-align: center
	}

	.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.about .about-action,
	.blog-single .entry-comments .entry-widget-content .comments-list .comment-body,
	.doctor-action,
	.team-single .entry-education .education-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
		margin-left: 20px;
		margin-bottom: 30px
	}

	.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
		margin-left: 20px
	}

	.shop-cart .cart-product-action,
	.shop-options,
	.single-product .checkout-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.shop-options .products-show {
		margin-bottom: 25px
	}

	.single-product .checkout-banner p {
		margin-bottom: 20px
	}

	.shop-cart .cart-product-action form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px
	}

	.shop-cart .cart-product-action form .form-control {
		margin-bottom: 15px;
		margin-right: 0
	}

	.shop-account .account-page,
	.team-grid .team-member .team-member-holder .team-img .team-info-overlay,
	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		padding-left: 20px;
		padding-right: 20px
	}

	.team-standard.team-standard-1::before {
		width: calc(100% - 20px)
	}

	.team-grid .team-member .team-member-holder::after,
	.team-grid .team-member:hover .team-member-holder .team-content::after,
	.team-modern .team-member .team-member-holder::after,
	.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after,
	.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after {
		width: calc(100% - 40px)
	}

	.about .about-action .btn,
	.doctor-action .btn,
	.team-single .entry-awards .entry-award img {
		margin-right: 0;
		margin-bottom: 20px
	}

	.team-single .entry-table .table td .content {
		padding: 20px
	}

	.team-single .entry-table .table td .content .experties-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.team-single .entry-table .table td .content .experties-list li i {
		margin-top: 5px
	}

	.team-single .entry-awards .entry-award {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 28px 25px 26px;
		text-align: center;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto
	}

	.team-single .entry-education .education-panel .education-year {
		margin-right: 0;
		margin-bottom: 15px
	}

	.team-single .entry-education .education-panel .education-body {
		padding-left: 20px
	}

	.team-single .entry-education .education-panel .education-body::before {
		left: 0;
		height: calc(100% + 22px);
		top: -20px
	}

	.team-single .entry-education .education-panel .education-body .bullet {
		display: none
	}

	.team-projects .project img {
		max-width: 100%;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.widget,
	.widget-opening-hours,
	.widget-reservation {
		padding-left: 25px;
		padding-right: 25px
	}

	.widget::before {
		width: calc(100% - 50px)
	}

	.about .about-img img {
		height: 450px
	}

	.about .signature-block .signature-body img {
		top: 0;
		left: -20px;
		max-width: 130%
	}

	.about.about-4 .avatars-holder .avatar-2 {
		height: auto
	}

	.features {
		padding-top: 200px;
		padding-bottom: 70px
	}
}

@media (max-width:424px) {
	.features {
		padding-top: 150px
	}
}

.features .features-holder {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 25px
}

.features .feature-panel,
.features .feature-panel .feature-content {
	display: -webkit-box;
	display: -ms-flexbox;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.features .feature-panel {
	position: relative;
	padding: 40px 30px 31px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 33px;
	transition: .3s ease-in-out
}

.features .feature-panel .feature-link,
.features .feature-panel::before,
.features-carousel::before,
.processes .process-panel::before {
	background-color: var(--global--color-primary)
}

.features .feature-panel:hover::before {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1)
}

.features .feature-panel:hover .feature-content h4 {
	margin-bottom: 6px
}

.features .feature-panel:hover .feature-content p {
	margin-bottom: 5px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.features .feature-panel:hover .feature-link {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	border-color: var(--global--color-secondary-darken)
}

.clients,
.features-bar,
.features.features-1,
.features.features-2 {
	padding-bottom: 0;
	overflow: visible
}

.features .feature-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	height: 6px;
	width: calc(100% - 60px);
	transition: .3s ease-in-out
}

.features .feature-panel .feature-icon {
	margin-bottom: 23px
}

.features .feature-panel .feature-icon i {
	display: inline-flex;
	color: #113cac;
	font-size: 60px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.features .feature-panel .feature-content {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.features .feature-panel .feature-content h4 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 11px;
	color: #032359;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.features .feature-panel .feature-content p {
	text-align: center;
	font-family: var(--global--font-body);
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #9094a3;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden
}

.features .feature-panel .feature-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 5px solid transparent;
	font-size: 13px;
	color: var(--global--color-white);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-33px);
	-ms-transform: translateX(-50%) translateY(-33px);
	transform: translateX(-50%) translateY(-33px);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.features .feature-panel.feature-panel-2 {
	height: 292px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	padding-top: 50px;
	padding-bottom: 42px;
	margin-bottom: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.features .features-img {
	height: 584px;
	position: relative
}

.features .features-img img {
	width: 100%;
	height: 684px;
	-o-object-fit: cover;
	object-fit: cover
}

.features .features-img .features-img-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%
}

.contact .contact-actions .btn:first-child,
.features .features-action .btn:first-child {
	width: 230px
}

.features .employee-info .employee-img {
	width: 55px;
	height: 55px;
	padding: 3px;
	border: 3px solid var(--global--color-primary);
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px
}

.features .employee-info .employee-body h6 {
	font-family: var(--global--font-heading);
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	color: #222;
	margin-bottom: 0
}

.features .employee-info .employee-body p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 13px;
	color: var(--global--color-body);
	margin-bottom: 0
}

.features .features-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	margin-top: -90px
}

.features .features-cards .card-panel {
	position: relative;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.features .features-cards .card-panel .card-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 2;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	overflow: hidden
}

.features .features-cards .card-panel .card-img img,
.services .service-panel .service-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.features .features-cards .card-panel .card-content {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 48px 40px 34px;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15)
}

.features .features-cards .card-panel .card-content .card-icon i {
	color: var(--global--color-white);
	font-size: 65px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.features .features-cards .card-panel .card-content .card-body h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: var(--global--color-white);
	margin-bottom: 15px;
	text-transform: capitalize
}

.features .features-cards .card-panel .card-content .card-body p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #f4f4f4;
	margin-bottom: 23px
}

.features .features-cards .card-panel .card-content .card-body .btn {
	width: 210px;
	height: 50px;
	-webkit-box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	padding-right: 15px
}

.features .features-cards .card-panel .card-content .card-body .btn i {
	width: 50px;
	margin-right: 15px
}

.features .features-cards .card-panel.card-left .card-img::before {
	background-color: rgba(11, 173, 246, .85)
}

.features .features-cards .card-panel.card-left .card-img::after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0badf6), to(#0badf6));
	background-image: -o-linear-gradient(rgba(40, 205, 250, 0) 0, rgba(29, 101, 185, 0) 0, rgba(29, 101, 185, 0) 24.43%, #0badf6 97.66%, #0badf6 100%);
	background-image: linear-gradient(rgba(40, 205, 250, 0) 0, rgba(29, 101, 185, 0) 0, rgba(29, 101, 185, 0) 24.43%, #0badf6 97.66%, #0badf6 100%)
}

.features.features-1 {
	padding-top: 110px
}

.features.features-2 {
	padding-top: 128px;
	z-index: 5
}

.features-carousel {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 10px;
	max-width: 220px;
	position: relative
}

.features-carousel::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 6px;
	width: calc(100% - 40px);
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.features-carousel .feature-info .feature-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--global--color-secondary);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 50px
}

.features-carousel .feature-info .feature-content {
	padding-bottom: 22px
}

.features-carousel .feature-info .feature-content h4 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #032359;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.clients,
.features-bar {
	padding-top: 0
}

.features-bar .features-holder {
	position: relative;
	z-index: 55;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
	margin-bottom: -80px
}

.features-bar .features-holder .feature-panel-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel {
	padding: 38px 40px 50px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel:hover .feature-icon-bg {
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px)
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon-bg {
	position: absolute;
	bottom: 10px;
	right: -60px;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon-bg i::before {
	color: var(--global--color-white);
	margin-left: 0;
	font-size: 130px;
	opacity: .1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 60px;
	color: var(--global--color-white)
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #f9f9f9;
	margin-bottom: 16px
}

.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel {
	padding-bottom: 41px
}

.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a svg {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: var(--global--color-white);
	margin-right: 15px
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable {
	background-color: #074ec7
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel .feature-content p,
.services .service-panel.service-panel-2 .service-content .service-desc {
	margin-bottom: 18px
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a {
	font-family: var(--global--font-body);
	font-weight: 700;
	color: var(--global--color-white);
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-transform: capitalize
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: var(--global--color-white);
	margin-right: 10px;
	font-size: 11px
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--global--color-primary)
}

.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours {
	background-color: #063d9b
}

.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel ul.appintments-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: var(--global--font-body);
	font-size: 14px;
	font-weight: 400;
	color: #f9f9f9;
	text-transform: capitalize;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 9px 0
}

.note-section {
	background-color: var(--global--color-white);
	padding: 56px 0
}

.pricing {
	padding-top: 0;
	padding-bottom: 50px;
	overflow: visible;
	z-index: 2;
	position: relative
}

.pricing .services-heading {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 16px;
	line-height: 27px;
	color: var(--global--color-secondary-darken-alt);
	margin-bottom: 42px
}

.pricing.pricing-1 .pricing-panel {
	margin-bottom: 90px
}

.pricing-panel .pricing-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #021a42;
	height: 84px;
	padding-left: 11px;
	position: relative
}

.pricing-panel .pricing-head .pricing-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	margin-right: 11px
}

.pricing-panel .pricing-head .pricing-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 60px;
	color: var(--global--color-white)
}

.pricing-panel .pricing-head .pricing-title h3 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: var(--global--color-white);
	margin-bottom: 0;
	text-transform: capitalize
}

.pricing-panel .pricing-head .icon-bg {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pricing-panel .pricing-head .icon-bg i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 160px;
	color: var(--global--color-white);
	opacity: .1
}

.pricing-panel .pricing-body .pricing-list li {
	font-family: var(--global--font-body);
	font-size: 16px;
	font-weight: 400;
	color: #9094a3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	padding: 0 40px;
	background-color: #f0f5fd
}

@media screen and (max-width:1199.98px) {
	.pricing-panel .pricing-body .pricing-list li {
		padding: 0 20px
	}
}

.pricing-panel .pricing-body .pricing-list li span.price {
	font-weight: 700;
	color: var(--global--color-primary)
}

.donations {
	padding-top: 42px;
	padding-bottom: 110px
}

.donations .donations-map,
.donations .img-hotspot .img-hotspot-wrap {
	position: relative;
	max-width: 470px;
	margin: 0 auto
}

.donations .donations-map .map-pointer,
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer {
	position: absolute;
	width: 28px;
	height: 28px;
	cursor: pointer
}

.donations .donations-map .map-pointer:first-of-type {
	top: 29%;
	left: 15%
}

.donations .donations-map .map-pointer:nth-of-type(2) {
	top: 48%;
	left: 48%
}

.donations .donations-map .map-pointer:nth-of-type(3) {
	top: 23%;
	left: 68%
}

.donations .donations-map .map-pointer .info {
	background-color: var(--global--color-white);
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	border-radius: 10px 10px 10px 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	max-width: 170px;
	z-index: 2;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	left: 18px;
	top: -97px;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.donations .donations-map .map-pointer .info.left {
	left: -160px;
	border-radius: 10px 10px 0
}

.donations .donations-map .map-pointer .info.left::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	left: auto;
	right: 0
}

.donations .donations-map .map-pointer .info::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--global--color-white);
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	position: absolute;
	bottom: -9px;
	left: 0
}

.donations .donations-map .map-pointer .info span {
	font-family: var(--global--font-body);
	font-size: 14px;
	line-height: 24px;
	color: var(--global--color-body);
	text-transform: capitalize
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .pointer-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background: var(--global--color-secondary-darken);
	color: var(--global--color-white);
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info {
	background-color: var(--global--color-white);
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	max-width: 170px;
	z-index: 2;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info::before {
	content: "";
	bottom: -9px;
	width: 10px;
	height: 10px;
	background-color: var(--global--color-white);
	position: absolute
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.left::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	left: auto;
	right: 20px
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.right::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	left: 20px
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info span {
	font-family: var(--global--font-body);
	font-size: 14px;
	line-height: 24px;
	color: #9094a3;
	text-transform: capitalize
}

.donations .donations-action .btn:first-child {
	width: 200px
}

.donations .donations-action .btn:first-child i {
	width: 60px;
	font-size: 15px
}

.donations .donations-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.donations.donations-2 {
	position: relative;
	padding-top: 116px;
	padding-bottom: 130px;
	overflow: visible;
	z-index: 5
}

.donations.donations-3 {
	padding-top: 234px
}

.donations.donations-4 {
	padding-top: 121px
}

.processes .processes-holder {
	border: 2px solid #e6e8eb;
	margin-bottom: 53px
}

.processes .process-panel {
	padding: 40px 45px 34px;
	border-right: 2px solid #e6e8eb;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.processes .process-panel.last,
.processes .process-panel.last-md {
	border-right: 0
}

.processes .process-panel:hover::before {
	width: calc(100% - 90px)
}

.processes .process-panel::before {
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	height: 6px;
	width: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.processes .process-panel .process-number {
	font-family: var(--global--font-heading);
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	font-style: italic;
	color: #e6e8eb;
	position: absolute;
	right: 40px;
	top: 30px
}

.clients .client a,
.map iframe {
	right: 0;
	top: 0;
	position: absolute
}

.processes .process-panel .process-body .process-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 43px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: var(--global--color-secondary)
}

.processes .process-panel .process-body .process-content h5 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 18px;
	color: var(--global--color-secondary-darken-alt);
	line-height: 28px;
	margin-bottom: 16px;
	text-transform: capitalize
}

.processes .process-panel .process-body .process-content p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #9094a3;
	margin-bottom: 27px
}

.processes .process-panel .process-body .process-content a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: var(--global--font-secondary);
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	color: var(--global--color-secondary-darken)
}

.processes .process-panel .process-body .process-content a i {
	font-size: 10px;
	margin-right: 10px;
	color: var(--global--color-primary)
}

.contact .contact-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px
}

.contact .contact-icons,
.contact .contact-quote.contact-quote-2,
.contact .contact-quote.contact-quote-2 .quote-body a,
.img-card,
.img-card .card-content {
	display: -webkit-box;
	display: -ms-flexbox
}

.contact .contact-actions .btn:last-child {
	margin-right: 0;
	width: 142px
}

.contact .contact-actions.contact-actions-2 {
	margin-bottom: 105px
}

.contact .contact-quote img {
	margin-right: 15px
}

.contact .contact-quote p {
	font-family: var(--font-family-body);
	font-weight: 700;
	font-size: 17px;
	line-height: 28px;
	color: var(--global--color-white)
}

.contact .contact-quote p a {
	color: var(--global--color-white);
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	padding-bottom: 6px
}

.contact .contact-quote p a::before {
	content: "";
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 2px
}

.contact .contact-quote.contact-quote-2 {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contact .contact-quote.contact-quote-2 i {
	color: var(--global--color-white);
	margin-right: 40px
}

.contact .contact-quote.contact-quote-2 i::before {
	font-size: 65px
}

.contact .contact-quote.contact-quote-2 .quote-body p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 22px;
	color: var(--global--color-white)
}

.contact .contact-quote.contact-quote-2 .quote-body a {
	color: var(--global--color-white);
	text-transform: capitalize;
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 15px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.contact .contact-quote.contact-quote-2 .quote-body a i {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--global--color-white);
	border-radius: 50%
}

.contact .contact-quote.contact-quote-2 .quote-body a i::before {
	color: var(--global--color-primary);
	font-size: 10px
}

.contact .contact-icons {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact .contact-icons .icon {
	max-width: 130px;
	margin-right: 20px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.contact .contact-icons .icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 25px;
	font-size: 60px;
	color: var(--global--color-white)
}

.contact .contact-icons .icon h4,
.img-card .card-content .content-top h3 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	margin-bottom: 0;
	color: var(--global--color-white)
}

.contact .contact-icons .icon h4 {
	font-size: 18px;
	line-height: 27px
}

.contact .contact-icons .icon a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 2
}

.contact.contact-1,
.contact.contact-2 {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px
}

.contact.contact-1 .contact-overlay,
.contact.contact-2 .contact-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 95%;
	height: 100%;
	z-index: 1
}

.contact.contact-4 {
	padding-top: 0;
	padding-bottom: 30px;
	overflow: visible;
	z-index: 2;
	position: relative
}

.contact-panel {
	padding: 50px 55px
}

.contact-panel.contact-panel-2 {
	padding: 0;
	background-color: var(--global--color-white);
	z-index: 5
}

.contact-panel.contact-panel-2 .contact-card {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-panel.contact-panel-2 .contact-card textarea.form-control {
	padding-top: 25px;
	height: 110px;
	margin-bottom: 40px
}

.contact-panel.contact-panel-2 .contact-card .btn {
	margin-top: 0;
	height: 70px;
	width: 237px
}

.contact-panel.contact-panel-3 {
	padding: 0;
	position: relative;
	z-index: 4
}

.contact-panel.contact-panel-3 .contact-card {
	z-index: 4
}

.contact-card {
	background-color: var(--global--color-white);
	padding: 47px 50px 40px;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .15);
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	position: relative
}

.contact-card .contact-body .card-heading {
	color: #021a42;
	font-family: var(--global--font-heading);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px
}

.contact-card .contact-body .card-desc {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #9094a3;
	margin-bottom: 28px
}

.contact-card .contact-body .btn {
	margin-top: 15px;
	height: 70px;
	text-align: left
}

.contact-card .contact-body .contact-result {
	margin-top: 10px;
	text-align: center
}

.img-card {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	padding: 38px 50px 60px;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.cta,
.testimonial {
	padding-bottom: 0;
	overflow: visible
}

.img-card .card-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	position: relative;
	z-index: 4
}

.img-card .card-content .content-top h3 {
	text-transform: capitalize;
	font-size: 30px;
	line-height: 45px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.clients .client,
.img-card .card-content .content-bottom p {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.img-card .card-content .content-bottom p {
	font-family: var(--global--font-body);
	color: var(--global--color-white);
	text-transform: capitalize;
	font-weight: 700;
	font-size: 17px;
	line-height: 28px;
	transition: .3s ease-in-out;
	margin-bottom: 32px
}

.img-card .card-content .content-bottom .btn {
	width: 142px;
	height: 61px;
	-webkit-box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11)
}

.map {
	position: relative;
	height: 465px
}

.map iframe {
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
	filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg)
}

.map .divider,
.testimonial.testimonial-2 .divider,
.testimonial.testimonial-3 .divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4
}

.clients .client {
	padding-top: 60px;
	padding-bottom: 60px;
	cursor: pointer;
	transition: .3s ease-in-out;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	opacity: 1
}

.clients .client a {
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2
}

.clients .client img {
	max-width: 100%;
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clients.clients-1 {
	padding-top: 70px
}

.testimonial {
	padding-top: 130px
}

.testimonial .testimonials-wrapper .floating-icon {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 50%
}

.testimonial .testimonials-wrapper .floating-icon img {
	max-width: 100%;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px)
}

.testimonial .testimonials-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%
}

.testimonial .testimonials-holder .testimonials-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 35px;
	padding-top: 13px;
	width: 65px
}

.testimonial .testimonials-holder .testimonials-icon img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.testimonial .testimonials-holder .testimonials-body {
	width: calc(100% - 102px)
}

.testimonial .testimonial-thumb {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	margin-right: 11px
}

.cta .icon-set,
.cta .icon-set .icon-panel,
.video .player a {
	display: -webkit-box;
	display: -ms-flexbox
}

.testimonial .testimonial-thumb .thumb-img {
	padding: 5px;
	-webkit-box-shadow: 0 0 0 2px rgba(40, 40, 40, .004);
	box-shadow: 0 0 0 2px rgba(40, 40, 40, .004);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #f9f9f9;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.video .player a,
.video .player a i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	color: var(--global--color-primary)
}

.testimonial .testimonial-thumb .thumb-img img {
	border-radius: 50%;
	max-width: 100%
}

.testimonial .testimonial-thumb .thumb-body h3 {
	font-family: var(--global--font-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 3px;
	color: #f9f9f9;
	text-transform: capitalize
}

.testimonial .testimonial-thumb .thumb-body h4 {
	font-family: var(--global--font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	color: #f9f9f9;
	margin-bottom: 0;
	text-transform: capitalize
}

.testimonial .testimonial-panel .testimonial-body p {
	font-family: var(--global--font-heading);
	color: var(--global--color-white);
	font-size: 32px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 46px
}

.testimonial .section-head {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #f4f4f4;
	text-transform: capitalize;
	margin-bottom: 25px
}

.testimonial.testimonial-1,
.testimonial.testimonial-2,
.testimonial.testimonial-3 {
	padding-top: 228px;
	padding-bottom: 110px
}

.testimonial.testimonial-1 .custom-navs,
.testimonial.testimonial-2 .custom-navs,
.testimonial.testimonial-3 .custom-navs,
.testimonial.testimonial-4 .custom-navs {
	position: relative;
	z-index: 10
}

.testimonial.testimonial-1 .custom-navs .owl-nav,
.testimonial.testimonial-2 .custom-navs .owl-nav,
.testimonial.testimonial-3 .custom-navs .owl-nav,
.testimonial.testimonial-4 .custom-navs .owl-nav {
	position: relative;
	top: auto;
	right: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.testimonial.testimonial-1 .custom-navs .owl-nav .owl-next::before,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-next::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-next::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-next::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev::before {
	color: rgba(255, 255, 255, .5)
}

.cta.cta-2 .divider::before,
.testimonial.testimonial-2 .divider::before,
.testimonial.testimonial-3 .divider::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: var(--global--color-white)
}

.testimonial.testimonial-4 {
	overflow: visible;
	position: relative;
	z-index: 15;
	padding-top: 210px
}

.testimonial.testimonial-4 .divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .floating-icon {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 30%
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .floating-icon img {
	max-width: 100%;
	-webkit-transform: translate(60px, -30px);
	-ms-transform: translate(60px, -30px);
	transform: translate(60px, -30px)
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
	padding-left: 100px;
	padding-bottom: 110px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.features .feature-panel {
		padding: 40px 15px 31px
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel {
		padding: 38px 15px 50px
	}

	.processes .process-panel {
		padding-left: 25px;
		padding-right: 25px
	}

	.processes .process-panel:hover::before {
		width: calc(100% - 50px)
	}

	.contact .contact-icons .icon {
		margin-right: 20px
	}

	.contact.contact-1 .contact-overlay,
	.contact.contact-2 .contact-overlay {
		width: 98%
	}

	.img-card {
		padding-left: 20px;
		padding-right: 20px
	}

	.clients .client {
		width: 130px
	}

	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
		padding-left: 40px
	}
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-action-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0
}

.video {
	position: relative;
	border-radius: 4px
}

.video .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 600
}

.video .player a {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: var(--global--color-white);
	transition: .3s ease-in-out;
	cursor: pointer
}

.video .player a::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 3px solid rgba(255, 255, 255, .5);
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: 1s cubic-bezier(0, .51, .45, 1.49) infinite pulse;
	animation: 1s cubic-bezier(0, .51, .45, 1.49) infinite pulse
}

.video .player a i {
	z-index: 5;
	font-size: 15px;
	transition: .3s ease-in-out
}

.video.video-1 {
	height: 880px;
	overflow: visible;
	border-radius: 32px 0 0;
	margin-top: -98px;
	-webkit-transform: translateY(110px);
	-ms-transform: translateY(110px);
	transform: translateY(110px)
}

.video.video-2 {
	position: relative;
	border-radius: 8px 8px 0;
	margin-bottom: 43px
}

.video.video-2 .btn-video {
	position: absolute;
	bottom: 37px;
	left: 40px;
	background-color: transparent;
	height: auto;
	padding: 0
}

.video.video-3 {
	margin-bottom: 65px
}

.video.video-4 {
	height: 880px;
	border-radius: 0 32px 0 0
}

.video.video-4 .btn-video {
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 70px;
	right: 70px
}

.mfp-bg {
	z-index: 1543
}

.mfp-wrap {
	z-index: 1642
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0
	}
}

.cta {
	padding-top: 147px
}

.cta .icon-set {
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 47px
}

.cta .icon-set .icon-panel {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cta .icon-set .icon-panel .icon::before {
	color: var(--global--color-white);
	font-size: 70px;
	margin-left: 0
}

.cta .icon-set .icon-panel span {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--global--color-white);
	text-transform: capitalize;
	text-align: center
}

.cta .icon-set.icon-set2 {
	margin-top: 44px;
	margin-bottom: 37px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cta .icon-set.icon-set2 .icon-panel {
	max-width: 130px;
	margin-right: 80px
}

.cta .prief-set.prief-set-2 {
	margin-bottom: 77px
}

.cta .prief-set.prief-set-2 p {
	margin-bottom: 24px;
	color: var(--global--color-gray-darken)
}

.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list {
	margin-bottom: 0;
	text-align: left
}

@media screen and (min-width:992px) {

	.features .feature-panel.feature-panel-2,
	.features .feature-panel.feature-panel-2 .feature-content {
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.features .features-cards {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.features .features-cards .card-panel {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%
	}

	.cta .icon-set .icon-panel span,
	.img-card,
	.note-section {
		text-align: left
	}

	.pricing .sidebar-pricing {
		margin-top: 8px;
		margin-left: 0;
		margin-right: auto
	}

	.pricing.pricing-1 {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
		margin-bottom: -6px
	}

	.donations .donations-img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: 40%;
		height: 770px;
		-webkit-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		transform: translateY(-80px)
	}

	.contact .contact-icons .icon {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: calc(100% + 130px)
	}

	.video {
		height: 528px
	}

	.cta .icon-set .icon-panel {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 50px
	}

	.cta .icon-set.icon-set2 .icon-panel {
		margin-left: 0
	}

	.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list {
		margin-right: 40px
	}
}

.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list li {
	color: var(--global--color-gray)
}

.cta .phone-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--global--color-heading-darken);
	padding: 35px 40px 31px;
	border-radius: 0 32px 0 0
}

.cta .contact-panel {
	-webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
	-webkit-transform: translateY(340px);
	-ms-transform: translateY(340px);
	transform: translateY(340px);
	margin-top: -340px;
	padding-top: 90px
}

.cta .panel .panel-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0)), color-stop(0, rgba(27, 26, 26, 0)), color-stop(105%, #1b1a1a));
	background: -o-linear-gradient(top, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 105%);
	background: linear-gradient(180deg, rgba(27, 26, 26, 0) 0, rgba(27, 26, 26, 0) 0, #1b1a1a 105%)
}

.cta .panel .panel-img img {
	height: 460px;
	max-width: 100%;
	border-radius: 4px
}

.cta .panel .panel-action {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--global--color-primary);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding: 35px 40px;
	border-radius: 0 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 230px;
	cursor: pointer
}

.cta .panel .panel-action:hover a i {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.cta .panel .panel-action .panel-icon i::before {
	color: var(--global--color-white);
	font-size: 50px;
	margin-left: 0
}

.cta .panel .panel-action .panel-heading h6 {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: var(--global--color-white)
}

.cta .panel .panel-action a i,
.services .service-panel {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.cta .panel .panel-action a i {
	display: inline-block;
	color: var(--global--color-white);
	transition: .3s ease-in-out
}

.cta.cta-1 {
	padding-top: 0;
	padding-bottom: 50px
}

.cta.cta-2 {
	padding-top: 0;
	padding-bottom: 110px;
	position: relative;
	z-index: 5;
	overflow: visible
}

.cta.cta-2 .divider {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	z-index: 4
}

.cta.cta-3 {
	padding-top: 129px;
	padding-bottom: 50px
}

.page-404 h3 {
	font-size: 280px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0
}

.page-404 p {
	color: #a5a5a5;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	section {
		padding: 70px 0
	}

	.page-404 h3 {
		font-size: 150px
	}

	.page-404 .btn {
		width: 125px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.page-404 h3 {
		font-size: 180px
	}
}

.services {
	padding-top: 130px;
	padding-bottom: 90px
}

.services .service-panel {
	position: relative;
	background-color: var(--global--color-white);
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .11);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .11);
	transition: .3s ease-in-out;
	margin-bottom: 33px
}

@media screen and (max-width:991.98px) {
	.features .features-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.features .feature-panel {
		max-width: 200px;
		margin: 0 auto 33px
	}

	.features .feature-panel.feature-panel-2 {
		max-width: unset;
		margin: 0 auto;
		height: auto;
		min-height: 190px
	}

	.contact .contact-actions,
	.contact .contact-quote.contact-quote-2 .quote-body a,
	.cta .phone-card .card-content a,
	.donations .donations-action,
	.features .features-action,
	.processes .process-panel .process-body .process-content a,
	.processes .process-panel .process-body .process-icon i {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.features .features-cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.features .features-cards .card-panel,
	.pricing.pricing-1 .pricing-panel,
	.pricing.pricing-1 .pricing-panel:last-child {
		margin-bottom: 40px
	}

	.cta.cta-3,
	.donations.donations-3,
	.donations.donations-4,
	.features.features-1 {
		padding-top: 70px
	}

	.features-bar .features-holder .feature-panel-wrapper {
		max-width: 500px;
		margin: 0 auto
	}

	.note-section {
		padding-top: 156px
	}

	.pricing {
		padding-bottom: 30px
	}

	.pricing-panel {
		max-width: 330px;
		margin: 0 auto
	}

	.pricing-panel .pricing-head .icon-bg {
		right: 0
	}

	.pricing-panel .pricing-head .icon-bg i {
		font-size: 130px
	}

	.cta.cta-2,
	.donations {
		padding-bottom: 70px
	}

	.donations .donations-map,
	.donations .img-hotspot .img-hotspot-wrap {
		margin: 0 auto 40px
	}

	.contact .contact-actions.contact-actions-2,
	.donations .donations-img {
		margin-bottom: 50px
	}

	.contact.contact-2,
	.donations.donations-2,
	.services {
		padding-top: 70px;
		padding-bottom: 70px
	}

	.contact-card .contact-body .card-desc,
	.contact-card .contact-body .card-heading,
	.processes .process-panel .process-body,
	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-body p {
		text-align: center
	}

	.contact .contact-quote.contact-quote-2 i {
		margin-right: 0;
		margin-bottom: 30px
	}

	.contact .contact-quote.contact-quote-2 .quote-body a i,
	.testimonial.testimonial-1 .custom-navs .owl-nav,
	.testimonial.testimonial-3 .custom-navs .owl-nav,
	.testimonial.testimonial-4 .custom-navs .owl-nav {
		margin-bottom: 0
	}

	.contact .contact-icons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.contact.contact-1 {
		padding-top: 70px;
		padding-bottom: 60px
	}

	.contact.contact-1 .contact-card {
		margin-bottom: 70px
	}

	.contact-panel.contact-panel-2 .contact-card {
		margin-bottom: 30px;
		text-align: center
	}

	.img-card {
		max-width: 370px;
		margin: 0 auto
	}

	.cta .icon-set,
	.cta .phone-card,
	.img-card .card-content .content-top {
		margin-bottom: 30px
	}

	.clients,
	.clients.clients-1 {
		padding-top: 0
	}

	.testimonial .section-head {
		text-align: center;
		margin-bottom: 25px
	}

	.testimonial.testimonial-1 {
		padding-top: 150px;
		padding-bottom: 10px
	}

	.testimonial.testimonial-2 {
		padding-top: 180px;
		padding-bottom: 90px
	}

	.testimonial.testimonial-3 {
		padding-top: 150px;
		padding-bottom: 90px
	}

	.testimonial.testimonial-4 {
		padding-top: 150px;
		padding-bottom: 70px
	}

	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
		padding-left: 0;
		padding-bottom: 70px
	}

	.video {
		height: 400px
	}

	.video.video-1 {
		height: 500px
	}

	.video.video-4 {
		height: 500px;
		max-width: 90%;
		margin: 0 auto 50px
	}

	.cta .icon-set.icon-set2 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 40px
	}

	.cta .icon-set.icon-set2 .icon-panel {
		margin-right: 0
	}

	.cta .prief-set.prief-set-2 .advantages-list-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.services .service-panel {
		max-width: 370px;
		margin: 0 auto 30px
	}
}

.services .service-panel:hover .service-content .service-more .btn-square-arrow {
	background-color: #fefefe;
	color: var(--global--color-secondary-darken)
}

.services .service-panel:hover .service-content .service-more .btn-square-arrow i {
	color: var(--global--color-secondary-darken);
	background-color: #e6e8eb
}

.services .service-panel .service-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	overflow: hidden
}

.services .service-panel .service-content {
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 40px;
	overflow: hidden
}

@media screen and (max-width:767.98px) {
	.features .features-holder {
		grid-template-columns: 1fr
	}

	.donations .donations-action,
	.features .features-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact .contact-actions .btn,
	.donations .donations-action .btn,
	.features .features-action .btn {
		margin-right: 0;
		margin-bottom: 20px
	}

	.features .features-cards .card-panel .card-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 25px;
		padding-right: 25px
	}

	.features .features-cards .card-panel .card-content .card-icon {
		margin-bottom: 25px;
		margin-right: 0
	}

	.features .features-cards .card-panel .card-content .card-body,
	.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content {
		text-align: center
	}

	.features.features-2,
	.testimonial {
		padding-top: 70px
	}

	.features-bar .features-holder .feature-panel-wrapper {
		max-width: 370px
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel {
		padding: 38px 25px 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center
	}

	.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a,
	.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.processes .process-panel {
		padding-left: 25px;
		padding-right: 25px;
		border-right: 0;
		border-bottom: 2px solid #e6e8eb
	}

	.processes .process-panel.last {
		border-bottom: 0
	}

	.processes .process-panel:hover::before {
		width: calc(100% - 50px)
	}

	.contact .contact-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px
	}

	.contact .contact-quote.contact-quote-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 370px;
		margin: 0 auto
	}

	.contact .contact-icons .icon {
		margin: 0 15px 25px
	}

	.contact.contact-1 .contact-overlay,
	.contact.contact-2 .contact-overlay {
		width: 98%
	}

	.contact-panel {
		padding: 40px 25px
	}

	.contact-panel.contact-panel-3 .contact-card {
		padding-left: 25px;
		padding-right: 25px
	}

	.contact-card {
		padding: 37px 25px 30px
	}

	.img-card,
	.services .service-panel .service-content {
		padding-left: 20px;
		padding-right: 20px
	}

	.testimonial .testimonials-holder .testimonials-icon {
		padding-top: 4px;
		width: 20px;
		margin-right: 20px
	}

	.testimonial .testimonials-holder .testimonials-body {
		width: calc(100% - 42px)
	}

	.testimonial .testimonial-panel .testimonial-body p {
		font-size: 20px;
		line-height: 1.5
	}

	.testimonial.testimonial-1 .custom-navs,
	.testimonial.testimonial-2 .custom-navs,
	.testimonial.testimonial-3 .custom-navs,
	.testimonial.testimonial-4 .custom-navs {
		text-align: center;
		margin-top: 40px
	}

	.video.video-4 .btn-video {
		width: 70px;
		height: 70px
	}

	.cta .phone-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}

	.cta .phone-card .card-icon {
		margin-right: 0
	}
}

.services .service-panel .service-content .service-icon {
	position: relative;
	margin-bottom: 32px
}

.services .service-panel .service-content .service-icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #021a42;
	font-size: 70px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.services .service-panel .service-content .service-title h3 {
	font-family: var(--global--font-heading);
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 0;
	text-transform: capitalize
}

.services .service-panel .service-content .service-desc {
	margin-bottom: 17px
}

.services .service-panel .service-content .service-desc p {
	font-family: var(--global--font-body);
	color: #9094a3;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.services .service-panel .service-content .service-list li i {
	font-size: 10px;
	color: var(--global--color-primary);
	margin-bottom: 1px;
	margin-right: 15px
}

.services .service-panel .service-content .service-list li span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 13px;
	padding-bottom: 13px;
	text-transform: capitalize;
	font-size: 15px;
	font-family: var(--global--font-body);
	font-weight: 700;
	color: #68738e;
	border-bottom: 1px solid #e6e8eb;
	text-align: left
}

.services .service-panel .service-content .service-more .btn {
	width: 164px;
	height: 51px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.services .service-panel .service-content .service-more .btn i {
	font-size: 10px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.services .service-panel .service-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 133px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.services .service-panel .service-shape::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../images/services/curl-shape.png") 0 0/cover;
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	transform: translateX(-1px)
}

.services .service-panel.service-panel-2 .service-content {
	padding-top: 0;
	position: relative
}

.services .service-panel.service-panel-2 .service-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	height: 6px;
	background-color: #021a42;
	z-index: 5;
	width: calc(100% - 40px);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.services .service-panel.service-panel-2 .service-content .service-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 32px
}

.services .service-panel.service-panel-2 .service-content .service-body .service-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 104px;
	height: 104px;
	background: #021a42;
	margin-right: 30px;
	margin-bottom: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.services .service-panel.service-panel-2 .service-content .service-body .service-icon i {
	font-size: 60px;
	color: var(--global--color-white)
}

.services.services-1 {
	padding-bottom: 135px
}

.services.services-2 {
	position: relative;
	overflow: visible;
	padding-bottom: 20px;
	z-index: 7
}

.single-service .core-values .entry-value,
.single-service .entry-introduction .entry-video .btn--video {
	position: relative;
	background-color: var(--global--color-white)
}

.services.services-3 {
	padding-top: 0;
	padding-bottom: 100px
}

.single-department,
.single-service {
	padding-top: 0;
	padding-bottom: 102px
}

.single-service .entry-introduction {
	margin-bottom: 62px
}

.single-service .entry-introduction .service-heading {
	font-family: var(--global--font-heading);
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: #021a42;
	margin-bottom: 22px
}

.single-service .entry-introduction .entry-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 527px;
	margin-top: 31px;
	margin-bottom: 33px
}

.single-service .entry-introduction .entry-video .btn--video::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	border: 1px solid var(--global--color-white);
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: 1s ease-out infinite pulse;
	animation: 1s ease-out infinite pulse;
	z-index: -1
}

.departments .department-panel .department-content .department-title a,
.footer-copyright .copyright-holder .copyright span a:hover,
.single-service .entry-introduction .entry-video .btn--video i {
	color: var(--global--color-secondary-darken)
}

.single-department .entry-infos .entry-heading,
.single-service .entry-infos .entry-heading {
	font-family: var(--global--font-heading);
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 30px;
	color: #021a42;
	text-transform: capitalize
}

.single-department .entry-infos .entry-desc,
.single-service .entry-infos .entry-desc {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #9094a3;
	margin-bottom: 32px
}

.single-service .core-values .entry-value {
	padding: 46px 40px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .07);
	margin-bottom: 40px
}

.single-service .core-values .entry-value::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 6px;
	width: 0;
	background-color: #0855d7;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.single-service .core-values .entry-value i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 50px;
	color: var(--global--color-secondary);
	margin-right: 30px
}

.single-service .core-values .entry-value .entry-content h5 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	color: var(--global--color-secondary-darken-alt);
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
	text-transform: capitalize
}

.single-service .core-values .entry-value .entry-content p {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #9094a3
}

.single-service .tips-info {
	margin-bottom: 64px
}

.single-department .entry-prices .prices-list,
.single-service .tips-info .prices-list {
	padding: 40px 40px 28px;
	background-color: #f4f4f4
}

.single-department .entry-prices .prices-list h6,
.single-service .tips-info .prices-list h6 {
	font-family: var(--global--font-heading);
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 28px;
	color: #223865;
	text-transform: capitalize
}

.single-department .entry-prices .prices-list ul li,
.single-service .tips-info .prices-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	font-family: var(--global--font-body);
	color: #68738e;
	text-transform: capitalize;
	border-bottom: 1px solid #dcdee2;
	margin-bottom: 14px;
	padding-bottom: 12px
}

.single-department .entry-prices .prices-list ul li .price,
.single-service .tips-info .prices-list ul li .price {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 15px;
	color: var(--global--color-white);
	background-color: var(--global--color-primary);
	width: 45px;
	height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.single-service .tips-info .infos h6 {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 16px;
	line-height: 27px;
	color: var(--global--color-secondary-darken-alt);
	margin-bottom: 25px
}

.departments {
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
	position: relative;
	z-index: 14
}

.departments .department-panel {
	margin-bottom: 30px;
	background-color: var(--global--color-white);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .11);
	box-shadow: 0 5px 83px 0 rgba(9, 29, 62, .11);
	position: relative
}

.departments .department-panel:hover .department-img::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.departments .department-panel .department-img img {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	width: 100%;
	height: 247px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}

.departments .department-panel .department-content {
	text-align: center;
	padding: 32px 40px 40px
}

.departments .department-panel .department-content .department-title {
	font-family: var(--global--font-heading);
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 16px;
	text-transform: capitalize
}

.departments .department-panel .department-content .department-desc {
	margin-bottom: 34px
}

.departments .department-panel .department-content .department-desc p {
	font-family: var(--global--font-body);
	color: #9094a3;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0
}

.departments .department-panel .department-content .department-more .btn {
	-webkit-box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	box-shadow: 0 3px 63px 0 rgba(33, 49, 81, .11);
	width: 164px;
	height: 51px
}

.single-department .entry-introduction {
	margin-bottom: 58px
}

.single-department .entry-introduction .entry-image {
	height: 527px;
	margin-bottom: 33px
}

.single-department .entry-tips {
	margin-bottom: 80px
}

.single-department .health-plans {
	padding: 36px 50px 50px;
	border: 2px solid #e6e8eb;
	margin-bottom: 67px
}

.single-department .health-plans .advantages-box {
	background-color: #f0f5fd;
	padding: 32px 40px;
	margin-bottom: 40px
}

.single-department .health-plans .advantages-box .advantages-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.single-department .health-plans .advantages-box .advantages-list li {
	display: block;
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 15px;
	line-height: 36px;
	color: #68738e
}

.single-department .health-plans .advantages-box .advantages-list li i {
	width: 22px;
	height: 22px;
	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;
	background-color: var(--global--color-secondary);
	color: var(--global--color-white);
	margin-right: 10px;
	border-radius: 50%;
	font-size: 10px
}

.single-department .health-plans .entry-action p {
	margin-bottom: 0;
	font-family: var(--global--font-heading);
	font-weight: 400;
	color: #032259;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.single-department .health-plans .entry-action p span::before {
	content: "/"
}

.single-department .health-plans .entry-action p .currency {
	font-size: 50px
}

.single-department .health-plans .entry-action p .time {
	font-size: 14px
}

.single-department .health-plans .entry-action .btn {
	width: 228px;
	height: 60px
}

#wrapperParallax {
	position: relative;
	z-index: 1060;
	min-height: 100vh
}

#footerParallax {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0
}

@media only screen and (max-width:991px) {
	#wrapperParallax {
		margin-bottom: 0 !important
	}

	#footerParallax {
		position: static;
		text-align: center
	}
}

.footer {
	background-color: #031e4d;
	padding-top: 0;
	padding-bottom: 0;
	position: relative
}

.footer .footer-top {
	padding-top: 120px;
	padding-bottom: 100px
}

.footer .footer-widget .footer-widget-title h3 {
	font-family: var(--global--font-heading);
	color: var(--global--color-white);
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 25px
}

.footer .footer-widget .widget-content p {
	color: #f4f4f4;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px
}

.footer .footer-widget .widget-content .module-social {
	height: auto;
	line-height: normal
}

.footer .widget-newsletter .widget-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media screen and (min-width:992px) {

	.departments .department-panel .department-content,
	.services .service-panel .service-content,
	.services.services-2 .note {
		text-align: left
	}

	.services.services-1 .carousel-dots .owl-dots {
		position: absolute;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		bottom: -52px
	}

	.services.services-2 .carousel-dots .owl-dots {
		position: absolute;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		bottom: -15px
	}

	.single-service {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
		margin-bottom: -8px
	}

	.single-service .sidebar-service {
		margin-top: 8px;
		margin-left: 0;
		margin-right: auto
	}

	.single-department .sidebar-departments {
		margin-left: 0;
		margin-right: auto
	}

	.single-department .health-plans .advantages-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.single-department .health-plans .advantages-box .advantages-list {
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%
	}

	.single-department .health-plans .entry-action p {
		margin-right: 40px
	}

	.footer .widget-newsletter {
		text-align: right
	}

	.footer .widget-newsletter .widget-content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.footer .widget-newsletter .widget-content .btn {
	width: 250px;
	height: 60px;
	margin-bottom: 50px;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (min-width:992px) and (max-width:1199.98px) {

	.services .service-panel .service-content,
	.single-service .core-values .entry-value {
		padding-left: 25px;
		padding-right: 25px
	}

	.services .service-panel.service-panel-2 .service-content::before {
		left: 25px;
		width: calc(100% - 25px)
	}

	.single-service .core-values .entry-value:hover::before {
		width: calc(100% - 50px)
	}

	.departments .department-panel:hover::after {
		width: calc(100% - 40px)
	}

	.departments .department-panel .department-content,
	.single-department .health-plans .advantages-box {
		padding-left: 20px;
		padding-right: 20px
	}

	.footer .widget-newsletter .widget-content .btn {
		width: 200px
	}
}

.footer .widget-links ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden
}

@media screen and (min-width:768px) {

	.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-dark,
	.header.header-transparent-2 .navbar .navbar-brand .logo-dark {
		display: inline-block
	}

	.module-cart .module-cart-warp {
		width: 330px
	}

	.hero.hero-1 .hero-action .btn:first-child {
		margin-right: 40px
	}

	.blog-entry .entry-content {
		margin-right: 20px;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
		margin-bottom: -40px
	}

	.blog-single .blog-entry-wrapper .entry-content {
		margin-right: 40px;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
		margin-bottom: -40px
	}

	.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
		margin-bottom: -5px
	}

	.features .features-cards .card-panel .card-content .card-body {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px)
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		transform: translateY(7px)
	}

	.contact .contact-quote.contact-quote-2 .quote-body {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px)
	}

	.testimonial .testimonial-panel .testimonial-body .testimonial-action-wrapper {
		padding-left: 140px
	}

	.testimonial.testimonial-1 .custom-navs,
	.testimonial.testimonial-2 .custom-navs,
	.testimonial.testimonial-3 .custom-navs {
		-webkit-transform: translateY(-55px);
		-ms-transform: translateY(-55px);
		transform: translateY(-55px);
		margin-bottom: -43px;
		padding-left: 100px
	}

	.testimonial.testimonial-4 .custom-navs {
		-webkit-transform: translateY(-49px);
		-ms-transform: translateY(-49px);
		transform: translateY(-49px);
		margin-bottom: -43px;
		padding-left: 0
	}

	.single-service .core-values .entry-value .entry-content {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
		margin-bottom: -8px
	}

	.single-department .entry-prices .prices-list ul li:last-child,
	.single-service .tips-info .prices-list ul li:last-child {
		margin-bottom: 0;
		border-bottom: 0
	}

	.footer .footer-widget {
		text-align: left
	}

	.footer .widget-links ul {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

.footer .widget-links ul li a {
	color: #cdd2db;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	text-transform: capitalize;
	font-family: var(--global--font-body)
}

.footer .widget-contact .widget-content .phone {
	margin-bottom: 19px
}

.footer .widget-contact .widget-content .phone a {
	color: var(--global--color-primary);
	font-family: var(--global--font-heading);
	font-size: 22px;
	font-weight: 400;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .widget-contact .widget-content .phone a svg {
	color: var(--global--color-primary);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: inline-block;
	margin-right: 15px
}

.footer .widget-contact .widget-content .address a {
	color: #f0f1f3;
	font-family: var(--global--font-body);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.footer .widget-contact .widget-content .directions {
	font-family: var(--global--font-body);
	font-weight: 700;
	font-size: 14px;
	color: var(--global--color-primary);
	text-transform: capitalize;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative
}

.footer .widget-contact .widget-content .directions i {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 12px;
	margin-right: 10px
}

.footer .module-social-footer a i {
	color: var(--global--color-white);
	font-size: 18px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.footer .module-social-footer a i:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	color: var(--global--color-primary)
}

.footer-copyright {
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:991.98px) {

	.services.services-1,
	.services.services-2 {
		padding-bottom: 70px
	}

	.services.services-1 .carousel-dots .owl-dots,
	.services.services-2 .carousel-dots .owl-dots {
		margin-bottom: 25px
	}

	.services.services-3 {
		padding-bottom: 40px
	}

	.single-department,
	.single-service {
		padding-top: 70px;
		padding-bottom: 30px;
		text-align: center
	}

	.footer-copyright .copyright-holder .copyright,
	.single-department .entry-infos,
	.single-service .entry-infos {
		text-align: center
	}

	.single-department .entry-prices .prices-list,
	.single-service .tips-info .prices-list {
		max-width: 330px;
		margin: 0 auto
	}

	.single-department .doctors-prief,
	.single-service .doctors-prief {
		margin-bottom: 62px
	}

	.departments {
		padding-top: 40px
	}

	.departments .department-panel {
		max-width: 370px;
		margin: 0 auto 30px
	}

	.departments .department-panel .department-content .department-more {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.single-department .entry-prices .prices-list.prices-list-2 {
		margin-bottom: 40px
	}

	.single-department .health-plans .advantages-box .advantages-list {
		margin-bottom: 0
	}

	.single-department .health-plans .entry-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.single-department .health-plans .entry-action p {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px
	}

	.footer .footer-top {
		padding-top: 40px;
		padding-bottom: 15px
	}
}

.footer-copyright .copyright-holder .copyright span {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	color: #68738e;
	text-transform: capitalize
}

.footer-copyright .links-holder .copyright-links ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-copyright .links-holder .copyright-links ul li::after {
	content: "-";
	margin: 0 15px;
	color: var(--global--color-heading)
}

@media screen and (max-width:767.98px) {
	.services .service-panel.service-panel-2 .service-content::before {
		left: 25px;
		width: calc(100% - 25px)
	}

	.single-service .core-values .entry-value {
		max-width: 330px;
		margin: 0 auto 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 28px 25px 26px;
		text-align: center
	}

	.single-service .core-values .entry-value:hover::before {
		width: calc(100% - 50px)
	}

	.single-service .core-values .entry-value i {
		margin-right: 0;
		margin-bottom: 20px
	}

	.departments .department-panel:hover::after {
		width: calc(100% - 40px)
	}

	.departments .department-panel .department-content,
	.single-department .health-plans .advantages-box {
		padding-left: 20px;
		padding-right: 20px
	}

	.single-department .health-plans {
		padding-left: 25px;
		padding-right: 25px
	}

	.footer .footer-top {
		padding-bottom: 70px
	}

	.footer .widget-newsletter .widget-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer .widget-contact .widget-content .phone a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer-copyright {
		height: auto;
		padding: 35px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer-copyright .copyright-holder {
		margin-bottom: 15px
	}

	.footer-copyright .links-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer-copyright .links-holder .copyright-links ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer-copyright .links-holder .copyright-links ul li::after {
		margin: 0 5px
	}
}

.footer-copyright .links-holder .copyright-links ul li a {
	font-family: var(--global--font-body);
	font-weight: 400;
	font-size: 14px;
	color: var(--global--color-secondary-darken);
	text-transform: capitalize
}

@media only screen and (min-width:320px) and (max-width:767px) {
	text-center-xs {
		text-align: center !important
	}

	.col-content {
		padding: 125px 18px 0 !important
	}

	.product-item {
		max-width: 270px;
		margin: 0 auto 30px
	}

	.product-options2 span {
		display: inline-block;
		min-width: 50px;
		margin-bottom: 10px
	}

	.team-filter li a {
		margin-right: 10px;
		font-size: 13px
	}

	.team .owl-carousel .owl-item img,
	.team-member .team--img img {
		width: 100%
	}

	.team-grid .team-member-holder,
	.team-masonry .team-member-holder {
		max-width: 370px;
		margin-right: auto;
		margin-left: auto
	}

	.team-slider .carousel-navs .owl-nav .owl-next:before,
	.team-slider .carousel-navs .owl-nav .owl-prev:before {
		font-size: 30px
	}

	.skills .heading {
		margin-bottom: 30px
	}

	.footer .footer-widget {
		padding-top: 40px;
		padding-bottom: 0
	}

	.footer .footer-widget-title h5 {
		margin-bottom: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	text-center-sm {
		text-align: center !important
	}

	.team-masonry .team--img img {
		width: 100%
	}

	.skills .heading {
		margin-bottom: 30px
	}

	.footer .footer-widget {
		padding-bottom: 40px;
		padding-top: 60px
	}

	.footer .footer-widget .footer-widget-title h5 {
		margin-bottom: 15px
	}
}