
/** materials-section **/

.materials-section{
  position: relative;
}

.materials-section .inner-container{
  position: relative;
  display: block;
  padding: 63px 100px 67px 100px;
  background: var(--theme-color);
  border-radius: 20px;
  z-index: 1;
  margin-top: -205px;
  overflow: hidden;
}
.page-template-page-services .materials-section .inner-container{
  margin-top: 0;
}
.materials-section ul, .about-section ul {
  position: relative;
  display: block;
}

.materials-section li, .about-section li {
      position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #101A30;
    font-weight: 500;
    padding-left: 27px;
    margin-bottom: 10px;
}
.materials-section li:before, .about-section li:before {
    position: absolute;
    content: '\e90a';
    font-family: 'icomoon';
    font-size: 8px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 20px;
    background: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    left: 0px;
    top: 4px;
    font-weight: 400;
}
.materials-section .list-style-one li, .materials-section li, .about-section li{
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  position: relative;
}
.about-section li {
  color:#101A30;
  font-weight: 400;
}
.materials-section p, .about-section p {
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.about-section p {
  color:#101A30;
  font-weight: 400;
}
.materials-section .list-style-one li:last-child, .materials-section li:last-child{
  margin-bottom: 0px;
}

.materials-section .list-style-one li:before, .materials-section li::before {
  background: rgba(255, 255, 255, 0.2) !important;
}

.materials-section .inner-container .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

.materials-section .inner-container .shape .shape-2{
  position: absolute;
  left: 47%;
  top: 34%;
  width: 113px;
  height: 108px;
  background-repeat: no-repeat;
}

.materials-section.alternat-2 .inner-container{
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  border-radius: 0px;
}
@media only screen and (min-width: 768px){
  .materials-section ul {
  column-count: 2;
  column-gap: 20px;
}
}