body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.go-to-gds {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  min-width: 100px;
  margin-top: 18%;
  margin-right: 8%;
  padding: 5px 20px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background-color: #ba1329;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.button.go-to-gds:hover {
  background-color: #e3102c;
}
.button.go-to-kim-tech {
  margin-top: 25%;
  margin-right: auto;
  padding: 5px 20px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 5px;
  background-color: #048fd7;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.button.go-to-kim-tech:hover {
  background-color: #00689c;
}
.button.go-to-kim-tech.w--current {
  margin-top: 20%;
  margin-right: 8%;
  padding: 5px 20px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background-color: #048fd7;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.button.go-to-kim-tech.w--current:hover {
  background-color: #0070a8;
}
.button.go-to-gds {
  margin-top: 25%;
  margin-right: 0%;
}
.button.go-to-gds.w--current {
  margin-top: 25%;
  margin-right: 0%;
}
.button.download-btn {
  margin-right: 30px;
  margin-left: 30px;
  padding: 7px 20px;
  float: none;
  border-radius: 4px;
  background-color: #048fd7;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button.download-btn:hover {
  background-color: #333;
}
.button.download-btn.gds {
  background-color: #ba1329;
}
.button.download-btn.gds:hover {
  background-color: #333;
}
.button.gdsmaintenancebtn {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background-color: #ba1329;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Exo, sans-serif;
  font-weight: 300;
}
.button.gdsmaintenancebtn:hover {
  background-color: #e3102c;
}
.header-and-navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: block;
  width: 100%;
}
.header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.70);
}
.navigation-wrapper {
  height: auto;
  background-color: transparent;
  background-image: -webkit-linear-gradient(white, #e1e1e1);
  background-image: -o-linear-gradient(white, #e1e1e1);
  background-image: linear-gradient(white, #e1e1e1);
}
.navigation-bar {
  height: auto;
  background-color: transparent;
  text-align: center;
}
.navigation-bar-container {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.navigation-li {
  height: 28px;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 3.4% 5px;
  background-color: #828282;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.navigation-li:hover {
  background-color: #048fd7;
}
.navigation-li:focus {
  background-color: #048fd7;
}
.navigation-li.w--current {
  padding-right: 3%;
  padding-left: 3%;
  background-color: #048fd7;
  color: white;
}
.navigation-li.gds {
  padding-right: 3.4%;
  padding-left: 3.4%;
}
.navigation-li.gds:hover {
  background-color: #ba1329;
}
.navigation-li.gds:focus {
  background-color: #ba1329;
}
.navigation-li.gds.w--current {
  background-color: #ba1329;
  color: white;
}
.navigation-li.gds.w--current:focus {
  background-color: #ba1329;
}
.navigation-li.kim-tech.w--current {
  background-color: #048fd7;
  color: white;
}
.navigation-bar-li-container {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  min-width: 0px;
  float: none;
  clear: none;
}
.image-slider-wrapper {
  position: relative;
}
.image-slider {
  height: 636px;
}
.image-slider-pic {
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/slider1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.image-slider-navigation-arrow {
  display: none;
}
.image-slider-pic-description-box {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 30%;
  padding: 10px 25px 25px;
  background-color: rgba(217, 1, 29, 0.74);
}
.image-slider-pic-description-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}
.image-slider-pic-description-paragraph {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
.read-more-container {
  margin-top: 20px;
  text-align: right;
}
.read-more-text {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}
.read-more-text:hover {
  color: #4dc3ff;
}
.read-more-arrow {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 10px;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid white;
  background-color: transparent;
  font-size: 0px;
  line-height: 0px;
}
.homepage-company-profile {
  padding: 10px;
  text-align: center;
}
.footer {
  min-height: 60px;
  padding: 20px;
  background-color: #515151;
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/150855008.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.profile-box {
  display: inline-block;
  width: 24%;
  min-height: 250px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 20px;
}
.profile-box.kim-tech {
  display: inline-block;
  min-height: 200px;
  margin-right: 0.4%;
  margin-left: 0.8%;
  float: left;
  background-color: #048fd7;
}
.profile-box.gds {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 24%;
  min-height: 200px;
  margin-right: 0.8%;
  margin-left: 0.4%;
  float: left;
  background-color: #ba1329;
  text-align: center;
}
.logo-box {
  position: static;
  display: inline-block;
  width: 24%;
  min-height: 200px;
  min-width: 0px;
  margin-right: 0.4%;
  margin-left: 0.4%;
  padding: 50px 10px 10px;
  float: left;
  background-color: #e2e2e3;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.logo-box:hover {
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 15px 0px;
}
.logo-box.kim-tech {
  min-height: 250px;
}
.logo-box.gds {
  min-height: 250px;
}
.profile-text {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
.profile-box-wrapper {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  direction: ltr;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  list-style-type: none;
}
.header-logo-container {
  display: block;
  width: 55%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: 24%;
  float: none;
  text-align: center;
}
.header-logo.kim-tech-header-logo {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
}
.header-logo.kim-tech-header-logo.kim-tech-at-gds-page-header {
  display: none;
}
.header-logo.kim-tech-header-logo.kim-tech-page-header {
  display: block;
}
.header-logo.kim-tech-header-logo.kim-tech-logo-at-gds {
  display: none;
}
.header-logo.gds-header-logo {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
}
.header-logo.gds-header-logo.gds-page-header {
  display: none;
}
.header-logo.gds-header-logo.gds-logo-at-kim-tech {
  display: none;
}
.icon-tel-header {
  display: inline-block;
  margin-top: -59px;
  margin-right: 15px;
  padding-right: 0px;
  float: right;
}
.company-profile-bg-container {
  position: static;
  height: 40%;
  min-height: 300px;
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/479589871.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.company-profile-bg-container.kim-tech-banner-bg {
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/479589871_1.jpg');
}
.company-profile-bg-container.gds-erg-banner-bg {
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/177381421.jpg');
}
.company-profile-bg-container.contact-us-banner-bg {
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/181144228.jpg');
}
.company-profile-content-container {
  margin-bottom: 50px;
  padding: 20px;
}
.company-profile-text {
  margin-bottom: 50px;
  padding-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 13px;
  text-align: justify;
  list-style-type: square;
}
.company-profile-header {
  margin-top: 15px;
  margin-bottom: 35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-family: Exo, sans-serif;
  color: #555;
  font-size: 30px;
  font-weight: 400;
}
.divider {
  height: 0px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-bottom: 2px dashed #999;
}
.company-profile-sub-header {
  font-family:'Open Sans', sans-serif;
  color: #048fd7;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
}
.company-profile-sub-header.gds-corp {
  color: #ba1329;
}
.footer-text {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #cdcdcd;
  font-size: 12px;
}
.services-list {
  font-family:'Open Sans', sans-serif;
  font-size: 13px;
}
.services-list-li {
  margin-bottom: 10px;
}
.images-container {
  margin-top: 30px;
  padding: 10px;
  text-align: center;
}
.services-img {
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  border: 4px solid white;
  box-shadow: black 0px 0px 10px -4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.container-profile-button-wrapper {
  height: 30%;
  min-height: 300px;
}
.image-slider-pic-2 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/477812909.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-slider-pic-3 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/52695/178774107.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.projectsbox {
  margin-bottom: 20px;
  border: 1px dashed #d1d1d1;
}
.projectsimgbox {
  display: inline-block;
  width: 25%;
  margin: 15px 1.25%;
  float: left;
}
.project-img {
  width: 100%;
  padding: 4px;
  border: 1px solid #d1d1d1;
  background-color: white;
}
.projectdescriptionbox {
  display: inline-block;
  width: 70%;
  margin: 15px 1.25%;
  float: left;
}
.projectdescriptionbox.gds {
  width: 97.5%;
}
.projectname {
  color: #048fd7;
  font-size: 20px;
  font-weight: 700;
}
.projectname.gds {
  color: #ba1329;
}
.projectdate {
  font-weight: 700;
}
.project-cost {
  color: #888;
  font-style: italic;
  font-weight: 700;
}
.projectcontainer {
  padding: 3px;
  border: 1px solid #d1d1d1;
}
.sumofproject {
  color: #048fd7;
  font-weight: 700;
}
.sumofproject.gds {
  color: #ba1329;
}
.pagesubheader {
  font-family: Exo, sans-serif;
  color: #555;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
}
.download-btn-box {
  margin-top: 20px;
}
.download-btn-description {
  display: inline-block;
  float: none;
}
.pagesubheaderdescription {
  margin-bottom: 15px;
}
.pagesubheader-description {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.pagedivider {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 49px;
  background-color: #c1c1c1;
}
.gdsprojectimg {
  margin: 15px;
  padding: 4px;
  border: 1px solid #d1d1d1;
  background-color: white;
}
.listing {
  display: inline-block;
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  float: left;
}
.accreditationlogo-box {
  margin-top: 30px;
}
.accreditation-logo {
  height: 120px;
  margin: 10px;
  padding: 4px;
  background-color: white;
}
.gds-accreditation-text {
  margin-bottom: 20px;
}
.contact-us-box {
  display: block;
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
}
.map-api {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .button.go-to-kim-tech {
    margin-top: 30%;
  }
  .button.go-to-gds {
    margin-top: 30%;
  }
  .image-slider-pic-description-box {
    top: 30%;
    width: 40%;
  }
  .profile-box.kim-tech {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .profile-box.gds {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .logo-box {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .profile-box-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header-logo-container {
    width: 72%;
    margin-left: auto;
    float: left;
    text-align: left;
  }
  .header-logo.kim-tech-header-logo {
    text-align: left;
  }
  .icon-tel-header {
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: auto;
  }
  .footer-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .accreditation-logo {
    width: 20%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .button.go-to-kim-tech {
    margin-top: 40%;
    margin-right: 5%;
  }
  .button.go-to-gds {
    margin-top: 40%;
    margin-right: 5%;
  }
  .image-slider-pic-description-box {
    left: 5%;
    right: 5%;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .header-logo-container {
    width: 85%;
    margin-top: 8px;
    text-align: left;
  }
  .header-logo.kim-tech-header-logo {
    width: 50%;
    margin-right: 10px;
    margin-left: 15px;
    text-align: left;
  }
  .header-logo.gds-header-logo {
    width: 50%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .services-img {
    margin-right: 5px;
    margin-left: 5px;
  }
  .gdsprojectimg {
    width: 30%;
    margin-right: 1.66%;
    margin-left: 1.66%;
  }
  .accreditation-logo {
    height: auto;
  }
  .contact-us-box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .contact-form {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .button.go-to-kim-tech {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 0%;
  }
  .button.go-to-gds {
    position: absolute;
    display: block;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.download-btn {
    margin-top: 15px;
  }
  .header {
    padding-top: 10px;
  }
  .image-slider-pic-description-box {
    top: 38%;
  }
  .profile-box.kim-tech {
    width: 98%;
  }
  .profile-box.gds {
    width: 98%;
  }
  .logo-box {
    width: 98%;
  }
  .header-logo-container {
    width: 60%;
    margin-top: 0px;
    margin-left: 15px;
    float: left;
    text-align: left;
  }
  .header-logo.kim-tech-header-logo {
    display: inline-block;
    width: 100%;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 6%;
  }
  .header-logo.gds-header-logo {
    display: block;
    width: 100%;
    margin: 5% auto 0px;
    float: none;
    text-align: left;
  }
  .icon-tel-header {
    width: 30%;
    margin-top: 0px;
    margin-right: auto;
    float: right;
    text-align: center;
  }
  .services-img {
    width: 90%;
  }
  .container-profile-button-wrapper {
    position: relative;
  }
  .projectsimgbox {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .projectdescriptionbox {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .pagesubheader {
    text-align: center;
  }
  .download-btn-box {
    text-align: center;
  }
  .download-btn-description {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .gdsprojectimg {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .listing {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
  }
  .accreditation-logo {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
