

.vjhjh {
	background: #DDA44B;
}
.text-white{
    color: #fff;
}
.zoom22 {
	padding: 50px;
	background-color: green;
	transition: transform 2.2s;
	width: 200px;
	height: 200px;
	margin: 0 auto;
  }
  
  .zoom22:hover {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5); 
  }




/* 
  .section-header {
	margin-bottom: 50px;
	text-align: center;
  }
   */
  .section-header h2 {
	color: #202020;
	font-weight: bold;
	font-size: 3em;
	margin-bottom: 20px;
  }
  
  .section-header p {
	color: #777;
  }
  
  /* .row  {
	display: flex;
	flwx-wrap: wrap;
	align-items: center;
	justify-content: space-between;
  } */
/*   
  .contact-info {
	width: 50%;
  } */
  
  .contact-info-item {
	display: flex;
	margin-bottom: 30px;
  }
  
  .contact-info-icon {
	height: 60px;
	width: 60px;
	background-color: #DDA44B;
	text-align: center;
	border-radius: 50%;
  }
  
  .contact-info-icon i {
	font-size: 30px;
	line-height: 60px;
	color: #fff;
  }
  
  .contact-info-content {
	margin-left: 20px;
  }
  
  .contact-info-content h4 {
	color: #202020;
	font-size: 1.4em;
	margin-bottom: 5px;
  }
  
  .contact-info-content p {
	color: #777;
	font-size: 1em;
  }
  
  .contact-form2 {
	background-color: #f0eef0;
	padding: 20px;
	/* width: 60%; */
	padding-bottom: 20px;
	padding-top: 20px;
  }
  
  .contact-form2 h2 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
	color: #202020;
  }
  
  .contact-form2 .input-box {
	position: relative;
	width: 100%;
	margin-top: 10px;
  }
  
  .contact-form2 .input-box input,
  .contact-form2 .input-box textarea{
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #202020;
	outline: none;
	resize: none;
  }
  
  .contact-form2 .input-box span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	pointer-events: none;
	transition: 0.5s;
	color: #666;
  }
  
  .contact-form2 .input-box input:focus ~ span,
  .contact-form2 .input-box textarea:focus ~ span{
	color: #202020;
	font-size: 12px;
	transform: translateY(-20px);
  }
  
  .contact-form2 .input-box input[type="submit"]
  {
	width: 100%;
	background: #DDA44B;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #DDA44B;
	transition: 0.5s;
  }
  
  .contact-form2 .input-box input[type="submit"]:hover
  {
	background: #FFF;
	color: #202020;
  }
  
  @media (max-width: 991px) {
	section {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	
	.row {
	  flex-direction: column;
	}
	
	.contact-info {
	  margin-bottom: 40px;
	  width: 100%;
	}
	
	.contact-form {
	  width: 100%;
	}
  }

