/*
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;
}
.button-one a, button.elementor-button.elementor-size-sm {
    background: linear-gradient(127deg, #D8A844 0%, #F6F4A1 25%, #CC9252 50%, #FAF0AB 75%, #B08537 100%);
    color: #000 !important;
    border: 1px solid #000;
}
.button-one a:hover, button.elementor-button.elementor-size-sm:hover {
    background: transparent;
    border-color: #fff !important;
    color: #fff !important;
}
.button-two a {
    background: linear-gradient(127deg, #D8A844 0%, #F6F4A1 25%, #CC9252 50%, #FAF0AB 75%, #B08537 100%);
    color: #000 !important;
    border: 1px solid #000;
}
.button-two a:hover {
    background: transparent;
    border-color: #000 !important;
    color: #000 !important;
}
.button-three a:hover{
background: linear-gradient(127deg, #D8A844 0%, #F6F4A1 25%, #CC9252 50%, #FAF0AB 75%, #B08537 100%);
    color: #000 !important;
    border: 1px solid #000;	
}

@media (max-width:767px){
	.whychoose h3{
		font-size: 21px !important;
	}
}