
.our-services {
    margin-top: 0px;
    padding-top: 70px;
  }
  
  .our-services .left-image {
    margin-right: 45px;
  }
  
  .our-services .section-heading h2 {
    margin-right: 100px;
  }
  
  .our-services .section-heading p {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  
  .our-services .progress-skill-bar {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
  }
  
  .our-services .progress-skill-bar span {
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #03a4ed;
  }
  
  .our-services .first-bar span {
    left: 69%;
  }
  
  .our-services .second-bar span {
    left: 81%;
  }
  
  .our-services .third-bar span {
    left: 88%;
  }
  
  .our-services .progress-skill-bar h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 14px;
  }
  
  .our-services .progress-skill-bar .full-bar {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #f7eff1;
    position: relative;
    z-index: 1;
  }
  
  .our-services .progress-skill-bar .filled-bar {
    background: rgb(11, 36, 180);
    background: linear-gradient(302deg, rgb(122 47 192) 0%, rgb(149 197 249) 100%);
    height: 6px;
    border-radius: 3px;
    margin-bottom: -6px;
    position: relative;
    z-index: 2;
  }
  
  .our-services .first-bar .filled-bar {
    width: 71%;
  }
  
  .our-services .second-bar .filled-bar {
    width: 83%;
  }
  
  .our-services .third-bar .filled-bar {
    width: 90%;
  }
  
  
  /* 
  ---------------------------------------------
  Portfolio
  --------------------------------------------- 
  */
  


  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .col-lg-3.col-sm-6.animatedbox {
    padding-top: 20px;
}

em {
    font-style: normal;
    color: #4da6e7;
  }
  .line-dec {
    width: 50px;
    height: 2px;
    background-color: #4da6e7;
    margin: 0 auto;
    margin-bottom: 10px;

  }


.full-image{
  background-image:url(/img/services-right-dec.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


  .our-portfolio {
    padding-top: 40px;
    margin-top: 0px;

  }
  .our-portfolio {
    margin-bottom: 120px;
    padding-bottom: 80px;
}
  .our-portfolio .section-heading h2 {
    text-align: center;
    margin: 0px 90px 0px 90px;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
  }
  
@media (max-width:600px) {

   .our-portfolio .section-heading h2 {
    margin: 0px;
   }
   .our-portfolio .item:hover .hidden-content {
    margin-left: 10px;
    top: -23px !important;
   }
   .col-lg-3.col-sm-6.animatedbox {
    padding-top: 59px;
}
.our-portfolio {
  margin-bottom: 0px;
  /* padding-bottom: 80px; */
}
}


  .our-portfolio .item {
    position: relative;
  }
  
  .our-portfolio .item:hover .hidden-content {
    top: -100px;
    opacity: 1;
    visibility: visible;
  }
  
  .our-portfolio .item:hover .showed-content {
    top: 90px;
  }
  
  .our-portfolio .hidden-content {
    background: rgb(38, 13, 122);
    background: linear-gradient(161deg, rgb(151 39 206) 0%, #7499d8 100%);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    opacity: 0;
    top: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    transition: all 0.5s;
  }
  
  .our-portfolio .hidden-content:after {
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgb(255,77,30);
    content: '';
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    transform: rotate(45deg);
    background: linear-gradient(105deg, rgb(117, 29, 194) 0%, rgb(26, 8, 163) 100%);
    z-index: -1;
  }
  
  .our-portfolio .hidden-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
  }
  
  .our-portfolio .hidden-content p {
    color: #fff;
  }
  .service-icon.p-4 img{
    border-radius: 50%;
}
  
  /* div#portfolio {
    background-image: url(/img/bgimg14.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  } */

  .our-portfolio .showed-content {
    top: 0px;
    position: relative;
    z-index: 3;
    background-color: #c94eff61;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: all 0.5s;
  }
  
  .our-portfolio .showed-content img {
   width: 100%;
  }
  






  /*** Service Start ***/
.service1 .service-item1 {
  box-shadow: 0 0 45px rgba(114, 79, 255, 0.2) ;
}

.service1 .service-item1 .service-img1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service1 .service-item1 .service-img1 img {
  transition: 0.5s;
}

.service1 .service-item1 .service-img1::before {
  width: 100%;
  height: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
  z-index: 5;
  
}

.service1 .service-item1:hover .service-img1::before {
  height: 100%;
  background: -webkit-linear-gradient(176deg, #499dfd61 3.03%, #2678f55c 27.62%, #6628c57d 76.39%, #5b0bb114 112.44%);
}

.service1 .service-item1 .service-img1:hover img {
  transform: scale(1.3);
}

.service1 .service-item1 .service-content1 {
  position: relative;
  z-index: 2;

}

.service1 .service-item1 .service-content1::before {
  width: 100%;
  height: 8px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background:-webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
  transition: 0.5s;
  z-index: 3;
}

.service1 .service-item1:hover .service-content1::before {
  background: -webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%);
  height: 100%;
}

.service1 .service-item1 .service-content1 .service-content-inner1 {
  transition: 0.5s;
}


.service1 .service-item1:hover .service-content1 .service-content-inner1 {
  position: relative;
  color: rgb(0, 0, 0) !important;
  z-index: 9;
}
.service1 .service-item1:hover .service-content1 .service-content-inner1 h5 {
  color: rgb(255, 255, 255);
}
.service1 .service-item1:hover .service-content1 .service-content-inner1 p {
  color: rgb(255, 255, 255);
}
.line-dec {
  width: 50px;
  height: 2px;
  background-color: #4da6e7;
  margin: 0 auto;
  margin-bottom: 10px;
}
em {
  font-style: normal;
  color: #001484;
}

/* div#graphicbgimage {

  background-image: url(/img/bgimg9.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

/*  */








      /*** Services Start ***/
      .service .service-content-inner {
        transition: 0.5s;
    }
    .service .service-content-inner:hover {
        position: relative;
        background: #321d72 !important;
    }
    
    .service .service-content-inner .service-content h5,
    .service .service-content-inner .service-content p,
    .service .service-content-inner .service-icon i {
        transition: 0.5s;
    }
    
    .service .service-content-inner:hover .service-content h5,
    .service .service-content-inner:hover .service-content p,
    .service .service-content-inner:hover .service-icon i {
        color: var(--bs-white) !important;
    }
    /*** Service End ***/