*{
    
    margin: 0;
    padding: 0;
    top: 0;
    
}
/*  NAV BAR  */

#nav-bar{
    position: sticky;
    padding-top: 5px;
    top: 5;
    z-index: 10;
	
}

.navbar-brand img{
    height: 35px;
    padding-left: 20px;
}
.navbar-nav li{
    padding: 0 10px;
}
.navbar-nav li a {
      float: right;
      text-align: left;
      }
#nav-bar ul li a:hover {
    color: #007bff!important;
    
}
.navbar{
    background:#fff;
	font: size 1.2rem;
}
.navbar-toggler{
    border: none!important;
}
.nav-link{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
	
	}
/* slider*/
#slider{
    width: auto;
        
}
.carousel-caption{
        top: 50%;
        transform: translateY(-50%);
        bottom: initial!important;
}
.carousel-caption h5 {
    color: brown;
    font: 445px
}
/* about */
#about {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
.col-md-6 {
    text-align: right;
}
.about-content {
    padding-top: 20px;
}
.skills-bar{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar{
    border-radius: 16px;
}
.progress{
    border-radius: 16px !important;
    margin-bottom: 20px;
}
/* home*/

span.b {
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 5px;
  }
  #home2{
      text-align: right;
  }  
/*---services--*/
#services1{
    background-color:#2C3E50;
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#services1 h1{
    text-align: center;
    color: #efefef;
    padding-bottom: 10px;
}
#services1 h1::after {
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.services1{
    margin-top: 40px;
}
.icone{
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;

}
#services1 p{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}
.services1 .col-md-3:hover{
    background:  #2C3E50;cursor: pointer;
}
/* news*/
.card-title{
    text-align: right;
}
.card-text
{
    text-align: right;
}
/*  get in touch */
#contact{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}
.contact-form {
    padding: 15px;
   
}
.btn-primary{
    float: left;

}
.form-control
{
    border-radius: 1;
    border: none ;
}
::placeholder{
    color: #999 !important;
}
.from-group{
    border-radius: 5px;
    padding: 5px;
}
.follow{
    background: #fff;
        padding: 10px;
        margin: 15px;
}
.contact-form .fa{
    margin: 10px;
    color: #007bff;
    font-weight: bold;    
}
#news2{
    
    top:0;
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
    text-align: center;
    font-size: 2rem;
}
.card {
    float: left;
    border-style: solid;    
}