/*------------------------------------------------------------------
Main Style Stylesheet
Project:		ANNA 
Version:	    1.0
Website: 		
-------------------------------------------------------------------*/
/*
* 	body
1	+ Header  /  #header
2	+ Banner  /  #banner
3	+ Content /  #content
4   + Footer  /  #footer
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
#wrap {
	width: 100%;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
}
label {
	display: block;
}
h1 {
	font-size: 45px;
	color: #464646;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	line-height: 68px;
}
h2 {
	font-size: 36px;
	color: #464646;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 7px;
}
h3 {
	font-size: 50px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	color: #646464;
	margin-bottom: 10px;
	font-weight: 500;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #585858;
	text-align: center;
	line-height: 26px;
}
p {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	text-decoration: none !important;
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

a ,
a:hover ,
a:active,
a:focus {
	outline:0;
}


/*=======================================================
			LAYOUT WRAP
========================================================*/
#wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

}
.container {
	position: relative;
}
.tittle {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.tittle h2 {
	margin: 0 !important;
	text-transform: uppercase;
}
.tittle p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #646464;
}
/*=======================================================
			HEADER
========================================================*/
#header {
	background: #fff;
	position: fixed;
	z-index: 99;
	width: 100%;
}
#header .logo {
	float: left;
	margin-top: 20px;
}
#header .navbar-nav {
	float: right;
	margin: 0;
}
#nav ul, #nav li, #nav span, #nav a {
	position: relative;
}
#nav li {
	display: inline-block;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#nav li a {
	padding: 20px 20px;
	display: inline-block;
	color: #5b5b5b;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#nav:after, #nav ul:after {
	content: '';
	display: block;
	clear: both;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#nav > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #c74d46;
	margin-left: -13px;
	color: #c74d46;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#nav > ul > li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #c74d46;
	margin-left: -13px;
	color: #c74d46;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*=======================================================
			POLYGON STYLE
========================================================*/
.rotate {
	height: 995px;
	width: 995px;
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	background: #c84d46;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.rot-border {
	border: 70px solid rgba(0,0,0,0.3);
	position: relative;
	height: 1065px;
	width: 1065px;
}
.rotate .inner {
	width: 100%;
	height: 100%;
	position: relative;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/*=======================================================
			BANNER
========================================================*/
#banner {
	background: url(../images/bg-1.jpg) top center fixed no-repeat;
	height: 640px;
	background-size: cover;
	position: relative;
	margin-top: 60px;
}
.intro-text {
	text-align: center;
	position: absolute;
	width: 70%;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	top: 500px;
}
.intro-text h1 {
	color: #fff;
}
.intro-text p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 100;
	margin-top: 50px;
}
#banner .huge {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -80px;
	z-index: 1;
}
#banner .huge {
	font-size: 14em;
	color: rgba(255,255,255,0.1);
}
.banner .rotate {
	top: -485px;
}
.btn {
	color: #fff;
	border: 2px solid #893d3b;
	display: inline-block;
	border-radius: 4px;
	padding: 12px 50px;
	font-size: 18px;
	margin-top: 40px;
}
.btn:hover {
	color: #fff;
	border: 2px solid #893d3b;
	background: #893d3b;
}
#banner {
	overflow: hidden;
}
#banner h2 {
	letter-spacing: 0px;
}
#banner .text {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 18%;
}
#banner .text .btn {
	border: 1px solid #fff;
	padding: 10px 30px;
}
#banner .text .btn:hover {
	background: #fff;
	color: #000;
}
#banner .text h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	text-transform: none;
}
#banner .text p {
	font-size: 18px;
	line-height: 30px;
}
#banner .item:nth-child(1) {
}
#banner .item:nth-child(2) {
}
#banner .item:nth-child(3) {
}
/*=======================================================
			SLIDER
========================================================*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item {
	height: 720px;
	overflow: hidden;
}
.item:nth-child(1) {
}
.item:nth-child(2) {
}
.item:nth-child(3) {
}
/*=======================================================
			ABOUT
========================================================*/
#about {
	padding-top: 120px;
	position: relative;
}
#about .tittle {
	margin-top: 50px;
}
.creative {
	background: url(../images/cretive-bg.jpg);
	position: relative;
	min-height: 370px;
	overflow: hidden;
	margin-top: 20px;
}
.creative h3 {
	text-transform: none;
	font-weight: 200;
	color: #fff;
font-size: 45px;
line-height: 68px;
}

#about .rotate {
	height: 412px;
	width: 412px;
	background: #30b99c;
	top: -240px;
}
#about .rot-border {
	border: 42px solid rgba(94,113,108,0.5);
	position: relative;
	height: 454px;
	width: 454px;
}
#about .rotate .inner {
	width: 175%;
}
#about .text {
	margin-left: 50px;
	margin-top: 100px;
	text-align: left;
}
#about .text h6 {
	text-align: left;
	color: #fff;
	line-height: 28px;
}
.element {
	float: left;
}
#about .icon {
	position: relative;
	margin-top: 145px;
	width: 100%;
	text-align: center;
}
#about .btn-plus {
	height: 41px;
	width: 41px;
	display: inline-block;
	background: rgba(0,0,0,0.2);
	text-align: center;
	line-height: 41px;
	border-radius: 50%;
	margin-top: 20px;
	position: relative;
	z-index: 9;
	font-size: 30px;
}
#about .btn-plus:hover {
	background: #30b99c;
	color: #fff;
}
#about .tabs {
	margin: 0 auto;
	width: 73.7%;
	position: relative;
	margin-top: 10px;
}
#about .tabs a {
	color: #83827f;
}
#about .nav-tabs > li {
	width: 200px;
	background: #efece7;
	display: inline-block;
	padding: 0px;
	height: 200px;
	margin: 0 5px;
	border-radius: 4px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#about .nav-tabs > li a {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px;
}
#about .nav-tabs > li a img {
	margin-top: 40px;
}
#about .nav-tabs > li a span {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
#about .nav-tabs > li.active {
	background: #00a885;
	color: #fff;
	margin-top: -30px;
}
#about .nav-tabs > li:hover {
	background: #00a885;
	color: #fff;
}
#about .nav-tabs > li:hover a {
	color: #fff;
}
#about .nav-tabs > li.active a {
	color: #fff;
}
.creativity_area {
	overflow: hidden;
	padding-bottom: 10px;
}
.about_icon {
	background: none repeat scroll 0 0 #30ba9e;
	border: 40px solid #455758;
	height: 490px;
	left: 30px;
	margin: -260px auto 0;
	position: absolute;
	transform: rotate(-135deg);
	width: 490px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.margin_top_left {
	margin-left: 130px;
	margin-top: 45px;
}
.creativity {
	padding-top: 35px;
}
.creativity ul {
	float: left;
	margin-bottom: 65px;
	clear: both;
}
.creativity h2 {
	color: #ffffff;
	padding-bottom: 15px;
}
.creativity p {
	color: #ffffff;
	font-family: open sans;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}
.creativity a {
	background: none repeat scroll 0 0 #394b4d;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	margin-top: 15px;
	text-align: center;
	width: 40px;
}
.creativity ul.slides li div img {
	margin-left: 38px;
	margin-top: 5px;
}
/* promo area */
.promo_area {
	padding-bottom: 30px;
}
.flex-control-nav.flex-control-thumbs {
	margin: 88px auto 0;
	text-align: center;
	width: 74%;
}
.flex-control-nav.flex-control-thumbs li {
	background: none repeat scroll 0 0 #efece7;
	float: left;
	margin-right: 10px;
	width: 200px;
	max-height: 200px;
	margin-top: 10px;
	cursor: pointer;
	border: transparent;
	border-radius: 3px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.flex-control-nav.flex-control-thumbs li:hover span, .flex-control-nav.flex-control-thumbs li.flex-active span {
	color: #ffffff;
}
.flex-control-nav.flex-control-thumbs li:hover, .flex-control-nav.flex-control-thumbs li.flex-active {
	background: #00AA86;
	margin-top: -15px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.flex-control-nav.flex-control-thumbs li:hover span {
	color: #fff;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.flex-direction-nav {
	display: none;
}
.flex-control-nav.flex-control-thumbs li img {
	margin: 0 auto;
	max-height: 200px;
	padding: 40px 0 0;
	cursor: pointer;
}
.flex-control-nav.flex-control-thumbs li img:focus {
	background: transparent;
}
.flex-control-nav.flex-control-thumbs li span {
	color: #83827f;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 30px 0 40px;
	text-transform: uppercase;
}
/*=======================================================
			TEAM
========================================================*/
#team {
	background-image: url(../images/our_team_bg.png);
	background-color: #efece7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	min-height: 945px;
}
#team .rotate {
	top: -550px;
	background: #fff;
}
#team .rot-border {
	border: rgba(255,255,255,0.4)
}
.team_area {
	background: transparent;
	padding: 50px 0 60px;
	overflow: hidden;
	position: relative;
	min-height: 600px;
	margin-top: 0;
}
.team_title {
	margin-top: 0px;
}
/** portfolio list **/
#work_item, #portfolio-item {
	display: block;
	width: 100%;
	margin-bottom: 35px;
}
#portfolio-item .item {
	display: none;
	color: #fff;
	-moz-box-sizing: border-box;
}

#work_item .item {
	display: none;
	-moz-box-sizing: border-box;
}

#work_item .work_img {
	color: #fff;
	-moz-box-sizing: border-box;
}

.prallax_section {
	position: relative;
	width: 100%;
	height: 100%;
}
#filter-list {
	margin-top: 40px;
}
ul.team_menu {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
ul.team_menu li {
	border: transparent;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	padding: 15px 35px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
ul.team_menu li:hover, ul.team_menu li.active {
	background: #3193c5;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	cursor: pointer;
	color:#fff;
}
.team_img {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	float: left;
	overflow: hidden;
}
.team_img img {
	height: 100%;
	width: 100%;
}
.hover_div {
	background: none repeat scroll 0 0 rgba(251, 178, 56, .9);
	border: 1px solid transparent;
	border-radius: 3px;
	bottom: -160px;
	height: 180px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 180px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.hover_heading {
	float: right;
	margin-top: 60px;
	padding-left: 0;
	transform: rotate(-135deg);
	width: 80%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.hover_heading h2 {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.hover_heading h3 {
	font-size: 11px;
	font-weight: 700;
	color: #aa7724;
	text-transform: uppercase;
	padding-top: 8px;
	text-align: center;
}
.team_img:hover .hover_div {
	bottom: 60px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
/* client area */

#client .client_rotate {
	top: -211px !important;
}
.client_area {
	background-image: url(../images/client-bg.jpg);
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	padding: 70px 0;
}
.client_rotate {
	background: none repeat scroll 0 0 #ff7d65;
	border: 40px solid #614843;
	height: 1030px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -280px;
	width: 1030px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.client_area h2 {
	color: #fff;
}
.client_logo_area {
	margin: 0 auto;
	width: 82%;
}
.client_logo {
	background: none repeat scroll 0 0 #ffffff;
	display: table;
	vertical-align: middle;
	text-align: center;
	margin: 50px 10px 10px 33px;
	float: left;
	height: 120px;
	width: 120px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.client_logo_img {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	display: table-cell;
	vertical-align: middle;
}
.client_footer {
	margin-top: 40px;
}
.client_footer h6 {
	color: #fff;
	font-size: 22px;
	margin: 0 auto;
	width: 53%;
	font-weight: 300;
}
.client_footer p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.owl-item {
	height: 378px;
}
.left_arrow {
	background: none repeat scroll 0 0 #4c4c4a;
	height: 40px;
	left: 40px;
	position: absolute;
	text-align: center;
	top: 49%;
	width: 40px;
	display: table;
	vertical-align: middle;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.left_arrow i {
	color: #ff7d65;
	font-size: 25px;
	line-height: 39px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.right_arrow {
	background: none repeat scroll 0 0 #4c4c4a;
	height: 40px;
	right: 40px;
	position: absolute;
	text-align: center;
	top: 49%;
	width: 40px;
	display: table;
	vertical-align: middle;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.right_arrow i {
	color: #ff7d65;
	font-size: 25px;
	line-height: 39px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* Our services */
#services {
	background: url(../images/our_service_bg.png) bottom center no-repeat;
}
.our_services {
	background: transparent;
	overflow: hidden;
	padding: 70px 0 0;
	position: relative;
}
.our_services_row {
	margin-top: 80px;
}
.services_bg {
	background: url(../images/our_service_bg.png) fixed center center;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: repeat;
}
.service_icon {
	background: none repeat scroll 0 0 #f5f2ed;
	display: table;
	height: 110px;
	margin: 0 auto;
	vertical-align: middle;
	width: 110px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	text-align: center;
}
.service_icon_bg {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.service_content {
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 85%;
	padding: 15px 0 40px;
}
.service_content h4 {
}
.service_content p {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
#owl-clients .owl-controls div {
}
#owl-clients .owl-controls .owl-prev {
	position: absolute;
	height: 41px;
	left: -190px;
	position: absolute;
	text-align: center;
	top: 37%;
	width: 41px;
	color: #fff;
	display: table;
	border-radius: 0px!important;
	line-height: 41px;
	font-size: 20px;
	padding: 0px;
	background: #4c4c4c;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 1;
}
#owl-clients .owl-controls .owl-prev i {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#owl-clients .owl-controls .owl-next {
	position: absolute;
	height: 41px;
	right: -190px;
	position: absolute;
	text-align: center;
	top: 37%;
	width: 41px;
	color: #fff;
	display: table;
	border-radius: 0px!important;
	line-height: 41px;
	font-size: 20px;
	padding: 0px;
	background: #4c4c4c;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 1;
}
#owl-clients .owl-controls .owl-next i {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/** portfolio list **/
.our_work_area {
	background: #efece7 url(../images/our_work_bg.png) center -10px no-repeat;
	overflow: hidden;
	padding: 70px 0 0;
	position: relative;
	min-height: 600px;
}
.our_work_area .item {
	display: inline-block;
}
.work_subtitle {
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	margin: 0 auto;
	width: 75%;
}
.our_work_menu {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	z-index: 9;
	position: relative;
}
.our_work_menu li {
	display: inline;
	cursor: pointer;
}
.our_work_menu li {
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	text-align: center;
	padding: 13px 25px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}
.our_work_menu li:hover, .our_work_menu li.active {
	background: #FE5B4A;
	color: #fff;
}
.our_work_history {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.work_img {
	overflow: hidden;
	position: relative;
	margin-left: 4px;
	margin-top: 75px;
	display: inline-block;
}
.work_img img {
}
.our_work_history2 .work_img {
	display: table;
	float: left;
	height: 281px;
	vertical-align: middle;
	width: 281px;
	margin-left: 4px;
	margin-top: 0;
	position: relative;
	top: -105px;
}
.our_work_history2 .work_img img {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#coporate .work_img a { 
	opacity: 0;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.company_details {
	background: rgba(254, 91, 74, 0.8);
	height: 160px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 20px;
	width: 160px;
	display: table;
	text-align: center;
	vertical-align: middle;
}

#coporate .work_img:hover a {
	opacity: 1;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.company {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.company h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: 0px;
}
.company a i {
	font-size: 20px;
	color: #fff;
	padding-top: 15px;
}
.company a i.fa.fa-link {
	position: relative;
	top: 7px;
	-webkit-transform: rotate(80deg);
	-moz-transform: rotate(80deg);
	-ms-transform: rotate(80deg);
	-o-transform: rotate(80deg);
	transform: rotate(80deg);
}
/* Blog area */
.blog_area {
	padding: 70px 0;
	overflow: hidden;
	background: #FFFFFF;
}
.blog_heading {
	height: 200px;
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.blog_heading img {
	height: 100%;
	width: 100%;
}
.blog_date {
	background: none repeat scroll 0 0 #fe5b4a;
	height: 70px;
	margin: 0 auto;
	width: 70px;
	overflow: hidden;
	border-radius: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	display: table;
	vertical-align: middle;
}
.blog_time {
	text-align: center;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	display: table-cell;
	vertical-align: middle;
}
.date {
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	margin-bottom: 0px;
}
.month {
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
}
.blog_content h4 a.content_title {
	color: #646464;
	font-size: 18px;
	margin-top: 60px;
	font-family: 'Raleway', sans-serif;
	padding: 0;
	background: transparent;
	font-weight: normal;
	text-transform: none;
}
.blog_content p {
	line-height: 22px;
	margin-top: 15px;
	color: #646464;
}
.blog_content a {
	background: none repeat scroll 0 0 #4c4c4c;
	border: medium none transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 10px;
	padding: 10px 25px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.blog_content a:hover {
	background: none repeat scroll 0 0 #FE5B4A;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
/* pricing area */

#price h2 {
	color: #fff;
}
.pricing_area {
	background: url(../images/price-bg.jpg);
	background-size: cover;
	overflow: hidden;
	padding: 70px 0 140px;
	position: relative;
}
.pricing_rotate {
	background: url("img/pricing_bg.png") fixed center center;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: repeat;
}
.silver {
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.p-head {
	background: #fe5b4a;
	padding: 15px 0;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}
.p-head h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin: 0px;
	line-height: 20px;
}
.price {
	background: #ff7d65;
	padding: 35px 0;
	text-align: center;
}
.pre .p-head {
	background: #007d61;
}
.pre .price {
	background: #00a885;
}
.gold .p-head {
	background: #ef761c;
}
.gold .price {
	background: #fba026;
}
.price h3 {
	color: #fff;
	margin: 0px;
	font-size: 45px;
	line-height: 68px;
}
.price p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.p_content {
	padding: 10px 25px;
	background: #fff;
}
.p_content h3 {
	padding: 25px 0 0;
	color: #4F4F4F;
}
.p_list {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 90px;
}
.p_list li {
	border-bottom: 1px solid #efefef;
	list-style: none;
	display: inline-block;
	width: 100%;
	line-height: 40px;
}
.p_list li i {
	color: #b3b2b2;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
}
.p_list li p {
	color: #646464;
	margin: 0px;
	line-height: 40px;
	font-size: 14px;
}
.p_list li:last-child {
	border-bottom: 0px none;
}
.price_btn {
	position: absolute;
	background: #FE5B4A;
	height: 100px;
	width: 100px;
	border-radius: 4px;
	text-align: center;
	display: table;
	vertical-align: middle;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -50px;
}
.price_btn a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.pre .price_btn {
	background: #007d61;
}
.gold .price_btn {
	background: #fba026;
}
/* map area */
#map {
	width: 100%;
	height: 740px;
}
.contact_us h2 {
	color: #fff;
}
.contact_us_area {
	padding: 0px 0 0;
}
.contact_rotate {
	height: 1100px;
	width: 1100px;
	background: #FAA026;
	border: none;
	outline: 40px solid rgba(255,255,255,0.5);
	position: absolute;
	top: -1380px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	display: table;
	vertical-align: middle;
}
.contact_us {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: -700px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75%;
	right: -12px;
}
.contact_us form {
	margin: 0 auto;
	width: 100%;
}
.contact_us form input {
	height: 45px;
	background: #fff;
	color: #8d8d8d;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.contact_us form textarea {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	height: 85px;
	padding-left: 15px;
	padding-top: 15px;
	resize: none;
	width: 100%;
	float: left;
}
.submit {
	width: 160px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
}
.submit:after {
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 80px solid #404040;
	content: "";
	position: absolute;
	margin: 0px 0px 0px -116px;
}
.submit input {
	background: transparent;
	border: 1px solid transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	z-index: 9;
	position: relative;
	top: 13px;
	left: -6px;
}
/* Footer Area */
.stay_touch_area {
	overflow: hidden;
	padding: 70px 0 40px;
	position: relative;
	background: transparent;
}
.footer-bg {
	background: url("img/footer_bg.jpg") fixed center center;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: repeat;
}
.stay_touch_area_row {
	width: 90%;
	margin: 0px auto;
}
.stay_rotate {
	background: #fff;
	border: 40px solid #ECECEC;
	height: 1170px;
	width: 1170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: -185px;
}
.stay_touch h2 {
	color: #7e7e7e;
	font-weight: 600;
	font-size: 36px;
	padding-bottom: 0px;
}
.stay_touch h3 {
	color: #727272;
	font-weight: 300;
	font-size: 40px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 80px;
	width: 87%;
	margin: 0px auto 20px;
	padding-bottom: 20px;
}
.stay_about_us h4 {
	font-weight: 700;
	font-size: 23px;
	color: #4c4c4c;
	padding-bottom: 10px;
}
.stay_about_us p {
	font-size: 16px;
	padding-bottom: 30px;
	line-height: 22px;
	color: #4c4c4c;
}
.project_image {
	height: 135px;
	overflow:hidden;
	width: 100%;
	border: 5px solid #fc9f26;
}
.project_image img {
	width:100%;
}
.address {
	padding: 0;
	margin: 0;
}
.address li {
	display: inline-block;
	width: 100%;
	padding: 7px 0;
}
.address li i {
	float: left;
	margin-right: 10px;
	color: #7e7e7e;
}
.address li p {
	float: left;
	margin:0px;
	line-height: 14px;
	padding-bottom: 0;
	color: #7e7e7e;
}
.address li a.email {
	color: #FC9F26;
	line-height: 14px;
	float: left;
}
.latest_project h4 {
	font-weight: 700;
	font-size: 23px;
	color: #4c4c4c;
	padding-bottom: 20px;
}
.social_area {
	float: right;
}
.social_area h4 {
	font-weight: 700;
	font-size: 23px;
	color: #4c4c4c;
	padding-bottom: 30px;
}
.single_social a {
	background: none repeat scroll 0 0 #faa026;
	float: left;
	height: 40px;
	margin-left: 25px;
	text-align: center;
	width: 44px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	display: table;
	vertical-align: middle;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.single_social a i {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.single_social.margin_zero a {
	margin-left: 0;
}
.single_social a i {
	line-height: 43px;
	color: #fff;
	font-size: 22px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.single_social a:hover i.fa-facebook {
	color: #3C5A98;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.single_social a:hover i.fa-twitter {
	color: #29C5F6;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.single_social a:hover i.fa-google-plus {
	color: #ED2E36;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.copy_right {
	border-top: 1px solid #e2e2e2;
	padding-bottom: 30px;
	padding-top: 30px;
}
.copy_right p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #B6B6B6;
	font-weight: 500;
	text-transform: capitalize;
}
#ascrail2000-hr > div {
/* display: none; */
}
/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 80px 0;
	padding-bottom: 0px;
	background: #efece7;
}
#portfolio .tittle h4 {
	color: #fff;
}
.filter {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.filter li a {
	padding: 15px 30px;
	font-size: 14px;
	color: #000;
	font-weight: 300;
	display: inline-block;
	margin: 0px 5px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
}
.filter li a:hover {
	background: #ff5b4a;
	color: #fff;
}
.filter li a.active {
	background: #ff5b4a;
	color: #fff;
}
.filter li {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.isotope-item {
	z-index: 2;
	display: block !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
}
.isotope .isotope-item {
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}
.portfolio .item {
	display: inline-block;
	padding: 0;
	overflow: hidden;
}
.portfolio .port-item {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	overflow: hidden;
	height: 195px;
	width: 195px;
	background: #fff;
	margin: 45px;
	position: relative;
}
.portfolio .port-item img {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -45px;
	margin-left: -45px;
}
.portfolio .item p {
	color: #000;
}
.portfolio .item h5 {
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.portfolio .item img {
}
.portfolio li:nth-child(5) {
	margin-left: 143px;
	margin-top: -135px;
}
.port-item-6 {
	margin-left: 0px;
	margin-top: -135px;
}
.port-item-7 {
	margin-left: 0px;
	margin-top: -135px;
}
.port-item .des a {
	position: absolute;
	top: 50px;
}
.port-item .des a.zoom {
	left: 75px;
}
.port-item .des a.link {
	right: 75px;
}
.port-item .des {
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	position: relative;
	z-index: 6;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 45px;
	color: #fff;
	margin-left: -25px;
	margin-top: 60px;
}
.port-item .des h5 {
	color: #fff;
}
.img:hover .des {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.img {
	position: relative;
	overflow: hidden;
}
.over {
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 100%;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.img:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.img:hover .over {
	bottom: 0px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#contact {
	overflow: hidden;
}
/*=============================================================================
			Restaurant Style Start
===============================================================================*/
#restaurant {
}
#restaurant #header {
	position: absolute;
}
#restaurant #banner {
	background: none;
	background-size: cover;
	position: relative;
	margin-top: -70px;
	height: auto;
}
#restaurant #banner .item:nth-child(1) {
	background: url(../images/bg/banner-res-bg.jpg) fixed center center no-repeat;
	background-size: cover;
}
#restaurant #banner .item:nth-child(2) {
	background: url(../images/bg/banner-res-bg-1.jpg) fixed center center no-repeat;
	background-size: cover;
}
#restaurant #banner .item:nth-child(3) {
	background: #fff;
}
#restaurant #header {
	margin-top: 20px;
	background: none;
	padding: 12px 0 12px 0;
}
#restaurant #header nav li {
}
#restaurant #header nav li a {
	text-transform: uppercase;
	color: #fff;
}
#restaurant #nav li {
	padding: 1px 0;
	margin:0 20px; 
}
#restaurant h2{
	font-weight: 300;
}
#restaurant #nav li a {
	padding: 10px 0px;
}
#restaurant #nav > ul > li.active {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0px;
}
#restaurant #nav > ul > li:hover {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0px;
}
#restaurant #nav > ul > li.active:after {
	display: none;
}
#restaurant #nav > ul > li:hover:after {
	display: none;
}
#restaurant #header .logo{
	margin-top: 10px;
}
#restaurant .menu-button{
	background: #de2727 !important;
}
#restaurant hr {
	background: url(../images/hr.png) center top no-repeat;
	height: 1px;
	width: 200px;
	margin: 0 auto;
	border: none;
	margin-bottom: 25px;
	margin-top: 20px;
}
#restaurant #banner .text {
}
#restaurant #banner .text h2 {
	font-weight: 600;
	text-transform: uppercase;
}
#restaurant #banner .text .btn {
	border: 2px solid #fff;
	padding: 10px 20px;
}
#restaurant #banner .text .btn:hover {
	background: #fff;
	color: #000;
}
#restaurant #banner .text h2 {
	color: #fff;
	font-size: 45px;
}
#restaurant .is-sticky #header {
	background: #000 !important;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin: 0px;
	padding: 10px 0 10px 0;
}
#restaurant .owl-item {
	height: auto;
}
#welcome {
	padding: 100px 0;
	text-align: center;
}
#welcome h2 {
	font-weight: 400;
	color: #000;
}
#welcome p {
	font-size: 14px;
	line-height: 24px;
}
#menu .menu-tittle {
	background: url(../images/bg/menu-bg.jpg);
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
#menu .menu-tittle h2 {
	font-size: 38px;
	color: #fff;
	font-weight: 300;
}
#menu .tabs {
	background: #121212;
	min-height: 71px;
}
#menu .tabs li {
	width: 20%;
	text-align: center;
}
#menu .tabs li a {
	line-height: 71px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0px;
}
#menu .tabs li a:hover {
	color: #fff;
}
#menu .tabs li:hover {
	background: #de2727;
	color: #fff;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
#menu .tabs li.active {
	background: #de2727;
	color: #fff;
}
#menu .pro-name {
}
#menu .pro-name li {
	line-height: 24px;
	padding: 0 0 18px 0;
}
#menu .pro-name li span {
	display: inline-block;
	font-size: 16px;
	width: 85%;
	color: #787878;
	font-family: 'Raleway', sans-serif;
}
#menu .pro-name li span:nth-child(2) {
	width: auto;
	float: right;
	color: #de2727;
}
#menu .pro-name li {
	list-style: none;
}
#menu .tab-content {
	margin-top: 50px;
}
#gallery {
	padding-top: 70px;
}
#gallery h2 {
	font-weight: 300;
}
.gallery img {
	width: 100%;
}
#gallery .tittle {
	margin-top: 20px;
}
#resver .r-details {
	background: #de2727;
}
#resver .r-details {
	padding: 80px 0;
	text-align: center;
}
#resver .r-details h2 {
	margin: 0px;
	font-weight: 300;
	color: #fff;
}
#resver .r-details h6 {
	color: #fff;
}
#resver .r-details p {
	margin-top: 30px;
}
#restaurant .blog_date {
	position: relative;
	float: left;
	height: 60px;
	width: 60px;
	overflow: hidden;
	text-align: center;
	background: #de2727;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 35px;
	margin-left: 10px;
}
#restaurant .blog_date p {
	color: #fff;
	margin: 0px;
	margin-right: 10px;
}
#restaurant .blog_content h4 a.content_title {
	margin-top: 30px;
}
#restaurant .inner-date {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#restaurant .b-tittle {
	float: left;
	width: 76%;
}
.blog_content a {
	background: #121212;
}
#restaurant footer {
	background: url(../images/bg/footer-bg.jpg) repeat;
	background-size: cover;
	text-align: center;
}
#restaurant footer .tittle {
	margin: 0px;
}
#restaurant footer .tittle h2 {
	font-weight: 300;
	color: #fff;
}
#restaurant footer .tittle p {
	color: #fff;
}
#restaurant footer .social_area {
	float: none;
}
#restaurant footer .single_social {
	display: inline-block;
}
#restaurant .single_social a {
	background: #40403f;
}
#restaurant .single_social a:hover {
	background: #de2727;
	color: #fff !important;
}
#restaurant .owl-theme .owl-controls {
	margin: 0px !important;
}
#owl-gallery .item {
}
#owl-gallery .owl-controls div {
}
#owl-gallery .owl-controls .owl-prev {
	position: absolute;
	height: 41px;
	text-align: center;
	top: 45%;
	left: 10%;
	width: 41px;
	color: #000;
	display: table;
	border-radius: 0px!important;
	line-height: 41px;
	font-size: 20px;
	padding: 0px;
	background: #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 1;
}
#owl-gallery .owl-controls .owl-prev i {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#owl-gallery .owl-controls .owl-next {
	height: 41px;
	right: 10%;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 41px;
	color: #000;
	display: table;
	border-radius: 0px!important;
	line-height: 41px;
	font-size: 20px;
	padding: 0px;
	background: #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 1;
}
#restaurant .single_social a:hover i.fa-facebook {
	color: #fff;
}
#restaurant .single_social a:hover i.fa-twitter {
	color: #fff;
}
#restaurant .single_social a:hover i.fa-google-plus {
	color: #fff;
}
#owl-gallery .owl-controls .owl-next i {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/*#########################################################
			COPORATE STYLE START
###########################################################*/

#coporate {
}
#coporate #banner {
	background: none;
	background-size: cover;
	height: auto;
}
#coporate #banner .text {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 18%;
}
#coporate #banner .text .btn {
	border: 1px solid #fff;
	padding: 10px 30px;
}
#coporate #banner .text .btn:hover {
	background: #fff;
	color: #000;
}
#coporate #banner .text h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	text-transform: none;
}
#coporate #banner .text p {
	font-size: 18px;
	line-height: 30px;
}
#coporate  .blog_area{
	padding-top: 50px;
}
#coporate #banner .item:nth-child(1) {
	background: url(../images/bg/banner-cor-bg.jpg) fixed center center no-repeat;
	background-size: cover;
}
#coporate #banner .item:nth-child(2) {
	background: url(../images/bg/banner-cor-bg-1.jpg) fixed center center no-repeat;
	background-size: cover;
}
#coporate #banner .item:nth-child(3) {
	background: #fff;
}
#coporate .creative {
	height: auto;
	background: #f7f7f7;
	padding: 70px 0;
}
#coporate hr {
	background: #d2d2d2;
	height: 1px;
	width: 130px;
	margin: 0 auto;
	border: none;
	margin-bottom: 25px;
	margin-top: 20px;
}
#coporate #about .tabs {
	width: 100%;
}
#coporate #about .nav-tabs > li {
	margin: 0px;
	position: relative;
	border: 2px solid;
	border-color: transparent;
}
#coporate #nav > ul > li.active:after {
	display: none;
}
#coporate #nav > ul > li:hover:after {
	display: none;
}
#coporate #nav li.active {
	border-bottom: 1px solid #3193c5;
}
#coporate #nav li.active a {
	color: #3193c5;
}
#coporate #nav li a {
	padding-bottom: 10px;
}
#coporate #about {
	padding-top: 20px;
	overflow:hidden;
	background:#fff;
}
#coporate #nav li {
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#nav li a {
	padding: 20px 0;
}
#coporate .nav-tabs > li.active {
	margin-top: 0;
	border: 2px solid !important;
	border-color: #3193c5 !important;
}
#coporate #about .nav-tabs > li {
	width: 22.3%;
	background: none;
	display: inherit;
	padding: inherit;
	height: 200px;
	margin: 0;
	margin: 0 13px;
	border-radius: 4px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#coporate #about .nav-tabs > li a span {
	color: #646464;
	font-family: 'Raleway', sans-serif;
	margin-top: 25px;
}
#coporate .inner-about {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 0px;
	height: 200px;
	margin: 0 5px;
	border-radius: 4px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#coporate .creative h6 {
	color: #646464;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
#coporate .nav-tabs > li:hover {
	margin-top: 0;
	border: 2px solid !important;
	border-color: #3193c5 !important;
}
#coporate .creative p {
	color: #646464;
}

#coporate #about .nav-tabs > li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	display: inline-block;
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
#coporate #about .nav-tabs > li:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
#coporate #about .nav-tabs > li.active img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
#coporate #about .text {
	margin-left: 0px;
	margin-top: 30px;
}
#coporate .owl-item {
	height: auto;
}
#coporate .client_area {
	background: url(../images/bg/client-bg-cor.jpg);
	background-size: cover;
}
#coporate #owl-clients {
	margin-top: 70px;
}
#coporate #client .tittle {
	margin-top: 0px;
}
#coporate #owl-clients .owl-controls .owl-prev {
	left: -55px;
	background: #fff;
	color: #000;
	top: 10%;
}
#coporate #owl-clients .owl-controls .owl-next {
	right: -55px;
	background: #fff;
	color: #000;
	top: 10%;
}
#coporate .pricing_area {
	background: #f6f5f5;
}
#coporate .price {
	background: #4a4a4a;
}
#coporate .p-head {
	background: #696969;
}
#coporate .pre .price {
	background: #20688d;
}
#coporate .pre .p-head {
	background: #3193c5;
}
#coporate #price h2 {
	color: #464646;
}
#coporate #price .tittle {
	margin-top: 30px;
}
#coporate .price_btn {
	background: #4a4a4a;
}
#coporate .pre .price_btn {
	background: #3193c5;
}
#coporate .service_icon {
	border: 1px solid;
	border-color: transparent;
}
#coporate .col-md-4 .service_icon_bg img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
#coporate .col-md-4:hover .service_icon {
	border: 1px solid;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-color: #3193c5;
	background: none;
}
#coporate .col-md-4:hover .service_icon_bg img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
#coporate .our_work_menu li:hover, .our_work_menu li.active {
	background: #3193c5;
}
#coporate .our_work_area {
	background: none;
}
#coporate .work_img {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	width: 100%;
	margin-top: 30px;
}

#coporate .work_img a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#coporate .work_img a:before {
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	right:0;
	z-index:88;
border: 15px double transparent;
outline: 1px solid #fff;
outline-offset: -15px;
}

#coporate .company {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	display: block;
	margin: 20px;
    height: 88px;
    display: table-cell;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#coporate .work_img img {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	margin: 0px;
	width: 100%;
}
#coporate #owl-port .owl-item {
	padding: 0 4px;
}
#coporate #owl-port .owl-buttons {
	display: none;
}
#owl-port .owl-page span {
	width: 30px;
	border-radius: 0px;
	height: 5px;
}
#owl-port .owl-page.active span {
	background: #3193c5;
}
#coporate .company_details {
	background: rgba(49,147,197,0.8);
	height: 100%;
	width: 100%;
	margin: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
}
#coporate .blog_date {
	position: relative;
	float: left;
	height: 60px;
	width: 60px;
	overflow: hidden;
	text-align: center;
	background: #3193c5;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 35px;
	margin-left: 10px;
}
#coporate .blog_date p {
	color: #fff;
	margin: 0px;
	margin-right: 10px;
}
#coporate .blog_content h4 a.content_title {
	margin-top: 30px;
} 
#coporate  .team_img{
	margin:0px;
	width:100%;
	position:relative;
	overflow:hidden;
	float: left;
}
#coporate  .single_social a:hover i.fa-facebook{
	color:#fff;
}
#coporate  .single_social a:hover i.fa-twitter{
	color:#fff;
}
#coporate  .single_social a:hover i.fa-google-plus{
	color:#fff;
}
#coporate .blog_content h4 a.content_title {
	background:none;
}
#coporate  #portfolio-item .item{
	padding:0px;
	position:relative;
	overflow:hidden;
}
#coporate  #portfolio-item .team-name{
	background:rgba(49,147,197,0.8);
	margin-top:-70px;
	height:70px;
	width:100%;
	float: left;
	display:inline-block;
	position:absolute;
	padding:0 20px;
	position:relative;
	overflow:hidden;
}
#coporate #portfolio-item .team-name p{
	line-height:70px;
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	float:left;
}
#coporate #portfolio-item .social_icons{
	display:inline-block;
	float:right;
	margin-top:17px;
}
#coporate #portfolio-item .social_icons a{
	height:34px;
	width:34px;
	line-height:34px;
	border:none;
	background:#fff;
	color:#3193c5;
	font-size:14px;
	line-height:34px !important;
}
#coporate #portfolio-item .social_icons a:hover i{
	color:#3193c5;
}
#coporate .inner-date {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#coporate .b-tittle {
	float: left;
	width: 75%;
}
#coporate .contact_us {
	top: 0px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
#coporate .contact_us ul li {
	display: inline-block;
	margin: 0 10px;
	font-family: 'Raleway', sans-serif;
}
#coporate .contact_us ul li i {
	margin-right: 10px;
	color: #7f7f7f;
}
#coporate .contact_us .social_area {
	float: none;
}
#coporate #contact {
	padding: 50px 0;
}
#coporate #map {
	height: 560px;
}
#coporate .contact_us .single_social {
	display: inline-block;
}
#coporate .single_social a {
	background: #40403f;
}
#coporate .single_social a:hover {
	background: #3193c5;
	color: #fff !important;
}
#coporate .contact_us h2 {
	color: #000;
}
#coporate .submit:after {
	display: none;
}
#coporate .submit input {
	background: #40403f;
	height: 40px;
	padding: 0 40px;
}
#coporate .contact_us input {
	border: 1px solid #d6d6d6;
}
#coporate .blog_content a:hover {
	background: #3193c5;
}
#coporate .contactForm .btn {
	background: #40403f;
	padding: 10px 40px;
	text-transform: uppercase;
	margin-top: 10px;
	border: none; 
}
#coporate .contact_us_area {
	position: inherit;
	padding: 0px 0 0;
}
#coporate .contact_us {
	position: relative;
}
/*=======================================================
			POPUP PORTFOLIO
========================================================*/
.modal.in .modal-dialog {
	position: relative;
	height: 600px;
	overflow: hidden;
	width: 600px;
	background: #ea5647;
}
.modal-content {
	position: relative;
	top: 0px;
	text-align: center;
}
.modal-content .img-pop {
	height: 300px;
	overflow: hidden;
}
.modal-content .p-detail {
	padding: 30px;
}
.modal-content .btn {
	background: #fff;
	margin: 0px;
	padding: 10px 20px;
	color: #000;
	font-size: 14px;
	border: none;
}
button.close {
	padding: 5px 10px;
}
/*======================== FORM ========================*/
input[type="text"], input[type="email"], input[type="password"], textarea {
	background-color: rgba(255,255,255,0.9);
	border: 1px solid rgba(72,192,244,0.9);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000000;
	font-family: inherit;
	font-size: 14px;
	padding: 6px 10px;
	margin: 0px 0px 8px 0px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: rgba(255,255,255,1);
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
 color: #999;
}
.contactForm {
}
.form-group {
}
.error {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	float: right;
	margin: -40px 4px 0 0;
	position: relative;
	top: 0;
}
.error i {
	background: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 12px !important;
	height: 12px !important;
	margin: 0px;
	padding: 0px;
}
.error i:before {
	color: #FF0000;
	content: "";
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: 10px;
	vertical-align: top;
	width: 12px !important;
	height: 12px !important;
}
/*======================== ANIMATION ========================*/
.close:before, .close:after {
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.creative-form .contactForm {
	width: 69%;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	text-align: center;
}
.creative-form .contactForm .btn {
	background: #40403f;
	margin-top: 10px;
	text-transform: uppercase;
}
/*=============================================================================
			PRODUCTS Style Start
===============================================================================*/
#product {
}
#product #header {
	position: absolute;
}
#product #banner {
	background: none;
	background-size: cover;
	position: relative;
	margin-top: -60px;
	height: auto;
}
#product #banner .item:nth-child(1) {
	background: url(../images/bg/banner-pro-bg.jpg) fixed center center no-repeat;
	background-size: cover;
}
#product #banner .item:nth-child(2) {
	background: url(../images/bg/banner-pro-bg-1.jpg) fixed center center no-repeat;
	background-size: cover;
}
#product #banner .item:nth-child(3) {
	background: #fff;
}
#product #header {
	background: none;
	margin-top: 20px;
}
#product #header nav li a {
	text-transform: uppercase;
}
#product #header nav li.active {
	background:#29b973;
}
#product #header nav li.active a{
	color:#fff;
}
#product #nav {
	margin-top: 10px;
}
#product #nav li {
	padding: 1px 0;
}
#product #nav li a {
	padding: 10px 20px;
}
#product #nav > ul > li.active {
	border-top: none;
	border-bottom: none;
	padding: 0px;
	background: #29b973;
}
#product #nav > ul > li:hover {
	border-top: none;
	border-bottom: none;
	padding: 0px;
	background: #29b973;
}
#product #nav > ul > li:hover a{
	color:#fff;
}
#product #nav > ul > li.active:after {
	display: none;
}
#product #nav > ul > li:hover:after {
	display: none;
}
#product hr {
	background: url(../images/hr-pro-1.png) center top no-repeat;
	height: 1px;
	width: 200px;
	margin: 0 auto;
	border: none;
	margin-bottom: 25px;
	margin-top: 20px;
}
#product #banner .text {
	text-align: left;
}
#product #banner .text h2 {
	font-weight: 600;
}
#product #banner .text .btn {
	border: 2px solid #fff;
	padding: 10px 20px;
	margin-top: 0px;
}
#product #banner .text hr {
	margin: 35px 0;
	background: #fff;
	width: 60px;
}
#product #banner .text .btn:hover {
	background: #fff;
	color: #000;
}
#product #banner .text h2 {
	color: #008e49;
	text-transform: none;
	font-size: 45px;
	text-align: left;
	letter-spacing: 5px;
}
#product .is-sticky #header {
	background: #fff !important;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin: 0px;
	padding: 0 0 10px 0;
}
#product .is-sticky #header nav li a{
	color:#333;
}
#product .is-sticky #header nav li.active a{
	color:#fff;
}
#product .owl-item {
	height: auto;
}
#product #about {
	padding: 100px 0;
}
#product #about li {
	list-style: none;
	text-align: center;
}
#product #about li i {
	width: 114px;
	height: 78px;
	border: 1px solid #c2c2c2;
	display: inline-block;
	padding-top: 13px;
}
#product #about li h4 {
	color: #464646;
	margin: 30px 0;
}
#product #about li p {
	color: #464646;
}
#product #feature {
	background: url(../images/bg/fea-pro-bg.jpg) no-repeat fixed top;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
}
#product #feature h2 {
	font-weight: 400;
	color: #fff;
}
#product #feature li {
	list-style: none;
	margin-bottom: 100px;
	text-align: center;
}
#product #feature li h4 {
	margin: 20px 0;
}
#product #price {
	background: #f6f5f5;
	padding-top: 0px;
}
#product .price-info {
	background: #fff;
	padding-top: 50px;
}
#product .price-info h2 {
	color: #29b973;
	font-weight: 400;
}
#product .price-info h4 {
	color: #464646;
	margin-top: 50px;
}
#product .price-info p {
	color: #464646;
}
#product .p-head {
	background: #fff;
}
#product .p-head h3 {
	color: #646464;
	font-weight: 400;
}
#product .price {
	background: #646464;
	padding: 25px 0;
}
#product .pre .p-head {
	background: #fff;
}
#product .pre .p-head {
	background: #3cc0ae;
}
#product .pre .p-head h3 {
	color: #fff;
}
#product .pre .price {
	background: #05ae97;
}
#product .silver {
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 70px;
}
#product .price_btn a {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
#product .price_btn {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	bottom: 0px;
	margin-top: 10px;
	margin-bottom: 40px;
	position: relative;
	height: 50px;
	font-weight: 300;
	width: 173px;
	background: #646464;
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 2px;
	border-radius: 0px;
}
#product .p_list {
	padding-bottom: 0px;
}
#product #footer h2 {
	color: #05ae97;
}
#product .pre .price_btn {
	background: #05ae97;
}
#product h2 {
	font-weight: 400;
}
#product #review {
	background: #ffffff;
	padding-top: 50px;
}
#product #review p {
	font-size: 20px;
	color: #727272;
	text-align: center;
	font-weight: 300;
	line-height: 30px;
}
#product #review img {
	display: inline-block;
	margin-top: -20px;
}
#product #review hr {
	background: url(../images/hr-pro.jpg) center no-repeat;
}
#product #price hr {
	background: url(../images/hr-pro.jpg) center no-repeat;
}
#product footer hr {
	background: url(../images/hr-pro.jpg) center no-repeat;
}
#product footer i {
	height: 55px;
	display: inline-block;
	margin-top: 50px;
}
#product #review .avatar {
	margin-top: 30px;
	margin-bottom: 100px;
}
#product #review .name {
	display: inline-block;
	width: 180px;
	text-align: left;
	margin-left: 10px;
}
#product #review .name span {
	line-height: 25px;
	text-align: left;
	margin-top: 10px;
}
#product .copy_right {
	background: #05ae97;
}
#product .copy_right p {
	color: #fff;
	margin: 0px;
}
#product #review h2 {
	color: #29b973;
}
#product #review .review {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
#product #download {
	background: url(../images/bg/download-pro.jpg) no-repeat;
	padding: 50px 0;
	text-align: center;
	padding-bottom: 100px;
}
#product #download h2 {
	color: #fff;
	font-weight: 400;
}
#product #download p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 30px;
	font-weight: 300;
}
#product #download h3 {
	font-size: 24px;
}
#product #download .btn {
	background: none;
	border: 1px solid #fff;
	border-radius: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

#product #download .btn:hover {
	background: #fff;
	border: 1px solid #fff;
color:#000;
}

#product .menu-button{
	background:#29b973 !important;
}
#product #header{
}
/*=============================================================================
			REAL ESTATE Style Start
===============================================================================*/
#real-estate .top-bar {
	background: #6d6d6d;
	min-height: 66px;
	color: #fff;
	font-size: 14px;
	line-height: 66px;
	position: relative;
	z-index: 999;
}
#real-estate .top-bar span {
	margin-right: 20px;
}
#real-estate .top-bar .social_icons {
	background: none;
	min-height: 0px;
	text-align: right !important;
}
#real-estate .top-bar .social_icons ul {
	text-align: right !important;
	margin: 0px;
}
#real-estate .top-bar .social_icons a {
	font-size: 12px;
	width: 30px;
	height: 30px;
	color: #6d6d6d;
	line-height: 30px !important;
}
#real-estate .top-bar .social_icons a:hover i {
	color: #6d6d6d;
}
#real-estate {
}
#real-estate #header {
	position: relative;
	background: #fff;
}
#real-estate #banner {
	background: none;
	background-size: cover;
	position: relative;
	margin-top: 0px;
	height: auto;
}
#real-estate #banner .item:nth-child(1) {
	background: url(../images/bg/banner-real-bg.jpg) fixed center center no-repeat;
	background-size: cover;
}
#real-estate #banner .item:nth-child(2) {
	background: url(../images/bg/banner-pro-bg-1.jpg) fixed center center no-repeat;
	background-size: cover;
}
#real-estate #banner .item:nth-child(3) {
	background: #fff;
}
#real-estate #header {
	background: none;
}
#real-estate #header nav li {
}
#real-estate #header nav li a {
	text-transform: uppercase;
	color: #606060;
}
#real-estate #header .logo {
	margin-top: 25px;
}
#real-estate #nav {
}
#real-estate #nav li {
	padding: 0;
}
#real-estate #nav li a {
	padding: 25px 15px;
}
#real-estate #nav > ul > li.active {
	border-top: none;
	border-bottom: none;
	padding: 0px;
	color: #fff;
	background: #29b973;
}
#real-estate #nav > ul > li.active a {
	color: #fff !important;
}
#real-estate #nav > ul > li:hover {
	border-top: none;
	border-bottom: none;
	padding: 0px;
	background: #29b973;
}
#real-estate #nav > ul > li:hover a {
	color: #fff !important;
}
#real-estate #nav > ul > li.active:after {
	display: none;
}
#real-estate #nav > ul > li:hover:after {
	display: none;
}
#real-estate hr {
	background: url(../images/hr-pro-1.png) center top no-repeat;
	height: 1px;
	width: 200px;
	margin: 0 auto;
	border: none;
	margin-bottom: 25px;
	margin-top: 20px;
}
#real-estate #banner .text {
	text-align: left;
}
#real-estate #banner .inner-slide {
	background: rgba(255,255,255,0.8);
	padding: 20px;
	margin-top: 100px;
}
#real-estate #banner .text h2 {
	font-weight: 600;
}
#real-estate #banner .text h4 {
	color: #008a47;
}
#real-estate #banner .text p {
	color: #636363;
	font-size: 14px;
}
#real-estate #banner .text .btn {
	border: none;
	border-radius: 0px;
	padding: 10px 20px;
	margin-top: 20px;
	background: #6d6d6d;
}
#real-estate #banner .text hr {
	margin: 35px 0px;
	background: url(../images/hr-pro-1.png) left repeat-x;
}
#real-estate #banner .text .btn:hover {
	background: #20955c;
	color: #000;
}
#real-estate #banner .text h2 {
	color: #008e49;
	text-transform: none;
	font-size: 45px;
	text-align: left;
}
#real-estate .is-sticky #header {
	background: #fff !important;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-ms-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
	margin: 0px;
	padding: 0;
}
#real-estate .owl-item {
	height: auto;
}
#real-estate #about {
	padding: 100px 0;
}
#real-estate #about li {
	list-style: none;
	text-align: center;
}
#real-estate #about li i {
	width: 114px;
	height: 78px;
	border: 1px solid #c2c2c2;
	display: inline-block;
	padding-top: 13px;
}
#real-estate #about li h4 {
	color: #464646;
	margin: 30px 0;
}
#real-estate #about li p {
	color: #464646;
}
#real-estate #feature {
	background: url(../images/bg/fea-pro-bg.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
}
#real-estate #feature h2 {
	font-weight: 400;
	color: #fff;
}
#real-estate #feature li {
	list-style: none;
	margin-bottom: 100px;
	text-align: center;
}
#real-estate #feature li h4 {
	margin: 20px 0;
}
#real-estate #price {
	background: #f6f5f5;
	padding-top: 0px;
}
#real-estate .price-info {
	background: #fff;
	padding-top: 50px;
}
#real-estate .price-info h2 {
	color: #29b973;
	font-weight: 400;
}
#real-estate .price-info h4 {
	color: #464646;
	margin-top: 50px;
}
#real-estate .price-info p {
	color: #464646;
}
#real-estate .p-head {
	background: #fff;
}
#real-estate .p-head h3 {
	color: #646464;
	font-weight: 400;
}
#real-estate .price {
	background: #646464;
}
#real-estate .pre .p-head {
	background: #fff;
}
#real-estate .pre .p-head {
	background: #3cc0ae;
}
#real-estate .pre .p-head h3 {
	color: #fff;
}
#real-estate .pre .price {
	background: #05ae97;
}
#real-estate .silver {
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 70px;
}
#real-estate .price_btn a {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#real-estate .price_btn {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	bottom: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	height: 50px;
	width: 173px;
	background: #646464;
	font-weight: 300;
	font-size: 16px;
}
#real-estate .p_list {
	padding-bottom: 0px;
}
#real-estate .pre .price_btn {
	background: #05ae97;
}
#real-estate h2 {
	font-weight: 400;
}
#product #review {
	background: #ffffff;
	padding-top: 50px;
}
#real-estate #review p {
	font-size: 20px;
	color: #727272;
	text-align: center;
	font-weight: 300;
	line-height: 30px;
}
#real-estate #review img {
	display: inline-block;
	margin-top: -20px;
}
#real-estate #review hr {
	background: url(../images/hr-pro.jpg) center no-repeat;
}
#real-estate #price hr {
	background: url(../images/hr-pro.jpg) center no-repeat;
}
#real-estate footer i {
	height: 55px;
	display: inline-block;
	margin-top: 50px;
}
#real-estate #review .avatar {
	margin-top: 30px;
	margin-bottom: 100px;
}
#real-estate #review .name {
	display: inline-block;
	width: 180px;
	text-align: left;
	margin-left: 10px;
}
#real-estate #review .name span {
	line-height: 25px;
	text-align: left;
	margin-top: 10px;
}
#real-estate .copy_right {
	background: #05ae97;
	padding: 15px 0px;
	background: #29b973;
	border: none;
}
#real-estate .copy_right p {
	color: #fff;
	margin: 0px;
}
#real-estate #review h2 {
	color: #29b973;
}
#real-estate #review .review {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
#real-estate #download {
	background: url(../images/bg/download-pro.jpg) no-repeat;
	padding: 50px 0;
	text-align: center;
	padding-bottom: 100px;
}
#real-estate #download h2 {
	color: #fff;
	font-weight: 400;
}
#real-estate #download p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 30px;
	font-weight: 300;
}
#real-estate #download h3 {
	font-size: 24px;
}
#real-estate #download .btn {
	background: none;
	border: 1px solid #fff;
	border-radius: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
#real-estate {
}
#real-estate #property {
	background: #f1efef;
	padding-bottom: 50px;
}
#real-estate .property-tittle {
	background: #20955c;
	padding: 20px 30px;
	margin-top: -30px;
	display:inline-block;
	width:100%;
}
#real-estate .property-tittle ul{
	margin:0px;
	margin-top:2px;
}
#real-estate .property-tittle li{
	list-style:none;
	color:#fff;
	display:inline-block;
	margin-left:30px;
	
}
#real-estate .property-tittle li a{
	font-size:16px;
		font-family: 'Raleway', sans-serif;
}
#real-estate .property-tittle li a.active{
	text-decoration:underline !important;
}
#real-estate .property-tittle h4 {
	margin: 0px;
	text-transform: uppercase;
}
#real-estate .pro-serch {
	margin-top: 30px;
}
#real-estate .pro-serch label {
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
#real-estate .pro-serch select {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	border:1px solid #c2c2c2;
	border-radius:3px;
}
#real-estate .pro-serch .value {
	font-family: 'Open Sans', sans-serif;
}
#real-estate .value {
	margin-top: 30px;
}
#real-estate .value h5 {
	margin: 0px;
}
#real-estate .swipe {
	margin-top: 10px;
	padding: 20px 40px;
	border: 1px solid #b8b7b7;
}
#real-estate button.btn {
	background: #6d6d6d;
	border: none;
	border-radius: 0px;
	margin-top: 65px;
	text-transform: uppercase;
}

#real-estate button.btn:hover {
	background: #000;
}

#real-estate #deal {
	padding: 100px 0;
}
#real-estate #deal h4 {
	color: #424242;
}
#real-estate hr {
	background: #29b973;
}
#appart {
	background: #ededed;
	padding: 100px 0;
}
#real-estate #blog {
	padding: 50px 0;
	padding-bottom: 0px;
}
#real-estate .products {
}
#real-estate .products .iner {
	background: #6d6d6d;
	padding: 10px;
}
#real-estate .products .avai {
	float: right;
	background: #fff;
	padding: 5px 10px;
	color: #29b973;
}
#real-estate .products ul {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
#real-estate .products ul li {
	display: inline-block;
	width: 32.5%;
	color: #fff;
	font-size: 16px;
}
#real-estate .products .tags {
	background: #29b973;
	width: 135px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	line-height: 40px;
	top: 10px;
}
#real-estate #evelu {
	background: url(../images/bg/evelu.jpg) fixed no-repeat;
	background-size: cover;
	padding: 100px 0;
}
#real-estate #evelu .tittle h4 {
	font-size: 24px;
}
#real-estate #evelu p {
	color: #c6c6c6;
}
#real-estate #evelu .btn {
	background: none;
	padding: 20px 60px;
	border-radius: 0px;
	border: 1px solid #29b973;
}

#real-estate #evelu .btn:hover {
	background: #29b973;
color:#fff;
	border: 1px solid #29b973;
}

#real-estate .tittle h4 {
	font-size: 26px;
}
#real-estate #crew {
	padding: 80px 0;
	padding-bottom: 10px;
}
#real-estate #crew .tittle h4 {
	color: #333333;
}
#real-estate #crew li {
	list-style: none;
}
#real-estate .team {
	position: relative;
	overflow: hidden;
	height: 300px;
	border:1px solid #959595;
}
#real-estate .team img {
	width: 100%;
}
#real-estate .over {
	position: absolute;
	z-index: 95;
	opacity: 0;
	background: rgba(41,185,115,0.8);
	height: 100%;
	width: 100%;
	text-align: left;
	top: 0px;
	padding-top: 15%;
	padding-left: 45px;
}
#real-estate .over i {
	margin-right: 10px;
	display: inline-block;
}
#real-estate .over h5 {
	color: #fff;
	line-height: 50px;
}
#real-estate .team:hover .over {
	opacity: 1;
	top: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#real-estate #blog .tittle h4 {
	color: #333333;
}
#real-estate #footer {
	background: url(../images/bg/evelu.jpg) center center no-repeat;
}
#real-estate #footer h2 {
	color: #fff;
}
#real-estate #footer p {
	color: #fff;
}
#real-estate .blog-date {
	background: #29b973;
	width: 88px;
	text-align: center;
	padding: 10px 0px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#real-estate .blog-date p {
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fff !important;
}
#real-estate .blog-tittle {
	display: inline-block;
	float: left;
	margin-top: 20px;
}
#real-estate .blog-tittle a {
	font-size: 24px;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	color: #000;
}
#real-estate .blog-tittle {
}
#real-estate .blog .read {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline !important;
	color: #666;
}
#real-estate .blog {
	margin-bottom: 50px;
}
#real-estate .blog p {
	color: #646464;
}
#real-estate .blog .load {
	width: 100%;
	display: inline-block;
	background: #808080;
	line-height: 58px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

#real-estate .blog .load:hover {
	background:#000;
}

#real-estate .social_icons {
	background: #01974e;
	min-height: 163px;
	display: inline-block;
	width: 100%;
}
#real-estate .social_icons h5 {
	color: #fff !important;
}
#real-estate .social_icons .tittle {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#real-estate .social_icons ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
#real-estate .social_icons a {
	background: #fff;
	color: #01974e;
	font-size: 20px;
	font-size: 24px;
	line-height: 56px !important;
	border:1px solid #fff;
}

#real-estate .social_icons a:hover {
	background: transparent;
	color: #fff;
	border:1px solid #fff;
}

#real-estate .menu-button{
	background:#20955c !important;
}
.custom-dropdown__select {
	font-size: inherit;
	padding: .5em;
	margin: 0;
}
.custom-dropdown__select--tomato {
	background-color: #f5f5f5;
	color: #999;
}
.custom-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.custom-dropdown::before, .custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown::after {
	content: "\25BC";
	color: #fff;
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -4px;
	margin-right: 3px;
}
.custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.custom-dropdown__select[disabled] {
	color: #fff;
}
.custom-dropdown--tomato::before {
	background-color: #6d6d6d;
	width: 40px;
	border-left: 1px solid rgba(0,0,0,.1);
}
.custom-dropdown--tomato::after {
	color: #fff;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 999;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
}
.social_icons a {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 5px 0px 0;
	font-size: 20px;
	line-height: 52px !important;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transition: 0.4s ease-in-out;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.video .item:nth-child(1) {
	background: none !important;
}
.video .item:nth-child(2) {
	background: none !important;
}
#video-home video, object {
	left: 0;
	position: fixed;
	width: 100%;
	overflow: hidden;
	top: 0;
	z-index: -1;
}

#creative #nav li a{
	padding: 20px 15px;
}
#creative .navbar-header{
	float:right;
}
#creative  #about{
	padding-bottom:60px;
}
/*=======================================================
			SLIDER
========================================================*/
#slides {
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	color: #fff;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 0;
}
.slides-navigation a.next {
	right: 0;
}
.slides-pagination {
	position: absolute;
	z-index: 999;
	bottom: 100px;
	text-align: center;
	width: 100%;
}
.slides-pagination a {
	border-radius: 1px;
	width: 40px;
	height: 5px;
	background: rgba(255,255,255,0.5);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #fff;
}
/*=======================================================
			BANNER
========================================================*/
.bnr-text {
	position: absolute;
	top: 27%;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.bnr-text h1 {
	line-height: 70px;
	margin: 0 0 25px;
	color:#fff;
}
.bnr-text p {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	width:50%;
	margin:0 auto;
	line-height:27px;
}
.bnr-text .btn {
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	font-size: 16px;
	padding: 15px 35px;
	margin-top: 50px;
	background: none;
}
.bnr-text .btn:hover {
	background: #3193c5;
	border-color: #3193c5;
}