/*
Theme Name 	: VIKA - Contruction HTML Template
Author 		: Logshiv Web Design
Version 	: 1.0
File-name 	: ourprojects.css
*//*---------------------------------------------------------------------------*/

/*ourprojects start*/
.ourprojects{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	position: relative;
	z-index: 1;
}
.ourprojects:before{
	content: 'Portfolio';
	position: absolute;
	top: 0%;
	left: 8%;
	font-family: arial !important;
	letter-spacing: 15px;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: rgba(00,00,00,0.02);
	z-index: -1;
}

.main {
  max-width: 1000px;
	margin: auto;
}

h1 {
	font-size: 50px;
	word-break: break-all;
}

/* Create three equal columns that floats next to each other */
.column {
	margin: 10px 0px;
	display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
	clear: both;
}

/* Content */
.portfolio-box {
	padding: 10px;
	color: black;
}
.portfolio-box img{
	margin-bottom: 14px;
}
/* The "show" class is added to the filtered elements */
.show {
	display: block;
}

/* Style the buttons */
.btn-portfolio {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: white;
	cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn-portfolio:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Add a dark background color to the active button */
.btn-portfolio.active {
	background-color: var(--color);
	color: white;
}
.counter-box{
	color: var(--color);
	font-size: 50px;
}
/*ourprojects end*/

/*archievements start*/
.archievements{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.01);
}
/*archievements end*/