@font-face {
  font-family: "Roboto Condensed";
  src: url("/javax.faces.resource/fonts/googleapis/RobotoCondensed-Light.ttf.html") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
Base csss
*/
html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Roboto Condensed", sans-serif;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #666; }

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }

a {
  color: #4aa3de; }
a:hover {
  color: #aeaeae; }

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none; }

blockquote {
  font-style: normal;
  font-weight: 400; }
blockquote p {
  font-weight: 400; }

button:focus {
  outline: 0 !important; }

::-moz-selection {
  background-color: #191b1d;
  color: #fff; }

::selection {
  background-color: #191b1d;
  color: #fff; }

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-weight: 300; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 10px; }

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px; }

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
  font-weight: 300; }

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px; }

h5 {
  font-size: 17px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 21px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

label {
  font-weight: 500;
  /*  text-transform: capitalize; */
}

.border-width {
  width: 60px;
  height: 2px;
  background: #4aa3de;
  margin: 10px 0; }

.overflow-hidden {
  overflow: hidden; }

.full-wid {
  width: 100%; }

.no-padd {
  padding: 0px; }

.no-margin {
  margin: 0px; }

/***spaces**/

.space-15 {
  width: 100%;
  height: 15px; }

.space-20 {
  width: 100%;
  height: 20px; }

.space-30 {
  width: 100%;
  height: 30px; }

.space-40 {
  width: 100%;
  height: 40px; }

.space-50 {
  width: 100%;
  height: 50px; }

.space-60 {
  width: 100%;
  height: 60px; }

.space-70 {
  width: 100%;
  height: 70px; }

.space-90 {
  width: 100%;
  height: 90px; }


/**margins**/
.margin-b-0 {
  margin-bottom: 0 !important; }

.margin-b-5 {
  margin-bottom: 5px !important; }

.margin-b-10 {
  margin-bottom: 10px !important; }

.margin-b-20 {
  margin-bottom: 20px !important; }

.margin-b-30 {
  margin-bottom: 30px !important; }

.margin-b-40 {
  margin-bottom: 40px !important; }

.margin-b-50 {
  margin-bottom: 50px !important; }

.skin-bg {
  background-color: #1b4d6e; }

.gray-bg {
  background: #f7f9fa; }

.form-control, input[type="text"], input[type="email"], textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fefefe;
  min-height: 41px; }
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #4aa3de; }

.dropcap:first-letter {
  font-size: 30px;
  color: #4aa3de; }

.grey-bg {
  background: #f5f5f5; }

.center-title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 10px; }

.center-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 1px;
  margin-left: -75px;
  background: #4aa3df; }

.center-title h2 {
  letter-spacing: -1px;
  font-weight: 300; }

/**********back to top*************/
.scrollToTop {
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4aa3de;
  right: 10px;
  z-index: 9999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.scrollToTop i {
  font-size: 30px;
  display: block;
  padding-top: 0px;
  line-height: 40px; }

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff; }

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center; }

.full-img {
  width: 100%;
  height: auto; }

.lead-b {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;}

.lead {
  font-weight: 400;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 22px;}

.text-color {
  color: #4aa3de; }

.border-bottom {
  border-bottom: 1px solid #eee; }

@media (min-width: 992px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row; } }

@media (min-width: 1200px) {
  body.boxed-layout {
    background-color: #f5f5f5; }
  body.boxed-layout .wrapper-boxed {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto; }
  body.boxed-layout .wrapper-boxed .top-search {
    max-width: 1200px;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
  body.boxed-layout .wrapper-boxed .navbar-fixed-bottom, body.boxed-layout .wrapper-boxed .navbar-fixed-top {
    left: auto;
    right: auto;
    width: 1200px; } }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }
.list > li {
  line-height: 30px;
  overflow: hidden; }
.list > li i {
  margin-right: 5px;
  color: #4aa3de; }

.page-title h1 {
  color: #fff;
  margin: 0px;
  font-size: 32px;
  line-height: 44px; }

.display-table {
  position: relative;
  width: 100%;
  height: 100%;
  display: table; }
.display-table .verticle-middle {
  vertical-align: middle;
  width: 100%;
  display: table-cell;
  position: relative; }

.dropcap-text:first-letter {
  color: #4aa3de;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px; }

.dropcap-bg:first-letter {
  background-color: #4aa3de;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px; }

/*
Buttons
*/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: lowercase;
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.btn.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 35px; }

.btn-primary {
  background: #4aa3de;
  color: #fff;
  border: 2px solid #4aa3de; }
.btn-primary:hover {
  background: transparent;
  color: #4aa3de;
  border-color: #4aa3de; }
.btn-primary:focus {
  background: #4aa3de;
  color: #fff;
  border: 2px solid #4aa3de; }

.btn-white-border {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff; }
.btn-white-border:focus {
  background: transparent;
  color: #fff;
  border: 2px solid #fff; }
.btn-white-border:hover {
  background: #fff;
  color: #333 !important; }

.btn-dark-border {
  background: transparent;
  color: #333;
  border: 2px solid #333; }
.btn-dark-border:focus {
  background: transparent;
  color: #333;
  border: 2px solid #333; }
.btn-dark-border:hover {
  background: #333;
  color: #fff; }

.btn-xl {
  padding: 14px 30px; }

.btn-social {
  margin-top: 10px; }
.btn-social i {
  margin-right: 10px; }

.btn-facebook {
  background: #3b5998;
  color: #fff; }
.btn-facebook:focus {
  background: #3b5998;
  color: #fff; }
.btn-facebook:hover {
  background: transparent;
  color: #3b5998; }

.btn-twitter {
  background: #0084b4;
  color: #fff; }
.btn-twitter:focus {
  background: #0084b4;
  color: #fff; }
.btn-twitter:hover {
  background: transparent;
  color: #0084b4; }

.btn-googleplus {
  background: #d34836;
  color: #fff; }
.btn-googleplus:focus {
  background: #d34836;
  color: #fff; }
.btn-googleplus:hover {
  background: transparent;
  color: #d34836; }

.btn-default {
  background: #f5f5f5;
  text-shadow: 0 1px 0 white; }

@media (min-width: 992px) {
  .navbar-toggleable-md, .navbar-toggleable-sm, .navbar-toggleable-lg {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column; }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: 0.9rem; } }

.navbar-nav > li > a {
  text-transform: lowercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0px;
  font-family: "Roboto Condensed", sans-serif; }
.navbar-nav > li > a.btn-primary {
  padding: 5px 5px;
  margin-top: 5px; }

.navbar-light.navbar-transparent .navbar-nav .nav-link:focus, .navbar-light.navbar-transparent .navbar-nav .nav-link:hover {
  color: white; }

.navbar-light.navbar-transparent.shrink .navbar-nav .nav-link:focus, .navbar-light.navbar-transparent.shrink .navbar-nav .nav-link:hover {
  color: black; }

.navbar-light.navbar-transparent {
  background: transparent;
  border: 0px;
  padding: 15px 0;
  margin: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.navbar-light.navbar-transparent .search-nav a {
  color: #fff; }
.navbar-light.navbar-transparent .navbar-nav > li > a {
  color: #fff; }
.navbar-light.navbar-transparent .navbar-nav > li > a.btn-primary {
  color: #fff; }
.navbar-light.navbar-transparent .navbar-nav > li > a.btn-primary:hover {
  color: #4aa3de; }
.navbar-light.navbar-transparent .navbar-nav > li > a:hover {
  color: #4aa3de; }
.navbar-light.navbar-transparent .navbar-brand img {
  position: absolute;
  top: 7px; 
  z-index: -1; }
.navbar-light.navbar-transparent .navbar-brand img.logo-scroll {
  opacity: 0; }
.navbar-light.navbar-transparent.shrink {
  background-color: #fff;
  padding: .5rem 0;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); }
.navbar-light.navbar-transparent.shrink .search-nav a {
  color: #333; }
.navbar-light.navbar-transparent.shrink .navbar-nav > li > a {
  color: #333; }
.navbar-light.navbar-transparent.shrink .navbar-nav > li > a.btn-primary {
  color: #fff; }
.navbar-light.navbar-transparent.shrink .navbar-nav > li > a.btn-primary:hover {
  color: #4aa3de; }
.navbar-light.navbar-transparent.shrink .navbar-nav > li > a:hover {
  color: #4aa3de; }
.navbar-light.navbar-transparent.shrink .navbar-brand img.logo-scroll {
  opacity: 1; }
.navbar-light.navbar-transparent.shrink .navbar-brand img.logo-default {
  opacity: 0; }

.navbar-light.navbar-transparent .navbar-nav .active > .nav-link, .navbar-light.navbar-transparent .navbar-nav .nav-link.active, .navbar-light.navbar-transparent .navbar-nav .nav-link.open, .navbar-light.navbar-transparent .navbar-nav .open > .nav-link {
  color: #4aa3de;
  background-color: transparent; }

.navbar-light.navbar-transparent.shrink .navbar-nav .active > .nav-link, .navbar-light.navbar-transparent.shrink .navbar-nav .nav-link.active, .navbar-light.navbar-transparent.shrink .navbar-nav .nav-link.open, .navbar-light.navbar-transparent.shrink .navbar-nav .open > .nav-link {
  color: #4aa3de;
  background-color: transparent; }

.navbar-light.navbar-transparent .navbar-nav > .show > a, .navbar-light.navbar-transparent .navbar-nav > .show > a:focus, .navbar-light.navbar-transparent .navbar-nav > .show > a:hover, .navbar-light.navbar-transparent .navbar-nav > .active > a, .navbar-light.navbar-transparent .navbar-nav > .active > a:focus, .navbar-light.navbar-transparent .navbar-nav > .active > a:hover {
  color: #4aa3de;
  background-color: transparent; }

.navbar-light.navbar-transparent.shrink .navbar-nav > .show > a, .navbar-light.navbar-transparent.shrink .navbar-nav > .show > a:focus, .navbar-light.navbar-transparent.shrink .navbar-nav > .show > a:hover, .navbar-light.navbar-transparent.shrink .navbar-nav > .active > a, .navbar-light.navbar-transparent.shrink .navbar-nav > .active > a:focus, .navbar-light.navbar-transparent.shrink .navbar-nav > .active > a:hover {
  color: #4aa3de;
  background-color: transparent; }

.top-search {
  background-color: #fff;
  padding: 0px 0;
  top: -15px;
  position: relative;
  display: none;
  width: 100%; }
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #333;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px; }
.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #333;
  height: 40px;
  padding: 0 15px; }
.top-search .input-group-addon.close-search {
  cursor: pointer; }

.search-nav {
  margin-left: .9rem;
  margin-top: 6px; }
.search-nav a {
  font-size: 20px; }

.navbar-toggler {
  border: 0px !important; }
.navbar-toggler:focus {
  outline: 0 !important; }

/*
Cta and quotes css
*/
.cta-skin {
  padding: 60px 0;
  background: #1b4d6e; }
.cta-skinf {
  padding: 15px 0;
  background: #fff; }
.cta-skin h2 {
  color: #fff;
  letter-spacing: 0px;
  margin-bottom: 15px; }
.cta-skinf h5 {
  color: #333;
  letter-spacing: 0px;
  margin-bottom: 15px; }
.cta-skin p {
  color: #fff;
  margin-bottom: 20px; }

.cta-bg {
  background-image: url("/javax.faces.resource/images/login_page/backg2.jpg.html");
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 15px; }
.cta-bg h3 {
  color: #fff; }

/*
Pricing tables
*/
.price-box {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05); }
.price-box .price-header {
  background: #727272;
  color: #fff;
  padding: 30px 15px; }
.price-box .price-header h1, .price-box .price-header h4 {
  color: #fff; }
.price-box .price-header h1 {
  text-transform: lowercase; }
.price-box .price-header h1 span {
  font-size: 12px;
  opacity: 0.8;
  display: inline-block; }
.price-box .price-header h4 {
  opacity: 0.8;
  margin: 0px; }
.price-box.best-plan .price-header, .price-box.best-plan .price-footer {
  background: #4aa3de; }
.price-box.pro-plan .price-header, .price-box.pro-plan .price-footer {
  background: #227dba; }
.price-box.ult-plan .price-header, .price-box.ult-plan .price-footer {
  background: #1c4d6e; }

.price-features {
  margin: 0;
  padding: 15px 0; }
.price-features li {
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px 15px; }
.price-features li:last-child {
  border-bottom: 0px; }
.price-features-inner {
  line-height: 32px;
  margin-top: 18px;}

.price-footer {
  background: #727272;
  padding: 25px 15px; }

/*
Testimonials
*/
.skin-bg .center-title h2, .skin-bg .center-title p {
  color: #fff; }

.skin-bg .center-title:after {
  background: #fff; }

.feedback-box {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.feedback-box:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 12px;
  margin-left: -12px; }
.feedback-box p {
  margin-bottom: 0; }

.testi-info img {
  float: left;
  margin-right: 15px; }

.testi-info .content {
  overflow: hidden; }
.testi-info .content h4, .testi-info .content em {
  color: #fff; }
.testi-info .content h4 {
  margin-bottom: 0px;
  margin-top: 10px; }
.testi-info .content em {
  display: block;
  opacity: 0.8; }

.feedback-box.light {
  background-color: #f5f5f5; }
.feedback-box.light:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5f5f5; }

.testimonials-grey .testi-info .content h4, .testimonials-grey .testi-info .content em {
  color: #333; }

.testi-content {
  color: white;
  font-size: 1.7em;
  text-align: center;
  padding: 120px;
  margin: 0;
  text-align: center; }
.testi-content .parag {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px; }
.testi-content img.rounded-circle {
  margin-top: 30px; }
.testi-content h4 {
  color: #fff;
  margin-top: 10px; }

/*
Work process
*/
.step-box {
  position: relative;
  overflow: hidden; }
.step-box h1 {
  left: 0;
  bottom: 0;
  font-weight: 900;
  font-size: 4.5em;
  opacity: 0.1; }

/*
Features and service icon boxes
*/
.features-section {
  padding-top: 90px;
  padding-bottom: 60px; }

.feature-box-center i {
  font-size: 75px;
  margin-bottom: 15px;
  color: #4aa3de;
  display: block; }

.features-bg {
  background: url("/javax.faces.resource/images/login_page/backg2.jpg.html") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px; }
.features-bg .center-title h2, .features-bg .center-title p {
  color: #fff; }
.features-bg .center-title:after {
  background: #fff; }

.feature-icon-left {
  margin-bottom: 40px; }
.feature-icon-left .icon {
  float: left;
  margin-right: 20px;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 75px; }
.feature-icon-left .content {
  overflow: hidden; }
.feature-icon-left .content h4, .feature-icon-left .content p {
  color: #fff; }
.feature-icon-left .content h4 {
  font-weight: 400;
  /*      text-transform: capitalize;  */}
.feature-icon-left .content p {
  opacity: 0.9; }

/*
Features tabs style
*/
.features-tabs {
  border-bottom: 2px solid #eee;
  padding: 0px;
  margin-bottom: 40px; }
.features-tabs > li > a {
  display: block;
  margin-bottom: -2px;
  padding: 10px 15px;
  color: #999;
  border-bottom: 2px solid transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400; }
.features-tabs > li > a.active {
  border-bottom-color: #4aa3de;
  color: #4aa3de; }

/**footer style **/
.footer {
  background: #333;
  color: #fff; }
.footer ul li a {
  color: #fff;
  font-weight: 300; }
.footer span {
  font-size: 12px; }
.footer h4 {
  color: #fff; }
.footer .navbar-form {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px; }
.footer .navbar-form .form-control {
  width: 270px; }

.social {
  margin-bottom: 20px; }
.social > li > a {
  font-size: 20px; }
.social > li > a:hover {
  color: #4aa3de; }

.hero-parallax {
  height: 100%;
  width: 100%; }
.hero-parallax .hero-inner {
  display: table;
  width: 100%;
  height: 100%; }
.hero-parallax .hero-inner .hero-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }
.hero-parallax .hero-inner .hero-content h1 {
  font-weight: 300;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
.hero-parallax .hero-inner .hero-content p {
  color: #fff; }

.buttons a {
  margin: 5px; }

.full-wid {
  width: 100%;
  text-align: center; }

.slider-title {
  color: #fff;
  top: 230px;
  font-weight: 300;
  font-size: 80px;
  line-height: 100px;
  text-transform: capitalize;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

.caption-text {
  color: #fff;
  font-size: 18px;
  bottom: 150px;
  text-align: center;
  width: 100%;
  font-weight: 300; }

.hero-static-image {
  background: url("/javax.faces.resource/images/login_page/backg2.jpg.html") no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 0px; }
.hero-static-image h1, .hero-static-image p {
  color: #fff; }
.hero-static-image h1 {
  font-size: 60px;
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
.hero-static-image .buttons {
  margin-bottom: 50px; }

.partners-list img {
  opacity: 0.3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: 0 auto; }

.partners-list > li > a {
  display: block;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 0px 15px; }
.partners-list > li > a:hover img {
  opacity: 1; }

/***responsive style**/
@media (max-width: 991px) {
  .hero-parallax .hero-inner .hero-content h1 {
    font-size: 24px;
    line-height: 27px; }
  .hero-static-image {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 100px; }
  .hero-static-image h1 {
    font-size: 24px;
    line-height: 27px; }
  .buttons, .hero-static-image .buttons {
    margin-bottom: 30px; }
  .navbar-toggleable-md > .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .search-nav {
    margin-left: .9rem;
    margin-top: 2px;
    position: absolute;
    right: 15px;
    top: 0; }
  .navbar-toggler-icon {
    margin-right: 15px; }
  .navbar-light.navbar-transparent .navbar-brand img {
    top: 3px; }
  .fixed-top .navbar-collapse {
    max-height: 320px; }
  .navbar-collapse.show {
    overflow-y: auto; }
  .navbar-toggler {
    border-radius: 0px;
    padding: 0;
    margin-top: -2px;
    width: 40px; }
  .navbar-toggler-icon {
    margin-right: 0px; }
  .navbar-toggler-right {
    right: 2.5em; }
  .navbar-light .navbar-toggle {
    border-color: #4aa3de; }
  .navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover {
    border-color: #4aa3de; }
  .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    background: #4aa3de; }
  .navbar-light .navbar-toggle .icon-bar {
    background: #fff; }
  .navbar-light .navbar-toggle .icon-bar:focus, .navbar-light .navbar-toggle .icon-bar:hover {
    background: #fff; }
  .navbar-nav .nav-link {
    display: block;
    padding: .5em 1em; }
  .navbar-light.navbar-transparent .navbar-nav {
    background: #333; }
  .navbar-light.navbar-transparent.shrink .navbar-nav {
    background: #fff; }
  .navbar-light.navbar-transparent.shrink .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-light.navbar-transparent.shrink .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #4aa3de; }
  .navbar-light .navbar-nav {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .footer .navbar-form {
    padding-left: 15px;
    padding-right: 15px; }
  .footer .navbar-form .form-control {
    width: 100%; }
  .footer .navbar-form .btn-primary {
    display: block;
    width: 100%; }
  .hero-parallax .hero-inner .hero-content p.lead {
    font-size: 14px; }
  .btn-xl {
    padding: 12px 25px; }
  .btn-lg {
    padding: 8px 20px; }
  .page-title h1 {
    font-size: 24px;
    line-height: 32px; } }

@media (max-width: 576px) {
  .navbar-toggleable-md > .container {
    width: 100%; 
  }
  .logo-default, .logo-scroll {
    max-width: 150px;
    height: auto;
  } }

/*login section*/
.login {
  width: 100%;
  min-height: 100vh;
  background-image: url("/javax.faces.resource/images/login_page/backg2.jpg.html");
  background-size: cover;
  padding: 90px 0 60px 0;
  display: flex;
  justify-content: center;
  padding-bottom: 100px; }
.login-title-main {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 300;
  margin: 90px 0 25px 0;
  max-width: 927px; }
.login-paragraph-main {
  text-align: center;
  color: white;
  font-size: 17px;
  font-weight: 300; }
.login-title {
  margin: 40px 0 30px 0;
  padding: 0px 0px 0px 10px;
  color: white;
  font-size: 24px;
  text-transform: lowercase;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);	}
.login-form {
  display: flex;
  flex-direction: column;
  align-content: left;
  width: 270px;
  color: #727272;
  margin: 0 auto; }
.login-form-fgpassword {
  display: block;
  margin: 30px auto;
  font-size:.95rem;
  color: white;
  opacity: 0.7; }
.login-form-fgpassword:hover {
  color: white; 
  opacity: 1;}
.login-form-button {
  height: 40px;
  background: none;
  border: 1px solid white;
  font-size: 20px;
  color: white;
  transition: all 0.3s ease; }
.login-form-button:hover {
  border: 1px solid white;
  border-color: #4aa3de;
  color: #4aa3de; }

.return-arrow {
  width: 40px;
  height: 40px;
  background: #4aa3de;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px; }
.return-arrow > i {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  left: 6px; }

.login-icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 99;
  top: 45px;
  left: 7px; }

.group {
  position: relative;
  top: -45px;
  margin-bottom: -22px; }
.group input {
  font-size: 1rem;
  padding: 10px 10px 0px 50px;
  display: block;
  width: 100%;
  height: 57px;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: white; }
.group input:focus {
  outline: transparent; }
.group input:focus ~ label, .group input:focus input:valid ~ label {
  top: 20px;
  font-size: .9rem;
  color: lightgrey; }
.group .bar {
  position: relative;
  display: block;
  width: 100%; }
.group .bar:before, .group .bar:after {
  content: " ";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #4aa3de;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }
.group .bar:before {
  left: 50%; }
.group .bar:after {
  right: 50%; }
.group > label {
  color: #fafafa;
  opacity: 0.7;
  font-size: 17px;
  text-transform: lowercase;
  position: absolute;
  pointer-events: none;
  left: 53px;
  top: 50px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%; }

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

.login-form-text:focus ~ label,
.login-form-password:focus ~ label,
.login-form-text:valid ~ label,
.login-form-password:valid ~ label {
  top: 20px;
  font-size: 1rem;
  color: white; }

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
.login-remove, .login-show {
  display: inline-block;
  position: relative;
  float: right;
  width: 16px;
  height: 16px; }

.login-remove {
  top: -30px;
  right: 5px;
  opacity: .7; }

.login-remove:hover{
  opacity: 1; }

.login-show {
  top: -30px;
  right: 5px;
  opacity: .7; }

.login-show:hover{
  opacity: 1; }

.checkbox-span {
  display: inline-block;
  position: relative;
  left: 42px;
  top: -21px;
  width: 120px;
  font-size:.95rem;}
.checkbox-label {
  height: 30px !important;
  color: white; }
.checkbox-one {
  margin-top: 20px !important; }
.checkbox-two {
  margin-bottom: 70px !important; }

.checkbox-holder {
  margin: -15px 0 50px 0; }

input[type=checkbox] {
  visibility: hidden; }

/* SQUARED TWO */
.squaredTwo {
  width: 28px;
  height: 28px;
  background: transparent;
  position: relative;
  float: left;
  margin-left: 10px; }

.squaredTwo label {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 6px;
  background: transparent;
  border: 1px solid white; }

.squaredTwo label:after {
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 15px;
  height: 10px;
  background: transparent;
  top: 3px;
  left: 2px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.squaredTwo label:hover::after {
  filter: alpha(opacity=30);
  opacity: 0.3; }

.squaredTwo input[type=checkbox]:checked + label:after {
  filter: alpha(opacity=100);
  opacity: 1; }

/*end of login section*/

@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

/* Register form */

.r-modal {
  top: 5%;
}

.t-modal {
  max-height:90%;
  left: 1.25em;
}

.modal-open {
  padding-right: 0 !important;
}

html {
  overflow-y: scroll !important;
}

.reg-form-title {
  font-size: 2em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 0.95rem;
  font-family: "Roboto Condensed";
  line-height: 1.2;
  color: rgba(0,0,0,0.7);
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: .0rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: rgb(74,163,222);
  box-shadow: none;
}

/* Floating label */

.form-group {
  position: relative;
  margin-bottom: 2rem;
}

.form-group-nwsl {
  position: relative;
  margin-bottom: 1rem;
}

.floating-input , .floating-select {
  font-size:1rem;
  display:block;
}

.floating-input:focus , .floating-select:focus {
  outline: 0;
}

.contact-form label {
  font-size:1rem;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:20px;
  /*  top:5px;*/
  top:-1.4rem !important;
  opacity: .7;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:focus ~ label{
  /*  top:-1.4rem !important;
    font-size:.95rem; */
  opacity: .7;
}

.contact-form {

}

.contact-form .error {
  color: red !important;
  display: block;
  font-size: .95rem !important;
  top: 1.7rem !important;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 400;
  opacity: .7;
}


.ui-message,
.ui-messages-error,
.ui-messages-fatal, 
.ui-messages-info{
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ui-message-error-icon {
  position: relative;
  background: none !important;
  width: 0.8em !important;
}

.ui-messages-error-icon,
.ui-messages-fatal-icon,
.ui-messages-info-icon {
  display: none !important;
}

.ui-messages-error > ul,
.ui-messages-fatal > ul,
.ui-messages-info > ul {
  margin: 0 !important;
  padding: 0 !important;
}

.ui-message-error-icon:before,
.ui-messages-error-summary:before,
.ui-messages-fatal-summary:before{ 
  font-size: .65em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f069";
  color: red;
  top: -0.5em;
  opacity: .7;
  position: relative !important;
  left: 0;
}

.ui-messages-info-summary:before { 

  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  color: #3a87ad;
  opacity: .7;
  position: relative !important;
  left: 0;
}

.ui-messages-error-summary:before,
.ui-messages-fatal-summary:before,
.ui-messages-info-summary:before{
  margin-right:.2em !important;
}

.ui-message-error-detail,
.ui-messages-error-summary,
.ui-messages-fatal-summary,
.ui-messages-info-summary {
  font-size: 1em !important;
  font-weight: 600 !important;
  opacity: 0.7;
  padding: 0 !important;
  margin: 0 !important;
}

.ui-message-error-detail,
.ui-messages-error-summary,
.ui-messages-fatal-summary{
  color: #F00000;
}

.ui-message-fatal-icon,
.ui-messages-fatal-icon, 
.ui-messages-info-icon {
  position: relative;
  background: none !important;
  width: 0.9em !important;
}

.ui-message-fatal-icon:before,
.ui-messages-fatal-icon:before {
  font-size: 0.9em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f05e";
  opacity: .7;
  position: absolute !important;
  left: 0;
}

body .ui-chkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 1.25em; 
}

body .ui-chkbox .ui-chkbox-box {
  border: 1px solid #cfcfcf;
  background-color: #fff;
  width: 1.25em !important;
  height: 1.25em !important;
  text-align: center;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; 
}

body .ui-chkbox .ui-chkbox-box.ui-state-hover {
  border-color: #4aa3de; 
}

body .ui-chkbox .ui-chkbox-box.ui-state-focus {
  border-color: #227dba;
  background-color: #fff;
  color: #227dba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

body .ui-chkbox .ui-chkbox-box.ui-state-active {
  border-color: #4aa3de;
  background-color: #4aa3de;
  color: #fff; 
}

body .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover {
  background-color: #227dba; 
}

body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em; 
}

body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check {
  speak: none;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  background: none;
  display: inline-block;
}

body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check:before {
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  opacity: 1 !important;
  content: "\f00c";
  position: absolute !important; 
}

.grecaptcha-badge {
  bottom: 70px !important;
}