/*
  Theme Name: Name - input-register-form HTML Template
  Author: rana271199@gmail.com
  Description: Creative-form  HTML5 template.
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. input-form1-css-start
3. register-form1-css-start
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #444444;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #999999;
	font-size: 16px;
	opacity: 1;
}
*::placeholder {
	color: #333333;
	font-size: 16px;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.min-height{
	min-height: 600px;
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px!important;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0!important;
	padding: 13px 25px!important;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.breadcrumb > .active {
	color: #888;
}
/* scrollUp */
#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}
/*form-bg-img*/
.bg-img {
	background: url(../img/input-form1.jpg);
	background-size: cover;
	background-position: center;
}
.bg-img2 {
	background: url(../img/login-form2.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
}
.bg-img4 {
	background: url(../img/bg2.jpg);
	background-size: cover;
	background-position: center;
}
.bg-img5 {
	background: url(../img/input-form5.jpg);
	background-size: cover;
	background-position: center;
}
/*input-form-heare*/


/*input-form1-css-start*/


.form-wraper {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	padding: 40px 50px;
	margin: 30px 45px;
}
.form-title h3 {
	font-size: 25px;
	font-weight: 700;
	border: none;
	margin-bottom: 15px;
}
.form-title p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 45px;
}
.form-function{
	position: relative;
}
.form-function input {
	height: 45px;
	width: 100%;
	padding-left: 44px;
	border-radius: 26px;
	background: #9999990d;
	border: none;
}
.form-function input:focus {
	background: #ffffff;
	border: 1px solid #3333337d;
	box-shadow: none;
}
.form-function label {
	position: absolute;
	top: 8px;
	left: 17px;
	font-size: 20px;
}
#eye {
	position: absolute;
	right: 18px;
	top: 13px;
	font-size: 20px;
	color: #999;
	cursor: pointer;
}
.forget a {
	display: block;
	text-align: right;
	color: #3125e5;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.forget a:hover{
	text-decoration: underline;
}
.Remember-me label {
	font-size: 16px;
	font-weight: 600;
	margin-left: 7px;
}
.buttton button {
	width: 100%;
	background: #3125e5;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0px;
	border: none;
	border-radius: 26px;
	transition: .3s;
}
.buttton button:hover {
	background: #3425e5c4;
}
.twitter{
	background: #8eedc7;
	color: #ffff;
}
.facebook{
	background: #3125e5;
	color: #ffff;
}
.goggle{
	color: #ffff;
	background: #bc202f;
}
.icon a {
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	border-radius: 50%;
	margin: 0px 10px;
}
.login-heare span {
	font-size: 16px;
	font-weight: 600;
	color: #7e7e7e;
}
.login-heare a{
	color: #3125e5;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;	
}
.login-heare a:hover{
	text-decoration: underline;
}
/*input-form1-css-end*/

/*register-form1-css-start*/

.another {
	position: relative;
	border-bottom: 2px solid#3333;
}
.another span {
	position: absolute;
	top: -17px;
	font-size: 20px;
	background: #ffffff;
	height: 28px;
	width: 33px;
	border-radius: 20px;
	color: #7e7e7e;
	font-weight: 500;
	right: 50%;
	transform: translateX(50%);
}
.register-login a {
	border-radius: 10px;
}

/*register-form1-css-end*/

/*input-form2-css-start*/
.left-div {
	height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.hero-overly {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
.bg-title {
	z-index: 1;
}
.form-wraper2 {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	padding: 70px 50px;
	margin: 30px 45px;
}
.form-wraper2 .form-function label {
	position: static;
	color: #333;
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: capitalize;
}
.form-wraper2 .form-function #eye {
	top: 42px;
}
.form-wraper2 .form-function input {
	border-radius: 8px;
	border: 1px solid#ddd;
	padding-left: 20px;
	background: #dddddd0d;
}
.form-wraper2 .form-function input:focus {
	-webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
	border-color: #80bdff !important;
}
.form-wraper2 .buttton button {
	border-radius: 8px;
}
.form-wraper2 .login-heare a {
	font-size: 16px;
	text-transform: capitalize;
}
.Remember-me input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.25);
	color-adjust: exact;
}
.Remember-me input:focus{
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.bg-title h2 {
	font-size: 45px;
	font-weight: 600;
}
.bg-title p {
	font-size: 20px;
	font-weight: 400;
}
.m-l-r-60{
	margin: 0px 60px;
}
/*input-form2-css-end*/

/*register-form2-css-start*/
.extra-ptb {
	padding: 40px 50px;
	margin: 33px 45px;
}
/*register-form2-css-end*/

/*input-form3-css-start*/
.extra{
	background: #ddd;
}
.extra1 {
	padding: 35px 50px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background: #fff;
	margin-top: 40px;
	border-radius: 10px;
}
.my-text-dark {
	color: #21252991;
}
.form-wraper3 {
	width: 100%;
}
.form-wraper3 .form-function .form-control::placeholder {
	color: #333333d9;
}
.form-wraper3 .form-function input {
	padding-left: 17px;
	border: none;
	border-bottom: 2px solid#ddd;
	border-radius: 0;
}
.form-wraper3 .login-heare a {
	font-size: 15px;
	font-weight: 600;
}
.form-wraper3 .form-function input:focus {
	border-bottom: 2px solid rgba(13,110,253,.25);
	background: none;
}
.eyes {
	position: absolute;
	right: 18px;
	top: 13px;
	font-size: 20px;
	color: #999;
	cursor: pointer;
}
/*input-form3-css-end*/

/*input-form4-css-start*/

.form-wraper4 {
	padding: 40px 50px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.form-wraper4 .form-title p {
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}
.form-wraper4 .form-function input:focus {
	border: 2px solid rgba(13,110,253,.25);
	background: none;
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.form-wraper4 .form-function input {
	border: 2px solid#ddd;
	background: none;
	border-radius: 5px;
}

/*input-form4-css-end*/

/*input-form5-css-start*/

.form-wraper5{
	padding: 60px 40px;
	margin: 60px 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.form-wraper5 .form-title h3 {
	font-weight: 500;
	color: #333;
}
.form-wraper5 .form-function input {
	background: none;
	border: 1px solid#ddd;
	height: 55px;
	border-radius: 5px;
}
.form-wraper5 .form-function label {
	top: -17px;
	background: #fff;
	color: #333;
	font-size: 16px;
}
.form-wraper5 .form-function input:focus {
	border: 2px solid rgba(13,110,253,.25);
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.form-wraper5 .icon {
	background: #999;
	border-radius: 20px;
}
.form-wraper5 .icon a {
	margin: 0;
} 
.form-wraper5 .icon p {
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.right-div {
	height: 100%;
}
.total {
	height: 100%;
}
.total h3 {
	font-size: 25px;
	font-weight: 700;
}

/*input-form5-css-end*/