
/*-----------start back ground-----------------------*/
/*
body{
background: #fff!important;
 }
*/
.back-g{
width: 100%;
	min-height:510px;
		z-index: 1;

}

.bac-one{
 position: relative;
/*	background: linear-gradient(90deg, #f0027f , #75489f);*/
  
    background: url(../../img/labtop.png) no-repeat;
    background-size: cover;
}
.bac-one:before{
content: "";
 	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
      height: 245px;
	background :url(../../img/wave.png);
	background-size: cover;
}
   .paddin-top-fff
{
	width: 100%;
    padding-bottom: 100px;
    background: #fff;
    text-align: center;
    padding-top: 100px;
}
/*-----------End back ground-----------------------*/

 /*==============start All defrent page=================*/
