/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}


@media (max-width: 767px) {
  nav a {
    margin: 5px 25px;
  }
}

nav a:hover {
  color: #fff;
}

.main-wrapper-first {
  width: 68.75%;
  margin: 0 auto;
  margin-top: 6rem;
}

@media (min-width: 1200px) {
  .main-wrapper-first {
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .main-wrapper-first {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .main-wrapper-first {
    margin-top: 3rem;
    width: 97%;
  }
}

.main-wrapper {
  width: 68.75%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .main-wrapper {
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .main-wrapper {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .main-wrapper {
    width: 97%;
  }
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .section-title p br {
    display: none;
  }
}

.icon.lnr {
  color: #000;
}

.primary-btn {
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
  color: #222222;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}

.primary-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.primary-btn:hover {
  color: #fff;
  border: 1px solid transparent;
}

.primary-btn:hover:after {
  opacity: 1;
}

.primary-btn.hover {
  color: #fff;
  border: 1px solid transparent;
}

.primary-btn.hover:after {
  opacity: 1;
}

.main-wrapper {
  background: #fff;
}

.banner-area .height {
  height: 540px;
}

.banner-area .generic-height {
  height: 400px;
}

.banner-area .banner-content {
  margin-top: 50px;
}

.banner-area .banner-content h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25em;
}

.banner-area .banner-content img {
  margin-bottom: 20px;
}

.hero-area {
  background: url(../public/images/header-img.jpg) no-repeat right/contain;
  background-size: cover;
}

.hero-overlay-bg {
  background: -moz-linear-gradient(top center, #f76268, #fce08a) repeat scroll 0 0 transparent;
  opacity: 0.9;
}

.about-top-area {
  background: #f9f9ff;
  padding-left: 0;
}

.about-top-area .about-left {
  padding: 0;
}

.about-top-area .about-left img {
  width: 100%;
}

.about-top-area .overlay-bg {
  background: -moz-linear-gradient(left center, transparent, #f9f9ff) repeat scroll 0 0 transparent;
}

.single-desc {
  max-width: 487px;
  margin-left: 6%;
}

.single-desc .lnr {
  font-size: 30px;
}

.single-desc h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-desc p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.feature-area h2 {
  font-size: 0.95em;
  font-weight: 600;
  line-height: 3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.feature-area p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.offer-area {
  background: url(../public/images/offer.jpg) no-repeat center;
  background-size: cover;
}

.offer-area:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .8;
}

.offer-area h2 {
  color: white;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25em;
}

.offer-area img {
  float: left;
}

@media (max-width: 768px) {
  .offer-area {
    text-align: center;
  }
  .offer-area img {
    float: none;
  }
}

.offer-desc {
  color: #fff;
}

.offer-desc h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.offer-desc p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.about-bottom-area {
  background-color: #f9f9ff;
}

.about-bottom-area .about-right {
  padding: 0;
}

.about-bottom-area .about-right img {
  width: 100%;
}

.about-bottom-area .single-desc {
  margin-left: 40px;
}

.about-bottom-area .single-desc .icon.lnr {
  color: #000;
}

.about-bottom-area .single-desc .primary-btn {
  text-transform: uppercase;
  -webkit-box-shadow: -2px 45px 59px -34px #f65464;
  -moz-box-shadow: -2px 45px 59px -34px #f65464;
  box-shadow: -2px 45px 59px -34px #f65464;
}

@media (max-width: 768px) {
  .about-bottom-area .single-desc {
    margin-left: 0px;
  }
}

.about-bottom-area .overlay-bg {
  background: -moz-linear-gradient(right center, transparent, #f9f9ff) repeat scroll 0 0 transparent;
}

.single-process {
  margin-bottom: 30px;
}

.single-process .lnr {
  color: #f5204b;
  font-size: 30px;
}

.single-process h2 {
  font-size: 0.95em;
  font-weight: 600;
  line-height: 4em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.single-process p {
  font-size: 14px;
  font-weight: 300px;
  line-height: 1.65em;
}

@media (min-width: 991px) {
  .single-process h2 {
    letter-spacing: 1px;
  }
}

.newsletter-area {
  background-color: #000;
  color: #fff;
}

.newsletter-area .primary-btn {
  border: transparent;
}

.newsletter-area .subscribe-content h3 {
  font-weight: 600;
}

.newsletter-area p {
  margin-top: 1rem;
  font-weight: 300;
}

.newsletter-area .subcribe-form {
  margin-top: 30px;
}

@media (min-width: 991px) {
  .newsletter-area .subcribe-form {
    width: 600px;
  }
}

@media (max-width: 991px) {
  .subscription {
    margin-top: 20px;
  }
}

.subscription input {
  width: 100%;
  line-height: 50px;
  padding: 0 180px 0 25px;
  border: none;
  background: #fff;
  font-weight: 300;
  border-radius: 25px;
  color: #000;
}

@media (max-width: 376px) {
  .subscription input {
    width: 80%;
  }
}

.subscription .primary-btn {
  background: #f67590;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.subscription .info {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  font-size: 12px;
}

.subscription .info.valid {
  color: green;
}

.subscription .info.error {
  color: red;
}

@media (max-width: 767px) {
  .subscription input {
    padding: 0 25px;
  }
  .subscription .primary-btn {
    top: 120%;
    transform: translate(50%, 0);
    right: 50%;
    width: 177px;
  }
  .subscription .info {
    top: 110px;
  }
  .newsletter-area {
    padding-bottom: 120px;
  }
}

.footer-area {
  background: #f9f9ff;
}

.single-footer-widget h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 2em;
}

.single-footer-widget .footer-nav li {
  margin-bottom: 12px;
}

.single-footer-widget .footer-nav a {
  font-weight: 300px;
  font-size: 14px;
}

.single-footer-widget .footer-nav a:hover {
  color: #f67590;
}

.footer-bottom {
  background: #fff;
  padding: 20px;
}

.footer-bottom a {
  color: #f67590;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  background-color: #f9f9ff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  color: #fff;
  position: relative;
}

.footer-social a:hover i {
  color: #fff;
}

.footer-social a i {
  position: relative;
  z-index: 2;
  color: #777777;
}

.footer-social a:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.footer-social a:hover {
  border: 1px solid transparent;
}

.footer-social a:hover:after {
  opacity: 1;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area .border-top-generic {
  padding: 100px 15px;
  border-top: 1px dotted #eee;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}
