body {
  font-family: 'Roboto Condensed', sans-serif;
        background:#fafafa;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #ff5e00;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.beauty-nutrition .block{
    height: 160px;
    margin-top: 15px;
    padding: 20px 15px;
    text-align: center;
    color: #fff;
}
.blc1{
    background: #49aff2;
}
.blc2{
    background: #ff63b4;
}
.blc3{
    background: #dea30d;
}
.blc4{
    background: #3ead55;
}
.blc5{
    background: #6b655f;
}
.blc6{
    background: #41af87;
}

.floating-btn {
  background: #ff5e00;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: -54px;
  top: 50%;
  font-size: 20px;
  z-index: 99;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg); }

.floating-btn:hover {
  opacity: 0.9;
  cursor: pointer; }

.floating-btn a {
  color: #ffffff;
  text-decoration: none; }
.floating-btn a:hover {
  text-decoration: none; }

header .header {
  background: #f2f2f2;
  padding: 1px; }
header .logo {
  margin-top: 1px; }
header .loan-f-logo {
  margin-top: 10px; }

.section-1 {
  background: url(../images/bg.jpg) center no-repeat;
  background-size: cover;
  padding: 20px;
  color: #ffffff; }

.section-1 img {
  margin-top: -50px; }
.section-1 h1 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px; }
.section-1 h1 span {
  color: #ff5e00; }
.section-1 p {
  font-size: 16px; }
.section-1 ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }
.section-1 li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-left: 6px;
  padding-right: 10px;
  line-height: 16px;
  font-size: 18px; }
.section-1 li:last-child {
  border: 0px; }
.section-1 li:first-child {
  padding-left: 0px; }
.section-1 h3 {
  font-weight: bold; }

.section-2 {
  padding: 20px; }

.section-2 h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold; }
.section-2 h2 span {
  color: #ff5e00; }
.section-2 i {
  color: #ff5e00; }
.section-2 ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }
.section-2 li {
  margin-top: 6px;
  font-size: 16px; }

.section-2 .form-theme {
  background: #ff5e00; border-radius: 10px; padding: 5%; color: #fff; padding-bottom: 1%; padding-top: 6%;
    -webkit-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
    -moz-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
  }
.btn-submit
{
    font-size: 16px;
    color: #fff;
    background: #f46f22;
    width: 100%;
    border: none;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
}
.btn-submit:hover
{
    background: #025bae; color: #fff;
}
.section-2 .form-theme .pad-lef {
  padding-left: 0px; }
.section-2 .form-theme .form-heading {
  font-size: 32px;
  margin: 0px;
  font-weight: bold; }
.section-2 .form-theme .form-heading-child {
  font-size: 16px; }
.section-2 .form-theme input {
  height: 40px;
  border-radius: 0px; }
.section-2 .form-theme select {
  height: 40px;
  border-radius: 0px; }
.section-2 .form-theme .btn-theme {
  background: #333333;
  border: 0px;
  color: #ffffff;
  width: 100%;
  font-weight: bold;
  font-size: 20px; }

.section-3 {
  padding: 20px; }

.section-3 .heading-bg {
  background: #ff5e00;
  padding: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  border: 1px solid #333333; }
.section-3 .border-heading {
  margin-top: 30px; }
.section-3 .partner-logo {
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px; }
.section-3 ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }
.section-3 li {
  display: inline-block;
  margin-left: 60px; }
.section-3 li:first-child {
  margin-left: 0px; }
.section-3 .timble-prt li {
  margin-left: 32px !important; }
.section-3 .footer-text {
  margin-top: 20px;
  text-align: center; }
.section-3 .footer-text h2 {
  text-transform: uppercase;
  font-weight: bold; }
.section-3 .footer-text p {
  font-size: 18px; }
.section-3 .copyright {
  margin-top: 50px;
  font-size: 25px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  header .header {
    background: #f2f2f2;
    padding: 10px; }
  header .logo {
    margin-top: 0px; }

  .section-1 img {
    margin-top: 10px; }
  .section-1 h1 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px; }
  .section-1 h1 span {
    color: #ff5e00; }
  .section-1 p {
    color: #ffffff;
    font-size: 16px; }

  .section-2 h2 {
    font-size: 30px; }

  .section-2 .form-theme {
    margin-top: 20px; }
  .section-2 .form-theme .pad-lef {
    padding-right: 0px; }

  .section-3 .border-heading {
    display: none; }
  .section-3 li {
    display: inline-block;
    margin-left: 0px; }

  .container {
    padding: 0px; } }

/*# sourceMappingURL=makeup.css.map */
