body {
  background-color: #151223;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #ed1f87;
}
h1 {
  margin-top: 70px;
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}
h2 {
  margin: 50px 0;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
}
a {
  transition: 0.3s;
}
button {
  outline: none !important;
}
header {
  padding-top: 25px;
}
header .brand {
  display: block;
  float: left;
  background-image: url('../img/logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 229px;
  height: 69px;
}
header .social {
  float: right;
  padding-right: 15px;
  margin-top: -10px;
}
header .social a {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 44px;
  margin-left: 10px;
  color: #fff;
}
header .social a:hover {
  color: #ed1f87;
  text-decoration: none;
}
header nav {
  float: right;
}
header nav ul {
  display: inline-block;
  padding: 0;
}
header nav ul li {
  list-style-type: none;
  float: left;
}
header nav ul li:last-child a::after {
  display: none;
}
header nav ul li a {
  display: block;
  float: left;
  color: #fff;
  margin-right: 20px;
  position: relative;
}
header nav ul li a::after {
  display: block;
  content: " ";
  position: absolute;
  height: 17px;
  width: 1px;
  background-color: #fff;
  top: 5px;
  right: -10px;
}
header nav ul li a:hover {
  color: #ed1f87;
  text-decoration: none;
}
header .header-top {
  padding-bottom: 12px;
}
header .header-top .header-right {
  padding-top: 16px;
}
header .mobile-navigation {
  display: none;
  background: #1e1931;
}
header .mobile-navigation.is-active {
  display: none;
}
header .mobile-navigation nav {
  width: 100%;
  float: none;
}
header .mobile-navigation nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
header .mobile-navigation nav ul li {
  display: block;
  width: 100%;
  float: none;
}
header .mobile-navigation nav ul li a {
  float: none;
  display: block;
  width: 100%;
  line-height: 44px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
header .mobile-navigation nav ul li a::after {
  display: none;
}
.banner {
  background-image: url('../img/intro_image.jpg');
  background-repeat: no-repeat;
  height: 800px;
  background-size: cover;
  position: relative;
}
.banner span {
  font-size: 36px;
  display: block;
  margin-top: -15px;
  margin-bottom: 30px;
  font-weight: 300;
}
.banner p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.services .service-content .content-block {
  display: none;
}
.services .service-content .active {
  display: block !important;
}
.services .banner {
  height: auto;
  position: relative;
  display: block;
}
.services .banner img {
  width: 100%;
  height: 100%;
}
.services .banner span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 34px;
  line-height: 42px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;
  color: #fff;
  padding: 0 10px;
  margin: 0;
}
.services .banner span i {
  font-style: normal !important;
}
.services .banner::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.services .banner:hover::after,
.services .banner.active::after {
  background-color: rgba(237, 31, 135, 0.4);
}
.services .title {
  font-size: 24px;
  font-weight: 300;
  display: block;
  margin-top: 30px;
}
.services .description {
  font-size: 18px;
  margin: 0 0 50px 0;
  padding: 0;
}
.services table {
  width: 100%;
}
.services table tbody {
  width: 100%;
}
.services table .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
  width: 50%;
  text-align: left;
}
.num {
  font-weight: 700;
  color: #ed1f87;
}
.services table .num {
  color: #ed1f87;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 20px;
  text-align: right;
}
.portfolio {
  background-color: #1e1931;
  padding-bottom: 40px;
}
.portfolio .gallery > div > a {
  display: block;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
.portfolio .gallery > div > a img {
  width: 100%;
  height: 100%;
}
.portfolio .gallery > div > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 50;
  background-color: transparent;
  transition: 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
}
.portfolio .gallery > div > a:hover::after {
  background-color: rgba(237, 31, 135, 0.4);
  background-image: url('../img/zoom.png');
}
.portfolio .instagram {
  display: inline-block;
  height: auto;
  line-height: 44px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  background-color: #ed1f87;
  padding: 0 25px;
  margin-top: 15px;
}
.portfolio .instagram:hover {
  text-decoration: none;
}
.reference {
  padding-bottom: 60px;
}
.reference .subtitle {
  font-weight: 300;
  font-size: 18px;
  display: block;
  margin-top: -50px;
  margin-bottom: 40px;
}
.reference .title {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}
.reference p {
  margin: 0;
  padding: 0;
}
.contact {
  background-color: #1e1931;
  padding-bottom: 70px;
}
.contact .title {
  font-size: 48px;
  font-weight: 700;
}
.contact .footer-logo {
  display: block;
  height: 69px;
  background-image: url('../img/logo_footer.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 40px 0 30px 0;
}
.contact a {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}
.contact a:hover {
  color: #ed1f87;
  text-decoration: none;
}
footer p {
  margin: 0;
  padding: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f60;
  text-decoration: none;
}
.hamburger {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  margin: 16px 0 0 0;
  z-index: 500;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 40px;
  height: 25px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1199px) {
  .banner {
    height: 490px;
  }
  .banner span {
    font-size: 30px;
    margin-top: -24px;
  }
  h1 {
    margin-top: 20px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .services .banner span {
    font-size: 24px;
    line-height: 26px;
  }
  header .brand {
    width: 210px;
    height: 63px;
    background-size: 100%;
  }
  header .social {
    padding: 0;
  }
  header nav ul {
    margin-left: -20px;
  }
  header nav ul li a {
    margin-right: 10px;
  }
  header nav ul li a::after {
    right: -5px;
  }
}
@media (max-width: 767px) {
  header .header-top {
    height: 75px;
  }
  header .brand {
    position: absolute;
    left: 50%;
    margin-left: -105px;
  }
  .banner {
    height: auto;
  }
  .banner p {
    margin-bottom: 40px;
  }
  .services .banner span {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
  }
  .reference {
    text-align: center;
  }
  .reference .title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .reference p {
    font-size: 14px;
    padding: 0 20px;
  }
  .reference .subtitle {
    margin-bottom: 0;
  }
  .contact img {
    margin-bottom: 40px;
  }
  .contact .title {
    font-size: 36px;
  }
  .contact a {
    font-size: 24px;
    line-height: 34px;
  }
  .hamburger {
    display: block;
  }
}
@media (max-width: 575px) {
  .banner {
    background-position: left -310px center;
  }
  .banner::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  .hamburger {
    margin-left: 30px;
  }
  .services .banner span {
    font-size: 14px;
    line-height: 20px;
  }
  .services table .num,
  .services table .title {
    font-size: 14px;
  }
  .service-navigator .col-4 {
    padding: 0 !important;
  }
}
