/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
#footer-logo img{
	filter: brightness(0) invert(100%);
}
.hero-background::after{
	
	background-image: linear-gradient(to right, #1d212be6, #1d212b99, transparent);
}
.hero-background:before {
    containment: true;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #1d212be6, #1d212b99, transparent);
}
.mw-786{
	max-width: 786px !important;
}

.icon-move a , .icon-move > span {
    display: flex;
    gap: 7px;
    justify-content: left;
    align-items: center;
    text-decoration: none;
}

.overflow-hidden{
	overflow: hidden;
}
.hover-effect:hover .icon-move span.icon {
    position: relative;
    left: 10px;
	 transition: .3s all ease-in-out;
}
.hover-effect:hover .e-transform{
    --e-transform-scale: 1.1;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    
    box-shadow: 0 0 #0000, 0 0 #0000,0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    
    box-shadow: 0 0 #0000, 0 0 #0000,0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}
.card-box-shadow:hover {
    box-shadow: 0 0 #0000, 0 0 #0000,0 10px 15px -3px #0000001a, 0 4px 6px -4px #00000000;
    transition: .3s all ease-in-out;
}
.border-hover-yelow:hover{
	border-color: #d1511a4d;
}
.fill-transparent svg{
	fill: transparent !important;
}
.storke-width-1 svg :is(path, circle){
	stroke-width: 1;
}
.storke-primary-color * {
    stroke: var( --e-global-color-primary );
}
@media (max-width:786px){
	.only-desk{
		display:none !important;
	}
}

@media (max-width:1023px){
	.header_destop {
    display: none !important;
}
.header_mobile .hfe-dropdown {
    width: 98%;
    top: 87px !important;
    left: 1%;
    position: fixed !important;
}
	
}



/* Hide original select */
.ff-custom-select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.ff-custom-select select {
    display: none;
}

/* Selected box */
.ff-selected {
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    cursor: pointer;
    font-size: 16px;
    color: #222;
    transition: .25s;
}

.ff-selected:hover {
    border-color: #cfcfcf;
}

.ff-selected:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: .3s;
}

.ff-custom-select.active .ff-selected:after {
    transform: rotate(-135deg);
    margin-top: 5px;
}

/* Dropdown */
.ff-options {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    overflow: hidden;
    display: none;
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.ff-custom-select.active .ff-options {
    display: block;
}

.ff-option {
    padding: 12px 18px;
    cursor: pointer;
    transition: .2s;
    font-size: 15px;
}

.ff-option:hover {
    background: #d75416;
    color: #fff;
}

.ff-option.selected {
    background: #d75416;
    color: #fff;
    font-weight: 600;
}

/* Scrollbar */
.ff-options::-webkit-scrollbar {
    width: 6px;
}

.ff-options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}

.faq-ans .e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 12px 12px 0px 0px;
}
.servies-areas a {
    text-decoration: none;
	
}
.servies-areas:hover a {
	color: #d1511a !important;
}
.text-heading {
    color: #1d212b;
}
.require-list p {
    margin-top: 16px;
}
.fill-svg svg path {
    fill: #d1511a !important;
}
.image-height  img {
    object-fit: cover;
    aspect-ratio: 4/3;
}
.sticky_header {
    position: fixed !important;
    top: 0%;
    left: 0% !important;
    width: 100% !important;
    max-width: 100% !important;
	justify-content: center !important;
}
.mega_menu {
    background: #fff !important;
    border-radius: 8px;
    left: 50%;
    top: 0% !important;
    transform: translateX(-88%);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border: 1px solid #e5e7eb80;
}
.mega_menu h3 {
    margin-bottom: 10px;
}
@media (max-width:1024px){
		.custom_menu .hfe-dropdown {
    position: fixed !important;
    left: 50% !important;
    width: 98% !important;
    top: 20% !important;
    transform: translatex(-50%) !important;
}
}