@charset "UTF-8";
/**
Gradients:
.gradient {
  @include gradient(#07c, #06f, vertical);
}
*/
#contact * {
  outline: none;
}
#contact form {
  padding: 30px 0 0 0;
}
#contact form .form-row {
  display: flex;
  margin: 32px 0;
}
#contact form .form-row .input-data {
  width: 100%;
  height: 40px;
  position: relative;
}
#contact form .form-row .textarea {
  height: 70px;
  background-color: transparent;
}
#contact .input-data input,
#contact .textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  background-color: transparent;
  background: none;
  color: #fff;
}
#contact .input-data input:focus ~ label, #contact .textarea textarea:focus ~ label,
#contact .input-data input:valid ~ label, #contact .textarea textarea:valid ~ label {
  transform: translateY(-20px);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
#contact .textarea textarea {
  resize: none;
  padding-top: 10px;
  background-color: transparent;
}
#contact .input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
#contact .textarea label {
  width: 100%;
  bottom: 40px;
  background: #1c1c21;
}
#contact .input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
#contact .input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #fc575c;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
#contact .input-data input:focus ~ .underline:before,
#contact .input-data input:valid ~ .underline:before,
#contact .textarea textarea:focus ~ .underline:before,
#contact .textarea textarea:valid ~ .underline:before {
  transform: scale(1);
}
#contact .submit-btn .input-data {
  overflow: hidden;
  height: 45px !important;
  width: 25% !important;
}
#contact .submit-btn .input-data .inner {
  height: 100%;
  width: 300%;
  background: none;
  transition: all 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#contact .submit-btn input {
  background-color: transparent;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#contact .submit-btn input:hover {
  color: #fff;
  transition: all 0.4s;
  background: #fc575c;
}
@media (max-width: 700px) {
  #contact .text {
    font-size: 30px;
  }
  #contact form {
    padding: 10px 0 0 0;
  }
  #contact form .form-row {
    display: block;
  }
  #contact form .form-row .input-data {
    margin: 35px 0 !important;
  }
  #contact .submit-btn .input-data {
    width: 40% !important;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Merriweather;
  font-weight: 300;
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 1279px) {
  h1 {
    font-size: 4rem;
  }
}

.col-6, .col-12, .col-md-6 {
  flex-basis: auto !important;
  max-width: none !important;
}

.cd-main__content {
  background: #fff;
  height: auto;
  min-height: 100vh;
  max-width: none !important;
  color: #61666f;
  align-items: start;
}
.cd-main__content a {
  color: #fc575c;
  text-decoration: none;
}

.container.constrained {
  max-width: 1400px !important;
}

.header {
  position: relative;
  z-index: 10;
}
.header .contact-info {
  font-size: 0.8rem;
  color: #7c818a;
  letter-spacing: 0.5px;
}
.header .row {
  height: 100px;
}
@media (min-width: 1279px) {
  .header .row {
    height: 128px;
  }
}
.header ul {
  list-style-type: none;
}
.header ul li {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0px 10px;
}
.header.light p.contact-info, .header.light a {
  color: #fff;
}
.header a.email-us {
  font-size: 90%;
}

a.email-us {
  background: #fc575c;
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: inline-block;
}

.container.light p {
  color: #fff;
}

.project-header {
  position: relative;
  top: -128px;
  height: 850px;
}
@media (min-width: 768px) {
  .project-header {
    height: 700px;
  }
}
.project-header .row {
  display: flex;
  align-items: center;
  height: 700px;
}
.project-header h1, .project-header h3 {
  font-size: 2rem;
  font-weight: 100;
  font-family: Merriweather;
  color: #fff !important;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .project-header h1, .project-header h3 {
    font-size: 3rem;
  }
}
.project-header h3 {
  font-size: 1.2rem !important;
  padding: 30px 0 10px;
}
@media (min-width: 768px) {
  .project-header h3 {
    font-size: 1.2rem;
  }
}
.project-header ul {
  margin-top: 45px !important;
}
.project-header ul li {
  padding-bottom: 7px;
  font-size: 1rem;
  color: #ccc !important;
}
.project-header a {
  text-decoration: none;
}
.project-header a i {
  padding-left: 20px;
}
.project-header a:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 30px;
}
.project-header .shape {
  width: 60%;
  height: 760px;
  background: #eee;
  position: absolute;
  top: 0px;
  right: 0px;
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%) !important;
  -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%) !important;
  z-index: 1;
}
.project-header .col-12 {
  z-index: 2;
}
.project-header .main-img {
  position: relative;
  max-width: 100%;
  left: -15px;
}
@media (min-width: 768px) {
  .project-header .main-img {
    top: 100px;
    left: -55px;
    max-width: 105%;
  }
}
@media (min-width: 1600px) {
  .project-header .main-img {
    max-width: 90%;
  }
}

.text-row h3 {
  font-size: 2rem;
  font-weight: 100;
  color: #61666f;
  padding-bottom: 20px;
}
.text-row p {
  font-size: 1rem;
  font-weight: 100;
  color: #61666f;
  padding-bottom: 10px;
}

.project-title-holder {
  margin-top: 180px;
}
@media (min-width: 768px) {
  .project-title-holder {
    margin-top: 0px;
  }
}

.testimonial .left {
  border-right: 1px solid #666;
}
.testimonial .test-img {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 70px;
}
.testimonial p.test-name {
  color: #fff;
  font-size: 1rem;
}
.testimonial p.test-name.role {
  font-size: 0.8rem;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
}
.testimonial p {
  font-size: 1.1rem;
  font-weight: 300;
}

.project-preview h4 {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #fc575c;
}
.project-preview p {
  font-size: 1.2rem;
  color: #1c1c21;
  padding: 20px 0;
}
.project-preview .right-col {
  top: 0px;
}
@media (min-width: 768px) {
  .project-preview .right-col {
    top: -150px;
  }
}

.intro p {
  color: #93969c;
}

body .cd-main__content {
  background-color: #fff;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
body.dark .cd-main__content {
  background-color: #1c1c21 !important;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
body.light .cd-main__content {
  background-color: #fff !important;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#proteam {
  color: #fff;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#proteam h1 {
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 768px) {
  #proteam h1 {
    font-size: 2.5rem;
  }
}
#proteam p {
  color: #fff;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
}
#proteam p.contact {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

p.title {
  color: #1c1c21 !important;
}
p.title.sub-title {
  padding-bottom: 10px;
  font-size: 1rem;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
}

#services {
  margin-bottom: 130px;
}
#services .serv {
  position: relative;
}
#services .serv:after {
  border-right: 1px solid #1c1c21;
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  height: 100px;
  display: none;
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  top: 0px;
}
@media (min-width: 768px) {
  #services .serv:after {
    display: block;
  }
}
#services .serv .logo {
  position: relative;
}
#services .serv .logo:after {
  border-right: 1px solid #1c1c21;
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  height: 50px;
  display: block;
  position: absolute;
  right: 20px;
  content: "";
  width: 1px;
  top: 0px;
}
@media (min-width: 768px) {
  #services .serv .logo:after {
    display: none;
  }
}
#services .serv:last-child:after {
  display: none;
}
#services .serv img {
  height: 40px;
  margin-bottom: 20px;
}
#services .serv p {
  font-size: 0.7rem;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  color: #1c1c21;
}
#services .serv h5 {
  font-size: 1rem;
  padding: 10px 0;
  color: #1c1c21 !important;
}

#contact {
  background: #1c1c21;
}
#contact h2 {
  color: #fff;
}
#contact.contact-page {
  background: none !important;
}
#contact.contact-page p, #contact.contact-page h2 {
  color: #1c1c21;
}
#contact.contact-page .input-data input, #contact.contact-page .textarea textarea {
  border-bottom: 1px solid #93969c;
  color: #1c1c21;
}
#contact.contact-page .input-data input:focus ~ label, #contact.contact-page .textarea textarea:focus ~ label, #contact.contact-page .input-data input:valid ~ label, #contact.contact-page .textarea textarea:valid ~ label {
  color: #1c1c21;
}
#contact.contact-page .textarea label {
  background: none;
}
#contact.contact-page .submit-btn input {
  border-color: #93969c;
  color: #1c1c21;
}

#footer {
  background: #1c1c21;
  color: #ccc;
  font-size: 0.9rem;
}
#footer h3 {
  font-size: 1.1rem;
  color: #ccc;
  padding-bottom: 10px;
}
#footer .sign-off {
  font-size: 0.8rem;
}
#footer a.email-us {
  padding: 7px 14px;
  font-size: 0.8rem;
}

#clients .logos .logo {
  width: 31%;
  max-width: 31%;
  height: 100px;
  border: 1px solid #eee;
  margin: 3px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  #clients .logos .logo {
    width: 15%;
    max-width: 15%;
  }
}
#clients .logos .logo:last-child {
  margin-right: 0px;
}
#clients .logos .logo img {
  padding: 10px;
  max-width: 120px;
  max-height: 80px;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
#clients .logos .logo div.mask {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.service-header {
  height: 80vh;
}
.service-header h1 {
  color: #1c1c21;
}

.service-row {
  position: relative;
  height: 100vh;
  color: #fff;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.service-row h1 {
  font-size: 2.4rem;
  padding-top: 10px;
  color: #fff;
}
@media (min-width: 1279px) {
  .service-row h1 {
    font-size: 3rem;
  }
}
.service-row p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.service-row .col {
  position: relative;
  overflow: hidden;
}
.service-row .shape {
  height: 520px;
  position: relative;
  z-index: 1;
}
.service-row .shape img {
  height: 520px;
  max-width: none;
}
@media (min-width: 768px) {
  .service-row .shape {
    height: 90vh;
  }
  .service-row .shape img {
    height: 90vh;
  }
}
@media (min-width: 768px) {
  .service-row .shape {
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%) !important;
    -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%) !important;
  }
}
.service-row .shape-overlay {
  background: rgba(25, 35, 56, 0.8);
  width: 100%;
  height: 100%;
  left: -1200px;
  position: absolute;
  z-index: 2;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  clip-path: polygon(0% 60%, 80% 60%, 70% 101%, 0% 101%) !important;
  -webkit-clip-path: polygon(0% 60%, 80% 60%, 70% 101%, 0% 101%) !important;
}
@media (min-width: 768px) {
  .service-row .shape-overlay {
    clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%) !important;
    -webkit-clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%) !important;
  }
}
.service-row .service-icon {
  width: 50px;
  height: 50px;
  filter: invert(100%);
}
@media (min-width: 768px) {
  .service-row .service-icon {
    height: 80px;
    width: 80px;
  }
}
body.light p, body.light h1 {
  color: #1c1c21;
}
body.light .shape-overlay {
  background: rgba(255, 255, 255, 0.8);
}
body.light .service-icon {
  filter: none;
}

.service-row .shape-background {
  background: #ccc;
  width: 100%;
  height: 100%;
  right: -1600px;
  left: auto;
  position: absolute;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .service-row .shape-background {
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%) !important;
    -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%) !important;
  }
}
.service-row img.service-img {
  right: -1600px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  position: relative;
  margin-left: -200px;
}
.service-row img.service-img.v2 {
  margin-left: -50px;
  max-width: 150%;
}
@media (min-width: 768px) {
  .service-row img.service-img {
    margin-left: 0px;
  }
  .service-row img.service-img.v2 {
    max-width: 100%;
  }
}
.service-row .text-hold {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  max-width: 90%;
  top: -150px;
}
.service-row .text-hold p {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .service-row .text-hold {
    max-width: none;
    top: auto;
  }
  .service-row .text-hold p {
    margin-top: auto;
  }
}
.service-row.active .text-hold {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: all 1s ease-in-out 0.7s;
  -moz-transition: all 1s ease-in-out 0.7s;
  transition: all 1s ease-in-out 0.7s;
}
.service-row.active .shape-overlay {
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out 0.8s;
  -moz-transition: all 0.25s ease-in-out 0.8s;
  transition: all 0.25s ease-in-out 0.8s;
}
@media (min-width: 768px) {
  .service-row.active .shape-overlay {
    left: -400px;
  }
}
@media (min-width: 1600px) {
  .service-row.active .shape-overlay {
    left: -600px;
  }
}
.service-row.active .shape-background {
  right: 0px;
  left: auto;
}
.service-row.active img.service-img {
  right: 0px;
  position: relative;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  -moz-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}
.service-row .text-hold {
  position: relative;
  width: auto;
  z-index: 10;
}
@media (min-width: 1279px) {
  .service-row .text-hold {
    width: 500px;
  }
}

#map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  #map {
    height: 800px;
  }
}

.branding-areas p {
  color: #1c1c21;
  font-size: 0.9rem;
  padding: 10px 0;
}
.branding-areas h2 {
  padding-bottom: 10px;
}

.brand-work .text-hold {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.brand-work .text-hold h3, .brand-work .text-hold p {
  color: #fff;
  text-align: center;
}
.brand-work .text-hold h3 {
  padding-top: 30%;
}

.feature-projects h1, .feature-projects h2, .feature-projects h3, .feature-projects p {
  color: #fff !important;
  line-height: 1.4rem;
}
@media (min-width: 768px) {
  .feature-projects h1, .feature-projects h2, .feature-projects h3, .feature-projects p {
    line-height: 1.9rem;
  }
}
.feature-projects h2 {
  font-size: 1.1rem;
  padding-bottom: 10px;
}
.feature-projects h3 {
  font-size: 1rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .feature-projects h3 {
    font-size: 1.6rem;
  }
}
.feature-projects p {
  font-size: 0.9rem;
}
.feature-projects img.feature-logo {
  max-width: 120px;
}
@media (min-width: 768px) {
  .feature-projects img.feature-logo {
    max-width: 180px;
  }
}
.feature-projects img.feature-image {
  max-width: 130%;
  width: 130%;
}
@media (min-width: 768px) {
  .feature-projects img.feature-image {
    max-width: 100%;
    width: 100%;
  }
}

p.service-intro {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media (min-width: 768px) {
  p.service-intro {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}

.our-help .service-text-blob {
  background: #fff;
  position: relative;
  top: -50px;
}
@media (min-width: 768px) {
  .our-help .service-text-blob {
    top: 0px;
  }
}
.our-help .service-text-blob h2 {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .our-help .service-text-blob h2 {
    font-size: 3rem;
  }
}
.our-help .service-text-blob h3 {
  font-size: 1rem;
  padding: 10px 0;
  color: #fc575c;
}
@media (min-width: 768px) {
  .our-help .service-text-blob h3 {
    font-size: 1.2rem;
  }
}
.our-help .service-text-blob p {
  font-size: 0.8rem;
  padding: 10px 0;
  color: #1c1c21;
}
@media (min-width: 768px) {
  .our-help .service-text-blob p {
    font-size: 1rem;
  }
}

h2.title {
  color: #fc575c;
  font-size: 20px;
}

h3.full-title {
  color: #61666f;
}

.slick-testimonials {
  display: flex;
}
.slick-testimonials p {
  color: #fff !important;
}
.slick-testimonials .slick-dots li button:before {
  color: #fff;
  font-size: 1rem;
}
.slick-testimonials .slick-custom-prev, .slick-testimonials .slick-custom-next {
  left: 25px;
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 40px;
  text-align: center;
  z-index: 10;
  color: #eee;
}
.slick-testimonials .slick-custom-prev.slick-custom-next, .slick-testimonials .slick-custom-next.slick-custom-next {
  right: 25px;
  left: auto;
}

.also-created img.img-fluid {
  max-width: 130%;
}
@media (min-width: 768px) {
  .also-created img.img-fluid {
    max-width: 100%;
  }
}
.also-created a {
  display: block;
  position: relative;
  text-decoration: none;
}
.also-created a p.overlay {
  color: #fff;
  bottom: 20%;
  left: 4%;
  z-index: 10;
  background: #1c1c21;
  padding: 10px 30px;
  line-height: 28px;
  font-size: 20px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  position: absolute;
}
.also-created a p.overlay span {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.also-created a p.overlay span.domain {
  font-weight: 900;
  text-decoration: underline;
}
.also-created a p.overlay span.desc {
  font-size: 14px;
  color: #fc575c;
  text-decoration: none;
}
.also-created a:hover p.overlay {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.also-created a:hover p.overlay span {
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

p.co-details {
  color: #fff !important;
}

.home-service-intro {
  margin-top: 40px;
  margin-bottom: 300px;
}
@media (min-width: 768px) {
  .home-service-intro {
    margin-top: 100px;
    margin-bottom: 500px;
  }
}
.home-service-intro .row {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
body.dark .home-service-intro .row {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.home-service-intro .service-icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .home-service-intro .service-icon {
    height: 80px;
    width: 80px;
  }
}
.home-service-intro p, .home-service-intro h1, .home-service-intro ul, .home-service-intro li {
  color: #1c1c21;
  font-size: 0.9rem;
}
.home-service-intro p i, .home-service-intro h1 i, .home-service-intro ul i, .home-service-intro li i {
  color: #61666f;
  font-size: 0.8rem;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .home-service-intro p, .home-service-intro h1, .home-service-intro ul, .home-service-intro li {
    font-size: 1.1rem;
  }
}
.home-service-intro .link-type {
  font-size: 1rem;
  color: #fc575c;
}
.home-service-intro .link-type i.more {
  color: #fc575c;
  padding-left: 10px;
  font-size: 1rem;
}
.home-service-intro a:hover i.more {
  color: #fc575c;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.home-service-intro img.service-img {
  max-width: 150%;
}
@media (min-width: 768px) {
  .home-service-intro img.service-img {
    max-width: 100%;
  }
}
.home-service-intro h2 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .home-service-intro h2 {
    font-size: 2.2rem;
  }
}

.article-page p {
  color: #1c1c21;
  padding: 15px 0;
  line-height: 1.8rem;
}
.article-page p.date {
  color: #999;
  font-size: 0.9rem;
}
.article-page h4 {
  line-height: 2rem;
}
.article-page .bg-2 {
  background: url("/img/sgp-bg2.jpg");
  background-size: cover;
  min-height: 600px;
}
.article-page h2.statement {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 23px;
  border-bottom: 3px solid #ff0334;
}
.article-page .rlwc-bg2 {
  background: url("/img/rlwc-bg2.jpg");
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}
.article-page .rlwc-bg2 p {
  color: #fff;
}
.article-page .rlwc-bg3 {
  background: url("/img/rlwc-globe.jpg") no-repeat #0a080e;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0;
}
.article-page .rlwc-bg3 p {
  color: #fff;
}
.article-page .highlight-text {
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 700px;
}

/*# sourceMappingURL=fluid.css.map */
