/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 23:14:25 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media only screen and (max-device-width: 768px) {
.gecko_home_job_more_info_div {
    display: flex;
    flex-direction: column;
}
	
.gecko_home_job_more_info_div span {
    display: none;
}
	
/* .pp-offcanvas-body::after {
    height: 100% !important;
} */
	
.pp-offcanvas-body {
    padding-top: 60px !important;
    padding-right: 150px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
	
.main_header_row .fl-col-group.fl-col-group-equal-height.fl-col-group-align-center {
    display: flex;
}
	
.industry_slider_customs .pp-testimonial {
    flex-direction: column !important;
}
	
body .industry_slider_customs .pp-testimonials-image {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
}
	
body .industry_slider_customs .owl-dots {
    text-align: center !important;
    margin-right: 0 !important;
}

.background_image_and_color_row .fl-row-content-wrap {
    background-image: none;
}
	
.industry_slider_customs .owl-dots .owl-dot span {
    background: #888888 !important;
}
	
.industry_slider_customs .owl-dots .owl-dot.active span {
    background: #1e2f29 !important;
}
	
.spacer_custom_module_customs {
	display: none;	
}
	
.pp-offcanvas-content::after {
    content: "";
    background: #1e2f29;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
	display: block !important;
}
}