/*
Theme Name: SEO WEB
Author: Meta Sync Technologies
Version: 1.0
Description: Custom Wordpress Theme By Meta Sync Technologies.
*/
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Black.ttf') format('truetype');
	font-weight: 900;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
	font-weight: 800;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLight.ttf') format('truetype');
	font-weight: 200;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Thin.ttf') format('truetype');
	font-weight: 100;
}
/* Example usage */
body {
	font-family: 'Poppins', sans-serif;
	background: #FDD1AB;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700; /* Bold */
	font-size: 48px;
	line-height: normal;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600; /* Bold */
	font-size: 24px;
	line-height: normal;
}
p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400; /* Regular */
}
/* Main Navigation Styles */
.main_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 50px;
}

.main_nav ul li {
	position: relative;
}

.main_nav ul li a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

/* Add arrow indicator only for items with submenus */
.main_nav ul li.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	padding: 3px;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}


/* Submenu Styles */
.main_nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.main_nav ul li:hover > ul {
	display: block;
}

.main_nav ul li ul li {
	width: 200px;
}

.main_nav ul li ul li a {
    font-size: 16px;
    padding: 10px 20px;
    color: #000;
    background-color: #FDD1AB;
    display: block;
}

/* Submenu of Submenu (Second Level) */
.main_nav ul li ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

.main_nav ul li ul li:hover > ul {
	display: block;
}

/* Additional Styles for Hover */
.main_nav ul li ul li a:hover {
    color: #F09902;
}

/* Second-level dropdown indicator */
.main_nav ul li ul li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 17px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}
/* Rotate second-level arrow on hover */
.call_us_txt {
	text-align: right;
	color: #000;
}
.call_us_txt a {
	color: #000;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.call_us_txt span {
	font-weight: 500;
	font-size: 18px;
	padding-right: 10px;
}
.header_right {
    display: flex;
    justify-content: right;
    gap: 50px;
    align-items: center;
}
.header {
	background: #FDD1AB;
}
.hs_title::after {
	content: '';
	display: block;
	width: 395px;
	height: 12px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="395" height="12" viewBox="0 0 395 12" fill="none"><path d="M3 9.01747C106.105 1.05123 208.844 2.80666 312.384 5.79311C339.086 6.5633 366.136 8.97457 392.345 4.55596" stroke="%23FDD1AB" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
}
.home_s_one {
	padding: 5% 0;
	background: #F09902;
}
.home_s_one_form p {
    margin: 0;
}
.home_s_one_form br {
    display: none;
}
.hs_title h2 {
	margin: 0;
	color: #222A43;
	font-family: Poppins;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hso_content {
	margin-top: 20px;
}
.hso_content p {
	color: #000;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.home_s_one_left {
	padding-right: 18%;
}
.form_title h3 {
	color: #222A43;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cf_form.form-control {
	border-radius: 0;
	border: 0;
	padding: 16px 20px;
}
.submit_form_btn.btn {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 0;
	padding: 12px 20px;
	width: 100%;
	justify-content: center;
	background: #222A43;
	color: #fff;
	font-weight: 500;
}
.submit_form_btn.btn:hover {
	background: #FDD1AB;
	color: #222A43;
}
.main_nav ul li a:hover {
	text-decoration: none;
	color: #F09902;
}
.home_s_two {
	padding: 4% 0;
}
.s_two_heading h2 {
	color: #222A43;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

.s_two_heading::after {
	content: '';
	display: block;
	width: 263px;
	height: 16px;
	background-image: url('images/title_border_2.svg');
	background-repeat: no-repeat;
}
.home_s2_content h3 {
	color: #000;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.home_s2_content p {
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.home_s2_left {
	padding-right: 10%;
}
.home_s2_right {
	padding-left: 10%;
}
.home_s2_content {
	margin-bottom: 10%;
}
.home_s2_content:last-child {
	margin: 0;
}
.sbox_content {
    min-height: 160px;
}
.services_section_heading h2 {
	color: #222A43;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}
.services_section_heading::after {
	content: '';
	display: block;
	width: 330px;
	height: 16px;
	background-image: url('images/title_border_3.svg');
	background-repeat: no-repeat;
}
.services_box {
	padding: 24px 28px;
	border-radius: 20px;
	border: 1px solid #D4BF72;
	background: #222A43;
}
.sbox_title h2 a {
	color: #FFF;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.sbox_content p {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sbox_btn a {
	display: flex;
	align-content: center;
	justify-content: right;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	gap: 5px;
}
.service_box_icon {
	min-height: 60px;
}
.services_box {
	margin-bottom: 30px;
}
.faq-container {
	max-width: 85%;
	margin: 0 auto;
}
.faq-item {
	background: #222A43;
	padding: 15px 20px;
	margin: 10px 0;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.faq-question {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.faq-icon svg {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}
.faq {
	padding-bottom: 4%;
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.faq-item.active .faq-answer {
	max-height: 100px; /* Adjust this value depending on your content */
}
.faq-item .faq-icon svg.rotate-up {
	transform: rotate(180deg);
}
.faq-item .faq-icon svg.rotate-down {
	transform: rotate(0deg);
}
h3 {
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.seo_section {
	padding: 4% 0 5% 0;
}
.seo_sec_heading {
	text-align: center;
}
.seo_sec_heading h3 {
	color: #7B6858;
}
.seo_sec_heading h2 {
	color: #000;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.seo_sec_content {
	margin-top: 3%;
	margin-bottom: 4%;
}
.seo_sec_content p {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.projects_column {
    background: #222A43;
    height: 100%;
}
.google_map p {
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}
h2.section_title {
    color: #222A43;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin: 0;
}
.title_w_c_c p {
color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.title_w_c_c {
    padding-top: 20px;
}
section.title_with_content {
    padding: 5% 0;
}
h2.section_title::after {
    content: '';
    display: block;
    width: 395px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="395" height="16" viewBox="0 0 395 16" fill="none"><path d="M3.00012 13.0258C105.977 3.55456 208.731 3.80924 312.304 5.28311C339.014 5.66322 366.097 7.67914 392.238 2.87823" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
}
.project_img img {
	width: 100%;
}
.project_heading a {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	display: block;
	background: #F09902;
	padding: 12px 0;
}
.project_content {
	padding: 5% 8% 8% 8%;
}
.content_column_row {
	color: #fff;
	display: flex;
	justify-content: space-around;
}
.cont_lsit {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.cont_vl {
	text-align: center;
	color: #F09902;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.cont_lsit li {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.content_column_row::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #D9D9D9;
	position: absolute;
}
.content_column_row {
	position: relative;
}
.from_client {
	padding-top: 20px;
}
.from_client h3 {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.from_client p {
	margin: 0;
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.faq_heading h2 {
	color: #222A43;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.faq_heading::after {
	content: '';
	display: block;
	width: 171px; /* Adjusted width based on your SVG */
	height: 16px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="171" height="16" viewBox="0 0 171 16" fill="none"><path d="M3 13.0258C105.977 3.55451 64.4273 2.02618 168 3.50006" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
}
h1.page-title {
	color: #222A43;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	position:relative;
}
h1.page-title::after {
	content: '';
	display: block;
	width: 171px; /* Adjusted width based on your SVG */
	height: 16px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="171" height="16" viewBox="0 0 171 16" fill="none"><path d="M3 13.0258C105.977 3.55451 64.4273 2.02618 168 3.50006" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
	
}
.faq_sd {
	padding-top: 30px;
}
.home_contact {
	padding: 4% 0;
	border-top: 1px solid #222A43;
}
.contact_info {
	background: #222A43;
	height: 100%;
	padding: 5%;
}
.google_map iframe {
	float: left;
	width: 100%;
}
.contact_heading::after {
	content: '';
	display: block;
	width: 315px; /* Adjusted width based on your new SVG */
	height: 14px; /* Adjusted height based on your new SVG */
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="315" height="14" viewBox="0 0 315 14" fill="none"><path d="M3 11.0259C105.977 1.55462 208.731 1.8093 312.304 3.28318" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
}
.contact_heading h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.contact_list {
	padding-top: 50px;
	max-width: 55%;
}
.contact_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact_list ul li {
	padding: 5px 0;
}
.contact_list ul li a {
	display: flex;
	gap: 5px;
	color: #FFF;
	font-family: Poppins;
	font-size: 20.833px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
a:hover {
	text-decoration: none;
}
.footer {
	background: #222A43;
	padding: 4% 0 0 0;
}
.footer_col_1 {
	max-width: 55%;
}
.footer_address {
	padding-top: 40px;
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer_email a {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer_email {
	margin-top: 15px;
}
.footer_column_inner h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.flinks {
	list-style: none;
	padding: 0;
	margin: 0;
}
.flinks li a {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.flinks li {
	padding: 5px 0;
}
.social_links {
	padding: 0;
	list-style: none;
}
.social_links {
	display: flex;
	gap: 0 15px;
	margin: 0;
}
.copy_rights {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.flinks li a:hover {
	color: #FDD1AB;
}
.sbox_btn a:hover {
	color: #FDD1AB;
}
.hs_title2 h2 {
	color: #222A43;
	font-family: Poppins;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home_s_one_left2 {
	padding-right: 10%;
}
.services_section2_left h2 {
	color: #000;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.services_section2_left p, .services_section2_left {
	color: #000;
	font-family: Poppins;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.services_section2_left ul {
	padding: 0 0 0 15px;
	margin: 0;
}
.icon_with_title a {
	display: flex;
 align-content:;
	align-items: center;
	gap: 20px;
}
.icon_with_title a span:last-child {
	color: #222A43;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-bottom: 1px solid #222A43;
}
.service_box_inner_content p {
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.service_box_inner_content {
	padding: 25px 0;
}
.service_box_inner_content p {
	margin: 0;
}
.ser_box_readmore a {
	display: flex;
	align-content: center;
	gap: 5px;
	color: #000;
	text-align: right;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.services_box_inner {
	padding: 25px 0;
}
.service_seo {
	padding-top: 4%;
	padding-bottom: 4%;
}
.top_text_section h2 {
	text-align: center;
	color: #222A43;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.top_se_cont p {
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.top_se_cont {
	margin-top: 20px;
}
.service_s2_right2 {
	text-align: center;
}
.services_section2_left2 p {
	color: #000;
	font-family: Poppins;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.top_se_cont2 p {
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.page_top_section {
	padding: 5% 0;
}
.hs_titletop h2 {
	color: #222A43;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	margin: 0;
}
.hs_titletop::after {
	content: '';
	display: block;
	width: 395px;
	height: 16px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="395" height="16" viewBox="0 0 395 16" fill="none"><path d="M3.00012 13.0258C105.977 3.55456 208.731 3.80924 312.304 5.28311C339.014 5.66322 366.097 7.67914 392.238 2.87823" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
}
.form_title2 h3 {
 border-radius:;
	border-bottom: 5px solid #F0990285;
	display: inline-block;
}
.form_title2 h3 {
	color: #222A43;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hso_content_page_top {
	margin-top: 60px;
}
.hso_content_page_top p {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.imgwithcon h2 {
	color: #222A43;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	margin: 0;
}
.imgwithcon h2::after {
	content: '';
	display: block;
	width: 395px;
	height: 16px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="395" height="16" viewBox="0 0 395 16" fill="none"><path d="M3.00012 13.0258C105.977 3.55456 208.731 3.80924 312.304 5.28311C339.014 5.66322 366.097 7.67914 392.238 2.87823" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
}
.imgwid_txt {
	margin-top: 30px;
}
.imgwid_txt p {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.image_with_content2 {
	padding-top: 4%;
}
.imgwithcon2 h2 {
	color: #000;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.imgwithcon2 h2::after {
	content: '';
	display: block;
	width: 329px;
	height: 18px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="329" height="18" viewBox="0 0 329 18" fill="none"><path d="M3.00012 15.0258C88.4593 5.15454 173.695 5.0092 259.606 6.07977C281.761 6.35586 304.219 8.26618 325.923 3.36393" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
}
.imgwid_txt2 {
	padding-top: 20px;
}
.imgwid_txt2 p {
	color: #000;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.img_widht_content_img2 {
	text-align: right;
}
.reviews {
	background: #222A43;
	padding-top: 3%;
	padding-bottom: 3%;
}
.rev_heading h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.rev_heading h2::after {
	content: '';
	display: block;
	width: 329px;
	height: 18px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="329" height="18" viewBox="0 0 329 18" fill="none"><path d="M3.00012 15.0258C88.4593 5.15454 173.695 5.0092 259.606 6.07977C281.761 6.35586 304.219 8.26618 325.923 3.36393" stroke="%23F09902" stroke-width="5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
}
.review_box {
	background: #2E354B;
	padding: 20px;
	border-radius: 10px;
}
.review_content {
	color: var(--Color-2nd, #FFF);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 20px;
}
.review_area {
	padding-top: 6%;
}

.page_banner {
	background: #F09902;
	padding: 4% 0;
}
.page_title h2 {
	color: var(--Color-2nd, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.page_description p {
	text-align: center;
	color: var(--Color-2nd, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.contact_info_left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact_info_left ul li {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-bottom: 8%;
}
.contact_info_left ul li .ad {
	color: #000;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.contact_info_left ul li .vl, .contact_info_left ul li .vl a {
	color: #000;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contact_form_section {
	background: #222A43;
	padding: 40px;
	border-radius: 10px;
}
.contact_form_section h2 {
	color: var(--Color-2nd, #FFF);
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.cf_input {
	background: none;
	border: 0;
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
	padding: 10px 0;
	margin-top: 40px;
	font-size: 20px;
	color: #7B6858;
	height: 60px;
	outline: 0;
}
.cf_submint {
	width: 100%;
	margin-top: 40px;
	border: 0;
	background: #D9D9D9;
	color: #000;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 16px;
	cursor: pointer;
}
.contact_info_left ul li:last-child {
	padding: 0;
}
.contact_section {
	padding-top: 5%;
}
.map_title h2 {
	color: var(--Primary-text, #211F1E);
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gmap {
	padding-top: 2%;
	padding-bottom: 5%;
}
.gmap iframe {
	border-radius: 10px;
}
.cf_submint:hover {
	background: #F09902;
	color: #fff;
}
.page_banner_style2 {
	background: url(images/header.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0;
	position: relative;
}
.page_banner_style2::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}
.page_description, .page_title {
	position: relative;
	z-index: 99;
}
.page_banner_style2 .page_title h2 {
	color: var(--Color-2nd, #FFF);
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.page_description {
	margin-top: 20px;
}
.blog_main {
	padding: 5% 0;
}
.blog_post_img {
	position: relative;
}
.blog_post_inner {
	border-radius: 10px;
	background: #222A43;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25), -1px -1px 4px 0px rgba(0, 0, 0, 0.25);
}
.blog_cat a{
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	color: #F09902;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.blog_post_img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.blog_post_content {
	padding: 30px;
}
.blog_post_title a h2 {
	color: var(--Color-2nd, #FFF);
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.blog_post_link {
	padding-top: 30px;
}
.blog_post_link a {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	color: #F09902;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.blog_post_inner {
	margin: 20px 0;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
    color: white;
    background-color: #222A43;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.pagination .page-numbers:hover {
    background-color: #F09902;
}

.pagination .page-numbers.current {
    background-color: #F09902;
    font-weight: bold;
}

.pagination .next.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin-left: 10px;
    text-decoration: none;
    color: white;
    background-color: #222A43;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.pagination .next.page-numbers:hover {
    background-color: #F09902;
}
.s1_blogs_img img {
    width: 100%;
}
img {
    height: unset;
}
div#ez-toc-container {
    padding: 0;
    border-radius: 0;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-right: 40px;
}
.ez-toc-title-container {
    padding-bottom: 15px;
}
div#ez-toc-container nav > ul > li {
    padding: 15px 0;
}
ul.ez-toc-list-level-3 li {
    padding-top: 10px !important;
}
ul.ez-toc-list-level-3 {
    padding-top: 20px !important;
}
div#ez-toc-container ul.ez-toc-list a {
    text-decoration: none;
}
.s1_blogs_paragraphs {
    padding-left: 30px;
}
.s1_blogs_paragraphs h1 {
    color: #000;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.s1_blogs_paragraphs p {
color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.s1_blogs_paragraphs h2 {
color: #000;
font-family: Poppins;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.s1_blogs_paragraphs h3 {
color: #000;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.s1_blogs_paragraphs h4 {
color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.mobile_menu {
    display: none;
}

.header_mobile_menu {
	background: #f2f2f2;
}
.mobile_menu_heading ul li {
	list-style: none;
	padding: 0;
	margin-top: 4%;
}

i.fa-solid.fa-xmark {
    color: #000;
    font-size: 25px;
}
.close_mobile_menu {
	position: absolute;
	right: 30px;
}
.header_mobile_menu {
    background: #FDD1AB;
    height: 100vh;
    top: 0;
    position: fixed;
    padding: 5% 5%;
    z-index: 9999;
    width: 100%;
    transition: ease all 0.5s;
    left: -100%;
}
.header_mobile_menu.mobile_menu_show {
	left: 0;
}
.default_page {
    padding: 5% 0;
}
.page_404 {
    padding: 10% 0;
}
@media only screen and (max-width: 676px) {
.default_page {
    padding: 10% 0;
}	
.main_nav {
    display: none;
}
.call_us {
    display: none;
}
.mobile_menu {
    display: block;
}
header.header {
    padding: 30px 0;
}
.call_us_txtmbl a {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.call_us_txtmbl span {
    font-weight: 500;
    font-size: 18px;
    padding-right: 10px;
}
.call_us_txtmbl {
    padding-top: 30px;
}
/* Primary Menu */
.menu-primary-container ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-primary-container ul.menu > li {
    position: relative;
}
.menu-primary-container ul.menu li a {
    display: block;
    color: #000;
    padding: 10px 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
}


/* Submenu Styling */
.menu-primary-container ul.menu li ul.sub-menu {
    display: none; /* Initially hide submenus */
    position: relative;
    left: 0;
    top: 0;
    z-index: 1000;
    padding-left: 15px;
}
.menu-primary-container li.open > a {
    color: #F09902 !important;
}
.menu-primary-container ul.menu li.open > ul.sub-menu {
    display: block; /* Show submenu when open class is applied */
}
.mobile_menu_inner {
    margin-top: 20px;
}
.menu-primary-container ul.menu li ul.sub-menu li {
    position: relative;
}

.menu-primary-container ul.menu li ul.sub-menu li a {
    color: #000;
    padding: 5px 0;
    font-size: 16px;
}


/* Angle Down and Up for Submenu */
.menu-primary-container ul.menu li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
}
.menu-primary-container ul.menu li.open > a::after {
    content: "\f106"; /* Font Awesome angle-up */
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}
.home_s_one_form .col-md-6.pr-0 {
    padding-right: 15px !important;
    margin-bottom: 1rem;
}
.home_s_one_left2 {
    padding-right: 0;
}
.hs_title2 h2 {
    font-size: 30px;
}
section.home_s_one {
    padding: 10% 0;
}
.services_section2_left h2 {
    font-size: 22px;
}
.services_section2_left p, .services_section2_left {
    font-size: 16px;
}
.service_s2_right img {
    width: 100%;
}
.service_s2_right {
    margin-top: 30px;
}
.seo_sec_heading h2 {
    font-size: 22px;
}
.seo_sec_heading h3 {
    font-size: 18px;
}
.seo_sec_content p {
    font-size: 16px;
}
.projects_column {
    margin: 15px 0;
    height: auto;
}
.top_text_section h2 {
    font-size: 22px;
}
.services_section2_left2 p {
    font-size: 16px;
}
.service_s2_right2 img {
    width: 100%;
}
.faq_heading h2 {
    font-size: 30px;
}
.faq-container {
    max-width: 100%;
}
.faq-question {
    font-size: 16px;
}
.footer_address {
    padding-top: 20px;
}
footer.footer {
    padding-top: 12%;
}
.copy_rights {
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: left;
}
.footer_column_inner {
    padding-top: 20px;
}
.footer_col_1 {
    max-width: 100%;
}
footer.footer .col-md-7.pr-0 {
    padding-right: 15px !important;
}
.hs_title h2 {
    font-size: 35px;
}
.hs_title::after {
    width: 280px;
}
.home_s_one_left {
    padding-right: 0;
}
.s_two_heading h2 {
    font-size: 35px;
}
.home_s2_left {
    padding-right: 0;
}
.home_s2_right {
    padding-left: 0;
}
.services_section_heading h2 {
    font-size: 35px;
}
.services_section_heading::after {
    width: 230px;
}
.sbox_title h2 a {
    font-size: 22px;
    margin-top: 10px;
    display: block;
}
.sbox_content p {
    font-size: 16px;
}
.sbox_content {
    min-height: unset;
    padding-bottom: 20px;
}
section.home_contact {
    padding: 10% 0;
}
.contact_heading h2 {
    font-size: 30px;
}
.contact_heading::after {
    width: 250px;
}
.contact_list {
    max-width: 100%;
}
.contact_list ul li a {
    font-size: 16px;
}
.contact_list {
    padding-top: 20px;
}
section.home_contact .col-md-6.pr-0 {
    padding-right: 15px !important;
}
section.home_contact .col-md-6.pl-0 {
    padding-left: 15px !important;
}
.google_map iframe {
    height: 250px;
}
.hs_titletop h2, .imgwithcon h2 {
    font-size: 35px;
}
.hs_titletop::after {
    width: 290px;
}
.img_widht_content_img img {
    width: 100%;
}
.imgwithcon {
    padding-top: 20px;
}
.imgwithcon h2::after {
    width: 250px;
}
.hso_content_page_top {
    margin-top: 30px;
}
.hso_content_page_top p {
    font-size: 16px;
}
.imgwithcon2 h2 {
    font-size: 35px;
}
.imgwid_txt p {
    font-size: 16px;
}
.imgwithcon2 h2::after {
    width: 250px;
}
.img_widht_content_img2 img {
    width: 100%;
}
.imgwid_txt2 p {
    font-size: 16px;
}
.rev_heading h2 {
    font-size: 35px;
}
.rev_heading h2::after {
    width: 220px;
}
.review_box {
    margin-bottom: 20px;
}
h2.section_title {
    font-size: 28px;
}
h2.section_title::after {
    width: 250px;
}
.title_w_c_c p {
    font-size: 16px;
}
.page_banner_style2 .page_title h2 {
    font-size: 28px;
}
.page_description p {
    font-size: 16px;
}
section.page_banner_style2 {
    padding: 10% 0;
}
.blog_post_title a h2 {
    font-size: 22px;
}
span.bp_txt {
    font-size: 16px;
}
div#ez-toc-container {
    border: 0 !important;
    padding: 0 !important;
}
.s1_blogs_paragraphs {
    padding: 0;
}
.s1_blogs_paragraphs h1 {
    font-size: 30px;
}
.s1_blogs_paragraphs p {
    font-size: 16px;
}
.s1_blogs_paragraphs h2 {
    font-size: 25px;
}
.s1_blogs_paragraphs h3 {
    font-size: 20px;
}
.col-md-6.pr-0 {
    padding-right: 15px !important;
}
.col-md-6.pl-0 {
    padding-left: 15px !important;
}
.page_title h2 {
    font-size: 40px;
}
.page_description p br {
    display: none;
}
span.icon img {
    width: 45px;
}
.contact_info_left ul li .vl, .contact_info_left ul li .vl a {
    font-size: 18px;
}
.contact_info_left ul li .ad {
    font-size: 20px;
}
.contact_info_left ul li {
    gap: 15px;
}
section.contact_section {
    padding-top: 10%;
}
.contact_form_section {
    margin-top: 30px;
    padding: 20px;
}
.cf_submint {
    font-size: 20px;
}
section.contact_map {
    padding-top: 10%;
}
.gmap iframe {
    height: 250px;
}
section.page_banner {
    padding: 10% 0;
}



}


