.mobile-footer-sangni {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: var(--color-primary);
  z-index: 99;
  box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.mobile-footer-sangni a {
  float: left;
  width: 25%;
  height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #268f36;
  box-sizing: border-box;
}

.mobile-footer-sangni a:last-child {
  border-right: none;
}

.mobile-footer-sangni a:hover {
  text-decoration: none;
}

.mobile-footer-sangni i {
  display: block;
  height: 28px;
  margin: 3px auto;
  font-size: 20px;
  color: #fff;
  line-height: 34px;
}

.mobile-footer-sangni i.m-home {
  font-size: 32px;
}

.mobile-footer-sangni i.m-pro {
  font-size: 36px;
}

.mobile-footer-sangni i.m-contact {
  font-size: 32px;
}

.footer-sangni {
  padding: 80px 0 60px;
  background: #11141e;
}

.footer-sangni .foot-logo {
  padding-bottom: 30px;
  border-bottom: 1px solid #292c35;
}

.footer-sangni .foot-logo img {
  max-height: 65px;
}
.footer-sangni .foot-logo a{
 width:100%;
  display:flex
}

.footer-sangni .foot-logo span {
  display: block;
  margin-top: 30px;
}

.footer-sangni .foot-logo span a {
  margin-left: 20px;
  opacity: 0.6;
}

.footer-sangni .foot-logo span a i {
  font-size: 22px;
  color: #fff;
}

.footer-sangni .foot-logo span a:nth-child(1) i {
  font-size: 24px;
}

.footer-sangni .foot-logo span a:nth-child(3) i {
  font-size: 24px;
}

.footer-sangni .foot-logo span a:nth-child(4) i {
  font-size: 20px;
}

.footer-sangni .foot-logo span a:hover {
  opacity: 1;
}

.footer-sangni .foot-con {
  margin-top: 50px;
}

.footer-sangni .foot-con div {
  width: 49%;
  margin-right: 7%;
}

.footer-sangni .foot-con div:first-child {
  width: 13%;
}

.footer-sangni .foot-con h3 {
  margin-bottom: 30px;
  font-size: 21px;
  color: #fff;
  font-family: var(--title-font-family);
  font-weight: 700;
}

.footer-sangni .foot-con li a {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  margin-right: 10px;
  /* text-align: justify; */
  /* display: inline-block; */
}

.footer-sangni .foot-con li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer-sangni .foot-con div.newsletter {
  width: 44%;
  margin-right: 0;
  margin-left: 4%;
}

.footer-sangni .foot-con div.newsletter p {
  font-size: 15px;
  color: #fff;
  line-height: 32px;
  margin-top: -6px;
  opacity: 0.5;
}

.footer-sangni .newsletter form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

.footer-sangni .newsletter input {
  width: 70%;
  height: 64px;
  padding-left: 25px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  border: none;
}

.footer-sangni .newsletter button {
  width: 30%;
  height: 64px;
  font-size: 13px;
  font-family: var(--title-font-family);
  font-weight: 700;
  background: var(--color-primary);
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.footer-sangni .newsletter button:hover {
  background: var(--color-primary);
}

.footer-sangni .newsletter .invite-form .crmFormVali-error{ 
  top: 70px;
  right: 0px;
  width: 100%;
  margin-right: 0;
}

.footer-sangni .foot-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
}

.footer-sangni .foot-txt p {
  margin-top: 0;
  font-size: 18px;
  color: #bfbfbf;
}

.footer-sangni .foot-txt p a {
  margin-left: 60px;
  color: #bfbfbf;
  /*text-decoration: underline;*/
}

.footer-sangni .foot-txt p a:hover {
  color: #fff;
}

.foot-gotop {
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.footer-sangni .foot-gotop i {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  margin-top: 1px;
  color: #fff;
  vertical-align: top;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite;
}

.footer-sangni .container {
  width: 1400px;
  margin: 0 auto;
}

.footer-sangni .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-sangni .wpb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 1580px) {
  .footer-sangni .container {
    width: 78%;
  }

  .footer-sangni h2,
  .footer-sangni h2 a {
    font-size: 32px;
  }

  .footer-sangni {
    padding: 60px 0 40px;
  }

  .footer-sangni .foot-con h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .footer-sangni h2,
  .footer-sangni h2 a {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .footer-sangni .container {
    width: 100%;
  }

  .footer-sangni .foot-txt p {
    font-size: 15px;
    line-height: 24px;
  }

  .footer-sangni h2,
  .footer-sangni h2 a {
    font-size: 26px;
  }

  .footer-sangni {
    padding: 50px 0 80px;
  }

  .footer-sangni .foot-logo div:first-child img {
    width: 160px;
  }

  .footer-sangni .foot-logo span {
    margin-top: 6px;
  }

  .footer-sangni .foot-logo span a {
    margin-left: 12px;
  }

  .footer-sangni .foot-con div,
  .footer-sangni .foot-con div:first-child,
  .footer-sangni .foot-con div.newsletter {
    width: 100%;
    margin-left: 0;
  }

  .footer-sangni .foot-con {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-sangni .foot-con div {
    margin-top: 20px;
    margin-right: 0;
  }

  .footer-sangni .newsletter .invite-form .crmFormVali-error{  
    margin-top: 0;
  }

  .footer-sangni .foot-con li a {
    margin-bottom: 15px;
  }

  .footer-sangni .foot-txt {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-sangni .foot-gotop {
    margin-top: 20px;
  }

  .mobile-footer-sangni {
    display: block;
  }
}

@media screen  and (max-width: 490px){
  .footer-sangni .container .foot-logo {
    display: block;
  }
}