/*
=================================
      Common & Typography
=================================
*/
body{
  background-color: #010101 !important;
  font-family: 'Lato', sans-serif !important;
}
*{
  overflow-x: hidden;
}
hr{
  border-top: 1px solid #ADA381 !important;
}
h1,h2,h3,h4,h5,h6,p,a{
  margin-bottom: 0;
  color: #fff;
}
a, a:focus, a:hover, a:visited{
  text-decoration: none !important;
  color: #fff !important;
}
.navbar-brand{
    max-width: 60%;
}
.colored{
  color:#ADA381 !important;
}
ul{
  list-style: none;
  padding: 0;
}
h1{
  font-size: 30px !important;
}
h2{
  font-size: 22px !important;
}
h3{
  font-size: 18px;
}
p{
  font-size: 14px;
  font-weight: 300;
}
input::placeholder, textarea::placeholder{
  color: #fff;
}
input, textarea{
  outline:none;
  background-color:rgba(0,0,0,.7);
  border:none;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
}
.p-big{
  font-size: 27px;
}
.p-big-2  {
  font-size: 22px;
}
.light{
  font-weight: 300;
  color: #fff;
}
.heavy{
  font-weight: 400;
  color: #fff;
}
.line{
  width: 135px;
  height: 5px;
  background-color: #ADA381;
  display: block;
  margin: 20px 0px;;
}
.line-sm{
  width: 55px;
  height: 5px;
  background-color: #ADA381;
  display: block;
  margin: 20px 0px;;
}
.line-ssm{
  width: 40px;
  height: 2px;
  background-color: #ADA381;
  display: block;
  margin: 10px 0px;;
}
.standard-btn{
  line-height: 40px;
  min-width: 210px;
  background-color: transparent !important;
  border:1px solid #ADA381;
  text-transform: capitalize;
  color: #fff;
  letter-spacing:.3em;
  font-weight: 300;
  margin-top: 5px;
  transition-duration: .2s;
  outline:none !important;
  font-size: 12px;
}
.standard-btn:hover{
  background-color: #ADA381 !important;
}
/*
=================================
           Navigation
=================================
*/
.nav-custom{
  position: fixed;
  width: 100%;
  z-index: 999;
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.65) 75%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.65) 75%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.65) 75%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.nav-item{
  margin-right: 2em;
  position: relative;
}
.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
  transition-duration: .4s;
  font-size: 13px;
}
.nav-link span{
  opacity: 0;
}
.nav-link:hover span,
.active .nav-link span{
  transition-duration: .4s;
  background-color: #ADA381;
  width: 50%;;
  height: 2px;
  bottom: 0px;
  position: absolute;
  left: 25%;
  right: 25%;
  opacity: 1;
  animation-name: fade-in;
  animation-duration: .4s;
}
.footer{
  padding: 1em 1em 0.3em 1em;
}
.footer *{
  overflow: hidden;
}
.footer ul{
  display: flex;
  margin: 0;
}
.footer-nav p,
.footer-nav a{
  font-size: 14px !important;
}
.footer p{
  flex-grow: 1;
  font-size: 16px;
}
.footer ul li{
  padding: 0px .8em;
}
/*
=================================
     Backgrounds & Headings
=================================
*/
.hero-home{
  height: 100vh;
  background: url('../img/home-hero.png');
  background-size: cover;
  background-repeat: repeat-y;
  background-position: 50% 0;
  position: relative;
  transition: 0s linear;
  transition-property: background-position;
}
.cfd-home{
  min-height: 80vh;
  background: url('../img/cfd.png');
  background-size: cover;
  background-repeat: repeat-y;
  background-position: 50% 0;
  position: relative;
  transition: 0s linear;
  transition-property: background-position;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-home{
  min-height: 80vh;
  background: url('../img/clientsbg.png');
  background-size: cover;
  background-repeat: repeat-y;
  background-position: 50% 0;
  position: relative;
  transition: 0s linear;
  transition-property: background-position;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-home{
  min-height: 80vh;
  background: url('../img/story.png');
  background-size: cover;
  background-repeat: repeat-y;
  background-position: 50% 0;
  position: relative;
  transition: 0s linear;
  transition-property: background-position;
  display: flex;
  justify-content: center;
  align-items: center;
}
.policy-home{
  min-height: 80vh;
  background: url('../img/policy.png');
  background-size: cover;
  background-repeat: repeat-y;
  background-position: 50% 0;
  position: relative;
  transition: 0s linear;
  transition-property: background-position;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-section{
  background: url('../img/image2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  transition: 0s linear;
  transition-property: background-position;
}
.belief-wrap{
  padding:2em;
}
.mt4{
  background: url('../img/mt4.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.mission{
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 2em;
  background: url('../img/missionbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.live-spreads{
  width: 100%;
}
.live-spreads thead{
  color: #ADA381;
  font-size: 14px;
}
.live-spreads tbody{
  color: #fff;
  font-size: 14px;
}
.service-wrapper hr{
  width: 100%;
}
.service-wrapper{
  background-color: rgba(12,12,12,.97);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}
.light-bg{
  background-color: #0C0C0C;
}
.home-heading{
  position: absolute;
  width: 100%;
  bottom: 1em;
}
.scroll-wrap{
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.scroll-down{
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .1em;
  right: 1em;
  bottom: 0px;
  display: flex;
}
.scroll-down::before{
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  background: url('../img/scroll.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  transition-duration: 1s;
  animation: scroll-icon .8s infinite;
}
.scroll-down:hover,
.scroll-down:visited,
.scroll-down:focus{
  text-decoration: none;
  color: #fff;
}

.checklist{
  display: flex;
  align-items: center;
}
.checklist i{
  margin-right: 25px;
}
.checklist, .checklist p{
  color: #ADA381;
}
.disclamer{
  font-size: 12px;
  color: #ffffff70;
  padding-bottom: 1em;
}
/*
=================================
           Animations
=================================
*/
@keyframes fade-in {
    from {bottom: 5px;}
    to {bottom: 0px;}
}
@keyframes scroll-icon {
  0%    { bottom: 5px; opacity: .5;}
  50%   { bottom: 0px; opacity: 1; }
  100%  { bottom: 5px; opacity: .5;}
}
/*
=================================
           Buttons
=================================
*/

.login_buttons_wrapper {
  display:flex;
  gap:15px;
}
.login-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.btn-secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center !important;
    padding: 18px 30px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    transition-duration: 0.2s;
}

a.btn-primary {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 18px 30px !important;
    background: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #111114 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition-duration: 0.2s !important;
}

@media (max-width: 1190px) {

  .login_buttons_wrapper {
    display:none;
  }
}
