
/*------------------------------------------------------------------------
# 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: 300px) {
.qr-code-code{
  padding: 15px!important;
}
}
@media screen and (max-width: 450px) {
.qr-code{
  width: 100%!important;
}
}
.qr-code {
  width: 320px;
  padding: 18px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 8px rgba(30, 30, 30, 0.1);
  cursor: pointer;
  transition: transform 0.3s;
  z-index:6;
  position: relative;
}
}
.qr-code:hover {
  transform: translateY(-10px);
}
.qr-code-code {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  border-radius: 10px;
  transition: transform 0.3s;
}
.qr-code-code:hover {
  transition-delay: 1s;
  transform: scale(1.5);
  border: 7px white solid;
}
.qr-code-content {
  padding: 30px 18px;
  text-align: center;
  transition: padding 0.3s;
  text-align: center !important;
  position: relative;
  z-index:-1;
}
body h66 {
  font-size: 1.3rem;
  color: #000000!important;
  margin-bottom: 20px;
}
.qr-code-content p {
  color: #000000;
  font-weight: 400;
}
:root {
 --mxserv23-color: #F64A00;
}
.inner-boxl ul {
  display: inline-block;
  text-align: left;
}
.service-blocks-twol {
  position: relative;
  padding: 15px;
}

.service-blocks-twol .inner-boxl {
  position: relative;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  padding: 40px 40px 40px;
  padding-right: 40px;
  min-height: 300px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .service-blocks-twol .inner-boxl {
    padding: 30px !important;
  }
   .text {
    text-align: center;
  }
}
.service-blocks-twol .inner-boxl:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  border-radius: 500px 0 0;
  z-index: -1;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-blocks-twol .inner-boxl:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.service-blocks-twol .inner-boxl:hover .text,
.service-blocks-twol .inner-boxl:hover .title {
  color: #ffffff;
}
.service-blocks-twol .inner-boxl:hover .icon {
  -webkit-transform: rotate(180deg) scale(-1);
          transform: rotate(180deg) scale(-1);
		  right: -60px;
}
.service-blocks-twol .inner-boxl:hover .image-boxl .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-blocks-twol .image-boxl {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
@media only screen and (min-width: 1199px) {
.service-blocks-twol .image-boxl {
  /*max-width: 250px;*/
}
}
@media only screen and (max-width: 1199px) {
  .service-blocks-twol .image-boxl {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 70px;
  }
}
.service-blocks-twol .image-boxl .image {
  /*border-radius: 400px 0 0 0;
  overflow: hidden;*/
}
@media only screen and (max-width: 1199px) {
  .service-blocks-twol .image-boxl .image {
    border-radius: 0 !important;
  }
}
.service-blocks-twol .image-boxl .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-blocks-twol .image-boxl .icon {
  position: absolute;
  right: -40px;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 88px;
  width: 88px;
  background-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;
  font-size: 34px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1199px) {
  .service-blocks-twol .image-boxl .icon {
    right: 0 !important;
    left: 0 !important;
    top: auto;
    bottom: 0;
    margin: 0 auto -40px;
  }
}
.service-blocks-twol .content {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .service-blocks-twol .content {
    text-align: center;
  }
}
.service-blocks-twol .title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  .service-blocks-twol .title {
    font-size: 24px;
  }
}
.service-blocks-twol .title:hover {
  color: var(--theme-color1);
}
.service-blocks-twol .text {
  line-height: 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 20px;
}
.service-blocks-twol.style-two .inner-boxl {
  padding-left: 280px;
  padding-right: 30px;
}
.service-blocks-twol.style-two .inner-boxl:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 0 500px 0 0;
}
.service-blocks-twol.style-two .image-boxl {
  right: auto;
  left: 0;
}
.service-blocks-twol.style-two .image-boxl .image {
  border-radius: 0 400px 0 0;
}
.service-blocks-twol.style-two .image-boxl .icon {
  right: auto;
  left: 75px;
}
.service-blocks-twol.style-three .inner-boxl:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-radius: 0 0 0 500px;
}
.service-blocks-twol.style-three .image-boxl {
  top: 0;
  bottom: auto;
}
.service-blocks-twol.style-three .image-boxl .image {
  border-radius: 0 0 0 400px;
}
.service-blocks-twol.style-three .image-boxl .icon {
  top: auto;
  bottom: -10px;
}
.service-blocks-twol.style-four .inner-boxl {
  padding-left: 280px;
  padding-right: 30px;
}
.service-blocks-twol.style-four .inner-boxl:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0 0 500px 0;
}
.service-blocks-twol.style-four .image-boxl {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
}
.service-blocks-twol.style-four .image-boxl .image {
  border-radius: 0 0 400px 0;
}
.service-blocks-twol.style-four .image-boxl .icon {
  right: auto;
  left: 75px;
  top: auto;
  bottom: -10px;
}

.service-blocks-twol .btn-style1 {
    position: relative;
    z-index: 5;
    display: inline-block
}
.service-blocks-twol .btn-style1 span {
    color: #646464;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--mxserv23-color);
    box-shadow: 0 6px 43px rgba(0, 0, 0, .16);
    padding: 10px 20px;
    transition: all .4s;
    font-weight: 500
}
.service-blocks-twol .inner-boxl:hover .btn-style1  span {
  color: #ffffff;
  background-color: #333;
}

.service-blocks-twol .btn-style1::before {
    content: "";
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-color: #d8d8d8;
    border-style: solid;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.service-blocks-twol svg {
    margin-left: 7px;
    font-size: 18px;
    transition: all .4s;
    display: inline-block;
    margin-top: -2px
}

.service-blocks-twol .btn-style1:hover:before {
    top: 0;
    left: 0;
    border-color: var(--mxserv23-color)
}
