  .service-style3 .service-front {
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: 900;
    position: absolute;
    top: 0;
    height: 450px;
    width: 100%;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0px 10px 31px rgb(169 177 193 / 17%);
    border-radius: 5px;
}
.service-style3 .service-back {
    z-index: 1000;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .4s ease-in-out;
    background-color: var(--theme-color);
    border-radius: 5px;
    height: 450px;
    overflow: hidden;
}
.service-icon img{
height:50px;
}
.about-media__icon1 img{
   height: 45px;
   width: 45px;
}
.h6-icon{
   margin-top: 5px;
   font-size: 10px;
   text-align: center;
}
.about-media__icon1{
   text-align: center;
}
.web-help{
   margin-top: 80px;
}
    .feature-style2 .feature-icon img{
        height: 50px;
    }
    .services-area {
    position: relative;
    z-index: 1;
}
/*.bg-f9f9f9 {
    background-color: #f9f9f9;
}*/
.single-services-box p {
    text-align: justify;
}
.bg-fff{
   background-color: #fff;
}

.section-title {
    max-width: 720px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.section-title .sub-title {
    display: block;
    margin-bottom: 12px;
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 15.5px;
    font-weight: 700;
}
.section-title h2 {
    margin-bottom: 0;
 
}
.single-services-box p{
    text-align: justify;
}
.section-title p {
    max-width: 600px;
    font-size: 17px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
p:last-child {
    margin-bottom: 0;
}
.single-services-box {
  height: 100%;
  box-shadow: 0px 10px 21px rgb(169 177 193 / 15%);
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding: 20px 35px;
  border-radius: 5px;
  transition: var(--transition);
}
.single-services-box .icon {
   /* background-color: #ffffff;*/
    position: relative;
    
    
    text-align: center;
/*    height: 90px;
    line-height: 90px;*/
    transition: var(--transition);
    color: #fe4c1c;
    font-size: 40px;
    margin-bottom: 22px;
margin-top: 10px;
  /*  box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);*/
}

.single-services-box .icon img{
       width: auto !important;
    height: 36px;
}
.single-services-box .icon .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    display: none;
    animation-name: rotateme;
    
    animation-duration: 30s;
    
    animation-iteration-count: infinite;
  
    animation-timing-function: linear;
}
.single-services-box .icon .circles-box .circle-one {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #fe4c1c;
}
.single-services-box .icon .circles-box .circle-two {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #1c17a0;
}
.single-services-box h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 12px;
}
.single-services-box .learn-more-btn {
    margin-top: 10px;
}

.learn-more-btn {
    text-align: center;
    display: inline-block;
    color: #fe4c1c;
    
    transition: var(--transition);
    border-radius: 5px;
    padding: 9px 25px 9px 55px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.learn-more-btn .left-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 46px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-radius: 5px;
    
    transition: var(--transition);
    font-size: 30px;
    font-weight: 400;
}
.learn-more-btn .right-icon {
    position: absolute;
    right: 20px;
    top: 2px;

    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
}