
body {
    font-family: 'Muli', sans-serif;
}



.spacial-client-quotes .client-quotes .client-quote .quote {
            width: 850px;
        }





.gl-nav-image {
    width: 200px;
}
/***
    INDEX HERO
    ***/
.gl-index-hero {
    /*background: url("../images/unsplash/jared-erondu-10472.jpg");*/
    background-image: url('../../../landing/images/home/home-hero-freedemo.jpg');
    background-position: center 0;
    background-size: cover;
    background-attachment: fixed;
    height: 590px;
    padding-top: 150px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024px) {
    .gl-index-hero {
        background-attachment: inherit;
    }
}

@media (max-width: 767px) {
    .gl-index-hero {
        text-align: center;
        padding-top: 60px;
    }
}

.gl-index-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 35, 62, 0.58);
}

.gl-index-hero .container {
    position: relative;
    z-index: 10;
}

.gl-index-hero h1 {
    font-size: 110px !important;
    /*color: #fff;
    margin-top: 40px;
    font-size: 44px;
    font-weight: 200;
    line-height: 54px;
    width: 590px;*/
    /*border-bottom: none !important;*/
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.gl-index-hero p {
    width: 550px;
}

@media (max-width: 991px) {
    .gl-index-hero h2 {
        /*font-size: 38px;
    line-height: 52px;*/
    }
}

@media (max-width: 767px) {
    .gl-index-hero h2 {
        width: auto;
    }
}

.gl-index-hero p {
    color: #fff !important;
    font-weight: 400 !important;
    margin-top: 30px !important;
    font-size: 17px !important;
    line-height: 27px !important;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.gl-index-hero .btn-pill {
    margin-top: 30px;
    font-weight: 600;
    padding: 13px 44px 16px;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

    .gl-index-hero .btn-pill:active {
        border-color: #3b6b23;
    }

@media (max-width: 767px) {
    .gl-index-hero .btn-pill {
        margin-top: 30px;
    }
}

.rotate, .rotating {
    /*color: #fff;
    font-size: 44px;
    font-weight: 200;
    line-height: 54px;*/


    font-size: 110px;
  font-family: "Industry";
  color: #EE4236;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  border-bottom: none;
}




.gl-features-nav {
  height: 85px;
}
.gl-features-nav .features {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.gl-features-nav .features.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.gl-features-nav .features li {
  display: inline-block;
}
.gl-features-nav .features li:nth-child(1) a {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.gl-features-nav .features li:nth-child(2) a {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.gl-features-nav .features li:nth-child(3) a {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.gl-features-nav .features li:nth-child(4) a {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.gl-features-nav .features li:nth-child(5) a {
  -webkit-animation-delay: 0.95s;
  -moz-animation-delay: 0.95s;
  -o-animation-delay: 0.95s;
  -ms-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.gl-features-nav .features .nav-link {
    font-family: "Industry";
    font-weight: 700;
  display: inline-block;
  padding: 32px 0;
  height: 85px;
  vertical-align: top;
  margin: 0 10px;
  font-size: 15px;
  width: 180px;
  color: #333;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gl-features-nav .features .nav-link {
    width: 150px;
    font-size: 14px;
  }
}
.gl-features-nav .features .nav-link.active {
  color: #fcb122;
}
.gl-features-nav .features .nav-link.active:after {
  bottom: 0;
  background: #fcb122;
}
.gl-features-nav .features .nav-link:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.gl-features-nav .features .nav-link:hover, .gl-features-nav .features .nav-link:focus {
  opacity: 1;
  background: none;
}
.gl-features-nav .features .nav-link:hover:after, .gl-features-nav .features .nav-link:focus:after {
  bottom: 0;
  background: #fdd0ad;
}







/***
    INDEX OVERVIEW
    ***/
.gl-index-overview {
    margin-top: 0;
    padding-top: 140px;
    /*border-top: 1px solid #E4E4E4;*/
    /*border-bottom: 1px solid #E4E4E4;*/
    text-align: center;
}

@media (max-width: 767px) {
    .gl-index-overview {
        /*margin-top: 80px;*/
    }
}

.gl-index-overview .title {
    width: 920px;
    margin: auto;
}

@media (max-width: 767px) {
    .gl-index-overview h1 {
        width: auto;
        padding: 0 20px;
    }

    .gl-index-overview p {
        width: auto;
    }
}

.gl-index-overview .pic {
    margin-top: 60px;
}

    .gl-index-overview .pic img {
        margin: 0 auto;
    }



.bodyMovin {
    background-color:transparent;
            width:100px;
            height:auto;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
			margin: 0 auto;
}

.gl-features {
  /*margin-top: 120px;
  background: #fafafa;*/
  padding: 70px 0 40px;
}
.gl-features header {
  position: relative;
}
.gl-features header:after {
  content: '';
  position: absolute;
  bottom: -50px;
  height: 1px;
  width: 87%;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
}
.gl-features header h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 767px) {
  .gl-features header h3 {
    font-size: 23px;
  }
}
.gl-features header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}
.gl-features .features {
  margin: auto;
  margin-top: 0;
  width: 88%;
  min-height: 350px;
}
.gl-features .features .icon {
    width: 64px;
  }
@media (min-width: 992px) {
  .gl-features .features .icon {
    margin: auto; display: block;
  }
}
.gl-features .features .feature {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .gl-features .features .feature {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.gl-features .features section {
  /*width: 83%;
  float: right;*/
  width: 100%; 
  float: none; 
  margin-top: 20px;
}
@media (max-width: 991px) {
  .gl-features .features section {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}
.gl-features .features section h3, .gl-features .features section h3 {
  text-align: center;
}



.gl-split-leftbg .container2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}
    .gl-split-leftbg .container2 .container1 {
        float: left;
        width: 100%;
        position: relative;
        right: 50%;
        background: #1C8491;
    }
@media (max-width: 991px) {
  .gl-split-leftbg .container2 .container1 {
    right: auto;
  }
}
.gl-split-leftbg .col-left {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  padding: 280px 50px 0;
}
@media (max-width: 991px) {
  .gl-split-leftbg .col-left {
    width: 100%;
    left: 0;
    padding: 60px 70px 0;
  }
}
@media (max-width: 767px) {
    .gl-split-leftbg {
        padding-top: 0px;
      }
  .gl-split-leftbg .col-left {
    padding: 50px 30px 0;
  }
}
.gl-split-leftbg .col-right {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  padding: 130px 70px 70px;
}
@media (max-width: 991px) {
  .gl-split-leftbg .col-right {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .gl-split-leftbg .col-right {
    padding: 30px;
  }
}







.gl-go-custom .container2 .container1 {
    background-image: url('../../../landing/images/home/home-gocustom-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gl-go-custom .col-left img {
  width: 80%;
  display: block;
  margin: 0 auto 5% auto;
}
.gl-go-custom .col-left h1, .gl-go-custom .col-left h2 {
  display: none;
}
.gl-go-custom .col-left h1 {
    font-size: 45px;
  color: red;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}
.gl-go-custom .col-left h2 {
    font-size: 22px;
  margin-top: 20px;
  color: teal;
  /*line-height: 17px;*/
  /*letter-spacing: 2px;*/
  font-weight: 600;
}
@media (max-width: 767px) {
  .gl-go-custom .col-left h1, .gl-go-custom .col-left h2 {
      display: block;
    }
}


.gl-go-custom .col-right .info {
  /*width: 300px;*/
  padding-right: 40px;
}
@media (max-width: 991px) {
  .gl-go-custom .col-right .info {
    /*width: auto;*/
  }
}
.gl-go-custom .col-right h1 {
    font-size: 110px !important;
    margin-left: -180px;
}

.gl-section h1 {
  font-size: 40px;
  font-family: "Industry";
  color: #EE4236;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  border-bottom: 1px solid #FCB124;
  padding-bottom: 0;
  line-height: 1;
}
.gl-section h2 {
  font-size: 26px;
  font-family: "Industry";
  margin-top: 20px;
  color: #258196;
  font-weight: 500;
}
.gl-section h3 {
  font-size: 18px;
  margin-top: 30px;
  color: #05434E;
  text-transform: uppercase;
  font-weight: 600;
}
.gl-section p {
  font-size: 18px;
  color: #282828;
  line-height: 27px;
  margin-top: 30px;
}

.gl-section-break {
    height: 80px;
    width: 100%;
    display: block;
}

.gl-go {
    text-transform: none;
    color: #8FD0BA;
}

.gl-cta-button {
    font-family: "Industry";
    font-weight: 700;
    margin-top: 60px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    background: #EF4136;
    border: 1px solid #EF4136;
}

.gl-row {
    margin: 0px;
}

.gl-icon {
    width: 46px;
}



.gl-split-rightbg .container2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}
    .gl-split-rightbg .container2 .container1 {
        float: left;
        width: 100%;
        position: relative;
        left: 50%;
        background: #1C8491;
    }
@media (max-width: 991px) {
  .gl-split-rightbg .container2 .container1 {
    right: auto;
  }
}
.gl-split-rightbg .col-left {
  float: left;
  width: 50%;
  position: relative;
  left: -50%;
  padding: 130px 70px 70px;
}
@media (max-width: 991px) {
  .gl-split-rightbg .col-left {
    width: 100%;
    left: 0;
    padding: 60px 70px 0;
  }
}
@media (max-width: 767px) {
    .gl-split-rightbg {
        padding-top: 0px;
      }
  .gl-split-rightbg .col-left {
    padding: 50px 30px 0;
  }
}



.gl-split-rightbg .col-right {
  float: left;
  width: 50%;
  position: relative;
  left: -50%;
  overflow: hidden;
  padding: 280px 50px 0;
}
@media (max-width: 991px) {
  .gl-split-rightbg .col-right {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .gl-split-rightbg .col-right {
    padding: 30px;
  }
}




.gl-go-safely .container2 .container1 {
    background-image: url('../../../landing/images/home/home-gosafely-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gl-go-safely .col-right img {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  padding-right: 20px;

}
.gl-go-safely .col-right h1, .gl-go-safely .col-right .col-right h2 {
  display: none;
}
.gl-go-safely .col-right h1 {
    font-size: 45px;
  color: red;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}
.gl-go-safely .col-right h2 {
    font-size: 22px;
  margin-top: 20px;
  color: teal;
  /*line-height: 17px;*/
  /*letter-spacing: 2px;*/
  font-weight: 600;
}
@media (max-width: 767px) {
  .gl-go-safely .col-right h1, .gl-go-safely .col-right h2 {
      display: block;
    }
}


.gl-go-safely .col-left .info {
  /*width: 300px;*/
  padding-right: 40px;
}
@media (max-width: 991px) {
  .gl-go-safely .col-left .info {
    /*width: auto;*/
  }
}
.gl-go-safely .col-left h1 {
    font-size: 110px !important;
    text-align: end;
    margin-right: -180px;
}



.gl-go-confident {
  margin-top: 120px;
  background: #fafafa;
  padding: 70px 0 40px;
}
.gl-go-confident header {
  position: relative;
}
/*.gl-go-confident header:after {
  content: '';
  position: absolute;
  bottom: -50px;
  height: 1px;
  width: 87%;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
}*/
.gl-go-confident header h1, .gl-go-confident header h2 {
  text-align: center;
}
.gl-go-confident h3 {
  margin-top: 0px;
}
/*.gl-go-confident header h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 767px) {
  .gl-go-confident header h3 {
    font-size: 23px;
  }
}
.gl-go-confident header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}*/
.gl-go-confident .features {
  margin: auto;
  margin-top: 110px;
  width: 88%;
}
@media (min-width: 992px) {
  .gl-go-confident .features .icon {
    /*margin-right: 20px;*/
  }
}
.gl-go-confident .features .feature {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .gl-go-confident .features .feature {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}



.gl-go-confident .features .col3 {
    width: 75%;
  float: right;
}
.gl-go-confident .features .col2 {
    width: 83%;
  float: right;
}
@media (max-width: 991px) {
  .gl-go-confident .features .col3, .gl-go-confident .features .col2 {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}
/*.gl-go-confident .features section h4 {
  margin-top: 0;
  font-size: 17px;
  color: #53575f;
}
.gl-go-confident .features section p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  width: 95%;
}*/




.gl-featured-clients {
  margin-top: 0px;
  margin-bottom:100px; 
  padding-top: 140px;
}
.gl-featured-clients h1 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .gl-featured-clients .post {
    margin-bottom: 40px;
  }
}
.gl-featured-clients .post .pic {
  display: block;
  text-decoration: none;
  height: 100px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.gl-featured-clients .post .pic:hover {
  -moz-transform: scale3d(1.04, 1.04, 1.04);
  -o-transform: scale3d(1.04, 1.04, 1.04);
  -ms-transform: scale3d(1.04, 1.04, 1.04);
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
  transform: scale3d(1.04, 1.04, 1.04);
}
.gl-featured-clients .post .pic:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(51, 51, 51, 0.3);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gl-featured-clients .post .title {
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.gl-featured-clients .post .min-read {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.gl-featured-clients .post p {
  margin-top: 20px;
  line-height: 25px;
  color: #666;
  font-size: 14px;
}

.gl-featured-clients img {
    height: 200px;
    margin: auto;
    display: flex;
}



.gl-go-free .container2 .container1 {
    background-image: url('../../../landing/images/home/home-gofree-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gl-go-free .col-left {
    padding-top: 400px;
}

.gl-go-free .col-left .metric {
    padding: 0 10px;
}
.gl-go-free .col-left .metric .count-circle {

    font-family: "Industry";
    display: block;
    height: 120px;
    width: 120px;
    line-height: 2.5;

    background: #ECECEC;
    color: #ef4136;
    font-size: 50px;
    font-weight: 700;

    -moz-border-radius: 50%; /* or 50% */
    border-radius: 50%; /* or 50% */
    text-align: center;
    margin: auto;
}
.gl-go-free .col-left .metric .count-caption {
    font-family: "Industry";
    font-weight: 400;
    text-transform: uppercase;
}
.gl-go-free .col-left .metric .hl {
    font-size: 3em;
    line-height: 0.9;
}

.gl-go-free .col-left p {
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    width: 150px;
}

.gl-go-free .col-right h1 {
    font-size: 110px !important;
    margin-left: -180px;
}

.gl-go-free .col-right li {
    font-size: 18px;
    line-height: 27px;
}






.gl-cta {
    background: #495a7a;
    text-align: center;
    padding: 60px 0;
    background: radial-gradient(circle farthest-corner at center 30%,#8fd0ba,#2baba9);
    /*background-image: url('../../../landing/images/global-cta-bg.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gl-cta .info {
  text-align: left;
  display: inline-block;
  margin-right: 80px;
  
}
.gl-cta .info .tag {
    font-family: "Industry";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #00445c;
}
.gl-cta .info p {
    color: #ffffff !important;
}
@media (max-width: 767px) {
  .gl-cta .info {
    text-align: center;
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.gl-cta .info strong {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-shadow: 1px 1px #5B6162;
}
.gl-cta .info p {
  margin-top: 6px;
  color: #D4DEF0;
  font-size: 16px;
}
/*.gl-cta a {
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  background-image: -o-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: -moz-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: -ms-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #f0f4fa 100%);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.32);
  font-size: 15px;
  color: #468bb6;
  line-height: 20px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.72);
  padding: 17px 32px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}*/
.gl-cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 30px;
}








.gl-hero-header {
  min-height: 570px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .gl-hero-header {
    min-height: 540px;
  }
}
.gl-hero-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(58, 71, 90, 0.85);*/
}
.gl-hero-header section {
  padding: 200px 20px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .gl-hero-header section {
    padding-top: 140px;
  }
}
.gl-hero-header section  h1 {
    font-size: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .gl-hero-header section > h1 {
    font-size: 27px;
    line-height: 40px;
  }
}
.gl-hero-header section p {
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.gl-hero-header section .cta {
  text-align: center;
  margin-top: 50px;
}


.gl-about-hero {
    background-image: url('../../../landing/images/about/about-hero-bg.jpg');
        background-size: cover;
    background-position: center center;
}

.gl-about {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .gl-about {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .gl-about section {
    text-align: center;
  }
}
.gl-about section span {
  color: #4E6A8A;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.gl-about section .his {
    padding-top: 50px;
    padding-left: 20%;
}
/*.gl-about section h1 {
  color: #213649;
  line-height: 46px;
  font-weight: 400;
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .gl-about section h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.gl-about section p {
  color: #7483a2;
  margin-top: 20px;
  font-size: 15px;
  width: 80%;
  line-height: 25px;
}
@media (max-width: 991px) {
  .gl-about section p {
    width: auto;
  }
}
.gl-about section p a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
}*/
.gl-about section .cta {
  margin-top: 35px;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gl-about section .cta:hover {
  box-shadow: rgba(112, 139, 232, 0.15) 0 6px 20px;
}
/*.gl-about section .mobile-pic {
  position: absolute;
  top: 150px;
  left: 100px;
  width: 400px;
}
.gl-about section .mobile-pic-2 {
  position: absolute;
  width: 200px;
}*/
/*@media (max-width: 1199px) {
  .gl-about section .mobile-pic {
    right: 0px;
    top: 20px;
    width: 500px;
  }
}*/

.gl-about section .pic1 {
  margin-top: 180px;
  margin-left: 20px;
  width: 90%;
}
.gl-about section .pic2 {
  position: absolute;
  left: 0;
  width: 180px;
}




.gl-about-intro {
  margin-top: 140px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .gl-about-intro {
    margin-top: 80px;
  }
}
.gl-about-intro section {
  width: 85%;
  margin: auto;
  margin-top: 90px;
}




.gl-about-clients {
    margin-top: 0px; 
    padding-top: 140px;
  padding-bottom: 80px;
}
.gl-about-clients h1 {
  text-align: center;
  margin-bottom: 50px;
}
.gl-about-clients .row {
  padding: 30px 0;
}
.gl-about-clients img {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  .gl-about-clients {
    margin-top: 80px;
  }
}
/*.gl-about-clients .speaker {
  background: #fff;
  max-width: 309px;
  margin: auto;
}
@media (min-width: 768px) {
  .gl-about-clients .speaker.mt-half {
    margin-top: 60px;
  }
  .gl-about-clients .speaker.mt-full {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .gl-about-clients .speaker {
    margin-bottom: 30px;
  }
}
.gl-about-clients .speaker-name {
  font-size: 19px;
  color: #3746A3;
  padding: 12px 15px 7px;
}
.gl-about-clients .speaker-role {
  color: #1D1D1F;
  font-size: 13px;
  padding: 0 15px;
}
.gl-about-clients .speaker-company {
  font-size: 16px;
  color: #B0B1B4;
  padding: 10px 15px;
}*/





.gl-whatwedo-hero {
    background-image: url('../../../landing/images/whatwedo/whatwedo-hero-bg.jpg');
        background-size: cover;
    background-position: center center;
}




.gl-go-further .container2 .container1 {
    background-image: url('../../../landing/images/whatwedo/whatwedo-gofurther-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gl-go-further .col-left {
    margin-top: 100px;
}
.gl-go-further .col-left img {
    width: 250px;
    padding: 40px;
}

.gl-go-further .col-right h1 {
    font-size: 110px;
    margin-left: -180px;
}

.gl-go-further .col-right li {
    line-height: 27px;
}


.gl-go-everywhere .container2 .container1 {
    background-image: url('../../../landing/images/whatwedo/whatwedo-goeverywhere-bg.jpg');
    /*background-size: cover;
    background-position: center center;*/
    background-repeat: no-repeat;

    background-size: auto 100%;
    background-position: center left;
}


.gl-go-everywhere .col-left .info {
  /*width: 300px;*/
  padding-right: 40px;
}
@media (max-width: 991px) {
  .gl-go-everywhere .col-left .info {
    /*width: auto;*/
  }
}
.gl-go-everywhere .col-left h1 {
    font-size: 110px;
    text-align: end;
    margin-right: -400px;
}
.gl-go-everywhere .col-left li {
    line-height: 27px;
}



@-webkit-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@-moz-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@-o-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
.gl-industry {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .gl-industry {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .gl-industry {
    margin-top: 80px;
  }
}
/*.gl-industry h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #4E7198;
  letter-spacing: 1px;
}*/
.gl-industry .client-quotes {
  margin-top: 40px;
  height: 240px;
}
@media (max-width: 767px) {
  .gl-industry .client-quotes {
    height: 260px;
  }
}
.gl-industry .client-quotes .client-quote {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.gl-industry .client-quotes .client-quote.active {
  opacity: 1;
  z-index: 10;
  -webkit-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -moz-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -o-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -ms-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
}
.gl-industry .client-quotes .client-quote .quote {
  font-size: 21px;
  width: 620px;
  margin: 0 auto;
  line-height: 37px;
  color: #4a5879;
}
@media (max-width: 767px) {
  .gl-industry .client-quotes .client-quote .quote {
    width: auto;
    padding: 0 30px;
    font-size: 17px;
    line-height: 34px;
  }
}
.gl-industry .client-quotes .client-quote .author {
  margin-top: 35px;
  font-size: 17px;
}
.gl-industry .client-quotes .client-quote .author .name {
  color: #4a5879;
}
.gl-industry .client-quotes .client-quote .author .role {
  color: #9CAFDA;
  margin-left: 6px;
}
.gl-industry .client-pictures {
  margin-top: 15px;
}
.gl-industry .client-pictures .client-picture {
    
  display: inline-block;
  padding: 5px;
}

.gl-industry .client-pictures .client-picture a {
    background-color: #D1D3D4;
    border: 1px solid #D1D3D4;
    color: #00445C; 
    margin-top: 20px;
}
.gl-industry .client-pictures .client-picture:hover a, .gl-industry .client-pictures .client-picture.active a {
  color: #EF4136;
}

.gl-industry .client-pictures .gl-cta-button {
    font-size: 14px;
    padding: 5px 20px;
}






.gl-howitworks-hero {
    background-image: url('../../../landing/images/howitworks/howitworks-hero-bg.jpg');
        background-size: cover;
    background-position: center center;
}


.gl-cloud-benefits .container2 .container1 {
    background-image: url('../../../landing/images/howitworks/howitworks-gosecure-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gl-cloud-benefits .col-right {
  padding: 380px 50px 0;
}

.gl-cloud-benefits .col-right img {
  width: 60%;
  display: block;
  margin: 0 auto 5% auto;
}
.gl-cloud-benefits .col-right h1, .gl-cloud-benefits .col-right .col-right h2 {
  display: none;
}
.gl-cloud-benefits .col-right h1 {
    font-size: 45px;
  color: red;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}
.gl-cloud-benefits .col-right h2 {
    font-size: 22px;
  margin-top: 20px;
  color: teal;
  /*line-height: 17px;*/
  /*letter-spacing: 2px;*/
  font-weight: 600;
}
@media (max-width: 767px) {
  .gl-cloud-benefits .col-right h1, .gl-cloud-benefits .col-right h2 {
      display: block;
    }
}


.gl-cloud-benefits .col-left .info {
  /*width: 300px;*/
  padding-right: 40px;
}
@media (max-width: 991px) {
  .gl-cloud-benefits .col-left .info {
    /*width: auto;*/
  }
}
.gl-cloud-benefits .col-left h1 {
    font-size: 110px;
    text-align: end;
    margin-right: -180px;
}



.gl-go-certified .container2 .container1 {
    background-image: url('../../../landing/images/howitworks/howitworks-gomedicalgrade-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.gl-go-certified .col-left img {
  width: 400px;
  margin-top: 140px;
}
.gl-go-certified .col-left h1, .gl-go-certified .col-left h2 {
  display: none;
}
.gl-go-certified .col-left h1 {
    font-size: 45px;
  color: red;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}
.gl-go-certified .col-left h2 {
    font-size: 22px;
  margin-top: 20px;
  color: teal;
  /*line-height: 17px;*/
  /*letter-spacing: 2px;*/
  font-weight: 600;
}
@media (max-width: 767px) {
  .gl-go-certified .col-left h1, .gl-go-certified .col-left h2 {
      display: block;
    }
}


.gl-go-certified .col-right .info {
  /*width: 300px;*/
  padding-right: 40px;
}
@media (max-width: 991px) {
  .gl-go-certified .col-right .info {
    /*width: auto;*/
  }
}
.gl-go-certified .col-right h1 {
    font-size: 110px;
    margin-left: -180px;
}



.gl-contact-hero {
    background-image: url('../../../landing/images/contact/contact-hero-bg.jpg');
        background-size: cover;
    background-position: center center;
}


.gl-contact-intro {
  margin-top: 50px;
}
.gl-contact-intro p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  width: 75%;
  margin: 27px auto 0;
  color: #61686E;
}
@media (max-width: 767px) {
  .gl-contact-intro p {
    width: auto;
    font-size: 15px;
    line-height: 27px;
  }
}

.gl-contact-form form {
  width: 550px;
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .gl-contact-form form {
    width: 100%;
  }
}
.gl-contact-form form input[type="text"],
.gl-contact-form form input[type="email"],
.gl-contact-form form textarea {
  font-size: 18px;
  margin-top: 20px;
  outline: none;
  color: #888;
  background: white;
  padding: 18px 20px;
  border: 1px solid #cbcdd2;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gl-contact-form form input[type="text"]::-webkit-input-placeholder,
.gl-contact-form form input[type="email"]::-webkit-input-placeholder,
.gl-contact-form form textarea::-webkit-input-placeholder {
  color: #B8BBC7;
}
.gl-contact-form form input[type="text"]:-moz-placeholder,
.gl-contact-form form input[type="email"]:-moz-placeholder,
.gl-contact-form form textarea:-moz-placeholder {
  color: #B8BBC7;
}
.gl-contact-form form input[type="text"]::-moz-placeholder,
.gl-contact-form form input[type="email"]::-moz-placeholder,
.gl-contact-form form textarea::-moz-placeholder {
  color: #B8BBC7;
}
.gl-contact-form form input[type="text"]:-ms-input-placeholder,
.gl-contact-form form input[type="email"]:-ms-input-placeholder,
.gl-contact-form form textarea:-ms-input-placeholder {
  color: #B8BBC7;
}
@media (max-width: 767px) {
  .gl-contact-form form input[type="text"],
  .gl-contact-form form input[type="email"],
  .gl-contact-form form textarea {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.gl-contact-form form input[type="text"]:focus,
.gl-contact-form form input[type="email"]:focus,
.gl-contact-form form textarea:focus {
  border-color: #656565;
}
.gl-contact-form form input[type="text"]:focus::-webkit-input-placeholder,
.gl-contact-form form input[type="email"]:focus::-webkit-input-placeholder,
.gl-contact-form form textarea:focus::-webkit-input-placeholder {
  color: #666;
}
.gl-contact-form form input[type="text"]:focus:-moz-placeholder,
.gl-contact-form form input[type="email"]:focus:-moz-placeholder,
.gl-contact-form form textarea:focus:-moz-placeholder {
  color: #666;
}
.gl-contact-form form input[type="text"]:focus::-moz-placeholder,
.gl-contact-form form input[type="email"]:focus::-moz-placeholder,
.gl-contact-form form textarea:focus::-moz-placeholder {
  color: #666;
}
.gl-contact-form form input[type="text"]:focus:-ms-input-placeholder,
.gl-contact-form form input[type="email"]:focus:-ms-input-placeholder,
.gl-contact-form form textarea:focus:-ms-input-placeholder {
  color: #666;
}
.gl-contact-form form div[id="message"] {
    text-align: center;
    color: red;
    font-size: 18px;
    padding: 20px;
}
.gl-contact-form form input[type="button"] {
  /*background: linear-gradient(to bottom, #6fb1f5 0%, #3b97f7 100%);
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 23px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(106, 132, 158, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;*/

  font-family: "Industry";
    margin-top: 60px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    background: #EF4136;
    border: 1px solid #EF4136;

    display: block;
    margin: 60px auto;
}
.gl-contact-form form input[type="submit"]:hover {
  color: #fff;
}



.gl-casestudy-hero {
  min-height: 290px;
  position: relative;
  background-image: url("../images/temp/hero-02.jpg");
  background-size: cover;
  background-position: center -40px;
}
@media (max-width: 767px) {
  .gl-casestudy-hero {
    background-position: center center;
    min-height: 270px;
  }
}
.gl-casestudy-hero:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.gl-casestudy-hero h1 {
  position: relative;
  top: 200px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .gl-casestudy-hero h1 {
    font-size: 25px;
    top: 130px;
  }
}


.gl-case-story-header {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fcfdfd;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
}
.gl-case-story-header p {
  margin: 28px auto 0;
  font-weight: 400;
  width: 63%;
  color: #75779a;
  line-height: 28px;
}
@media (max-width: 767px) {
  .gl-case-story-header p {
    width: auto;
  }
}


.gl-case-story-content {
  margin-top: 30px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .gl-case-story-content {
    margin-bottom: 120px;
  }
}
/*.gl-case-story-content .customer-story-body h1, .gl-case-story-content .customer-story-body h2, .gl-case-story-content .customer-story-body h3, .gl-case-story-content .customer-story-body h4, .gl-case-story-content .customer-story-body h5 {
  font-size: 18px;
  margin-top: 25px;
  color: #444;
  line-height: 25px;
}*/
.gl-case-story-content .customer-story-body p {
  margin-top: 20px;
  line-height: 25px;
}
.gl-case-story-content .customer-story-body .img-fluid {
  margin: 40px 0;
}
.gl-case-story-content .customer-story-body .quote-wrapper {
  margin: 45px 0;
}
.gl-case-story-content .customer-story-body .quote-wrapper .quote {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 45px;
  width: 95%;
}
@media (max-width: 767px) {
  .gl-case-story-content .customer-story-body .quote-wrapper .quote {
    font-size: 18px;
  }
}
.gl-case-story-content .customer-story-body .quote-wrapper .quote span {
  font-family: "Industry";
  font-weight: 700;
  font-size: 75px;
  position: absolute;
  left: 0;
  color: #ef4136;
  top: 10px;
}
.gl-case-story-content .customer-story-body .quote-wrapper .author {
  padding-left: 40px;
  margin-top: 15px;
  font-size: 15px;
  color: #656565;
}
.gl-case-story-content .read-more-stories {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid #f7f7f7;
}
@media (max-width: 767px) {
  .gl-case-story-content .read-more-stories .col-md-6 {
    margin-bottom: 30px;
  }
}
/*.gl-case-story-content .read-more-stories h3 {
  font-size: 24px;
  font-weight: 400;
}*/
.gl-case-story-content .read-more-stories .customers-grid {
  margin-top: 50px;
}
.gl-case-story-content .sidebar {
  float: right;
  width: 80%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .gl-case-story-content .sidebar {
    float: none;
    width: auto;
  }
}
.gl-case-story-content .sidebar .block {
  margin-top: 25px;
}
.gl-case-story-content .sidebar .block:first-child {
  margin-top: 0;
}
.gl-case-story-content .sidebar .ion-social-twitter {
  color: #1da1f2;
  font-size: 21px;
}
.gl-case-story-content .sidebar .ion-social-facebook {
  color: #3b5998;
  font-size: 24px;
  margin-left: 10px;
}
.gl-case-story-content .sidebar .ion-social-linkedin {
  color: #007bb6;
  font-size: 24px;
  margin-left: 10px;
}
.gl-case-story-content .sidebar .title {
  /*text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #4A90E2;
  font-weight: 600;*/
  margin-bottom: 5px;
}
.gl-case-story-content .sidebar p {
  margin-top: 10px;
  line-height: 22px;
  font-size: 13px;
}
.gl-case-story-content .sidebar a.website {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}