﻿@charset "UTF-8";

/* --------------- Font Family ----------------- */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
}

.body-wrap .shape-1, .body-wrap .shape-2 {
	z-index: 1;
}

@media (min-width: 992px) {
	.body-wrap .shape-1 {
		top: 0;
		left: 0;
		background: #ed008c;
		-webkit-clip-path: polygon(50% 0, 0 0, 0 100%);
		clip-path: polygon(50% 0, 0 0, 0 100%);
		width: 100%;
		height: 2000px;
	}
}

@media (min-width: 992px) {
	.body-wrap .shape-2 {
		bottom: 0;
		right: 0;
		background: #ed008c;
		-webkit-clip-path: polygon(100% 0, 50% 100%, 100% 100%);
		clip-path: polygon(100% 0, 50% 100%, 100% 100%);
		width: 100%;
		height: 2000px;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #555555;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h1, a h2, a h3, a h4, a h5, a h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.3;
	font-family: "Roboto", sans-serif;
	color: #ed008c;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

@media (min-width: 576px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}
}

p {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
}

@media (min-width: 576px) {
	p {
		font-size: 16px;
	}
}

a {
	color: #ed008c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	a:visited {
		outline: none;
	}

	a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none;
	}

	a:focus {
		outline: thin dotted;
		outline: none;
	}

	a:hover, a:active {
		outline: 0;
	}

img {
	height: auto;
	max-width: 100%;
}

input, textarea {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #f6f9fb;
	outline: none;
	padding: 12px 20px;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

::-webkit-input-placeholder {
	color: #ed008c52;
}

::-moz-placeholder {
	color: #ed008c52;
}

:-ms-input-placeholder {
	color: #ed008c52;
}

:-moz-placeholder {
	color: #ed008c52;
}

select {
	border: 1px solid #f6f9fb;
}

@media (max-width: 991px) {
	article {
		margin-bottom: 40px;
	}
}

/* @@@@@@@@@@@@@  Global CSS  @@@@@@@@@@@@@@ */
.padding-tb {
	padding: 70px 0;
}

@media (min-width: 992px) {
	.padding-tb {
		padding: 120px 0;
	}
}

.lab-btn {
	display: inline-block;
	padding: 13px 25px;
	background: #ed008c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	.lab-btn span {
		z-index: 1;
		position: relative;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}

	.lab-btn:hover {
		background: #cc6f3c;
		box-shadow: 0 5px 10px rgba(68, 166, 241, 0.3);
	}

	.lab-btn.style-2 {
		background: transparent;
		border: 2px solid #fff;
	}

		.lab-btn.style-2 span {
			color: #ed008c;
		}

.text-btn {
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.text-btn::after {
		content: "" !important;
		top: 49%;
		right: -15px;
		transform: translateY(-50%);
		font-weight: 500;
		font-family: IcoFont !important;
	}

	.text-btn:hover {
		padding-left: 10px;
	}

.primary-color {
	color: #cc6f3c;
	font-family: "Roboto", sans-serif;
}

.inline-block {
	display: inline-block;
}

.lab-ul {
	padding: 0;
	margin: 0;
}

	.lab-ul li {
		list-style: none;
	}

	.lab-ul.icon-style-list {
		margin: 0;
	}

		.lab-ul.icon-style-list > li {
			padding: 0;
			border-bottom: 1px solid #f6f9fb;
			justify-content: flex-start;
		}

			.lab-ul.icon-style-list > li:first-child {
				border-top: 1px solid #f6f9fb;
			}

			.lab-ul.icon-style-list > li i {
				width: 50px;
				text-align: center;
				color: #c2c2c2;
				margin: 0 15px 0 5px;
				line-height: 50px;
				display: inline-block;
			}

				.lab-ul.icon-style-list > li i:after {
					width: 100%;
					height: calc(100% + 18px);
					border-left: 1px solid #f6f9fb;
					border-right: 1px solid #f6f9fb;
					top: -9px;
					left: 0;
				}

			.lab-ul.icon-style-list > li span {
				width: calc(100% - 70px);
			}

				.lab-ul.icon-style-list > li span.social-media {
					width: auto;
					display: inline-block;
				}

			.lab-ul.icon-style-list > li ul {
				margin: 0;
			}

				.lab-ul.icon-style-list > li ul li {
					padding: 0;
					border: none;
				}

					.lab-ul.icon-style-list > li ul li a {
						display: inline-block;
						background: transparent;
					}

						.lab-ul.icon-style-list > li ul li a i {
							margin: 0;
						}

							.lab-ul.icon-style-list > li ul li a i::after {
								display: none;
							}

						.lab-ul.icon-style-list > li ul li a.twitter i {
							color: #55acee;
						}

						.lab-ul.icon-style-list > li ul li a.facebook i {
							color: #3b5998;
						}

						.lab-ul.icon-style-list > li ul li a.instagram i {
							color: #e4405f;
						}

						.lab-ul.icon-style-list > li ul li a.vimeo i {
							color: #3b5998;
						}

						.lab-ul.icon-style-list > li ul li a.google i {
							color: #dd4b39;
						}

						.lab-ul.icon-style-list > li ul li a.pinterest i {
							color: #bd081c;
						}

						.lab-ul.icon-style-list > li ul li a.basketball i {
							color: #e94c89;
						}

						.lab-ul.icon-style-list > li ul li a.behance i {
							color: #1769ff;
						}

.mask_img {
	-webkit-mask-position: center center;
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
}

.bg-ash {
	background: #f6faff !important;
}

.bg-theme {
	background: #ed008c;
}

.bg-primary {
	background: #cc6f3c !important;
}

.bg-primary-2 {
	background: #7dcd00;
}

.bg-primary-3 {
	background: #9160ff;
}

.bg-yellow {
	background: #ffac00;
}

.white-color {
	color: #fff;
}

.title-color {
	color: #fff;
}

.desc-color {
	color: #fff;
}

.theme-color {
	color: #ed008c;
}

.primary-color, .color-primary {
	color: #cc6f3c !important;
}

.border-color {
	color: #fff;
}

.ash-color {
	color: #fff;
}

.yellow-color {
	color: #ffac00;
}

.font-l {
	font-family: "Roboto", sans-serif;
}

.font-r {
	font-family: "Roboto", sans-serif;
}

.table-bg1 {
	background: #e5daff;
	margin-top: -1px;
}

.table-bg2 {
	background: #ffe0df;
	margin-top: -1px;
}

.table-bg3 {
	background: #efffd6;
	margin-top: -1px;
}

.table-bg4 {
	background: #ffd9f3;
	margin-top: -1px;
}

.table-bg5 {
	background: #cbf1ff;
	margin-top: -1px;
}

.pattan-shape {
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	background: url(../images/about/pattan.png);
}

@media (max-width: 991px) {
	.pattan-shape {
		display: none;
	}
}

.fade.in.active {
	opacity: 1;
}

.bg_img {
	background-size: 100% 100%;
}

.padding-60 {
	padding: 60px 0;
}

.padding-30 {
	padding: 30px 15px;
}

@media (min-width: 576px) {
	.padding-30 {
		padding: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.padding-30 {
		padding: 15px;
	}
}

.shadow-4 {
	box-shadow: 0 3px 4px rgba(0, 25, 67, 0.1);
	-webkit-box-shadow: 0 3px 4px rgba(0, 25, 67, 0.1);
}

.shadow-8 {
	box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
	-webkit-box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
}

.shadow-10 {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.facebook {
	background: #3b5998;
}

	.facebook:hover {
		background: #fff;
		border-color: #3b5998 !important;
	}

		.facebook:hover i {
			color: #3b5998;
		}

	.facebook i {
		color: #fff;
	}

.twitter {
	background: #55acee;
	border-color: #55acee !important;
}

	.twitter i {
		color: #fff;
	}

	.twitter:hover {
		background: #fff;
	}

		.twitter:hover i {
			color: #55acee;
		}

.twitter-sm {
	background: #55acee;
}

	.twitter-sm:hover {
		background: #fff;
		border-color: #55acee;
	}

		.twitter-sm:hover i {
			color: #55acee;
		}

	.twitter-sm i {
		color: #fff;
	}

.google {
	background: #dd4b39;
}

	.google:hover {
		background: #fff;
		border-color: #dd4b39 !important;
	}

		.google:hover i {
			color: #dd4b39;
		}

	.google i {
		color: #fff;
	}

.linkedin {
	background: #007bb5;
}

	.linkedin:hover {
		background: #fff;
		border-color: #007bb5 !important;
	}

		.linkedin:hover i {
			color: #007bb5;
		}

	.linkedin i {
		color: #fff;
	}

.instagram {
	background: #e4405f;
}

	.instagram:hover {
		background: #fff;
		border-color: #e4405f !important;
	}

		.instagram:hover i {
			color: #e4405f;
		}

	.instagram i {
		color: #fff;
	}

.tumblr {
	background: #34465d;
}

	.tumblr:hover {
		background: #fff;
		border-color: #34465d !important;
	}

		.tumblr:hover i {
			color: #34465d;
		}

	.tumblr i {
		color: #fff;
	}

.behance {
	background: #1769ff;
}

	.behance:hover {
		background: #fff;
		border-color: #1769ff !important;
	}

		.behance:hover i {
			color: #1769ff;
		}

	.behance i {
		color: #fff;
	}

.youtube {
	background: #cd201f;
}

	.youtube:hover {
		background: #fff;
		border-color: #cd201f !important;
	}

		.youtube:hover i {
			color: #cd201f;
		}

	.youtube i {
		color: #fff;
	}

.pinterest {
	background: #bd081c;
}

	.pinterest:hover {
		background: #fff;
		border-color: #bd081c !important;
	}

		.pinterest:hover i {
			color: #bd081c;
		}

	.pinterest i {
		color: #fff;
	}

.search-cart {
	max-width: 250px;
	margin-right: auto !important;
}

@media (min-width: 992px) {
	.search-cart {
		margin-left: 30px !important;
	}
}

.search-cart li {
	margin-right: 10px !important;
	width: auto !important;
}

	.search-cart li .icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		display: inline-block;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

		.search-cart li .icon.icon-check {
			background: #cc6f3c;
		}

		.search-cart li .icon.icon-search {
			background: #ed008c;
		}

	.search-cart li:last-child {
		margin-right: 0 !important;
	}

	.search-cart li .cart-option.open .cart-content {
		transform: scaleY(1);
	}

	.search-cart li .cart-option .count-item {
		display: inline-block;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		font-weight: 500;
		background: #fff;
		color: #cc6f3c;
		font-size: 12px;
		top: 0;
		right: 0;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		box-shadow: 0 0 2px rgba(136, 136, 136, 0.3);
	}

	.search-cart li .cart-content {
		width: 300px;
		left: 0;
		top: 64px;
		background: #fff;
		z-index: 9999;
		padding: 10px;
		transform-origin: top;
		transform: scaleY(0);
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
	}

@media (min-width: 992px) {
	.search-cart li .cart-content {
		right: 0;
		left: auto;
	}
}

.search-cart li .cart-content .cart-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f6f9fb;
	justify-content: space-between;
}

	.search-cart li .cart-content .cart-item a {
		padding: 0 !important;
	}

	.search-cart li .cart-content .cart-item .cart-img {
		width: 90px;
		height: 90px;
	}

	.search-cart li .cart-content .cart-item .cart-des {
		width: calc(100% - 100px);
		text-align: left;
	}

		.search-cart li .cart-content .cart-item .cart-des a {
			font-weight: 700;
			color: #ed008c !important;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			.search-cart li .cart-content .cart-item .cart-des a:hover {
				color: #ed008c !important;
			}

		.search-cart li .cart-content .cart-item .cart-des p {
			margin-bottom: 0;
		}

		.search-cart li .cart-content .cart-item .cart-des a, .search-cart li .cart-content .cart-item .cart-des p {
			line-height: 1.5;
		}

	.search-cart li .cart-content .cart-item .cart-btn {
		width: 20px;
		height: 20px;
		top: 0;
		right: 0;
		line-height: 20px;
		text-align: center;
		box-shadow: 0 0 3px rgba(8, 136, 136, 0.08);
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.search-cart li .cart-content .cart-item .cart-btn a {
			color: #ed008c !important;
		}

		.search-cart li .cart-content .cart-item .cart-btn:hover a {
			color: #ed008c;
		}

.search-cart li .cart-content .cart-bottom .cart-action {
	text-align: center;
}

	.search-cart li .cart-content .cart-bottom .cart-action a {
		padding: 10px 20px !important;
		line-height: 1.5 !important;
		display: inline-block !important;
		font-size: 14px !important;
	}

		.search-cart li .cart-content .cart-bottom .cart-action a:hover {
			background: #cc6f3c;
		}

.search-input {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #040300cc;
	z-index: 9999;
	text-align: center;
	transform: scaleY(0);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
}

	.search-input.open {
		transform: scaleY(1);
	}

	.search-input .search-close {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 30px;
		text-align: center;
		color: #fff;
		top: 5%;
		right: 5%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.search-input .search-close:hover {
			transform: rotate(90deg);
			color: #ed008c;
		}

	.search-input form {
		top: 50%;
		left: 50%;
		width: 300px;
		transform: translate(-50%, -50%);
	}

@media (min-width: 576px) {
	.search-input form {
		width: 550px;
	}
}

.search-input form input {
	width: calc(100% - 50px);
	padding: 17px;
	border: none;
	outline: none;
	margin-bottom: 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

@media (min-width: 576px) {
	.search-input form input {
		padding: 15px;
	}
}

.search-input form input::placeholder {
	color: #ed008c;
}

.search-input form input:focus {
	border-color: #ed008c;
}

.search-input form button {
	margin-left: -4px;
	padding: 13px;
	outline: none;
	border: none;
	background: #fff;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*wave circle effect start here*/
.wave-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -1;
}

.wave-pulse {
	height: 1px;
	width: 1px;
	margin: 0 auto;
	border: none;
}

	.wave-pulse:after, .wave-pulse:before {
		content: "";
		display: block;
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		border-radius: 50%;
		border: 1px solid #ff736e;
		opacity: 0;
		-webkit-animation: pluse 5.25s linear 5.25s infinite;
		animation: pluse 5.25s linear 5.25s infinite;
	}

	.wave-pulse:before {
		-webkit-animation-delay: 0.75s;
		animation-delay: 0.75s;
	}

.wave-pulse-2:after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.wave-pulse-2:before {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.wave-pulse-3:after {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.wave-pulse-3:before {
	-webkit-animation-delay: 3.75s;
	animation-delay: 3.75s;
}

.wave-pulse-4:after {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

.wave-pulse-4:before {
	-webkit-animation-delay: 5.25s;
	animation-delay: 5.25s;
}

/* @@@@@@@@@@@@@  Header Section Start Here  @@@@@@@@@@@@@@ */
.section-header {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	z-index: 9;
}

@media (min-width: 992px) {
	.section-header {
		margin-bottom: 45px;
	}
}

.section-header h2 {
	margin-top: -8px;
}

.text-center .lab-btn {
	margin-bottom: -9px;
}

/* @@@@@@@@@@@@@  lab Item Start Here  @@@@@@@@@@@@@@ */
.about-item.style-1 {
	z-index: 9;
	margin: 7.5px;
	padding: 40px 20px;
	text-align: center;
	background: #fff;
	box-shadow: 0 3px 4px rgba(0, 25, 67, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 576px) {
	.about-item.style-1 {
		padding: 50px 30px 40px;
		text-align: left;
	}
}

.about-item.style-1:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(136, 136, 136, 0.1);
}

.about-item.style-1 .about-thumb {
	padding-bottom: 30px;
}

.about-item.style-1 .about-content h5 {
	margin-bottom: 15px;
}

.col-12:nth-child(1) .about-item.style-1 .text-btn {
	color: #9160ff;
}

.col-12:nth-child(2) .about-item.style-1 .text-btn {
	color: #ffac00;
}

.col-12:nth-child(3) .about-item.style-1 .text-btn {
	color: #00baff;
}

.col-12:nth-child(4) .about-item.style-1 .text-btn {
	color: #ff736e;
}

.service-item.style-1 {
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 1200px) {
	.service-item.style-1 {
		padding: 40px;
		background: transparent;
		text-align: left;
	}
}

.service-item.style-1:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(136, 136, 136, 0.1);
}

@media (min-width: 1200px) {
	.service-item.style-1 .service-thumb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.service-item.style-1 .service-thumb img {
	width: 100%;
	height: 100%;
}

	.service-item.style-1 .service-thumb img:first-child {
		display: none;
	}

@media (min-width: 1200px) {
	.service-item.style-1 .service-thumb img:first-child {
		display: block;
	}
}

.service-item.style-1 .service-thumb img:last-child {
	display: block;
}

@media (min-width: 1200px) {
	.service-item.style-1 .service-thumb img:last-child {
		display: none;
	}
}

.service-item.style-1 .service-content {
	z-index: 1;
	max-width: 100%;
	padding: 30px;
	text-align: left;
}

@media (min-width: 576px) {
	.service-item.style-1 .service-content {
		padding: 30px 20px;
	}
}

@media (min-width: 1200px) {
	.service-item.style-1 .service-content {
		max-width: 60%;
		padding: 0;
	}
}

.service-item.style-1 .service-content h5 {
	margin-bottom: 15px;
}

.service-item.style-1 .service-content p {
	margin-bottom: 15px;
}

.service-item.style-1 .service-content .text-btn {
	outline: none;
	color: #ed008c;
}

	.service-item.style-1 .service-content .text-btn:hover {
		color: #cc6f3c;
	}

.service-item.style-2 {
	align-items: center;
	margin: 15px 0;
	box-shadow: 0 0px 10px rgba(136, 136, 136, 0.1);
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #ececec;
}

	.service-item.style-2 .service-thumb {
		width: 100%;
	}

	.service-item.style-2 img {
		border-radius: 50%;
	}

/* @media (min-width: 576px) {
  .service-item.style-2 .service-thumb {
    width: 40%;
  }
} */

@media (min-width: 992px) and (max-width: 1199px) {
	.service-item.style-2 .service-thumb {
		width: 100%;
	}
}

.service-item.style-2 .service-thumb img {
	width: 100%;
}

.service-item.style-2 .service-content {
	width: 100%;
	padding: 30px;
}

/* @media (min-width: 576px) {
  .service-item.style-2 .service-content {
    width: 60%;
  }
} */

@media (min-width: 992px) and (max-width: 1199px) {
	.service-item.style-2 .service-content {
		width: 100%;
	}
}

.service-item.style-2 .service-content h5 {
	margin-bottom: 10px;
}

	.service-item.style-2 .service-content h5 a:hover {
		color: #ed008c;
	}

.service-item.style-2 .service-content .text-btn:hover {
	color: #ed008c;
}

.col-12:nth-child(1) .service-item.style-1 .service-content .text-btn, .col-12:nth-child(1) .service-item.style-2 .service-content .text-btn {
	color: #9160ff;
}

.col-12:nth-child(2) .service-item.style-1 .service-content .text-btn, .col-12:nth-child(2) .service-item.style-2 .service-content .text-btn {
	color: #00baff;
}

.col-12:nth-child(3) .service-item.style-1 .service-content .text-btn, .col-12:nth-child(3) .service-item.style-2 .service-content .text-btn {
	color: #ff736e;
}

.col-12:nth-child(4) .service-item.style-1 .service-content .text-btn, .col-12:nth-child(4) .service-item.style-2 .service-content .text-btn {
	color: #ffac00;
}

.team-item.style-1 .team-inner {
	margin: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (max-width: 991px) {
	.team-item.style-1 .team-inner {
		margin: 15px 0;
	}
}

.team-item.style-1 .team-inner::after {
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background: url(../images/team/shape/01.png);
}

@media (min-width: 576px) {
	.team-item.style-1 .team-inner::after {
		height: 100%;
		bottom: 0;
		top: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.team-item.style-1 .team-inner::after {
		bottom: auto;
		top: 0;
		height: 50%;
	}
}

.team-item.style-1 .team-inner .team-thumb {
	z-index: 1;
	text-align: right;
}

@media (min-width: 576px) {
	.team-item.style-1 .team-inner .team-thumb {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0;
		height: 300px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.team-item.style-1 .team-inner .team-thumb {
		position: relative;
		z-index: 1;
		text-align: right;
	}
}

.team-item.style-1 .team-inner .team-content {
	padding: 20px 30px 30px;
	z-index: 1;
}

@media (min-width: 576px) {
	.team-item.style-1 .team-inner .team-content {
		padding: 40px 30px;
		width: 60%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.team-item.style-1 .team-inner .team-content {
		width: 100%;
	}
}

.team-item.style-1 .team-inner .team-content .member-name {
	margin-bottom: 0px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team-item.style-1 .team-inner .team-content .member-dagi {
	margin-bottom: 10px;
	display: block;
	color: #ed008c;
	font-size: 14px;
}

.team-item.style-1 .team-inner .team-content .member-details {
	margin-bottom: 15px;
}

.team-item.style-1 .team-inner .team-content .lab-ul {
	margin-bottom: 15px;
}

	.team-item.style-1 .team-inner .team-content .lab-ul li {
		padding: 2px 0;
	}

		.team-item.style-1 .team-inner .team-content .lab-ul li span {
			width: 100px;
			display: inline-block;
		}

		.team-item.style-1 .team-inner .team-content .lab-ul li a {
			margin-right: 10px;
		}

.team-item.style-1 .team-inner .team-content .text-btn {
	color: #ed008c;
}

.col-12:nth-child(2) .team-item.style-1 .team-inner .team-content .text-btn {
	color: #ff736e;
}

.col-12:nth-child(3) .team-item.style-1 .team-inner .team-content .text-btn {
	color: #7dcd00;
}

.col-12:nth-child(4) .team-item.style-1 .team-inner .team-content .text-btn {
	color: #9160ff;
}

.post-item.style-1 .post-inner {
	margin: 15px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 992px) {
	.post-item.style-1 .post-inner {
		margin: 15px;
	}
}

.post-item.style-1 .post-inner .post-thumb {
	display: block;
	overflow: hidden;
}

	.post-item.style-1 .post-inner .post-thumb a {
		display: block;
	}

		.post-item.style-1 .post-inner .post-thumb a img {
			display: block;
			width: 100%;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

.post-item.style-1 .post-inner .post-content {
	padding: 30px 30px 20px;
}

@media (min-width: 576px) {
	.post-item.style-1 .post-inner .post-content {
		display: flex;
		flex-wrap: wrap;
		margin-top: -65px;
		position: relative;
		z-index: 9;
		padding: 0;
	}
}

@media (max-width: 575px) {
	.post-item.style-1 .post-inner .post-content .meta-post {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 5px;
	}
}

@media (min-width: 576px) {
	.post-item.style-1 .post-inner .post-content .meta-post {
		text-align: right;
		width: 110px;
	}
}

.post-item.style-1 .post-inner .post-content .meta-post .meta-icon {
	font-size: 1.5em;
	line-height: 50px;
	height: 50px;
	width: 50px;
	color: #ed008c;
	text-align: center;
}

@media (min-width: 576px) {
	.post-item.style-1 .post-inner .post-content .meta-post .meta-icon {
		margin: 15px 0 20px 60px;
		color: #fff;
		background: #ed008c;
	}
}

@media (max-width: 575px) {
	.post-item.style-1 .post-inner .post-content .meta-post .meta-icon {
		display: none;
	}
}

.post-item.style-1 .post-inner .post-content .meta-post a.date, .post-item.style-1 .post-inner .post-content .meta-post a.name, .post-item.style-1 .post-inner .post-content .meta-post a.comments {
	line-height: 24px;
	color: #555555;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 575px) {
	.post-item.style-1 .post-inner .post-content .meta-post a.date, .post-item.style-1 .post-inner .post-content .meta-post a.name, .post-item.style-1 .post-inner .post-content .meta-post a.comments {
		margin: 0 10px 0 0;
	}
}

.post-item.style-1 .post-inner .post-content .meta-post a.date:hover, .post-item.style-1 .post-inner .post-content .meta-post a.name:hover, .post-item.style-1 .post-inner .post-content .meta-post a.comments:hover {
	color: #cc6f3c;
}

@media (min-width: 576px) {
	.post-item.style-1 .post-inner .post-content .main-content {
		background-color: #fff;
		padding: 20px;
		width: calc(100% - 110px);
	}
}

.post-item.style-1 .post-inner .post-content .main-content h4 {
	display: inline-block;
	margin-bottom: 15px;
}

	.post-item.style-1 .post-inner .post-content .main-content h4 a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		color: #ed008c;
	}

.post-item.style-1 .post-inner .post-content .main-content .lab-btn {
	margin-top: 10px;
	padding: 10px 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 3px 4px rgba(0, 25, 67, 0.1);
}

.post-item.style-1 .post-inner:hover .post-thumb img {
	transform: scale(1.05);
}

.post-item.style-2 .post-item-inner {
	box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.post-item.style-2 .post-item-inner .post-thumb a {
		display: block;
	}

		.post-item.style-2 .post-item-inner .post-thumb a img {
			width: 100%;
		}

	.post-item.style-2 .post-item-inner .post-content {
		padding: 30px 20px;
		background: #fff;
	}

		.post-item.style-2 .post-item-inner .post-content h6 {
			margin-bottom: 0;
		}

		.post-item.style-2 .post-item-inner .post-content .entry-meta .date {
			font-size: 16px;
			color: #555555;
			display: inline-block;
		}

		.post-item.style-2 .post-item-inner .post-content .author-date {
			justify-content: flex-start;
			align-items: center;
			margin: 10px 0;
		}

			.post-item.style-2 .post-item-inner .post-content .author-date a {
				margin-right: 30px;
				padding: 3px 0;
				display: block;
			}

				.post-item.style-2 .post-item-inner .post-content .author-date a:last-child {
					margin-right: 0;
				}

				.post-item.style-2 .post-item-inner .post-content .author-date a:hover {
					color: #ed008c;
				}

				.post-item.style-2 .post-item-inner .post-content .author-date a i {
					margin-right: 5px;
					color: #cccccc;
				}

		.post-item.style-2 .post-item-inner .post-content .post-footer {
			align-items: center;
			padding: 0 30px;
			padding-top: 15px;
			margin: 0 -30px;
			margin-top: 25px;
			border-top: 1px solid #f6f9fb;
			justify-content: space-between;
		}

@media (min-width: 576px) {
	.post-item.style-2 .post-item-inner .post-content .post-footer {
		margin: 0 -30px;
		padding: 0 30px;
		padding-top: 15px;
	}
}

.post-item.style-2 .post-item-inner .post-content .lab-btn {
	padding: 13px 32px;
	margin-top: 5px;
	box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
}

@media (min-width: 576px) {
	.col-12:nth-child(2) .post-item.style-1 .post-inner .post-content .meta-post .meta-icon, .col-12:nth-child(2) .post-item.style-1 .post-inner .post-content .lab-btn {
		background: #ff41c3;
	}
}

@media (min-width: 576px) {
	.col-12:nth-child(3) .post-item.style-1 .post-inner .post-content .meta-post .meta-icon, .col-12:nth-child(3) .post-item.style-1 .post-inner .post-content .lab-btn {
		background: #ff736e;
	}
}

@media (min-width: 576px) {
	.col-12:nth-child(4) .post-item.style-1 .post-inner .post-content .meta-post .meta-icon, .col-12:nth-child(4) .post-item.style-1 .post-inner .post-content .lab-btn {
		background: #7dcd00;
	}
}

.post-item-2 .post-item-inner {
	transform: scale(1);
	box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.post-item-2 .post-item-inner::after {
		width: calc(100% + 30px);
		height: calc(100% + 30px);
		top: -15px;
		left: -15px;
		border: 1px dashed #fd4e74;
		border-width: 2px;
		transform: scale(0);
		transition: all 0.6s ease-in-out;
		z-index: -1;
	}

	.post-item-2 .post-item-inner:hover {
		transform: scale(0.95);
	}

		.post-item-2 .post-item-inner:hover::after {
			transform: scale(1);
		}

	.post-item-2 .post-item-inner .post-thumb a {
		display: block;
	}

		.post-item-2 .post-item-inner .post-thumb a img {
			width: 100%;
		}

	.post-item-2 .post-item-inner .post-content {
		padding: 30px 20px;
		background: #fff;
	}

		.post-item-2 .post-item-inner .post-content h6 {
			margin-bottom: 0;
		}

		.post-item-2 .post-item-inner .post-content .entry-meta .date {
			font-size: 16px;
			color: #555555;
			display: inline-block;
		}

		.post-item-2 .post-item-inner .post-content .author-date {
			justify-content: flex-start;
			align-items: center;
			margin: 10px 0;
		}

			.post-item-2 .post-item-inner .post-content .author-date a {
				margin-right: 30px;
				padding: 3px 0;
				display: block;
			}

				.post-item-2 .post-item-inner .post-content .author-date a:last-child {
					margin-right: 0;
				}

				.post-item-2 .post-item-inner .post-content .author-date a:hover {
					color: #ed008c;
				}

				.post-item-2 .post-item-inner .post-content .author-date a i {
					margin-right: 5px;
					color: #cccccc;
				}

		.post-item-2 .post-item-inner .post-content .post-footer {
			align-items: center;
			padding: 0 15px;
			padding-top: 13px;
			margin: 0 -15px;
			margin-top: 25px;
			border-top: 1px solid #f6f9fb;
			justify-content: space-between;
		}

@media (min-width: 576px) {
	.post-item-2 .post-item-inner .post-content .post-footer {
		margin: 0 -30px;
		padding: 0 30px;
		padding-top: 15px;
	}
}

.post-item-2 .post-item-inner .post-content .lab-btn {
	padding: 13px 32px;
	margin: 5px 0;
}

.post-item-2.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-next {
	left: 10px;
}

.post-item-2.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-prev {
	right: 10px;
}

.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider img {
	width: 100%;
}

.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #ed008c;
	z-index: 1;
	text-align: center;
	top: 50%;
	outline: none;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next:hover, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next .active, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev:hover, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev .active {
		background: #ed008c;
		color: #fff;
	}

.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next {
	left: -10%;
}

.post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
	right: -10%;
}

.post-item-2.video-post iframe {
	width: 100%;
	height: 370px;
	border: none;
}

.post-item-2.qute-post .post-item-inner:hover .post-thumb img {
	transform: scale(1) !important;
}

.post-item-2.qute-post .post-item-inner .post-thumb {
	height: 190px;
	background: #ed008c;
}

@media (min-width: 576px) {
	.post-item-2.qute-post .post-item-inner .post-thumb {
		height: 370px;
	}
}

.post-item-2.qute-post .post-item-inner .post-thumb .qute-content {
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	padding: 20px;
	transform: translate(-50%, -50%);
}

	.post-item-2.qute-post .post-item-inner .post-thumb .qute-content h5 {
		margin-top: 15px;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 0;
		font-weight: 500;
		font-size: 22px;
	}

@media (max-width: 767px) {
	.post-item-2.qute-post .post-item-inner .post-thumb .qute-content h5 {
		display: none;
	}
}

.lab-item-3 {
	width: calc(100% / 1);
}

@media (min-width: 576px) {
	.lab-item-3 {
		width: calc(100% / 2);
	}
}

@media (min-width: 992px) {
	.lab-item-3 {
		width: calc(100% / 3);
	}
}

.lab-item-3 .lab-inner {
	margin: 15px;
	box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
}

	.lab-item-3 .lab-inner:hover .lab-thumb img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.lab-item-3 .lab-inner:hover .lab-content h5 a {
		color: #fd77b4;
	}

	.lab-item-3 .lab-inner .lab-thumb img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.lab-item-3 .lab-inner .lab-content {
		padding: 20px;
	}

		.lab-item-3 .lab-inner .lab-content h5 {
			margin-bottom: 5px;
		}

			.lab-item-3 .lab-inner .lab-content h5 a {
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}

.port-item {
	width: 100%;
	text-align: center;
}

	.port-item .lab-inner {
		margin: 0 0 30px;
		box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.port-item .lab-inner:hover {
			box-shadow: 0 20px 20px rgba(136, 136, 136, 0.3);
		}

			.port-item .lab-inner:hover .lab-thumb::after {
				-webkit-transform: translate(-50%, -50%) scale(1);
				-ms-transform: translate(-50%, -50%) scale(1);
				transform: translate(-50%, -50%) scale(1);
			}

			.port-item .lab-inner:hover .lab-thumb img {
				animation-play-state: paused;
			}

			.port-item .lab-inner:hover .lab-thumb .port-share {
				-webkit-transform: translate(-50%, -50%) scaleX(1);
				-ms-transform: translate(-50%, -50%) scaleX(1);
				transform: translate(-50%, -50%) scaleX(1);
			}

			.port-item .lab-inner:hover .lab-content h5 a {
				color: #ed008c;
			}

		.port-item .lab-inner .lab-thumb::after {
			width: calc(100% - 20px);
			height: calc(100% - 20px);
			top: 50%;
			left: 50%;
			background: #fffff9de;
			-webkit-transform: translate(-50%, -50%) scale(0);
			-ms-transform: translate(-50%, -50%) scale(0);
			transform: translate(-50%, -50%) scale(0);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		.port-item .lab-inner .lab-thumb .port-share {
			width: 100%;
			top: 50%;
			left: 50%;
			z-index: 1;
			transform-origin: bottom;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
			-webkit-transform: translate(-50%, -50%) scaleX(0);
			-ms-transform: translate(-50%, -50%) scaleX(0);
			transform: translate(-50%, -50%) scaleX(0);
		}

			.port-item .lab-inner .lab-thumb .port-share a {
				width: 50px;
				height: 50px;
				line-height: 50px;
				font-size: 20px;
				text-align: center;
				color: #fff;
				background: #ed008c;
				margin: 5px;
				display: inline-block;
				-webkit-border-radius: 100%;
				-moz-border-radius: 100%;
				border-radius: 100%;
			}

				.port-item .lab-inner .lab-thumb .port-share a:last-child {
					background: #cc6f3c;
				}

			.port-item .lab-inner .lab-thumb .port-share .lab-content {
				padding-bottom: 0;
			}

				.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a {
					width: 100%;
					height: auto;
					line-height: inherit;
					box-shadow: none;
					color: #ed008c;
					background: transparent;
					-webkit-border-radius: 0;
					-moz-border-radius: 0;
					border-radius: 0;
				}

					.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a:hover {
						color: #ff4f58;
					}

.port-item2 .port-inner {
	-webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
	box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
	margin-bottom: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	.port-item2 .port-inner .port-header {
		padding: 15px 30px;
		align-items: center;
		border-bottom: 1px solid #f6f9fb;
	}

		.port-item2 .port-inner .port-header img {
			margin-right: 15px;
		}

		.port-item2 .port-inner .port-header h5 {
			margin: 0;
		}

	.port-item2 .port-inner .port-body {
		padding: 30px;
	}

		.port-item2 .port-inner .port-body ul {
			margin: 0;
		}

			.port-item2 .port-inner .port-body ul li {
				align-items: center;
				justify-content: flex-start;
				padding: 15px 0;
				list-style: none;
				border-bottom: 1px solid #f6f9fb;
			}

				.port-item2 .port-inner .port-body ul li:first-child {
					padding-top: 0;
				}

				.port-item2 .port-inner .port-body ul li:last-child {
					border-bottom: none;
				}

				.port-item2 .port-inner .port-body ul li .p-thumb {
					margin-right: 15px;
				}

				.port-item2 .port-inner .port-body ul li .p-content h6 {
					margin: 0;
					font-weight: 600;
				}

				.port-item2 .port-inner .port-body ul li .p-content p {
					margin-bottom: 0;
				}

		.port-item2 .port-inner .port-body .down-file {
			padding: 16px 20px;
			text-transform: uppercase;
			font-weight: 500;
			box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
			margin-bottom: 20px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			display: block;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			.port-item2 .port-inner .port-body .down-file:hover {
				color: #cc6f3c;
			}

			.port-item2 .port-inner .port-body .down-file:last-child {
				margin-bottom: 0;
			}

			.port-item2 .port-inner .port-body .down-file i {
				margin: 0 10px;
				color: #cc6f3c;
			}

				.port-item2 .port-inner .port-body .down-file i:last-child {
					margin-left: 20px;
					margin-right: 0;
				}

@media (min-width: 576px) {
	.port-item2 .port-inner .port-body .down-file i:last-child {
		margin-left: 40px;
	}
}

/* @@@@@@@@@@@@@  video thumb Start Here  @@@@@@@@@@@@@@ */
.video-thumb:hover .video-icon i {
	color: #cd201f;
}

.video-thumb img {
	width: 100%;
}

.video-thumb .video-icon {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	transform: translate(-50%, -50%);
	background: #fff;
	text-align: center;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.08);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

	.video-thumb .video-icon i {
		color: #cc6f3c;
		font-size: 20px;
		font-weight: 700;
		margin-left: 5px;
		margin-top: 20px;
		display: inline-block;
		box-sizing: border-box;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

/* @@@@@@@@@@@@@  paginations Start Here  @@@@@@@@@@@@@@ */
.paginations {
	margin: 40px 0;
}

@media (min-width: 992px) {
	.paginations {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.paginations {
		margin-top: 0;
	}
}

.paginations ul {
	margin: 0;
}

	.paginations ul li {
		padding: 5px;
	}

		.paginations ul li a {
			width: 46px;
			height: 46px;
			align-items: center;
			justify-content: center;
			box-shadow: 0 0px 5px rgba(136, 136, 136, 0.1);
			color: #555555;
			z-index: 1;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			.paginations ul li a.active, .paginations ul li a:hover {
				color: #fff;
				box-shadow: 0 18px 24px rgba(128, 191, 99, 0.36);
				background: #ed008c;
			}

			.paginations ul li a.dot {
				box-shadow: none;
			}

				.paginations ul li a.dot:hover {
					background: transparent;
					color: #555555;
				}

/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
	border: 1px solid #f6f9fb;
	width: 120px;
	margin: 0 auto;
	cursor: pointer;
}

	.cart-plus-minus .dec.qtybutton {
		border-right: 1px solid #f6f9fb;
		height: 40px;
		left: 0;
		top: 0;
		background: #f6faff;
	}

	.cart-plus-minus .cart-plus-minus-box {
		border: medium none;
		color: #ed008c;
		float: left;
		font-size: 14px;
		height: 40px;
		margin: 0;
		text-align: center;
		width: 120px;
		outline: none;
	}

	.cart-plus-minus .qtybutton {
		color: #ed008c;
		float: inherit;
		font-size: 14px;
		font-weight: 500;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.cart-plus-minus .qtybutton:hover {
			color: #fff;
			background: #ed008c !important;
		}

	.cart-plus-minus .inc.qtybutton {
		border-left: 1px solid #f6f9fb;
		right: 0;
		top: 0;
		background: #f6faff;
	}

/*@@@@@@@@@@@@@@   scocial-media Start Here  @@@@@@@@@@@@@@@@@*/
.scocial-media {
	margin-bottom: 20px;
}

	.scocial-media a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 2px;
		color: #fff;
		font-size: 20px;
		margin-bottom: 4px;
		text-align: center;
		display: inline-block;
	}

		.scocial-media a:hover {
			border-radius: 100%;
			transform: translateY(-5px);
			box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
		}

.fa-phone-square::before {
	transform: rotate(90deg);
	display: inline-block;
}

.facebook {
	background: #3b5998;
}

.twitter {
	background: #55acee;
}

.linkedin {
	background: #007bb5;
}

.vimeo {
	background: #3b5998;
}

/*@@@@@@@@@@@  tooltip  @@@@@@@@@@@@*/
.time-tooltip {
	bottom: 0;
	left: 40%;
	width: 250px;
	height: auto;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -20px);
	-moz-transform: translate(-50%, -20px);
	-ms-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
	text-align: center;
	padding: 20px;
	z-index: 4;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
}

	.time-tooltip::after {
		content: "";
		position: absolute;
		width: 19px;
		height: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg) translateX(-50%);
		-moz-transform: rotate(45deg) translateX(-50%);
		-ms-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
		bottom: -12px;
		left: 50%;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		z-index: -1;
	}

	.time-tooltip::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: #fff;
		border-radius: 10px;
	}

	.time-tooltip .tooltip-holder {
		z-index: 1;
		text-align: left;
	}

		.time-tooltip .tooltip-holder .tool-list {
			padding: 2.5px 0;
			padding-left: 15px;
			justify-content: space-between;
		}

			.time-tooltip .tooltip-holder .tool-list::after {
				width: 6px;
				height: 6px;
				border-radius: 100%;
				left: 0;
				top: 50%;
				transform: translateY(-50%);
				background: #ff9c00;
			}

			.time-tooltip .tooltip-holder .tool-list:nth-child(2) .count {
				color: #4fe04e;
			}

			.time-tooltip .tooltip-holder .tool-list:nth-child(2)::after {
				background: #4fe04e;
			}

			.time-tooltip .tooltip-holder .tool-list:nth-child(3) .count {
				color: #ff5f5e;
			}

			.time-tooltip .tooltip-holder .tool-list:nth-child(3)::after {
				background: #ff5f5e;
			}

			.time-tooltip .tooltip-holder .tool-list span {
				font-size: 14px;
			}

				.time-tooltip .tooltip-holder .tool-list span.count {
					color: #ff9c00;
				}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.menu-item-has-children {
	margin-right: 16px;
	position: relative;
}

	.menu-item-has-children > a::after {
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		font-weight: 400;
		content: "" !important;
		font-family: IcoFont !important;
	}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.ft-top .ft-item, .ft-top, .footer-top-area .footer-bottom .section-wrapper .right li, .footer-top-area .footer-bottom .section-wrapper .right, .footer-top-area .footer-bottom .section-wrapper, .footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li, .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box, .shop-cart .section-wrapper .cart-top table tbody tr td.product-item, .shop-single .review .review-content .description .post-item, .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul, .shop-single .review .review-content .review-showing .client-review .review-form form .rating, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta, .shop-single .review .review-nav, .shop-single .product-details .post-content form, .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button, .shop-page .shop-product-wrap .product-list-item, .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link, .contact-us .contact-form, .contact-us .contact-area .contact-item, .portfolio-section .grid, .portfolio-section .port-filter, .schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner, .schedule-section .section-wrapper .schedule-timeline, .clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul, .clints-section .section-wrapper .clients .client-list .client-content .client-info, .counter-section.style-1 .section-wrapper .counter-item .counter-item-inner, .counter-section.style-1 .section-wrapper, .department-section.style-1 .section-wrapper .department-bottom .tab-content .post-content ul, .department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .thumb-btn, .department-section.style-1 .section-wrapper .department-top .dep-tab, .widget.letest-product .widget-wrapper ul li, .widget.widget-tags ul.widget-wrapper, .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form, .blog-section.blog-single .section-wrapper .comments .comment-list .comment, .blog-section.blog-single .section-wrapper .authors, .blog-section.blog-single .section-wrapper .navigations-part, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section, .blog-section.style-2 .section-wrapper .right, .contact-section.style-1 .section-wrapper form, .service-section.style-4 .section-wrapper .service-item, .service-section.style-4 .section-wrapper, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul, .banner.style-1 .banner-bottom .bottom-wrapper .post-item, .banner.style-1 .banner-bottom .bottom-wrapper, .header-section .menu-bar, .header-section .primary-menu .main-area .main-menu ul, .header-section .primary-menu .main-area, .header-section .primary-menu, .search-cart li .cart-content .cart-item, .service-item.style-2, .post-item.style-2 .post-item-inner .post-content .author-date, .post-item.style-2 .post-item-inner .post-content .post-footer, .post-item-2 .post-item-inner .post-content .author-date, .post-item-2 .post-item-inner .post-content .post-footer, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider, .port-item2 .port-inner .port-header, .port-item2 .port-inner .port-body ul li, .paginations ul li a, .time-tooltip .tooltip-holder .tool-list {
	display: flex;
	flex-wrap: wrap;
}

	.copy-right-part p, .ft-top, .footer-top-area .footer-bottom .section-wrapper .right li, .footer-top-area .footer-top .ft-bottom .ft-about-part, .footer-top-area .footer-top .ft-bottom .ft-map-area, .footer-top-area .footer-top .ft-bottom, .footer-top-area, .shop-single .review .review-content .description .post-item .post-content ul li, .shop-single .product-details .post-content form .select-product select, .shop-single .product-details .post-content form .select-product, .shop-single .product-details .product-thumb, .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb, .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb, .shop-page .shop-product-wrap .product-item .product-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb, .schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner, .schedule-section .section-wrapper .schedule-timeline, .pasent-care .pc-thumb, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .cctb-count, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top, .care-section, .clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span, .clints-section .section-wrapper .clients .client-list .client-thumb img, .clints-section .section-wrapper .clients .client-list .client-thumb, .clints-section .section-wrapper .clients, .safe-actions .sa-thumb-part .safe-thumb, .safe-actions, .counter-section.style-1 .section-wrapper .counter-item .counter-item-inner .counter-content .count-number, .department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb img, .department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb, .widget.widget-search .search-wrapper, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote, .blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments, .blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments, .blog-section.style-1 .section-wrapper, .testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-thumb, .testimonial-section .section-wrapper .testimonial-item .testimonial-inner, .contact-section.style-1 .section-wrapper form, .single-sidebar .department-widget .widget-wrapper ul li a, .single-sidebar .department-widget .widget-wrapper ul li .profile-list, .service-single .skill-award .team-item .circles, .team-single .skill-award .team-item .circles, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb, .service-section.style-1 .service-area, .service-section.style-1, .about.style-2 .about-right-part, .banner.style-2 .banner-content-area .banner-content .banner-btn .video-btn .video-icon, .banner.style-2 .banner-content-area .banner-content .banner-btn, .banner.style-2 .banner-content-area .banner-content, .banner.style-2 .banner-content-area, .banner.style-1 .banner-bottom, .banner.style-1, .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a, .header-section .header-area, .header-section.style-2 .logo img, .header-section.style-2 .logo, .body-wrap, .lab-btn, .text-btn, .lab-ul.icon-style-list > li i, .relative, .search-cart li, .search-cart li .cart-content .cart-item, .section-header, .about-item.style-1, .service-item.style-1, .service-item.style-1 .service-content, .team-item.style-1 .team-inner, .team-item.style-1 .team-inner .team-content, .post-item.style-2 .post-item-inner, .post-item-2 .post-item-inner, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider, .post-item-2.qute-post .post-item-inner .post-thumb, .port-item .lab-inner .lab-thumb, .video-thumb, .paginations ul li a, .cart-plus-minus, .time-tooltip .tooltip-holder, .time-tooltip .tooltip-holder .tool-list, .menu-item-has-children > a {
		position: relative;
	}

		.footer-top-area .footer-bottom .section-wrapper .right li:after, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon, .shop-single .review .review-content .description .post-item .post-content ul li::before, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before, .shop-single .product-details .post-content form .select-product i, .shop-single .product-details .product-thumb .pro-single-prev, .shop-single .product-details .product-thumb .pro-single-next, .shop-page .modal .modal-dialog .modal-content button.close, .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after, .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::before, .schedule-section .section-wrapper .schedule-timeline::after, .pasent-care .pc-thumb .pct-content, .pasent-care .pc-thumb::after, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .cctb-count::after, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content::before, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content::after, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content, .care-section .section-wrapper .care-item .care-inner .care-content .care-content-top::after, .clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span::after, .clints-section .section-wrapper .clients .client-list .client-content:after, .clints-section .section-wrapper .clients .client-list .client-content, .clints-section .section-wrapper .clients .client-list .client-thumb::after, .clints-section .section-wrapper .clients .client-list .client-thumb::before, .clints-section .section-wrapper .clients .client-list, .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content::before, .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content, .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon, .safe-actions .action-shape, .department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .thumb-btn, .department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area .round, .department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area, .widget.widget-search .search-wrapper button, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote::before, .blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments span, .blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span, .testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-thumb .quate, .testimonial-section .section-wrapper .testimonial-item .testimonial-inner::after, .testimonial-section .section-wrapper .testimonial-item .testimonial-inner::before, .service-single .skill-award .team-item .circles strong, .team-single .skill-award .team-item .circles strong, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb .st-icon, .banner.style-2 .banner-content-area .banner-content .banner-btn .video-content, .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a::after, .header-section.transparent-header, .body-wrap .shape-1, .body-wrap .shape-2, .text-btn::after, .lab-ul.icon-style-list > li i:after, .pattan-shape, .search-cart li .cart-option .count-item, .search-cart li .cart-content, .search-cart li .cart-content .cart-item .cart-btn, .search-input .search-close, .search-input form, .team-item.style-1 .team-inner::after, .post-item-2 .post-item-inner::after, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next, .post-item-2.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev, .post-item-2.qute-post .post-item-inner .post-thumb .qute-content, .port-item .lab-inner .lab-thumb::after, .port-item .lab-inner .lab-thumb .port-share, .video-thumb .video-icon, .cart-plus-minus .qtybutton, .time-tooltip, .time-tooltip .tooltip-holder .tool-list::after, .menu-item-has-children > a::after {
			position: absolute;
			content: "";
		}

			.footer-top-area .footer-bottom, .footer-top-area, .shop-cart .section-wrapper .cart-bottom, .shop-single .review .review-content .review-showing .content li .post-thumb, .shop-single .product-details, .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container, .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb, .shop-page .shop-product-wrap .product-item .product-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb, .timeline .class-schedule-top, .timeline, .sponsor-section.style-1 .icon-thumb, .sponsor-section.style-1 .sponsor-slider, .pasent-care .pc-thumb .pct-content .pctc-area, .care-section, .clints-section, .department-section.style-1 .section-wrapper .department-bottom, .widget.letest-product .widget-wrapper ul li .product-thumb, .widget.recipe-categori, .widget .widget-header, .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment, .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content, .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb, .blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-thumb, .blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-thumb, .testimonial-section .section-wrapper .testimonial-slider, .service-single .main-service-single .doctor-list .doctor-thumb, .service-single .main-team-single .doctor-list .doctor-thumb, .team-single .main-service-single .doctor-list .doctor-thumb, .team-single .main-team-single .doctor-list .doctor-thumb, .service-section.style-4 .section-wrapper .service-item .service-thumb, .service-section.style-3 .section-wrapper .service-item .service-thumb, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-thumb, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb .st-icon, .about.style-2 .about-right-part .about-list, .lab-btn, .service-item.style-1, .team-item.style-1 .team-inner, .post-item.style-2, .post-item-2, .lab-item-3 .lab-inner .lab-thumb, .cart-plus-minus {
				overflow: hidden;
			}

				.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count, button, .search-cart li .icon, .search-cart li .search-option, .search-input .search-close, .search-input form button {
					cursor: pointer;
				}

/*@@@@@@@@  keyframes animatios  @@@@@@@@@@*/
@keyframes pluse_animate {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@keyframes pluse {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

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

@keyframes wave-animation {
	0% {
		top: 0;
	}

	50% {
		top: 20px;
	}

	100% {
		top: 0;
	}
}

@keyframes lab_round {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(359deg);
	}
}

@-webkit-keyframes circle-2 {
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle-2 {
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*@@@@@@@@  wow animatios  @@@@@@@@@@*/
@media (max-width: 991px) {
	.wow {
		animation-name: none !important;
		visibility: visible !important;
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background: #ed008c;
}

	.preloader .preloader-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

		.preloader .preloader-inner .preloader-icon {
			width: 72px;
			height: 72px;
			display: inline-block;
			padding: 0px;
		}

			.preloader .preloader-inner .preloader-icon span {
				position: absolute;
				display: inline-block;
				width: 72px;
				height: 72px;
				border-radius: 100%;
				background: #fff;
				-webkit-animation: preloader-fx 1.6s linear infinite;
				animation: preloader-fx 1.6s linear infinite;
			}

				.preloader .preloader-inner .preloader-icon span:last-child {
					animation-delay: -0.8s;
					-webkit-animation-delay: -0.8s;
				}

@keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.5;
	}

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

@-webkit-keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

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

@keyframes price-ani {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0.1;
	}
}
/* @@@@@@@@@@@ Header Section Start here  @@@@@@@@@@@@@@@@ */
@media (max-width: 991px) {
	.header-section {
		z-index: 999;
		position: fixed;
		width: 100%;
		top: 0;
		background: #fff !important;
		box-shadow: 0 0 10px rgba(81, 136, 136, 0.3);
	}
}

.header-section.transparent-header {
	width: 100%;
}

.header-section.style-2 .menu-fixed .logo.style-2 a {
	display: none;
}

@media (min-width: 992px) {
	.header-section.style-2 .menu-fixed .logo.style-2 a:last-child {
		display: block;
	}
}

.header-section.style-2 .menu-fixed .logo::before {
	display: none;
}

@media (max-width: 991px) {
	.header-section.style-2 .logo.style-2 a:first-child {
		display: none;
	}
}

@media (min-width: 992px) {
	.header-section.style-2 .logo.style-2 a:last-child {
		display: none;
	}
}

@media (min-width: 1200px) {
	.header-section.style-2 .logo::before {
		position: absolute;
		content: "";
		border-left: 200px solid transparent;
		border-right: 200px solid transparent;
		border-top: 200px solid #ed008c;
		left: 56px;
		top: 0;
		margin-left: -190px;
		margin-top: -30px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

.header-section.style-2 .logo img {
	z-index: 9;
}

.header-section.bg-ash .menu-bar {
	color: #ed008c;
}

.header-section .header-area {
	z-index: 111;
}

@media (min-width: 992px) {
	.header-section .header-area.menu-fixed {
		position: fixed;
		width: 100%;
		z-index: 99;
		background: #fff;
		box-shadow: 0 0 3px rgba(81, 136, 136, 0.1);
	}
}

.header-section .primary-menu {
	align-items: center;
	justify-content: space-between;
}

	.header-section .primary-menu .logo a {
		display: block;
	}

		.header-section .primary-menu .logo a img {
			display: block;
		}

	.header-section .primary-menu .main-area {
		align-items: center;
	}

@media (max-width: 991px) {
	.header-section .primary-menu .main-area {
		display: none;
	}
}

.header-section .primary-menu .main-area .main-menu ul {
	padding: 20px 0;
	margin: 0;
}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul {
		padding: 0;
	}
}

.header-section .primary-menu .main-area .main-menu ul li {
	padding: 0;
}

	.header-section .primary-menu .main-area .main-menu ul li:last-child a {
		border-bottom: none;
	}

	.header-section .primary-menu .main-area .main-menu ul li a {
		padding: 10px 0px;
		color: #000;
		font-size: 16px;
		display: block;
		border-bottom: 1px solid #44444412;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.header-section .primary-menu .main-area .main-menu ul li.active a {
		color: #ed008c;
	}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul li a {
		padding: 33px 20px;
		border-bottom: none;
	}
}

.header-section .primary-menu .main-area .main-menu ul li ul {
	padding: 0;
}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul li ul {
		position: absolute;
		min-width: 200px;
		background: #fff;
		box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
		display: block;
		top: 100%;
		transform: scaleY(0);
		transform-origin: top;
		z-index: 999;
		transition: all 0.3s ease;
	}
}

.header-section .primary-menu .main-area .main-menu ul li ul li a {
	font-size: 98%;
	width: 100%;
	padding-left: 20px;
}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul li ul li a {
		padding: 10px 15px;
		border-bottom: 1px solid #6969691f;
	}
}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
		padding-left: 20px;
		color: #fff;
		background: #ed008c;
	}
}

.header-section .primary-menu .main-area .main-menu ul li ul li.active > a, .header-section .primary-menu .main-area .main-menu ul li ul li:hover > a {
	color: #ed008c;
}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul li ul li.active > a, .header-section .primary-menu .main-area .main-menu ul li ul li:hover > a {
		background: #ed008c;
		color: #fff;
	}
}

.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
	border-bottom: none;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
	margin-right: 0px;
}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
		right: 15px;
		transform: translateY(-50%) rotate(-90deg);
	}
}

.header-section .primary-menu .main-area .main-menu ul li ul li ul {
	left: 100%;
	top: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
	position: relative;
}

@media (min-width: 992px) {
	.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
		margin-right: 16px;
	}
}

@media (max-width: 991px) {
	.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children.open > a::after {
		transform: translateY(-50%) rotate(-180deg);
	}
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a::after {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-weight: 400;
	content: "" !important;
	font-family: IcoFont !important;
}

.header-section .primary-menu .main-area .main-menu ul li:hover > ul {
	transform: scaleY(1);
}

.header-section .primary-menu .main-area .header-btn {
	margin-left: 15px;
}

	.header-section .primary-menu .main-area .header-btn .lab-btn {
		display: block;
		padding: 13px 30px;
	}

@media (max-width: 991px) {
	.header-section .primary-menu.open .main-area {
		display: block;
		width: 100%;
	}

		.header-section .primary-menu.open .main-area ul {
			width: 100%;
			border-bottom: 1px solid #ffffff1f;
		}

			.header-section .primary-menu.open .main-area ul:last-child {
				border-bottom: none;
			}

			.header-section .primary-menu.open .main-area ul li {
				width: 100%;
				margin-right: 0;
			}

				.header-section .primary-menu.open .main-area ul li ul {
					position: static;
					display: none;
				}
}

.header-section .menu-bar {
	font-size: 30px;
}

/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
@media (max-width: 991px) {
	.banner {
		margin-top: 58px !important;
	}
}

.banner.style-1 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 11;
}

	.banner.style-1 .banner-top {
		padding: 150px 0;
	}

	.banner.style-1 .banner-content-area .banner-content h1 {
		line-height: 1.2;
	}

@media (max-width: 991px) {
	.banner.style-1 .banner-content-area .banner-content h1 {
		font-size: 42px;
	}
}

.banner.style-1 .banner-content-area .banner-content .banner-btn {
	margin-top: 40px;
	position: relative;
}

	.banner.style-1 .banner-content-area .banner-content .banner-btn .btn {
		background: #ed008c;
		color: #fff;
	}

	.banner.style-1 .banner-content-area .banner-content .banner-btn .video-btn {
		position: absolute;
		top: 0;
		right: 42%;
	}

@media (max-width: 767px) {
	.banner.style-1 .banner-content-area .banner-content .banner-btn .video-btn {
		top: 100px;
		right: 50%;
		transform: translateX(50%);
	}
}

@media (max-width: 575px) {
	.banner.style-1 .banner-content-area .banner-content .banner-btn .video-btn {
		display: none;
	}
}

.banner.style-1 .banner-content-area .banner-content .banner-btn .video-btn .video-icon {
	position: relative;
	outline: none;
	display: inline-block;
}

	.banner.style-1 .banner-content-area .banner-content .banner-btn .video-btn .video-icon img {
		display: block;
	}

.banner.style-1 .banner-bottom {
	background: #ffffffa8;
	padding: 20px;
	max-width: 1170px;
	margin: 0 auto;
}

	.banner.style-1 .banner-bottom .banner-bottom-pattan {
		background: url(../images/banner/banner-bottom-pattan.png);
		position: absolute;
		width: 50%;
		height: 100%;
		left: 0;
		bottom: 0;
	}

	.banner.style-1 .banner-bottom .bottom-wrapper {
		justify-content: space-between;
	}

@media (min-width: 768px) and (max-width: 1199px) {
	.banner.style-1 .banner-bottom .bottom-wrapper {
		justify-content: space-around;
	}
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item {
	align-items: center;
	z-index: 1;
	position: relative;
	padding: 20px 0;
}

@media (max-width: 767px) {
	.banner.style-1 .banner-bottom .bottom-wrapper .post-item {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.banner.style-1 .banner-bottom .bottom-wrapper .post-item {
		padding: 0;
	}
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item .post-thumb {
	padding-right: 15px;
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item .post-content h6, .banner.style-1 .banner-bottom .bottom-wrapper .post-item .post-content h5 {
	margin-bottom: 0;
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item .post-content h6 {
	font-weight: normal;
	margin-bottom: 5px;
	font-family: "Libre Baskerville", serif;
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item .post-content h5 {
	font-size: 18px;
	font-weight: 500;
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item:nth-child(1) h5 {
	color: #82cf09;
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item:nth-child(2) h5 {
	color: #00baff;
}

.banner.style-1 .banner-bottom .bottom-wrapper .post-item:nth-child(3) h5 {
	color: #9160ff;
}

.banner.style-2 {
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 576px) {
	.banner.style-2 {
		background-position: center;
	}
}

@media (min-width: 1200px) {
	.banner.style-2 {
		padding-bottom: 150px;
	}
}

@media (min-width: 1200px) {
	.banner.style-2 .banner-content-area::before {
		position: absolute;
		content: "";
		border-left: 500px solid transparent;
		border-right: 500px solid transparent;
		border-top: 800px solid #fff;
		left: 50%;
		top: 0;
		margin-left: -670px;
		margin-top: -270px;
	}
}

.banner.style-2 .banner-content-area .banner-content {
	z-index: 9;
	margin-top: 20px;
}

@media (min-width: 576px) {
	.banner.style-2 .banner-content-area .banner-content {
		margin-top: 150px;
	}
}

.banner.style-2 .banner-content-area .banner-content h2 {
	font-size: 42px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.banner.style-2 .banner-content-area .banner-content h2 {
		font-size: 60px;
	}
}

.banner.style-2 .banner-content-area .banner-content h2 .primary-color {
	color: #cc6f3c;
	display: block;
}

@media (min-width: 1200px) {
	.banner.style-2 .banner-content-area .banner-content h2 .primary-color {
		font-size: 72px;
	}
}

.banner.style-2 .banner-content-area .banner-content .banner-btn {
	display: inline-block;
	margin-left: 70px;
	margin-top: 80px;
}

@media (max-width: 575px) {
	.banner.style-2 .banner-content-area .banner-content .banner-btn {
		display: none;
	}
}

.banner.style-2 .banner-content-area .banner-content .banner-btn .video-btn {
	display: block;
}

	.banner.style-2 .banner-content-area .banner-content .banner-btn .video-btn .video-icon {
		display: block;
		outline: none;
	}

		.banner.style-2 .banner-content-area .banner-content .banner-btn .video-btn .video-icon img {
			display: block;
		}

.banner.style-2 .banner-content-area .banner-content .banner-btn .video-content {
	left: calc(100% + 50px);
	width: 115px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.banner.style-2 .banner-content-area .banner-content .banner-btn .video-content {
		display: none;
	}
}

.page-header {
	padding: 100px 0;
}

@media (max-width: 575px) {
	.page-header {
		background-size: cover;
	}
}

@media (max-width: 991px) {
	.page-header {
		margin-top: 58px;
	}
}

@media (min-width: 992px) {
	.page-header {
		padding: 100px 0;
	}
}

@media (max-width: 575px) {
	.page-header .page-header-area {
		text-align: center;
	}
}

.page-header .breadcrumb {
	padding: 0;
}

@media (max-width: 575px) {
	.page-header .breadcrumb {
		justify-content: center;
	}
}

/* @@@@@@@@@@@@@  About Section Start Here  @@@@@@@@@@@@@@ */
.about.style-1 {
	position: relative;
}

	.about.style-1 .pattan-shape {
		right: 0;
	}

@media (min-width: 992px) {
	.about.style-1 .section-header {
		margin-bottom: 40px;
	}
}

.about.style-1 .section-wrapper {
	margin: -7.5px;
}

.about.style-2 .about-left-part .about-title {
	margin-bottom: 20px;
	margin-top: -10px;
}

	.about.style-2 .about-left-part .about-title h2 {
		font-weight: 700;
		margin: 0;
	}

@media (min-width: 576px) {
	.about.style-2 .about-left-part .about-title h2 span {
		font-size: 36px;
	}
}

.about.style-2 .about-left-part .about-content {
	margin-bottom: -8px;
}

	.about.style-2 .about-left-part .about-content p {
		margin-bottom: 30px;
	}

.about.style-2 .about-right-part {
	height: 480px;
}

@media (min-width: 768px) {
	.about.style-2 .about-right-part {
		height: 400px;
	}
}

.about.style-2 .about-right-part .about-list {
	list-style: none;
	border-radius: 100%;
	position: absolute;
	content: "";
	box-shadow: 0px 0px 10px 0px rgba(137, 137, 137, 0.1);
}

	.about.style-2 .about-right-part .about-list:hover .about-item:after {
		animation-play-state: paused;
	}

	.about.style-2 .about-right-part .about-list:nth-child(1) {
		left: 0;
		top: 0;
	}

@media (min-width: 576px) {
	.about.style-2 .about-right-part .about-list:nth-child(1) {
		left: 30px;
		top: 80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about.style-2 .about-right-part .about-list:nth-child(1) {
		left: 0;
	}
}

.about.style-2 .about-right-part .about-list:nth-child(2) {
	left: 50%;
	top: 0;
}

@media (min-width: 576px) {
	.about.style-2 .about-right-part .about-list:nth-child(2) {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
}

.about.style-2 .about-right-part .about-list:nth-child(2) .about-item {
	width: 170px;
	height: 170px;
}

	.about.style-2 .about-right-part .about-list:nth-child(2) .about-item:after {
		background: url(../images/about/home-2/02.png);
		animation-delay: 1s;
	}

	.about.style-2 .about-right-part .about-list:nth-child(2) .about-item .about-thumb {
		padding: 30px;
	}

.about.style-2 .about-right-part .about-list:nth-child(3) {
	right: 55%;
	top: 155px;
}

@media (min-width: 576px) {
	.about.style-2 .about-right-part .about-list:nth-child(3) {
		right: 30px;
		top: 80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about.style-2 .about-right-part .about-list:nth-child(3) {
		right: 0;
	}
}

.about.style-2 .about-right-part .about-list:nth-child(3) .about-item:after {
	background: url(../images/about/home-2/03.png);
	animation-delay: 2s;
}

.about.style-2 .about-right-part .about-list:nth-child(4) {
	left: 60%;
	bottom: 155px;
}

@media (min-width: 576px) {
	.about.style-2 .about-right-part .about-list:nth-child(4) {
		left: 30px;
		bottom: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about.style-2 .about-right-part .about-list:nth-child(4) {
		left: 0;
	}
}

.about.style-2 .about-right-part .about-list:nth-child(4) .about-item:after {
	background: url(../images/about/home-2/04.png);
	animation-delay: 3s;
}

.about.style-2 .about-right-part .about-list:nth-child(5) {
	left: 0;
	bottom: 0;
}

@media (min-width: 576px) {
	.about.style-2 .about-right-part .about-list:nth-child(5) {
		left: 50%;
		bottom: 30px;
		transform: translateX(-50%);
	}
}

.about.style-2 .about-right-part .about-list:nth-child(5) .about-item {
	width: 170px;
	height: 170px;
}

	.about.style-2 .about-right-part .about-list:nth-child(5) .about-item .about-thumb {
		padding: 30px;
	}

	.about.style-2 .about-right-part .about-list:nth-child(5) .about-item:after {
		background: url(../images/about/home-2/05.png);
		animation-delay: 2s;
	}

.about.style-2 .about-right-part .about-list:nth-child(6) {
	right: 0px;
	bottom: 0;
}

@media (min-width: 576px) {
	.about.style-2 .about-right-part .about-list:nth-child(6) {
		right: 30px;
		bottom: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about.style-2 .about-right-part .about-list:nth-child(6) {
		right: 0;
	}
}

.about.style-2 .about-right-part .about-list:nth-child(6) .about-item:after {
	background: url(../images/about/home-2/06.png);
	animation-delay: 1s;
}

.about.style-2 .about-right-part .about-list .about-item {
	width: 140px;
	height: 140px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

	.about.style-2 .about-right-part .about-list .about-item:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-repeat: no-repeat !important;
		background-position: bottom !important;
		background: url(../images/about/home-2/01.png);
		transition: all 0.4s ease;
		-webkit-animation: wave-animation 5s infinite;
		-moz-animation: wave-animation 5s infinite;
		animation-play-state: running;
	}

	.about.style-2 .about-right-part .about-list .about-item .about-thumb {
		padding: 20px;
		z-index: 1;
		position: relative;
	}

	.about.style-2 .about-right-part .about-list .about-item .about-content {
		z-index: 1;
		position: relative;
	}

		.about.style-2 .about-right-part .about-list .about-item .about-content p {
			margin-bottom: 0;
			color: #fff;
			font-weight: 500;
		}

/* @@@@@@@@@@@@@  Service Section Start Here  @@@@@@@@@@@@@@ */
.service-section.style-1 .pattan-shape {
	left: 0;
	z-index: 1;
}

@media (min-width: 992px) {
	.service-section.style-1 .section-header {
		max-width: 80%;
		margin: 0 auto 40px;
	}
}

.service-section.style-1 .service-area {
	background: #fff;
	max-width: 1520px;
	margin: 0 auto;
	z-index: 1;
	padding: 20px 0;
}

@media (max-width: 575px) {
	.service-section.style-1 .service-area {
		padding-bottom: 0;
	}
}

@media (max-width: 1199px) {
	.service-section.style-1 .service-area .section-wrapper .service-tab-top ul {
		justify-content: center;
		margin-bottom: 40px;
	}
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li {
	width: 100%;
}

@media (max-width: 1199px) {
	.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li {
		display: inline-block;
		width: auto;
	}
}

@media (min-width: 992px) {
	.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li:last-child a {
		border-bottom: none;
	}
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a {
	border: 1px solid #f6f9fb;
	padding: 10px;
	margin: 3px;
	color: #555555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media (min-width: 1200px) {
	.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a {
		border: none;
		padding: 10px 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border-bottom: 1px solid #f6f9fb;
	}
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a.active {
	border-color: #ed008c;
}

	.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a.active p {
		color: #ed008c;
	}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a img {
	margin-right: 10px;
}

@media (max-width: 991px) {
	.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a img {
		display: none;
	}
}

.service-section.style-1 .service-area .section-wrapper .service-tab-top ul li a p {
	margin-bottom: 0;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card {
	border: none;
}

	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .service-thumb .st-icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		top: 20px;
		right: 20px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		background: #fff;
		box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
	}

@media (max-width: 575px) {
	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body {
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body {
		padding: 30px;
	}
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body h4 {
	margin-bottom: 15px;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul {
	justify-self: center;
	margin-bottom: 30px;
}

	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul li {
		width: 100%;
		padding: 8px 0;
		border-bottom: 1px solid #f6f9fb;
	}

@media (min-width: 576px) {
	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul li {
		width: calc(100% / 2);
	}
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .lab-ul li i {
	margin-right: 5px;
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left {
		width: 60%;
		margin-bottom: 0;
	}
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-thumb {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 3px 4px rgba(0, 25, 67, 0.1);
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content {
	width: calc(100% - 65px);
}

	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content a h6 {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content a h6:hover {
			color: #cc6f3c;
		}

	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content p, .service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-left .sfl-content h6 {
		margin-bottom: 0;
	}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-right {
	width: 100%;
}

@media (min-width: 576px) {
	.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-right {
		width: 40%;
	}
}

.service-section.style-1 .service-area .section-wrapper .tab-content .tab-pane .card .card-body .service-footer .sf-right .lab-btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.service-section.style-2 {
	background-size: cover;
}

@media (min-width: 992px) {
	.service-section.style-2 .section-header {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.service-section.style-2 .section-wraper .service-item.style-1 {
		padding: 50px 30px 45px;
	}
}

.service-section.style-2 .section-wraper .lab-btn {
	margin-top: 20px;
}

.service-section.style-3 .section-wrapper .service-item {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.service-section.style-3 .section-wrapper .service-item {
		width: 50%;
	}
}

.service-section.style-3 .section-wrapper .service-item .service-thumb {
	width: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.service-section.style-3 .section-wrapper .service-item .service-thumb {
		width: calc(100% / 2);
	}
}

.service-section.style-3 .section-wrapper .service-item .service-thumb > img {
	width: 100%;
	height: 100%;
}

.service-section.style-3 .section-wrapper .service-item .service-content {
	width: 100%;
	padding: 30px 30px 25px;
	background: #f6faff;
}

@media (min-width: 992px) {
	.service-section.style-3 .section-wrapper .service-item .service-content {
		width: calc(100% / 2);
		padding: 45px 30px 40px;
	}
}

.service-section.style-3 .section-wrapper .service-item .service-content h5 {
	margin-top: 0;
	margin-bottom: 10px;
}

.service-section.style-3 .section-wrapper .service-item .service-content p {
	margin-bottom: 20px;
}

.service-section.style-3 .section-wrapper .service-item .service-content .lab-btn {
	padding: 10px 25px;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(1) {
	width: 100%;
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) {
	float: none;
}

@media (min-width: 768px) {
	.service-section.style-3 .section-wrapper .service-item:nth-child(2) {
		float: left;
	}
}

.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content {
	background: #7dcd00;
}

	.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content h5 {
		color: #fff;
	}

	.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content p {
		color: #fff;
	}

	.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content .lab-btn {
		background: #fff;
	}

		.service-section.style-3 .section-wrapper .service-item:nth-child(2) .service-content .lab-btn span {
			color: #7dcd00;
		}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) {
	float: none;
}

@media (min-width: 1200px) {
	.service-section.style-3 .section-wrapper .service-item:nth-child(3) {
		float: left;
	}
}

.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content {
	background: #9160ff;
}

	.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content h5 {
		color: #fff;
	}

	.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content p {
		color: #fff;
	}

	.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content .lab-btn {
		background: #fff;
	}

		.service-section.style-3 .section-wrapper .service-item:nth-child(3) .service-content .lab-btn span {
			color: #9160ff;
		}

.service-section.style-3 .section-wrapper .service-item:nth-child(4) {
	width: 100%;
	flex-direction: row-reverse;
}

.service-section.style-4 .section-wrapper .service-item {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.service-section.style-4 .section-wrapper .service-item {
		width: 50%;
		margin-bottom: 0;
	}
}

#PrestigiousInstitutions .service-item {
	width: 90%;
	margin-bottom: 0;
}

.list-style-center {
	text-align: left;
	display: inline-block;
}

.service-section.style-4 .section-wrapper .service-item .service-thumb {
	width: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.service-section.style-4 .section-wrapper .service-item .service-thumb {
		width: calc(100% / 2);
	}
}

.service-section.style-4 .section-wrapper .service-item .service-thumb > img {
	width: 100%;
	height: 100%;
}

.service-section.style-4 .section-wrapper .service-item .service-content {
	width: 100%;
	padding: 30px 30px 25px;
	background: #fff;
}

@media (min-width: 992px) {
	.service-section.style-4 .section-wrapper .service-item .service-content {
		width: calc(100% / 2);
		padding: 45px 30px 35px;
	}
}

.service-section.style-4 .section-wrapper .service-item .service-content .content-icon {
	margin-bottom: 15px;
}

.service-section.style-4 .section-wrapper .service-item .service-content h5 {
	margin-top: 0;
	margin-bottom: 10px;
}

.service-section.style-4 .section-wrapper .service-item .service-content p {
	margin-bottom: 10px;
}

.service-section.style-4 .section-wrapper .service-item .service-content .text-btn:hover {
	color: #ed008c;
}

.service-section.style-4 .section-wrapper .service-item:nth-child(3), .service-section.style-4 .section-wrapper .service-item:nth-child(4) {
	flex-direction: row-reverse;
}

.service-section.style-5 .section-wrapper {
	margin: -20px 0 0;
}

@media (min-width: 576px) {
	.service-section.style-5 .section-wrapper .service-item.style-2 .service-content {
		padding: 30px 20px 30px 25px;
	}
}

.service-section.style-5 .section-wrapper .text-center {
	margin-top: 35px;
}

/* @@@@@@@@@@@@@  service-single start here  @@@@@@@@@@@@@@ */
.service-single .main-service-single, .service-single .main-team-single, .team-single .main-service-single, .team-single .main-team-single {
	margin-bottom: -1rem;
}

	.service-single .main-service-single .main-content .post-thumb img, .service-single .main-team-single .main-content .post-thumb img, .team-single .main-service-single .main-content .post-thumb img, .team-single .main-team-single .main-content .post-thumb img {
		width: 100%;
	}

	.service-single .main-service-single .post-item .post-item-inner .post-content h5, .service-single .main-team-single .post-item .post-item-inner .post-content h5, .team-single .main-service-single .post-item .post-item-inner .post-content h5, .team-single .main-team-single .post-item .post-item-inner .post-content h5 {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.service-single .main-service-single .post-item .post-item-inner .post-content h5:hover, .service-single .main-team-single .post-item .post-item-inner .post-content h5:hover, .team-single .main-service-single .post-item .post-item-inner .post-content h5:hover, .team-single .main-team-single .post-item .post-item-inner .post-content h5:hover {
			color: #ed008c;
		}

	.service-single .main-service-single .medical-items ul li:last-child, .service-single .main-team-single .medical-items ul li:last-child, .team-single .main-service-single .medical-items ul li:last-child, .team-single .main-team-single .medical-items ul li:last-child {
		border-bottom: none !important;
	}

	.service-single .main-service-single .doctor-list, .service-single .main-team-single .doctor-list, .team-single .main-service-single .doctor-list, .team-single .main-team-single .doctor-list {
		flex-wrap: wrap;
	}

@media (min-width: 992px) and (max-width: 1199px) {
	.service-single .main-service-single .doctor-list, .service-single .main-team-single .doctor-list, .team-single .main-service-single .doctor-list, .team-single .main-team-single .doctor-list {
		justify-content: center;
		padding: 30px 15px !important;
	}
}

.service-single .main-service-single .doctor-list .doctor-thumb, .service-single .main-team-single .doctor-list .doctor-thumb, .team-single .main-service-single .doctor-list .doctor-thumb, .team-single .main-team-single .doctor-list .doctor-thumb {
	width: 80px;
	height: 80px;
	box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

	.service-single .main-service-single .doctor-list .doctor-thumb img, .service-single .main-team-single .doctor-list .doctor-thumb img, .team-single .main-service-single .doctor-list .doctor-thumb img, .team-single .main-team-single .doctor-list .doctor-thumb img {
		width: 100%;
		height: 100%;
	}

@media (min-width: 992px) and (max-width: 1199px) {
	.service-single .main-service-single .doctor-list .doctor-thumb, .service-single .main-team-single .doctor-list .doctor-thumb, .team-single .main-service-single .doctor-list .doctor-thumb, .team-single .main-team-single .doctor-list .doctor-thumb {
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.service-single .main-service-single .doctor-list .doctor-content, .service-single .main-team-single .doctor-list .doctor-content, .team-single .main-service-single .doctor-list .doctor-content, .team-single .main-team-single .doctor-list .doctor-content {
		width: 100%;
		text-align: center;
		padding-left: 0 !important;
	}
}

.service-single .main-service-single .doctor-list .doctor-content a, .service-single .main-team-single .doctor-list .doctor-content a, .team-single .main-service-single .doctor-list .doctor-content a, .team-single .main-team-single .doctor-list .doctor-content a {
	display: block;
}

	.service-single .main-service-single .doctor-list .doctor-content a h6, .service-single .main-team-single .doctor-list .doctor-content a h6, .team-single .main-service-single .doctor-list .doctor-content a h6, .team-single .main-team-single .doctor-list .doctor-content a h6 {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.service-single .main-service-single .doctor-list .doctor-content a:hover h6, .service-single .main-team-single .doctor-list .doctor-content a:hover h6, .team-single .main-service-single .doctor-list .doctor-content a:hover h6, .team-single .main-team-single .doctor-list .doctor-content a:hover h6 {
		color: #ed008c;
	}

.service-single .skill-award, .team-single .skill-award {
	margin-bottom: 25px;
}

@media (max-width: 1199px) {
	.service-single .skill-award .skill-area, .team-single .skill-award .skill-area {
		margin-top: 30px;
	}
}

.service-single .skill-award h5, .team-single .skill-award h5 {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.service-single .skill-award .team-item, .team-single .skill-award .team-item {
		margin-right: 20px;
	}
}

.service-single .skill-award .team-item:last-child, .team-single .skill-award .team-item:last-child {
	margin: 0;
}

.service-single .skill-award .team-item .team-thumb, .team-single .skill-award .team-item .team-thumb {
	margin-bottom: 15px;
}

.service-single .skill-award .team-item p, .team-single .skill-award .team-item p {
	margin: 0;
}

.service-single .skill-award .team-item .circles, .team-single .skill-award .team-item .circles {
	margin-bottom: 15px;
}

	.service-single .skill-award .team-item .circles strong, .team-single .skill-award .team-item .circles strong {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.service-single .skill-award .team-item .circles canvas, .team-single .skill-award .team-item .circles canvas {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		border-radius: 100%;
	}

.service-single .certificate-item .certificate-thumb img, .team-single .certificate-item .certificate-thumb img {
	width: 100%;
}

.service-single .post-item.style-2 .post-item-inner .post-content, .team-single .post-item.style-2 .post-item-inner .post-content {
	padding: 30px 30px 25px;
}

/* @@@@@@@@@@@@@  single-sidebar start here  @@@@@@@@@@@@@@ */
.single-sidebar .department-widget {
	padding: 1px;
	margin-bottom: 30px;
}

	.single-sidebar .department-widget .widget-wrapper ul li a, .single-sidebar .department-widget .widget-wrapper ul li .profile-list {
		display: block;
		color: #ed008c;
		padding: 13px 20px;
		border: 1px solid #f6f9fb;
		margin: 3px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.single-sidebar .department-widget .widget-wrapper ul li a::after, .single-sidebar .department-widget .widget-wrapper ul li .profile-list::after {
			position: absolute;
			content: "";
			top: 50%;
			right: 20px;
			transform: translateY(-50%);
			font-weight: 400;
			font-family: IcoFont !important;
		}

		.single-sidebar .department-widget .widget-wrapper ul li a:hover, .single-sidebar .department-widget .widget-wrapper ul li .profile-list:hover {
			color: #fff;
			background: #cc6f3c;
		}

	.single-sidebar .department-widget .widget-wrapper ul li .profile-list {
		display: flex !important;
		justify-content: flex-start;
	}

		.single-sidebar .department-widget .widget-wrapper ul li .profile-list::after {
			display: none;
		}

.single-sidebar .timetable-widget {
	padding: 1px;
	margin-bottom: 30px;
}

@media (max-width: 575px) {
	.single-sidebar .timetable-widget .widget-title img {
		margin-bottom: 10px;
	}
}

.single-sidebar .timetable-widget .widget-wrapper ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #f6f9fb;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.single-sidebar .timetable-widget .widget-wrapper ul li:last-child {
		border-bottom: none;
	}

	.single-sidebar .timetable-widget .widget-wrapper ul li p {
		margin-bottom: 0;
	}

.single-sidebar .appointment-widget {
	padding: 1px;
}

	.single-sidebar .appointment-widget .widget-wrapper form input {
		margin-bottom: 10px;
	}

	.single-sidebar .appointment-widget .widget-wrapper form select {
		width: 100%;
		padding: 12px;
		margin-bottom: 10px;
		background: #fff;
		color: #ed008c;
		outline: none;
	}

	.single-sidebar .appointment-widget .widget-wrapper form .lab-btn {
		border: none;
		color: #fff;
	}

.single-sidebar .contactinfo-widget {
	padding: 1px;
	margin-bottom: 40px;
}

@media (max-width: 575px) {
	.single-sidebar .contactinfo-widget .widget-title img {
		margin-bottom: 10px;
	}
}

.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-icon {
	width: 50px;
}

.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-details {
	width: calc(100% - 65px);
}

	.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-details h6 {
		font-size: 16px;
	}

	.single-sidebar .contactinfo-widget .widget-wrapper ul li .contact-details p {
		line-height: 1.4;
	}

/* @@@@@@@@@@@@@  Team Section Start Here  @@@@@@@@@@@@@@ */
.team-section .pattan-shape {
	right: 0;
}

@media (min-width: 992px) {
	.team-section .section-header {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {
	.team-section .section-wrapper {
		margin: 0 -15px;
	}
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-facebook {
	color: #3b5998;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-twitter {
	color: #55acee;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-skype {
	color: #2fb7df;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-instagram {
	color: #e4405f;
}

.team-section .section-wrapper .team-item.style-1 .team-inner .team-content .lab-ul li a .icofont-pinterest {
	color: #bd081c;
}

.team-section .section-wrapper .lab-btn {
	margin-top: 35px;
}

.team-section .team-top .team-top-area .team-thumb img {
	width: 100%;
}

.team-section .team-top .team-top-area .team-content {
	padding: 1.5rem;
}

@media (min-width: 992px) {
	.team-section .team-top .team-top-area .team-content {
		padding: 40px;
	}
}

.team-section .team-top .team-top-area .team-content .member-name {
	display: inline-block;
	margin-bottom: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.team-section .team-top .team-top-area .team-content .member-name:hover {
		color: #ed008c;
	}

.team-section .team-top .team-top-area .team-content .member-dagi {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

.team-section .team-top .team-top-area .team-content .member-details {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.team-section .team-top .team-top-area .team-content ul {
		max-width: 350px;
	}
}

.team-section .team-bottom .team-bottom-area {
	margin-bottom: -25px;
}

	.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-name {
		display: inline-block;
		margin-bottom: 0px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-name:hover {
			color: #ed008c;
		}

	.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-dagi {
		margin-bottom: 10px;
		display: block;
		font-size: 14px;
	}

	.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-details {
		margin: 15px 0;
		padding-top: 15px;
		border-top: 1px solid #f6f9fb;
	}

/* @@@@@@@@@@@@@  Contact Section Start Here  @@@@@@@@@@@@@@ */
.contact-section.style-1 {
	background: url(../images/request/bg-01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 992px) {
	.contact-section.style-1 .section-header {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.contact-section.style-1 .section-wrapper {
		margin-bottom: -20px;
	}
}

.contact-section.style-1 .section-wrapper form {
	z-index: 9;
}

@media (min-width: 992px) {
	.contact-section.style-1 .section-wrapper form {
		margin-bottom: -15px;
	}
}

.contact-section.style-1 .section-wrapper form input {
	width: 100%;
	padding: 13px;
	border-radius: 0;
	border: none;
	margin-bottom: 20px;
	box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.contact-section.style-1 .section-wrapper form input {
		width: 47%;
	}

		.contact-section.style-1 .section-wrapper form input:nth-child(odd) {
			margin-right: 20px;
		}
}

.contact-section.style-1 .section-wrapper form button[type=submit] {
	width: 220px;
	height: 50px;
	background: #ed008c;
	border: none;
	outline: none;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.contact-section.style-1 .section-wrapper form button[type=submit]:hover {
		background: #cc6f3c;
	}

/* @@@@@@@@@@@@@  Testimonial Section Start Here  @@@@@@@@@@@@@@ */
.testimonial-section .section-wrapper .testimonial-item .testimonial-inner {
	text-align: center;
	padding: 60px 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.testimonial-section .section-wrapper .testimonial-item .testimonial-inner {
		padding: 40px 80px 80px;
	}
}

@media (min-width: 1200px) {
	.testimonial-section .section-wrapper .testimonial-item .testimonial-inner {
		padding: 100px 100px 75px;
	}
}

.testimonial-section .section-wrapper .testimonial-item .testimonial-inner::after, .testimonial-section .section-wrapper .testimonial-item .testimonial-inner::before {
	width: 130px;
	height: 100%;
	top: 0;
	background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
	.testimonial-section .section-wrapper .testimonial-item .testimonial-inner::after, .testimonial-section .section-wrapper .testimonial-item .testimonial-inner::before {
		display: none;
	}
}

.testimonial-section .section-wrapper .testimonial-item .testimonial-inner::before {
	background: url(../images/testimonial/shape/01.png);
	left: 0;
}

.testimonial-section .section-wrapper .testimonial-item .testimonial-inner::after {
	background: url(../images/testimonial/shape/02.png);
	right: 0;
}

.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-thumb {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	border: 5px solid #cc6f3c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

	.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-thumb img {
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

	.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-thumb .quate {
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		display: inline-block;
		background: #cc6f3c;
		top: 0;
		right: 0;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-content h6 span {
	font-weight: 400;
	font-size: 16px;
}

.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-content .ratting {
	color: #e9ba17;
}

	.testimonial-section .section-wrapper .testimonial-item .testimonial-inner .testimonial-content .ratting i {
		margin: 2px;
	}

.testimonial-section .section-wrapper .testimonial-abs-thumb {
	text-align: center;
	display: none;
}

@media (min-width: 992px) {
	.testimonial-section .section-wrapper .testimonial-abs-thumb {
		padding-top: 60px;
		display: block;
	}
}

/* @@@@@@@@@@@@@  Blog Section Start Here  @@@@@@@@@@@@@@ */
.blog-section.style-1 {
	background: #fff;
}

	.blog-section.style-1 .pattan-shape {
		left: 0;
		z-index: 1;
	}

	.blog-section.style-1 .section-wrapper {
		z-index: 1;
	}

@media (min-width: 992px) {
	.blog-section.style-1 .section-wrapper {
		margin: -20px -15px 0;
	}
}

.blog-section.style-1 .section-wrapper .text-center .lab-btn {
	margin-top: 35px;
}

.blog-section.style-2 {
	background: url(../images/bg-pat.png);
}

@media (min-width: 992px) {
	.blog-section.style-2 .section-header {
		margin-bottom: 40px;
	}
}

.blog-section.style-2 .section-wrapper .post-item {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
	margin-bottom: 25px;
}

	.blog-section.style-2 .section-wrapper .post-item .post-item-inner:hover .post-thumb a img {
		transform: scale(1.06);
	}

	.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-thumb img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content {
		padding: 30px 30px 15px;
	}

		.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content h5 a:hover, .blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content h4 a:hover {
			color: #ed008c;
		}

		.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .lab-btn.style-2 {
			border-color: #ed008c;
			box-shadow: none;
		}

		.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn {
			font-weight: 700;
			color: #ed008c;
		}

			.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover {
				color: #ed008c;
			}

				.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover i {
					margin-left: 5px;
					opacity: 1;
					color: #ed008c;
				}

			.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn i {
				opacity: 0;
				margin-left: -15px;
				font-weight: 700;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}

		.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments i {
			font-size: 24px;
			color: #b2b2b2;
		}

		.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span {
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;
			border-radius: 100%;
			width: 16px;
			height: 16px;
			line-height: 16px;
			top: -8px;
			left: 50%;
			font-size: 12px;
			text-align: center;
			background: #ed008c;
			color: #fff;
			transform: translateX(-50%);
			display: inline-block;
		}

.blog-section.style-2 .section-wrapper .left {
	margin: -15px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.blog-section.style-2 .section-wrapper .left {
		margin-bottom: 0;
	}
}

.blog-section.style-2 .section-wrapper .left .post-item {
	margin-bottom: 0;
}

	.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner {
		margin: 15px;
	}

@media (min-width: 992px) {
	.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-thumb {
		height: 314px;
	}
}

.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-thumb a {
	height: 100%;
}

	.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-thumb a img {
		width: 100%;
		height: 100%;
	}

.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-content .entry-meta .date {
	margin-bottom: 15px;
}

.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-content .lab-btn {
	margin-top: 15px;
}

.blog-section.style-2 .section-wrapper .right {
	justify-content: center;
	margin: -15px;
}

	.blog-section.style-2 .section-wrapper .right .post-item {
		margin-bottom: 0;
		width: calc(100% / 1);
	}

@media (min-width: 576px) {
	.blog-section.style-2 .section-wrapper .right .post-item {
		width: calc(100% / 2);
	}
}

.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner {
	margin: 15px;
}

	.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner .post-content {
		background: #fff;
		padding: 25px 20px;
	}

		.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner .post-content h6 {
			font-size: 18px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner .post-content h6:hover a {
				color: #ed008c;
			}

.blog-section.blog-page .section-wrapper {
	margin-bottom: -30px;
}

	.blog-section.blog-page .section-wrapper .post-item-2 {
		box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
		margin-bottom: 30px;
	}

		.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner:hover {
			transform: scale(1);
		}

			.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner:hover .post-thumb a img {
				transform: scale(1.06);
			}

		.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-thumb img {
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content {
			padding: 20px 20px 10px;
		}

@media (min-width: 576px) {
	.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content {
		padding: 30px 30px 15px;
	}
}

.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content h4 a:hover, .blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content h3 a:hover {
	color: #ed008c;
}

.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn {
	font-weight: 700;
	color: #ed008c;
}

	.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn:hover {
		color: #ed008c;
	}

		.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn:hover i {
			margin-left: 5px;
			opacity: 1;
			color: #ed008c;
		}

	.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn i {
		opacity: 0;
		margin-left: -15px;
		font-weight: 700;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments i {
	font-size: 24px;
	color: #b2b2b2;
}

.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments span {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	top: -8px;
	left: 50%;
	font-size: 12px;
	text-align: center;
	background: #ed008c;
	color: #fff;
	transform: translateX(-50%);
	display: inline-block;
}

.blog-section.blog-page .section-wrapper .paginations {
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.blog-section.blog-page .section-wrapper .paginations {
		margin-top: 0;
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-thumb img {
	width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content {
	padding: 25px 25px 50px;
	background: #fff;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content {
		padding: 50px 30px;
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content h3 {
	margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .meta-post {
	margin-bottom: 15px;
}

	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .meta-post ul li a i {
		padding-right: 5px;
	}

	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .meta-post ul li a.admin {
		padding-right: 20px;
	}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content p, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content img, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content iframe {
	margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content iframe {
	width: 100%;
	height: 370px;
	border: none;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote {
	color: #fff;
	margin: 0 0 20px;
	padding: 25px;
	background: #ed008c;
}

	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote::before {
		width: 40px;
		height: 40px;
		color: #fff;
		content: "";
		font-size: 30px;
		font-family: IcoFont !important;
	}

@media (max-width: 767px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote::before {
		display: none;
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote p {
		padding-left: 60px;
		font-size: 18px;
		line-height: 30px;
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote cite {
	display: block;
	text-align: right;
}

	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote cite a {
		color: #fff;
	}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content img {
	width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section {
	justify-content: space-between;
	align-items: center;
	margin: 40px -30px -25px;
	padding: 23px 30px 0;
	border-top: 1px solid #f6f9fb;
}

	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags {
		margin: 0;
		width: calc(100% / 1);
	}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags {
		width: calc(100% / 2);
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li {
	margin: 5px;
	padding: 0;
}

@media (min-width: 992px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li:first-child {
		margin-left: 0;
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li a {
	padding: 5px 14px;
	border: 1px solid #f6f9fb;
	color: #ed008c;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li a:hover, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li a .active {
		background: #ed008c;
		color: #fff;
		border-color: #ed008c;
	}

.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .scocial-media {
	margin-bottom: 0;
	text-align: center;
	width: calc(100% / 1);
	margin-top: 20px;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .scocial-media {
		text-align: right;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .scocial-media {
		width: calc(100% / 2);
	}
}

.blog-section.blog-single .section-wrapper .title-border {
	font-size: 22px;
	color: #000f3a;
	margin: 0 0 28px 0;
	padding: 20px 30px;
	border-bottom: 1px solid #f6f9fb;
}

@media (min-width: 992px) {
	.blog-section.blog-single .section-wrapper .title-border {
		padding: 20px 30px;
	}
}

.blog-section.blog-single .section-wrapper .navigations-part {
	justify-content: space-between;
	padding: 25px;
	margin: 30px 0;
}

	.blog-section.blog-single .section-wrapper .navigations-part .left {
		margin: 0;
		text-align: left;
	}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .navigations-part .left {
		width: calc(100% / 2);
	}
}

.blog-section.blog-single .section-wrapper .navigations-part .right {
	text-align: right;
	margin: 0;
	justify-content: flex-end;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .navigations-part .right {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .navigations-part .right {
		width: calc(100% / 2);
	}
}

.blog-section.blog-single .section-wrapper .navigations-part .left .title, .blog-section.blog-single .section-wrapper .navigations-part .right .title {
	color: #555555;
}

	.blog-section.blog-single .section-wrapper .navigations-part .left .title:hover, .blog-section.blog-single .section-wrapper .navigations-part .left .title .active, .blog-section.blog-single .section-wrapper .navigations-part .right .title:hover, .blog-section.blog-single .section-wrapper .navigations-part .right .title .active {
		color: #ed008c;
	}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .navigations-part .left .title, .blog-section.blog-single .section-wrapper .navigations-part .right .title {
		max-width: 90%;
	}
}

.blog-section.blog-single .section-wrapper .navigations-part .left .next, .blog-section.blog-single .section-wrapper .navigations-part .left .prev, .blog-section.blog-single .section-wrapper .navigations-part .right .next, .blog-section.blog-single .section-wrapper .navigations-part .right .prev {
	color: #ed008c;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

	.blog-section.blog-single .section-wrapper .navigations-part .left .next:hover, .blog-section.blog-single .section-wrapper .navigations-part .left .next .active, .blog-section.blog-single .section-wrapper .navigations-part .left .prev:hover, .blog-section.blog-single .section-wrapper .navigations-part .left .prev .active, .blog-section.blog-single .section-wrapper .navigations-part .right .next:hover, .blog-section.blog-single .section-wrapper .navigations-part .right .next .active, .blog-section.blog-single .section-wrapper .navigations-part .right .prev:hover, .blog-section.blog-single .section-wrapper .navigations-part .right .prev .active {
		color: #ed008c;
	}

.blog-section.blog-single .section-wrapper .authors {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
	justify-content: space-between;
	align-items: center;
	padding: 25px;
	margin: 30px 0;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .authors {
		justify-content: center;
	}
}

.blog-section.blog-single .section-wrapper .authors .author-thumb {
	width: 160px;
	text-align: center;
}

	.blog-section.blog-single .section-wrapper .authors .author-thumb a {
		width: 140px;
		height: 140px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

		.blog-section.blog-single .section-wrapper .authors .author-thumb a img {
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;
			border-radius: 100%;
		}

.blog-section.blog-single .section-wrapper .authors .author-content {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .authors .author-content {
		width: calc(100% - 170px);
		margin-top: 0;
		text-align: left;
	}
}

.blog-section.blog-single .section-wrapper .authors .author-content h6 {
	margin-bottom: 5px;
}

.blog-section.blog-single .section-wrapper .authors .author-content p {
	margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media {
	margin-bottom: 0;
}

	.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a {
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background: transparent;
	}

		.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a i {
			color: inherit;
		}

		.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.facebook {
			color: #3b5998;
		}

		.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.twitter {
			color: #55acee;
		}

		.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.linkedin {
			color: #007bb5;
		}

		.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.vimeo {
			color: #3b5998;
		}

.blog-section.blog-single .section-wrapper .comments {
	margin-top: 30px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.blog-section.blog-single .section-wrapper .comments .comment-list {
		margin: 0;
		padding: 20px;
	}

@media (min-width: 992px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list {
		padding: 20px 30px;
	}
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list {
		margin: 0;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment {
	justify-content: space-between;
}

	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
		height: 50px;
		width: 50px;
		border-radius: 100%;
		margin-bottom: 15px;
	}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
		height: 80px;
		width: 80px;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
	width: calc(100% - 100px);
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
		width: 100%;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child {
	border-bottom: none;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 {
	margin: 0;
	font-size: 18px;
}

	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
		color: #ed008c;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
			color: #ed008c;
		}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
	font-size: 16px;
	color: #555555;
	display: inline-block;
	margin-bottom: 5px;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
		margin-bottom: 10px;
		display: inline-block;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
	color: #ed008c;
	font-weight: 600;
	font-size: 14px;
}

	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
		color: #ed008c;
	}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
	margin-bottom: 0;
	line-height: 24px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
	padding-right: 0;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
		padding-left: 30px;
	}
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
		padding: 0px;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0px;
}

	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
		border: none;
		padding-bottom: 0px;
	}

.blog-section.blog-single .section-wrapper .comment-respond {
	margin: 30px 0;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
		padding: 10px 20px 40px;
	}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
		padding: 10px 30px 40px;
	}
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
	justify-content: space-between;
}

	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text] {
		color: #555555;
		padding: 10px 15px;
		width: 100%;
	}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text] {
		width: calc(100% / 2 - 15px);
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text]:nth-child(3) {
		width: 100% !important;
	}
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input, .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
	outline: none;
	margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
	padding: 15px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent {
	width: 100%;
	display: flex;
}

	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent input {
		margin-right: 10px;
		width: auto;
		margin-bottom: 0;
		transform: translateY(5px);
	}

	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent label {
		margin-bottom: 0;
	}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn {
	border: none;
	outline: none;
	text-transform: uppercase;
	cursor: pointer;
	background: #ed008c;
}

	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn:hover {
		background: #cc6f3c;
	}

	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn span {
		font-weight: 500;
	}

/*@@@@@@@@@@@@@@   Blog Widget start here  @@@@@@@@@@@@@@@@@*/
.widget {
	padding: 25px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.widget:last-child {
		margin-bottom: 0;
	}

	.widget .widget-header {
		padding: 25px 15px 0;
		border-bottom: 1px solid #f6f9fb;
	}

		.widget .widget-header h5 {
			text-transform: capitalize;
			margin-bottom: 15px;
		}

	.widget .widget-wrapper {
		margin: 0;
		padding: 15px 0;
	}

		.widget .widget-wrapper li {
			list-style: none;
			border-bottom: 1px solid #f6f9fb;
			padding: 25px;
		}

			.widget .widget-wrapper li:last-child {
				border-bottom: none;
			}

	.widget.widget-search {
		background: #fff;
	}

@media (max-width: 991px) {
	.widget.widget-search {
		margin-top: 30px;
	}
}

.widget.widget-search .search-wrapper input {
	background: #fafafa;
	height: 50px;
	padding-left: 10px;
	line-height: 50px;
	margin-bottom: 0;
	border: none;
	width: 100%;
	outline: none;
}

.widget.widget-search .search-wrapper button {
	padding: 0;
	top: 0;
	right: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
	outline: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	background: #fafafa;
}

.widget.widget-archive, .widget.widget-category {
	padding: 0;
}

	.widget.widget-archive .widget-wrapper li, .widget.widget-category .widget-wrapper li {
		padding: 0;
	}

		.widget.widget-archive .widget-wrapper li a, .widget.widget-category .widget-wrapper li a {
			color: #ed008c;
			padding: 15px 25px;
		}

			.widget.widget-archive .widget-wrapper li a i, .widget.widget-category .widget-wrapper li a i {
				margin-right: 5px;
			}

			.widget.widget-archive .widget-wrapper li a.active, .widget.widget-archive .widget-wrapper li a:hover, .widget.widget-category .widget-wrapper li a.active, .widget.widget-category .widget-wrapper li a:hover {
				padding-left: 30px;
				color: #ed008c;
			}

.widget.widget-post {
	padding: 0;
}

	.widget.widget-post ul.widget-wrapper {
		padding: 0;
	}

@media (min-width: 576px) {
	.widget.widget-post ul.widget-wrapper li {
		flex-direction: row-reverse;
	}
}

.widget.widget-post ul.widget-wrapper li .post-thumb {
	width: 90px;
	height: 80px;
}

	.widget.widget-post ul.widget-wrapper li .post-thumb a {
		display: inline-flex;
		height: 100%;
	}

		.widget.widget-post ul.widget-wrapper li .post-thumb a img {
			width: 100%;
		}

.widget.widget-post ul.widget-wrapper li .post-content {
	width: calc(100% - 110px);
}

	.widget.widget-post ul.widget-wrapper li .post-content a h6 {
		line-height: 24px;
		font-weight: 500;
		font-size: 16px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.widget.widget-post ul.widget-wrapper li .post-content a h6:hover {
			color: #ed008c;
		}

	.widget.widget-post ul.widget-wrapper li .post-content p {
		margin: 0;
	}

.widget.widget-instagram {
	padding: 0;
}

	.widget.widget-instagram ul.widget-wrapper {
		padding: 25px 20px;
	}

		.widget.widget-instagram ul.widget-wrapper li {
			width: calc(100% / 3);
			padding: 0;
			border: none;
		}

			.widget.widget-instagram ul.widget-wrapper li a {
				margin: 5px;
				display: block;
			}

				.widget.widget-instagram ul.widget-wrapper li a img {
					width: 100%;
				}

.widget.widget-tags {
	padding: 0;
}

	.widget.widget-tags ul.widget-wrapper {
		padding: 20px;
		justify-content: center;
	}

		.widget.widget-tags ul.widget-wrapper li {
			border: none;
			padding: 0;
		}

			.widget.widget-tags ul.widget-wrapper li a {
				padding: 3px 10px;
				color: #372f25;
				border: 1px solid #f6f9fb;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
				margin: 5px;
				font-size: 16px;
				display: inline-block;
			}

				.widget.widget-tags ul.widget-wrapper li a.active, .widget.widget-tags ul.widget-wrapper li a:hover {
					background: #ed008c;
					color: #fff;
					border-color: #fff;
				}

.widget.recipe-categori {
	padding: 0;
}

	.widget.recipe-categori .widget-wrapper {
		padding: 25px 15px;
	}

		.widget.recipe-categori .widget-wrapper .recipe-item {
			border: 1px dotted #f6f9fb;
			border-width: 1px;
			border-top: none;
			border-right: none;
			margin: 5px;
		}

.widget.shop-widget {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
	margin-top: 35px;
	padding: 0;
}

	.widget.shop-widget .widget-wrapper .shop-menu {
		margin: 0;
	}

		.widget.shop-widget .widget-wrapper .shop-menu li {
			list-style: none;
			border-bottom: 1px solid #f6f9fb;
			padding: 12px 15px;
		}

			.widget.shop-widget .widget-wrapper .shop-menu li:last-child {
				border-bottom: none;
			}

			.widget.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children {
				margin-right: 0;
			}

			.widget.shop-widget .widget-wrapper .shop-menu li.open > a {
				color: #ed008c;
			}

			.widget.shop-widget .widget-wrapper .shop-menu li a {
				display: block;
				font-weight: 500;
				color: #ed008c;
				width: 100%;
			}

			.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
				margin: 0;
				padding-left: 15px;
				padding-top: 5px;
				display: none;
				width: 100%;
			}

				.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
					padding: 2px 0;
					border-bottom: none;
				}

					.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open > a {
						color: #ed008c;
					}

					.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
						color: #ed008c;
						font-size: 14px;
						font-weight: 400;
						text-transform: capitalize;
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						transition: all 0.3s ease;
					}

						.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active, .widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
							color: #ed008c;
						}

.widget.letest-product {
	margin-top: 35px;
	padding: 0;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.widget.letest-product .widget-wrapper ul {
		margin: 0;
	}

		.widget.letest-product .widget-wrapper ul li {
			padding: 15px;
			list-style: none;
			border-bottom: 1px solid #f6f9fb;
		}

			.widget.letest-product .widget-wrapper ul li:last-child {
				border-bottom: none;
			}

			.widget.letest-product .widget-wrapper ul li:hover .product-thumb img {
				transform: scale(1.1);
			}

			.widget.letest-product .widget-wrapper ul li:hover .product-content h6 a {
				color: #ed008c;
			}

			.widget.letest-product .widget-wrapper ul li .product-thumb {
				width: 70px;
				height: 70px;
			}

@media (min-width: 992px) and (max-width: 1199px) {
	.widget.letest-product .widget-wrapper ul li .product-thumb {
		width: 100%;
		height: 100%;
		margin-bottom: 15px;
	}
}

.widget.letest-product .widget-wrapper ul li .product-thumb img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget.letest-product .widget-wrapper ul li .product-content {
	padding-left: 15px;
	width: calc(100% - 70px);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.widget.letest-product .widget-wrapper ul li .product-content {
		width: 100%;
		margin-bottom: 15px;
	}
}

.widget.letest-product .widget-wrapper ul li .product-content h6 {
	margin: 0;
}

	.widget.letest-product .widget-wrapper ul li .product-content h6 a {
		color: #ed008c;
		font-weight: 500;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

.widget.letest-product .widget-wrapper ul li .product-content p {
	margin-bottom: 0;
}

	.widget.letest-product .widget-wrapper ul li .product-content p i {
		font-size: 12px;
		color: #e9ba17;
	}

	.widget.letest-product .widget-wrapper ul li .product-content p span {
		font-size: 14px;
	}

/*@@@@@@@@@@@@@@   department section start here  @@@@@@@@@@@@@@@@@*/
.department-section.style-1 {
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.department-section.style-1 .section-header {
		max-width: 90%;
		margin: 0 auto 40px;
	}
}

.department-section.style-1 .section-wrapper .department-top .dep-tab {
	margin: 0;
	align-items: center;
	justify-content: center;
}

	.department-section.style-1 .section-wrapper .department-top .dep-tab li {
		text-align: center;
		width: calc(100% / 2);
	}

@media (min-width: 992px) {
	.department-section.style-1 .section-wrapper .department-top .dep-tab li {
		width: calc(100% / 4);
	}
}

@media (min-width: 1200px) {
	.department-section.style-1 .section-wrapper .department-top .dep-tab li {
		width: calc(100% / 6);
	}
}

.department-section.style-1 .section-wrapper .department-top .dep-tab li a {
	padding: 20px 13px;
	display: block;
	border: 1px solid #f6f9fb;
	margin-left: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.department-section.style-1 .section-wrapper .department-top .dep-tab li a img {
		margin-bottom: 10px;
	}

	.department-section.style-1 .section-wrapper .department-top .dep-tab li a p {
		margin-bottom: 0;
	}

	.department-section.style-1 .section-wrapper .department-top .dep-tab li a.active {
		background: #fff;
		box-shadow: 0 0px 30px rgba(135, 135, 135, 0.3);
	}

.department-section.style-1 .section-wrapper .department-bottom {
	padding: 35px;
	background: #fff;
	margin-bottom: -15px;
	box-shadow: 0 10px 10px rgba(135, 135, 135, 0.1);
}

	.department-section.style-1 .section-wrapper .department-bottom .tab-content .tab-pane.active {
		opacity: 1;
		display: block;
	}

	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		margin-bottom: 40px;
	}

@media (min-width: 992px) {
	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb {
		margin-bottom: 0;
	}
}

.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb img {
	z-index: 1;
}

.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area {
	width: 370px;
	height: 370px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area {
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 575px) {
	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area {
		display: none;
	}
}

.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area .round-area {
	width: 100%;
	height: 100%;
	margin-left: -30px;
}

.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area .round {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area .round.round-1 {
		width: 124px;
		height: 124px;
		top: 0;
		right: 0;
		background: #fb9c99;
	}

	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area .round.round-2 {
		width: 70px;
		height: 70px;
		top: -15px;
		left: 0;
		background: #00b9ff;
	}

	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .shape-area .round.round-3 {
		width: 100px;
		height: 100px;
		bottom: -25px;
		left: 0;
		background: #ff7bd1;
	}

.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .thumb-btn {
	z-index: 1;
	width: 120px;
	height: 120px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	bottom: 10px;
	right: 0;
	padding: 10px;
	background: #98cc07;
	align-items: center;
	border: 10px solid rgba(255, 255, 254, 0.99);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

@media (min-width: 576px) {
	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-thumb .thumb-btn {
		width: 150px;
		height: 150px;
	}
}

.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-content {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-content h3 {
		margin-top: 0;
		margin-bottom: 15px;
	}

@media (min-width: 576px) {
	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-content ul {
		max-width: 450px;
	}
}

.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-content ul li {
	width: 100%;
	padding: 3px 0;
}

@media (min-width: 768px) {
	.department-section.style-1 .section-wrapper .department-bottom .tab-content .post-content ul li {
		width: 50%;
	}
}

.counter-section.style-1 {
	background: #cc6f3c;
	padding: 60px 0;
}

	.counter-section.style-1 .section-wrapper .counter-item {
		width: calc(100% / 1);
	}

@media (min-width: 576px) {
	.counter-section.style-1 .section-wrapper .counter-item {
		width: calc(100% / 2);
	}
}

@media (min-width: 992px) {
	.counter-section.style-1 .section-wrapper .counter-item {
		width: calc(100% / 4);
	}
}

.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner {
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 768px) {
	.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner {
		margin: 10px;
	}
}

.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner .counter-thumb {
	margin-right: 20px;
}

.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner .counter-content .count-number {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

	.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner .counter-content .count-number::after {
		content: "";
		position: absolute;
		font-family: IcoFont !important;
		right: -25px;
		top: 50%;
		font-size: 20px;
		transform: translateY(-50%);
	}

.counter-section.style-1 .section-wrapper .counter-item .counter-item-inner .counter-content .post-content {
	color: #fff;
	margin-bottom: 0;
}

/*@@@@@@@@@@@@@@   safe-actions Section Start Here  @@@@@@@@@@@@@@@@@*/
.safe-actions .action-shape {
	right: 0;
	top: 0;
}

.safe-actions .sa-thumb-part .safe-thumb {
	text-align: center;
	margin-bottom: 60px;
}

@media (min-width: 992px) {
	.safe-actions .sa-thumb-part .safe-thumb {
		margin-bottom: 0;
	}
}

.safe-actions .sa-thumb-part .safe-thumb > img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

@media (max-width: 575px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content {
		display: none;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	border: 1px dashed #a4c74b;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .sa-icon-title {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	padding: 15px;
	line-height: 1.2;
	color: #98cc07;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .sa-icon-title {
		font-size: 20px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red {
	border: 1px dashed #f9726e;
}

	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .sa-icon-title {
		color: #f9726e;
	}

	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .saicon-content {
		right: 0;
	}

		.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .saicon-content::before {
			right: 25px;
			left: auto;
		}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content {
	width: 320px;
	padding: 20px;
	height: auto;
	line-height: 1.5;
	background: #fff;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content::before {
		width: 16px;
		height: 16px;
		background: #fff;
		left: 25px;
		top: -6px;
		transform: rotate(45deg);
	}

	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content p {
		color: #555555;
		margin-bottom: 0;
		font-size: 15px;
	}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon:hover .saicon-content {
	opacity: 1;
	visibility: visible;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-1 {
	top: -10px;
	left: 80px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-1 {
		top: 0;
		left: 130px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-2 {
	top: 40px;
	left: 5px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-2 {
		top: 85px;
		left: 45px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-3 {
	top: 135px;
	left: 0px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-3 {
		top: 185px;
		left: 25px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-4 {
	top: 235px;
	left: 5px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-4 {
		top: 300px;
		left: 55px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-5 {
	bottom: -10px;
	left: 80px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-5 {
		bottom: -5px;
		left: 130px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-6 {
	top: -10px;
	right: 80px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-6 {
		top: 0;
		right: 130px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-7 {
	top: 40px;
	right: 5px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-7 {
		top: 85px;
		right: 45px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-8 {
	top: 135px;
	right: 0px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-8 {
		top: 195px;
		right: 25px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-9 {
	top: 235px;
	right: 5px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-9 {
		top: 300px;
		right: 55px;
	}
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-10 {
	bottom: -10px;
	right: 80px;
}

@media (min-width: 576px) {
	.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-10 {
		bottom: -5px;
		right: 130px;
	}
}

.safe-actions .sa-content-part {
	margin-bottom: -6px;
}

	.safe-actions .sa-content-part .safe-list-left .sa-title h6, .safe-actions .sa-content-part .safe-list-left .sa-title i {
		color: #98cc07;
	}

	.safe-actions .sa-content-part .safe-list-left ul li i {
		color: #98cc07;
	}

	.safe-actions .sa-content-part .safe-list-right .sa-title h6, .safe-actions .sa-content-part .safe-list-right .sa-title i {
		color: #f9726e;
	}

	.safe-actions .sa-content-part .safe-list-right ul li i {
		color: #f9726e;
	}

	.safe-actions .sa-content-part .sa-title {
		margin-top: 15px;
	}

		.safe-actions .sa-content-part .sa-title h6 i {
			margin-right: 10px;
		}

	.safe-actions .sa-content-part ul li {
		padding: 5px 0;
	}

		.safe-actions .sa-content-part ul li i {
			margin-right: 5px;
		}

/* @@@@@@@@@@@@@  Clients Section Start Here  @@@@@@@@@@@@@@ */
.clints-section .section-wrapper {
	height: 330px;
	background: url(../images/client/bg.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

@media (max-width: 575px) {
	.clints-section .section-wrapper .clients .client-list {
		position: static !important;
		margin: 15px;
	}
}

@media (max-width: 575px) {
	.clints-section .section-wrapper .clients .client-list.active .client-content {
		opacity: 1;
		visibility: visible;
	}
}

.clints-section .section-wrapper .clients .client-list:hover .client-content {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}

.clints-section .section-wrapper .clients .client-list:hover .client-thumb::after, .clints-section .section-wrapper .clients .client-list:hover .client-thumb::before {
	-webkit-animation: circle-2 1.05s infinite;
	-moz-animation: circle-2 1.05s infinite;
	-ms-animation: circle-2 1.05s infinite;
	-o-animation: circle-2 1.05s infinite;
	animation: circle-2 1.05s infinite;
}

@media (min-width: 768px) {
	.clints-section .section-wrapper .clients .client-list:nth-child(1) .client-content, .clints-section .section-wrapper .clients .client-list:nth-child(2) .client-content, .clints-section .section-wrapper .clients .client-list:nth-child(8) .client-content {
		top: 50px;
		bottom: auto;
		left: 0;
		right: auto;
	}

		.clints-section .section-wrapper .clients .client-list:nth-child(1) .client-content::after, .clints-section .section-wrapper .clients .client-list:nth-child(2) .client-content::after, .clints-section .section-wrapper .clients .client-list:nth-child(8) .client-content::after {
			top: -15px;
			bottom: auto;
			left: 25px;
			right: auto;
		}
}

@media (min-width: 768px) {
	.clints-section .section-wrapper .clients .client-list:nth-child(3) .client-content, .clints-section .section-wrapper .clients .client-list:nth-child(7) .client-content {
		top: 0px;
		bottom: auto;
		right: 50px;
	}

		.clints-section .section-wrapper .clients .client-list:nth-child(3) .client-content::after, .clints-section .section-wrapper .clients .client-list:nth-child(7) .client-content::after {
			top: 0;
			bottom: auto;
			right: -12px;
			left: auto;
		}
}

@media (min-width: 768px) {
	.clints-section .section-wrapper .clients .client-list:nth-child(4) .client-content {
		left: 0;
		right: auto;
	}

		.clints-section .section-wrapper .clients .client-list:nth-child(4) .client-content::after {
			left: 25px;
			right: auto;
		}
}

.clints-section .section-wrapper .clients .client-list:nth-child(1) {
	top: 9px;
	left: 20%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(2) {
	top: 40px;
	left: 40%;
}

	.clints-section .section-wrapper .clients .client-list:nth-child(2) .client-thumb::after, .clints-section .section-wrapper .clients .client-list:nth-child(2) .client-thumb::before {
		background: #7256df;
	}

.clints-section .section-wrapper .clients .client-list:nth-child(3) {
	top: 115px;
	left: 60%;
}

	.clints-section .section-wrapper .clients .client-list:nth-child(3) .client-thumb::after, .clints-section .section-wrapper .clients .client-list:nth-child(3) .client-thumb::before {
		background: #eb59d5;
	}

.clints-section .section-wrapper .clients .client-list:nth-child(4) {
	top: 285px;
	left: 25%;
}

	.clints-section .section-wrapper .clients .client-list:nth-child(4) .client-thumb::after, .clints-section .section-wrapper .clients .client-list:nth-child(4) .client-thumb::before {
		background: #37d87b;
	}

.clints-section .section-wrapper .clients .client-list:nth-child(5) {
	top: 210px;
	left: 50%;
}

	.clints-section .section-wrapper .clients .client-list:nth-child(5) .client-thumb::after, .clints-section .section-wrapper .clients .client-list:nth-child(5) .client-thumb::before {
		background: #fe7855;
	}

.clints-section .section-wrapper .clients .client-list:nth-child(6) {
	top: 295px;
	left: 85%;
}

	.clints-section .section-wrapper .clients .client-list:nth-child(6) .client-thumb::after, .clints-section .section-wrapper .clients .client-list:nth-child(6) .client-thumb::before {
		background: #ffc313;
	}

.clints-section .section-wrapper .clients .client-list:nth-child(7) {
	top: 75px;
	left: 75%;
}

	.clints-section .section-wrapper .clients .client-list:nth-child(7) .client-thumb::after, .clints-section .section-wrapper .clients .client-list:nth-child(7) .client-thumb::before {
		background: #26aeea;
	}

.clints-section .section-wrapper .clients .client-list:nth-child(8) {
	top: 50px;
	left: 5%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(9) {
	top: 230px;
	left: 34%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(10) {
	top: 180px;
	left: 25%;
}



.clints-section .section-wrapper .clients .client-list .client-thumb {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}

	.clints-section .section-wrapper .clients .client-list .client-thumb::after, .clints-section .section-wrapper .clients .client-list .client-thumb::before {
		display: inline-block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
		background: #0ca5f1;
	}

	.clints-section .section-wrapper .clients .client-list .client-thumb::after {
		width: 55px;
		height: 55px;
		opacity: 0.09;
	}

	.clints-section .section-wrapper .clients .client-list .client-thumb::before {
		width: 45px;
		height: 45px;
		opacity: 0.2;
	}

	.clints-section .section-wrapper .clients .client-list .client-thumb img {
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		z-index: 1;
	}

.clints-section .section-wrapper .clients .client-list .client-content {
	opacity: 0;
	visibility: hidden;
	width: 200px;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(136, 136, 136, 0.2);
	bottom: 50%;
	right: 50%;
	z-index: 3;
	transform: translate(50%, 50%);
}

@media (max-width: 575px) {
	.clints-section .section-wrapper .clients .client-list .client-content {
		width: 250px;
		right: 40%;
	}
}

@media (min-width: 768px) {
	.clints-section .section-wrapper .clients .client-list .client-content {
		width: 370px;
		bottom: 50px;
		right: -30px;
		transform: translate(0%, 0%);
	}
}

.clints-section .section-wrapper .clients .client-list .client-content:after {
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 25px;
	background: #fff;
	transform: rotate(45deg) translateY(10px);
}

@media (max-width: 767px) {
	.clints-section .section-wrapper .clients .client-list .client-content:after {
		display: none;
	}
}

.clints-section .section-wrapper .clients .client-list .client-content p {
	margin-bottom: 10px;
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info {
	justify-content: space-between;
}

	.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi h6 {
		display: inline-block;
	}

	.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span {
		color: #555555;
		margin-left: 10px;
	}

		.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span::after {
			top: 50%;
			left: -6px;
			width: 5px;
			height: 1px;
			background: #555555;
			transform: translateY(-50%);
		}

	.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul {
		margin-bottom: 0 !important;
	}

		.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul li {
			color: #e9ba17;
			margin: 1px;
		}

.clints-section.bg-color {
	background-color: #fefff1;
}

/*@@@@@@@@@@@@@@   care section start here  @@@@@@@@@@@@@@@@@*/
.care-section .pattan-shape {
	right: 0;
}

@media (min-width: 992px) {
	.care-section .section-header {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.care-section .section-wrapper .care-item .care-inner {
		margin: 30px 0;
	}
}

.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top {
	margin-bottom: 15px;
}

	.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top::after {
		width: 100%;
		height: 2px;
		top: 60%;
		left: 0;
		background: #ed008c;
	}

	.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items:hover .ccth-content {
		opacity: 1;
		visibility: visible;
	}

	.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count {
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 38px;
		font-size: 14px;
		color: #ed008c;
		display: inline-block;
		border: 3px solid #ccf1ff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

		.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count:hover {
			color: #fff;
			background: #ed008c;
		}

	.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content {
		width: 270px;
		padding: 30px;
		border-radius: 6px;
		background: #fff;
		z-index: 1;
		left: 50%;
		bottom: 60px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		box-shadow: 0 0 5px rgba(137, 137, 137, 0.1);
	}

		.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content::before {
			width: 20px;
			height: 20px;
			background: #fff;
			left: 50%;
			bottom: -17px;
			transform: rotate(45deg) translateX(-50%);
			box-shadow: 0 0 5px rgba(137, 137, 137, 0.1);
		}

		.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content::after {
			width: 90%;
			height: 20px;
			left: 50%;
			bottom: 0;
			background: #fff;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}

		.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content .text-btn {
			color: #ed008c;
		}

	.care-section .section-wrapper .care-item .care-inner .care-content .care-content-top .cctb-count::after {
		width: 1px;
		height: 20px;
		top: -20px;
		left: 50%;
		background: #ed008c;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.care-section .section-wrapper .care-item .care-inner .care-content .care-content-bottom {
	padding: 10px 15px;
	background: #ed008c;
	color: #fff;
}

.care-section .section-wrapper .col-12:nth-child(2) .care-item .care-inner .care-content .care-content-bottom {
	background: #f9726e;
}

.care-section .section-wrapper .col-12:nth-child(2) .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count {
	color: #f9726e;
	border-color: #fee3e2;
}

	.care-section .section-wrapper .col-12:nth-child(2) .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count:hover {
		color: #fff;
		background: #f9726e;
	}

.care-section .section-wrapper .col-12:nth-child(2) .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content .text-btn {
	color: #f9726e;
}

.care-section .section-wrapper .col-12:nth-child(2) .care-item .care-inner .care-content .care-content-top::after, .care-section .section-wrapper .col-12:nth-child(2) .care-item .care-inner .care-content .care-content-top .cctb-count::after {
	background: #f9726e;
}

.care-section .section-wrapper .col-12:nth-child(3) .care-item .care-inner .care-content .care-content-bottom {
	background: #98cc07;
}

.care-section .section-wrapper .col-12:nth-child(3) .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count {
	color: #98cc07;
	border-color: #eaf5cd;
}

	.care-section .section-wrapper .col-12:nth-child(3) .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-count:hover {
		color: #fff;
		background: #98cc07;
	}

.care-section .section-wrapper .col-12:nth-child(3) .care-item .care-inner .care-content .care-content-top .ccth-items .ccth-content .text-btn {
	color: #98cc07;
}

.care-section .section-wrapper .col-12:nth-child(3) .care-item .care-inner .care-content .care-content-top::after, .care-section .section-wrapper .col-12:nth-child(3) .care-item .care-inner .care-content .care-content-top .cctb-count::after {
	background: #98cc07;
}

@media (max-width: 991px) {
	.pasent-care .pc-thumb {
		margin-bottom: 40px;
	}
}

.pasent-care .pc-thumb::after {
	width: 100%;
	height: 100%;
	right: -20px;
	top: -20px;
	z-index: -1;
	background: url(../images/about/pattan.png);
}

.pasent-care .pc-thumb img {
	width: 100%;
}

.pasent-care .pc-thumb .pct-content {
	bottom: 15px;
	left: 15px;
}

@media (min-width: 576px) {
	.pasent-care .pc-thumb .pct-content {
		width: 70%;
	}
}

.pasent-care .pc-thumb .pct-content .pctc-area {
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
}

	.pasent-care .pc-thumb .pct-content .pctc-area .pct-icon {
		margin-right: 15px;
	}

	.pasent-care .pc-thumb .pct-content .pctc-area .pctc-content h3 {
		color: #cc6f3c;
		margin-bottom: 0;
	}

		.pasent-care .pc-thumb .pct-content .pctc-area .pctc-content h3 span {
			font-size: 16px;
			color: #ed008c;
		}

	.pasent-care .pc-thumb .pct-content .pctc-area .pctc-content p {
		margin-bottom: 0;
	}

.pasent-care .pc-content .pc-title {
	margin-bottom: 15px;
}

.pasent-care .pc-content .pc-details p {
	margin-bottom: 20px;
}

.pasent-care .pc-content .pc-details ul li {
	padding: 10px;
	border-bottom: 1px solid #f6f9fb;
	width: 100%;
}

@media (min-width: 576px) {
	.pasent-care .pc-content .pc-details ul li {
		width: calc(100% / 2);
	}
}

.pasent-care .pc-content .pc-details ul li i {
	color: #ed008c;
	padding-right: 10px;
}

/*@@@@@@@@@@@@@@   sponsor section start here  @@@@@@@@@@@@@@@@@*/
.sponsor-section.style-1 .icon-thumb {
	height: 75px;
	margin-bottom: 30px;
	text-align: center;
}

@media (min-width: 1200px) {
	.sponsor-section.style-1 .icon-thumb {
		margin-bottom: 0;
	}
}

.sponsor-section.style-1 .icon-thumb a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 1200px) {
	.sponsor-section.style-1 .icon-thumb a {
		display: block;
	}
}

.sponsor-section.style-1 .icon-thumb a:last-child {
	transform: translateY(-75px) scale(0);
	opacity: 0;
}

.sponsor-section.style-1 .icon-thumb:hover a:last-child {
	transform: translateY(-75px) scale(1);
	opacity: 1;
	-webkit-filter: grayscale(70%);
}

.sponsor-section.style-1 .icon-thumb:hover a:first-child {
	transform: translateY(-75px) scale(0);
	opacity: 0;
}

/*@@@@@@@@@@@@@@   schedule Section Start Here  @@@@@@@@@@@@@@@@@*/
.schedule-section {
	background: #fff;
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper {
		margin-bottom: 90px;
	}
}

.schedule-section .section-wrapper .schedule-timeline {
	justify-content: space-between;
}

	.schedule-section .section-wrapper .schedule-timeline::after {
		width: 1px;
		height: 100%;
		top: 0;
		left: 50%;
		background: #f6f9fb;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

@media (max-width: 991px) {
	.schedule-section .section-wrapper .schedule-timeline::after {
		display: none;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item {
	width: calc(100% / 1);
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item {
		width: calc(100% / 2);
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(2) .schedule-inner .schedule-year, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(8) .schedule-inner .schedule-year {
	background: #cc6f3c;
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(2) .schedule-inner::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(8) .schedule-inner::after {
		background-image: linear-gradient(to left, #e6fff0, #e6fffe, #efffff, #fafeff, #ffffff);
	}

	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(2) .schedule-inner::before, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(8) .schedule-inner::before {
		background: #cc6f3c;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(3) .schedule-inner .schedule-year, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(9) .schedule-inner .schedule-year {
	background: #05c6a9;
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(3) .schedule-inner::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(9) .schedule-inner::after {
		background-image: linear-gradient(to right, #fff1fc, #fdf5fe, #fdf9ff, #fdfcff, #ffffff);
	}

	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(3) .schedule-inner::before, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(9) .schedule-inner::before {
		background: #05c6a9;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(4) .schedule-inner .schedule-year, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(10) .schedule-inner .schedule-year {
	background: #df5ac3;
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(4) .schedule-inner::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(10) .schedule-inner::after {
		background-image: linear-gradient(to left, #ebffcf, #d4fff1, #ddffff, #f4ffff, #ffffff);
	}

	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(4) .schedule-inner::before, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(10) .schedule-inner::before {
		background: #df5ac3;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(5) .schedule-inner .schedule-year, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(11) .schedule-inner .schedule-year {
	background: #8bc937;
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(5) .schedule-inner::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(11) .schedule-inner::after {
		background-image: linear-gradient(to left, #e4f3ff, #edf5ff, #f5f8ff, #fbfbff, #ffffff);
	}

	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(5) .schedule-inner::before, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(11) .schedule-inner::before {
		background: #8bc937;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(6) .schedule-inner .schedule-year, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(12) .schedule-inner .schedule-year {
	background: #5daae7;
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(6) .schedule-inner::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(12) .schedule-inner::after {
		background-image: linear-gradient(to left, #e6fff0, #e6fffe, #efffff, #fafeff, #ffffff);
	}

	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(6) .schedule-inner::before, .schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(12) .schedule-inner::before {
		background: #5daae7;
	}
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(odd) .schedule-inner {
		margin-right: 60px;
	}

		.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(odd) .schedule-inner::after {
			right: -60px;
			left: auto;
			background-image: linear-gradient(to left, #e6fff0, #e6fffe, #efffff, #fafeff, #ffffff);
		}
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(even) .schedule-inner {
		margin-left: 60px;
		-webkit-transform: translateY(90px);
		-ms-transform: translateY(90px);
		transform: translateY(90px);
	}

		.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(even) .schedule-inner::before {
			right: auto;
			left: -75px;
		}

		.schedule-section .section-wrapper .schedule-timeline .schedule-item:nth-child(even) .schedule-inner::after {
			background-image: linear-gradient(to right, #ffece8, #fff0f2, #fef5f9, #fdfafd, #ffffff);
		}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner {
	margin: 15px 0;
	padding: 30px;
	z-index: 1;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner {
		justify-content: space-between;
		margin: 30px 0;
	}
}

@media (max-width: 991px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::after, .schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::before {
		display: none;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::after {
	width: 60px;
	height: 28px;
	background: red;
	right: auto;
	top: 50px;
	left: -60px;
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner::before {
	width: 28px;
	height: 28px;
	background: #ed008c;
	right: -75px;
	top: 50px;
	border: 6px solid #fff;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-year {
	width: 160px;
	height: 160px;
	line-height: 160px;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	background: #ed008c;
}

@media (max-width: 575px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-year {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-year {
		margin: 0 auto;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-content {
	width: 100%;
	text-align: center;
}

@media (min-width: 576px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-content {
		width: calc(100% - 180px);
		text-align: left;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-content {
		padding-left: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-content {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
}

.schedule-section .section-wrapper .schedule-timeline .schedule-item .schedule-inner .schedule-content p {
	margin-bottom: 0;
}

/*@@@@@@@@@@@@@@   Portfolio Section Start Here  @@@@@@@@@@@@@@@@@*/
.portfolio-section .section-wrapper {
	margin-bottom: -15px;
}

.portfolio-section .lab-btn {
	margin-top: 30px;
}

.portfolio-section .port-filter {
	margin: 0;
	margin: -5px 0 40px;
	justify-content: center;
}

@media (min-width: 992px) {
	.portfolio-section .port-filter {
		margin-bottom: 45px;
	}
}

.portfolio-section .port-filter li {
	padding: 10px 20px;
	margin: 5px;
	background: #fff;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	.portfolio-section .port-filter li.active {
		color: #fff;
		background: #cc6f3c;
	}

.portfolio-section .post-thumb img, .portfolio-section .lab-thumb img {
	width: 100%;
}

.portfolio-section .grid {
	margin: -15px;
}

	.portfolio-section .grid .port-item {
		width: 100%;
	}

@media (min-width: 576px) {
	.portfolio-section .grid .port-item {
		width: calc(100% / 2);
	}
}

@media (min-width: 1200px) {
	.portfolio-section .grid .port-item {
		width: calc(100% / 3);
	}
}

.portfolio-section .grid .port-item .lab-inner {
	margin: 15px;
}

.portfolio-section.portfolio-single .section-wrapper {
	margin-bottom: 0px;
}

	.portfolio-section.portfolio-single .section-wrapper .port-top .pr-thumb .post-thumb {
		margin-top: 30px;
	}

@media (min-width: 992px) {
	.portfolio-section.portfolio-single .section-wrapper .port-top .pr-thumb .post-thumb:first-child {
		margin-top: 0px;
	}
}

@media (max-width: 991px) {
	.portfolio-section.portfolio-single .section-wrapper .port-top .pr-thumb .post-thumb img {
		width: 100%;
	}
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom {
	padding-top: 60px;
}

	.portfolio-section.portfolio-single .section-wrapper .port-bottom .col-12 .port-item2:first-child .port-inner .port-body {
		padding: 15px 30px;
	}

		.portfolio-section.portfolio-single .section-wrapper .port-bottom .col-12 .port-item2:first-child .port-inner .port-body h6 {
			font-size: 16px;
		}

@media (min-width: 992px) {
	.portfolio-section.portfolio-single .section-wrapper .port-bottom .col-12 .port-item2:last-child .port-inner {
		margin-bottom: 0;
	}
}

@media (max-width: 1199px) {
	.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side {
		margin-top: 40px;
	}
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner {
	box-shadow: none;
	margin-bottom: 0;
}

	.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner .port-header {
		padding-left: 0;
	}

	.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner .port-body {
		padding-left: 0;
	}

		.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner .port-body .lab-btn {
			margin-top: 20px;
			text-transform: uppercase;
		}

/*@@@@@@@@@@@@@@   Contact Us Page Start Here  @@@@@@@@@@@@@@@@@*/
.contact-us .contact-wrap {
	padding: 30px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.contact-us .contact-wrap .contact-title h4 {
		font-weight: 600;
	}

.contact-us .contact-area {
	margin: 0 0 30px;
}

@media (min-width: 768px) {
	.contact-us .contact-area {
		margin: 0;
	}
}

.contact-us .contact-area .contact-item {
	align-items: flex-start;
	border-bottom: 1px solid #f6f9fb;
	margin-bottom: 20px;
	justify-content: space-between;
}

	.contact-us .contact-area .contact-item:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	.contact-us .contact-area .contact-item .contact-icon {
		width: 30px;
		text-align: center;
	}

	.contact-us .contact-area .contact-item .content {
		width: calc(100% - 45px);
	}

		.contact-us .contact-area .contact-item .content h6 {
			margin-bottom: 0;
			font-weight: 500;
		}

.contact-us .contact-form {
	justify-content: space-between;
}

	.contact-us .contact-form input.contact-input {
		padding: 15px;
		border: 1px solid #f6f9fb;
		margin-bottom: 20px;
		outline: none;
		box-shadow: none;
	}

@media (min-width: 992px) {
	.contact-us .contact-form input.contact-input {
		width: calc(100% / 2 - 15px);
	}
}

.contact-us .contact-form textarea.contact-input {
	padding: 15px;
	border: 1px solid #f6f9fb;
	margin-bottom: 20px;
	outline: none;
	box-shadow: none;
}

.contact-us .contact-form .lab-btn {
	width: 180px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 0;
	outline: none;
	border: none;
	box-shadow: none;
}

	.contact-us .contact-form .lab-btn:hover {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}

/*@@@@@@@@@@@@@@   timeline Section Start Here  @@@@@@@@@@@@@@@@@*/
.timeline .class-schedule-top {
	padding: 22px 0;
	margin-bottom: 60px;
	background: #ed008c;
}

	.timeline .class-schedule-top .schedule-course {
		color: #e4e4e4;
		font-size: 20px;
		font-weight: 400;
		line-height: 26px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

@media (max-width: 767px) {
	.timeline .class-schedule-top .schedule-course {
		padding: 10px 0;
	}
}

.timeline .class-schedule-top .schedule-course a {
	color: #7a9bf2;
	position: relative;
}

	.timeline .class-schedule-top .schedule-course a:hover {
		color: #fff;
	}

	.timeline .class-schedule-top .schedule-course a::after {
		position: absolute;
		transform: translateY(-50%);
		font-weight: 400;
		font-family: IcoFont !important;
	}

.timeline .class-schedule-top .schedule-course.pull-left {
	text-align: center;
}

@media (min-width: 768px) {
	.timeline .class-schedule-top .schedule-course.pull-left {
		text-align: left;
		padding-left: 50px;
	}
}

.timeline .class-schedule-top .schedule-course.pull-left a::after {
	content: "";
	top: 50%;
	left: -20px;
}

.timeline .class-schedule-top .schedule-course.pull-right {
	text-align: center;
}

@media (min-width: 768px) {
	.timeline .class-schedule-top .schedule-course.pull-right {
		text-align: right;
		padding-right: 50px;
	}
}

.timeline .class-schedule-top .schedule-course.pull-right a::after {
	content: "";
	top: 50%;
	right: -20px;
}

.timeline .class-schedule-top .schedule-course.active {
	color: #fff;
}

@media (max-width: 1199px) {
	.timeline .class-schedule-main {
		overflow: hidden;
		width: 100%;
		overflow-x: scroll;
	}
}

.timeline .class-schedule-main .class-schedule-all {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.timeline .class-schedule-main .class-schedule-all {
		width: 1170px;
	}
}

.timeline .class-schedule-main .class-schedule-all .each-day {
	width: calc(100% / 8);
}

	.timeline .class-schedule-main .class-schedule-all .each-day:first-child li {
		border-left: 1px solid #f6f9fb;
		background: #fff;
	}

	.timeline .class-schedule-main .class-schedule-all .each-day:first-child h5 {
		border-left: 1px solid #f6f9fb;
	}

	.timeline .class-schedule-main .class-schedule-all .each-day h5 {
		font-size: 16px;
		font-weight: 400;
		padding: 17px 12px;
		padding-top: 17px !important;
		background: #fff;
		text-align: center;
		border: 1px solid #f6f9fb;
		border-left: none;
		margin-bottom: 0;
	}

	.timeline .class-schedule-main .class-schedule-all .each-day ul {
		margin: 0;
		padding: 0;
	}

		.timeline .class-schedule-main .class-schedule-all .each-day ul li {
			height: 100px;
			line-height: 100px;
			text-align: center;
			position: relative;
			border-bottom: 1px solid #f6f9fb;
			border-right: 1px solid #f6f9fb;
		}

			.timeline .class-schedule-main .class-schedule-all .each-day ul li.cool-exercise .schedule-time {
				display: inline-block;
			}

			.timeline .class-schedule-main .class-schedule-all .each-day ul li.cool-exercise .course-name {
				color: #ed008c;
				font-size: 16px;
				font-weight: 700;
			}

			.timeline .class-schedule-main .class-schedule-all .each-day ul li.cool-exercise .course-time {
				color: #767676;
				text-align: center;
				position: absolute;
				bottom: -80px;
				left: 0;
				width: 100%;
				height: 100%;
				line-height: 1.5;
				z-index: 1;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}

				.timeline .class-schedule-main .class-schedule-all .each-day ul li.cool-exercise .course-time h6 {
					font-weight: 400;
					color: #555555;
					margin-bottom: 15px;
					position: relative;
					font-size: 14px;
				}

					.timeline .class-schedule-main .class-schedule-all .each-day ul li.cool-exercise .course-time h6::before {
						position: absolute;
						content: "";
						width: 40px;
						height: 2px;
						background: #ed008c;
						left: 50%;
						bottom: -10px;
						transform: translateX(-50%);
					}

					.timeline .class-schedule-main .class-schedule-all .each-day ul li.cool-exercise .course-time h6 a {
						font-weight: normal;
						display: block;
					}

				.timeline .class-schedule-main .class-schedule-all .each-day ul li.cool-exercise .course-time p {
					margin-bottom: 0;
				}

/*@@@@@@@@@@@@@@   timeline @mwdia Query  @@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.nav-widget .nav-search {
		display: none;
	}
}
/*@@@@@@@@@@@@@@   Shop Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-page .section-header h4 span {
	font-weight: 400;
	color: #ed008c;
}

.shop-page .sidebar-widget .widget-search {
	border: none;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.shop-page .sidebar-widget .widget-search form input {
		background: #fff;
		border: 1px solid #f6f9fb;
	}

.shop-page .shop-title {
	padding: 16px 20px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.shop-page .shop-title p {
		margin-bottom: 0;
		color: #ed008c;
	}

	.shop-page .shop-title .product-view-mode a {
		color: #ed008c;
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.shop-page .shop-title .product-view-mode a.active {
			color: #ed008c;
		}

		.shop-page .shop-title .product-view-mode a:last-child {
			margin-left: 5px;
		}

.shop-page .shop-product-wrap {
	height: auto !important;
}

	.shop-page .shop-product-wrap.grid .product-list-item {
		display: none;
	}

	.shop-page .shop-product-wrap.list .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.shop-page .shop-product-wrap.list .product-item {
		display: none;
	}

	.shop-page .shop-product-wrap .product-item, .shop-page .shop-product-wrap .product-list-item {
		padding: 10px;
		margin-bottom: 30px;
		align-items: center;
		background: #fff;
		-webkit-animation-name: zoomIn;
		animation-name: zoomIn;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.shop-page .shop-product-wrap .product-item:hover .product-thumb .pro-thumb::after, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .pro-thumb::after {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}

		.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
			opacity: 1;
			z-index: 9;
			bottom: 50%;
			transform: translate(-50%, 50%);
		}

		.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after, .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.7);
			-webkit-transform: scale(0);
			-ms-transform: scale(0);
			transform: scale(0);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img, .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img {
			width: 100%;
			transform-origin: left;
		}

		.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
			justify-content: center;
			opacity: 0;
			bottom: -100%;
			left: 50%;
			width: 100%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
				width: 40px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				border-radius: 100%;
				color: #fff;
				margin: 5px;
				background: #ed008c;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}

				.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
					cursor: pointer;
				}

		.shop-page .shop-product-wrap .product-item .product-content, .shop-page .shop-product-wrap .product-list-item .product-content {
			padding-top: 20px;
			text-align: center;
		}

			.shop-page .shop-product-wrap .product-item .product-content h5, .shop-page .shop-product-wrap .product-list-item .product-content h5 {
				margin: 0;
				margin-bottom: 5px;
			}

				.shop-page .shop-product-wrap .product-item .product-content h5 a, .shop-page .shop-product-wrap .product-list-item .product-content h5 a {
					color: #ed008c;
					text-decoration: none;
					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					transition: all 0.3s ease;
				}

					.shop-page .shop-product-wrap .product-item .product-content h5 a:hover, .shop-page .shop-product-wrap .product-list-item .product-content h5 a:hover {
						color: #ed008c;
					}

			.shop-page .shop-product-wrap .product-item .product-content p, .shop-page .shop-product-wrap .product-list-item .product-content p {
				color: #555555;
				margin-bottom: 5px;
			}

				.shop-page .shop-product-wrap .product-item .product-content p i, .shop-page .shop-product-wrap .product-list-item .product-content p i {
					color: #ecb341;
				}

		.shop-page .shop-product-wrap .product-list-item .product-thumb {
			width: 100%;
		}

@media (min-width: 768px) {
	.shop-page .shop-product-wrap .product-list-item .product-thumb {
		width: 35%;
	}
}

.shop-page .shop-product-wrap .product-list-item .product-thumb img {
	width: 100%;
}

.shop-page .shop-product-wrap .product-list-item .product-content {
	width: 100%;
	text-align: left;
	padding-left: 20px;
}

@media (min-width: 768px) {
	.shop-page .shop-product-wrap .product-list-item .product-content {
		width: 65%;
	}
}

.shop-page .modal.show {
	display: block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
	pointer-events: visible;
	z-index: 99999999;
	-webkit-animation: slideInDown 0.4s forwards;
	animation: slideInDown 0.4s forwards;
	overflow-y: scroll;
	background: #000;
}

.shop-page .modal .modal-dialog .modal-content button.close {
	width: 40px;
	height: 40px;
	top: 0;
	right: 2px;
	background: transparent;
	z-index: 9;
	color: #ed008c;
	text-shadow: none;
	opacity: 1;
	outline: none;
}

	.shop-page .modal .modal-dialog .modal-content button.close:hover {
		color: #ed008c;
	}

.shop-page .modal .modal-dialog .modal-content .modal-body {
	background: #f6faf9;
	border-radius: 8px;
}

	.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb .pro-thumb img {
		width: 100%;
	}

	.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
		margin-top: 30px;
	}

@media (min-width: 576px) {
	.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
		margin-top: 0;
	}
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
	color: #e9ba17;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
	margin-top: 30px;
	align-items: center;
}

	.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
		margin: 0;
	}

	.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .lab-btn {
		border-radius: 2px;
		padding: 9px 24px;
		margin-left: 20px;
		margin-top: 0;
	}

.shop-page .paginations ul li {
	padding: 0 5px;
}

/*@@@@@@@@@@@@@@   Shop Single Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-single .sidebar-widget .widget-search {
	border: none;
}

	.shop-single .sidebar-widget .widget-search form input {
		background: #fff;
		border: 1px solid #f6f9fb;
	}

.shop-single .product-details {
	padding: 20px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.shop-single .product-details .product-thumb .pro-single-top {
		margin-bottom: 20px;
	}

		.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
			width: 100%;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}

	.shop-single .product-details .product-thumb .pro-single-thumbs {
		max-width: 80%;
		margin: auto;
	}

		.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
			width: 100%;
			cursor: pointer;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}

	.shop-single .product-details .product-thumb .pro-single-prev, .shop-single .product-details .product-thumb .pro-single-next {
		cursor: pointer;
		width: 24px;
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		text-align: center;
		background: #F6F6F9;
		color: #ed008c;
		bottom: 15px;
		outline: none;
	}

	.shop-single .product-details .product-thumb .pro-single-prev {
		right: 0;
	}

	.shop-single .product-details .product-thumb .pro-single-next {
		left: 0;
	}

	.shop-single .product-details .post-content {
		padding-top: 30px;
	}

@media (min-width: 768px) {
	.shop-single .product-details .post-content {
		padding-top: 0;
	}
}

.shop-single .product-details .post-content h4 {
	margin-bottom: 10px;
}

.shop-single .product-details .post-content h6 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.shop-single .product-details .post-content p {
	margin-bottom: 10px;
}

	.shop-single .product-details .post-content p.rating {
		justify-content: flex-start;
		align-items: center;
	}

		.shop-single .product-details .post-content p.rating i {
			color: #e9ba17;
		}

.shop-single .product-details .post-content form {
	justify-content: space-between;
	align-items: center;
}

	.shop-single .product-details .post-content form .select-product {
		width: 100%;
		background: #fff;
		margin-bottom: 20px;
	}

@media (min-width: 576px) {
	.shop-single .product-details .post-content form .select-product {
		width: 48%;
	}
}

.shop-single .product-details .post-content form .select-product select {
	width: 100%;
	height: 40px;
	border: 1px solid #f6f9fb;
	color: #555555;
	outline: none;
	-webkit-appearance: none;
	z-index: 1;
	background: transparent;
	padding-left: 20px;
	font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f6f9fb;
	text-align: center;
	z-index: 0;
	background: #f6faff;
}

.shop-single .product-details .post-content form .cart-plus-minus {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.shop-single .product-details .post-content form .cart-plus-minus {
		margin: 0;
	}
}

.shop-single .product-details .post-content form .discount-code {
	width: 100%;
}

@media (min-width: 576px) {
	.shop-single .product-details .post-content form .discount-code {
		width: 60%;
	}
}

.shop-single .product-details .post-content form .discount-code input {
	margin-bottom: 0;
	border-color: #f6f9fb;
}

.shop-single .product-details .post-content form .lab-btn {
	margin-top: 20px;
	box-shadow: none;
	outline: none;
	border: none;
	cursor: pointer;
	width: 100%;
	background: #ed008c;
}

.shop-single .review {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.shop-single .review .review-nav {
		margin: 0;
	}

		.shop-single .review .review-nav li {
			list-style: none;
			padding: 13px 33px;
			background: #06264d;
			font-size: 16px;
			font-weight: 700;
			color: #fff;
			margin-right: 10px;
			cursor: pointer;
		}

			.shop-single .review .review-nav li.active {
				background: #ed008c;
			}

			.shop-single .review .review-nav li:last-child {
				margin-right: 0;
			}

	.shop-single .review .review-content.review-content-show .review-showing {
		display: block;
	}

	.shop-single .review .review-content.description-show .description {
		display: block;
	}

	.shop-single .review .review-content .review-showing {
		display: none;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
	}

		.shop-single .review .review-content .review-showing .content {
			margin: 0;
		}

			.shop-single .review .review-content .review-showing .content li {
				padding: 25px 30px;
				list-style: none;
				border-bottom: 1px solid #f6f9fb;
			}

@media (min-width: 768px) {
	.shop-single .review .review-content .review-showing .content li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
}

.shop-single .review .review-content .review-showing .content li:last-child {
	border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 768px) {
	.shop-single .review .review-content .review-showing .content li .post-thumb {
		margin-bottom: 0;
	}
}

.shop-single .review .review-content .review-showing .content li .post-content {
	width: 100%;
}

@media (min-width: 768px) {
	.shop-single .review .review-content .review-showing .content li .post-content {
		width: calc(100% - 70px);
		padding-left: 20px;
	}
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

	.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
		width: calc(100% - 110px);
	}

		.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
			padding-right: 20px;
			font-size: 18px;
			color: #ed008c;
			font-weight: 500;
			text-decoration: none;
			box-shadow: none;
			line-height: 28px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a:hover {
				color: #ed008c;
			}

		.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
			margin-bottom: 0;
			line-height: 30px;
		}

	.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
		width: 110px;
	}

		.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
			color: #ecb341;
		}

.shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
	margin-bottom: 0;
}

.shop-single .review .review-content .review-showing .client-review {
	padding: 30px;
	border-top: 1px solid #f6f9fb;
}

	.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
		margin-bottom: 40px;
	}

		.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
			position: relative;
		}

			.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
				width: 50px;
				height: 4px;
				background: #ed008c;
				bottom: -20px;
				border-radius: 2px;
			}

			.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
				border-bottom: 4px dotted #ed008c;
				width: 20px;
				bottom: -20px;
				left: 55px;
			}

	.shop-single .review .review-content .review-showing .client-review .review-form form input {
		border: 1px solid #f6f9fb;
		width: 100%;
		margin-bottom: 30px;
		padding: 10px;
	}

	.shop-single .review .review-content .review-showing .client-review .review-form form .rating {
		align-items: center;
	}

@media (max-width: 767px) {
	.shop-single .review .review-content .review-showing .client-review .review-form form .rating {
		margin-bottom: 20px;
	}
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
	padding-right: 5px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul {
	margin: 0;
}

	.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
		list-style: none;
	}

		.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
			color: #e9ba17;
		}

.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
	border: 1px solid #f6f9fb;
	width: 100%;
	padding: 10px;
	outline: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
	margin-top: 15px;
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	box-shadow: none;
	cursor: pointer;
	outline: none;
	border: none;
	background: #ed008c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shop-single .review .review-content .description {
	padding: 30px;
	display: none;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

	.shop-single .review .review-content .description .post-item {
		align-items: center;
		flex-direction: row-reverse;
	}

		.shop-single .review .review-content .description .post-item .post-thumb {
			width: 100%;
			text-align: center;
		}

@media (min-width: 768px) {
	.shop-single .review .review-content .description .post-item .post-thumb {
		width: calc(100% / 2);
	}
}

.shop-single .review .review-content .description .post-item .post-content {
	padding: 30px 0;
	width: 100%;
}

@media (min-width: 768px) {
	.shop-single .review .review-content .description .post-item .post-content {
		width: calc(100% / 2);
	}
}

.shop-single .review .review-content .description .post-item .post-content ul {
	margin: 0;
}

	.shop-single .review .review-content .description .post-item .post-content ul li {
		padding: 8px 0;
		padding-left: 30px;
	}

		.shop-single .review .review-content .description .post-item .post-content ul li::before {
			content: "";
			top: 8px;
			left: 0;
			color: #e9ba17;
			font-family: IcoFont !important;
		}

/*@@@@@@@@@@@@@@   Shop Cart Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-cart .section-wrapper .cart-top {
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.shop-cart .section-wrapper .cart-top table {
		font-weight: 700;
		width: 100%;
	}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-top table .cat-product .p-content {
		display: none;
	}
}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
		width: 96px;
	}

		.shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .cart-plus-minus-box {
			width: 96px;
		}

		.shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .qtybutton {
			width: 30px;
		}
}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-top table .cat-price {
		display: none;
	}
}

.shop-cart .section-wrapper .cart-top table thead tr {
	background: #ed008c;
}

	.shop-cart .section-wrapper .cart-top table thead tr th {
		color: #fff;
		padding: 18px;
		border: none;
	}

@media (max-width: 575px) {
	.shop-cart .section-wrapper .cart-top table thead tr th {
		font-size: 14px;
		padding: 10px;
	}
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
	text-align: center;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
	text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
	border-bottom: 1px solid #f6f9fb;
	border-right: none;
	border-left: none;
	border-top: none;
}

	.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
		border-bottom: none;
	}

	.shop-cart .section-wrapper .cart-top table tbody tr td {
		padding: 10px;
		border: none;
	}

@media (min-width: 768px) {
	.shop-cart .section-wrapper .cart-top table tbody tr td {
		padding: 20px;
	}
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
	text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
	align-items: center;
}

	.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
		width: 50px;
		margin: auto;
	}

@media (min-width: 768px) {
	.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
		width: 85px;
	}
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
	width: calc(100% - 85px);
	padding-left: 10px;
}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
		display: none;
	}
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
	color: #ed008c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
		color: #ed008c;
	}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice, .shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
		text-align: center;
		font-size: 14px;
	}
}

.shop-cart .section-wrapper .cart-bottom {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
		padding: 20px 30px;
		margin-top: 30px;
		justify-content: space-between;
		align-items: center;
	}

		.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
			max-width: 340px;
			display: flex;
		}

			.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
				padding: 10px;
				margin-bottom: 0;
				border: 1px solid #f6f9fb;
				-webkit-border-radius: 50px 0 0 50px;
				-moz-border-radius: 50px 0 0 50px;
				border-radius: 50px 0 0 50px;
			}

				.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
					color: #fff;
					font-weight: 500;
					margin-left: -10px;
					cursor: pointer;
					background: #ed008c;
					-webkit-border-radius: 0 50px 50px 0;
					-moz-border-radius: 0 50px 50px 0;
					border-radius: 0 50px 50px 0;
				}

		.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
			width: 100%;
			margin-top: 30px;
			justify-content: space-between;
		}

@media (min-width: 992px) {
	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
		max-width: 390px;
		text-align: right;
		margin-top: 0;
	}
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
	background: #fff;
	color: #ed008c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
		padding: 10px 30px;
		border: 1px solid #f6f9fb;
		width: auto;
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

@media (max-width: 575px) {
	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
		width: 100%;
		margin-bottom: 15px;
	}

		.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:last-child {
			margin-bottom: 0;
		}
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:hover {
	color: #ed008c;
	border-color: #ed008c;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
	padding: 30px 20px;
	border-top: 1px solid #fff;
}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
		margin-bottom: 30px;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h4 {
	margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
}

	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
		width: 100%;
		padding: 9px 20px;
		background: transparent;
		z-index: 1;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 1px solid #f6f9fb;
		position: relative;
		outline: none;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
		width: 100%;
	}

@media (min-width: 992px) {
	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
		width: 50%;
		float: left;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
	top: 0;
	right: 0;
	padding: 9px 20px;
	color: #ed008c;
	border: 1px solid #f6f9fb;
	border-radius: 0px 3px 3px 0px;
	background: #f6faff;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
	width: 100%;
	float: right;
	padding: 10px 20px;
	font-size: 14px;
	margin-bottom: 22px;
	border: 1px solid #f6f9fb;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

@media (min-width: 992px) {
	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
		width: 45%;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
	width: 170px;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	background: #ed008c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h4 {
	margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
	margin: 0;
}

	.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
		list-style: none;
		align-items: center;
		justify-content: space-between;
		border: 1px solid #f6f9fb;
		padding: 8px 20px;
		margin-bottom: 15px;
		background: #fff;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

		.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
			margin-bottom: 0;
			color: #ed008c;
		}

/*@@@@@@@@@@@@@@   fore-zero page start here  @@@@@@@@@@@@@@@@@*/
.fore-zero .section-wrapper .zero-item {
	padding: 30px;
	text-align: center;
	box-shadow: 0px 0 10px 0px rgba(136, 136, 136, 0.1);
}

@media (min-width: 576px) {
	.fore-zero .section-wrapper .zero-item {
		padding: 60px;
	}
}

.fore-zero .section-wrapper .zero-item .zero-content {
	margin-top: 20px;
}

	.fore-zero .section-wrapper .zero-item .zero-content .lab-btn {
		padding: 14px 32px;
	}

/* @@@@@@@@@@@@@  Footer Section Start Here  @@@@@@@@@@@@@@ */
footer .pattan-shape {
	left: 0;
}

.footer-top-area {
	background: #fff;
	z-index: 11;
	max-width: 1520px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.footer-top-area .ft-top-abs-area {
		position: absolute;
		width: 100%;
		z-index: 2;
	}
}

.footer-top-area .footer-top .ft-bottom {
	z-index: 1;
	padding: 70px 0;
}

@media (min-width: 1200px) {
	.footer-top-area .footer-top .ft-bottom {
		padding: 180px 0 70px;
	}
}

.footer-top-area .footer-top .ft-bottom .ft-title {
	margin-bottom: 15px;
	margin-top: 15px;
}

	.footer-top-area .footer-top .ft-bottom .ft-title h4 {
		margin-bottom: 0;
	}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-top-area .footer-top .ft-bottom .ft-body p {
		max-width: 370px;
	}
}

.footer-top-area .footer-top .ft-bottom .ft-body .lab-ul li {
	padding: 5px 0;
}

.footer-top-area .footer-top .ft-bottom .ft-body .lab-btn {
	margin-top: 10px;
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.footer-top-area .footer-top .ft-bottom .ft-opening-part {
		padding: 0 30px;
		margin-bottom: 0;
	}
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li {
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed #ebebeb;
}

@media (min-width: 1200px) {
	.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li {
		padding: 10px 30px;
		margin: 0 -30px;
	}
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li:last-child {
	border-bottom: none;
}

.footer-top-area .footer-top .ft-bottom .ft-opening-part .lab-ul li span {
	display: inline-block;
}

.footer-top-area .footer-top .ft-bottom .ft-map-area .ft-map iframe {
	width: 100%;
	height: 500px;
}

@media (min-width: 1200px) {
	.footer-top-area .footer-top .ft-bottom .ft-map-area .ft-map {
		position: absolute;
		width: 100%;
		height: 100%;
		top: -180px;
		left: 0;
	}

		.footer-top-area .footer-top .ft-bottom .ft-map-area .ft-map iframe {
			width: 580px;
			height: 638px;
		}
}

.footer-top-area .footer-top .ft-bottom .ft-about-part {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.footer-top-area .footer-top .ft-bottom .ft-about-part {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.footer-top-area .footer-top .ft-bottom .ft-about-part .bg-asb-thumb {
		position: absolute;
		top: -180px;
		width: 580px;
		right: 0;
		z-index: -1;
		background: url(../images/footer/bg-images/01.jpg) no-repeat;
		background-position: bottom right;
		background-size: cover;
		height: 638px;
	}
}

.footer-top-area .footer-bottom .section-wrapper {
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

@media (min-width: 576px) {
	.footer-top-area .footer-bottom .section-wrapper {
		padding: 55px 0;
	}
}

.footer-top-area .footer-bottom .section-wrapper .left, .footer-top-area .footer-bottom .section-wrapper .right {
	width: 100%;
}

.footer-top-area .footer-bottom .section-wrapper .left {
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.footer-top-area .footer-bottom .section-wrapper .left {
		width: 33.33%;
		text-align: left;
		margin-bottom: 0;
	}
}

.footer-top-area .footer-bottom .section-wrapper .right {
	justify-content: center;
}

@media (min-width: 1200px) {
	.footer-top-area .footer-bottom .section-wrapper .right {
		width: 66.66%;
	}
}

.footer-top-area .footer-bottom .section-wrapper .right li {
	padding: 10px 15px;
	align-items: center;
}

	.footer-top-area .footer-bottom .section-wrapper .right li:after {
		right: 0;
		top: 50%;
		width: 1px;
		height: 40px;
		background: #ece9ea;
		-webkit-transform: translateY(-50%) rotate(30deg);
		-ms-transform: translateY(-50%) rotate(30deg);
		transform: translateY(-50%) rotate(30deg);
	}

@media (max-width: 575px) {
	.footer-top-area .footer-bottom .section-wrapper .right li {
		padding: 10px;
	}

		.footer-top-area .footer-bottom .section-wrapper .right li::after, .footer-top-area .footer-bottom .section-wrapper .right li span {
			display: none;
		}
}

.footer-top-area .footer-bottom .section-wrapper .right li:last-child:after {
	display: none;
}

.footer-top-area .footer-bottom .section-wrapper .right li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 12px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 3px 5px rgba(136, 136, 136, 0.2);
}

@media (max-width: 575px) {
	.footer-top-area .footer-bottom .section-wrapper .right li a {
		margin-right: 0;
	}
}

.footer-top-area .footer-bottom .section-wrapper .right li a:hover {
	color: #ed008c;
}

.ft-top {
	z-index: 1;
	justify-content: center;
}

	.ft-top .ft-item {
		align-items: center;
		background: #7dcd00;
		width: 100%;
		padding: 30px;
	}

@media (min-width: 992px) {
	.ft-top .ft-item {
		width: calc(100% / 2);
	}
}

@media (min-width: 1200px) {
	.ft-top .ft-item {
		width: calc(100% / 3);
	}
}

.ft-top .ft-item .ft-thumb {
	width: 55px;
}

.ft-top .ft-item .ft-content {
	padding-left: 20px;
	width: calc(100% - 55px);
}

	.ft-top .ft-item .ft-content p {
		margin-bottom: 5px;
		font-family: "Libre Baskerville", serif;
	}

	.ft-top .ft-item .ft-content h6, .ft-top .ft-item .ft-content p {
		color: #fff;
	}

	.ft-top .ft-item .ft-content h6 {
		font-weight: 500;
		margin-bottom: 0;
	}

.ft-top .ft-item:nth-child(2) {
	background: #00baff;
}

.ft-top .ft-item:nth-child(3) {
	background: #9160ff;
}

.copy-right-part {
	padding: 0px 0;
}

@media (max-width: 991px) {
	.copy-right-part {
		background: #fff;
	}
}

.copy-right-part p {
	text-align: center;
	margin-bottom: 0;
	z-index: 1;
}

	.copy-right-part p a {
		padding: 0 5px;
		color: #cc6f3c;
		font-style: italic;
	}

@media (min-width: 1200px) {
	.copy-right-part p a:last-child {
		color: #fff;
	}
}

.copy-right-part.style-2 p a {
	color: #cc6f3c;
}

	.copy-right-part.style-2 p a:last-child {
		color: #ed008c;
	}

/*# sourceMappingURL=style.css.map */
#callme {
	position: fixed;
	right: 20px;
	top: 27%;
	width: 63px;
	height: 63px;
	cursor: pointer;
	z-index: 99990;
}

	#callme #callmeMain {
		border: 1px solid #fff;
		-moz-border-radius: 50% !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		background-color: rgb(204, 111, 60);
		width: 63px;
		height: 63px;
		-webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
		-moz-animation: zcwmini2 1.5s 0s ease-out infinite;
		animation: zcwmini2 1.5s 0s ease-out infinite;
	}

		#callme #callmeMain:before {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background-image: url(../images/call.png);
			background-repeat: no-repeat;
			background-position: center center;
			-webkit-animation: zcwphone2 1.5s linear infinite;
			-moz-animation: zcwphone2 1.5s linear infinite;
			animation: zcwphone2 1.5s linear infinite;
		}

@-webkit-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
	}
}

@-moz-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
	}
}

@keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
	}
}

@-webkit-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

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

@-moz-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

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

@keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

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

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 199px;
	right: 25px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	border: 1px solid #fff;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}

.custom-left-border {
	position: relative;
}

	.custom-left-border:after {
		background: url(../../assets/images/multi-bdr.jpg) no-repeat 0 0;
		content: '';
		position: absolute;
		left: -12px;
		top: 0;
		z-index: 99;
		width: 34px;
		height: 100%;
	}

.home-slider .custom-left-border:after {
	left: -15px;
}

.testimonial-section .custom-left-border:after {
	left: 0px;
}

/*  */

.slideshow,
.slideshow:after {
	position: relative;
	width: 100%;
	min-height: 630px;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	margin: 0;
}

	.slideshow ol, .slideshow ul {
		list-style: none;
	}
	/* .slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
} */
	.slideshow li span {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		color: transparent;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: none;
		opacity: 0;
		z-index: 0;
		-webkit-backface-visibility: hidden;
		-webkit-animation: imageAnimation 36s linear infinite 0s;
		-moz-animation: imageAnimation 36s linear infinite 0s;
		-o-animation: imageAnimation 36s linear infinite 0s;
		-ms-animation: imageAnimation 36s linear infinite 0s;
		animation: imageAnimation 36s linear infinite 0s;
	}

	.slideshow li div {
		z-index: 1000;
		position: absolute;
		bottom: 150px;
		left: 0px;
		width: 100%;
		text-align: center;
		opacity: 0;
		-webkit-animation: titleAnimation 36s linear infinite 0s;
		-moz-animation: titleAnimation 36s linear infinite 0s;
		-o-animation: titleAnimation 36s linear infinite 0s;
		-ms-animation: titleAnimation 36s linear infinite 0s;
		animation: titleAnimation 36s linear infinite 0s;
	}

		.slideshow li div h3 {
			font-family: "helvetica neue", helvetica;
			text-transform: uppercase;
			font-size: 54px;
			padding: 0;
			line-height: 60px;
			color: #000;
			width: 60%;
		}

	.slideshow li:nth-child(1) span {
		background-image: url(../../assets/images/banner/banner-01.jpg)
	}

	.slideshow li:nth-child(2) span {
		background-image: url(../../assets/images/banner/banner-02.jpg);
		-webkit-animation-delay: 6s;
		-moz-animation-delay: 6s;
		-o-animation-delay: 6s;
		-ms-animation-delay: 6s;
		animation-delay: 6s;
	}

	.slideshow li:nth-child(3) span {
		background-image: url(../../assets/images/banner/banner-05.jpg);
		-webkit-animation-delay: 12s;
		-moz-animation-delay: 12s;
		-o-animation-delay: 12s;
		-ms-animation-delay: 12s;
		animation-delay: 12s;
	}

	.slideshow li:nth-child(4) span {
		background-image: url(../../assets/images/banner/banner-06.jpg);
		-webkit-animation-delay: 18s;
		-moz-animation-delay: 18s;
		-o-animation-delay: 18s;
		-ms-animation-delay: 18s;
		animation-delay: 18s;
	}

	.slideshow li:nth-child(5) span {
		background-image: url(../../assets/images/banner/banner-07.jpg);
		-webkit-animation-delay: 24s;
		-moz-animation-delay: 24s;
		-o-animation-delay: 24s;
		-ms-animation-delay: 24s;
		animation-delay: 24s;
	}

	.slideshow li:nth-child(6) span {
		background-image: url(../../assets/images/banner/banner-08.jpg);
		-webkit-animation-delay: 30s;
		-moz-animation-delay: 30s;
		-o-animation-delay: 30s;
		-ms-animation-delay: 30s;
		animation-delay: 30s;
	}

	.slideshow li:nth-child(2) div {
		-webkit-animation-delay: 6s;
		-moz-animation-delay: 6s;
		-o-animation-delay: 6s;
		-ms-animation-delay: 6s;
		animation-delay: 6s;
	}

	.slideshow li:nth-child(3) div {
		-webkit-animation-delay: 12s;
		-moz-animation-delay: 12s;
		-o-animation-delay: 12s;
		-ms-animation-delay: 12s;
		animation-delay: 12s;
	}

	.slideshow li:nth-child(4) div {
		-webkit-animation-delay: 18s;
		-moz-animation-delay: 18s;
		-o-animation-delay: 18s;
		-ms-animation-delay: 18s;
		animation-delay: 18s;
	}

	.slideshow li:nth-child(5) div {
		-webkit-animation-delay: 24s;
		-moz-animation-delay: 24s;
		-o-animation-delay: 24s;
		-ms-animation-delay: 24s;
		animation-delay: 24s;
	}

	.slideshow li:nth-child(6) div {
		-webkit-animation-delay: 30s;
		-moz-animation-delay: 30s;
		-o-animation-delay: 30s;
		-ms-animation-delay: 30s;
		animation-delay: 30s;
	}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}

	25% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}

	25% {
		opacity: 0;
		-moz-transform: scale(1.1);
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-o-transform: scale(1.05);
		-o-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-o-transform: scale(1.1);
	}

	25% {
		opacity: 0;
		-o-transform: scale(1.1);
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-ms-transform: scale(1.05);
		-ms-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}

	25% {
		opacity: 0;
		-ms-transform: scale(1.1);
	}

	100% {
		opacity: 0
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		transform: scale(1.05);
		animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		transform: scale(1.1);
	}

	25% {
		opacity: 0;
		transform: scale(1.1);
	}

	100% {
		opacity: 0
	}
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}

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

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

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-webkit-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

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

	8% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-moz-transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-moz-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

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

	8% {
		opacity: 1;
		-o-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-o-transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-o-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

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

	8% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-ms-transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-webkit-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

@keyframes titleAnimation {
	0% {
		opacity: 0;
		transform: translateY(200px);
	}

	8% {
		opacity: 1;
		transform: translateY(0px);
	}

	17% {
		opacity: 1;
		transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		transform: scale(10);
	}

	100% {
		opacity: 0
	}
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
	opacity: 1;
}

@media screen and (max-width: 1140px) {
	.slideshow li div h3 {
		font-size: 45px
	}
}

@media screen and (max-width: 600px) {
	.slideshow li div h3 {
		font-size: 36px
	}
}

.tbl-clr1 .table-striped th, .tbl-clr2 .table-striped th, .tbl-clr3 .table-striped th, .tbl-clr4 .table-striped th,
.tbl-clr1 .table-striped td, .tbl-clr2 .table-striped td, .tbl-clr3 .table-striped td, .tbl-clr4 .table-striped td {
	color: #fff;
}

.tbl-clr1 {
	background: #9160ff;
}

.tbl-clr2 {
	background: #7dcd00;
}

.tbl-clr3 {
	background: #00baff;
}

.tbl-clr4 {
	background: #ed008c;
}

.tbl-clr1 .table-striped th {
	background: #401c93;
}

.tbl-clr2 .table-striped th {
	background: #4a730b;
}

.tbl-clr3 .table-striped th {
	background: #0880ad;
}

.tbl-clr4 .table-striped th {
	background: #a40d66;
}

.bg_darkBlue {
	background: #301579;
	color: #fff;
}

.bg_darkYellow {
	background: #ecb205;
	color: #000;
}

th.bg_darkBlue, td.bg_darkBlue {
	border-bottom: 2px solid #301579 !important;
	border-right: 5px solid #fff;
}

th.bg_darkYellow, td.bg_darkYellow {
	border-bottom: 2px solid #ecb205 !important;
}

th.bg_darkBlue, td.bg_darkBlue, th.bg_darkYellow, td.bg_darkYellow {
	font-size: 27px;
	padding: 5px;
}

/* end */


footer,
.footer-top-area,
.footer-top,
.footer-bottom,
.copy-right-part {
	background: #ed008c !important; /* Elegant Medical Blue */
	color: #ffffff;
}

	footer h4,
	footer h6,
	footer p,
	footer span,
	footer a,
	footer li {
		color: #ffffff !important;
	}

		footer a:hover {
			color: #ffb6c1 !important; /* Soft pink hover */
		}

.ft-item,
.ft-about-part,
.ft-opening-part,
.ft-map-area {
	background: transparent !important;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.15);
	margin-top: 30px;
}

.copy-right-part {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding: 15px 0;
}
