* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
}
.text {
	font-family: 'Inter';
	font-size: 17px;
	line-height: 24px;
}
li {
	list-style: none;
}
ol, ul {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	transition: 0.3s;
}
.second-heading {
	font-family: 'Baloo 2';
	font-size: 40px;
	font-weight: 500;
	line-height: 42px;
	color: #82295f;
}
.second-heading strong {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
	transition: 0.3s;
}
a:hover {
	color: #3baae0;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	outline: none;
	outline-offset: 0px;
	box-shadow: none;
}
a:focus,
a:hover {
	text-decoration: none !important;
}
.btn-style {
	font-weight: 500;
	display: inline-block;
	padding: 10px 35px;
	background-color: #863f7a;
	border-radius: 50px;
	font-size: 17px;
	font-family: "Inter";
	color: #fff;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
}
.btn-style:hover {
	color: #863f7a;
	background-color: #e7d1f8;
}

@font-face {
	font-family: 'Baloo 2';
	src: url('../fonts/Baloo2-Bold.eot');
	src: url('../fonts/Baloo2-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Baloo2-Bold.woff2') format('woff2'),
		url('../fonts/Baloo2-Bold.woff') format('woff'),
		url('../fonts/Baloo2-Bold.ttf') format('truetype'),
		url('../fonts/Baloo2-Bold.svg#Baloo2-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Baloo 2';
	src: url('../fonts/Baloo2-Medium.eot');
	src: url('../fonts/Baloo2-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Baloo2-Medium.woff2') format('woff2'),
		url('../fonts/Baloo2-Medium.woff') format('woff'),
		url('../fonts/Baloo2-Medium.ttf') format('truetype'),
		url('../fonts/Baloo2-Medium.svg#Baloo2-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Baloo 2';
	src: url('../fonts/Baloo2-Regular.eot');
	src: url('../fonts/Baloo2-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Baloo2-Regular.woff2') format('woff2'),
		url('../fonts/Baloo2-Regular.woff') format('woff'),
		url('../fonts/Baloo2-Regular.ttf') format('truetype'),
		url('../fonts/Baloo2-Regular.svg#Baloo2-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Medium.eot');
	src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Medium.woff2') format('woff2'),
		url('../fonts/Inter-Medium.woff') format('woff'),
		url('../fonts/Inter-Medium.ttf') format('truetype'),
		url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.eot');
	src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.woff') format('woff'),
		url('../fonts/Inter-Regular.ttf') format('truetype'),
		url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #fff;
	padding: 5px 0;
	border-top: 5px solid #863f7a;
}
.header-menu a:hover {
	color: #863f7a;
}
.top-header {
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 60px;
	overflow: hidden;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.darkHeader .top-header {
	padding: 0;
	height: 0;
}
.header-contact {
	display: flex;
	gap: 40px;
	align-items: center;
}
.header-contact a {
	font-size: 17px;
	font-family: "Inter";
	font-weight: bold;
	color: #4b4b4b;
	padding-left: 5px;
}
.bottom-header {
/* 	display: flex;
	justify-content: flex-end;
	align-items: center; */
	border-top: 1px solid #a5a5a5;
	position: relative;
}
.darkHeader .bottom-header {
	border: none;
}
.darkHeader .bottom-header::before {
	display: none;
}
.logo img{
	width: 187px;
	transition: ease 0.5s all 0s;
}
.darkHeader .logo img {
	width: 150px;
}
.header-social img {
	width: 27px;
}
.header-menu ul {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.header-menu a {
	font-size: 17px;
	font-family: "Inter";
	font-weight: 500;
	color: #4b4b4b;
	transition: 0.5s;
	position: relative;
}
.header-menu a:hover {
	color: #863f7a;
}
.header-menu ul li .active {
	font-weight: bold;
	color: #863f7a;
	position: relative;
}
.header-menu ul li a:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #863f7a;
	bottom: 2px;
	left: 20px;
	border-radius: 5px;
	transition: 0.3s;
}
.header-menu ul li a:hover {
	color: #863f7a;
	position: relative;
}
.header-menu ul li a:hover:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #863f7a;
	bottom: 2px;
	left: 20px;
	border-radius: 5px;
}
.header-menu ul li a:hover:after, .header-menu ul li .active::after {
	width: 50px;
}
.hero {
	position: relative;
	background-image: url(../images/hero-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 116px;
	padding: 100px 0;
}
.parent {
	position: relative;
	width: 100%;
	height: 735px;
}
/* .hero-content-holder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */
.hero-content {
	padding-top: 130px;
}
.hero-img img {
	border-radius: 50px;
}
.hero-main-heading {
	color: #fff;
	font-size: 60px;
	font-family: "Baloo 2";
	line-height: 63px;
	font-weight: bold;
	padding-bottom: 10px;
}
.hero-text {
	font-size: 22px;
	font-family: "Inter";
	font-weight: normal;
	color: #fff;
	padding-bottom: 5px;
}
.hero-content .text {
	color: #fff;
	padding: 0 0 5px 0;
}
.hero-content .btn-style {
	background-color: #e7d1f8;
	color: #863f7a;
	margin-right: 10px;
}
.hero-content .btn-style:hover {
	background-color: #eebce6;
}
/* hero css end */
/* about section css start */
.about-section {
	padding: 80px 0;
}
.about-img,
.why-choose-us-img {
	position: relative;
}
.about-img img,
.why-choose-us-img img {
	border-radius: 100px 0 100px 0;
	position: relative;
	z-index: 2;
}
.about-img::before,
.why-choose-us-img::before {
	content: "";
	position: absolute;
	background-color: #82295f;
	max-width: 610px;
	width: 100%;
	max-height: 483px;
	height: 100%;
	top: 10px;
	left: -10px;
	z-index: 1;
	border-radius: 100px 0 100px 0;
}
.about-section .second-heading {
	padding-bottom: 10px;
}
.about-section .text {
	line-height: 27px;
	padding: 5px 0;
}
.about-btn {
	padding-top: 10px;
}
/* about section css end */
/* service-section css start */
.our-service-section {
	padding-bottom: 60px;
}
.service-box {
	margin-top: 30px;
}
.service-box img {
	border-radius: 10px;
}
.service-name {
	padding-top: 15px;
}
.service-name a {
	font-size: 30px;
	line-height: 40px;
	font-family: "Baloo 2";
	font-weight: bold;
	color: #82295f;
}
.service-text {
	padding-bottom: 8px;
}
.service-text,
.service-check-item ul li {
	font-size: 16px;
	line-height: 25px;
	font-family: "Poppins";
	font-weight: normal;
	color: #4b4b4b;
}
.service-check-item ul li {
	position: relative;
	padding-left: 25px;
}
.service-check-item ul li::after {
	content: "";
	position: absolute;
	background-image: url(../images/right-arrow.jpg);
	width: 15px;
	height: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.who-we-are-section {
	background-image: url(../images/who-we-are-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:100px 0;
}
.who-we-are-section .parent {
	height: 720px;
}
.who-we-are-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
}
.who-we-are-content .text:first-child {
	font-size: 17px;
}
.who-we-are-content .second-heading strong {
	color: #8e3683;
}
.who-we-are-heading {
	font-size: 24px;
	font-family: "Baloo 2";
	color: #8e3683;
	font-weight: bold;
	line-height: 28px;
	padding: 20px 0 5px 0;
}
.who-we-are-box {
	background-color: #8e3683;
	border-radius: 0 50px 0 50px;
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.odd-box {
	border-radius: 50px 0 50px 0;
}
.who-we-are-box-heading {
	font-size: 22px;
	line-height: 25px;
	font-family: "Inter";
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
.why-choose-us {
	padding: 70px 0 0 0;
}
.why-choose-us .text {
	color: #292929;
	line-height: 27px;
}
.why-choose-us .second-heading {
	padding: 5px 0;
}
.why-choose-content-parent {
	padding-top: 10PX;
}
.why-choose-content {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
}
.why-choose-content-heading {
	font-size: 22px;
	font-family: "Inter";
	font-weight: 500;
	color: #4b4b4b;
	line-height: 25px;
}
.testimonial-section {
	padding: 100px 0 60px 0;
}
.testimonial-section .second-heading {
	padding-bottom: 40px;
}
.sp-testimonial-free {
	background: #f8f8f9 !important;
	padding: 20px;
	border-radius: 5px !important;
	margin: 0 !important;
	min-height: 100%;
}
.sp-testimonial-free-section .sp-testimonial-title {
	margin: 0 !important;
	position: relative;
	top: -65px;
	left: 25px;
}
.sp-testimonial-post-title {
	font-size: 24px !important;
	font-family: "Baloo 2" !important;
	color: #040b2f !important;
	font-weight: bold !important;
	line-height: 28px !important;
	text-align: left !important;
	padding-left: 64px !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
	position: relative !important;
}
.sp-testimonial-free-section .sp-testimonial-title::before {
	content: "";
	position: absolute;
	background-image: url(../images/star-icon.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 97px;
	height: 18px;
	top: 30px;
	left: 64px;
}
.sp-testimonial-client-image img {
	width: 72px !important;
	height: 67px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	position: relative !important;
	font-size: 16px;
	line-height: 25px !important;
	font-family: "Poppins";
	color: #4b4b4b !important;
	text-align: left !important;
	min-height: 175px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-testimonial,
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	margin: 0 !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .testimonial-nav-arrow {
	background: none !important;
	border: none !important;
}
.home-testimonial .sp-testimonial-free-section .testimonial-nav-arrow {
	font-size: 0 !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .swiper-button-prev {
	background-image: url('../images/textimonial-prev-icon.png') !important;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .swiper-button-next {
	background-image: url('../images/textimonial-next-icon.png') !important;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	transform: translateY(-50%) !important;
}
.home-testimonial .sp-testimonial-free-section .testimonial-nav-arrow {
	font-size: 0;
}
.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet {
	background: #c69ac1 !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #8e3683 !important;
}
.sp-testimonial-free-section .sp-testimonial-item {
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
	margin: 0 !important;
}
.footer-top-bg {
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer_top {
	padding: 80px 0 45px;
}
.footer_top_heading {
	font-family: "Baloo 2";
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 3px;
	margin-bottom:15px;
	position: relative;
}
.footer_top_heading::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}
.footer_top_block .text {
	color: #fff;
	padding-bottom: 20px;
}
.footer_menu ul {
	list-style-type: none;
	padding: 0;
}
.footer_menu ul li {
	position: relative;
	padding-bottom: 10px;
}
.footer_menu ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.3s ease 0s;
	padding-left: 20px;
	display: block;
}
.footer_menu ul li a::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 13px;
	background: url('../images/down-arrow.png') no-repeat center;
	background-size: cover;
	left: 0;
	top: 5px;
}
.footer_menu ul li a:hover {
	color: #edddfa;
}
.footer_contact_info ul {
	padding: 0;
}
.footer_contact_info ul li {
	color: #fff;
	padding-bottom: 20px;
	position: relative;
	padding-left: 40px;
}
.footer_contact_info ul li img {
	position: absolute;
	left: 0;
	width: 26px;
}
.mt-5px {
	margin-top: 5px;
}
.footer_contact_info ul li a {
	color: #fff;
	transition: 0.3s;
}
.footer_contact_info ul li a:hover {
	color: #edddfa;
}
.footer_social {
	margin-top: 15px;
}
.footer_social img {
	width: 36px;
}
.footer_social a {
	margin-right: 15px;
}
.footer_social .footer_top_heading {
	padding-right: 20px;
}
.footer_social .footer_top_heading::after {
	display: none;
}
.footer_social a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.footer_social a:hover,
.footer_social a:focus,
.footer_social a:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.footer_social a:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.footer_social a:hover:before,
.footer_social a:focus:before,
.footer_social a:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.footer-bottom {
	background-color: #7e2773;
	padding: 17px 0;
	color: #fff;
	text-align: center;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	color: #edddfa;
}
#back-to-top {
	background-color: #edddfa;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 50%;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top.show {
	opacity: 1;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url("../images/inner-banner.jpg") #eee no-repeat top !important;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 270px 0 110px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area,
.content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	text-transform: none;
	z-index: 99;
	margin-bottom: 0;
}
.breadcrumb-container {
	width: 100%;
	color: #8e3683;
	position: relative;
	font-size: 15px;
}
.inner_text_hd {
	font-family: "Baloo 2";
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	color: #82295f;
	position: relative;
}
.inner_text_hd strong {
	font-weight: bold;
}
.inner_text_hd:after {
	position: absolute;
	content: "";
	bottom: -7px;
	left: 0;
	width: 50px;
	height: 3px;
	background:  #8e3683;
}
.after-center:after{
	left: 50%;
	transform: translatex(-50%);
}
/* .inner_content {
	padding-top: 50px; 
} */
.inner_sub_titl{
	font-family: "Baloo 2";
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
	color:  #82295f;
	padding-top: 15px;
}
.inner_content .inner_text_hd{
	position: relative;
}
.inner_txt {
	color: #4b4b4b;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
}
.inner_list_txt{
	margin-top: 20px;
}
.inner_list_txt ul {
	padding: 0;
	margin: 0
}
.inner_list_txt ul li {
	background: url(/wp-content/uploads/2024/02/check-list.png);
	background-position: top 2px left;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: normal;
	list-style: none;
	padding-bottom: 6px;
}
.inner_list_txt ul li strong{
	color: #8e3683;
}
.inner_bottm_sec {
	background-color: #edddfa;
	padding: 30px 60px;
	text-align: center;
	border-radius: 10px;
}
.inner_bottm_sec .inner_text_hd,.inner_bottm_sec .inner_txt{
	color: #8e3683;
}
.inner_bottm_sec .inner_text_hd:after{
	display: none;
}
.inner_list_txt strong{
	color: #2a2a2a;
	line-height: 1.2;
	font-weight: bold;
}
.inner_page_img img{
	border-radius: 20px;
}
.bg-color{
	background-color: #f5f5f5;
}
.no-after:after{
	display: none;
}
.inner_box{
	text-align: center;
	border: 1px solid #5490cc;
	border-radius: 10px;
	padding: 20px 10px;
	box-shadow: 0px 0px 25px -10px #41414145;
	min-height: 100%;
}
.inner_box .inner_sub_titl{
	min-height: 70px;
	font-size: 20px;
	line-height: 25px;
}
.about-text{
	color: #222220;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
.contact_left_box {
	display: flex;
	flex-direction: row;
	padding-bottom: 15px;
	align-items: center;
}
.cont_left_icon {
	width: 40px;
	height: 40px;
	background: #8e3683;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	border-left: 2px solid #292929;
	box-shadow: 0px 10px 16px -5px #646464;
}
.cont_left_icon img {
	width: 18px;
}
.contact_left_text {
	font-family: 'Poppins';
	font-size: 17px;
	color: #4b4b4b;
	font-weight: 500;
	margin-left: 10px;
}
.contact_left_text a {
	font-family: 'Poppins';
	color: #4b4b4b;
	font-weight: 500;
	font-size: 18px;
}
.contact_left_text a:hover {
	color: #1e1e1e;
}
.right-sec-contact {
	border: 1px solid #292929;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 0px 25px -10px #414141;
}
.right-sec-contact input, .right-sec-contact textarea {
	font-family: 'Poppins';
	border: 1px solid #292929;
	box-shadow: none;
	padding: 8px 10px;
	width: 100%;
	border-radius: 0;
}
.right-sec-contact textarea {
	resize: none;
	height: 100px;
}
.right-sec-contact .wpcf7-response-output {
	display: none;
}
.right-sec-contact .box .submit-btn {
	width: fit-content;
	border: none;
}
.review_page_box{
	margin-bottom:25px;
}
.review_page_box_inner {
	padding: 20px;
	border: 2px solid #8e3683;
	border-radius: 20px 0 20px 0;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
	min-height:100%;
}
.review_page_box_name {
	font-family: "Baloo 2";
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	font-weight: 600;
	color: #8e3683;
	position: relative;
}
.review_page_box_name:after {
	content: "";
	position: absolute;
	background-image: url(../images/quote.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 40px;
	height: 27px;
	top: 0;
	right: 0;
}
.inner_text_para {
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #4b4b4b;
	padding: 10px 0;
}
.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 5px !important;
}
.ref_form_box_heading {
	font-family: "Baloo 2";
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	color: #292929;
}
.ref_form_box_heading strong {
	color: #8e3683;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url(../images/select-arrow.png) #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input select:focus-visible {
	outline: none !important;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #8e3683 !important;
	color: #fff !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 30px 12px;
	transition: 0.3s;
}
.ref_form_box .contact_btn input:hover{
	background: #edddfa !important;
	color: #8e3683 !important;
}
.primary-navigation ul ul {
	background-color: #8e3683 !important;
	width: 350px;
	top: 100% !important;
	display: block;
}
.primary-navigation ul ul a {
	width: 100% !important;
	color: #fff;
	padding: 12px !important;
	/* 	font-size: 15px;
	line-height: 20px; */
}
.primary-navigation ul ul a::after {
	display: none;
}
.primary-navigation ul ul a:before {
	display: none;
}
.primary-navigation ul ul li {
	padding-right: 0;
	width: 100%;
}
.primary-navigation ul ul a:hover {
	color: #1e1e1e !important;
	background-color: #fff !important;
	width: 100% !important;
}
.primary-navigation .menu-item-has-children>a:after {
	font-size: 0 !important;
	top: 35px !important;
}
.primary-navigation .menu-item-has-children>a, .primary-navigation .page_item_has_children>a {
	padding-right: 12px !important;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#a7397b;
	color:#fff!important;
	padding:10px 0;
	font-weight:700;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 10px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#373636;
	color:#fff!important;
	padding:10px 0;
	font-weight:700;
}
.back-btn a {
	background: #2c2c2c;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-header, .header-menu{
		display:none;
	}
	.header{
		border-top: none;
	}
	.bottom-header{
		border-top: none;
		padding:0 !important;
	}
	.logo img, .darkHeader .logo img{
		width: 115px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}	
	.hero{
		margin-top: 68px;
		padding: 26px 0 90px;
	}
	.hero-content {
		padding-top: 0;
	}
	.hero-text{
		font-size: 18px;
		padding-bottom: 0;
	}
	.hero-main-heading {
		font-size: 25px;
		line-height: 32px;
		padding-bottom: 10px;
	}
	.hero-content .btn-style{
		padding: 10px 28px;
	}
	.hero-button img{
		width: 70px;
	}
	.hero-img{
		margin-top:20px;
	}
	.hero-img img{
		width:100%;
	}
	.about-section {
		padding: 40px 0 30px;
	}
	.about-img img, .why-choose-us-img img{
		border-radius: 40px 0 40px 0;
		width:100%;
	}
	.about-img::before, .why-choose-us-img::before{
		border-radius: 40px 0 40px 0;
	}
	.about-section .second-heading{
		margin-top:38px;
		font-size: 25px;
		line-height: 28px;
	}
	.about-section .text{
		line-height: 25px;
	}
	.btn-style{
		padding: 10px 28px;
		font-size: 16px;
	}
	.our-service-section {
		padding-bottom: 15px;
	}
	.second-heading{
		font-size: 25px;
		line-height: 30px;
	}
	.service-box {
		margin-top: 20px;
	}
	.service-box img{
		width:100%;
	}
	.service-name a {
		font-size: 22px;
		line-height: 30px;
	}
	.who-we-are-section{
		padding: 100px 0 88px;
	}
	.who-we-are-heading {
		font-size: 22px;
		line-height: 25px;
		padding: 15px 0 5px 0;
	}
	.who-we-are-right-content{
		margin-top:30px;
	}
	.who-we-are-box{
		padding: 20px 25px;
	}
	.who-we-are-box-heading{
		font-size: 20px;
		line-height: 23px;
		padding-top: 14px;
	}
	.who-we-are-box img{
		max-width: 55px;
	}
	.why-choose-us {
		padding: 0 0 40px;
	}
	.why-choose-content{
		padding: 6px 0;
	}
	.why-choose-content-heading {
		font-size: 18px;
		line-height: 20px;
	}
	.why-choose-us-img{
		margin-top:30px;
	}
	.testimonial-section {
		padding: 10px 0 25px;
	}
	.testimonial-section .second-heading {
		padding-bottom: 25px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
		margin:0 !important;
	}
	.footer_top {
		padding: 56px 0 15px;
	}
	.footer_top_heading{
		font-size: 20px;
		margin-top:10px;
	}
	.footer_social {
		margin-top: 6px;
	}
	.footer_contact_info ul li{
		font-size: 15px;
	}
	.footer-bottom{
		padding: 15px 0 60px;
	}
	#back-to-top{
		bottom: 48px;
	}
	.page .entry-header, .blog_page_header {
		padding: 70px 0 75px !important;
		margin: 60px 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_page_img{
		margin-bottom:20px;
	}
	.inner_page_img img{
		width:100%;
	}
	.inner_content .inner_text_hd, .inner_sub_titl{
		font-size: 22px;
		line-height: 26px;
	}
	.inner_list_txt ul li strong{
		font-size: 15px;
	}
	.inner_bottm_sec{
		padding: 30px 10px;
	}
	.ref_form_box {
		padding: 25px 15px;
		margin-bottom: 20px;
	}
	.ref_form_box_heading {
		font-size: 22px;
		line-height: 28px;
	}
	.review_page_box_inner{
		padding: 20px 15px;
	}
	.review_page_box_name{
		font-size: 22px;
	}
	.inner_text_hd{
		font-size: 22px;
		line-height: 28px;
	}
	.contact_left_box{
		padding-bottom: 10px;
	}
	.contact_left_text, .contact_left_text a{
		font-size: 16px;
	}
	.right_form_contact {
		margin-top:20px;
	}
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.hero {
		padding: 35px 0 120px !important;
	}
	.hero-content {
		padding-top: 0 !important;
	}
	.about-section .second-heading {
		margin-top: 38px !important;
	}
	.who-we-are-right-content .col-lg-6{
		width:50%;
	}
	.right_form_contact {
		margin-top: 20px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.hero-content {
		padding-top: 65px;
	}
	.about-section .second-heading{
		margin-top: 0;
	}
	.service-content-box{
		width:50%;
	}
	.service-box {
		margin-top: 30px;
	}
	.why-choose-us {
		padding: 25px 0 40px;
	}
	.right_form_contact {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.hero{
		padding: 70px 0 95px;
	}
	.hero-content {
		padding-top: 60px;
	}
	.hero-main-heading{
		font-size: 52px;
		line-height: 58px;
	}
	.hero-button{
		margin-top:20px;
	}
	.hero-button img{
		width:72px;
	}
	.service-name a {
		font-size: 26px;
		line-height: 35px;
	}
	.who-we-are-box{
		padding: 30px 10px;
	}
	.who-we-are-box-heading{
		font-size: 20px;
	}
	.why-choose-content-heading {
		font-size: 18px;
		line-height: 22px;
	}
	.footer_menu ul li a, .footer_contact_info ul li a{
		font-size:15px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.hero-content {
		padding-top: 65px;
	}
	 .hero-main-heading {
		 font-size: 25px;
		 line-height: 32px;
	}
	.about-section .second-heading{
		margin-top: 0;
	}
	.service-content-box{
		width:50%;
	}
	.service-box {
		margin-top: 30px;
	}
	.why-choose-us {
		padding: 25px 0 40px;
	}
	.right_form_contact {
		margin-top: 0;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.hero{
		padding: 70px 0 95px;
	}
	.hero-content {
		padding-top: 60px;
	}
	.hero-main-heading{
		font-size: 52px;
		line-height: 58px;
	}
	.hero-button{
		margin-top:20px;
	}
	.hero-button img{
		width:72px;
	}
	.service-name a {
		font-size: 26px;
		line-height: 35px;
	}
	.service-content-box {
		width: 33.33%;
	}
	.service-box img{
		width:100%;
	}
	.who-we-are-box{
		padding: 30px 10px;
	}
	.who-we-are-box-heading{
		font-size: 20px;
	}
	.why-choose-content-heading {
		font-size: 18px;
		line-height: 22px;
	}
	.footer_menu ul li a, .footer_contact_info ul li a{
		font-size:15px;
	}
}

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

}

@media screen and (min-width: 1624px) {
	.hero, .who-we-are-section{
		padding: 182px 0;
	}
}

@media screen and (min-width: 1920px) {
	.hero, .who-we-are-section{
		padding: 266px 0;
	}
}

@media screen and (min-width: 2048px) {
	.hero, .who-we-are-section{
		padding: 280px 0;
	}
}

@media screen and (min-width: 2550px) {
	.hero, .who-we-are-section{
		padding: 408px 0;
	}
}    
