.departments-slider .post-content{
	min-height: 200px;
}

.card.no-before,
.no-before:before{
	border-radius: 0!important;
	--bs-card-border-radius:0!important;
}

.vision-mission .card{
	min-height: 396px;
    margin-top: 0 !important;
}

.martech-logo{
	width: 280px;
}


.post-category.text-line:before{
	background: var(--bs-secondary);
}
.post-category a{
	color: var(--bs-secondary);
}


nav:not(.navbar-stick) .unsticked,
nav.navbar-stick .sticked{
	display: block;
}

nav:not(.navbar-stick) .sticked,
nav.navbar-stick .unsticked{
	display: none;
}

/*nav:not(.navbar-stick) .unsticked{
	display: block;
}*/



.ov-op-85:before{
	background: rgba(0, 0, 0, 0.85)!important;
}

.ov-op-90:before{
	background: rgba(0, 0, 0, 0.9)!important;
}

.img-icon{
	width: 60px;
}

.martech-projects h2{
	height: 105px;
}


.pagination li{
	margin: 0 10px;
}


#about_section li::before{
	background: var(--bs-bullet-soft-primary);
	vertical-align: middle;
/*    display: table-cell;*/
    content: "\e9dd";
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: 0.25rem;
    font-size: 0.8rem;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    display: table;
    color:var(--bs-primary);
    position: absolute;
    left: 0;
    font-family: "Unicons" !important;
/*    color: red;*/
}

