body {
    margin: 0px;
}
header {
    background: url(../img/header_03.png);
    -moz-background-size: 40% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 600px;
	    background-size: 100% 100%;

}
input[type="text"] {
    margin: 10px;
    padding: 7px;
}
.btn.btn-primary {
    margin-left: 20px;
    width: 130px;
}
label.btn.btn-primary{
	
    margin-left: 20px !important;
    width: 130px;
    background-color: #FFFFFF;
    color: #000;
}
label.btn.btn-primary.active{
	
    margin-left: 20px !important;
    width: 130px;
    background-color: #067292;
    color: #fff;
}
footer {
    background: url(../img/bg2.png);
	    background-size: 100% 100%;
}
.subtitle3{
	 overflow:hidden;   
}
.footer1{

    background: url(../img/bg2.png);
	    background-size: 100% 100%;
    /* background-repeat-y: no-repeat; */
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.footer1>img {
    margin-bottom: 70px;
}
.h2, h2 {
    font-weight: 800;
}
.Logo_left {
    padding: 20px;
}
.Logo_right {
    float: right;
    margin: 0px 20px;
    background-color: #FF8431;
    width: 400px;
    height: 50px;
    border-radius: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.phone {
    position: relative;
    margin: -40px;
    left: -30px;
}
.top_1{
    height: 60px;
}
.Parent-child{
    float: left;
    margin-left: -100px;
}

.subtitle{
    float: left;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin-top: 50px;
    width: 800px;
    margin-left: 300px;
}

.subtitle2{
	margin-top: 100px;
	opacity:0;
	}
.blue {
    background-color: #25D5D0;
    padding-top: 80px;
    padding-bottom: 40px;
}

.main_1 {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.main_2 {
    float: left;
    background: url(../img/bg1.png);
    text-align: center;
	    background-size: 100% 100%;
}
.main_2 >img {
	margin: 20px;
}

.name{

    width: 300px;
}

.inputphone{
    width: 620px;
    margin-left: 25px;
}
.inputemail{
    width: 470px;
}
.submit{
    display: inline-block;
    width: 150px;
    height: 40px;
    font-size: 0;
    border: none;
    background: url(../img/button_03.png) center right no-repeat;
    background-size: contain;
    text-align: right;
    margin-right: -10px;
	    background-size: 100% 100%;
    outline: 0;
}

.checkacsses{
    float: right;
    font-weight: 800;
    margin-right: 25px;
}
.item {
    width: 25%;
    float: left;
    padding: 20px;
    margin-top: 20px;
}

.item>div {
    padding: 25px;
    font-size: 25px;
    font-weight: 800;
}
.leftsubtitle{
	float: left;
}
.audiogroup {
    width: 100%;
    float: left;
}
video {
    width: 100%;
}
.audio {
    width: 33.333%;
    float: left;
    padding: 10px;
}
.audiogroup {
    width: 100%;
    float: left;
}
.audio>img {
    margin: 20px;
}

.audiogroup {
    margin-top: 20px;
}
.footer2{
    background-color: #E06917;
    float: left;
    width: 100%;
}
.footer_left {
    float: left;
    width: 50%;
}
.footer_right {
    width: 50%;
    float: left;
    text-align: right;
}
.footer_left>img {
    margin-top: -150px;
}
.footer_right>img {
    margin-top: -30px;
}
img.send {
    position: relative;
    top: 0px;
    left: 300px;
    margin-top: -200px;
}
.snow-container {
  position: absolute;
  height: 700px;
  width: 100%;
  max-width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
          animation: snow linear infinite;
}
.snow.foreground {
  background-image: url("../img/snow-large.png");
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.snow.foreground.layered {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.snow.middleground {
  background-image: url(../img/snow-medium.png);
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.snow.middleground.layered {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.snow.background {
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.snow.background.layered {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}

@media (max-width: 768px) {
	.Logo_left {
	    padding: 20px;
	    text-align: center;
	}
	.Logo_right {
	    width: 400px;
	}
	img.Parent-child {
	    width: 50%;
	}
	.subtitle3 {
	    width: 60%;
	    overflow: hidden;
	}
	.subtitle {
	    width: 100%;
	}
	.subtitle>img ,img.subtitle2 {
	    width: 100%;
	}
	header {
	    background: url(../img/header_03.png);
	    -moz-background-size: 40% 100%;
	    background-size: 100%;
	    background-repeat: no-repeat;
	    height: 600px;
	    background-size: 100% 100%;
	}
	header {
	    height: 450px !important;
	}
	header {
	    height: 450px !important;
	}
	input[type="text"] {
	    width: 100%;
	}
	.main_2 {
	    width: 100%;
	}
	.main_2 img {
	    width: 100%;
	}
	.item {
	    width: 100%;
	    margin: 0 auto;
	}

	.audio {
	    width: 80%;
	    margin: 10%;
	}
	.footer1>img {
	    margin-bottom: 70px;
	    width: 100%;
	}
	img.send {
    	position: relative;
	    top: 0px;
	    left: 0px;
		margin-top: 0px;
	    float: left;

	}

	.footer1 {
	    background-size: 100% 100%;
	    background: url(../img/bg2.png);
	    /* background-repeat-y: no-repeat; */
	    text-align: center;
  		background-repeat: repeat-y; 
	    background-attachment: fixed;
	    background-position: center;
	}
}