/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: A child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@import url("../hello-elementor/style.css");

body {
	max-width: 2100px;
	margin: 0 auto;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ol,
ul {
	padding-left: 0;
}

a {
	text-decoration: none;
}

body {
	background: url(https://alshandyman.com/wp-content/uploads/2025/03/image-39.png) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

:root {
	--oxygenFont: "Oxygen", serif;
	--outfitFont: "Outfit", serif;
	--redColor: #FF3131;
	--blueColor: #1097FC;
}

.ptb_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pt_60 {
	padding-top: 60px;
}

.pb_60 {
	padding-bottom: 60px;
}

.ptb_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pt_40 {
	padding-top: 40px;
}

.pb_40 {
	padding-bottom: 40px;
}

section.elementor-section-full_width>.elementor-container {
	width: 90%;
}

section.elementor-section>.elementor-container>.elementor-column>div {
	padding: 0;
}

.elementor-inner-section>.elementor-container {
	width: 100% !important;
}

.map_sec>.elementor-container {
	width: 100% !important;
}

.heading_h2 h2 {
	font-family: var(--outfitFont) !important;
	font-weight: 700 !important;
	font-size: clamp(1.75rem, 1.25rem + 2.2222vw, 2.5rem) !important;
	line-height: 1.4;
}

body p {
	font-family: var(--oxygenFont) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.3;
}

.para_font * {
	font-family: var(--oxygenFont) !important;
	line-height: 1.3;
}

.web_subheading {
	border: 1px solid #AFAFAF;
}

.web_subheading .elementor-icon-box-icon {
	margin-right: 0 !important;
}

.web_subheading .elementor-icon-box-title span {
	font-family: var(--outfitFont) !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 0 20px;
}

.web_btn a,
.contact_form form button[type=submit] {
	font-family: var(--outfitFont) !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.3;
	padding: 15px 30px !important;
}

.megaMenu_parent > a.highlighted ~ ul{
	display: flex !important;
	background: #1097FC !important;
	padding: 20px 15px !important;
	border-radius: 10px;
	align-items: center;
	margin-left: unset !important;
	min-width: 1000px !important;
	left: 50% !important;
	transform: translateX(-20%);
	flex-wrap: wrap;
	justify-content: space-between;
}
.megaMenu_parent ul.sub-menu li{
	width: calc(33.33% - 10px) !important;
}
.header_menu ul.sub-menu li a{
	color: #fff !important;
	border-radius: 14px !important;
	transition: 0.8s;
	position: relative;
	overflow: hidden;
	z-index: 99;
	text-transform: capitalize;
	font-family: var(--outfitFont) !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.3;
}
.header_menu .megaMenu_parent ul.sub-menu li a.elementor-item-active{
	background: var(--redColor) !important;
}

.header_menu li.home_menu a span{
	display: none;
}
.megaMenu_parent ul.sub-menu li a:hover{
	background: none !important;
}
.megaMenu_parent ul.sub-menu li a::after{
	display: none;
}
.megaMenu_parent ul.sub-menu li a:before {
	width: 0%;
	background: var(--redColor);
	top: 0px;
	right: 0px;
	transition-delay: 0.5s;
	bottom: 0px;
	content: '';
	position: absolute;
	z-index: -1;
	border-radius: 30px;
	transition: 0.8s;
}

.megaMenu_parent ul.sub-menu li a:hover:before {
	left: 0;
	width: 100%;
	opacity: 1;
	border-color: rgba(255, 255, 255, 1);
	transition: 0.35s;
}
.heading_h4 *{
	font-family: var(--outfitFont) !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}
/* ============= Top header styling ============== */
.top_header {
	padding: 10px !important;
}

.top_contactIcon .elementor-widget-container {
	padding: 8px 10px;
}

.top_contactIcon .elementor-icon-box-icon {
	background: #fff;
	border-radius: 50%;
	padding: 8px;
}

.top_contactIcon .elementor-icon-box-content {
	display: flex;
	flex-direction: column-reverse;
}

.top_contactIcon .elementor-icon-box-content .elementor-icon-box-title a {
	font-family: var(--oxygenFont) !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.4;
}

.top_contactIcon .elementor-icon-box-content p {
	font-family: var(--outfitFont) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.3;
	text-transform: uppercase;
}

.header_menu {
	z-index: 99;
}

.header_menu .elementor-container {
	background: #fff;
	border: 1px solid var(--redColor);
	border-radius: 10px;
	margin-top: 10px;
}

.header_menu nav ul {
	align-items: center;
}

.header_menu nav ul li a {
	position: relative;
	font-family: var(--outfitFont) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	text-transform: uppercase;
	padding: 5px 15px !important;
}

.header_menu nav ul li a img {
	width: 25px !important;
}

.header_menu nav ul li a::after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(https://alshandyman.com/wp-content/uploads/2025/03/menu_hover.png) no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%) !important;
	transition: ease-in 300ms;
	background-color: transparent !important;
}

.header_menu nav ul li:first-child a::after {
	display: none !important;
}

/* ========== banner styling ============= */
.home_banner {
	margin-top: -61px;
}

.home_banner h1,
.home_banner h3 {
	font-family: var(--outfitFont) !important;
	font-weight: 800 !important;
	line-height: 1.2;
	text-shadow: #000000 2px 2px 10px;
}

.home_banner h1 {
	font-size: 80px !important;
}

.home_banner h3 {
	font-size: 45px !important;
}

/* .banner_texts {
	margin-top: -300px;
} */
.banner_texts .banner_points:first-child {
    width: 28% !important;
}

.banner_texts .banner_points:nth-child(2) {
    width: 36% !important;
}

.banner_texts .banner_points:nth-child(3) {
    width: 36% !important;
}
.banner_texts .elementor-icon-box-wrapper{
	position: relative;
	z-index: 99
}
.banner_texts .elementor-icon-box-wrapper::after{
	content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #fff;
    z-index: -1;
	border-radius: 30px 0 0 30px;
}
.banner_texts .elementor-widget-container::after{
	content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 16px;
    height: 100%;
    background: #00528F;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
	z-index: 999;
}
.banner_texts .elementor-icon-box-icon svg{
	width: 100px;
    height: 100px;
}
.banner_texts .elementor-widget-wrap {
	justify-content: space-between;
}

/* .banner_texts .elementor-element .elementor-widget-container {
	padding: 10px !important;
} */

.banner_texts .elementor-icon-box-title span{
	font-family: var(--outfitFont) !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	line-height: 1.2;
	margin-bottom: 0 !important;
}

/* ============== About Sec styling ============ */
.about_sec .about_img .elementor-widget-container{
	aspect-ratio: 1;
}
.about_sec .about_img .elementor-widget-container img{
	height: 100% !important;
    border-radius: 5px;
	width: 100% !important;
	object-fit: cover;
}
/* .about_sec::after {
	content: '';
	width: 55%;
	height: 98%;
	position: absolute;
	left: 0;
	top: -20px;
	background: url(https://alshandyman.com/wp-content/uploads/2025/02/Group-9-1.png) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 99;
	border-radius: 5px;
} */

.about_sec::before {
	content: '';
	width: 51%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}

.about_sec .about_h4 h4 {
	font-family: var(--oxygenFont) !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.3;
}

.about_pointers p {
	margin-bottom: 0 !important;
	border: 1px solid #AFAFAF;
	border-bottom: 4px solid #1097FC;
	font-family: var(--outfitFont) !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 10px 20px;
}

/* ============ services_sec ============= */
.services_sec section .elementor-container.elementor-column-gap-default {
	column-gap: 20px;
}

.service_box {
	margin-bottom: 0 !important;
}

.services_sec section .service_box .elementor-image-box-wrapper {
	display: flex;
	flex-direction: column-reverse;
	vertical-align: bottom;
	background: #fff;
	border-radius: 5px;
}

.services_sec section .service_box figure.elementor-image-box-img {
	margin-bottom: 0 !important;
	aspect-ratio: 1.15;
	overflow: hidden;
	vertical-align: bottom;
}

.services_sec section .service_box figure.elementor-image-box-img img {
	vertical-align: bottom;
	height: 100% !important;
	width: 100% !important;
}

.services_sec section .service_box .elementor-image-box-content {
	padding: 30px 20px 60px;
	aspect-ratio: 1.15;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.services_sec section .service_box h3.elementor-image-box-title {
	font-family: var(--outfitFont) !important;
	font-weight: 600 !important;
	font-size: 22px !important;
	line-height: 1.3;
}

.services_sec section .service_box p {
	font-size: 18px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

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

.service_icon svg {
	transition: ease-in 300ms;
}

.service_icon .elementor-icon {
	vertical-align: bottom;
}

.service_learnmore {
	position: absolute !important;
	bottom: 0;
	margin-bottom: 0 !important;
	opacity: 0;
	transition: ease-in 300ms;
}

.service_learnmore a {
	width: 100% !important;
}

.services_sec section .elementor-column:hover figure.elementor-image-box-img img {
	transform: scale(1.05);
}

.services_sec section .elementor-column:hover .service_learnmore {
	opacity: 1;
}

.services_sec section .elementor-column:hover .service_icon svg {
	/* rotate: 10deg; */
	transform: rotate(20deg);
}

/* ============== Gallery Sec ================ */
.gallery_sliders .elementor-container {
	flex-wrap: wrap;
	gap: 30px;
}

.gallery_sliders .elementor-container .elementor-column {
	width: calc(50% - 15px) !important;
}
.gallery_sliders .twentytwenty-wrapper{
	aspect-ratio: 1.6;
}
.gallery_sliders .twentytwenty-wrapper .bafg-twentytwenty-container{
	height: 100% !important;
}
.gallery_sliders .twentytwenty-wrapper .bafg-twentytwenty-container img{
	height: 100%;
    object-fit: cover;
    width: 100% !important;
}
.gallery_sliders .elementor-container .elementor-column .bafg-twentytwenty-container {
	border-radius: 5px;
}

.gallery_sliders .elementor-container .elementor-column .twentytwenty-handle {
	background: #fff !important;
}

.gallery_sliders .elementor-container .elementor-column .twentytwenty-left-arrow {
	left: 0% !important;
}

.gallery_sliders .elementor-container .elementor-column .twentytwenty-right-arrow {
	right: 0% !important;
}
.gallery_sliders .twentytwenty-before-label,.gallery_sliders .twentytwenty-after-label{
	display: none !important;
}
.gallery_sliders .elementor-container .elementor-column .twentytwenty-left-arrow::after {
	content: 'Drag';
	position: absolute;
	left: 12px;
	top: 50%;
	font-size: 13px;
	transform: translateY(-50%);
	line-height: 1;
	font-weight: 500;
	font-family: var(--outfitFont) !important;
	text-transform: uppercase;
}

/* ==================== faq_sec ================ */
.faq_sec .faq_ques {
	margin-bottom: 0 !important;
}

.faq_sec h4 {
	font-family: var(--outfitFont) !important;
	font-weight: 600 !important;
	font-size: clamp(1.25rem, 1.0833rem + 0.7407vw, 1.5rem) !important;
	line-height: 1.3;
	background: #1097FC;
	border-radius: 20px 20px 0 0;
	padding: 20px 30px;
	color: #fff !important;
}

.faq_sec p {
	background: #FFFFFF;
	border-radius: 0 0 20px 20px;
	padding: 15px 20px;
	margin-left: 10px;
}

.faq_sec p a {
	color: #000 !important;
	text-decoration: underline;
}

.faq_sec p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 11px;
	height: 8px;
	background: url(https://alshandyman.com/wp-content/uploads/2025/03/faqIcon.png) no-repeat;
	background-size: contain;
	background-position: center;
}

/* ================ Contact us ============== */

.contact_form {
	width: 85%;
	margin: -250px auto 0;
}

.contact_form form label {
	font-family: var(--outfitFont) !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 1.3;
	color: #fff !important;
	margin-bottom: 10px;
}

.contact_form textarea {
	border-radius: 20px !important;
}

.contact_form form button[type=submit] {
	margin-top: 50px;
}

/* =========== Blog sec ============= */
.blog_sec section .elementor-container {
	column-gap: 20px;
}

.blog_sec section .blog_post.left,
.blog_sec section .blog_post.right {
	width: 30% !important;
}

.blog_sec section .blog_post.mid {
	width: 40% !important;
}

.blog_sec section .blog_post.mid article {
	display: none;
}

.blog_sec section .blog_post.mid article:last-child {
	display: block;
}

.blog_sec section .blog_post article {
	border-radius: 5px;
	position: relative;
	height: 100%;
	padding-bottom: 5px;
}

.blog_sec section .blog_post article a.elementor-post__thumbnail__link {
	margin-bottom: 0 !important;
}

.blog_sec section .blog_post.mid article .elementor-post__thumbnail {
	aspect-ratio: 1;
}

.blog_sec section .blog_post.mid article .elementor-post__thumbnail img {
	height: 100% !important;
}

.blog_sec .blog_post article .elementor-post__text {
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 15px 20px;
	border-radius: 0 0 5px 5px;
	background: #fff;
}

.blog_sec .blog_post article .elementor-post__text h3 {
	margin-bottom: 10px;
}

.blog_sec .blog_post article .elementor-post__text h3 a {
	font-family: var(--outfitFont) !important;
	font-weight: 600 !important;
	font-size: clamp(1.125rem, 0.9583rem + 0.7407vw, 1.375rem) !important;
	line-height: 1.3;
	color: #000 !important;
}

.blog_sec .blog_post article .elementor-post__text .elementor-post__excerpt {
	margin: 20px 0 !important;
}

.blog_sec .blog_post article .elementor-post__text p {
	font-weight: 300 !important;
	color: #000 !important;
}

.blog_sec .blog_post article .elementor-post__text .elementor-post__meta-data {
	position: absolute;
	top: 20px;
	left: 0;
	background: #1097FC;
	border: 1px solid #FFFFFF;
	padding: 5px 10px;
	border-radius: 0 3px 3px 0;
}

.blog_sec .blog_post article .elementor-post__text .elementor-post__meta-data span {
	font-family: var(--outfitFont) !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.3;
	color: #fff !important;
}

.blog_sec .blog_post article .elementor-post__text a.elementor-post__read-more {
	color: #FF3131 !important;
	text-decoration: underline;
	font-size: 16px;
	font-family: var(--oxygenFont) !important;
	font-weight: 700 !important;
	line-height: 1.3;
}

/* .blog_sec .blog_post.mid article .elementor-post__text a.elementor-post__read-more {
	background: var(--redColor);
	color: #fff !important;
	text-decoration: none;
	border-radius: 50px;
	display: block;
	width: max-content;
	margin-bottom: 10px;
	transition: ease-in 300ms;
} */

/* .blog_sec .blog_post.mid article .elementor-post__text a.elementor-post__read-more:hover {
	background: #1097FC;
} */

/* ============== CTA sec ================== */

.cta_sec h2 {
	font-family: var(--outfitFont) !important;
	font-weight: 700 !important;
	font-size: clamp(2rem, 1.25rem + 3.3333vw, 3.125rem) !important;
	line-height: 1.3;
	text-transform: capitalize;
}

/* ================ Footer =============== */
.footer_sec h3 {
	font-family: var(--outfitFont) !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 1.3;
}

.footer_sec .footer_links a {
	font-family: var(--oxygenFont) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	padding: 8px 0 !important;
}

.footer_sec .services_links .footer_links ul li:last-child a {
	text-decoration: underline !important;
}

.footer_contact ul.elementor-icon-list-items li {
	margin-bottom: 20px !important;
}

.footer_contact ul.elementor-icon-list-items span.elementor-icon-list-text {
	font-family: var(--oxygenFont) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.3;
}

.footer_contact ul.elementor-icon-list-items a span.elementor-icon-list-text {
	text-decoration: underline;
}

.copy_rightsec {
	padding: 8px 0 !important;
}

.copy_rightsec p {
	margin-bottom: 0 !important;
	font-family: var(--outfitFont) !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1.3;
}

/* ====================  About page styling =============== */
.innerpage_banner {
	margin-top: -60px;
}

.innerpage_banner h1 {
	font-family: var(--outfitFont) !important;
	font-size: clamp(2.375rem, 2.0905rem + 1.2644vw, 3.75rem) !important;
	font-weight: 800 !important;
	line-height: 1.2;
	text-shadow: #000000 2px 2px 10px;
}

.about_content .elementor-container {
	column-gap: 30px;
}

.about_content ul.elementor-icon-list-items li span.elementor-icon-list-text {
	font-family: var(--oxygenFont) !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.6;
}

.point_text p {
	margin-bottom: 0 !important;
}

.services.about_content .elementor-container {
	flex-wrap: wrap;
	gap: 20px;
}

.services.about_content .elementor-container .elementor-column {
	width: calc(33.33% - 15px) !important;
}
.equal_height_img .elementor-widget-container{
	aspect-ratio: 1.5;
}
.equal_height_img .elementor-widget-container *{
	height: 100% !important;
	object-fit: contain;
}
.contact_form.contact_page {
	margin: -250px auto 60px;
}
/* =============== Responsive ================= */
@media screen and (min-width: 1500px) {
	.about_sec .about_img .elementor-widget-container{
		aspect-ratio: 1.6;
	}
	.about_content .about_img .elementor-widget-container{
		aspect-ratio: 1.5;
	}
	.about_content .about_img .elementor-widget-container img{
		height: 100%;
    	width: 100%;
    	object-fit: contain;
	}
	.equal_height_img .elementor-widget-container{
		aspect-ratio: 2;
	}
}
@media screen and (max-width: 1200px) {
	.header_menu .elementor-widget-nav-menu .elementor-widget-container{
		padding-left: 25px !important;
	}
	.header_menu .elementor-widget-social-icons .elementor-widget-container{
		padding-right: 15px !important;
	}
	.header_menu nav ul li a{
		padding: 5px 8px !important;
	}
	.banner_texts .elementor-widget-wrap{
		gap: 20px;
	}
	.banner_texts .banner_points:nth-child(2),.banner_texts .banner_points:first-child,.banner_texts .banner_points:nth-child(3){
		width: calc(50% - 15px) !important;
	}
	.about_pointers .elementor-widget-wrap{
		gap: 20px;
		justify-content: center;
	}
	.point_text.elementor-widget.elementor-widget-text-editor {
		margin: 10px 0;
	}
}
@media screen and (max-width:1024px) {
	.mobile_header{
		padding: 10px 0;
	}
	.home_banner,.innerpage_banner {
		margin-top: 0;
	}
	.mobile_header .mobile_topheader .elementor-widget-wrap{
		justify-content: center;
	}
	.mobile_menuheader {
		border: 2px solid #fff;
		border-radius: 10px;
		padding: 10px 10px;
		background: #ffffffc4;
		backdrop-filter: blur(5px);
		z-index: 9999;
	}
	.mobile_topheader{
		margin: 10px 0 20px;
	}
	.top_contactIcon .elementor-widget-container {
		padding: 9px 10px;
	}
	.mobile_topheader .elementor-widget-icon .elementor-icon-wrapper{
		line-height: 1 !important;
	}
	.mobile_menuheader .elementor-column:last-child nav.elementor-nav-menu--dropdown{
		position: absolute;
		right: 0;
		width: 300px;
		z-index: 99 !important;
		background: #fff;
		top: 50px;
		border-radius: 5px;
		box-shadow: 0 0px 6px #1097FC;
	}
	.mobile_menuheader .elementor-column:last-child nav.elementor-nav-menu--dropdown ul li.home_menu {
		border-radius: 5px 5px 0 0;
	}
	.megaMenu_parent > a.highlighted ~ ul{
		display: unset !important;
    	background: transparent !important;
    	padding: 0 !important;
    	border-radius: 0x;
    	align-items: center;
    	margin-left: unset !important;
    	min-width: auto !important;
	}
	.megaMenu_parent ul.sub-menu li a:before{
		display: none;
	}
	.megaMenu_parent ul.sub-menu li{
		width: 100% !important;
	}
	.mobile_menuheader li.home_menu a img{
		display: none;
	}
	.mobile_menuheader li.home_menu a span{
		display: block;
	}
	.mobile_menuheader .elementor-column:last-child nav.elementor-nav-menu--dropdown ul li.menu-item a{
		text-transform: capitalize;
		font-family: var(--outfitFont) !important;
		font-weight: 500 !important;
		font-size: 18px !important;
		line-height: 1.3;
	}
	.mobile_menuheader .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.mobile_menuheader .elementor-nav-menu--dropdown .elementor-item.highlighted,.mobile_menuheader .elementor-nav-menu--dropdown .elementor-item:focus,.mobile_menuheader .elementor-nav-menu--dropdown .elementor-item:hover,.mobile_menuheader .elementor-sub-item.elementor-item-active,.mobile_menuheader .elementor-sub-item.highlighted,.mobile_menuheader .elementor-sub-item:focus,.mobile_menuheader .elementor-sub-item:hover{
		background: #00528F !important;
		color: #fff !important;
	}
	.megaMenu_parent ul.sub-menu li a:hover{
		background: #00528F !important;
	}
	.about_sec .elementor-column{
		width: 100% !important;
	}
	.services_sec section .elementor-container.elementor-column-gap-default{
		gap: 20px;
		justify-content: space-between;
	}
	.services_sec .services_inner_sec .elementor-column{
		width: calc(50% - 20px) !important
	}
	.about_sec .elementor-container{
		gap: 30px;
	}
	.about_sec::before{
		width: 100%;
		height: 60%;
        top: 40%;
	}
	.about_sec .about_img .elementor-widget-container{
		aspect-ratio: 1.5;
	}
	.blog_sec section .blog_post.mid,.blog_sec section .blog_post.left, .blog_sec section .blog_post.right{
		width: 100% !important;
	}
	.blog_sec section .blog_post.mid .elementor-posts-container{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.blog_sec section .blog_post.mid article:last-child{
		margin: 20px 0;
	}
	.blog_sec section .elementor-container{
		gap: 20px;
		flex-wrap: wrap;
	}
	.about_content .elementor-container{
		gap: 40px;
	}
	.about_content .elementor-column{
		width: 100% !important;
	}
	.footer_other_logos .elementor-widget-wrap{
		gap: 20px;
	}
	
}
@media screen and (max-width: 991px) {
	.faq_sec .elementor-column{
		width: 100% !important;
	}
	
	.footer_sec .elementor-column{
		width: 50% !important;
	}
	.footer_sec .footer_other_logos .elementor-column{
		width: 100% !important;
	}
	.banner_texts .elementor-icon-box-wrapper::after{
		height: 60px;
	}
	.banner_texts .elementor-icon-box-title span{
		font-size: 16px !important;
	}
	.banner_texts .banner_points:nth-child(2), .banner_texts .banner_points:first-child, .banner_texts .banner_points:nth-child(3){
		width: 100% !important;
	}
	
}
@media screen and (max-width: 767px) {
	.web_subheading .elementor-icon-box-wrapper{
		display: flex !important;
		align-items: center;
	}
	.web_subheading .elementor-icon-box-wrapper .elementor-icon-box-icon{
		margin-bottom: 0 !important;
		height: 50px !important;
	}
	.mobile_menuheader .elementor-column:first-child{
		width: 30% !important;
	}
	.mobile_menuheader .elementor-column:last-child{
		width: 70% !important;
	}
	.banner_points .elementor-icon-box-wrapper{
		align-items: center;
	}
	.gallery_sliders .elementor-container .elementor-column{
		width: 100% !important;
	}
	.services_sec .services_inner_sec .elementor-column{
		width: 100% !important;
	}
	.blog_sec section .blog_post.mid article:last-child{
		margin: 15px 0;
	}
	.footer_sec .footer_other_logos .elementor-column .elementor-widget-wrap{
		gap: 20px;
	}
	.services.about_content .elementor-container .elementor-column{
		width: 100% !important;
	}
	.footer_sec .elementor-column{
		width: 100% !important;
	}
	.innerpage_banner{
		padding: 80px 0px 80px 0px !important;
	}
}
@media screen and (max-width:576px) {
	
	.web_btn a, .contact_form form button[type=submit], .blog_sec .blog_post.mid article .elementor-post__text a.elementor-post__read-more{
		padding: 10px 20px !important;
		font-size: 16px !important;
	}
	.banner_texts .elementor-icon-box-icon svg{
		width: 80px;
		height: 80px;
	}
	.banner_texts .elementor-icon-box-title span{
		font-size: 13px !important;
	}
	.about_sec::before{
		height: 80%;
        top: 20%;
	}
	.about_pointers .elementor-widget-wrap{
		gap: 15px;
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media screen and (min-width: 1600px) {
	.about_sec::after {
		background-size: 100%;
		background-position: top;
	}
}