/*==================
RESET
==================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*==================
GENERAL
==================*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%;
  width: 100%; }

body {
  color: #333333;
  font: 62.5%/1.375rem "Poppins", sans-serif;
  margin: 0 auto;
  background: #f2f2f2; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

@media (min-width: 992px) {
  .active {
    color: #0079c1 !important;
    border-bottom: 2px solid; } }

img {
  width: 100%; }

/*******************
TEXT
*******************/
h1 {
  font: 600 1.5625rem/1.9375rem "Poppins", sans-serif; }

h2 {
  font: 600 1rem/1.375rem "Poppins", sans-serif; }

p {
  font: 400 1rem/1.375rem "Poppins", sans-serif;
  margin: 0 0 0.625rem;
  padding: 0;
  color: #333333; }

/*******************
BUTTONS
*******************/
.button a, .button button {
  width: 100%;
  max-width: 12.5rem;
  display: inline-block;
  text-align: center;
  padding: 0.625rem 0;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background: #464646;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 1.25rem;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .button a, .button button {
      margin-left: 0;
      margin-right: 0; } }
  .button a img, .button button img {
    vertical-align: middle;
    margin: -0.1875rem 0 0 0.5rem; }
  .button a:hover, .button button:hover {
    transform: scale(1.1);
    text-decoration: none; }

/*******************
MISC
*******************/
.dvdr-yellow, .dvdr-magenta, .dvdr-dblue, .dvdr-white {
  width: 3.75rem;
  border-radius: 0.625rem;
  margin: 0.625rem auto 0.9375rem; }
  @media (min-width: 768px) {
    .dvdr-yellow, .dvdr-magenta, .dvdr-dblue, .dvdr-white {
      margin: 0.625rem 0 0.9375rem; } }

.dvdr-yellow {
  border-bottom: 0.25rem solid #ffcc50; }

.dvdr-magenta {
  border-bottom: 0.25rem solid #cd084f; }

.dvdr-dblue {
  border-bottom: 0.25rem solid #004b9a; }

.dvdr-white {
  border-bottom: 0.25rem solid white; }

section {
  text-align: center; }
  @media (min-width: 768px) {
    section {
      text-align: left; } }

/*******************
CONTACT
*******************/
.f-contact {
  color: white !important;
  cursor: pointer; }

.h-contact {
  cursor: pointer; }

.l-contact {
  text-decoration: underline !important; }

.contact-txt {
  font: 400 1rem/1.375rem "Poppins", sans-serif;
  text-align: center;
  color: white; }
  @media (min-width: 768px) {
    .contact-txt {
      text-align: left; } }

.modal-header {
  background: #0079c1;
  color: white;
  padding: 0.625rem 1rem; }
  .modal-header span {
    color: white; }

form label {
  display: block;
  font-size: 0.75rem; }

form input {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.875rem;
  margin: 0 0 0.9375rem 0;
  border: 0.0625rem solid #d4d4d4; }

form input:focus {
  border-bottom: 5px solid #0079c1;
  outline: none; }

form textarea {
  width: 100%;
  border: 0.0625rem solid #d4d4d4;
  height: 9.375rem;
  resize: none;
  padding: 0.5rem;
  font-size: 0.875rem; }

form textarea:focus {
  outline: none; }

form .contact-thanks {
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 0.625rem; }

form .contact-button {
  text-align: center;
  margin: 0.625rem 0; }
  form .contact-button button {
    font-size: 0.75rem; }

/*==================
NAVIGATION
==================*/
.gtu-nav-2 {
  position: fixed;
  z-index: 100;
  background: white;
  width: 100%;
  border-bottom: 0.1875rem solid #0079c1; }
  .gtu-nav-2 .logo {
    display: inline-block; }
    .gtu-nav-2 .logo img {
      width: 6.5625rem; }
  .gtu-nav-2 .gtu-nav-bar {
    padding: 0.625rem 1rem; }
    @media (min-width: 992px) {
      .gtu-nav-2 .gtu-nav-bar {
        padding: 0.625rem 1.25rem;
        position: relative;
        z-index: 1;
        overflow: visible; } }
  .gtu-nav-2 .gtu-nav2-menu2 {
    display: none; }
  .gtu-nav-2 .gtu-nav2-menu-open {
    float: right;
    cursor: pointer; }
    .gtu-nav-2 .gtu-nav2-menu-open img {
      width: 2.1875rem; }
    @media (min-width: 992px) {
      .gtu-nav-2 .gtu-nav2-menu-open {
        display: none; } }
  .gtu-nav-2 .gtu-nav2-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1rem;
    cursor: pointer; }
    .gtu-nav-2 .gtu-nav2-menu-close img {
      width: 2.1875rem; }
    @media (min-width: 992px) {
      .gtu-nav-2 .gtu-nav2-menu-close {
        display: none; } }
  .gtu-nav-2 .gtu-nav2-menu {
    text-align: center;
    margin: 0 auto;
    padding: 0.625rem 0;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white; }
    @media (min-width: 992px) {
      .gtu-nav-2 .gtu-nav2-menu {
        display: block !important;
        position: static;
        width: auto;
        height: auto;
        background: transparent;
        float: right;
        overflow: visible; } }
    .gtu-nav-2 .gtu-nav2-menu .menu-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font: 600 1.25rem "Poppins", sans-serif;
      width: 100%;
      color: #0079c1; }
      .gtu-nav-2 .gtu-nav2-menu .menu-content a {
        color: #0079c1; }
      @media (min-width: 992px) {
        .gtu-nav-2 .gtu-nav2-menu .menu-content {
          position: static;
          font-size: 0.8125rem;
          transform: translate(0);
          text-transform: uppercase; } }
      .gtu-nav-2 .gtu-nav2-menu .menu-content ul {
        padding: 0;
        margin: 0; }
      .gtu-nav-2 .gtu-nav2-menu .menu-content li {
        padding: 0.625rem 1.25rem;
        display: block;
        float: none; }
        @media (min-width: 992px) {
          .gtu-nav-2 .gtu-nav2-menu .menu-content li {
            padding: 0 1.25rem;
            display: inline-block;
            vertical-align: middle; } }
        .gtu-nav-2 .gtu-nav2-menu .menu-content li a {
          text-decoration: none; }
          .gtu-nav-2 .gtu-nav2-menu .menu-content li a:hover {
            border-bottom: 2px solid #0079c1; }
      .gtu-nav-2 .gtu-nav2-menu .menu-content .f-social {
        padding: 0;
        width: 1.875rem;
        margin: 0.625rem 0.3125rem;
        display: inline-block; }
        .gtu-nav-2 .gtu-nav2-menu .menu-content .f-social a:hover {
          border-bottom: 0; }
        @media (min-width: 992px) {
          .gtu-nav-2 .gtu-nav2-menu .menu-content .f-social {
            margin: 0 0.625rem 0 0; }
            .gtu-nav-2 .gtu-nav2-menu .menu-content .f-social:last-child {
              margin: 0 1rem 0 0; } }

/*==================
HOME - HERO
==================*/
.hero-section {
  height: 100vh;
  width: 100%;
  display: table;
  background: url("../images/home-bg.jpg");
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .hero-section {
      background-position: center center; } }
  .hero-section h1 {
    font: 600 1.875rem/2.0625rem "Poppins", sans-serif;
    text-align: center;
    margin: 0 auto;
    color: white; }
    @media (min-width: 768px) {
      .hero-section h1 {
        font: 600 3rem/3.125rem "Poppins", sans-serif; } }
  .hero-section .hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }
    @media (min-width: 768px) {
      .hero-section .hero-overlay {
        background: rgba(0, 0, 0, 0.4); } }
  .hero-section .hero-container {
    display: table-cell;
    vertical-align: middle; }
    .hero-section .hero-container .hero {
      margin: 0 auto;
      text-align: center;
      padding: 0 1rem; }
      .hero-section .hero-container .hero .logo {
        width: 6.25rem;
        margin: 0 0 1.25rem; }
        @media (min-width: 768px) {
          .hero-section .hero-container .hero .logo {
            width: 10rem;
            margin: 0 0 2.5rem; } }
      .hero-section .hero-container .hero p {
        font: 1.0625rem/1.4375rem "Poppins", sans-serif;
        margin: 0.3125rem 0 0;
        color: white; }
      @media (min-width: 768px) {
        .hero-section .hero-container .hero {
          width: 67%;
          max-width: 61.25rem; }
          .hero-section .hero-container .hero p {
            font: 1.5625rem/2.1875rem "Poppins", sans-serif; } }

/*==================
HOME - SECTION 1
==================*/
.sec-1 {
  background: #f2f2f2;
  padding: 3.75rem 0; }
  .sec-1 h1 {
    margin: 1.875rem 0 0; }
    @media (min-width: 768px) {
      .sec-1 h1 {
        margin: 0; } }

/*==================
HOME - SECTION 2
==================*/
.sec-2 {
  background: white;
  padding: 3.75rem 0; }
  .sec-2 .button {
    margin: 0 0 3.75rem; }
    @media (min-width: 768px) {
      .sec-2 .button {
        margin: 0 0 1.875rem; } }

/*==================
HOME - SECTION 3
==================*/
.sec-3 {
  background: white;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .sec-3 .bg1, .sec-3 .bg2 {
      height: 21.875rem;
      width: 49.8%;
      display: inline-block; }
    .sec-3 .bg1 {
      background: url("../images/home-s3a.jpg") center center;
      background-size: cover; }
    .sec-3 .bg2 {
      background: url("../images/home-s3b.jpg") center center;
      background-size: cover;
      position: absolute;
      right: 0; } }

/*==================
HOME - SECTION 4
==================*/
.sec-4 {
  background-color: white;
  padding: 0 0 3.75rem; }
  @media (min-width: 768px) {
    .sec-4 {
      text-align: center;
      padding: 3.75rem 0; }
      .sec-4 .dvdr-dblue, .sec-4 .dvdr-yellow {
        margin-left: auto;
        margin-right: auto; } }
  .sec-4 .logos {
    margin: 0 auto;
    text-align: center;
    display: block; }
    .sec-4 .logos img {
      width: 4.6875rem;
      vertical-align: middle;
      margin: 0.625rem;
      padding: 0.625rem; }
      @media (min-width: 768px) {
        .sec-4 .logos img {
          margin: 0.625rem 1.875rem;
          padding: 0; } }
    .sec-4 .logos .hide {
      display: none; }
      @media (min-width: 768px) {
        .sec-4 .logos .hide {
          display: inline; } }

/*==================
HOME - SECTION 5
==================*/
.sec-5 {
  padding: 3.75rem 0 1.25rem;
  background: #555555; }
  @media (min-width: 768px) {
    .sec-5 {
      padding: 3.75rem 0; } }
  .sec-5 h1 {
    color: white; }
  .sec-5 h2 {
    font-size: 1.375rem;
    margin: 0 0 0.4375rem;
    color: white; }
  .sec-5 p {
    color: white;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all; }
    .sec-5 p span {
      display: block; }
    .sec-5 p .title {
      font-weight: 600; }
    .sec-5 p .break {
      display: block; }
      @media (min-width: 768px) {
        .sec-5 p .break {
          display: inline; } }
  .sec-5 a {
    text-decoration: underline;
    color: white; }
  .sec-5 img {
    width: 100%; }
    @media (min-width: 768px) {
      .sec-5 img {
        max-width: 26.875rem; } }
  @media (min-width: 768px) {
    .sec-5 .mphone {
      display: none; } }
  .sec-5 .dphone {
    display: none; }
    @media (min-width: 768px) {
      .sec-5 .dphone {
        display: inline; } }
  .sec-5 .location {
    max-width: 17.5rem;
    margin: 0 auto; }
    .sec-5 .location a {
      text-decoration: none; }
    @media (min-width: 768px) {
      .sec-5 .location {
        margin: 0; } }
  .sec-5 .button a {
    text-decoration: none;
    border: 0.125rem solid white;
    background: transparent;
    cursor: pointer; }

/*==================
HOME - SECTION 6
==================*/
.sec-6 {
  background: #333333;
  color: white;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.1875rem 1rem 0.625rem; }
  @media (min-width: 768px) {
    .sec-6 {
      padding: 0.1875rem 1rem; } }
  .sec-6 .hide {
    display: none; }
    @media (min-width: 768px) {
      .sec-6 .hide {
        display: inline; } }
  .sec-6 .move {
    line-height: 0.75rem; }
    @media (min-width: 768px) {
      .sec-6 .move {
        display: inline; } }

/*==================
PAGE HEADER
==================*/
.header {
  padding: 3.75rem 0 0 0; }
  @media (min-width: 768px) {
    .header .a-bg {
      width: 70%;
      height: 20rem;
      background: url("../images/about-s1.jpg") center center;
      background-size: cover;
      display: table-cell; } }
  @media (min-width: 992px) {
    .header .a-bg {
      background: url("../images/about-s1.jpg") center -160px;
      background-size: cover; } }
  @media (min-width: 768px) {
    .header .s-bg {
      width: 70%;
      height: 20rem;
      background: url("../images/services-s1.jpg") center center;
      background-size: cover;
      display: table-cell; } }
  @media (min-width: 992px) {
    .header .s-bg {
      background: url("../images/services-s1.jpg") center -130px;
      background-size: cover; } }
  .header .content {
    background: #0079c1;
    width: 30%;
    height: 20rem;
    display: inline-block;
    padding: 1.25rem;
    color: white;
    display: table-cell;
    vertical-align: middle; }
    .header .content p {
      color: white; }

/*=====================
SERVICES - SECTION 1
=====================*/
.s-sec-1 {
  background-color: white;
  padding: 3.75rem 0; }
  @media (min-width: 768px) {
    .s-sec-1 {
      text-align: center;
      padding: 3.75rem 0; }
      .s-sec-1 .dvdr-magenta {
        margin-left: auto;
        margin-right: auto; } }
  .s-sec-1 .expertise {
    margin: 3.75rem auto 0; }
    .s-sec-1 .expertise img {
      width: 3.4375rem; }
      @media (min-width: 576px) {
        .s-sec-1 .expertise img {
          display: inline-block;
          vertical-align: top; } }
    .s-sec-1 .expertise .content {
      text-align: center;
      margin: 0 auto;
      padding: 0.625rem 0 2.5rem; }
      @media (min-width: 576px) {
        .s-sec-1 .expertise .content {
          width: 23.75rem;
          text-align: left;
          display: inline-block;
          padding: 0 0 2.5rem 1.5625rem; } }
      .s-sec-1 .expertise .content h2 {
        margin: 0 0 0.1875rem; }
      .s-sec-1 .expertise .content li {
        font-size: 1rem;
        line-height: 1.375rem;
        margin: 0 1.25rem 0.625rem; }
        @media (min-width: 576px) {
          .s-sec-1 .expertise .content li {
            list-style-type: disc; } }
    .s-sec-1 .expertise .box {
      background: #0079c1;
      border-radius: 0.9375rem;
      padding: 1.875rem;
      margin: 0 1rem; }
      .s-sec-1 .expertise .box p {
        color: white;
        margin: 0; }
      @media (min-width: 576px) {
        .s-sec-1 .expertise .box {
          margin: 0; } }

/*=====================
SERVICES - SECTION 2
=====================*/
.s-sec-2 {
  background-color: #f2f2f2;
  padding: 3.75rem 0; }
  @media (min-width: 768px) {
    .s-sec-2 {
      text-align: center;
      padding: 3.75rem 0; }
      .s-sec-2 .dvdr-magenta {
        margin-left: auto;
        margin-right: auto; } }
  .s-sec-2 .content {
    text-align: left; }
    .s-sec-2 .content h2 {
      margin: 0 0 0.1875rem; }
    .s-sec-2 .content li {
      font-size: 1rem;
      line-height: 1.375rem;
      margin: 0 1.25rem 0.3125rem;
      list-style-type: disc; }
    .s-sec-2 .content img {
      width: 10.625rem; }
    .s-sec-2 .content .list-1, .s-sec-2 .content .list-2 {
      display: block; }
      @media (min-width: 768px) {
        .s-sec-2 .content .list-1, .s-sec-2 .content .list-2 {
          display: table-cell;
          width: 50%; } }
      @media (min-width: 992px) {
        .s-sec-2 .content .list-1, .s-sec-2 .content .list-2 {
          display: block;
          width: 100%; } }
    .s-sec-2 .content .list-2 {
      margin: 2.5rem 0 0; }
    .s-sec-2 .content .list-3 {
      margin: 2.5rem 0 0;
      text-align: center; }
      @media (min-width: 768px) {
        .s-sec-2 .content .list-3 {
          text-align: left;
          margin: 0; } }
  .s-sec-2 .broker-img {
    display: none; }
    @media (min-width: 992px) {
      .s-sec-2 .broker-img {
        display: block; } }

/*=====================
SERVICES - SECTION 3
=====================*/
.s-sec-3 {
  background-color: white;
  padding: 3.75rem 0; }
  @media (min-width: 768px) {
    .s-sec-3 {
      text-align: center; }
      .s-sec-3 .dvdr-magenta {
        margin-left: auto;
        margin-right: auto; } }
  .s-sec-3 .success {
    margin: 3.75rem auto 0; }
    .s-sec-3 .success img {
      width: 3.4375rem;
      margin: 0 0 0.9375rem; }
      @media (min-width: 768px) {
        .s-sec-3 .success img {
          display: inline-block;
          vertical-align: top; } }
    .s-sec-3 .success .content {
      text-align: center;
      margin: 0 0 2.5rem; }
      @media (min-width: 992px) {
        .s-sec-3 .success .content {
          text-align: left;
          display: inline-block;
          padding: 0 0 2.5rem 1.5625rem;
          width: 23.75rem; } }
  .s-sec-3 .box {
    text-align: center; }
    @media (min-width: 768px) {
      .s-sec-3 .box {
        background: #f2f2f2;
        text-align: left;
        padding: 1.25rem; } }
    .s-sec-3 .box img {
      margin: 0 0 16; }
      @media (min-width: 768px) {
        .s-sec-3 .box img {
          margin: 0; } }

/*==================
ABOUT - SECTION 2
==================*/
.a-sec-2 .spcr, .a-sec-3 .spcr {
  margin: 1.875rem 0 0; }

/*==================
ABOUT - SECTION 3
==================*/
.a-sec-3 {
  background: #f2f2f2;
  padding: 3.75rem 0; }
  .a-sec-3 .button {
    margin: 0 0 1.875rem; }

/*==================
ABOUT - SECTION 4
==================*/
.a-sec-4 {
  padding: 3.75rem 0;
  text-align: center; }
  .a-sec-4 .logos {
    margin: 0 auto;
    text-align: center;
    display: block; }
    .a-sec-4 .logos img {
      width: 5rem;
      vertical-align: middle;
      margin: 0.625rem;
      padding: 0.1875rem !important; }
      @media (min-width: 768px) {
        .a-sec-4 .logos img {
          margin: 0.625rem 1.875rem;
          padding: 0; } }

/*==================
ABOUT - SECTION 5
==================*/
.a-sec-5 {
  background-color: #f2f2f2;
  padding: 3.75rem 0;
  text-align: center; }
  .a-sec-5 .dvdr-yellow {
    margin-left: auto;
    margin-right: auto; }
  .a-sec-5 ul {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 20.625rem; }
    .a-sec-5 ul li {
      text-align: left;
      font-size: 1rem;
      line-height: 1.375rem;
      margin: 0 1.25rem 0.3125rem;
      list-style-type: disc; }
