
/** service-sidebar **/

.service-sidebar{
  position: relative;
}

.service-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.service-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--title-color);
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  text-align: left;
  padding: 29px 50px;
}

.service-sidebar .category-widget .category-list li a.current,
.service-sidebar .category-widget .category-list li a:hover{
  color: #fff;
  border-color: var(--title-color);
  background: var(--title-color);
}

.service-sidebar .category-widget .category-list li a span{
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.service-sidebar .category-widget .category-list li a span:before{
  position: absolute;
  content: '\e920';
  font-family: 'icomoon';
  font-size: 14px;
  left: 0px;
  top: 0px;
}

.service-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  background: var(--title-color);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current:before,
.service-sidebar .category-widget .category-list li a:hover:before{
  width: 100%;
}

.service-sidebar .quote-widget{
  position: relative;
  display: block;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 45px 40px 50px 40px;
}

.service-sidebar .quote-widget h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 25px;
}

.service-sidebar .quote-widget form .form-group{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.service-sidebar .quote-widget form .form-group:last-child{
  margin-bottom: 0px;
}

.service-sidebar .quote-widget form .form-group input[type='text'],
.service-sidebar .quote-widget form .form-group input[type='email'],
.service-sidebar .quote-widget form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  font-size: 16px;
  color: #84888C;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.service-sidebar .quote-widget form .form-group input:focus,
.service-sidebar .quote-widget form .form-group textarea:focus{
  border-color: var(--secondary-color);
}

.service-sidebar .quote-widget form .form-group .theme-btn{
  width: 100%;
}

.service-sidebar .quote-widget form .form-group textarea{
  height: 130px;
  resize: none;
}

.service-sidebar .contact-widget{
  position: relative;
  display: block;
  background: #0B7FE2;
  padding: 30px;
  border-radius: 10px;
}

.service-sidebar .contact-widget .icon-box{
  position: relative;
  display: inline-block;
  width: 94px;
  height: 94px;
  line-height: 98px;
  font-size: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
}

.service-sidebar .contact-widget h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.service-sidebar .contact-widget h2{
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
}

.service-sidebar .contact-widget h2 a{
  display: inline-block;
  color: #fff;
}

.service-sidebar .contact-widget h2 a:hover{
  text-decoration: underline;
}

.service-sidebar .testimonial-widget{
  position: relative;
  display: block;
  background: #0B7FE2;
  padding: 45px 30px 50px 40px;
  border-radius: 10px;
}

.service-sidebar .testimonial-widget .rating li{
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fbab58;
  margin-right: 8px;
}

.service-sidebar .testimonial-widget .rating li:last-child{
  margin: 0px;
}

.service-sidebar .testimonial-widget p{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.service-sidebar .testimonial-widget .author-box{
  position: relative;
  display: block;
  padding: 13px 0px 13px 110px;
}

.service-sidebar .testimonial-widget .author-box .author-thumb{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 83px;
  height: 83px;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(0px 4px 20px rgba(71, 51, 245, 0.2));
  border-radius: 50%;
}

.service-sidebar .testimonial-widget .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.service-sidebar .testimonial-widget .author-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.service-sidebar .testimonial-widget .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}


.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .search-widget .form-group{
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #F7F8FB;
  border-radius: 5px;
  padding: 10px 50px 10px 30px;
  font-size: 16px;
  color: #808080;
}

.blog-sidebar .search-widget .form-group button{
  position: absolute;
  display: inline-block;
  top: 16px;
  right: 30px;
  font-size: 20px;
  color: #808080;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-group input:focus + button,
.blog-sidebar .search-widget .form-group button:hover{
  color: var(--main-color);
}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
}

.blog-sidebar .widget-title h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding: 5px 0px 13px 90px;
  min-height: 70px;
  margin-bottom: 15px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background: var(--main-color);
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.2;
}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #000;
}

.blog-sidebar .post-widget .post h5 a:hover{
  color: var(--title-color);
}

.blog-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.blog-sidebar .links-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.blog-sidebar .links-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}

.blog-sidebar .links-list li a:hover{
  color: var(--main-color);
}




































