body{
    background: #e9e7e7;
    font-family: 'Roboto';

}

/****************************
Header [Start]
****************************/

.header{
    background: #002e5e;
    padding: 15px 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-nav .nav-item {
    margin-left: 2px;
}

.navbar-nav .nav-item .nav-link{
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item .nav-link{
        padding: 10px 20px;
    }
}

.navbar-nav .nav-item .nav-link:hover{
    color: #b0b6b6;
}

/****************************
Header [End]
****************************/

/****************************
Home Banner (Slider) [Start]
****************************/

.home-banner{
    padding: 70px 0;
    position: relative;
}

.home-banner h2{
    font-size: 50px;
    margin-bottom: 20px;
}

.home-banner p{
    font-size: 14px;
    margin-bottom: 20px;
}

.home-banner button a{
    color: #fff;
    padding: 0 25px;
}

/****************************
Home Banner (Slider) [End]
****************************/

/****************************
Scribble [Start]
****************************/

.scribble {
    background-image: url("img/scribble-01.png");
    opacity: 0.2;
    position: absolute;
    left: -140px;
    bottom: 0;
    width: 600px;
    height: 400px;
    background-size: cover;
    z-index: -1;
}

.scribble-2 {
    background-image: url("img/scribble-02.png");
    position: absolute;
    right: -27px;
    bottom: 0;
    width: 174px;
    height: 300px;
    background-size: cover;
    z-index: -2;
}

/****************************
Scribble [End]
****************************/

/****************************
Call to Action [Start]
****************************/

.call-to-action{
    padding: 70px 0;
    text-align: center;
    background: #232323;
    color: #e9e7e7;
}

.call-to-action h2, .call-to-action p{
    width: 60%;
    margin: auto;
}
/****************************
Call to Action [End]
****************************