﻿.contact-form .input-field.error .error-txt{
    display:block;
}
.contact-form .txt-area-field.error .error-txt {
    display: block;
}
.demo-form .input-field.error .error-txt {
    display: block;
}
.video-cont img {
    width: 1364px;
    height: 774px;
    display: block;
}

.btn {
    transition: 1s ease;
}

    .btn:hover {
        transition: 1s ease;
        box-shadow: none;
        position:relative;
        top:3px;
    }
/*.section1 iframe {
    width: 1364px !important;
    height: 776px !important;
}*/