
/*------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/
:root {
 --mxserv22-color: #F64A00;
}

.service-item:hover .text {
  visibility: hidden;
  opacity: 0;
}
.service-item:hover .hover-text {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.service-item:hover .hover-text .icon-btn {
  color: #1a1a1a;
}
.service-item:hover .img-holder i {
  color: rgba(0, 0, 0, 0.15);  
}
.service-item .img-holder img {
  width: 100%;
}
.service-item .img-holder img.icon {
  position: absolute;
  right: 10px;  
  top: 10px;
  width: 115px;
  color: rgba(255, 255, 255, 0.2);  
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-item .img-holder i {
  position: absolute;
  right: 10px;  
  top: 0px;
  font-size: 135px;
  color: rgba(255, 255, 255, 0.2);  
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-item .service-content {
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: -50px;
  border-radius: 5px;
}
.service-item .text {
  background-color: #fff;
  padding: 20px 35px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-item .text img {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px; 
  margin-top: -5px;
}
.service-item .text i {
  font-size: 45px;
  color: var(--mxserv22-color);
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px; 
  margin-top: -5px;
}
.service-item .text h3 {
  font-size: 20px;
  line-height: 25px;  
  margin-top: 10px;
}
.service-item .hover-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px 30px 23px;
  background-color: var(--mxserv22-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.service-item .hover-text .title-icon {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}
.service-item .hover-text .title-icon img {
  color: #fff;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
  margin-top: -15px;
}
.service-item .hover-text .title-icon i {
  font-size: 45px;
  color: #fff;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
  margin-top: -15px;
}
.service-item .hover-text .title-icon h3 {
  font-size: 20px;
  line-height: 25px;
}
.service-item .hover-text .icon-btn {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--mxserv22-color);
  color: var(--mxserv22-color);
}
.service-item .hover-text .icon-btn i {
  padding: 14px;
  color: var(--mxserv22-color);
}