body {
    color: #797979;
	
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
	 background-image: linear-gradient(180deg, #ff7021 -30%, rgba(0, 11, 0, 0.702924) 35%),url("nature.png");
}
.modal {
        display: none;
        position: fixed;
        z-index: 8;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
      }
      .modal-content {
        margin: 70px auto;
        border: 1px solid #999;
        width: 320px;
		background-color: #fff;
	  }
	  
	  .tout {
		width:265px;
		height:400px;
		position:absolute;
		left:calc(50% + 150px);
        margin: 10% auto;
		border:white;
       
       
		
		
      }
      
      .logop{
         
      }
	  
      h2 {
        margin: 0 0 10px;
        font-weight: 200;
        color: #ff7021;
		text-align:center;
      }
	      
      p {
        margin: 0 0 0px;
		padding: 5px;
		background: #ff7021;
        border-top: 1px solid #69C;
		width: 180px;
		height: 60px;
        font-weight: 700;
        color: #999;
		text-align:center;
		
      }
	  .md {
		width:200px;
		height:400px;
		background: #ff7021;
		padding: 50px 10px 50px 10px;
		position: absolute;
		left:55px;
		top: 0px;
		 border:1px solid #ff7021;
   }
	  
	   button.button {
		color: #fff;
        background: none;
        outline: none;
        border: #ff7021 1px solid;
        padding: 10px 20px 10px 20px;
        font-size: 16px;
		transition: all 0.5s;
        cursor: pointer;
      }
      span {
        color: #666;
        display: block;
        padding: 0 0 5px;
      }
      form {
        padding: 30px;
        margin: 0px;
        box-shadow: 0 2px 5px #f5f5f5;
        background: #fff;
      }
      input {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
		border:white;
        border-bottom:1px solid #ff7021;
        outline: none;
      }
	  
	  textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        border:1px solid #ff7021;
        outline: none;
      }
      .contact-form button {
        width: 100%;
        padding: 10px;
        border: none;
        background: #ff7021;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
		border-radius:30px;
      }
	  
	  .imo{
		width:160px;
		height:100px;
		border-radius:10%;
		position:absolute;
		top:40%;
		left:calc(50% - 160px);	
	}
 
      button:hover {
        background: #ff7021;
      }
      .close {
        color: black;
        float: right;
		margin:4px;
		margin-top:2px;
        font-size: 28px;
        font-weight: bold;
      }
      .close:hover,
      .close:focus {
        color: #aaa;
        text-decoration: none;
        cursor: pointer;
      }
     
      button.button:hover {
        color: silver;
      }
	  
	  @media (max-width: 768px) {

    .imo {
		width:160px;
		height:100px;
		
		position:absolute;
		margin:-240px;
		left:calc(50% + 170px);	
         }
        
     .logop{
          width:100%;
		height:100%;
      }
		 
	.tout {
		width:265px;
		height:400px;
		position:absolute;
		left:calc(50% - 125px);
        margin: 35% auto;
          }
	}
	
	
	
	
	
	
	
	