
/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 755px 0px 90px 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.testimonial-section .client-thumb-outer{
  position:relative;
  max-width:510px;
  margin:0 auto;
  overflow:hidden;
  padding-top: 43px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width:70px;
  border-radius:50%;
  margin: 0 auto;
}

.testimonial-section .client-thumb-outer .thumb-item .info-box{
  text-align: center;
  opacity: 0;
}

.testimonial-section .client-thumb-outer .thumb-item.is-active .info-box{
  opacity: 1;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
  width:70px;
  height:70px;
  background: #fff;
  opacity: 0.4;
  cursor:pointer;
  overflow: hidden;
  border-radius:50%;
  margin-bottom: 18px;
  margin:  0 auto !important;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box{
  width: 100px;
  height: 100px;
  opacity: 1;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item.is-active .thumb-box {
  width: 100px;
  height: 100px;
  opacity: 1;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
  overflow:hidden;
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
}

.testimonial-section .owl-item .thumb-item .info-box{
  position: relative;
  min-width: 140px;
  text-align: center;
  left: -15px;
  display: none;
}

.testimonial-section .owl-item .thumb-item .info-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #204669;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.testimonial-section .owl-item.active .thumb-item .info-box{
  display: block;
}

.testimonial-section .owl-item .thumb-item .info-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots{
  min-width: 150px;
  margin-left: -25px;
  margin-top: 23px;
  height: 30px;
  overflow: hidden;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
}

.testimonial-section .client-thumb-outer .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}



.testimonial-section .testimonial-block{
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 16px;
}

.testimonial-section .testimonial-block p{
  font-size: 18px;
  line-height: 32px;
  color: #222;
}

.testimonial-section .title-box{
  margin-bottom: 70px;
}

/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.testimonial-style-two .testimonial-content .inner-box{
  position: relative;
  display: block;
}

.testimonial-style-two .testimonial-content .inner-box .text{
  position: relative;
  display: block;
  padding: 37px 40px 54px 40px;
  border: 1px solid #cdd8e6;
  border-radius: 10px;
  margin-bottom: 45px;
  transition: all 500ms ease;
}

.testimonial-style-two .testimonial-content .inner-box .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 29px;
  height: 29px;
  left: 54px;
  bottom: -14px;
  transform: rotate(45deg);
  box-shadow: 1px 1px #cdd8e6;
}

.testimonial-style-two .testimonial-content .inner-box .text i{
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #e4ecf3;
  font-size: 50px;
  line-height: 50px;
}

.testimonial-style-two .testimonial-content .inner-box .text p{
  line-height: 28px;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info{
  position: relative;
  margin-left: 30px;
  padding: 14px 0px 20px 100px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .inner-box .author-info h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}


.testimonial-style-two .sec-title{
  margin-bottom: 60px;
}

.testimonial-style-two .owl-theme .owl-dots{
  display: block;
  text-align: center;
  margin-top: 45px;
}

.testimonial-section.alternet-3{
  padding: 100px 0px 90px 0px;
}

.testimonial-section.alternet-3 .client-thumb-outer{
  max-width: 290px;
}

.testimonial-section.alternet-3 .testimonial-inner{
  position: relative;
}

.testimonial-section.alternet-3 .testimonial-inner .quote-box{
  position: absolute;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
}

.testimonial-section.alternet-3 .sec-title-two{
  margin-bottom: 50px;
}

.testimonial-section.alternet-3 .testimonial-block p{
  font-size: 20px;
  font-style: italic;
  font-family: 'Georgia', sans-serif;
}

.testimonial-section.alternet-3 .testimonial-block{
  max-width: 870px;
}

.testimonial-section.alternet-3 .client-thumb-outer{
  padding-top: 58px;
}




/** testimonial-style-three **/

.testimonial-section.alternet-2 {
  position: relative;
  padding: 93px 0px 80px 0px;
}

.testimonial-section.alternet-2 .testimonial-block .text {
  position: relative;
  padding-top: 45px;
}

.testimonial-section.alternet-2 .testimonial-block .text i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  font-size: 100px;
  line-height: 100px;
  color: #e2f0ff;
}

.testimonial-section.alternet-2 .sec-title {
  margin-bottom: 35px;
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot {
  display: block;
  width: 40px;
  margin: 0 auto;
  text-align: center;
  height: 15px;
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  background: #dddddd;
  width: 10px;
  height: 2px;
  margin: 0px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-section.alternet-2 .client-testimonial-carousel .owl-dots .owl-dot span:hover {
  width: 40px;
}
.elementor-widget-fionca_testimonial .splide__list {
  margin: 0 auto !important;
}

/** working-section **/

.working-section{
  position: relative;
  width: 100%;
  padding: 110px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.working-section:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.working-block-one .inner-box{
  position: relative;
  display: inline-block;
  width: 232px;
  height: 232px;
  margin: 0 auto;
  padding: 70px 40px 50px 40px;
}

.working-block-one .inner-box .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 232px;
  height: 232px;
  background-repeat: no-repeat;
}

.working-block-one .inner-box .count{
  position: absolute;
  left: 10px;
  top: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .count{
  color: #fff;
}

.working-block-one .inner-box .count:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.working-section .working-block:nth-child(2) .working-block-one .inner-box .count:before{

}

.working-section .working-block:nth-child(3) .working-block-one .inner-box .count:before{
  
}

.working-section .working-block:last-child .working-block-one .inner-box .count:before{
  
}

.working-block-one .inner-box:hover .count:before{
  transform: scale(1,1);
}

.working-block-one .inner-box .icon-box{
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.working-block-one .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.working-section .sec-title-two{
  margin-bottom: 57px;
}

/** working-style-two **/

.working-style-two{
  position: relative;
  padding: 103px 0px 104px 0px;
}

.working-style-two .sec-title{
  text-align: center;
  margin-bottom: 74px;
}

.working-style-two .sec-title h2{
  margin-bottom: 17px;
}

.working-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 30px;
}

.working-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 140px;
  font-size: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 48px;
  box-shadow: 0px 0px 0px 20px rgba(255, 205, 212, 0.2);
}

.working-style-two .working-block:nth-child(2) .working-block-two .inner-box .icon-box{
  box-shadow: 0px 0px 0px 20px rgba(233, 205, 255, 0.3);
}

.working-style-two .working-block:last-child .working-block-two .inner-box .icon-box{
  box-shadow: 0px 0px 0px 20px rgba(197, 251, 222, 0.3);
}

.working-block-two .inner-box h3{
  font-size: 24px;
  margin-bottom: 9px;
}

.working-block-two .inner-box h3 a{
  color: #222;
}

.working-block-two .inner-box h3 a:hover{

}

.working-block-two .inner-box .border-box{
  position: absolute;
  right: -110px;
  top: 0px;
  width: 181px;
  height: 32px;
  background-repeat: no-repeat;
}

.working-style-two .working-block:first-child .working-block-two .inner-box .border-box{
  top: 175px;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
  padding: 70px 0px;
}

.cta-style-two .sec-title-two{
  margin: 0px;
}

.cta-style-two .sec-title-two h2{
  margin-bottom: 6px;
}

.cta-style-two .sec-title-two h2:before{
  background: #fff;
}

.cta-style-two .sec-title-two h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

.cta-style-two .inner-box .btn-box{
  position: relative;
  margin-top: 13px;
}

.cta-style-two .inner-box .btn-box .theme-btn{
  font-size: 20px;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px 40px;
}

.cta-style-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 200px;
  width: 283px;
  height: 100%;
  background-repeat: no-repeat;
}

/** support-section **/

.support-section{
  position: relative;
  margin-bottom: -663px;
}

.support-section .inner-container{
  position: relative;
  margin-top: -169px;
  z-index: 1;
}

.support-section .inner-container .inner-box{
  position: relative;
  display: block;
  margin-right: 10px;
  padding: 73px 80px 80px 80px;
}

.support-section .inner-container .inner-box .sec-title p{
  color: #fff;
}

.support-section .inner-container .inner-box .submit-form .form-group{
  position: relative;
  margin-bottom: 25px;
}

.support-section .inner-container .inner-box .submit-form .form-group:last-child{
  margin-bottom: 0px;
}

.support-section .inner-container .inner-box .submit-form .form-group input[type='text'],
.support-section .inner-container .inner-box .submit-form .form-group input[type='email'],
.support-section .inner-container .inner-box .submit-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
  transition: all 500ms ease;
}

.support-section .inner-container .inner-box .submit-form .form-group textarea{
  display: block;
  height: 168px;
  resize: none;
}

.support-section .inner-container .inner-box .submit-form .form-group input:focus,
.support-section .inner-container .inner-box .submit-form .form-group textarea:focus{

}

.support-section .inner-container .inner-box .submit-form .form-group button{
  display: block;
  width: 100%;
  padding: 12.5px 30px;
  text-transform: uppercase;
}

.support-section .inner-container .inner-box .sec-title{
  margin-bottom: 39px;
}

.support-section .inner-container .inner-box .sec-title h2{
  margin-bottom: 14px;
}

.support-section .inner-container .info-inner{
  position: relative;
  display: block;
  margin-left: -42px;
}

.support-section .inner-container .info-inner .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.support-section .inner-container .info-inner .image-box img{
  width: 100%;
}

.support-section .inner-container .info-inner .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.support-section .inner-container .info-inner .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.support-section .inner-container .info-inner .info-box{
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 45px 30px 44px 30px;
}

.support-section .inner-container .info-inner .info-box .info-logo{
  position: absolute;
  right: -50px;
  bottom: 25px;
}

.support-section .inner-container .info-inner .info-box .icon-box{
  position: relative;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 34px;
}

.support-section .inner-container .info-inner .info-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.support-section .inner-container .info-inner .info-box h2 a{
  display: inline-block;
  color: #fff;
}

.support-section .inner-container .info-inner a:hover{
  text-decoration: underline;
}

.support-section .inner-container .info-inner .info-box .email{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.support-section .inner-container .info-inner .info-box .email a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.support-section .inner-container .info-inner .info-box .list-item li{
  position: relative;
  display: inline-block;
  margin: 0px 1px;
  font-size: 18px;
  color: #fff;
}

.support-section .inner-container .info-inner .info-box .list-item li a{
  display: inline-block;
  font-size: 18px;
  color: #fff;
}


/** 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;
}