
.saasio-breadcurmb-section {
    padding: 90px 0px 0px;
}

/* ----------*/
/* MEGA MENU */
/* ---------- */
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    position: initial;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}



.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    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;

    top: 65px;
    left: 0;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    height: auto;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #73299a;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.dropdown-content .header {
    padding: 16px;
    /*background: red;
    padding: 16px;
    color: white;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other*/
.column {
    float: left;
    width: 33.33%;
    padding: 25px;
    height: auto;
}

.column a {
    float: none;
    color: #666666;
    padding: 10px 10px 15px 28px !important;
    text-decoration: none;
    display: block !important;
    text-align: left;
    width: 100%;
}

.column a svg {
    width: 20px;
    position: absolute;
    left: 5px;
    top: 10px;
}

.column a:hover {
    background-color: #ddd;
}

.saas_two_main_header .s2-main-navigation .dropdown {
    position: inherit;
}

.saas_two_main_header .s2-main-navigation .dropdown::after {
    position: relative;
}

.column h3{
    color: #372f2b;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 7px;
}

.saas_two_main_header .s2-main-navigation .navbar-nav li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #d10edd;
    left: 0px;
    transition: 0.3s all ease-in-out;
    bottom: 12px;
}

/* Clear floats after the columns
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* --------------*/
/* FIN MEGA MENU */
/* --------------*/