body {
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

h1 {
  margin: 10px 0px 25px;
  padding-top: 25px;
  color: #fff;
  font-size: 70px;
  line-height: 44px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: rgba(33, 33, 33, .23) 0px 1px 0px;
}

h2 {
  margin: 10px 0px 35px;
  padding-top: 26px;
  box-shadow: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, .23) 0px 1px 0px;
}

h3 {
  margin: 0 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

.button {
  display: inline-block;
  margin-top: 20px;
  margin-left: 0px;
  padding: 4px 15px;
  border-radius: 40px;
  background-color: #222;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border: 0px none #b6b6b6;
  background-color: #777;
  -webkit-transition: none initial initial;
  transition: none initial initial;
  color: #fff;
  font-weight: 700;
}

.button.more {
  margin-top: 60px;
  border: 1px solid #c7c7c7;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #c7c7c7;
  font-size: 12px;
}

.button.more:hover {
  border-color: #aaa;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #777;
  font-size: 12px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.header {
  padding-top: 0px;
  padding-bottom: 179px;
  background-image: url('../images/HeaderV1.jpg');
  background-position: 50% 135%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section.dark.web {
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section.bg-image {
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url('../images/Magic.png');
  background-size: cover;
  background-attachment: fixed;
}

.section.map {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-links {
  padding-right: 14px;
  padding-left: 14px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, .23) 0px 1px 0px;
}

.nav-links:hover {
  -webkit-transition: none initial initial;
  transition: none initial initial;
  color: #222;
  text-shadow: none;
}

.nav-bar {
  padding-top: 45px;
  padding-right: 30px;
  padding-bottom: 27px;
  text-align: right;
}

.hero-text {
  margin-top: 151px;
  padding-top: 0px;
}

.hero-text.about-text {
  margin-top: 0px;
}

.services {
  padding-right: 20px;
  padding-left: 20px;
}

.icon {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: transparent;
}

.portfolio-text {
  margin-top: 93px;
}

.portfolio-text.left-up {
  margin-top: 60px;
}

.gallery-text {
  padding-right: 144px;
  padding-left: 144px;
  text-align: center;
}

.gallery {
  margin-top: 55px;
  padding-bottom: 100px;
  text-align: center;
}

.gallery-img {
  border: 5px solid #fff;
  box-shadow: #ccc 1px 1px 3px -1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-img:hover {
  box-shadow: #ccc 1px 1px 3px -1px;
  opacity: 0.5;
  -webkit-transition: none initial initial;
  transition: none initial initial;
}

.center-tittle {
  text-align: center;
}

.directions {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 7px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
}

.team-text {
  margin-top: 31px;
  padding-right: 9px;
}

.name {
  padding-top: 39px;
  padding-bottom: 4px;
}

.social-team {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
}

.team2 {
  padding-top: 120px;
}

.h1-dark {
  display: block;
  margin-top: 11px;
  margin-right: 0px;
  padding-top: 24px;
  padding-bottom: 10px;
  color: #222;
  line-height: 70px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(33, 33, 33, .23);
}

.field {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.address {
  padding-top: 30px;
}

.conatct-info {
  margin-top: 0px;
  text-align: left;
}

.support-text {
  margin-top: 50px;
}

.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #222;
}

.footer-logo {
  width: 30%;
  float: left;
  opacity: 0.2;
}

.social-wrapper {
  float: right;
  text-align: right;
}

.social-link {
  padding-right: 5px;
  padding-left: 5px;
  opacity: 0.57;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-link:hover {
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footlogo {
  opacity: 0.5;
}

.footlogo:hover {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.25;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon:hover {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.h3phone {
  padding-top: 44px;
  padding-bottom: 2px;
}

.logo-bar {
  padding-left: 30px;
}

.logolink {
  position: fixed;
  margin-top: 30px;
  margin-right: 0px;
}

.gallery-img {
  box-shadow: #ccc 1px 1px 3px -1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.align-right {
  text-align: right;
}

.google-map {
  margin-top: 0px;
  margin-bottom: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header {
  background-image: -webkit-linear-gradient(rgba(58, 84, 94, .29), rgba(58, 84, 94, 0));
  background-image: linear-gradient(rgba(58, 84, 94, .29), rgba(58, 84, 94, 0));
}

.image-wrapper {
  width: 40%;
  float: left;
}

.info-wrapper {
  width: 60%;
  float: right;
}

.slideshow {
  display: inline-block;
}

.slide1 {
  display: inline-block;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.slider {
  display: inline-block;
  width: 100%;
  height: 500px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  background-color: transparent;
}

.slideimg {
  display: inline-block;
}

.list1 {
  margin-top: 10px;
  font-weight: 300;
  text-align: center;
}

.container {
  padding-bottom: 30px;
}

.lightbox {
  padding-right: 10px;
}

.arrow {
  position: absolute;
  background-color: transparent;
}

.iconr {
  margin-right: 20px;
  padding-right: 70px;
}

.brochure {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  text-align: left;
}

.heading-2 {
  padding-top: 45%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 80px;
    text-shadow: #000 0px 0px 0px;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 24px;
    text-shadow: #000 0px 0px 0px;
  }
  h3 {
    font-size: 19px;
  }
  p {
    font-size: 13px;
  }
  .button {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.header {
    position: static;
    padding-bottom: 344px;
    background-image: url('../images/HeaderV1.jpg');
    background-position: 50% 53%;
    background-attachment: scroll;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    position: static;
    background-image: url('../images/example-bg.png');
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .nav-links {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-shadow: rgba(0, 0, 0, .23) 0px 1px 0px;
  }
  .nav-bar {
    padding-top: 46px;
    padding-right: 25px;
  }
  .hero-text {
    margin-top: 60px;
  }
  .hero-text.about-text {
    margin-top: 0px;
  }
  .portfolio-text {
    margin-top: 46px;
  }
  .portfolio-text.left-up {
    margin-top: 25px;
  }
  .directions {
    margin-top: 4px;
  }
  .social-team {
    top: 0px;
  }
  .logolink {
    position: static;
  }
  .header {
    background-image: -webkit-linear-gradient(rgba(58, 84, 94, .29), rgba(58, 84, 94, 0));
    background-image: linear-gradient(rgba(58, 84, 94, .29), rgba(58, 84, 94, 0));
  }
  .image-wrapper {
    padding-right: 18px;
  }
  .slider {
    height: 32%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 58px;
    text-shadow: #000 0px 0px 0px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 18px;
    text-shadow: #000 0px 0px 0px;
  }
  .button {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section {
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .section.header {
    padding-bottom: 0px;
    background-image: url('../images/HeaderV1.jpg');
    background-position: 50% 50%;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    background-image: url('../images/example-bg.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .nav-links {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-shadow: rgba(0, 0, 0, .23) 0px 1px 0px;
  }
  .nav-bar {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 60px;
    padding-top: 18px;
    padding-right: 0px;
    background-color: rgba(42, 81, 99, .2);
    text-align: center;
  }
  .hero-text {
    margin-top: 25px;
  }
  .hero-text.about-text {
    margin-top: -10px;
  }
  .services {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .portfolio-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  .gallery-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gallery-img {
    margin-top: 12px;
    margin-bottom: 12px;
    box-shadow: #ccc 1px 1px 3px -1px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .name {
    text-align: left;
  }
  .team2 {
    padding-top: 0px;
  }
  .h1-dark {
    padding-bottom: 31px;
    text-align: center;
  }
  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    padding-bottom: 60px;
    text-align: center;
  }
  .footer {
    padding-right: 13px;
    padding-left: 13px;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .h3phone {
    text-align: center;
  }
  .logo-bar {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0px;
    text-align: center;
  }
  .logolink {
    margin-top: 0px;
  }
  .gallery-img {
    padding-left: 0px;
  }
  .image-wrapper {
    text-align: right;
  }
  .team-column {
    margin-bottom: 54px;
  }
  .slider {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    height: 32%;
    min-height: 50%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 34px;
    line-height: 40px;
    text-shadow: #000 0px 0px 0px;
  }
  h2 {
    margin-bottom: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 28px;
    text-shadow: #000 0px 0px 0px;
  }
  h3 {
    font-size: 18px;
    text-align: center;
  }
  p {
    padding-right: 20px;
    padding-left: 19px;
    text-align: center;
  }
  .button {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.header {
    padding-top: 0px;
    padding-bottom: 85px;
    background-image: url('../images/HeaderV1.jpg');
    background-position: 50% -37px;
  }
  .section.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/example-bg.png');
  }
  .nav-links {
    position: static;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 12px;
    text-shadow: rgba(0, 0, 0, .23) 0px 1px 0px;
  }
  .nav-bar {
    left: 0px;
    margin-bottom: 0px;
    padding: 12px 8px 10px 0px;
    background-color: transparent;
  }
  .hero-text {
    margin-top: 40px;
  }
  .hero-text.about-text {
    margin-top: 18px;
  }
  .services {
    padding-bottom: 40px;
  }
  .icon {
    padding-left: 0px;
    text-align: center;
  }
  .portfolio-text {
    margin-top: 40px;
    padding-left: 22px;
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .gallery-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gallery-img {
    margin-top: 20px;
    box-shadow: #ccc 1px 1px 3px -1px;
  }
  .center-tittle {
    font-size: 18px;
  }
  .name {
    text-align: center;
  }
  .social-team {
    top: 0px;
  }
  .team2 {
    padding-top: 70px;
  }
  .h1-dark {
    padding-top: 60px;
    padding-bottom: 10px;
    text-shadow: #000 0px 0px 0px;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    text-align: center;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .header {
    padding-top: 0px;
  }
  .image-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .info-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .slider {
    width: 100%;
    height: 50%;
  }
  .iconr {
    padding-right: 0px;
  }
  .heading-2 {
    box-shadow: none;
    color: #fff;
    text-shadow: 0 0 0 #000;
  }
}