footer {
  position: relative;
  background: #595959;
  width: 100%;
  /* height: 700px; */
}

footer .footer {
  background: #595959;
  padding-top: 100px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

footer .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

footer .footer .footer_left {
  width: 60%;
}

.footerNavBox {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.footerNavBox a {
  font-size: 18px;
}

.footerEwmBox {
  display: flex;
  justify-content: space-between;
}

.footerEwm {
  width: 32%;
  background: #414141;
  padding: 10px;
  display: flex;
}

.footerEwm img {
  max-width: 120px;
}

.footerEwmText {
  padding-left: 15px;
  padding-top: 15px;
}

.footerEwmText p {
  color: #fff;
  margin: 0;
}

.footerEwmText span {
  color: #ffffff80;
}

.footer_Right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.footer_Right h1 {
  font-size: 24px;
  color: rgb(49, 178, 235);
  font-weight: bold;
  line-height: 1.2;
}

.footer_Right p {
  font-size: 30px;
  font-family: "Rajdhani";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
}

.footer_Right .footer_Right_Text {
  margin-top: 45px;
  text-align: right;
  color: #fff;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer_Right .footer_Right_Text a {
  width: 80px;
  margin-bottom: 15px;
}

.footer_Right .footer_Right_Text a img {
  width: 100%;
}

.footer_bottom {
  background: #1a1a1a;
  text-align: center;
}

.footer_bottom,
.footer_bottom a {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 3.5;
}

@media screen and (max-width: 1200px) and (min-width:0px) {
  footer .footer .footer_left {
    width: 65%;
  }

  .footerEwm {
    width: 32%;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footerEwmText {
    margin-top: 10px;
    padding: 0;
  }

  .footerEwmText p {
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 992px) and (min-width:0px) {
  footer .footer {
    position: relative;
  }

  footer .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }

  footer .footer .footer_left {
    width: 100%;
  }

  .footer_Right {
    margin: 30px 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .footer_Right .footer_Right_Text {
    margin-top: 30px;
    text-align: center !important;
    display: flex;
    align-items: center
  }

  .footer_Right_Text {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) and (min-width:0px) {
  .footerEwm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footerEwm img {
    max-width: 125px;
  }

  .footerNavBox {
    display: none;
  }

  .footer_logo img {
    width: auto;
    max-width: 100% !important;
  }

  .footer_Right {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer_Right .footer_Right_Text {
    font-size: 14px;
    text-align: center !important;
  }

  .footer_bottom,
  .footer_bottom a {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 2;
    font-family: 'pingfang';
  }

  .footer_bottom {
    background: #1a1a1a;
    text-align: center;
    padding: 20px 10px;
  }

  .footerEwmText {
    text-align: center;
    padding-left: 0;
    padding-top: 15px;
  }

  .footer_logo {
    padding: 0 0 30px 0;
    text-align: center;
  }

  .footerEwmText span {
    font-size: 12px;
  }
}