html {
    scroll-behavior: smooth;
  }         
  
  *{
    padding: 0px;
    margin: 0px;
  }
  body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    box-sizing: border-box;
  }
  li{
    list-style: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
    font-size: 40px!important;
    font-weight: 700!important;
    line-height: 54px!important;
  }
  
  p{
    color: #6b778d;
    font-size: 21px!important;
    font-weight: 400;
    line-height: 32px;
    font-family: Roboto;
  }
  
  a:hover{
    text-decoration: none!important;
  }

/*--------------------------------------------------------------
# banner-sec
---------------------------*/

.banner-sec {
  background: url(../img/bg-img1.jpg) no-repeat;
  background-size: cover;
  position: relative;
  /* padding: 328px 0; */
  background-position: center;
  height: 100vh;
}

.logo{
text-align: center;
}

.logo img{
  width: 40%;
  margin-top: 25px;
  margin-left: 790px;
}

.banner-button {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 36%;
  background-color: rgba(0,0,0,0.75);
}

.pc-button button {
  border-radius: 50px;
  font-size: 14px;
  color: #fcfbf3;
  font-weight: 700;
  -webkit-box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 75%);
  background: #0a1fa2;
}

.pc-button button:hover {
  color: #fae20a;
}


.left-button{
    background: #fff;
    border: 1px solid#fff;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
}

.right-button{
    background: #fff;
    border: 1px solid#fff;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
}

.banner-logo img{
  transform: translate(-50%,-70%);
}

.banner-next-sec{
  z-index: 100;
  position: absolute;
  top: 60%;
  left: 30%;
  background-color: rgba(0,0,0,0.75);
}


.banner-next-sec p{
  font-size: 13px!important;
  line-height: 17px;
}

.pc-button p{
  font-size: 14px!important;
}

.button-img{
  width: 28%;
  margin-left: -25px;
}

/* media query start */

 @media (max-width:1920px){

  .pc-button button {
    font-size: 19px;
  }

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 33%;
    left: 24%;
}
.banner-next-sec {
  z-index: 100;
  position: absolute;
  top: 65%;
  left: 30%;
  background-color: rgba(0,0,0,0.75);
}


}

@media (max-width:1600px){

  .pc-button button {
    font-size: 16px;
  }

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 22%;
    left: 20%;
}
.banner-next-sec {
  z-index: 100;
  position: absolute;
  top: 62%;
  left: 30%;
  background-color: rgba(0,0,0,0.75);
}
}

@media (max-width:1366px){

  .pc-button button {
    font-size: 15px;
  }

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 15%;
    left: 20%;
    border-radius: 5px;
    max-width: 760px;
}
.footer-sec {
    position: absolute;
    z-index: 10;
    left: 9%;
    bottom: 0;
}
.banner-next-sec {
  z-index: 100;
  position: absolute;
  top: 58%;
  left: 30%;
  background-color: rgba(0,0,0,0.75);

} 
}
@media (max-width:1280px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 17%;
    left: 15%;
}
.logo img {
    width: 30%;
    margin-top: 25px;
    margin-left: 745px;
}

} 

@media (max-width:1024px){

  .pc-button button {
    font-size: 12px;
  } 

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 15%;
    left: 20%;
}
.banner-next-sec {
  z-index: 100;
  position: absolute;
  top: 61%;
  left: 28%;
  background-color: rgba(0,0,0,0.75);
}
.logo img {
    width: 28%;
    margin-top: 25px;
    margin-left: 665px;
}
} 

@media (max-width:912px){

  .pc-button button {
    font-size: 15px;
  } 

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 51%;
    left: 29%;
}

} 

@media (max-width:820px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 16%;
    left: 12%;
}
.pc-button button{
    font-size: 10px;
}
.logo img {
    width: 28%;
    margin-top: 25px;
    margin-left: 520px;
}
}

@media (max-width:768px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 17%;
    left: 13%;
}
.pc-button button {
    font-size: 7px;
}

} 

@media (max-width:576px){

  .pc-button button {
    font-size: 12px;
  } 

.banner-button {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 2%;
}
.banner-next-sec {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 25%;
  background-color: rgba(0,0,0,0.75);
}
.pc-button p {
  font-size: 10px!important;
}
.pc-button button {
  font-size: 10px;
}

.logo {
  position: absolute;
  top: 5%;
  left: 36%;
}

.logo img{
  width: 65%;
}

}

@media (max-width:540px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 49%;
    left: 20%;
}

}

@media (max-width:414px){

  .pc-button button {
    font-size: 7px;
  } 
  .banner-logo img {
    transform: translate(-50%,-200%);
    width: 60%;
}
.pc-button p {
  font-size: 10px!important;
}

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 18%;
    left: 0%;
}
.banner-next-sec {
  z-index: 100;
  position: absolute;
  top: 72%;
  left: 12%;
  background-color: rgba(0,0,0,0.75);
}

.button-img {
  width: 20%;
  margin-left: -40px;
}
.logo {
  position: absolute;
  top: 5%;
  left: 35%;
}


.logo img {
  width: 50%;
}


}


@media (max-width:393px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 49%;
    left: 7%;
}

}


@media (max-width:390px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 49%;
    left: 8%;
}

}

@media (max-width:375px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 17%;
    left: 0%
}

}

@media (max-width:360px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 9%;
    left: 0%;
}

.banner-next-sec {
    z-index: 100;
    position: absolute;
    top: 74%;
    left: 5%;
    background: rgba(0,0,0,0.75);
}
.pc-button button {
    font-size: 11px;
}

.right-button {
  margin-top: 10px;
  margin-left: 0;
}

}

@media (max-width:280px){

  .banner-button {
    position: absolute;
    z-index: 10;
    top: 44%;
    left: 21%;
}

.right-button {
  margin-top: 10px;
  margin-left: 0;
}

}


@media (max-width: 767px){
  .logo img {
    width: 22%;
    margin-top: 25px;
    margin-left: 470px;
  }
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 16%;
    bottom: 0;
}
}

@media (max-width:575px){
    .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%!important;
    bottom: 0;
}
.logo img {
    width: 28%;
    margin-top: 25px;
    margin-left: 245px;
}
}

@media (max-width: 500px){
 .logo img {
    width: 35%;
    margin-top: 25px;
    margin-left: 165px;
}
 .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%!important;
    bottom: 0;
}
}

@media (max-width: 400px){
     .logo img {
        width: 35%;
        margin-top: 25px;
        margin-left: 130px;
    }
}

.space-2, .space-bottom-2{
  padding-bottom: 1rem;
  padding-top:1rem;
}

.footer-sec{
  position: absolute;
  z-index: 10;
  left: 8%;
  bottom: 0;
}

.footer-logo{
  width: 40%;
  margin-left: 27%;
}


.list-group-item-action{
  color: #fff!important;
  font-weight:600!important;
}
.list-group-item-action{
     font-weight:600!important;
     color:#fff!important;
}
.list-group-item-action:focus, .list-group-item-action:hover{
  background-color: inherit!important;
}


@media (max-width: 1920px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
    width: 100%;
    background-color: #0a1fa2;
}
}
@media (max-width: 1600px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
    width: 100%;
    background-color: #0a1fa2;
}
}
@media (max-width: 1366px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
    width: 100%;
    background-color: #0a1fa2;
}
}
@media (max-width: 1280px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
}
}
@media (min-width: 600px) and (max-width: 1024px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
}
.pc-button p {
  font-size: 12px!important;
}
.banner-logo img {
  transform: translate(-50%,-70%);
  width: 80%;
}
}
@media (max-width: 992px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
}
}
@media (max-width: 820px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
}
}
@media (max-width: 767px) {
  .footer-sec {
    position: absolute;
    z-index: 10;
    left: 0%;
    bottom: 0;
}
}


/* other pages css */

.privacy-policy-section {
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 28px;
  /* background: url('./img/bg.jpg') no-repeat; */
  background-attachment: fixed;
  background-size: cover;
  background: linear-gradient( 1deg, #320275 , #020a169c);
}

.privacy-policy-section .page-title {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
}

p {
  margin: 0px;
  color: #c0c0c0!important;
  font-size: 16px;
}

.section-heading {
  color: #fff;
  font-size: 20px!important;
}

.sub-page-content-ol {
  color: #fff;
}

li {
  list-style: none;
  color: #c0c0c0!important;
}