/*--reset--*/
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%;
  font: inherit;
  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--*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  background: #212020;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  /* text-align: center;*/
}
.center-container {
  padding: 1em 0 1em;
  background: #3c5988;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
/**** LOGIN_SIGNUP ******/
/* signup Form styles */
.sub-head-w3-agileits h2 {
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #20b1aa;
  font-weight: 500;
}
.sub-head-w3-agileits {
  margin-bottom: 2em;
}
.sub-head-w3-agileits p {
  text-align: center;
  font-size: 15px;
  padding-top: 0.5em;
  letter-spacing: 1px;
  color: #fff;
}
.login-form {
  padding: 2em;
  background: rgba(0, 0, 0, 0.19);
  width: 45%;
  margin: 0 auto;
  border: 4px solid rgba(32, 177, 170, 0.3);
}
.social-bottons-w3ls {
  margin-bottom: 2em;
}
.email-wthree,
.name-wthree {
  width: 49.5%;
  float: left;
}
.name-wthree {
  float: right !important;
}
.form-control {
  box-shadow: none !important;
  border-radius: 0 !important;
}
select.form-control option {
  background: #000 !important;
}
.form-control {
  width: 100% !important;
}
.login-form input[type="text"],
.login-form input[type="email"],
.form-control {
  width: 85.5%;
  padding: 10px 12px 10px 49px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 17px;
  background: rgba(255, 255, 255, 0.15);
  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;
}
.inputs-w3ls {
  position: relative;
}
.inputs-w3ls i {
  position: absolute;
  left: 16px;
  bottom: 18px;
  font-size: 16px;
  color: #fff;
  /* background: rgba(255, 255, 255, 0.18); */
  /* width: 36px; */
  /* height: 36px; */
  line-height: 35px;
}
.inputs-w3ls p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
}
h1 {
  font-size: 3.3em;
  letter-spacing: 3px;
  color: #fff;
  margin: 2em 0 1em;
  text-align: center;
}
.login-form textarea {
  resize: none;
  height: 50px;
}
.login-form input[type="submit"] {
  background: #20b1aa;
  color: #fff;
  font-size: 18px;
  border: none;
  text-transform: capitalize;
  border: 2px solid #20b1aa;
  width: 100%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 13px 0;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
}
.login-form input[type="submit"]:hover {
  background: transparent;
}
.book-form input[type="email"],
.book-form input[type="text"] {
  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;
}
.footer-agileits p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 7em 0 21.1em;
  letter-spacing: 1.5px;
  display: block;
}
.footer-agileits p a:hover {
  color: #20b1aa;
  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;
}
.footer-agileits 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;
}
/*-- radio-buttons --*/
ul li label {
  display: block;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  font-size: 15px;
  padding: 6px 0px 0px 42px;
  height: 30px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
label.rating {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}
ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
ul li .check {
  display: block;
  position: absolute;
  border: 2px solid #f44336;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 9px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
input[type="radio"]:checked ~ label {
  color: #20b1aa;
}
ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input[type="radio"]:checked ~ .check::before {
  background: #ffffff;
}
ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.inputs-w3ls ul li,
.inputs-w3ls ul li {
  color: #000;
  display: block;
  position: relative;
  height: 40px;
  float: left;
  width: 25%;
}
/*-- //radio-buttons --*/
.upload-wthree {
  position: relative;
  margin: 1em auto 1.5em;
  text-align: center;
}
input[type="file"] {
  padding: 8px 5px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 34.2%;
  width: 260px;
}
#filedrag {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  padding: 9px 100px;
  background: #fff;
  /* margin: 0 0 25px; */
  color: #000000;
  /* border: 2px dashed #146eb4; */
  border-radius: 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: default;
  font-size: 17px;
  letter-spacing: 1px;
}
/*-- //login --*/
::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}
/*--responsive--*/
@media (max-width: 1680px) {
  .footer-agileits p {
    margin: 7em 0 8.95em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 83.7%;
  }
  input[type="file"] {
    left: 32.2%;
  }
}
@media (max-width: 1600px) {
  h1 {
    margin: 1em 0 1em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 82.7%;
  }
  .footer-agileits p {
    margin: 4em 0 5.1em;
  }
  input[type="file"] {
    left: 30.9%;
  }
}
@media (max-width: 1440px) {
  .login-form {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .login-form {
    width: 53%;
  }
  h1 {
    margin: 1em 0 0.8em;
    font-size: 3em;
  }
  .footer-agileits p {
    margin: 3em 0 2.5em;
  }
}
@media (max-width: 1280px) {
  .login-form {
    width: 70%;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 86%;
  }
  input[type="file"] {
    left: 34.7%;
  }
}
@media (max-width: 1080px) {
  .login-form {
    width: 80%;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 85.6%;
  }
  input[type="file"] {
    left: 34.2%;
  }
}
@media (max-width: 1050px) {
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 85%;
  }
  input[type="file"] {
    left: 33.6%;
  }
}
@media (max-width: 1024px) {
  .login-form {
    width: 80%;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 84.7%;
  }
  input[type="file"] {
    left: 33.3%;
  }
}
@media (max-width: 991px) {
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 84%;
  }
  h1 {
    font-size: 2.7em;
  }
  input[type="file"] {
    left: 32.5%;
  }
  #filedrag {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 82.6%;
  }
  .login-form input[type="submit"] {
    font-size: 17px;
    padding: 11px 0;
  }
  input[type="file"] {
    left: 30.5%;
  }
}
@media (max-width: 800px) {
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 80%;
  }
  input[type="file"] {
    left: 28.5%;
  }
}
@media (max-width: 768px) {
  h1 {
    margin: 2em 0 0.8em;
  }
  .footer-agileits p {
    margin: 4em 0 6.5em;
  }
  input[type="file"] {
    left: 28%;
  }
}
@media (max-width: 767px) {
  h1 {
    margin: 1em 0 0.8em;
  }
  .footer-agileits p {
    margin: 3em 0 2.5em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 79%;
  }
  ul li label {
    padding: 6px 0px 0px 30px;
  }
  ul li .check {
    left: 9px;
  }
  .upload-wthree {
    margin: 0.5em auto 1em;
  }
  .sub-head-w3-agileits h2 {
    font-size: 23px;
  }
  input[type="file"] {
    left: 27.5%;
  }
  #filedrag {
    font-size: 15px;
    padding: 8px 80px;
  }
  input[type="file"] {
    left: 31.5%;
    width: 213px;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 78.5%;
  }
}
@media (max-width: 736px) {
  input[type="file"] {
    left: 30.5%;
  }
}
@media (max-width: 667px) {
  .inputs-w3ls ul li,
  .inputs-w3ls ul li {
    width: 50%;
  }
  input[type="file"] {
    left: 28.5%;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 76%;
  }
  .footer-agileits p {
    font-size: 13.5px;
  }
  h1 {
    font-size: 2.5em;
  }
  .email-wthree,
  .name-wthree {
    width: 100%;
    float: none;
  }
  .email-wthree {
    float: none !important;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 87.9%;
  }
}
@media (max-width: 640px) {
  .footer-agileits p {
    font-size: 13px;
  }
  h1 {
    font-size: 2.3em;
    margin: 0.8em 0 0.7em;
  }
}
@media (max-width: 600px) {
  .inputs-w3ls p {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .sub-head-w3-agileits {
    margin-bottom: 1.2em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    font-size: 13px;
  }
  ul li label {
    font-size: 13px;
  }
  .footer-agileits p {
    letter-spacing: 1px;
  }
  input[type="file"] {
    left: 26%;
  }
  .login-form input[type="submit"] {
    font-size: 16px;
    padding: 9px 0;
  }
  .sub-head-w3-agileits p {
    font-size: 13.5px;
    padding-top: 0.3em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 87%;
  }
}
@media (max-width: 568px) {
  .footer-agileits p {
    margin: 2em 2em 1.5em;
    line-height: 28px;
  }
  h1 {
    font-size: 2.13em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 86.2%;
  }
  input[type="file"] {
    left: 24.5%;
  }
}
@media (max-width: 480px) {
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 83.5%;
  }
  h1 {
    letter-spacing: 2px;
  }
  input[type="file"] {
    left: 19.5%;
  }
}
@media (max-width: 440px) {
  h1 {
    letter-spacing: 1.5px;
    font-size: 2em;
  }
  .login-form {
    padding: 1.5em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 82.2%;
  }
  .sub-head-w3-agileits h2 {
    font-size: 21px;
    letter-spacing: 1px;
  }
}
@media (max-width: 414px) {
  .sub-head-w3-agileits p {
    line-height: 23px;
  }
  .sub-head-w3-agileits {
    margin-bottom: 1em;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 80.8%;
  }
  input[type="file"] {
    left: 15%;
  }
}
@media (max-width: 384px) {
  h1 {
    letter-spacing: 2px;
    font-size: 2.05em;
    margin: 0.5em 1em 0.5em;
    line-height: 42px;
  }
  input[type="file"] {
    left: 12%;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 79%;
  }
}
@media (max-width: 375px) {
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 78.5%;
  }
  #filedrag {
    padding: 7px 50px;
  }
  .upload-wthree {
    margin: 0.2em auto 0.5em;
  }
  input[type="file"] {
    left: 22%;
    width: 150px;
    padding: 6px 5px;
  }
}
@media (max-width: 320px) {
  h1 {
    letter-spacing: 1px;
    font-size: 2em;
    margin: 0.2em 1em 0.3em;
    line-height: 40px;
  }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .form-control {
    width: 75%;
  }
  .inputs-w3ls ul li,
  .inputs-w3ls ul li {
    width: 100%;
  }
  .inputs-w3ls p {
    margin-bottom: 5px;
    line-height: 21px;
  }
  input[type="file"] {
    left: 17%;
  }
  .footer-agileits p {
    margin: 1.8em 2em 1em;
  }
}
/*--//responsive--*/
