@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  background: #fff; }

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  font-weight: 300 !important; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #f9dea3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #2f89fc;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

::-webkit-selection {
  color: #fff;
  background: #2f89fc; }

::-moz-selection {
  color: #fff;
  background: #2f89fc; }

::selection {
  color: #fff;
  background: #2f89fc; }

/* --- DESKTOP VIEW ONLY --- */
@media screen and (min-width: 993px) {
  .ftco-nav {
    position: fixed; /* Header stays at top only on Desktop views */
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%; 
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease; 
  }

  /* Black background is applied ONLY on desktop screens when scrolling */
  .ftco-nav.scrolled {
    background: rgba(0, 0, 0, 0.9); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
  }
}

/* --- MOBILE & TABLET ORIGINAL FLOW --- */
@media screen and (max-width: 992px) {
  .ftco-nav {
    /* Absolute stays at the top of the canvas, avoiding fixed black backgrounds */
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
    box-shadow: none !important;
  }
}
.ftco-nav .top-menu {
  padding: 20px 0; /* Slightly reduced padding to match a graphic emblem cleanly */
}

.ftco-nav #ftco-logo {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; /* Vertically centers your logo inside the row layout */
}

.ftco-nav #ftco-logo a {
  display: inline-block;
  line-height: 0; /* Clears invisible text margins below images */
}

/* New responsive rules applied directly to your Hlogo.png graphic */
.ftco-nav #ftco-logo a img {
  height: 45px;      /* Explicitly forces a crisp, modern size height */
  width: auto;       /* Constrains horizontal aspect ratio perfectly without distortion */
  max-width: 100%;   /* Keeps it safe on ultra-small responsive device viewports */
  display: block;
}
  .ftco-nav a {
    padding: 5px 10px;
    color: #fff; }
  @media screen and (max-width: 992px) {
    .ftco-nav .menu-1 {
      display: none; } }
  .ftco-nav ul {
    padding: 0;
    margin: 5px 0 0 0; }
    .ftco-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline;
      text-transform: uppercase; }
      .ftco-nav ul li > a {
        font-size: 13px;
        letter-spacing: .1em;
        padding: 30px 15px;
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .ftco-nav ul li > a:hover, .ftco-nav ul li > a:focus, .ftco-nav ul li > a:active {
          color: white; }
      .ftco-nav ul li.has-dropdown {
        position: relative; }
        .ftco-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #fff;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .ftco-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -8px; }
          .ftco-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .ftco-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .ftco-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              line-height: 1.2;
              text-transform: none;
              font-size: 16px;
              letter-spacing: 0;
              color: #000; }
              .ftco-nav ul li.has-dropdown .dropdown li a:hover {
                color: #2f89fc; }
        .ftco-nav ul li.has-dropdown:hover a, .ftco-nav ul li.has-dropdown:focus a {
          color: #fff; }
      .ftco-nav ul li.btn-cta a {
        padding: 30px 0px !important;
        color: #fff; }
        .ftco-nav ul li.btn-cta a span {
          background: #2f89fc;
          padding: 10px 20px;
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px; }
        .ftco-nav ul li.btn-cta a:hover span {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .ftco-nav ul li.active > a {
        color: #fbd995;
        position: relative; }

#ftco-counter,
.ftco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  #ftco-counter .overlay,
  .ftco-bg .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background:#450000; }

.ftco-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .ftco-video {
      height: 450px; } }
  .ftco-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .ftco-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px; }
  .ftco-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .ftco-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .ftco-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#ftco-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #ftco-hero .btn {
    font-size: 24px; }
    #ftco-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #ftco-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #ftco-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #ftco-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 700px;
        position: relative; }
        #ftco-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.4);
          z-index: 1; }
    #ftco-hero .flexslider .flex-control-nav {
      bottom: 40px;
      z-index: 1000; }
      #ftco-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #ftco-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #ftco-hero .flexslider .flex-direction-nav {
      display: none; }
    #ftco-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 700px;
      z-index: 9; }
      #ftco-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner h1, #ftco-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 44px;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            #ftco-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 34px; } }
        #ftco-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 15px 30px;
          background: #540101 !important;
          color: #fbe9ca;
          border: none !important;
          font-size: 18px; }
          #ftco-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #2f89fc !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
          width: 100% !important;
          margin-bottom: 10px; }
          #ftco-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
            width: 100%;
            background: #fff;
            border: none; }
        #ftco-hero .flexslider .slider-text > .slider-text-inner .ftco-lead {
          font-size: 20px;
          color: #fff; }
          #ftco-hero .flexslider .slider-text > .slider-text-inner .ftco-lead .icon-heart {
            color: #d9534f; }

.ftco-bg-section {
  background: rgba(0, 0, 0, 0.05); }

#ftco-about,
.ftco-practice,
#ftco-testimonial,
#ftco-started,
#ftco-blog,
#ftco-contact,
#ftco-footer {
  padding: 7em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #ftco-about,
    .ftco-practice,
    #ftco-testimonial,
    #ftco-started,
    #ftco-blog,
    #ftco-contact,
    #ftco-footer {
      padding: 3em 0; } }

#ftco-counter {
  padding: 4em 0;
  clear: both; }

.ftco-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .ftco-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px; }
    .ftco-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #000000;
      background: #f8ecce;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .ftco-counters .counter-wrap {
    border: 1px solid red !important; }
  .ftco-counters .ftco-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Work Sans", Arial, sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; }
  .ftco-counters .ftco-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    margin-bottom: 2em;
    display: block; }

#ftco-intro,
#ftco-content,
#ftco-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left; }

#ftco-content .video, #ftco-content .choose,
#ftco-consult .video,
#ftco-consult .choose {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #ftco-content .video, #ftco-content .choose,
    #ftco-consult .video,
    #ftco-consult .choose {
      width: 100% !important; } }

#ftco-content .video,
#ftco-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

#ftco-content .choose,
#ftco-consult .choose {
  width: 50%;
  padding: 40px 40px; }

#ftco-content .choose-form,
#ftco-consult .choose-form {
  background: #450000; }
  #ftco-content .choose-form .ftco-heading,
  #ftco-consult .choose-form .ftco-heading {
    margin-bottom: 40px; }
    #ftco-content .choose-form .ftco-heading h2,
    #ftco-consult .choose-form .ftco-heading h2 {
      color: #f9f0c8; }
  #ftco-content .choose-form label,
  #ftco-consult .choose-form label {
    color: #fff;
    font-weight: normal; }
  #ftco-content .choose-form .form-control,
  #ftco-consult .choose-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
    color: white; }
    #ftco-content .choose-form .form-control:active, #ftco-content .choose-form .form-control:focus,
    #ftco-consult .choose-form .form-control:active,
    #ftco-consult .choose-form .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #757676; }
/* Unique Styles for the Consultation Form Submit Button Only */
#consultation-submit-btn {
  background-color: #f8e6c2 !important; /* Elegant Burgundy */
  color: #6f0505 !important;            /* White text */
  border: 2px solid #f8e6c2 !important; /* Clean border matching background */
  border-radius: 4px;                   /* Optional: matches modern card corners */
  padding: 12px 30px;                   /* Optional: ensures excellent tap/click size */
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;     /* Smooth hover transition animation */
}

/* Hover & Interactive States for this unique button only */
#consultation-submit-btn:hover,
#consultation-submit-btn:focus,
#consultation-submit-btn:active {
  background-color: #484747 !important; /* Premium Gold on hover */
  color: #fef0c1 !important;            /* Dark Slate text on hover */
  border-color: #484747 !important;      /* Border matching hover state */
  cursor: pointer;
}
.progress-bar {
  background-color: #3f52e3 !important;
  font-size: 14px; }

#ftco-intro {
  z-index: 0;
  padding-bottom: 7em; }
/* ==========================================================================
   EXTRAORDINARY CALL TO ACTION BAR - CLEANED & OPTIMIZED
   ========================================================================== */

  /* ==========================================================================
   EXTRAORDINARY CALL TO ACTION BAR - SCROLL APPROACH VERSION
   ========================================================================== */

   #gls-premium-cta-wrapper {
    position: relative;
    width: 100%;
    z-index: 99; /* Higher than footer stack */
    padding: 0 15px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    
    /* Baseline Hidden State */
    opacity: 0;
    /* Shifting it up natively by -70px from its layout entry coordinate */
    transform: translateY(0px); 
    transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform, opacity;
  }
  
  /* When Waypoint script triggers on scroll approach */
  #gls-premium-cta-wrapper.gls-animated {
    opacity: 1;
    /* Pulls up precisely 75px into the preceding section for a beautiful bold split */
    transform: translateY(-75px) !important; 
  }
/* Premium Cinematic Keyframe */
@keyframes glsBoldFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#gls-extraordinary-cta-box {
    background: linear-gradient(135deg, #560202 0%, #280000 100%) !important;
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 40px !important;
    backdrop-filter: blur(10px);
}

/* --- Left Side Content --- */
.gls-cta-content-side {
    flex: 1 1 50%;
    padding-right: 30px;
}

.gls-cta-tagline {
    color: #C5A059 !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.gls-cta-heading {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 15px 0 !important;
}

.gls-cta-text {
    color: #a0aec0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* --- Right Side Actions --- */
.gls-cta-actions-side {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Interactive Cards Base Layout */
.gls-action-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Specific Highlight: Primary Book a Meeting Card */
.gls-primary-action-card {
    background: rgba(197, 160, 89, 0.12) !important;
    border: 1px solid rgba(197, 160, 89, 0.4) !important;
}

/* Structured SVG Icon Enclosures */
.gls-icn-box-spec {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 16px !important;
    transition: all 0.3s ease-in-out !important;
}

/* Static Icon Mappings */
.gls-bg-gold { background-color: #C5A059 !important; }
.gls-bg-dark { background-color: rgba(197, 160, 89, 0.1) !important; }

.gls-icn-box-spec svg {
    transition: stroke 0.3s ease-in-out !important;
}

/* Label & Typography Inside Cards */
.gls-card-details {
    display: flex;
    flex-direction: column;
}

.gls-card-label {
    font-size: 11px;
    color: #718096 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.gls-card-value {
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 700;
    transition: color 0.3s ease;
}

/* ==========================================================================
   MICRO-INTERACTION HOVER MECHANICS
   ========================================================================== */

/* Standard Card Hovers (Phone/Email Links) */
.gls-action-card:not(.gls-primary-action-card):hover {
    background: rgba(197, 160, 89, 0.08) !important;
    border-color: rgba(197, 160, 89, 0.4) !important;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.gls-action-card:not(.gls-primary-action-card):hover .gls-bg-dark {
    background-color: #C5A059 !important;
}
.gls-action-card:not(.gls-primary-action-card):hover .gls-bg-dark svg {
    stroke: #10141b !important;
}
.gls-action-card:not(.gls-primary-action-card):hover .gls-card-value {
    color: #C5A059 !important;
}

/* Premium Overrides: Primary Booking Card Hover */
.gls-primary-action-card:hover {
    background-color: #C5A059 !important;
    border-color: #C5A059 !important;
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.2);
}
.gls-primary-action-card:hover .gls-bg-gold {
    background-color: #ffffff !important;
}
.gls-primary-action-card:hover .gls-bg-gold svg {
    stroke: #C5A059 !important;
}
.gls-primary-action-card:hover .gls-card-value {
    color: #10141b !important;
}
.gls-primary-action-card:hover .gls-card-label {
    color: rgba(16, 20, 27, 0.7) !important;
}

/* ==========================================================================
   RESPONSIVE LAYOUT BREAKPOINTS
   ========================================================================== */

@media screen and (max-width: 991px) {
    .gls-cta-content-side {
        flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .gls-cta-actions-side {
        flex: 1 1 100%;
    }
    #gls-extraordinary-cta-box {
        padding: 40px 25px !important;
    }
}
.third-col {
  padding: 2em;
  margin-top: -40px;
  z-index: 1;
  width: 50%;
  background: #470101;
  color: #ffebc7;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .third-col {
      width: 100% !important; } }
  .third-col h2, .third-col h3 {
    color: #fff;
    font-weight: 700; }
  .third-col.third-col-color {
    background: #6d0707; }
  .third-col .icon {
    position: absolute;
    top: 0px;
    left: -10%; }
    .third-col .icon i {
      font-size: 200px;
      color: rgba(255, 255, 255, 0.05); }

.services {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .services strong {
    font-weight: normal;
    color: #000; }
  .services h3 {
    font-weight: 400; }
    .services h3 a {
      color: #450000; }
  .services .icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
      font-size: 60px;
      line-height: 40px;
      color: #450000; }
  .services:hover, .services:focus {
    background: #450000;
    color: rgba(255, 255, 255, 0.7); }
    .services:hover h3 a, .services:focus h3 a {
      color: #fff; }
    .services:hover .icon i, .services:focus .icon i {
      color: #fff; }
    .services:hover strong, .services:focus strong {
      color: #fff; }

.ftco-social-icons {
  margin: 0;
  padding: 0; }
  .ftco-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .ftco-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #ffffff;
      padding-left: 10px;
      padding-right: 10px; }
      .ftco-social-icons li a i {
        font-size: 20px; }

.ftco-contact-info ul {
  padding: 0;
  margin: 0; }
  .ftco-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative; }
    .ftco-contact-info ul li:before {
      color: #f9eace;
      position: absolute;
      left: 0;
      top: .05em;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .ftco-contact-info ul li.address:before {
      font-size: 30px;
      content: "\e9d1"; }
    .ftco-contact-info ul li.phone:before {
      font-size: 23px;
      content: "\e9f4"; }
    .ftco-contact-info ul li.email:before {
      font-size: 23px;
      content: "\e9da"; }
    .ftco-contact-info ul li.url:before {
      font-size: 23px;
      content: "\e9af"; }

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left; }

.ftco-heading {
  margin-bottom: 5em; }
  .ftco-heading.ftco-heading-sm {
    margin-bottom: 2em; }
  .ftco-heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
    color: #000;
    font-weight: 400; }
  .ftco-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282; }
  .ftco-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
  .ftco-heading.ftco-heading2 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1; }
  .ftco-heading.ftco-heading2 p {
    font-size: 24px;
    margin-bottom: 40px; }

#ftco-testimonial .testimony-slide {
  text-align: center; }
  #ftco-testimonial .testimony-slide span {
    font-size: 18px;
    font-weight: 300;
    display: block;
    color: #000; }
  #ftco-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    #ftco-testimonial .testimony-slide figure img {
      width: 140px;
      border-radius: 7px; }
  #ftco-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 992px) {
      #ftco-testimonial .testimony-slide blockquote {
        width: 100%; } }

#ftco-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%; }
  #ftco-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada; }
    #ftco-testimonial .arrow-thumb a:hover, #ftco-testimonial .arrow-thumb a:focus, #ftco-testimonial .arrow-thumb a:active {
      text-decoration: none; }

#ftco-testimonial .owl-theme .owl-dots .owl-dot.active span, #ftco-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #2f89fc; }

#ftco-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #ccc; }

.ftco-staff {
  text-align: center;
  margin-bottom: 30px; }
  .ftco-staff img {
    width: 100%;
    margin-bottom: 20px; }
  .ftco-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 300 !important; }
  .ftco-staff p {
    margin-bottom: 30px; }
  .ftco-staff .role {
    color: gray;
    margin-bottom: 30px;
    font-weight: normal;
    display: block; }

#ftco-started {
  padding: 7em 0 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }
  #ftco-started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background:#450000 }
  #ftco-started .ftco-heading h2 {
    color:#f9dea3;
    margin-bottom: 30px !important; }
  #ftco-started .ftco-heading p {
    color: #ffffff; }
  #ftco-started .btn {
    height: 54px;
    border: none !important;
    background: #f9dea3;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px; }
  #ftco-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px; }
    #ftco-started .form-inline .form-group .form-control {
      width: 100%; }

.blog-entry {
  margin-bottom: 50px; }

.blog-featured {
  display: block; }
  .blog-featured a img {
    margin-bottom: 30px; }
  .blog-featured h2 {
    line-height: 1.2;
    font-size: 20px; }
    .blog-featured h2 a {
      color: #3f52e3; }
      .blog-featured h2 a:hover {
        color: #2f89fc; }

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em; }
  .blog-entry .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    float: left; }
  .blog-entry .desc {
    padding-left: 170px; }
    .blog-entry .desc h3 a {
      color: #3f52e3; }
      .blog-entry .desc h3 a:hover {
        color: #2f89fc; }
    .blog-entry .desc .meta {
      color: #999999;
      font-size: 16px;
      margin-bottom: 10px; }

.ftco-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left; }
  .ftco-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .ftco-blog > a img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    .ftco-blog {
      width: 100%; } }
  .ftco-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .ftco-blog .blog-text span {
      display: inline-block;
      margin-bottom: 20px; }
      .ftco-blog .blog-text span.comment {
        float: right; }
        .ftco-blog .blog-text span.comment a {
          color: rgba(0, 0, 0, 0.3); }
          .ftco-blog .blog-text span.comment a i {
            color: #2f89fc;
            padding-left: 7px; }
    .ftco-blog .blog-text .meta {
      color: #b3b3b3;
      font-size: 16px;
      margin-bottom: 10px; }
    .ftco-blog .blog-text h3 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 1.5; }
      .ftco-blog .blog-text h3 a {
        color: black; }

        #ftco-footer {
          background: #000000;
          color: #ffffff;
          /* CLEANED: Reduced top padding from 7em to 2.5em to leave clean room for the overlap */
          padding: 2.5em 0 4em 0; 
          position: relative;
        }
        #ftco-footer .ftco-footer-links {
          padding: 0;
          margin: 0; }
          @media screen and (max-width: 768px) {
            #ftco-footer .ftco-footer-links {
              margin-bottom: 30px; } }
          #ftco-footer .ftco-footer-links li {
            padding: 0;
            margin: 0;
            list-style: none; }
            #ftco-footer .ftco-footer-links li a {
              color: rgba(255, 255, 255, 0.8);
              text-decoration: none; }
              #ftco-footer .ftco-footer-links li a:hover {
                text-decoration: underline; }
        #ftco-footer h4 {
          color: #fce3bf;
          font-size: 14px;
          letter-spacing: .2em;
          text-transform: uppercase;
          padding-bottom: 15px; }
  #ftco-footer .ftco-widget {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #ftco-footer .ftco-widget {
        text-align: left; } }
  #ftco-footer .copyright .block {
    display: block; }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#ftco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 992px) {
    #ftco-offcanvas {
      display: block; } }
  .offcanvas #ftco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #ftco-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #ftco-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #ftco-offcanvas ul {
    padding: 0;
    margin: 0; }
    #ftco-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #ftco-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #ftco-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #ftco-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e921";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #ftco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.ftco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important; }
  .ftco-nav-toggle.active i::before, .ftco-nav-toggle.active i::after {
    background: #444; }
  .ftco-nav-toggle:hover, .ftco-nav-toggle:focus, .ftco-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .ftco-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .ftco-nav-toggle i::before, .ftco-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .ftco-nav-toggle.ftco-nav-white > i {
    color: #fff;
    background: #fff; }
    .ftco-nav-toggle.ftco-nav-white > i::before, .ftco-nav-toggle.ftco-nav-white > i::after {
      background: #fff; }

.ftco-nav-toggle i::before {
  top: -7px; }

.ftco-nav-toggle i::after {
  bottom: -7px; }

.ftco-nav-toggle:hover i::before {
  top: -10px; }

.ftco-nav-toggle:hover i::after {
  bottom: -10px; }

.ftco-nav-toggle.active i {
  background: transparent; }

.ftco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.ftco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.ftco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 992px) {
    .ftco-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #450000;
  color: #fff;
  border: 2px solid #350000; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #faf3ce !important;
    border-color: #faf3ce !important;
    color: #000000; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #2f89fc;
    border: 2px solid #2f89fc; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #2f89fc;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2f89fc; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.ftco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }

.site-section {
  padding: 7em 0; }

.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: block; }
  .gallery-item img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .gallery-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.pagination {
  text-align: center; }
  .pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #fff; }
    .pagination a:hover {
      -webkit-box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.1);
      border-color: #ccc; }
  .pagination .caption {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none; }
  .categories li:last-child,
  .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a,
  .sidelink li a {
    display: block; }
    .categories li a span,
    .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a,
  .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px;
        color: #000; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
/* ==========================================================================
   MODERN ASYMMETRICAL HERO BANNER - CINEMATIC TYPING EDITION
   ========================================================================== */

   #gls-static-hero {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 0 130px 0; 
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.gls-static-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

#gls-static-hero .container {
    position: relative;
    z-index: 2;
}

/* --- Typography Setup --- */

.gls-hero-subtitle {
    color: #C5A059;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 15px;
}

/* Typing Layout Wrapper */
.gls-typing-container {
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}

.gls-hero-title {
    color: #ffffff !important;
    font-size: 56px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.15 !important;
    letter-spacing: -1px;
    white-space: nowrap;
    overflow: hidden; /* Keeps the text hidden until typed */
    
    /* Elegant Right Border acting as the flashing typing cursor line */
    border-right: 3px solid #C5A059; 
    
    /* ANIMATION STEP PARAMETERS:
       - glsTyping: executes the literal width reveal over 14 discrete steps (matching the characters)
       - glsBlink: creates a high-end flashing cursor behavior
    */
    width: 0;
    animation: 
        glsTyping 1.4s steps(14) 0.4s forwards,
        glsBlink 0.75s step-end infinite alternate;
}

.gls-hero-lead {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 19px !important;
    line-height: 1.6 !important;
    max-width: 650px;
    margin: 0 0 25px 0 !important;
}

.gls-hero-btn {
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ==========================================================================
   ADVANCED HARDWARE-ACCELERATED KEYFRAMES
   ========================================================================== */

/* Outer Framework Reveal: Sweeps the elements around the heading up */
.gls-hero-animate-group {
    opacity: 0;
    transform: translateY(30px);
    animation: glsGroupReveal 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    will-change: transform, opacity;
}

@keyframes glsGroupReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Typing reveal: expands width seamlessly to match text footprint */
@keyframes glsTyping {
    from { width: 0; }
    to { width: 100%; }
}

/* Flashing text cursor animation loop, collapses right border color */
@keyframes glsBlink {
    50% { border-color: transparent; }
}

/* ==========================================================================
   RESPONSIVE DESIGN ADAPTATIONS
   ========================================================================== */

@media screen and (max-width: 768px) {
    #gls-static-hero {
        padding: 140px 0 90px 0;
        text-align: center;
    }
    .gls-typing-container {
        display: block;
    }
    .gls-hero-title {
        font-size: 34px !important;
        white-space: normal; /* Permits text breaking safely on narrow viewports */
        border-right: none;
        width: 100%;
        animation: none; /* Disables script typewriter loop on mobile to preserve layout stability */
    }
    .gls-hero-lead {
        font-size: 16px !important;
        margin: 0 auto 20px auto !important;
    }
}
/* ==========================================================================
   UNIFORM PRACTICE GRID MATRIX WITH BURGUNDY THEME
   ========================================================================== */

/* The Layout Engine: Guarantees exactly 3 cards in a row with zero loose hanging blocks */
.gls-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.gls-practice-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  display: block;
  height: 100%; /* Force matching height profiles */
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

/* INTERACTION HOVER STATE: Smooth shift to Burgundy Primary */
.gls-practice-card:hover {
  background: #800020 !important; /* Premium Burgundy Primary */
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(128, 0, 32, 0.2);
  border-color: #800020 !important;
}

/* Icon Container Behavior */
.gls-practice-card .icon {
  width: 75px;
  height: 75px;
  background: rgba(128, 0, 32, 0.06); /* Tint of Burgundy */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  font-size: 32px;
  color: #800020;
  transition: all 0.3s ease;
}

/* Dynamic inversion when parent wrapper is hovered */
.gls-practice-card:hover .icon {
  background: #ffffff !important;
  color: #800020 !important;
}

/* Typography States Inside Card */
.gls-practice-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #10141b;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.gls-practice-card:hover h3 {
  color: #ffffff !important;
}

.gls-practice-card p {
  font-size: 14px;
  color: #65748b;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.gls-practice-card:hover p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.gls-read-more {
  font-size: 12px;
  font-weight: 700;
  color: #800020;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}
.gls-practice-card:hover .gls-read-more {
  color: #fce3bf !important; /* Accent contrast link color inside burgundy field */
}

/* --- Premium Modal Structure Fixes --- */
.gls-popup-dialog {
  background: #ffffff;
  padding: 40px;
  text-align: left;
  max-width: 620px;
  margin: 40px auto;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  border-top: 5px solid #800020; /* Anchored with Burgundy Border */
}

.gls-modal-header {
  margin-bottom: 22px;
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 15px;
}

.gls-m-tag {
  color: #800020;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.gls-modal-header h2 {
  font-size: 26px;
  font-weight: 700;
  color: #10141b;
  margin: 6px 0 0 0;
}

/* Modifies the template's Magnific close token position to sit inside header flawlessly */
.mfp-close {
  font-size: 32px !important;
  color: #a0aec0 !important;
  top: 15px !important;
  right: 15px !important;
  transition: color 0.2s ease;
}
.mfp-close:hover {
  color: #800020 !important;
}

/* Responsive Grid Adaptation Layer */
@media screen and (max-width: 991px) {
  .gls-grid-container {
      grid-template-columns: repeat(2, 1fr); /* 2 Columns on intermediate tablet views */
  }
}
@media screen and (max-width: 768px) {
  .gls-grid-container {
      grid-template-columns: 1fr; /* Single column layout stack on phones */
  }
  .gls-popup-dialog {
      padding: 25px 20px;
      margin: 20px;
  }
}
/* ==========================================================================
   INTELLIGENT ADVISORY MATRIX CSS
   ========================================================================== */

/* The Layout Engine: Dynamically packs advisors in a perfectly rigid layout */
.gls-team-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Clean, spacious dual-column presentation */
  gap: 40px;
  width: 100%;
}

.gls-advisor-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex; /* Aligns headshot left and text right cleanly */
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* INTERACTIVE CARD APPROACH STATE */
.gls-advisor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(128, 0, 32, 0.08);
  border-color: rgba(128, 0, 32, 0.15);
}

/* Image Container Frame */
.gls-avatar-wrapper {
  position: relative;
  width: 200px;
  min-width: 200px;
  height: auto;
  background: #f3f4f6;
  overflow: hidden;
}

.gls-advisor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gls-advisor-card:hover .gls-advisor-img {
  transform: scale(1.04);
}

/* Smart Hover Reveal Plate over the image */
.gls-avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 0, 32, 0.85); /* Smooth Burgundy overlay matrix */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gls-advisor-card:hover .gls-avatar-overlay {
  opacity: 1;
}

.gls-vcard-trigger {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
}

/* Details and Typography Plate */
.gls-advisor-details {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gls-advisor-role {
  font-size: 11px;
  font-weight: 700;
  color: #800020; /* Identity Burgundy tone */
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}

.gls-advisor-details h3 {
  font-size: 22px;
  font-weight: 700;
  color: #10141b;
  margin: 0 0 12px 0;
}

.gls-advisor-bio {
  font-size: 13.5px;
  color: #65748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Micro Competency Tags */
.gls-competency-pool {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gls-badge {
  background: #f8fafc;
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

/* Interactive Badge state tied to main card touchpoint */
.gls-advisor-card:hover .gls-badge {
  background: rgba(128, 0, 32, 0.04);
  color: #800020;
  border-color: rgba(128, 0, 32, 0.1);
}


/* RESPONSIVE RENDERING CONTROL LAYER */
@media screen and (max-width: 991px) {
  .gls-team-matrix {
      grid-template-columns: 1fr; /* Drop down to single track grid for tablets safely */
      gap: 30px;
  }
}

@media screen and (max-width: 550px) {
  .gls-advisor-card {
      flex-direction: column; /* Stacks image perfectly on top of copy for mobile profiles */
  }
  .gls-avatar-wrapper {
      width: 100%;
      height: 220px;
  }
  .gls-advisor-details {
      padding: 20px;
  }
}
/* Premium Portal Navigation Button Alignment */
.gls-nav-login-btn {
    background: #800020 !important; /* Premium Brand Burgundy */
    color: #ffffff !important;
    padding: 8px 18px !important;
    border-radius: 4px;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out !important;
    display: inline-block;
    border: 1px solid #800020;
    line-height: 1.4;
}

.gls-nav-login-btn:hover {
    background: transparent !important;
    color: #800020 !important; /* Inverse state on hover interaction */
    text-decoration: none !important;
}

/* Adjust layout spacing to handle the button wrapper alignment nicely */
.gls-nav-btn-wrapper::after {
    display: none !important; /* Disables standard underline effect from Colorlib theme */
}