/*------------------------------------------------------------------
CSS
-------------------------------------------------------------------*/
@import url(../includes/bootstrap/css/bootstrap.min.css);
@import url(../includes/nucleo/outline/css/nucleo-outline.css);
@import url(../includes/nucleo/mini/css/nucleo-mini.css);
@import url(../includes/nucleo/glyph/css/nucleo-glyph.css);
@import url(../includes/font/gotham/stylesheet.css);
/* Translate */
/* color for skin */
.change-skin-menu-wrapper .color-default {
  background-color: #b6ae82; }

/* background skin */
.change-skin-menu-wrapper .bg-1 a {
  background: url(../images/skins-menu/bg-1.png) 0 0 repeat; }

/* change background */
.bg-1 {
  background: url("../images/skins-menu/bg-1.png") 0 0 repeat; }

.bg-2 {
  background: url("../images/skins-menu/bg-2.png") 0 0 repeat; }

.bg-3 {
  background: url("../images/skins-menu/bg-3.png") 0 0 repeat; }

.bg-4 {
  background: url("../images/skins-menu/bg-4.png") 0 0 repeat; }

.bg-5 {
  background: url("../images/skins-menu/bg-5.png") 0 0 repeat; }

.bg-6 {
  background: url("../images/skins-menu/bg-6.png") 0 0 repeat; }

/* skin menu */
.change-skin-menu-wrapper {
  position: fixed;
  left: -188px;
  top: 150px;
  z-index: 500;
  background-color: #fafafa;
  box-shadow: 1px 1px 2px -1px #888;
  -webkit-box-shadow: 1px 1px 2px -1px #888;
  border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
  /* tag a */
  /* color */
  /*background*/
  /*layout*/ }
  .change-skin-menu-wrapper .container, .change-skin-menu-wrapper .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .change-skin-menu-wrapper .group-hightlight-detail, .change-skin-menu-wrapper .view-hightlight-detail #carousel, .view-hightlight-detail .change-skin-menu-wrapper #carousel {
    width: 185px;
    padding: 10px; }
  .change-skin-menu-wrapper .background,
  .change-skin-menu-wrapper .skin-color {
    overflow: hidden; }
  .change-skin-menu-wrapper .skin-color {
    margin-bottom: 15px; }
  .change-skin-menu-wrapper .change-skin {
    text-align: center;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fafafa;
    padding: 11px;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 2px -2px #888;
    -webkit-box-shadow: 1px 1px 2px -2px #888;
    color: #666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .change-skin-menu-wrapper .change-skin:hover, .change-skin-menu-wrapper .change-skin:focus {
      color: #333; }
    .change-skin-menu-wrapper .change-skin i {
      font-size: 16px; }
  .change-skin-menu-wrapper strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 600; }
  .change-skin-menu-wrapper ul {
    padding-left: 0;
    margin-bottom: 0; }
  .change-skin-menu-wrapper li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px; }
  .change-skin-menu-wrapper .change-skin-button,
  .change-skin-menu-wrapper .change-background-button {
    display: inline-block;
    text-indent: -999em;
    width: 30px;
    height: 30px;
    opacity: 0.7; }
    .change-skin-menu-wrapper .change-skin-button:hover, .change-skin-menu-wrapper .change-skin-button:focus,
    .change-skin-menu-wrapper .change-background-button:hover,
    .change-skin-menu-wrapper .change-background-button:focus {
      opacity: 1; }
  .change-skin-menu-wrapper .change-background-button {
    border: 1px solid #cdcdcd; }
    .change-skin-menu-wrapper .change-background-button:hover, .change-skin-menu-wrapper .change-background-button:focus {
      border-color: #7b7b7b; }
  .change-skin-menu-wrapper .layout {
    margin-bottom: 15px; }
  .change-skin-menu-wrapper .change-layout-button,
  .change-skin-menu-wrapper .change-direction-button {
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px 18px;
    background-color: #fff;
    background-image: none;
    min-width: 0;
    height: auto;
    font-size: 14px;
    text-transform: none;
    line-height: 1.42857;
    font-weight: 500;
    border: 1px solid #ccc;
    color: #333; }
    .change-skin-menu-wrapper .change-layout-button:hover, .change-skin-menu-wrapper .change-layout-button:focus,
    .change-skin-menu-wrapper .change-direction-button:hover,
    .change-skin-menu-wrapper .change-direction-button:focus {
      background: #fff; }
    .change-skin-menu-wrapper .change-layout-button:first-child,
    .change-skin-menu-wrapper .change-direction-button:first-child {
      border-right: none; }
  .change-skin-menu-wrapper .change-layout-button.active {
    background-color: #428bca;
    color: #fff;
    border-color: #428bca;
    font-weight: 700; }
  .change-skin-menu-wrapper .change-direction:before, .change-skin-menu-wrapper .change-direction:after {
    display: table;
    content: " "; }
  .change-skin-menu-wrapper .change-direction:after {
    clear: both; }
  .change-skin-menu-wrapper .change-direction li {
    float: left;
    margin: 0;
    padding: 0; }
    .change-skin-menu-wrapper .change-direction li:first-child {
      border-right: none; }
    .change-skin-menu-wrapper .change-direction li .change-direction-button {
      border-right: 1px solid #ccc;
      display: inline-block; }
    .change-skin-menu-wrapper .change-direction li.active .change-direction-button {
      background-color: #428bca;
      color: #fff;
      border-color: #428bca;
      font-weight: 700; }
  .change-skin-menu-wrapper .background {
    margin-bottom: 15px; }

.fly-out {
  left: 0; }

[dir="rtl"] .change-skin-menu-wrapper ul {
  padding-right: 0; }
[dir="rtl"] .change-skin-menu-wrapper li {
  float: right;
  margin-left: 3px;
  margin-right: 0; }
[dir="rtl"] .change-skin-menu-wrapper .change-direction li {
  margin-left: 0; }
[dir="rtl"] .change-skin-menu-wrapper .change-layout-button:first-child,
[dir="rtl"] .change-skin-menu-wrapper .change-direction-button:first-child {
  border-left: none;
  border-right: 1px solid #ccc; }

/*------------------------------------------------------------------*/
/* Typography */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body {
  color: #fff;
  background-color: #000;
  font-family: "corbel";
  font-size: 15px;
  font-weight: 100;
  line-height: 1.4; }

h1, h2, h3, h4, h5, .label {
  color: #444444;
  line-height: 1.2;
  margin: 0 0 20px; }

p {
  font-size: 20px; }

a {
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  color: #c6a709;
  outline: none;
  text-decoration: none;
  text-decoration: none; }
  a:hover, a:focus {
    color: #fff;
    outline: none;
    text-decoration: none; }

strong {
  font-weight: 700; }

ul, ol {
  margin-bottom: 15px; }

p {
  margin-bottom: 15px; }

img {
  max-width: 100%;
  height: auto; }

input, select, textarea {
  min-width: 100%;
  border: 1px solid #dddddd;
  color: #444444;
  background: #fafafa;
  font-size: 0.867em;
  min-height: 40px;
  padding: 7px; }
  input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    outline: none; }

iframe {
  width: 100%; }

.container-fluid {
  padding: 0; }

.container, .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel {
  width: 935px;
  padding-left: 15px;
  padding-right: 15px; }

#main .container, #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #main .group-hightlight-detail, #main .view-hightlight-detail #carousel, .view-hightlight-detail #main #carousel {
  margin-bottom: 50px; }

.front #main .container, .front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .front #main .group-hightlight-detail, .front #main .view-hightlight-detail #carousel, .view-hightlight-detail .front #main #carousel {
  margin-bottom: 0px; }

[class^="nc-icon-"] span {
  font-size: 0; }

blockquote {
  border-left: none;
  margin-left: 45px;
  margin-right: 45px;
  padding: 20px;
  background: #f6f6f6;
  position: relative;
  font-size: 0.8em; }
  blockquote:before {
    content: '';
    border-left: 22px solid transparent;
    border-bottom: 22px solid #fff;
    border-right: 22px solid transparent;
    display: block;
    position: absolute;
    top: -3px;
    left: -14px;
    transform: rotate(-45deg); }

.front .region-banner {
  position: relative; }

.banner-heading {
  top: 250px;
  position: absolute;
  width: 500px;
  left: 70px;
  font-size: 46px; }
  .banner-heading h1 {
    color: white;
    font-weight: bold; }

.contact-message-form {
  width: 700px;
  margin: 0 auto;
  border: 1px solid;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px; }
  .contact-message-form textarea {
    max-height: 100px; }
    .contact-message-form textarea:focus {
      border: 1px solid #444444; }
  .contact-message-form input[type="text"] {
    width: 100%; }
  .contact-message-form input[type="email"] {
    width: 100%; }
  .contact-message-form input:focus {
    border: 1px solid #444444; }
  .contact-message-form .form-submit {
    padding: 12px 55px;
    background: #c6a709;
    color: #313432;
    border-radius: 40px;
    font-family: "gotham_boldregular";
    font-size: 0.8em;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border: none;
    min-width: auto;
    margin-top: 10px;
    margin-bottom: 0px; }
    .contact-message-form .form-submit:hover {
      background: #fff; }
  .contact-message-form .form-actions {
    text-align: center; }

.comment-form #cke_1_top, .comment-form #cke_1_bottom, .comment-form .filter-wrapper, .comment-form label {
  display: none; }
.comment-form .cke_chrome {
  box-shadow: none; }

.user-register-form .description, .user-register-form #edit-timezone, .user-register-form #edit-contact {
  display: none; }
.user-register-form .form-checkbox {
  min-height: 0;
  min-width: 0; }

.node-portfolio .content-detail {
  font-size: 14px; }
  .node-portfolio .content-detail h2, .node-portfolio .content-detail h3 {
    font-weight: normal;
    font-size: 1.4285714285714286em; }
  .node-portfolio .content-detail .title {
    font-family: "gotham_mediumregular";
    font-size: 1.4285714285714286em;
    color: #c6a709;
    margin-bottom: 0; }
  .node-portfolio .content-detail .field--type-entity-reference {
    margin-bottom: 30px;
    margin-top: -20px; }
    .node-portfolio .content-detail .field--type-entity-reference a {
      font-size: 0.8em;
      color: #999999; }
      .node-portfolio .content-detail .field--type-entity-reference a:hover, .node-portfolio .content-detail .field--type-entity-reference a:focus {
        color: #c6a709; }
  .node-portfolio .content-detail .field--name-body {
    margin-bottom: 30px; }
  .node-portfolio .content-detail .field__item {
    margin-bottom: 30px; }

.messages--status {
  margin-top: 20px;
  margin-bottom: 20px; }

.node-blog .node__meta .field--type-image, .node-blog .node__meta .field--name-field-video {
  margin-bottom: 15px; }
.node-blog .node__meta h1.title-blog {
  font-size: 24px;
  letter-spacing: 5px; }
  .node-blog .node__meta h1.title-blog span {
    color: #c6a709; }
.node-blog .node__meta .node__content {
  margin-top: 25px; }
  .node-blog .node__meta .node__content p {
    color: #fff; }
  .node-blog .node__meta .node__content .field--name-body {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px; }
  .node-blog .node__meta .node__content .field--type-comment {
    padding-top: 40px; }
    .node-blog .node__meta .node__content .field--type-comment h2.title {
      font-size: 1.667em;
      color: #131e26; }
    .node-blog .node__meta .node__content .field--type-comment .comment {
      margin-bottom: 10px; }
      .node-blog .node__meta .node__content .field--type-comment .comment > span {
        color: red;
        background: #c6a709;
        border: 1px dotted #fff;
        padding: 0 3px;
        font-size: 9px;
        color: #fff;
        float: right;
        position: relative;
        top: 5px;
        line-height: 1.3; }
    .node-blog .node__meta .node__content .field--type-comment .comment__content {
      display: inline-block;
      font-size: 0.867em;
      color: #777777; }
      .node-blog .node__meta .node__content .field--type-comment .comment__content p {
        position: relative; }
        .node-blog .node__meta .node__content .field--type-comment .comment__content p:before, .node-blog .node__meta .node__content .field--type-comment .comment__content p:after {
          content: "";
          display: inline-block;
          background: url(../images/ico-about.svg) no-repeat;
          background-size: 10px 7px;
          width: 10px;
          height: 7px; }
        .node-blog .node__meta .node__content .field--type-comment .comment__content p:before {
          position: relative;
          top: -5px;
          margin-right: 3px; }
        .node-blog .node__meta .node__content .field--type-comment .comment__content p:after {
          transform: rotate(180deg);
          bottom: 10px;
          position: absolute;
          right: -12px; }
    .node-blog .node__meta .node__content .field--type-comment .comment-form__title {
      display: none; }
    .node-blog .node__meta .node__content .field--type-comment .comment__meta {
      display: inline-block;
      font-size: 0.867em;
      margin-left: 15px; }
      .node-blog .node__meta .node__content .field--type-comment .comment__meta .comment__author {
        color: #d4d4d4; }
        .node-blog .node__meta .node__content .field--type-comment .comment__meta .comment__author .username {
          color: #d4d4d4; }
.node-blog .node__meta .node__submitted {
  font-size: 0.667em;
  color: #d4d4d4; }
  .node-blog .node__meta .node__submitted .username, .node-blog .node__meta .node__submitted .field--name-created {
    color: #d4d4d4;
    text-transform: uppercase; }

.page-node-type-blog .node__meta .field--type-image img {
  width: 100%; }

.form-submit {
  padding: 12px 55px;
  background: #c6a709;
  color: #313432;
  border-radius: 40px;
  font-family: "gotham_boldregular";
  font-size: 0.8em;
  text-transform: uppercase;
  border: none;
  min-width: 155px;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out; }
  .form-submit:hover {
    background: #fff; }

.page-node-type-article .field--type-image img {
  width: 100%; }
.page-node-type-article .content-detail footer {
  margin-bottom: 30px; }

article ul {
  list-style: none;
  padding-left: 0; }
  article ul li {
    margin-bottom: 8px; }
    article ul li:before {
      content: "";
      background: #fff;
      height: 7px;
      width: 7px;
      display: inline-block;
      border-radius: 50%;
      margin-right: 15px;
      position: relative;
      top: -1px; }
article .node__submitted {
  margin-bottom: 20px;
  display: block;
  font-size: 0.667em;
  color: #d4d4d4;
  text-transform: uppercase; }

.front #header {
  position: initial;
  padding-bottom: 0px;
  left: 0;
  right: 0;
  background-color: black;
  transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out;
  -o-transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out;
  -moz-transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out;
  -webkit-transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out; }
.front .page.scrolled #header {
  background-color: rgba(19, 30, 38, 0.85);
  display: none; }

#header {
  z-index: 99;
  padding-top: 10px; }
  #header #block-lapurd-branding {
    display: inline-block; }
    #header #block-lapurd-branding .site-name a {
      color: #fff;
      font-size: 1.333em;
      text-transform: uppercase; }
  #header #block-isologo {
    display: inline-block;
    padding-top: 10px; }
  #header .logo-svg-img {
    width: 280px;
    padding-bottom: 10px; }
  #header .block-menu {
    float: right; }
    #header .block-menu ul.menu li a {
      text-transform: uppercase;
      color: #fff;
      font-size: 1em;
      font-weight: 500; }
  #header #block-useraccountmenu ul.menu {
    margin-left: 0;
    margin-bottom: 0; }
    #header #block-useraccountmenu ul.menu li {
      padding-top: 0; }
      #header #block-useraccountmenu ul.menu li a {
        padding: 12px 55px;
        background: #c6a709;
        color: #313432;
        border-radius: 40px;
        font-family: "gotham_boldregular";
        font-size: 0.8em;
        text-transform: uppercase;
        display: inline-block; }
        #header #block-useraccountmenu ul.menu li a:hover {
          background: #fff; }

.not-front #header .block-menu ul.menu li a .block-menu ul.menu li a, .not-front #header .block-menu ul.menu li a #block-lapurd-branding .site-name a, .not-front #header #block-lapurd-branding .site-name a .block-menu ul.menu li a, .not-front #header #block-lapurd-branding .site-name a #block-lapurd-branding .site-name a {
  color: #000; }
.not-front #header .block-menu ul.menu li a #block-useraccountmenu ul.menu li a, .not-front #header #block-lapurd-branding .site-name a #block-useraccountmenu ul.menu li a {
  color: #065b8a; }

@media (min-width: 992px) {
  #header #block-lapurd-main-menu {
    display: inline-block;
    padding-top: 20px; }
    #header #block-lapurd-main-menu > ul.menu {
      margin: 0; }
      #header #block-lapurd-main-menu > ul.menu > li {
        list-style: none;
        float: left;
        margin: 0 10px;
        padding-top: 0;
        position: relative;
        font-size: 17px; }
        #header #block-lapurd-main-menu > ul.menu > li > a {
          position: relative; }
          #header #block-lapurd-main-menu > ul.menu > li > a:before {
            /* background-color: $color-link; */
            bottom: 0;
            content: "";
            height: 4px;
            left: 50%;
            margin: 0 auto;
            position: absolute;
            top: auto;
            transform: translate(-50%, -50px);
            transition: width 0.3s ease 0s;
            width: 0; }
        #header #block-lapurd-main-menu > ul.menu > li a.is-active {
          color: #c6a709; }
          #header #block-lapurd-main-menu > ul.menu > li a.is-active:before {
            width: 100%; }
        #header #block-lapurd-main-menu > ul.menu > li ul.menu {
          display: none;
          position: absolute;
          top: 25px;
          left: 0;
          background: #313a41;
          padding: 0 15px 10px 15px;
          margin-left: 0;
          width: 220px;
          z-index: 200; }
          #header #block-lapurd-main-menu > ul.menu > li ul.menu:before {
            content: "";
            border-right: 7px solid transparent;
            border-left: 7px solid transparent;
            border-bottom: 7px solid #313a41;
            position: absolute;
            top: -7px;
            left: 0; }
          #header #block-lapurd-main-menu > ul.menu > li ul.menu li a:hover {
            color: #c6a709; }
          #header #block-lapurd-main-menu > ul.menu > li ul.menu li a {
            color: #fff;
            font-size: 0.667em; }
          #header #block-lapurd-main-menu > ul.menu > li ul.menu li.menu-item--active-trail a.is-active {
            color: #c6a709 !important; }
        #header #block-lapurd-main-menu > ul.menu > li:hover ul.menu {
          display: block; }
        #header #block-lapurd-main-menu > ul.menu > li:hover a {
          color: #c6a709; }
          #header #block-lapurd-main-menu > ul.menu > li:hover a:before {
            width: 100%; }
      #header #block-lapurd-main-menu > ul.menu li.menu-item--expanded {
        padding-bottom: 9px; } }
.user-logged-in.front #header {
  top: 39px; }

.user-logged-in.front.toolbar-tray-open #header {
  top: 80px; }

#footer {
  padding-top: 50px;
  background-image: url("../images/footer-bg1.jpg");
  background-position: center top;
  background-size: 100% auto; }
  #footer #block-copyright {
    padding: 44px 0 30px 0;
    text-align: center; }
    #footer #block-copyright p {
      color: #444444;
      text-transform: uppercase;
      font-size: 0.733em;
      font-family: "gotham_mediumregular"; }
    #footer #block-copyright a {
      color: #444444; }
      #footer #block-copyright a:hover {
        color: #c6a709; }

.view-hightlight {
  position: relative; }
  .view-hightlight .view-header {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding: 0 50px 80px 50px; }
  .view-hightlight .view-content .views-view-grid .row-2 {
    padding-top: 15px; }
  .view-hightlight .view-content .views-view-grid .views-row {
    padding-bottom: 30px;
    position: relative; }
    .view-hightlight .view-content .views-view-grid .views-row:before {
      content: "";
      background: #c6a709;
      width: 1px;
      height: 200px;
      position: absolute;
      bottom: -60%;
      left: 50%; }
    .view-hightlight .view-content .views-view-grid .views-row:after {
      content: "";
      background: #c6a709;
      width: 200px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -100px; }
    .view-hightlight .view-content .views-view-grid .views-row:last-child:before, .view-hightlight .view-content .views-view-grid .views-row:last-child:after {
      display: none; }
    .view-hightlight .view-content .views-view-grid .views-row .views-col {
      padding: 0 30px; }
    .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon {
      display: inline-block;
      position: relative;
      top: 7px; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon i {
        font-size: 0;
        color: #c6a709; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .design_code:before {
        content: "";
        background: url(../images/design-code.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .design_vector:before {
        content: "";
        background: url(../images/design-vector.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .design_window-responsive:before {
        content: "";
        background: url(../images/design-window-responsive.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .ui-3_search:before {
        content: "";
        background: url(../images/ui-search.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .blow-moulding:before {
        content: "";
        background: url(../images/blow-moulding.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .injection-moulding:before {
        content: "";
        background: url(../images/injection-moulding.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .printing-unit:before {
        content: "";
        background: url(../images/printing-unit.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .tools-testing:before {
        content: "";
        background: url(../images/tools-testing.svg) no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        display: inline-block; }
    .view-hightlight .view-content .views-view-grid .views-row .views-field-title {
      display: inline-block;
      font-size: 1.333em;
      margin-bottom: 15px;
      margin-left: 10px; }
      .view-hightlight .view-content .views-view-grid .views-row .views-field-title a {
        color: #444444; }
        .view-hightlight .view-content .views-view-grid .views-row .views-field-title a:hover {
          color: #c6a709; }
    .view-hightlight .view-content .views-view-grid .views-row .views-field-body p {
      color: #777777;
      margin-bottom: 0; }
    .view-hightlight .view-content .views-view-grid .views-row .col-1 {
      text-align: right;
      padding-left: 0; }
    .view-hightlight .view-content .views-view-grid .views-row .col-2 {
      padding-right: 0; }

.view-hightlight-detail {
  position: relative; }
  .view-hightlight-detail .flex-direction-nav {
    display: none; }
  .view-hightlight-detail .flex-direction-nav a:before {
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    font-size: 35px;
    color: #fff; }
  .view-hightlight-detail .flex-direction-nav a:hover:before {
    color: #c6a709; }
  .view-hightlight-detail #slider {
    border: none;
    margin-bottom: 0; }
    .view-hightlight-detail #slider ul.slides {
      max-height: 600px; }
      .view-hightlight-detail #slider ul.slides li {
        position: relative;
        max-height: 600px; }
        .view-hightlight-detail #slider ul.slides li .group-hightlight-detail {
          position: absolute;
          top: 0;
          z-index: 100;
          padding-top: 105px;
          left: 50%;
          transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0); }
          .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-title {
            text-transform: uppercase;
            font-size: 1.333em;
            margin-bottom: 35px;
            font-family: "gotham_boldregular";
            color: #dab485; }
          .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
            color: #fff;
            margin-bottom: 40px; }
            .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body p {
              font-weight: 500; }
          .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-view-node {
            padding: 12px 55px;
            background: #c6a709;
            color: #313432;
            border-radius: 40px;
            font-family: "gotham_boldregular";
            font-size: 0.8em;
            text-transform: uppercase;
            color: #313a41;
            padding: 12px 35px;
            border-radius: 30px;
            display: inline-block; }
            .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-view-node:hover {
              background: #fff; }
        .view-hightlight-detail #slider ul.slides li .views-field-field-image {
          position: relative;
          height: auto; }
          .view-hightlight-detail #slider ul.slides li .views-field-field-image img {
            min-height: 600px; }
          .view-hightlight-detail #slider ul.slides li .views-field-field-image:before {
            content: "";
            background: #131e26;
            width: 100%;
            height: 100%;
            opacity: 0.9;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 50; }
  .view-hightlight-detail #carousel {
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    background: none;
    border: none;
    left: 50%;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); }
    .view-hightlight-detail #carousel ul.slides {
      width: auto !important; }
      .view-hightlight-detail #carousel ul.slides li {
        min-width: 204px !important;
        height: 120px;
        position: relative; }
        .view-hightlight-detail #carousel ul.slides li .views-field-title {
          position: absolute;
          top: 50%;
          z-index: 100;
          left: 0;
          cursor: pointer;
          text-align: center;
          width: 100%;
          padding-left: 7px;
          padding-right: 7px;
          transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%); }
          .view-hightlight-detail #carousel ul.slides li .views-field-title a {
            color: #fff;
            text-transform: uppercase;
            font-family: "gotham_boldregular";
            font-size: 0.8em; }
        .view-hightlight-detail #carousel ul.slides li .views-field-field-image {
          cursor: pointer; }
          .view-hightlight-detail #carousel ul.slides li .views-field-field-image img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
            border-radius: 5px;
            min-height: 120px;
            transition: filter 0.3s ease-out;
            -o-transition: filter 0.3s ease-out;
            -moz-transition: filter 0.3s ease-out;
            -webkit-transition: filter 0.3s ease-out; }
        .view-hightlight-detail #carousel ul.slides li:last-child {
          margin-right: 0 !important; }
      .view-hightlight-detail #carousel ul.slides li.flex-active-slide .views-field-title a {
        font-size: 0; }
      .view-hightlight-detail #carousel ul.slides li.flex-active-slide .views-field-field-image img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }

.view-introduction {
  min-height: 600px;
  background: #f6f6f6;
  padding: 110px 0 75px 0;
  position: relative; }
  .view-introduction .view-content {
    width: 935px;
    margin: 0 auto;
    padding: 0 15px; }
    .view-introduction .view-content .views-field-body {
      float: left; }
      .view-introduction .view-content .views-field-body h1 {
        font-family: "gotham_lightregular";
        font-size: 2.333em; }
        .view-introduction .view-content .views-field-body h1 span {
          color: #c6a709; }
      .view-introduction .view-content .views-field-body ul {
        list-style: none;
        padding-left: 0; }
        .view-introduction .view-content .views-field-body ul li {
          margin-bottom: 8px; }
          .view-introduction .view-content .views-field-body ul li:before {
            content: "";
            background: #c6a709;
            height: 7px;
            width: 7px;
            display: inline-block;
            border-radius: 50%;
            margin-right: 15px;
            position: relative;
            top: -1px; }
    .view-introduction .view-content .views-field-field-image {
      position: absolute;
      top: 85px;
      right: 0;
      text-align: right; }
      .view-introduction .view-content .views-field-field-image img {
        width: 95%; }

.view-faqs .panel {
  padding: 10px 15px;
  margin-bottom: 30px;
  box-shadow: none; }
  .view-faqs .panel:last-child {
    margin-bottom: 0; }
  .view-faqs .panel .views-field-title h4 {
    margin-bottom: 0;
    font-size: 0.933em; }
  .view-faqs .panel .views-field-title a {
    color: #444444;
    font-family: "gotham_mediumregular";
    line-height: 0.8;
    position: relative;
    padding-left: 35px; }
    .view-faqs .panel .views-field-title a:before {
      content: "\eced";
      display: inline-block;
      display: inline-block;
      font-family: "Nucleo Outline";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 16px;
      height: 16px;
      background: #43ca9c;
      border-radius: 50%;
      color: #fff;
      font-size: 16px;
      margin-right: 15px;
      position: absolute;
      top: 0;
      left: 0; }
  .view-faqs .panel .views-field-title a.collapsed {
    font-family: "corbel";
    color: #444444;
    line-height: 0.8;
    position: relative; }
    .view-faqs .panel .views-field-title a.collapsed:hover {
      color: #c6a709; }
    .view-faqs .panel .views-field-title a.collapsed:before {
      content: "\ed3c";
      display: inline-block;
      display: inline-block;
      font-family: "Nucleo Outline";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 16px;
      height: 16px;
      color: #7b7b7b;
      font-size: 16px;
      background: none;
      position: absolute;
      top: 0;
      left: 0; }
  .view-faqs .panel .views-fieldset {
    margin-top: 10px; }
  .view-faqs .panel .views-field-body {
    padding-left: 35px; }
    .view-faqs .panel .views-field-body p {
      margin-bottom: 0;
      font-size: 0.933em;
      line-height: 2;
      color: #777777; }

#main-content .view-blog .views-view-grid {
  margin: 0 -15px; }
  #main-content .view-blog .views-view-grid .views-col {
    padding: 0 15px; }
#main-content .view-blog .views-row:last-child .views-blog-pages, #main-content .view-blog .views-row:last-child .views-col {
  margin-bottom: 0; }
#main-content .view-blog .views-row .views-blog-pages, #main-content .view-blog .views-row .views-grid-blogs {
  background: #222;
  margin-bottom: 30px;
  padding: 10px; }
  #main-content .view-blog .views-row .views-blog-pages .views-field-field-image, #main-content .view-blog .views-row .views-blog-pages .views-field-field-video, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-image, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-video {
    margin-bottom: 20px; }
    #main-content .view-blog .views-row .views-blog-pages .views-field-field-image img, #main-content .view-blog .views-row .views-blog-pages .views-field-field-video img, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-image img, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-video img {
      width: 100%; }
  #main-content .view-blog .views-row .views-blog-pages .views-field-title, #main-content .view-blog .views-row .views-grid-blogs .views-field-title {
    margin-bottom: 20px;
    padding: 0 20px; }
    #main-content .view-blog .views-row .views-blog-pages .views-field-title a, #main-content .view-blog .views-row .views-grid-blogs .views-field-title a {
      font-size: 1.333em;
      color: #c6a709;
      font-weight: 500; }
      #main-content .view-blog .views-row .views-blog-pages .views-field-title a:hover, #main-content .view-blog .views-row .views-grid-blogs .views-field-title a:hover {
        color: #fff; }
  #main-content .view-blog .views-row .views-blog-pages .views-field-created, #main-content .view-blog .views-row .views-blog-pages .views-field-uid, #main-content .view-blog .views-row .views-grid-blogs .views-field-created, #main-content .view-blog .views-row .views-grid-blogs .views-field-uid {
    font-family: "gotham_mediumregular";
    font-size: 0.667em;
    color: #d4d4d4;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px; }
  #main-content .view-blog .views-row .views-blog-pages .views-field-uid, #main-content .view-blog .views-row .views-grid-blogs .views-field-uid {
    display: inline-block;
    padding: 0 0 0 20px;
    margin-bottom: 20px; }
    #main-content .view-blog .views-row .views-blog-pages .views-field-uid:after, #main-content .view-blog .views-row .views-grid-blogs .views-field-uid:after {
      content: "-";
      display: inline-block;
      padding-left: 10px; }
  #main-content .view-blog .views-row .views-blog-pages .views-field-body, #main-content .view-blog .views-row .views-grid-blogs .views-field-body {
    padding: 0 20px 20px;
    margin-bottom: 20px; }

.sidebar {
  top: -5px; }
  .sidebar h2 {
    color: #c6a709;
    font-size: 1.667em; }
  .sidebar .view-blog-block {
    margin-bottom: 65px; }
    .sidebar .view-blog-block .views-row {
      padding: 10px 0;
      border-bottom: 1px dotted #b1b1b1;
      font-family: "gotham_mediumregular"; }
      .sidebar .view-blog-block .views-row:first-child {
        padding-top: 0; }
      .sidebar .view-blog-block .views-row:last-child {
        padding-bottom: 0;
        border: none; }
      .sidebar .view-blog-block .views-row .views-field-name {
        display: inline-block;
        margin-right: 5px; }
        .sidebar .view-blog-block .views-row .views-field-name a {
          text-transform: uppercase;
          font-size: 0.8em;
          color: #777777; }
          .sidebar .view-blog-block .views-row .views-field-name a:hover {
            color: #c6a709; }
      .sidebar .view-blog-block .views-row .views-field-name-1 {
        display: inline-block; }
        .sidebar .view-blog-block .views-row .views-field-name-1 .field-content {
          font-size: 0.8em;
          color: #777777; }
  .sidebar .view-blog {
    margin-bottom: 50px; }
    .sidebar .view-blog .views-row {
      padding: 15px 0;
      border-bottom: 1px dotted #b1b1b1; }
      .sidebar .view-blog .views-row:last-child {
        padding-bottom: 0;
        border: none; }
      .sidebar .view-blog .views-row .views-field-title a {
        color: #131e26;
        line-height: 1.7; }
        .sidebar .view-blog .views-row .views-field-title a:hover {
          color: #c6a709; }
      .sidebar .view-blog .views-row .views-field-created, .sidebar .view-blog .views-row .views-field-uid {
        font-family: "gotham_mediumregular";
        font-size: 0.667em;
        color: #d4d4d4;
        text-transform: uppercase;
        display: inline-block; }
      .sidebar .view-blog .views-row .views-field-uid {
        display: inline-block; }
        .sidebar .view-blog .views-row .views-field-uid:after {
          content: "-";
          display: inline-block;
          padding-left: 10px;
          padding-right: 10px; }
  .sidebar .view-tags .views-row {
    float: left;
    margin-right: 5px; }
    .sidebar .view-tags .views-row a {
      border: 1px solid #eaeaea;
      border-radius: 3px;
      color: #d4d4d4;
      display: inline-block;
      margin: 0 0 4px;
      padding: 5px 10px;
      text-transform: capitalize;
      font-size: 0.667em; }
    .sidebar .view-tags .views-row:hover a {
      background: #c6a709;
      color: #fff;
      border-color: #c6a709; }

.view-portfolio .views-row {
  margin: 0 -7px 30px -7px; }
  .view-portfolio .views-row:last-child {
    margin-bottom: 0; }
  .view-portfolio .views-row .views-col {
    padding: 0 7px; }
    .view-portfolio .views-row .views-col .views-field-field-image {
      margin-bottom: 10px;
      position: relative;
      cursor: pointer; }
      .view-portfolio .views-row .views-col .views-field-field-image a:hover:before {
        display: block; }
      .view-portfolio .views-row .views-col .views-field-field-image a:hover:after {
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100); }
      .view-portfolio .views-row .views-col .views-field-field-image a:before {
        content: "";
        background: #131e26;
        opacity: 0.85;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 50;
        transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        display: none; }
      .view-portfolio .views-row .views-col .views-field-field-image a:after {
        content: "";
        background: url(../images/zoom.png) no-repeat;
        height: 46px;
        left: 50%;
        position: absolute;
        top: 50%;
        margin: -23px 0 0 -23px;
        width: 46px;
        z-index: 100;
        transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(0.8); }
    .view-portfolio .views-row .views-col .view-header span {
      color: #dab485; }
    .view-portfolio .views-row .views-col .views-field-title a {
      font-family: "gotham_mediumregular";
      color: #131e26;
      font-size: 1.067em; }
      .view-portfolio .views-row .views-col .views-field-title a:hover {
        color: #c6a709; }
    .view-portfolio .views-row .views-col .views-field-title .field-content {
      display: block;
      text-align: center;
      color: #fff; }
    .view-portfolio .views-row .views-col .views-field-field-categories a {
      color: #777777;
      font-size: 0.8em; }
      .view-portfolio .views-row .views-col .views-field-field-categories a:hover {
        color: #c6a709; }

.view-featured .views-row .views-field-field-image {
  float: left;
  position: relative;
  padding-bottom: 15px; }
  .view-featured .views-row .views-field-field-image:before {
    content: "";
    border-left: 205px solid #131e26;
    border-top: 101px solid transparent;
    display: inline-block;
    height: 0;
    left: 52px;
    position: absolute;
    top: 40px;
    transform: rotate(270deg);
    width: 0; }
  .view-featured .views-row .views-field-field-image:after {
    content: "";
    background: url(../images/line.png) no-repeat;
    height: 210px;
    left: 99px;
    position: absolute;
    top: -19px;
    transform: rotate(-2deg);
    width: 200px; }
.view-featured .views-row .about-us-groups {
  padding-top: 35px;
  padding-left: 205px; }
  .view-featured .views-row .about-us-groups .views-field-title a {
    font-size: 1.333em; }
  .view-featured .views-row .about-us-groups .views-field-field-positions {
    margin-bottom: 13px; }
    .view-featured .views-row .about-us-groups .views-field-field-positions a {
      color: #fff;
      font-size: 0.933em; }
  .view-featured .views-row .about-us-groups .views-field-body p {
    color: #7b7b7b; }

.view-taxonomy-term .view-content {
  margin: 0 -20px; }
  .view-taxonomy-term .view-content:before, .view-taxonomy-term .view-content:after {
    display: table;
    content: " "; }
  .view-taxonomy-term .view-content:after {
    clear: both; }
  .view-taxonomy-term .view-content .views-row {
    padding: 0 20px;
    float: left;
    width: 50%; }
  .view-taxonomy-term .view-content .views-field-field-image {
    margin-bottom: 10px; }
  .view-taxonomy-term .view-content .views-field-title a {
    color: #444444;
    font-size: 1.333em;
    font-family: "gotham_mediumregular"; }
    .view-taxonomy-term .view-content .views-field-title a:hover {
      color: #c6a709; }

#banner {
  position: relative;
  z-index: 2; }
  #banner p {
    margin-bottom: 0; }

.banner-inner {
  position: relative;
  z-index: 2; }

#block-banner-2, #block-bannerhome {
  position: relative;
  z-index: 2; }
  #block-banner-2:before, #block-bannerhome:before {
    content: "";
    background-color: rgba(19, 30, 38, 0.85);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 50; }

#featured #block-banner-2 p img {
  height: 200px; }

#block-headeradvantage {
  z-index: 111;
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
  margin-top: -36px;
  position: relative;
  z-index: 3; }
  .front #block-headeradvantage {
    margin-top: 65px; }
  #block-headeradvantage h1 img {
    margin-bottom: 25px; }
  #block-headeradvantage h1 {
    font-family: "gotham_lightregular"; }
    #block-headeradvantage h1 span {
      color: #c6a709; }
  #block-headeradvantage p {
    color: #777777;
    padding: 0 35px; }

#block-views-block-hightlight-block-1 {
  padding-top: 75px; }

#block-blockimage {
  text-align: center;
  padding-top: 90px; }
  #block-blockimage .content {
    font-size: 0.8em;
    font-family: "gotham_boldregular";
    text-transform: uppercase; }
  #block-blockimage p {
    margin-bottom: 0; }
  #block-blockimage .icon-ellipse {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #eaeaea;
    border: 1px solid rgba(218, 180, 133, 0.5);
    position: relative;
    top: 1px;
    text-indent: -99999em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    #block-blockimage .icon-ellipse:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      width: 7px;
      height: 7px;
      background-color: #dab485;
      /* margin-left: -3px;
      margin-top: -4px; */
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  #block-blockimage .introduce-img-1 {
    position: absolute;
    top: 113px;
    left: 0px;
    right: auto; }
    #block-blockimage .introduce-img-1:before {
      content: '';
      position: absolute;
      left: 100%;
      right: auto;
      top: 8px;
      margin-left: -7px;
      margin-right: 0;
      height: 1px;
      width: 100px;
      background-color: #dab485;
      display: inline-block;
      z-index: 2; }
    #block-blockimage .introduce-img-1 .icon-ellipse {
      margin-left: 3px;
      margin-right: 0; }
  #block-blockimage .introduce-img-2 {
    position: absolute;
    top: 345px;
    left: auto;
    right: 0px; }
    #block-blockimage .introduce-img-2:before {
      content: '';
      position: absolute;
      left: auto;
      right: 100%;
      top: 8px;
      margin-left: 0px;
      margin-right: -7px;
      height: 1px;
      width: 131px;
      background-color: #dab485;
      display: inline-block;
      z-index: 2; }
    #block-blockimage .introduce-img-2 .icon-ellipse {
      margin-left: 0;
      margin-right: 3px; }
  #block-blockimage .introduce-img-3 {
    position: absolute;
    top: 425px;
    left: 0px;
    right: auto; }
    #block-blockimage .introduce-img-3:before {
      content: '';
      position: absolute;
      left: 100%;
      right: auto;
      top: 8px;
      margin-left: -7px;
      margin-right: 0;
      height: 1px;
      width: 150px;
      background-color: #dab485;
      display: inline-block;
      z-index: 2; }
    #block-blockimage .introduce-img-3 .icon-ellipse {
      margin-left: 3px;
      margin-right: 0; }
  #block-blockimage .introduce-img-4 {
    position: absolute;
    top: 622px;
    left: auto;
    right: 0px; }
    #block-blockimage .introduce-img-4:before {
      content: '';
      position: absolute;
      left: auto;
      right: 100%;
      top: 8px;
      margin-left: 0px;
      margin-right: -7px;
      height: 1px;
      width: 100px;
      background-color: #dab485;
      display: inline-block;
      z-index: 2; }
    #block-blockimage .introduce-img-4 .icon-ellipse {
      margin-left: 0;
      margin-right: 3px; }
  #block-blockimage .introduce-img-5 {
    position: absolute;
    top: 730px;
    left: 0px;
    right: auto; }
    #block-blockimage .introduce-img-5:before {
      content: '';
      position: absolute;
      left: 100%;
      right: auto;
      top: 8px;
      margin-left: -7px;
      margin-right: 0;
      height: 1px;
      width: 160px;
      background-color: #dab485;
      display: inline-block;
      z-index: 2; }
    #block-blockimage .introduce-img-5 .icon-ellipse {
      margin-left: 3px;
      margin-right: 0; }

#block-contact {
  width: 50%;
  float: left;
  padding-left: 20px; }
  .user-logged-in #block-contact {
    margin-top: -3px; }
  #block-contact .field--name-body {
    padding-left: 10px; }
    #block-contact .field--name-body p {
      margin-bottom: 40px;
      color: #fff; }
    #block-contact .field--name-body h1 {
      color: #fff; }
    #block-contact .field--name-body address {
      color: #444444;
      line-height: 2; }
      #block-contact .field--name-body address a {
        color: #444444; }
        #block-contact .field--name-body address a:hover {
          color: #c6a709; }
      #block-contact .field--name-body address span {
        width: 80%;
        float: right; }

.contact #block-mainpagecontent {
  width: 50%; }

#block-ourlocation {
  width: 40%;
  margin-right: 10%;
  float: left; }
  #block-ourlocation p {
    margin-bottom: 0; }

#block-weebpal {
  text-align: center; }
  #block-weebpal .title {
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: "gotham_boldregular";
    color: #444444; }
    #block-weebpal .title [class^="nc-icon-"] {
      font-size: 16px;
      position: relative;
      top: 1px; }
  #block-weebpal .about {
    padding: 0 15px;
    max-width: 552px;
    text-align: left;
    margin: 0 auto;
    position: relative; }
    #block-weebpal .about a {
      word-break: break-all; }
    #block-weebpal .about:before, #block-weebpal .about:after {
      content: '';
      background: url(../images/ico-about.svg) no-repeat;
      width: 13px;
      height: 10px;
      display: inline-block; }
    #block-weebpal .about:before {
      position: relative;
      top: -5px; }
    #block-weebpal .about:after {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      right: 18px;
      bottom: 10px; }

.not-front #banner img {
  width: 100%; }
.not-front #panel_third {
  padding-top: 50px; }
.not-front #featured {
  clear: both;
  top: 0;
  margin-bottom: 15px;
  position: relative; }
  .not-front #featured #block-banner-2 {
    margin-top: -44px; }

/* #block-headeradvantage {
    margin-top: -94px;
} */
.block-system-breadcrumb-block {
  display: none; }
  .block-system-breadcrumb-block .breadcrumb {
    background: none;
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0; }
    .block-system-breadcrumb-block .breadcrumb li:before {
      content: "/";
      color: #fff; }
    .block-system-breadcrumb-block .breadcrumb li:first-child:before {
      display: none; }
    .block-system-breadcrumb-block .breadcrumb li a {
      color: #fff; }
    .block-system-breadcrumb-block .breadcrumb li:hover a {
      color: #c6a709; }
  @media (max-width: 767px) {
    .block-system-breadcrumb-block {
      margin-top: 0; } }

.block-page-title-block {
  background-image: url("../images/title-banner.jpg");
  height: 150px;
  width: 100%;
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .block-page-title-block {
      width: 100%;
      transform: translate(inherit);
      -o-transform: translate(inherit);
      -ms-transform: translate(inherit);
      -moz-transform: translate(inherit);
      -webkit-transform: translate(inherit); } }
  .block-page-title-block h1 {
    color: white;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .block-page-title-block {
      position: static;
      transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      margin: 0;
      margin-top: 20px;
      margin-bottom: 30px; }
      .block-page-title-block h1 {
        margin-top: 0; } }

/* .not-front #banner {
    @media (max-width: 767px) {
        margin-bottom: 85px;
    }
} */
h1 {
  font-family: Felix Titling;
  letter-spacing: 3px;
  color: white; }

h2 {
  color: white; }

h3 {
  color: white;
  font-weight: 100; }

#featured .container, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail, #featured .view-hightlight-detail #carousel, .view-hightlight-detail #featured #carousel {
  width: 100%;
  padding: 0px; }

.title-block {
  height: 80px; }
  .title-block h4
  a {
    color: black; }
  .title-block a:hover {
    color: #065b8a; }

.img-block {
  width: 120px;
  height: 120px;
  margin: 0 auto; }
  .img-block img {
    width: 90px;
    margin-top: 20px; }

.empowering-block {
  margin: 10px; }

.empowering-block .img-block, .mission-block .img-block {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 100px; }
  .empowering-block .img-block img, .mission-block .img-block img {
    width: 40px; }

.three-column {
  width: 33.33%;
  float: left;
  padding: 20px 0; }

.two-column {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center; }

.mission-block .three-column {
  background: #065b8a;
  padding: 50px 0; }
  .mission-block .three-column p {
    height: 70px; }

.intro-block {
  width: 50%;
  margin-left: 50px; }
  .intro-block p {
    text-align: justify; }

.intro-gms {
  padding: 70px 0;
  background-size: 550px; }
  .intro-gms .intro-block {
    width: 50%;
    padding-left: 50px;
    float: left;
    margin: 0px; }

.button {
  width: 150px;
  background: #033148;
  text-align: center;
  padding: 5px;
  margin: 30px 0; }

.panel-outer-div {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.commercial .two-column {
  padding: 0 50px; }
  .commercial .two-column table {
    width: 100%;
    margin: 50px 0; }
  .commercial .two-column td {
    width: 50%;
    display: inline-flex; }
    .commercial .two-column td p {
      font-weight: bolder;
      padding-top: 15px;
      margin-bottom: 0px; }
    .commercial .two-column td img {
      width: 80px;
      margin-right: 20px; }
  .commercial .two-column .inner-content {
    margin-top: 200px; }
.commercial .pricing h2 {
  color: #c6a709; }

.banner {
  position: relative; }
  .banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
  .banner .banner-title {
    font-size: 50px;
    font-family: 'felix';
    letter-spacing: 5px;
    text-shadow: 5px 1px 3px black; }
  .banner h2 {
    margin-top: 24px;
    text-shadow: 5px 1px 3px black; }

.experience {
  background-image: url(../images/panel-four-bg.jpg);
  background-position: center top;
  background-size: cover;
  padding: 150px 100px; }
  .experience h1 {
    padding-top: 0px; }

.four-column {
  width: 25%;
  float: left;
  padding: 20px; }
  .four-column p {
    color: white;
    font-size: 18px;
    text-align: center; }

#panel_first .seven-column {
  width: 14.28%;
  float: left; }
  #panel_first .seven-column .inner-column {
    padding: 25px 10px;
    border: 1px solid;
    margin: 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2); }
#panel_first .panel-outer-div {
  width: 90%;
  margin-left: 5%;
  float: left; }

.impacts-content {
  width: 500px;
  color: white;
  position: absolute;
  margin-top: 20%;
  margin-left: -200px;
  background-image: linear-gradient(#1e3a47, #85959e);
  padding: 50px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }

#footer iframe {
  height: 300px; }

#panel_third .panel-outer-div {
  width: 100%; }

#footer .container, #footer .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #footer .group-hightlight-detail, #footer .view-hightlight-detail #carousel, .view-hightlight-detail #footer #carousel {
  width: 100%;
  padding: 0px; }
#footer #block-contact {
  width: 40%;
  margin-left: 10%; }
#footer #block-copyright {
  padding: 15px 0 0 0;
  border-top: 1px solid white;
  margin-top: 50px;
  width: 100%;
  float: left; }

#header .container, #header .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #header .group-hightlight-detail, #header .view-hightlight-detail #carousel, .view-hightlight-detail #header #carousel {
  width: 100%; }

#panel_second .container, #panel_second .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_second .group-hightlight-detail, #panel_second .view-hightlight-detail #carousel, .view-hightlight-detail #panel_second #carousel {
  width: 100%; }
#panel_second .view-header {
  padding-bottom: 20px; }

.jcarousel-skin-default .jcarousel {
  height: 250px; }

.jcarousel-wrapper.jcarousel-skin-default {
  height: 200px;
  border: 0px;
  box-shadow: none; }
  .jcarousel-wrapper.jcarousel-skin-default li {
    margin: 0 30px; }

.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-7 {
  width: 80%; }

.jcarousel-skin-default .jcarousel-control-prev, .jcarousel-skin-default .jcarousel-control-next {
  top: 90px; }

.views-field.views-field-title {
  font-size: 22px;
  text-align: center;
  margin-top: 20px; }
  .views-field.views-field-title a {
    color: white; }

.tree-block {
  width: 50%;
  float: right; }
  .tree-block img {
    float: right; }

intro-gms .intro-block {
  width: 50%;
  padding-left: 50px;
  float: left; }

#banner .region-banner {
  position: relative;
  width: 100vw;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: #FFFFFF;
  overflow-x: hidden;
  background-image: url("../images/banner-bg.jpg"); }
#banner .front .region-banner {
  height: 500px; }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    opacity: .5; }
  100% {
    opacity: 0;
    transform: scale(2); } }
#banner .globe {
  position: relative;
  width: 100vw;
  height: 500px; }
  #banner .globe .globe-canvas {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0; }
#banner .globe-list {
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #banner .globe-list.active {
    opacity: 1; }
  #banner .globe-list > li {
    opacity: .4;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00FFD3;
    transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    #banner .globe-list > li:before {
      content: "";
      opacity: .5;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -8px;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #00FFD3;
      animation: 2s pulse infinite linear; }
    #banner .globe-list > li.active {
      opacity: 1;
      margin-left: -12px;
      margin-top: -12px;
      width: 24px;
      height: 24px;
      background: #FFFFFF; }
      #banner .globe-list > li.active:before {
        margin-left: -12px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        background: #FFFFFF; }
      #banner .globe-list > li.active .text {
        opacity: 1;
        right: 29px;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700; }
  #banner .globe-list .text {
    position: absolute;
    opacity: .8;
    right: 21px;
    top: 50%;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-align: right;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    color: #FFFFFF;
    white-space: nowrap;
    transform: translateY(-50%); }

.front #main {
  background: #eaeaea;
  display: none; }
.front #featured .two-column {
  height: 450px; }
  .front #featured .two-column .inner-content {
    margin: 0 50px; }
.front #hightlight {
  padding: 20px;
  position: relative; }
  .front #hightlight .overview-img {
    width: 80%; }
  .front #hightlight .overview-block {
    width: 40%;
    position: absolute;
    right: 20px;
    bottom: -70px; }
  .front #hightlight .overview-text {
    padding: 70px;
    background: #222;
    text-align: center; }
    .front #hightlight .overview-text a {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500; }
.front #panel_first {
  padding: 50px 150px;
  margin-top: 100px; }
  .front #panel_first .two-column {
    height: 450px; }
    .front #panel_first .two-column img {
      height: 100%; }
  .front #panel_first .m-t--50 {
    margin-top: -50px; }
  .front #panel_first .m-t--100 {
    margin-top: -100px; }
.front #panel_third .two-column {
  height: 300px; }
.front #panel_second iframe {
  height: 600px; }

.title {
  font-size: 24px;
  letter-spacing: 3px;
  font-family: felix;
  padding-bottom: 20px; }

#panel_third .container, #panel_third .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_third .group-hightlight-detail, #panel_third .view-hightlight-detail #carousel, .view-hightlight-detail #panel_third #carousel {
  width: 80%;
  padding: 50px 0; }

#panel_second .container, #panel_second .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_second .group-hightlight-detail, #panel_second .view-hightlight-detail #carousel, .view-hightlight-detail #panel_second #carousel {
  padding: 0px; }

#panel_fourth .container, #panel_fourth .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_fourth .group-hightlight-detail, #panel_fourth .view-hightlight-detail #carousel, .view-hightlight-detail #panel_fourth #carousel {
  padding: 0px;
  width: 100%; }

#featured .container, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail, #featured .view-hightlight-detail #carousel, .view-hightlight-detail #featured #carousel {
  padding: 70px 20px; }

#hightlight {
  clear: both; }

.not-front #main .container, .not-front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .not-front #main .group-hightlight-detail, .not-front #main .view-hightlight-detail #carousel, .view-hightlight-detail .not-front #main #carousel {
  padding-top: 50px; }

.about-us #featured {
  margin-bottom: 0; }
.about-us #panel_first .view-hightlight {
  width: 935px;
  margin: 0 auto;
  padding: 80px 15px; }
.about-us #panel_third {
  padding: 0 0 115px; }
.about-us #main {
  background: #131e26;
  padding: 95px 0; }
.about-us .view-featured .views-field-body p {
  color: #999999; }

.about-first-panel .two-column {
  height: 400px; }
  .about-first-panel .two-column img {
    height: 100%; }
.about-first-panel .inner-content {
  padding-right: 100px; }

.about-second-panel {
  background-image: url(../images/company-info-bg.jpg);
  background-position: center top;
  background-size: cover;
  height: 500px;
  margin-top: 100px;
  padding: 50px; }
  .about-second-panel .inner-content {
    width: 600px;
    margin-top: -90px; }
    .about-second-panel .inner-content h1 {
      text-align: left;
      padding-left: 50px; }
    .about-second-panel .inner-content .two-column {
      display: block;
      text-align: center;
      padding-top: 50px; }

.about-third-panel .inner-content {
  padding: 50px; }

.about-fourth-panel {
  margin-bottom: 100px; }
  .about-fourth-panel h1 {
    padding-top: 70px; }
  .about-fourth-panel .experience {
    margin-bottom: 50px; }
  .about-fourth-panel .four-column {
    text-align: center; }
  .about-fourth-panel .our-team img {
    border-radius: 200px; }

.our-brand img {
  width: 200px;
  margin-bottom: 50px; }

.insta-link img {
  width: 100px;
  padding: 10px; }

nav.pager {
  margin-bottom: 0; }
  nav.pager li a {
    background-color: none;
    border: none;
    border-radius: none;
    display: inline-block;
    padding: 0;
    color: #777777; }
    nav.pager li a:hover {
      background: none;
      color: #c6a709; }
  nav.pager li > a:hover, nav.pager li > a:focus {
    background-color: transparent; }
  nav.pager li.is-active a {
    font-size: 0.733em;
    color: #c6a709;
    font-weight: 500;
    font-size: 1em; }

.contact #panel_first {
  background: #fff;
  padding-bottom: 20px; }

.btn-btt {
  background: #c6a709;
  bottom: 50px;
  color: #fff;
  display: none;
  font-size: 1.714em;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-indent: -9999em;
  width: 50px;
  z-index: 200; }
  .btn-btt:hover, .btn-btt:focus {
    background: #131e26;
    color: #f6f6f6; }
  .btn-btt:after {
    content: "\ea75";
    display: inline-block;
    font-family: "Nucleo Outline";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
    font-size: 28px; }

.jcarousel-wrapper .jcarousel-skin-tango {
  margin: 20px 0px 50px;
  width: auto;
  height: auto; }

#block-views-block-clientele-block-2 {
  display: none; }
  #block-views-block-clientele-block-2 .views-view-grid .views-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  #block-views-block-clientele-block-2 .views-view-grid .views-col {
    padding: 20px;
    width: 25%; }

@media (min-width: 1200px) {
  .view-hightlight-detail #slider .flex-viewport {
    max-height: 600px; }

  .not-front #featured .block-system-breadcrumb-block {
    top: -130px; }
  .not-front #featured .block-page-title-block {
    top: -176px; }

  .commercial .two-column .inner-content {
    margin-top: 150px; } }
@media (max-width: 1199px) {
  .not-front #featured .block-system-breadcrumb-block {
    top: -100px; }
  .not-front #featured .block-page-title-block {
    top: -140px; }

  h2, .h2 {
    font-size: 28px; }

  .intro-block {
    width: 50%; }

  .intro-gms {
    padding: 50px 0 10px 0;
    background-image: url(../images/energy-tree.jpg);
    background-size: 450px; }

  .empowering-block .img-block, .mission-block .img-block {
    width: 65px;
    height: 65px; }
    .empowering-block .img-block img, .mission-block .img-block img {
      margin-top: 10px; }

  .jcarousel-skin-default .jcarousel li {
    width: 100px; }

  .front #hightlight .overview-text {
    padding: 50px; }

  .title {
    font-size: 20px; }

  .about-second-panel {
    padding: 20px; }

  .about-second-panel .inner-content h1 {
    padding-left: 0; }

  .about-second-panel .inner-content {
    margin-top: -60px; }

  .about-third-panel .inner-content {
    padding: 0 0 0 20px; }

  .commercial .two-column .inner-content {
    margin-top: 100px; }

  .commercial .two-column {
    padding: 0 20px; }

  .commercial .two-column td img {
    width: 70px;
    margin-right: 10px; }

  .not-front #featured .container, .not-front #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .not-front #featured .group-hightlight-detail, .not-front #featured .view-hightlight-detail #carousel, .view-hightlight-detail .not-front #featured #carousel {
    padding: 0px 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .view-introduction .view-content .views-field-field-image img {
    max-width: 80%;
    float: right; } }
@media (max-width: 991px) {
  .front #block-headeradvantage {
    margin-top: -36px; }

  #page {
    padding-left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
    margin-right: 0; }

  #page.toggled {
    right: 250px; }
    #page.toggled .btn-close {
      display: block; }
    #page.toggled .navbar-toggle {
      visibility: hidden; }
    #page.toggled #header {
      z-index: 999;
      right: 250px;
      left: -250px; }

  .btn-close {
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/btn-close.png") no-repeat center center #fff;
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 22px;
    width: 48px;
    height: 48px;
    z-index: 999; }

  .navbar-toggle {
    border: none;
    display: block;
    padding: 0;
    margin-left: 15px;
    margin-top: 13px;
    border-radius: 0; }
    .navbar-toggle .icon-bar {
      background: #c6a709; }
    .navbar-toggle:hover, .navbar-toggle:focus {
      background: none; }
      .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
        background: #fff; }

  #page.toggled .mobile-main-menu {
    right: 0;
    display: block; }

  .overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%; }

  .nav .open > a {
    background: none; }
    .nav .open > a:hover, .nav .open > a:focus {
      background: none; }

  #header .mobile-main-menu {
    background: #fff;
    bottom: 0;
    display: block !important;
    height: 100%;
    overflow-y: auto !important;
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    padding: 20px;
    /* main-menu */ }
    #header .mobile-main-menu .container, #header .mobile-main-menu .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #header .mobile-main-menu .group-hightlight-detail, #header .mobile-main-menu .view-hightlight-detail #carousel, .view-hightlight-detail #header .mobile-main-menu #carousel {
      padding: 0;
      position: static;
      width: auto; }
    #header .mobile-main-menu ul.menu {
      padding: 0;
      margin: 0; }
      #header .mobile-main-menu ul.menu li a {
        display: block;
        color: #000;
        padding: 10px 0;
        text-decoration: none; }
        #header .mobile-main-menu ul.menu li a:hover, #header .mobile-main-menu ul.menu li a:focus {
          color: #c6a709; }
        #header .mobile-main-menu ul.menu li a.is-active {
          color: #c6a709; }
      #header .mobile-main-menu ul.menu > li {
        border-bottom: 1px solid #eaeaea;
        display: block;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0; }
        #header .mobile-main-menu ul.menu > li:last-child {
          border-bottom: none; }
        #header .mobile-main-menu ul.menu > li ul {
          padding-left: 20px;
          padding-bottom: 5px; }
          #header .mobile-main-menu ul.menu > li ul li {
            border-bottom: 0; }
            #header .mobile-main-menu ul.menu > li ul li a {
              padding: 7px 0; }
      #header .mobile-main-menu ul.menu .menu-item--expanded > a {
        position: relative; }
        #header .mobile-main-menu ul.menu .menu-item--expanded > a:before {
          display: inline-block;
          font-family: "Nucleo Glyph";
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\ea91';
          position: absolute;
          top: 50%;
          right: 0;
          width: 20px;
          height: 20px;
          margin-top: -10px;
          line-height: 20px;
          text-align: right; }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel {
    left: 13.8%; }
  .view-hightlight-detail #carousel ul.slides li {
    min-width: 22% !important; }

  #panel_second h1 {
    text-align: center; }

  .view-introduction {
    padding-top: 90px; }
    .view-introduction .view-content {
      width: auto;
      padding-right: 0; }
      .view-introduction .view-content .views-field-field-image {
        text-align: right;
        position: static;
        margin-bottom: 15px; }
        .view-introduction .view-content .views-field-field-image img {
          width: 70%; }
      .view-introduction .view-content .views-field-body {
        width: 100%;
        margin-bottom: 70px; }

  #block-contact {
    width: 100%;
    padding-left: 0; }
    #block-contact .field--name-body {
      padding-left: 0; }

  .contact #block-mainpagecontent {
    width: 100%; }
    .contact #block-mainpagecontent .contact-message-form {
      float: none;
      padding-right: 0; }
      .contact #block-mainpagecontent .contact-message-form #edit-subject-wrapper input {
        width: 100%; }
      .contact #block-mainpagecontent .contact-message-form .form-submit {
        margin-bottom: 25px; }

  .not-front #featured .block-core, .not-front #featured .block-system-breadcrumb-block {
    width: 760px; }

  .sidebar {
    top: 0;
    margin-top: 30px; }

  .container, .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel, .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel {
    width: auto; }

  .about-us #panel_first .view-hightlight {
    width: auto; }

  .not-front #featured .block-core, .not-front #featured .block-system-breadcrumb-block {
    width: auto;
    padding: 0; }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel {
    transform: none;
    left: 0;
    width: 100%; }

  .mission-block .three-column {
    padding-bottom: 20px; }

  h1, .h1 {
    font-size: 30px; }

  h2, .h2 {
    font-size: 24px; }

  h3, .h3 {
    font-size: 20px; }

  .intro-gms {
    padding: 10px 0; }
    .intro-gms .intro-block {
      width: 100%;
      padding: 50px 50px 0 50px;
      text-align: center; }

  .tree-block {
    width: 100%;
    float: right; }
    .tree-block img {
      width: 60%;
      margin-right: 20%; }

  #panel_first .seven-column {
    width: 25%;
    float: left; }

  .button {
    margin: 20px auto; }

  .banner .banner-title {
    font-size: 36px; }

  #featured .container, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail, #featured .view-hightlight-detail #carousel, .view-hightlight-detail #featured #carousel {
    padding: 0px 20px; }

  .front #hightlight .overview-img {
    width: 100%; }

  p {
    font-size: 16px; }

  .front #panel_first {
    padding: 50px;
    margin-top: 0px; }

  .front #hightlight .overview-block {
    width: 100%;
    position: initial;
    text-align: center;
    background: #222;
    padding-top: 20px; }

  .front #hightlight .overview-text {
    padding-top: 0px; }

  .front #panel_first .two-column {
    height: 350px; }

  .front #panel_second iframe {
    height: 400px; }

  #panel_third {
    padding: 0px; }

  #panel_third .container, #panel_third .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_third .group-hightlight-detail, #panel_third .view-hightlight-detail #carousel, .view-hightlight-detail #panel_third #carousel {
    width: 90%; }

  .title {
    font-size: 18px;
    letter-spacing: 2px; }

  .about-second-panel {
    height: 420px;
    margin-top: 50px; }

  .about-first-panel .two-column img {
    height: auto;
    width: 450px; }

  .about-second-panel .inner-content h1 {
    font-size: 24px; }

  .about-second-panel .inner-content .two-column {
    padding-top: 20px; }

  .experience {
    padding: 100px 100px; }

  .not-front #panel_third {
    padding: 0px; }

  .commercial .two-column {
    width: 100%; }

  .commercial .two-column .inner-content {
    margin-top: 0; }

  .commercial {
    margin-top: 50px; }

  #panel_first .commercial {
    margin-top: 0px; }

  .product-image img {
    width: 400px;
    margin-top: -50px; }

  .commercial h1 {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  #block-blockimage p span {
    max-width: 150px; }
  #block-blockimage .introduce-img-1 .icon-ellipse, #block-blockimage .introduce-img-3 .icon-ellipse {
    top: -16px;
    left: 40px; }
    #block-blockimage .introduce-img-1 .icon-ellipse:before, #block-blockimage .introduce-img-3 .icon-ellipse:before {
      transform: translate3d(-50%, -51%, 0px); }
  #block-blockimage .introduce-img-2 .icon-ellipse, #block-blockimage .introduce-img-4 .icon-ellipse {
    left: -20px; }
  #block-blockimage .introduce-img-4:before {
    margin-right: -15px; }
  #block-blockimage .introduce-img-4 .icon-ellipse:before {
    transform: translate3d(-50%, -51%, 0px); }
  #block-blockimage .introduce-img-5 .icon-ellipse {
    left: 0; }
    #block-blockimage .introduce-img-5 .icon-ellipse:before {
      transform: translate3d(-50%, -51%, 0px); }
  #block-blockimage .introduce-img-2 .icon-ellipse:before {
    transform: translate3d(-50%, -51%, 0px); } }
@media (max-width: 768px) {
  .view-hightlight-detail #carousel ul.slides li {
    min-width: auto !important; }
    .view-hightlight-detail #carousel ul.slides li .views-field-field-image img {
      min-height: auto; }

  .view-hightlight .view-content .views-view-grid:before, .view-hightlight .view-content .views-view-grid:after {
    display: none; }
  .view-hightlight .view-content .views-view-grid .views-row {
    margin-bottom: 0; }
    .view-hightlight .view-content .views-view-grid .views-row .views-col {
      float: none;
      width: 100% !important;
      text-align: center;
      padding: 0;
      margin-bottom: 30px; }

  .view-hightlight-detail #slider .group-hightlight-detail {
    padding: 80px 50px 0 60px !important;
    left: 0 !important; }
  .view-hightlight-detail #slider .flex-direction-nav {
    display: block; }
    .view-hightlight-detail #slider .flex-direction-nav .flex-prev, .view-hightlight-detail #slider .flex-direction-nav .flex-next {
      height: 50px; }
  .view-hightlight-detail #carousel {
    display: none; }

  .view-hightlight-detail #slider ul.slides li {
    max-height: 400px; }
    .view-hightlight-detail #slider ul.slides li .views-field-field-image img {
      min-height: 400px; }

  .not-front #featured #block-headeradvantage {
    margin-top: 15px; }
  .not-front #featured .block-page-title-block {
    top: 0; }
  .not-front #featured .block-system-breadcrumb-block {
    top: -60px; }

  #block-blockimage p span {
    display: none; }

  .view-hightlight .view-content .views-view-grid .row-2 {
    margin-bottom: 30px; }
  .view-hightlight .view-content .views-view-grid .views-row {
    padding: 0; }
    .view-hightlight .view-content .views-view-grid .views-row .views-col {
      margin-bottom: 30px;
      text-align: left; }
    .view-hightlight .view-content .views-view-grid .views-row:before, .view-hightlight .view-content .views-view-grid .views-row:after {
      display: none; }

  #block-headeradvantage {
    margin-top: -100px;
    padding-bottom: 30px; }

  #block-views-block-hightlight-block-1 {
    padding-top: 35px; }

  #panel_third {
    padding: 90px 0; } }
@media (max-width: 767px) {
  .view-hightlight-detail #carousel ul.slides li {
    min-width: auto !important; }
    .view-hightlight-detail #carousel ul.slides li .views-field-field-image img {
      min-height: auto; }

  .view-blog .views-view-grid .views-col {
    width: 100% !important; }

  .change-skin {
    display: none; }

  .contact-message-form {
    width: 100%; }

  #block-contact {
    width: 100%; }

  .client-logo, .member-logo {
    float: none; }

  .site-branding__text .site-branding__slogan {
    font-size: 10px; }

  #block-lapurd-branding {
    width: 100px; }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 150px; }

  .mission-block .three-column {
    padding: 20px 0; }

  .views-field.views-field-title {
    font-size: 18px; }

  #panel_third {
    padding: 0px; }

  #panel_second .view-header {
    padding-bottom: 0px; }

  #header .logo-svg-img {
    width: 240px; }

  .banner .banner-content {
    height: 100px; }

  .banner .banner-title {
    font-size: 30px;
    letter-spacing: 3px; }

  .banner h2 {
    margin-top: 15px; }

  h2, .h2 {
    font-size: 20px; }

  .front .two-column {
    width: 100%;
    text-align: center; }

  .front #featured .two-column, .front #panel_first .two-column, .front #panel_third .two-column {
    height: auto; }

  .front #featured .two-column .inner-content {
    margin: 50px 20px 0;
    text-align: center; }

  .front #featured .two-column img {
    width: 300px; }

  h1, .h1 {
    font-size: 24px; }

  .front #hightlight .overview-text a {
    font-size: 16px; }

  .front #panel_first {
    padding: 20px; }

  h3, .h3 {
    font-size: 18px; }

  .front #panel_first .two-column img {
    height: 400px; }

  .front #panel_first .m-t--50, .front #panel_first .m-t--100 {
    margin-top: 0; }

  #panel_second iframe {
    height: 300px;
    margin-top: 50px; }

  .front #panel_third .two-column img {
    width: 400px; }

  .four-column {
    width: 50%;
    padding: 0 20px; }

  .img-block {
    width: 90px;
    height: 90px; }

  .img-block img {
    width: 70px; }

  #footer iframe {
    height: 250px; }

  .about-first-panel .inner-content {
    padding-right: 20px; }

  .not-front #main .container, .not-front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .not-front #main .group-hightlight-detail, .not-front #main .view-hightlight-detail #carousel, .view-hightlight-detail .not-front #main #carousel {
    margin-bottom: 0px;
    padding-top: 50px; }

  .about-second-panel {
    margin-top: 0; }

  .about-second-panel .two-column:first-child {
    width: 100%; }

  .about-second-panel .inner-content {
    margin-top: 0; }

  .about-third-panel .two-column {
    width: 100%; }

  .about-third-panel .two-column img {
    width: 400px; }

  .experience {
    padding: 50px; } }
@media (max-width: 640px) {
  #block-headeradvantage {
    margin-top: -50px; }

  #block-weebpal {
    margin-top: 50px; }

  .view-featured .views-row .about-us-groups {
    padding-left: 0; }

  .view-hightlight-detail #slider .group-hightlight-detail {
    padding-top: 50px !important; }

  .not-front #panel_third {
    padding-top: 20px; }

  #panel_third {
    padding: 40px 0 90px 0; }

  .contact-message-form {
    width: 100%; }

  #block-contact {
    width: 100%; }

  .client-logo, .member-logo {
    float: none; }

  .site-branding__text .site-branding__slogan {
    font-size: 10px; }

  #block-lapurd-branding {
    width: 100px; }

  .banner-heading {
    top: 150px;
    width: 425px;
    left: 50%;
    transform: translateX(-50%); }

  .three-column {
    width: 100%; }

  .mission-block .three-column p {
    height: 30px; }

  h2, .h2 {
    font-size: 16px; }

  h1, .h1 {
    font-size: 20px; }

  body {
    font-size: 12px; }

  #panel_first .seven-column {
    width: 50%; }

  #panel_first {
    padding: 20px 0; }

  .intro-gms .intro-block {
    padding: 20px 20px 0 20px; }

  #panel_second h1 {
    margin-top: 20px; }

  .jcarousel-skin-default .jcarousel li {
    width: 80px; }

  .jcarousel-skin-default .jcarousel li {
    height: 270px; }

  #panel_third .container, #panel_third .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_third .group-hightlight-detail, #panel_third .view-hightlight-detail #carousel, .view-hightlight-detail #panel_third #carousel {
    padding: 0px; }

  .four-column {
    width: 50%; }

  #panel_third {
    padding: 20px 0; }

  #footer #block-contact {
    width: 80%; }

  #footer iframe {
    width: 80%;
    margin-left: 10%;
    height: 200px; }

  #block-contact .content {
    text-align: center; }

  #footer {
    padding-top: 20px; }

  #footer #block-copyright {
    margin-top: 20px; }

  #panel_first .seven-column .inner-column {
    padding: 10px 10px; }

  #panel_second {
    height: auto; }

  .jcarousel-skin-default .jcarousel {
    height: 200px; }

  #block-views-block-clientele-block-1-2 {
    display: none; }

  #block-views-block-clientele-block-2 {
    display: block; }

  .front #panel_second iframe {
    height: 300px; }

  #block-ourlocation {
    width: 100%; }

  .not-front #main .container, .not-front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .not-front #main .group-hightlight-detail, .not-front #main .view-hightlight-detail #carousel, .view-hightlight-detail .not-front #main #carousel {
    padding: 20px 20px 0; }

  .about-first-panel .two-column {
    height: auto;
    width: 100%;
    padding: 0 20px;
    text-align: center; }

  .about-first-panel .two-column img {
    width: 300px;
    padding-bottom: 20px; }

  .about-first-panel .inner-content {
    padding-right: 0px; }

  .about-second-panel h2 {
    font-size: 20px;
    margin-top: 0px; }

  .product-image img {
    width: 300px; }

  .node-blog .node__meta h1.title-blog {
    font-size: 16px;
    letter-spacing: 2px; }

  .block-page-title-block {
    height: 100px; } }
@media (max-width: 639px) {
  .contact-message-form {
    width: 100%; }

  #block-contact {
    width: 100%; }

  .client-logo, .member-logo {
    float: none; }

  .site-branding__text .site-branding__slogan {
    font-size: 10px; }

  #block-lapurd-branding {
    width: 100px; } }
@media (max-width: 480px) {
  #block-headeradvantage {
    margin-top: 0; }

  #main-content .view-blog .views-col {
    width: 100% !important; }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-title, .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
    margin-bottom: 15px; }

  #panel_second h1, #block-headeradvantage h1 {
    font-size: 1.667em; }

  .view-introduction .view-content .views-field-body h1 {
    font-size: 1.667em; }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
    max-height: 150px;
    overflow: hidden; }

  #block-contact .field--name-body address span {
    float: none;
    width: 100%;
    margin-left: 20px; }

  .view-taxonomy-term .view-content {
    margin: 0; }
    .view-taxonomy-term .view-content .views-row {
      width: 100%;
      padding: 0;
      margin-bottom: 40px; }

  .not-front #featured .block-page-title-block h1 {
    font-size: 1.667em; }

  .view-portfolio .views-row .views-col {
    float: none;
    width: 100% !important;
    margin-bottom: 50px; }
    .view-portfolio .views-row .views-col:last-child {
      margin-bottom: 0; }

  .contact-message-form {
    width: 100%; }

  #block-contact {
    width: 100%; }

  .client-logo, .member-logo {
    float: none; }

  .site-branding__text .site-branding__slogan {
    font-size: 10px; }

  #block-lapurd-branding {
    width: 100px; }

  #block-views-block-clientele-block-2 .views-view-grid .views-col {
    width: 50%;
    text-align: center; }
    #block-views-block-clientele-block-2 .views-view-grid .views-col img {
      width: 100px; }

  .banner .banner-content {
    height: 60px; }

  .banner .banner-title {
    font-size: 20px;
    letter-spacing: 1px; }

  h2, .h2 {
    font-size: 15px; }

  p {
    font-size: 14px; }

  .front #featured .two-column img {
    width: 200px; }

  .front #hightlight .overview-text {
    padding: 20px; }

  .front #hightlight .overview-text a {
    font-size: 14px; }

  h1, .h1 {
    font-size: 16px; }

  h3, .h3 {
    font-size: 16px; }

  .front #panel_first .two-column img {
    height: 250px; }

  #panel_second iframe {
    height: 200px;
    margin-top: 20px; }

  .front #panel_third .two-column img {
    width: 250px; }

  .title {
    font-size: 14px; }

  .four-column {
    padding: 0 10px; }

  .img-block {
    width: 60px;
    height: 60px; }

  .img-block img {
    width: 50px; }

  .about-second-panel .inner-content .two-column {
    width: 100%; }

  .about-second-panel .inner-content .two-column p {
    margin-bottom: 0px; }

  #panel_second h1 {
    font-size: 16px; }

  .about-second-panel .inner-content .two-column {
    padding-top: 10px; }

  .about-third-panel .two-column img {
    width: 300px;
    margin-bottom: 20px; }

  .about-third-panel .inner-content {
    padding: 0px;
    margin-bottom: 20px; }

  .experience {
    padding: 30px; }

  .about-second-panel h2 {
    margin: 0px; }

  .commercial .two-column {
    padding: 0; }

  .our-brand img {
    width: 150px; }

  .insta-link img {
    width: 70px; } }
@media (max-width: 479px) {
  .contact-message-form {
    width: 100%; }

  #block-contact {
    width: 100%; }

  .client-logo, .member-logo {
    float: none; }

  .site-branding__text .site-branding__slogan {
    font-size: 10px; }

  #block-lapurd-branding {
    width: 100px; } }
@media (max-width: 360px) {
  .not-front #featured .block-system-breadcrumb-block {
    top: -47px; }

  .view-hightlight-detail #slider .group-hightlight-detail {
    padding-left: 50px !important; }

  .contact-message-form {
    width: 100%; }

  #block-contact {
    width: 100%; }

  .client-logo, .member-logo {
    float: none; }

  .site-branding__text .site-branding__slogan {
    font-size: 10px; }

  #block-lapurd-branding {
    width: 100px; }

  #panel_first h3 {
    font-size: 12px; }

  #header .logo-svg-img {
    width: 180px; }

  #header .mobile-main-menu {
    width: 190px; }

  .banner .banner-title {
    font-size: 16px; }

  .banner h2 {
    font-size: 12px;
    line-height: 0px; }

  .banner .banner-content {
    height: 40px; }

  .front #featured .two-column .inner-content {
    margin: 20px 0px 0; }

  .title {
    padding-bottom: 10px; }

  h1, h2, h3, h4, h5, .label {
    margin: 0 0 10px; }

  .four-column {
    width: 100%; }

  #footer iframe {
    height: 150px; }

  #panel_second h1 {
    font-size: 12px; }

  .about-second-panel h2 {
    font-size: 17px; }

  .commercial .two-column td {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    text-align: center; }

  .commercial .two-column td img {
    width: 50px; } }
@media (max-width: 320px) {
  #header #block-useraccountmenu ul.menu li a {
    padding: 12px 35px; }

  .not-front #featured .block-core ol, .not-front #featured .block-system-breadcrumb-block ol {
    white-space: nowrap; }

  #featured {
    top: -104px; }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
    height: 200px;
    overflow: hidden; }

  .contact-message-form {
    width: 100%; }

  #block-contact {
    width: 100%; }

  .client-logo, .member-logo {
    float: none; }

  .site-branding__text .site-branding__slogan {
    font-size: 10px; }

  #block-lapurd-branding {
    width: 100px; }

  #header {
    position: relative;
    background-color: #fff; } }

/*# sourceMappingURL=style.css.map */
