@media only screen and (min-width: 1boldpx) and (max-width: 4000px) {
  
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
 .slider_text h2 {
	color: #fff;
	font-family: roboto;
	font-size:28px;
	text-shadow: 5px 5px #000000;
	padding-top: 35%;
	}  	  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_text h2 {
	color: #fff;
	font-family: roboto;
	font-size: 45px;
	text-shadow: 5px 5px #000000;
	padding-top: 11%;
	text-align: center;
	} 
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  
}

@media only screen and (max-width: 767px) {
 
	.slider_text h2 {
	color: #fff;
	font-family: roboto;
	font-size: 45px;
	text-shadow: 5px 5px #000000;
	padding-top: 11%;
	text-align: center;
	} 
 .bottom {
	font-family: Roboto;
	font-size: 37px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	bottom: -400px;
	width: 100%;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
 .header_top {
    height: 100%;
    background: #033546;
    overflow: hidden;
    width: 100%;
    line-height: 90px;
    display: inline-block;
    text-align: center;
	} 
	.sing_up.pull-right {
    float: none !important;
	}
	.single_itme img {
    width: 100%;
    height: 100%;
	}

	.bottom {
	font-family: Roboto;
	font-size: 47px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	bottom: -385px;
	width: 100%;
	}
	.top {
	font-family: Roboto;
	font-size: 46px;
	color: #fff;
	font-weight: 500;
	padding-top: 60px;
	}

}

@media only screen and (min-width: 320px) and (max-width:480px) {
	.header_top {
    height: 100%;
    background: #033546;
    overflow: hidden;
    width: 100%;
    line-height: 90px;
    display: inline-block;
    text-align: center;
	} 
	.sing_up.pull-right {
    float: none !important;
	}
	.slider {
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: relative;
	}

	.top {
    font-family: Roboto;
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    padding-top: 60px;
	}

	.bottom {
	font-size: 21px;
	bottom: -430px;
	}

	.single_itme img {
    width: 100%;
 
	}

	.social_list i { 
	margin: 0 6px; 
	}

	.copy_p p {
	font-size: 12px;
	font-family: Raleway;
	color: #fff;
	font-weight: 400;
	padding-top: 28px;
	}  
	
}

video::-webkit-media-controls-overlay-play-button {
  'display: none;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.2;
}