/* Primery Theme Colors */
/* Theme Text Color */
a,
p a,
p a:hover,
a:hover,
a:focus,
a:active,
.nd-navigation>ul>li:hover>a,
.nd-navigation>ul>li.current-menu-item>a,
.nd-navarticletab li:hover a,
.nd-navarticletab li a.active,
.nd-categoriescontent li a:hover,
.nd-joinsteps li.nd-active a,
.nd-effectivecontent li:hover a,
.nd-articlesingle-content .nd-description .nd-blockquotevone q,
.nd-filtertag li:hover a,
.nd-userlisting-breadcrumb li .nd-clicksave,
.nd-clicksave,
.nd-qrcodefeat h3 span,
.nd-comfollowers ul li:hover a span,
.nd-postarticlemeta .nd-following span,
.tg-qrcodefeat h3 span {
    color: #5166ff;
}

/* Theme Background Color */
.nd-btn:hover,
.nd-dropdowarrow,
.navbar-toggle,
.nd-btn,
.nd-navigationarea .nd-navigation>ul>li>a:after,
.nd-searchbtn,
.nd-sectiontitle:after,
.nd-navarticletab li a:after,
.nd-pagination ul li a:hover,
.nd-pagination ul li.nd-active a,
.nd-widgettag a:hover,
.nd-articlesingle-content .nd-description blockquote span i,
.nd-searchgbtn,
.nd-filtertagclear a,
.ui-slider-horizontal .ui-slider-range,
.nd-btnsearch,
.nd-newnoti a em,
.nd-notificationicon>a:after,
.nd-rightarea .nd-nav .navbar-toggler,
.nd-usersidebaricon span,
.nd-usersidebaricon span i,
.nd-filtertag .nd-filtertagclear a,
.loader:before,
.nd-offersmessages .nd-ad:after,
.nd-btnsendmsg,
.nd-tabstitle li a:before,
.nd-tabscontenttitle:before,
.nd-tablecategories thead tr th:first-child:before,
.nd-tablecategories tbody tr td:first-child:before,
.nd-slidernav .nd-prev:hover,
.nd-slidernav .nd-next:hover {
    background: #5166ff;
}

/* Theme Border Color */
input:focus,
.select select:focus,
.form-control:focus,
.nd-navigation>ul>li>.sub-menu,
.nd-pagination ul li a:hover,
.nd-widgettag a:hover,
.nd-joinsteps li.nd-active a,
.nd-filtertag li:hover a,
.nd-filtertag .nd-filtertagclear a,
.nd-themerangeslider .ui-slider-handle,
.nd-clicksavebtn,
.nd-pagination ul li.nd-active a,
.nd-usernav>ul {
    border-color: #5166ff;
}

.nd-filtertag .nd-filtertagclear a:after {
    border-left-color: #5166ff;
}

/* RGBA Background Color */
.loader {
    background: #5166ff;
    background: -moz-linear-gradient(left, #5166ff 10%, rgba(255, 88, 81, 0) 42%);
    background: -webkit-linear-gradient(left, #5166ff 10%, rgba(255, 88, 81, 0) 42%);
    background: -o-linear-gradient(left, #5166ff 10%, rgba(255, 88, 81, 0) 42%);
    background: -ms-linear-gradient(left, #5166ff 10%, rgba(255, 88, 81, 0) 42%);
    background: linear-gradient(to right, #5166ff 10%, rgba(255, 88, 81, 0) 42%);
}

/* Secondary Theme Colors */
.form-group-label label span,
.form-group-label label span:hover,
.nd-categoriesholder .nd-tablecategories tbody tr td .nd-actionbtn a.nd-deleteinfo,
.nd-msgbtn {
    background: #00cc8d;
}
