/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 07:31:17 */
.only-fields .mc4wp-form .input-field input::placeholder{
	color:white;
}
.only-fields .mc4wp-form .input-field input{
	background-color:#0C63B0 !important;
    padding:25px 15px !important;
    border-radius:10px !important;
    border-color:#3796EA !important;
}
.color-input .wpcf7-form .custom-media-services input{
    background-color:#0C63B0;
    padding:25px 15px;
    border-radius:10px;
    border-color:#3796EA !important;
}
.v-shape .elementor-widget-container{
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
	position:relative;
}
.v-shape:before{
    position:absolute;
    content:'';
    width:80px;
    height:10px;
    background-color:#FBA421;
    top:-30px;
    left:-10px;
    z-index:-1;
    border-radius:25px 25px 0 0;
}
.t-b-yellow{
    position:relative;
}
.t-b-yellow:before{
    position:absolute;
    content:'';
    width:80%;
    background-color:#ffa000;
    height:20px;
    border-radius:0;
    left:10%;
    top:-10px;
}
.t-b-yellow:after{
    position:absolute;
    content:'';
    width:80%;
    background-color:#ffa000;
    height:20px;
    border-radius:0;
    left:10%;
    bottom:-10px;
}