a {
	text-decoration: none;
}

body {
	overflow-x: hidden !important;
}

.recent-work-area .portfolio,
.gallery-column-area .gallery,
.gallery-full-area .gallery,
.portfolio-area .portfolio {
	padding: 0 12px;
}

.teams {
	position: relative;
	transition: all 0.6s ease-out 0s;
}

.teams .teams__imgs::before {
	content: "";
	background: rgba(13, 60, 0, 0.851);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 0.6s ease-out 0s;
}

.teams:hover .teams__imgs::before {
	opacity: 1;
	visibility: visible;
}

.teams .teams__contents {
	text-align: center;
	width: 100%;
	left: 0;
}

.slide-bar .side-mobile-menu ul li a {
	transition: .3s linear;
}

.page-title {
	position: relative;
}

.section-title.section-title-white {
	position: relative;
}

.our-team-three .large_btn a:hover {
	color: #fff;
}

.breadcrumb-list ul li::before {
	left: -12px;
}

.intro__experience h5 {
	font-size: 21px;
}