.banner__two-area-image::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #4f4f4f59;
	opacity: 1;
}
.banner__two-content h2, .banner__two-content h1 {
	color: #fff;
}
.header__area.two .menu__bar i, .header__area.two .header__area-menubar-right-search-icon i, .header__area.two .header__area-menubar-center-menu ul li.menu-item-has-children > a::before, .header__area.two .header__area-menubar-center-menu ul li a {
	color: #2c2e35;
}
.about__two-left p {
	max-width: 100%;
}
.about__two-right img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 700px;
	border-radius: 0px 0px 10px 10px;
	width: 100%;
}
.portfolio__two-item img {
	height: 450px;
	object-fit: cover;
	width: 100%;
}
.banner__two-area {
	height: 90vh;
	padding-top: 120px;
}
.services__one-item {
	background: var(--bg-white);
	border: 1px solid var(--border-color-1);
	border-radius: 8px;
	padding: 40px 20px 40px 20px;
	transition: 0.5s;
	height: 500px;
}
.services__one-item h4 {
	margin-top: 40px;
}
.img-cover {
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
}
.h-200 {
	height: 200px;
}
.portfolio__three-item img {
	width: 100%;
}
.menu__bar-popup {
	background: #afafaf;
}
.portfolio__three-item {
	height: 520px;
	background-color: #000;
}
.portfolio__three-item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.portfolio__three-item-content {
	right: inherit;
	background: #FFBF43;
	border-radius: 15px;
	padding: 20px;
	margin: 0px 50px 30px 50px;
}
.portfolio__three-item-content, .portfolio__three-item-content span {
	color: #000;
	font-weight: 700;
}
.credits_link {
	color: #38B5E6 !important;
	font-weight: 700;
	font-family: sans-serif;
}
.credits_link:hover {
	color: #fff !important;
}
.credits_link:before {
	content: "";
	vertical-align: middle;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(https://www.clion.it/favicon-96x96.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	transition: all 450ms ease;
}
.credits_link:hover:before {
	transform: rotateZ(360deg) rotateY(360deg);
}



@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 425px) {

}
@media screen and (max-width: 320px) {

}
@media screen and (min-width: 320px) and (max-width: 990px) {
  

}


@media screen and (max-height: 768px) {
	.banner__two-content {
		padding: 90px 0;
		h2{
			font-size: 70px;
			line-height: 75px;
		}
	}
	
}
