@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body,
html {
  overflow-x: hidden;
}

body,
html {
  overflow-x: hidden;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth 0.10s;
  font-family: 'Open Sans', sans-serif;

}

a {
  color: #1b3698;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;

}

h6 {}

h4 {}

p {
  margin: 0;
  line-height: 30px;
  margin-bottom: 25px;
}

ul li {
  margin-bottom: 0px;
}

span {
  display: inline-block;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 0px;
}

ul {
  list-style: none;
}



h2 {}

h3 {}

h4 {}

h5 {}

h6 {}


section {
  padding: 70px 0px;

}

.overlay {
  display: none;
}

section {
  background: #f7f7f7;
}

header {
  position: relative;
  width: 100%;
  background: #000;
  padding: 0px 0px;
  height: 100px;
}

header nav {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 80px;
  transition: all 0.5s ease-in-out;
}

header.fixed nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 0px;
  background: #000;
  width: 100%;
  z-index: 100000000;
  height: 100px;
}

header nav .container-flex {
  display: flex;
  justify-content: space-between;
}

header nav .logo a {
  line-height: 80px;
  font-size: 40px;
  font-weight: 900;
  color: #111;
}

header nav .nav-menu>ul {
  display: flex;
  align-items: center;
}

header nav .nav-menu>ul>li {
  position: relative;
}

header nav .nav-menu>ul>li>a {
  line-height: 80px;

  font-weight: 500;
  padding: 11px 0px 0px 57px;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}


header nav .nav-menu>ul>li>a:hover {
  color: #ea5e00;
}



header nav .nav-right {
  line-height: 80px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

header nav .nav-right .social-lg {
  margin-right: 20px;
  padding-right: 10px;
  border-right: 2px solid #ddd;
  line-height: initial;
}

header nav .nav-right .social-lg a {
  padding: 0 8px;
  color: #111;
  font-size: 18px;
}

header nav .nav-right .contact-btn-lg {
  text-transform: capitalize;
  background: #111;
  line-height: initial;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

header nav .nav-right .contact-btn-lg:hover {
  background: #333;
}

header .social-sm {
  display: none;
}

header .times {
  display: none;
}

header .bars {
  display: none;
}


/* =================banner================ */
.banner-bg {
  background: url(../images/banner-bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0px;
  background-attachment: fixed;
}


.banner-info {
  background: rgba(0, 0, 0, 0.50);
  color: #fff;
  padding: 50px 0px;
}

.banner-info h1 span {
  font-weight: 300;


}

.banner-info h6 {
  font-size: 20px;
  font-weight: 400px;
  margin-bottom: 10px;
}

.banner-info h1 {
  font-size: 50px;
  font-weight: 800px;
}

.banner-btn {
  background: #ea5e00;
  color: #fff;
  padding: 18px 35px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  box-shadow: 0px 1px 1px #5a5959;
}

.banner-btn:hover {
  background: #000;
  color: #fff;
}

.camon-heading h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 48px;

}







/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }

  #button {
    margin: 30px;
  }
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}

.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.products-info p {
  font-size: 18px;
  font-weight: 100;
}

.products-list-img {
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.6s;
}

.products-list-img span {
  width: 100%;
  height: 100%;
  background: #ea5e00;
  color: #fff;
  padding: 10px 0px;
  font-weight: 700;


}

section.products {
  background: #f1ebeb;
}

.products-list-img:hover {
  transition: all 0.6s;
  transform: translateY(-20px);
}

.chappell-s-box {
  position: relative;
}

.chappell-s-img-info {
  position: absolute;
  top: 208px;
  left: 24%;
  color: #fff;
  padding: 0px 81px;
}

.chappell-s-img-info h3 {
  font-size: 40px;
  font-weight: 200;
}

.chappell-s-img-info h3 span {
  font-weight: 700;
  color: #ea5e00;
}

/* back top top */

#button {
  display: inline-block;
  background-color: #ea5e00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }

  #button {
    margin: 30px;
  }
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}

.content h3 {
  font-style: italic;
  color: #96a2a7;
}

section#values {
  padding: 50px 0px 0px 0px;
}

/* ===================================================== */
.footer {
  background: #000;
  padding: 40px 0px 0px;
}
.right-side{
  color: #fff;
}

.right-side a{
  color: #fff;
}

.right-side h3  {
  font-size: 50px;
  font-weight: 700;
  color: #fff;

}

.footer-logo img {
  width: 250px;
}

.footer-border {
  border-bottom: 1px dotted #fff;
}

.footer-ul {
  padding: 0px;
  margin: 0px;
}

.footer-ul li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-ul li a {
  padding: 10px 0px;
  margin: 0px 0px;
  color: #fff;
  font-size: 12px;
}

.copy-right-text p {
  padding: 5px 0px;
  margin: 0px 0px;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: end;

}