body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper{
    overflow: hidden;
}

.text-muted {
  color: #777777;
}
.text-primary {
  color: #1b75bb;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #1b75bb;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #1b75bb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-blue {
  background-color: #478ec4;
}
.bg-darkest-gray {
  background-color: #222222;
}

.navbar-default{
    background:-webkit-linear-gradient(top, #1b75bb , #478ec4);
    background: -o-linear-gradient(top, #1b75bb , #478ec4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #1b75bb , #478ec4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, top, #1b75bb , #478ec4); /* Standard syntax */
    border-color:#478ec4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color:white;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: white;
    background-color: transparent;
}

.navbar-custom {
  border-color: #478ec4;
}
.navbar-custom .navbar-brand {
  color: white;
  font-family: coolvetica;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,{
  color: #1b75bb;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #1b75bb;
  border-color: #1b75bb;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #1b75bb;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: whitesmoke;
  outline: none;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
    background:-webkit-linear-gradient(top, #1b75bb , #478ec4);
    background: -o-linear-gradient(top, #1b75bb , #478ec4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #1b75bb , #478ec4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, top, #1b75bb , #478ec4); /* Standard syntax */
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  background:-webkit-linear-gradient(#1b75bb , white);
  background: -o-linear-gradient(#1b75bb , white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#1b75bb , white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#1b75bb , white); /* Standard syntax */
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 250px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  border-bottom:1px solid #eee;
  padding-bottom:20px;
  margin-bottom:20px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 140px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-position: center;
  background-repeat: no-repeat;
  padding:100px 0 ;
}

section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #1b75bb;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
section#contact .section-heading{
    border-bottom:none;
    color:white;
}
footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright{
    line-height: 40px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    text-transform: uppercase;
    text-transform: none;
    color:#2c3e50;
    margin-right:5px;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #478ec4;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #1b75bb;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #1b75bb;
}
::selection {
  text-shadow: none;
  background: #1b75bb;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #1b75bb;
}

.termsText,
.footerquicklinks{
    color:#2c3e50;
    margin-right:10px;
}

.featureicon{
    height:100px;
    width:100px;
}

.section-text-container {
    padding-top:50px;
    padding-bottom:50px;
    padding-right:70px;
    padding-left:70px;
}

.section-text{
    font-size:19px;

}

#titleText{
    margin-bottom:30px;
}

.learnmorebtn{
    margin-right: 30px;
}

#mainNav{
    background-color:-webkit-linear-gradient(top, #1b75bb , #478ec4);
    background: -o-linear-gradient(top, #1b75bb , #478ec4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #1b75bb , #478ec4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, top, #1b75bb , #478ec4); /* Standard syntax */
}

#headerTextSlogan{
    margin-bottom:40px;
}

.socialIcon {
    margin-top: 20%;
}


@media (max-width: 767px) {
  #gabs_header_img{
    width:50%;
  }
}

.productCircleIcon{
    color:white;
    border:2px solid #1b75bb;
    border-radius:60px;
}

.productIcon{
    color:#1b75bb;
}
