/* 
Theme Name:		 Dona-Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Dona-Child is a child theme of Dona, created by ChildTheme-Generator.com
Author:			 Khurram Butt
Author URI:		 http://childtheme-generator.com/
Template:		 dona
Version:		 1.0.0
Text Domain:	 dona-child
*/


/*
    Add your custom styles here
*/

.welcome-image-area {
    position: relative;
    height:100%;
    background: url('images/banner-img-2.jpg')!important;
    background-size: cover;
    z-index: 1;
}
.contact-block p{
	font-size: 14px;
}
.btn-style{
	width: 125px;
	height: 44px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50px;
}
.btn-style:hover {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #333;
	background: #333;
}
.team-social ul {
    display: none!important;
}

