/* Enter Your Custom CSS Here */
/* Page Builder */
.service p,
.service {
    text-align: center;
}

.service i {
    position: relative;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 40px;
    -webkit-box-shadow: 0 0 0 3px #4dcadd;
    -moz-box-shadow: 0 0 0 3px #4dcadd;
    box-shadow: 0 0 0 3px #4dcadd;
}

.service i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    background-color: #4dcadd;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.service:hover i:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.service i:before {
    z-index: 1;
    position: relative;
}

.service i + p {
    margin-bottom: 24px;
}

.service h4 {
    margin-bottom: 15px;
}

.service h4,
.service p {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.panel-grid {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px 0;
}

.panel-grid:nth-child(even) {
    background-color: rgba(0,0,0,0.05);
    padding: 0;
}

.panel-grid:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-content {
    overflow: hidden;
}

.panel-grid:nth-child(even) .text-content {
    padding-top: 20px;
}

.text-content.left {
    padding-left: 30px;
}

.text-content.right {
    padding-right: 30px;
}

.text-content.left.extra-padding {
    padding-right: 20px;
}

.text-content.right.extra-padding {
    padding-left: 20px;
}

.panel-grid h4 {
    margin-top: 0;
}

.panel-grid h2 {
    font-size: 30px;
}

.panel-grid .image-content p {
    margin-bottom: 0;
}

.panel-grid .image-content img {
    vertical-align: bottom;
}

.call-to-action {
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}

.call-to-action .btn-group {
    margin: 0 auto;
    display: inline-block;
}

.call-to-action p {
    text-align: center;
    max-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
.it-love {
    font-size: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;

}

hr.big-title-divider { 
  margin: 0em;
  border-width: 2px;
} 
div.section-header {
   padding: 0px;
   margin: 0px;
}
/*section#focus.focus {
   padding: 0px;
   margin: 0px;
}*/
section#aboutus.about-us {
   padding: 0px;
   margin: 0px;
}
div.our-clients {
   padding: 0px;
   margin: 0px;
}
div.row {
   padding: 0px;
   margin: 0px;
}
div.section-legend {
  color: #fff !important;
   padding: 0px;
   margin: 0px;
}
div.row {
  padding-top:0px;
  padding-bottom:0px;
}
h2.dark-text {
   padding-top:30px;
} 
div.col-lg-3 {
  padding-top:0px;
  margin-top:0px;
}
div.white-text {
  padding-bottom: 30px;
}
