*{
	margin : 0;
	padding : 0;
}
/* Style the navbar */
#Nav-bar {
  overflow: hidden;
}

}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
</*----navigation bar-----*/>
#Nav-bar
{
	position: sticky;
	top:0;
	z-index : 10;
}
.navbar-brand img {
	height : 75px;
	padding-left : 10px;
	
}
.navbar-nav li {
	padding : 0 10px;
}
.navbar-nav li a{
	float : right ;
	text-align : left ;
}
#Nav-bar ul li a:hover {
	color : blue!important;
}
.navbar {
	background : #fff;
}
.navbar-toggler {
	border : none!important;
}
.nav-link {
	color : #555!important;
	font-weight : 600;
	font-size : 16px;
}
/*------------Slider----------*/
#Slider{
	width : 100%;
}
.carousel-caption{
	top : 50%;
	transform : translateY(-50%);
	bottom : initial!important;
}
.carousel-caption h5 {
	color : red;
	font-size : 60px;
	font-family : comic-sans ms;
	font-weight : bold;
	text-decoration : underline;
	text-decoration-style : wavy;
}
/*--------About Us----------*/
#about{
	padding-top : 50px;
	padding-bottom : 50px;
	color : #555;
}
#about btn {
	margin-top : 20px;
	margin-bottom : 30px;	
}
.about-content{
	padding-top : 20px;
	font-family : comic-sans;
}
.skills-bar p{
	margin-bottom : 6px;
	font-weight : 600;
}
.progress-bar{
	border-radius : 16px;
}
.progress{
	border-radius : 16px !important;
	margin-bottom : 20px;
}
/*--------Services-------*/
#services{
	background-image : linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(image/1.jpg);
	background-size:cover;
	background-position:center;
	color : #efefef !important;
	background-attachment:fixed;
	padding-top:50px;
	padding-bottom:50px;
}
#services h1 {
	text-align:center;
	color:#efefef !important;
	padding-bottom:10px;
}
#services h1 :: after {
	content : '';
	background : #efefef;
	display : block;
	height : 3px;
	width : 170px;
	margin : 20 auto 5px;
}
.services{
	margin-top: 40px;
}
.icon{
	font-size: 40px;
	margin: 20px auto;
	padding: 20px;
	height: 80px;
	width: 80px;
	border: 1px solid #fff;
	border-radius : 50%;
}
#services p {
	font-size: 12px;
	margin-top: 15px;
	color: #ccc;
}
.services .col-md-3:hover{
	background: #007bff;
	cursor: pointer;
	transistion: 0.7s;
}
/*---------------our team-------------*/
#team{
	padding-top : 50px;
	padding-bottom : 50px;
	color : #555;
}
.container h1{
	text-align:center;
	color: #555 !important;
	padding-bottom : 10px;
}
.container h1:: after{
	content: '';
	background: #007bff;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
.profile-pic{
	margin-top : 25px;
}
.profile-pic .img-box{
	opacity : 1;
	display : block;
	position : relative;
}
.profile-pic .img-box img{
	filter : grayscale(1);
}
.profile-pic .img-box img:hover{
	filter : grayscale(0);
	cursor : pointer;
}
.profile-pic h2 {
	font-size : 22px;
	font-weight : Bold;
	margin-top : 15px;
	color : #007fbb !important;
}
.profile-pic h3 {
	font-size : 22px;
	font-weight : Bold;
	margin-top : 15px;
}
#team .fa{
	height : 25px;
	width : 25px;
	color : black !important;
	background : black;
	padding : 4px;
	border-radius : 50%;
}
.img-box ul li{
	padding: 15px 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left : 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.img-box ul li{
	padding: 5px;
	display: inline-block;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul , .img-box ul li{
	transistion:0.5s;
}
/*---------Promo------------*/
#promo{
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(image/promo.jpg);
	background-position:center;
	color: #fff;
	background-size :cover;
	background-attachment : fixed;
	text-align: center;
	padding : 50px;
	font-family : sans-serif;
	font-size :35px;
}
/*--------price plan---------*/
#price{
	padding: 40px;
	background: #efefef;
}
.single-price{
	margin: 10px auto;
	display: inline;
	float: left;
	width: 100%;
	background-color: #fff;
	transistion: 0.5s;
}
.single-price: hover{
	box-shadow: 0 2px 20px #333;
}
.price-head{
	background-color : #2196f3;
	display: inline;
	float : left;
	padding : 10px 5px;
	text-align : center;
	width : 100%;
}
.price-head h2{
	color:#fff;
	font-size: 30px;
	font-weight:bold;
	margin-bottom: 5px;
	padding:5px;
}
.price-head p{
	font-size: 25px;
	color:#ccc;
	font-weight:bold;
	line-height:30px;
}
#price span{
	font-size:15px;
}
.price-content{
	display:inline;
	float:left;
	width:100%;
	padding:0 15px;
}
.price-content ul li {
	border-bottom: 1px solid #efefef;
	padding : 5px 10px;
	list-style: none;
}
ul li : last-child{
	border:none;
}
.fa-check{
	color: Green;
	margin-right: 1opx;
	font-size: 20px;
}
.fa-times{
	color: Red;
	margin-right: 1opx;
	font-size: 20px;
}
.price-button{
	display:inline;
	float:left;
	padding: 15px 15px 30px;
	text-align:center;
	width : 100%;
}
.buy-btn{
	background-color: #2196f3;
	border-radius: 3px;
	display :inline-block;
	font-size: 20px;
	padding:15px 30px;
	transistion : 0.5s;
}
.buy-btn:: hover{
	border-color:1px solid #fff;
	background-color:#3f51b5;
}
a{
	text-decoration: none !important;
	color: #fff !important;
}
/*------------testimonial-------------*/
#testimonials{
	background-image : linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(image/testimonial.jpg);
	background-size:cover;
	background-position:center;
	color : #efefef !important;
	background-attachment:fixed;
	padding-top:50px;
	padding-bottom:50px;
}
#testimonials .row{
	margin-top:30px;
}
.col-md-4{
	margin: 40px auto;
}
.profile{
	margin: 70px 10px 10px;
	background-color:#efefef;
}
.user{
	height:100px;
	width:100px;
	border-raduis: 30%;
}
.profile img{
	margin-top: -100px;
	position:absolute;
	left: calc(50% - 50px);
	border: 5px solid black;
}
.profile h3{
	font-size:20px;
	margin-top: 15px;
	color:#007bff;
}
#testimonials span{
	font-size:14px;
	color:gray;
}
.profile blockquote{
	color: black;
	font-size:16px;
	line-height:30px;
}
blockquote::before{
	content:'\93';
	font-size:50px;
	color:#007bff;
	position:relative;
	line-height:20px;
	bottom: -15px;
	right: 5px;
}
blockquote::after{
	content:'\94';
	font-size:50px;
	color:#007bff;
	position:relative;
	line-height:20px;
	bottom: -15px;
	right: 5px;
}
/*---------------connect to us ---------------*/
#contact{
	background-image : linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(image/connect.jpg);
	background-size:cover;
	background-position:center;
	color : #efefef !important;
	background-attachment:fixed;
	padding-top:40px;
	padding-bottom:40px;
	color:white; 
}
.contact-form{
	padding:15px;
	padding-left: 30px;
}
.form-control{
	border-radius: 5px !important;
}
::placeholder{
	background-color:white;
}
.follow{
	font-size:20px;
	font width : 100%;'
	font-family:comic-sans;
	color:white;
}
.containers h1{
	text-align:center;
	color:white;
	font-family:comic-sans;
	font weight:bold;
}
/*----------------footer-----------------*/
#footer{
	background-color:white;
	color:black;
	padding:12px;
	font-weight:bold;
}
.fa-heart-o{
	margin:4px;
	color:red;
}

