body{
	font-family: 'Poppins', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
}
.blog_flex{
	display: flex;
	width: 100%;
}
.flex-part1{
	width: 30%;
	height: 12rem !important;
	border: 1px solid #eee;
}
.flex-part2{
	border: 1px solid #eee !important;
	padding-left: 10px;
	width: 70%;
}
.flex-part1 img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.flex-part2 #title{
	color: #544E48;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}
.flex-part2 #body{
	color: #544E48;
	text-decoration: none;
	text-align: justify;
	font-size: 0.9rem;
}
.flex-part2 ul{
	display: flex;
	padding: 0 !important;
	margin: 0 !important;
}
.flex-part2 ul li{
	list-style: none;
}
.flex-part2 ul li a{
	color: gray;
	text-decoration: none;
	font-size: 0.8rem;
}
.right-section{
	flex-direction: column;
}
.right-section h6{
	background-color: #bbb;
	color: #000;
	padding: 10px;
	border-radius: 5px;
}
.right-section ul li a{
	text-decoration: none;
	color: #555;
	font-size: 0.9rem;
}
.right-section ul li{
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 4px 0 4px 0;
}
#single_img{
    width: 100%;
    height: 20rem;
}
#single_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 768px) {
    .flex-part1{
	width: 45%;
}
.flex-part2{
	width: 55%;
}
  .flex-part2 p{
    display: cover;
  }
  .flex-part1{
	height: 6rem !important;
  }
  .flex-part2 ul{
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 992px) {
  .flex-part1{
	height: 8rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .flex-part1{
	height: 10rem !important;
  }
}
/*----------contact us page---------*/
.location{
    width: 80%;
    margin: auto;
    padding: 80px;
    }
.location iframe{
    width: 100%;
    
}
.contact-col div .fa{
  font-size: 30px;
  color: #164b41;
  margin: 10px;
    margin-right: 30px;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-row{
    display: flex;
    flex-basis: 80%;
    margin-bottom: 10px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div p{
  padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
@media(max-width:700px){
    .contact-row{
    flex-direction: column;
    }
}
.Sub-header{
  height: 100px;
  width: 100%;
  background-image: linear-gradient(rgba(3, 37, 14, 0.767),rgba(3, 37, 14, 0.658)),url(image/about.jpg);
  background-position: center;
  background-size: cover;
}
.Sub-header h1{
  text-align: center;
  color: #f1b24a;
  position: relative;
  font-size: 30px;
  padding-top: 30px;
}
.little-about-us{
  min-height: 100px;
  background-color: #f1b24a;
  background-position: cover;
  width: 100%;
  background-size: cover;
}
.little-about-us p{
  padding-left: 100px;
  padding-right: 100px;
}
.little-about-us h2{
margin-top: 0;
}
.about-me{
  min-height: 100%;
  background-color: #f1b24a;
  background-position: cover;
  width: 100%;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.about-me-row{
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start; 
  background-color: #9dc88d; 
}
.about-me-row1{
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start; 
  background-color: #f1b24a;
 }
.about-me-col{
  flex-basis: 50%;
  padding: 0px 0px;
  position: relative;
  height: fit-content;
  display: block;
}
.about-me-col img{
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 50vh;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.about-me-col p{
  text-align: justify;
  display: flex;
  padding: 20px;
  font-size: 15px;
  position: relative;
  font-weight: 400;
}
.about-me-col h3{
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
.AOlogo{
  width: 200px;
  height: 30px;
}
@media(max-width:700px){
  .about-me-row{
    flex-direction:column;
  }
  .about-me-row1{
    flex-direction:column;
    flex-direction: column-reverse;
}
}
.account{
  height: 400px;
  width: 100%;
  background-color: #032b24;
}
.account h3{
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 40px;
}
.account img{
  width: 300px;
  height: 75px;
  display: block;
  margin: 0 auto 0 auto;
}
.account p{
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 20px;
  padding-bottom: 50px;
}
.accountbutton{
  background-color: #ccc;
  color: #032b24;

}
.accountbutton{
  color: #032b24;
  border: 2px solid #f1b24a;
  font-size: 15px;
  cursor: pointer;
  margin: 0 auto 0 auto;
  display: block;
  background-color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
}
.accountbutton:hover{
  border: 4px solid #f1b24a;
  background: #f1b24a;
  transition: 1s;
}