
.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
}
.popup-img-name{
	font-family: 'Vidaloka';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	margin-top: 12px;
	line-height: 39px;
	transform: translateY(13px);
	text-transform: uppercase;
	color: #016DB8;
}
.popup-img-subname{
	font-family: 'Montserrat';
font-style: normal;
padding-top: -12px;
font-weight: 600;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.1em;
text-transform: uppercase;

color: #565656;
}
.login-popup .box{
	background: #E8E8E8;
	width: 1000px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;

}
.login-popup.show .box{
	opacity: 1;
	margin-left: 0;
}
.login-popup .box .img-area{
	/* flex:0 0 50%; */
	max-width: 60%;
	position: relative;
	overflow: hidden;
	/* padding:30px; */
	padding: 10px 30px 10px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}
.login-popup .box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('/assets/img/about/01.jpg');
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;

}
select{
	border:none;
	padding: 10px 20px;
	border-radius:5px;
  }
  
  select:focus{
	outline:none;
  }
  .select-option{
	display: none;
  }
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box .form{
	flex:0 0 50%;
	max-width: 40%;
	padding:40px 30px;
	z-index: 1;
}
.img-area{
	background-color: #fff;
}
/* .login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
} */
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 14px;
	width: 100%;
	border:none;
	border-bottom:1px solid #000000;
	background-color: #E8E8E8;
	font-size: 15px;
	color:#000000;
}
.project-item1 {
    text-align: center;
    /* margin-bottom: 55px; */
}
.project-item1 .project-thumb1 {
    /* margin-bottom: 35px; */
}
form{
	margin-top: 33px;
}
.login-popup .box .form .form-control1{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 10px;
	border:none;
	background-color: #ffffff;
	font-size: 15px;
	border-radius: 5px;
	color:#000000;
background: #FFFFFF;
box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.dropdown-heading{
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 15px;
margin-bottom: 12px;
/* identical to box height */


color: #333333;

}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}
.popup-heading1{
font-weight: 600;
font-size: 25px;
line-height: 24px;

color: #000000;
}
.login-popup .box .form .popup-btn{
	width: 100%;
	margin-top:40px;
	margin-left: 91px;
	height: 45px;
	border:none;
	border-radius: 25px;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
width: 120px;
height: 32px;
left: 611px;
top: 413px;
background: #F89D1B;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
border-radius: 7px;
}
.popup-heading{
	font-family: 'Vidaloka';
font-style: normal;
font-weight: 500;
font-size: 34px;
line-height: 41px;
text-transform: uppercase;

color: #016DB8;

}

.login-popup .box .form .popup-btn:focus{
	outline: none;
}

.login-popup .box .form .close{
	position: absolute;
	right: 10px;
	top:0px;
	font-size: 30px;
	cursor: pointer;
}

/*responsive*/
@media(max-width: 767px){
	.login-popup .box{
		width: calc(100% - 30px);
	}
	.login-popup .box .img-area{
		display: none;
	}
	.login-popup .box .form{
		flex: 0 0 100%;
        max-width: 100%;
	}
}
