/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

/*--reset--*/







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 */



/* vertical menu */



/* horizontal menu */

img {
	max-width: 100%;
}

/*--end reset--*/

body {
	
	background: url(../images/banner.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
}



.top-section-wthree {
	padding: 1.8em 2.5em;
	border-top-right-radius: 18px;
	border-top-left-radius: 18px;
}

/**** LOGIN_SIGNUP ******/

/* signup Form styles */

h2.sub-title {
	text-align: left;
	font-size: 25px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 600;
}

.top-section-wthree p {
	color: rgba(255, 255, 255, 0.87);
	letter-spacing: 1px;
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	padding-top: 9px;
}

.form-agileits-w3layouts {
	padding: 2em;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
}

.contact-main-w3-agile {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-top: 5%;
	background-image: url(../../images/header.png);
	border-radius: 18px;
	-webkit-box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
	-moz-box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
	box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
}

.form-agileits-w3layouts input[type="text"],
.form-agileits-w3layouts textarea,
.form-agileits-w3layouts input[type="email"] {
	width: 100%;
	padding: 12px 15px;
	border: none;
	outline: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	box-sizing: border-box;
	background: rgba(150, 150, 150, 0.34);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-o-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
}



.form-agileits-w3layouts textarea {
	resize: none;
	height: 130px;
}

.form-agileits-w3layouts input[type="submit"] {
	background: black;
	color: white;
	font-size: 17px;
	border: none;
	text-transform: capitalize;
	border: 2px solid white;
	/* width: 100%; */
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	padding: .6em 4em;
	letter-spacing: 1px;
	margin-top: 11px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-ms-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-o-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
}

.form-agileits-w3layouts input[type="submit"]:hover {
	background: white;
	border-color: black;
	color:black;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.42)
}

.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="password"] {
	width: 94%;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #7d7d7d;
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	color: #000 !important;
}

.copy-right-agileinfo p {
	text-align: center;
	color: #fff;
	font-size: 13.5px;
	margin: 2.2em 0;
	letter-spacing: 1.2px;
	display: block;
}

.copy-right-agileinfo p a:hover {
	color: #1cbfb4;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.copy-right-agileinfo p a {
	text-decoration: underline;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

/*-- //login --*/

#pname::placeholder {
 color:white !important;
}

#pname::-webkit-input-placeholder {
  color: white !important;
}
#pname::-moz-placeholder {
  color: white !important;
}
#pname:-ms-input-placeholder {
  color: white !important;
}
#pname:-moz-placeholder {
  color: white !important;
}


#pemail::placeholder {
 color:white !important;
}

#pemail::-webkit-input-placeholder {
  color: white !important;
}
#pemail::-moz-placeholder {
  color: white !important;
}
#pemail:-ms-input-placeholder {
  color: white !important;
}
#pemail:-moz-placeholder {
  color: white !important;
}


#ptlf::placeholder {
 color:white !important;
}

#ptlf::-webkit-input-placeholder {
  color: white !important;
}
#ptlf::-moz-placeholder {
  color: white !important;
}
#ptlf:-ms-input-placeholder {
  color: white !important;
}
#ptlf:-moz-placeholder {
  color: white !important;
}


#ptlf::placeholder {
 color:white !important;
}

#pmsg::-webkit-input-placeholder {
  color: white !important;
}
#pmsg::-moz-placeholder {
  color: white !important;
}
#pmsg:-ms-input-placeholder {
  color: white !important;
}
#pmsg:-moz-placeholder {
  color: white !important;
}



/*--responsive--*/

@media(max-width:1920px) {
	h
	.copy-right-agileinfo p {
		font-size: 14px;
		margin: 7em 0;
	}
}

@media(max-width:1600px) {
	
	.copy-right-agileinfo p {
		font-size: 13.5px;
		margin: 2.2em 0;
	}
}

@media(max-width:1440px) {
	.contact-main-w3-agile {
		width: 33%;
	}
	.copy-right-agileinfo p {
		margin: 4.5em 0;
	}
}

@media(max-width:1366px) {
	.contact-main-w3-agile {
		width: 35%;
	}
	.copy-right-agileinfo p {
		margin: 2em 0;
	}
	
	.form-agileits-w3layouts textarea {
		height: 120px;
	}
}

@media(max-width:1280px) {
	.top-section-wthree p {
		letter-spacing: 0.6px;
	}
}

@media(max-width:1080px) {
	.contact-main-w3-agile {
		width: 42%;
	}
}

@media(max-width:1050px) {
	.contact-main-w3-agile {
		width: 42.5%;
	}
}

@media(max-width:1024px) {
	
	.contact-main-w3-agile {
		width: 44.5%;
	}
}

@media(max-width:991px) {
	.contact-main-w3-agile {
		width: 46%;
	}
	.top-section-wthree {
		padding: 1.5em 2.3em;
	}
}

@media(max-width:900px) {
	.contact-main-w3-agile {
		width: 50%;
	}
}

@media(max-width:800px) {
	.form-agileits-w3layouts input[type="text"],
	.form-agileits-w3layouts textarea,
	.form-agileits-w3layouts input[type="email"] {
		font-size: 13.5px;
		margin-bottom: 13px;
	}
	.contact-main-w3-agile {
		width: 57%;
	}
}

@media(max-width:768px) {
	
	.copy-right-agileinfo p {
		margin: 5em 0;
	}
	.top-section-wthree p {
		font-size: 14.5px;
	}
}

@media(max-width:767px) {
	
	.copy-right-agileinfo p {
		margin: 3em 0;
	}
	.contact-main-w3-agile {
		width: 58%;
	}
}

@media(max-width:736px) {
	.contact-main-w3-agile {
		width: 60%;
	}
}

@media(max-width:667px) {
	.contact-main-w3-agile {
		width: 67%;
	}
	
}

@media(max-width:640px) {
	.copy-right-agileinfo p {
		letter-spacing: 1px;
	}
	.contact-main-w3-agile {
		width: 70%;
	}
}

@media(max-width:600px) {
	.copy-right-agileinfo p {
		margin: 2em 2em;
		line-height: 28px;
	}
	
	.contact-main-w3-agile {
		width: 75%;
	}
}

@media(max-width:568px) {
	.contact-main-w3-agile {
		width: 78%;
	}
	
}

@media(max-width:480px) {
	
	.top-section-wthree p {
		font-size: 14px;
	}
	.contact-main-w3-agile {
		width: 85%;
	}
}

@media(max-width:414px) {
	.top-section-wthree {
		padding: 1.3em 2.3em;
	}
	h2.sub-title {
		font-size: 22px;
		letter-spacing: 1.5px;
	}
}

@media(max-width:440px) {
	
}

@media(max-width:384px) {
	.form-agileits-w3layouts {
		padding: 1.8em 1.5em;
	}
	
	.form-agileits-w3layouts textarea {
		height: 80px;
	}
	.top-section-wthree {
		padding: 1.3em 1.8em;
	}
	h2.sub-title {
		font-size: 21px;
	}
	.form-agileits-w3layouts input[type="submit"] {
		font-size: 16px;
		padding: 0.5em 3.5em;
	}
}

@media(max-width:320px) {
	
	.top-section-wthree p {
		font-size: 13.5px;
		line-height: 23px;
	}
	.contact-main-w3-agile {
		width: 93%;
	}
}

/*--responsive--*/