.top-header {
    padding: 10px 0;
    transition: all .5s ease-in-out;
    background-color: #6b1c8a;
    
}

.top-header {
    border-bottom: 1px solid #6b1c8a;
}


.contact_detail>li, .header_list>li {
    color: #f6fafa;
    display: inline-block;
    font-size: 14px;
    padding: 2px 15px 2px 0;
    vertical-align: middle;
}



a {
    color: #fff;
    transition: all .3s ease-in-out;
}




.language-wrapper .dropdown .btn-select-language {
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
    color: #fff!important;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    padding: 0 15px 0 0;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
}



.middle-header {
    padding: 10px 0;
    position: relative;
    background-color: #ea1aee;
}



.contact_phone span {
    color: #fff;
}


.contact_phone i {
    color: #6b1c8a;
    font-size: 30px;
    margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #6b1c8a;
}


.scrollup {
    background-color: #17171700;
    bottom: 20px;
    color: #6b1c8a;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

a {
    color: #6b1c8a;
    transition: all .3s ease-in-out;
}


.btn-dark {
    color: #fff;
    background-color: #6b1c8a;
    border-color: #6b1c8a;
}