*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Outfit', sans-serif;
  letter-spacing: .11px;
}
.section-spacing{
  padding-top:100px;
  padding-bottom:100px;
}

.top-head{
  background-color:#484756;
}
.tophead-text{
  font-size:17px;
  letter-spacing:0.75px;
}
.topheadicon{
  width:30px;
  margin-right: 3px;
}
.logo{
  width:180px;
}
.navbar-bg a{
  color:#250000;
  font-size:18px;
}
.navbar-bg a:hover{
  color:#ffaa05;
}
.navbar-nav .nav-link.active{
  color:#FFAA05;
}
.navbar a{
  font-size:20px;
  color: #404040;
  font-weight: 400;
  letter-spacing:0.75px;
}
.sitebutton{
  background-color:#ffaa05;
  padding:10px 20px;
  color:#000;
  border:none;
  border-radius:5px;
  color:#fff;
}
.sitebutton:hover{
  background-color:#484756;
  color:#fff;
}
#home-banner{
background-image: url('images/main-banner.jpg');
width: 100%;
}
#home-banner h1{
  color:#FFAA05;
  font-size:40px;
  letter-spacing: 0.75px;
  font-weight:500;
}
.sitehead2{
  color:#fff;
  letter-spacing: 0.75px;
  font-size: 60px;
  font-weight: 700;
}
#home-banner  button {
  border: 2px solid #FFAA05;
  padding: 15px 30px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size:15px;
}
#home-banner  button:hover{
  background-color:#FFAA05;
}
#about-bg{
  background-image:url('images/about-bg.jpg');
  width: 100%;
}
.inner-bg{
  background-image:url('images/head-bg.jpg');
}
.site-head5 {
  font-size: 23px;
  letter-spacing: 0.75px;
  color: #FFAA05;
  font-weight:400;
}
.sitehead3{
  font-size:40px;
  font-weight:600;
  letter-spacing: 0.75px;
  text-align: justify;
}
.para-text{
  font-size:18px;
  letter-spacing: 0.75px;
  line-height:28px;
  font-weight: 300;
  text-align: justify;
}
.line{
  width: 50px;
  border-top:3px solid #FFAA05;
  margin-top: 10px;
}
.line2{
  width: 50px;
  border-top:3px solid #fff;
  margin-top: 10px;
}
.best-quality{
  width: 70px
}
.para-2{
  font-size: 16px;
}
.arrow{
  margin-right: 5px;
  font-size:18px;
  color: #FFAA05;
}
.main-button >button{
  background-color:#484854;
  padding:15px 30px;
  color: #fff;
  border: none;
  border-radius:6px;
  font-size: 15px;
}
.main-button >button:hover{
  background-color:#FFAA05;
}
.abt-img{
  position: relative;
}
.orange-box {
    background-color: #FFAA05;
    position: absolute;
    height: 140px;
    width: 272px;
    bottom: 15px;
    right: 85%;
    z-index: 1;
    left: -18%;
}
.number{
  font-size:80px;
  color:#FFAA05;
}
#collection-bg{
  background-image:url('images/collection-bg.jpg');
  width: 100%;
}
#form-bg{
  background-image:url('images/formbg.jpg');
  width: 100%;
}
.home-form{
  background:#fff;
  padding:50px;
  border-radius:6px;
  box-shadow: 0 4px 36px rgb(0 0 0 / 25%);
}
#footer-bg{
  height:450px;
  background-image:url('images/footer-bg.jpg');
  width: 100%;
}
.quick-links ul li{list-style-type: none;
  color: #fff;
  font-size: 19px;

}
.list-icon{
  font-size: 10px;
  margin-right:8px;
}
.footer-line{
  color:#fff;
}
.wehave-head{
  font-size: 28px;
  font-weight:500;
  letter-spacing: 0.75px;
  color:#fff;
}
.list-icon:hover{
  color:#FFAA05;
}
.office-icon{
  width:25px;
}
.card{
  padding:10px;
}
.double-dot{
  font-size: 20px;
}
.wehave-head:hover{
  color:#FFAA05;
}
.heart:hover{
  color:#c31717;
}
.card >h4{
  font-size: 23px;
  margin-top: 10px;
}
.over-image{
position: absolute;
bottom: -120px;
right: 10%;
z-index: 1;
left: 41%;
}
.carousel-caption >h1{
  color:#FFAA05;
  font-size:40px;
  letter-spacing: 0.75px;
  font-weight:500;
}
.carousel-caption button{
  border: 2px solid #FFAA05;
  padding: 15px 30px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size:15px;
}
  .carousel-caption button:hover{
  background-color:#FFAA05;
}
.carousel-caption{
  position: absolute;
  bottom:140px;
}
