.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
/*.buttons-wrap .button-line:last-child .ggt-button {*/
    /*background: transparent none repeat scroll 0 0 !important;*/
    /*border: 0 solid;*/
/*}*/
.ggt-icon-wrapper {
    position: relative;
}
.ggt-icon-wrapper .ggt-icon {
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

/* Style 1 */

.ggt-services.ggt-style1 .ggt-service .ggt-icon-wrapper span {
    display: block;
    font-size: 50px;
    margin: 20px auto;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.ggt-services.ggt-style1 .ggt-service .ggt-image-wrapper img {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 25px;
    -webkit-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-services.ggt-style1 .ggt-service .ggt-service-text {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.ggt-services.ggt-style1 .ggt-service .ggt-service-text .ggt-title {
  clear: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.ggt-services.ggt-style1 .ggt-service:hover .ggt-image-wrapper img {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.ggt-services.ggt-style1 .ggt-service-wrapper.service-highlight .ggt-icon {
    border: 0 solid !important;
    position: relative;
    font-size: 50px !important;
    line-height: 80px !important;
    height: 80px !important;
    width: 80px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.ggt-services.ggt-style1 .ggt-service-wrapper.service-highlight .ggt-icon::after {
    content: "";
    border: 2px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: 0;
    animation: highlight-pulse 2s infinite;
}


/* Style 2 */

.ggt-services.ggt-style2 .ggt-service .ggt-image-wrapper img, .ggt-services.ggt-style2 .ggt-service .ggt-icon-wrapper span {
  float: left;
  margin-right: 20px;
}
.ggt-services.ggt-style2 .ggt-service .ggt-icon-wrapper span {
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.ggt-services.ggt-style2 .ggt-service-wrapper.service-highlight .ggt-icon {
    border: 0 solid !important;
    position: relative;
    font-size: 25px !important;
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
    top: -5px;
}
.ggt-services.ggt-style2 .ggt-service-wrapper.service-highlight .ggt-icon::after {
    content: "";
    border: 2px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: 0;
    animation: highlight-pulse 2s infinite;
}
.ggt-services.ggt-style2 .ggt-service .ggt-service-text .ggt-title {
  clear: none;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Style 3 */

.ggt-services.ggt-style3 .ggt-service .ggt-icon-wrapper span {
    border-radius: 50px;
    display: block;
    font-size: 40px;
    height: 70px;
    left: -10px;
    line-height: 70px;
    margin-bottom: 25px;
    position: absolute;
    text-align: center;
    top: -60px;
    width: 70px;
}
.ggt-dark-bg .ggt-services.ggt-style3 .ggt-service .ggt-icon-wrapper span {
}
.ggt-style3 .ggt-service:hover .ggt-icon-wrapper .ggt-icon {
    font-size: 25px;
    left: -10px;
}
.ggt-services.ggt-style3 .ggt-service .ggt-image-wrapper img {
  display: block;
  max-width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
.ggt-services.ggt-style3 .ggt-service .ggt-service-text {
    margin-top: 20px;
    max-width: 300px;
    text-align: left;
}
.ggt-services.ggt-style3 .ggt-service .ggt-service-text ul.ggt-services-list {
  padding: 0;
  margin: 0;
  border: none;
}
.ggt-services.ggt-style3 .ggt-service .ggt-service-text ul.ggt-services-list li {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 42px;
}
.ggt-services.ggt-style3 .ggt-service .ggt-service-text ul.ggt-services-list li:hover {
  padding: 0;
}
.ggt-dark-bg .ggt-services.ggt-style3 .ggt-service .ggt-service-text ul.ggt-services-list li {
  border-color: #333;
}
.ggt-services.ggt-style3 .ggt-service .ggt-service-text ul.ggt-services-list li:before {
    font-family: 'ggt-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    background: none;
    float: none;
    vertical-align: middle;
    margin: 0 15px 0 0;
    content: "\e913";
    color: #BBBBBB;
    font-size: 12px;
    line-height: 1;
}
.ggt-dark-bg .ggt-services.ggt-style3 .ggt-service .ggt-service-text ul.ggt-services-list li:before {
    color: #606060;
}
.ggt-services.ggt-style3 .ggt-service .ggt-service-text .ggt-title {
    clear: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.ggt-services.ggt-style3 .ggt-service-wrapper.service-highlight .ggt-icon {
    border: 0 solid !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.ggt-services.ggt-style3 .ggt-service-wrapper.service-highlight .ggt-icon::after {
    content: "";
    border: 2px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: 0;
    animation: highlight-pulse 2s infinite;
}
.ggt-style3 .service-highlight .ggt-service:hover .ggt-icon-wrapper .ggt-icon {
    height: 70px !important;
    width: 70px !important;
    line-height: 70px !important;
    font-size: 25px !important;
}

/* -------- General services -------- */
.ggt-service-wrapper {
    padding: 30px 0 0;
}
.ggt-services .ggt-service {
    padding: 30px 30px;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    cursor: default;
    position: relative;
    overflow: hidden;
}
.ggt-services.ggt-style3 .ggt-service {
    overflow: visible;
}
.ggt-service:hover {
    background: rgba(255, 255, 255, 0.01) none repeat scroll 0 0;
    -webkit-transform: translateY(-5px) scale(1.02);
    -moz-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
}
.service-hover {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ggt-service:hover .service-hover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}
.ggt-services .ggt-service .ggt-service-text {  }

.ggt-dark-bg .ggt-services .ggt-service .ggt-service-text {
    color: #909090;
}
.ggt-dark-bg .ggt-services .ggt-service .ggt-service-text .ggt-title {
    color: #e5e5e5;
}



@keyframes highlight-pulse {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
