.bglanita {
	background-image: url(img/bgslide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.tns-controls {
	text-align: center !important;
}

.lanita-text {
	color:#0745ae;
}

h2.h2:after {
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 77px;
    height: 8px;
    content: '';
    border-radius: 5px;
    background: var(--main_color1);
}

.nav-tabs .border.active {
	border-color: #0745ae !important;
}