.header-logged-in-menu{
	border: 1px solid #222943;
	border-radius: 48px;
	height: 48px;
	width: 48px;
	font-weight: 800;
	font-size: 16px;
	color: #222943;
	line-height: 48px;
	display: inline-block;
}

.btn-primary{
    background: #003865;
    border-color: #003865;
}

.btn-bordered {
    color: #003865;
    background: #fff;
    border: 2px solid #003865;
}

.page-heading{
    font-weight: 700;
    font-size: 32px;
    color: #222943;
}

.primary-color{
    color: #003865;
}

.cyan-color{
	color: #0096BD;
}

.custom-border-radius{
    border-radius: 9px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

footer{
	border-top: 1px solid rgba(0,0,0,.125);
	background-color: #fff;
}

.social-links{
	width: 36px;
    height: 36px;
    border-radius: 36px;
	background: #586473;
	position: relative;
	transition: all 200ms ease-out;
	cursor: pointer;
}

.footer-links{
	border-right: 1px solid #586473;
	color: #586473;
}

.footer-links:hover{
	color: #049EAD;
}

.footer-links:first-of-type{
	padding-left: 0px !important;
}

.footer-links:last-of-type{
	border-right: none;
}

#facebook:hover{
	background: #3b5999;
}

#instagram:hover{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#twitter:hover{
	background: #55acee;
}

.social-links img{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);	
}

#sebit-logo{
	height: 35px;
}

#footer-paragraph{
    font-weight: 300;
	color: #424242;
}


.custom-box-shadow{
	box-shadow: 0px 15px 40px 0px #0000001A;
}


#kvkk-banner-header{
	position: fixed;
    bottom: 0px;
    z-index: 9999;
    left: 0px;
    right: 0px;
    background: #172A53;
    color: #fff;
    font-size: 12px;
}

#kvkk-banner-header{
	display: none;
}

#kvkk-banner-close-button{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	width: 30px;
    height: 30px;
}

#kvkk-text a{
	color: #fff;
	text-decoration: underline;
}


@media all and (max-width: 580px){
	.footer-links{
	    display: block;
	    text-align: center;
	    border: none;
	}
}