/*
.navbar-dark .navbar-toggler {
    color: #b88917 !important;
    border-color: #b88917 !important;
}
*/
html, body {width: 100%!important; overflow-x: hidden!important} 
body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/* End of prevention measures for mobile */



hr{
    color: #b88917;
}
#navbarTop{
    background-color: #66023c;
    background: #66023c;
}

.btn-custom{
    color: #fff!important;
    background-color: #66023c!important;
    border-color: #66023c!important;
}
.btn-custom:hover {
    color: whitesmoke!important;
    background-color: #91076c!important;
    border-color: #91076c!important;
}

.btn-custom:focus,
.btn-custom.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-custom.disabled,
.btn-custom:disabled {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
    color: #212529;
    background-color: #9cdada;
    border-color: #2e7c7c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-outline-primary {
    color: #7cc;
    background-color: transparent;
    background-image: none;
    border-color: #7cc
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #7cc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}


@media (min-width:974px) and ( max-width:1380px) {
    #dk-footer > div.container > div > div.col-md-12.col-lg-8 > div:nth-child(1) > div:nth-child(2) > div > div.contact-icon > i{
        top: -56px;
        padding-left: 85px;
    }

    #dk-footer > div.container > div > div.col-md-12.col-lg-8 > div:nth-child(1) > div:nth-child(2) > div > div.contact-info >h3{
        padding-left: 85px;
    }
    #dk-footer > div.container > div > div.col-md-12.col-lg-8 > div:nth-child(1) > div:nth-child(2) > div > div.contact-info > p{
        padding-left: 85px;
    }

 }
 @media (min-width:974px) and (max-width:1175px) {
    #dk-footer > div.container > div > div.col-md-12.col-lg-8 > div:nth-child(1) > div:nth-child(2) > div > div.contact-icon > i{
        top: -56px;
    }
}
@media (max-width:975px) {
    #dk-footer > div.container > div > div.col-md-12.col-lg-8 > div:nth-child(1) > div:nth-child(2) > div > div.contact-icon > i{
        top: -31px;
        left: 25px;
    }
    #dk-footer > div.container > div > div.col-md-12.col-lg-8 > div:nth-child(1) > div:nth-child(2) > div > div.contact-info >h3{
        padding-left: 25px;
    }
    #dk-footer > div.container > div > div.col-md-12.col-lg-8 > div:nth-child(1) > div:nth-child(2) > div > div.contact-info > p{
        padding-left: 25px;
    }
}

#footerWithSendExcelToEmailOption > p{
    color: rgb(212, 212, 212);
}
footer { margin: 0 0 -50px 0;}
#footerWithSendExcelToEmailOption > p{
    color: rgb(212, 212, 212);
}

.contactnumbers {
    padding-left: 69px!important
}
