*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #6c7279; 
	position: relative;
	background: #eee;
}
img{object-fit: cover;}
/*p{line-height: 2; color: #111;}*/
.heading{
 color: #e39b0b;
 font-weight: 700;
 text-transform: uppercase;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #e39b0b;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:hover {
  color: #eee;
}

.navbar-brand{width:10%;}
.navbar-expand-lg .navbar-nav > li > a{
	font-size: 14px;
	font-weight: 700;
	margin-left: 30px;
	text-transform: uppercase;
	color: #ddd;
	display: inline-block;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: red;
}
.navbar-expand-lg .navbar-nav > li > a:hover{
	color: #fff;
}
.back{	
	background:rgb(44, 44, 44);
	height: 90px;
}

#home{overflow: hidden;}
.home{position: relative;}
.banner{
  	height: 100vh;
    background: url(../img/banner.png) ;  
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-attachment: fixed;
	background-size: cover; 
	text-align: left;
	background-position-x: 50%;
    background-position-y: 0%;
    -webkit-animation: zoomin 10s infinite;
	animation: zoomin 10s infinite;
	animation-fill-mode: forwards;
}
@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
		transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
		transform: scale(1.2);
    }

}
.banner-text{
  position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);
  text-align: center; 
  z-index: 999;
}
.banner-text h1{
	font-size: 44px;
	font-weight: 700;
	color: #fff;
}
.banner-text h1> span{
	color: #e39b0b;
}
.banner-text h2{
	font-size: 42px;
	font-weight: 700;
	text-shadow: 2px 2px #000;
}
.btn{background:#e39b0b;color:#fff;text-shadow: 1px 1px #333;}
.about_left{
	border-right: 5px solid #e2a750;
}
#features{
	background-image: url(../img/features.png);
	background-color: rgba(0,0,0,0.9); 
	background-attachment: fixed;
}
#features img:hover{transform: scale(1.1);}
.card{
	cursor: pointer;
}
.card-title{font-size: 12px; text-align: left; padding: 0;margin:0; color: #000;}
.play i{
	position: absolute;
	top: 48%; right: 50%;
	transform: translate(50%,-50%);
	text-align: center; 
	z-index: 999;
	color: #ddd;
	font-size: 64px;
}
.play i:hover{
	color: #fff;
}
/*Portfolio*/
#portfolio{
	background-image: url(../img/back.png);
	height: auto;
	color: #fff;
	font-size: 28px;	    
    font-family: "Orbitron", Sans-serif;
    font-weight: 700;
    text-align: center;
}

.counter
{
    text-align: center;
}
.employees,.customer,.design,.order
{
    margin-top: 40px;
    margin-bottom: 40px;
}
.counter-count
{	
	text-decoration: underline;
    font-size: 28px;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
}/*Portfolio End*/

/*Testimonial*/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e39b0b' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e39b0b' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.test-right{
	padding: 20px 0;
	min-height: 180px;
	box-shadow: inset 0 -4px 3px gray;
	background: #eee;
	color: #000;
}
.bg{
	background: #333;
}
/*Footer*/
#footer{	
	background-image: url(../img/footer.png);
	background-size: cover;
	color: #fff;
}
#footer .in{
	min-height: 280px;
	background:rgba(0,0,0,0.9);
}
.footer{
	color: #fff;	
}
.footer h4{
	padding-top: 40px;
	color: #fff;
}
.social{
	font-size: 24px;
}
.social i{padding:4px; border: 1px solid #ccc;}
.social i:hover{color:#fff; background: #f39b0b;}
.flast{
	color: #fff;
	padding: 20px;
	text-align: center;
}

#page_banner{
	background: url(../img/features.png);
	background-size: cover;
	height: 300px;
}
.page_heading{
	color: #333;
	font-weight: 700;
}
.sidebar{border-left: 5px solid #e39b0b}
.media{border:1px solid #ccc;}
.media-heading{
	font-size: 18px;
	margin-top: 25%;
}

[id^=page]::before {
  content: '';
  display: block;
  height: 100px;
  margin-top: -75px;
  visibility: hidden;
}
.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}