
html {
	overflow-y:scroll;
}

html, body {
	margin:0;
	padding:0;
   font-family: 'Poppins';
	font-size:16px;
	color:#474747;
	  background: url(../bg.jpg) no-repeat top center fixed; 
	 /* background: #000;*/
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    text-align: center;
}
.logo {
	margin: 30px;
	padding-bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
}
h1 {
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    margin: 10px 0;
     
        padding-top: 40px;
   /*     padding-bottom: 20px;*/
}
h3 {
	color: #fff;
}
h2 {
	    margin-top: 43px;
    display: inline-block;
    color: #fff;
}
h3 {
	    padding-bottom: 20px;
}
#main {
	margin:0 auto;
	width:50vw;
backdrop-filter: blur(10px);
    position: relative;
    background-color: #FF6542;
	padding-bottom: 30px;
	padding-right: 80px;
	padding-left: 80px;
	margin-bottom: 30px;
	margin-top: 30px;
	
	    box-sizing: border-box;

}
	    @media only screen and (max-width: 1024px) {
	    	#main {
	    	width:80vw;
	    	padding-right: 40px;
	padding-left: 40px;
	    }
	    }
	    	    @media only screen and (max-width: 768px) {
	    	#main {
	    	width:90vw;
	    	padding-right: 40px;
	padding-left: 40px;
	    }
	    }
.dl_form  { }
.dl_form dl {
	clear:both;
	margin-bottom:7px;
    padding-left: 36px;
	padding-bottom:7px;
}
.dl_form dl dt {
    float: left;

    display: block;
    margin-top: 20px;
    text-align: right;
    font-weight: bold;
    font-family: 'Poppins';
    color: #555555;
}
.dl_form dl dd {
	margin-left:100px;
}
.dl_form input[type="submit"] {
	    margin: 0;
    padding: 0;
    display: inline-block;
    background: none;
    border: 0 none;
    border-radius: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

color: #FF6542;

position: relative;
    height: 50px;
    width: auto;
   padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    z-index: 0;
    
    background-color: #fff;
    border-radius: 25px;
  	border:2px solid #FF6542;
    font-size: .8571428571rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
}
.dl_form input[type="submit"]:hover {
	background: #FF6542;
	border:2px solid #fff;
	color: #fff;
}
.dl_form input[type="text"] {
    box-sizing: border-box;
border: 1px solid #bdbcb9;
    background: #fff;
    width: 100%;
    margin-top: 13px;
    padding: 9px 12px 7px 12px;

    font: normal 13px 'Poppins',sans-serif;
}
.dl_form textarea:hover,
.dl_form textarea:focus,
.dl_form input[type="text"]:focus,
.dl_form input[type="text"]:hover {
	background-color:#fbdfc3;
}
.dl_form textarea  {
	background-color:#edfaff;
	border:1px solid #7c7c7c;
	height:70px;
    padding:2px;
	width:250px;
	color:#404040;
}
#note,
#error {
	display:none;
}
#error  {
	height:20px;
	background:red;
	position:absolute;
	top:0px;
	left:0;
	color:#fff;
	padding:5px 10px;
	font-size:16px;
}
.logo{
	position: relative;
	width: 420px;
	max-width: 100%;
}
.deg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#291e6d+0,291e6d+55,291e6d+55,291e6d+97&1+0,1+55,0+99 */
background: -moz-linear-gradient(top, rgba(41,30,109,1) 0%, rgba(41,30,109,1) 55%, rgba(41,30,109,0.05) 97%, rgba(41,30,109,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(41,30,109,1) 0%,rgba(41,30,109,1) 55%,rgba(41,30,109,0.05) 97%,rgba(41,30,109,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(41,30,109,1) 0%,rgba(41,30,109,1) 55%,rgba(41,30,109,0.05) 97%,rgba(41,30,109,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#291e6d', endColorstr='#00291e6d',GradientType=0 ); /* IE6-9 */
    height: 207px;
    position: absolute;
    opacity: 0.95;
top:0;
left: 0;
width: 100%;
}

#contactForm {
	text-align: left;
}
.label {
	color: #fff;
	margin-top: 30px;
}