.service-items {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 30px;}@media (max-width: 992px) {.service-items {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 600px) {.service-items {grid-template-columns: 1fr;}}.el-service-card {overflow: hidden;border-radius: 2px;box-shadow: 0 1px 5px rgb(0 0 0 / 15%);}.el-service-card .service-thumb {position: relative;height: 230px;}.service-thumb .service-img{width: 100%;height: 100%;object-fit: cover;object-position: center;}.el-service-card .service-shape-wrap {transform: skew(-20deg, 0deg);width: 200px;height: 200px;position: absolute;right: 20px;bottom: 0;overflow: hidden;}.el-service-card .service-shape {background-color: var(--ridek-primary-color, #ff9900);border-radius: 2px;position: absolute;width: 80px;height: 180px;left: 80px;bottom: 0;transition: all 300ms cubic-bezier(.165, .85, .45, 1);transition-delay: .1s;}.el-service-card .service-shape:before {background-color: #222;border-radius: 2px;content: "";width: 80px;height: 140px;position: absolute;right: 60px;bottom: 0;opacity: 0.95;transition: all 300ms cubic-bezier(.165, .85, .45, 1);transition-delay: .2s;}.el-service-card .service-shape:after {background-color: #222;border-radius: 2px;content: "";width: 40px;height: 120px;position: absolute;right: -20px;bottom: 0;opacity: 0.95;transition: all 300ms cubic-bezier(.165, .85, .45, 1);transition-delay: .3s;}.el-service-card:hover .service-shape {height: 200px;}.el-service-card:hover .service-shape:before {height: 160px;}.el-service-card:hover .service-shape:after {height: 140px;}.el-service-card .service-car {position: absolute;right: -30px;bottom: -30px;max-width: 230px;transition: all .3s cubic-bezier(.165, .85, .45, 1);}.el-service-card:hover .service-car {bottom: -35px;right: 0;}.el-service-card .service-content {background-color: #fff;padding: 30px;}.el-service-card .service-content .service-heading {font-size: 22px;line-height: 1.2;font-weight: 700;margin: 0 0 10px;}.el-service-card .service-content .service-heading a{color: var(--ridek-dark-color, #222222);}.el-service-card .service-content .service-heading a:hover {color: var(--ridek-primary-color, #ff9900);}.el-service-card .service-content p {margin-bottom: 20px;margin-top: 0;}.el-service-card .service-content .read-more {background-color: var(--ridek-primary-color, #ff9900);clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);border-radius: 1px;font-size: 15px;font-weight: 500;color: #fff;display: inline-block;padding: 5px 25px 5px 20px;display: inline-flex;align-items: center;justify-content: center;position: relative;z-index: 1;}.el-service-card .service-content .read-more:before {background-color: #222;content: "";width: 0;height: 100%;position: absolute;left: 0;top: 0;transition: all 300ms cubic-bezier(.165, .85, .45, 1);z-index: -1;}.el-service-card .service-content .read-more:hover:before {width: 100%;}