@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-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: '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-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;
}



/* Reset css  */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Poppins";
}

ul {
	list-style: none;
}

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

a {
	color: #000;
	transition: all 0.5s ease !important;
	text-decoration: none;
}

.pad-0 {
	padding: 0;
}

.pad-left-0 {
	padding-left: 0;
}

.pad-right-0 {
	padding-right: 0;
}

.common-heading {
	font-size: 38px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}

.common-button {
	display: block;
	width: fit-content;
	border-radius: 8px;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	padding: 10px 25px;
	font-size: 14px;
	text-transform: uppercase;
	color: #292929;
	font-weight: 700;
	transition: all 0.5s ease;
	text-decoration: none !important;
}

.common-button:hover {
	color: #292929;
	background: linear-gradient(182deg, #e3bb6d 0%, #af8537 100%);
}

.animate {
	animation: slideDown 0.7s ease-in-out;
}

@keyframes slideDown {
	from {
		transform: translateY(-130%);
	}

	to {
		transform: translateY(0);
	}
}

/* top-header */
.top-header {
	position: relative;
	background: url("../images/top-header-bg.jpg") no-repeat;
	background-size: cover;
	padding: 7px 0;
}

.top-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-header-left {
	display: flex;
	align-items: center;
	gap: 40px;
}

.top-header-right .top-header-info {
	gap: 15px;
}

.top-header-info {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}

.top-header-info::after {
	content: '';
	position: absolute;
	height: 24px;
	width: 1.5px;
	top: 0;
	right: -20px;
	background-color: #032b37;
}

.top-header-info:last-child::after {
	width: 0;
}

.top-header-info a {
	font-size: 14px;
	color: #121212;
	text-decoration: none;
}

.top-header-info a:hover {
	color: #dab264;
}

/* main header section css here  */
.main-header {
	/* filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.58)); */
	background-color: #000000;
	transition: all 0.5s ease;
	position: fixed;
	padding: 17px 0;
	top: 38px;
	left: 0;
	right: 0;
	z-index: 100;
}

.pos-fixed {
	top: 0;
}

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

.main-header-container {
	position: relative;
}

.main-header ul li {
	margin-right: 32px;
}

.main-header ul li:last-child {
	margin-right: 0px;
}

.main-header ul li a {
	font-size: 15px;
	color: #dab264;
	font-weight: 600;
	transition: all 0.5s ease;
}

.header-btn-container {
	display: flex;
	justify-content: end;
}

/* banner css here  */
.banner-sec {
	position: relative;
	margin-top: 95px;
	position: relative;
}

.banner-img {
	width: 100%;
}

.banner-left-container {
	float: right;
	max-width: 490px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	margin-right: 10%;
}

.banner-left {
	background: url("../images/banner-left-bg.png") no-repeat left top;
	background-size: cover;
	padding-right: 0;
}

.banner-heading {
	font-size: 65px;
	line-height: 65px;
	color: #6cdae7;
	font-weight: 700;
}

.banner-heading strong {
	color: #000000;
}

.banner-text {
	padding: 30px 0;
	font-size: 16px;
	line-height: 30px;
	color: #252525;
}

.banner-btn-container {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
}

.banner-btn-1 {
	color: #000000;
	background: #6cdae7;
}

.banner-btn-1:hover {
	color: #ffffff;
	background: #000000;
}

.banner-btn-2 {
	color: #ffffff;
	background: #000000;
}

.banner-btn-2:hover {
	color: #000000;
	background: #6cdae7;
}

.our-service-sec {
	/*   background-color: #000000; */
	padding: 100px 0 90px;
}
.our-service-sec .common-heading {
	color: #000000;
}

.our-services-slider {
	margin-top: 55px;
}

.our-services-card img {
	border-radius: 10px;
}

.our-services-card-sub-heading {
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #6cdae7;
	font-weight: 700;
	padding: 30px 0 7px;
}

.our-services-card-heading {
	font-size: 20px;
	/*   color: #ffffff; */
	font-weight: 700;
	padding-bottom: 10px;
}

.our-services-card-text {
	font-size: 14px;
	line-height: 26px;
	/*   color: #ffffff; */
	font-weight: 400;
	padding-bottom: 20px;
}

.about-sec {
	padding: 70px 0 90px;
	background: url("../images/about-bg.jpg") no-repeat;
	background-size: cover;
}

.about-right-container .common-heading {
	text-align: left;
	color: #000000;
}

.about-text {
	font-size: 14px;
	line-height: 26px;
	color: #262626;
	font-weight: 600;
	padding: 15px 0 30px;
}

.about-left-container {
	padding-right: 30px;
}

.about-right-container {
	margin-left: -15px;
}
.info-sec{
	padding: 80px 0;
	background-color: #000000;
}
.info-sec-text{
	text-align: center;
	color: #ffffff;
	padding-top: 15px;
}
.why-choose-sec {
	padding: 105px 0 70px;
	background: #000000;
}

.why-choose-card {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px 35px 20px 0;
}

.why-choose-card-box {
	width: 47px;
	min-width: 47px;
	height: 47px;
	border-radius: 24px;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 21px;
	color: #000000;
	font-weight: 700;
}

.why-choose-card-text {
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
	font-weight: 400;
}

.about-br {
	position: relative;
}

.about-br::before {
	content: '';
	background: #333333;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
}

.about-br:nth-child(4):before {
	content: none;
}

.about-br:last-child:before {
	content: none;
}

.team-sec {
	padding: 50px 0 90px;
	/* 	background-color: #000000; */
}

.team-sec .common-heading {
	font-size: 28px;
	text-align: left;
	color: #000;
}
/* .team-sec .inner_txt{
color: #ffffff;
} */
.team-sec .inner_list_txt li{
	color: #ffffff;
}
#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-image {
	text-align: start !important;
}

.sp-testimonial-free-section .sp-testimonial-client-image img {
	border-radius: 0% !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
	color: #000000 !important;
	font-weight: 500 !important;
	position: absolute;
	top: 15%;
	left: 35%;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-rating {
	display: flex !important;
	position: absolute;
	top: 5%;
	left: 34%;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free {
	background: #ffffff !important;
	border: 1px solid #b1893b !important;
	border-radius: 15px !important;
	padding: 0 20px 15px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	font-size: 14px !important;
	color: #3c3c3c !important;
	text-align: left !important;
}

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

.sp-testimonial-free-wrapper {
	overflow: visible !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next i {
	display: none;
}

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

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
	content: '';
	background: url('../images/t-right-arrow.png') no-repeat;
	height: 54px;
	width: 54px;
	position: absolute;
	right: -80px;
	top: 0;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev i {
	display: none;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
	content: '';
	background: url('../images/t-left-arrow.png') no-repeat;
	height: 54px;
	width: 54px;
	position: absolute;
	left: -50px;
	top: 0;
}

.why-us-sec {
	background-color: #000000;
	padding: 80px 0;
}
.why-us-sec .common-heading {
	font-size: 28px;
	text-align: left;
}
.why-us-sec .inner_list_txt ul li {
	color: #ffffff;
}

.contact-sec {
	padding: 50px 0px;
}

.contact-form-container {
	padding: 60px 30px;
	background: url("../images/contact-bg.jpg") no-repeat;
	background-size: cover;
	border-radius: 30px;
}

.contact-sec .common-heading {
	color: #000;
}
.contact-sec .inner_txt{
	text-align: center;
	padding: 15px 0 30px;
	margin-top: 0;
}
.contact-sec input {
	width: 100%;
	padding: 12px 10px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	outline: none;
}
.contact-sec textarea {
	width: 100%;
	padding: 12px 12px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	height: 55px;
}
.contact-sec input:focus,.contact-sec textarea:focus{
	border: 1px solid #dab264;
}
.contact-sec input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	border-radius: 8px;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	padding: 13px 50px;
	transition: all 0.5s ease;
}

.contact-sec input[type="submit"]:hover {
	color: #000000;
	background-image: linear-gradient(182deg, #e3bb6d 0%, #af8537 100%);
}
.contact-sec .wpcf7-spinner {
	display: none !important;
}
.contact-sec p{
	margin-bottom: 0;
}
.tab-btn-container{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
	margin-bottom: 10px !important;
	list-style: none !important;
}
.tab-btn-container .tab-btn{
	display: block;
	width: fit-content;
	border-radius: 8px;
	background: #fff;
	padding: 10px 25px;
	font-size: 14px;
	text-transform: uppercase;
	color: #292929;
	font-weight: 700;
	transition: all 0.5s ease;
	border: 1px solid #af8537;
	text-decoration: none !important;
}
.tab-btn-container .tab-btn.active{
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	border: 1px solid #af8537;
}

.tab-content ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.tab-content ul li{
	width: 32%;
	background: url("../images/checkmark.png");
	background-position: top 4px left;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-size: 18px;
	font-size: 16px;
	color: #2b2b2b;
	font-weight: normal;
	list-style: none;
	padding-bottom: 6px;
}


/* footer */
.footer {
	position: relative;
	background: #000000;
	padding: 70px 0 0;
}

.footer-left-text {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	padding: 20px 16px 20px 0;
}

.footer-heading {
	font-size: 20px;
	color: #6cdae7;
	font-weight: 700;
	margin-bottom: 20px;
}

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

.footer ul li {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer ul li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	transition: all 0.5s ease;
}

.footer ul li a:hover {
	color: #d9b164;
}

.f-contact-container {
	margin-right: -10px;
}

.f-contact-container ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.f-img-container {
	width: 31px;
	min-width: 31px;
	height: 31px;
	border-radius: 16px;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

.f-service-container {
	padding-left: 0px;
}

.f-follow-container ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}
/* .f-service-container ul{
display: flex;
flex-wrap: wrap;
}
.f-service-container ul li {
width: 50%;
display: block;
} */

.lower-footer {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	padding: 18px 0;
	background-color: #000000;
	margin-top: 25px;
	border-top: 1px solid #ffffff;
}

.lower-footer a {
	color: #ffffff;
	transition: all 0.5s ease;
}

.lower-footer a:hover {
	color: #d9b164;
}

/* scroll to top  */
.scroll-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	cursor: pointer;
	z-index: 1000;
	width: 57px;
	height: 57px;
	border-radius: 28px;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	align-items: center;
	justify-content: center;
}

.scroll-top img {
	animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}
.pum-theme-176 .pum-title, .pum-theme-enterprise-blue .pum-title {
	color: #e3bb6d !important;
}
.pum-theme-176 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
	background-color: #e3bb6d !important;
}
/* banner css here */
.site-content,
.site-main .widecolumn {
	margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
	background: url("/wp-content/uploads/2025/06/banner-img-2.jpg") #eee no-repeat center;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 150px 0 150px !important;
	margin: 94px 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: 3px;
}

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

.breadcrumb-container a {
	color: #ea0700;
}

.page {
	margin-top: 0 !important;
}
.book-btn .common-button {
	font-size: 18px;
	font-weight: 600;
	padding: 17px 35px;
}
/* inner page css  */
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 16px !important;
	padding: 10px 15px !important;
}
.inner_content .inner_txt a{
	text-decoration: none !important;	
}

.inner_title {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.inner_title strong {
	color: #d9b062;
}

.inner_title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #d9b062;
}
.inner_mid_title {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	text-align: center;
}

.inner_title strong {
	color: #d9b062;
}

.inner_mid_title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 5%;
	height: 3px;
	background: #d9b062;
}
.inner_txt {
	font-size: 16px;
	color: #2b2b2b;
	font-weight: normal;
	margin-top: 20px;
}

.margin-top {
	margin-top: 48px;
}

.inner_list_txt {
	margin-top: 20px;
}

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

.inner_list_txt ul li {
	background: url("../images/checkmark.png");
	background-position: top 4px left;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-size: 18px;
	font-size: 16px;
	color: #2b2b2b;
	font-weight: normal;
	list-style: none;
	padding-bottom: 6px;
}

.inner_bottm_sec {
	background: #d9b062;
	padding: 30px 20px;
	text-align: center;
}

.inner_bottm_sec .inner_title:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 3px;
	background: #ffffff;
}
.inner_bottm_sec a:hover{
	color: #ffffff;
}
.core-box {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	min-height: 100%;
}

.core-box img {
	width: 80px;
	padding-bottom: 20px;
}

.core-box_title {
	color: #131313;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.core-box_title strong {
	color: #d9b062;
}

.core-box_title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #d9b062;
}

.core-box_txt {
	font-size: 14px;
	color: #2b2b2b;
	font-weight: normal;
	margin-top: 20px;
}

.m-top {
	margin-top: 20px;
}

/* contact page css  */

.contact_page_heading {
	color: #131313;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}

.contact_page_heading::before {
	position: absolute;
	content: "";
	bottom: 8px;
	left: 0;
	width: 30px;
	height: 3px;
	background: #d9b062;
}

.contact_page_heading strong {
	color: #d9b062;
}

.contact_page_info {
	position: relative;
	color: #000;
	margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-text a {
	transition: all 0.5s ease;
	text-decoration: none !important;
}

.contact-text strong {
	color: #000000;
	font-weight: 600;
}

.contact-img {
	background: #ffffff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	width: 45px;
	min-width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
}

.contact_right {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 25px 25px 0;
	border-radius: 5px;
}
/* thank you page   */
.thank-you-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.thankyou-text {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
}

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

.footer_btn1 {
	background: #d9b062;
	width: 50%;
	float: left;
	color: #fff !important;
	padding: 10px 0;
	text-decoration: none !important;
	text-transform: capitalize;
}

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

.footer_btn3 {
	background: #000000;
	width: 50%;
	float: left;
	color: #fff !important;
	padding: 10px 0;
	text-decoration: none !important;
	text-transform: capitalize;
}
.client-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	padding: 15px 0;
	border-radius: 15px;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
}
.client-card:hover{
	background-image: linear-gradient(182deg, #e3bb6d 0%, #af8537 100%);
}
.inner_txt_text{
	font-size: 22px;
	margin-top: 15px;
}
.t_c_page p{
	margin-bottom: 10px !important;
}
.contact-page .more-detais p{
	margin-bottom: 10px !important;
}
/* contact page  */
.contact-page input {
	width: 100%;
	padding: 12px 10px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #d9b062;
	outline: none;
}
.contact-page input:focus,.contact-page select:focus,.contact-page textarea:focus{
	border: 1px solid #000000;
}
.contact-page select {
	width: 100%;
	padding: 12px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #d9b062;
	outline: none;
}
.contact-page textarea {
	width: 100%;
	padding: 12px 12px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	height: 150px;
	border: 1px solid #d9b062;
}
.contact-page input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	width: fit-content;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
	padding: 13px 50px;
	transition: all 0.5s ease;
}
.contact-page input[type="submit"]:hover{
	color: #000000;
	background-image: linear-gradient(182deg, #e3bb6d 0%, #af8537 100%);
}
/* inner form css here  */
.inner-form-container a {
	text-decoration: none !important;
}

.inner-form-page .inner_txt a {
	text-decoration: none;
}

.inner-form-label {
	font-size: 17px;
	font-weight: 500;
}

.inner-form-label p {
	margin-bottom: 8px;
}

.inner-form-input input {
	width: 100%;
	border: 1px solid #dab264;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}

.inner-form-textarea textarea {
	width: 100%;
	border: 1px solid #dab264;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}

.inner-form-container {
	margin-top: 30px;
	padding: 40px 30px 0;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

.inner-form-heading p {
	margin-bottom: 0;
}

.inner-form-heading {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.inner-form-heading strong {
	color: #dab264;
}

.inner-form-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	width: 30px;
	height: 3px;
	background: #dab264;
}

.inner-form-radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.inner-form-text {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}

.inner-form-submit-btn {
	display: flex;
	justify-content: center;
}

.inner-form-submit-btn input[type="submit"] {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 27px;
	padding: 15px 40px;
	text-align: center;
	background-image: linear-gradient(182deg, #af8537 0%, #e3bb6d 100%);
}

.inner-form-submit-btn input[type="submit"]:hover {
	background-image: linear-gradient(182deg, #e3bb6d 0%, #af8537 100%);
}

.inner-form-submit-btn .wpcf7-spinner {
	display: none;
}
.not_found-text {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.back_btn {
	margin: 35px 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* blog page css  */
.more-link {
	display: block;
	background: #e3bb6d;
	width: fit-content;
	margin: 15px 0;
	padding: 15px 25px;
	border-radius: 15px;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.5s ease;
	text-decoration: none !important;
}
.more-link:hover{
	background: #000000 !important;
	color: #fff !important;
}

.post .entry-title{
	font-size: 30px !important;
	font-weight: 600 !important;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 140px !important;
	height: auto !important;
}

.inner_bottm_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}
.inner_bottm_btn .banner-btn-2:hover{
	color: #000;
}
.inner-map iframe{
	width: 100%;
	height: 300px;
	margin-top: 50px;
}

/* mediaquery start here */

/* mobile screen  iphone SE */
@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top-header{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;	
	}
	.main-header {
		top: 0;
	}
	.animate{
		animation: none;
	}
	.banner-left-container {
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.banner-heading {
		font-size: 40px;
		line-height: 45px;
	}
	.about-left-container {
		padding-right: 0;
	}
	.about-right-container {
		margin-left: 0;
	}
	.common-heading {
		font-size: 28px;
	}
	.tab-content ul li {
		width: 100%;
	}
	.info-sec {
		padding: 50px 0;
	}
	.team-sec {
		padding: 50px 0;
	}
	.contact-sec {
		padding: 50px 0px;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.inner-form-container {
		padding: 30px 15px 0;
	}
}

/* mobile screen rotate */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top-header{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;	
	}
	.main-header {
		top: 0;
	}
	.animate{
		animation: none;
	}
	.banner-left-container {
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 40px;
		float: left;
		margin-left: 66px;
	}
	.banner-heading {
		font-size: 35px;
		line-height: 45px;
	}
	.about-left-container {
		padding-right: 0;
	}
	.about-right-container {
		margin-left: 0;
	}
	.common-heading {
		font-size: 28px;
	}
	.tab-content ul li {
		width: 50%;
	}
	.info-sec {
		padding: 50px 0;
	}
	.team-sec {
		padding: 50px 0;
	}
	.contact-sec {
		padding: 50px 0px;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.inner-form-container {
		padding: 30px 15px 0;
	}
}

/* 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) {
	.top-header{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;	
	}
	.main-header {
		top: 0;
	}
	.animate{
		animation: none;
	}
	.banner-left-container {
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 40px;
		margin-top: 0;
		margin-left: 66px;
	}
	.banner-heading {
		font-size: 35px;
		line-height: 45px;
	}
	.about-left-container {
		padding-right: 0;
	}
	.about-right-container {
		margin-left: 0;
	}
	.common-heading {
		font-size: 28px;
	}
	.tab-content ul li {
		width: 50%;
	}
	.info-sec {
		padding: 50px 0;
	}
	.team-sec {
		padding: 50px 0;
	}
	.contact-sec {
		padding: 50px 0px;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.inner-form-container {
		padding: 30px 15px 0;
	}
	.service-page .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
}

/* 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) {
	.top-header{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;	
	}
	.main-header {
		top: 0;
	}
	.animate{
		animation: none;
	}
	.banner-left-container {
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 40px;
		margin-top: 0;
		margin-left: 66px;
	}
	.banner-heading {
		font-size: 35px;
		line-height: 45px;
	}
	.about-left-container {
		padding-right: 0;
	}
	.about-right-container {
		margin-left: 0;
	}
	.common-heading {
		font-size: 28px;
	}
	.tab-content ul li {
		width: 50%;
	}
	.info-sec {
		padding: 50px 0;
	}
	.team-sec {
		padding: 50px 0;
	}
	.contact-sec {
		padding: 50px 0px;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.inner-form-container {
		padding: 30px 15px 0;
	}
	.service-page .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
}

/* 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) {

}
/* ipad screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top-header{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;	
	}
	.banner-right-container {
		height: 100%;
	}
	.banner-img {
		width: 100%;
		height: 100%;
	}
	.main-header {
		top: 0;
	}
	.animate{
		animation: none;
	}
	.banner-left-container {
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 40px;
		margin-top: 0;
	}
	.banner-heading {
		font-size: 35px;
		line-height: 45px;
	}
	.about-left-container {
		padding-right: 0;
	}
	.about-right-container {
		margin-left: 0;
	}
	.common-heading {
		font-size: 28px;
	}
	.info-sec {
		padding: 50px 0;
	}
	.team-sec {
		padding: 50px 0;
	}
	.contact-sec {
		padding: 50px 0px;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.inner-form-container {
		padding: 30px 15px 0;
	}
	.service-page .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
}

/* ipad rotate */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.top-header{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		position: absolute;
		right: 60px;
	}
	.banner-right-container {
		height: 100%;
	}
	.banner-img {
		width: 100%;
		height: 100%;
	}
	.main-header {
		top: 0;
	}
	.animate{
		animation: none;
	}
	.banner-left-container {
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 40px;
		margin-top: 0;
	}
	.banner-heading {
		font-size: 35px;
		line-height: 45px;
	}
	.about-left-container {
		padding-right: 0;
	}
	.about-right-container {
		margin-left: 0;
	}
	.common-heading {
		font-size: 28px;
	}
	.info-sec {
		padding: 50px 0;
	}
	.team-sec {
		padding: 50px 0;
	}
	.contact-sec {
		padding: 50px 0px;
	}
	.inner-form-container {
		padding: 30px 15px 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) {

}

/* 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) {
	.lower-footer {
		padding: 18px 0;
	}
}
@media only screen and (min-width : 1025px) and (max-width : 1199px){
	.main-header ul li {
		margin-right: 20px;
	}
	.main-header ul li a {
		font-size: 14px;
	}
	.banner-heading {
		font-size: 50px;
	}
	.banner-left-container {
		margin-left: 23px;
	}
}
@media screen and (min-width: 1424px) {
	.banner-left-container {
		margin-right: 20%;
	}
}

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

}

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

}

@media screen and (min-width: 2048px) {
	.banner-left-container {
		margin-right: 16%;
	}
}

@media screen and (min-width: 2550px) {
	.banner-left-container {
		margin-right: 13%;
	}
}