/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


.carousel-item {
  height: 465px;
  min-height: 570px;
  background: no-repeat center center scroll;
  
	/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	*/
	background-color: #111111;
}



.carousel-item.product {
  height: 465px;
  min-height: 465px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	background-color: #333333;
}



.carousel-item.product .header
{
	padding-top:120px;
	font-size:17px;
	line-height: 17px;
	
}
.carousel-item.product .client
{
	font-size: 40px;
	line-height: 40px;
	margin-bottom:20px;
	
}

.carousel-item .header-btn
{
	margin-top:15px;
	margin-bottom:15px;
}
.carousel-item a
{
		font-size: 21px !important;
    color: #151515;
    font-weight: bold;
    background-color: #ffd200;
		
  	padding: 10px 30px 10px 30px;
		
		
		border-bottom: 2px solid #c29700;
    border-radius: 4px;
    user-select: none;
		transition: all 0.3s;
}

.carousel-item a:hover
{

	text-decoration: none;
	color:#fff;
	background-color: #343a40;
	border-bottom: 2px solid #000;
	
}


.carousel-item.product a.link
{
	padding-top:20px;
	font-size: 17px;
	color:#fff;
	background-color: transparent;
	padding:0px;
	border:0px;
}
.carousel-item.product a.link:hover
{
	text-decoration: underline;
}


.portfolio-item {
  margin-bottom: 30px;
}



.carousel-text .btn
{
	margin-top:10px;
	
}
.carousel-text 
{
	margin-left:50px;
}

.carousel-text .category
{
	font-size:17px;
	color: #fff;
	padding-top:240px;
}
.carousel-text .header
{
	
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
/*	line-height:60px; khawar */

}


.product .carousel-text
{
	padding-top:80px;
	font-size:17px;
	font-weight:bold;
	
/*	line-height:60px; khawar */

}

.carousel-text p
{
	margin-top:0px;
	font-size:13px;
	color:#fff;
	
}
/*
.carousel-text a
{
	font-size:17px;
	color:#000;
	font-weight: bold;
	background-color: #ffd200;
	/*padding:8px 40px 8px 40px;
	border-bottom: 2px solid #c29700;
	
	border-radius: 6px;
	
	
}*/



