.pro-bg-main
{
	width: 100%;
	background-color: #333;
	height: 500px;
}
.pro-img-left
{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;	
}
.pro-img-left img
{
	height: 500px;
	width: auto;
}
/*-----content area-----*/
.pro-content-right
{
	height: 500px;
	width: 50%;
	float: left;
	text-align: center;
}
.project-head h3
{
	font-family: "Open Sans";
	font-weight: 300;
	letter-spacing: 2px;
	padding-top: 30px;
	color: #fff;
}
.pro-head-line
{
	width: 40px;
	height: 1px;
	background-color: #c2ac51;
	margin: 0 auto;
	margin-top: 25px;
}
.pro-text p
{
	font-family: "Open Sans";
	font-size: 14px;
	color: #cfcfcf;
	letter-spacing: 2px;
	line-height: 26px;
	text-align: center;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.pro-text-icon
{
	margin-top: 20px;
}
.pro-text-icon img
{
	display: inline-block;
	width: 160px;
	height: auto;
}
.pro-logo
{
	text-align: center;
	margin-top: 50px;
}
.pro-logo img
{
	height: 50px;
	width: 50px;
}
/*project btn area*/
.pro-btn-main
{
	text-align: center;
	display: inline-block;
	margin: 50px;
}
.pro-btn-main a
{
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 14px;
	letter-spacing: 5px;
	color: #fff;
	padding: 0 10px;
	border: solid 1px #c2ac51;
	border-top: none;
	border-left: none;
	border-bottom: none;
	-webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.pro-btn-main span a
{
	border-right: none;
}
.pro-btn-main a:hover
{
	color: #c2ac51;
}
/*owl navigation*/
.pro_owl .owl-controls .owl-page span
{ 
	height: 10px !important;
	width: 10px !important;
	color: #c2ac51;
	font-size: 10px;
}
.pro_owl .owl-controls .owl-page.active span
{
	background-color: #c2ac51 !important;
	height: 10px !important;
	width: 10px !important;
	font-family: "Open Sans";
}
.pro_owl .owl-controls
{
	position: absolute;
    bottom: 10px;
    z-index: 9999999999999999;
    left: 87%;
    transform:translateX(-50%);
    -web-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
}
.float-clear
{
	clear: both;
}
/* -----------------------project 2 styles--------------------------------*/
.pro2-main-img
{
	margin: 0 auto;
}
.pro2-head
{
	font-family: "Open Sans";
	margin-top: 80px;
}
.pro2-head h1
{
	text-align: left;
	letter-spacing: 3px;
	color: #555;
	font-weight: 700;
	font-size: 40px;
}
.pro2-head h1 span
{
	color: #c2ac51;
}
.pro2-head h5
{
	text-align: center;
	color: #888;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pro2-icon
{
	margin-top: 15px;
	text-align: center;
	width: 100%;
	height: 100px;
	padding:  0 auto;
}
.pro2-icon-ring
{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: solid 1px #cfcfcf;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.pro2-icon-ring i
{
	padding-top: 10px;
	display: inline-block;
	color: #999;
	font-size: 12px;
	-webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.pro2-icon-ring:hover
{
	border: solid 1px #555;
}
.pro2-icon-ring:hover i
{
	color: #555;
}
/*center portion*/
.pro2-center
{
	width: 100%;
	height: 300px;
	background-color: #c2ac51;
	padding-top: 100px;
}
.pro2-center-logo img
{
	width: 60px;
	height: 70px;
	margin: 0 auto;
}
.pro2-center-nav
{
	text-align: center;
	padding-top: 80px;

}
.pro2-center-nav a
{
	text-transform: none;
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.pro2-center-nav:hover a
{
	letter-spacing: 5px;
	text-decoration: none;
}
.pro2-text
{
	text-align: left;
	font-family: "Open Sans";
	padding-top: 80px;
}
.pro2-text p
{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #888;
}
/*-------3rd project styles------*/
.pro3-bg
{
	background-color: #333;
	width: 100%;
    height: auto;
}
.pro3-heading
{
	text-align: center;
	font-family: "Open Sans";
	color: #fff;
	padding-bottom: 40px;
	padding-top: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.pro3-text p
{
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
/*.project-with-videos
{
	display: inline-block;
}
.project-with-videos iframe
{	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}*/
