@charset "UTF-8";
/* CSS Document */
p{
	margin-bottom: 20px;
}

section{
	margin: 50px 0px;
}
.fa, .fab, .fad, .fal, .far, .fas{
	font-size: 32px;
	font-color: #333333;
}

.beny_tm_hero .content .job{
	font-size: 60px;	
}

.beny_tm_hero .content{
	max-width: 600px;
}

.beny_tm_hero .background .overlay{
	background-color: rgba(255,255,255,.70) !important;
}

.beny_tm_all_wrap.animate .beny_tm_hero .content .text{
	color: #333333;
}

body{
	color: #333333;
}

.beny_tm_about .short{
	border-bottom: 0px;
}

.beny_tm_about .short p {
    font-size: 18px;
    line-height: 30px;
	margin-bottom: 20px;
}

.beny_tm_about .about_inner{
	margin-bottom: 0px;
}

.beny_tm_testimonials .item .right{
	width: 90%;
	margin: 0 auto;
}

.beny_tm_services ul li{
	width: 50%;
}

.item-image{
	max-width: 100%;
	display:block;
	padding-bottom: 20px;
}

.beny_tm_services ul li .list_inner{
	background-color: unset;
}

.list_inner a {
    text-decoration: none;
}

.list_inner a p{
    color: #333333;
}

.beny_tm_title_holder{
	max-width: unset;
}

th.half, td.half{
	width: 50%;
	text-align: left;
}

th{
	padding-bottom: 20px;
}
ul.content li {
    width: 100% !important;
    list-style-type: disc !important;
    margin: 0px 0px 10px 50px;
    padding-left: 0px;
}

.beny_tm_services ol{
	margin: 0px 0px 0px -30px;
}
ol.content li {
    width: 100% !important;
    margin: 0px 0px 10px 50px;
    padding-left: 0px;
}

h4{
	color: #0096FF;
	padding-bottom: 10px;
}

.beny_tm_portfolio ul li{
	text-align:center;
}

.beny_tm_portfolio i.fas{
	font-size:70px;
	color: #666666;
	padding-bottom: 10px;
}

.beny_tm_portfolio h4{
	padding-bottom: 20px;
}

.beny_tm_news{
	background-color: unset;
}

.beny_tm_news .image{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.list_inner.right {
    text-align: right;
    padding-right: 66px !important;
}

.proj .list_inner{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

a.prev-proj, a.next-proj{
	display:block;
	width:100%;
}

.beny_tm_services .proj ul li .list_inner:hover{
	box-shadow: none;
}


.beny_tm_topbar .topbar_inner .logo a {
    display: none;
}

.beny_tm_topbar.animate .topbar_inner .logo a {
    display: inline-block;
}

@media only screen and (max-width:480px){
	.em_hide{
		display:none;
	}
	
	.em_show{
		display: inline-block !important;
	}
	.beny_tm_services ul li, th.half, td.half{
		width: 100%;
	}
	
	th.half, td.half{
		display:block;
	}
	
	.beny_tm_hero .content .job {
    	font-size: 40px;
	}
	
	.beny_tm_services .proj ul li{
		width:50%;
	}

	a.prev-proj, a.next-proj{
		font-size:  13px !important;
		line-height: 18px !important;
	}

	.list_inner.right{
		padding-right:  36px !important;
	}
	
	.beny_tm_services .service_list{
		padding-top: 0px;
	}
	
	.beny_tm_services ul li{
		margin-bottom: 0px;
	}
	
	.beny_tm_services{
		padding-top: 80px;
		padding-bottom: 0px;
	}
	
	.beny_tm_copyright{
		padding: 20px 0px;
	}
	
	.beny_tm_copyright p{
		margin-bottom: 0px;
	}
	
	ol.content li, ul.content li{
		width: auto !important;
	}
	}
}