﻿
/***

====================================================================
						about page
====================================================================

***/

/** page-title **/


.page-title{
  position: relative;
  background: url(../images/about/bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 86px 0px 83px 0px;
}
.page-title:before{
  position: absolute;
  content: '';
  background: #2c3038;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .5;
}
.page-title .title{
  position: relative;
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.bread-crumb,
.bread-crumb a{
  position: relative;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}


/***

====================================================================
						service page
====================================================================

***/

/** service-style-three **/

.service-style-three{
  position: relative;
  background: #fff;
  padding-bottom: 70px;
}
.service-style-three .service-bg{
  background: transparent;
  padding: 0px;
}
.service-style-three .service-bg:before{
  display: none;
}
.service-style-three .service-content{
  margin-top: 0px;
  padding-bottom: 0px;
}
.service-style-three .sec-title h2{
  color: #222;
  margin-bottom: 73px;
}
.service-style-three .service-bg .sec-title h2:before{
  background: #222;
}
.service-style-three .single-item{
  margin-bottom: 30px;
}


/** service-details **/

.service-details{
  position: relative;
  padding: 100px 0px 67px 0px;
}
.sidebar .title,
.service-details .title{
  position: relative;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 18px;
}
.service-details .title{
  margin-bottom: 15px;
}
.sidebar .list a{
  position: relative;
  display: block;
  padding: 7px 0px 18px 16px;
}
.sidebar .list a:before{
  position: absolute;
  content: "\f0da";
  font-size: 14px;
  font-family: 'FontAwesome';
  left: 2px;
  top: 6px;
}
.sidebar .list span{
  float: right;
}
.sidebar .list a.current{
  color: #caa680;
}
.service-details .service-details-content{
  position: relative;
  margin-left: 20px;
}
.service-details .service-details-content img{
  margin-bottom: 10px;
  width: 100%;
}
.service-details .service-details-content .img-list li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.service-details .service-details-content .img-list li:last-child{
  margin-right: 0px;
  margin-left: 1px;
}
.service-details .service-details-content .img-box{
  margin-bottom: 31px;
}
.service-details .service-details-content .content-style-one{
  margin-bottom: 34px;
}
.service-details .service-details-content .content-style-two{
  margin-bottom: 31px;
}
.service-details .sec-title.two h2:before{
  bottom: -14px;
}
.service-details .sec-title h2{
  margin-bottom: 37px;
}
.service-details .service-details-content p{
  margin-bottom: 26px;
}
.service-details .service-details-content .content-style-two .list li{
  position: relative;
  display: block;
  padding: 0px 0px 0px 24px;
  margin-bottom: 6px;
}
.service-details .service-details-content .content-style-two .list li:before{
  position: absolute;
  content: "\f138";
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #caa680;
  left: 2px;
  top: 0px;
}
.service-details .service-details-content .content-style-two p{
  margin-bottom: 25px;
}


/***

====================================================================
						project page
====================================================================

***/

.project-page{
  position: relative;
  padding: 95px 0px 50px 0px;
  background: #fff;
}
.three-column-project{
  position: relative;
  padding-bottom: 70px;
}
.three-column-project .single-project{
  margin-bottom: 30px;
}
.three-column-project .single-project:hover .lower-content{
  background: #f5f5f7;
  transition: all 500ms ease;
}
.four-column-project{
  position: relative;
}
.four-column-project .single-project{
  box-shadow: none;
  margin-bottom: 19px;
}
.four-column-project .single-project .lower-content{
  padding: 13px 10px 13px 0px;
}
.four-column-fulwidth{
  position: relative;
  background: #fff;
  padding-bottom: 50px;
}

/** project-details **/

.project-details{
  position: relative;
  padding: 100px 0px 0px 0px;
}
.project-details.last {
	padding-bottom: 100px;
}
.project-details img{
  width: 100%;
}
.project-details .img-box{
  position: relative;
  margin-right: 10px;
}
.project-details .project-details-content{
  position: relative;
  margin-left: 10px;
}
.project-details .sec-title h2{
  margin-bottom: 52px;
}
.project-details .project-details-content p{
  margin-bottom: 26px;
}
.project-details .project-details-content h4{
  text-transform: none;
  margin-bottom: 16px;
}
.project-details .project-details-content .content-two .list li{
  position: relative;
  display: block;
  padding: 0px 0px 0px 20px;
  margin-bottom: 6px;
}
.project-details .project-details-content .content-two .list{
  position: relative;
  margin-top: -1px;
  margin-bottom: 25px;
}
.project-details .project-details-content .content-two .list li:before{
  position: absolute;
  content: "\f101";
  font-size: 14px;
  font-family: "FontAwesome";
  left: 2px;
  top: 0px;
  color: #caa680;
}
.project-details .project-details-content .content-two .project-social .text{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-right: 15px;
}
.project-details .project-details-content .content-two .project-social .social-list{
  display: inline-block;
}
.project-details .project-details-content .content-two .project-social .social-list li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}
.project-details .project-details-content .content-two .project-social .social-list li a{
  position: relative;
  display: inline-block;
}
.related-project{
  position: relative;
  background: #fff;
  padding: 91px 0px 55px 0px;
}


/***

====================================================================
						team page
====================================================================

***/

.team-page{
  position: relative;
  padding: 100px 0px 50px 0px;
}
.team-page .single-item{
  margin-bottom: 42px;
}
.single-team{
  position: relative;
  padding: 100px 0px;
}
.single-team img{
  width: 100%;
}
.single-team .single-team-content{
  position: relative;
  margin-left: 20px;
  margin-top: 25px;
}
.single-team .single-team-content h2{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-team .single-team-content .title{
  font-style: italic;
  margin-bottom: 25px;
}
.single-team .single-team-content .team-social{
  position: relative;
  margin-top: 32px;
}
.single-team .single-team-content .team-social li{
  display: inline-block;
  margin-right: 8px;
}
.single-team .single-team-content .team-social li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.single-team .single-team-content .team-social li a:hover,
.single-team .single-team-content .team-social li a.active{
  color: #fff;
  background: #caa680;
  border: 1px solid #caa680;
}
.single-team .single-team-content p{
  margin-bottom: 26px;
}
.single-team .nav-area{
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 25px 12px 25px 12px;
  margin-top: 70px;
}
.single-team .nav-area:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
}
.single-team .nav-area .nav-right{
  position: relative;
  float: right;
  display: inline-block;
}
.single-team .nav-area .nav-left{
  position: relative;
  display: inline-block;
}
.single-team .nav-area a{
  position: relative;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 27px;
  color: #222;
  text-transform: uppercase;
}
.single-team .nav-area a i{
  margin: 0px 18px;
}
.single-team .nav-area a:hover{
  color: #caa680;
}


/***

====================================================================
						error-page
====================================================================

***/

.error-section{
  position: relative;
  padding: 109px 0px 150px 0px;
}
.error-section .error-title{
  position: relative;
  display: block;
  font-size: 200px;
  color: #caa680;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 200px;
  margin-bottom: 12px;
}
.error-section .error-content .text{
  font-size: 15px;
  margin-bottom: 42px;
}
.error-section .error-content .text a{
  color: #caa680;
  text-decoration: underline;
}
.error-section .error-content h2{
  text-transform: uppercase;
  margin-bottom: 15px;
}
