body {    

    margin: 0;

    font-size: 17px;

    line-height: 1.6;
    font-family: "Helvetica";

}







.container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;



}



/*intro*/

.intro {

    width: 100%;

    height: 100vh;



}

















/*pics*/







.pics {

       display: flex;

    justify-content: space-between; 

         padding-top: 50px; 



}



.about_iteam{

    width: 520px;

    

    height:335px;  

    background-color: gray;

    

}



.about_iteam:hover .about_img { 

    transform: translate3d(-10px, -10px, 0);

}

.about_iteam:hover .about_img img { 

    opacity: .5;

}



.about_img{

    background: linear-gradient(to bottom,

    gray, white);

    

transition: transform .1s linear;

}



.about_img img {

    display: block;

    transition: opacity .1s linear;

}



.pic1 {

width:520px;

height:335px;

}















.pic7{

   width:1200px;

   height:650px;

}













.header {

		  width: 100%;

		position: absolute;

		top: 0; 

		left:0; 

		right:0; 

		z-index: 1000;	

    

    

	  }

	  

	  /*header___inner*/

	  .heder_inner {

          text-transform: uppercase;

          margin-top: 30px;

		  display: flex;

		  justify-content: space-between;

          align-items: center;

	  }

	  

	  

	  /*nav*/

	  .nav {

		  font-size: 14pt;

            text-align: right;



	  }

	  /*nav__link*/

	  .nav__link {


          margin: 0 15px;

          text-decoration: none;

          transition: color 0.2s linear;

          color: black;

          



	  }



.nav__link:hover {

    color: gray;

}





	  .link_plus {

		  display: inline-block;

          vertical-align: top;

          text-decoration: none;

          transition: color 0.2s linear;

          color: black;

    }      

     



.text_ {

    font-size: 20px;

    font-weight: 700;

    text-align: middle;

    

}













/*section*/



.section {

   margin-top: 50px;



    margin-bottom: 50px;

}



.section_header {

    padding-top: 30px;

}



.common_text {

    text-transform: uppercase;

    opacity: .7;

    font-size: 15px;

}



.hhh {



    padding-top: 50px;

}





.section_2_inner {

    display: flex;

    justify-content: space-between;

}



.content1 {

   padding: 0px 150px 0px 0px;

}

















.pic_2 {

    margin-top: 100px;

    text-align: center;

    text-align: middle;

}



.for_p {

    text-align: justify;

}



.section1{

    height: 240px;

    background-color: #f0f0f0;

   

}











.mail {

     padding-top: 30px;
        margin-left: 155px;
        margin-right: 155px;


}



.tx  {

    text-align: center; 

     padding-top: 30px;



    

}



.fooo{

 width: 200px;

    height: 40px;

 

}



.form {

  border: 0;

    background-color:  #f0f0f0;

   

}



.underline {

    width: 300px;

    size: 6px;

}



.form1 {

  border: 0;

  padding-bottom: 15px;

    

}

















.pic_2{

        padding-bottom: 60px;

}



.button {

    width: 130px;

    height: 50px;

    background-color: #fff;

    border: solid #707070;



}



.butt:hover .button { 

    transform: translate3d(0px, -5px, 0);

}

.button:hover .button { 

    opacity: .1;

}



.inne {

    text-align: center;

}



.button:hover {

transition: opacity .1s linear;

     background: linear-gradient(to right,

    #757F9A, #D7DDE8);

transition: transform .1s linear;

}



.inn:hover {

    display: block;

    



}

















.footer{

        background: #f0f0f0;

    height: 70px;

    



}





.conditions {

         display: inline-block;

          

             

		  display: flex;

		  justify-content: space-between;



}



.Terms {

    display: flex;

    

}



.for_f {

     margin: 0 15px;

margin-top: 20px;

}



















