html, body {
	width:      100%;
	height:     100%;                    
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
}

.logo-header{
	position: absolute;
    top: 45px;
    left: 40px;
}

/* ************** 	START login SLIDER 	*************** */
/* ******************************************************** */
#main-slider .item {
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	color: #fff;
	background-position: 50% 50%;
}
#main-slider .item .slider2-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	padding: 20px 40px;
	display: inline-block;
	margin: 0;
	color: #000;
}
#main-slider .item .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#main-slider .item .next-post {
	opacity: 0;
	display: table;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#main-slider .item .next-post .next-post-wrapper {
	display: table-cell;
	vertical-align: middle;
}
#main-slider .item .next-post a,
#main-slider .item .next-post .slide-cat{
	color: #fff;
}
#main-slider .item .next-post .slide-cat{
	margin-bottom: 20px;
}
#main-slider .item .next-post .slide-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main-slider .item .next-post .slide-desc {
	font-size: 14px;
	line-height: 17px;
	font-weight: 200;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main-slider .item .next-post .slide-title:hover{
	opacity: .8;
}
#main-slider .main-slider-indicators li.active .indicators-title,
#main-slider .main-slider-indicators li:hover .indicators-title,
#main-slider .main-slider-indicators li.active .slide2-type,
#main-slider .main-slider-indicators li:hover .slide2-type{
	opacity: 1;
}
#main-slider .main-slider-indicators li:hover,
#main-slider .main-slider-indicators li.active {
	border-bottom: 1px solid rgba(255,255,255,1);
}
#main-slider .item:nth-child(2n).active .next-post {
	opacity: 1;
}
#main-slider .item:nth-child(2n).active .next-post .slide-cat {
	animation: fadeInUp .5s;
}
#main-slider .item:nth-child(2n).active .next-post .slide-title {
	animation: fadeInDown .5s;
}
#main-slider .item:nth-child(2n+1).active .next-post {
	opacity: 1;
}
#main-slider .item:nth-child(2n+1).active .next-post .slide-cat {
	animation: fadeInRight .5s;
}
#main-slider .item:nth-child(2n+1).active .next-post .slide-title {
	animation: fadeInDown 1s;
}

#main-slider .item:nth-child(2n+1).active .next-post .slide-desc {
	animation: fadeInUp 1s;
}

#main-slider > .container {
	position: relative;
}
#main-slider .main-slider-indicators {
	left: auto;
	margin-left: 0;
	position: absolute;
	right: 15px;
	left: auto;
	top: 0;
	list-style: none;
	z-index: 1;
	color: #fff;
	width: 325px;
	height: 510px;
	background-color: rgba(0, 0, 0, 0.85);
}
#main-slider .main-slider-indicators .nano{
	height: 510px;
}
#main-slider .main-slider-indicators .main-slider-indicators-inner {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	list-style: none;
	z-index: 1;
	color: #fff;
	padding: 50px 30px;
	width: 100%;
	height: 510px;
	margin: 0;
}
#main-slider .main-slider-indicators .main-slider-indicators-inner:focus {
	outline: none;
}
#main-slider .main-slider-indicators li {
	width: 100%;
	height: auto;
	border: none;
	border-radius: 0;
	text-indent: 0;
	border-bottom: 1px solid rgba(255,255,255,.6);
	background: transparent;
	text-align: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom: 30px;
	margin: 0 0 30px 0;
}
#main-slider .main-slider-indicators li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#main-slider .main-slider-indicators li:focus {
	outline: none;
}
#main-slider .main-slider-indicators li .slide2-type {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#main-slider .main-slider-indicators li .indicators-title {
	font-weight: 400;
	margin-top: 15px;
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#main-slider .carousel-indicators {

    position: absolute;
    bottom: 0px;
    left: unset;
    z-index: 15;
    width: 190px;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    right: 8px;

}

#main-slider .carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.6);
    border-radius: 4px;
    border: none;
}

#main-slider .carousel-indicators .active {
    width: 50px;
    height: 5px;
    margin: 0;
    background-color: #fff;
}


/*default slider*/
.login-slider{
	clear: both;
	overflow: hidden;	
}
.login-slider.default #main-slider .item .next-post .next-post-wrapper > div {
	/*background-color: rgba(0, 0, 0, 0.7);*/
	padding: 10px 50px;
	margin-top: 112px;
}
.customNavigation {
	position: relative;
	z-index: 10;
}

.customNavigation a {
	position: absolute;
	bottom: 30px;
	right: 35px;
	font-size: 29px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.66);
	text-align: center;
	width: 35px;
	height: 40px;
	line-height: 40px;
}
.customNavigation a:hover {
	color: #fff;
	cursor: pointer;
}
.customNavigation a.SlideNext {
	margin-right: 10px;
}
.customNavigation a.right {
	right: 0;
}


/* ************** 	END:: login SLIDER 	************** */
/* ******************************************************* */


.card-login-box{
	background-color: #000;
	color: #fff;
	padding: 115px 45px;
	width: 450px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 999;
	transition: all 0.3s;
}

.card-login-box h1{
	color: #0c0c0c;
    margin-bottom: 30px;
    font-size: 25px;
}

.card-login-box .form-control{
	background-color: transparent;
	border-radius: 6px;
	height: 55px;
	color: #0c0c0c;
}

.card-login-box .form-control:focus {
	border-color: #66afe9;
	outline: 0px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15),0 0 10px rgba(13, 127, 210, 0.8);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15),0 0 10px rgba(13, 127, 210, 0.8);
	border: 2px solid #1a6aae;
}

.card-login-box .form-control:focus .inner-addon .fas {
		color: #333;
	}

.card-login-box .form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 7px;
	font-weight: 400;
}

.card-login-box a {
	color: #898888;
	text-decoration: underline;
}

.card-login-box a:hover, .card-login-box .form-group label a:active, .card-login-box .form-group label a:focus {
	color: #fff;
	text-decoration: underline;
}

.card-login-box .btn {
	height: 55px;
	border-radius: 6px;
}

.card-login-box .btn-primary {
	color: #fff;
	background-color: #2152de;
	border-color: #2550cc;
}

.card-login-box .btn-primary:hover, .card-login-box .btn-primary:focus, .card-login-box .btn-primary:active {
	color: #fff;
	background-color: #193faa;
	border-color: #1c42ae;
}

.inner-addon {
  position: relative;
}

#user-icon.change-color{
	color: red;
}

.inner-addon .fas {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.left-addon .fas  { 
	left:  7px;
	top: 11px
}

.right-addon .fas { 
	right: 7px;
	top: 11px
}

.left-addon input  { padding-left:  38px; }
.right-addon input { padding-right: 38px; }


.slider-info-box{
	width: calc(100% - 450px);
	background-color: #ddd;
	transition: all 0.3s;
	position: absolute;
	bottom: 0;
	right: 0;
}
