

/** service-details **/

.service-details{
  position: relative;
  padding: 100px 0px 94px 0px;
}

.service-details-content{
  position: relative;
  display: block;
  margin-right: -10px;
}

.service-details-content .image-box img{
  width: 100%;
}

.service-details-content .content-style-one .image-box{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.service-details-content .content-style-one .sec-title{
  margin-bottom: 27px;
}

.service-details-content .content-style-one .text{
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.service-details-content .content-style-one .text p{
  margin-bottom: 28px;
}

.service-details-content .content-style-one .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-style-one .list-item li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 25px;
}

.service-details-content .content-style-one .list-item li:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-style-one .list-item li:before{
  position: absolute;
  content: "\f101";
  font-size: 12px;
  font-family: 'Font Awesome 5 Free';
  left: 0px;
  top: 0px;
}

.service-details-content .content-style-one{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.service-details-content .content-style-two .image-box{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.service-details-content .content-style-two .text{
  margin-bottom: 40px;
}

.service-details-content #content_block_two .content-box .single-progress-box .piechart{
  float: left;
  margin-bottom: 0px;
  width: 50%;
}

.service-details-content #content_block_two .content-box .single-progress-box .text{
  position: relative;
  float: left;
  text-align: left;
  padding: 30px 20px 25px 10px;
  margin: 0px;
  width: 50%
}

.service-details-content .content-style-two{
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 52px;
}

.service-details .service-sidebar{
  position: relative;
  display: block;
  margin-left: 40px;
}

.service-details .service-sidebar .sidebar-categories ul li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.service-details .service-sidebar .sidebar-categories ul li:last-child{
  margin-bottom: 0px;
}

.service-details .service-sidebar .sidebar-categories ul li a{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f0f5f9;
  font-size: 20px;
  color: #222;
  line-height: 30px;
  font-weight: 400;
  border-radius: 3px;
  padding: 25px 45px;
  z-index: 1;
}

.service-details .service-sidebar .sidebar-categories ul li a:after{
  position: absolute;
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  top: 27px;
  right: 45px;
  font-size: 14px;
  color: #204669;
  transition: all 500ms ease;
}

.service-details .service-sidebar .sidebar-categories ul li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-details .service-sidebar .sidebar-categories ul li a:hover:before,
.service-details .service-sidebar .sidebar-categories ul li a.active:before{
  width: 100%;
  left: 0px;
}

.service-details .service-sidebar .sidebar-categories ul li a:hover,
.service-details .service-sidebar .sidebar-categories ul li a.active{
  color: #fff;
}

.service-details .service-sidebar .sidebar-categories ul li a.active:after,
.service-details .service-sidebar .sidebar-categories ul li a:hover:after{
  color: #fff;
}

.service-details .service-sidebar .sidebar-categories{
  position: relative;
  margin-bottom: 60px;
}

.service-details .service-sidebar .sidebar-testimonial{
  position: relative;
  display: block;
  background: #204669;
  padding: 44px 40px 41px 40px;
  margin-bottom: 53px;
}

.service-details .service-sidebar .sidebar-testimonial .content-box .text{
  position: relative;
  margin-bottom: 30px;
}

.service-details .service-sidebar .sidebar-testimonial .content-box .text p{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-style: italic;
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info{
  position: relative;
  padding: 11px 0px 11px 70px;
  margin-bottom: 43px;
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info h6{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info .designation{
  position: relative;
  font-size: 10px;
  display: block;
  text-transform: uppercase;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}

.service-details .service-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 8px;
  background: #cccccc;
  border-radius: 5px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-details .service-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot.active span,
.service-details .service-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot span:hover{
  width: 18px;
}

.service-details .service-sidebar .sidebar-testimonial .quote-box{
  position: absolute;
  right: 35px;
  bottom: 45px;
  font-size: 40px;
  line-height: 40px;
  color: rgba(255,255,255,0.3);
}

.service-details .service-sidebar .sidebar-title{
  position: relative;
  margin-bottom: 10px;
}

.service-details .service-sidebar .sidebar-title h3{
  font-size: 24px;
  padding-left: 40px;
}

.service-details .service-sidebar .sidebar-title h3:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  left: 0px;
  top: 15px;
}

.service-details .service-sidebar .sidebar-info .sidebar-content p{
  position: relative;
  margin-bottom: 21px;
}

.service-details .service-sidebar .sidebar-info .info-list li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
  padding-left: 35px;
}

.service-details .service-sidebar .sidebar-info .info-list li:last-child{
  margin-bottom: 0px;
}

.service-details .service-sidebar .sidebar-info .info-list li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
}

.service-details .service-sidebar .sidebar-info .info-list li a{
  color: #222;
}

.service-details .service-sidebar .sidebar-info .info-list li a:hover{

}

.service-details .service-sidebar .sidebar-info .info-list{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.service-details .service-sidebar .sidebar-info .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.service-details .service-sidebar .sidebar-info .social-links li:last-child{
  margin-right: 15px;
}

.service-details .service-sidebar .sidebar-info .social-links li a{
  font-size: 18px;
  color: #cccccc;
}

.service-details .service-sidebar .sidebar-info .social-links li a:hover{

}

.service-details .service-sidebar .sidebar-info{
  position: relative;
  margin-bottom: 46px;
}

.service-details .service-sidebar .download-option .download-file{
  position: relative;
  display: block;
  background: #f0f5f9;
}

.service-details .service-sidebar .download-option .download-file li{
  position: relative;
  display: block;
  padding: 20px 25px;
  border-bottom: 1px solid #c8d7e3;
}

.service-details .service-sidebar .download-option .download-file li:first-child{
  border-top: 1px solid #c8d7e3;
}

.service-details .service-sidebar .download-option .download-file li a{
  font-size: 16px;
  color: #222;
}

.service-details .service-sidebar .download-option .download-file li a i{
  position: relative;
  top: 4px;
  margin-right: 10px;
  font-size: 24px;
}

.service-details .service-sidebar .download-option .download-file li a:hover{

}

.service-details .service-sidebar .download-option .sidebar-title{
  margin-bottom: 17px;
}


#content_block_one .content-box{
  position: relative;
  display: block;
}

.about-section .content-box{
  margin-right: -15px;
}

#content_block_one .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_one .content-box .text{
  margin-bottom: 33px;
  position: relative;
}

#content_block_one .content-box .inner-box .single-item{
  position: relative;
  padding: 0px 0px 0px 85px;
  margin-bottom: 31px;
}

#content_block_one .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

#content_block_one .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_one .content-box .inner-box .single-item .icon-box i{
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_one .content-box .inner-box .single-item .icon-box .bg-box{
  position: absolute;
  content: '';
  background: #f3dfe5;
  width: 40px;
  height: 60px;
  left: 10px;
  bottom: -15px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

#content_block_one .content-box .inner-box .single-item:hover .icon-box .bg-box{
  transform: rotate(-90deg);
}

#content_block_one .content-box .inner-box .single-item h4 a:hover{

}

#content_block_one .content-box .inner-box .single-item h4{
  margin-bottom: 10px;
}


#content_block_two .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

#content_block_two .content-box .single-progress-box{
  position: relative;
  max-width: 50%;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
}

#content_block_two .content-box .single-progress-box .piechart span{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  color: #222;
  text-align: center;
}

#content_block_two .content-box .single-progress-box .piechart span:after{
  color: #222;
  content: "%";
  font-size: 36px;
}

#content_block_two .content-box .single-progress-box .piechart{
  position: relative;
  margin-bottom: 23px;
}

#content_block_two .content-box .single-progress-box .box{
  position: relative;
  width: 100%;
  text-align: center;
}

#content_block_two .content-box .single-progress-box .box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #222;
  margin-bottom: 9px;
}

#content_block_two .content-box .single-progress-box .box h3{
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
}