@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url(../images/background.png) no-repeat center center / cover;
    float: left;
    width: 100%;
    margin: 0;
    font-family: 'robotoregular';
}
h1,p {margin:0;}
ul {margin:0;padding:0;list-style-type: none;}
a {text-decoration: none;}
.ev_left {float:left;}
.ev_right {float:right;}
.ev_fullwidth {width:100%}
.ev_width25 {width:25%}
.ev_width50 {width:50%}
.ev_width75 {width:75%}
.ev_logo h1 {
    font-family: 'robotobold';
    font-size: 26px;
    color: #83a3eb;
    text-transform: uppercase;
}
* {box-sizing: border-box;}
.ev_main {
    padding: 5% 0;
background: rgba(255,255,255,0.7);}
.ev_header {
    height: 12%;
    background: #fff;
    padding: 22px 0;
    line-height: 52px;
}
.ev_footer {
    height: 8%;
    background: #ef80be;
    color: #fff;
    text-align: center;
    line-height: 64px;
}
.ev_footer a {
    color: #fff;
}
.ev_menu {
    margin: 0px;
}
.ev_menu li {
    float: left;
    margin: 0 8px;
}
.ev_menu li a {
    padding: 0 18px;
}
.ev_menu a {
    color: #222;
}
.ev_menu .blue_btn a {
    background: #83a3eb;
    color: #fff;
    float: left;
    width: 100%;
    border-radius: 4px;
}
.ev_upload {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%), 0 10px 30px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
}
.ev_regin {
    padding: 5px 40px;
    float: left;
    width: 100%;
    margin: 8px 0;
}
.ev_file {
    background: #83a3eb;
    position: relative;
    color: #fff;
    padding: 25px 40px;
    font-size: 0;
}
.ev_file .fileuploader,
.ev_file p {
    font-size: 17px;
}
.ev_reginmain {
    float: left;
    width: 100%;
    position: relative;
}

.ev_lable {
    color: #444;
    line-height: 28px;
    z-index: 99;
    transition-duration: 0.5s;
}
input,
select {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    background: transparent;
    outline: none !important;
    color: #222;
    font-size: 16px;
    border-radius: 4px;
    height: 45px;
}

.ev_file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    z-index: 999;
}

.ev_file h2 {
    margin: 0 0 10px 0;
}

input[type="button"] {
    padding: 12px 0;
    background: #83a3eb;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.ev_regsub {
    padding: 8px 20px;
    float: left;
    width: 100%;
}

.ev_lable.ev_active {
    font-size: 12px;
    line-height: 10px;
    height: auto;
}

.ev_field {
    padding-top: 5px;
}

.ev_media {
    margin: 15px 0;
    float: left;
    width: 100%;
    position: relative;
padding: 20px;background: #fff;border: 1px solid #ddd;border-radius: 4px;}
.ev_media img,
.ev_media video {
    float: left;
    width: 100%;
}
.ev_downloadbtn a {
    background: #ef80be;
    color: #fff;
    line-height: 42px;
    
    border-radius: 4px;
display: inline-block;margin: 0 2%;border: 1px solid rgb(183 49 124);width: 42%;}

.ev_downloadbtn {float: left;width: 100%;background: #fff;text-align: center;margin: 40px 0 10px;}

.ev_logo {text-align: center;}

.ev_downloadbtn i {margin-right: 10px;}

@media (max-width: 450px) {

    .ev_downloadbtn a {
        margin: 10px 0;
        width: 100%;
    }
    
}