/*
 Theme Name:   Techbiz Child
 Theme URI:    https://themeforest.vecuro.com/wordpress/techbiz/
 Description:  This is a child theme for Techbiz WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     techbiz
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  techbiz-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
:root {
    --wp-admin-theme-color: #1e1459;
    --wp-admin-theme-color-darker-10: #1e1459;
    --wp-admin-theme-color-darker-20: #1e1459;
	    --theme-color: #1e1459 !important;
    --title-color: #160d54 !important;
    --body-color: #000000 !important;
    --light-color: #ffffff !important;
    --smoke-color: #EFF1F5 !important;
    --vs-secondary-color: #EEF2FB !important;
    --black-color: #000000 !important;
    --white-color: #ffffff !important;
    --yellow-color: #f3702f !important;
    --title-font: "Montserrat" !important;
    --body-font: "Poppins" !important;
    --main-container: 1410px !important;
    --section-space: 100px !important;
}
button.icon-btn.searchBoxTggler.style5 {
    display: none !important;
}
.main-menu a {
    font-size: 15px !important;
}