/*
Theme Name:     Laborex Child
Theme URI:      https://laborex.smartdemowp.com/
Description:    Child theme for Laborex
Author:         SmartDataSoft
Author URI:     http://smartdatasoft.com
Template:       laborex
Version:        1.0
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

.search-popup{
	background: #000 !important;
}
.search-popup .close-search{
	color: #fff !important;
}

.laborex-carousel-item img{
    height: 100px !important;
}

p{
	color: #080809;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}