/**
 * Theme Name:     Twenty Twenty-Four Child
 * Author:         the WordPress team
 * Template:       twentytwentyfour
 * Text Domain:	   twenty-twenty-four-child
 * Description:    Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
 */

.highlight{
	color:var(--e-global-color-secondary);
}

.heading-decorator{
	position:relative;
	padding-bottom:50px;
}

.heading-decorator::before{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	border-radius:50px;
	background:var(--e-global-color-secondary);
	left:50%;
	transform:translateX(-50%);
	bottom:20px;
}

.heading-decorator::after{
	content:'';
	position:absolute;
	width:120px;
	height:5px;
	border-radius:50px;
	background:var(--e-global-color-secondary);
	opacity:0.15;
	left:50%;
	transform:translateX(-50%);
	bottom:26px;
}

.service-cards img{
	height:230px !important;
	object-fit:contain;
	object-position:center;
}

.form-heading h3{
	font-size:32px;
	font-weight:600;
	font-family:"Poppins";
	line-height:46px;
	color:#333;
	margin:0;
	margin-bottom:16px;
	text-align:center;
}

.ekit-template-content-header{
	position:sticky;
	top:0;
	z-index:99;
}

.p-sticky{
	position:sticky;
	top:0;
}

table{
	border:1px solid #b3b3b3;
	width:100%;
	border-collapse:collapse;
}

th, td{
	border:1px solid #b3b3b3;
	padding:6px;
}

#mainMenu ul li:last-child{
	display:none;
}

#mainMenu ul li ul li:last-child{
	display:block;
}

#mainMenu ul li:last-child a:not(.dropdown-item){
	display:inline-block;
	background-color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
}

#mainMenu ul li:last-child a:not(.dropdown-item):hover{
	background-color: #FFEDD4;
    color: var(--e-global-color-secondary);
}

#popupEmail{
	display:none;
}

#popupEmail.show{
	display:flex;
}

#OtherServiceCarousel .elementskit-client_logo img{
	height:200px;
	object-fit:cover;
	object-position:center center;
	width:100%;
}

#OtherServiceCarousel .elementskit-client_logo {
	width:100%;
}

@media(max-width:768px){
	.mobile-None, #menuOne{
		display:none;
	}
	
	#mainMenu ul li:last-child{
		padding:10px;
		display:block;
	}
	
	#mainMenu ul.elementskit-dropdown li:last-child{
		padding:0;
	}
	
	#tableOverflow{
		max-width:100%;
		overflow:auto;
	}
}