* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

.second-sub-heading {
	font-size: 24px;
	line-height: 34px;
	color: #1f1f1f;
	font-weight: 400;
	font-family: "Playfair Display";
	padding-bottom: 10px;
}

.second-heading {
	font-size: 40px;
	line-height: 45px;
	color: #1f1f1f;
	font-weight: 700;
	font-family: "Playfair Display";
	position: relative;
	margin-bottom: 30px;
}

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

a {
	text-decoration: none !important;
	transition: 0.3s;
}

a:hover {
	color: #ef627c;
}

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 {
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
	font-weight: 500;
	font-family: "Poppins";
	padding: 14px 30px;
	border-radius: 50px;
	background-color: #eebf04;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	display: inline-block;
}

.btn-style:hover {
	color: #fff;
	background-color: #0e0e0f;
}

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

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.eot");
	src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
		url("../fonts/Poppins-SemiBold.woff") format("woff"),
		url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
		url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Medium.eot");
	src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-Medium.woff2") format("woff2"),
		url("../fonts/Poppins-Medium.woff") format("woff"),
		url("../fonts/Poppins-Medium.ttf") format("truetype"),
		url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
	font-weight: 500;
	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;
}

@font-face {
	font-family: "Playfair Display";
	src: url("PlayfairDisplay-Regular.eot");
	src: url("PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"),
		url("PlayfairDisplay-Regular.woff2") format("woff2"),
		url("PlayfairDisplay-Regular.woff") format("woff"),
		url("PlayfairDisplay-Regular.ttf") format("truetype"),
		url("PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Playfair Display";
	src: url("../fonts/PlayfairDisplay-Bold.eot");
	src: url("../fonts/PlayfairDisplay-Bold.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"),
		url("../fonts/PlayfairDisplay-Bold.woff") format("woff"),
		url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"),
		url("../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* header css start */

.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;
}

.darkHeader {
	box-shadow: 0px 15px 10px -15px #111;
}
.logo img {
	width: 250px;
	height: auto;
	transition: ease 0.5s all 0s;
}
/* .darkHeader .logo img {
	width: 150px;
	height: auto;
} */

.darkHeader .header-content {
	border-bottom: none;
}

.top-header-content {
	display: flex;
	align-items: center;
	transition: 0.3s;
	height: 38px;
	background-color: #ff8ca1;
	overflow: hidden;
}

.darkHeader .top-header-content {
	height: 0px;
	padding: 0;
}

.header-info-text {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
}

.header-content,
.header-contact,
.header-contact .text a,
.bottom-header-content {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
}

.header-content {
	gap: 20px;
}

.header-contact a {
	color: #121212;
}

.bottom-header-content {
	justify-content: end;
}

.bottom-header-content {
	padding: 15px 0;
	position: relative;
}

.darkHeader .bottom-header-content::after {
	display: none;
}
.header-menu ul {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.header-menu ul li a {
	font-size: 16px;
	color: #454545;
	font-weight: 400;
	font-family: "Poppins";
	transition: 0.3s;
	position: relative;
	padding: 0 17px;
}
.header-contact {
	position: relative;
}

.header-menu a:hover,
.header-menu .active {
	color: #fe6d73;
}

.header-menu a:hover {
	color: #ff6366;
}

.header-btn {
	padding-left: 0px;
}

.header-btn .btn-style {
	padding: 10px 25px;
	font-weight: 600;
}
.ndis_logo img {
	width: 120px;
}
.register_logo img {
	width: 190px;
	margin-left: -18px;
}
/* banner css start */

.banner {
	position: relative;
	margin-top: 108px;
	background-color: #ffeff2;
	overflow: hidden;
}

.banner:after,
.banner:before {
	content: "";
	position: absolute;
	width: 348px;
	height: 348px;
	border-radius: 174px;
	background-color: #ffe8ec;
	right: 30px;
	top: -150px;
}

.banner:before {
	top: inherit;
	bottom: -120px;
	right: -120px;
}

.banner .container-fluid {
	padding: 0;
}

.banner-img {
	position: relative;
}

.banner-img img {
	border-radius: 0 150px 150px 0;
	position: relative;
	z-index: 2;
}

.banner-img:after {
	content: "";
	position: absolute;
	width: 536px;
	height: 100%;
	border-radius: 150px;
	background-color: #eebf04;
	right: 49%;
	top: 0;
}

.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	z-index: 20;
	width: 500px;
}

.banner-main-heading {
	font-size: 48px;
	line-height: 55px;
	letter-spacing: 1px;
	color: #181818;
	font-weight: 700;
	font-family: "Playfair Display";
}

.banner-main-heading strong {
	color: #ff8ca1;
}

.banner-text {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 25px;
	color: #4b4b4b;
	font-weight: 400;
	font-family: "Poppins";
	padding: 20px 0;
}

.btn-style-2 {
	background-color: #ff8ca1;
	margin-right: 10px;
}
/* banner css end */

/* service-section css start */

.service-sec {
	padding: 70px 0 60px;
	position: relative;
	overflow: hidden;
}

.service-sec:after,
.service-sec::before,
.why-choose-sec:after,
.why-choose-sec:before {
	content: "";
	position: absolute;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background-color: #ffe8ec;
	left: -100px;
	top: 60px;
}

.service-sec::before,
.why-choose-sec:before {
	left: inherit;
	top: inherit;
	bottom: 60px;
	right: -100px;
}

.service-col {
	margin-bottom: 25px;
}

.service-box {
	min-height: 100%;
	position: relative;
	display: flex;
	padding: 15px;
	align-items: center;
	gap: 20px;
	border-radius: 20px;
	border: 2px solid #eebf04;
}

.service-img {
	flex-shrink: 0;
}

.service-img img {
	border-radius: 20px;
}

.service-name {
	font-size: 19px;
	line-height: 29px;
	text-transform: uppercase;
	color: #ff8ca1;
	font-weight: 700;
	font-family: "Poppins";
}

.service-text {
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #252525;
	font-weight: 400;
	font-family: "Poppins";
	padding: 10px 0;
}

.service-btn .btn-style {
	font-size: 16px;
	color: #060606;
	font-weight: 600;
	padding: 12px 30px;
}

.service-btn .btn-style:hover {
	background-color: #ff8ca1;
}

/* our service css end */

/* about-us-section css start */

.about-us-section {
	background-color: #fff8d4;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.about-us-section:after,
.about-us-section:before {
	content: "";
	position: absolute;
	width: 563px;
	height: 563px;
	border-radius: 281px;
	background-color: #fff4b9;
	left: -150px;
	top: -150px;
}

.about-us-section:before {
	top: inherit;
	left: inherit;
	bottom: -150px;
	right: -150px;
}

.about-us-content,
.about-img {
	position: relative;
	z-index: 2;
}

.about-us-content .text {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: 500;
	font-family: "Poppins";
	padding: 10px 0 5px;
}

.about-btn .btn-style {
	margin-top: 20px;
	background-color: #ff8ca1;
	color: #171717;
}

/* about-us-section css end */

/* why choose section css start */

.why-choose-sec {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.why-choose-col {
	margin-bottom: 20px;
}

.why-choose-box {
	background-color: #ffedf0;
	border: 2px solid #ff8ca1;
	text-align: center;
	padding: 40px 20px;
	border-radius: 50%;
	width: 269px;
	height: 269px;
}

.why-choose-col:nth-child(even) .why-choose-box {
	background-color: #fff8d4;
	border: 2px solid #eebf04;
}

.why-choose-icon {
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #ff8ca1;
	border: 2px solid #ef627c;
	margin: 0 auto;
}

.why-choose-col:nth-child(even) .why-choose-icon {
	background-color: #eebf04;
	border: 2px solid #cbb01d;
}

.why-choose-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.why-choose-heading {
	font-size: 18px;
	text-transform: uppercase;
	color: #023020;
	font-weight: 600;
	font-family: "Poppins";
	padding: 20px 0 10px;
}

.why-choose-text {
	font-size: 14px;
	line-height: 19px;
	color: #2a2a2a;
	font-weight: 500;
	font-family: "Poppins";
}

.why-choose-btn-style {
	position: relative;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background-color: #ff8ca1;
	margin: 0 auto;
	margin-top: 15px;
	display: block;
}

.why-choose-col:nth-child(even) .why-choose-btn-style {
	background-color: #eebf04;
}

.why-choose-btn-style::before {
	content: "";
	position: absolute;
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 19px;
}
/* why choose section css end */

/* Get In Touch css start */

.get-in-touch-sec {
	padding: 70px 0;
	background-color: #ffeff2;
	position: relative;
	overflow: hidden;
}

.get-col {
	display: flex;
}

.get-in-touch-sec:after,
.get-in-touch-sec::before,
.get-in-touch-content::after {
	content: "";
	position: absolute;
	width: 561px;
	height: 561px;
	border-radius: 50%;
	background-color: #ffe5ea;
	left: -100px;
	top: -80px;
}

.get-in-touch-sec::before,
.get-in-touch-content::after {
	width: 348px;
	height: 348px;
	background-color: #ffe8ec;
	left: inherit;
	top: inherit;
	bottom: -80px;
	right: -40px;
}

.get-in-touch-content {
	border-radius: 20px;
	background-color: #ffffff;
	padding: 50px 40px;
	position: relative;
	z-index: 2;
}

.get-in-touch-content::after {
	bottom: inherit;
	top: -259px;
	right: -109%;
}

.get-img img {
	border-radius: 20px;
	position: relative;
	z-index: 3;
}

.home_form_box_label p {
	font-size: 14px;
	color: #ff8ca1;
	font-weight: 300;
	font-family: "Poppins";
	margin-bottom: 8px !important;
}

.home-form input,
.home-form textarea {
	height: 50px;
	border-radius: 10px;
	border: 1px solid #472e7c;
	padding: 10px 20px;
	font-size: 14px;
	color: #505050;
	font-weight: 300;
	font-family: "Poppins";
	width: 100%;
}

.home-form textarea {
	height: 97px;
	resize: none;
}

.home-form input[type="submit"] {
	width: fit-content;
}
/* Get In Touch css end */

/* testimonial-sec css start */

.testimonial-sec {
	padding: 70px 0 20px;
	position: relative;
}

.testimonial-sec .second-heading {
	margin-bottom: 0;
}

#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section {
	margin: 0 30px 20px !important;
}

#sp-testimonial-free-wrapper-30 .sp-testimonial-free {
	border-radius: 20px !important;
	background-color: #ffffff !important;
	border: 1px solid #ff8ca1 !important;
	box-shadow: 6px 17px 20px 0px rgb(0 0 0 / 2%);
	padding: 15px 30px 15px 20px !important;
	margin: 30px 5px !important;
	text-align: left !important;
}

.sp-testimonial-free-section .sp-testimonial-title h3 {
	font-size: 16px !important;
	color: #ff8ca1 !important;
	font-weight: 600 !important;
	font-family: "Poppins";
	text-align: left !important;
	line-height: 20px !important;
}

.sp-testimonial-free-section .sp-testimonial-title {
	margin: 0 !important;
}

.testi-text {
	font-size: 14px;
	color: #808080;
	font-weight: 600;
	font-family: "Poppins";
	text-align: left;
	display: block !important;
	margin: -7px 0 35px 0;
	position: relative;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #1a1a1a !important;
	font-weight: 600 !important;
	font-family: "Poppins";
	margin: 10px 0 !important;
	text-align: left !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	overflow-y: scroll;
	overflow-x: hidden;
}

.scrollbar {
	height: 80px;
	overflow-y: scroll;
}

.force-overflow {
	min-height: 100px;
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #343434;
}

.sp-testimonial-free-section
.sp-testimonial-client-testimonial
.sp-testimonial-content {
	position: relative;
}

.testi-text::after {
	content: "";
	position: absolute;
	background-image: url(../images/star.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 87px;
	height: 15px;
	top: 30px;
	left: 0;
}

#sp-testimonial-free-wrapper-30
.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-30
.sp-testimonial-free-section
.swiper-button-prev {
	background-image: url("../images/next.png") !important;
	background-repeat: no-repeat;
	width: 19px;
	height: 35px;
	position: absolute;
}
#sp-testimonial-free-wrapper-30
.sp-testimonial-free-section
.swiper-button-prev {
	transform: rotate(180deg) !important;
}
#sp-testimonial-free-wrapper-30
.sp-testimonial-free-section
.swiper-button-next {
	background-image: url("../images/next.png") !important;
	background-repeat: no-repeat;
	width: 19px;
	height: 35px;
	position: absolute;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
	transform: translateY(-50%) !important;
}

.testi-content .fa-angle-left:before,
.testi-content .fa-angle-right:before {
	display: none !important;
}

/* testimonial-sec css end */

/* footer-sec css start */

.footer-sec {
	background-color: #f9e893;
	position: relative;
	overflow: hidden;
}

.footer-sec:after,
.footer-sec:before {
	content: "";
	position: absolute;
	width: 263px;
	height: 262px;
	border-radius: 50%;
	background-color: #ffefa2;
	left: -100px;
	top: -50px;
}

.footer-sec:before {
	left: inherit;
	top: 20px;
	right: -160px;
}

.footer_top {
	padding: 80px 0 30px;
}

.footer_top_block {
	position: relative;
	z-index: 2;
}

.footer_top_heading {
	font-size: 20px;
	line-height: 37px;
	color: #1e1e1e;
	font-weight: 700;
	font-family: "Playfair Display";
	padding-bottom: 15px;
}

.footer_menu ul {
	list-style-type: none;
	padding: 0;
}

.footer_menu ul li {
	position: relative;
}

.footer_menu ul li a {
	font-size: 14px;
	line-height: 32px;
	color: #454545;
	font-weight: 500;
	font-family: "Poppins";
	text-decoration: none;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.footer_menu ul li a:hover {
	color: #ff6366;
}

.footer_contact_info ul {
	padding: 0;
}

.footer_contact_info ul li {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-bottom: 10px;
}

.footer_top_block:nth-child(2) {
	padding-left: 40px;
}

.footer-info-text a,
.footer-info-text {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
	font-family: "Poppins";
}

.footer_contact_info ul li a:hover {
	color: #ff6366;
}

.footer_bottom {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #2d2d2d2e;
}

.footer-bottom-text,
.footer_bottom a {
	font-size: 16px;
	color: #2d2d2d;
	font-weight: 500;
	font-family: "Poppins";
}

.footer_bottom a:hover {
	color: #ff6366;
}

/* footer-sec css end */

#back-to-top {
	background-color: #ff6366;
	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;
}
/* ============= for inner css ============ */

.site-content,
.site-main .widecolumn {
	margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
	background: url("../images/banner-2.jpg") #eee no-repeat top !important;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 270px 0 110px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.blog_page_header {
	margin: 50px 0 !important;
}

.page .entry-header:before,
.blog_page_header:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page .entry-content {
	max-width: 100% !important;
	padding: 50px 0 0 0 !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: 3px;
}

.breadcrumb-container {
	width: 100%;
	color: #8abfdf;
	position: relative;
	font-size: 15px;
}

.breadcrumb-container a {
	color: #8abfdf;
}

.breadcrumb-container a:hover {
	color: #8abfdf;
}

/* Inner Content Css */

.inner_text_hd {
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	color: #101111;
	position: relative;
}

.inner_text_hd strong {
	color: #ef4346;
}

/* .inner_text_hd:after {
position: absolute;
content: "";
bottom: -7px;
left: 0;
width: 50px;
height: 3px;
background: #ef4346;
} */

.after-center:after {
	left: 50%;
	transform: translatex(-50%);
}

.inner_content {
	/* padding-top: 50px;  */
}

.inner_sub_titl {
	font-family: "Poppins";
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #5276ba;
	padding-top: 20px;
}

.inner_content .inner_text_hd {
	position: relative;
}

.inner_txt {
	font-size: 16px;
	line-height: 27px;
	color: #0d0d0d;
	font-weight: 400;
	font-family: "Poppins";
	margin-top: 10px;
}

.inner_list_txt {
	margin-top: 10px;
}

.inner_list_txt ul {
	padding: 0;
	margin: 0;
}

.inner_list_txt ul li {
	background: url(/wp-content/uploads/2024/11/checked.png);
	background-position: top 2px left;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #0d0d0d;
	font-size: 16px;
	font-weight: normal;
	list-style: none;
	padding-bottom: 6px;
	font-family: "Poppins";
}

.inner_bottm_sec {
	background-color: #5276ba;
	padding: 30px 60px;
	box-shadow: 0px 0px 32px 8px rgb(0 0 0 / 4%);
	border-radius: 10px;
}

.pr-3 {
	padding-right: 30px;
}

.inner_bottm_sec .inner_text_hd,
.inner_bottm_sec .inner_txt {
	color: #fff;
	text-align: center;
}

.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_parent {
	margin-bottom: 20px;
}
.inner_box {
	text-align: center;
	border: 1px solid #fbab31;
	border-radius: 10px;
	padding: 20px 10px;
	box-shadow: 0px 0px 25px -10px #41414145;
	min-height: 100%;
}

.inner_box .inner_sub_titl {
	min-height: 50px;
}

.about-box {
	padding: 20px 30px;
	background-color: #e5f6f5;
}

.about-box .inner_sub_titl {
	font-size: 25px;
	line-height: 30px;
}

/* .about-text {
color: #222220;
font-size: 20px;
font-weight: bold;
padding: 10px 0;
} */

/*   contact-page-css   */

.contact_left_box {
	display: flex;
	flex-direction: row;
	padding-bottom: 15px;
	align-items: center;
}

.cont_left_icon {
	width: 40px;
	height: 40px;
	background: #fbab31;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	border-left: 2px solid #1d1d1d;
	box-shadow: 0px 10px 16px -5px #646464;
}

.cont_left_icon img {
	width: 16px;
}

.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 #1d1d1d;
	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 #1d1d1d;
	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 input[type="submit"] {
	width: fit-content;
}

/* review_page css */

.review_page_box_inner {
	padding: 20px;
	min-height: 100%;
	border: 2px solid #ef4346;
	border-radius: 20px 0 20px 0;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.review_page_box_name {
	font-family: "Poppins";
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #ef4346;
	position: relative;
}

.review_page_box {
	margin-bottom: 30px;
}

.review_pg_locate {
	font-family: "Poppins";
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #ef4346;
	padding: 5px 0 10px 0;
}

.review_page_box_name:after {
	content: "";
	position: absolute;
	background-image: url(../images/quotation-mark.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
}

.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}

/*   sub-menu-css   */

.primary-navigation ul ul {
	background-color: #ef4346 !important;
	width: 350px;
	top: 100% !important;
	display: block;
}

.primary-navigation ul ul a {
	width: 100% !important;
	color: #fff;
	padding: 10px !important;
	font-size: 16px !important;
}

.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: 33px !important;
}

/* 404 page */

.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.footer_btn1 {
	background: #ff8ca1;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

.footer_btn2 {
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}

.footer_btn3 {
	background: #eebf04;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

/* ======= responsive ======= */

@media only screen and (min-width: 300px) and (max-width: 1023px) {
	.logo img{
		width: 210px;
	}
	.top-header,
	.menu-toggle,
	.header-btn,.top-header-content,.bottom-header-content,.service-sec:after, .service-sec::before, .why-choose-sec:after, .why-choose-sec:before {
		display: none !important;
	}

	.ms-view,
	.ms-slide {
		height: 300px !important;
	}

	.ms-slide-bgcont img {
		object-fit: cover;
	}

	.page .entry-header,
	.blog_page_header {
		padding: 170px 0 110px !important;
	}

	.inner_page_img {
		padding-bottom: 20px;
	}

	.inner_text_hd {
		font-size: 27px;
		line-height: 37px;
	}

	.inner_bottm_sec {
		padding: 30px 14px;
	}
	.header{
		padding: 10px 0;
	}
	.banner{
		margin-top: 58px;
	}
	.banner-content {
		position: relative;
		top: inherit;
		right: inherit;
		width: auto;
		transform: none;
		padding: 20px 10px;
	}
	.banner-main-heading {
		font-size: 35px;
		line-height: 42px;
	}
	.service-box{
		text-align: center;
	}
	.service-img{
		margin: 0 auto;
	}
	.service-box{
		flex-wrap: wrap;
	}
	.about-us-content{
		padding-bottom: 20px;
	}
	.why-choose-box{
		margin: 0 auto;
	}
	.footer_top_block:nth-child(2) {
		padding-left: 14px;
	}
	.footer_bottom {
		padding: 20px 0 60px;
	}
}

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

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

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.banner-img {
		width: 50%;
	}
	.banner-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0%;
		z-index: 20;
		width: 365px;
		padding: 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.header-menu ul li a{
		padding: 0 15px;
	}
	.banner-img {
		width: 50%;
	}
	.banner-content{
		right: 0;
	}
	.why-choose-col {
		margin-bottom: 40px;
		width: 50%;
	}
	.why-choose-box{
		margin: 0 auto;
	}
	.service-btn .btn-style{
		padding: 12px 20px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.banner-img {
		width: 50%;
	}
	.banner-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0%;
		z-index: 20;
		width: 365px;
		padding: 0;
	}
}

/* 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) {
	.banner-img {
		width: 50%;
	}
	.banner-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0%;
		z-index: 20;
		width: 365px;
		padding: 0;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.banner-img {
		width: 50%;
	}
	.banner-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0%;
		z-index: 20;
		width: 365px;
		padding: 0;
	}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.header-menu ul li a{
		padding: 0 15px;
	}
	.banner-img {
		width: 50%;
	}
	.banner-content{
		right: 0;
	}
	.why-choose-col {
		margin-bottom: 40px;
		width: 50%;
	}
	.why-choose-box{
		margin: 0 auto;
	}
	.service-btn .btn-style{
		padding: 12px 20px;
	}
}

/* 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) {
	.header-menu ul li a{
		padding: 0 15px;
	}
	.banner-img {
		width: 50%;
	}
	.banner-content{
		right: 0;
	}
	.why-choose-col {
		margin-bottom: 40px;
		width: 50%;
	}
	.why-choose-box{
		margin: 0 auto;
	}
	.service-btn .btn-style{
		padding: 12px 20px;
	}
}

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

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

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

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

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

/* ===============blog page==================== */

.more-link {
	font-weight: 500;
	display: block;
	width: fit-content;
	padding: 12px 30px;
	background-color: #98d6ea;
	border-radius: 50px;
	font-size: 15px;
	font-family: "Poppins";
	color: #1c1f1c;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin-top: 20px;
}

.more-link:hover {
	background-color: #151515;
	color: #fff;
}

.wp-block-heading {
	border-top: 5px solid #98d6ea;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.blog_page_header {
	margin: 50px 0 !important;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	background: url(../images/banner-arrow.png) !important;
	height: 49px !important;
	width: 25px !important;
}

.ms-skin-default .ms-nav-prev {
	transform: rotate(180deg);
}

/* for blog page */

.more-link {
	font-weight: 500;
	display: block;
	width: fit-content;
	padding: 12px 30px;
	background-color: #f38aa3;
	border-radius: 50px;
	font-size: 15px;
	font-family: "Poppins";
	color: #1c1f1c;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin-top: 20px;
}

.more-link:hover {
	background-color: #151515;
	color: #fff;
}

.wp-block-heading {
	border-top: 5px solid #98d6ea;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
	margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
	max-width: 100% !important;
}

.content-sidebar .widget a {
	color: #ef4346 !important;
}

/*  ref form   */

.inner_form_box {
	background-color: #e5e5e554;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.inner_form_box p {
	margin-bottom: 5px !important;
}

.inner_form_box_heading {
	font-family: "Poppins";
	color: #1d1d1d;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}

.inner_form_box_heading strong {
	font-family: "Poppins";
	color: #ef4346;
	font-weight: bold;
}

.inner_form_box_label {
	font-family: "Poppins";
	color: #0d0d0d;
	margin-top: 15px;
}

.inner_form_box_input input {
	font-family: "Poppins";
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}

.inner_form_box_input select {
	background: url() #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	font-family: "Poppins";
	padding: 10px 30px 10px 12px;
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
}

.inner_form_box_input select:focus-visible {
	outline: none !important;
}

.inner_form_box_input textarea {
	font-family: "Poppins";
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}

.inner_form_box .contact_btn input {
	font-family: "Poppins";
	font-weight: 600;
	background: #ef4346 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 30px 12px;
	transition: 0.3s;
}
