html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

/* fonts */

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Bold.eot');
  src: url('../fonts/Vollkorn-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-Bold.woff2') format('woff2'), url('../fonts/Vollkorn-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Italic.eot');
  src: url('../fonts/Vollkorn-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-Italic.woff2') format('woff2'), url('../fonts/Vollkorn-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Alcuin Becker Ext';
  src: url('../fonts/AlcuinBeckerExtBold.eot');
  src: url('../fonts/AlcuinBeckerExtBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AlcuinBeckerExtBold.woff2') format('woff2'), url('../fonts/AlcuinBeckerExtBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Black.eot');
  src: url('../fonts/Vollkorn-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-Black.woff2') format('woff2'), url('../fonts/Vollkorn-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Semibold.eot');
  src: url('../fonts/Vollkorn-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-Semibold.woff2') format('woff2'), url('../fonts/Vollkorn-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Regular.eot');
  src: url('../fonts/Vollkorn-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-Regular.woff2') format('woff2'), url('../fonts/Vollkorn-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-BlackItalic.eot');
  src: url('../fonts/Vollkorn-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-BlackItalic.woff2') format('woff2'), url('../fonts/Vollkorn-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-SemiboldItalic.eot');
  src: url('../fonts/Vollkorn-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-SemiboldItalic.woff2') format('woff2'), url('../fonts/Vollkorn-SemiboldItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-BoldItalic.eot');
  src: url('../fonts/Vollkorn-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Vollkorn-BoldItalic.woff2') format('woff2'), url('../fonts/Vollkorn-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'num';
  src: url('../fonts/AlcuinBeckerExtBold.eot');
  src: url('../fonts/AlcuinBeckerExtBold.woff2') format('woff2'), url('../fonts/AlcuinBeckerExtBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ==== */

body {
  font-family: 'Vollkorn';
  font-size: 18px;
  color: #fff;
}

h1, h2 {
  font-weight: 700;
}

.container {
  max-width: 1200px;
}

/* header */

header .top_head {
  padding: 15px 0;
}

header .top_head .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top_head .contact li a {
  color: #07542b;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

header .top_head .contact li:first-child {
  margin-right: 86px;
}

header .top_head .contact li a i {
  margin-right: 20px;
}

header .middle_head {
  text-align: center;
  background-color: #07542b;
  padding: 47px 0 41px 0;
}

header .middle_head a {
  display: inline-block;
}

header .bottom_head {
  background-color: #e1cc9d;
  padding: 32px 0;
}

header .bottom_head .features .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .bottom_head .features figure {
  margin-right: 20px;
}

header .bottom_head .features figure img {
  width: 48px;
}

header .bottom_head .features h3 {
  font-size: 25px;
  color: #000;
  line-height: normal;
}

/* header .bottom_head .features h3::before {
  display: inline-block;
  margin-right: 16px;
  background-size: 45px 57px;
  background-repeat: no-repeat;
  width: 60px;
  height: 61px;
}

.features .garentee h3::before {
  content: "";
  background-image: url(../images/icon-1.png);
}

.features .experiance h3::before {
  content: "";
  background-image: url(../images/icon-2.png);
}

.features .pay h3::before {
  content: "";
  background-image: url(../images/icon-3.png);
} */

/* content section */

.content {
  padding: 70px 0 0 0;
}

.content .texts {
  position: relative;
  padding: 24px 34px 24px 15px;
}

.content .texts p {
  color: #464646;
  line-height: 28px;
  margin-bottom: 26px;
}

.content .texts h2 {
  font-size: 25px;
  color: #464646;
  line-height: 34px;
  margin-bottom: 26px;
  font-weight: 500;
}

.content .steps {
  background-color: #07542b;
  text-align: center;
  border-radius: 8px;
}

.content .steps h3 {
  font-family: 'Vollkorn';
  font-weight: 600;
  font-style: italic;
  font-size: 35px;
  line-height: 43px;
  padding: 50px 10px;
}

.steps .cnt {
  padding: 18px 50px 40px 50px;
}

.content .steps .step p, .steps .dtl {
  font-size: 23px;
  line-height: 38px;
}

.steps .dtl {
  font-weight: 700;
}

.step {
  counter-reset: section;
}

.step li {
  position: relative;
  z-index: 1;
}

.step li::before {
  counter-increment: section;
  content: counter(section);
  font-size: 160px;
  font-family: 'serif';
  font-weight: 900;
  color: #b28f3e;
  opacity: 0.6;
  position: absolute;
  z-index: -1;
}

.step li:nth-child(2n+1)::before {
  left: 92px;
  top: 18px;
}

.step li:nth-child(2n)::before {
  right: 92px;
  top: 18px;
}

/* question */

.questions {
  margin-top: 30px;
}

.question {
  background-color: #07542b;
  text-align: center;
  padding: 43px 38px;
  border-radius: 3px;
}

.question .heading h3 {
  font-size: 35px;
  font-weight: 700;
}

.question .heading p {
  font-size: 20px;
  padding: 34px calc(100px - 38px);
  line-height: 28px;
}

.enquiry {
  margin-bottom: 0 !important;
}

form input {
  width: 100%;
  min-height: 54px;
  border: 0;
  outline: none;
  padding: 0 10px;
  border-radius: 3px;
}

form textarea {
  border: 0;
  width: 100%;
  min-height: 235px;
  outline: none;
  padding: 10px 0 0 10px;
  border-radius: 3px;
}

.input_group.area {
  margin-bottom: 40px;
}

form input::placeholder, form textarea::placeholder {
  color: #868686;
}

form .btns {
  min-width: 443px;
  min-height: 55px;
  background-color: #b28f3e;
  border: 0;
  outline: none;
  border-radius: 4px;
  color: #fff;
  font-size: 25px;
  transition: 0.3s ease;
}

form .btns:hover {
  border: 2px solid #fff;
}

.input_group {
  position: relative;
  margin-bottom: 38px;
  /* love */
}

.input_group span {
  color: transparent;
  border-bottom: 4px solid #b28f3e;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

/* footer */

footer {
  background: #07542b;
  padding: 52px 0;
  margin-top: 60px;
}

footer .address h3 {
  font-size: 29px;
  font-style: italic;
}

footer .address address {
  margin: 14px 0 33px 0;
  line-height: 28px;
}

.contact_us a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.contact_us i {
  margin-right: 15px;
}

.contact_us .mail {
  margin-top: 15px;
}

footer .right {
  text-align: right;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

footer .social i {
  color: #fff;
  font-size: 42px;
  margin-right: 15px;
}

footer .social li:last-child i {
  margin-right: 0;
}

footer .bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

br{
  display: block;
}

/* responsive */

@media (max-width: 1199px) {
  header .top_head .contact li a {
    font-size: 23px;
  }
  header .top_head .contact li a i {
    margin-right: 15px;
  }
  header .top_head .contact li:first-child {
    margin-right: 60px;
  }
  .logo img {
    width: 420px;
  }
  header .middle_head {
    padding: 38px 0;
  }
  header .bottom_head .features h3 {
    font-size: 23px;
  }
  .content .texts h2 {
    font-size: 23px;
  }
  .content .texts p {
    line-height: 30px;
  }
  .content .texts {
    padding: 24px;
  }
  .gold img {
    width: 420px;
  }
  .content {
    padding: 40px 0;
  }
  .content .steps h1 {
    font-size: 32px;
    line-height: 41px;
  }
  .content .steps .step p, .steps .dtl {
    font-size: 23px;
    line-height: 36px;
  }
  .steps .cnt {
    padding: 18px 30px 40px 30px;
  }
  .question .heading h3 {
    font-size: 32px;
  }
  .question .heading p {
    padding: 30px 65px;
  }
  footer .address address {
    margin: 14px 0 20px 0;
  }
  footer .social li a {
    display: block;
  }
  footer {
    background: #07542b;
    padding: 42px 0;
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  header .top_head .contact li a {
    font-size: 21px;
  }
  .logo img {
    width: 380px;
  }
  header .bottom_head .features h3 {
    font-size: 21px;
  }
  .content .texts h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .content .texts p {
    line-height: 20px;
  }
  .gold img {
    width: 363px;
  }
  .content .steps h3 {
    font-size: 21px;
    line-height: 34px;
    padding: 40px 10px;
  }
  .bg {
    width: 68px;
  }
  .content .steps .step p, .steps .dtl {
    font-size: 19px;
    line-height: 29px;
  }
  .step li:nth-child(2n)::before {
    right: 48px;
  }
  .step li:nth-child(2n+1)::before {
    left: 64px;
  }
  footer .address h3 {
    font-size: 27px;
  }
  body {
    font-size: 14px;
  }
  footer .address address {
    line-height: 20px;
  }
  footer .social i {
    font-size: 32px;
  }
  form textarea {
    margin-bottom: 0px;
  }
  header .bottom_head .features figure img {
    width: 38px;
  }
  br{
    display: none;
  }
}

@media (max-width: 767px) {
  header .top_head .contact li:first-child {
    margin-right: 32px;
  }
  header .bottom_head .features h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 420px;
  }
  header .bottom_head .features .col-md-4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .bottom_head {
    padding: 20px 0;
  }
  .features .col-md-4 {
    margin-bottom: 10px;
  }
  .content {
    padding: 20px 0;
  }
  .content .steps h3 {
    padding: 30px 40px;
  }
  .question .heading h3 {
    font-size: 28px;
  }
  .content .steps h3 {
    padding: 20px;
  }
  .content .steps .step p, .steps .dtl {
    font-size: 20px;
  }
  form .btns {
    min-width: 340px;
  }
  .question .heading p {
    padding: 20px 40px;
  }
  footer .right {
    text-align: left;
  }
  footer .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .social i {
    font-size: 28px;
  }
  footer .social {
    margin: 15px 0;
  }
  footer {
    padding: 30px 0;
  }
  header .top_head .contact li a {
    font-size: 20px;
  }
  header .bottom_head .features figure img {
    width: 26px;
  }
}

@media (max-width: 575px) {
  header .top_head .contact li a {
    font-size: 16px;
  }
  header .top_head .contact li:first-child {
    margin-right: 15px;
  }
  .gold img {
    width: 340px;
  }
  .logo img {
    width: 321px;
  }
  header .bottom_head .features h3 {
    font-size: 20px;
    min-width: 408px;
  }
  .content .texts {
    padding: 0 24px;
  }
  .content .texts p {
    line-height: 27px;
    margin-bottom: 24px;
  }
  .content .steps h3 {
    padding: 18px;
    font-size: 23px;
    line-height: 35px;
  }
  .steps .cnt {
    padding: 32px;
  }
  .question .heading h3 {
    font-size: 26px;
  }
  .question .heading p {
    padding: 20px 15px;
  }
  form input {
    min-height: 45px;
  }
  form textarea {
    min-height: 120px;
  }
  form .btns {
    min-width: 250px;
    min-height: 52px;
    font-size: 22px;
  }
  .contact_us .mail {
    margin-top: 10px;
  }
  footer .social {
    margin: 20px 0;
  }
  .question {
    padding: 43px 15px 38px;
  }
  .content .steps {
    margin-top: 20px;
  }
}

@media (max-width: 470px) {
  .logo img {
    width: 270px;
  }
  .gold img {
    width: 258px;
  }
  header .top_head .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .top_head .contact li:first-child {
    margin-bottom: 10px;
  }
  header .bottom_head .features h3 {
    font-size: 16px;
    line-height: 22px; 
    min-width: 175px;      
  }
  br{
    display: block;
  }
  .content .texts h2 {
    font-size: 18px;
  }
  .content .texts p {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .content .steps h3 {
    padding: 10px;
    font-size: 20px;
  }
  .content .steps .step p, .steps .dtl {
    font-size: 18px;
  }
  .steps .cnt {
    padding: 24px 12px;
  }
  .bg {
    width: 54px;
  }
  .step li:nth-child(2n+1) .bg {
    left: 48px;
    top: 57px;
  }
  .step li:nth-child(2n) .bg {
    right: 43px;
    top: 65px;
  }
  .input_group {
    position: relative;
    margin-bottom: 20px;
    /* love */
  }
  form textarea {
    min-height: 105px;
  }
  .question .heading p {
    padding: 20px 0;
  }
  form .btns {
    min-width: 176px;
    min-height: 50px;
  }
  footer .address address {
    margin: 14px 0;
  }
}