

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote,
q {
	quotes: none;
}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* start editing from here */

a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
}


/* text align right */

.txt-lt {
	text-align: left;
}


/* text align left */

.txt-center {
	text-align: center;
}


/* text align center */

.float-rt {
	float: right;
}


/* float right */

.float-lt {
	float: left;
}


/* float left */

.clear {
	clear: both;
}


/* clear float */

.pos-relative {
	position: relative;
}


/* Position Relative */

.pos-absolute {
	position: absolute;
}


/* Position Absolute */

.vertical-base {
	vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
	vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
	display: block;
}


/* vertical menu */

nav.horizontal ul li {
	display: inline-block;
}


/* horizontal menu */

img {
	max-width: 100%;
}


/*end reset*/

html,
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}

	body a {
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		text-decoration: none;
	}

		body a:hover {
			text-decoration: none;
		}

		body a:focus,
		a:hover {
			text-decoration: none;
		}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
	font-family: 'Open Sans', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

p {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}


/*-- //Reset-Code --*/


/*--background --*/
body {
	box-sizing: border-box;
	background: #f1f1f1;
	min-height: 100vh;
}

.w3layouts-two-grids {
	width: 62%;
	margin: 0em auto;
	-webkit-box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
	-moz-box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
	box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
}

.mid-class {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

h1.error {
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

.img-right-side, .txt-left-side {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	box-sizing: border-box;
	text-align: center;
}

.img-right-side {
	background: rgb(25, 114, 188);
}

.txt-left-side {
	background: #ecfaff;
}

	.img-right-side h3, .txt-left-side h2 {
		color: #000;
		letter-spacing: 0px;
	}

	.txt-left-side h2 {
		color: #1972BC;
	}

	.img-right-side p, .txt-left-side p {
		color: #1972BC;
		letter-spacing: 0.3px;
	}

	.txt-left-side p {
		color: #1972BC;
	}

.txt-left-side {
	background: ##1972BC;
}

.form-left-to-w3l {
	display: flex;
	display: -webkit-flex;
	/* border: none; */
	border: 1px solid #1972BC;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

	.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="password"] {
		
		flex-basis: 90%;
		width: 100%;
		color: #1972BC;
		font-size: 14px;
		border: none;
		outline: none;
		padding: .6em .6em;
		-webkit-appearance: none;
		background: transparent;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		box-sizing: border-box;
		/* box-shadow: -1px 0px 6px #9f9f9f; */
	}

	.form-left-to-w3l span {
	
		flex-basis: 15%;
		border: none;
		text-align: center;
		color: #1972BC;
		line-height: 35px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
	    transition: 0.5s all;
	}

button[type=submit] {
	background: #1972BC;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	 transition: 0.5s all;
}

	button[type=submit]:hover, a.for:hover, .w3layouts_more-buttn a:hover {
		opacity: 0.8;
	}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1972BC;
	background: transparent;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #1972BC;
	background: transparent;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #1972BC;
	background: transparent;
}

:-moz-placeholder { /* Firefox 18- */
	color: #1972BC;
	background: transparent;
}

input.checked {
	position: absolute;
	top: 3px;
	left: -5px;
	cursor: pointer;
}

.left-side-forget {
	float: left;
	position: relative;
}

.right-side-forget {
	float: right;
}

.remenber-me {
	margin-left: 17px;
}

.remenber-me, a.for {
	font-size: 12px;
	color: #1972BC;
	text-transform: uppercase;
}

.left-side-forget, .right-side-forget {
	flex-basis: 50%;
	flex-basis: 50%;
	box-sizing: border-box;
}

.w3layouts_more-buttn h3 {
	font-size: 15px;
	color: #1972BC;
	margin-top: 43px;
	font-weight: 400;
}

.w3layouts_more-buttn a {
	font-size: 15px;
	color: #60baaf;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 0px;
	outline: none;
}

.copyrigh-wthree {
	text-align: center;
}

	.copyrigh-wthree p {
		font-size: 14px;
		color: #000;
		letter-spacing: 3px;
	}

		.copyrigh-wthree p a {
			color: #60baaf;
			font-size: 14px;
			font-weight: 800;
		}
/*--responsive--*/
@media(max-width:1920px) {
	h1.error {
		font-size: 58px;
		padding-top: 60px;
		margin-bottom: 47px;
	}

	.img-right-side, .txt-left-side {
		padding: 5.5em 6em 4em;
	}

	.copyrigh-wthree {
		padding: 5em 0em 4.5em;
	}

	.img-right-side h3, .txt-left-side h2 {
		font-size: 25px;
		margin-bottom: 35px;
	}
}

@media(max-width:1680px) {
	h1.error {
		font-size: 54px;
		padding-top: 57px;
		margin-bottom: 45px;
	}

	.img-right-side, .txt-left-side {
		padding: 4.5em 4.5em 3.5em;
	}

	.copyrigh-wthree {
		padding: 4em 0em 4.5em;
	}

	.img-right-side h3, .txt-left-side h2 {
		font-size: 24px;
		margin-bottom: 33px;
	}
}

@media(max-width:1600px) {
	h1.error {
		padding-top: 54px;
		margin-bottom: 43px;
		letter-spacing: 3px;
		font-size: 49px;
	}

	.img-right-side, .txt-left-side {
		padding: 3.5em 4em 3em;
	}

	.copyrigh-wthree {
		padding: 3em 0em 4.5em;
	}

	.img-right-side h3, .txt-left-side h2 {
		font-size: 22px;
		margin-bottom: 29px;
	}

	.form-left-to-w3l span {
		font-size: 20px;
	}

	.img-right-side p, .txt-left-side p {
		font-size: 13.5px;
		line-height: 24px;
		margin-bottom: 48px;
	}

	button[type=submit] {
		padding: 14px 20px;
		margin: 42px 0px 18px;
	}

	.form-left-to-w3l {
		margin: 0px 0px 25px;
	}
}

@media(max-width:1440px) {
	h1.error {
		padding-top: 51px;
		margin-bottom: 40px;
		font-size: 46px;
	}

	.w3layouts-two-grids {
		width: 66%;
	}

	.img-right-side, .txt-left-side {
		padding: 3.5em 3.7em 3em;
	}

		.img-right-side p, .txt-left-side p {
			margin-bottom: 43px;
		}

	.form-left-to-w3l span {
		font-size: 18px;
	}
}

@media(max-width:1366px) {
	.img-right-side, .txt-left-side {
		padding: 3.2em 3.5em 2.7em;
	}

	.w3layouts-two-grids {
		width: 69%;
	}

	button[type=submit] {
		margin: 39px 0px 18px;
	}
}

@media(max-width:1280px) {
	h1.error {
		padding-top: 48px;
		margin-bottom: 36px;
		font-size: 43px;
	}

	.w3layouts_more-buttn h3 {
		margin-top: 40px;
	}

	.copyrigh-wthree {
		padding: 2.7em 0em 4.2em;
	}

	.w3layouts-two-grids {
		width: 72%;
	}
}

@media(max-width:1080px) {
	.w3layouts-two-grids {
		width: 80%;
	}

	.img-right-side, .txt-left-side {
		padding: 3.2em 3em 2.7em;
	}

		.img-right-side h3, .txt-left-side h2 {
			font-size: 21px;
			margin-bottom: 24px;
		}
}

@media(max-width:1050px) {
	h1.error {
		font-size: 41px;
		letter-spacing: 2px;
	}

	.form-left-to-w3l {
		margin: 0px 0px 22px;
	}

	.w3layouts-two-grids {
		width: 83%;
	}

	.copyrigh-wthree p {
		letter-spacing: 2px;
	}
}

@media(max-width:1024px) {
	.w3layouts-two-grids {
		width: 86%;
	}

	h1.error {
		padding-top: 45px;
		margin-bottom: 34px;
	}

	.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="password"] {
		padding: .5em .6em;
	}

	.form-left-to-w3l span {
		line-height: 33px;
	}
}

@media(max-width:991px) {
	.w3layouts-two-grids {
		width: 89%;
	}

	.copyrigh-wthree {
		padding: 2.3em 0em 4em;
	}

	.w3layouts_more-buttn a {
		font-size: 14px;
	}

	button[type=submit] {
		margin: 36px 0px 16px;
	}
}

@media(max-width:900px) {
	h1.error {
		padding-top: 42px;
		margin-bottom: 30px;
	}

	.img-right-side, .txt-left-side {
		padding: 3em 2.7em 2.5em;
	}

	.w3layouts-two-grids {
		width: 95%;
	}

	.w3layouts_more-buttn h3 {
		margin-top: 37px;
	}
}

@media(max-width:800px) {
	button[type=submit] {
		padding: 12px 20px;
	}

	.img-right-side p, .txt-left-side p {
		margin-bottom: 39px;
	}

	.img-right-side, .txt-left-side {
		padding: 2.7em 5em 2.2em;
	}

	h1.error {
		font-size: 38px;
	}

	.mid-class {
		flex-direction: column-reverse;
	}

	.w3layouts-two-grids {
		width: 68%;
	}

	.w3layouts_more-buttn h3 {
		margin-top: 32px;
	}
}

@media(max-width:768px) {
	.img-right-side, .txt-left-side {
		padding: 2.4em 5em 2.2em;
	}

		.img-right-side p, .txt-left-side p {
			margin-bottom: 32px;
		}
}

@media(max-width:767px) {
	h1.error {
		font-size: 35px;
	}

	button[type=submit] {
		padding: 11px 20px;
	}

	.copyrigh-wthree {
		padding: 2.1em 0em 3.5em;
	}
}

@media(max-width:736px) {
	.w3layouts-two-grids {
		width: 70%;
	}

	.w3layouts_more-buttn h3 {
		font-size: 14px;
	}
}

@media(max-width:667px) {
	.img-right-side, .txt-left-side {
		padding: 2.4em 4em 2.2em;
	}

	.w3layouts-two-grids {
		width: 72%;
	}

	h1.error {
		font-size: 33px;
	}
}

@media(max-width:640px) {
	.img-right-side, .txt-left-side {
		padding: 2.1em 3.5em 2.1em;
	}

	button[type=submit] {
		margin: 34px 0px 15px;
	}
}

@media(max-width:600px) {
	h1.error {
		padding-top: 38px;
		margin-bottom: 27px;
	}

	.w3layouts-two-grids {
		width: 77%;
	}

	.w3layouts_more-buttn h3 {
		margin-top: 29px;
	}
}

@media(max-width:568px) {
	.img-right-side h3, .txt-left-side h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.w3layouts-two-grids {
		width: 78%;
	}
}

@media(max-width:480px) {
	.img-right-side, .txt-left-side {
		padding: 2.1em 3em 2.1em;
	}

	.w3layouts-two-grids {
		width: 89%;
	}

	.img-right-side p, .txt-left-side p {
		margin-bottom: 29px;
	}

	.copyrigh-wthree p {
		letter-spacing: 1px;
	}
}

@media(max-width:440px) {
	h1.error {
		font-size: 31px;
		letter-spacing: 1px;
	}

	.w3layouts-two-grids {
		width: 92%;
	}

	.img-right-side, .txt-left-side {
		padding: 2.1em 2.2em 2.1em;
	}

	.copyrigh-wthree p {
		line-height: 29px;
	}
}

@media(max-width:414px) {
	.img-right-side p, .txt-left-side p {
		margin-bottom: 26px;
	}

	.copyrigh-wthree {
		padding: 2em 0em 3.2em;
	}

	.img-right-side h3, .txt-left-side h2 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 33px;
	}
}

@media(max-width:384px) {
	h1.error {
		font-size: 29px;
	}

	.img-right-side, .txt-left-side {
		padding: 2em 2em 2em;
	}

	.w3layouts_more-buttn h3 {
		margin-top: 27px;
	}
}

@media(max-width:375px) {
	.img-right-side h3, .txt-left-side h2 {
		margin-bottom: 17px;
		line-height: 30px;
	}

	.form-left-to-w3l span {
		font-size: 16px;
	}

	.remenber-me, a.for {
		font-size: 11px;
	}
}

@media(max-width:320px) {
	h1.error {
		font-size: 24px;
	}

	.img-right-side, .txt-left-side {
		padding: 1.8em 1.7em 1.8em;
	}

	.w3layouts_more-buttn h3 {
		font-size: 13px;
	}

	.w3layouts_more-buttn a {
		font-size: 13px;
		line-height: 27px;
	}
}
/*--//responsive--*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #de615e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #de615e; color: #fff; text-shadow: none; }
::selection { background: #de615e; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de615e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.35);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 0.8; color: #fff; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de615e;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

