
/* Footer */
.footer_wrapper.footer-cws {
  opacity: 1 !important;  
  color: var(--black) !important;
}
.footer_wrapper.footer-cws a {
  font-size: 16px;
  color: var(--black) !important;
  font-family: var(--font-family-source-sans-pro-cws) !important;
}
.footer_wrapper.footer-cws p {
  font-family: var(--font-family-source-sans-pro-cws) !important;
  margin: 0 !important;
}

.footer-wrap {
  max-width: 100% !important;
  padding: 50px 20px 0;
  margin: 0 auto;
}
#line-section-footer .row{
  max-width: 96%;
  margin: 0 auto;
}
#line-section-footer .row .col-md-12{
  border-bottom: 2px solid var(--border-1);
  /* margin: 0 60px; */
}
/* footer lines */


/* .footer-wrap .col-sm-6 {
  width: 50% !important;
} */
 .footer_wrapper.footer-cws .footer-01,
 .footer_wrapper.footer-cws .bottom-line,
 .footer_wrapper.footer-cws .footer-wrap
 { 
  position: relative;
}
.footer_wrapper.footer-cws .footer-wrap::before {
  /* content: "";
  position: absolute;
  background-color: var(--gray8);
  width: 1px;
  height: 98%;
  top: 0;
  right: -15px; */
}

.footer_wrapper.footer-cws .footer-01::after {
  content: "";
  position: absolute;
  background-color: var(--gray8);
  width: 1px;
  height: 100%;
  bottom: 0;
  right: -15px;
}

.footer_wrapper.footer-cws .footer-01::before {
  content: "";
  position: absolute;
  background-color: var(--gray8);
  width: 100%;
  height: 1px;
  bottom: 0;
  right: -15px;
}
.footer_wrapper.footer-cws .bottom-line::before {
  content: "";
  position: absolute;
  background-color: var(--gray8);
  width: 90%;
  height: 1px;
  bottom: 0;
  left: 5%;
}

/* footer-01  */
.footer_wrapper.footer-cws .footer-01 .text p,
.footer_wrapper.footer-cws .footer-01 .cws-top-menu {
  position: relative;
}
.footer_wrapper.footer-cws .footer-01 .text p::before,
.footer_wrapper.footer-cws .footer-01 .cws-top-menu::before {
  content: "";
  position: absolute;
  background-color: var(--gray8);
  width: 100%;
  height: 1px;
  bottom: -10px !important;
  left: 0;
}

/* footer footer-01*/
.footer_wrapper.footer-cws .footer-logo {
  text-align: center;
  margin-bottom: 10px;
}
.footer_wrapper.footer-cws .footer-logo img {
  max-width: 230px;
  height: auto;
}

.footer_wrapper.footer-cws ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

.footer_wrapper.footer-cws ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.footer_wrapper.footer-cws .footer-01 .footer-menu-01,
.footer_wrapper.footer-cws .footer-01 .text,
.footer_wrapper.footer-cws .footer-01 .social {
  padding: 15px 20px;
}

.footer_wrapper.footer-cws .footer-01 .social p {
  font-weight: 600;
  padding-bottom: 20px;
}

/* Icons */
.footer_wrapper.footer-cws .footer-01 .icons svg {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
/*hide line*/
  .footer-cws .social a.icon{
    display: inline-flex; 
    align-items: center;
    justify-content: center;
  }
  /* / hide line*/
/* footer footer-02*/
.footer_wrapper.footer-cws .footer-menu-02,
.footer_wrapper.footer-cws .footer-menu-03,
.footer_wrapper.footer-cws .footer-menu-04,
.footer_wrapper.footer-cws .footer-menu-05 {
  /* padding: 50px 55px; */
  font-weight: 600;
}
.footer_wrapper.footer-cws .red{
  color: var(--red) !important;
}
/* Responsive */
@media (max-width: 992px) {   
    /* Footer */  
  .footer_wrapper {
    display: flex;
    flex-direction: column;
  }
  .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
  .footer_wrapper .footer-02,
  .footer_wrapper .footer-03{
    border-top: 1px solid var(--gray8);    
  }
  .footer_wrapper .footer-01 {
    order: 2;
    padding: 0;
    margin-top: 15px;
  }
  .footer_wrapper .footer-02,
  .footer_wrapper .footer-03,
  .footer_wrapper .footer-04,
  .footer_wrapper .footer-05,
  .footer_wrapper .footer-06 {
    order: 1;
  }
  .footer_wrapper.footer-cws .footer-01::after {
    display: none;
  }
  .footer_wrapper.footer-cws .footer-01::before,
  .footer_wrapper.footer-cws .footer-02::before,
  .footer_wrapper.footer-cws .footer-03::before,
  .footer_wrapper.footer-cws .footer-04::before,
  .footer_wrapper.footer-cws .footer-05::before,
  .footer_wrapper.footer-cws .footer-06::before {
    width: 100%;
  }
  .footer-01 .text {
    padding: 15px 0;
  }
  .footer_wrapper.footer-cws .footer-menu-02,
  .footer_wrapper.footer-cws .footer-menu-03,
  .footer_wrapper.footer-cws .footer-menu-04,
  .footer_wrapper.footer-cws .footer-menu-05 {
    padding: 20px;
  }
  /* .footer_wrapper.footer-cws .footer-01 .text p::before,  */
  .footer_wrapper.footer-cws .footer-01 .text p::before {
    display: none;
  }
  .footer_wrapper.footer-cws .footer-01 .cws-top-menu {
    padding: 0 20px;
  }
  .footer_wrapper.footer-cws  .footer-menu-04, 
  .footer_wrapper.footer-cws  .footer-menu-05{
    padding-top: 0 !important;
  }
  .footer_wrapper.footer-cws  .footer-menu-02, 
  .footer_wrapper.footer-cws .footer-menu-03{
    padding-bottom: 0 !important;
  }
  .footer_wrapper .footer-04,
  .footer_wrapper .footer-05{
    margin-top: 0;
  }

}