.title{
font-size: 46px;
margin: 20px 0;
}
.cont{
font-size: 26px;
}

.page5 #ContactForm span{
font-size: 12px !important;
}
.page_content{
	min-height: 610px !important;
	height: 100%;
	position: relative;
	width:100%;
	display: block;	
	}
	
.page1::after{
	content: "";
	background-image: url("../images/page2.jpg");
  	 background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
	  opacity: 0.6;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
}

.page5::after{
	content: "";
	background-image: url("../images/page5.jpg");
  	 background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
	  opacity: 0.6;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
}

.page4::after{
	content: "";
	background-image: url("../images/page4.jpg");
  	 background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
	  opacity: 0.6;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
}

.page3::after{
	content: "";
	background-image: url("../images/page3.jpg");
  	 background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
	  opacity: 0.6;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
}

.page2::after{
	content: "";
	background-image: url("../images/page1.jpg");
  	 background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
	  opacity: 0.6;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}