
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.navbar1 {
    overflow: hidden;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}
div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
z-index:999999;
background-color:white;
border-bottom: 1px solid red;
}

.navbar1 a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown1 {
    float: left;
    overflow: hidden;
}

.dropdown1 .dropbtn1 {
    font-size: 16px;    
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
        margin: 0;
	    font-family: Arial, Helvetica, sans-serif;
}

.navbar1 a:hover, .dropdown1:hover .dropbtn1 {
    background-color: red;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content1 .header1 {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column1 {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

.column1 a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column1 a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row1:after {
    content: "";
    display: table;
    clear: both;
}
.slide-img{
    height:600px !important;}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column1 {
        width: 100%;
        height: auto;
    }
    .slide-img{
    height:100% !important;}    
}

.erp{
    text-align: left !important;
    font-weight: bold;
    font-size:18px !important;
    /*padding: 0px 0px 0px 100px !important;
    font-family: Arial;*/
    color: white !important;
}


.erp::before {
    content: "\2605     ";
    color: red;
    font-size: 18px;
}


.social-icon{
font-size:24px !important;
color:white;
padding:4px;
}

.header-top-agile{
background-color:#dff0d !important;
}