body {
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	color: #777777;
	line-height: 1.9em;
	font-weight: 400;
	overflow-x: hidden;
	margin: auto;
	background: #fff;
}

html,
body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

a {
	color: #034ea2;
	font-family: 'Arimo', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:focus,
a:hover {
	color: #034ea2;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

p {
	line-height: 26px;
	margin-bottom: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

/*START PRELOADER DESIGN*/
#page-preloader {
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

.preloader-wrench {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font: 34px "Helvetica Neue", sans-serif;
	line-height: 213px;
	text-align: center;
	position: relative;
	display: block;
	height: 58px;
	position: relative;
	width: 58px;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.preloader-wrench img {
	width: 100%;
	height: 100%;
}



@keyframes preloader-spin {
	0% {
		transform: scale(1) rotate(0deg) translateZ(0);
	}

	10%,
	20% {
		transform: scale(1.4) rotate(0deg) translateZ(0);
	}

	30%,
	45% {
		transform: scale(1.4) rotate(-90deg) translateZ(0);
	}

	55%,
	100% {
		transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-o-keyframes preloader-spin {
	0% {
		-o-transform: scale(1) rotate(0deg) translateZ(0);
	}

	10%,
	20% {
		-o-transform: scale(1.4) rotate(0deg) translateZ(0);
	}

	30%,
	45% {
		-o-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}

	55%,
	100% {
		-o-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-ms-keyframes preloader-spin {
	0% {
		-ms-transform: scale(1) rotate(0deg) translateZ(0);
	}

	10%,
	20% {
		-ms-transform: scale(1.4) rotate(0deg) translateZ(0);
	}

	30%,
	45% {
		-ms-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}

	55%,
	100% {
		-ms-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-webkit-keyframes preloader-spin {
	0% {
		-webkit-transform: scale(1) rotate(0deg) translateZ(0);
	}

	10%,
	20% {
		-webkit-transform: scale(1.4) rotate(0deg) translateZ(0);
	}

	30%,
	45% {
		-webkit-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}

	55%,
	100% {
		-webkit-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

@-moz-keyframes preloader-spin {
	0% {
		-moz-transform: scale(1) rotate(0deg) translateZ(0);
	}

	10%,
	20% {
		-moz-transform: scale(1.4) rotate(0deg) translateZ(0);
	}

	30%,
	45% {
		-moz-transform: scale(1.4) rotate(-90deg) translateZ(0);
	}

	55%,
	100% {
		-moz-transform: scale(1) rotate(-90deg) translateZ(0);
	}
}

.section-padding {
	padding: 100px 0;
	position: relative;
	float: left;
	width: 100%;
}

@media (max-width: 991px) {
	.section-padding {
		padding-top: 182px;
	}
}

.section-back-image {
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.section-back-image-2 {
	background-size: cover;
	background-position: center center;
}

.bg-gray {
	background-color: #f9f9f9 !important;
}

.bg-gray-2 {
	background-color: #f5f5f5 !important;
}

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

.bg-theme {
	background-color: #034ea2 !important;
}

.custom-color-1 {
	color: #d14836 !important;
}

.custom-color-2 {
	color: #1da1f2 !important;
}

.overlay,
.overlay-2 {
	position: relative;
	z-index: 1;
}

.overlay:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background: -moz-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%, rgba(123, 100, 203, 0.8) 100%);
	background: -webkit-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%, rgba(123, 100, 203, 0.8) 100%);
	background: linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%, rgba(123, 100, 203, 0.8) 100%);
}

.overlay-2:before {
	background: rgb(54, 152, 177, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}


.section-title {
	margin-bottom: 80px
}

.section-title h3 {
	color: #333;
	font-size: 35px;
	margin: 0;
	text-transform: capitalize;
	position: relative;
	padding: 0 0 20px;
}

.section-title h3:after {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 70px;
	background: #333;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -6px;
}

.section-title span {
	color: #034ea2;
}

.section-title span.line {
	height: 10px;
	width: 10px;
	background: #333;
	display: block;
	margin: 0 auto;
	border-radius: 30px;
}

.section-title p {
	margin-top: 25px;
}

.section-title.section-title-left span.line {
	margin: 0 30px;
}

.section-title.section-title-left h3:after {
	margin: 0;
}


.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.sticky-menu {
	position: relative;
	z-index: 999;
	width: 100%;
}

.mainmenu-area.menu-animation {
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.mainmenu-area {
	background: white;
	width: 100%;
	position: relative;
	z-index: 999;
	box-shadow: 0 4px 15px 3px rgba(0, 0, 0, 10%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.mainmenu-area .navbar {
	padding: 0;
	height: 100%;
}

.mainmenu-area .logo {
	height: 100%;
	display: flex;
	align-items: center;
}

.mainmenu-area .navbar-nav {
	padding: 4px 0;
}

.mainmenu-area .navbar-nav li {

	display: flex;
	align-items: center;
}

.mainmenu-area .navbar-nav .nav-link {
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5rem;
	margin: 0 8px;
	display: flex;
	align-items: center;
}

.mainmenu-area .navbar-nav .active .nav-link {
	background-color: rgba(3, 77, 162, 0.5);
}


.mainmenu-area .navbar-nav .custom-nav-link {
	background-color: #00a0e3;
	color: white;
	border-radius: 5px;
	padding: 0.5rem 1rem;
}

.mainmenu-area .navbar-nav .nav-link:hover {
	background-color: #00a0e3;
	border-radius: 5px;
	color: white;
}

.mainmenu-area .navbar-nav .dropdown .nav-link:after {
	position: absolute;
	content: "\eb89";
	font-family: 'IcoFont' !important;
	top: auto;
	right: auto;
	font-size: 14px;
	padding-left: 10px;
}


.mainmenu-area .navbar-nav .dropdown.quick-search .nav-link {
	padding: 15px 65px;
	letter-spacing: 2px;
}


.slider-section {
	float: left;
	width: 100%;
	aspect-ratio: 16 / 6;
	margin-top: -1px;
	position: relative;
}

.main-top-line {
	height: 2rem;
	background-color: #00a0e3;
}

@media (max-width: 991px) {
	.main-top-line {
		display: none;
	}

	.slider-section {
		margin-top:75px;
		aspect-ratio: 16 / 10;
	}

}


.home-single-slide {
	background-size: cover;
	background-position: center center;
	color: #fff;
	position: relative;
	display: table;
	aspect-ratio: 16 / 6;
	width: 100%;
}

@media (max-width: 991px) {

	.home-single-slide {
		aspect-ratio: 16 / 10;
	}
}

.home-single-slide-inner {
	display: table-cell;
	vertical-align: middle;
}

.home-single-slide-dec {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
	padding: 2rem;
}


.home-single-slide p {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}

.home-single-slide p:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background: #fff;
	left: 0;
	top: 32px;
	display: block;
}

.home-single-slide h2 {
	font-size: 60px;
	color: white;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 1px 0px 0px RGBA(0, 0, 0, 1);
}

.home-single-slide span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 0px 0px RGBA(0, 0, 0, 1);
	margin: 30px 0;
}

.home-single-slide span i {
	padding-right: 5px;
}

.home-slides {
	height: 100%;
}

.home-slides.owl-theme .owl-nav {
	margin-top: 0;
}

.home-slides.owl-theme .owl-stage-outer {
	height: 100%;
}

.home-slides.owl-theme .owl-stage {
	height: 100%;
}

.home-slides.owl-theme .owl-nav div {
	font-weight: 600;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.home-slides.owl-theme .owl-nav div i {
	font-size: 40px;
	display: inline-block;
	position: relative;
	top: 10px;
}

.home-slides.owl-theme .owl-nav div:hover {
	background: transparent;
}

.home-slides.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.home-slides.owl-theme .owl-nav .owl-prev {
	left: 0;
	cursor: pointer;
}

/* .home-slides:hover.owl-theme .owl-nav .owl-prev {
	left: 0;
} */

.home-slides.owl-theme .owl-nav .owl-next {
	cursor: pointer;
	right: 0;
}

/* .home-slides:hover.owl-theme .owl-nav .owl-next {
	right: 0px;
} */

.home-slides:hover.owl-theme .owl-nav div {
	opacity: 1;
	visibility: visible;
}


.about-slider.owl-theme .owl-nav {
	margin-top: 0;
}

.about-slider.owl-theme .owl-nav div {
	font-size: 30px;
	color: #fff;
	background: #034ea2;
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0;
	border-radius: 50%;
	-webkit-transition: 0.5s cubic-bezier(0.91, .27, .52, .84);
	transition: 0.5s cubic-bezier(0.91, .27, .52, .84);
}

.about-slider.owl-theme .owl-nav div:hover {
	background: #333;
}

.about-slider.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-slider.owl-theme .owl-nav .owl-prev {
	left: -5%;
}

.about-slider:hover.owl-theme .owl-nav .owl-prev {
	left: -10%;
}

.about-slider.owl-theme .owl-nav .owl-next {
	right: -5%;
}

.about-slider:hover.owl-theme .owl-nav .owl-next {
	right: -9%;
}

.about-slider:hover.owl-theme .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.single-gallery {
	overflow: hidden;
	position: relative;
}

.single-gallery .single-gallery {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.single-gallery .single-gallery .single-gallery-inner {
	position: absolute;
	top: 32%;
	width: 100%;
}

.single-gallery img {
	display: block;
	position: relative;
}

.single-gallery h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	position: relative;
	padding: 10px;
	margin: 0;
	background: rgba(0, 0, 0, 0.8);
}

.single-gallery p {
	font-size: 14px;
	color: #fff;
	font-style: italic;
	margin: 15px 0;
	position: relative;
}

.single-gallery a.info {
	color: #fff;
	background: #000;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	margin: 0 4px;
}

.single-gallery a.info:hover {
	background: #034ea2;
}

.single-gallery-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.single-gallery-first .single-gallery {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: -moz-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%, rgba(123, 100, 203, 0.8) 100%);
	background: -webkit-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%, rgba(123, 100, 203, 0.8) 100%);
	background: linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%, rgba(123, 100, 203, 0.8) 100%);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.single-gallery-first h5 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-gallery-first p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.single-gallery-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.single-gallery-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-gallery-first:hover .single-gallery {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.single-gallery-first:hover h5,
.single-gallery-first:hover p,
.single-gallery-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.single-gallery-first:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.single-gallery-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


.counter-section {
	padding: 60px 0 50px;
	position: relative;
	float: left;
	width: 100%;
}

.single-counter {
	float: left;
	width: 100%;
	color: #fff;
}

.single-counter .single-counter-icon,
.single-counter .single-counter-text {
	float: left;
}

.single-counter-icon {
	font-size: 30px;
	color: #fff;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 20px 10px 0;
	border: 1px solid #fff;
	-webkit-border-radius: 3px 3px 3px 50%;
	-moz-border-radius: 3px 3px 3px 50%;
	border-radius: 3px 3px 3px 50%;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.single-counter:hover .single-counter-icon {
	background: #fff;
	color: #034ea2;
	-webkit-border-radius: 3px 50% 3px 3px;
	-moz-border-radius: 3px 50% 3px 3px;
	border-radius: 3px 50% 3px 3px;
}

.single-counter .single-counter-text h5 {
	font-size: 36px;
	color: #fff;
}



.single-service {
	width: 100%;
	min-height: 333px;
	padding: 10px;
	margin-bottom: 60px;
	background: #034ea2;
	display: inline-block;
	position: relative;
	border-style: solid;
	border-width: 1px 1px 4px;
	border-color: #ddd #ddd #034ea2;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.single-service:before {

	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-service:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.single-service:hover {
	color: #fff;
}

.single-service h5 {
	margin: 25px 0 15px;
	font-size: 18px;
	text-transform: uppercase;
}

.single-service p {
	margin-bottom: 10px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-service:hover h5 {
	color: #fff;
}


.news-slider,
.client-slider {
	padding: 0 15px !important;
}

.owl-theme.team-slider .owl-dots {
	margin-top: 70px !important;
	margin-bottom: -30px;
}

.owl-theme.team-slider .owl-dots .owl-dot span {
	position: relative;
	height: 15px;
	width: 15px;
}

.owl-theme.team-slider .owl-dots div.active span {
	border-color: #044fa3;
	background: #044fa3;
}

*/ .doctor-page .single-doctor {
	border: 5px solid #f5f5f5;
}



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

.single-blog-home {
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-blog-home:hover {
	border-color: #034ea2;
}

.single-blog-home-img {
	position: relative;
}

.single-blog-home-meta {
	background: #f5f5f5;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-blog-home:hover .single-blog-home-meta {
	background: #034ea2;
	color: #fff;
}

.single-blog-home-meta span {
	text-transform: capitalize;
	display: inline-block;
	padding-right: 15px;
	border-right: 1px solid #ccc;
}

.single-blog-home-meta span:last-child {
	border: none;
}

.single-blog-home h5 {
	margin: 45px 0 15px;
	text-transform: uppercase;
}

.single-blog-home p,
.single-blog-home h5 {
	padding: 0 0 0 20px;
}

.single-blog-home h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single-blog-home p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

a.blog-home-rmbtn {
	display: block;
	text-align: right;
	font-weight: 600;
	font-size: 14px;
	margin: 20px;
}

a.blog-home-rmbtn i {
	font-weight: 600;
}

.client-section {
	padding: 40px 0;
	float: left;
	width: 100%;
	position: relative;
}

.single-client {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.single-client:hover {
	border-color: #034ea2;
}


footer {
	position: relative;
	float: left;
	width: 100%;
}

.footer-top {
	padding: 80px 0;
	background: #252525;
}

.footer-section-title h5 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	position: relative;
}

footer .about,
footer .quick-link-list,
footer .footer-social,
footer .single-wn-slider {
	clear: both;
}

.footer-logo {
	margin-top: 15px;
}

footer .about p {
	color: #fff;
}

.footer-widget ul.quick-link-list li {
	color: #fff;
}

.footer-widget ul.quick-link-list a {
	color: #fff;
}


.loader {
	display: none;
	border: 5px solid transparent;
	border-radius: 50%;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

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

.language {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 1rem;
	position: relative;
}

.language__header {
	font-weight: bold;
	display: flex;
	gap: 8px;

	color: rgba(0, 0, 0, 0.9) !important;
}

.language__header img {
	width: 24px;
}

.language__dropdown {
	position: absolute;
	left: 0;
	top: 90%;
	background-color: white;
	padding: 0;
	width: 120px;
	border-radius: 5px;
	transition: all 0.3s ease;
	display: none;
	box-shadow: 5px 10px 18px #333333;
}

.language:hover .language__dropdown {
	padding: 0.5rem;
	display: block;
}

.language__dropdown li {
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease;
	display: flex;
	gap: 8px;
	border-left: 2px solid transparent;
}

.language__dropdown li img {
	width: 24px;
}

.language__dropdown li:hover {
	padding-left: 0.3rem;
}

.partner__custom {
	width: 202px;
	height: 75px;
	object-fit: cover;
}

.language__dropdown li:not(:last-child) {
	border-bottom: 1px solid gray;
}

.mobile__lang {
	width: 100%;
	padding: 1rem;
	gap: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile__lang .active {
	font-weight: bold;
	border-bottom: 1px solid white;
	padding: 0 5px;
}

.mobile__lang-item {
	text-align: left;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}


.custom__valid {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: .875em;
	color: white;
}

.social-links {
	width: 100% !important;
	color: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}



.footer-social {
	width: 100%;
}



.social-link-img {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
}

.social-link-img:hover {
	background: #034ea2;
	border-color: #034ea2;
}

.social-links img {
	width: 15px;
	height: 15px;
}

.footer-social ul li {
	margin: 0.5rem 0;
}

.footer-social ul li a:hover {
	color: #fff;
	/* background: #034ea2; */
	/* border-color: #034ea2; */
}

.single-wn-item {
	color: #fff;
}

.single-wn-item p:first-child {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 8px;
}



footer .copyright {
	background: rgb(54, 152, 177);
	padding: 30px 0;
}

footer .copyright a {
	color: white;
}

.footer-menu ul {
	float: right;
}

.footer-menu ul li {
	float: left;
}

.footer-menu ul li a {
	float: left;
	color: #ccc;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 13px;
}

.footer-menu ul li a:hover {
	color: #034ea2;
}

.copyright-text {
	color: #ffffff;
}

.footer-logo a {
	margin-bottom: 25px;
}

.footer-logo-icon,
.footer-logo-text {
	float: left;
}

.footer-logo-icon {
	margin-right: 5px;
	color: #034ea2;
	font-size: 45px;
	line-height: 44px;
	margin-bottom: 20px;
}

.footer-logo-text {
	width: 80%;
}

.footer-logo-text h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}

.footer-logo-text p {
	color: #fff;
}

.flick-post {
	float: left;
	width: 100%;
}


.header-4 .mainmenu-area .navbar ul li a.active {
	background: #034ea2;
}

.single-page-title-area {
	padding: 30px 0;
	float: left;
	width: 100%;
}

.single-page-title h2 {
	margin-top: 15px;
}

.single-page-title-area .breadcrumb {
	background: #fff;
	float: right;
	border-radius: 0;
}

.single-page-title-area .breadcrumb-item+.breadcrumb-item:before {
	color: #333;
	content: "\eb8b";
	font-family: "icofont" !important;
	font-size: 16px;
}

.single-page-title-area .breadcrumb-item.active {
	color: #666;
}

.single-page-title-area .breadcrumb-item a {
	color: #000;
}

/* about page intro style */
.about-us-into h6 {
	font-weight: 400;
}

.about-us-into h3 {
	margin: 12px 0 50px;
	font-size: 35px;
	position: relative;
}

.about-us-into h3 span {
	color: #034ea2;
}

.about-us-into h3:after {
	position: absolute;
	content: "";
	display: block;
	background: #034ea2;
	height: 2px;
	width: 70px;
	margin: 12px 0;
}

.about-us-into p {
	margin-bottom: 25px;
}

.about-us-into-btn {
	color: #034ea2;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #034ea2;
	padding: 8px 20px;
	margin-top: 15px;
}

.about-us-into-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.about-us-into-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #034ea2;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.about-us-into-btn:hover:before,
.about-us-into-btn:focus:before,
.about-us-into-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.about-us-into-btn:hover,
.about-us-into-btn:focus,
.about-us-into-btn:active {
	color: #fff;
}


.about-us-into-features {
	float: left;
	width: 100%;
}

.about-us-into-features-icon,
.about-us-into-features-text {
	float: left;
}

.about-us-into-features-text {
	width: 74%;
}

.about-us-into-features-icon {
	color: #333;
	font-size: 40px;
	margin-right: 40px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
}

.about-us-into-features-icon {
	position: relative;
	background: #034ea2;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.about-us-into-features-icon:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5f5f5;
	border-radius: 50%;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.about-us-into-features:hover .about-us-into-features-icon:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.about-us-into-features:hover .about-us-into-features-icon {
	color: #fff;
}

.about-us-into-features-text h5 {
	margin: 0;
}

.about-us-into-features-text p {
	margin: 15px 0;
}

.about-us-into-features-text a {
	font-weight: 600;
	letter-spacing: 1px;
}



.mobile-menu-area {
	background: white;
}

.mobile-menu-area .mobile-logo {
	width: 200px;
}

@media screen and (max-width: 640px) {
	.mobile-menu-area .mobile-logo {
		width: 90px;
	}
}

.navbar-toggler {
	background-color: white;
}

.custom__nav li:not(:last-child) {

	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.custom__nav a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: rgba(0, 0, 0, 0.9);
	font-size: 15px;

	text-decoration: none;
	text-transform: uppercase;
}

.custom__img {
	padding: 1rem;
	width: 255px;
	height: 255px;
	object-fit: cover;
}

.portfolio-filter-menu,
.portfolio-filter-menu ul {
	float: left;
	width: 100%;
}

.portfolio-filter-menu ul li {
	border: 1px solid #ddd;
	cursor: pointer;
	float: left;
	width: 18%;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	padding: 20px 30px;
	margin-bottom: 20px;
	margin-right: 23px;
	text-transform: uppercase;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.portfolio-filter-menu ul li:before {
	position: absolute;
	content: "";
	background: transparent;
	width: 100%;
	height: 5px;
	display: block;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

.portfolio-filter-menu ul li.active:before {
	background: #034ea2;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.portfolio-filter-menu ul li:hover:before {
	background: #034ea2;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.portfolio-filter-menu ul li i {
	font-size: 50px;
	float: left;
	margin-right: 20px;
	margin-top: 0;
}

.portfolio-items .mix {
	display: none
}

.portfolio-items .single-gallery-item {
	margin-bottom: 30px;
}


.gj-datepicker-bootstrap [role="right-icon"] button {
	font-size: 25px;
	width: 55px;
	height: 55px;
	border-radius: 0;
}

.section-title-faq p {
	color: #333;
}

.patient-info p {
	color: #333;
	margin-bottom: 15px;
	font-size: 18px;
}

.patient-info p span {
	padding-left: 30px;
	font-weight: 600;
}


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



.btn.err-se-btn {
	height: 55px;
	border-radius: 0;
	width: 100%;
	border: none;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn.err-se-btn:hover,
.btn.err-se-btn:focus {
	background-color: #034ea2;
	color: #fff;
}

.single-blog {
	position: relative;
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

.single-blog-img {
	overflow: hidden;
	position: relative;
}

.single-blog .entry-mark {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-blog-img:hover .entry-mark {
	opacity: 1;
}

.single-blog-img img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-blog-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.single-blog-img .entry-action {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	z-index: 2;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-blog-img:hover .entry-action {
	top: 50%;
}

.single-blog-img .entry-action a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #034ea2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-blog-img .entry-action a:hover {
	background: #333;
}

.single-blog-img:hover .entry-action a {
	opacity: 1;
	visibility: visible;
}

.single-blog-info {
	float: left;
	width: 100%;
}

.single-blog-info-img,
.single-blog-info-detail {
	float: left;
}

.single-blog-info-detail {
	width: 81%;
}

.single-blog-info-img {
	margin-right: 36px;
	position: relative;
}

.single-blog-info-img img {
	height: 110px;
	border-radius: 50%;
}

.single-blog-info-pm {
	position: absolute;
	background: #034ea2;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: 0;
}

.single-blog-info-detail a h5:hover {
	color: #034ea2;
}

.single-blog-info-detail h5 {
	margin: 0;
	text-transform: capitalize;
}

.single-blog-meta {
	margin: 15px 0;
}

.single-blog-meta span {
	text-transform: capitalize;
	display: inline-block;
	padding-right: 15px;
}

.single-blog-meta span i {
	padding-right: 5px;
	color: #034ea2;
	font-weight: 600;
}

.single-blog-slider {
	float: left;
	width: 100%;
}

.owl-theme.single-blog-slider .owl-dot {
	color: #333;
	font-size: 16px;
	display: inline-block;
	background: #fff;
	padding: 0px 8px;
	margin: 0 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.owl-theme.single-blog-slider .owl-dot:hover {
	background: #333;
	color: #ffff;
}

.owl-theme.single-blog-slider .owl-dot.active {
	background: #333;
	color: #ffff;
}

.owl-theme.single-blog-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
}

.single-blog-video iframe {
	width: 100%;
	height: 400px;
}

.single-blog-quote {
	position: relative;
}

.single-blog-quote .blockquote {
	position: absolute;
	top: 30%;
	padding: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.single-blog-quote .blockquote-footer {
	color: #fff;
}

.single-blog-linkf {
	padding: 70px;
	color: #fff;
	background: #f5f5f5;
	font-size: 30px;
	font-style: italic;
}

.theme-pagination {
	float: left;
	width: 100%;
}

.btn.blg-se-btn {
	background: transparent;
	position: absolute;
	left: 28%;
	top: 7px;
}

.service-tab-list-wrap,
.blog-single-prne,
.blog-single-comment-list,
.blog-single-comment-form {
	float: left;
	width: 100%;
}




.contact-form .form-group {
	margin-bottom: 24px;
}

.contact-form .form-icon {
	position: absolute;
	top: 46px;
	left: 30px;
}

.contact-form .form-control {
	height: 50px;
	border-radius: 4px;
	border: none;

}

.blog-single-cform .form-control:focus,
.appointment-form-ma .form-control:focus,
.appointment-form .form-control:focus,
.contact-form .form-control:focus {
	border-color: #034ea2;
	color: #034ea2;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.appointment-form input:focus {
	padding: 10px 8px 22px;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-form textarea.form-control {
	height: auto;
}

.contact-form .form-controlb {
	padding-left: 40px;
}

.contact-form label {
	font-weight: 600;
	letter-spacing: 1px;
	color: white;
}

.btn-contact-bg {
	background: white;
	border: none;
	border-radius: 4px;
	color: black;
	text-transform: uppercase;
	font-size: inherit;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 8px 16px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-contact-bg:hover {
	background: #034ea2;
	color: white;
}

.address-box {
	/* background: #FBFBFB; */
	padding: 15px 0;
}

.single-address-box span {
	margin-bottom: 4px;
}

.single-address-box p {
	color: #333;
	font-weight: 600;
	font-size: 17px;
}

.map {
	width: 100%;
	height: 350px;
}

#gmap_canvas {
	width: 100%;
	height: 400px;
	border: none;
}


.bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 9px 10px;
}

td.img-row {
	width: 13%;
	border-right: 1px solid #ddd;
}


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

	.container,
	.auto-container {
		width: 90%;
	}
}

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

	.container,
	.auto-container {
		width: 90%;
	}
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99999;


}

.popup-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.open-popup {
	display: flex;
}

.open-popup .popup-body {
	animation: scaleUp 1s ease 2s forwards;
}

.contact__form {
	padding: 0 1rem;
}

@media (max-width: 767px) {
	.contact__form {
		padding: 1rem;
	}
}

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


	.container,
	.auto-container {
		width: 100%;
	}
}

.custom__cards {
	position: relative;
	left: 0;
	top: -100px;
	z-index: 50;
	clear: both;
}

.card__item {
	height: auto;
	background-color: #034ea2;
	padding: 1.5rem;
	border-radius: 8px;
	color: white;
	max-width: 25rem;

}

.card__item+.card__item {
	margin-left: 20px;
}

.card__content {
	line-height: 1.7em;
}

@media (max-width: 767px) {
	.card__item+.card__item {
		margin-left: 0;
		margin-top: 20px;
	}

	.card__item {
		max-width: 90%;
	}

	.cards {
		top: -50px;
	}
}

#about {
	padding-top: 50px;
}



.card__header {
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 1rem;
}

.contact__body {
	background-color: #00a0e3;
	color: white;
	padding: 1rem;
	border-radius: 8px;
}

.contact__form h4 {
	color: white;
}

.contact__form .icofont {
	color: black;
}

.popup-body {
	width: 70%;
	height: 80%;
}


@keyframes scaleUP {
	from {
		transform: scale(0.5);
	}

	to {
		transform: scale(0.7);
	}
}

.popup-close {
	position: absolute;
	right: 2rem;
	top: 1rem;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 2px solid transparent;
}

.popup-close:hover {
	border: 2px solid white;
	border-radius: 2px;
}

.popup-body img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.popup-body {
		width: 90%;
		height: 90%;
	}

	.popup-body img {
		margin-top: 3rem;
		height: auto;
	}
.custom__cards {
	top: -40px;
}

}



.pre__custom {
	page-break-inside: avoid;
	display: block;
	font-size: 16px;
	line-height: 20px;
	word-break: normal;
	word-wrap: break-word;
	/* white-space: pre; */
	white-space: pre-wrap;

}

.icons .icon__tel {
	position: fixed;
	z-index: 9999;
	left: 1rem;
	bottom: 1rem;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background-color: #3D81C8;
}

.icons .icon__whatsapp {
	position: fixed;
	z-index: 9999;
	right: 1rem;
	bottom: 1rem;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background-color: #34b046;
}

.icons .icon__whatsapp-img,
.icons .icon__tel-img {
	width: 45%;
	height: 45%;
}
