*{
  padding: 0;
  margin: 0;
  text-shadow: none;
}
.home-cover {
  background-image: url('../../assets/images/banner.png');
  height: 100vh;
}
.main_banner{
  z-index: 1;
}
.main_banner .title{
  font-family: 'Bodoni Moda', serif;
  font-size: 60px;
  font-weight: 600;
}
.main_banner .sub_title{
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.custom-navbar .nav-link{
  color:#fff;
}

.custom-navbar ul li:not(:last-child){
    margin:auto 25px;
  }


.custom-navbar .nav-link:hover{
  color:#FED15A
}

.custom-navbar .nav-link.active{
  color:#FED15A
}


.home-cover:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #0A0E2980;
  z-index: 0;
}
.sticky_contact{
  position: fixed;
  right:3px;
  top:40%;
}
/*.sticky_contact img{
  max-width: 75px;
  height: 75px;
}*/

.theme_btn{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
 /* display: flex;
  align-items: center;*/
  letter-spacing: 0.31em;
  color: #000000;
  background: #FED15A;
  border-radius: 50px;
}

.section{
/*    padding: 100px 0;*/
}
.section_title{
  font-family: 'Bodoni Moda', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  color: #000000;
}
.service_card{
   text-shadow:none;
}
.card-text{
  color:#3a3a3a;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
.service_card .card-title{
  font-family: 'Bodoni Moda', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
}

.service_btn{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.31em;
  color: #FED15A;
}

a.theme_btn_alt{
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.31em;
  color: #FED15A;
  text-transform: uppercase;
  text-decoration: none;
}
.theme_btn_alt span{
  width:60px;
  background: #FED15A;
  height: 1px;
  margin-right: 20px;
}

.justify-content-right{
  justify-content: right;
}

.quote-bg{
  background-image: url('../../assets/images/quote.png');
  background-repeat: no-repeat;
  background-position: left;
  height:100px;
  width: 100px;
  align-items: center;
  background-size: cover;
  margin-top:-25px;
  margin-right: -50px;
}

.about_card .card-title{
  font-family: 'Bodoni Moda', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
}

.about_card .card-subtitle{
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
}

.partners_card{
  background:#E6E6E6;
}

.partner_image{
  filter: grayscale(90%);
}

.quote-bg-lg{
  background-image: url('../../assets/images/quote.png');
  background-repeat: no-repeat;
  background-position: left;
  height:200px;
  width: 200px;
  align-items: center;
  background-size: cover;
}

.testimonials_client{
  font-family: 'Bodoni Moda', serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
}

.footer{
  background: #10142A;
}
.footer_quick_links{

}

.footer_quick_links ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.footer_quick_links ul li{
  margin: 10px auto;
}

.footer_quick_links ul li a{
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #d1d1d1;
}


.footer-title{
  color:#d1d1d1;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 45px;
  text-transform: capitalize;  
}

.footer-text{
  color:#d1d1d1;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.footer a{
  color:#d1d1d1;
}

.footer-form-control{
  background: #FFFFFF;
  min-width: 300px;
  border-radius: 100px;
}

.team_card h4{
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  color: #000000;
} 
.team_card h5{
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  color: #575757;
}
.team_card h6{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #575757;
  line-height: 20px;
}
.team_card img{
/*  height:200px;*/
}

.refining_hero{
  background-image: url('../../assets/images/hero_banner.png');
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height:300px;
}
.refining_hero h2{
  font-family: 'Bodoni Moda';
}

.list-square{
/*  padding-left: 0;*/
  list-style: square;
}

.columns2{
  column-count: 2;
  column-gap: 50px;
  text-align: justify;
}

.contact_form .form-control{
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  height: 50px;
}


@media (max-width:767px){
 .columns2{
    column-count: 1;
    column-gap: 10px;
    text-align: justify;
  } 
}

.sticky_email{
  width:50px;
  height: 50px;
  background: #FED15A;
  border-radius: 50%;
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 1px 1px 10px 1px #00000090;
}
a.sticky_email:hover{
  color: #000;
}


/*gold Rates Css*/

#table_gold_rates {
    font-weight: bold;
    color: #212529;
    background-color: #fff;
}

#table_silver_rates {
    font-weight: bold;
    color: #212529;
    background-color: #fff;
}
#table_spot_rates {
  font-weight: bold;
  color: #212529;
  background-color: #fff;
}

/*gold Rates Css*/
