/* -------------------- 4.6 Services Boxes ---------------------*/
.services-wrapper {
  width: 100%;
}
.services-box,
.services-title-box {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.7em;
}
.services-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7em;
}
.services-box h3 {
  padding-top: 5px;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 14px !important; line-height:18px !important;
}
.services-title-box {
  margin-bottom: 10px;
  color: #777777;
}
.services-title-box h2 {
  padding-top: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
.services-content {
  padding: 10px;
}
.columns-wrapper {
  margin-bottom: 30px;
}
.services-default img {
  max-width: 100%;
  height: auto;
  border: 10px #fff solid;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
 
}
/* Services Icon Style */
.services-default .services-content {
  padding-bottom: 0;
}
.services-default .services-box {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.services-default .col {
  margin: 0;
  margin: 20px 0;
  padding-right: 1.6%;
  padding-left: 1.6%;
}
.services-default .services-title-box.col {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.services-default .services-box:first-child {
  border-left: none;
}
.services-default.cols-4 .col:nth-of-type(4n+1) {
  border-left: 0;
}
.services-default.cols-5 .col {
  width: 20%;
}
.services-default.cols-4 .col {
  width: 24%;
}
.services-default.cols-3 .col {
  width: 33%;
}
.services-default.cols-2 .col {
  width: 50%;
}
/* Services Photo Style */
.services-boxed-photo .col {
  margin-top: 20px;
  margin-bottom: 20px;
}
.services-boxed-photo .services-box {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.05);
  text-align: left;
}
.services-boxed-photo .services-content {
  margin: auto;
  padding: 0;
  max-width: 75%;
}
.services-boxed-photo .services-box h3 {
  padding: 12px 0;
  font-style: normal;
}
.services-boxed-photo .services-box h3:after {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  width: 60px;
  height: 2px;
  background: #bebebe;
  background: rgba(0, 0, 0, 0.1);
  content: '-';
  text-indent: -999em;
}
.services-boxed-photo .services-box h3 {
  padding-bottom: 6px;
  padding-top: 25px;
}
.services-boxed-photo .services-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.services-boxed-photo .services-box.col {
  padding-top: 0;
}
.services-icon .img-container {
  background-color: #fdd200;
  width: 40px;
  height: 40px;
  padding: 25px;
  display: block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin: auto;
}
/* Services Circle */
.services-thumbnail {
  text-align: center;
}
.services-thumbnail h3 {
  margin: 0;
  margin: auto;
  margin-bottom: 2px;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  max-width: 85%;
}
.services-thumbnail h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fdd200;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 11px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
}
.services-thumbnail .services-img {
  width: 220px;
  height: 220px;
  background-size: cover;
  color: #ffffff;
}
.services-thumbnail .services-title-box {
  width: 232px;
  text-align: left;
}
.services-thumbnail .services-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 100;
  display: table;
  padding: 20px;
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  color: #252525;
  line-height: 1.5em;
}
.services-thumbnail .services-content .sc-wraper {
  display: table-cell;
  vertical-align: middle;
}
.services-thumbnail .services-content p {
  display: none;
}
.services-wrapper.services-thumbnail .services-box {
  margin-right: 40px;
  margin-bottom: 30px;
}
.services-thumbnail .services-box:after {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10;
  display: block;
  width: 230px;
  height: 230px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  content: "";
}
.services-thumbnail .services-box .services-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4 ease;
  -moz-transition: all 0.4 ease;
  -ms-transition: all 0.4 ease;
  -o-transition: all 0.4 ease;
  transition: all 0.4 ease;
}
.services-thumbnail .services-box:hover .services-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.services-thumbnail .services-content {
  left: 0;
}
.services-thumbnail .services-title-box h2 {
  padding: 5px 0;
}
.services-thumbnail .services-content h3 {
  color: #333332;
}