.elementskit-submenu-panel > li > a {
   
    font-size: 15px !important;
    
   
}

.elementor-element-668f60e2{
	 display: none;
}

.elementor-widget-container img{
	border-radius: 10px !important;
}

@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        max-width: 1250px !important;
    }
}

.manpower-header {
    position: sticky !important;
	top: 0px;
    z-index: 10; 
    background: #ffffff; 
    transition: box-shadow 0.3s ease-in-out; 
}

.manpower-header.is-sticky {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}  



.text-block{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	
}

.text-block .text{
	font-family: "Josefin Sans", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
	margin-top: 3px;
}

.carousel-brand img{
	width: 120px;
}


.slider-image{
	filter: brightness(40%);
}



.slider-box{
	
		box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	
}


.card-box{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	
	transition: background 0.4s ease-in-out; /* Smooth background transition */
    background: linear-gradient(to right, transparent, transparent); /* Initial transparent background */
	
	
}

.card-text{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-text h3{
	
	font-family: "Josefin Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #001834;
	margin-top: 3px;
	
}

@keyframes rotate-globe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.globe-rotate {
    animation: rotate-globe 10s linear infinite;
}

/*  contact form design  */

.business-contact-form {
    
    padding: 30px;
    border-radius: 10px;
    margin: auto;
}



label {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.required {
    color: red;
}

input, textarea {
    width: 100%;
    padding: 20px !important;
   
	border-bottom: 1px solid gainsboro !important;
    border-radius: 5px;
    font-size: 16px;
	
}

textarea {
    height: 120px;
    resize: vertical;
}

.business-contact-form label + br {
    display: none;
}


input:focus, textarea:focus {
    border-color: #0073e6;
    outline: none;
}

[submit] {
    background: #0073e6;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

[submit]:hover {
    background: #005bb5;
}

#mf-input-email-18436ba{
	border-bottom: 1px solid #001834 !important
}

/*  image overlay background color */
.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
}

.ast-single-post .entry-content a{
	text-decoration: none !important;
}