/*

Theme Name: M2SYS Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: m2sys-parent
Author: the WordPress team
Author URI: https://wordpress.org/
Description: M2sys Technology
Version: 1.0

*/

/*@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");*/
@import url("custom-style.css");

/* Hides the reCAPTCHA v3 badge */
.grecaptcha-badge { 
    visibility: hidden; 
    opacity: 0; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    z-index: -1;
}


/*Default*/
body{background-color:#fff; font-size:18px; color: #272742; letter-spacing: normal;}
a, .btn, input[type='submit']{transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}
a, p a{color:#0056b3;}
a:hover{color:#1279fd;}
img{max-width: 100%;height:auto;}
h1, h2, h3, h4, h5, h6{letter-spacing:unset;} 


iframe { width: 100%;height: 100%;}
.image-hover-effect img {transition: transform .5s, filter 1.5s ease-in-out;}
.image-hover-effect img:hover {transform: scale(1.05);-webkit-transform: scale(1.05);}

select.wpcf7-form-control{border-color:#e1e1e1; background-color:#ffffff; color:#919191; padding:1.3rem 1.8rem; width:100%; border:1px solid #dcd7ca;
-webkit-appearance:none !important; appearance: none !important; position:relative;}

input.wpcf7-form-control.wpcf7-submit { background: #C02125; border-radius: 4px; width: 168px; text-decoration: none; transition: all .3s; }
input.wpcf7-form-control.wpcf7-submit:hover { background: #9e1014; }