/*
Theme Name: Hello Elementor Child
Theme URI: https://wp-themes.com/hello-elementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/

footer#site-footer {
 	padding: 0;   
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: #ffffff;
    background-color: #46b450;
}

.enquiry-form-fields select {
    font-family: "Poppins", sans-serif !important;
    padding: 15px !important;
    color: #000000 !important;
    font-weight: 600 !important;
	cursor: pointer !important;
}

.enquiry-form-fields textarea {
    height: 100px !important;
}

.form-text {
    color: #B0B0B0 !important;
    font-family: "Poppins", sans-serif !important;
}

.form-recaptcha, .form-recaptcha a {
    color: #B0B0B0 !important;
    font-family: "Poppins", sans-serif !important;
    text-decoration: none !important;
}

.form-recaptcha a {
    font-weight: 600 !important;
}

.form-recaptcha {
    margin-block: 30px;
}

.form-recaptcha a {
    text-decoration: none !important;
}

.form-recaptcha a:hover {
	color: #25D366 !important;
}

.enquiry-submit input:hover {
	background-color: #25D366 !important;
}

.enquiry-submit input {
    background-color: #444444 !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    text-decoration: none !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #2E2E2E !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 15px 25px !important;
    color: #ffffff !important;
    width: 200px !important;
}

.featured-company img{
  filter: grayscale(100%);
  transition: .4s ease;
  height: 60px;
}

.featured-company img:hover{
  filter: grayscale(0%);
}

.add-overlay {
	position: relative;
}

.add-overlay:before {
	content:'';
	 position: absolute;
	  inset: 0;
	  background:
		radial-gradient(
		  circle at center,
		  transparent 0%,
		  transparent 18%,
		  rgba(0,0,0,.97) 45%,
		  rgba(0,0,0,.97) 100%
		);
}

.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

#mobile-header {
	box-shadow: 5px 2px 2px 2px rgb(63 63 63 / 72%);
}

div#desktop-header {
	background-color: #282838;
	box-shadow: 5px 2px 2px 2px rgb(63 63 63 / 72%);
}

div#desktop-header.sticky-header {
	background-color: #282838;
	box-shadow: 5px 2px 2px 2px rgb(63 63 63 / 72%);
}

.collapse-experience {
	display: none;
	transition: 0.5s ease-in-out;
}

.collapse-experience.collapse {
	display: block;
}

#experience-more, #experience-less {
	cursor: pointer;
}

#experience-less {
	display: none;
}

nav.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

@media only screen and (min-width:1201px){
	
	#menu-desktop a {
		font-size: 18px !important;
	}
	
}

@media only screen and (max-width:1200px) and (min-width:1025px){
	
	#menu-desktop a {
		font-size: 14px !important;
	}
	
}