body {
  font-family: "Poppins", sans-serif;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
}

/* header start  */

header .nav-link {
  font-weight: 500;
  color: #333;
  font-size: 16px;
}

header .nav-item .active {
  color: #FF7F0F !important;
}

header .nav-link:hover {
  color: #FF7F0F !important;
}

/* header end  */

/* banner start  */

.banner {
  padding: 100px 0;
  background-image: linear-gradient(to top, #000000d2, #000000d2, #000000d2), url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.banner h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.banner h1 {
  margin: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  letter-spacing: 1.5px;
}

.banner h1 span {
  color: #FF7F0F;
}

.banner p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.primary-btn {
  background-color: #FF7F0F;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  transition: 0.3s;
}

.primary-btn:hover {
  background-color: #666;
}

/* banner end  */

/* welcome start  */

.welcome {
  padding: 100px 0;
}

.welcome h2 {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.welcome h1 {
  margin: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.welcome h1 span {
  color: #FF7F0F;
}

.welcome p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* welcome end  */

/* counter start  */

.counter-sec {
  padding: 70px 0;
  background-color: #EB7C1A;
}

.counter-sec h2 {
  margin: 10px 0;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}

.counter-sec h5 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.counter-sec i {
  font-size: 40px;
  color: #fff;
}

/* counter end  */

/* feature start  */

.feature {
  padding: 100px 0;
  background-color: #FDEEE7;
}

.feature h1 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.feature h1 span {
  color: #FF7F0F;
}

.feature P {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.single-feature {
  margin: 10px 0;
}

.single-feature img {
  height: 300px;
}

.feature-desc {
  padding: 30px 25px;
  background-color: #fff;
}

.feature-desc h2 {
  font-size: 20px;
  font-weight: 700;
  color: #EB7C1A;
}

.feature-desc p {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: start;
}

/* feature end  */

/* awareness start  */
.awareness {
  padding: 60px 0;
  background-color: #333;
  text-align: center;
}

.awareness ul li {
  margin: 0px 30px;
}


/* awareness end  */

/* disclaimer start  */

.disclaimer {
  padding: 50px 0;
  background-color: #444;
  text-align: center;
}

.disclaimer p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}


/* disclaimer end  */

footer {
  padding: 15px 0;
  background-color: #555;
  text-align: center;
}

footer ul li a {
  text-decoration: none;
  color: #EB7C1A;
  font-size: 16px;
  font-weight: 500;
}

footer p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

footer p span {
  color: #EB7C1A;
  font-weight: 700;
}

/* breadcrumb start  */

.breadcrumb {
  padding: 70px 0;
  background-image: linear-gradient(to top, #000000d2, #000000d2, #000000d2), url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
}

.breadcrumb h1 {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.breadcrumb h1 span {
  color: #EB7C1A;
}

.breadcrumb p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

/* breadcrumb end  */

/* value start  */

.value {
  padding: 100px 0;
  background-color: #f7f7f7;
}

.value h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.value h1 span {
  color: #FF7F0F;
}

.value p {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.single-value {
  margin: 10px 0;
  padding: 40px 30px;
  background-color: #FDEEE7;
  text-align: center;
}

.single-value i {
  color: #EB7C1A;
  font-size: 40px;
}

.single-value h2 {
  color: #EB7C1A;
  font-size: 36px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* value end  */

/* contact start  */

.contact {
  padding: 50px 0;
}

.form-wrapper {
  padding: 40px;
  background-color: #f7f7f7;
}

.form-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.form-control {
  box-shadow: 0 0 00 0;
  border-radius: 0;
  height: 45px;
  border: 1px solid #eb7c1a56;
}

.form-control:focus {
  box-shadow: 0 0 00 0;
}

.form-select {
  box-shadow: 0 0 00 0;
  border-radius: 0;
  height: 45px;
  border: 1px solid #eb7c1a56;
}

.form-select:focus {
  box-shadow: 0 0 00 0;
}

textarea {
  width: 100%;
  border: 1px solid #eb7c1a56;
  resize: none;
}

/* contact end  */

/* content start  */

.content {
  padding: 70px 0;
}

.content h2 {
  font-size: 20px;
  font-weight: 700;
}

.content p {
  font-weight: 400;
  font-size: 16px;
}

.content h3 {
  font-weight: 600;
  font-size: 16px;
}

/* content end  */