/* Base CSS */
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #1b1b21;
}

body {
	color: #545051;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

@font-face {
	font-family: times-new-roman;
	src: url(../fonts/times-new-roman.ttf);
}

.selector-for-some-widget {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

a:hover {
	text-decoration: none;
}

.mobile-menu.activee {
	left: 0;
}

.mobile-menu {
	display: none;
}

.adt-top-blk img {
	max-width: 78px;
	margin-right: 11px;
}

.mobile-menu {
	position: fixed;
	width: 100%;
	z-index: 99999999;
	top: 0;
	height: 100%;
	left: -100%;
	background: #ffeeff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 15px;
}

.site-logo a img {
	position: relative;
}

.modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

.subs-blk input::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.subs-blk input:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.subs-blk input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.subs-blk input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.subs-blk input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.subs-area input::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a008c2;
	opacity: 1;
	/* Firefox */
}

.subs-area input:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a008c2;
	opacity: 1;
	/* Firefox */
}

.subs-area input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a008c2;
	opacity: 1;
	/* Firefox */
}

.subs-area input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a008c2;
}

.subs-area input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a008c2;
}

.mobile-menu-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mbl-dropdown-menu {
	display: none;
}
.mbl-dropdown-menu.activee {
	display: block;
}

.mobile-menu-inner ul li {
	display: block;
}

.mobile-menu-inner ul li a {
	color: #ff0097;
	border-bottom: ;
	display: block;
	padding: 12px 0px;
	font-size: 20px;
	font-weight: 700;
}

.mobile-menu-inner {
	margin-top: 55px;
}

.mobile-menu-inner ul li:last-child a {
	border-bottom: none;
}

.sep-btn a {
	background: #ff0097;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
}

.menu-close {
	position: absolute;
	right: 18px;
	top: 20px;
	color: #ff0097;
	font-size: 33px;
}

.header-action-btn a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-action-btn a:hover {
	background: #9f01cb;
}

.action-btn-footer a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.action-btn-footer a:hover {
	background: #9f00cc;
}

/* Header bar section start */

.btm-ac-btn button:hover {
	background: #9f01cb !important;
	border-color: #9f01cb !important;
	cursor: pointer;
}

.btm-ac-btn button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-right-info {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.hero-action-btn a:hover {
	background: #ff0097;
	color: #fff;
	border-color: #ff0097;
}

.hero-action-btn a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-rt-info h5 {
	margin: 0;
	font-size: 17px;
	color: #846481;
	font-weight: 700;
}

.c-rt-info h5 span {
	font-size: 12px;
	display: block;
	font-weight: 300;
	font-style: italic;
	margin-top: 4px;
}

.site-btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.site-btn:hover {
	background: #9f01cb;
	color: #fff;
}

.single-adt-info a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-adt-info a:hover {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-filter: drop-shadow(0 8px 10px #9191918f);
	filter: drop-shadow(0 8px 10px #9191918f);
}

.ft-content-main a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ft-content-main a:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.all-post-btn a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.all-post-btn a:hover {
	background: #ff0097;
	color: #fff;
	border-color: #ff0097;
}

.cl-action-text a:hover {
	background: #fff;
	color: #ff0097;
}

.call-us-btn:hover {
	background: #9f01cb;
	color: #fff;
}

.call-us-btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.about-content-main a:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.site-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu ul li {
	display: inline-block;
}

.site-menu ul li a {
	color: #000000;
	font-size: 14px;
	padding: 43px 0px;
	display: block;
	/* text-transform: uppercase; */
	position: relative;
	margin-right: 19px;
}

.site-menu ul li a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: ;
	height: 5px;
	background: #ff0097;
	content: "";
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

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

.hero-slider-main {
	position: relative;
}

.scrl-downn {
	position: absolute;
	bottom: -2px;
	z-index: 9;
	width: 100%;
}

.single-form-blk input:focus {
	outline: none;
}

.header-action-btn a {
	background: #ff0097;
	color: #fff;
	padding: 10px 17px;
}

.header-top-right-info p {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 0;
}

.header-action-btn a {
}

.header-top-right-info a {
	color: #ff0098;
	font-size: 17px;
	font-weight: 700;
}

.header-action-btn {
	margin-right: 22px;
	margin-left: 20px;
}

.header-bar-section {
	background: #ffeeff;
}

.site-menu ul li a.active-menu::after {
	width: 100%;
}

.site-menu ul li a.active-menu {
	font-weight: 600;
	color: #ff0097;
}

/* Header bar section  END */

/* Hero area css start */

.hero-sldier-wrp .owl-dots button span {
	width: 10px;
	height: 10px;
	background: #fff;
	display: inline-block;
	margin: 0 6px;
	border-radius: 50%;
	opacity: 0.7;
}

.hero-sldier-wrp .owl-dots {
	text-align: center;
}

.hero-sldier-wrp .owl-dots {
	position: absolute;
	bottom: 103px;
	width: 100%;
}

.hero-sldier-wrp .owl-dots button.active span {
	opacity: 1;
}

.hero-social-icons {
	position: absolute;
	right: 44px;
	z-index: 99;
	top: 50%;
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%);
}

.hero-social-icons a {
	display: block;
	color: #fff;
	font-size: 19px;
	width: 30px;
	height: 30px;
	background: #ff0097;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin-top: 12px;
	font-size: 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.site-menu ul li a:hover::after {
	width: 100%;
}

.hero-social-icons a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hero-social-icons a:hover {
	background: #9f01cb;
}

.hero-content h1 {
	font-size: 61px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	line-height: 58px;
}

.hero-content p {
	font-size: 33px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	padding-right: 250px;
	line-height: 42px;
}

.hero-content {
	max-width: 70%;
}

.hero-action-btn p {
	padding: 0;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin: 0;
	line-height: 22px;
	margin-top: 9px;
}

.hero-action-btn a {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	border: 3px solid;
	padding: 14px 73px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	text-align: center;
}

.hero-action-btn {
	max-width: 387px;
	margin-top: 67px;
}

.hero-area {
	padding: 220px 0;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 1;
}

.hero-area:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	opacity: ;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(46%, rgba(255, 0, 151, 1)),
		to(rgba(255, 0, 151, 0))
	);
	background: linear-gradient(
		to right,
		rgba(255, 0, 151, 1) 46%,
		rgba(255, 0, 151, 0) 100%
	);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0097', endColorstr='#00ff0097', GradientType=1);
	opacity: 0.4;
}

/* Hero area css start */

/* About area css start */

.about-content-main h2 {
	font-family: times-new-roman;
	font-size: 32px;
	text-align: center;
	color: #fff;
	letter-spacing: 8px;
	position: relative;
	margin-bottom: 26px;
}

.about-content-main {
	max-width: 585px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	background: rgb(255, 0, 151);
	padding: 32px;
	opacity: 0.8;
}

.about-us-area {
	padding: 80px 0;
}

.aboout-top-blk {
	position: relative;
	padding: 50px 0;
}

.aboout-top-blk img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 70%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-content-main h3 {
	text-align: right;
	font-size: 18px;
	color: #fff;
}

.about-content-main p {
	font-size: 13px;
	color: #fff;
	text-align: right;
}

.scrl-downn {
	cursor: pointer;
}

.about-content-main a {
	text-align: center;
	border: 1px solid;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 7px 5px;
	display: ;
	width: 143px;
	display: block;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 1px;
	margin-top: 25px;
}

.about-content-main h2:after {
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 41px;
	height: 2px;
	background: #fff;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.adt-top-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.adt-top-blk h4 {
	margin: 0;
	font-size: 24px;
	color: #806681;
	font-weight: 600;
}

.adt-top-blk span {
	width: 85px;
	height: 85px;
	background: #9f01cb;
	text-align: center;
	line-height: 85px;
	color: #fff;
	font-size: 46px;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
}

.single-adt-info p {
	font-size: 21px;
	color: #121e16;
	font-style: italic;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 9px;
}

.single-adt-info a {
	background: #9f01cb;
	color: #fff;
	font-size: 9px;
	font-weight: 500;
	display: inline-block;
	padding: 9px 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.subs-area button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.subs-area button:hover {
	background: #ff0097;
}

.search-main-blk {
	background: #ff0097;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 17px;
}

.search-main-blk input {
	font-size: 16px;
	color: #838383;
	font-style: italic;
	background: #fff;
	border: none;
	padding: 13px 16px;
	width: 100%;
}

.single-ft-blk-inner {
	height: 290px;
}

.single-ft-blk-inner img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.search-main-blk i {
	width: 64px;
	text-align: center;
	color: #ffff;
	font-size: 22px;
}

.search-blk h3 {
	font-size: 27px;
	color: #806681;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 11px;
}

/* About area css end */

/* Promo area css start */

.promo-area {
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
}

.promo-texts h2 {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 46px;
}

.promo-texts {
	max-width: 70%;
	position: relative;
	padding-left: 40px;
	margin-top: 58px;
}

.promo-texts:after {
	position: absolute;
	left: 0;
	top: 5%;
	width: 7px;
	background: #fff;
	height: 90%;
	content: "";
}

/* Promo area css end */

/* Team area css start */

.team-area {
	padding: 100px 0;
}

.section-title {
	margin-bottom: 70px;
}

.single-user-blk {
	max-width: 250px;
	margin: 0 auto;
	height: 323px;
}

.user-img-main img {
	width: 243px;
	height: 243px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-user-blk:hover .user-img-main img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.navg-team a:hover i {
	background: #ff0097;
	color: #fff;
	border-color: #ff0097;
}

.single-user-blk {
	position: relative;
}

.user-info-main {
	position: absolute;
	bottom: -30px;
	margin-left: 15px;
	margin-bottom: 15px;
	z-index: 9;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.user-info-main h4 {
	font-size: 20px;
	color: #090909;
	margin-bottom: 5px;
	font-weight: 600;
}

.user-info-main h4 span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
}

.user-info-main a {
	font-size: 10px;
	color: #090909;
	border: 1px solid;
	display: inline-block;
	padding: 3px 13px;
	opacity: 0;
	visibility: hidden;
}

.user-img-main {
	position: relative;
}

.user-img-main::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	content: "";
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 0, 151, 0)),
		to(rgba(255, 0, 151, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 0, 151, 0) 0%,
		rgba(255, 0, 151, 1) 100%
	);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ff0097', endColorstr='#ff0097', GradientType=0);
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-user-blk:hover .user-img-main:after {
	opacity: 1;
	width: ;
	height: 100%;
}

.single-user-blk:hover .user-info-main h4 {
	color: #fff;
}

.single-user-blk:hover .user-info-main a {
	color: #fff;
}

.user-img-main {
	position: relative;
}

.user-img-main a {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	background: #fff;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 33px;
	border-radius: 50%;
	color: #ff0097;
	top: 50%;
	-webkit-transform: translate(32%, -50%);
	transform: translate(32%, -50%);
	z-index: 99;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-user-blk:hover .user-img-main a {
	-webkit-transform: translate(32%, -144%);
	transform: translate(32%, -144%);
}

.single-user-blk {
	position: relative;
	margin-bottom: 50px;
}

.single-user-blk:hover .user-info-main a {
	opacity: 1;
	visibility: visible;
}

.single-user-blk:hover .user-info-main {
	bottom: 0;
}

.section-title {
	text-align: center;
}

.section-title {
	margin-bottom: 100px;
}

.section-title h2 {
	font-size: 40px;
	font-family: times-new-roman;
	color: #2f4960;
	letter-spacing: 13px;
	position: relative;
}

.section-title h2:after {
	position: absolute;
	left: 50%;
	bottom: -24px;
	width: 50px;
	content: "";
	height: 4px;
	background: #6b4d6c;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.promo-area.prm-2 .promo-texts {
	margin-left: auto;
	text-align: right;
	padding-left: 0;
	padding-right: 40px;
}

.promo-area.prm-2 .promo-texts:after {
	left: auto;
	right: 0;
}

.section-title p {
	margin-top: 44px;
	font-size: 13px;
	color: #838383;
	font-style: italic;
}

/* Team area css start */

/* Team area css start */

.single-slider-blk {
	max-width: 59%;
	margin-left: auto;
	position: relative;
}

.auth-blk::after {
	position: absolute;
	right: -67px;
	width: 0;
	height: 0;
	content: "";
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 19px solid #ff0097;
	top: 50%;
	-webkit-transform: translateY(-109%);
	transform: translateY(-109%);
}

.auth-blk img {
	width: 83px !important;
	height: 83px;
	border-radius: 50%;
}

.testi-content {
	background: #ff0097;
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	font-style: italic;
	padding: 50px;
	position: relative;
}

.testi-content::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: #fff;
	content: "";
	opacity: 0.5;
}

.testi-content {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	font-style: italic;
}

.auth-blk {
	position: absolute;
	bottom: 0;
	left: -150px;
	text-align: center;
}

.testimonial-area {
	padding: 80px 0;
}

.auth-blk h4 {
	margin: ;
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
	color: #92a0ac;
	margin-top: 7px;
}

.single-slider-blk.sl-item-2 {
	margin-left: 0;
	margin-right: auto;
	margin-top: 58px;
}

.single-slider-blk.sl-item-2 .auth-blk {
	left: auto;
	right: -150px;
}

.single-slider-blk.sl-item-2 {
}

.single-slider-blk.sl-item-2 .testi-content {
	text-align: right;
}

.single-slider-blk.sl-item-2 .testi-content:after {
	left: 0;
	right: auto;
}

.single-slider-blk.sl-item-2 .auth-blk::after {
	position: absolute;
	left: -67px;
	width: 0;
	height: 0;
	content: "";
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 19px solid #9f00cc;
	top: 50%;
	-webkit-transform: translateY(-109%);
	transform: translateY(-109%);
	border-right: none;
}

.single-slider-blk.sl-item-2 .testi-content {
	background: #9f00cc;
}

.testimonial-area .owl-dots button span {
	background: #ff0097;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 50%;
	opacity: 0.5;
}

.testimonial-area .owl-dots {
	text-align: center;
	margin-top: 42px;
}

.testimonial-area .owl-dots button.active span {
	opacity: 1;
}

.site-button-blk {
	text-align: center;
	margin-top: 32px;
}

.site-btn {
	font-size: 15px;
	background: #ff0097;
	color: #fff;
	display: inline-block;
	padding: 10px 42px;
	letter-spacing: 4px;
	font-weight: 400;
}

/* Team area css start */

/* Contact  css start */

.contact-area .section-title h2 {
	color: #fff;
	font-size: 32px;
	max-width: 57%;
	margin: 0 auto;
}

.contact-area {
	padding: 198px 0;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.contact-area .section-title h2:after {
	background: #fff;
}

.single-form-blk input {
	width: 100%;
	border: none;
	height: 36px;
	background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.single-form-blk input:focus {
	border-color: #ff0097;
}

.single-form-blk label {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
}

.single-form-blk {
	margin-bottom: 50px;
}

.btm-ac-btn button {
	width: 170px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	background: transparent;
	color: #fff;
	border: 1px solid;
	padding: 5px 0px;
	margin: 0 16px;
}

.btm-ac-btn {
	text-align: center;
}

.btm-ac-btn button.sb-btn {
	background: #ff0097;
	border-color: #ff0097;
}

.btm-ac-btn {
	margin-top: 57px;
}

.contact-form {
	margin-top: 38px;
}

/* Contact  css end */

/* Info area css start */

.featured-area {
	padding: 80px 0;
}

.all-featured-img-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-featured-blk {
	max-width: 33.333%;
	-webkit-box-flex: 33.333%;
	-ms-flex: 33.333%;
	flex: 33.333%;
}

.single-ft-blk-inner {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ft-content-main {
	position: absolute;
	bottom: -100px;
	width: 100%;
	padding-left: 33px;
	padding-bottom: 33px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}

.ft-content-main h4 {
	color: #fff;
	font-size: 17px;
	padding-right: 51px;
	font-weight: 600;
	margin-bottom: 3px;
}

.ft-content-main a {
	display: block;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	width: 118px;
	border: 1px solid;
	text-align: center;
	padding: 5px 0px;
	margin-top: 9px;
}

.ft-content-main span {
	color: #fff;
	font-size: 13px;
	margin-right: 9px;
}

.ft-content-main span i {
	margin-right: 5px;
}

.single-featured-blk:hover .ft-content-main {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.single-featured-blk:hover .single-ft-blk-inner {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	position: relative;
	z-index: 99;
}

.single-ft-blk-inner:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 34%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 0, 151, 1)),
		to(rgba(255, 0, 151, 0))
	);
	background: linear-gradient(
		to right,
		rgba(255, 0, 151, 1) 0%,
		rgba(255, 0, 151, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0097', endColorstr='#00ff0097', GradientType=1);
	content: "";
	bottom: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-featured-blk:hover .single-ft-blk-inner:after {
	height: 100%;
	opacity: 1;
}

.widget-title {
	text-transform: uppercase;
}

.all-post-btn {
	text-align: center;
	margin-top: 52px;
}

.all-post-btn a {
	font-size: 20px;
	color: #ff0095;
	font-weight: 600;
	border: 3px solid;
	display: inline-block;
	padding: 10px 42px;
}

.featured-area .section-title {
	margin-bottom: 66px;
}

.site-menu ul li a:hover {
	color: #ff0097;
	font-weight: 500;
}

.call-to-action-area {
	background: #ff0097;
	color: #fff;
	margin-top: 73px;
}

.cl-action-text-wrp {
	position: relative;
	padding: 72px 0;
}

.cl-action-text-wrp img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 417px;
}

.cl-action-text {
	max-width: 500px;
	text-align: center;
}

.cl-action-text p {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

.cl-action-text a {
	color: #fff;
	border: 2px solid;
	font-size: 12px;
	display: ;
	display: inline-block;
	padding: 10px 41px;
	font-weight: 600;
	letter-spacing: 3px;
}

.call-us-btn {
	font-size: 23px;
	background: #fff;
	color: #ff0098;
	font-weight: 600;
	padding: 16px 109px;
	letter-spacing: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	display: block;
}

.dts-para {
	text-align: center;
	font-size: 24px;
	font-style: italic;
}

.dts-para p {
	color: #798c9a;
	display: inline-block;
	max-width: 469px;
	margin-bottom: 0;
}

.dts-para {
	padding: 40px 0;
}

/* Info area css end */

/* Footer css start */

.footer-area {
	background: #fffafe;
	padding: 49px 0;
	padding-top: 108px;
}

.footer-cp-text {
	background: #ff0097;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 22px 0;
}

.footer-cp-text p {
	margin: 0;
}

.widget-title {
	color: #fd0384;
	font-size: 20px;
	font-weight: 700;
}

.footer-menu ul li a {
	font-size: 20px;
	color: #000000;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu ul li {
	display: block;
	margin-bottom: 13px;
}

.footer-menu ul li a {
	display: inline-block;
	text-transform: uppercase;
}

.footer-social-links a {
	color: #ff0097;
	font-size: 21px;
	margin-right: 14px;
}

.action-btn-footer a {
	font-size: 20px;
	background: #ff0097;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 7px 37px;
}

.action-btn-footer {
	text-align: center;
}

.footer-logo {
	height: 100%;
}

.signle-footer-widget.footer-logo-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 2px solid #e0d6dd;
}

.footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wd-rt-blk {
	padding-left: 42px;
}

.menu-open {
	display: none;
}

/* Footer css end */

/* Blog page css start */

.blog-top-info {
	background: #ff0086;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	font-style: italic;
	padding: 20px 0px;
}

.blog-top-info span {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
}

.blog-hero-area {
	height: 850px;
	background-size: cover;
	background-position: center top;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}

.blog-hero-content {
	text-align: center;
	max-width: 85%;
	margin: 0 auto;
}

.blog-hero-content h2 {
	text-transform: uppercase;
	foi: ;
	font-size: 52px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 13px;
}

.blog-hero-content p {
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	line-height: 25px;
}

.subs-blk {
	max-width: 85%;
	margin: 0 auto;
	margin-top: 29px;
}

.subs-blk form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subs-blk input {
	width: 64%;
	height: 67px;
	border: none;
	font-size: 29px;
	font-weight: 300;
	font-style: italic;
	padding: 0px 28px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.subs-blk button {
	width: 353px;
	border: none;
	height: 67px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 6px;
	background: #ff0086;
	color: #fff;
}

.blog-hero-area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(46%, rgba(255, 0, 151, 1)),
		to(rgba(255, 0, 151, 0))
	);
	background: linear-gradient(
		to right,
		rgba(255, 0, 151, 1) 46%,
		rgba(255, 0, 151, 0) 100%
	);
	content: "";
	z-index: -1;
	opacity: 0.4;
}

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

.blog-inner-main-content h3 {
	font-size: 41px;
	color: #ff0086;
	font-weight: 800;
	font-style: italic;
	line-height: 42px;
	position: relative;
}

.blog-inner-main-content h3:after {
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 285px;
	height: 2px;
	background: #ff0086;
	content: "";
}

.blog-inner-main-content p {
	font-size: 15px;
	color: #0e1f15;
	font-weight: 300;
	font-style: italic;
	margin: 26px 0;
}

.blog-inner-main-content a {
	background: #ff0086;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 11px 32px;
	display: inline-block;
}

.single-blog-point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

input:focus {
	outline: none !important;
}

.blog-inner-main-content {
	max-width: 600px;
}

.blog-thum-main-wrp img {
	width: 100%;
}

.blog-inner-main-content {
	margin-left: 120px;
}

.single-blog-point.sec-blg .blog-inner-main-content {
	margin-left: 0;
	margin-right: 150px;
	text-align: right;
}

.single-blog-area .container {
	max-width: 1400px;
}

.blog-thum-main-wrp {
	width: 100%;
	height: 700px;
}

.blog-inner-main-content.sec-blg {
	margin-left: 0;
	margin-right: 120px;
	text-align: right;
}

.blog-inner-main-content.sec-blg h3::after {
	left: auto;
	right: 0;
}

.blog-thum-main-wrp img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.featured-area.populer-article .section-title h2 {
	color: #9c00c0;
	font-size: 43px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 2px;
}

.featured-area.populer-article .section-title h2:after {
	background: #9c00c0;
}

.featured-area.populer-article .single-ft-blk-inner::after {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(156, 0, 192, 0)),
		to(rgba(156, 0, 192, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(156, 0, 192, 0) 0%,
		rgba(156, 0, 192, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009c00c0', endColorstr='#9c00c0', GradientType=0);
}

.time-meta {
	margin-bottom: 0;
	position: absolute;
	right: 16px;
	top: 13px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
	z-index: 99;
	opacity: 0;
}

.single-featured-blk:hover .time-meta {
	opacity: 1;
}

.subs-area {
	background: #fff5fa;
	padding: 60px 0;
}

.subs-area-main-inner {
	text-align: center;
}

.subs-area-main-inner h2 {
	font-size: 49px;
	color: #9c00c0;
	font-weight: 700;
	font-style: italic;
}

.subs-area-main-inner p {
	font-size: 36px;
	color: #9c00c0;
	font-weight: 300;
	font-style: italic;
	line-height: 40px;
	margin: ;
	width: 70%;
	margin: 0 auto;
}

.subs-area input {
	border-color: #a008c2;
	color: #a008c2;
}

.subs-area button {
	background: #a008c2;
}

.pagination-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pagination-area ul li {
	display: inline-block;
}

.pagination-area ul li a {
	font-size: 35px;
	color: #846481;
	font-weight: 300;
	display: block;
	padding: 19px 29px;
}

.pagination-area ul li:first-child a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ff0086;
	letter-spacing: 2px;
}

.pagination-area ul li:first-child a i {
	font-size: 26px;
	width: 32px;
	height: 32px;
	border: 2px solid;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 27px;
}

.pagination-area ul li:first-child a span {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	display: inline-block;
	margin-right: 4px;
}

.pagination-area ul li a.ex-bt i {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	color: #ff0086;
}

.pagination-area ul li:last-child a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ff0086;
	letter-spacing: 2px;
}

.pagination-area ul li:last-child a i {
	font-size: 26px;
	width: 32px;
	height: 32px;
	border: 2px solid;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 27px;
}

.pagination-area ul li:last-child a span {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	display: inline-block;
	margin-left: 4px;
}

.pagination-area {
	margin-top: 80px;
	margin-bottom: 47px;
}

.pagination-area ul li a.actiive-page {
	font-weight: 600;
	color: #ff0086;
}

.blog-hero-area {
	background-attachment: fixed;
}

.subs-blk button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.subs-blk button:hover {
	background: #a008c2;
	cursor: pointer;
}

.blog-inner-main-content a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-inner-main-content a:hover {
	background: #a008c2;
}

/* Blog page css end */

/* Contact page css start */

.page-banner-area {
	text-align: center;
	background-size: cover;
	background-position: center center;
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-banner-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin: 0;
	border: 2px solid;
	padding: 14px 55px;
	font-weight: 700;
	letter-spacing: 9px;
}

.page-banner-area {
	position: relative;
	z-index: 1;
}

.contact-promo-content {
	text-align: center;
}

.contact-promo-content h2 {
	font-size: 33px;
	font-weight: 800;
	color: #ff0086;
	font-style: italic;
}

.contact-promo-content p {
	color: #846481;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	max-width: 78%;
	margin: 0 auto;
}

.contact-main-area {
	padding-top: 48px;
}

.single-form-blk-cnt input {
	width: 100%;
	color: #846481;
	margin-bottom: ;
	font-size: 17px;
	fonts: ;
	font-style: italic;
	height: 50px;
	padding: ;
	ap: ;
	padding: 0 15px;
	border: 2px solid #ff0086;
}

.single-form-blk-cnt {
	margin-bottom: 36px;
}

.single-form-blk-cnt textarea {
	font-size: 17px;
	width: 100%;
	padding: 19px;
	font-style: italic;
	height: 262px;
	border: 2px solid #ff0086;
	color: #846481;
}

.single-form-blk-cnt {
}

.single-form-blk-cnt input[type="submit"] {
	background: #ff0097;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 8px;
	border-color: #ff0097;
	cursor: pointer;
}

.single-form-blk-cnt.reset-btn input {
	border-color: #846481;
	color: #846481;
	background: transparent;
}

.contact-promo-content {
	margin-bottom: 89px;
}

.main-contact-form .nice-select {
	float: none;
	width: 100%;
	height: 50px;
	border: 2px solid #ff0086;
	border-radius: 0;
	font-size: 17px;
	font-style: italic;
	line-height: 50px;
	color: #846481;
}

.main-contact-form .nice-select:after {
	border-color: #ff0097;
	width: 10px;
	height: 10px;
	top: 19px;
}

.main-contact-form .nice-select:focus {
	border-color: #ff0097;
}

.c-left-icon {
	background: #ff0097;
	max-width: 80px;
	width: 80%;
	height: 80px;
	text-align: center;
	line-height: 80px;
}

.contact-single-infp a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	border-bottom: 1px solid #ffcae4;
	padding-bottom: 30px;
}

.c-left-icon img {
	height: 46px;
	text-align: ;
}
.c-rt-info {
	padding-left: 15px;
}

.c-rt-info h4 {
	font-size: 23px;
	color: #ff0086;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 3px;
}

.c-rt-info p {
	color: #846481;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
}

.contact-single-infp {
	padding-right: 70px;
}

.social-icons-blk a {
	color: #ff0086;
	font-size: 23px;
	margin-right: 23px;
}

.contact-main-area {
	padding-bottom: 65px;
}

/* Contact page css end */

/* Single blog page css start */

.signle-blog-area-start {
	background: #f9f9f9;
}

.blog-single-inner-blk {
	background: #fff;
}

.blog-main-thumnail {
	height: 600px;
}

.blog-main-thumnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-info {
	padding: 25px;
}

.post-desc {
	padding: 25px;
	padding-top: 0;
}

.signle-blog-area-start {
	padding: 70px 0;
}

.post-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-info ul li {
	display: inline-block;
}

.post-info ul li a {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	padding-right: 9px;
	margin-right: 9px;
	position: relative;
}

.post-info ul li a i {
	padding-right: 6px;
}

.post-info ul li a:after {
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
	background: #666;
	content: "";
	height: 73%;
}

.post-info ul li:last-child a:after {
	display: none;
}

.post-desc p {
	font-size: 15px;
	line-height: 27px;
	color: #0e1f15;
}

.commetn-form-wpr {
	background: #fff;
	padding: 25px;
	margin-top: 25px;
}

.commetn-form-wpr input {
	width: 100%;
	height: 50px;
	padding: 15px;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.commetn-form-wpr input:focus {
	border-color: #ff0086;
}

.commetn-form-wpr textarea {
	width: 100%;
	height: 238px;
	font-size: 15px;
	padding: 15px;
	font-style: italic;
	border: 1px solid #ddd;
}

.commetn-form-wpr textarea:focus {
	border-color: #ff0086;
}

.sb-btn {
	text-align: center;
	margin-top: 15px;
}

.sb-btn button {
	height: 50px;
	width: 150px;
	border: none;
	background: #ff0086;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sb-btn button i {
	padding-left: 5px;
}

.sb-btn button:hover {
	background: #9f00cc;
}

.commetn-form-wpr h2 {
	font-size: 28px;
	font-weight: 700;
	color: #ff0086;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.single-post-widget {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.single-recennt-post-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.single-recennt-post-blk img {
	width: 60px;
	height: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	-o-object-fit: cover;
	object-fit: cover;
}

.rc-post-content h4 {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: 600;
}

.rc-post-content {
	padding-left: 12px;
}

.post-info-rc li {
	list-style: none;
	display: inline-block;
	font-size: 10px;
	color: #000;
	border-right: 1px solid;
	padding-right: 5px;
	margin-right: 5px;
}

.post-info-rc li i {
	padding-right: 3px;
}

.post-info-rc li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.recent-post a {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid #ddd;
}

.recent-post a:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.rc-post-content p {
	font-size: 13px;
	margin-bottom: 0;
	color: #000;
	margin-bottom: ;
}

.single-post-widget h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 34px;
	position: relative;
}

.single-post-widget h3:after {
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 50px;
	height: 1px;
	background: #000000;
	content: "";
}

.top-search-blk form input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ddd;
	padding-right: 50px;
	font-style: italic;
}

.top-search-blk button {
	position: absolute;
	right: 0;
	width: 50px;
	height: 100%;
	border: none;
	background: #ff0086;
	color: #fff;
	font-size: 18px;
}

.top-search-blk {
	position: relative;
}

.single-comment-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-avatar {
	max-width: 100px;
	height: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.comment-avatar img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
}

.cm-avatar-info {
	margin-left: 15px;
}

.cm-avatar-info h4 {
	font-size: 18px;
	font-weight: 700;
	color: #131313;
	margin-bottom: 5px;
}

.cm-avatar-info h4 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
	text-transform: uppercase;
	color: #ff0086;
}

.cm-avatar-info p {
	font-size: 15px;
	margin-bottom: 5px;
}

.cm-avatar-info a {
	color: #ff0086;
	font-size: 14px;
	font-weight: 500;
}

.cm-avatar-info a i {
	padding-right: 10px;
}

.page-banner-area.blog-post-header {
	background: rgb(245, 5, 160);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(245, 5, 160, 1)),
		to(rgba(185, 30, 203, 1))
	);
	background: linear-gradient(
		to right,
		rgba(245, 5, 160, 1) 0%,
		rgba(185, 30, 203, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f505a0', endColorstr='#b91ecb', GradientType=1);
}

.single-comment-blk {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.single-comment-blk.pst-reply {
	margin-left: 72px;
}

.single-form-blk-cnt input:hover {
	background: #a008c2;
	border-color: #a008c2;
	color: #fff;
}

.single-form-blk-cnt input {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-form-blk-cnt input[type="text"]:hover {
	background: transparent;
	color: #846481;
	border-color: #ff0097;
}

.single-form-blk-cnt input[type="text"]:focus {
	border-color: #a008c2;
}

.single-form-blk-cnt textarea:focus {
	border-color: #a008c2 !important;
}

/* Single blog page css end */

/* Team page css start */

.team-banner-texts h2 {
	font-size: 61px;
	color: #fff;
	font-weight: 700;
}

.team-banner-texts p {
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	line-height: 24px;
	font-style: italic;
}

.team-banner-texts {
	max-width: 58%;
}

.team-banner-texts a {
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 6px;
	border: 3px solid;
	display: inline-block;
	padding: 9px 58px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 15px;
}

.team-banner-texts a:hover {
	background: #ff0097;
	border-color: #ff0097;
}

.scrl-downn-btn {
	position: absolute;
	bottom: 10px;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: transparent;
	color: #fff;
	font-size: 37px;
	border: none;
	cursor: pointer;
}

.team-single-blk {
	position: relative;
}

.single-team-img {
	max-width: 500px;
}

.single-team-img img {
	width: 100%;
}

.tm-content {
	position: absolute;
	top: 50%;
	max-width: 80%;
	left: 359px;
	background: #ff0097;
	padding: 50px 76px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 71px;
}

.tm-content h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	position: ;
}

.tm-content h3 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.tm-content p {
	font-size: 16px;
	font-style: italic;
}

.tm-social-icons a {
	color: #fff;
	margin-right: 13px;
	font-size: 18px;
}

.tm-content h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 22px;
}

.tm-content h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 109%;
	border: ;
	bottom: -11px;
	height: 1px;
	background: #fff;
	content: "";
	left: 0;
}

.tm-social-icons {
	margin-top: 39px;
}

.team-top-title {
	text-align: center;
}

.team-top-title h2 {
	font-size: 60px;
	color: #ff0097;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 6px;
}

.team-top-title h2 span {
	display: block;
	margin-bottom: -8px;
	font-size: 24px;
}

.team-top-title p {
	color: #846481;
	font-size: 21px;
	font-style: italic;
	font-weight: 300;
	line-height: 27px;
	max-width: 77%;
	margin: 0 auto;
}

.team-top-title {
	margin-bottom: 120px;
	position: relative;
}

.team-top-title:after {
	position: absolute;
	left: 50%;
	bottom: -19px;
	width: 51px;
	height: 3px;
	background: #ff0097;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.team-single-blk.rt-tm-blk {
}

.team-single-blk.rt-tm-blk .single-team-img {
	margin-left: auto;
}

.team-single-blk.rt-tm-blk .tm-content {
	left: 0;
	right: 359px;
	text-align: right;
	margin-right: 0;
	margin-left: 71px;
}

.team-single-blk.rt-tm-blk .tm-content h3:after {
	right: 0;
	left: auto;
}

.navg-team {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navg-team a {
	color: #ff0086;
	font-size: 15px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	letter-spacing: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 13px;
}

.navg-team a i {
	width: ;
	width: 50px;
	height: 50px;
	border: 2px solid;
	border-radius: 50%;
	line-height: 48px;
	font-size: 38px;
}

.navg-team a span {
	margin-right: 6px;
}

.navg-team a:last-child span {
	margin-left: 6px;
	margin-right: 0;
}

.navg-team {
	margin-top: 65px;
}

/* Team page css end */

/* career page css start */

.signle-cr-info {
	text-align: center;
}

.cr-info-icon h3 {
	font-size: 17px;
}

.signle-cr-info h3 {
	font-size: 17px;
	color: #846481;
	font-weight: 700;
	margin-bottom: 7px;
}

.signle-cr-info p {
	font-size: 15px;
	color: #0e1f15;
	font-style: italic;
	font-weight: 300;
	line-height: 20px;
}

.cr-info-icon span {
	background: #9b01c0;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
}
.cr-info-icon span img {
	width: 34px;
}

.signle-cr-info {
	margin-bottom: 42px;
}

.cr-info-icon {
	margin-bottom: 15px;
}

.cr-top-area {
	position: relative;
}

.cr-top-area:after {
	position: absolute;
	right: 0;
	width: 40%;
	height: 100%;
	background: #ff0086;
	content: "";
	top: 0;
	z-index: -1;
}

.img-blk-nrs .row {
	height: 100%;
}

.img-blk-nrs .row .cr-top-img {
	height: 100%;
}

.img-blk-nrs .row .cr-top-img img {
	height: 100%;
	overflow: ;
	-o-object-fit: cover;
	object-fit: cover;
}

.cr-right-content-info h3 {
	font-size: 21px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
}

.cr-right-content-info p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
}

.cr-right-content-info img {
	width: 64px;
	margin-bottom: 21px;
}

.cr-right-content-info a {
	background: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	display: inline-block;
	padding: 12px 28px;
	border-radius: 34px;
	color: #ff0086;
	margin-top: 58px;
	font-size: 12px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cr-right-content-info a:hover {
	background: #9b01c0;
	color: #fff;
}

.left-blk-cr {
	margin-top: 27px;
}

.promo-area.prm-2.cr-blk-prt {
	height: 386px;
	background-size: cover;
	background-position: center center;
}

.promo-area.prm-2.cr-blk-prt {
	margin-top: 40px;
}

.qualification-area {
	background: #ff0086;
}

.qualification-area {
	position: relative;
}

.ql-list h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 6px;
	position: relative;
	margin-bottom: 31px;
}

.ql-list h3:after {
	position: absolute;
	left: ;
	left: -15px;
	top: 0;
	width: 4px;
	background: #fff;
	content: "";
	height: 100%;
}

.ql-list-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ql-list-items ul li {
	font-size: 19px;
	color: #fff;
	padding-left: 33px;
	font-style: italic;
	position: relative;
	margin-bottom: 24px;
	line-height: 23px;
}

.ql-list-items ul li span {
	position: absolute;
	left: 0;
	top: 0;
}

.ql-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.qualification-area {
	padding: 70px 0;
	margin-top: 50px;
}

.ql-list {
	margin-left: 32px;
}

.cr-ico-2 {
	position: absolute;
	right: 0;
	bottom: 82px;
	max-width: 107px;
}

.faq-sec {
	position: relative;
}

max {
}

.faq-accordion-blk {
	max-width: 500px;
}

.faq-nrs {
	position: absolute;
	right: -59px;
	bottom: -85px;
	max-width: 717px;
}

.faq-area {
	padding-top: 150px;
}

.ac-top-title-blk h2 {
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	color: #ff0086;
	line-height: 39px;
}

.ac-top-title-blk img {
	width: 55px;
	margin-bottom: 11px;
}

.ac-top-title-blk {
	margin-bottom: 26px;
}

.card {
	margin-bottom: 25px;
	border: none;
	-webkit-box-shadow: 0 9px 16px #e4baed;
	box-shadow: 0 9px 16px #e4baed;
}

.card-header {
	padding: 0;
	border: none;
}

.card-header button {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 19px;
	color: #ff0086;
	font-weight: 700;
	font-style: italic;
	border-radius: 0 !important;
	background: #fff !important;
	border: none;
	padding: 20px 20px;
	position: relative;
}

.card-header button span {
	color: #9b01c0;
	font-size: 25px;
	margin-right: 6px;
}

.card-header button i {
	width: 25px;
	height: 25px;
	border: 1px solid;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #9b01c0;
	display: none;
}

.card-header button[aria-expanded="false"] i.fa-plus {
	display: block;
}

.card-header button[aria-expanded="true"] i.fa-minus {
	display: block;
}

.card-header button[aria-expanded="true"] {
	background: #ff0086 !important;
}

.card-header button[aria-expanded="true"] {
	color: #fff;
}

.card-header button[aria-expanded="true"] span {
	color: #fecfe2;
}

.card-header button[aria-expanded="true"] i {
	color: #fff;
}

.card-header button:hover {
	color: #ff0086;
	text-decoration: none;
}

.acrd-content p {
	font-size: 18px;
	color: #846481;
	font-style: italic;
}

.acrd-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.application-area {
	background: #ff0086;
	text-align: center;
	padding: 68px 0;
	padding-bottom: 100px;
}

.application-texts h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
}

.application-texts h2 span {
	display: block;
	font-weight: 300;
	margin-top: -11px;
}

.apl-select .nice-select {
	font-size: 34px;
	float: none;
	height: 62px;
	line-height: 49px;
	background: transparent;
	border: 6px solid;
	color: #fff;
	border-radius: 0;
	font-weight: 300;
	font-style: italic;
	width: 650px;
	margin-right: 20px;
}

.apl-select-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.apl-select button {
	font-size: 23px;
}

.apl-select-wrp button {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	background: #fff;
	border: none;
	height: 62px;
	padding: 0 25px;
	color: #ff0086;
}

.apl-select .nice-select:after {
	border-color: #fff;
	width: 15px;
	height: 15px;
	top: 18px;
	right: 17px;
}

.application-area {
	position: relative;
}

.spr-img {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -50px;
}

.apl-select .nice-select ul {
	width: 100%;
	background: #ff0086;
}
.accordion-all {
	margin-bottom: 84px;
}
.apl-select .nice-select ul li {
	font-size: 20px;
}

.apl-select .nice-select ul li.selected {
	background: #9b01c0 !important;
}

.apl-select .nice-select ul li:hover {
	background: #9b01c0;
}

.single-item-cr-sldier {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cr-sldier-content-all {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-icon a {
	max-width: 55px;
	display: block;
}

.active.center .single-item-cr-sldier {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	position: relative;
	z-index: 9999 !important;
}

.single-item-cr-sldier {
	margin-top: 100px;
	margin-bottom: 100px;
	position: ;
	z-index: ;
}

.owl-item.active.center {
	position: relative;
	z-index: 999;
}

.cr-sldier-content-blk {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
}

.cr-sldier-content-blk h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	padding-right: 127px;
	margin: 0;
}

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

.cr-sldier-content-all {
	display: none;
}

.active.center .cr-sldier-content-all {
	display: block;
}

.single-item-cr-sldier::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 0, 134, 0)),
		to(rgba(255, 0, 134, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 0, 134, 0) 0%,
		rgba(255, 0, 134, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff0086', endColorstr='#ff0086', GradientType=0);
	content: "";
	display: none;
	opacity: 0.8;
}

.active.center .single-item-cr-sldier::after {
	display: block;
}

.cr-slider-area .owl-dots button span {
	width: 10px;
	height: 10px;
	background: #c9bcc9;
	display: inline-block;
	margin: 0 7px;
	border-radius: 50%;
}
.cr-slider-area .owl-dots {
	text-align: center;
}
.cr-slider-area {
	padding-bottom: 100px;
}
.cr-slider-area .owl-dots {
	margin-top: 18px;
}
.cr-slider-area .owl-dots button.active span {
	background: #846481;
}

.cr-sldier-blk {
	padding-left: 50px;
	padding-right: 50px;
}

.apl-select-wrp button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.apl-select-wrp button:hover {
	background: #9b01c0;
	color: #fff;
	cursor: pointer;
}

.cr-slider-area .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	left: -25px;
}
.cr-slider-area .owl-nav button:focus {
	outline: none !important;
}

.cr-slider-area .owl-nav button i {
	width: 40px;
	height: 40px;
	border: 2px solid #846481 !important;
	color: #846481 !important;
	font-size: 25px !important;
	line-height: 38px !important;
	border-radius: 50%;
	left: -25px;
}
.cr-slider-area .owl-nav button.owl-next {
	left: auto;
	right: -25px;
}
.cr-slider-area .owl-nav button i:hover {
	background: #ff0086 !important;
	color: #fff !important;
	border-color: #ff0086 !important;
	cursor: pointer !important;
}

.promo-area.prm-2.cr-blk-prt {
	position: relative;
}
.promo-area.prm-2.cr-blk-prt:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 0, 134, 0)),
		to(rgba(255, 0, 134, 1))
	);
	background: linear-gradient(
		to right,
		rgba(255, 0, 134, 0) 0%,
		rgba(255, 0, 134, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0086', endColorstr='#ff0086',GradientType=1 );
	content: "";
	z-index: -1;
}
.promo-area.prm-2.cr-blk-prt {
	position: relative;
	z-index: 1;
}
.owl-dot:focus {
	outline: none;
}
/* career page css end */

/*privicy-page-css*/

.privicy-containt {
	text-align: justify;
	padding: 0 135px;
}
.privicy-area {
	padding-top: 120px;
	padding-bottom: 90px;
}
.privicy-hed h2 {
	font-size: 40px;
	font-family: times-new-roman;
	letter-spacing: 12px;
	text-transform: uppercase;
	padding-bottom: 70px;
	margin: 0;
	color: #2f4960;
}
.privicy-hed {
	position: relative;
	text-align: center;
}
.privicy-hed:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 5px;
	background: #6b4d6c;
	left: 0;
	right: 0;
	margin: auto;
	top: 79px;
}
.privicy-text {
	text-align: center;
}
.privicy-text h3 {
	font-size: 22px;
	color: #414141;
	text-transform: uppercase;
}
.privicy-text p {
	font-size: 18px;
	color: #414141;
	font-weight: 300;
}
.privicy-text p span {
	font-size: 17px;
	font-weight: 700;
}

/* About page css start */

.page-banner-area.grdnt-banner:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-box-pack: ;
	-ms-flex-pack: ;
	justify-content: ;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(46%, rgba(255, 0, 151, 1)),
		to(rgba(255, 0, 151, 0))
	);
	background: linear-gradient(
		to right,
		rgba(255, 0, 151, 1) 46%,
		rgba(255, 0, 151, 0) 100%
	);
	content: "";
	z-index: -1;
	opacity: 0.4;
}

.services-tm-info {
	padding: 0;
}
.services-tm-info p {
	margin-bottom: 0;
}
.single-scvs-blk {
	background: #fff;
	padding: 8px;
	-webkit-box-shadow: 0 0 10px #dddddd87;
	box-shadow: 0 0 10px #dddddd87;
}
.single-scvs-blk {
}
.single-scvs-blk .services-tm-info {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 27px;
	padding-top: 27px;
}
.single-scvs-blk .services-tm-info h3:after {
	width: 100% !important;
}

.single-scvs-blk .service-thum {
	height: 433px;
}
.single-scvs-blk .service-thum img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.nurse-family-content {
	background: #ff0198;
	padding: 50px 0;
}
.nurse-family-text h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}
.nurse-family-text p {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}
.nurse-family-text a {
	background: #fff;
	font-size: 23px;
	color: #ff0098;
	display: inline-block;
	padding: 11px 48px;
	font-weight: 500;
	letter-spacing: 4px;
	margin-top: 20px;
	position: relative;
}
.nurse-family-content {
	margin-top: 60px;
}

.tree-img {
	position: absolute;
	right: 0;
	bottom: -50px;
	max-width: 335px;
}

.nurse-family-text {
	padding-right: 402px;
}

.nurse-family-text a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.nurse-family-text a:hover {
	background: #9f01cb;
	color: #fff;
}

/* About page css end */

/* Services pages css start */

.service-hero-area {
	height: 725px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.service-hero-area:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(46%, rgba(255, 0, 151, 1)),
		to(rgba(255, 0, 151, 0))
	);
	background: linear-gradient(
		to right,
		rgba(255, 0, 151, 1) 46%,
		rgba(255, 0, 151, 0) 100%
	);
	content: "";
	z-index: -1;
	opacity: ;
	opacity: 0.4;
}

.service-hero-area .hero-content p {
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	margin-top: 25px;
	padding-right: 50px;
}
.bellow-hero-texts p {
	margin: 0;
	text-align: center;
	background: #ff0086;
	font-size: 39px;
	color: #fff;
	font-weight: 700;
	padding: 12px 0;
}
.services-info-area {
	margin-top: 46px;
}
.serc-info-top-para p {
	font-size: 18px;
	color: #2f4960;
}

.service-thum::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 0, 151, 0)),
		to(rgba(255, 0, 151, 1))
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 0, 151, 0) 0%,
		rgba(255, 0, 151, 1) 100%
	);
	content: "";
	opacity: 0.4;
}

.service-thum {
	position: relative;
}
.service-thum img {
	width: 100%;
}
.services-tm-info h3::after {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 2px;
	background: #ff43ff;
	content: "";
}
.services-tm-info h3 {
	color: #ff0086;
	font-size: 35px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.services-tm-info p {
	color: #0e1f15;
	font-size: 15px;
}
.services-tm-info {
	padding: 0 25px;
}
.services-top-para-blk {
	background: #fffafe;
	padding: 60px 0;
}
.services-top-para-blk p {
	line-height: 30px;
	margin-bottom: 25px;
}

.mdl-srvcs-content-blk .tm-content {
	background: rgba(182, 61, 216, 0.9);
}
.mdl-srvcs-content-blk {
	padding: 60px 0;
}

.services-top-para-blk.btm-blk {
	background: #ff0097;
	color: #fff;
}
.services-top-para-blk.btm-blk p {
	color: #fff;
	font-size: 17px;
}
.services-top-para-blk.btm-blk p {
	font-weight: 300;
}
.service-hero-area {
	background-attachment: fixed;
}

.site-menu ul li {
	position: relative;
}
.site-menu ul li ul {
	position: absolute;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 111%;
	width: 226px;
	background: #ffeeff;
	content: "";
	z-index: 9;
	visibility: hidden;
	opacity: 0;
}
.site-menu ul li ul li {
	display: block;
}
.site-menu ul li ul li a {
	padding: 15px 10px;
	color: #000;
	margin: 0;
}

.site-menu ul li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.services-info-area.brd-blk .services-tm-info h3::after {
	width: 43%;
}
.footer-social-links {
	margin-top: 141px;
}

.modal-dialog {
	max-width: 900px;
}
.modal-body {
	background: #ff0198;
	color: #fff;
	border-radius: 0;
}
.call-pp-left {
	text-align: center;
}
.call-pp-left h4 {
	color: #fff;
	font-size: 12px;
	foint: ;
	font-style: italic;
	margin-bottom: 4px;
}
.call-pp-left p {
	font-size: 16px;
	color: #fff;
}
.call-pp-left p span {
	font-size: 22px;
	font-weight: 800;
}
.call-numnber {
	font-size: 41px;
	font-weight: 800;
	color: #fff;
	display: block;
}
.pp-btn {
	display: block;
	background: #ae01df;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	max-width: 212px;
	margin: 0 auto;
	padding: 14px 0px;
	margin-top: 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.pp-btn:hover {
	background: #fff;
	color: #000;
}
.call-pp-left h5 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 15px;
}
.call-pp-left h5 span {
	text-decoration: underline;
	font-weight: 500;
	margin-top: ;
}

.call-pp-left h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	font-style: italic;
}
.call-pp-left {
}
.call-pp-left {
	position: relative;
}
.call-pp-left:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 150px;
	width: 2px;
	background: #fff;
	copn: ;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.call-pp-left.aftrr::after {
	display: none;
}

.footer-cp-area {
	background: #ff0097;
	color: #fff;
	padding: 15px 0;
}
.footer-cp-area p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.footer-cp-area p a {
	font-weight: 700;
	color: #fff;
}
.footer-cp-area p a:hover {
	color: #9f01cb;
}
span {
	color: #;
}
.close span {
	color: #fff;
	opacity: 1;
}
.close {
	opacity: 1;
	font-size: 26px;
}

.scrl-downn-btnsr-1 {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 37px;
	cursor: pointer;
}

.faq-area.faq-hmq {
	padding-top: 60px;
}
.faq-sec-title {
	text-align: center;
	padding: 0 110px;
}
.faq-sec-title h2 {
	color: #ff0086;
	font-size: 35px;
	font-weight: 800;
	font-style: italic;
}
.faq-sec-title h2 {
	position: relative;
}
.faq-sec-title h2:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 233px;
	background: #ff14ff;
	content: "";
	height: 2px;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}
.faq-sec-title h2 {
	margin-bottom: 33px;
}
.faq-sec-title p {
	font-size: 18px;
	color: #0e1f15;
}
.faq-sec-title p span {
	display: block;
	font-weight: 500;
	font-style: italic;
}

.faq-area.faq-hmq .faq-accordion-blk {
	width: ;
	max-width: 100%;
	padding-right: 15px;
}
.ac-rt-img {
	padding-left: 15px;
}
.ac-rt-img img {
	width: 100%;
}
.faq-sec-title {
	margin-bottom: 58px;
}
.call-to-action-area.mt-blk {
	margin-top: 211px;
}

.header-bar-section.scroll-header {
	position: fixed;
	z-index: 99999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-bar-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.hero-slider-main {
	margin-top: 100px;
}
.service-hero-area {
	margin-top: 100px;
}
.blog-top-info {
	margin-top: 100px;
}
.page-banner-area {
	margin-top: 100px;
}

.nurse-list-left-blk .services-tm-info {
	padding: 0;
}
.nurse-list-area {
	padding: 60px 0;
}
.nurse-list-left-blk .nurse-top-title {
	display: inline-block;
	position: relative;
}
.nurse-list-left-blk .nurse-top-title img {
	position: absolute;
	right: -82px;
	bottom: 10px;
}
.nurse-list-left-blk p {
	font-size: 15px;
	color: #0e1f15;
	font-weight: 400;
	line-height: 24px;
}

.nrs-list-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nrs-list-item ul li {
	color: #0e1f15;
	font-weight: 500;
	padding-left: 19px;
	position: relative;
	margin-bottom: 18px;
}
.nrs-list-item ul li:after {
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	background: #ff0086;
	content: "";
	border-radius: 50%;
}
.nrs-list-item {
	margin-top: 33px;
}

.mobile-menu-inner ul li {
	position: relative;
}
.drop-btn {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 23px;
	width: 34px;
	text-align: center;
	background: #ff0086;
	color: #fff;
	font-size: 23px;
	border-radius: 2px;
	cursor: pointer;
}
.mobile-menu-inner ul li ul li a {
	font-size: 15px;
	padding-left: ;
	padding: 9px;
}
.mobile-menu-inner ul li ul {
	padding-left: 22px;
}

/* Services pages css end */

/*application-page-css-start*/

.aplication-area {
	padding: 80px 0;
}

.section-title.app-title {
	margin-bottom: 60px;
	padding: 0;
}

.section-title.app-title p {
	font-size: 18px;
	color: #846481;
	margin-bottom: 10px;
}
.section-title.app-title span {
	font-size: 18px;
	color: #2f4960;
	font-style: italic;
	font-weight: 600;
}

.upload-area {
	text-align: center;
	margin-top: 70px !important;
	width: 745px;
	margin: auto;
	height: 50px;
	position: relative;
}
.upload-area input {
	width: 100%;
	height: 50px;
	padding: 0 90px;
	border: 0;
	background: #fffafd;
	font-size: 23px;
	color: #b1afb1;
}
.upload-area a {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.upload-area button {
	font-size: 20px;
	position: absolute;
	right: 0;
	height: 100%;
	width: 280px;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #a920c8;
	cursor: pointer;
}
.upload-area a img {
	max-width: 30px;
}

.parsonal-input input {
	color: #b1afb1;
	padding: 10px 20px;
	width: 100%;
	border-bottom: 1px solid #d5cdd4 !important;
	border: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.container.wd {
	max-width: 1000px;
}

.page-banner-content.app-bn h2 {
	width: 990px;
	margin: auto;
}
/* The container */
.container-ck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-ck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 30px;
	width: 30px;
	background-color: transparent;
	transform: translateY(-50%);
	border: 1px solid #e1dbe0;
}

/* On mouse-over, add a grey background color */
.container-ck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-ck input:checked ~ .checkmark {
	background-color: transparent;
	border: 2px solid#FF0086;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-ck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-ck .checkmark::after {
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #ff0086;
	transform: translate(-50%, -50%);
}

.readiio-fl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.readiio-fl label {
	margin-right: 30px;
	font-size: 18px;
	color: #726d72;
	padding-left: 45px;
	margin-bottom: 20px;
}
.parsonal-radio h1 {
	font-size: 23px;
	color: #615b61;
	margin-bottom: 27px;
}
.parsonal-form {
	margin-bottom: 45px;
}
.parsonal-radio {
	margin-bottom: 50px;
}

.parsonal-radio.mr {
	margin-bottom: 30px;
}

.cna-area h3 {
	font-size: 23px;
	color: #615b61;
	margin-bottom: 27px;
}
.single-cna {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.single-cna p {
	font-size: 18px;
	color: #615b61;
	margin: 0;
}
.single-cna input {
	border: 0;
	border: ;
	border-bottom: 1px solid #d3c9d2;
	width: 220px;
	margin-right: 20px;
	background: transparent;
}
.cna-radio {
	display: flex;
	align-items: end;
}
.cna-radio label {
	margin: ;
	margin-left: 25px;
	font-size: 18px;
	margin-bottom: 0;
}
.single-cna.mbbb {
	margin: 0;
}
.cna-area {
	background: #fffafd;
	padding: 30px 20px;
	border-radius: 10px;
	margin-bottom: 40px;
}

.table .thead-dark th {
	color: #fff;
	background-color: #d214b9;
	border-color: #d214b9;
}
.parsonal-radio.teble-area input {
	width: 70px;
	border: 0;
	border-bottom: 1px dashed#857F85;
	margin-bottom: 10px;
}
.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 0;
	background: #fffafd;
}
.parsonal-form.mbb {
	margin-bottom: 0;
}

.tebb-title h3 {
	font-size: 23px;
	color: #615b61;
	margin-bottom: 10px;
	padding-left: 21px;
}

.gan {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.gan h3 {
	font-size: 20px;
	margin: 0;
	color: #615b61;
	padding-left: 20px;
}
.gan .readiio-fl label {
	margin: ;
	margin-bottom: 0;
}

.section-title.app-title2 p {
	margin-top: 0;
	font-size: 18px;
	color: #846481;
	font-weight: 500;
}
.section-title.app-title2 span {
	font-size: 18px;
	color: #2f4960;
	font-weight: 600;
	font-style: italic;
}
.section-title.app-title2 {
	margin-bottom: 30px;
}

.prev {
	background: #d214b9;
	font-size: 23px;
	color: #fff;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	margin-bottom: 30px;
}

.add-btn {
	text-align: right;
	margin-top: 40px;
}
.add-btn button {
	background: #f7f7f7;
	height: 50px;
	width: 190px;
	text-transform: uppercase;
	color: #615b61;
	border: 0;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
}
.add-btn button img {
	margin-left: 10px;
}

.single-cna.wdd p {
	font-size: 21px;
	color: #615b61;
}
.single-cna.wdd {
	margin-bottom: 20px;
}

.ref p {
	font-size: 18px;
	color: #846481;
	font-style: italic;
	font-weight: 600;
	padding-left: 20px;
	margin: 20px 0;
	margin-bottom: 35px;
}

.acrd-content.ita p {
	font-size: 18px;
	color: #846481;
	font-family: ;
	font-weight: 500;
}
.acrd-content.ita {
	padding: 0;
}

.aplication-area {
	overflow: hidden;
}

.parsonal-input input::-webkit-input-placeholder {
	/* Edge */
	color: #b1afb1;
	opacity: 1;
}

.parsonal-input input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #b1afb1;
	opacity: 1;
}

.parsonal-input input::placeholder {
	color: #b1afb1;
	opacity: 1;
}

/*application-page-css-end*/
