/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1779453386
Updated: 2026-05-22 12:36:26

*/
.table-wrapper{width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-wrapper table{width: 100%;min-width: 600px;border-collapse: collapse;}
.hro-hdng h2 span{
	color: #FFCC3380
}
.site-footer{
	max-width: 100%!important;
	padding-inline: 16px;
}
.site-header,
.site-footer .container{
    width: 100%!important;
    max-width: 1350px!important;
    margin: auto;
}
header.site-header .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
	align-items: center;
}
nav.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 32px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    padding: 0;
}
nav.main-navigation a:hover {
    color: #000;
}
nav.main-navigation li.current-menu-item a {
    color: #000;
}
nav.main-navigation a {
    color: #505F76;
    transition: 0.3s;
}
.menu .current-menu-item > a {
    position: relative;
}
.menu .current-menu-item > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 10px;
}
.menu a {
    position: relative;
}
.menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #000;
    transition: 0.3s ease;
}
.menu a:hover::after,
.menu .current-menu-item > a::after {
    width: 100%;
}
.lg-cnt p{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
}
.site-footer {
    padding-block: 80px;
    background: #FFF7E0;
}
.lg-cnt img {
    margin-left: -10px;
}
.lg-cnt-mn {
    padding-bottom: 48px;
    border-bottom: 1px solid #C6C6CD;
}
.cpr-pr-tc p {
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.cpr-pr-tc {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.site-footer p, .site-footer a {
    margin: 0;
    color: var(--e-global-color-text);
}
.pr-tc a:hover {
    color: #000;
}
.pr-tc a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.pr-tc {
    display: flex;
    gap: 24px;
}
.ic-dv:hover h2, .ic-dv:hover p {
    color: #fff;
}
.ic-dv:hover svg path {
    fill: #fff;
}
.ic-dv:hover .elementor-widget-icon{
	background: #FFFFFF33;
}
@media screen and (max-width: 767px){
	.site-header {
		border-bottom: 1px solid #B0B0B04D;
	}
	.site-header .elementor-button {
		display: none;
	}
	.stk-mb-cnt {
		position: sticky;
	}
	.stk-1 {
		top: 20px;
	}
	.stk-4 {
		top: 185px;
	}
	.stk-3 {
		top: 115px;
	}
	.stk-2 {
		top: 68px;
	}
	.site-footer {
		padding: 40px 16px 16px;
		text-align: center;
	}
	.site-footer .lg-cnt {
		width: 90%;
		margin: auto;
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.lg-cnt p {
		font-size: 10px;
	}
	.lg-cnt-mn {
		padding-bottom: 24px;
		border-bottom: 0;
	}
	.cpr-pr-tc {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
	.cpr-pr-tc p, .cpr-pr-tc a {
		font-size: 10px;
	}
	.pr-tc{
		gap: 8px;
		flex-direction: row-reverse;
	}
	.lg-cnt img{
		margin-left:0;
	}
}