html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'galano_grotesqueregular', sans-serif;
  color: #222;
}
html h1, body h1 {
  font-family: 'galano_grotesqueheavy' !important;
  color: #e9e9e9;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: -15px;
  top: 0px;
}
html h2, body h2 {
  font-family: 'galano_grotesque_altbold';
  font-size: 32px;
}
html p, body p {
  font-family: 'galano_grotesqueregular';
  font-size: 16px;
}
html a, body a {
  font-family: 'galano_grotesqueregular';
  text-decoration: none !important;
  color: #222 !important;
}
body h3 {
    font-family: 'galano_grotesque_altsemibold';
}

#h1-wrap {
  position: relative;
  overflow-x: hidden !important;
  height: 260px;
  width: 100%;
}

h1 {
    font-size: 200px !important;
}

body {
  background-color: #ffffff;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #19CEAE;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#menu-spacing {
  height: 87px;
}

#graphic-design {
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 1px;
    width: 1px;
}

/*---------Services Toggle START--------*/
#toggle-container {
  background: #f5f5f5;
  padding: 100px 30px 60px 30px;
}

#toggle-child {
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#toggle-child h2 {
  position: absolute;
  top: -144px;
  left: 0px;
  line-height: 43px;
}

#toggle1 {
  background: none;
  box-shadow: none;
}

.toggles {
  background: #fff;
  width: 47%;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
  padding: 40px 30px 30px 30px;
  transition-duration: 0.65s;
  cursor: pointer;
}

#toggle2 {
  margin-left: 6%;
}

#toggle1:hover {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.toggle-icon-wrap img {
  width: 80px;
}

.toggle-text-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.toggle-text-wrap p {
  color: #6E6E6E;
  font-size: 16px;
}

/*---------Services Toggle END--------*/
/*---------Web Services Description START--------*/
#web-services {
  max-width: 880px;
  text-align: center;
  margin: 70px auto 50px auto;
}
#web-services h2 {
  margin-bottom: 27px;
}
#web-services p {
  margin-bottom: 0px;
  line-height: 28px;
}

#features-parent {
  max-width: 1200px;
  margin: 0 auto 85px auto;
}

#features-child {
  margin: 0 auto;
  display: flex;
}

.features {
  flex: 1;
  display: inline-block;
  text-align: center;
  padding: 0px 30px;
}
.features img {
  width: 90px;
}
.features h3 {
  font-size: 18px;
  font-weight: 600;
}
.features p {
  font-size: 15px;
  color: #6E6E6E;
}

.button2 {
  font-size: 16px;
  color: #fff !important;
  padding: 11px 37px;
  border-radius: 100px;
  background: linear-gradient(to right, #18C4A6, #1BDDBA);
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 auto;
}

.button2:hover {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 2px 4px rgba(0, 0, 0, 0.05), inset 0 4px 8px rgba(0, 0, 0, 0.05), inset 0 8px 16px rgba(0, 0, 0, 0.05);
  transform: translateY(1px);
}

#button2-wrap {
  margin: 40px auto 0px auto;
  display: flex;
}

/*---------Web Services Description END--------*/
/*---------Client Carousel START--------*/
#carousel-wrap {
  width: 100%;
  background: #f5f5f5;
  padding: 18px 0;
}

.container {
  width: 100%;
  margin: 75px 0;
  padding: 0;
}

.slick-slide {
  margin: 0 40px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.customer-logos img {
  opacity: 0.4;
  transition-duration: 0.3s;
}

.customer-logos img:hover {
  opacity: 1;
}

/*---------Client Carousel END--------*/
/*---------Examples START--------*/
.examples {
  position: relative;
}

.prev, .prevv {
  content: url("/imgs/prev.png");
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.next, .nextt {
  content: url("/imgs/next.png");
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

#eg-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 70px auto;
}
#eg-wrap h2 {
  margin-left: 25px;
}

#eg-child {
  padding: 0 40px;
}

#eg-imgs {
  margin: 0 auto;
}

.mockups {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.08), 0 32px 64px rgba(0, 0, 0, 0.08);
  width: 30%;
  transition-duration: 0.3s;
}

.mockups:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
  transform: translateY(5px);
}

.middle-mock {
  margin: 0 4%;
}

/*---------Examples END--------*/
/*---------Contact Form START--------*/
#contact-parent {
  width: 100%;
  margin-top: 60px;
  padding: 30px 30px 50px 30px;
  background: #f5f5f5;
}

#contact-child {
  max-width: 900px;
  margin: 0 auto;
}

#contact-heading {
  width: 100%;
  text-align: center;
}
#contact-heading p {
  max-width: 504px;
  margin: 16px auto 40px;
}

#info-n-form {
  display: flex;
}

.form-section {
  flex: 1;
  margin: 0 3%;
}

.contact-info {
  margin-bottom: 22px;
}
.contact-info img {
  max-width: 20px;
  max-height: 25px;
  margin-right: 10px;
}

/*--Form--*/
label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-family: 'galano_grotesquemedium';
}

input, textarea {
  width: 100%;
  border: 1px solid #999;
  border-radius: 3px;
  font-family: 'galano_grotesqueregular';
  box-sizing: border-box;
}

input {
  height: 38px;
  padding: 0px 8px 0px 8px;
}

#file-input {
  border: none;
}

input[type=file] {
  display: none;
}

.file-input-btn {
  border: 1px solid #333;
  border-radius: 100px;
  padding: 9px 0px;
  transition: all 0.3s ease;
  width: 47%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  margin: 0;
}

.file-input-btn:hover {
  background: #333;
  color: #fff;
  transform: translateY(1px);
}

textarea {
  height: 110px;
  resize: none;
  padding: 8px 8px 0px 8px;
  margin-bottom: 15px;
}

textarea:focus, input:focus {
  outline: none;
}

form button {
  background: #333;
  border: 1px solid #333;
  border-radius: 100px;
  padding: 8px 0px;
  transition: all 0.3s ease;
  font-family: "Galano Grotesque";
  font-size: 15px;
  width: 47%;
  color: #fff;
  float: right;
  cursor: pointer;
}

form button:hover {
  background: none;
  color: #222;
  transform: translateY(1px);
}

/*---------Contact Form END--------*/
/*----Responsive - Mobile----*/
@media only screen and (max-width: 431px) {
  #home-nav {
    display: none;
  }
  #h1-wrap {
    height: 150px;
  }
  h1 {
    font-size: 94px !important;
    right: -15px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  #header-spacing {
    height: 150px;
  }
  #toggle-container {
    padding: 80px 10px 45px 10px;
  }
  #toggle-child h2 {
    top: -125px;
  }
  .toggles {
    padding: 20px;
  }
  .toggle-text-wrap h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 0;
  }
  .toggle-text-wrap p {
    display: none;
  }
  #web-services {
    margin: 50px auto 20px;
  }
  #web-services h2 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #web-services p {
    padding: 0 10px;
    line-height: 22px;
    margin-bottom: 0;
  }
  #features-parent {
    margin-bottom: 60px;
  }
  #features-child {
    display: block;
  }
  .features {
    display: inline-block;
    width: 49.5%;
    padding: 0 10px;
    vertical-align: top;
    margin-top: 30px;
  }
  #carousel-wrap .slick-slide {
    margin: 0 15px;
  }
  #carousel-wrap .container {
    margin: 35px 0;
  }
  .prev, .prevv {
    left: 10px;
  }
  .next, .nextt {
    right: 10px;
  }
  #contact-heading p {
    margin: 18px auto 30px;
  }
  #info-n-form {
    display: block;
  }
  .form-section {
    display: block;
  }
  #form {
    margin-bottom: 17px;
  }
  #info {
    display: none;
  }
}/*# sourceMappingURL=graphic-design.css.map */