﻿.logo {
    width: 200px;
}

.sampleCertificate {
    width: 100%;
}
/*Visitor Counter Start*/
/* Center child elements */
body,
.website-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*body {
    height: 100vh;
}
*/
/* Styles for website counter container */
.website-counter {
    background-color: #ff4957;
    height: 50px;
    width: 80px;
    color: white;
    border-radius: 30px;
    font-weight: 700;
    font-size: 25px;
    margin-top: 10px;
}

/* Styles for reset button */
#reset {
    margin-top: 20px;
    background-color: #008cba;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 20px;
    color: white;
    border: 0;
}
/*Visitor Counter End*/




/*Set the parent <li > ’s CSS position property to ‘relative’.
*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
}

    ul li {
        display: block;
        position: relative;
        float: left;
    }

/*The CSS to hide the sub menus.
*/
li ul {
    display: none;
}

ul li a {
    display: block;
    border: 0;
    padding: 0.25rem 1rem;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
}

    ul li a:hover {
        display: block;
        color: #1e2125;
    }

/*Displays the dropdown menu on hover.
*/
li:hover > ul {
    display: block;
    position: absolute;
    color: #1e2125;
    background-color: #fff;
    /*    width: 100%;
    padding: 0.25rem 1rem;*/
}

li:hover li {
    float: none;
    color: #1e2125;
    background-color: #fff;
}

li:hover a {
    display: block;
    color: #1e2125;
}

li:hover li a:hover, li:hover li a:focus {
    display: block;
    color: #1e2125;
    background-color: #e9ecef;

}

.main-navigation li ul li {
    border-top: 0;
}

/*Displays second level dropdown menus to the right of the first level dropdown menu.
*/
ul ul ul {
    left: 100%;
    top: 0;
}


li:hover li li {
    min-width: 14rem;
}
    li:hover li li li {
        min-width:20rem ;
    }
        li:hover li li li li {
            max-width: 10rem;
        }
/*Simple clearfix.
*/
ul:before {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

ul:after {
    color: #fff;
    text-decoration: none;
    background-color: #D48C05;
}

ul:after {
    clear: both;
}

/*.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}*/

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
