@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
applet, object, iframe, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, eal, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, img, header, container {
  margin: 0;
  padding: 0;
  outline: none !important;
  border: none;
  box-sizing: border-box;
}

body {
  background: url(../img/bg.jpg) repeat 0 0;
  color: #4f4e4e;
  font-size: 13px;
  line-height: 1.6em;
  font-family: 'Helvetica', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8em;
}

.white_bg {
  background: #f8f8f8;
  padding-bottom: 80px;
}

.btn {
  background: #0eabec;
  color: #fff;
  display: block;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  height: 55px;
  padding-top: 17px;
  -webkit-transition: all, ease, 0.4s;
  -moz-transition: all, ease, 0.4s;
  -o-transition: all, ease, 0.4s;
  transition: all, ease, 0.4s;
  border: 2px solid #0eabec;
}
.btn span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right 0.4s;
  -moz-transition: padding-right 0.4s;
  -o-transition: padding-right 0.4s;
  transition: padding-right 0.4s;
}
.btn span:after {
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  margin-top: -10px;
  background: transparent;
  -webkit-transition: opacity 0.4s, top 0.4s, right 0.4s;
  -moz-transition: opacity 0.4s, top 0.4s, right 0.4s;
  -o-transition: opacity 0.4s, top 0.4s, right 0.4s;
  transition: opacity 0.4s, top 0.4s, right 0.4s;
}
.btn:hover span:after, .btn .custombutton:active span:after {
  -webkit-transition: opacity 0.4s, top 0.4s, right 0.4s;
  -moz-transition: opacity 0.4s, top 0.4s, right 0.4s;
  -o-transition: opacity 0.4s, top 0.4s, right 0.4s;
  transition: opacity 0.4s, top 0.4s, right 0.4s;
  opacity: 1;
  border-color: #F16F20;
  right: 0;
  top: 54%;
}
.btn:hover span, .btn:active span {
  padding-right: 25px;
}
.btn:hover {
  background: transparent;
}

.btn.btn-sm {
  width: 160px;
  height: 45px;
  padding-top: 11px;
  font-size: 13px;
}
.btn.btn-sm span:after {
  content: "\f054";
}
.btn.btn-sm:hover span, .btn.btn-sm:active span {
  padding-right: 18px;
}
.btn.btn-sm:hover {
  background: transparent;
  color: #0eabec;
}

.modal-body img {
  margin-bottom: 45px;
}
.modal-body .btn.btn-sm span:after {
  content: "\f00d";
}
.modal-body h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}

button.btn.btn-sm {
  padding-top: 7px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-brand {
  background: url(../img/logo_glow.png) no-repeat 0 0;
  min-height: 60px;
  padding: 17.5px 15px;
}

.navbar-default {
  background: url(../img/header_bg.jpg) repeat 0 0;
  height: 76px;
}

ul.nav.navbar-nav {
  float: right;
}

.nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-transition: all, ease, 0.2s;
  -moz-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}

.nav > li
.nav li:last-of-type a {
  padding-right: 0;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
}

header {
  margin-bottom: 60px;
}

body.home header {
  margin-bottom: 0;
}

.hero {
  background: url(../img/hero.jpg) no-repeat 0 0;
  min-height: 540px;
  background-position: center center;
  background-size: cover;
}

.cta {
  margin-top: 125px;
}
.cta h1 {
  text-align: center;
  color: #222;
  font-weight: 100;
  font-size: 62px;
  text-transform: uppercase;
  line-height: 1.2em;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.cta h1 span {
  font-weight: 700;
}
.cta h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 3px 4px #555;
}
.cta .btn {
  margin: 0 auto;
  margin-top: 30px;
}

.about {
  margin-top: 80px;
}
.about h2 {
  text-align: center;
  font-weight: 100;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1.3em;
  position: relative;
}
.about h2 span {
  color: #0eabec;
  font-weight: 600;
}
.about h2:before {
  background-color: #c0c0c0;
  min-height: 2px;
  width: 180px;
  position: absolute;
  left: 8%;
  top: 40px;
  display: inline-block;
  content: "";
}
.about h2:after {
  background: #c0c0c0;
  height: 2px;
  width: 180px;
  position: absolute;
  right: 8%;
  top: 40px;
  display: inline-block;
  content: "";
}

.grid {
  margin-bottom: 80px;
  padding: 0;
}
.grid > div {
  margin: 0;
  padding: 0;
}
.grid img {
  -webkit-transition: opacity, ease, 0.5s;
  -moz-transition: opacity, ease, 0.5s;
  -o-transition: opacity, ease, 0.5s;
  transition: opacity, ease, 0.5s;
}
.grid img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mobilefriendly {
  padding: 35px 0;
  margin-bottom: 80px;
}
.mobilefriendly h3 {
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 20px;
}
.mobilefriendly h3 span {
  font-weight: 600;
  color: #0eabec;
}
.mobilefriendly a.btn {
  margin-top: 40px;
}

.services {
  background: url(../img/code_bg.jpg) no-repeat 0 0;
  background-position: center center;
  padding: 60px 0 50px 0;
}
.services h4 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-bottom: 35px;
}
.services h3 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 25px 0;
}
.services ul {
  color: #fff;
  text-align: center;
  list-style: none;
  line-height: 2.0em;
  text-transform: uppercase;
}
.services .icon-holder {
  background: #0eabec;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  height: 80px;
  width: 80px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin: 6px auto 15px;
  border-radius: 100%;
  line-height: 60px;
  position: relative;
}
.services .icon-holder i {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
}

.projects {
  background: #fff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 70px 0;
  margin-bottom: 80px;
}

.quote {
  padding: 30px 0 10px 0;
}
.quote h4 {
  font-size: 50px;
  font-weight: 100;
  text-align: center;
}
.quote h4 span {
  font-weight: 600;
}
.quote h4 span.endline:before {
  background: #0eabec;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  top: -8px;
  left: -20px;
}
.quote h4 span.endline:after {
  background: #0eabec;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  top: -8px;
  right: -20px;
}

footer {
  background: url(../img/tile_bg.png) repeat 0 0;
  min-height: 355px;
  margin-top: 160px;
  padding-top: 45px;
  color: #fff;
}

footer .col-sm-4{text-align: center;}
footer h5 {
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
footer a.btn {
  background: transparent;
  border: 3px solid #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-top: 15px;
  -webkit-transition: all, ease, 0.4s;
  -moz-transition: all, ease, 0.4s;
  -o-transition: all, ease, 0.4s;
  transition: all, ease, 0.4s;
}
footer a.btn:hover {
  background: #fff;
  color: #0eabec;
}
footer .footer_logo {
  margin: 0 auto;
  margin-top: 30px;
}
footer p.copy {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}
footer .contact_info {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
footer a {
  font-size: 16px;
  padding-bottom: 3px;
  -webkit-transition: all, ease, 0.2s;
  -moz-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}
footer a i {
  margin-right: 5px;
}
footer a:hover {
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

.process {
  margin-top: 60px;
}

.process h4 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}
.process h4:before {
  background: #0eabec;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  top: -8px;
  left: -20px;
}
.process h4:after {
  background: #0eabec;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  top: -8px;
  right: -20px;
}

.card {
  position: relative;
  float: left;
  padding-bottom: 25%;
  width: 100%;
  height: 285px;
  text-align: center;
  margin-bottom: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all, ease, 0.4s;
  -moz-transition: all, ease, 0.4s;
  -o-transition: all, ease, 0.4s;
  transition: all, ease, 0.4s;
}
.card i {
  color: #fff;
  margin-top: 45px;
}
.card:hover {
  cursor: pointer;
}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.card__front {
  background-color: #0eabec;
}

.card__back {
  background-color: #1e1e1e;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card__front {
  -webkit-transition: all, ease, 0.3s;
  -moz-transition: all, ease, 0.3s;
  -o-transition: all, ease, 0.3s;
  transition: all, ease, 0.3s;
}
.card__front:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.card__text {
  display: inline-block;
  position: absolute;
  top: 55%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 20px;
  color: #fff;
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
}

.card__back .card__text {
  font-size: 13px;
  font-weight: 300;
  padding: 10px;
  top: 0;
  text-align: left;
  position: absolute;
  display: inline-block;
}

.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* random effect */
.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.heading_cnt {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
  padding: 20px;
}

.heading {
  padding: 5px 10px;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: url(../img/heading_bg.jpg) left center repeat-x;
}
.heading span {
  color: #0eabec;
  background: #fff;
  padding: 0 10px;
}

.me_img {
  float: right;
  max-width: 280px;
}

#portfolio .container-fluid {
  max-width: 1400px;
}

#portfolio .portfolio-item {
  margin: 0;
  padding: 0;
  right: 0;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(14, 171, 236, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}

#portfolio * {
  z-index: 2;
}

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 999999;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}

.modal-body img {
  border: 1px solid #ddd;
}

.modal-body .btn {
  margin: 0 auto;
  margin-bottom: 30px;
}

.portfolio-modal {
  display: none;
  position: absolute;
  z-index: 1002;
  width: 100%;
  background: #fff;
  top: 0;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: #fff;
}

.webtools {
  margin-top: 60px;
}
.webtools div.project1 {
  padding-right: 40px;
}
.webtools div.project2 {
  padding-left: 40px;
}
.webtools h4 {
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 400;
  border-top: 2px solid #ccc;
  padding-top: 50px;
}
.webtools h4 span {
  font-weight: 700;
  color: #0eabec;
}
.webtools h3 {
  color: #0eabec;
  font-weight: 700;
  margin-bottom: 20px;
}
.webtools img {
  margin: 25px 0 35px 0;
}
.webtools a.btn {
  margin: 0 auto;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
  }

  .portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
  }

  .portfolio-modal .modal-content p {
    margin-bottom: 30px;
  }

  .portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-style: italic;
    font-size: 16px;
  }

  .portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .portfolio-modal .modal-content img {
    margin-bottom: 30px;
  }

  .portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
  }
}
@media handheld, only screen and (max-width: 1199px) {
  .about h2:after, .about h2:before {
    width: 120px;
  }

  .card {
    width: 114%;
  }

  .portfolio-modal .close-modal .lr, .portfolio-modal .close-modal .lr .rl {
    height: 60px;
  }
}
@media handheld, only screen and (max-width: 991px) {
  .navbar-nav > li > a {
    padding-left: 28px;
    padding-right: 28px;
  }

  .card {
    width: 100%;
  }

  .card__text {
    font-size: 30px;
  }

  .card__back .card__text {
    font-size: 14px;
    padding: 20px;
    top: 15%;
  }

  .cta h1 {
    font-size: 50px;
  }

  .about h2:after, .about h2:before {
    display: none;
  }

  header nav .container {
    width: 100%;
  }

  .nav > li > a {
    font-size: 14px;
    outline: none !important;
  }

  .mobilefriendly h3 {
    text-align: center;
  }
  .mobilefriendly a.btn {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .mobilefriendly img {
    margin: 0 auto;
  }

  .quote h4 {
    font-size: 38px;
  }
}
p.error {
  color: #f27070;
  font-weight: 700;
  margin-bottom: 2px;
  text-align: center;
}

form h2, form h3 {
  text-align: center;
  margin-bottom: 20px;
}
form input.form-control {
  background: #f7f7f7;
  border: 1px solid #c9c9c9;
  height: 43px;
  margin-bottom: 20px;
}
form input.form-control.error {
  border: 1px solid #f27070;
}
form label span {
  color: #f27070;
  font-weight: 700;
  display: none;
}
form textarea.form-control {
  background: #f7f7f7;
  border: 1px solid #c9c9c9;
}
form textarea.form-control.error {
  border: 1px solid #f27070;
}
form input.btn {
  margin-top: 30px;
  float: right;
  padding-top: 13px;
  outline: none;
}
form input.btn:hover {
  color: #0eabec;
}
form input.btn:active {
  outline: none;
}

.discuss {
  margin-top: 50px;
}
.discuss h4 {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.discuss img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.discuss p {
  text-align: center;
}

@media handheld, only screen and (max-width: 767px) {
  footer a:hover {
    border-bottom: none;
    color: #9addf9;
  }

  .card {
    height: 200px;
  }

  .portfolio-modal .close-modal .lr, .portfolio-modal .close-modal .lr .rl {
    height: 40px;
  }

  .portfolio-modal .close-modal {
    right: 10px;
    top: 15px;
  }

  .me_img {
    float: none;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
  }

  .services {
    background: url(../img/header_bg.jpg) repeat 0 0;
  }
  .services h4 {
    font-size: 33px;
  }
  .services ul {
    margin-bottom: 50px;
  }

  .quote h4 {
    font-size: 33px;
  }

  .quote h4 span.endline:before, .quote h4 span.endline:after {
    display: none;
  }

  .contact_info {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 13px;
  }

  ul.nav.navbar-nav {
    float: none;
  }

  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    border: none;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #222;
  }

  .navbar li {
    border-bottom: 1px solid #444;
    border-top: 2px solid #000;
    padding: 6px 0;
  }
  .navbar li:first-of-type {
    border-top: none;
  }
  .navbar li:last-of-type {
    border-bottom: none;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #0eabec;
  }

  .navbar-default .navbar-toggle {
    border-color: #0eabec;
  }

  form a.btn {
    margin: 0 auto;
    float: none;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
  }

  .webtools div.project1, .webtools div.project2 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 65px;
  }
}
@media handheld, only screen and (max-width: 497px) {
  #contactForm .btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-modal .close-modal .lr, .portfolio-modal .close-modal .lr .rl {
    height: 30px;
  }

  .modal-body h2 {
    text-align: left;
  }

  .card__text {
    font-size: 24px;
    top: 60%;
  }

  .webtools h4 {
    font-size: 40px;
  }

  .modal-body h2 {
    font-size: 18px;
  }

  .me_img {
    max-width: 230px;
  }

  .hero {
    min-height: 380px;
  }

  .cta {
    margin-top: 80px;
  }

  .cta h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .cta h2 {
    font-size: 16px;
  }

  .about h2, .mobilefriendly h3 {
    font-size: 24px;
  }

  .quote h4 {
    font-size: 28px;
  }

  .about p {
    font-size: 15px;
    text-align: justify;
  }

  .grid, .mobilefriendly {
    margin-bottom: 60px;
  }

  footer h5 {
    font-size: 33px;
  }

  footer p.copy {
    font-size: 14px;
  }
}
