@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  background-color: #fff;
}
#knack-body {
    background-color: #fff;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571428571429;
    font-size: 14px !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}
/* 
.kn-content { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif !important; }

.kn-content h2 {
    font-size: 1.5em !important;
}
    
.kn-content p.kn-description {
    font-size: 0.9em !important;
    margin-bottom: 1.5em !important;
}
*/
.control{
    text-align: left !important;    
}

.container { 
  
  margin: 0 auto;
  width: 100%;
  /*border-bottom: #2B2B2B;*/
  border-bottom: #B8B8B8;
  padding: 0;
  /*background-color:#453a3e; */
  background-color:#B8B8B8; 
  text-align: center;
  }

.imga{ 
  max-width:928px; max-height: 200px; text-align:center; border-color: 2px #ddd; margin: 0 auto;
  /*max-width:928px; max-height: 486px; text-align:center; border-color: 2px #ddd; margin: 0 auto;*/
}

.imgba{ 
  width:100%;
}

/* footer */

.container-footer { 
  margin: 0 auto;
  width: 100%;
  border-bottom: #EAE8E8;
  padding: 0;
  /*background-color: #3c44ac;*/
  text-align: center;
  /*background: linear-gradient(to right, #3c44ac, #fa4c54);*/
}


.footer-section {
  background-color: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  color: white;
}

.footer-logo {
  margin-bottom: 5px;
}
.footer-logo img {
    max-width: 250px;
    margin-top: 15px;
}


.footer-logo1 {
  margin-bottom: 5px;
}
.footer-logo1 img {
    max-width: 150px;
    margin-top: 8px;
    /*margin-top: 20px;*/
}


.footer-logo2 {
  margin-bottom: 5px;
}
.footer-logo2 img {
    max-width: 150px;
    margin-top: 20px;
    /*margin-top: 20px;*/
}
.copyright-area{
    /*background: #3c44ac;*/
    /*background: linear-gradient(to bottom right, #3c44ac, #fa4c54);*/
    background: linear-gradient(90deg, #717075, #fff);
    padding: 15px 0;
}

.backDabii{
    box-shadow: 0px 27px 5px #EAE8E8, 0px -5px 5px #EAE8E8;
    /*background: #3c44ac;*/
    /*background: linear-gradient(to bottom right, #3c44ac, #fa4c54);*/
    background: linear-gradient(228deg, #8990a2, #EAE8E8);
    /*padding: 15px 0;*/
}


.copyright-text p {
  margin: 0;
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin-top: -7px;
}
.copyright-text p a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}



@media only screen and (max-width: 600px){

  .footer-section {
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    color: white;
  }

  .footer-logo1 {
    margin-bottom: 5px;
  }
  .footer-logo1 img {
      max-width: 100px;
  }



  .footer-logo2 {
    margin-bottom: 5px;
  }
  .footer-logo2 img {
      max-width: 100px;
      /*margin-top: 20px;*/
  }


  .footer-logo {
    margin-bottom: 5px;
  }
  .footer-logo img {
      max-width: 75px;
      margin-top: 10px;
      margin-left: -10px;
  }

}