@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body{
	    font-family: "Big Shoulders", sans-serif !important ;
	text-align: center !important;
}
.header{
	padding: 50px 0 0;
}
.contact-details{
	padding: 0 0 50px;
    overflow: hidden;
}
.content .service-title{
    margin-bottom: 40px;
}
.service-title{
	margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.service-heading{
	margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
}
.Service-img{
	margin-bottom: 20px;
}
.avian-logo h2{
	line-height: 45px;
}

.content.border{
	padding: 20px;
    border: 3px solid #000;
    border-radius: 10px;
    margin-bottom: 100px;
    margin-top: 50px;
}
.content h1{
	margin-bottom: 30px;
}
.content p{
	color: #222;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 20px;
	font-family: 'Roboto', sans-serif;
}
.contact-details .addrese .contact-name{
	font-size: 30px;
	font-weight: 500;
}
.contact-details .addrese p{
	font-size: 21px;
	font-weight: 400;
}
.content a{
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.contact-details .contact-add .contact-details address{
    font-size: 20px;
    line-height: 29px;
}
.contact-details .contact-person .content .content-title{
	display: inline-block;
	vertical-align: middle;
    font-size: 20px;
    color: #000;
	font-family: 'Roboto', sans-serif;
}
.contact-details .contact-person .content a{
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.contact-person{
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.service-inner{
		width: 100% !important;
	}
.avian-logo img{
	max-width: 100%;
}
.content p{
	width: 100%;
}
.content h1{
	font-size: 28px;
	line-height: 35px;
}
}
.contact-person .content{
  display: flex;
  align-items: center;
	justify-content: center;
}
.contact-person .content .instagram-facebook{
    margin: 0 10px;
}
.perform-button button{
    background: transparent;
    border: 1px solid #000;
    padding: 10px 10px;
    border-radius: 10px;
    color: #000;
}
.button-group a{
	margin: 0 10px 20px 10px;
	display:inline-block;
}