p, li {
  text-align: justify;
}

.login-menu ul {
   background-color: #222;
   padding: 8px;
   height: 45px;
   margin-bottom: 0;
}

.login-menu ul li {
   float: right;
   padding-left: 20px;
   list-style: none;
   color: #fff;
   font-weight: 500;
}

.login-menu i {
    padding-right: 7px;
}

.carousel-caption {
	padding-bottom: 10em !important;
	text-align: left !important;
}

.x-card {
	background-color: #fff;
	color: #222;
	padding-bottom: 10px;
	border-radius: 10px;
}

.x-card:hover {
	background-color: #fff;
	color: #222;
	padding-bottom: 10px;
	box-shadow: 3px 3px 20px 2px #22222221;
	border-radius: 10px;
}

.x-card h5 {
	padding: 20px;
	text-align: center;
}

.card-btn {
	padding: 5px 0 25px 0;
}

.second p {
   padding-top: 15px;
} 

.third img {
	padding-top: 30px;
}

.para-space-top {
	padding-top: 25px;
}

.last-sec {
	background: url('../img/image_02.jpg') no-repeat;
	background-size: 100%;
	height: 357px;
}

.features li {
	list-style: none;
	color: #fff;
	font-size: 13pt;
	font-weight: 600;
	padding-top: 15px;
}

.features i {
	padding-right: 10px;
	color: #ffea38;
}

.req-btn {
	padding-top: 60px;
	text-align: center;
}

.second-btn-cus {
	background-color: #ffea38;
	color: #222;
	padding: 1.2em 5em;
    border-radius: 50px;
    border: 1px solid #ffea38;
}

.second-btn-cus:hover {
	background-color: transparent;
	color: #ffea38;
	padding: 1.2em 5em;
    border-radius: 50px;
    border: 1px solid #ffea38;
}

.bg-footer {
	background-color: #222;
	color: #fff;
}

.bg-footer h5 {
	font-size: 23px;
	padding-bottom: 10px;
	color: #ffea38;
}

.bg-footer ul {
	padding-left: 0;
}

.foot-link li {
	list-style: none;
    padding-bottom: 7px;
}

.foot-link li a {
    color: #fff;
}

.foot-link li a:hover {
    color: #ffea38;
}

.copyright {
    background-color: #000;
    padding: 25px 0 10px 0;
    color: #fff;
}

.nav-link {
	font-weight: 700;
	margin-left: 15px;
}

.nav-link:hover {
	color: #064c26 !important;
}

.sec-ab-img-one {
	background: url('../img/about_01.jpg') no-repeat;
	background-size: 100%;
	height: 330px;
}

.sec-ab-img-one h3, .sec-ab-img-one p {
	color: #fff;
}

.ab-ul span {
    font-weight: 700;
    font-size: 16pt;
}

.sec-ab-img-two {
	background: url('../img/about_02.jpg') no-repeat;
	background-size: 100%;
	height: 330px;
}

.con-bg-img {
	background: url('../img/contact_header.jpg') no-repeat;
	background-size: 100%;
	height: 490px;
}

.section-2 {
	padding-bottom: 50px;
}

@media (max-width: 479px) {
    .login-menu ul {
    	min-height: 65px;
    }

    .login-menu ul li {
    	float: none;
    	text-align: center;
    }
    .last-sec {
	    background: url('../img/image_02.jpg') no-repeat;
	    background-size: cover;
	    height: 100%;
    }
    .sm-text-center {
    	text-align: center;
    }
    .sec-ab-img-one {
	    background: url('../img/about_01.jpg') no-repeat;
	    background-size: cover;
	    height: 100%;
    }

    .sec-ab-img-two {
	   background: url('../img/about_02.jpg') no-repeat;
	   background-size: cover;
	   height: 100%;
    }

    .xs-padding-top-1 {
	   padding-top: 1em;
    }

    .xs-padding-bottom-2 {
    	padding-bottom: 2em;
    }

    .xs-text-center {
    	text-align: center;
    }

    .con-bg-img {
	   background: url('../img/contact_header.jpg') no-repeat;
	   background-size: cover;
	   height: 100%;
    }
    #regForm {
        margin:auto !important;
        padding: 40px !important;
        width: 100% !important;
        min-width: 300px !important;
    }
    .logo {
        height: 35px;
    }
    .req-btn {
      padding: 0;
      padding-bottom: 20px;
    }

    h1 {
      font-size: 1.5em !important;
    }
    .logo {
      height: 40px !important;
    }
}

#regForm {
  background-color: #fff;
  margin: 0 100px auto;
  padding: 40px;
  width: 75%;
  min-width: 300px;
}

.tab input {
  background-color: #fff;
  color: #2f2f2f;
  border: 1px solid #c1c1c1;
  padding: 13px 20px;
  border-radius: 0px;
  width: 100%;
}

/* Mark input boxes that gets an error on validation: */
.tab input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.multi-form button {
    background-color: #064c26;
	color: #fff;
	padding: .8em 3em;
    border-radius: 50px;
    border: 1px solid #064c26;
    cursor: pointer;
}

.multi-form button:hover {
    background-color: transparent;
	color: #064c26;
	padding: .8em 3em;
    border-radius: 50px;
    border: 1px solid #064c26;
    cursor: pointer;
}

#prevBtn {
    background-color: transparent;
	color: #064c26;
	padding: .8em 3em;
    border-radius: 50px;
    border: 1px solid #064c26;
}

#prevBtn:hover {
    background-color: #064c26;
	color: #fff;
	padding: .8em 3em;
    border-radius: 50px;
    border: 1px solid #064c26;
}


/* Make circles that indicate the steps of the form: */
.step {
  height: 35px;
  width: 35px;
  margin: 10px;
  background-color: #fff;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
}

.step.active {
  background-color: #f1f1f1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #064c26;
  color: #fff;
}

.sec-ab-img-two ul li {
	font-size: 13pt;
	padding-bottom: 15px;
	font-weight: 600;
}

.ul-class li span {
  font-weight: 600;
}

.logo {
  height: 50px;
}

.navbar-light .navbar-nav .nav-link { 
  color: #565656 !important;
  transition: 1s;
}

.navbar-light .navbar-nav .nav-link:hover { 
  color: #f2cb55 !important;
  transition: 1s;
}

.text-big {
  font-size: 45pt;
}

