/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*end*/
#Footer .FootBG {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  background-color: #2b2b2b;
  font-family: Serif;
  font-size: 40px;
  font-style: normal;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  z-index: 999;
  bottom: 0;
  margin: 0; }

#Footer .Foot_wrapper_main {
  position: relative;
  display: block;
  margin: auto;
  height: 150px; }

#Footer .Foot_container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 170px; }

#Footer .FootTitle {
  position: absolute;
  display: block;
  width: 600px;
  left: 120px;
  padding-top: 30px; }

#Footer .FootLogo {
  position: absolute;
  display: block;
  width: 200px;
  padding-top: 30px;
  left: 0; }

#Footer .FootContact {
  position: absolute;
  display: block;
  height: 140px;
  bottom: 0;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  padding-left: 20px; }

#Footer .FootCopyRight {
  position: absolute;
  display: block;
  bottom: 10px;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  padding-left: 20px; }

#Footer .FootLinks {
  position: absolute;
  display: block;
  bottom: 0;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  height: auto;
  right: 20px;
  width: 200px;
  padding: 0;
  margin: 0; }

#Footer .Footer-list {
  list-style-type: none;
  columns: 1;
  column-count: 1;
  column-width: auto;
  /*5 Oct 2023*/
  padding-left: 0;
  /*height: 70px;*/
  /*width: 280px;*/
  line-height: 20px;
  padding: 0;
  margin: 0; }

#Footer .Footer-list li {
  margin: 20px 0 20px 0; }

#Footer .Menu-Title {
  color: white;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 4.41px;
  padding: 0;
  margin: 0; }

#Footer .btn-List1 {
  padding: 6px;
  padding-top: 5px;
  background-color: #5b5b5b;
  color: white;
  min-width: 140px;
  border-radius: 10px;
  font-size: 12.5px;
  text-align: right;
  line-height: 10px;
  text-transform: uppercase;
  transition: background-color 0.5s; }

#Footer .btn-List1:hover {
  border: 1.5px solid white;
  background-color: white;
  color: black; }

#Footer .btn-List {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  background-color: #5b5b5b;
  color: white;
  border-radius: 20px;
  font-size: 12.5px;
  text-align: left;
  line-height: 10px;
  text-transform: uppercase;
  transition: background-color 0.5s;
  border: 1.5px solid #5b5b5b; }

#Footer .btn-List:hover {
  border: 1.5px solid white;
  background-color: white;
  color: black; }

@media only screen and (max-width: 1000px) {
  #Footer .FootLinks {
    position: absolute;
    display: block;
    bottom: 0;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    /*height: 120px;*/
    bottom: -30px;
    left: 20px; }

  #Footer .FootBG {
    height: 320px; }

  #Footer .Foot_wrapper_main {
    height: 250px; }

  #Footer .Foot_container {
    height: 250px; }

  #Footer .FootContact {
    height: 230px; }

  #Footer .FootCopyRight {
    bottom: -55px; } }
@media only screen and (max-width: 650px) {
  #Footer .FootBG {
    height: 340px; }

  #Footer .Foot_wrapper_main {
    height: 270px; }

  #Footer .Foot_container {
    height: 270px; }

  #Footer .FootContact {
    height: 250px; }

  #Footer .FootCopyRight {
    bottom: -55px; } }
@media only screen and (max-width: 365px) {
  #Footer .FootBG {
    height: 360px; }

  #Footer .Foot_wrapper_main {
    height: 290px; }

  #Footer .Foot_container {
    height: 290px; }

  #Footer .FootContact {
    height: 270px; }

  #Footer .FootCopyRight {
    bottom: -55px; } }
