@import url('https://fonts.googleapis.com/css?family=Raleway');

body{
	padding: 0;
	margin: 0;
	/* background:#f4f4f4; */
}
html,h1,h2,h3,h4,h5,h6,a{
	/* font-family: "Raleway"; */
}
.navbar{
	/* background:#F97300; */
	background:#4CAF50;
	color: #fff;
}
.navbar-light .navbar-brand{
	color: #f4f4f4;
	cursor: pointer;
}
.navbar-light .navbar-brand:hover {
    color: #f4f4f4;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.nav-link{
	margin-right: 1em !important;
	font-weight: 700;
}

.nav-link:hover{
	color: #fff;
}

.text-primary {
	color: #f97300!important;
}

.card-horizontal {
	display: flex;
	flex: 1 1 auto;
  }

/*header style*/
.header{
	position: relative;
	/* background-image: url('../images/headerback.jpg'); */

	background-size: cover;
	background-position: center;
}
.overlay{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(244, 244, 244, 0.79);
}
.description{
    position: absolute;
    top: 15%;
    margin: auto;
	padding: 2em;
	width: 100%;
}
.description h1{
	color:#F97300 ;
}
.description p{
	color:#666;
	font-size: 20px;
	width: 50%;
	line-height: 1.5;
}
.description button{
	border:1px  solid #F97300;
	background:#F97300;
	color:#fff;
}

.about{
	margin: 4em 0;
	padding: 1em;
	position: relative;
}
.about h1{
	margin: 1em;
}
.about img{
    
}
.about span{
	display: block;
	color: #888;
	position: absolute;
	left: 115px;
}
.about .desc{
	padding: 2em;
	border-left:4px solid #10828C;
}
.about .desc h3{
	color: #10828C;
}
.about .desc p{
	line-height:2;
	color:#888;
}

.about button{
	border:1px  solid #F97300;
	background:#F97300;
	color:#fff;
}


/*Portfolio*/
.features{
	margin: 4em 0;
	padding: 1em;
	position: relative;
}
.features h1{
	margin: 1em;	
}

.features ul{
	margin: 4em 0;
	padding: 1em;
	position: relative;
	margin-left: 0rem;
  }

.features .text-primary {
	color: #f97300!important;
}

.features img{
	 height: 15rem;
	 width: 100%;
	 margin: 1em;
}

.feature-item{
	margin-bottom: 0.5em;
}

.feature-icon{
	margin-right: 1em;
}

/*blog style*/

.blog{
	margin: 4em 0;
	position: relative;	
}
.blog h1{
	color:#F97300;
	margin: 2em;	
}
.blog .card{
	box-shadow: 0 0 20px #ccc;
}
.blog .card img{
	width: 100%;
	height: 12em;
}
@media and (max-width: 768px){
 .team .item img{
 	width: 100%;
 }	
}
.blog .card-title{
	color:#F97300;
	 
}
.blog .card-body{
	padding: 1em;
}
.team{
	margin: 4em 0;
	position: relative;

}
.team h1{
	color:#F97300;
	margin: 2em;	
}
.team .item{
	position: relative;
	overflow: hidden;	
}
.team .des{
	background: #F97300;
	color: #fff;
	text-align: center;
	border-top-right-radius: 93%;
	transition:.3s ease-in-out;
	position: absolute;
	width: 88%;
	bottom: 24px;


}
.team .item:hover .des{
	height: 100%;
	background:#f973007d;
    position: absolute;
	width: 89%;
	padding: 5em;
	top: 0;
	border-top-right-radius: 0;
}
.contact-form{
	margin: 6em 0;
	position: relative;		
}

.contact-form h1{
	padding:2em 1px;
	color: #F97300; 
}
.contact-form .right{
	max-width: 600px;
}
.contact-form .right .btn-secondary{
	background:  #F97300;
	color: #fff;
	border:0;
}
.contact-form .right .form-control::placeholder{
	color: #888;
	font-size: 16px;
}

.start{
	background:  #F2FBF8 !important;
	margin: auto;
	padding: 1em;
	position: relative;
}

.pricing {
	/* background: #F97300;
	background: linear-gradient(to right, #F97300, #33AEFF); */

	margin: 4em 0;
	padding: 1em;
	position: relative;

  }

.pricing h1{
	margin: 1em;
}

  .pricing .card {
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
	margin: 1.5rem 0;
  }
  
  .pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
  }
  
  .pricing .card-price {
	font-size: 3rem;
	margin: 0;
  }
  
  .pricing .card-price .period {
	font-size: 0.8rem;
  }
  
  .pricing ul li {
	margin-bottom: 1rem;
	font-size: 0.9rem;
  }
  
  .pricing .text-muted {
	opacity: 0.7;
  }

  .pricing .selected{
	  color: #fff;
	  background-color: #fd7e14;
	  border-color: #fd7e14;
	  box-shadow: none !important;
  }

  .pricing .btn:active{
	box-shadow: none !important;
}

.pricing .btn-group:active{
	box-shadow: none !important;
}

  
  .pricing .checkout {
	color: #fff;
	background-color: #fd7e14;
	border-color: #fd7e14;
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	opacity: 0.7;
	transition: all 0.2s;
  }

  .pricing .checkout:active:focus {
	box-shadow: none;
	color: #ffffff; 
	background-color: #fd7e14; 
	border-color: #fd7e14;
	opacity: 1;
  }
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
	.pricing .card:hover {
	  margin-top: -.25rem;
	  margin-bottom: .25rem;
	  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	}
	.pricing .card:hover .btn {
	  opacity: 1;
	}
  }
  
