/*Home Page*/
.custom-btn a{
    background-color: #c93854 !important;
    color: #ffffff !important;
}

.custom-btn a:hover {
    background-color: #9e1831 !important;
    
}

@media all and (max-width:768px) {
    .w-full .wpb_wrapper {
    width: 100% !important;
}

    .video-h iframe {
    height: 250px;
}
}


/*contact page btn*/
.contact-submit{
	background-color: #c51e3d !important;
}
.contact-submit:hover{
	background-color: rgba(197,30,61,0.9);
}


/*Footer text center*/

#footer .text-center p{
    text-align: center !important;
}