
/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section{
  position: relative;
  padding-bottom: 90px;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 30px;
}

.service-details{
  position: relative;
  padding-bottom: 120px;
}

.default-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.default-sidebar .widget-title h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 5px;
}

.default-sidebar .widget-title h4:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.service-sidebar .categori-widget{
  position: relative;
  display: block;
  background: #f5f0f0;
  padding: 41px 50px 50px 50px;
  margin-bottom: 30px;
}

.service-sidebar .categori-widget .categori-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-sidebar .categori-widget .categori-list li:last-child{
  margin-bottom: 0px;
}

.service-sidebar .categori-widget .categori-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #706767;
  line-height: 26px;
  font-weight: 600;
  background: #fff;
  padding: 9px 30px;
  z-index: 1;
}

.service-sidebar .categori-widget .categori-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .categori-widget .categori-list li a.active:before,
.service-sidebar .categori-widget .categori-list li a:hover:before{
  width: 100%;
}

.service-sidebar .categori-widget .categori-list li a.active,
.service-sidebar .categori-widget .categori-list li a:hover{
  color: #fff;
}

.service-sidebar .advise-widget .inner-box{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 50px 54px 50px;
}

.service-sidebar .advise-widget .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .advise-widget .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 125px;
  height: 125px;
  line-height: 125px;
  background: #2d2727;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 29px;
}

.service-sidebar .advise-widget .inner-box h2{
  display: block;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  font-weight: 900;
}

.service-details-content .image-box img{
  width: 100%;
}

.service-details-content .inner-box h2{
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  padding-top: 20px;
  margin-bottom: 33px;
}

.service-details-content .inner-box .text p{
  margin-bottom: 34px;
}

.service-details-content .inner-box .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .inner-box .two-column{
  position: relative;
  margin-top: 53px;
}

.service-details-content .inner-box h3{
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 36px;
}

.service-details-content .inner-box h4{
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 35px;
}

.service-details-content .inner-box .two-column .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  padding-left: 32px;
}

.service-details-content .inner-box .two-column .list li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 2px;
  font-weight: 700;
}