* {
  font-family: "Poppins", sans-serif;
  transition: all ease-in-out 0.2s;
  padding: 0;
  margin: 0;
}
a {
  color: #ffd573;
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0;
  color: #ffd573;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 700;
}

h2 {
  font-size: 30px;
}

body {
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
}

.text-gold {
  color: #ffd573;
}
.bg-yellow {
  background: #fffaed;
}

.bg-gray {
  background: #f5f5f5;
}
.bg-dark {
  background-image: -moz-linear-gradient(
    129deg,
    rgb(56, 56, 56) 0%,
    rgb(45, 45, 45) 100%
  );
  background-image: -webkit-linear-gradient(
    129deg,
    rgb(56, 56, 56) 0%,
    rgb(45, 45, 45) 100%
  );
  background-image: -ms-linear-gradient(
    129deg,
    rgb(56, 56, 56) 0%,
    rgb(45, 45, 45) 100%
  );
}

header {
  position: absolute;
  top: 30px;
  width: 100%;
}

.banner {
  background-image: url("../Images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 6%;
}
.caption {
  padding-top: 10%;
}
.lines {
  position: relative;
  z-index: 10;
}

.lines::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../Images/lines.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  top: 15px;
  z-index: -1;
}

.left-caption {
  position: relative;
  top: 50px;
}

.left-caption p {
  font-size: 24px;
  line-height: 28px;
}

.right-caption p {
  font-size: 20px;
  line-height: 24px;
}

.right-caption a {
  background: #ffd573;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0.7rem 2rem;
  border-radius: 25px;
  display: inline-block;
  border: 1px solid #ffd573;
}
.right-caption a:hover {
  background: transparent;
  color: #ffd573;
}

.icon-box p {
  color: #979ec2;
  margin-bottom: 5px;
}

.icon-box a {
  font-size: 12px;
  color: #121224;
}

.section-1 {
  background: #ffd573;
}

.section-1 h2:after {
  content: "";
  width: 40%;
  height: 4px;
  background: #000;
  display: block;
  margin: 30px auto;
}

h2 span {
  font-weight: 400;
}
.section-1 p {
  font-size: 22px;
  line-height: 1.3em;
}

.list {
  font-size: 1.25rem;
}
.list li {
  padding-left: 30px;
  position: relative;
  color: #121224;
}
.list li:before {
  font-size: 18px;
  color: #979ec2;
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
}

.contact .btn {
  background: #ffd573;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border-radius: 25px;
  min-width: 140px;
  border: 1px solid #ffd573;
}
.contact .btn:hover {
  color: #ffd573;
  background: transparent;
}
.contact .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer {
  background: #000;
}
.footer p {
  margin: 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3rem;
}
.footer a {
  color: #777;
}

/* Responsive css */

/* @media only screen and (max-width: 600px) and (min-width: 400px) {
} */

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .banner {
    /* background-position-x: -50px; */
    padding-bottom: 4%;
  }
  .caption img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .logo img {
    max-width: 150px;
  }
  .caption {
    padding-top: 70px;
  }
  .caption img {
    max-width: 25%;
  }
  .banner {
    padding-bottom: 30px;
  }
  h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .section-1 p {
    font-size: 18px;
  }
  .list li,
  .left-caption p,
  .right-caption p {
    font-size: 1rem;
  }
  .contact .border-right {
    border: none;
  }
  .right-caption a {
    padding: 0.6rem 1.5rem;
    font-size: 14px;
  }
  .left-caption {
    top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .lines::after {
    display: none;
  }
  .left-caption {
    top: 0px;
  }
  .left-caption p,
  .right-caption p {
    line-height: 1.3rem;
  }
}

@media only screen and (max-width: 479px) {
  header {
    top: 20px;
  }
  .logo img {
    max-width: 120px;
  }
  .caption {
    padding-top: 60px;
  }
  .banner {
    padding-bottom: 10px;
  }
  .banner {
    background-position-x: -150px;
  }
}
