
/*------------------------------------------------------------------------
# mod_mx_services Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
@media screen and (max-width: 448px) {
.service-block24 h44 {
  margin-left: 0px!important;
}
.service-block24 .icon {
   display:none!important;
}
.service-block24 .text {
  margin-top: 10px!important;
}
}
:root {
 --mxserv24-color: #F64A00;
}
.service-block24 {
  position: relative;
  margin-top: 30px;
}

.service-block24 .inner-box {
  position: relative;
  padding: 50px 30px 30px;
 /* margin-right: 45px;*/
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.service-block24 .inner-box:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block24 .icon {
  position: absolute;
  /*right: -45px;*/
  display:block;
  top: 20px;
  height: 100px;
  width: 100px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  font-size: 54px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block24 h44 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-left: 120px;
  
}
.service-block24 h44 a {
  color: #222;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block24 h44 a:hover {
  color: var(--mxserv24-color);
}

.service-block24 .text {
  font-size: 16px;
  line-height: 27px;
  min-height: 96px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.service-block24 .read-more {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 12px;
  line-height: 25px;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--mxserv24-color);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block24 .inner-box:hover .read-more {
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.service-block24 .image {
  position: relative;
  margin-bottom: 0;
  /*margin-right: -75px;*/
  overflow: hidden;
}

.service-block24 .image img {
  width: 100%;
  min-height: 180px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block24 .inner-box:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}