
*{
    margin: 0;
    padding: 0;
}
/*------------Navigation----------*/
#nav-bar
{
    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;
}
#nav-bar ul li a:hover
{
    color: #fff!important;
}
.navbar
{
    background: #f78c12;
}
.navbar-toggler
{
    border: none!important
}
.nav-link
{
    color: rgb(249, 248, 251)! important;
    font-weight: 600;
    font-size: 16px;
}

/*---------Slider-----------*/
#slider
{
  width: auto;
}
.carousel-caption
{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial !important;
}

/*-------------------ABOUT-----------------*/
#about
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgb(36, 22, 70);
}
#about h2
{
 text-align: center;
 color: #eb9d0e !important;
 padding-bottom: 10px;   
}
#about h2::after
{
 content:'';
 background: #0a0a0a;
 display: block;
 height: 3px;
 width: 170px;
 margin: 20px auto 5px;  
}
#about .btn
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content
{
    padding-top: 20px;
    text-align: center;
}
/*---------------SERVICES------------------*/
#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(PICTURES/paskotoflyer.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
}
#services h1
{
 text-align: center;
 color: #f78c12 !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: 30px;
    margin: 40px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
}
#services p
{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}
.services .col-md-4:hover{
    background: #f78c12;
    cursor: pointer;
    transition: 0.5s;
}
/*-----------Get In Touch------------*/
#contact
{
    background-image: linear-gradient(#f78c12,rgba(0,0,0,0.8));
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
}  
#contact h1
{
 text-align: center;
 color: #fff !important;
 padding-bottom: 10px;   
} 
#contact h1::after
{
 content:'';
 background: #fff;
 display: block;
 height: 3px;
 width: 170px;
 margin: 20px auto 5px;  
}
.contact-info .fa
{
    margin: 10px;
    color: #0a0a0a;
    font-weight: bold;
}
.contact-form
{
    padding: 15px;
}
.form-control
{
    border-radius: 0 !important;
    border: none !important;
}
::placeholder
{
    color: #0a0a0a !important;
}
.follow
{
    background: #fff;
    padding: 10px;
    margin: 15px;
    color: #0a0a0a;
}
/*----------Footer--------------*/
#footer
{
    background: #fff;
    color: rgb(36, 22, 70);
    padding: 15px;
}
:fa-heart-o
{
    margin: 3px;
    color: red;
}