/*
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.1.1.1725873161
Updated: 2024-09-09 09:12:41

*/
body {
    overflow-x: hidden;
}
body p a{
	color:#4a5e8b;
}
.ehf-header #masthead .hfe-site-logo-container {
    display: flex;
}
.about_us_right .swiper-slide-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	object-fit:cover;
}
.about_us_right figure.swiper-slide-inner {
    position: relative;
    padding-bottom: 93%;
	 height: 100%;
}
.about_us_right>.elementor-element, 
.about_us_right .elementor-image-carousel-wrapper{
    height: 100%;
}
.our_service_wrap .elementor-image-box-title {
    margin-top: 0;
}
.why_choose_right .elementor-icon-box-title {
    margin-top: 0;
}
.why_choose_right .elementor-icon-box-icon {
    position: relative;
    top: 14px;
}
.naics_code_wrap .elementor-heading-title {
    background: #000;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
    padding: 16px 55px 16px 20px;
    display: block;
    width: 100%;
}
.past_performers_title p {
    margin: 0;
}
.past_performers_wrap ul {
    padding-left: 22px;
}
.past_performers_wrap .elementor-heading-title {
    min-height: 36px;
}
.header_right_menu, 
.header_right_menu>.elementor-element{
    position: static;
}
.header_right_menu nav.hfe-nav-menu__submenu-arrow {
    left: 0 !important;
}

/* responsive*/

@media(min-width:1140px){
	.about_us_wrap {
    width: calc(((100% - 1160px) / 2) + 1160px);
    margin: 0 0 0 auto;
}
}

@media(max-width:767px){
	.why_choose_right .elementor-icon-box-icon {
    top: 2px;
}
	body p a {
    word-break: break-all;
}
	.elementor-widget-text-editor ul {
    padding-left: 22px;
}
	.past_performers_wrap .elementor-heading-title {
    min-height: 0;
}
	.banner_btn a.elementor-button {
    width: 100%;
}
}