/* Add here all your CSS customizations */
.main-label{
font-size:40px;
}
@media(max-width:480px){
	.header-logo img{
		max-width: 90%;
		height:auto!important;
	}
}
.blog,.blog .blog-item,.main{
	width:100%;
	float:right;
	position:relative;
	margin-bottom:15px;
	clear:both;
}
.left.item-image{
	float:right;
	width:300px;
}
.left.item-image img{
	max-width:100%;
	height:auto;
}
.bg-ceyan{	
	background: #443768!important;
	color:#FFF!important;
}
.bg-orange{	
	background: #f6be00!important;
	color:#FFF!important;
}
.m-0{
	margin:0!important;
}
.text-white{
	color:#FFF!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background:#443768!important;
	color:#FFF!important;
}
#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a{
	color:#FFF!important;
}
.p-1{
	padding:5px!important;
}
.p-2{
	padding:10px!important;
}
.p-3{
	padding:15px!important;
}
.p-4{
	padding:20px!important;
}
.p-5{
	padding:25px!important;
}
.mod-login{
	width:100%;
	max-width:600px;
	margin:auto;
	padding:30px;
	background:rgba(0,0,0,0.1);
	border-radius:5px;
}
.input-group{
	width:100%;
	position:relative;
	height:35px;
	overflow:hidden!important;
	border-radius:5px;
}
.input-group .form-control{
	border:none!Important;
}
.input-group-text,.btn.btn-secondary.input-password-toggle{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 999;
	line-height:35px;
	text-align: center;
	padding:0px;
	margin:0px;
	border:none;
	height:35px;
	width:35px;
	background:#1a1c2b;
	color:#FFF;
	border-radius:5px;
}
.visually-hidden,.mod-login__options.list-unstyled{
	display:none;
}