/* ----------------------------------

Template Name: Clinicom - Medical & Health Template
Author: validtheme
Description:
Last change:
Version: 1.0
Primary use:    Medical 

Main Font    : Inter
Main Color   : #C2181F

-------------------------------------

Table of contents
        
    01. Template default css
    02. Topbar
    03. Navbar
        - Navbar Default
        - Navbar Box
    04. Banner
        - Zoom Effect
        - Zoom effect with shadow
    05. About Area
        - Version One
        - Version Two
    06. Our Features
    07. Consultation Process
    08. Services
        - Carousel
        - Grid
    09. Our Features
    10. Doctor Tips
    11. Doctors
        - Grid
        - Carousel
    12. Fun Factors
    13. Gallery
    14. Appoinment Form
    15. Faq
    16. Doctor List
    17. Testimonials
    18. Newsletter Subscribe
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Concat Area
    21. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/


/*
** General Styles for HTML tags
*/

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #666666;
}

html,
body,
.wrapper {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
	margin: 0;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 15px;
}

h5,
h5 {
	margin-bottom: 10px;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a,
.btn,
button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}

a img,
iframe {
	border: none;
}

p {
	color: #666666;
	line-height: 28px;
	margin: 0 0 5px;
	text-transform: none;
	font-weight: 400;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inherit;
}

ul {
	margin: 0;
	list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
	color: #232323;
}

a:hover {
	color: #232323;
}

a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}

b,
strong {
	font-weight: 900;
}

.btn.active,
.btn:active {
	background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
	outline: 0;
}

.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

nav.navbar.bootsnav .active {
	color: #C2181F !important;
}

/* Default CSS */
.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px;
}

.container-full {
	margin: 0 auto;
	width: 80%;
	padding: 0 15px;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.bg-bottom-center {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.bg-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.bg-gray {
	background-color: #f7f7f7;
}

.bg-theme-small {
	background-color: #edf5ff;
}

.bg-white {
	background-color: #ffffff;
}

.bg-theme {
	background-color: #C2181F;
}

.bg-light-gradient {
	background: linear-gradient(90deg, rgba(244, 247, 252, 1) 36%, rgba(255, 255, 255, 1) 100%);
}

.gradient-bg {
	background-image: linear-gradient(90deg, rgba(2, 59, 166, 1) 0%, rgba(67, 126, 235, 1) 100%);
	background-color: #C2181F;
}

.container-md {
	width: 90%;
	margin: auto;
	position: relative;
}


.shadow {
	position: relative;
	z-index: 1;
}



.shadow.dark-hard::after {
	background: #1d2024 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #C2181F none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme-hard::after {
	background: #C2181F none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.half::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%) repeat scroll 0 0;
	content: "";
	height: 100%;
	right: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
	position: relative;
	z-index: 1;
}

.default-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.default-padding-top {
	padding-top: 120px;
}


.default-padding.bottom-less {
	padding-top: 40px;
	padding-bottom: 40px;
}

.default-padding-bottom.bottom-less {
	padding-bottom: 90px;
}

.default-padding-top.bottom-less {
	padding-bottom: 90px;
}

.default-padding.bottom-30 {
	padding-top: 120px;
	padding-bottom: 30px;
}

.default-padding.bottom-20 {
	padding-top: 120px;
	padding-bottom: 20px;
}

.padding-xl {
	padding-top: 180px;
	padding-bottom: 180px;
}

.top-border {
	border-top: 1px solid #e7e7e7;
}

.align-center {
	align-items: center;
}

.btn {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	letter-spacing: 1px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	box-shadow: inherit;
	border: 2px solid transparent;
}

.btn-md {
	padding: 15px 45px;
}

.btn-sm {
	padding: 13px 40px;
	font-size: 12px;
}

.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}

.btn-border-light {
	border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #232323;
	border: 2px solid #ffffff;
}

.btn-dark {
	background-color: #232323;
	color: #ffffff;
	border: 2px solid #232323;
}

.btn-dark.border {
	background-color: transparent;
	color: #232323;
	border: 2px solid #232323;
}

.btn-dark.border:hover {
	background-color: #232323;
	color: #ffffff !important;
	border: 2px solid #232323;
}

.btn-gray.border {
	background-color: transparent;
	color: #C2181F;
	border: 2px solid #e7e7e7;
}

.btn-gray.border:hover {
	background-color: #C2181F;
	color: #ffffff !important;
	border: 2px solid #C2181F;
}

.btn-gray.effect {
	background: #fafafa;
	border: 1px solid #e7e7e7;
}

.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	color: #232323;
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn.btn-light::after {
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	transition: all 0.35s ease-in-out;
	position: absolute;
	left: -100%;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
}

.btn.btn-light:hover {
	color: #ffffff;
}

.btn.btn-light.effect:hover::after {
	left: 0;
}

.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff !important;
	color: #ffffff;
}

.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #232323 !important;
}

.btn-theme-v2 {
	color: #ffffff;
}

.btn-theme-v2::after {
	background: linear-gradient(90deg, rgba(249, 87, 89, 1) 0%, rgba(233, 12, 15, 1) 75%);
	transition: all 0.35s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 3px;
}

.btn-theme-v2:hover {
	color: #ffffff;
}

.btn-standard {
	display: inline-block;
	text-align: center;
	color: #C2181F;
	position: relative;
	margin-top: 15px;
	border: 1px solid #e7e7e7;
	padding: 10px 30px;
	text-transform: capitalize;
	border-radius: 30px;
	font-weight: 800;
}

.btn-standard.md {
	padding: 13px 45px;
}

.btn-standard i {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #C2181F;
	font-size: 15px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 0 10px #cccccc;
	z-index: 1;
	margin-right: 5px;
	background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
	background: #ffffff;
	color: #C2181F;
}

.btn-dark:hover,
.btn-dark:focus {
	color: #232323 !important;
	background: transparent;
}

.bg-dark {
	background: #111d30 none repeat scroll 0 0 !important;
}

.bg-gradient {
	background-color: #C2181F;
}

.bg-gradient-light {
	background-image: linear-gradient(90deg, rgba(244, 247, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.btn-theme {
	background-color: #C2181F;
	color: #ffffff !important;
	border: 2px solid #C2181F;
}

.btn-theme.border {
	background-color: transparent;
	color: #C2181F !important;
	border: 2px solid #C2181F;
}

.btn-theme.border:hover {
	background-color: #C2181F;
	color: #ffffff !important;
	border: 2px solid #C2181F;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
	background: #C2181F none repeat scroll 0 0;
	border: 2px solid #C2181F;
	color: #ffffff;
}

.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn i {
	margin-left: 2px;
}

.btn.left-icon i {
	margin-left: 0;
	margin-right: 3px;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
	color: #ffffff !important;
	transition: all 500ms ease;
	border-radius: 3px;
}

.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	z-index: -1;
	border-radius: 3px;
}

.inc-icon i {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 28px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 10px;
	border-radius: 50%;
	margin-left: 5px;
	border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient {
	padding: 15px 40px;
}

.btn-gradient.btn-sm {
	padding: 10px 30px;
}

.btn.btn-transparent.border {
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff !important;
}

.btn-simple.md {
	padding: 15px 60px;
}

.btn-simple.light {
	background: #ffffff;
}

.btn-simple {
	display: inline-block;
	border: 2px solid #e7e7e7;
	padding: 13px 45px;
	color: #C2181F;
	font-weight: 600;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn-simple.circle {
	border-radius: 30px;
}

.btn-simple:after {
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	color: #ffffff;
	border-color: transparent;
	position: absolute;
	left: -100%;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	transition: all 0.25s ease-in-out;
}

.btn-simple i {
	margin-left: 1px;
	position: relative;
	top: 1px;
}

.btn-simple:hover {
	color: #ffffff;
	border: 2px solid transparent;
}

.btn-simple:hover::after {
	left: 0;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.container-full {
	padding: 0 15px;
	width: 90%;
}

.container-medium {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

@media (min-width:576px) {
	.container-medium {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container-medium {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container-medium {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container-medium {
		max-width: 1400px;
		width: 80%;
	}
}

.overflow-hidden {
	overflow: hidden;
}

.less-margin {
	margin: 0;
}

header {
	position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}

.attr-nav .social.right li {
	margin-left: 20px;
}

.attr-nav .social li a {
	font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
	background: #C2181F none repeat scroll 0 0;
	border: 2px solid #C2181F;
	color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #C2181F;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}

.site-heading h4 {
	text-transform: uppercase;
	font-weight: 800;
	color: #C2181F;
	font-size: 20px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.site-heading h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 10px;
	width: 100%;
	background: #C2181F;
	z-index: -1;
	opacity: 0.1;
}

.site-heading.clean h2 {
	padding-bottom: 0;
}

.site-heading.clean h2 span {
	color: #C2181F;
}

.site-heading h2 span {
	color: #C2181F;
}

.site-heading.barber h2 span {
	color: #bc9355;
}

.site-heading p {
	margin: 0;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
	font-size: 36px;
}

.site-heading h2 span {
	color: #C2181F;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.site-heading.single {
	margin-bottom: 35px;
}

.heading-left {
	margin-bottom: 60px;
}

.heading-left h2 {
	margin: 0;
	font-weight: 700;
	margin-top: -8px;
	font-size: 36px;
}

.heading-left p {
	margin-top: -8px;
	margin-bottom: 25px;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
}

@media only screen and (min-width: 1100px) {
	.left-border::before {
		position: absolute;
		left: -30px;
		top: -1%;
		content: "";
		height: 102%;
		width: 100px;
		background: #f4f7fc;
		z-index: -1;
		border-radius: 50px;
	}

	.bg-gray.left-border::before {
		background: #ffffff;
	}

	.right-border::before {
		position: absolute;
		right: -30px;
		top: -1%;
		content: "";
		height: 102%;
		width: 100px;
		background: #f4f7fc;
		z-index: -1;
		border-radius: 50px;
	}

	.bg-gray.right-border::before {
		background: #ffffff;
	}
}


/* ===================================
    # Shape
====================================== */

.shape {
	position: relative;
	z-index: 1;
}

.side-bg {
	height: 100%;
	position: absolute;
	left: -30px;
	top: 0;
	width: 30%;
}

.side-bg img {
	left: 0;
	position: absolute;
	top: 60px;
	opacity: 0.7;
}

.side-bg.right {
	height: 100%;
	position: absolute;
	right: -30px;
	left: auto;
	top: 0;
	width: 30%;
}

.side-bg.right img {
	right: 0;
	left: auto;
	position: absolute;
	top: 60px;
	opacity: 0.7;
}

.triangle-shape::after {
	position: absolute;
	right: 10%;
	top: 15%;
	content: "";
	height: 700px;
	width: 500px;
	background: #dce8ff;
	z-index: -1;
	transform: rotate(110deg);
	border-radius: 50px;
	opacity: 0.5;
}

.wavesshape-bottom .waveshape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-position: center bottom;
}

.wavesshape-bottom .waveshape img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.wavesshape-bottom .waveshape.less-opacity img {
	opacity: 0.007;
}

.rectangular-shape::after {
	position: absolute;
	right: 0;
	bottom: 50px;
	content: "";
	height: 600px;
	width: 600px;
	background: #C2181F;
	z-index: -1;
	opacity: 0.08;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: rotate(90deg);
}

.rectangular-shape.shape-margin-right::after {
	right: -200px;
	bottom: auto;
	top: 40px;
}

.circular-shape::after {
	position: absolute;
	right: 30px;
	top: 150px;
	height: 500px;
	width: 500px;
	border: 50px solid #C2181F;
	content: "";
	z-index: -1;
	opacity: 0.07;
	border-radius: 50%;
}

.border-shape::before {
	position: absolute;
	right: 30px;
	top: 150px;
	height: 500px;
	width: 500px;
	border: 2px dashed #e7e7e7;
	content: "";
	z-index: -1;
	opacity: 1;
	border-radius: 50%;
	animation: rotate-animation 25s infinite linear;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-size: 100% 100%;
}

.breadcrumb-area img {
	width: 100%;
}

.breadcrumb-area .fixed-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center left;
	z-index: -1;
	opacity: 0.7;
}

.breadcrumb-area h1 {
	font-weight: 700;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.page-title-area {
	padding: 150px 0;
}

.page-title-area h1 {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: -10px;
	margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
	content: "";
	font-family: 'themify';
	font-weight: 600;
	color: #ffffff;
	position: absolute;
	right: -13px;
	height: 8px;
	width: 8px;
	border: 2px solid #C2181F;
	border-radius: 50%;
	top: 12px;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
	padding: 0;
	position: relative;
	z-index: 1;
	margin: 0 7px;
	padding: 0 7px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
	color: #C2181F;
	text-decoration: underline;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area {
	padding-bottom: 25px;
	background-image: url(../images/top-bk.jpg);
	background-size: 100% 100%;
}
.top-bar-area .box{
    background: none;
}
.top-bar-area-text {
	position: absolute;
	left: 89px;
	top: 5px;
	width: 377px;
	font: 26px "Microsoft YaHei";
	color: #5c8e64;
	margin-top: 4px;
	font-weight: bold;
}

.top-bar-area-text span {
	display: block;
	font-size: 14px;
	color: #252525;
	margin-top: 4px;
}

.top-bar-area .logo {
	position: relative;
	z-index: 1;
}

.top-bar-area .logo img {
	height: 55px;
}

.top-bar-area .logo::after {
	height: 400px;
	width: 500%;
	position: absolute;
	right: 0;
	top: -200px;
	content: "";
	z-index: -1;
}

.top-bar-area .logo a {
	padding: 15px 0;
	display: inline-block;
}

.top-bar-area li {
	display: inline-block;
}

.top-bar-area .text-right .info {
	position: relative;
	z-index: 1;
	padding: 5px 0;
	text-align: left;
	padding-bottom: 7px;
}

.top-bar-area .text-right>.info::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	z-index: -1;
}

.top-bar-area .text-right .info {
	display: inline-block;
}

.top-bar-area .text-right .info li {
	margin-left: 30px;
}

.top-bar-area .info li {
	display: flex;
	align-items: center;
	float: left;
}

.top-bar-area .info li i {
	display: inline-block;
	font-size: 26px;
	color: #C2181F;
	background: rgba(12, 184, 182, 0.070605);
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
}

.top-bar-area .info li .info {
	margin-left: 15px;
	position: relative;
	z-index: 1;
}

.top-bar-area .info li .info span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: -3px;
	color: #C2181F;
}

.top-bar-area .info li .info::after {
	position: absolute;
	left: 0;
	top: 20px;
	content: "";
	height: 50px;
	width: 1px;
}

.top-bar-area.inline .info li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #e7e7e7;
}

.top-bar-area.inline {
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
}

.top-bar-area.inline .info li i {
	height: auto;
	width: auto;
	line-height: inherit;
	background: transparent;
	margin-right: 10px;
}

.top-bar-area.inline .info li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.top-bar-area.inline .text-right .item-flex {
	display: inline-block;
	padding: 15px 0;
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.top-bar-area.inline .text-right .item-flex::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1700px;
	z-index: -1;
}

.top-bar-area.inline .text-right li {
	display: inline-block;
	margin-left: 20px;
}

.top-bar-area a.button {
	color: #C2181F;
	background: rgba(12, 184, 182, 0.070605);
	display: inline-block;
	padding: 10px 35px;
	border: 2px solid rgba(12, 184, 182, 0.2);
	border-radius: 30px;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
	height: 700px;
}

.banner-area.auto-height,
.banner-area.auto-height div {
	height: auto;
	min-height: 100%;
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.banner-area .box-table {
	display: table;
	width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
	height: auto;
}

.banner-area {
	position: relative;
	overflow: hidden;
}

.banner-area .wavesshape {
	bottom: -2px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
}

.banner-area .wavesshape.shape {
	bottom: -50px;
	height: auto;
}

.banner-area .content {
	position: relative;
	z-index: 9;
}

.banner-area.wavesshape {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow::before {
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #fff;
	border-top: 80px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.banner-area.shadow-inner .content {
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-area.content-double .double-items {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
	animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
	animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
	animation-delay: .9s;
}

.banner-area .item p {
	animation-delay: .5s;
}

.banner-area .item ul {
	animation-delay: .6s;
}

.banner-area .item a,
.banner-area .item button {
	animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1);
	}

	to {
		-moz-transform: scale(1.2, 1.2);
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1);
	}

	to {
		-o-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.2, 1.2);
	}
}

.carousel-inner.carousel-zoom .carousel-item>.slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}

#particles-js,
#ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
	color: #C2181F;
}

.banner-area .carousel-control.light {
	color: #ffffff;
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.banner-area .carousel-control.shadow::after {
	background: #1e2726 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.banner-area .carousel-control.left {
	left: -80px;
}

.banner-area:hover .carousel-control.left {
	left: 20px;
}

.banner-area:hover .carousel-control.shadow.left {
	left: 0px;
}

.banner-area .carousel-control.right {
	right: -80px;
}

.banner-area:hover .carousel-control.right {
	right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}


/* Carousel Indicators */
.banner-area .carousel-indicators {
	position: absolute;
	right: 40px;
	left: auto;
	width: auto;
	height: auto;
	top: 50%;
	transform: translate(10px, -50%);
	-webkit-transform: translate(10px, -50%);
	-moz-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	-o-transform: translate(10px, -50%);
	bottom: auto;
	margin: 0;
}

.banner-area .carousel-indicators li {
	display: block;
	height: 20px;
	width: 20px;
	margin: 10px 0;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	z-index: 1;
}

.banner-area .carousel-indicators li.active::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
	z-index: 1 !important;
}

.banner-area .fixed-thumb .slider-thumb {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
}

/* Content */
.banner-area a {
	margin-right: 5px;
	margin-top: 8px;
}

.banner-area.text-center a,
.banner-area .text-center a {
	margin-right: 3px;
	margin-right: 3px;
}

.banner-area .text-large .content h2 {
	font-size: 60px;
	line-height: 100px;
	font-weight: 300;
	margin-bottom: 30px;
	text-transform: capitalize;
	margin-top: -10px;
}

.banner-area .text-large .content h2 strong {
	display: block;
}

.banner-area p {
	padding-right: 15%;
	font-size: 18px;
	line-height: 34px;
	color: #232323;
	margin-bottom: 25px;
}

.banner-area.text-center p,
.banner-area .text-center p {
	margin-left: 7%;
	margin-right: 7%;
}

.banner-area .text-large .content h4 {
	margin-bottom: 40px;
	text-transform: capitalize;
}

.banner-area .content li {
	display: inline-block;
	margin-right: 12px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	z-index: 1;
	letter-spacing: 0.6px;
}

.banner-area .content ul {
	margin-bottom: 40px;
}

.banner-area .content li::after {
	position: absolute;
	right: 0;
	top: 7px;
	content: "";
	height: 15px;
	width: 1px;
	background: rgba(255, 255, 255, 0.6);
}

.banner-area .content li:last-child::after {
	display: none;
}

.banner-area.inc-shape .content::after {
	position: absolute;
	left: -100px;
	top: -100px;
	content: "";
	height: 200px;
	width: 200px;
	background: linear-gradient(-180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 65%, rgba(255, 255, 255, 0.04) 100%);
	z-index: -1;
	transform: rotate(45deg);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	animation: rotate-animation 10s infinite linear;
}

.banner-area.shape .box-cell {
	position: relative;
	z-index: 1;
}

.banner-area.shape .box-cell::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../images/7.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
	color: #C2181F;
	font-size: 30px;
	left: 50%;
	padding-left: 7px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
	background: #C2181F repeat scroll 0 0;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	color: #C2181F;
}

.video-play-button.theme i {
	color: #ffffff;
}

.video-play-button.relative {
	position: relative;
	display: inline-block;
	left: 30px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	text-align: center;
	margin-top: 0 !important;
	top: 40px;
	margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
	height: 68px;
	width: 68px;
	line-height: 68px;
}

.video-play-button.relative i {
	line-height: 70px;
	font-size: 25px;
}



/* Rotate Animation */
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/* ============================================================== 
     # About  
=================================================================== */

.about-area .thumb-box {
	padding-right: 35px;
}

.about-area .thumb-box .thumb {
	position: relative;
	z-index: 1;
	padding-bottom: 150px;
}

.about-area .thumb-box .thumb img {
	width: 70%;
}

.about-area .thumb-box .thumb img:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	background: #ffffff;
	width: 50%;
}

.about-area .thumb-box .thumb i {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #ffffff;
	height: 150px;
	width: 150px;
	line-height: 150px;
	z-index: 1;
	color: #C2181F;
	font-size: 80px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-90px);
	margin-left: -75px;
}

.about-area .info>h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	color: #C2181F;
}

.about-area .info h2 {
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 25px;
}

.about-area .info ul {
	margin-top: 25px;
	border-top: 1px dashed #dddddd;
	padding-top: 30px;
}

.about-area .info ul li {
	display: flex;
	margin-bottom: 30px;
}

.about-area .info ul li:last-child {
	margin-bottom: 0;
}

.about-area .info ul li i {
	display: inline-block;
	font-size: 30px;
	color: #C2181F;
	background: rgba(12, 184, 182, 0.070605);
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
}

.about-area .info ul li:nth-child(2n) i {
	color: #C2181F;
	background: rgba(249, 87, 89, 0.1);
}

.about-area .info ul li .info h4 {
	font-weight: 600;
}

.about-area .info ul li .info span {
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 8px;
	padding-left: 25px;
	text-transform: capitalize;
	font-weight: 600;
	width: 50%;
}

.about-area .info ul li .info span::after {
	position: absolute;
	left: 0;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #C2181F;
}


/* ============================================================== 
     # Appoinment 
=================================================================== */

.register-area .register-items .info {
	padding: 50px;

}

.register-center {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border-radius: 5px;
	margin: 40px;
}

.about-items-tittle {
	font-size: 20px;
	color: #000000;

}

.about-items-text {
	font-size: 13px;
}

.form .appoinment-box {
	padding: 50px;
	background: rgba(11, 145, 144, 1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form .appoinment-box .heading h2 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.form .appoinment-box input,
.form .appoinment-box textarea,
.form .appoinment-box .nice-select {
	background: transparent;
	box-shadow: inherit;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: inherit;
	padding-left: 0;
	color: #ffffff;
}

.form .appoinment-box .nice-select::after {
	border-color: #ffffff;
}

.form .appoinment-box textarea {
	min-height: 130px;
}

.form .appoinment-box button {
	box-shadow: inherit;
	padding: 12px 40px;
	border-radius: 30px;
	color: #C2181F;
	font-weight: 600;
	border: none;
	background: #ffffff;
}

.form .appoinment-box input::-webkit-input-placeholder,
.form .appoinment-box textarea::-webkit-input-placeholder,
.form .appoinment-box .nice-select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
}

.form .appoinment-box input::-moz-placeholder,
.form .appoinment-box textarea::-moz-placeholder,
.form .appoinment-box .nice-select::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
}

.form .appoinment-box input:-ms-input-placeholder,
.form .appoinment-box textarea:-ms-input-placeholder,
.form .appoinment-box .nice-select:-ms-input-placeholder {
	/* IE 10+ */
	color: #232323;
}

.form .appoinment-box input:-moz-placeholder,
.form .appoinment-box textarea:-moz-placeholder,
.form .appoinment-box .nice-select:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
}

.form .appoinment-box .nice-select li {
	color: #232323;
}

.register-area .steps ul li {
	float: left;
	width: 33.333%;
	padding: 0 15px;
}

.register-area .steps ul {
	overflow: hidden;
	margin: 0 -15px;
}

.register-area .steps ul li i {
	display: inline-block;
	font-size: 70px;
	color: #fff;
	margin-bottom: 20px;
}

.register-area .steps ul li h5 {
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.4;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.register-area .steps {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.register-area .steps img {
	display: block;
	margin: 0 auto;
}

.register-area .register-items .info>h5 {
	font-weight: 600;
	margin-bottom: 20px;
}

.register-area .register-items .info h2 {
	font-weight: 600;
	margin-bottom: 25px;
	color: #fff;
}

.register-area .register-items .info p {
	color: #fff;
}

/* ============================================================== 
     # Process  
=================================================================== */

.process-area .item {
	background: #fafefe;
	padding: 65px 30px;
	border: 1px solid rgba(12, 184, 182, 1);
	border-radius: 5px;
}

.process-area .heading {
	padding-right: 35px;
}

.process-area .heading h2 {
	font-weight: 600;
	line-height: 1.4;
	margin-top: -5px;
	margin-bottom: 20px;
}

.process-area .heading a {
	margin-top: 10px;
}

.process-area .shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.process-area .item h5 {
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.4;
	margin-top: -5px;
	font-size: 18px;
	margin-bottom: 15px;
}

.process-area .item span {
	display: inline-block;
	color: #C2181F;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: -5px;
}

.process-area .item i {
	display: inline-block;
	font-size: 60px;
	margin-bottom: 25px;
	color: #C2181F;
}


/* Nice Select CSS */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* ============================================================== 
     # Services  
=================================================================== */

.services-area .services-items .services-single {
	margin-bottom: 30px;
}

.services-area .services-items .item .info .thumb,
.services-area .services-items .item .info i {
	position: relative;
	z-index: 1;
}

.services-area .services-items .item .info .thumb::after,
.services-area .services-items .item .info i::after {
	position: absolute;
	left: -20px;
	bottom: 0;
	content: "";
	height: 80px;
	width: 80px;
	background: linear-gradient(-455deg, transparent, rgba(12, 184, 182, 0.1));
	z-index: -1;
	border-radius: 50%;
}

.services-area .services-items .item .info {
	padding: 50px 37px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.services-area .services-items .item .info .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.services-area .services-items .item .info img {
	height: 100px;
}

.services-area .services-items .item .info .top>i {
	font-size: 100px;
	display: inline-block;
	color: #232323;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(5, 87, 86, 1) 75%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-area .services-items .item .info strong {
	right: 30px;
	top: 50px;
	font-size: 90px;
	font-weight: 800;
	opacity: 0.2;
	line-height: 1;
	letter-spacing: -5px;
	color: #e7e7e7;
}

.services-area .services-items .item {
	background: #ffffff;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	clip-path: polygon(100% 0, 100% 92%, 92% 100%, 0 100%, 0 0);
}

.services-area .services-items .item .info h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.services-area .services-items .item .info h4 a {
	font-weight: 700;
}

.services-area .services-items .services-single ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-left: 37px;
	color: #232323;
	text-transform: capitalize;
}

.services-area .services-items .services-single ul li::after {
	position: absolute;
	left: 15px;
	top: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	color: #C2181F;
	font-size: 12px;
}

.services-area .services-items .services-single ul {
	overflow: hidden;
	margin: 0 -15px;
	margin-top: 25px;
}

.services-area .services-items .services-single .info>a {
	margin-top: 10px;
	display: inline-block;
}


/* Services Version Two */
.services-area .services-box .services-single .info {
	padding: 50px;
	position: relative;
	z-index: 1;
	padding-left: 80px;
}

.services-area .services-box .services-single {
	background: #ffffff;
}

.services-area .services-box .services-single .title {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}

.services-area .services-box .services-single .title i {
	display: inline-block;
	font-size: 60px;
	color: #C2181F;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 20px;
}

.services-area .services-box .services-single .info h4 {
	text-transform: capitalize;
	font-weight: 600;
}

.services-area .services-box .services-single .info .content p {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
}

.services-area .services-box .services-single .info p strong {
	color: #C2181F;
	font-weight: 600;
}

.services-area .services-box .services-single .info ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-left: 40px;
}

.services-area .services-box .services-single .info ul {
	overflow: hidden;
	margin: 0 -15px;
	margin-top: 20px;
}

.services-area .services-box .services-single .info>a {
	margin-top: 10px;
}

.services-area .services-box .services-single .info ul li::after {
	position: absolute;
	left: 0;
	top: 0;
}

.services-area .services-box .services-single .info ul li::after {
	position: absolute;
	left: 15px;
	top: 0;
	content: "\e6de";
	font-family: 'themify';
}

.services-area .services-box .services-single .info .fixed-icon i {
	display: inline-block;
	font-size: 45px;
	position: absolute;
	left: -5px;
	top: 50%;
	z-index: -1;
	color: #C2181F;
	transform: translate(0, -50%);
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	margin-left: -40px;
	border-radius: 50%;
}

.services-area .services-box .services-single .info .fixed-icon i::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: rotate(45deg);
	border-radius: 5px;
}

.services-area .services-box .services-one-item-carousel.owl-carousel .owl-dot {
	margin-bottom: -10px;
	margin-top: 30px;
}

.services-area .services-box .services-one-item-carousel.owl-carousel .owl-dot span {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 7px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	border: 2px solid #e7e7e7;
	border-radius: inherit;
	transform: rotate(45deg);
}

.services-area .services-box .services-one-item-carousel.owl-carousel .owl-dot.active span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #C2181F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.services-area .services-box .services-one-item-carousel.owl-carousel .owl-nav {
	margin: 0;
}

.services-area .services-box .services-one-item-carousel.owl-carousel .owl-nav .owl-prev,
.services-area .services-box .services-one-item-carousel.owl-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #C2181F;
	font-size: 25px;
	height: 40px;
	left: -60px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.services-area .services-box .services-one-item-carousel.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -60px;
}


/* ============================================================== 
     # Top Features  
=================================================================== */

.feature-entry-items .single-item {
	margin-bottom: 30px;
}

.feature-entry-items .item {
	padding: 0px;
	border-radius: 10px;
	background: #ffffff;
}

.services-area #div1 {
	position: relative;
	width: 90%;
	height: 265px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.services-area .services-tittle {
	text-align: center;
}

.services-area #div2 img {
	width: 300px;
	border: none;
}

#div1 {
	position: relative;
	width: 90%;
	height: 400px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

#div2 {
	position: absolute;
}

#div2 li {
	float: left;
	list-style-type: none;
	padding: 0px 10px;
}

#div2 img {
	width: 300px;
	border: none;
}


#div4 a {
	position: relative;
}

#div3 {
	position: relative;
	width: 90%;
	height: 125px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

#div4 {
	position: absolute;
}

#div4 li {
	float: left;
	list-style-type: none;
	padding: 0px 10px;
}

#div4 img {
	width: 150px;
	border: none;
}


#div4 a {
	position: relative;
}

.single-case-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section-padding img {
	display: block;
	margin: 0 auto;
}

.btnc {
	width: 100%;
	height: 38px;
	background-color: rgba(48, 48, 48, 0.7);
	position: absolute;
	left: 0px;
	bottom: -38px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btnc h4 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
}

.single-case-item:hover .btnc {
	bottom: 0px;
	38px;
	background-color: rgba(48, 48, 48, 0.7);
}

.single-case-item:hover .hover-info {
	opacity: 1;
	transform: translateY(0);
}

.feature-entry-items .item img {
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.feature-entry-items .item img:nth-child(odd) {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.feature-entry-items .item h4 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
	margin-top: 10px;
	text-align: left;
}

.feature-entry-items .item p {
	text-align: left;
	font-size: 14px;
	height: 150px;
}

.feature-entry-items .item a {
	margin-top: 10px;
}

.single-item-bottom {
	padding: 10px;
}

.single-item-fa {
	height: 5px;
	width: 56%;
	background: #000;
}

.feature-entry-items .item li {
	text-align: left;
	margin-top: 16px;
}

.feature-entry-items .item li .closed {
	background: #C2181F;
	color: #ffffff;
	padding: 0 15px;
	border-radius: 5px;
	font-weight: 600;
}

.feature-entry-items .item li span {
	font-weight: 600;
	color: #232323;
}

.feature-entry-items .item ul {
	border-top: 1px solid #e7e7e7;
	margin-top: 25px;
	padding-top: 17px;
}

.feature-entry-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
}

.feature-entry-area .shape img {
	width: 100%;
}


/* ============================================================== 
     # Features
=================================================================== */
.fun-factor-area {
	padding: 40px 0;
}

.about-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
}

.about-title {
	font-size: 30px;
	color: #D80C18;
	margin-bottom: 42px;
	text-align: center;
}

.about-area .shape img {
	width: 100%;
}

.about-area.features-area .info {
	padding-right: 35px;
}

.features-area .features-item-box .item .content-box {
	position: relative;
	left: 5%;
	right: 5%;
	width: 90%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px 30px;
	top: -40px;
	margin-bottom: -40px;
	background: #ffffff;
}

.features-area .features-item-box .item .content-box .info-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.features-area .features-item-box .item .info-title i {
	display: inline-block;
	font-size: 45px;
	padding-right: 15px;
	color: #C2181F;
}

.features-area .features-item-box .item .info-title h4 {
	font-size: 20px;
	margin: 0;
}

.features-area .features-item-box .item .content-box .info-details {
	border-top: 1px dashed #dddddd;
	margin-top: 20px;
	padding-top: 20px;
}

.features-area .features-item-box .item .content-box .info-details p {
	margin: 0;
}

.features-area .features-item-box .item .info {
	padding: 30px;
}

.features-area .features-item-box .item {
	border: 2px solid rgba(12, 184, 182, 0.2);
	background: #ffffff;
}

.features-area .features-item-box .item .info a {
	display: inline-block;
	color: #ffffff;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	margin-top: 10px;
	padding: 11px 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.features-area .features-item-box .item .info a::after {
	position: absolute;
	left: -100%;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	z-index: -1;
	border-radius: 3px;
	transition: all 0.35s ease-in-out;
}

.features-area .features-item-box .item .info a:hover::after {
	left: 0;
}

.features-area .features-item-box .item .info a:hover {
	color: #ffffff;
}

.features-area .features-item-box .item .info a i {
	position: relative;
	left: 3px;
	top: 1px;
	font-size: 14px;
}


/* ============================================================== 
     # Health Tips  
=================================================================== */
.health-tips-area .tips-items {
	position: relative;
	padding-left: 35px;
}

.health-tips-area .tips-items h4 {
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: capitalize;
	margin-top: -5px;
}

.health-tips-area .tips-items span {
	color: #C2181F;
	font-weight: 600;
	text-transform: uppercase;
}

.left-info h4 {
	font-size: 16px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 20px;
}

.left-info>a {
	margin-top: 10px;
}

.health-tips-aera .tips-items .item .bottom {
	display: flex;
}

.health-tips-area .tips-items .bottom {
	display: flex;
	align-items: center;
	border-top: 1px solid #e7e7e7;
	margin-top: 25px;
	padding-top: 30px;
}

.health-tips-area .tips-items .bottom .provider {
	padding-left: 20px;
}

.health-tips-area .tips-items .bottom img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.health-tips-area .tips-items h5 {
	text-transform: capitalize;
	font-weight: 600;
}

.health-tips-area .tips-items::after {
	position: absolute;
	left: -50px;
	top: -30px;
	content: "";
	height: 100%;
	width: 150px;
	background: url(../images/medi-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
	opacity: 0.04;
	background-size: contain;
}

.health-tips-area .testimonial-items .tips-items::after {
	display: none;
}

.health-tips-area .testimonial-items .tips-items::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.07;
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
	font-weight: 600;
	font-size: 100px;
}

.health-tips-area .testimonial-items .tips-items span {
	color: #C2181F;
}

.health-tips-area .tips-items.health-tips-carousel.owl-carousel .owl-dots {
	text-align: left;
	margin-bottom: 5px;
}

.health-tips-area .tips-items.health-tips-carousel.owl-carousel .owl-dot {
	margin-bottom: -10px;
	margin-top: 15px;
}

.health-tips-area .tips-items.health-tips-carousel.owl-carousel .owl-dot span {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 7px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	border: 2px solid #e7e7e7;
	border-radius: inherit;
	transform: rotate(45deg);
}

.health-tips-area .tips-items.health-tips-carousel.owl-carousel .owl-dot.active span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #C2181F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}




/* ============================================================== 
     # Doctors  
=================================================================== */

@media (min-width:576px) {
	.doctors-area .container-lg {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.doctors-area .container-lg {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.doctors-area .container-lg {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.doctors-area .container-lg {
		max-width: 1140px;
	}
}

.doctors-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.doctors-area .doctor-items .single-item {
	margin-bottom: 30px;
}

.doctors-area .doctor-items .item {
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.doctors-area.three-colum .doctor-items .item {
	padding: 50px 30px;
	border-radius: 5px;
}

.doctors-area .doctor-items .item .thumb {
	background-size: cover;
	background-position: center center;
}

.doctors-area .doctor-items .item img {
	width: 220px;
	height: 220px;
	margin: auto;
	border-radius: 50%;
}

.doctors-area .doctor-items .item .thumb {
	text-align: center;
	position: relative;
}

.doctors-area .doctor-items .item .footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.doctors-area .doctor-items .item .info h4 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
}

.doctors-area .doctor-items .item .info span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #C2181F;
	font-size: 14px;
}

.doctors-area.three-colum .doctor-items .item .info span {
	padding: 0;
	margin: 0;
}

.doctors-area .doctor-items .item .footer a {
	display: inline-block;
	margin: 0 5px;
}

.doctors-area .doctor-items .item .footer a.icon-btn {
	height: 42px;
	width: 42px;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	line-height: 42px;
	color: #ffffff;
	border-radius: 50%;
}

.doctors-area .doctor-items .item .thumb .button {
	position: absolute;
	width: 100%;
	bottom: -10px;
}

.doctors-area .doctor-items .item .thumb .button>a {
	display: inline-block;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 10px 35px;
	border-radius: 30px;
	color: #ffffff;
}

.doctor-items .info {
	padding: 40px 30px;
	padding-right: 45px;
}

.three-colum .doctor-items .info {
	padding: 0;
	padding-right: 0;
	padding-top: 35px;
}

.doctors-area .doctor-items .item .info .bottom {
	display: flex;
	align-items: center;
	border-top: 1px solid #e7e7e7;
	margin-top: 15px;
	padding-top: 25px;
}

.doctors-area .doctor-items .item .info .bottom a.message {
	display: inline-block;
	background: #ffffff;
	color: #C2181F;
	height: 44px;
	width: 44px;
	text-align: center;
	line-height: 41px;
	border-radius: 50%;
	border: 2px solid;
}

.doctors-area .doctor-items .item .info .bottom a {
	margin-right: 10px;
}

.doctors-area .doctor-items .item .info h5 {
	font-size: 16px;
	margin-top: 20px;
}

.doctors-area .doctor-items .item .info strong {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	font-weight: 600;
}

.doctors-area .doctor-items .item .info strong span {
	color: #232323;
}

.doctor-items .info .consultation h5 span {
	display: inline-block !important;
	color: #232323 !important;
	font-weight: 500 !important;
}

.doctors-area .doctor-items .item .info .consultation h5 {
	margin-bottom: 0;
	margin-top: 15px;
}

@media only screen and (min-width: 1367px) {
	.doctors-area.inc-carousel .container-lg {
		margin-left: calc((100% - 1140px)/ 2);
		padding: 0;
		width: auto;
		min-width: auto;
		max-width: inherit;
	}
}

@media only screen and (min-width: 1000px) {
	.doctors-area.inc-carousel .doctors-carousel.owl-carousel .owl-stage {
		left: -100px;
	}
}

.doctors-area.inc-carousel .doctors-carousel.owl-carousel .owl-nav {
	margin: 0;
}

.doctors-area .doctors-carousel {
	margin-bottom: -15px;
}

.doctors-area.inc-carousel .doctors-carousel.owl-carousel .owl-nav .owl-prev,
.doctors-area.inc-carousel .doctors-carousel.owl-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 30px;
	height: 40px;
	left: 35px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.doctors-area.inc-carousel .doctors-carousel.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 35px;
}

@media only screen and (max-width: 1399px) {

	.doctors-area.inc-carousel .doctor-items .item>.row {
		display: block;
	}

	.doctors-area.inc-carousel .doctor-items .item .col-lg-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.doctors-area.inc-carousel .doctor-items .item .thumb {
		min-height: 300px;
	}

	.doctors-area.inc-carousel .doctor-items .item .info {
		padding-left: 45px;
	}
}


/* ============================================================== 
     # Faq
=================================================================== */
.accordion .card-header h4:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position: absolute;
	right: 30px;
	top: 30px;
	font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
	content: "\f105";
	font-weight: 600;
}

.faqs .card {
	border: 2px solid rgba(12, 184, 182, 0.2) !important;
	margin-bottom: 15px;
	overflow: inherit;
	background: #ffffff;
	border-radius: 5px;
}

.faqs .card:last-child {
	margin-bottom: 0;
}

.faqs .card .card-header {
	border: none;
	background: transparent;
	padding: 0;
}

.faqs .card .card-header h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 30px;
	padding-right: 50px;
	cursor: pointer;
	background: rgba(12, 184, 182, 0.070605);
}

.faqs .card .card-header h4 strong {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	background: rgba(12, 184, 182, 0.070605);
	border: 2px solid rgba(12, 184, 182, 0.2);
	border-radius: 50%;
	font-weight: 700;
	margin-right: 10px;
	color: #C2181F;
	font-size: 14px;
}

.faqs .card .card-body {
	padding-left: 30px;
	border-top: 2px solid rgba(12, 184, 182, 0.2);
}

.faqs .card .card-body p {
	margin: 0;
}



/* ============================================================== 
     # Why Chose Us 
=================================================================== */

.choseus-area .info {
	padding-right: 35px;
}

.choseus-area .top-info .fun-fact {
	float: left;
	width: 33.333%;
	padding: 0 15px;
}

.choseus-area .top-info {
	overflow: hidden;
	margin: 0 -15px;
	margin-bottom: 20px;
}

.choseus-area .top-info .fun-fact i {
	display: inline-block;
	font-size: 60px;
	margin-bottom: 30px;
	color: #C2181F;
}

.choseus-area h4 {
	font-weight: 600;
}

.choseus-area .top-info .fun-fact .timer {
	font-size: 36px;
	font-weight: 600;
	color: #C2181F;
	z-index: 1;
	position: relative;
	display: inline-block;
}

.choseus-area .top-info .fun-fact .timer::after {
	position: absolute;
	right: -15px;
	top: 1px;
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
}

.choseus-area .top-info .fun-fact .medium {
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	color: #232323;
	font-size: 20px;
	margin-top: 8px;
}

.choseus-area .info .button {
	margin-top: 30px;
}

.choseus-area .info .button a {
	margin-right: 10px;
}


/* ============================================================== 
     # Fun Factor  
=================================================================== */

.fun-factor-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
}

.fun-fact-items {
	padding: 20px 10px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.fun-fact-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(195, 24, 31, 1);
	z-index: -1;
	border-radius: 5px;
}

.fun-factor-area .fun-fact .timer {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	margin-top: -5px;
}

.fun-factor-area .fun-fact .medium {
	display: block;
	line-height: 1.2;
	margin-top: 20px;
	font-size: 18px;
	text-transform: capitalize;
}

.fun-factor-area .fun-fact-items .item {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fun-factor-area .fun-fact-items .item:last-child {
	border: none;
}

.fun-factor-area .fun-fact i {
	display: inline-block;
	font-size: 50px;
	margin-bottom: 37px;
	background: #3cabaa;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 50%;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.fun-factor-area .fun-fact i::after {
	position: absolute;
	left: 50%;
	bottom: -8px;
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #3cabaa;
	margin-left: -10px;
}


/* ============================================================== 
     # Gallery  
=================================================================== */

.gallery-area.inc-carousel {
	margin-bottom: -10px;
	padding: 40px 0;
}

@media only screen and (min-width: 1367px) {
	.gallery-area .container {
		padding: 0;
		width: 1200px;
	}
}

@media only screen and (min-width: 1000px) {
	.gallery-area .gallery-carousel.owl-carousel .owl-stage {
		left: -100px;
	}
}

.gallery-area .gallery-items .item .thumb,
.gallery-area .gallery-items .item {
	overflow: hidden;
	transition: all 0.35s ease-in-out;
}

.gallery-area .gallery-items .item img {
	transition: all 0.35s ease-in-out;
}

.gallery-area .gallery-items .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.gallery-area .gallery-items .item .info .info-items {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.gallery-area .gallery-items .info {
	position: relative;
	z-index: 1;
}

.gallery-area .gallery-items .item .info .info-items ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
}

.gallery-area .gallery-items .item .info .info-items ul li::after {
	position: absolute;
	right: -5px;
	bottom: 0;
	content: ",";
	font-size: 14px;
}

.gallery-area .gallery-items .item .info .info-items h4 {
	font-weight: 600;
	margin-bottom: 7px;
	font-size: 20px;
	text-transform: capitalize;
}

.gallery-items .owl-item .item {
	padding-bottom: 70px;
}

.item img {
	transition: all 0.35s ease-in-out;
}

.item .thumb,
.gallery-area .gallery-items .item {
	overflow: hidden;
	transition: all 0.35s ease-in-out;
}

.comments-list {
	margin-top: 20px;
}

.item-popup-gallery {
	display: block;
	padding: 5px 10px;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	color: #ffffff;
	height: 100%;
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	width: 70%;
	text-align: center;
}

.item-popup-gallery a {
	color: #fff;

}

.produtct {
	width: 100%;
	padding: 10px 20px 50px 10px;
	display: block;
	margin: 0 auto;

}

.product-box {
	width: 650px;
	display: block;
	margin: 0 auto;
}

.produtct-item {
	display: inline-block;
	font-size: 16px;
	color: #555;

}

.produtct-item a {
	color: #555;
	display: block;
	font-size: 18px;
	line-height: 1px;
	margin-left: -1px;
	padding: 16px 20px;
	position: relative;
	font-weight: 600;
	border: 1px solid #d80c18;
	border-radius: 5px;
}

.produtct-item a:hover {
	color: #fff;
	background: #d80c18;
}

.item .info .info-items .left-info {
	padding: 10px;
}

.gallery-area .gallery-items .item .info .info-items .right-info a i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gallery-area .gallery-items .item .info .info-items ul li:last-child::after {
	display: none;
}

.gallery-area .gallery-items.owl-carousel .owl-nav {
	margin: 0;
}

.gallery-area .gallery-items.owl-carousel .owl-nav .owl-prev,
.gallery-area .gallery-items.owl-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #C2181F;
	font-size: 30px;
	height: 40px;
	left: 35px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.gallery-area.bg-gray .gallery-items.owl-carousel .owl-nav .owl-prev,
.gallery-area.bg-gray .gallery-items.owl-carousel .owl-nav .owl-next {
	color: #C2181F;
}

.gallery-area .gallery-items.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 35px;
}



/* ============================================================== 
     # Blog  
=================================================================== */

.blog-area .blog-items .single-item {
	margin-bottom: 30px;
}

.blog-area .blog-area.full-blog .blog-items .single-item:last-child {
	margin-bottom: 0;
}

.blog-area .blog-items .item .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blog-area .blog-items .item .thumb  img {
    width: 370px;
    height: 247px;
    transition: all 0.35s ease-in-out;
}
.blog-item-box .item img {
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
}
.blog-area .post-formate {
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: 0;
	color: #ffffff;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-bottom: 5px;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 1;
}

.blog-area .blog-items .item {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-area .blog-items .item .info {
	padding: 10px;
	position: relative;
}
.blog-area .blog-items .item .info  p{
	margin:  0px;
}

.blog-area .blog-items .item .info span.date {
	position: absolute;
	right: 30px;
	top: -87px;
	background: #C2181F;
	color: #ffffff;
	width: 80px;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.6;
	z-index: 9;
	border-radius: 5px;
}

.blog-area .blog-items .item .info h2,
.blog-area .blog-items .item .info h3,
.blog-area .blog-items .item .info h4 {
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 0px;
}

.blog-area .blog-items .item .info>a {
	margin-top: 10px;
}

.blog-area .blog-items .item .info a:hover {
	background: #C2181F;
	color: #fff;
}

.blog-area .blog-items .item .info .meta ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.blog-area.full-blog .blog-items .item .info .meta ul {
	display: flex;
	justify-content: left;
}

.blog-area.full-blog .blog-items .item .info .meta ul li {
	margin-right: 20px;
}

.blog-area .blog-items .item .info .meta ul li {
	text-transform: capitalize;
	font-weight: 600;
}

.blog-area .blog-items .item .info .meta ul li a {
	color: #666666;
	font-weight: 600;
}

.blog-area .blog-items .item .info .meta ul li a:hover {
	color: #C2181F;
}

.blog-area .blog-items .item .info .meta ul li i {
	margin-right: 5px;
	color: #C2181F;
}

.blog-area .blog-items .item .info .tags {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.blog-area .blog-items .item .info .tags a {
	display: inline-block;
	color: #999999;
	margin-right: 5px;
	position: relative;
	z-index: 1;
}

.blog-area .blog-items .item .info .tags a:hover {
	color: #C2181F;
}

.blog-area .blog-items .item .info .tags a::after {
	right: -5px;
	bottom: 0;
	content: ",";
	position: absolute;
}

.blog-area .blog-items .item .info .tags a:last-child::after {
	display: none;
}

.sidebar aside .item {
	margin-bottom: 20px !important;
}

/* Pagination */

.blog-area .pagi-area .pagination {
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
	display: inline-block;
	padding: 15px 20px;
	margin: 5px;
	margin-bottom: 0;
	border-radius: 10px;
	color: #C2181F;
}

.blog-area .pagi-area .pagination li.active a {
	background: #C2181F;
	color: #ffffff;
	border-color: transparent;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
	float: right;
}

.blog-area.left-sidebar .sidebar {
	padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
	padding-left: 35px;
}

.blog-area .sidebar .title {
	display: block;
}

.blog-area .sidebar .title h4 {
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
}

.blog-area .sidebar .title h4::after {
	position: absolute;
	left: 100%;
	top: 50%;
	content: "";
	height: 1px;
	width: 50px;
	border-bottom: 1px solid #C2181F;
	margin-top: -1px;
	margin-left: 15px;
}

.blog-area .sidebar input[type="text"] {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 60px;
}

.blog-area .sidebar form {
	position: relative;
}

.blog-area .sidebar button[type="submit"] {
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	border: medium none;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: 5px;
}

.blog-area .sidebar input[type="submit"]:hover {
	background: #C2181F none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
	margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 700;
	color: #666666;
	padding-left: 15px;
}

.blog-area .sidebar .sidebar-item.category li a::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	height: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	font-weight: 600;
}

.blog-area .sidebar .sidebar-item li a:hover {
	color: #C2181F;
}

.blog-area .sidebar .sidebar-item.category li a span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	background: #f1f1f1;
	top: 10px;
	color: #232323;
	font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
	top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
	margin-top: 0;
	padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
	top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-item.recent-post li a {
	color: #333333;
	display: block;
	font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
	display: inline-block;
}

.sidebar-item.recent-post .meta-title {
	font-family: 'Inter', sans-serif;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 500;
	color: #C2181F;
}

.sidebar-item.recent-post li a:hover {
	color: #C2181F;
}

.color-yellow .sidebar-item.recent-post li a:hover {
	color: #ff9800;
}

.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #C2181F;
}

.sidebar-item.recent-post li span {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
}

.sidebar-item.recent-post .meta-title a {
	color: #999999;
}

.sidebar-item.recent-post li {
	color: #cdd0d3;
}

.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.sidebar-item.recent-post li:last-child {
	margin: 0;
}

.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}

.sidebar-item.recent-post .thumb img {
	width: 100%;
}

.sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
}

.sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 600;
}

.blog-area .sidebar-item.gallery ul {
	margin: -7px;
	overflow: hidden;
}

.sidebar-item.gallery ul li {
	box-sizing: border-box;
	float: left;
	padding: 7px;
	width: 33.333%;
}

.sidebar-item.gallery ul li img {
	min-height: 70px;
	width: 100%;
}

.sidebar-item.archives ul li {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.sidebar-item.archives ul li:last-child {
	margin-bottom: 0;
}

.sidebar-item.archives ul li a {
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	z-index: 1;
	padding-left: 15px;
	font-size: 14px;
	color: #666666;
}

.sidebar-item.archives ul li a::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	height: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	font-weight: 600;
}

.sidebar-item.social-sidebar ul {
	margin-bottom: -10px;
	overflow: hidden;
}

.sidebar-item.social-sidebar li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
	background: #C2181F none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	height: 50px;
	line-height: 54px;
	margin-bottom: 5px;
	text-align: center;
	width: 50px;
	font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
	color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
	background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
	background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
	background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
	background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
	margin-top: -8px;
}

.sidebar-item.tags ul li {
	display: inline-block;
}

.sidebar-item.tags ul li a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 800;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #666666;
	background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
	color: #C2181F;
}


/* Blog Single */
.blog-area.single .item .content-box span {
	background: #C2181F none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 3px 20px;
	text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
	font-weight: 500;
}

.blog-area.single .content-box .cats {
	float: left;
	margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
	float: right;
	font-family: 'Inter', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog-area.single .content-box .meta {
	overflow: hidden;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

.blog-area .blog-items .info>ul li {
	margin-bottom: 15px;
	color: #232323;
	position: relative;
	z-index: 1;
	padding-left: 18px;
}

.blog-area .blog-items .info>ul {
	margin-bottom: 25px;
	margin-top: 25px;
}

.blog-area .blog-items .info>ul li::after {
	position: absolute;
	left: 0;
	top: 11px;
	content: "";
	background: #666666;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}

.blog-area.single .content-box .cats a:last-child::after {
	display: none;
}

.blog-area.single .item {
	margin-bottom: 0;
}

.blog-area .blog-items .item .info blockquote {
	padding: 50px;
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.blog-area .blog-items .item .info blockquote::after {
	position: absolute;
	left: 50px;
	top: 50px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: rgba(255, 255, 255, 0.3);
	font-size: 80px;
	z-index: -1;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-area .blog-content .share li {
	display: inline-block;
	margin-left: 15px;
}

.blog-area .blog-content .share li a {
	display: inline-block;
	color: #C2181F;
}

.blog-area .blog-content .share li.facebook a {
	color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
	color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
	color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
	color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
	color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
	background: #f7f7f7;
	padding: 10px 15px;
	font-size: 14px;
	margin-right: 3px;
	margin-bottom: 5px;
	display: inline-block;
}

.blog-area.single .post-pagi-area {
	margin-top: 15px;
	overflow: hidden;
}

.blog-area.single .post-pagi-area a {
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	color: #C2181F;
	padding: 8px 36px;
	border: 2px solid rgba(12, 184, 182, 0.2);
	border-radius: 30px;
	background: rgba(12, 184, 182, 0.070605);
}

.blog-area.single .post-pagi-area a:hover {
	color: #C2181F;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
	color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
	float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
	margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
	margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
	display: block;
	margin: 0;
}

.blog-area .contact-comments .submit {
	margin-bottom: 0;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Comments */

.blog-area .comments-form {
	margin-top: 25px;
	background: rgba(12, 184, 182, 0.070605);
	padding: 50px;
}

.comments-list .commen-item .avatar {
	float: left;
	height: 105px;
	width: 105px;
}

.comments-list .commen-item .content {
	display: table-cell;
	vertical-align: top;
}

.comments-list .commen-item .avatar img {
	height: 80px;
	width: 80px;
}

.comments-list .commen-item {
	margin-bottom: 25px;
}

.comments-list .commen-item:last-child {
	margin-bottom: 0;
}

.comments-list .commen-item.reply {
	padding-left: 80px;
}

.comments-area {
	margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
}

.comments-list .commen-item .content .title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-weight: 700;
}

.comments-list .commen-item .content .title span {
	border-left: 1px solid #e7e7e7;
	padding-left: 15px;
	margin-left: 15px;
}

.comments-info a {
	border: 1px solid #e7e7e7;
	color: #C2181F;
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	padding: 1px 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.comments-info a:hover {
	color: #C2181F;
}

.color-yellow .comments-info a:hover {
	color: #ff9800;
}

.comments-info a i {
	margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(12, 184, 182, 0.4);
	border-image: none;
	border-radius: inherit;
	border-style: none none solid;
	border-width: medium medium 1px;
	box-shadow: inherit;
	background: transparent;
	padding: 0;
}

.comments-form textarea {
	min-height: 180px;
}

.blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0;
}

.comments-form button {
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	border: 1px solid transparent;
	color: #ffffff;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 20px;
	padding: 15px 45px;
	text-transform: uppercase;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	border-radius: 30px;
}

.comments-form button:hover {
	color: #ffffff;
	background-color: #C2181F;
	border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
	margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.blog-area .contact-comments .comments {
	margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
	float: left;
	padding: 0 15px;
}

/* ============================================================== 
     # Newsletter  
=================================================================== */
.subscribe-form .form {
	background: #ffffff;
	padding: 50px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	bottom: -120px;
	margin-top: -120px;
	background: rgba(11, 145, 144, 1);
}

.subscribe-area.icon-in .form {
	padding-top: 70px;
}

.subscribe-form .form i {
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translate(-50%, 0);
	background: #ffffff;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	color: #C2181F;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	font-size: 30px;
}

.subscribe-form .form h2 {
	text-transform: capitalize;
	font-weight: 600;
}

.subscribe-form .form form {
	width: 70%;
	margin: 30px auto auto;
	position: relative;
	border-radius: 30px;
}

.subscribe-form .form form input {
	border: none;
	box-shadow: inherit;
	min-height: 60px;
	border-radius: 30px;
	padding-left: 20px;
}

.subscribe-form .form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	background: rgba(12, 184, 182, 0.070605);
	border: 2px solid rgba(12, 184, 182, 0.2);
	color: #C2181F;
	height: 50px;
	border-radius: 30px;
	min-width: 140px;
	font-weight: 600;
}


/* Google Maps */

.google-maps iframe {
	border: medium none;
	height: 550px;
	margin-bottom: -10px;
	width: 100%;
}

.maps-area {
	overflow: hidden;
}


/* ============================================================== 
     # Contact  
=================================================================== */

.contact-area .contact-items .left-item {
	padding-right: 35px;
}

.contact-area .right-item .info-items .right-item-box {
	padding-top: 42px;
	padding-bottom: 20px;
	text-align: center;
	color: #555555;
	background: #fafafa;
	width: 100% !important;
	display: block;
	margin: 10px auto;
}

.contact-area .right-item .info-items .right-item-box span {
	font-size: 18px;
	line-height: 24px;
}

.contact-area .right-item .info-items .right-item-box .line {
	width: 30px;
	height: 2px;
	margin: 12px auto 22px;
	background: #dddddd;
}

.contact-area .right-item .info-items .right-item-box p {
	font-size: 14px;
	line-height: 24px;
}

.contact-area .right-item .info-items .right-item-box p span {
	color: #D80C18;
	font-size: 14px;
}

.contact-area .tittle {
	font-size: 30px;
	line-height: 70px;
	text-align: center;
	color: #000;
}


.info-bottom .top h5 {
	font-size: 24px;
	line-height: 28px;
	color: #D80C18;
	margin-top: 50px;
}

.info-bottom .top .title {
	margin-top: 18px;
	font-size: 18px;
	line-height: 22px;
	color: #D80C18;
	opacity: 0.7;
	text-align: left;
}

.info-bottom .bottom {
	margin-top: 40px;
}

.info-bottom .bottom p {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 32px;
	color: #999999;
}

.info-bottom .bottom p span {
	margin-left: 28px;
	font-size: 16px;
	line-height: 32px;
	color: #555555;
	font-weight: bold;
}












.contact-area .contact-items .content {
	padding: 20px;
	background: #f1f1f1;
	height: 294px;
	margin-top: -15px;
	color: #fff;
	-webkit-box-shadow: 0 10px 16px rgb(0 0 0 / 65%);
}

.contact-area .contact-items .content h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
}


.contact-area .contact-items .content p {
	margin-bottom: 30px;
}

.contact-area .contact-items form input,
.contact-area .contact-items form textarea {
	box-shadow: inherit;
	background: transparent;
	border-radius: inherit;
}

.contact-area .contact-items form textarea {
	min-height: 90px;
}

.contact-area .contact-items form .submit {
	background: #C2181F;
	border: none;
	color: #ffffff;
	font-weight: 600;
	padding: 12px 109px;
	border-radius: 10px;
	display: block;
	margin: 0 auto
}

.contact-area .contact-items .right-item .item {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dddddd;
}

.contact-area .contact-items .right-item .item i {
	display: inline-block;
	font-size: 40px;
	margin-right: 20px;
	color: #C2181F;
}

.contact-area .contact-items .right-item .item h5 {
	font-weight: 600;
}

.contact-area .contact-items .right-item .item:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.contact-area .contact-items .right-item .item p {
	margin: 0;
}

img.loader {
	margin-left: 5px;
}

/* ============================================================== 
     # Footer  
=================================================================== */

footer {
	position: relative;
	z-index: 1;
}

footer .default-padding {
	padding-bottom: 60px;
}

footer.bg-dark::after {
	opacity: 0.5;
}

footer .widget-title {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	color: #fff;
}

footer .branches img {
	width: 40%;
	margin-bottom: 10px;
	margin-right: 15px;
}

footer .widget-title::before {
	position: absolute;
	left: 8px;
	bottom: 0;
	content: "";
	height: 2px;
	width: 40px;
	background: #C2181F;
}

footer .widget-title::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	height: 4px;
	width: 4px;
	background: #C2181F;
	border-radius: 50%;
}

footer .social li {
	display: inline-block;
	margin-right: 20px;
}

footer .social {
	margin-top: 30px;
	display: flex;
	align-items: center;
}

footer .social h5 {
	margin-bottom: 0;
	margin-right: 15px;
	font-weight: 600;
	text-transform: capitalize;
}

footer .f-item>a {
	margin-top: 10px;
}

footer .branches li {
	margin-bottom: 15px;
}

footer.bg-dark .branches li {
	color: #cccccc;
}

footer .branches li:last-child {
	margin-bottom: 0;
}

footer .branches li strong {
	display: block;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #232323;
}

footer.bg-dark .branches li strong {
	color: #ffffff;
}

footer .f-item.link li {
	margin-bottom: 15px;
}

footer .f-item.link li a {
	display: inline-block;
	color: #666666;
	position: relative;
	z-index: 1;
}

footer.bg-dark .f-item.link li a {
	color: #cccccc;
}

footer.bg-dark p {
	color: #cccccc;
}

footer.bg-dark p a {
	color: #fff;
}

footer .f-item.link li a {
	color: #fff;
}

footer .f-item.link li:last-child {
	margin-bottom: 0;
}


/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid #e7e7e7;
	padding: 15px 0;
}

footer.bg-dark .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom li {
	display: inline-block;
}

.footer-bottom li a {
	display: inline-block;
	border-left: 1px solid #dddddd;
	margin-left: 12px;
	padding-left: 15px;
}

footer.bg-dark .footer-bottom li a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom li:first-child a {
	margin: 0;
	padding: 0;
	border: none;
	color: #C2181F;
}

footer.bg-dark .footer-bottom li:first-child a {
	margin: 0;
	padding: 0;
	border: none;
	color: #fff;
}

.footer-bottom p {
	margin: 0;
}


/* Error Page */


.error-page-area .search {
	text-align: center;
	max-width: 400px;
	margin-top: 30px;
}

.error-page-area .search .input-group {
	width: 100%;
}

.error-page-area .search .input-group form {
	position: relative;
	z-index: 1;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	width: 100%;
}

.error-page-area .search .input-group form input {
	border: none;
	box-shadow: inherit;
	border-radius: inherit;
	min-height: 60px;
}

.error-page-area .search .input-group form button {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9;
	border: none;
	background: #C2181F;
	color: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.error-page-area .error-box>a {
	margin-top: 30px;
}

.error-page-area h1 {
	font-size: 160px;
	font-weight: 800;
	line-height: 120px;
	margin-top: -5px;
	margin-bottom: 30px;
	color: #999999;
}

.error-page-area h2 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 25px;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/preloader.gif) center no-repeat #ffffff;
	text-align: center;
}

.bread {
	height: 50px;
	background-color: #fff;
	margin-top: 50px;
}

.bread-nav {
	width: 1196px;
	margin: 50px auto 0;
	font-size: 14px;
	color: #000;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 9;
}

.bread-nav a {
	font-size: 14px;
	color: #000;
	padding: 0 4px;
}

.pro-index-top .title {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #D80C18;
}

.pro-index-top .text {
	width: 820px;
	margin: 22px auto 0;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	text-align: center;
}

.product-area .blog-items .single-item {
	margin-bottom: 30px;
}

.product-area.full-blog .blog-items .single-item:last-child {
	margin-bottom: 0;
}

.product-area .blog-items .item .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
}




.product-area .post-formate {
	background: linear-gradient(90deg, rgba(12, 184, 182, 1) 0%, rgba(11, 145, 144, 1) 75%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: 0;
	color: #ffffff;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-bottom: 5px;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 1;
}

.product-area .blog-items .item {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.product-area .blog-items .item .info {
	padding: 0px;
	position: relative;
}

.product-area .blog-items .item .info span.date {
	position: absolute;
	right: 30px;
	top: -87px;
	background: #C2181F;
	color: #ffffff;
	width: 80px;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.6;
	z-index: 9;
	border-radius: 5px;
}

.product-area h4 {
	margin-bottom: 0px !important;
}

.product-area .blog-items .item .info h2,
.product-area .blog-items .item .info h3,
.product-area .blog-items .item .info h4 {
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
}

.product-area .blog-items .item .info>a {
	margin-top: 10px;
}

.product-area .blog-items .item .info a:hover {
	color: #C2181F;
}

.product-area .blog-items .item .info .meta ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.product-area.full-blog .blog-items .item .info .meta ul {
	display: flex;
	justify-content: left;
}

.product-area.full-blog .blog-items .item .info .meta ul li {
	margin-right: 20px;
}

.product-area .blog-items .item .info .meta ul li {
	text-transform: capitalize;
	font-weight: 600;
}

.product-area .blog-items .item .info .meta ul li a {
	color: #666666;
	font-weight: 600;
}

.product-area .blog-items .item .info .meta ul li a:hover {
	color: #C2181F;
}

.blog-area .blog-items .item .info .meta ul li i {
	margin-right: 5px;
	color: #C2181F;
}

.product-area .blog-items .item .info .tags {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.product-area .blog-items .item .info .tags a {
	display: inline-block;
	color: #999999;
	margin-right: 5px;
	position: relative;
	z-index: 1;
}

.product-area .blog-items .item .info .tags a:hover {
	color: #C2181F;
}

.product-area .blog-items .item .info .tags a::after {
	right: -5px;
	bottom: 0;
	content: ",";
	position: absolute;
}

.product-area .blog-items .item .info .tags a:last-child::after {
	display: none;
}

.product-area .title {
	float: left;
	font-size: 30px;
	color: #D80C18;
	margin: 20px 0;
}

.product-area .title a {
	font-size: 18px;
	margin-left: 10px;
	color: #e35151;
}

.product-detail-tittle {
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	color: #333;
	font-weight: 700;
}

.product-detail {
	margin-top: 28px;
	background: #fbfbfb;
	border-top: 1px #f0f0f0 solid;
	border-bottom: 1px #f0f0f0 solid;
	padding: 11px 20px 13px;
}

.product-detail-top {
	overflow: hidden;
}

.product-detail-top-left {
	float: left;
	margin-right: 1em;
	min-width: 4em;
	color: rgba(0, 0, 0, 0.5);
	color: var(--weui-FG-1);
	text-align: justify;
	text-align-last: justify;
}

.product-detail-top-right {
	display: block;
	overflow: hidden;
	word-break: normal;
	word-wrap: break-word;
	color: rgba(0, 0, 0, 0.9);
	color: var(--weui-FG-0);
}

.product-detail-bottom {
	height: 48px;
	background: #D80C18;
	line-height: 48px;
	padding: 0 46px;
	font-size: 14px;
	cursor: pointer;
	float: left;
	border-radius: 4px;
	color: #ffffff;
	margin: 10px 20px;
}

.product-department-bottom {
	height: 48px;
	background: #D80C18;
	line-height: 24px;
	padding: 12px 21px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 50%;
}

.product-detail-bottom-tittle {
	color: #999999;
	font-size: 14px;
	height: 30px;
	margin-top: 3px;
}

.product-detail-bottom-text {
	color: #f7494b;
	font-size: 16px;
	font-weight: 700;
	margin-left: -1px;
}

.blog-item-box-tittle {
	font-size: 30px;
	color: #222;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	padding: 56px 10px 18px;
	line-height: 30px;
}

.blog-item-box-tittle span {
	width: 120px;
	height: 2px;
	background: #D80C18;
	display: block;
	position: absolute;
	bottom: -1px;
}

.news-head .head-title {
	font-size: 30px;
	line-height: 90px;
	color: #D80C18;
	float: left;
}

.news-head .head-post {
	float: right;
	font-size: 14px;
}

.news-head .head-post a {
	color: #999;
	padding-right: 24px;
	margin-top: 42px;
	display: block;
}

.default-padding-tittle {
	text-align: center;
	font-size: 20px;
	color: #000000;
	line-height: 50px;
}

.default-padding-box-top {
	padding: 20px !important;
}

.default-padding-box-top h4 a {
	font-size: 18px;
	color: #555;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
}

.structure-tex {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.structure-time {
	font-size: 14px;
	color: #999;
	text-align: left;
}

.default-padding-box-bottom img {
	width: 100%;
}

.default-padding-box-bottom:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.default-padding .blog-content {
	display: block;
	margin: 0 auto;
}

.blog-content-tiitle {
	text-align: center;
}

.blog-content-tiitle-date {
	text-align: center;
}

.default-pad-box {
	margin-bottom: 20px !important;
}

.default-padding .title {
	font-size: 30px;
	line-height: 70px;
	text-align: center;
	color: #000;
}

.inner-wrap {
	padding: 70px 0;
}

.tc-timeline {
	position: relative;
}

.tc-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 2px;
	background: #000;
}

.tc-timeline .tc-timeline-block {
	position: relative;
	margin: 2em 0;
}

.tc-timeline .tc-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.tc-timeline .tc-timeline-block:first-child {
	margin-top: 0;
}

.tc-timeline .tc-timeline-block:last-child {
	margin-bottom: 0;
}

.tc-timeline .tc-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #fff;
	border-radius: 0.25em;
	padding: 1em;
}

.tc-timeline .tc-timeline-content blockquote {
	border-left: 0px;
}

.tc-timeline .tc-timeline-content img,
.tc-timeline .tc-timeline-content video,
.tc-timeline .tc-timeline-content iframe {
	margin-bottom: 25px;
	width: 100%;
}

.tc-timeline .tc-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.tc-timeline .tc-timeline-content h2,
.tc-timeline .tc-timeline-content h2 a {
	font-size: 24px;
	margin-top: 0px;
	color: #303e49;
}

.tc-timeline .tc-timeline-content .tc-read-more,
.tc-timeline .tc-timeline-content .tc-date {
	display: inline-block;
}

.tc-timeline .tc-timeline-content p {
	text-align: justify;
	margin: 1em 0;
	text-align: right;
}

.tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content p {
	text-align: left;
}

.tc-timeline .tc-timeline-content .tc-read-more {
	float: right;
	padding: 3px 15px;
	border: 1px solid #444;
	color: #444;
	font-size: 12px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.tc-timeline .tc-timeline-content .tc-read-more:hover {
	background: #444;
	color: #fff;
}

.tc-timeline .tc-timeline-content .tc-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}

.tc-timeline .tc-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 2px;
	width: 73px;
	z-index: 1;
	background: #000;
}

@media only screen and (min-width:1170px) {
	.tc-timeline {}

	.tc-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

@media only screen and (min-width:1170px) {
	.tc-timeline .tc-timeline-block {}

	.tc-timeline .tc-timeline-block:first-child {
		margin-top: 0;
	}

	.tc-timeline .tc-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.tc-timeline .tc-timeline-icon {
	margin-left: -30px;
	left: 2%;
	display: block;
	position: absolute;
	top: -8px;
	z-index: 6;
	width: 60px;
	height: 60px;
	background-color: #D80C18;
	border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.tc-timeline .tc-timeline-icon span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display: block;
	position: absolute;
	left: 2px;
	color: #fff;
	top: 14px;
	font-size: 23px;
}

@media only screen and (min-width:1170px) {
	.tc-timeline .tc-timeline-icon {
		margin-left: -30px;
		left: 50%;
		display: block;
		position: absolute;
		top: -8px;
		width: 60px;
		height: 60px;
		background-color: #D80C18;
		border-radius: 10px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

}

@media only screen and (min-width:1170px) {
	.tc-timeline .tc-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 43%;
		text-align: right;
	}

	.tc-timeline .tc-timeline-content::before {
		margin: 5px;
		top: 14px;
		left: 100%;
		border-color: transparent;
		border-left-color: #f5f5f5;
	}

	.tc-timeline .tc-timeline-content .tc-read-more {
		float: left;
	}

	.tc-timeline .tc-timeline-content .tc-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
	}

	.tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content {
		float: right;
		width: 42.5%;
		text-align: left;
	}

	.tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content::before {
		margin: 5px;
		top: 14px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #f5f5f5;
	}

	.tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content .tc-read-more {
		float: right;
	}

	.tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content .tc-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
}

.services-img {
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	margin-bottom: 10px;
}

.services-img img {
	display: block;
	width: 100%;
	transition: all 0.35s ease-in-out;
}

.services-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.services-tittle {
	font-size: 16px;
	line-height: 40px;
}

.services-text {
	font-size: 14px;
	margin-bottom: 20px;
}

#allmap {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	overflow: hidden;
	font-family: "微软雅黑";
}

#allmap b {
	color: #CC5522;
	font-size: 14px;
}

#allmap img {
	max-width: none;
}

.product-title {
	font-size: 30px;
	line-height: 70px;
	color: #000;
}
.product-top-title {
	font-size: 30px;
	line-height: 70px;
	color: #e35151;
	text-align: center;
}
.product-title a {
	font-size: 18px;
	margin-left: 10px;
	color: #e35151;
}

.product-title span {
	float: right;
}

.footer-mobile {
	display: none;
}

.footer-record {
	background: #f5f5f5;
	font-size: 14px;
	text-align: center;
	color: #aaa;
	padding: 0rem 10px 70px;
}

.footer-record a {
	color: #999;
	font-size: 14px;
}

.footer-record span {
	display: block;
}

.footer-tab {
	position: fixed;
	bottom: 0;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	border-top: 1px solid #eaeaea;
	z-index: 99;
	width: 100%;
}

.weui-tabbar__item {
	display: inline-block;
	width: 19.1%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 8px 0 0 0;
	font-size: 0;
	color: #888;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.weui-tabbar__icon {
	display: inline-block;
	font-size: 10px;
	width: 2.8em;
	height: 2.8em;
	margin-bottom: 2px;
}

.weui-tabbar__label {
	color: #888;
	font-size: 10px;
	line-height: 1.4;
}

.bg-gradient .weui-tabbar__label {
	color: #fff;
	font-size: 10px;
	line-height: 1.4;
}

.poster-main {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 500px;

}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main img {}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;

}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
	filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(../images/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(../images/right.png) no-repeat center center;
}

.poster-item-title {
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	display: block;
}

.contact-area .contact-items {
	background: #C2181F;
}

.conleft {
	margin-left: 120px;
	padding-top: 30px;
	color: #fff;
}

.conleft .zxzx_p1 {
	margin-bottom: 15px;
}

.conleft .zxzx_p2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.conleft .zxzx_p2 span {
	float: left;
	margin-right: 15px;
	padding-left: 12px;
	font-size: 16px;
	background: url(../images/zxzx02.png) no-repeat left center;
	color: #fff;
}

.conleft .zxzx_tel {
	color: #fff;
	padding-left: 55px;
	height: 50px;
	background: url(../images/zxzx_tel.png) no-repeat left center;
}

.conleft .zxzx_p3 {
	height: 42px;
}

.conleft .zxzx_tel .p1 {
	color: #fff;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
}

.conleft .zxzx_tel .p2 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	height: 30px;
	line-height: 40px;
}

.mask {
	position: fixed;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 190px;
	background: url("../images/yangp_bg.png") no-repeat scroll center;
	z-index: 1001;
}

.closeee {
	background: url("../images/closesanjiao.png") no-repeat center center;
}

.mask .gotoCenter {
	display: block;
	width: 1000px;
	height: 140px;
	margin: 0 auto;
}

.mask .closeee {
	width: 47px;
	height: 45px;
	position: absolute;
	top: 60px;
	right: 180px;
	z-index: 1;
}

.clickarea {
	position: absolute;
	top: 0;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding-top: 102px;
}

.clickarea h2 {
	padding: 10px 0 0 175px;
	font: 20px "Microsoft YaHei";
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

i,
em {
	font-style: normal;
}

.clickarea h2 em {
	display: block;
}

.clickarea h3 em {
	display: block;
	font: 30px Arial;
	font-weight: bold;
	color: #C2181F;
}

.clickarea h3 {
	width: 230px;
	float: left;
	font: 16px "Microsoft YaHei";
	color: #fff;
	padding-top: 10px;
}

.thumbnail {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 96px;
	height: 124px;
	cursor: pointer;
	z-index: 111111;
	/*display: none;*/
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.form-contro {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-form-bottom {
	width: 100%;
	padding-top: 10px;
}

.clickarea .form-contro-button {
	padding-top: 10px;
	background: #C2181F;
	border: none;
	color: #ffffff;
	padding: 1px 4px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 48px;
	text-align: center;
}

.hezuo-list {
	position: relative;
	height: 426px;
}

.hezuo-list li {
	position: absolute;
}

.hezuo-list li:nth-of-type(1) {
	top: 0px;
	left: 0;
}

.hezuo-list li:nth-of-type(2) {
	top: 0px;
	left: 200px;
}

.hezuo-list li:nth-of-type(3) {
	top: 0px;
	left: 400px;
}

.hezuo-list li:nth-of-type(4) {
	top: 0px;
	left: 600px;
}

.hezuo-list li:nth-of-type(5) {
	top: 0px;
	left: 800px;
}

.hezuo-list li:nth-of-type(6) {
	top: 0px;
	right: -30px;
}

.hezuo-list li:nth-of-type(7) {
	top: 113px;
	left: 100px;
}

.hezuo-list li:nth-of-type(8) {
	top: 113px;
	left: 300px;
}

.hezuo-list li:nth-of-type(9) {
	top: 113px;
	left: 500px;
}

.hezuo-list li:nth-of-type(10) {
	top: 113px;
	left: 700px;
}

.hezuo-list li:nth-of-type(11) {
	top: 113px;
	left: 900px;
}

.hezuo-list li:nth-of-type(12) {
	top: 225px;
	left: 0px;
}

.hezuo-list li:nth-of-type(13) {
	top: 225px;
	left: 200px;
}

.hezuo-list li:nth-of-type(14) {
	top: 225px;
	left: 400px;
}

.hezuo-list li:nth-of-type(15) {
	top: 225px;
	left: 600px;
}

.hezuo-list li:nth-of-type(16) {
	top: 225px;
	left: 800px;
}

.hezuo-list li:nth-of-type(17) {
	top: 225px;
	right: -30px;
}

.wp-media_content {
	overflow: hidden;
	width: 140px;
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	display: block;
	margin-right: 10px;
}

.wp-media_img {
	overflow: hidden;
	border-color: transparent;
	border-width: 0px;
	position: relative;
	width: 140px;
	height: 143px;
}

.wp-media_img img {
	width: 100%;
}



.wp-media_img img:hover {
	-webkit-transform: rotate3d(0, 1, 0, 360deg);
	-moz-transform: rotate3d(0, 1, 0, 360deg);
	transform: rotate3d(0, 1, 0, 360deg);
	transition: -webkit-transform 0.8s ease-in-out;
	transition: -moz-transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
}

.wp-media_content span {
	display: block;
	text-align: center;
	color: #838383;
	font-size: 14px;
	line-height: 25px;
}

.index-con-div {
	background: #58c1d5;
	width: 100%;
	margin: 0 auto;
}

.index-con-8 {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.index-8box {
	margin: 20px auto;
	overflow: hidden;
}

.index-8box li {
	float: left;
	font-size: 14px;
	border-right: dotted 2px #fff;
	padding: 0 34px 20px 20px;
}

.index-8box li:hover {
	background: #007e97;
}

.index-8box li a {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: "微软雅黑";
	display: block;
	line-height: 40px;
	width: 110px;
	PADDING-TOP: 15px;
}

.index-8box li p {
	color: #fff;
	font-size: 14px;
	padding-left: 20px;
	font-family: "微软雅黑";
	padding-top: 10px;
	display: block;
	width: 77px;
}

.index-huapan {
	background: url(../images/dome.png) no-repeat center;
	height: 738px;
}

.index-huapan-box {
	height: 610px;
	width: 100%;
	padding-top: 40px;
	margin: 0 auto;
	position: absolute;
}

.index-huapan-box ul li {
	width: 180px;
	height: 180px;
}

.index-huapan .pz-1 {
	left: 45%;
	top: 8%;
	position: absolute;
	background: url(../images/1-1.png);
	background-size: 100% 100%;
	width: 150px;
	height: 180px;
}

.index-huapan .pz-1:hover {
	background: url(../images/1-1-1.png);
	background-size: 100% 100%;
	width: 150px;
	height: 180px;
}

.index-huapan ul li:hover .pz-1-text {
	color: #228b22;
}

.index-huapan .pz-1-text {
	left: 56%;
	top: 12%;
	position: absolute;
	font-weight: bold;
	color: #007E97;
	font-size: 40px;
	width: 160px;
}

.index-huapan .pz-2 {
	left: 54%;
	top: 34%;
	position: absolute;
	background: url(../images/2-2.png);
	background-size: 100% 100%;
	width: 180px;
	height: 170px;
}

.index-huapan .pz-2-text {
	left: 67%;
	top: 33%;
	position: absolute;
	font-weight: bold;
	color: #007E97;
	font-size: 40px;
	width: 160px;
}

.index-huapan .pz-2:hover {
	background: url(../images/2-2-2.png);
	background-size: 100% 100%;
}

.index-huapan ul li:hover .pz-2-text {
	color: #228b22;
}

.index-huapan .pz-3 {
	left: 53%;
	top: 66%;
	position: absolute;
	background: url(../images/3-3.png);
	background-size: 100% 100%;
	width: 180px;
	height: 170px;

}

.index-huapan .pz-3:hover {
	background: url(../images/3-3-3.png);
	background-size: 100% 100%;
}

.index-huapan ul li:hover .pz-3-text {
	color: #228b22;
}

.index-huapan .pz-3-text {
	left: 67%;
	top: 87%;
	position: absolute;
	font-weight: bold;
	color: #007E97;
	font-size: 40px;
	width: 160px;
}

.index-huapan .pz-4 {
	left: 43%;
	top: 75%;
	position: absolute;
	background: url(../images/4-4.png);
	background-size: 100% 100%;
	width: 160px;
	height: 170px;

}

.index-huapan .pz-4:hover {
	background: url(../images/4-4-4.png);
	background-size: 100% 100%;
}

.index-huapan ul li:hover .pz-4-text {
	color: #228b22;
}

.index-huapan .pz-4-text {
	left: 30%;
	top: 94%;
	position: absolute;
	font-weight: bold;
	color: #007E97;
	font-size: 40px;
	width: 160px;
}

.index-huapan .pz-5 {
	left: 35%;
	top: 53%;
	position: absolute;
	background: url(../images/5-5.png);
	background-size: 100% 100%;
	width: 180px;
	height: 170px;

}

.index-huapan .pz-5:hover {
	background: url(../images/5-5-5.png);
	background-size: 100% 100%;
}

.index-huapan ul li:hover .pz-5-text {
	color: #228b22;
}

.index-huapan .pz-5-text {
	left: 18%;
	top: 66%;
	position: absolute;
	font-weight: bold;
	color: #007E97;
	font-size: 40px;
	width: 160px;
}

.index-huapan .pz-6 {
	left: 35%;
	top: 24%;
	position: absolute;
	background: url(../images/6-6.png);
	background-size: 100% 100%;
	width: 180px;
	height: 170px;

}

.index-huapan .pz-6:hover {
	background: url(../images/6-6-6.png);
	background-size: 100% 100%;
}

.index-huapan ul li:hover .pz-6-text {
	color: #228b22;
}

.index-huapan .pz-6-text {
	left: 9%;
	top: 36%;
	position: absolute;
	font-weight: bold;
	color: #007E97;
	font-size: 43px;
	width: 320px;
}

.rbslider-wrapper {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/index-bk.jpg);
	height: 600px;
	padding: 200px 0;
}
.rbslider-wrapper-mobile{
	background-image: url(../images/index--mobile-bk.jpg);
}
.rbslider-wrapper-bk {

	background-color: rgb(16 16 16 / 20%);

}

.rbslider-wrapper-text {
	width: 60%;
	display: block;
	margin: 120px auto;
	margin: auto;
	padding: 30px 40px 40px 40px;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
}

.rbslider-wrapper-text span {
	font-size: 20px;
	font-weight: 600;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 10px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 150px;
	height: 100px;
	display: block;
	padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.box {
	margin: 10px auto 0;
	background: #fff;
}

.tab_menu {
	overflow: hidden;
}

.tab_menu li {
	width: 25%;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #333;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.tab_menu li.current {
	color: #333;
	background: #EEEEEE;
	border-radius: 5px;
}

.tab_menu li a {
	color: #333;
	background: #fff;
	text-decoration: none;
}

.tab_menu li.current a {
	color: #333;
}

.tab_box {
	padding: 20px;
}

.tab_box li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.tab_box li span {
	margin: 0 5px 0 0;
	font-family: "宋体";
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}

.tab_box .hide {
	display: none;
}
}
