body, header, footer, div, h1, h2, h3, h4, h5, h6, p, form, input, ul, li, section, article, aside, select, 
label, figure, img, input, form,*, *::before, *::after
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a, a:hover, a:focus
{
	text-decoration: none;
}
input, input:focus, input:active, button, button:focus, button:active, select, select:focus, select:active,
textarea, textarea:focus, textarea:active
{
	outline: none;
}
ul
{
 	list-style: none;
}
p+p
{
	margin-top: 10px;
}
form
{
	width: 100%;
	display: block;
}
.wholepage
{
    overflow-x: hidden;
    overflow-y: auto;
}
.container
{
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.my-row
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.col-90 ,.col-80,.col-70,.col-60,.col-55,.col-50,.col-45,.col-40,.col-33,.col-30,.col-25,.col-20,.col-16,.col-15,.col-10,.col-5
{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.col-90
{
    width: 90%;
    flex:0 0 90%;
}
.col-80
{
	width: 80%;
	flex: 0 0 80%;
}
.col-70
{
	width: 70%;
	flex: 0 0 70%;
}
.col-60
{
	width: 60%;
	flex: 0 0 60%;
}
.col-55
{
	width: 55%;
	flex-wrap: 0 0 55%;
}
.col-50
{
	width: 50%;
	flex-wrap: 0 0 50%;
}
.col-45
{
	width: 45%;
	flex: 0 0 45%;
}
.col-40
{
	width: 40%;
	flex: 0 0 40%;
}
.col-30
{
	width: 30%;
	flex: 0 0 30%;
}
.col-33 
{
	width: 33.33%;
	flex: 0 0  33.33;
}
.col-25
{
	width: 25%;
	flex:0 0 25%;
}
.col-20
{
	width: 20%;
	flex: 0 0 20%;
}
.col-16
{
	width: 16.66%;
	flex: 0 0 16.66%;
}
.col-15
{
	width: 15%;
	flex: 0 0 15%;
}
.col-10
{
    width: 10%;
    flex:0 0 10%;
}
.col-5
{
    width: 5%;
    flex:0 0 5%;
}
.portfolio{
	padding: 70px 0;
}
.listing_ul{
	display: flex;
	margin: 0 auto;
	padding-bottom: 50px;
}
.listing_ul li a{
	border: none;
    padding: 9px 25px 10px;
    border-radius: 0;
    color: #777;
    font-family: "work-sans", sans-serif;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
    letter-spacing: 1px;
}
a.active{
	background: #000;
	color: #fff !important;
}
.tab_content .port_images{
	display: none;
}
.port_images img{
	max-width: 412px;
	width: 100%;
}
.space_it{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail_caption h4{
	display: none;
	font-size: 20px;
}
.boxes{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	flex-basis: 31%;
	display: inline-block;
	margin-bottom: 40px;
}
.portfolio .overlay{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    color: #FFF;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
}
.portfolio .detail_caption{
	padding: 50% 0;
    text-align: center;
}
.portfolio .detail_caption h4{
	font-size: 20px;
}
.portfolio .boxes a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
}
.boxes:hover .detail_caption h4{
	display: block;
}

/*..............internal page started.................................*/

.internal{
	padding: 20px 0 20px;
}
.image-wrap{
	position: relative;
}
.wrap-caption{
	position: absolute;
	top: 42%;
	left: 38%;
}
.wrap-caption h2{
	font-size: 36px;
	color: #fff;
}
.image-wrap img{
	max-width: 647px;
	width: 100%;
	margin-bottom: 15px;
}
.col-50-wrap{
	text-align: center;
}
.main_image figure img{
	max-width: 780px;
	width: 100%;
	display: block;
}
.title{
	padding: 0px 0 20px 10px;
}
.title h1{
	font-size: 40px;
}
.description h2{
	text-transform: capitalize;
    font-size: 42px;
    padding-bottom: 15px;
}
.description p{
	font-size: 16px;
}
.space{
	padding-bottom: 20px;
}


