



.header-icons .wpb_wrapper {
    display: flex;
}
.header p {
    font-size: 16px;
    margin: 0;
}
.header h4 {
    margin: 0;
}
.menu-bar h4 {
    margin: 0;
}
.services-card .vc-hoverbox-inner {
    height: 370px;
}

/* filip card section */
.apple h2 {
        font-size: 2.5em;
    }
.cpu h2 {
        font-size: 2.5em;
    }
.laptop h2 {
        font-size: 2.5em;
    }
.tablet h2 {
        font-size: 2.5em;
    }
.iphone h2 {
        font-size: 2.5em;
    }
.apple .vc-hoverbox-block.vc-hoverbox-front
{
    justify-content: start;
    color: #3ab54a;
    padding: 15px;
        background-position: 32%;
}
.cpu .vc-hoverbox-block.vc-hoverbox-front
{
    justify-content: start;
    color: #3ab54a;
}
.laptop .vc-hoverbox-block.vc-hoverbox-front
{
    justify-content: start;
    color: #3ab54a;
}
.tablet .vc-hoverbox-block.vc-hoverbox-front
{
   justify-content: start;
    color: #3ab54a;
}
.iphone .vc-hoverbox-block.vc-hoverbox-front
{
   justify-content: end;
    padding: 25px;
    color: #3ab54a;
}
.mobile .vc-hoverbox-block.vc-hoverbox-front
{
    color: #3ab54a;
}
.vc-hoverbox-block.vc-hoverbox-back {
    justify-content: start;
    padding-top: 40px;
}
   .experience-item { 
    width: 214px; 
    height: 214px; 
    text-align: center;
    margin: 0 auto; 
    border-radius: 50%; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 
    border: 2px solid transparent; 
    -webkit-transition: 0.2s; 
    -moz-transition: 0.2s; 
    transition: 0.2s;
  } 

  .experience-item:hover { 
    border-color: #3ab54a !important;
  } 

.experience-item:hover { 
    border-color: #3ab54a !important;
} 

  :first-child .experience-item  { 
    margin-top: 0;
  } 

  :after,:before { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  } 


  .experience-item-title { 
    font-size: 36px; 
    line-height: 1em; 
    font-family: 'Chivo', sans-serif; 
    font-weight: 400; 
    margin-bottom: 0;
  } 

  .experience-item-text { 
    font-size: 15px; 
    line-height: 20px;
  } 

.experience-item-title span  { 
    color: #9455d0;
}


.vc-hoverbox-back {
    transform: scale(1);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.vc-hoverbox-front {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.vc-hoverbox:hover .vc-hoverbox-back {
    transform: scale(1);
    opacity: 1;
}

.vc-hoverbox:hover .vc-hoverbox-front {
    transform: scale(0.8);
    opacity: 0;
}




.italicfont {
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.paddingbutton a {
        border-radius: 15px !important;
        padding: 20px 28px !important;
        font-weight: 600;
        font-family: sans-serif;
}
.getyourreapir a {
    background-color: #3ab54a !important;
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .callushover {
        display: none !important;
    }
}











      .hererightnow {
    position: absolute;
    top: 13px;
    right: -75px;
   }
   .callus {
    position: absolute;
    top: 13px;
    right: -75px;
   }
   .arrowpng {
    position: absolute;
    top: 13px;
    right: -10px;
   }
   .needsupportheader:hover{
       .callushover{
           top: -13px !important;
       }
   }
   @media screen and (max-width: 1024px) {
       
       .header-items img {
                max-width: 80%;
                padding-left: 0px;
                padding-bottom: 0px;
            }
            .header div {
                display: none;
                }
            .header-items div {
                display: flex !important;
            }
            .header-items {
                display: block !important;
            }
   }