/* **********************Navbar************* */
.navbar-brand{
    color: red !important;
    font-weight: bold;
}
.navbar-brand:hover{
    color: #fff !important;
}
/* **********************header************* */
header{position: relative;}
header .carousel-item{
    height: 500px;
}
header h1{position: absolute;
     z-index: 1;
      color: #fff; 
       left: 20%;
       top: 45%;
    }
.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.carousel-control-prev, .carousel-control-next{z-index: 2;}

/* ************************About section************* */
.about{padding: 80px 0; background-color: #dddd;}
.about p{margin: 30px 0 ;}
.about button{border-radius: 50px 80px;}
.line{height: 3px; width: 7%; background-color: red; margin: auto;}

/* *************************services************** */
.services {padding: 80px 0;}
.services .line{margin-bottom: 30px;}
/* *****************************state************* */
.state{background-color: #db6767; color: #fff; padding: 80px 0;}
.state .line{background-color: #fff; margin-bottom: 20px;}
.state .box{font-size: 30px; font-weight: bold;}
  /************************client*****************  */
  .client{
    padding: 80px 0;
    background-image: url(../img/clients.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed ;
    color: #fff;
    
}
.client p{font-size: 22px; font-weight: bold; background-color: rgba(0, 0, 0, 0.6);padding: 20px; border-radius: 20px;}
.client .line{margin-bottom: 20px;}
.client .carousel-indicators{bottom: -17%;}
.client .carousel-indicators li{
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.client .carousel-indicators .active{background-color: #db6767;}
/* ************************contact****************** */
.contact{
    padding: 80px 0;
}
.contact .line{margin-bottom: 20px;}
.contact button{width: 100%;}
/* ***********************footer/******************* */
footer{background-color:#343a40 ; padding: 80px 0; color: #fff;}
footer span{color: #db6767;}
footer .list2 li{list-style: none;}

.rights{ padding: 5px 0;}
.rights i{float: right; margin-left: 3px; margin-top: 3px;}