﻿/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/poppins/devanagari.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/poppins/latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/poppins/latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{	
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
	overflow-x:hidden;
}

.card {
	background: var(--ng-color02);
}

.card ul.nav.nav-tabs {
	border-bottom: none;
}

.card-body, .card-footer, .card-text {
	color: rgb(56, 95, 112);
}

.bg-darkblue{
	background-color: rgb(17, 29, 67);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	text-transform: uppercase;
	margin-bottom: 0px;
	
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: 0.5;
}
.hr-text:before {
	content: "";
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #f8f9fa;
}


.text-width-double{
	letter-spacing:1.5px;
}

.text-smaller{
	font-size: 0.775rem;
}

.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
    height: calc(1.5em + 1.1rem + 1px);
    width: calc(1.5em + 1.1rem + 1px);
}
.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 1px);
    width: calc(1.5em + 1.5rem + 1px);
}
.btn.btn-grey {
    color: #6c757d;
    border-color: #EEE;
    background-color: #EEE;
}
.border-grey {
    border-color: rgba(0,0,0,.125) !important;
}
.btn-outline-grey {
    color: #6c757d;
    border-color: rgba(0,0,0,.125);
}

.btn-check:checked + .btn.btn-grey, 
.btn-check:active + .btn.btn-grey, 
.btn.btn-grey:focus:not(.btn-active), 
.btn.btn-grey:hover:not(.btn-active), 
.btn.btn-grey:active:not(.btn-active), 
.btn.btn-grey.active, 
.btn.btn-grey.show, 
.show > .btn.btn-grey {
    color: #454b51;
    border-color: #DDD;
    background-color: #DDD;
	
}

.btn-check + .btn i:first-child{
	display:block;
}
.btn-check + .btn i:last-child{
	display:none;
}

.btn-check:checked + .btn i:first-child{
	display:none;
}
.btn-check:checked + .btn i:last-child{
	display:block;
}

.rounded-bottom-end {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
}
.rounded-bottom-start {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
}

a.card,
a.card:hover, a.card-header, .shadow-hover {
	color: inherit;
	text-decoration:none;
}
a.card:hover, a.card-header:hover, .shadow-hover:hover {
	box-shadow: 0 .5rem 1rem rgba(83, 57, 110,.15) !important;
}

.carousel-news {
	justify-content: center !important;
	flex-direction: row !important;
	position: static !important;
	display: flex !important;
}

.carousel-news img{
	max-width: 10rem;
	max-height: 10rem;
	border: 2px 2px 0px 0px solid grey;
}

.carousel-news div:first-child{
	border: 4px solid;
	border-color: gray;
	border-radius: 10px;
	border-right: 0px;
	padding: 10px;
	display: none !important;
	flex-shrink: 0 !important;
}

@media (min-width:992px) {
	.carousel-news div:first-child{
		display:flex!important;
	}
}

.carousel-news div:last-child{
	border: 4px solid;
	border-color: gray;
	border-radius: 10px;
	border-left: 0px;
	padding: 10px;
	padding: 0.3rem 0.9rem !important;
	flex-direction: column !important;
	position: static !important;
	display: flex !important;
	
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
	text-align: center;
}
	
.nashcoin{	
	height: 1.2em;
	display: inline-block;
	overflow: visible;
	transform: scale(-1, 1);
}

.nashcoin::before {
	content: "₦";
	padding: 1px;
	font-style: normal;
}

.form-range.vertical{
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	width: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.text-nash-nano {
    color: rgb(83, 57, 110) !important;
}
.text-nash-shin {
    color: rgb(56, 95, 112) !important;
}


.btn-outside-left{
	left: -2px;
	bottom: 0px;
	padding: .2rem .2rem;
}

.btn-outside-left:hover{
	padding: .375rem .75rem;
	left: 0px;
	bottom: 0px;
}

small > :not(main){
	margin-top: 5rem !important;
	margin-bottom: 1rem !important;
}

footer {
	
	background-color: rgb(31, 34, 37);
	color: rgba(255, 255, 255, 0.7);
}


.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}


.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #2d353c;
    left: 20%;
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 18%;
    text-align: right;
    top: 30px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 23%;
    margin-right: 17%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block
}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}

.timeline-content:after,
.timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
}

.timeline-likes .stats-right {
    float: right
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-likes .stats-text {
    line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.profile-nav .user-heading {
	background: linear-gradient(to right, var(--ng-color05) 0, var(--ng-color06) 100%);
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading div  {
    background-color: rgba(255,255,255);
    display: inline-block;
	border-radius: .375rem;
	padding: 0.375rem;
	margin-bottom:  .375rem;
}

.profile-nav .user-heading div img {
    width: 112px;
    height: 112px;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav a, 
.profile-nav h1, 
.profile-nav h2, 
.profile-nav h3,
.profile-nav h4,
.profile-nav h5, 
.profile-nav h6, 
.profile-nav p {
    color: var(--ng-color11);
}

.profile-nav ul > li {
    /*border-bottom: 1px solid #ebeae6;*/
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > button {
    color: #89817f;
	border: none !important;
	border-radius: 0 !important; 
	height: 100%;
	width: 100%;
	display: inline-block;
	padding-left: .250rem;
	text-decoration: none;
	text-align: left;
	border-left: 5px solid #ebeae6 !important;
}

.profile-nav ul > li > button:hover, 
.profile-nav ul > li > button:focus, 
.profile-nav ul > li > button.active {
    background: var(--ng-color08) !important;
    border-left: 5px solid var(--ng-color05) !important;
    color: #89817f !important;
}


.profile-nav ul > li:last-child > button:last-child {
    border-radius: 0 0 0.25rem 0.25rem !important;
    -webkit-border-radius: 0 0 0.25rem 0.25rem !important;
}

.profile-nav ul > li > button > i{
    font-size: 16px;
    padding-right: .250rem;
    padding-left: .250rem;
    color: #bcb3aa;
}

.bgimg-home {
	position:relative; 
	overflow:hidden;
	min-height: 100vh;
	color: #FFFFFF;
	background-color: #1f2225;
	background-position: 74.0250015258789% 45.350006103515625%;
	background-size: cover;
	background-image: url("../../img/cropped-beautiful-view-transportation-lights-road-night-time-scaled-1.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.bgimg-home div img{
	max-width: 1232px;
	padding-top: 90px;
}

