drop-menu {
    display: block;
}

    drop-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.drop-menu a {
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: monospace;
    padding: 8px 26px 8px 14px;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: lighter;
    /* text-shadow: 0 -1px 0 #000; */
    position: relative;
    /* text-align: left; */
    z-index: 99;
}

.drop-menu li a.first {
    background: rgba(247, 247, 247, 0);
    color: #2d3436;
    font-family: Century Gothic, sans-serif !important;
    font-weight: lighter;
    /*font-family: calibri,sans-serif;
    font-weight: 600 !important;*/
}

.drop-menu {
    vertical-align: top;
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius: 6px;
}

    .drop-menu li {
        position: relative;
    }

    .drop-menu > li {
        float: left;
        margin-right: 1px;
    }

        .drop-menu > li > a {
            margin-bottom: 0px;
        }

        .drop-menu > li:hover,
        .drop-menu > li:hover > a {
            /*border-bottom-color: #ab1a2c;*/
        }

    .drop-menu li:hover > a {
        color: #000000;
    }

    .drop-menu > li:first-child {
        border-radius: 4px 0 0 4px;
    }


    .drop-menu > li:last-child {
        border-radius: 0 0 4px 0;
        margin-right: 0;
    }


    .drop-menu li li a {
        color: black;
        font-size: 18px;
        font-family: calibri,sans-serif;
    }

        .drop-menu li li a:hover {
            background-color: #fff;
        }

    .drop-menu li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 52%;
        right: 5px;
    }

    .drop-menu ul {
        position: absolute;
        white-space: nowrap;
        /* border: 1px solid #ffffff; */
        z-index: 1;
        left: -99999em;
        box-shadow: 0 5px 16px 0 rgba(94,94,94,.21);
        /* top: 40px; */
    }

    .drop-menu > li:hover > ul {
        left: auto;
        min-width: 100%;
    }

    .drop-menu > li li:hover > ul {
        left: 100%;
        margin-left: 1px;
        top: -1px;
    }
    /* arrow hover styling */
    .drop-menu > li > a:first-child:nth-last-child(2):before {
        border-top-color: #aaa;
    }

    .drop-menu > li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-bottom-color: #000000;
        margin-top: -5px;
    }

    .drop-menu li li > a:first-child:nth-last-child(2):before {
        border-left-color: #aaa;
        margin-top: -5px;
    }

    .drop-menu li li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-right-color: #ab1a2c;
        right: 10px;
    }










/*client section*/


.bulls .drop-menu li a.first {
    background: #f7f7f7;
    color: #000;
    font-weight: 600 !important;
    font-family: Calibri !important;
    text-transform: uppercase;
}


.card {
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e0e0e0;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: .25rem;
}

.card01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #710b17;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: .25rem;
}

.text-primary01 {
    padding: 10px 10px;
    color: #ffffff !important;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
}

.p-0 {
    padding: 0 !important;
    cursor: pointer;
}

.text-light {
    color: #ffffff !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.float-left {
    float: left !important;
}

.bg-primary {
    background-color: #710b17 !important;
    font-size: 20px;
    width: 50px;
}

.text-primary {
    line-height: 25px;
    color: #6b0a16 !important;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 500;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.text-muted {
    color: #868e96 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

@media screen and (max-width: 1600px) {
    .bulls .drop-menu li a.first {
        background: #f7f7f7;
        color: #000;
        font-weight: 600 !important;
        font-family: Calibri !important;
        text-transform: uppercase;
        padding: 16px 1.5em 0.8em 0.5em;
        font-size: 15px;
    }

    .pad-rt {
        padding-right: 0px;
    }
}

@media (max-width: 1550px) and (min-width: 1400px) {
    .bulls .drop-menu li a.first {
        padding: 16px 1.6em 0.8em 0.5em;
        font-size: 13px;
    }
}

@media (max-width: 1399px) and (min-width: 1100px) {
    .bulls .drop-menu li a.first {
        padding: 16px 1.8em 0.8em 0.4em;
        font-size: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .bulls .drop-menu li a.first {
        font-family: Century Gothic, sans-serif !important;
        padding: 12px 15px 16px 15px;
        font-size: 9px;
        font-weight: 500 !important;
    }

    .bulls .drop-menu li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 3px solid transparent;
        top: 41%;
        right: 1px;
    }

    .bulls .drop-menu > li > a:first-child:nth-last-child(2):before {
        border-top-color: #aaa;
    }

    .bulls .drop-menu > li:hover > a:first-child:nth-last-child(2):before {
        border: 3px solid transparent;
        border-bottom-color: #000000;
        margin-top: -3px;
    }

    .bulls .drop-menu li li a {
        color: black;
        font-size: 12px;
        font-family: calibri,sans-serif;
    }

    .bulls .bg-primary {
        background-color: #710b17 !important;
        font-size: 14px;
        width: 50px;
    }

    .text-primary {
        line-height: 25px;
        color: #6b0a16 !important;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 500;
    }

    .text-primary01 {
        padding: 10px 10px;
        color: #ffffff !important;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 411px) {
}
