.services-col img {
    border-radius: 5px 0 0 5px;
}
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.services-col {
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
        transition-property: all;
        transition-duration: 300ms;
}
.services-content {
    padding: 20px 20px 20px 10px;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    box-shadow: 5px 5px 0 rgba(19, 160, 178, 0.5);
    border-radius: 5px;
    transition: 300ms ease-in;
    -webkit-transition: 300ms ease-in;
}
.hvr-sweep-to-left:hover::before, .hvr-sweep-to-left:focus::before, .hvr-sweep-to-left:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #13A0B2;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.services-img {
  line-height: 0;
  padding: 0 !important;
}
.services-col p {
  margin-top: 10px;
}
.sub-uline-img {
  line-height: 0;
}
.services-col:hover .services-content h6 a svg {
  fill: #ffffff;
}
.services-col:hover .services-content h6 a,
.services-col:hover .services-content p,
.services-col:hover .services-content h4 a {
    color: #ffffff !important;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}
.services-content h6 a svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  display: inline-block;
  padding-left: 5px;
}
.services-content h6 a {
  display: inline-block;
  vertical-align: middle;
}

.service-2-icon svg {
  width: 50px;
  height: 50px;
  fill: #333333;
}
.service-2 .text-center {
  text-align: center;
}
.service-2-icon {
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 25px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  transition-duration: 0.5s;
}
.service-2-icon:hover {
  background-color: #f22e55;
  transition-duration: 0.5s;
}
.service-2-icon:hover svg {
  fill: #ffffff;
}

.services3-list ul{
  list-style: none;
}
.services3-grid-img.services3-grid-icon {
  vertical-align: middle !important;
}
.service-boxed-col:hover {
    background-color: #13A0B2;
    border-left: 3px solid #f22e55;
    transition: all 500ms ease 0s;
}
.service-boxed-col {
    background-color: #ffffff;
    border-left: 3px solid #13A0B2;
    padding: 30px;
    transition: all 500ms ease 0s;
}
.services3-grid-img.services3-grid-icon svg {
  width: 20px;
  height: 20px;
  fill: #13A0B2;
}
.services3-list ul li:last-child{
  margin-bottom: 0 !important;
}

.services3-list ul li svg{
  width: 16px;
  height: 16px;
  fill: #ff7238;
  display: table-cell;
  vertical-align: middle;
}
.services3-list ul li .hs_cos_wrapper_widget {
  display: table-cell;
  word-break: break-all;
  vertical-align: middle;
}
.services3-list ul li .hs_cos_wrapper_type_icon {
  padding-right: 10px;
}
.services3-grid-main2 .services3-grid-content, .services3-grid-main2 .services3-grid-img {
    display: table-cell;
    vertical-align: top;
}

.services3-grid-main2 .services3-grid-content {
    padding-left: 20px;
    text-align: left;
}
.service-boxed-col:hover h5 a,
.service-boxed-col:hover p {
  color: #ffffff !important;
}