/**
* Theme Name: Transida Child
* Description: This is a child theme of Transida, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: transida
* Version: 1.3
*/

:root {
	--v-primary-color: #222231;
	--v-link-color: rgb(0, 0, 0);
}

.adtech-style .main-header {
	z-index: 99999;
}

.adtech-style #home.banner-section {
	margin-top: 0;
}

.adtech-style .service-block-one .inner-box, 
.adtech-style .service-block-one .count:before, 
.adtech-style .service-block-one .image:before {
	background-color: var(--v-primary-color);
	
}
.adtech-style .service-block-one .text {
	color: #fff;
}

.adtech-style .footer-bottom {
	background-color: var(--v-primary-color);
}

footer .contact-widget.style-two a:hover {
	color: #df1e08;
}