.bg{
background-image: url(assets/img/banners_lrg_2.jpg);
background-size: cover;
width: 100%;
background-repeat: no-repeat;
height: auto;

}
 .btn-login {

    padding: 0.5407911001em 1em;
    background: #9446e2;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;


 }

 .btn-login:hover {
  color: var(--bs-btn-hover-color);
  background-color: #9d4dee;
  border-color: #9d4dee;
}

.gap-1 {

  height: 150px;
}

.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
}
 
.container-fluid{
    overflow: hidden;
    }
/* Contact Form Styling */

  
  .contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 400px;
    margin-bottom: 48px;
  }
  
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #9446e2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #9446e2;
  }
  
  .contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }
  
  .contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #9446e2;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #9748e6;
  }
  
  /*H1*/
  h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 3px 5px 10px rgba(0,0,0,0.3);
  }

  /*pargraph*/

  .dec-p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: justify;
    color: #ffffff;
    text-shadow: 3px 5px 10px rgba(0,0,0,0.3);

  }

 

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a{

    text-decoration: none !important;
}

a:hover {

 color: #9446e2;

}

/*Footer*/

.bg-footer {
  background-color: #e7e6f6;
  padding-top: 2px;
}
.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: #000;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #9748e6;
}

.contact-info {
  color: #000;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.facebook {
  background-color: #4e71a8;
  color: #ffffff;
}

.twitter {
  background-color: #55acee;
  color: #ffffff;
}

.google {
  background-color: #d6492f;
  color: #ffffff;
}

.apple {
  background-color: #424041;
  color: #ffffff;
}

.footer-alt {
  color: #fff;
  padding: 7px;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
  margin-top: 16px;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #9446e2;
}

.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 3px;
}

.fa-icoon {
  font-weight: 900;
  padding-right: 11px;
}
