.no-padding {
  padding: 0;
}

.rel-wrapper {
  position: relative;
  width: 100%;
}

.abs-content {
  position: absolute;
  left: 0;
  top: 0;
}

.abs-content.full-w {
  width: 100%;
}

.abs-content.v-center {
  top: 50%;
  transform: translateY(-50%);
}

.abs-content.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-branding {
  width: 212px;
  height: 150px;
  background-color: #193461;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

.site-title {
  margin: 0;
  width: 100%;
  height: 100%;
}

.site-title a {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px;
  z-index: 9999;
}

.site-title a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-bar, .site-footer {
  background-color: #193461;
}

.top-bar span, .site-footer span {
  display: inline-block;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  line-height: 48px;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
}

.top-bar span img, .site-footer span img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top-bar .login, .site-footer .login {
  display: block;
  width: 100%;
  height: 48px;
  border-left: 1px solid #0f2242;
}

.top-bar .login span, .site-footer .login span {
  display: inline-block;
}

.nav-wrapper {
  width: 100%;
  background-color: #25406d;
}

.main-navigation {
  height: 68px;
}

.main-navigation .menu li {
  background-color: #25406d;
  transition: background-color 400ms ease;
}

.main-navigation .menu li a {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
}

.main-navigation .menu li:nth-last-child(-n+2) a {
  text-transform: none;
  font-style: italic;
}

.main-navigation .menu li.gti a {
    background-image: url(https://www.gtidigital.com/wp-content/uploads/2017/03/logo-pq-150.fw_.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;    
    width: 100px;
    height: 63px;
}

.main-navigation .menu li:hover:not(.space) {
  background-color: #193461;
  transition: background-color 400ms ease;
}

.main-navigation .menu .space {
  width: 267px;
}

.main-navigation .menu:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.bg-wrapper {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-wrapper.banner {
  background: url("images/bg-banner.jpg");
  height: 400px;
}

.bg-wrapper.banner .rel-wrapper {
  height: 400px;
}

.bg-wrapper.banner h2 {
  font-size: 60px;
  font-family: "Lato", sans-serif;
  color: #25406d;
  font-style: italic;
}

.bg-wrapper.banner h3 {
  font-size: 30px;
  font-family: "Ubuntu", sans-serif;
  color: #242424;
}

.bg-wrapper.login {
  background-color: #25406d;
}

section {
  padding: 90px 0;
}

section#the-company {
  padding: 65px 60px;
  background-color: #f2f2f2;
}

section#the-company h3 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: #25406d;
  line-height: 60px;
  font-style: italic;
}

section#about-us {
  padding: 0;
}

section#about-us .bg-wrapper {
  background: url("images/bg-about-us.jpg");
  min-height: 245px;
}

section#about-us .bg-wrapper .rel-wrapper {
  height: 245px;
  width: 100%;
}

section#about-us .bg-wrapper .abs-content {
  width: 100%;
  vertical-align: bottom;
}

section#about-us .bg-wrapper .default-title {
  color: #00abc9;
  margin: 0;
}

section#differentials {
  padding-bottom: 0;
}

section#differentials .default-title {
  font-size: 50px;
  margin: 0;
  max-width: 300px;
  line-height: 55px;
}

section#differentials .rel-wrapper {
  height: calc(586px - 150px);
}

section#contact {
  padding: 0;
}

section#contact .bg-wrapper {
  padding: 50px 0;
  background-color: #25406d;
}

section#contact .default-title {
  color: #FFF;
  font-size: 40px;
}

section#contact .paragraph-wrapper p {
  color: #FFF;
  margin-bottom: 40px;
}

section#map {
  padding: 0;
}

section#map .btn-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

section#map .default-btn {
  margin: 30px 10px 0;
}

.container-fluid.background-bleed {
  background-color: #f2f2f2;
}

.default-title {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  color: #25406d;
  line-height: 40px;
  font-style: italic;
  margin-bottom: 50px;
}

.paragraph-wrapper p {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
}

.parallax-window {
  min-height: 910px;
  background: transparent;
}

.diff-wrapper {
  text-align: center;
}

.diff-wrapper .diff-container {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 200px;
  margin: 0 42px;
  margin-bottom: 60px;
}

.diff-wrapper .diff-container .img-wrapper {
  width: 120px;
  height: 120px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}

.diff-wrapper .diff-container .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.diff-wrapper .diff-container span {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
}

.form-wrapper input[type='text'] {
  display: inline-block;
  width: 530px;
  height: 50px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: none;
  padding: 13px 30px;
}

.form-wrapper input[type='text'] ::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper input[type='text'] ::-moz-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper input[type='text'] :-ms-input-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper input[type='text'] :-moz-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper .select-wrapper {
  width: 530px;
  height: 50px;
  margin-bottom: 20px;
  background-color: #FFF;
  overflow: hidden;
}

.form-wrapper .select-wrapper select {
  width: 110%;
  height: 50px;
  border: none;
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  padding: 13px 30px;
  background: url("images/ico-select.png") 86% center no-repeat;
}

.form-wrapper textarea {
  width: 530px;
  height: 120px;
  border: none;
  background-color: #FFF;
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  resize: none;
  margin-bottom: 20px;
  padding: 13px 30px;
}

.form-wrapper textarea ::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper textarea ::-moz-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper textarea :-ms-input-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper textarea :-moz-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-wrapper .default-btn {
  transition: background-color 400ms ease;
}

.form-wrapper .default-btn:hover {
  background-color: #38d0ea;
  transition: background-color 400ms ease;
}

.default-btn {
  display: inline-block;
  width: 170px;
  height: 50px;
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #FFF;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  background-color: #00abc9;
  padding: 0;
  border: none;
  margin-bottom: 50px;
  cursor: pointer;
}

.default-btn.black {
  background-color: #373f43;
  font-weight: 700;
  transition: background-color 400ms ease;
}

.default-btn.black:hover {
  background-color: #25406d;
  transition: background-color 400ms ease;
  color: #FFF;
  text-decoration: none;
}

.default-btn.active {
  background-color: #25406d;
}

.contact-info-box {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}

.contact-info-box img {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info-box h3 {
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  color: #FFF;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-info-box h4 {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #FFF;
  line-height: 17px;
}

.map {
  height: 450px;
}

.site-footer .bg-wrapper {
  padding: 25px 0;
  background: url("images/bg-footer.jpg");
}

.site-footer a {
  display: inline-block;
  line-height: 48px;
}

.parallax {
  width: 100%;
  background: url("images/bg-building.jpg") center top no-repeat;
  scroll-behavior: smooth;
}

.form-login {
  padding: 60px 0;
}

.form-login input[type=text], .form-login input[type=password] {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: none;
  padding: 13px 30px;
}

.form-login input[type=text] ::-webkit-input-placeholder, .form-login input[type=password] ::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-login input[type=text] ::-moz-placeholder, .form-login input[type=password] ::-moz-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-login input[type=text] :-ms-input-placeholder, .form-login input[type=password] :-ms-input-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-login input[type=text] :-moz-placeholder, .form-login input[type=password] :-moz-placeholder {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  line-height: 24px;
}

.form-login label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
}

.menu-toggle {
  border: 1px solid #FFF;
  background-color: transparent;
  color: #FFF;
  width: 40px;
  height: 40px;
  margin: 15px 0;
}

#contact_alert {
	color: #fff;
	font-size: 18px;
    margin: 20px auto;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
  .main-navigation .menu .space {
    display: none;
  }
  .site-branding {
    width: 0;
    height: 0;
  }
  .site-branding .site-title a img {
    display: none;
  }
  .main-navigation .menu li a {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  .top-bar .login span {
    margin: 0;
  }
  .main-navigation .menu li a {
    padding: 0 12px;
  }
  #about-us .title-wrapper {
    text-align: center;
  }
  #about-us .bg-wrapper .rel-wrapper {
    height: 110px !important;
  }
  #differentials .rel-wrapper {
    height: 120px !important;
    margin-bottom: 30px;
  }
  .form-wrapper input[type='text'] {
    width: 100%;
  }
  .form-wrapper .select-wrapper {
    width: 100%;
  }
  .form-wrapper textarea {
    width: 100%;
  }
  .site-footer .col-sm-6, .site-footer .col-sm-12, .site-footer .col-xs-12 {
    text-align: center;
  }
  .btn-wrapper.text-right {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .top-bar span:last-child {
    margin-right: 0;
  }
  .menu-toggle {
    display: inline-block;
  }
  .menu {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 400ms ease;
    background-color: #25406d;
    margin: 0 -30px !important;
  }
  .main-navigation {
    z-index: 9999;
    position: relative;
    height: 71px;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li {
    width: 100%;
  }
  .main-navigation.toggled .menu {
    max-height: 1000px;
    transition: max-height 400ms ease;
  }
  section#about-us .bg-wrapper .abs-content {
    width: auto;
  }
  .parallax {
    max-height: 100vh !important;
  }
}

@media only screen and (max-width: 630px) {
  .top-bar span {
    line-height: 34px;
  }
  .top-bar a {
    line-height: 66px;
    height: 66px !important;
  }
}
