#calismapolitika { background:#FFFFFF; padding:85px 0; padding-bottom:45px; }

.main-heading.style2 { padding: 0 0 0 129px; }
.main-heading { z-index: 1; color: #252424; font-weight: 300; position: relative;}
.main-heading.style2:before { left: 0; right: auto;}
.main-heading:before {
    background: #323031;
    width: 108px;
    height: 1px;
    position: absolute;
    content: "";
    z-index: -1;
    left: auto;
    top: 22px;
    bottom: auto;
    right: 0;
}
.main-heading .heading {
    margin: 0;
    color: #323031;
    font-weight: 300;
    font-size: 32px;
    line-height: 34px;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}

.main-heading .clr, .main-heading .clr2 {
    font-weight: 700; color:#32CD32;
}

.politikaacikalma { padding:15px 0; display:none; }

.working-area{
  padding-top: 50px;
  padding-bottom: 50px;
}
.working-area .sec-title {
  padding: 0 165px 40px;
}
.working-area .sec-title p {
  font-size: 18px;
  line-height: 32px;
  margin: 16px 0 0px;
}
.working-area .single-working-item {
  padding-bottom: 40px;
}
.working-area .single-working-item .icon-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 180px;
  padding: 9px;
  position: relative;
  width: 180px;
  margin: 0 auto;
  transition: all 500ms ease;
}

.working-area .single-working-item .icon-box .icon {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 160px;
  width: 160px;
  text-align: center;
  line-height: 160px;
  color: #d5ac63;
  font-size: 50px;
  transition: all 500ms ease;
}
.working-area .single-working-item .icon-box .icon .fa { padding-top:32%; }

.working-area .single-working-item .icon-box .icon span:before{
  font-size: 50px;
}
.working-area .single-working-item .icon-box .count {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 45px;
  left: 5px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 45px;
  transition: all 500ms ease;
}
.working-area .single-working-item .icon-box .count h3 {
  color: #252525;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms ease;
}
.working-area .single-working-item .text-box { }
.working-area .single-working-item .text-box h3 {
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 21px 0 9px;
}
.working-area .single-working-item .text-box p {
  margin: 0;  
}
.working-area .single-working-item:hover .icon-box{
  background: #d5ac63;
} 
.working-area .single-working-item:hover .icon-box .count{
  background: #d5ac63;
}
.working-area .single-working-item:hover .icon-box .count h3{
  color: #fff;
}

