
/* ---------------------------------------------PORTFOLIO ONE COLUMN------------------------------------------------------*/
body {
font-family: calibri;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #d7dadb;
}


/* portf-one-our-project start */
.portf-one-our-project{
	height:180px;
	background-color:#2c3e50;
	margin-top: 17px;
}
.portf-one-our-project{
	background-image: url("../assets/images/portfolio/port_one_hdbg.png");
	background-repeat: no-repeat;
	background-position-x: right;
}
.portf-one-our-project .left-part h2{
	font-size:36px;
	font-weight:bold;
	color:white;
	padding-top:15px;
}
.portf-one-our-project .left-part p{
	font-size:16px;	
	color:white;
	line-height: 20px;
}
.portf-one-our-project .right-part img{
	height: 180px;
}

/* portf-one-our-project end */



/* portf-one-image start */
.portf-one-image{
	margin-top:70px;	
	margin-bottom:50px;	
}
.portf-one-image img{
	height:440px;
	margin-bottom:50px;
	border: 10px solid white;
	outline: 2px solid #616162;
	box-shadow: 0px 10px 5px #888888;
	text-align:center;
}
.portf-one-image .link-button{	
	height:50px;
}
.portf-one-image .link-button .first-number{
	background-color:#ffffff;	
	font-weight:bold;
	padding: 10px 18px 10px 18px;
	border-radius: 5px;
	margin-right: 5px;
	font-size:20px;
	color:black;
}
.portf-one-image .link-button .first-number:hover{
	background-color:#fa4248;	
	font-weight:bold;
	padding: 10px 18px 10px 18px;
	border-radius: 5px;
	margin-right: 5px;
	font-size:20px;
	color:white;
}
.portf-one-image .link-button a{
	color:black;
	text-decoration:none;
}

.portf-one-image .link-button .first-number-active{
	background-color:#2c3e50;	
	font-weight:bold;
	padding: 10px 18px 10px 18px;
	border-radius: 5px;
	font-size:20px;
	margin-right: 5px;
	color:white;	
}
.portf-one-image .link-button .first-number-active:hover{
	background-color:#fa4248;	
	font-weight:bold;
	padding: 10px 18px 10px 18px;
	border-radius: 5px;
	font-size:20px;
	margin-right: 5px;
	color:white;	
}

.portf-one-image .link-button .first-arrow{
	background-color:#ffffff;	
	font-weight:bold;
	padding: 10px 18px 10px 18px;
	border-radius: 5px;
	margin-right: 5px;
	font-size:20px;
	color:black;
	margin-left: 660px;	
}
.portf-one-image .link-button .first-arrow:hover{
	background-color:#fa4248;		
	font-weight:bold;
	padding: 10px 18px 10px 18px;
	border-radius: 5px;
	margin-right: 5px;
	font-size:20px;
	color:white;	
	margin-left: 660px;	
}

/* portf-one-image end */


