@import url('https://fonts.googleapis.com/css?family=Barlow:400,500');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Barlow', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#d5ac63;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;	
}

p,.text{
	position:relative;
}

.page-wrapper section{
	position:relative;
	z-index:5;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 


====================================================================
	Lang
====================================================================

***/
ul.lang{ padding-left: 5px; }
.lang li{ padding: 0px 20px; float: left; border-left: 1px dotted #fff; }
.lang li:last-child{ padding-right: 0px !important; }
.lang li img{ float: left; margin-top: 2px; }
.lang li a, .lang li a:hover{ color: #fff; }
.lang li a span{ font-size: 17px; color: #fff; line-height: 12px; padding: 0px 0px 0px 8px; letter-spacing: -0.5px; }


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	box-shadow: 0 1px 1px #aaa;
	background-color:#ffffff;
}

.main-header .header-top{
	position:relative;
	padding:16px 0px;
	background-image:url(../images/background/pattern-3.png);
	background-color:#1d1d1d;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
}

.main-header .header-top .top-left .links{
	position:relative;
	margin-top:4px;
}

.main-header .header-top .top-left .links li{
	position:relative;
	float:left;
	margin-right:25px;
}

.main-header .header-top .top-left .links li a{
	position:relative;
	color:#ffffff;
	font-size:17px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .header-top .top-left .links li a:hover,
.main-header .header-top .top-left .links li:first-child a{
	color:#d5ac63;
}

.main-header .header-top .top-left .links li a .icon{
	margin-right:10px;
	color:#fff;
	font-size:18px;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-top .top-right .social{
	margin:0px 10px 0px 14px;
	position:relative;
}

.main-header .header-top .top-right .social li{
	position:relative;
	margin:0px 6px;
	display:inline-block;
}

.main-header .header-top .top-right .social li a{
	position:relative;
	font-size:15px;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top .top-right .social li a:hover{
	color:#d5ac63;
}

.main-header .header-top .top-right ul{
	float:left;
}
.main-header .header-top .top-right ul.link{ border-right: 1px dotted #fff; padding-right: 19px; }

.main-header .header-top .top-right .link li a{
	position:relative;
	color:#ffffff;
	font-size:17px;
	line-height: 17px;
	font-weight:400;
	display:inline-block;
}

.main-header .header-top .top-right .link li a .fa{
	color:#fff;
	margin-right:5px;
	position: relative;
	top: 1px;
}


.main-menu .navigation > li:last-child > ul{
	left:auto;
	right:0px;
}

/*Main Box*/

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	margin-top:0px;
	padding:0px;
	background-color:#ffffff;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:0px;
}

.main-header .main-box .logo-box .logo{ position: absolute; width: 168px; height: auto; margin: 0px; padding: 0px; top:-51px; }
.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-header .nav-outer .login-box{
	position:relative;
	float:right;
	padding: 29px 0px;
}

.main-header .nav-outer .login-box .login-link{
	position:relative;
	margin-left:40px;
	color:#888;
	font-size:16px;
	display:inline-block;
}

.main-header .nav-outer .login-box .login-link a{
	position:relative;
	color:#888;
	display:block;
	font-size: 15px;
	padding:10px 11px;
	border:2px solid #f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .nav-outer .login-box .login-link a:hover{
	border-color:#d5ac63;
}

.main-header .nav-outer .login-box .login-link span{
	font-size: 17px;
	padding: 0px 6px 0px 0px;
	color: #888;
	margin: 0px;
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-left:27px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:35px 0px;
	color:#252525;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	font-weight:500;
	font-size:17px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#d5ac63;
	opacity:1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:280px;
	z-index:100;
	display:none;
	background:#d5ac63;
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-12px;
	width:100%;
	height:12px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.05);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:13px 20px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:20px;
	top:25px;
	width:20px;
	height:2px;
	opacity:0;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > a:hover{
	padding-left:50px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:15px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:270px;
	z-index:100;
	display:none;
	background: #d5ac63;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.05);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:13px 20px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	padding-left:50px;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position:absolute;
	content:'';
	left:20px;
	top:25px;
	width:20px;
	height:2px;
	opacity:0;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover::before{
	opacity:1;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:60px;
	height:30px;
	text-align:right;
	font-size:26px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}



/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;	
}

.main-slider .tparrows.gyges{
	width:60px;
	height:60px;
	line-height:60px;
	background-color:rgba(255,255,255,0.20);
}

.main-slider .tparrows.gyges:before{
	line-height:60px;
}

.main-slider .tparrows.gyges:hover{
	color:#d5ac63;
	background-color:#d5ac63;
}

.main-slider h5{
	position:relative;
	color:#252525;
	font-size:30px;
	font-weight:500;
	line-height:1.2em;
	display:inline-block;
	text-shadow: 1px 0px 0px;
}

.main-slider h6{
	position:relative;
	color:#d5ac63;
	font-size:110px;
	font-weight:500;
	line-height: 130px;
	letter-spacing: -3px;
	text-shadow: 3px 0px 0px;
}

.main-slider span{
	position:relative;
	color:#252525;
	font-size:22px;
	line-height:1.7em;
	font-weight:500;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}


.main-slider a{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	background:#d5ac63;
	display:inline-block;
	padding:12px 48px;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #d5ac63;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-slider a:hover{
	color:#d5ac63;
	border-color:#d5ac63;
	background:none;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-block{
	position:relative;
	margin-bottom:40px;
}

.services-block img{
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.services-block:hover img{
	opacity:0.6;
}

.services-block .inner-box .content{
	position:relative;
	border:1px solid transparent;
	border-top:0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}

.services-block .inner-box:hover .content{
	border-color:#f2f2f2;
	box-shadow:none;
}

.services-block .inner-box .content p{
	color:#848484;
	font-size:18px;
	line-height:1.5em;
	padding:12px 25px;
	text-align: justify;
}

.services-block .inner-box .content h2 a{
	color:#252525;
	font-size:18px;
	font-weight:500;
	padding:12px 25px;
	border-bottom:1px solid #f2f2f2;
	display: block;
}

.services-block .inner-box .content h2 a, .services-block .inner-box .content h2 a:hover{
	color:#d5ac63;
}


/*** 

====================================================================
	References Section
====================================================================

***/

.references-block{
	position:relative;
	margin-bottom:40px;
}

.references-block .inner-box{
	position:relative;
}

.references-block .inner-box .image{
	position:relative;
}

.references-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.references-block .inner-box:hover .image img{
	opacity:0.6;
}

.references-block .inner-box .content{
	position:relative;
	border:1px solid transparent;
	border-top:0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}

.references-block .inner-box:hover .content{
	border-color:#f2f2f2;
	box-shadow:none;
}

.references-block .inner-box .content h2{
	position:relative;
	color: #d5ac63;
	font-size:15px;
	font-weight:500;
	display: block;
	text-align: center;
	padding:12px 25px;
}

.references-block a:hover h2{ color: #333 !important; }


/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section{
	position:relative;
	padding:60px 0px 30px 0px;
	box-shadow: 0 1px 1px #999;
    z-index: 7 !important;
}

.project-section h5{
	position:relative;
	color:#252525;
	text-align: center;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin-bottom:75px;
}

.project-section h5:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 50%;
	top: 41px;
	text-align: center;
	background: url(../images/title-lines-center.png) center top no-repeat;
}

.project-block{
	position:relative;
	margin-bottom:30px;
}

.project-block .inner-box{
	position:relative;
}

.project-block .inner-box .image{
	position:relative;
}

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .inner-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 30px;
}

.project-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color:rgba(0,0,0,0.80);
}

.project-block .inner-box .overlay-box .content{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 30px;
}

.project-block .inner-box:hover .overlay-box:before{
	opacity:1;
}

.project-block .inner-box .overlay-box .category{
	position:absolute;
	right:30px;
	top:30px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	z-index:1;
}

.project-block .inner-box .overlay-box .category img{
	position: absolute;
	width: 26px;
	height: 26px;
	float: left;
	display: inline-block;
}

.project-block .inner-box .overlay-box .category span{
	font-size:16px;
	font-weight: 400;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.project-block .inner-box .overlay-box .content h6{
    position: relative;
    background-color: #ffffff;
    color: #252525;
    font-size: 19px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-block .inner-box:hover .overlay-box .content h6{
	opacity:0;
}

.project-block .inner-box .overlay-box .content .link-box{
	position:absolute;
	left:30px;
	bottom:30px;
	color:#848484;
	font-size:18px;
	padding:10px 55px 10px 20px;
	display:block;
	opacity:0;
	right:30px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color:#ffffff;
}

.project-block .inner-box:hover .overlay-box .content .link-box{
	opacity:1;
}

.project-block .inner-box .overlay-box .content .link-box .icon{
	position:absolute;
	right:18px;
	top:50%;
	width:35px;
	height:20px;
	margin-top:-10px;
	background:url(../images/icons/right-arrow.png) no-repeat;
}




/*** 

====================================================================
	Bulletin Section
====================================================================

***/

.bulletin-section{
	position:relative;
	padding: 60px 0px;
	background: url(../images/background/bulletin-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #999;
	z-index: 6 !important;
}

.bulletin-section span{
	font-size: 27px;
	font-weight: 500;
	color: #888;
	text-shadow: 1px 1px 0px #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	line-height: 30px;
	text-align: center;
	display: block;
}

.bulletin-section form{
	margin: 0px; 
	padding: 0px;
	position: relative;
}

.bulletin-section input[type="text"]{
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	margin: 0px;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 0px #aaa;
}

.bulletin-section input[type="submit"]{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #d5ac63;
	border-radius: 3px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	padding: 13px 30px;
}

.bulletin-section #sonuc{ position: absolute; top: 43px; left: 0px; background: #fff; display: block; margin: 0px; border-radius: 3px; box-shadow: 0px 1px 0px 0px #aaa; }
.bulletin-section #sonuc span{ font-size: 14px; font-weight: 400; color: #898989; margin: 0px; padding: 0px 15px; }
.bulletin-section #sonuc img{ display: none !important; }


/*News Widget*/

.news-widget .widget-content{
	position:relative;
	padding-left:30px;
	border-left:1px solid rgba(255,255,255,0.05);
}

.news-widget-block{
	position:relative;
	margin-bottom:25px;
}

.news-widget-block .widget-inner{
	position:relative;
}

.news-widget-block:before{
	position:absolute;
	content:'';
	left:-31px;
	width:1px;
	top:0px;
	bottom:0px;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#d5ac63;
}

.news-widget-block:hover::before{
	opacity:1;
}

.news-widget-block:last-child .widget-inner{
	padding-bottom:0px;
}

.news-widget-block .widget-inner h3{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	line-height:1.6em;
}

.news-widget-block .widget-inner h3 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-widget-block .widget-inner h3 a:hover{
	color:#d5ac63;
}

.news-widget .more-news{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	margin-top:30px;
	padding-left:32px;
	display:inline-block;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-widget .more-news:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:20px;
	height:2px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-widget .more-news:hover{
	color:#d5ac63;
}

/*Footer List*/

.footer-list{
	position:relative;
}

.footer-list li{
	position:relative;
	margin-bottom:12px;
}

.footer-list li a{
	position:relative;
	color:#aaaaaa;
	font-size:18px;
	font-weight:400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-list li a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.main-footer .footer-bottom{
	position:relative;
	padding:22px 0px;
	background-color:#121212;
}

.main-footer .copyright{
	position:relative;
	color:#aaaaaa;
	font-size:18px;
}

.main-footer .footer-bottom .link-column{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .link-column .go-to-top{
	position:relative;
	color:#d5ac63;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
}

.main-footer .footer-bottom .link-column .go-to-top .icon{
	padding-right:10px;	
}

.main-footer .footer-bottom .link-column .go-to-top:hover .text-outer{
	text-decoration:underline;	
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer{}

.footer ul,
.footer li,
.footer p,
.footer a {
  color: #fff;
  list-style: none;
}

.footer .upper-footer{
	padding: 67px 0px 63px 0px;
	background-color: #373a3c;
	box-shadow: inset 0 1px 1px #111, 0 1px 1px #111;
	position: relative;
	z-index: 12;
}



.footer .upper-footer .widget > h6{
	position:relative;
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height:20px;
	margin-bottom:20px;
	padding-left: 19px;
}

.footer .upper-footer .widget > h6:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 15px;
	left: 0px;
	top: 4px;
	background: url(../images/footer-title-lines.png) left top no-repeat;
}

.footer .upper-footer .widget > h6:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #2c2f32;
	box-shadow: 0 1px 0px #434648;
	left: 0px;
	top: 28px;
}


.footer .upper-footer .about-widget .contact-info {
  margin-top: -20px;
}

.footer .upper-footer .about-widget p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: justify;
  margin: 0px;
  padding: 0px;
}

.footer .upper-footer .social-widget li {
  float: left;
  display: inline-block;
  background: #333;
  border-radius: 2px;
  padding: 0px;
  margin: 4px 11px 5px 0px;
}

.footer .upper-footer .social-widget li a i{
  font-size: 16px;
  width:44px;
  height: 44px;
  text-align: center;
  padding: 14px;
  display: block;
  color: #a3a3a3;
}

.footer .upper-footer .links-widget {
  overflow: hidden;
}

.footer .upper-footer .links-widget ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 3px;
}

.footer .upper-footer .links-widget ul li a {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}

.footer .upper-footer .links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer .upper-footer .contact-widget li {
  display: block;
  clear: both;
  padding: 0px;
  margin: 24px 0px 0px 0px;
}

.footer .upper-footer .contact-widget li:last-child{ margin: 9px 0px 0px 0px; }

.footer .upper-footer .contact-widget li i{
  font-size: 16px;
  text-align: center;
  color: #a3a3a3;
  background: #333;
  width:44px;
  height: 44px;
  margin: 0px 18px 0px 0px;
  padding: 14px;
  display: inline-block;
  float: left;
  border-radius: 2px;
}

.footer .upper-footer .contact-widget li span{ display: block; font-size: 15px; line-height: 22px; margin: 0px; padding: 0px; }
.footer .upper-footer .contact-widget li em{ display: block; font-size: 28px; line-height: 28px; font-style: normal; margin: 0px; padding: 7px 0px; }
.footer .upper-footer .contact-widget li a:hover{ color:#fff; }


.footer .copyright-info {
  background-color: #303030;
  padding: 20px 0;
  z-index: 2;
}

.footer .copyright-info span {
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 0px;
  text-align: left;
  display: block;
  text-shadow: 1px 1px 0px #222;
  line-height: 21px;
}

.footer .copyright-info a {
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 0px 0px 0px 22px;
  text-align: right;
  display: block;
  text-shadow: 1px 1px 0px #222;
  line-height: 21px;
  float: right;
  background:url(../images/webmaster-logo.png) 0px 3px no-repeat; }
}
.footer .copyright-info a:hover{ color: #999; }


.back-to-top {
  background-color: rgba(90, 90, 90, 0.9);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.back-to-top:hover {
  background-color: #4a4a4a;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*** 

====================================================================
	subscribe-form
====================================================================

***/

.subscribe-form{
	position:relative;
}

.subscribe-form form{
	position:relative;
}

.subscribe-form .form-group{
    position: relative;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 18px;
    height: 50px;
	display:inline-block;
    font-size: 16px;
    background: none;
	font-weight:400;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type="email"]:focus{
	
}

.subscribe-form .form-group .subscribe-btn {
	position: absolute;
	width:170px;
	height:50px;
	top: 0px;
	right: 0px;
	float:right;
	color:#d5ac63;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	display:inline-block;
	border-left:1px solid rgba(255,255,255,0.10);
	background:rgba(255,255,255,0.02);
}

/*Gallery Widget*/

.footer-style-two .gallery-widget .images-outer{
	position:relative;
	margin:0px -5px;
}

.footer-style-two .gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 5px;
	margin-bottom:10px;
}

.footer-style-two .gallery-widget .image:nth-child(3),
.footer-style-two .gallery-widget .image:nth-child(6){
	margin-right:0px;
}

.footer-style-two .gallery-widget .image a{
	position:relative;
	display:block;
}

.footer-style-two .gallery-widget .image a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	display:block;
	z-index:1;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background:rgba(213,172,99,0.90);
}

.footer-style-two .gallery-widget .image:hover a:before{
	opacity:1;
}

.footer-style-two .gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .branch-widget .widget-content{
	position:relative;
}

.footer-style-two .branch-widget .widget-content h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
}

.footer-style-two .branch-widget .widget-content .branch-list{
	position:relative;
}

.footer-style-two .branch-widget .widget-content .branch-list li{
	position:relative;
	margin-bottom:8px;
	color:#848484;
	font-size:16px;
}

.footer-style-two .branch-widget .widget-content .branch-list li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	text-decoration:underline;
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:22px 0px;
	background-color:#121212;
}

.footer-style-two .copyright{
	position:relative;
	color:#848484;
	font-size:18px;
}

.footer-style-two .footer-bottom .link-column{
	position:relative;
	text-align:right;
}

.footer-style-two .footer-bottom .link-column .go-to-top{
	position:relative;
	color:#d5ac63;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
}

.footer-style-two .footer-bottom .link-column .go-to-top .icon{
	padding-right:10px;	
}

.footer-style-two .footer-bottom .link-column .go-to-top:hover .text-outer{
	text-decoration:underline;	
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
}

.services-section-two .inner-container{
	position:relative;
	margin-top:-100px;
}

.services-section-two .inner-container > .row{
	position:relative;
	margin:0px -5px;
}

.services-section-two .column{
	position:relative;
	padding:0px 5px;
}

.services-section-two .blocks-column{
	position:relative;
	margin-bottom:10px;
}

.services-section-two .blocks-column .columns-inner{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
}

.services-section-two .column .services-block-three{
	position:relative;
	overflow:hidden;
	padding:40px 0px 30px;
}

.services-block-three .inner-box{
	position:relative;
	text-align:center;
	padding:40px 25px 0px;
	border-right:1px solid #f2f2f2;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three:last-child .inner-box{
	border-right:0px;
}

.services-block-three:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	opacity:0;
	background-color:#d5ac63;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three:hover::after{
	opacity:1;
}

.services-block-three .inner-box .icon-box{
	position:relative;
	color:#d5ac63;
	font-size:46px;
	margin-bottom:96px;
}

.services-block-three .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:50%;
	top:-25px;
	width:80px;
	height:80px;
	margin-left:-40px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border:1px solid #f2f2f2;
	background-color:#ffffff;
}
.services-block-three .inner-box .icon-box img{
	position: absolute;
	z-index: 9999;
	margin-left: -24px;
	top: -14px;
}

.services-block-three .inner-box .icon-box:after{
	position: absolute;
    content: '';
    left: 50%;
    top: -95px;
    width: 1px;
    height: 55px;
	margin-left:-1px;
    background-color: #f2f2f2;
}

.services-block-three .inner-box .icon-box .icon{
	position:relative;
	z-index:1;
}

.services-block-three .inner-box h2{
	position:relative;
	color:#252525;
	font-size:21px;
	font-weight:500;
	margin-bottom:15px;
}

.services-block-three .inner-box h2 a{
	position:relative;
	color:#252525;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box h2 a:hover{
	position:relative;
	color:#d5ac63;
}

.services-block-three .inner-box .text{
	position:relative;
	color:#848484;
	font-size:17px;
	line-height:28px;
	min-height:57px;
}

.services-block-four{
	position:relative;
}

.services-block-four .inner-box{
	position:relative;
	text-align:center;
	padding:40px 30px;
	background:#1e1e1e url(../images/background/pattern-3.png) repeat;
}

.services-block-four .inner-box .icon-box{
	position:relative;
	color:#d5ac63;
	font-size:56px;
	line-height:1em;
	margin-bottom:17px;
}

.services-block-four .inner-box h6{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	line-height:1.5em;
	margin-bottom:25px;
}

.services-block-four a{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	background:#d5ac63;
	display:inline-block;
	padding:11px 23px;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #d5ac63;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-four a .icon{
	position:relative;
	top:2px;
	font-size:18px;
	margin-right:4px;
	margin-left:5px;
}

.services-block-four a:hover{
	color:#d5ac63;
	border-color:#d5ac63;
	background:none;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 90px 0px 0px 0px;
	box-shadow: 0 1px 1px #999;
	z-index: 10 !important;
}

.about-section .content-column{
	position:relative;
	margin-bottom:0px;
}

.about-section .content-column .inner-column{
	position:relative;
}

.about-section .content-column h1{
	position:relative;
	color:#252525;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin-bottom:20px;
	padding-left: 18px;
}

.about-section .content-column h1:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 0px;
	top: 4px;
	background: url(../images/title-lines.png) left top no-repeat;
}

.about-section .content-column .text{
	position:relative;
}

.about-section .content-column .text p{
	position:relative;
	color:#848484;
	font-size:17px;
	line-height:23px;
	margin-bottom:18px;
	text-align: justify;
}

.about-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.about-section .image{
	position:relative;
}

.about-section .image img{
	position:relative;
	margin-top: 5px;
	width:435px;
	display:block;
	float: right;
}

.about-section .image .more-about{
	position:absolute;
	left:25px;
	bottom:-25px;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	padding:11px 29px;
	display:inline-block;
	text-transform:uppercase;
	background-color:#d5ac63;
}

.about-section .image .more-about:hover{
	background:#121212;	
}



/*** 

====================================================================
	Category Section
====================================================================

***/

.category-section{
	position:relative;
	padding: 60px 0px;
	background: url(../images/background/pattern-4.png) center top repeat;
	box-shadow: 0 1px 1px #333;
	z-index: 9 !important;
}

.category-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.category-section h6{
	position:relative;
	color:#252525;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin-bottom:35px;
	padding-left: 18px;
}

.category-section h6:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 0px;
	top: 4px;
	background: url(../images/title-lines.png) left top no-repeat;
}

.category-section a{ margin: 0px; padding: 0px; background: #fff; display: block; -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); }
.category-section img{ width: 100%; margin: 0px; padding: 0px; display: block; }
.category-section h3{ font-size: 18px; color: #555; line-height: 20px; font-weight: 500; margin: 0px; padding: 15px 20px 13px 20px; border-bottom: 1px solid #f2f2f2; display: block; }
.category-section p{ font-size: 16px; color: #888; line-height: 22px; text-align: justify; margin: 0px; padding: 15px 20px 20px 20px; display: block; }

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding: 100px 0px;
	background: url(../images/background/counter-bg.jpg) center top no-repeat;
	box-shadow: 0 1px 1px #333;
	z-index: 8 !important;
}

.counter-column .inner{
	position:relative;
	padding-left:85px;
}

.counter-column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
}


.counter-column .count-box span{
	position:relative;
	font-weight:500;
	font-size:46px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	color:#fff;
}

.counter-column em{
	position:relative;
	display: block;
	font-size:18px;
	line-height: 19px;
	font-weight:400;
	color:#fff;
	font-style: normal;
	margin-top:8px;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	padding:350px 0px 150px;
	background-color:#4a4a4a;
}

.error-section .inner-section{
	position:relative;
	text-align:center;
}

.error-section .inner-section h1{
	position:relative;
	color:#252525;
	font-size:200px;
	line-height:1em;
	font-weight:500;
}

.error-section .inner-section h2{
	position:relative;
	font-size:20px;
	color:#252525;
	font-weight:500;
	text-transform:uppercase;
}

.error-section .inner-section .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	margin-top:12px;
	margin-bottom:40px;
}

.error-section .go-back{
	position:relative;
	color:#252525;
	font-size:16px;
	font-weight:500;
	text-align:center;
	margin-top:18px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-section .go-back:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:210px 0px 20px;
	background:url(../images/background/breadcrumb-pattern.png) center top repeat;
	box-shadow: inset 0 1px 1px #aaa, 0 1px 1px #aaa ;
	z-index: 11 !important;
}

.page-title h1 {
  font-size: 30px;
  font-weight: 500;
  color: #755b37;
  text-shadow: 1px 1px 0px #fff;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: right;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 3px 0px;
  margin: 0px;
  float: right;
}

.page-title .breadcrumb li {
  font-size: 14px;
  color: #111;
  margin-left: 3px;
}

.page-title .breadcrumb li a {
  color: #858585;
}

.page-title .breadcrumb li a:hover {
  color: #663a2a;
}

.page-title .breadcrumb > li + li:before {
  content: "/";
  color: #858585;
  margin-right: 5px;
}

/*** 

====================================================================
	Company Section
====================================================================

***/

.company-section{
	position:relative;
	padding:80px 0px 60px;
	background: url(../images/background/world-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #333;
    z-index: 9 !important;
}

.company-section .content-column{
	position:relative;
}

.company-section .content-column .inner-column{
	position:relative;
	padding-right: 30px;
}

.company-section .content-column .inner-column h2{
	position:relative;
	color:#252525;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin-bottom:20px;
	padding-left: 18px;
}

.company-section .content-column .inner-column h2:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 0px;
	top: 4px;
	background: url(../images/title-lines.png) left top no-repeat;
}

.company-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}

.company-section .content-column .inner-column .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.4em;
	margin-bottom:20px;
	text-align: justify;
}

.company-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.company-section .content-column .author{
	position:relative;
	color:#252525;
	font-size:18px;
	font-weight:500;
	margin-top:30px;
	padding-left:30px;
}

.company-section .content-column .author span{
	color:#d5ac63;
	font-weight:500;
}

.company-section .content-column .author:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:20px;
	height:2px;
	background-color:#d5ac63;
}

.company-section .founder-column{
	position:relative;
}

.company-section .founder-column .offer-pic {
  padding: 25px 0 0 0;
  position: relative;
  margin: 20px 0px;
}

.company-section .founder-column .offer-pic:after {
  content: "";
  width: 500px;
  height: 425px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  position: absolute;
  left: 27px;
  top: 0px;
}

.company-section .founder-column .offer-pic img {
  position: relative;
  z-index: 2;
  border:1px solid #cfcfcf;
  border-radius: 12px;
  width: 100%;
}


/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	text-align:center;
	padding:80px 0px 40px;
	background: url(../images/background/counter-bg.jpg) center top no-repeat;
	box-shadow: 0 1px 1px #333;
    z-index: 8 !important;
}

.video-section h2{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:30px;
	line-height:1.4em;
	padding-bottom:15px;
}

.services-block-five{
	position:relative;
	margin-bottom:30px;
}

.video-section .services-block-five{
	position:relative;
	margin-bottom:50px;
}

.services-block-five .inner-box{
	position:relative;
	text-align:center;
}

.services-block-five .inner-box .icon-box{
	position:relative;
	font-size:60px;
	line-height:1em;
	color:#d5ac63;
	margin-bottom:15px;
}

.services-block-five .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:19px;
	font-weight:500;
}

.services-block-five .inner-box h3 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-five .inner-box h3 a:hover{
	color:#d5ac63;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:80px 0px 50px;
	background: url(../images/background/pattern-4.png) center top repeat;
    box-shadow: 0 1px 1px #999;
    z-index: 7 !important;
}

.team-section h3{
	position:relative;
	color:#252525;
	text-align: center;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin-bottom:75px;
}

.team-section h3:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 50%;
	top: 41px;
	text-align: center;
	background: url(../images/title-lines-center.png) center top no-repeat;
}


.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	padding:25px 28px;
}

.team-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0%;
	top:-100%;
	width:50%;
	height:100%;
	display:block;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	background-color:rgba(0,0,0,0.80);
}

.team-block .inner-box .image .overlay-box:after{
	position:absolute;
	content:'';
	right:0%;
	top:100%;
	width:50%;
	height:100%;
	display:block;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	background-color:rgba(0,0,0,0.80);
}

.team-block .inner-box:hover .image .overlay-box:before,
.team-block .inner-box:hover .image .overlay-box:after{
	opacity:1;
	top:0;
}

.team-block .inner-box .image .overlay-box .content{
	position:relative;
	z-index:2;
}

.team-block .inner-box .image .overlay-box .content .name{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#252525;
	margin-bottom:8px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box:hover .image .overlay-box .content .name{
	color:#ffffff;
}

.team-block .inner-box .image .overlay-box .content .designation{
	position:relative;
	color:#d5ac63;
	font-size:18px;
	font-weight:500;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .text{
	position:relative;
	padding:25px 25px;
	background-color:#ffffff;
	color:#848484;
	font-size:18px;
	line-height:24px;
	margin-bottom:5px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}


/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:50px 0px;
	z-index: 5 !important;
}

.clients-section .owl-controls .owl-nav .owl-prev,
.clients-section .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 23px;
  color: #d5ac63;
  border:1px solid #ddd;
  padding: 17px 24px;
  position: absolute;
  top: 38%;
}

.clients-section .owl-controls .owl-nav .owl-prev:hover,
.clients-section .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #6d4a1d;
}

.clients-section .owl-controls .owl-nav .owl-prev {
  left: -106px;
}

.clients-section .owl-controls .owl-nav .owl-next {
  right: -106px;
}


/*Styled Pagination*/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 0px 0px;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
	color:#848484;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:50px;
	height:50px;
	font-size:18px;
	min-width:50px;
	color:#020e28;
	font-weight:500;
	text-align:center;
	background:#ffffff;
	border:1px solid #f2f2f2;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#d5ac63;
	background-color:#d5ac63;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	overflow:hidden;
	padding:90px 0px 40px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .with-border{
	padding-left:30px;
}

.sidebar-page-container .sidebar-side .with-border:before{
	position:absolute;
	content:'';
	left:15px;
	top:-200px;
	width:1px;
	height:5000px;
	background-color:#f0f0f0;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 60px;
}

/*Sidebar Title*/

.sidebar h6, .contact-sidebar h6{
  margin:13px 0px 20px 0px;
  background:#e9e9e9;
  height:3px;
  letter-spacing:0px;
  color:#40332e;
}
.sidebar h6 span, .contact-sidebar h6 span{
  background:#fff;
  padding-right:12px;
  position:relative;
  top:-13px;
  font-size:22px;
  font-weight:500;
}

/*Blog Category Two*/

.sidebar ul {
  list-style-type: none;
}
.sidebar ul li{
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  position: relative;
  margin: 0px;
  border-top: 1px dotted #ccc;
  padding: 0px 0px 0px 15px;
}
.sidebar ul li a{
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
  margin: 0px;
  color: #40332e;
  display: block;
}

.sidebar ul li:last-child{ border-bottom: 1px dotted #ccc; }
.sidebar ul li:before{
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 21px;
  color: #d9d9d9;
  font-family: "FontAwesome";
}
.sidebar ul li:hover a{
  color: #40332e;
}

.sidebar p{ font-size: 16px; line-height: 22px; text-align: justify; }
.sidebar p:last-child{ margin-bottom: 0px; }


.sidebar .contact{ background:url(../images/caller-img.png) right bottom no-repeat; border-bottom:1px solid #e9e9e9; min-height:70px; margin-top: 40px !important; }
.sidebar .contact span{ font-size:28px; line-height: 35px; color:#888; display:block; margin:0px; padding: 0px; }
.sidebar .contact span a{ color:#888; }
.sidebar .contact em{ font-size:15px; color:#40332e; font-style:normal; display:block; }


.sidebar .sidebar-gallery{ width: 100%; }
.sidebar .sidebar-gallery img{ border-radius: 2px; }
.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-prev,
.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-next {
  background: #fff;
  font-size: 34px;
  border-radius: 0px;
  color: #888;
  margin: 0px;
  line-height: 30px;
  position: absolute;
  top: 38%;
}

.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-prev:hover,
.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-next:hover {
  color: #666;
}

.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-prev {
  left: 1px;
  padding: 0px 10px 0px 8px !important;
}

.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-next {
  right: 1px;
  padding: 0px 8px 0px 10px !important;
}



.sidebar .social ul li {
  display: inline-block;
  list-style: none;
  margin-top:7px;
  padding: 0px;
  border:none;
}
.sidebar .social ul li:before{ content: ""; }
.sidebar .social ul li a {
  color: #fff;
  font-size: 15px;
  padding:12px 19px;
  margin:0px 6px 0px 0px;
  line-height:100%;
  background:#aaa;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.sidebar .social ul li a i{ width: 21px; text-align: center; }
.sidebar .social ul li:last-child a{ margin-right:0px; }


.contact-sidebar .clearfix{ margin-bottom: 30px; }
.contact-sidebar i{ min-width: 45px; text-align: center; display: inline-block; float: left; font-size: 30px; color: #aaa; margin: 0px; padding: 0px 15px 0px 0px; }
.contact-sidebar p{ display: inline; font-size: 16px; color: #6a6a6a; line-height: 22px; text-align: justify; }
.contact-sidebar em{ font-size:30px; color: #6a6a6a; line-height: 28px; font-style: normal; }
.contact-sidebar em a{ color: #6a6a6a; margin: 0px; padding: 0px; line-height: 0;  }
.contact-sidebar p a{ font-size: 21px; color: #6a6a6a; margin: 0px; padding: 0px; line-height: 30px; }
.contact-sidebar #map { height: 250px; border-radius: 3px; border:1px solid #d9d9d9; }
.contact-sidebar #map iframe{ width: 100%; height: 260px; }


/*News Block Three*/

.news-block{
	position:relative;
	margin-bottom:35px;
	padding-bottom: 35px;
	border-bottom:1px solid #f2f2f2;
}

.news-block .inner-box{
	position:relative;
	padding-bottom:25px;
	
}

.news-block .inner-box .image{
	position:relative;
	background-color:#fff;
}

.news-block .inner-box .image img{
	background:#dcdcdc;
	border-radius: 6px;
	border-bottom: 1px solid #999;
	width: 100%;
}

.news-block .inner-box:hover .image img{
	opacity:0.8;
}

.news-block .inner-box .content h2{
	position:relative;
	color:#d5ac63;
	padding: 10px 0px 5px 0px;
	font-size:20px;
	font-weight:500;
}

.news-block .inner-box .content h2 a{
	position:relative;
	color:#755b37;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.news-block .inner-box .content h2 a:hover{
	color:#755b37;
}

.news-block .inner-box .content .post-info{
	position:relative;
	color:#aaa;
	font-size:16px;
	margin: 0px 0px 10px 0px;
}

.news-block .inner-box .content .post-info ul{ margin-bottom: 10px; }

.news-block .inner-box .content .post-info li {
margin-right:15px;
display:inline-block;
color:#aaa;	
}

.news-block .inner-box .content .post-info li a, .news-block .inner-box .content .post-info li a:visited {
	color:#aaa;
	text-decoration:none;	
}

.news-block .inner-box .content .post-info li a:hover {
	color:#34495e;
	text-decoration:none;	
}

.news-block .inner-box .content .post-info li span {
	font-size:13px;
	margin-right:5px;
	color:#c8c7c7;
	position:relative;
	top:1px;
}

.news-block .inner-box .content p{ font-size: 15px; margin: 0px; padding: 0px; line-height: 22px; }

.news-block .inner-box .content a.link{
	float: right;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
    background: #755b37;
    color: #fff;
    border-radius: 3px;
}



/*Blog Single*/

.blog-single{
	position:relative;
	margin-bottom:70px;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
	background-color:#fff;
}

.blog-single .inner-box .image img{
	background:#dcdcdc;
	border-radius: 6px;
	border-bottom: 1px solid #999;
	width: 100%;
}


.blog-single .inner-box .content h2 a:hover{
	color:#d5ac63;
}

.blog-single .inner-box .content .post-info{
	position:relative;
	color:#848484;
	font-size:16px;
	margin: 15px 0px;
}

.blog-single .inner-box .content .post-info ul{ margin-bottom: 10px; }

.blog-single .inner-box .content .post-info li {
margin-right:15px;
display:inline-block;
color:#aaa;	
}

.blog-single .inner-box .content .post-info li a, .blog-single .inner-box .content .post-info li a:visited {
	color:#aaa;
	text-decoration:none;	
}

.blog-single .inner-box .content .post-info li a:hover {
	color:#34495e;
	text-decoration:none;	
}

.blog-single .inner-box .content .post-info li span {
	font-size:13px;
	margin-right:5px;
	color:#c8c7c7;
	position:relative;
	top:1px;
}


.blog-single .inner-box .content .text{
	position:relative;
}

.blog-single .inner-box .content .text p{
	position:relative;
	color:#848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
	margin-bottom:20px;
}


.blog-gallery h2{
	position:relative;
	color:#252525;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin-bottom:20px;
	padding-left: 18px;
}

.blog-gallery h2:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 0px;
	top: 4px;
	background: url(../images/title-lines.png) left top no-repeat;
}


.blog-gallery .gallery-item{
	position:relative;
	margin-bottom:40px;
}

.blog-gallery .gallery-item .inner-box{
	position:relative;
}

.blog-gallery .gallery-item .inner-box .image{
	position:relative;
}

.blog-gallery .gallery-item .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-gallery .gallery-item .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	padding:50px 30px;
	background-color:rgba(0,0,0,0.80);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-gallery .gallery-item .inner-box:hover .image .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.blog-gallery .gallery-item .inner-box .image .overlay-box .content h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:5px;
}

.blog-gallery .gallery-item .inner-box .image .overlay-box .content {
	position:absolute;
	left:50%;
	top:50%;
	color:#ffffff;
	font-size:40px;
	margin-left:-15px;
	margin-top:-15px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-gallery .gallery-item .inner-box .image .overlay-box .content .search-btn:hover{
	color:#d5ac63;
}

/*Form content*/

.form-content{}
.form-content form{ margin-bottom: 30px; }
.form-content h6{ margin:13px 0px 20px 0px; background:#e9e9e9; height:3px; letter-spacing:0px; color:#40332e; }
.form-content h6 span{ background:#fff; padding-right:12px; position:relative; top:-13px; font-size:22px; font-weight:500; }

.form-content label{ display: block; font-size: 15px; line-height: 26px; color: #40332e; font-weight: 500; margin: 0px; padding: 0px; }
.form-content input, textarea{ width: 100%; font-weight:500; font-size:15px; border:1px solid #d9d9d9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom:21px; padding:10px 0; text-indent: 10px; background:#fafafa; color:#aaa; outline: 0; }
.form-content input[type="submit"]{ width: auto; border:none; text-indent: 0px; display:inline-block; float: left; color:#fff; cursor:pointer; margin:0px; font-size:16px; padding:9px 20px; background:#373a3c; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.form-content #sonuc{ float: left; display: inline-block; margin: 9px 0px 9px 16px; }
.form-content #sonuc span{ font-size: 15px; color: #373a3c; margin: 0px; padding: 0px; }

/*Project Block Two*/

.project-block-two{
	position:relative;
	margin-bottom:40px;
}

.project-block-two .image{
	position:relative;
}

.project-block-two .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block-two .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	padding:50px 30px;
	background-color:rgba(0,0,0,0.80);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-block-two .image:hover .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.project-block-two .image .overlay-box .content h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:5px;
}

.project-block-two .image .overlay-box .content {
	position:absolute;
	left:50%;
	top:50%;
	color:#ffffff;
	font-size:40px;
	margin-left:-15px;
	margin-top:-15px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block-two.image .overlay-box .content .search-btn:hover{
	color:#d5ac63;
}

.project-block-two .image .overlay-box .content h2 a{
	position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block-two .image .overlay-box .content h2 a:hover{
	color:#d5ac63;
}

.project-block-two .image .overlay-box .content .category{
	position:relative;
	color:#d5ac63;
	font-size:18px;
	font-weight:500;
}

.project-block-two .image .overlay-box .content .link-box{
	position:absolute;
	bottom:40px;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	padding-left:30px;
	text-transform:uppercase;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block-two .image .overlay-box .content .link-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:20px;
	height:2px;
	background-color:#d5ac63;
}

.project-block-two .image .overlay-box .content .link-box:hover{
	color:#d5ac63;
}

/*** 

====================================================================
	Gallery Modern Section
====================================================================

***/

.gallery-single-section{
	position:relative;
	padding:90px 0px 50px 0px;
	z-index: 10 !important;
	box-shadow: 0 1px 1px #999;
}

.gallery-single-section .inner-container{
	position:relative;
}

.gallery-single-section .inner-container .carousel-column{
	position:relative;
}

.gallery-single-section .carousel-column{
	position:relative;
	margin-bottom:30px;
}

.gallery-single-section .carousel-column .inner-column{
	position:relative;
}

.gallery-single-section .carousel-column .image{
	position:relative;
}

.gallery-single-section .carousel-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-single-section .carousel-column .owl-dots{
	display:none;
}

.gallery-single-section .carousel-column .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-20px;
}

.gallery-single-section .carousel-column .owl-nav .owl-prev{
	position: absolute;
	left:30px;
	color:#ffffff;
	font-size:34px;
	display:inline-block;
	-ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-single-section .carousel-column .owl-nav .owl-next{
	position:absolute;
	right:30px;
	top:0px;
	color:#ffffff;
	font-size:34px;
	display:inline-block;
	-ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-single-section .carousel-column .owl-nav .owl-prev:hover,
.gallery-single-section .carousel-column .owl-nav .owl-next:hover{
	color:#d5ac63;
}

.gallery-single-section .inner-container .upper-box .info-column .inner-column{
	position:relative;
	padding:28px 35px;
	background-color:#eee;
}

.gallery-single-section .inner-container .upper-box .info-column ul{
	position:relative;
}

.gallery-single-section .inner-container .upper-box .info-column ul li{
	position:relative;
	color:#755b37;
	font-size:18px;
	font-weight:400;
	padding:11px 0px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.gallery-single-section .inner-container .upper-box .info-column ul li:last-child{
	border-bottom:0px;
}

.gallery-single-section .inner-container .upper-box .info-column ul li span{
	position:relative;
	color:#755b37;
	font-size:16px;
	font-weight:500;
	width:110px;
	margin-right:10px;
	display:inline-block;
}

.gallery-single-section .inner-container .upper-box .info-column ul li span.fa{
	display:inline-block;
	width:auto;
	color:#d5ac63;
	font-size:14px;
	margin-right:4px;
	font-family: 'FontAwesome';
}

.gallery-single-section .inner-container .upper-box .info-column ul li span.fa:after{
	display:none;
}

.gallery-single-section .inner-container .content-box{  }

.gallery-single-section .inner-container .content-box h2{
	position:relative;
	color:#252525;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin: 20px 0px 10px 0px;
	padding-left: 18px;
}

.gallery-single-section .inner-container .content-box h2:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 0px;
	top: 4px;
	background: url(../images/title-lines.png) left top no-repeat;
}

.gallery-single-section .inner-container .content-box .text{
}

.gallery-single-section .inner-container .content-box .text p{
	position:relative;
	color:#848484;
	font-size:17px;
	line-height: 22px;
	margin-bottom:20px;
}

.gallery-single-section .inner-container .content-box .text p:last-child{
	margin-bottom:0px;
}

/*Services Page Section*/

.services-page-section{
	position:relative;
	padding:90px 0px 50px;
	box-shadow: 0 1px 1px #999;
    z-index: 7 !important;
}


/*References Page Section*/

.references-page-section{
	position:relative;
	padding:90px 0px 50px;
	box-shadow: 0 1px 1px #999;
    z-index: 7 !important;
}

/*Services Single Section*/

.services-single-section{
	position:relative;
	padding:90px 0px 60px;
	background: url(../images/background/world-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #111;
	z-index: 10 !important;
}

/*introduction Section*/

.introduction-section{
	position:relative;
	padding-bottom:30px;
}

.introduction-section img{ border-radius: 3px; }

.introduction-section .owl-prev,
.introduction-section .owl-next {
  background: #fff;
  font-size: 40px;
  border-radius: 0px;
  color: #888;
  margin: 0px;
  line-height: 45px;
  position: absolute;
  top: 40%;
}

.introduction-section .owl-prev:hover,
.introduction-section .owl-next:hover {
  color: #666;
}

.introduction-section .owl-prev {
  left: 1px;
  padding: 8px 18px !important;
}

.introduction-section .owl-next {
  right: 1px;
  padding: 8px 18px !important;
}


.introduction-section .intro-content-column{
	position:relative;
}

.introduction-section .intro-content-column .inner-column{
	position:relative;
}

.introduction-section .intro-content-column .text{
	position:relative;
}

.introduction-section .intro-content-column .text p{
	position:relative;
	color:#848484;
	font-size:17px;
	font-weight:400;
	line-height:24px;
	margin-bottom:20px;
}

.introduction-section .intro-content-column .text p:last-child{
	margin-bottom:0px;
}

/*Special Section*/

.special-section{
	position:relative;
	padding-bottom:20px;
	z-index: 10 !important;
	box-shadow: 0 1px 1px #333;
}

.special-section .title-box{
	position:relative;
	padding:80px 0px 60px;
	background: #333 url(../images/background/pattern-3.png) center center repeat;
}

.special-section .title-box h6{
	position:relative;
	color:#fff;
	font-size:25px;
	font-weight:500;
	line-height:25px;
	margin-bottom:20px;
	padding-left: 18px;
}

.special-section .title-box h6:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 19px;
	left: 0px;
	top: 4px;
	background: url(../images/title-lines.png) left top no-repeat;
}

.special-section .lower-content{
	position:relative;
	margin-top:-54px;
}

.special-section  .category-tabs{
	position:relative;
	margin-bottom:60px;
}

.special-section .category-tabs .tab-btns{
	position:relative;
}

.special-section  .category-tabs .tab-btns .tab-btn h2{
	position:relative;
	display:block;
	float:left;
	margin-right:3px;
	font-size:18px;
	background:rgba(0,0,0,0.7);
	color:#aaaaaa;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	padding:15px 35px 15px;
	transition:all 500ms ease;
}


.special-section  .category-tabs .tab-btns .tab-btn h2:hover,
.special-section  .category-tabs .tab-btns .tab-btn.active-btn h2{
	color:#d5ac63;
	background:#ffffff;
}

.special-section  .category-tabs .tabs-content{
	position:relative;
	padding:50px 0px 0px;
}

.special-section  .category-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.special-section  .category-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.special-section .content-column p{
	position:relative;
	font-size:17px;
	font-weight:400;
	line-height:24px;
	color:#848484;
	margin-bottom:20px;
	text-align: justify;
}

.special-section .content-column img{
	width:100%;
	float: left;
	max-width: 300px;
	margin: 0px 20px 10px 0px;
}

.special-section .lower-content .form-column{
	position:relative;
}

.special-section .lower-content .form-column h6{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	text-align:center;
	padding:13px 0px;
	background-color:#d5ac63;
}

.special-section .lower-content .form-column .form-box{
	position:relative;
	padding:50px 30px 20px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}

/*Appointment Form*/

.appointment-form{
	position:relative;
}

.appointment-form .row{
	position:relative;
	margin:0px -10px;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 10px;
}

.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="password"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
    padding: 22px 20px;
    height: 46px;
	font-size:16px;
	border:1px solid #f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.appointment-form .form-group input::-webkit-input-placeholder{
	color:#cecece;
}

.appointment-form .form-group input.date-time-picker{
	padding-left:40px;
}

.appointment-form .form-group .icon{
	position:absolute;
	left:25px;
	top:12px;
	color:#cecece;
	z-index:1;
}

.appointment-form .form-group input[type="text"]:focus,
.appointment-form .form-group input[type="password"]:focus,
.appointment-form .form-group input[type="tel"]:focus,
.appointment-form .form-group input[type="email"]:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus{
	border-color:#d5ac63;
}

.appointment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:32px;
	padding:10px 20px;
	height:110px;
	font-size:16px;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.appointment-form button{
	width:100%;
	position:relative;
	line-height:24px;
	color:#252525;
	font-size:16px;
	font-weight:500;
	background:#f7f7f7;
	display:inline-block;
	padding:11px 52px;
	text-transform:uppercase;
	border:2px solid #f7f7f7;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.appointment-form button:hover{
	color:#ffffff;
	background:#d5ac63;
	border-color:#d5ac63;
}


.appointment-form .text{
	position:relative;
	color:#848484;
	font-size:14px;
	line-height:1.7em;
	margin-top:15px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	line-height:25px;
	color:#797979;
	float:left;
	border-radius:0px;
	padding:14px 20px;
	background:#ffffff;
	border:1px solid #f2f2f2;
}

.form-group .ui-button .ui-icon{
	background: none;
    position: relative;
    top: -1px;
    text-indent: 0px;
    color: #333333;
    font-size: 20px;
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#d5ac63;
	line-height:23px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#d5ac63;
	border-color:#d5ac63;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.commercial-projects-section{
	position:relative;
	padding:80px 0px 40px;
}