@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@font-face {
  font-family: 'Univers';
  src: url("../fonts/Univers55AA.eot");
  src: url("../fonts/Univers55AA.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers55AA.woff2") format("woff2"), url("../fonts/Univers55AA.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TurminoTF';
  src: url("../fonts/TurminoTF-Normal.eot");
  src: local("☺"), url("../fonts/TurminoTF-Normal.woff") format("woff"), url("../fonts/TurminoTF-Normal.ttf") format("truetype"), url("../fonts/TurminoTF-Normal.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TurminoTF';
  src: url("../fonts/TurminoTF-Bold.eot");
  src: local("☺"), url("../fonts/TurminoTF-Bold.woff") format("woff"), url("../fonts/TurminoTF-Bold.ttf") format("truetype"), url("../fonts/TurminoTF-Bold.svg") format("svg");
  font-weight: bold;
  font-style: bold; }

@font-face {
  font-family: 'FreightText';
  src: url("../fonts/Freight Text Book.eot");
  src: local("☺"), url("../fonts/Freight Text Book.woff") format("woff"), url("../fonts/Freight Text Book.ttf") format("truetype"), url("../fonts/Freight Text Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FreightText';
  src: url("../fonts/Freight Text Bold.eot");
  src: local("☺"), url("../fonts/Freight Text Bold.woff") format("woff"), url("../fonts/Freight Text Bold.ttf") format("truetype"), url("../fonts/Freight Text Bold.svg") format("svg");
  font-weight: bold;
  font-style: bold; }

@font-face {
  font-family: 'ModernEra';
  src: url("../fonts/modernera-substance.eot");
  src: local("☺"), url("../fonts/modernera-substance.woff") format("woff"), url("../fonts/modernera-substance.ttf") format("truetype"), url("../fonts/modernera-substance.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PathWay';
  src: url("../fonts/PathwayGothicOne-Regular.eot");
  src: local("☺"), url("../fonts/PathwayGothicOne-Regular.woff") format("woff"), url("../fonts/PathwayGothicOne-Regular.ttf") format("truetype"), url("../fonts/PathwayGothicOne-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.captivate-section {
  padding-top: 20px;
  margin-bottom: 85px; }
  @media (max-width: 767px) {
    .captivate-section {
      margin-bottom: 85px; } }

.captivate-row {
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .captivate-row {
      margin-bottom: 15px; } }

.captivate-nav-section {
  text-align: right; }
  @media (max-width: 767px) {
    .captivate-nav-section {
      text-align: left;
      margin-bottom: 20px; } }
  .captivate-nav-section a {
    display: inline-block;
    font-size: 16px;
    color: #757575;
    font-weight: 700;
    transition: all 0.2s ease-in-out; }
    .captivate-nav-section a.prev {
      position: relative;
      margin-right: 10px; }
      .captivate-nav-section a.prev:after {
        content: '';
        width: 1px;
        height: 10px;
        position: absolute;
        right: -8px;
        background: #000;
        top: 6px; }
    .captivate-nav-section a.next {
      color: #f31818; }
    .captivate-nav-section a:hover {
      text-decoration: none;
      color: #000; }

.captivate-work-nav {
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .captivate-work-nav {
      margin-bottom: 10px; } }
  .captivate-work-nav a {
    display: inline-block;
    font-size: 16px;
    color: #757575;
    transition: all 0.2s ease-in-out;
    margin-right: 60px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent; }
    .captivate-work-nav a.activ, .captivate-work-nav a:hover {
      text-decoration: none;
      color: #000;
      border-bottom-color: #000; }
    @media (max-width: 767px) {
      .captivate-work-nav a {
        margin-right: 20px;
        margin-bottom: 10px; } }

.captivate-grid a {
  position: relative;
  float: left; }
  .captivate-grid a > img {
    transition: all 0.2s ease-in-out; }
  .captivate-grid a:hover .work-hover {
    opacity: 1; }
  .captivate-grid a .work-hover {
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fd9b28;
    padding: 40px;
    opacity: 0; }
    .captivate-grid a .work-hover:after {
      content: '';
      background-image: url("../images/arr-work_hover.png");
      background-size: contain;
      width: 33px;
      height: 20px;
      top: 20px;
      right: 20px;
      position: absolute; }
    .captivate-grid a .work-hover .work-name {
      color: #000;
      font-size: 28px;
      line-height: 100%;
      margin-bottom: 5px;
      font-weight: 700;
      display: block; }
      @media (max-width: 767px) {
        .captivate-grid a .work-hover .work-name {
          font-size: 16px; } }
    .captivate-grid a .work-hover .work-category {
      color: #fff;
      font-size: 18px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .captivate-grid a .work-hover .work-category {
          font-size: 12px; } }
    .captivate-grid a .work-hover .work-hover-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 75%; }

.captivate-grid div {
  position: relative;
  float: left; }

.captivate-grid div[class^="grid-inner-"] > a:last-child, .captivate-grid div[class^="grid-inner-"] > div:last-child, .captivate-grid div[class^="grid-inner-"] > a:last-child, .captivate-grid div[class^="grid-inner-"] > div:last-child, .captivate-grid div[class*="grid-inner-"] > a:last-child, .captivate-grid div[class*="grid-inner-"] > div:last-child, .captivate-grid div[class*="grid-inner-"] > a:last-child, .captivate-grid div[class*="grid-inner-"] > div:last-child {
  margin-right: 0; }

.captivate-grid .grid-inner-row {
  float: left;
  margin-bottom: 7.5px;
  padding: 0 15px;
  width: 100%; }

@media (max-width: 767px) {
  .hero-wrapper .hero-control .free-consult{display:none;}
  .captivate-grid .grid-multi-row {
    margin-bottom: 7.5px; } }

.captivate-grid .grid-gap-b {
  margin-bottom: 7.5px; }

.captivate-grid .grid-inner-2 > a, .captivate-grid .grid-inner-2 > div {
  width: calc(100%/2 + 7.5px/2 - 7.5px);
  margin-right: 7.5px; }
  @media (max-width: 767px) {
    .captivate-grid .grid-inner-2 > a, .captivate-grid .grid-inner-2 > div {
      margin-right: 0;
      width: 100%; } }

.captivate-grid .grid-inner-2 .grid-inner-2 > a, .captivate-grid .grid-inner-2 .grid-inner-2 > div {
  width: calc(100%/2 + 7.5px/2 - 7.5px);
  margin-right: 7.5px; }

.captivate-grid .grid-inner-2a > a, .captivate-grid .grid-inner-2a > div {
  padding-right: 0; }
  .captivate-grid .grid-inner-2a > a:nth-child(1), .captivate-grid .grid-inner-2a > div:nth-child(1) {
    width: calc(60% - 3.5px);
    margin-right: 3.5px; }
  .captivate-grid .grid-inner-2a > a:nth-child(2), .captivate-grid .grid-inner-2a > div:nth-child(2) {
    width: calc(40% - 3.5px);
    margin-left: 3.5px; }

.captivate-grid .grid-inner-2b > a, .captivate-grid .grid-inner-2b > div {
  padding-right: 0; }
  .captivate-grid .grid-inner-2b > a:nth-child(1), .captivate-grid .grid-inner-2b > div:nth-child(1) {
    width: calc(40% - 3.5px);
    margin-right: 3.5px; }
  .captivate-grid .grid-inner-2b > a:nth-child(2), .captivate-grid .grid-inner-2b > div:nth-child(2) {
    width: calc(60% - 3.5px);
    margin-left: 3.5px; }

.captivate-grid .grid-inner-3 > a, .captivate-grid .grid-inner-3 > div {
  width: calc(100%/3 + 7.5px/3 - 7.5px);
  margin-right: 7.5px; }

.captivate-grid .grid-inner-4 > a, .captivate-grid .grid-inner-4 > div {
  width: calc(100%/4 + 7.5px/4 - 7.5px);
  margin-right: 7.5px; }
  @media (max-width: 767px) {
    .captivate-grid .grid-inner-4 > a, .captivate-grid .grid-inner-4 > div {
      width: calc(100%/2 + 7.5px/2 - 7.5px); } }
  @media (max-width: 767px) {
    .captivate-grid .grid-inner-4 > a:nth-child(2), .captivate-grid .grid-inner-4 > div:nth-child(2) {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .captivate-grid .grid-inner-4 > a:nth-child(-n+2), .captivate-grid .grid-inner-4 > div:nth-child(-n+2) {
      margin-bottom: 7.5px; } }

.captivate-grid .grid-inner-4 > .grid-colspan-2 {
  width: calc(100%/2 + 6px/4 - 5px) !important; }

.comments {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 3px solid #000;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .comments {
      margin-bottom: 20px;
      padding-bottom: 60px; } }
  .comments:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("../images/quote.png");
    background-size: contain;
    left: 80px;
    top: -5px; }
    @media (max-width: 767px) {
      .comments:before {
        left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .comments:before {
        left: 40px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .comments:before {
        left: 60px; } }

@media (max-width: 767px) {
  .comment-wrapper {
    margin-bottom: 40px; } }

.comment-arrow {
  width: 80%;
  margin: 0 auto; }
  .comment-arrow > div {
    width: 32px;
    display: inline-block;
    height: 32px;
    background-size: contain;
    cursor: pointer; }
  .comment-arrow .comment-arrow-prev {
    background-image: url("../images/arr-prev.jpg"); }
    .comment-arrow .comment-arrow-prev:hover {
      background-image: url("../images/arr-prev_hover.jpg"); }
  .comment-arrow .comment-arrow-next {
    background-image: url("../images/arr-next.jpg"); }
    .comment-arrow .comment-arrow-next:hover {
      background-image: url("../images/arr-next_hover.jpg"); }

.comment-slider {
  width: 80%;
  margin: 0 auto 20px; }

.comment {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 23px;
  margin-bottom: 25px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .comment {
      font-size: 14px; } }

.commentator {
  font-size: 16px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .commentator {
      font-size: 12px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }
  .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; }

#footer .row {
  margin: 0 -3.5px; }

#footer .col-xs-12 {
  padding-left: 3.5px;
  padding-right: 3.5px; }

.footer-col {
  width: 100%;
  border-top: 3px solid #000;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 20px;
  font-family: "FreightText", sans-serif;
  color: #474747;
  line-height: 120%;
  margin-bottom: 3px;
  margin-top: 0; }
  @media (max-width: 767px) {
    .footer-col {
      padding: 5px 0 15px;
      border-top-width: 2px;
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-col {
      font-size: 14px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer-col {
      font-size: 16px; } }
  .footer-col h4 {
    font-family: "FreightText", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000; }
    @media (max-width: 767px) {
      .footer-col h4 {
        font-size: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-col h4 {
        font-size: 14px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .footer-col h4 {
        font-size: 16px; } }
  .footer-col a {
    color: #000; }
    .footer-col a:hover {
      color: #757575;
      text-decoration: none; }

.follow-us a {
  font-size: 24px;
  margin-right: 20px;
  vertical-align: top; }
  @media (min-width: 768px) and (max-width: 991px) {
    .follow-us a {
      margin-right: 10px; } }

.navbar .footer-col {
  text-align: left;
  display: none; }
  @media (max-width: 767px) {
    .navbar .footer-col {
      display: block;
      padding: 5px 10px 15px; } }

body {
  font-family: Helvetica, Arial, sans;
  position: relative !important;
  color: #28221f; }

h1 {
  font-size: 5em;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "PathWay", sans; }

h2, h3, h4 {
  margin-top: 0;
  font-weight: 700; }

h2 {
  font-size: 16px; }

p {
  font-size: 18px; }

#header {
  font-family: "ModernEra", Arial, sans-serif;
  display: block;
  width: 100%;
  color: #f2f2f2;
  z-index: 3;
  position: relative; }

.logo img {
  width: 160px; }
  @media (max-width: 767px) {
    .logo img {
      width: 120px; } }

@media (max-width: 767px) {
  .logo {
    padding: 15px 0; } }

.image-text-center img {
  margin-bottom: 10px; }

.image-text-center .caption {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'TurminoTF', sans;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .image-text-center .caption {
      margin-bottom: 20px;
      text-align: left;
      font-size: 24px; } }

.image-text-top {
  font-family: "FreightText", Times, serif;
  font-size: 16px; }
  .image-text-top .caption {
    height: 45px;
    display: block; }

.background h2 {
  letter-spacing: 1px; }

.background h3 {
  font-size: 20px; }

.bg-hero-section {
  background-image: url("../images/background-hero-image_new.jpg");
  background-position: -200px top;
  background-repeat: no-repeat;
  width: 100%;
  color: #000;
  padding-top: 105px;
  margin-bottom: 20px;
  height: 481px; }
  @media (max-width: 767px) {
    .bg-hero-section {
      height: auto;
      padding-top: 80px;
      margin-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .bg-hero-section {
      padding-top: 85px; } }
  .bg-hero-section h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 25px; }
    @media (max-width: 767px) {
      .bg-hero-section h2 {
        margin-bottom: 10px; } }
  .bg-hero-section p {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0.2px;
    width: 95%;
    background: rgba(255, 255, 255, 0.85);
    padding: 25px; }
    @media (max-width: 767px) {
      .bg-hero-section p {
        width: 100%;
        font-size: 34px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bg-hero-section p {
        font-size: 24px; } }

.bg-hero-content {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  .bg-hero-content:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    background: transparent;
    border: 5px solid transparent;
    animation: animate 1.5s ease forwards; }
    @media (max-width: 767px) {
      .bg-hero-content:before {
        display: none; } }

.bg-what-we-do {
  margin-bottom: 0; }

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent; }
  50% {
    width: 100%;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #000;
    border-left-color: transparent; }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: transparent; } }

.bg-filler-section {
  margin-bottom: 20px; }
  .bg-filler-section p {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 300; }
    @media (max-width: 767px) {
      .bg-filler-section p {
        font-size: 32px; } }

.bg-whatwedo-section {
  margin-bottom: 45px; }

.bg-with-image-on-the-right {
  background-image: url("https://www.captivatebrand.com/images/background-hero-image.jpg");
  background-position: 600px top;
  background-repeat: no-repeat;
  width: 100%;
  height: 481px;
  color: #000;
  padding-top: 40px; }
  @media (max-width: 991px) {
    .bg-with-image-on-the-right {
      height: auto;
      background: none; } }

h2.with-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 65px;
  text-transform: uppercase;
  font-family: 'Pathway', sans-serif;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: normal; }
  h2.with-underline:before {
    content: '';
    height: 6px;
    background: #000;
    position: absolute;
    bottom: -15px;
    width: 40%; }
  @media (max-width: 767px) {
    h2.with-underline {
      margin-bottom: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2.with-underline {
      margin-bottom: 40px; } }

.work-top-section {
  margin-bottom: 0; }

.work-about-section {
  margin-bottom: 20px; }
  .work-about-section h4 {
    font-size: 14px; }
  .work-about-section p {
    font-size: 14px;
    margin-bottom: 20px; }

.work-desc-section h3 {
  font-size: 16px; }
  @media (max-width: 767px) {
    .work-desc-section h3 {
      margin-top: 0; } }

.work-desc-section p {
  font-size: 14px;
  width: 60%;
  font-weight: 400; }
  @media (max-width: 767px) {
    .work-desc-section p {
      width: 100%; } }

.work-wording-section {
  padding: 0 40px; }
  @media (max-width: 767px) {
    .work-wording-section {
      padding: 0; } }
  .work-wording-section p {
    font-size: 14px;
    font-weight: 400; }

.work-detail .captivate-section {
  margin-bottom: 20px; }

ul.credits {
  padding-left: 0;
  font-size: 12px; }
  ul.credits li {
    font-family: "FreightText", Times, serif;
    list-style-type: none; }
    ul.credits li strong {
      font-family: Helvetica, Arial, sans-serif;
      margin-right: 5px; }

.noir {
  background: #000; }
  .noir h2, .noir h3, .noir h4 {
    color: #fff; }
    .noir h2:before, .noir h3:before, .noir h4:before {
      background: #fff; }
  .noir p {
    color: #808080; }
  .noir .captivate-nav-section a {
    color: #808080; }
    .noir .captivate-nav-section a:nth-child(1):after {
      background: #808080; }
    .noir .captivate-nav-section a:hover {
      text-decoration: none;
      color: #fff; }
    .noir .captivate-nav-section a.next {
      color: #b12823; }
  .noir .work-about-section {
    color: #fff; }
  .noir ul.credits li {
    color: #808080; }
  .noir .captivate-grid a:hover > img {
    filter: brightness(1.2); }

.blog-top-section .captivate-nav-section {
  border-bottom: 1px solid #000; }
  .blog-top-section .captivate-nav-section .captivate-row {
    margin-bottom: 20px; }

.blog-top-section .captivate-row {
  position: relative; }

.blog-top-section h2 {
  font-family: 'TurminoTF', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .blog-top-section h2 {
      font-size: 24px; } }
  .blog-top-section h2 span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 54px;
    display: block;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .blog-top-section h2 span {
        font-size: 36px; } }

.blog-top-section h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.blog-top-section p {
  font-size: 14px;
  color: #474747;
  margin-bottom: 30px; }

.blog-top-section a.readmore {
  text-transform: uppercase;
  color: #000; }

@media (max-width: 991px) {
  .blog-top-image {
    margin-bottom: 25px; } }

.blog-header {
  margin-bottom: 40px; }

.blog-date {
  font-size: 11px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .blog-date {
      margin-bottom: 20px; } }

.blog-other-section h4 {
  font-family: "PathWay", sans-serif;
  font-size: 22px;
  margin-bottom: 50px; }

.contact-title {
  padding-bottom: 282px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  letter-spacing: 0; }
  .contact-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; }
  @media (max-width: 767px) {
    .contact-title {
      padding-bottom: 20px;
      margin-top: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-title {
      padding-bottom: 263px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-title {
      padding-bottom: 277px; } }
  .contact-title span {
    font-size: 12px;
    margin-top: 20px;
    display: block;
    font-weight: 400;
    line-height: 120%;
    font-family: "FreightText", sans-serif;
    letter-spacing: 0.5px; }
    @media (max-width: 767px) {
      .contact-title span {
        margin-bottom: 20px; } }

.contact-drop-us {
  font-family: "FreightText", sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px; }
  @media (max-width: 767px) {
    .contact-drop-us {
      margin-bottom: 20px; } }
  .contact-drop-us a {
    color: #474747; }
    .contact-drop-us a:hover {
      color: #000; }
  .contact-drop-us img {
    width: 25px;
    margin: 0 5px; }

.contact-form {
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  margin-bottom: 20px; }
  .contact-form .col-xs-6:nth-child(1) {
    border-right: 1px solid #8d8d8d; }
  .contact-form .col-xs-12 {
    border-top: 1px solid #8d8d8d; }
  .contact-form div[class^="col-"] {
    padding: 15px 10px; }
    @media (max-width: 767px) {
      .contact-form div[class^="col-"] {
        padding: 10px 5px; } }
  .contact-form label {
    width: 100px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .contact-form label {
        width: 80px;
        margin-bottom: 0; } }
  .contact-form input[type="text"], .contact-form textarea {
    font-size: 12px;
    border: 0;
    padding: 5px; }
    .contact-form input[type="text"]:focus, .contact-form textarea:focus {
      outline: none; }
    @media (max-width: 767px) {
      .contact-form input[type="text"], .contact-form textarea {
        width: 100%;
        padding: 0 5px; } }
  .contact-form .contact-input-form {
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .contact-form .contact-input-form {
        width: calc(100% - 85px);
        padding: 0; } }
    .contact-form .contact-input-form:before {
      content: ':';
      position: absolute;
      left: -10px;
      top: 2px; }
      @media (max-width: 767px) {
        .contact-form .contact-input-form:before {
          top: 0; } }
    .contact-form .contact-input-form.with-textarea {
      width: calc(100% - 110px); }
  .contact-form textarea {
    width: 100%;
    height: 150px;
    resize: none; }
    @media (max-width: 767px) {
      .contact-form textarea {
        height: 100px;
        padding: 2px 5px; } }
  .contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8d8d8d;
    letter-spacing: 0.5px; }
  .contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d8d8d;
    letter-spacing: 0.5px; }
  .contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #8d8d8d;
    letter-spacing: 0.5px; }
  .contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #8d8d8d;
    letter-spacing: 0.5px; }

.contact-form-submit {
  background: #000;
  text-align: right;
  color: #fff;
  padding: 10px 50px;
  border: 0; }

.close-menu {
  position: fixed;
  top: 15px;
  right: 15px;
  line-height: normal;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s ease-in-out; }

#menu {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 15px; }
  #menu li {
    padding: 0;
    margin: 0 22px;
    list-style: none;
    display: inline-block;
    position: relative;
    text-align: center; }
    @media (max-width: 992px) {
      #menu li {
        margin: 0 10px; } }
    #menu li:first-child {
      margin-left: 0; }
    #menu li:last-child {
      margin-right: 0; }
    #menu li a {
      color: #808080;
      text-decoration: none;
      font-weight: 400;
      transition: all 0.2s ease-in-out;
      letter-spacing: 0.5px; }
      #menu li a:hover, #menu li a.active {
        color: #fff; }
      @media (min-width: 768px) and (max-width: 992px) {
        #menu li a > span {
          display: none; } }

.content {
  min-height: 300px; }

.no-style {
  padding: 0;
  font-size: 13px; }
  .no-style li {
    list-style: none; }

.page-title {
  margin-bottom: 20px; }

.welcome-message {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .welcome-message {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .welcome-message h2 br {
      display: none; } }

.homepage-footer {
  margin-bottom: 135px; }
  @media (max-width: 991px) {
    .homepage-footer {
      margin-bottom: 40px; } }
  .homepage-footer .row {
    margin: 0 -3.5px; }
  .homepage-footer .col-md-9,
  .homepage-footer .col-md-3,
  .homepage-footer .col-md-4 {
    padding-left: 3.5px;
    padding-right: 3.5px; }
  .homepage-footer .block-wrapper .block-title {
    font-family: 'FreightText', sans-serif;
    font-weight: normal; }

.block-wrapper .block-title {
  min-height: 55px;
  margin-bottom: 15px;
  font-family: 'TurminoTF', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%; }
  @media (max-width: 767px) {
    .block-wrapper .block-title {
      min-height: auto;
      font-size: 24px;
      margin-bottom: 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .block-wrapper .block-title {
      min-height: 40px; } }

.block-wrapper .block-image {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative; }
  .block-wrapper .block-image > a img {
    transition: all 0.2s ease-in-out; }
  .block-wrapper .block-image > a:hover .block-hover-wrapper {
    opacity: 1; }
  .block-wrapper .block-image > a:hover img {
    transform: scale(1.1); }

.block-wrapper .block-text {
  font-size: 13px;
  color: #474646;
  letter-spacing: 0.2px;
  line-height: 130%; }
  @media (max-width: 991px) {
    .block-wrapper .block-text {
      display: none; } }

.modal-content {
  border-radius: 0; }

.modal-backdrop {
  background: #fff; }

button.close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  opacity: 1; }

.modal-content {
  background: #00987f;
  color: #fff;
  padding: 25px; }

.modal-title {
  font-family: "Playfair Display", Times, Georgia, serif;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .modal-title {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .modal-title br {
      display: none; } }

.modal-remarks {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 15px;
  display: block; }

.modal.small .modal-dialog {
  width: 350px; }
  @media (max-width: 767px) {
    .modal.small .modal-dialog {
      width: 90%;
      transform: translateX(-50%);
      left: 50%;
      margin: 10px 0; } }

.modal.medium .modal-dialog {
  width: 670px; }
  @media (max-width: 767px) {
    .modal.medium .modal-dialog {
      width: 90%;
      transform: translateX(-50%);
      left: 50%;
      margin: 10px 0; } }

.modal-dialog {
  width: 1140px; }

.looking-to {
  display: block; }

.popup-form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px; }

.popup-form input, .popup-form textarea, .popup-form select {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  box-shadow: none;
  color: #fff;
  padding: 0; }
  .popup-form input:focus, .popup-form textarea:focus, .popup-form select:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: white; }

.popup-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.popup-form .select {
  position: relative; }
  .popup-form .select:before {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    position: absolute;
    display: block;
    right: 5px;
    top: 50%; }

.popup-form textarea {
  min-height: 70px; }

.popup-form button[type="submit"] {
  color: #00987f;
  font-family: "Playfair Display", Times, Georgia, serif;
  text-transform: none;
  text-align: left;
  border: 0;
  width: 160px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 20px;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  background-image: url("https://www.captivatebrand.com/images/arrow-submit.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center; }

.main-content {
  padding-top: 85px; }

.crumb {
  font-size: 11px;
  margin-bottom: 30px;
  margin-top: 30px; }
  .crumb a {
    color: #777; }
  .crumb span {
    color: #053464; }

ul.accordion {
  line-height: 50px;
  margin: 0 0 50px;
  padding: 0; }
  ul.accordion li {
    list-style: none;
    padding-left: 30px;
    border-bottom: 1px solid #d9d9d9;
    color: #053464;
    font-weight: 700; }
    ul.accordion li:first-child {
      border-top: 1px solid #d9d9d9; }

.accordion {
  line-height: 50px;
  margin: 0 0 50px;
  padding: 0;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif; }
  .accordion dt {
    list-style: none;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #d9d9d9;
    color: #053464;
    font-weight: 700;
    position: relative; }
    .accordion dt:first-child {
      border-top: 1px solid #d9d9d9; }
    .accordion dt:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 16px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #000; }
    .accordion dt.open:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 17px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #000; }
    .accordion dt a {
      display: block;
      font-weight: bold;
      color: #053464; }
  .accordion dd {
    padding: 30px 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #d9d9d9;
    position: relative; }
    .accordion dd:last-of-type {
      border-top: 1px solid #d9d9d9;
      position: relative;
      top: -1px; }
    .accordion dd h3 {
      font-size: 16px;
      color: #053464;
      margin-top: 0; }
    .accordion dd p {
      font-size: 14px;
      color: #555;
      line-height: 22px; }
    .accordion dd .why-item {
      margin-bottom: 30px; }
    .accordion dd .why-description {
      margin-left: -15px; }

a {
  text-decoration: none; }

.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px; }
    .options li:hover {
      background-color: #39f;
      color: white; }

.page-wrap {
  margin-bottom: 60px; }

.pagination {
  margin: 0 0 20px; }

.pagination > li > a, .pagination > li > span {
  border: 0;
  color: #053464;
  font-size: 13px; }

.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover {
  background: none;
  text-decoration: underline; }

.pagination > li > a.current {
  text-decoration: underline; }

#bgover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.carousel-wrap {
  padding: 0 15px !important; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff; }
  .table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    text-align: left;
    padding: 1.6rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .table > thead > tr > th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
    font-weight: 700; }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 1px solid #eee; }

.table-bordered {
  border: 0; }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eee; }

.table-responsive-vertical {
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  max-height: 400px; }
  .table-responsive-vertical:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .table-responsive-vertical.full-show {
    overflow: auto; }
    .table-responsive-vertical.full-show:after {
      opacity: 0; }

.homepage .hero-slider {
  width: 100%; }
  .homepage .hero-slider .container {
    position: relative; }
  .homepage .hero-slider .hero-item {
    background-size: cover;
    width: 100vw;
    min-height: 100vh;
    background-position: center; }
    .homepage .hero-slider .hero-item > a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .homepage .hero-slider .hero-caption {
    position: absolute;
    top: calc(100vh - 100px);
    left: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 767px) {
      .homepage .hero-slider .hero-caption {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .homepage .hero-slider .hero-caption {
        font-size: 16px; } }
    .homepage .hero-slider .hero-caption span {
      display: block;
      font-weight: 400;
      font-size: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .homepage .hero-slider .hero-caption span {
          font-size: 14px; } }
    .homepage .hero-slider .hero-caption em {
      font-family: Helvetica, Arial, sans-serif; }

.hero-wrapper {
  position: relative;
  max-height: 100vh;
  overflow: hidden; }
  .hero-wrapper.noir .hero-control .free-consult {
    color: #000; }
    .hero-wrapper.noir .hero-control .free-consult a {
      color: #000; }
  .hero-wrapper.noir .hero-slider .hero-caption {
    color: #000; }
  .hero-wrapper.noir .anchor-feature .anchor-symbol > img {
    filter: invert(1); }
  .hero-wrapper .hero-control {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    @media (max-width: 767px) {
      .hero-wrapper .hero-control {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-wrapper .hero-control {
        width: 750px; } }
    @media (min-width: 992px) {
      .hero-wrapper .hero-control {
        width: 970px; } }
    @media (min-width: 1200px) {
      .hero-wrapper .hero-control {
        width: 1170px; } }
    .hero-wrapper .hero-control .free-consult {
      right: 15px;
      font-size: 22px;
      top: calc(100vh - 100px);
      color: #fff;
      position: absolute;
      font-weight: 700;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .hero-wrapper .hero-control .free-consult {
          right: auto;
          text-align: center;
          top: calc(100vh - 200px);
          width: 100%;
          font-size: 24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero-wrapper .hero-control .free-consult {
          font-size: 16px; } }
      .hero-wrapper .hero-control .free-consult a {
        color: #fff;
        transition: all 0.1s ease-in-out; }
      .hero-wrapper .hero-control .free-consult span {
        display: block;
        font-weight: 400;
        font-size: 20px; }
        @media (max-width: 767px) {
          .hero-wrapper .hero-control .free-consult span {
            margin-bottom: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .hero-wrapper .hero-control .free-consult span {
            font-size: 14px; } }
      .hero-wrapper .hero-control .free-consult .anchor-symbol {
        display: none; }
        @media (max-width: 767px) {
          .hero-wrapper .hero-control .free-consult .anchor-symbol {
            display: block; } }
        .hero-wrapper .hero-control .free-consult .anchor-symbol > img {
          width: 45px;
          transition: all 0.1s ease-in-out; }

.anchor-feature {
  position: absolute;
  top: calc(100vh - 90px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  font-weight: 300;
  font-size: 14px; }
  @media (max-width: 767px) {
    .anchor-feature {
      display: none; } }
  .anchor-feature .anchor-symbol {
    text-align: center; }
    .anchor-feature .anchor-symbol > img {
      width: 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .anchor-feature .anchor-symbol > img {
          width: 30px; } }

.hero-slide-nav {
  top: 0;
  height: 100%; }
  @media (max-width: 767px) {
    .hero-slide-nav {
      display: none; } }
  .hero-slide-nav .slide-prev, .hero-slide-nav .slide-next {
    width: 200px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
    .hero-slide-nav .slide-prev:hover, .hero-slide-nav .slide-next:hover {
      opacity: 1; }
  .hero-slide-nav .slide-prev {
    left: 0;
    cursor: url(https://www.captivatebrand.com/images/arrow-slide_prev.png), auto;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
  .hero-slide-nav .slide-next {
    right: 0;
    cursor: url(https://www.captivatebrand.com/images/arrow-slide_next.png), auto;
    background: -moz-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); }

.featured-wrapper {
  background: #000;
  padding-top: 180px; }
  @media (max-width: 767px) {
    .featured-wrapper {
      padding-top: 50px;
      margin-bottom: 30px; } }
  .featured-wrapper h2 {
    color: #aaa; }
    .featured-wrapper h2:before {
      background: #aaa; }
  .featured-wrapper p {
    color: #fff;
    margin-bottom: 40px; }

.about-hero-section {
  background-image: url("https://www.captivatebrand.com/images/bg-service.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  color: #000; }
  .about-hero-section h2 {
    text-transform: uppercase;
    margin-bottom: 40px; }
  .about-hero-section p {
    font-weight: 300;
    font-size: 16px;
    width: 90%; }
    @media (max-width: 767px) {
      .about-hero-section p {
        width: 100%; } }

.about-hero-content {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .about-hero-content {
      padding-bottom: 40px; } }
  .about-hero-content:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    background: transparent;
    border: 5px solid transparent;
    animation: animate 1.5s ease forwards; }
    @media (max-width: 767px) {
      .about-hero-content:before {
        display: none; } }

.service {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px dotted #000; }
  .service:nth-child(1) {
    border-left-color: transparent;
    border-top-color: transparent; }
  .service:nth-child(2) {
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent; }
  .service:nth-child(3) {
    border-left-color: transparent;
    border-top-color: transparent; }
  .service:nth-child(4) {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent; }
  .service:nth-child(5) {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent; }
  @media (max-width: 767px) {
    .service {
      border-left: 0;
      border-right: 0; } }
  .service.text-on-right .service-desc {
    margin-right: 0; }
  .service.text-on-right .service-image {
    margin-right: 20px; }

.service-about-section {
  border-bottom: 4px solid #000;
  margin-bottom: 60px; }
  .service-about-section h3 {
    font-family: 'TurminoTF', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .service-about-section p {
    font-size: 14px; }

.service-nav-section {
  margin-bottom: 20px; }

.service-bottom-section img {
  margin-bottom: 15px; }

.service-bottom-section .service-name {
  font-family: 'TurminoTF', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase; }

.service-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'TurminoTF', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .service-title {
      font-size: 18px;
      margin-bottom: 10px; } }

.service-desc {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px; }

.service-image {
  width: calc(50% - 10px);
  float: left; }
  .service-image img {
    width: 100%; }

.service-text p {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300; }
  @media (min-width: 768px) and (max-width: 991px) {
    .service-text p {
      font-size: 11px;
      margin-bottom: 10px; } }

.service-link > a {
  border: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  padding: 3px 7px;
  font-weight: 600;
  display: inline-block;
  transition: 0.2s all ease-in-out; }
  .service-link > a:hover {
    background: #000;
    color: #fff;
    text-decoration: none; }

.block-image {
  position: relative; }

.block-hover-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2); }
  .block-hover-wrapper .block-name {
    color: #fff;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    width: 50px;
    display: block;
    line-height: 120%;
    position: absolute;
    right: 15px;
    top: 15px; }
    @media (max-width: 767px) {
      .block-hover-wrapper .block-name {
        display: none; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .block-hover-wrapper .block-name {
        width: auto;
        font-size: 12px; } }
  .block-hover-wrapper .block-arrow {
    width: 50px;
    height: 50px;
    background: #000;
    display: block;
    border-radius: 50%;
    background-image: url("https://www.captivatebrand.com/images/arr-work_hover.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 15px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .block-hover-wrapper .block-arrow {
        width: 30px;
        height: 30px;
        background-size: 15px;
        margin-top: -15px; } }

.content {
  padding-top: 150px; }
  .content.homepage {
    padding-top: 0; }
  @media (max-width: 767px) {
    .content {
      padding-top: 60px; } }

@media (max-width: 767px) {
  .navbar-fixed-top {
    background: #000;
    height: 65px;
    top: 0; } }

.captivate-nav {
  margin-bottom: 0;
  text-align: right;
  min-height: auto; }
  @media (max-width: 767px) {
    .captivate-nav {
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      border: 0; } }
  @media (max-width: 1022px) {
    .captivate-nav .img-responsive {
      width: 55px;
      margin: 0;
      padding: 10px 0 0 0; } }
  .captivate-nav .navbar-header {
    transition: all 0.2s ease-in-out;
    display: none; }
    @media (max-width: 767px) {
      .captivate-nav .navbar-header {
        display: block; } }
    .captivate-nav .navbar-header.navbar-open {
      background: #fff; }
  .captivate-nav .navbar-wrapper {
    margin: 15px; }
  .captivate-nav .navbar-collapse {
    background: #000;
    margin: 20px auto 15px;
    padding: 13px 30px;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 1200px) {
      .captivate-nav .navbar-collapse {
        width: 1170px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .captivate-nav .navbar-collapse {
        width: 970px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .captivate-nav .navbar-collapse {
        width: 750px; } }
    @media (max-width: 767px) {
      .captivate-nav .navbar-collapse {
        margin-left: 0;
        background: transparent;
        height: 100vh;
        max-height: 100%;
        margin-top: 65px;
        padding: 0;
        border: 0;
        transition-duration: 0.1s; } }
    .captivate-nav .navbar-collapse.collapsing {
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      background: rgba(251, 175, 93, 0.9); }
    @media (max-width: 767px) {
      .captivate-nav .navbar-collapse.in {
        background: rgba(251, 175, 93, 0.9); } }
    @media (max-width: 767px) {
      .captivate-nav .navbar-collapse > .row {
        margin: 0; } }
  .captivate-nav .captivate-logo {
    padding: 0;
    padding-left: 15px !important;
    text-align: left; }
    .captivate-nav .captivate-logo img {
      width: 160px;
      transition: all 0.2s ease-in-out; }
      .captivate-nav .captivate-logo a:hover img{ filter:invert(15%)}
    .captivate-nav .captivate-logo a {
      border: none; }
    @media (max-width: 767px) {
      .captivate-nav .captivate-logo {
        display: none !important; } }
  .captivate-nav .navbar-nav {
    padding: 7px;
    text-align: right; }
    @media (max-width: 767px) {
      .captivate-nav .navbar-nav {
        padding: 25px 0;
        margin: 0 0 65px; } }
    .captivate-nav .navbar-nav > li {
      padding: 0;
      margin: 0 22px;
      list-style: none;
      display: inline-block;
      position: relative;
      text-align: center;
      float: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        .captivate-nav .navbar-nav > li {
          margin: 0 10px; } }
      @media (max-width: 767px) and (orientation: landscape) {
        .captivate-nav .navbar-nav > li {
          margin-bottom: 10px;
          margin-right: 20px;
          display: inline-block; } }
      @media (max-width: 767px) {
        .captivate-nav .navbar-nav > li {
          padding: 15px 25px;
          margin: 0 !important;
          display: block;
          text-align: left; } }
      .captivate-nav .navbar-nav > li:last-child {
        margin-right: 15px; }
      .captivate-nav .navbar-nav > li.active > a {
        border-bottom-color: #000;
        text-decoration: none; }
      .captivate-nav .navbar-nav > li > a {
        font-family: "ModernEra", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        color: #808080;
        text-decoration: none;
        font-weight: 400;
        transition: all 0.2s ease-in-out;
        letter-spacing: 0.5px;
        padding: 0; }
        @media (max-width: 767px) {
          .captivate-nav .navbar-nav > li > a {
            border: none;
            font-size: 30px;
            line-height: 100%;
            color: #000; } }
        @media (max-width: 767px) and (orientation: landscape) {
          .captivate-nav .navbar-nav > li > a {
            font-size: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .captivate-nav .navbar-nav > li > a {
            font-size: 14px; } }
        .captivate-nav .navbar-nav > li > a:hover, .captivate-nav .navbar-nav > li > a.active {
          text-decoration: none;
          color: #fff;
          background: none; }
          @media (max-width: 767px) {
            .captivate-nav .navbar-nav > li > a:hover, .captivate-nav .navbar-nav > li > a.active {
              color: #000; } }
  .captivate-nav .position-nav .navbar-header .navbar-toggle {
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    float: none;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 4;
    margin: 0;
    transform: translateY(-50%); }
    .captivate-nav .position-nav .navbar-header .navbar-toggle .icon-bar {
      width: 22px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      background: #fff; }
      .captivate-nav .position-nav .navbar-header .navbar-toggle .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%; }
      .captivate-nav .position-nav .navbar-header .navbar-toggle .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0); }
      .captivate-nav .position-nav .navbar-header .navbar-toggle .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%; }
    .captivate-nav .position-nav .navbar-header .navbar-toggle.collapsed {
      margin-right: 0; }
      .captivate-nav .position-nav .navbar-header .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
      .captivate-nav .position-nav .navbar-header .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100); }
      .captivate-nav .position-nav .navbar-header .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
  .captivate-nav .position-nav .navbar-header .img-nav {
    width: 180px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .captivate-nav .position-nav .navbar-header .img-nav {
        display: block; } }
    .captivate-nav .position-nav .navbar-header .img-nav img {
      width: 100%; }

.scrolled .to-top {
  opacity: 1; }

@media (min-width: 768px) {
  .scrolled #navbar {
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.9); }
    .scrolled #navbar .captivate-logo img {
      width: 130px; transition:all 0.2s ease-in; }
      .scrolled #navbar .navbar-nav > li > a {
      font-size: 13px; } }

.to-top {
  border: 3px solid #231f20;
  background: #fff;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 70px;
  top: calc(100vh - 100px);
  text-align: center;
  padding: 2px 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 3; }
  @media (max-width: 767px) {
    .to-top {
      right: 20px;
      top: calc(100vh - 65px); } }
  .to-top > img {
    width: 15px;
    transition: all 0.2s ease-in-out; }
  .to-top:hover {
    background: #231f20; }
    .to-top:hover > img {
      filter: invert(1); }

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