/*
Theme Name: Kadmar Digital
Theme URI: https://www.kadmardigital.com
Description: Theme by Kadmar Digital
Version: 1.00
Author: Kadmar Digital
*/

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
}
.post-sec a.elementor-post__read-more {
    background-color: var(--e-global-color-accent );
    padding: 10px 16px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
	font-size:16px;
}
.main-menu a.elementor-sub-item{
	color: #fff !important;
}
@media (max-width:767px){
	.counter-sect .elementor-counter-title {
    text-align: center !important;
}
.main-menu a.elementor-item.elementor-item-active {
    color: #fff !important;
}	
}