* {
  margin: 0px;
  padding: 0px;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* =======
  Default Button changes
=========== */
.text-primary {
  color: #E8BC7C !important;
}

.section-gap {
  margin: 100px 0px;
}

.btn-primary {
  background-color: #E8BC7C;
  color: #000;
  border-color: #E8BC7C;
  border-radius: 0px;
  padding: 10px 50px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  font-size: 15px;
}

.btn-primary:hover {
  background-color: transparent;
  color: #E8BC7C;
  border-color: #E8BC7C;
}

/*======Header + hero section style start=======*/
.header {
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../images/hero-image1.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/hero-image1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*== logo + contact info ==*/
  /*== banner text ==*/
}

.header .logo img {
  width: 200px;
}

.header .contact-info ul i {
  background-color: #E8BC7C;
  color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px 0px;
}

.header .contact-info ul li {
  margin-bottom: 5px;
  color: #fff !important;
}

.header .banner-text {
  padding: 60px 0px;
}

.header .banner-text h2 {
  color: #fff;
  font-size: 3.875rem;
  font-family: "Lora", serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.header .banner-text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

/*======Header + hero section End=======*/
/*======Feature section Start=======*/
.features {
  width: 100%;
  margin-top: -70px;
}

.features .feature-item {
  background-color: #2C2C2C;
  border-left: 10px solid #E8BC7C;
  padding: 30px;
  font-family: "Lora", serif;
  font-weight: 600;
  height: 110px;
}

.features .feature-item h5 {
  color: #fff;
  font-size: 20px;
}

.more-features .more-features-title {
  font-family: "Lora", serif;
  font-size: 2.9375rem;
  font-weight: 700;
}

.close-section {
  font-size: 15px;
}

/*======Feature section End=======*/
/*======Offer section Start=======*/
.offer-section {
  width: 100%;
}

.offer-section .offer-text {
  border: 2px solid #2C2C2C;
  margin-top: 70px;
  width: 100%;
  padding: 120px 0px;
  position: absolute;
}

.offer-section .offer-text .text-container h4 {
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 1.5;
}

/*======Offer section End=======*/
/*======Feature section Start=======*/
.timeline .section-title {
  font-family: "Lora", serif;
  font-size: 35px;
  font-weight: 700;
}

.timeline .wizard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
      grid-template-columns: 320px 1fr;
  font-family: "Lora", serif;
}

.timeline .process {
  box-model: border-box;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  padding: 30px 0;
}

.timeline .process ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timeline .process ul li.step .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #939393;
}

.timeline .process ul li.step .name:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  background: #ddd;
}

.timeline .process ul li.step.completed .name {
  color: #2C2C2C;
}

.timeline .process ul li.step.completed .name:before {
  content: '\2713';
  color: white;
  font-size: .8em;
  text-align: center;
  background: #E8BC7C;
}

.timeline .process ul li.step.current .name {
  color: #E74700;
}

.timeline .process ul li.step.current .name:before {
  background: #E74700;
  -webkit-box-shadow: 0 0 18px #ff9362;
          box-shadow: 0 0 18px #ff9362;
  -webkit-animation: 1750ms linear infinite pulse;
          animation: 1750ms linear infinite pulse;
}

.timeline .process ul li.step:not(:last-child):after {
  height: 48px;
  width: 3px;
  content: '';
  display: block;
  background-color: #ddd;
  margin-left: 7px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.timeline .process ul li.step.completed:not(:last-child):after {
  background-color: #E8BC7C;
}

.timeline .process.done ul li.step .name {
  color: #33673B;
}

.timeline .process.done ul li.step .name:before {
  background: #33673B;
  -webkit-box-shadow: none;
          box-shadow: none;
  content: '\2713';
  color: white;
  font-size: .8em;
  text-align: center;
}

.timeline .process.done ul li.step:not(:last-child):after {
  background-color: #33673B;
  -webkit-box-shadow: 0 0 8px #88c492;
          box-shadow: 0 0 8px #88c492;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 2px #ff9362;
            box-shadow: 0 0 2px #ff9362;
  }
  80% {
    -webkit-box-shadow: 0 0 18px #ff9362;
            box-shadow: 0 0 18px #ff9362;
  }
  100% {
    -webkit-box-shadow: 0 0 2px #ff9362;
            box-shadow: 0 0 2px #ff9362;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 2px #ff9362;
            box-shadow: 0 0 2px #ff9362;
  }
  80% {
    -webkit-box-shadow: 0 0 18px #ff9362;
            box-shadow: 0 0 18px #ff9362;
  }
  100% {
    -webkit-box-shadow: 0 0 2px #ff9362;
            box-shadow: 0 0 2px #ff9362;
  }
}

/*======Feature section End=======*/
/*========Call to action Section ==========*/
.call-to-action .bg-call-to-action {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../images/call-to-action.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/call-to-action.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.call-to-action h3 {
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 700;
}

.call-to-action .bg-call-to-action-2 {
  width: 100%;
  padding: 120px 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../images/call-to-action-2.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/call-to-action-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*========Call to action End ==========*/
/*========brife-us saction Start ==========*/
.brife-us h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 40px;
}

/*========brife-us saction End ==========*/
/*========paralex-image saction Start ==========*/
.paralex-image {
  width: 100%;
  height: 80vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../images/backgroud-wallpaper.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/backgroud-wallpaper.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

/*========paralex-image saction End ==========*/
/*=======Footer saction Start ==========*/
footer {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../images/footer-bg.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

footer h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Lora", serif;
  color: #fff;
  padding: 20px 0;
}

footer ul i {
  background-color: #E8BC7C;
  color: #000;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 7px 0px;
}

footer ul a {
  font-size: 13px;
}

footer ul li {
  margin-bottom: 5px;
  color: #fff !important;
  display: inline-block;
}

footer .copyright a {
  color: #fff;
  text-decoration: none;
}

footer .copyright a:hover {
  color: #E8BC7C;
}

footer .copyright p {
  color: #fff;
  margin-bottom: 0px !important;
}

/*=======Footer saction End ==========*/
/* ====================================
         CSS MEDIA QUERIES
======================================= */
@media only screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
  /* === Header + hero Section ====*/
  .header {
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../images/hero-image1.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/hero-image1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*== logo + contact info ==*/
    /*== banner text ==*/
  }
  .header .logo img {
    width: 120px;
  }
  .header .contact-info ul i {
    background-color: #E8BC7C;
    color: #000;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px 0px;
  }
  .header .contact-info ul li {
    margin-bottom: 5px;
    font-size: 13px !important;
    color: #fff !important;
  }
  .header .banner-text {
    padding: 60px 0px;
  }
  .header .banner-text h2 {
    color: #fff;
    font-size: 40px;
    font-family: "Lora", serif;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .header .banner-text p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
  }
  /* === Header + hero Section End ====*/
  .more-features .more-features-title {
    font-family: "Lora", serif;
    font-size: 40px;
  }
  .more-features ul li {
    font-weight: 500;
  }
  /*======Offer section Start=======*/
  .offer-section {
    width: 100%;
  }
  .offer-section .offer-text {
    border: 2px solid #2C2C2C;
    margin-top: 0px;
    width: auto;
    padding: 50px 0px  350px 0px;
    position: inherit;
  }
  .offer-section .offer-text .text-container h4 {
    font-family: "Lora", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }
  .offer-section .offer-img {
    position: absolute;
    top: -350px;
    width: 340px;
  }
  .offer-section .offer-section-top {
    top: -40px;
    position: relative;
    margin: 0px;
  }
  /*======Offer section End=======*/
  /*========Call to action Section ==========*/
  .call-to-action h3 {
    color: #fff;
    font-family: "Lora", serif;
    font-weight: 700;
    padding: 245px 0px 0px 0px;
  }
  /*========Call to action End ==========*/
  /* === paralex-image ====*/
  .paralex-image {
    height: 40vh;
  }
  /* === paralex-image End ====*/
}

/*CUSTOM PRELOADER*/
.loader-bg {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before, .loader-p:after {
  content: '';
  border: 1em solid #E8BC7C;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
          animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

/*end of custom preloader*/
.container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 411px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/*# sourceMappingURL=style.css.map */