
.position {
  float: left;
  margin: 17px;
  text-align: center;
}

.progress-bar {
  position: relative;
  height: 200px;
  width: 200px;
  color: rgb(49, 49, 49) !important;
   text-align: center;
   background-color: rgba(255, 255, 255, 0) !important;
   box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.15) !important;

   margin-bottom: 25px ;
}

.progress-bar p{

    
  position: absolute;
  bottom: -70px;
  text-align: center;
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  color :rgb(80, 80, 80);
  padding: 25px 0;

}


.progress-bar div {
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 175px;
  height: 175px;
  width: 175px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}

.progress-bar .background { background-color: #b3cef6; }

.progress-bar .rotate {
  clip: rect(0 100px 200px 0);
  background-color: #4b86db;
}

.progress-bar .left {
  clip: rect(0 100px 200px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar .right {
  clip: rect(0 100px 200px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

.line {
  margin-left: 45%;
  margin-right: 45%;
  height: 4px;
  border-radius: 3px;
  background-color: red;
  margin-bottom: 20px;

  



}


 
 /* ----------------
 Service Section
  ---------------------*/
 
  .services-warp {
    padding-top: 56px;
    padding-bottom: 30px;
    max-width: 1227px;
    margin: -91px auto 0;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 #00000075;
    box-shadow: 0 0 0 #00000075;
    z-index: 99;
  }
  
  .services-warp:after,
  .services-warp::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-box-shadow: 0 -43px 41px rgba(0, 0, 0, 0.48);
    box-shadow: 0 -43px 41px rgba(0, 0, 0, 0.48);
  }
  
  .services-warp::before {
    background: #fff;
    height: 100%;
    top: -4px;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    border-top: 4px solid #ffc000;
    z-index: -1;
  }
  
  .service-item {
    margin-bottom: 55px;
    padding-right: 20px;

    min-height: 170px;
  }
  
  .service-item .si-head {
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .service-item .si-icon {
    float: left;
    width: 61px;
  }
  
  .service-item h5 {
    overflow: hidden;
    padding: 0px;
    margin: 0px;

    font-size: 18px;
  }
  
  .service-item p {
    margin-bottom: 0;

    text-align: justify;
  }
  


/*  home page portfolio */



/* :: Portfolio Area CSS */

.pixel-portfolio img{

  max-height:600px;

}
.pixel-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .pixel-projects-menu .btn {

    line-height: 20px;
    padding: 10px 20px;
    background-color: transparent !important;
    background: none;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 500;
    color: #969696;
    border-radius: 50px;
    border: 2px solid transparent; }
    
    .pixel-projects-menu .btn.active, .pixel-projects-menu .btn:focus {
      box-shadow: none;
      color: #ff7902;
      border-color: #ff7902; }

.single_gallery_item {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  width: 33.3333334%;
  overflow: hidden;
 /* -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;*/ }
  @media only screen and (max-width: 767px) {
    .single_gallery_item {
      width: 100%; } }
  .single_gallery_item img {
    width: 100%;
    -webkit-transition-duration: 2000ms;
    -o-transition-duration: 2000ms;
    transition-duration: 2000ms; }
  .single_gallery_item .hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 120, 2, 0.411);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single_gallery_item .hover-content .zoom-img {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      font-size: 20px;
      margin-bottom: 30px;
      color: #ffffff;
      line-height: 46px;
      margin-top: -15px;
      opacity: 0;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single_gallery_item .hover-content h4 {
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_gallery_item .hover-content h4 {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; } }
  .single_gallery_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single_gallery_item:hover .hover-content {
    opacity: 1;
    visibility: visible; }
    .single_gallery_item:hover .hover-content .zoom-img {
      margin-top: 0;
      opacity: 1; }



      
      .hover-text{


        margin-top :45%;
      }