*{
   margin: 0;
   padding: 0;

}
/*Top Bar Header*/
.top-bar{
    background: #7aaec4;
    height:2.8rem ;
    padding: .5rem 0;
    position: sticky !important;
}
.top-bar a{
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}
/* Navbar */
#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: black !important;
}
.navbar-brand img{
    height:50px;
    padding-left: 10px;
    margin: auto;


}
.navbar-nav li{
    padding: 0 10px;
    text-transform: uppercase;
   
}
.navbar-nav li a {
    float: right;
    text-align: left;
    color: #007bff !important;
}
.navbar-nav 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;
}
/* Carousel */
/*Carousel*/
#carousel{
    /* box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1); */
    box-shadow: blue;
}
.carousel-inner{
    max-height: 38rem!important;
}
/* Next and prev size */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size:100px;
  color: red;
}




.carousel-item-next,
.carousel-item-prev,
.carousel-item.active{
    transition: transform 1.2s ease;
    color: blue;
}
/*Carousel content*/
.carousel-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*font-size: 4rem;*/
}
.bg-custom{
    background-color: rgba(0, 0, 0, .4);
    color: whhite;
    border-radius: 1rem;
}
.carousel-caption h1{
    font-size: 3rem;
    text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
    text-transform: uppercase;
}
.border-primary{
    border-top: .2rem solid #4981b3 !important;
}
.carousel-caption h3{
    font-size: 2rem;
    /* text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1); */
    text-shadow: blue;
    /*text-transform: uppercase;*/
    
}
.btn-lg{
    border-radius: 0;
    text-transform: uppercase;
    border-width: medium;
}
bg-primary{
    background-color: blue;
    border: .1rem solid blue;
}
bg-success{
    background-color: green;
    border: .05rem solid green;
}
bg-primary:hover,
bg-primary:focus
{
    background-color: #68a0d2 !important;
    border: .05rem solid  #68a0d2 !important;
}
/* slider 
#slider{
    width: 100%;
}
.carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial !important;
}
.carousel-caption h5{
    font-size: 42px;
}
*/
/*About*/
#about{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn{
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content{
    padding-top: 20px;
    font-size: 25px;
}

.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(b.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #efefef;
    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: 20px auto 5px;
}
.services{
    margin-top: 40px;
}
.icon{
    font-size: 40px;
    margin: 20px auto;
    padding:20px;
    height: 80px;
    width: 80px;
    border: 1px solid white;
    border-radius: 50%;
}
#services p{
    font-size: 20px;
    margin-top: 20px;
    color: #ccc;
}
.services .col-md-3:hover{
    background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}
/* team */
#team{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
h1{
    text-align: center;
    color: blue !important;
    /* color:#555 */
    padding-bottom: 10px;
}
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);
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;

}
.profile-pic .img-box img:hover{
    filter: grayscale(1);
    cursor: pointer;
    
}
.profile-pic h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: #007bff !important;
}
.profile-pic h3{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
#team .fa{
    height: 25px;
    width: 25px;
    color: #007bff !important;
    background:#fff;
    padding:4px;
    border-radius:50%;
}
.img-box ul{
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
.img-box ul li{
    padding: 5px;
    display: inline-block;
}
.img-box:hover{
    opacity: 1;
    cursor: pointer;
}
.img-box ul, .img-box ul li{
    transition: 0.5s;
}
/* Promo */
#promo{
    background-image: linear-gradient(rgba(0,0,0,0.7),
    rgba(0,0,0,0.7)), url(b.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    padding: 100px;
    font-family: sans-serif;
    font-size: 38px;
}
/* Price plan */
#price{
    background: #efefef;
    padding: 40px 0;
}
.single-price{
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    background-color:white;
    transition: 0.5s;
}
.single-price:hover{
    box-shadow: 0 2px 20px #333;
}
.price-head{
    background-color:#2196f3;
    display: inline;
    float: left;
    padding: 10px 5px;
    width: 100%;
    text-align: center;
}
.price-head h2{
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}
.price-head p{
    font-size: 25px;
    color: #ccc;
    font-weight: bold;
    line-height: 30px;
}
#price span{
    font-size: 15px;
}
.price-content{
    display: inline;
    width: 100%;
    float: left;
    padding: 0 15px;
}
.price-content ul li{
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style: none;
}
ul li{
    border:none;
}
.fa-check-circle{
    color: green;
    margin-right: 10px;
    font-size: 20px;
}
.fa-times-circle{
    color: red;
    margin-right: 10px;
    font-size: 20px;
}
.price-button{
    display: inline;
    float: left
    ;
    text-align: center;
    width: 100%;
    padding: 15px 15px 30px;
}
.buy-btn{
    background-color: #2196f3;
    border-radius: 3px;
    display: inline-block;
    padding: 15px 50px;
    font-size: 18px;
    transition: 0.5s;
}
.buy-btn:hover{
    border-color: 1px solid #efefef;
    background-color:#3f51b5;
}
a{
    text-decoration: none !important;
    color: #fff !important;
}
/* Testimonials */
#testimonials{
    padding-top: 50px;
    padding-bottom:50px ;
}
#testimonials .row{
    margin-top: 30px;
}
.col-md-4{
    margin:40px auto;
}
.profile{
    padding: 70px 10px 10px;
    background-color: silver;
}
.user{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile img{
    top: -50px;
    position: absolute;
    left: calc(50% -60px);
    border: 10px solid #fff;
} 
.profile h3{
    font-size: 20px;
    margin-top: 15px;
    color: #007bff;
}
#testimonials span{
    font-size: 12px;
    color: blue;
}
blockquote{
    font-size: 16px;
    line-height: 30px;
}
blockquote::before{
    content:open-quote;
    font-size: 50px;
    color: #077bff;
    font-weight: bold;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}
blockquote::after{
    content:close-quote;
    font-size: 50px;
    color: #077bff;
    position: relative;
    line-height: 10px;
    font-weight: bold;
    bottom: -15px;
    left: 5px;
}
.profile:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.5s;
}
/* Contact */
#contact{
    background-color: #efefef;
    padding-bottom: 40px;
    padding-top: 40px;
    color: #777;
}
.contact-form{
    padding: 15px;
}
.form-control{
    border-radius: 0 !important;
    border:none;
}
::placeholder{
    color:#999 !important ;
}
.follow{
    background: white;
    padding: 10px;
    margin: 10px;
}
.contact-info .fa{
    margin: 10px;
    color: #007bff;
    font-weight: bold;
}
/* footer */
#footer{
    background: #333;
    color: white;
    padding: 12px;
}
.fa-heart-o{
    margin: 6px;
    color: blue;
}
/* Footer Social */
footer .row .social{
    flex: 1;
    min-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.social a{
    text-decoration: none;
    color: white;
    align-items: center;
    padding: 0 15px;
}
    .social a:hover{
    font-weight: 900;
    /*color: rgb(20, 220, 103);*/
    color: black;
}