@font-face{
	font-family:BacktoBlack;
	src : url('../fonts/Back-to-Black-Demo.ttf');
}
body{
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
	background: #f9f9f9;
}
.background{
	width: 100%;
	height: 100%;
    background-image: url('../img/url1.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.navbar-custom{
	background: none;
	border: none;
}
.navbar-custom .navbar-nav>li>a,
.navbar-custom .navbar-nav>li>ul>li>a{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-family: 'Open Sans';
	padding: 14px 22px;
}
.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>a:focus{
	border: 2px solid #fff;
	border-radius: 60px;
	color: #fff;
	padding: 12px 20px;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus{
	font-weight: 700;
	color: #fff;
}
.navbar-custom .navbar-brand{
	font-family: BacktoBlack;
}
.navbar-custom .navbar-toggle{
	background: #eee;
}
.short-description{
	text-align: center;
}
.short-description .large{
	color: #fff;
	font-weight: 700;
	font-size: 66px;
	text-transform: uppercase;
}
.short-description .medium{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.short-description .button{
	padding: 16px 20px;
	background:#e74c3c;
	font-weight: bold;
	width: 180px;
	margin: 0 auto;
	margin-top: 20px;
}
.short-description .button>a{
	color: #fff;
	text-decoration: none;
}
.short-description .button:hover{
	background: none;
	border: 2px solid #e74c3c;
	padding: 14px 18px;
}
.heading-title{
	font-weight:700;
	text-align: center;
	margin-top: 60px;
}
.heading-description{
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 60px;
}
.container{
	font-weight:400;
	font-size: 18px;
	text-align: justify;
	min-height: 400px;
}
.portfolio img{
	position: relative;
}
.portfolio .overlay{
	position: absolute;
	top: 0;
	background: #000;
	opacity: 0.4;
	height: 100%;
	width: 92.33333333%;
	z-index: 1;
}
.portfolio .overlay:hover{
	background: #000;
}
.portfolio .overlay-content{
	top: 21%;
	width: 92.33333333%;
	position: absolute;
	z-index: 2;
}
.portfolio .portfolio-title{
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.portfolio .portfolio-rating{
	text-align: center;
	color: #fff;
}
.portfolio .portfolio-rating span{
	color: yellow;
}
.portfolio .portfolio-detail{
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 20px;
}
.portfolio .portfolio-button{
	padding: 8px 20px;
	background:#e74c3c;
	font-weight: bold;
	width: 40%;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}
.portfolio .portfolio-button:hover{
	padding: 6px 18px;
	background: none;
	border: 2px solid #e74c3c;
}
.portfolio .portfolio-button>a{
	color: #fff;
	text-decoration: none;
}
.portfolio .portfolio-content:hover .overlay{
	background: #000;
	opacity: 0.7;
    -webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
    transition: 1s;
}
.portfolio .portfolio-content:hover .portfolio-title{
	color: #e74c3c;
}
.portfolio .portfolio-content:hover .portfolio-button{
	cursor: pointer;
}
.portfolio .portfolio-content{
	margin-bottom: 15px;
}
.testimonial{
	background: #222;
	color: #fff;
	font-weight: 300;
}
.profile-name{
	color: #f1c40f;
	font-weight: 600;
}
.detail{
	margin-bottom: 30px;
	font-weight: 300;
	display: flex;
}
.detail h2{
	margin-top: 0;
	font-weight: 400;
}
footer{
	text-align: center;
	font-family: 'Open Sans';
	font-weight: bold;
	padding: 10px 0;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
@media (min-width: 768px){
	.navbar-custom .navbar-header{
		float: none;
		text-align: center;
		margin-top: 42px;
	}
	.navbar-custom .navbar-brand{
		float: none;
		text-align: center;
		font-size:38px;
	}
	.short-description{
		margin-top: 109px;
	}

	.nav-custom{
		width: 589px;
		margin: 0 auto;
		float: none;
		margin-top: 36px;
	}

}
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fff;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
