/*======================================
			Hotline Section Start
======================================*/
.hotline{
	background: linear-gradient(13deg, rgba(242,52,146,1) 0%, rgba(100,58,146,1) 100%);
	padding: 5px 0;
	color: var(--white);
	font-size: 12px;
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
}
.hotline .icon1{
	margin: 0 30px;
}
.hotline .icon .fa-phone {
    transform: rotateY(190deg);
    font-size: 13px;
    padding-top: 4px;
}
.hotline .icon a{
	color: var(--white);
}
.hotline .icon .fa-envelope{
	padding-top: 4px;
}
.hotline .icon p{
	margin-left: 5px;
}
.hotline .login{
	margin-left: auto;
}
.hotline .login a{
	color: var(--white);
	transition: 0.4s;
}
.hotline .login a:hover{
	color: var(--hover);
}
.hotline .form{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(34, 34, 34,0.8);
	height: 100vh;
	width: 100%;
	z-index: 9999;
	display: none;
}
.hotline .form .close{
	color: #00FF00;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	position: absolute;
	top: 28px;
	right: 3%;
	cursor: pointer;
	transition: 0.4s;
}
.hotline .form .close:hover{
	transform: scale(1.3);
	color: #ff0000;
}
.hotline .form .main{
	background: transparent;
	width: 50%;
	margin: 5% auto;
	height: 80%;
	padding: 50px;
	-webkit-box-shadow: inset 0px 0px 35px 8px rgba(0,255,255,0.66);
	-moz-box-shadow: inset 0px 0px 35px 8px rgba(0,255,255,0.66);
	box-shadow: inset 0px 0px 35px 8px rgba(0,255,255,0.66);
}
.hotline .login_form .main{
	height: 55%;
}
.hotline .login_form input{
	height: 18% !important;
}
.hotline .form input{
	display: block;
	margin: 0 auto;
	outline: none;
	border: none;
	width: 400px;
	margin-bottom: 30px;
	padding-left: 10px !important;
	padding: 8px 0;
}
.hotline .form button{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px !important;
	background: #000080;
	color: #dddddd;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	border: none;
	border-radius: 3px;
	padding: 7px 20px;
	transition: 0.4s;
}
.hotline .form button:hover{
	-webkit-box-shadow: inset 0px 0px 35px 8px rgba(0,255,255,0.66);
	-moz-box-shadow: inset 0px 0px 35px 8px rgba(0,255,255,0.66);
	box-shadow: inset 0px 0px 35px 8px rgba(0,255,255,0.66);
	color: var(--white);
}
.hotline .form h2{
	color: var(--white);
	font-size: 22px;
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	width: 140px;
	margin-bottom: 40px !important;
	margin: 0 auto;
}
/*======================================
			Hotline Section End
======================================*/