@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Mobile (Portrait) */
@media only screen and (max-width: 600px) {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 135px 0 0 0;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 100%;
    padding: 0 20px;
  }
  html body .alignment.medium {
    width: 100%;
    padding: 0 20px;
  }
  html body .alignment.small {
    width: 100%;
    padding: 0 20px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body .right {
    position: relative;
    float: left;
    width: 100%;
  }
  html body .center-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body .top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 25px 0;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  html body .top::after {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-image: url("../img/layout/bg-gradient.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  html body .top h1.logo {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/eca-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .top h1.logo.big {
    height: 80px;
    transition: all 0.3s ease;
  }
  html body .top h1.logo.small {
    height: 60px;
    transition: all 0.3s ease;
  }
  html body main.home {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home .header {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    background-image: url("../img/headers/1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCCCCC;
  }
  html body main.home .header .box {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main.home .header .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -5px 0 0 0;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box .tag {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 100px;
    padding: 10px 25px;
    background-color: #00C36E;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box .tag span {
    font-weight: 600;
    color: #000000;
  }
  html body main.home section.segmentation {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #00C36E;
  }
  html body main.home section.segmentation h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.segmentation h3 {
    display: none !important;
  }
  html body main.home section.segmentation p {
    display: none !important;
  }
  html body main.home section.segmentation .level {
    position: relative;
    float: left;
    padding: 10px;
  }
  html body main.home section.segmentation .level h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 28px;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.segmentation .level select {
    position: relative;
    float: left;
    width: 100%;
    appearance: none;
    margin: 10px 0 0 0;
    border: 0;
    border-radius: 100px;
    padding: 30px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiIGZpbGw9IiNGRkZGRkYiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 30px 30px;
    background-color: #000000;
    cursor: pointer;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home section.segmentation .level select::-ms-expand {
    display: none;
  }
  html body main.home section.segmentation .level select:focus {
    outline: none;
  }
  html body main.home section.segmentation .level select option {
    margin: 1px 0;
    border-radius: 100px;
    background-color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.home section.segmentation #level-1 {
    width: 100%;
  }
  html body main.home section.segmentation #ajax {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home section.segmentation #level-2 {
    width: 100%;
  }
  html body main.home section.eca {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/bg-eca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html body main.home section.eca .bg {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
  }
  html body main.home section.eca .center-content {
    width: 90%;
    z-index: 2;
    transform: translateX(-50%) translateY(150%);
  }
  html body main.home section.eca .center-content a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 200px;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #FE615D;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home section.eca .center-content a:hover {
    top: -5px;
  }
  html body main.home section.testimonials {
    position: relative;
    float: left;
    width: 100%;
    padding: 130px 0 80px 0;
    background-color: #FFFFFF;
  }
  html body main.home section.testimonials .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.home section.testimonials .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.testimonials .title .line {
    position: relative;
    float: left;
    width: 90%;
    height: 10px;
    margin: 10px 5% 0 5%;
    border-radius: 200px;
    background-color: #750AEF;
  }
  html body main.home section.testimonials .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home section.testimonials .container .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home section.testimonials .container .slider .thumb {
    position: relative;
    float: left;
    width: 40%;
    margin: 0 30%;
  }
  html body main.home section.testimonials .container .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.home section.testimonials .container .slider .quote {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  html body main.home section.testimonials .container .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
  }
  html body main.home section.testimonials .container .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    color: #750AEF;
  }
  html body main.home section.testimonials .container .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.home section.testimonials .container ul.slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.home section.testimonials .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.home section.testimonials .container ul.slick-dots li button {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home section.testimonials .container ul.slick-dots li button:hover {
    background-color: #750AEF;
  }
  html body main.home section.testimonials .container ul.slick-dots li.slick-active button {
    background-color: #750AEF;
  }
  html body main.home section.contact {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    padding: 0 5%;
    background-color: #FFFFFF;
  }
  html body main.home section.contact .box {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5% 0;
    padding: 50px 0;
    border-radius: 20px;
    background-color: #FE615D;
  }
  html body main.home section.contact .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.contact .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: center;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    color: #000000;
  }
  html body main.home section.contact .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px 0;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.contact .box a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FE615D;
  }
  html body main.home section.contact .box a.bt:hover i {
    color: #00C36E;
  }
  html body main.project {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project .header {
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCCCCC;
  }
  html body main.project .header .title {
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
  }
  html body main.project .header .title .project {
    position: relative;
    width: 100%;
    text-align: center;
  }
  html body main.project .header .title .project span {
    display: inline-block;
    width: 90%;
    border-radius: 200px;
    border: 10px solid #FFFFFF;
    padding: 20px 0;
    background-color: #00C36E;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project .header .title .project .law {
    display: none !important;
  }
  html body main.project .header .title .project .category {
    display: none !important;
  }
  html body main.project section.icons {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0 60px 0;
  }
  html body main.project section.icons ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
  }
  html body main.project section.icons ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  html body main.project section.icons ul li:last-child {
    margin: 0;
  }
  html body main.project section.icons ul li .icon {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.icons ul li .icon i {
    font-size: 60px;
    color: #000000;
  }
  html body main.project section.icons ul li .tag {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.icons ul li .tag span {
    display: inline-block;
    margin: 5px 0;
    border-radius: 200px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.icons ul li .tag span.one {
    background-color: #00C36E;
  }
  html body main.project section.icons ul li .tag span.two {
    background-color: #750AEF;
  }
  html body main.project section.icons ul li .tag span.three {
    background-color: #FE615D;
  }
  html body main.project section.icons ul li .amount {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -2px;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.icons ul li .target {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 300;
    color: #000000;
  }
  html body main.project section.icons ul li .year {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 300;
    color: #000000;
  }
  html body main.project section.description {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.description h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0;
    font-family: "Inter";
    font-size: 28px;
    font-weight: 600;
    color: #000000;
  }
  html body main.project section.description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 300;
    color: #333333;
  }
  html body main.project section.description p:last-child {
    margin: 0;
  }
  html body main.project section.files {
    position: relative;
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    border-radius: 20px;
    padding: 50px;
    background-color: #00C36E;
  }
  html body main.project section.files ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
  }
  html body main.project section.files ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    cursor: pointer;
  }
  html body main.project section.files ul li:last-child {
    margin: 0;
  }
  html body main.project section.files ul li .icon {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  html body main.project section.files ul li .icon i {
    font-size: 60px;
    color: #000000;
  }
  html body main.project section.files ul li .text {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main.project section.files ul li .text .title {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.files ul li .text .description {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  html body main.project section.files ul li:hover {
    top: -5px;
  }
  html body main.project section.call-to-action {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
  }
  html body main.project section.call-to-action a.bt {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px 0;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.call-to-action a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 46px;
    color: #00C36E;
  }
  html body main.project section.call-to-action a.bt:hover {
    background-color: #FE615D;
  }
  html body main.project section.call-to-action a.bt:hover i {
    color: #000000;
  }
  html body main.project section.testimonials {
    position: relative;
    float: left;
    width: 100%;
    padding: 130px 0 80px 0;
    background-color: #FFFFFF;
  }
  html body main.project section.testimonials .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.project section.testimonials .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.testimonials .title .line {
    position: relative;
    float: left;
    width: 90%;
    height: 10px;
    margin: 10px 5% 0 5%;
    border-radius: 200px;
    background-color: #750AEF;
  }
  html body main.project section.testimonials .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.testimonials .container .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.testimonials .container .slider .thumb {
    position: relative;
    float: left;
    width: 40%;
    margin: 0 30%;
  }
  html body main.project section.testimonials .container .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.project section.testimonials .container .slider .quote {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  html body main.project section.testimonials .container .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
  }
  html body main.project section.testimonials .container .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    color: #750AEF;
  }
  html body main.project section.testimonials .container .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.project section.testimonials .container ul.slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.project section.testimonials .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.project section.testimonials .container ul.slick-dots li button {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.project section.testimonials .container ul.slick-dots li button:hover {
    background-color: #750AEF;
  }
  html body main.project section.testimonials .container ul.slick-dots li.slick-active button {
    background-color: #750AEF;
  }
  html body main.project section.segmentation {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #FFFFFF;
  }
  html body main.project section.segmentation .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
  }
  html body main.project section.segmentation .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.segmentation .title .line {
    position: relative;
    float: left;
    width: 70%;
    height: 10px;
    margin: 10px 15% 0 15%;
    border-radius: 200px;
    background-color: #00C36E;
  }
  html body main.project section.segmentation .level {
    position: relative;
    float: left;
    padding: 10px;
  }
  html body main.project section.segmentation .level h4 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.segmentation .level select {
    position: relative;
    float: left;
    width: 100%;
    appearance: none;
    margin: 10px 0 0 0;
    border: 5px solid #00C36E;
    border-radius: 100px;
    padding: 15px 25px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiIGZpbGw9IiMwMEMzNkUiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 30px 30px;
    background-color: #FFFFFF;
    cursor: pointer;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #00C36E;
  }
  html body main.project section.segmentation .level select::-ms-expand {
    display: none;
  }
  html body main.project section.segmentation .level select:focus {
    outline: none;
  }
  html body main.project section.segmentation .level select option {
    margin: 1px 0;
    border-radius: 100px;
    background-color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.project section.segmentation #level-1 {
    width: 100%;
  }
  html body main.project section.segmentation #ajax {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.segmentation #level-2 {
    width: 100%;
  }
  html body main.project section.eca {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/bg-eca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html body main.project section.eca .bg {
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
  }
  html body main.project section.eca .center-content {
    width: 90%;
    z-index: 2;
    transform: translateX(-50%) translateY(150%);
  }
  html body main.project section.eca .center-content a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 200px;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #750AEF;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.eca .center-content a:hover {
    top: -5px;
  }
  html body main.project section.contact {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 50px 0;
    background-color: #FE615D;
  }
  html body main.project section.contact .box {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5% 0;
    padding: 50px 0;
    border-radius: 20px;
    background-color: #FE615D;
  }
  html body main.project section.contact .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.contact .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: center;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    color: #000000;
  }
  html body main.project section.contact .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px 0;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.contact .box a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FE615D;
  }
  html body main.project section.contact .box a.bt:hover i {
    color: #00C36E;
  }
}
/* Mobile (Landscape) and Tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 135px 0 0 0;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .center-content {
    position: absolute;
    width: 1280px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body .top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 25px 0;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  html body .top::after {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-image: url("../img/layout/bg-gradient.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  html body .top h1.logo {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/eca-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .top h1.logo.big {
    height: 80px;
    transition: all 0.3s ease;
  }
  html body .top h1.logo.small {
    height: 60px;
    transition: all 0.3s ease;
  }
  html body main.home {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/headers/1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCCCCC;
  }
  html body main.home .header .box {
    position: relative;
    float: left;
    width: 600px;
    text-align: center;
  }
  html body main.home .header .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
    font-family: "Inter";
    font-size: 80px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -15px 0 0 0;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 46px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box .tag {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 100px;
    padding: 10px 25px;
    background-color: #00C36E;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box .tag span {
    font-weight: 600;
    color: #000000;
  }
  html body main.home section.segmentation {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #00C36E;
  }
  html body main.home section.segmentation h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.segmentation h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.segmentation p {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    line-height: 22px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.home section.segmentation .level {
    position: relative;
    float: left;
    padding: 10px;
  }
  html body main.home section.segmentation .level h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 28px;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.segmentation .level select {
    position: relative;
    float: left;
    width: 100%;
    appearance: none;
    margin: 10px 0 0 0;
    border: 0;
    border-radius: 100px;
    padding: 30px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiIGZpbGw9IiNGRkZGRkYiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 30px 30px;
    background-color: #000000;
    cursor: pointer;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home section.segmentation .level select::-ms-expand {
    display: none;
  }
  html body main.home section.segmentation .level select:focus {
    outline: none;
  }
  html body main.home section.segmentation .level select option {
    margin: 1px 0;
    border-radius: 100px;
    background-color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.home section.segmentation #level-1 {
    width: 50%;
  }
  html body main.home section.segmentation #ajax {
    position: relative;
    float: left;
    width: 50%;
  }
  html body main.home section.segmentation #level-2 {
    width: 100%;
  }
  html body main.home section.eca {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/bg-eca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html body main.home section.eca .bg {
    position: relative;
    float: left;
    width: 100%;
    height: 240px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 80%;
  }
  html body main.home section.eca .center-content {
    width: 350px;
    right: 0;
    transform: translateX(60%) translateY(-50%);
  }
  html body main.home section.eca .center-content a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 200px;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #FE615D;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home section.eca .center-content a:hover {
    top: -5px;
  }
  html body main.home section.testimonials {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #FFFFFF;
  }
  html body main.home section.testimonials .title {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 150px 50px 150px;
  }
  html body main.home section.testimonials .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.testimonials .title .line {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    margin: 10px 0 0 0;
    border-radius: 200px;
    background-color: #750AEF;
  }
  html body main.home section.testimonials .title .line::before {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    left: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.home section.testimonials .title .line::after {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    right: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.home section.testimonials .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home section.testimonials .container .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home section.testimonials .container .slider .thumb {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.home section.testimonials .container .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.home section.testimonials .container .slider .quote {
    position: relative;
    float: right;
    width: 78%;
    margin: 20px 0 0 0;
  }
  html body main.home section.testimonials .container .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
  }
  html body main.home section.testimonials .container .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #750AEF;
  }
  html body main.home section.testimonials .container .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.home section.testimonials .container ul.slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.home section.testimonials .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.home section.testimonials .container ul.slick-dots li button {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home section.testimonials .container ul.slick-dots li button:hover {
    background-color: #750AEF;
  }
  html body main.home section.testimonials .container ul.slick-dots li.slick-active button {
    background-color: #750AEF;
  }
  html body main.home section.contact {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0 5%;
    background-color: #FFFFFF;
  }
  html body main.home section.contact .box {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5% 0;
    padding: 50px 0;
    border-radius: 20px;
    background-color: #FE615D;
  }
  html body main.home section.contact .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.contact .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: right;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body main.home section.contact .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px 0;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.contact .box a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FE615D;
  }
  html body main.home section.contact .box a.bt:hover i {
    color: #00C36E;
  }
  html body main.project {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCCCCC;
  }
  html body main.project .header .title {
    position: absolute;
    width: 1280px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
  }
  html body main.project .header .title .project {
    position: relative;
    display: inline-block;
  }
  html body main.project .header .title .project span {
    display: block;
    width: 600px;
    margin: 0 5px;
    border-radius: 200px;
    border: 10px solid #FFFFFF;
    padding: 20px 0;
    background-color: #00C36E;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project .header .title .project .law {
    position: absolute;
    width: 300px;
    top: 20px;
    left: -305px;
    border-radius: 200px;
    border: 10px solid #FFFFFF;
    padding: 10px 25px;
    background-color: #FE615D;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project .header .title .project .category {
    position: absolute;
    width: 300px;
    top: 20px;
    right: -305px;
    border-radius: 200px;
    border: 10px solid #FFFFFF;
    padding: 10px 0;
    background-color: #750AEF;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.icons {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0;
  }
  html body main.project section.icons ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
  }
  html body main.project section.icons ul li {
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
  }
  html body main.project section.icons ul li:nth-child(2) {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
  html body main.project section.icons ul li .icon {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.icons ul li .icon i {
    font-size: 60px;
    color: #000000;
  }
  html body main.project section.icons ul li .tag {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.icons ul li .tag span {
    display: inline-block;
    margin: 5px 0;
    border-radius: 200px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.icons ul li .tag span.one {
    background-color: #00C36E;
  }
  html body main.project section.icons ul li .tag span.two {
    background-color: #750AEF;
  }
  html body main.project section.icons ul li .tag span.three {
    background-color: #FE615D;
  }
  html body main.project section.icons ul li .amount {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -2px;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.icons ul li .target {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 300;
    color: #000000;
  }
  html body main.project section.icons ul li .year {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 300;
    color: #000000;
  }
  html body main.project section.description {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.description h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
    font-family: "Inter";
    font-size: 28px;
    font-weight: 600;
    color: #000000;
  }
  html body main.project section.description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 300;
    color: #333333;
  }
  html body main.project section.description p:last-child {
    margin: 0;
  }
  html body main.project section.files {
    position: relative;
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    border-radius: 20px;
    padding: 50px;
    background-color: #00C36E;
  }
  html body main.project section.files ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
  }
  html body main.project section.files ul li {
    position: relative;
    float: left;
    width: 33%;
    cursor: pointer;
  }
  html body main.project section.files ul li .icon {
    position: relative;
    float: left;
    width: 30%;
    text-align: right;
  }
  html body main.project section.files ul li .icon i {
    font-size: 40px;
    color: #000000;
  }
  html body main.project section.files ul li .text {
    position: relative;
    float: right;
    width: 67%;
    text-align: left;
  }
  html body main.project section.files ul li .text .title {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.files ul li .text .description {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    color: #000000;
  }
  html body main.project section.files ul li:hover {
    top: -5px;
  }
  html body main.project section.call-to-action {
    position: relative;
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    text-align: center;
  }
  html body main.project section.call-to-action a.bt {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 20px 80px;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.call-to-action a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 46px;
    color: #00C36E;
  }
  html body main.project section.call-to-action a.bt:hover {
    background-color: #FE615D;
  }
  html body main.project section.call-to-action a.bt:hover i {
    color: #000000;
  }
  html body main.project section.testimonials {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0 120px 0;
    background-color: #FFFFFF;
  }
  html body main.project section.testimonials .title {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 150px 50px 150px;
  }
  html body main.project section.testimonials .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.testimonials .title .line {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    margin: 10px 0 0 0;
    border-radius: 200px;
    background-color: #750AEF;
  }
  html body main.project section.testimonials .title .line::before {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    left: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.testimonials .title .line::after {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    right: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.testimonials .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.testimonials .container .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.testimonials .container .slider .thumb {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.project section.testimonials .container .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.project section.testimonials .container .slider .quote {
    position: relative;
    float: right;
    width: 78%;
    margin: 20px 0 0 0;
  }
  html body main.project section.testimonials .container .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
  }
  html body main.project section.testimonials .container .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #750AEF;
  }
  html body main.project section.testimonials .container .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.project section.testimonials .container ul.slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.project section.testimonials .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.project section.testimonials .container ul.slick-dots li button {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.project section.testimonials .container ul.slick-dots li button:hover {
    background-color: #750AEF;
  }
  html body main.project section.testimonials .container ul.slick-dots li.slick-active button {
    background-color: #750AEF;
  }
  html body main.project section.segmentation {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #FFFFFF;
  }
  html body main.project section.segmentation .title {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 430px 50px 430px;
  }
  html body main.project section.segmentation .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.segmentation .title .line {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    margin: 10px 0 0 0;
    border-radius: 200px;
    background-color: #00C36E;
  }
  html body main.project section.segmentation .title .line::before {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    left: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.segmentation .title .line::after {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    right: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.segmentation .level {
    position: relative;
    float: left;
    padding: 10px;
  }
  html body main.project section.segmentation .level h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 28px;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.segmentation .level select {
    position: relative;
    float: left;
    width: 100%;
    appearance: none;
    margin: 10px 0 0 0;
    border: 5px solid #00C36E;
    border-radius: 100px;
    padding: 15px 25px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiIGZpbGw9IiMwMEMzNkUiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 30px 30px;
    background-color: #FFFFFF;
    cursor: pointer;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #00C36E;
  }
  html body main.project section.segmentation .level select::-ms-expand {
    display: none;
  }
  html body main.project section.segmentation .level select:focus {
    outline: none;
  }
  html body main.project section.segmentation .level select option {
    margin: 1px 0;
    border-radius: 100px;
    background-color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.project section.segmentation #level-1 {
    width: 50%;
  }
  html body main.project section.segmentation #ajax {
    position: relative;
    float: left;
    width: 50%;
  }
  html body main.project section.segmentation #level-2 {
    width: 100%;
  }
  html body main.project section.eca {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/bg-eca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html body main.project section.eca .bg {
    position: relative;
    float: left;
    width: 100%;
    height: 240px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 80%;
  }
  html body main.project section.eca .center-content {
    width: 350px;
    right: 0;
    transform: translateX(60%) translateY(-50%);
  }
  html body main.project section.eca .center-content a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 200px;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #FE615D;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.eca .center-content a:hover {
    top: -5px;
  }
  html body main.project section.contact {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #FE615D;
  }
  html body main.project section.contact .box {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.contact .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.contact .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: right;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body main.project section.contact .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px 0;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.contact .box a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FE615D;
  }
  html body main.project section.contact .box a.bt:hover i {
    color: #00C36E;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 135px 0 0 0;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .center-content {
    position: absolute;
    width: 1280px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body .top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 25px 0;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  html body .top::after {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-image: url("../img/layout/bg-gradient.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
  html body .top h1.logo {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/eca-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body .top h1.logo.big {
    height: 80px;
    transition: all 0.3s ease;
  }
  html body .top h1.logo.small {
    height: 60px;
    transition: all 0.3s ease;
  }
  html body main.home {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("../img/headers/1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCCCCC;
  }
  html body main.home .header .box {
    position: relative;
    float: left;
    width: 600px;
    text-align: center;
  }
  html body main.home .header .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
    font-family: "Inter";
    font-size: 80px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: -15px 0 0 0;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 46px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box .tag {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 100px;
    padding: 10px 25px;
    background-color: #00C36E;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home .header .box .tag span {
    font-weight: 600;
    color: #000000;
  }
  html body main.home section.segmentation {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #00C36E;
  }
  html body main.home section.segmentation h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.segmentation h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.segmentation p {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    line-height: 22px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main.home section.segmentation .level {
    position: relative;
    float: left;
    padding: 10px;
  }
  html body main.home section.segmentation .level h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 28px;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.segmentation .level select {
    position: relative;
    float: left;
    width: 100%;
    appearance: none;
    margin: 10px 0 0 0;
    border: 0;
    border-radius: 100px;
    padding: 30px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiIGZpbGw9IiNGRkZGRkYiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 30px 30px;
    background-color: #000000;
    cursor: pointer;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home section.segmentation .level select::-ms-expand {
    display: none;
  }
  html body main.home section.segmentation .level select:focus {
    outline: none;
  }
  html body main.home section.segmentation .level select option {
    margin: 1px 0;
    border-radius: 100px;
    background-color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.home section.segmentation #level-1 {
    width: 50%;
  }
  html body main.home section.segmentation #ajax {
    position: relative;
    float: left;
    width: 50%;
  }
  html body main.home section.segmentation #level-2 {
    width: 100%;
  }
  html body main.home section.eca {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/bg-eca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html body main.home section.eca .bg {
    position: relative;
    float: left;
    width: 100%;
    height: 240px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 80%;
  }
  html body main.home section.eca .center-content {
    width: 350px;
    right: 0;
    transform: translateX(60%) translateY(-50%);
  }
  html body main.home section.eca .center-content a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 200px;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #FE615D;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.home section.eca .center-content a:hover {
    top: -5px;
  }
  html body main.home section.testimonials {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #FFFFFF;
  }
  html body main.home section.testimonials .title {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 150px 50px 150px;
  }
  html body main.home section.testimonials .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }
  html body main.home section.testimonials .title .line {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    margin: 10px 0 0 0;
    border-radius: 200px;
    background-color: #750AEF;
  }
  html body main.home section.testimonials .title .line::before {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    left: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.home section.testimonials .title .line::after {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    right: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.home section.testimonials .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home section.testimonials .container .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.home section.testimonials .container .slider .thumb {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.home section.testimonials .container .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.home section.testimonials .container .slider .quote {
    position: relative;
    float: right;
    width: 78%;
    margin: 20px 0 0 0;
  }
  html body main.home section.testimonials .container .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
  }
  html body main.home section.testimonials .container .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #750AEF;
  }
  html body main.home section.testimonials .container .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.home section.testimonials .container ul.slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.home section.testimonials .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.home section.testimonials .container ul.slick-dots li button {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.home section.testimonials .container ul.slick-dots li button:hover {
    background-color: #750AEF;
  }
  html body main.home section.testimonials .container ul.slick-dots li.slick-active button {
    background-color: #750AEF;
  }
  html body main.home section.contact {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0 5%;
    background-color: #FFFFFF;
  }
  html body main.home section.contact .box {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5% 0;
    padding: 50px 0;
    border-radius: 20px;
    background-color: #FE615D;
  }
  html body main.home section.contact .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.contact .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: right;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body main.home section.contact .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px 0;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.home section.contact .box a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FE615D;
  }
  html body main.home section.contact .box a.bt:hover i {
    color: #00C36E;
  }
  html body main.project {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project .header {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCCCCC;
  }
  html body main.project .header .title {
    position: absolute;
    width: 1280px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
  }
  html body main.project .header .title .project {
    position: relative;
    display: inline-block;
  }
  html body main.project .header .title .project span {
    display: block;
    width: 600px;
    margin: 0 5px;
    border-radius: 200px;
    border: 10px solid #FFFFFF;
    padding: 20px 0;
    background-color: #00C36E;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project .header .title .project .law {
    position: absolute;
    width: 300px;
    top: 20px;
    left: -305px;
    border-radius: 200px;
    border: 10px solid #FFFFFF;
    padding: 10px 25px;
    background-color: #FE615D;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project .header .title .project .category {
    position: absolute;
    width: 300px;
    top: 20px;
    right: -305px;
    border-radius: 200px;
    border: 10px solid #FFFFFF;
    padding: 10px 0;
    background-color: #750AEF;
    text-transform: uppercase;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.icons {
    position: relative;
    float: left;
    width: 100%;
    margin: 100px 0;
  }
  html body main.project section.icons ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
  }
  html body main.project section.icons ul li {
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
  }
  html body main.project section.icons ul li:nth-child(2) {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
  html body main.project section.icons ul li .icon {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.icons ul li .icon i {
    font-size: 60px;
    color: #000000;
  }
  html body main.project section.icons ul li .tag {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.icons ul li .tag span {
    display: inline-block;
    margin: 5px 0;
    border-radius: 200px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.icons ul li .tag span.one {
    background-color: #00C36E;
  }
  html body main.project section.icons ul li .tag span.two {
    background-color: #750AEF;
  }
  html body main.project section.icons ul li .tag span.three {
    background-color: #FE615D;
  }
  html body main.project section.icons ul li .amount {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -2px;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.icons ul li .target {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 300;
    color: #000000;
  }
  html body main.project section.icons ul li .year {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 30px;
    font-weight: 300;
    color: #000000;
  }
  html body main.project section.description {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.description h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
    font-family: "Inter";
    font-size: 28px;
    font-weight: 600;
    color: #000000;
  }
  html body main.project section.description p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 300;
    color: #333333;
  }
  html body main.project section.description p:last-child {
    margin: 0;
  }
  html body main.project section.files {
    position: relative;
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    border-radius: 20px;
    padding: 50px;
    background-color: #00C36E;
  }
  html body main.project section.files ul {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
  }
  html body main.project section.files ul li {
    position: relative;
    float: left;
    width: 33%;
    cursor: pointer;
  }
  html body main.project section.files ul li .icon {
    position: relative;
    float: left;
    width: 30%;
    text-align: right;
  }
  html body main.project section.files ul li .icon i {
    font-size: 40px;
    color: #000000;
  }
  html body main.project section.files ul li .text {
    position: relative;
    float: right;
    width: 67%;
    text-align: left;
  }
  html body main.project section.files ul li .text .title {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.files ul li .text .description {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    color: #000000;
  }
  html body main.project section.files ul li:hover {
    top: -5px;
  }
  html body main.project section.call-to-action {
    position: relative;
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    text-align: center;
  }
  html body main.project section.call-to-action a.bt {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 20px 80px;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.call-to-action a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 46px;
    color: #00C36E;
  }
  html body main.project section.call-to-action a.bt:hover {
    background-color: #FE615D;
  }
  html body main.project section.call-to-action a.bt:hover i {
    color: #000000;
  }
  html body main.project section.testimonials {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0 120px 0;
    background-color: #FFFFFF;
  }
  html body main.project section.testimonials .title {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 150px 50px 150px;
  }
  html body main.project section.testimonials .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.testimonials .title .line {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    margin: 10px 0 0 0;
    border-radius: 200px;
    background-color: #750AEF;
  }
  html body main.project section.testimonials .title .line::before {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    left: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.testimonials .title .line::after {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    right: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.testimonials .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.testimonials .container .slider {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.testimonials .container .slider .thumb {
    position: relative;
    float: left;
    width: 20%;
  }
  html body main.project section.testimonials .container .slider .thumb img {
    width: 100%;
    height: auto;
    border-radius: 200px;
  }
  html body main.project section.testimonials .container .slider .quote {
    position: relative;
    float: right;
    width: 78%;
    margin: 20px 0 0 0;
  }
  html body main.project section.testimonials .container .slider .quote q {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
  }
  html body main.project section.testimonials .container .slider .quote .credentials {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: #750AEF;
  }
  html body main.project section.testimonials .container .slider .quote .credentials span {
    font-weight: 400;
    font-style: italic;
  }
  html body main.project section.testimonials .container ul.slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 2;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.project section.testimonials .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.project section.testimonials .container ul.slick-dots li button {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.project section.testimonials .container ul.slick-dots li button:hover {
    background-color: #750AEF;
  }
  html body main.project section.testimonials .container ul.slick-dots li.slick-active button {
    background-color: #750AEF;
  }
  html body main.project section.segmentation {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #FFFFFF;
  }
  html body main.project section.segmentation .title {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 430px 50px 430px;
  }
  html body main.project section.segmentation .title span {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.segmentation .title .line {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    margin: 10px 0 0 0;
    border-radius: 200px;
    background-color: #00C36E;
  }
  html body main.project section.segmentation .title .line::before {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    left: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.segmentation .title .line::after {
    position: absolute;
    width: 160px;
    height: 7.5px;
    top: 4px;
    right: -170px;
    content: "";
    border-radius: 200px;
    background-color: #CCCCCC;
  }
  html body main.project section.segmentation .level {
    position: relative;
    float: left;
    padding: 10px;
  }
  html body main.project section.segmentation .level h4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 28px;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #000000;
  }
  html body main.project section.segmentation .level select {
    position: relative;
    float: left;
    width: 100%;
    appearance: none;
    margin: 10px 0 0 0;
    border: 5px solid #00C36E;
    border-radius: 100px;
    padding: 15px 25px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOTguOSwxODQuN2wxLjgsMi4xbDEzNiwxNTYuNWM0LjYsNS4zLDExLjUsOC42LDE5LjIsOC42YzcuNywwLDE0LjYtMy40LDE5LjItOC42TDQxMSwxODcuMWwyLjMtMi42ICBjMS43LTIuNSwyLjctNS41LDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44djBIMTEyLjZ2MGMtOS4yLDAtMTYuNiw3LjEtMTYuNiwxNS44Qzk2LDE3OS4xLDk3LjEsMTgyLjIsOTguOSwxODQuN3oiIGZpbGw9IiMwMEMzNkUiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 30px 30px;
    background-color: #FFFFFF;
    cursor: pointer;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    color: #00C36E;
  }
  html body main.project section.segmentation .level select::-ms-expand {
    display: none;
  }
  html body main.project section.segmentation .level select:focus {
    outline: none;
  }
  html body main.project section.segmentation .level select option {
    margin: 1px 0;
    border-radius: 100px;
    background-color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #00C36E;
  }
  html body main.project section.segmentation #level-1 {
    width: 50%;
  }
  html body main.project section.segmentation #ajax {
    position: relative;
    float: left;
    width: 50%;
  }
  html body main.project section.segmentation #level-2 {
    width: 100%;
  }
  html body main.project section.eca {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/layout/bg-eca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html body main.project section.eca .bg {
    position: relative;
    float: left;
    width: 100%;
    height: 240px;
    background-image: url("../img/layout/header-eca.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 80%;
  }
  html body main.project section.eca .center-content {
    width: 350px;
    right: 0;
    transform: translateX(60%) translateY(-50%);
  }
  html body main.project section.eca .center-content a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 200px;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #FE615D;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main.project section.eca .center-content a:hover {
    top: -5px;
  }
  html body main.project section.contact {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #FE615D;
  }
  html body main.project section.contact .box {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.project section.contact .box h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.contact .box h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: right;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }
  html body main.project section.contact .box a.bt {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px 0;
    border-radius: 200px;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.project section.contact .box a.bt i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FE615D;
  }
  html body main.project section.contact .box a.bt:hover i {
    color: #00C36E;
  }
}

/*# sourceMappingURL=patrocine.css.map */
