html{
	overflow-x:hidden;
}
.service-one .col-lg-4:nth-child(1) .service-one__item{
background: #ea6b1d;
}
.service-one .col-lg-4:nth-child(2) .service-one__item{
background: #ea6b1d;
}
.service-one .col-lg-4:nth-child(3) .service-one__item{
background: #ea6b1d;
}
.popular-project-one h4{
	color:#fff;
}
.popular-project-one .col-sm-4:nth-child(1) .popular-project-one__info {
background: #493f71;
}
.popular-project-one .col-sm-4:nth-child(2) .popular-project-one__info {
background: #493f71;
}
.popular-project-one .col-sm-4:nth-child(3) .popular-project-one__info {
background: #493f71;
}

.filter-gallery ul {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  background: #493f71;
}
.filter-gallery ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
  transition: all 0.4s fade-in;
  cursor: pointer;
  padding: 3px;
}
.filter-gallery ul li.active {
  color: #cf5851;
  border-bottom: 2px solid #cf5851;
}

.filter-gallery .product {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.filter-gallery .itembox {
  max-width: 23%;
  height: auto;
  margin: 5px;
}
.filter-gallery .itembox img {
  display: block;
  max-width: 100%;
  height: auto;
}
.filter-gallery{
	margin-top:20px;
	margin-bottom:20px;
}

.video-properties{
	
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.video-properties .image-column .overlay-link{
	height: 89%;
}	
.service-image .inner-column .image iframe{
	width:100%;
	
}
.service-image .inner-column .image {
  display: block !important;
  max-width:100%;
}
.service-image{

	min-height:100% !important;
}
.video-properties{
	
position: relative;
	
max-width: 100%;
	
max-height: 100%;
	
top: 0;
}


@media (max-width: 767px) {
.topbar-one {
  display: block;
}
.about-one__image{
	margin-top:5%;
}
.filter-gallery .itembox {
  max-width: 80%;
}
}