.mega-menu {
    width: 600px;
    overflow: hidden;
    padding: 10px;
}
.mega-menu a {
    text-decoration: none;
    color: black;
}

@media (max-width: 500px) {
    .mega-menu {
        width: 300px;
    }
}

body {
    background-color: #ffffff;
    color: black;
    font-family: "Open Sans", sans-serif;
}
.navbar {
    border-bottom: firebrick 2px solid;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
.drop {
    font-size: 20px;
}
.submenu:hover {
    background-color: lightgrey;
}

.cat-menu p {
    margin: 15px 1px 15px 1px;
    padding: 8px 2px 8px 8px;
    font-weight: 500;
}
.cat-menu p:hover {
    background-color: lightblue;
    border-left: midnightblue 2px solid;
}

#home-section {
    background-image: url("image/today_post.jpg");
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 600px;
    width: 100%;
}

.home-inner {
    padding-top: 150px;
}
.connect {
    background-image: linear-gradient(90deg, rgb(251, 61, 99) 0%, #3a3d4a 100%);
}

.border-custom {
    border-bottom: #ec5252 2px solid;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
}
.border-gradient {
    border-bottom: lightcyan 2px solid;
}
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 4px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.fa-edit {
    font-size: 40px;
}
/*about search*/
.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding-bottom: 500px;
}
/*header section*/
.blog-post-tags li {
    display: inline-block;
}
.blog .blog-post-tags li span {
    float: none !importatnt;
}
.mobile-only {
    display: none;
}
.list {
    font-size: 14px;
    color: gray;
}
/*sample page color code*/
.color {
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
.client {
    width: 100%;
}
a {
    text-decoration: none !important;
}

/* all form */
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.07rem rgba(0, 123, 255, 0.25);
}
/*report page*/
.side li:hover {
    background-color: lightblue;
    border-left: midnightblue 2px solid;
}
/* client list*/
.ourClient .section-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 26px 19px;
    position: relative;
    font-family: "robotomedium";
}
.ourClient .section-title:after {
    border-bottom: 16px solid transparent;
    border-left: 16px solid #ef001f;
    border-top: 16px solid transparent;
    content: "";
    position: absolute;
    right: -16px;
    top: 22px;
}

.ourClient .section-title::first-letter {
    color: #fff;
}

/*category icon homepage*/
.ico {
    color: #3a3d4a;
}
.footer {
    background: #3a3d4a;
    /*background-image:url('image/Footer-Background-Image.png'); */
    }
.nav-tabs {
    border-bottom: none;
}
.nav-link.btn-outline-secondary:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headerico {
    font-size: 15px;
}
.centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}
.report-title {
    font-weight: 550;
}
