/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #111;
  font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

a {
  color: #800000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  width: 100%;
  top: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  justify-content: flex-end;
}

.nav-menu > ul > li {
  position: relative;
  justify-content: center;
}
.nav-menu > ul > li+li{
	margin: 0 0 0 10px;
}
.nav-menu > ul > li+li a{
	background: #000;
}
.nav-menu ul li a {
  display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: #800000;
	border-radius: 0px 0px 20px 0px;
}
.nav-menu > ul > li+li a:hover{
    background: #800000;
}
.nav-menu ul li a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: #000;
  text-decoration: none;
}



/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #3b434a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ffb727;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(36, 41, 46, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3b434a;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #eef0f2;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  position: fixed;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  bottom: 0;
  width: 100%;
}


#footer .container {
  position: relative;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Satisfy", serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffb727;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #f3a200;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/*****************
	Custom CSS
****************/
img {
    max-width: 100%;
    height: auto;
}
.logo {
    /*max-width: 130px;*/
}
.logo img{
	/*background: #fff;
    padding: 15px;
    display: inline-block;
    overflow: hidden;
	border-radius: 0px 0px 30px 0px;*/
    position: relative;
    max-width: 140px;
	
}
.logo a:after{

}
.caption{
	padding: 30px 35px;
	border-radius: 0px 150px 0px 0px;
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 55%;
}
.caption h6 span{
	background-color: #800000;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 13px;
    line-height: 28px;
	color: #fff;
	text-transform: uppercase;
}
.caption p{
	margin: 0;
}
.caption h1{
	font-size: 62px;
    color: #000;
    font-weight: 700;
}
.foot-links ul{
	list-style: none;
	margin:0;
	padding: 0;
	line-height: 1;
	justify-content: flex-end;
}
.foot-links ul li a{
	color: #fff;
}
.foot-links ul li+li{
	margin-left: 10px;
	padding-left: 10px;
	border-left: rgba(255,255,255,0.5)	solid 1px;
}
/* Login */
.login-logo{
	background: rgba(255,255,255,0.8);
	max-width: 120px;
	padding: 15px;
	margin: 0 0 15px;
}
#signup-area,
#myform-area{
	width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}
#signup-area{
	 background-image: url(../img/signup-bg.jpg);
}
#myform-area{
	 background-image: url(../img/login-bg.jpg);
}
#myform-area:before,
#signup-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#myform-area .form-area{
  position: relative;
  background: #800000;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#myform-area .form-area .form-content,
#myform-area .form-area .form-input{
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

#myform-area .form-area .form-content{
  width: 50%;
  padding: 40px 30px;
  display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

#myform-area .form-area .form-content h2{
  color: #fff;
}
#myform-area .form-area .form-content p{
  color: #fff;
}
#myform-area .form-area .form-content ul{
  margin-top: 50px;
}

#myform-area .form-area .form-content ul li{
  display: inline-block;
  margin-right: 10px;
}
#myform-area .form-area .form-content a i{
    margin-right: 10px;
}

#myform-area .form-area .form-content .facebook{
  display: block;
  padding: 10px 20px;
  background: #3B579D;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #3B579D;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#myform-area .form-area .form-content .facebook:hover,
#myform-area .form-area .form-content .facebook:focus{
    background: transparent;
}

#myform-area .form-area .form-content .twitter{
  display: block;
   padding: 10px 20px;
   background: #00ACED;
   color: #fff;
   font-size: 15px;
   text-transform: capitalize;
   border-radius: 4px;
   border: 1px solid #00ACED;
   -webkit-transition: all .5s;
   -o-transition: all .5s;
   transition: all .5s;
}
#myform-area .form-area .form-content .twitter:hover,
#myform-area .form-area .form-content .twitter:focus{
    background: transparent;
}
#myform-area .form-area .form-input{
  background-color: white;
  position: relative;
  overflow: hidden;
}
#myform-area .form-area .form-input{
    width: 50%;
    background: #fff;
    padding: 40px 30px;
}

#myform-area .form-area .form-input h2{
  margin-bottom: 20px;
    color: #800000;
}

#myform-area .form-area .form-input input{
    position: relative;
    height: 50px;
    padding: 15px 0;
}
#myform-area .form-area .form-input textarea{
    height: 120px;
    padding: 20px 0;
}

#myform-area .form-area .form-input input,
#myform-area .form-area .form-input textarea{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-bottom: 2px solid #800000;
    color: #111;
	border-radius: 0px;
	outline: none;
}
#myform-area .form-area .form-input form .form-group{
    position: relative;
}
#myform-area .form-area .form-input form .form-group label{
    position: absolute;
    text-transform: capitalize;
    top: 20px;
    left: 15px;
    pointer-events: none;
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    transition: all .6s;
}
#myform-area .form-area .form-input input:focus ~ label,
#myform-area .form-area .form-input textarea:focus ~ label,
#myform-area .form-area .form-input input:valid ~ label,
#myform-area .form-area .form-input textarea:valid ~ label{
    top: -5px;
    opacity: 0;
    left: 0;
    color: rgba(103,58,183);
    font-size: 12px;
    color: #07315B;
    font-weight: bold;
}
#myform-area .form-area .form-input input:focus,
#myform-area .form-area .form-input textarea:focus,
#myform-area .form-area .form-input input:valid,
#myform-area .form-area .form-input textarea:valid{
    border-bottom: 2px solid rgba(0,0,0);
	box-shadow: none;
}
#myform-area .form-area .form-text{
    margin-top: 30px;
}
#myform-area .form-area .form-text span a{
    color: rgba(103,58,183);
}
#myform-area .form-area .myform-button{
    margin: 30px 0 10px;
}
#myform-area .form-area a{
	color: #800000;
	text-decoration: underline;
	font-size: 13px;
}
#myform-area .form-area .myform-button .myform-btn{
    width: 100%;
    height: 50px;
    font-size: 17px;
    background: #000;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#myform-area .form-area .myform-button .myform-btn:hover{
    background: #800000;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 10px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}
#msform input[type=checkbox], 
#msform input[type=radio] {
    width: auto;
    display: inline-block;
}
#msform input,
#msform textarea,
#msform select {
    padding: 7px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 14px;
	height: initial;
}

#msform input:focus,
#msform textarea:focus,
#msform select:focus{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #800000;
    outline: none;
	
}
#msform .action-button,
#msform input[type="submit"]{
    width: 100px;
    background: #800000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 5px 0 5px 5px;
    float: right;
	
}

#msform .action-button:hover,
#msform .action-button:focus,
#msform input[type="submit"]:focus,
#msform input[type="submit"]:hover {
    background-color: #000;
}

#msform .action-button-previous {
    width: 100px;
    background: #000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
	border: none;
	position: relative;
	padding: 20px;
	
}
.card.content-pages{
	max-height: 400px;
	overflow: auto;
}
.card p{
	margin: 0;
}
.fs-title {
	font-size: 22px;
    color: #800000;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
.purple-text {
    color: #800000;
    font-weight: normal
}
.steps {
	font-size: 20px;
    color: #999;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}
.fieldlabels {
    color: #111;
    text-align: left;
	margin: 0;
}
.card h2{
	margin: 0;
}
#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #800000;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
	z-index:1;
}

#progressbar #account:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f007";
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f570";
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f2b9";
}

#progressbar #confirm:before {

	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #800000
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #800000
}
.red{
    color: red;
}
.error{
	margin: 0;
}

