/* 4Labs Digital Blocks CSS */
/* Bootstrap v4.1.1 (https://getbootstrap.com/) */
/* Copyright 2011-2018 The Bootstrap Authors */

/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syncopate:wght@400;700&display=swap");

/* Bootstrap CSS Variables */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/* Reset */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #070707;
}

/* Basic Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

/* Bootstrap Grid System */
.container {
  width: 100%;
  max-width: 1312px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Header Styles */
header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

header.bgbor {
  background: rgba(0, 1, 20, 0.5);
}

header .logo {
  display: block;
}

header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 2px;
}

header .header_menu > li {
  margin-left: 20px;
}

header .header_menu li a {
  color: #eaeaea;
  font-size: 12px;
  font-weight: 500;
}

header .header_menu li.menu-item-has-children:after {
  content: "";
  width: 9px;
  height: 4px;
  background: url(../img/arrow.svg) no-repeat;
  display: inline-block;
  margin-left: 7px;
}

header .header_menu li.menu-item-has-children .sub-menu {
  position: absolute;
  padding: 12px 16px;
  background: #0d0e0e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

header .header_menu li.menu-item-has-children .sub-menu li a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #eaeaea;
}

header .header_menu li.menu-item-has-children .sub-menu li a:before {
  content: "+";
  font-weight: 700;
  color: #ee224f;
  display: inline-block;
  margin-right: 6px;
}

header .header_menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header_menu_close {
  position: absolute;
  top: 5px;
  right: -2px;
  background: url(../img/close.svg) no-repeat;
  width: 15px;
  height: 20px;
}

.burger {
  cursor: pointer;
}

/* Ensure mobile burger is on far right */
header .col-md-auto {
  width: 100%;
}

header .col-md-auto .no-gutters {
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* Jay Cassano Contact Section */
.jay-contact-section {
  background: #1e1e1e;
  position: relative;
  padding: 80px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.jay-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-rectangle.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.jay-contact-section .container {
  position: relative;
  z-index: 2;
}

.jay-contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.jay-contact-logo img {
  max-width: 159px;
}

.jay-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.jay-contact-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jay-contact-content .jay-contact-image-wrapper {
  flex-shrink: 0;
}

.jay-contact-content .jay-contact-heading {
  flex: 1;
}

.jay-contact-content .jay-contact-image-wrapper {
  margin-bottom: 0;
}

.jay-contact-image {
  width: 100%;
  max-width: 267px;
  max-height: 268px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.3);
}

.jay-contact-content .jay-contact-heading {
  margin-bottom: 0;
}

/* Mobile Layout - Column direction up to 768px */
@media only screen and (max-width: 768px) {
  .jay-contact-content {
    flex-direction: column;
    align-items: center;
  }

  .jay-contact-content .jay-contact-heading {
    text-align: center;
  }
}

/* Desktop Grid Layout */
@media only screen and (min-width: 1025px) {
  .jay-contact-header {
    text-align: left;
    margin-bottom: 60px;
  }

  .jay-contact-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto auto auto;
    row-gap: 0;
    column-gap: 40px;
    position: relative;
    padding-left: 40px;
  }

  .jay-contact-grid::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #88132d 0%, #ee224f 100%);
  }

  .jay-contact-content {
    grid-column: 1;
    grid-row: 1;
    display: block;
  }

  .jay-contact-content .jay-contact-image-wrapper {
    margin-bottom: 40px;
  }

  .jay-contact-content .jay-contact-heading {
    margin-bottom: 40px;
  }

  .jay-contact-content .jay-contact-image {
    max-width: 267px;
    max-height: 268px;
  }

  .jay-contact-form-container {
    grid-column: 2;
    grid-row: 1 / 4;
  }

  .jay-contact-description {
    grid-column: 1;
    grid-row: 2;
  }

  .jay-contact-heading h2 {
    font-size: 60px !important;
  }
}

.jay-contact-heading h2 {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.jay-name {
  color: #ee224f;
  font-weight: 700;
}

.token-event {
  color: #fff;
}

.token-year {
  color: #ee224f;
  font-weight: 700;
}

.jay-contact-description {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.jay-contact-form-container {
  min-height: auto;
  overflow: visible;
}

/* Mailchimp Form Shell Styling */
#mc_embed_shell {
  background: #2a2b2b;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.3);
  min-height: fit-content;
  overflow: visible;
}

/* Mailchimp Form Overrides */
#mc_embed_signup {
  background: transparent !important;
  width: 100% !important;
  font-family: "Lato", sans-serif !important;
  overflow: visible !important;
  min-height: auto !important;
}

#mc_embed_signup h2 {
  display: none !important;
}

#mc_embed_signup_scroll {
  overflow: visible !important;
  height: auto !important;
  min-height: auto !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Larger desktop screens - increase form gap */
@media only screen and (min-width: 1281px) {
  #mc_embed_signup_scroll {
    gap: 60px;
  }
}

#mc_embed_signup .mc-field-group {
  margin-bottom: 0 !important;
  width: 100% !important;
}

#mc_embed_signup label {
  font-family: "Lato", sans-serif !important;
  display: block !important;
  color: #eaeaea !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
  font-weight: normal !important;
}

#mc_embed_signup .asterisk {
  color: #ee224f !important;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  font-family: "Lato", sans-serif !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #4d4d4d !important;
  color: #eaeaea !important;
  font-size: 16px !important;
  padding: 10px 0 !important;
  outline: none !important;
  transition: border-color 0.3s !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#mc_embed_signup input[type="email"]:focus,
#mc_embed_signup input[type="text"]:focus {
  border-bottom-color: #ee224f !important;
  box-shadow: none !important;
}

#mc_embed_signup .button {
  font-family: "Lato", sans-serif !important;
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%) !important;
  color: #eaeaea !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 15px 40px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: transform 0.3s !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  height: 50px !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
  min-height: 50px !important;
}

#mc_embed_signup .button:hover {
  transform: translateY(-2px) !important;
}

#mc_embed_signup .clear {
  margin: 0 !important;
  overflow: visible !important;
  height: auto !important;
}

.button-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  margin-top: 0 !important;
}

#mc_embed_signup .indicates-required {
  font-family: "Lato", sans-serif !important;
  color: #eaeaea !important;
  font-size: 14px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  flex-shrink: 0 !important;
}

#mc_embed_signup .response {
  font-family: "Lato", sans-serif !important;
  color: #eaeaea !important;
  margin: 10px 0 !important;
}

#mc_embed_signup #mce-error-response {
  color: #ee224f !important;
}

#mc_embed_signup #mce-success-response {
  color: #28a745 !important;
}

/* Name fields row container */
.name-fields-row {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 0 !important;
}

.name-fields-row .mc-field-group {
  flex: 1 !important;
  margin-bottom: 0 !important;
}

/* Mobile: Stack name fields vertically */
@media only screen and (max-width: 1024px) {
  .name-fields-row {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .name-fields-row .mc-field-group {
    margin-bottom: 30px !important;
  }

  .button-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
  }

  #mc_embed_signup .indicates-required {
    text-align: center !important;
  }
}

/* Jay Contact Page - Hide everything except the contact section */
.jay-contact-page header,
.jay-contact-page footer,
.jay-contact-page .video_intro,
.jay-contact-page .services_sec,
.jay-contact-page .apartsec,
.jay-contact-page .partners_sec,
.jay-contact-page .lets_talk,
.jay-contact-page .service_top,
.jay-contact-page .footer_dec_1 {
  display: none !important;
}

.jay-contact-page .page_wrapper {
  padding-top: 0;
}

.jay-contact-page .jay-contact-section {
  min-height: 100vh;
}

/* To activate standalone Jay contact page, add class 'jay-contact-page' to the body element */

/* Footer Styles */
footer {
  margin-top: 40px;
  position: relative;
  z-index: 5;
  background: #070707;
  color: #eaeaea;
  padding: 30px 0;
}

footer .footer_menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer .footer_menu li {
  margin-right: 23px;
}

footer .footer_menu li a {
  color: #eaeaea;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

footer .footer_menu li a:hover {
  color: #fff;
}

footer div.row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 17px;
}

footer .copyright {
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #eaeaea;
  text-transform: uppercase;
}

footer .backtop {
  font-size: 12px;
  color: #eaeaea;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

footer .backtop:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/totop.svg) no-repeat;
  display: inline-block;
}

footer .logo {
  display: block;
  margin-bottom: 30px;
  max-width: 159px;
  margin-left: auto;
  margin-right: auto;
}

footer .footer_txt {
  color: #eaeaea;
  font-size: 12px;
  padding-bottom: 24px;
}

/* Footer Decorations */
.footer_dec_1 {
  position: relative;
  z-index: 1;
}

.footer_dec_1 .container {
  position: relative;
}

.footer_dec_1 .container:before {
  content: "";
  width: 516px;
  height: 516px;
  background: url(../img/foot_dec_1.svg) no-repeat;
  position: absolute;
  left: 0;
  bottom: 71px;
  pointer-events: none;
}

.footer_dec_1 .container:after {
  content: "";
  width: 741px;
  height: 741px;
  background: url(../img/foot_dec_2.svg) no-repeat;
  position: absolute;
  right: -233px;
  bottom: -160px;
  pointer-events: none;
}

/* Utility Classes */
.text-center {
  text-align: center !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* Forms */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
textarea,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* Custom 4Labs Styles */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.relative {
  position: relative;
}

/* Ensure all major sections are visible */
section {
  position: relative;
  z-index: 1;
}

.page_wrapper {
  position: relative;
  min-height: 100vh;
}

/* Page Intro / Video Intro Block */
.video_intro {
  position: relative;
  background: #000317;
  overflow: hidden;
}

.video_intro .container {
  height: 100vh;
  min-height: 500px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_intro .container h1 {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  margin-bottom: 23px;
}

.video_intro .container h1 .h1_line_1 {
  display: block;
  font-size: 47px;
  color: #fff;
}

.video_intro .container h1 .h1_line_2 {
  background: #88132d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  line-height: 70px;
  border-bottom: 2px solid #ee224f;
  padding-bottom: 7px;
}

.video_intro p.lead {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  margin-bottom: 50px;
}

.video_intro video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.video_intro:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(7, 7, 7, 0)),
    color-stop(59%, rgb(7, 7, 7)),
    color-stop(65%, rgb(7, 7, 7)),
    color-stop(74%, rgb(7, 7, 7)),
    to(rgb(7, 7, 7))
  );
  background: linear-gradient(
    to bottom,
    rgba(7, 7, 7, 0) 0%,
    rgb(7, 7, 7) 59%,
    rgb(7, 7, 7) 65%,
    rgb(7, 7, 7) 74%,
    rgb(7, 7, 7) 100%
  );
  height: 225px;
}

/* Buttons */
.button_1 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  color: #eaeaea;
  border-radius: 27.5px;
  border: 1px solid #eaeaea;
  padding: 12px 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.button_1:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button_1 span {
  position: relative;
  z-index: 2;
}

.button_1:hover {
  color: #eaeaea;
  text-decoration: none;
}

.button_1:hover:before {
  opacity: 1;
}

.button_1.small {
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 7px;
}

/* Features / Apart Section */
.apartsec {
  padding-top: 30px;
  overflow: hidden;
  background: #070707;
}

.apartsec h2 {
  text-align: center;
  background: #88132d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 54px;
}

.apartsec .apartbox {
  border: 1px solid #4d4d4d;
  border-radius: 15px;
  margin-bottom: 27px;
  padding: 19px 29px 30px;
  font-size: 18px;
  color: #eaeaea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.apartsec .apartbox:hover {
  background: #2a2b2b;
}

.apartsec .apartbox:hover .icon img.color {
  opacity: 1;
}

.apartsec .apartbox:hover .icon img.white {
  opacity: 0;
}

.apartsec .container {
  position: relative;
}

.apartsec .container:before {
  content: "";
  width: 595px;
  height: 595px;
  background: url(../img/apart_circle_1.svg) no-repeat;
  position: absolute;
  top: 0;
  left: -68px;
  pointer-events: none;
  z-index: 1;
}

.apartsec .container:after {
  content: "";
  width: 1089px;
  height: 1089px;
  background: url(../img/apart_circle_2.svg) no-repeat;
  position: absolute;
  top: 160px;
  right: -89px;
  pointer-events: none;
  z-index: 1;
}

.apartsec .container > div {
  position: relative;
  z-index: 2;
}

.apartsec .apartbox .icon {
  margin-bottom: 12px;
  width: 73px;
  height: 73px;
  position: relative;
}

.apartsec .apartbox .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.apartsec .apartbox .icon img.color {
  opacity: 0;
}

.apartsec .apartbox h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.apartsec .apartbox p:last-child {
  margin-bottom: 0;
}

.apartsec .apart_image {
  position: relative;
}

.apartsec .apart_image img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100% - 27px);
}

.row.grid20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.grid20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

/* Who We Are */
.whowe_wrap {
  background: #070707;
}

.whowe {
  color: #eaeaea;
  text-align: center;
}

.whowe h2 {
  text-align: center;
  background: #88132d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.whowe p {
  margin-bottom: 28px;
}

.whowe img {
  border-radius: 7px;
}

/* Service Top */
.service_top {
  position: relative;
  padding-top: 121px;
  padding-bottom: 99px;
  background: #070707;
}

.service_top.contact {
  padding-top: 168px;
}

.service_top .service_top_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.1;
  z-index: 1;
  height: 622px;
}

.service_top .service_top_back img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service_top h1 {
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 60px;
  color: #eaeaea;
  text-transform: uppercase;
}

.service_top .container {
  position: relative;
  z-index: 2;
}

.service_top .service_top_block {
  background: #2a2b2b;
  color: #eaeaea;
  font-size: 20px;
  line-height: 30px;
}

.service_top .service_top_block .service_top_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service_top .service_top_block .service_top_content {
  padding: 30px;
}

/* Contact Form */
.service_top.contact .contact_text {
  font-size: 20px;
  line-height: 30px;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #eaeaea;
  margin-bottom: 63px;
}

.service_top.contact h1 {
  margin-bottom: 42px;
  text-transform: uppercase;
}

.service_top .label {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #eaeaea;
  margin-bottom: 15px;
}

.service_top .service_top_block.forform {
  padding: 30px 58px 68px;
}

.service_top .service_top_block.forform .ff-el-group {
  margin-bottom: 27px;
}

.service_top .service_top_block.forform .ff-el-group label {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 7px;
  text-align: left;
}

.service_top .service_top_block.forform .ff-el-group input,
.service_top .service_top_block.forform .ff-el-group textarea {
  height: 40px;
  background: #4d4d4d;
  width: 100%;
  border: 0;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  font-weight: 400;
}

.service_top .service_top_block.forform .ff-el-group input:focus,
.service_top .service_top_block.forform .ff-el-group textarea:focus {
  outline: none;
}

.service_top .service_top_block.forform .ff-el-group textarea {
  height: 157px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.service_top .service_top_block.forform .ff-el-group .ff-el-form-check {
  margin-bottom: 15px;
}

.service_top
  .service_top_block.forform
  .ff-el-group
  .ff-el-form-check
  .ff-el-form-check-label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.service_top
  .service_top_block.forform
  .ff-el-group
  .ff-el-form-check
  .ff-el-form-check-label
  input {
  display: none;
}

.service_top
  .service_top_block.forform
  .ff-el-group
  .ff-el-form-check
  .ff-el-form-check-label
  span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.service_top
  .service_top_block.forform
  .ff-el-group
  .ff-el-form-check
  .ff-el-form-check-label
  span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #4d4d4d;
  position: absolute;
  top: 4px;
  left: 0;
}

.service_top
  .service_top_block.forform
  .ff-el-group
  .ff-el-form-check
  .ff-el-form-check-label
  input:checked
  + span:after {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 5px;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service_top .service_top_block.forform button[type="submit"] {
  font-size: 20px;
  color: #fff;
  padding: 1px 23px;
  position: relative;
  background: transparent;
  border: 0;
  cursor: pointer;
  min-height: 35px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  border-radius: 0;
}

.service_top .service_top_block.forform button[type="submit"]:hover {
  color: #eaeaea !important;
  opacity: 1 !important;
}

/* Services Section */
.services_sec {
  background: #070707;
  padding-top: 64px;
  padding-bottom: 23px;
  overflow: hidden;
}

.services_sec h2 {
  text-align: center;
  background: #88132d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.service_acc {
  color: #eaeaea;
  border-bottom: 1px solid #4d4d4d;
}

.service_acc .service_acc_title {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  padding-left: 20px;
  display: block;
  color: #eaeaea;
  text-decoration: none;
}

.service_acc .service_acc_title:after {
  content: "+";
  font-weight: 600;
  color: #ee224f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 30px;
}

.service_acc .service_acc_title:hover,
.service_acc .service_acc_title:focus {
  color: #eaeaea;
  text-decoration: none;
}

.service_acc.active .service_acc_title:after {
  content: "-";
}

.service_acc .service_acc_body {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 37px;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

.service_acc .service_acc_body p:last-child {
  margin-bottom: 0;
}

.service_acc .service_acc_body .accbody_row {
  padding-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_acc .service_acc_body .row {
  margin-left: -6px;
  margin-right: -6px;
}

.service_acc .service_acc_body .row > div {
  padding-left: 6px;
  padding-right: 6px;
}

/* Services Slider */
.services_slider_shad {
  position: relative;
  margin: 0 -60px; /* Extend beyond container for more space */
}

.services_slider_shad:before {
  content: "";
  width: 100%;
  height: 191px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sershad_1.png) repeat-x;
  z-index: 3;
  pointer-events: none;
}

.services_slider_shad:after {
  content: "";
  width: 100%;
  height: 197px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/sershad_3.png) repeat-x;
  z-index: 3;
  pointer-events: none;
}

.shad_left {
  width: 309px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -90px;
  background: url(../img/sershad_4.png) repeat-y;
  z-index: 3;
  pointer-events: none;
}

.shad_right {
  width: 309px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -90px;
  background: url(../img/sershad_2.png) repeat-y;
  z-index: 3;
  pointer-events: none;
}

.services_slider {
  margin-bottom: 13px;
}

.services_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 34px;
  background: url(../img/slider-ar.svg) no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
  border: 0;
  cursor: pointer;
}

.services_slider .slick-arrow:focus {
  outline: none;
}

.services_slider .slick-arrow.slick-prev {
  left: -40px;
}

.services_slider .slick-arrow.slick-next {
  right: -40px;
  transform: translateY(-50%) scaleX(-1);
}

.services_slider .slick-list {
  z-index: 2;
  overflow: hidden;
}

.services_slider .slick-track {
  display: flex;
}

.services_slider .slick-slide {
  height: inherit;
  min-height: 1px;
  width: auto !important; /* Let Slick calculate proper width */
}

.services_slider .item {
  position: relative;
  overflow: hidden;
}

.services_slider .item:before {
  content: "";
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(16, 16, 16, 1) 0%,
    rgba(16, 16, 16, 1) 64%,
    rgba(16, 16, 16, 0.72) 74%,
    rgba(16, 16, 16, 0) 100%
  );
  transform: scale(1.3);
  z-index: 2;
  transition: 0.5s;
}

.services_slider .item_txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.services_slider .item_txt h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #eaeaea;
  margin-bottom: 50px;
}

.services_slider .item img {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services_slider .item .button_1 {
  opacity: 0;
  transition: 0.5s;
}

.services_slider .item:hover:before {
  opacity: 0;
}

.services_slider .item:hover .button_1 {
  opacity: 1;
}

/* Partners */
.partners_sec {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
  overflow: hidden;
  background: #070707;
}

.partners_sec h2 {
  text-align: center;
  background: #88132d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}

.partners_sec .partners_slider {
  padding-top: 32px;
  padding-bottom: 32px;
  opacity: 0.5;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.partners_sec .partners_slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to right, #070707, transparent);
  z-index: 2;
  pointer-events: none;
}

.partners_sec .partners_slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to left, #070707, transparent);
  z-index: 2;
  pointer-events: none;
}

.partners_sec .partners_slider .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

.partners_sec .partners_slider .slider-list {
  display: grid;
  grid-auto-columns: 15% !important;
  grid-auto-flow: column;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  gap: 1rem;
  -webkit-animation: partnersSlide 20s linear infinite;
  animation: partnersSlide 20s linear infinite;
}

@keyframes partnersSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes partnersSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Let's Talk */
.lets_talk {
  padding-top: 60px;
  overflow: hidden;
  margin-bottom: -35px;
  background: #070707;
}

.lets_talk .lets_talk_content {
  padding-top: 52px;
  padding-bottom: 100px;
  max-width: 360px;
  font-size: 15px;
  color: #eaeaea;
}

.lets_talk .lets_talk_content .lets_talk_logo {
  margin-bottom: 16px;
  max-width: 159px;
}

.lets_talk .lets_talk_block {
  background: rgba(43, 44, 44, 0.8);
  padding: 86px 38px 46px;
}

.lets_talk .lets_talk_block h2 {
  font-weight: 700;
}

.lets_talk .lets_talk_block h2 > span {
  display: block;
}

.lets_talk .lets_talk_block h2 > span.lets_line_1 {
  font-size: 80px;
  line-height: 70px;
  color: #eaeaea;
}

.lets_talk .lets_talk_block h2 > span.lets_line_2 {
  font-size: 100px;
  line-height: 90px;
  background: #88132d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lets_talk .lets_talk_block .lets_talk_circle {
  width: 197px;
  height: 197px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.lets_talk .lets_talk_block .lets_talk_circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#88132d),
    to(#ee224f)
  );
  background: linear-gradient(to top, #88132d 0%, #ee224f 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lets_talk .lets_talk_block .lets_talk_circle:hover:before {
  opacity: 1;
}

.lets_talk .lets_talk_block .lets_talk_circle span {
  display: block;
  position: relative;
  padding-right: 27px;
  z-index: 2;
}

.lets_talk .lets_talk_block .lets_talk_circle:hover {
  color: #fff;
  text-decoration: none;
}

/* Desktop: No wrap for lets_talk row */
.lets_talk .lets_talk_block .row {
  flex-wrap: nowrap;
}

/* Load More */
.load_more_place {
  position: relative;
  text-align: center;
}

.loadmore_btn {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.loadmore_btn:hover,
.loadmore_btn:focus {
  color: #fff;
  text-decoration: none;
}

/* Utility Classes */
.hide992 {
  display: block;
}

.show767 {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 1200px) {
  .video_intro video {
    opacity: 0.3;
  }

  .apartsec h2,
  .partners_sec h2,
  .services_sec h2 {
    font-size: 46px;
  }

  .lets_talk .lets_talk_block {
    padding-left: 15px;
    padding-right: 15px;
    background: #2a2b2b;
  }

  .lets_talk .lets_talk_block .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lets_talk .lets_talk_block h2 > span.lets_line_1 {
    font-size: 30px;
    line-height: 50px;
  }

  .lets_talk .lets_talk_block h2 > span.lets_line_2 {
    font-size: 60px;
    line-height: 60px;
  }

  .lets_talk .lets_talk_block .lets_talk_circle {
    width: 101px;
    height: 101px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .lets_talk .lets_talk_block .lets_talk_circle span {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .lets_talk .lets_talk_content {
    max-width: 100%;
    text-align: center;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lets_talk .lets_talk_content .lets_talk_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .hide992 {
    display: none !important;
  }

  .lets_talk .lets_talk_block {
    padding: 15px 15px 26px;
  }

  .service_top_image {
    height: 400px;
  }

  .lets_talk {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .apartsec h2,
  .partners_sec h2,
  .services_sec h2,
  .whowe h2 {
    font-size: 20px;
  }

  .video_intro video {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .button_1 {
    font-size: 15px;
    padding: 5px 30px;
  }

  .video_intro .container h1 {
    margin-bottom: 9px;
  }

  .video_intro p.lead {
    font-size: 10px;
    margin-bottom: 42px;
  }

  .video_intro .container h1 .h1_line_1 {
    font-size: 25px;
  }

  .video_intro .container h1 .h1_line_2 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 0;
  }

  .service_top h1 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .service_top.contact h1 {
    font-size: 50px;
    margin-bottom: 21px;
  }

  .service_top_image {
    height: 270px;
  }

  .video_intro_content {
    text-align: center;
  }

  .hide767 {
    display: none !important;
  }

  .show767 {
    display: block !important;
  }

  .video_intro .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lets_talk .container {
    padding-left: 0;
    padding-right: 0;
  }

  .service_top_image {
    height: 176px;
  }

  .lets_talk .lets_talk_block {
    text-align: center;
  }

  /* Mobile: Allow wrap for lets_talk row */
  .lets_talk .lets_talk_block .row {
    flex-wrap: wrap;
  }

  /* Jay Contact Mobile Styles */
  .jay-contact-section {
    padding: 40px 0;
    min-height: auto;
  }

  #mc_embed_shell {
    padding: 30px 20px;
  }

  .jay-contact-description {
    text-align: center;
    font-size: 14px;
  }

  .apartsec .apartbox {
    font-size: 15px;
  }

  .apartsec .apartbox h3 {
    font-size: 20px;
  }

  .partners_sec {
    padding-bottom: 0;
  }

  .apartsec h2 {
    margin-bottom: 20px;
  }

  .partners_sec h2 {
    margin-bottom: 0;
  }

  .service_top.contact .container {
    padding-left: 0;
    padding-right: 0;
  }

  .service_top .service_top_block.forform {
    padding: 34px 16px;
  }

  .service_top.contact .contact_text {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .whowe {
    font-size: 12px;
    line-height: 20px;
  }

  .services_sec {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .whowe h2 {
    margin-bottom: 5px;
  }

  .service_top .label {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .service_top {
    padding-bottom: 30px;
  }

  .service_top .service_top_block .service_top_content {
    padding: 15px;
  }

  .service_top .service_top_block {
    font-size: 12px;
    line-height: 15px;
  }

  .service_acc .service_acc_body .accbody_row,
  .service_top .service_top_block .accbody_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service_acc .service_acc_body .row img,
  .service_top .service_top_block .accbody_row img {
    max-width: 42px;
  }

  /* Header Mobile Styles */
  header {
    padding-top: 23px;
  }

  header .logo {
    max-width: 105px;
  }

  header .header_menu {
    display: block;
    margin-top: 50px;
  }

  .header_menu_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 23px 18px 18px;
    background: rgba(12, 13, 13, 0.94);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header_menu_wrap.active {
    opacity: 1;
    visibility: visible;
  }

  header .header_menu li {
    margin-left: 0;
    margin-bottom: 15px;
  }

  header .header_menu li a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* Mobile hamburger positioning - all the way right */
  header .col-md-auto {
    padding-right: 0;
  }

  header .col-md-auto .no-gutters {
    margin-right: 0;
  }

  header .col-md-auto .col-auto:last-child {
    padding-right: 1rem;
    width: fit-content;
  }

  /* Footer Mobile Styles */
  footer div.row {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  footer .copyright {
    font-size: 10px;
  }

  footer .footer_menu li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  footer .footer_menu {
    display: block;
  }

  footer {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .show767 {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .lets_talk .row .col-xl-5 {
    -ms-flex: 0 0 39%;
    -webkit-box-flex: 0;
    flex: 0 0 39%;
    max-width: 39%;
  }

  .lets_talk .row .col-xl-7 {
    -ms-flex: 0 0 61%;
    -webkit-box-flex: 0;
    flex: 0 0 61%;
    max-width: 61%;
  }
}
