<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
Blue color = #0169d5
Red Color = #a60000
End of comment */

.upper-column.info-box {
    max-width: 260px;
}

.main-header .header-top {
    position: relative;
    top: 40px;
    margin-top: -40px;
    background-color: #0169d5;
}

.main-header .nav-outer {
    position: relative;
    bottom: -33px;
    padding: 0px 0px 0px 35px;
    background-color: #0169d5;
}

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgb(166, 0, 0);
}

.main-footer .footer-bottom {
    background-color: #0169d5;
}

.page-title {
    background-image: url(http://oramel-dz.com/kaptan/wp-content/uploads/2020/01/banner-1.jpg);
}

body > div.page-wrapper > section.project-single-section > div > div > div.row.clearfix > div.info-column.col-md-3.col-sm-12.col-xs-12 > div {
  display: none;
}</style>
<!-- end Simple Custom CSS and JS -->
