*{
    margin: 0;
    padding: 0;
}
#navbar{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar-brand img{
    height: 40px;
    padding-left: 30px;
}
.navbar-nav li{
    padding: 0 10px;
}
.navbar-nav li a{
    float: right;
    text-align: left;
}
#navbar ul li a:hover{
    color: #00ffa6 !important;
}
.navbar{
    background: #fff;
}
.navbar-toggler{
    border: none!important;
}
.nav-link{
    color: #555;
    font-weight: 600;
    font-size: 16px;
}
#slider{
    width: 100%;


}
.carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial!important;
}
.carousel-caption h5{
    color:black;
    font-size:55px;
      
}
.carousel-item{
    alignment: center;
}
#about{
 padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn{
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content
{
    padding-top: 20px;
}
.skills-bar p{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar{
    border-radius: 16px;
}
.progress{
    border-radius: 16px !important;
    margin-bottom: 20px;
}
#services{
    background-image: linear-gradient(rgba(0.0.0.0.8),rgba(0.0.0.0.8)),url(cover.jpg);
    
}
#services h1{
    text-align: center;
    color: #efefef !imporatnt;
    padding-bottom: 10px;
}
#services h1::after{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
     margin: 20px auto 5px;
}
.services{
    margin-top: 40px;
}
.icon{
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #000;
    border-radius: 50%;
    
}
#services p{
    font-size: 
14px;
margin-top: ;20px;
    color: #000;
}
.services .col-md-3:hover{
    background: #00ffa6 ;
    cursor: pointer;
    transition: 0.7s;
    
}
#team{
    padding-top: 50px;
    padding-bottom: 50px;
     color: #555;   
}
h1{
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}
h1::after{
    content: '';
    background: #00ffa6 ;
    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);
    height: 200px;
    width: 200px;
}
.profile-pic .img-box img:hover{
   filter: grayscale(0);
    cursor: pointer;
    
}
.profile-pic h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: #00ffa6  !important;
}

.profile-pic h3{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
     
}
#team .fa{
    height: 25px;
    width: 25px;
    color: #00ffa6  !important;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    margin-bottom: 150px;
}
.img-box ul{
    padding: 15px;
    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{
    transition: 05s;
}
#promo{
   
    background-attachment: fixed;
    text-align: center;
    padding: 20px;
    font-family: sans-serif;
    font-size: 38px;
}
#price{
    padding: 40px 0;
    background:#efefef; 
}
.single-price{
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
   background-color: #fff;
    transition: 0.5s;
}
.single-price:hover{
    box-shadow: 0 2px 20px #333;
}
.price-head{
    background-color: #00ffa6 ;
    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;
    text-transform: uppercase;
}
.price-head p{
    font-size: 25px;
    color: #ccc;
    font-weight: bold;
    line-height: 30px;
    
}
#price span{
    font-size: 15px;
}
.price-contant{
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15px;
    
}
.price-contant ul li{
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style: none;
}
ul li:last-child{
  border: none;
}
.fa fa-check-circle{
    color: green;
    margin-right: 10px;
    font-size: 20px;
}
.fa fa-times-circle{
    color: red;
    margin-right: 10px;
    font-size: 20px;
}
.price-button{
display: inline;
    float: left;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
}
.buy-btn{
    background-color: #00ffa6 ;
    border-radius: 3px;
    font-size: 15px;
    padding:10px 10px;
    transition: 0.5s;
    
}
.buy-btn:hover{
    border-color: 1px solid #fff;
    background-color: #00ffa6;
}
.single-price a{
    text-decoration: none !important;
    color: #fff !important;
}
#testimonial{
 padding-top: 50px;
    padding-bottom: 50px;
}
#testimonial .row{
    margin-top: 30px;
}
#testimonial .col-md-4{
    margin: 40px auto;
}
.profile {
    padding: 70px;
    background-color: #efefef;
}
.user{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    
}
.profile img{
    top: -60px;
    position: absolute;
    
    boleft: calc(50px -60px);rder: 10px solid #fff;
    margin-right: 
}
.profile h3{
    font-size: 20px;
    margin-top: 15px;
    color: #00ffa6 ;
}
#testimonial span{
    font-size: 12px;
    color: #333;
}
blockquote{
    font-size: 16px;
    line-height: 30px;
    
}
blockquote::before{
    content: '\93';
font-size: 50px;
    color: #00ffa6 ;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}

blockquote::after{
    content: '\94';
font-size: 50px;
    color: #00ffa6 ;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    left: 5px;
}
.profile:hover{
    box-shadow: 0 0  15px 5px rgba(0,0,0,.2);
    transition: 0.5s;
    
}
#contact{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}
.contact-form{
    padding: 15px;
}
.form-control{
    border-radius: 0 !important;
    border: none !important;
}
::placeholder{
    color: #999; !important;
}
.follow{
    background: #fff;
    padding: 10px;
    margin: 15px;
}
.contact-info .fa{
    margin: 10px;
    color: #00ffa6 ;
    font-weight: bold;
}
#footer
{
  background: #333;
    color: #fff;
    padding: 12px;
}
.fa-heart-o{
    margin: 3px;
    color: red;
}
@media only screen and (max-width:75px){
    .row{
        text-align:center;
    }
    .row .col-md-2,.col-md-3,.col-md-4{
        flex-basis:100%;
        width: 100%;
    }
    .carousel-item h5{
        font-size: 28px;
    }

}