.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  
  .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;
    border-radius: 50px;
    z-index: -1;
    /*-webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);*/
    margin-left: auto;
    margin-right: auto;
    background-color:rgb(0,165,235);
  }
  
  .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;
  }
@media only screen and (max-width: 767px) {
    .section-title {
      margin-bottom: 40px;
    }
    .section-title h2 {
      font-size: 25px;
    }
}
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
      margin-bottom: 40px;
    }
    .section-title h2 {
      font-size: 25px;
    }
}
.process-area {
    position: relative;
    overflow: hidden;
    background-color:rgb(255,255,255);
  }
  
  .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;
  }
  
  .process-item .process-inner i:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 50px;
    top: 0;
    right: -12px;
    z-index: -1;
    background-color: rgb(0,165,235);
  }
  
  .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 i{
    font-size: 320px;
  }
  .process-item .process-img img,.process-item .process-img i{
    -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);
    }
  }
@media only screen and (max-width: 767px) {
    .process-area .process-shape {
        max-width: 100%;
      }
      .process-item {
        margin-bottom: 30px;
      }
      .process-item .process-img i{
        top: 20px;
        font-size: 200px;
      }
      .process-item .process-one {
        margin-bottom: 30px;
      }
      .process-item .process-two {
        margin-bottom: 30px;
      }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-area .process-shape {
        max-width: 100%;
      }
      .process-item {
        margin-bottom: 30px;
      }
      .process-item .process-one {
        margin-bottom: 30px;
      }
      .process-item .process-two {
        margin-bottom: 30px;
      }
}  
.feature-area {
    position: relative;
    overflow: hidden;
    background-color:rgb(248,249,250);
}
.feature-area .feature-shape i{
    position: absolute;
    font-size: 320px;
    right: 65px;
    bottom: 0;
    opacity: .10;
    z-index: 1;
}
.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-img {
    position: relative;
}
.feature-area .feature-img img{
    display: block;
    width: 100%;
    max-height: 500px;
}
.feature-area .feature-img:before {
    position: absolute;
    content: '';
    right: -170px;
    top: -70px;
    width: 285px;
    height: 700px;
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
    background-color:rgb(248,249,250);
}
.feature-area .feature-content {
    max-width: 670px;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.feature-area .feature-content h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
    color:rgb(0,0,0);
}

.feature-area .feature-content p{
    margin-bottom: 0;
    font-size: 14px;
    color:rgb(0,0,0);
}
.feature-area .feature-content .boss-btn{
    margin-top:40px;
}
@media only screen and (max-width: 767px) {
    .feature-area {
        position: relative;
        overflow: hidden;
        background-color:rgb(248,249,250);
    }
    .feature-area .feature-img {
        background-image: unset;
    }
    .feature-area .feature-img:before {
        display: none;
    }
    .feature-area .feature-img img {
        display: block;
    }
    .feature-area .feature-shape i{
        font-size: 160px;
        right: 0;
    }
    .feature-area .feature-shape img {
        right: 0;
    }
    .feature-area .feature-content {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-area .feature-content h2 {
        font-size: 25px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area {
        position: relative;
        overflow: hidden;
        background-color:rgb(248,249,250);
    }
    .feature-area .feature-img {
        background-image: unset;
    }
    .feature-area .feature-img:before {
        display: none;
    }
    .feature-area .feature-img img {
        display: block;
        max-height: 100%;
    }
    .feature-area .feature-shape i{
        font-size: 200px;
        right: 0;
    }
    .feature-area .feature-shape img{
        right: 0;
    }
    .feature-area .feature-content {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area .feature-content {
        max-width: 460px;
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .feature-area .feature-shape i{
        font-size: 220px;
    }
    .feature-area .feature-img img {
        max-width: 600px;
    }
    .feature-area .feature-img:before {
        right: -129px;
        top: -155px;
        width: 240px;
        height: 885px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
    }
}

.work-area{
    background:;
}
.work-area .section-title {
    margin-bottom: 30px;
}
#Container .mix {
    display: none;
}

.sorting-menu {
    margin-bottom: 50px;
}

.sorting-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sorting-menu ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 7px 20px;
    border-radius:5px;
    text-transform: uppercase;
    background-color: #ddd3;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
}

.sorting-menu ul li.active, .sorting-menu ul li:hover {
    color: #ffffff;
    background-color:rgb(0,165,235);
}
.work-area .work-item {
    margin-bottom: 30px;
    position: relative;
}

.work-area .work-item img {
    width: 100%;
}

.work-area .work-item:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .60;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.work-area .work-item:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: .60;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.work-area .work-item:hover:before {
    width: 50%;
}

.work-area .work-item:hover:after {
    width: 50%;
}

.work-area .work-item:hover .boss-btn {
    top: 46%;
    opacity: 1;
}

.work-area .work-item .boss-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 54%;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
}

.work-area .work-item .boss-btn a {
    padding:10px 30px;
    margin-right: 0;
}

.work-area .work-item .boss-btn a i {
    position: relative;
    font-size: 16px;
    top: 2px;
}

.blog-area {
    padding-bottom:100px;
    background: ;
}

.blog-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd7a;
            box-shadow: 0px 0px 20px 0px #dddddd7a;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #ffffff;
}

.blog-item:hover {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
}

.blog-item:hover .blog-top .blog-date {
    right: 0;
}
.blog-item img{
    display: block;
    width: 100%;
}
.blog-item .blog-top {
    position: relative;
}

.blog-item .blog-top a {
    display: block;
}

.blog-item .blog-top .blog-date {
    display: inline-block;
    text-align: center;
    padding: 7px 12px 8px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    right: 20px;
    bottom: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: rgb(0,165,235);
}

.blog-item .blog-top .blog-date p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.blog-item .blog-top .blog-date span {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.blog-item .blog-bottom {
    padding: 22px 30px 26px;
}

.blog-item .blog-bottom h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-item .blog-bottom h3 a {
    color: #333333;
    display: block;
}

.blog-item .blog-bottom h3 a:hover {
    color: rgb(0,165,235);
}

.blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.blog-item .blog-bottom ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
}

.blog-item .blog-bottom ul li a {
    color: #808291;
    font-size: 14px;
}

.blog-item .blog-bottom ul li a:hover {
    color: rgb(0,165,235);
    }

.blog-item .blog-bottom ul li:last-child {
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
}

.blog-item .blog-bottom ul li:last-child a {
    margin-top: 8px;
}

.blog-item .blog-bottom ul li:last-child a i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 4px;
}
.parts-view {
    text-align: center;
}

.parts-view a {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 50px;
    color: rgb(0,165,235);
    border: 1px solid rgb(0,165,235);
}

.parts-view a:hover {
    color: #ffffff;
    background-color: rgb(0,165,235);
}
@media only screen and (max-width: 767px) {
    .blog-area {
        padding-bottom: 60px;
    }
    .blog-item .blog-bottom {
        padding: 22px 20px 26px;
    }
    .blog-item .blog-bottom ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
    }
    .blog-item .blog-bottom ul li img {
        margin-right: 3px;
    }
    .blog-item .blog-bottom ul li:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area {
        padding-bottom: 140px;
    }
    .blog-item .blog-bottom {
        padding: 22px 20px 26px;
    }
    .blog-item .blog-bottom ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
    }
    .blog-item .blog-bottom ul li img {
        margin-right: 3px;
    }
    .blog-item .blog-bottom ul li:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
    }
}
