@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Fondamento:ital@0;1&family=Rowdies:wght@300;700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-family: 'sans-serif';
}

h1.title{
	margin-bottom: 20px;
	color: #e83407;
	font-family: 'Rowdies';
	text-transform: uppercase;
	font-size: 25px;
	word-spacing: 10px;
	letter-spacing: 2px;
}

.about p{
	font-family: 'Abel';	
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	color: #7d7f82;
}

.btn a {
    width: 160px;
    height: 40px;
    font-family: 'Abel';
    font-size: 16px;
    text-transform: uppercase;	
    line-height: 35px;
    border: 1px solid #fb2274;
    border-radius: 20px;
    color: #fff;
    background-color: #467c08;
    display: block;
    margin: 25px auto 0;
    text-align: center;
}

.main_container{
	position: relative;
}
/* Top Header */

.top_header{
	width: 100%;
	height: 35px;
	align-items: right;
	background-color: grey;
}

.header{
	width: 100%;
	height: 120px;
	text-align: center;
	padding: 0 5%;
	align-items: center;
	/*background: url('../images/bg_head.png') no-repeat; background-size: cover; top ;*/
}
.logo {	
	display: flex;
	justify-content: space-around;	
}

/* banner_image */
.banner_image{
	background: url('../images/p3.jpg') no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_content{
	text-align: center;
	color: #fff;
}

.banner_content h1{
	text-transform: uppercase;
	line-height: 38px;
	margin-bottom: 15px;
}

.banner_content h1 span{
	color: #fb2274;
}


/* About */
.about,
.services,
.contactus,
.ourteam{
	text-align: center;
	padding: 2% 10%;
}

/* Services */
.services{
	background: #f5f5f5;
}

.diff_services {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.diff_services .diff_services_item {
    width: 35%;    
}


.diff_services .diff_services_item img {
    /*width: 100%;*/
    margin-bottom: 25px;  

}

.diff_services .diff_services_item h3 {
    color: #fb2274;
    margin-bottom: 15px;
}

.diff_services .diff_services_item_c2 {
    width: 60%;  

}

.diff_services .diff_services_item_c2 img {
    width: 100%;
    margin-bottom: 25px;
    border:1px solid grey;  
}

.news{
	background: rgba(229, 235, 133, 0.5);
	border: 1px solid red;
	height: 520px;

}

.news .top{
	position: relative; 
	width: 100%;
	border: 1px solid red;
	height: 30px;
	background-color: #405d27;
	text-align: center;
	padding-top: 5px;
	color: #fff;
}

.news .content{
	padding: 5% 5%;
	height: 550px;
	font-family: 'Abel';	
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	color: #7d7f82;

}

/* Contact us */
.form_wrapper .form_input{
	margin-bottom: 15px;
}

.form_wrapper .form_input input[type="text"]{
	width: 350px;
	padding: 12px 20px; 
	border: 1px solid #ccc;
}

.form_wrapper .form_input textarea{
	width: 350px;
	padding: 12px 20px; 
	height: 80px;
	resize: none;
	border: 1px solid  #ccc;
}
/* our team */
.ourteam{
	background: #f5f5f5;
}

.ourteam_wrapper{
	display: flex;
	flex-direction: column;
}

.ourteam_wrapper .team{
	display: flex;
	justify-content: space-between;
}

.ourteam_wrapper .team-1.team{
	margin-bottom: 25px;
}

.ourteam_wrapper .team_members{
	width: 30%;
	height: auto;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	box-shadow: 4px 4px 8px #000000;
}

.ourteam_wrapper .team_members img{
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.ourteam_wrapper .team_members:hover img{
	transform: scale(1.1);
}

/* footer */
.footer{
	width: 100%;
	background: #444444;
	padding: 20px 0;
}

.footer a{
	color: #fff;
	font-size: 14px;
}

@media (max-width: 720px){

	.navbar{
		height: auto;
		flex-direction: column;
	}

	.header{
		width: 100%;
		height: 60px;		
		padding: 5% 0% 15% 0%;
		align-items: center;		
    }

	.logo{
		margin-bottom: 25px;	
	}
	.logo_left img{
		width: 40px;
		height: 30px;
	}
	.logo_center img{
		width: 200px;
		height: 50px;
	}
	.logo_right img{
		width: 70px;
		height: 50px;
	}
	
	.navbar_items ul{
		flex-direction: column;
		text-align: center;
	}

	.navbar_items ul li{
		margin-bottom:5px;
	}

	.banner_content{
		margin-top: 35px;
	}	

	.diff_services{
		display: block;	
	
	}
	.diff_services .diff_services_item {
    width: 100%;
    margin-bottom: 10vw;

    }

    .diff_services .diff_services_item_c2 {
    width: 100%;    
}
	
}


/* arrow */
.arrow{
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 40px;
	height: 40px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: #fb2274;
	border-radius: 50%;
	display: none;
}

.arrow img{
	width: 20px;
	height: 20px;
	z-index: 1;
}