/* footer css start */
.footer-row{
  margin-top: 30px;
}
p.pb-3{
  color: #FFF;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.25px; /* 166.071% */
}
.footer_rights{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    text-align: center;
    border-top: 1px solid rgba(210, 201, 249, 0.3);
  }
  .footer_rights p{
      margin-top: 15px;
      margin-bottom: 15px;
  }
  footer > div.container{
    margin-bottom: 0px;
  }
  .footer{
    background: #2B2B2B;
    margin-top: 30px;
  }
  .footer_logo{
    margin-bottom: 20px;
  }
  .list-style{
    list-style-type:none!important;
    cursor:pointer;
    font-size:.75rem;
    opacity:.8;
    padding-left: 0;
  }
  .copy-right{
    font-size:.75rem;
    opacity:.8;
  }
  .Analyst {
    width: 87.7px;
    height: 23.7px;
    margin: 10.7px 0 5.2px 10.2px;
    color: #fff;
  }
  h5.pb-3{
    color: #FFFFFF;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  li.pb-3,.pb-3 a{
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
  }
  a.social-media-a,a.social-media-a:hover{
      color: #FFFFFF;
  }
  .contact-us-div a{
      color: #FFFFFF;
  } 
  
  .footer-container{
    padding: 3px 0;
    margin: 0px auto;
  }
  .modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    opacity: 0;

    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;

    pointer-events: auto;
  }
  .social-media-ul{
      display: inline-flex;
  }
  .social-media-ul svg{
      margin-left: 5px;
  }
 footer .footerlogo{
  margin-bottom: 20px;
 }
  footer .footerlogo img {
      width: 200px;
  }
  @media only screen and (max-width: 767px) {
    .footer-row{
      margin-right: 0px;
      margin-left: 0px;
    }
    .form-h1,.formsubmit-h1{
      font-size: 20px;
    }
    .button-form-submit{
      font-size: 20px;
      padding: 10px;
    }
    .footer_logo img{
      padding-left: 10px;
    }
    h5.pb-3,li.pb-3,.footer{
      text-align: left;
      padding-left: 10px;
    }
    h5.pb-3{
      font-size: 14px;
    }
    li.pb-3,.pb-3 a{
      font-size: 14px;
    }
    footer .footerlogo img {
        width: 150px;
    }
    .list-item li a{
      font-size: 16px;
    }
  }
  /* footer css end */
/* Modal Css start */
#form-modal{
    text-align: center;
    margin: 0 auto;
  }
  .modal-dialog-form{
    max-width: none;
  }
  .button-footer{
    text-align: right;
    width: 100%;
  }
  .button-form-submit:focus{
    outline: none;
  }
  .button-form-submit{
    border-radius: 14.801px;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 22px;
    display: inline-flex;
    height: 60px;
    align-items: center;
    padding: 15px;
    outline: none;
  }
  .button-footer span{
    margin-left: 10px;
    display: flex;
  }
  .button-form-submit.btn-filled{
    background: var(--foundation-light-white, #FFF);
    color: var(--foundation-primary-dark, #533DB0);
  }
  .filled{
    display: none;
  }
  .formsubmit-h1{
    color: #F9FAFB;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-h1{
    color: #F9FAFB;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .close-form-popup{
    text-align: right;
  }
  .close-form-popup button{
    background:none;
    border: none;
  }
  .form-control.warning{
    border: 1px solid red;
  }
  #project_details.warning{
    border: 1px solid red;
  }
  
  .response-div{
    min-height: 500px;
    display: none;
    align-items: center;
  }
  .submit-div{
    padding: 20px;
  }
   /* Modal Css end */