
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html
{
	scroll-behavior: smooth;
}
body
{
	overflow-x: hidden;
	background: #00000087;
/*background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(69,45,253,1) 100%);*/
	/*background: linear-gradient(0deg, #26d7ff, #00c7f6, #00a4e0, #0081c5, #0071b8);*/	
	letter-spacing: 0px;
	color: #393939;
	height: 100%;
	width: 100%;
	min-height: 100vh;
	font-family: 'Karla', sans-serif;
font-family: 'Libre Franklin', sans-serif;
font-family: 'Mulish', sans-serif;
font-family: 'Poppins', sans-serif;

}
a:hover
{	
	text-decoration: none;
	color: #323232;
}
p
{
	font-size: 18px;
	/*color: #656565;*/
}
.spacier-100
{
	height: 100px;
	width: 100%;
}
.theme-color
{
	color: #323232;
}
.mb-30
{
	margin-bottom: 30px;
}
.home-screen
{
	float: left;
	width: 100%;
	height: 100vh;
	position: relative;
}
.home-screen .box
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	padding: 50px;
	border-radius: 15px;
	/*border: 1px solid #fff;*/
	background: #ffffff;
	box-shadow: 0px 8px 22px -10px rgb(0 0 0 / 75%);
}
.logo 
{
	/*font-size: 80px;
	font-weight: 800;
	font-family: 'Mulish', sans-serif;
	text-align: center;
	color: #fff;
	    margin-bottom: 30px;
    line-height: 65px;*/
}

.home-screen .box .form-control
{
	height: 50px;
	/*-webkit-box-shadow: -5px 8px 28px -15px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 8px 28px -15px rgba(0,0,0,0.75);*/
box-shadow: 0px 8px 22px -10px rgb(0 0 0 / 75%);
border: none;
border-radius: 10px;
}
.home-screen .box .forget-text
{
	color: #000;
	margin-bottom: 0;
	text-align: center;
}
.form_group {
  display: block;
  margin-bottom: 15px;
}

.form_group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_group label {
  position: relative;
  cursor: pointer;
  color: #000;
}

.form_group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form_group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
   top: 2px;
    left: 2px;
    /* width: 18px; */
    /* height: 19px; */
    border: solid #000;
    border-width: 10px;
    /* transform: rotate(45deg);*/
}

header .navbar 
{
	/*box-shadow: 0px 8px 22px -10px rgb(225 225 225 / 75%);*/
}
header .user-details  li a 
{
	color: #343a40;
	display: flex;
	align-items: center;
	font-size: 20px;
}
header .user-details  li a i 
{
	font-size: 35px;
	margin-right: 10px;
}
.heading 
{
	font-size: ;
	color: #000;
}
.navbar-nav .dropdown-menu
{
	position: absolute;
  left: -30px;
  top: 60px;
}
.home-1
{
	float: left;
	width: 100%;
	padding: 50px 0;
	/*background-image: url(../img/bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	position: relative;
}
.home-screen #demo 
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
.home-screen #demo .carousel-inner 
{
	height: 100%;
}
.home-screen #demo .carousel-item 
{
	background: #000;
	height: 100%;
}
.home-screen #demo .carousel-item img 
{
	width: 100%;
	opacity: 0.5;
	/*height: 100%;*/
}
.menu-box 
{
	width: 100%;
	min-height: 100px;
  transition: 0.5s;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 15px;
  text-align: center;
  backdrop-filter: blur(5px);
}
.menu-box i 
{
	display: block;
	font-size: 50px;
	color: #000;
	margin-bottom: 15px;
}
.menu-box span {
	color: #000;
	font-size: 22px;
}
.menu-box:hover 
{
	box-shadow: 0px 6px 13px 3px rgb(255 255 255 / 67%);
}
.menu-box:hover i,
.menu-box:hover span 
{
	color: #000;
}


@media only screen and (max-width: 570px)
{
	.home-screen .box
	{
		width: 90%;
		padding: 20px;
	}
	.menu-box span
	{
		font-size: 16px;
	}
	.menu-box i
	{
		font-size: 35px;
	}
	.navbar-brand.logo 
	{
		font-size: 40px;
		line-height: 1;
	}
}
@media only screen and (max-width: 400px)
{
	.form_group label, .home-screen .box .forget-text
	{
		font-size: 14px;
	}
}

.help-block {
   display: inline-block;
   font-size: 13px;
   background: #ff7171;
   color: white;
   padding: 2px 10px;
   margin-top: 8px;
   position: relative;
   border-radius: 3px;
}
.help-block:after {
   content: "";
   display: block;
   position: absolute;
   top: -5px;
   left: 10px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 5px 5px 5px;
   border-color: transparent transparent #ff7171;
}