* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
  background: #030208;
  color: #fff;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #030208;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a57a47;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dab37a;
}
li {
  list-style: none;
}
.pb-50
{
  padding-bottom: 50px;
}
/*Home Page Desktop*/
.logo-set {
    max-width: 100%;
}
.auto-container
{
  width: 100%;
}
.heroContent {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    max-width: 24%;
}
.logo {
    width: 250px;
    padding-bottom: 20px;
}
img.logo-footer {
    width: 150px;
}
.heroContent h1{
    font-size: 75px;
    margin: 0;
}
p.pHero{
    color: #fff;
    font-size: 18px;;
}
.main-list-para {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;;
}
.list-main-banner
{
  color: #fff;
      display: -webkit-inline-box;
      position: relative;
      left: 15px;
      font-size: 18px;
      width: 350px;
}
.list-1 span {
    display: list-item;
}
.list-2 span {
    display: list-item;
}
.list-1 {
    width: 50%;
}
.list-2 {
    width: 50%;
}
.main-banner-email-opt
{
  padding-top: 20px;
  font-size: 18px;
}


.main-banner-email-opt a {
    background: #a57a47;
    border: 4px solid #dab37a;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}
.main-banner-email-opt a i {
    padding-right: 5px;
    font-weight: 600;
    font-size: 18px;
}

/*Members List style Rana*/
.member-image-set
{
  padding:0px 10px;
}
.card-set {
    padding: 40px;
}
.member-para {
    padding: 0 20px;
   
}
.member-para p {
    font-size: 16px;
    text-align: center;
}
.content-div {
    background: #1f1f1f;
    padding: 30px;
    position: relative;
    margin-top: -130px;
}
.content-div h3 {
    font-size: 18px;
    text-align: center;
}
.content-div span {
    font-size: 14px;
    display: block;
    font-weight: 300;
    text-align: center;
}
.image-box img
{
  width: 100%;
}

/*Footer Style*/
.footer{
  background-color: #030208;
    padding: 70px 150px;
}
.para-address
{
  width: 70%;
}







/*Responsive*/
@media screen and (max-width: 1024px) 
{
  .logo-set {
    width: 1400px;
    max-width: fit-content;
    position: relative;
    left: -250px;
  }
  .heroContent
  {
    max-width: 40%;
    top: 45%;
    left: 36%;
  }
  .logo {
    width: 160px;
    padding-bottom: 10px;
  }
  p.pHero {
    color: #fff;
    font-size: 16px;
  }
  .main-list-para {
    font-size: 16px;
  }
  .list-main-banner {
    font-size: 16px;
    width: 350px;
  }
  .main-banner-email-opt {
    font-size: 16px;
  }
  .card-set {
    padding: 0px;
  }
  .content-div {
    background: #1f1f1f;
    padding: 10px;
    position: relative;
    margin-top: -100px;
  }
  .content-div span {
    font-size: 12px;
  }
  .content-div h3 {
    font-size: 16px;
  }
  .member-para {
    padding: 20px 0px;
  }
  .member-para p {
    font-size: 14px;
  }
  .footer {
    padding: 70px 50px;
  }
  .para-address {
    width: 100%;
  }

}




/*Responsive*/
@media screen and (max-width: 767px) 
{
  .heroContent {
    position: absolute;
    top: 45%;
    left: 35%;
    transform: translate(-50%, -50%);
    max-width: 40%;
  }
  .logo {
    width: 80px;
    padding-bottom: 5px;
  }
  p.pHero {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .main-list-para {
    font-size: 8px;
  }
  .list-main-banner {
    font-size: 8px;
    position: relative;
    top: -8px;
    left: 13px;
    width: 350px;
  }
  .main-banner-email-opt {
    font-size: 8px;
    padding-top: 0px;
  }
  .main-banner-email-opt a {
    padding: 8px 10px;
  }
  .main-banner-email-opt a i
  {
    font-size: 9px;
  }
  .logo-set {
    width: 700px;
    max-width: fit-content;
    position: relative;
    left: -150px;
  }


  /*Img -2 section*/
  .member-image-set {
    padding: 20px 10px;
    display: -webkit-box;
  }
  .card-set::after {
    content: " ";
    width: 0;
    height: 0;
    /* border-top: 10px solid transparent; */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #030208;
    position: absolute;
    top: 90px;
    left: 110px;
    transform: rotate(25deg);
  }
  .card-set
  {
    width: 30%;
    padding: 0;
  }
  .member-para
  {
    width: 70%;
    padding:24px 20px;
  }
  .content-div {
    background: #1f1f1f;
    padding: 10px;
    position: relative;
    margin-top: -56px;
  }
  .content-div h3 {
    font-size: 8px;
    text-align: center;
  }
  .content-div span {
    font-size: 6px;
  }
  .member-para p {
    font-size: 8px;
    text-align: left;
  }
  /*Footer*/
  .footer {
    padding: 20px 0px;
  }
  footer.footer .row .col-md-6 {
    width: 50%;
  }
  img.logo-footer {
    width: 90px;
  }
  .footer-num
  {
    font-size: 10px;
  }
  .para-address {
    width: 114%;
    font-size: 10px;
    margin-left: -40px;
  } 


} 

/* Override bootstrap a color */
a{color:#FFF;}