
.btn-big {
    font-size: 24px;
    margin: 5px 10px;
    padding: 12px 45px;
}

.bg1 {
    background-color: #f4f5f5;
}

.row.website {
	padding: 85px 0;
}

.section-title {
    line-height: 52px;
}
.uppercase {
    text-transform: uppercase;
}

.ct-ribbon:before {
    background: none repeat scroll 0 0 #2b8be9;
    content: "";
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.ct-ribbon {
    color: #ffffff;
    display: inline-block;
    margin-left: 40px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 25px;
    position: relative;
}
.ct-ribbon .ct-triangle {
    border-color: rgba(0, 0, 0, 0) #2b8be9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.ct-ribbon .ct-triangle {
    border-style: solid;
    border-width: 26px 25px 26px 0;
    height: 0;
    left: -25px;
    position: absolute;
    top: 0;
    width: 0;
}
.ct-ribbon span {
    z-index: 1;
	position: relative;
}

.square-icon-box {
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 30px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
  line-height: 100px;
}
.square-icon-box i {
  position: relative;
  z-index: 1;
}
.square-icon-box:before {
  border: 3px solid #2b8be9;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s all ease ease-out;
  -moz-transition: all 0.3s all ease ease-out;
  -o-transition: all 0.3s all ease ease-out;
  transition: all 0.3s all ease ease-out;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.square-icon-small {
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.media .square-icon-small {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.media .media-heading {
  font-weight: 700;
}
.media .media-body p:last-child {
  margin-bottom: 0;
}
.media-body {
	font-size: 17px;
}
.square-icon-hover a {
  color: inherit;
}
.square-icon-hover:hover a {
  text-decoration: underline;
}
.square-icon-hover:hover .square-icon-box {
  color: #ffffff;
}
.square-icon-hover:hover .square-icon-box:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.no-rotation .square-icon-box {
  margin-bottom: 30px;
}
.no-rotation .square-icon-box:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.no-rotation.media .square-icon-box {
  margin-top: 0px;
}
.no-rotation.media .pull-left .square-icon-box {
  margin-left: 0px;
}
.no-rotation.media .pull-right .square-icon-box {
  margin-right: 0px;
}
.feature-right-bottom,
.feature-right-top,
.feature-right,
.feature-left,
.feature-left-top,
.feature-left-bottom {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.feature-right-bottom .media-body p:last-child,
.feature-right-top .media-body p:last-child,
.feature-right .media-body p:last-child,
.feature-left .media-body p:last-child,
.feature-left-top .media-body p:last-child,
.feature-left-bottom .media-body p:last-child {
  margin-bottom: 22px;
}
.feature-right-bottom:before,
.feature-right-top:before,
.feature-right:before,
.feature-left:before,
.feature-left-top:before,
.feature-left-bottom:before {
  content: "";
  position: absolute;
}
/* .feature-right-bottom:before {
  width: 146px;
  height: 59px;
  top: 47px;
  right: -146px;
  background: url("../images/feature-right-bottom.png") no-repeat;
}
.feature-right-top:before {
  width: 146px;
  height: 59px;
  right: -146px;
  top: -10px;
  background: url("../images/feature-right-top.png") no-repeat;
}
.feature-right:before {
  width: 115px;
  height: 19px;
  right: -115px;
  top: 40px;
  background: url("../images/feature-right.png") no-repeat;
}
.feature-left-bottom:before {
  width: 146px;
  height: 59px;
  top: 47px;
  left: -146px;
  background: url("../images/feature-left-bottom.png") no-repeat;
}
.feature-left-top:before {
  width: 146px;
  height: 59px;
  left: -146px;
  top: -10px;
  background: url("../images/feature-left-top.png") no-repeat;
}
.feature-left:before {
  width: 115px;
  height: 19px;
  left: -115px;
  top: 40px;
  background: url("../images/feature-left.png") no-repeat;
} */
.square-icon-hover:hover .square-icon-box:before {
    background-color: #2b8be9;
}
.text-center {
    text-align: center;
}