
  .mainfooter-area {
  /*background-color: #404044;*/
  
  
    /* Background color and gradients */
background-color: #2b4170;
 background: -moz-linear-gradient(top, #3b5998, #2b4170);
 background: -ms-linear-gradient(top, #3b5998, #2b4170);
 background: -webkit-linear-gradient(top, #3b5998, #2b4170);
 
    /*background: #d9d9d9;
    background: -moz-linear-gradient(top, #dd4343, #9e1c1c);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d1d1), to(#d9d9d9)); 
	
	fold background*/
  
  margin:0;
  //padding: 100px 0;
 
      position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.mainfooter-area h2 {
  color: #d7d7d7;
  font-family: "TrebuchetMS", sans-serif;
  font-size: 19px;
  margin-bottom: 9px;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .mainfooter-area h2 {
    color: #ffffff;
    font-family: "TrebuchetMS", sans-serif;
    font-size: 18px;
    margin-bottom: 1em;
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  .mainfooter-area {
    padding: 50px 0;
  }
}

.ll-footer-about:after {
  content: '';
  border-right: 1px solid #8b8b8b;
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
}

.ll-footer-about p {
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.1em;/*1.8em*/
  color: #d7d7d7;
  font-weight: 300;
  width: 75%;
}

@media (max-width: 991px) {
  .ll-footer-about {
    margin-bottom: 30px;
  }
}

.ll-footer-ourcompany,
.ll-footer-faq {
}

.ll-footer-ourcompany:after,
.ll-footer-faq:after {
  content: '';
  border-right: 1px solid #8b8b8b;
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  
  height: 80%;
}

.ll-footer-ourcompany a,
.ll-footer-faq a {
  position: relative;
  display: block;
  color: #8b8b8b;
  font-family: "Roboto", sans-serif;
  padding: 0px;/* gap bet row   2px */
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 0;margin:0;/*++*/
  text-decoration: none;
  border-radius: 2px;
}

.ll-footer-ourcompany a::before,
.ll-footer-ourcompany a::after,
.ll-footer-faq a::before,
.ll-footer-faq a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.ll-footer-ourcompany a::before,
.ll-footer-faq a::before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.ll-footer-ourcompany a::after,
.ll-footer-faq a::after {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
  
}

.ll-footer-ourcompany a:hover::before,
.ll-footer-ourcompany a:hover::after,
.ll-footer-ourcompany a:focus::before,
.ll-footer-ourcompany a:focus::after,
.ll-footer-faq a:hover::before,
.ll-footer-faq a:hover::after,
.ll-footer-faq a:focus::before,
.ll-footer-faq a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.ll-footer-ourcompany a:hover,
.ll-footer-faq a:hover {
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 991px) {
  .ll-footer-ourcompany::after,
  .ll-footer-faq::after,
  .ll-footer-about::after{
    border-right: none;
  }
  .ll-footer-ourcompany {
    margin-bottom: 50px;
  }
  .ll-footer-faq {
    margin-bottom: 50px;
  }
}

.ll-footer-newsletter p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.1em;/*1.8em*/
  color: #8b8b8b;
  font-weight: 300;
  margin-bottom: 2em;
}

.ll-subscription {
  max-width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .ll-subscription {
    max-width: 300px;
    display: block;
    padding-bottom: 20px;
    margin: auto;
  }
}

.ll-subscription form {
  font-family: "Roboto", sans-serif;
  /*border-radius: 30px;*/
  border-radius: 30px;
}

.ll-subscription form button {
  border: none;
  font-size: 25px;
  padding: 3px 15px;
  /*gradient*/
  background: #ca4989;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(135deg, #ca4989, #df63c0 60%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(135deg, #ca4989, #df63c0 60%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*end gradient*/
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px #404044;
  box-shadow: 0 0 1px #404044;
}

.ll-flex {
  align-items: center;
  display: flex;
}

.ll-subscription form input {
  padding: 10px 18px;
  height: 43px;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  color: #a2aebb;
  font-size: 15px;
  border: 1px solid #8b8b8b;
  border-right: none;
  width: 100%;
  background: transparent;
}

.ll-subscription form input:focus {
  outline: none;
}

.ll-socialmedia {
  margin-top: 30px;
  max-width: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ll-socialmedia a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}

.ll-socialmedia a:hover {
  text-decoration: none;
  color: #ffffff;
}

.ll-socialmedia a.social-facebook {
  /*gradient*/
  background: #2156C2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(180deg, #2156C2, #5072BB 70%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(180deg, #2156C2, #5072BB 70%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*end gradient*/
}

.ll-socialmedia a.social-twitter {
  /*gradient*/
  background: #1B95E0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(180deg, #1B95E0, #1DA1F2 70%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(180deg, #1B95E0, #1DA1F2 70%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*end gradient*/
}

.ll-socialmedia a.social-instagram {
  /*gradient*/
  background: #DD4B3E;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(180deg, #DD4B3E, #F11B07 70%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(180deg, #DD4B3E, #F11B07 70%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*end gradient*/
}

.ll-socialmedia a.social-googleplus {
  /*gradient*/
  background: #F90731;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(180deg, #F90731, #AF1E37 70%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(180deg, #F90731, #AF1E37 70%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*end gradient*/
}

.ll-socialmedia a.social-pinterest {
  /*gradient*/
  background: #BD0A1D;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(180deg, #BD0A1D, #AF1E37 70%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(180deg, #BD0A1D, #AF1E37 70%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*end gradient*/
}

@media (max-width: 768px) {
  .ll-socialmedia {
    display: flex;
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .ll-footer-about p {
    width: 100%;
  }
}
