@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
/*-- Default CSS --*/
body {
  font-family: "Poppins", sans-serif;
  color: #858584;
  background-color: #ffffff;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  color: #333333;
}

p {
  line-height: 1.7;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 5px;
}

.pb-70 {
  padding-bottom: 35px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}



/*-- Process --*/
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title .sub-title {
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 7px;
  margin-bottom: 20px;
}

.section-title .sub-title:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #0066cc;
  z-index: -1;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.process-area {
  position: relative;
  overflow: hidden;
}

.process-area .process-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 165px;
  max-width: 1035px;
  margin-right: auto;
  margin-left: auto;
}

.process-item {
  margin-bottom: 30px;
}

.process-item .process-inner {
  text-align: right;
  position: relative;
  padding-right: 80px;
}

.process-item .process-inner i {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 50px;
  z-index: 1;
  color: #000000;
}

.process-item .process-inner i:after {
  position: absolute;
  content: '';
  width: 45px;
  height: 50px;
  top: 0;
  right: -12px;
  background-color: #0066cc;
  z-index: -1;
}

.process-item .process-inner h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.process-item .process-inner p {
  margin-bottom: 0;
  font-size: 14px;
}

.process-item .process-one {
  margin-bottom: 100px;
}

.process-item .process-img {
  text-align: center;
}

.process-item .process-img img {
  -webkit-animation: process-type 25s infinite linear;
          animation: process-type 25s infinite linear;
  position: relative;
  top: -12px;
}

.process-item .process-two {
  padding-left: 80px;
  padding-right: 0;
  text-align: left;
  margin-bottom: 100px;
}

.process-item .process-two i {
  left: 12px;
  right: unset;
}

.process-item .process-two i:after {
  left: -12px;
}

.process-item .process-three {
  padding-left: 80px;
  padding-right: 0;
  text-align: left;
}

.process-item .process-three i {
  left: 12px;
  right: unset;
}

.process-item .process-three i:after {
  left: -12px;
}

@-webkit-keyframes process-type {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes process-type {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*-- End Process --*/
/*-- Feature --*/
.feature-area {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.feature-area .feature-img {
  position: relative;
  background-image: url("../img/home-one/feature-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.feature-area .feature-img:before {
  position: absolute;
  content: '';
  right: -170px;
  top: -70px;
  width: 285px;
  height: 700px;
  background-color: #000000;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
}

.feature-area .feature-img img {
  display: none;
}

.feature-area .feature-shape img {
  position: absolute;
  right: 65px;
  bottom: 0;
  opacity: .10;
  -webkit-animation: process-type 25s infinite linear;
          animation: process-type 25s infinite linear;
  z-index: 1;
}

.feature-area .feature-content {
  max-width: 670px;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-area .feature-content h2 {
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 40px;
}

.feature-area .feature-content ul {
  margin: 0;
  padding: 0;
}

.feature-area .feature-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}

.feature-area .feature-content ul li:nth-child(1) {
  margin-left: 50px;
}

.feature-area .feature-content ul li:nth-child(2) {
  margin-left: 100px;
}

.feature-area .feature-content ul li:nth-child(3) {
  margin-bottom: 0;
  margin-left: 150px;
}

.feature-area .feature-content ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 27px;
  color: #000000;
  background-color: #fdb819;
  border-radius: 10px;
}

.feature-area .feature-content ul li h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

.feature-area .feature-content ul li p {
  margin-bottom: 0;
  color: #aeadad;
  font-size: 14px;
  max-width: 380px;
}

/*-- End Feature --*/