/** 
	* Filename:     global.css
	* Version:      1.0.0 (02 Oct 2021)
	* Website:      https://www.zymphonies.com
	* Description:  Global styles
	* Author:		Zymphonies team
					info@zymphonies.com
**/
/**
 * @file
 * Styles for system messages.
 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&display=swap");
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px; }

.messages + .messages {
  margin-top: 1.538em; }

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.messages__item + .messages__item {
  margin-top: 0.769em; }

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  box-shadow: -8px 0 0 #77b259;
  /* LTR */ }

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */ }

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */ }

.messages--error p.error {
  color: #a51b00; }

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0; }

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/ }

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/ }

form .field-add-more-submit {
  margin: .5em 0 0; }

div.tabs {
  margin: 1em 0; }

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0; }

.tabs > li {
  display: inline-block;
  margin-right: 0.3em; }

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444; }

.tabs a.is-active {
  color: #fff; }

.tabs a:focus,
.tabs a:hover {
  background-color: #008cda;
  color: #fff; }

table {
  width: 100%;
  margin: 0 0 10px; }

caption {
  text-align: left; }

th {
  text-align: left;
  padding: 10px 12px; }

thead th {
  background: #f5f5f2;
  color: #333;
  border-bottom: 2px solid #ddd;
  font-weight: 400;
  padding: 15px; }

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em; }

thead > tr {
  border-bottom: 1px solid #000; }

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff; }

tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed; }

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2; }

td,
th {
  vertical-align: middle; }

td {
  padding: 15px;
  text-align: left; }

th > a {
  position: relative;
  display: block; }

th > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }

th.is-active > a {
  color: #004875; }

th.is-active img {
  position: absolute;
  right: 0;
  top: 50%; }

th.is-active > a:after {
  border-bottom-color: #004875; }

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none; }

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #008ee6; }

td .item-list ul {
  margin: 0; }

td.is-active {
  background: none; }

th.select-all {
  width: 1px; }

.caption {
  margin-bottom: 1.2em; }

.field {
  margin-bottom: 20px; }

.field__label {
  font-weight: 500; }

.field--label-inline .field__label:after {
  content: ":";
  padding: 0 5px; }
.field--label-inline .field__label,
.field--label-inline .field__item {
  display: inline-block; }

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none; } }
@media screen and (max-width: 60em) {
  th.priority-low,
  td.priority-low {
    display: none; } }
p {
  margin: 0 0 20px 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  line-height: 1.5;
  font-family: "Ubuntu", sans-serif; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.5rem;
  margin-bottom: 20px; }

h3, .h3 {
  font-size: 1.2rem; }

h4, .h4 {
  font-size: 1.1rem; }

img {
  max-width: 100%;
  height: auto; }

em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

.footer nav h2:after,
h2.title:after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background-color: #2b0a3d; }

.pricing-card-title {
  color: #008000; }

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

.list-unstyled li {
  list-style: none; }

ul.links.inline {
  padding: 0; }
  ul.links.inline li {
    list-style: none; }

.form-email,
.form-text,
.form-textarea {
  border: 1px solid #e8e8e8;
  background: transparent; }

.block {
  margin-bottom: 10px; }

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 140%;
  font-weight: 200; }

.region-page-title h1 {
  margin: 15px 0; }

.content-small {
  font-size: .9em;
  line-height: 120%; }

.footer {
  padding: 40px 0; }

.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7; }
  .footerwidget h2.title {
    color: #fff; }
  .footerwidget .left {
    float: left;
    margin: 10px 10px 0 0; }

.copyright {
  padding: 15px;
  text-align: center;
  font-size: .8em; }

.map-and-address h2.title {
  display: none; }

.google_map p, .google_map .block {
  margin: 0; }
.google_map iframe {
  display: block; }

.footer-menu {
  margin: 0;
  border: 0;
  background: image-url("social-media-bg.png");
  color: #fff;
  background-size: cover;
  padding: 80px 0; }

.social-media {
  padding: 10px 0; }
  .social-media a {
    line-height: 100%;
    font-size: 1em;
    display: inline-block;
    padding: 4px 8px;
    width: 26px; }
    .social-media a:hover {
      color: #008cda; }

input, button, select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3; }

.contact-message-form label {
  display: block; }

.more-link a,
.node-readmore a,
.field--type-link a,
input[type="submit"] {
  font-weight: bold;
  background: none;
  cursor: pointer;
  color: #0070ad;
  padding: 12px 30px;
  line-height: 100%;
  margin-right: 2px;
  display: inline-block;
  border: 3px solid #0070ad;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.more-link a:hover,
.node-readmore a:hover,
.field--type-link a:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #0070ad;
  border: 3px solid #0070ad; }

.more-link {
  display: block;
  width: 100%;
  text-align: center; }
  .more-link a {
    color: #fff;
    background: #0070ad;
    border: 3px solid #0070ad; }
    .more-link a:hover {
      color: #0070ad;
      background: none;
      border: 3px solid #0070ad; }

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5; }
  .comment-wrap .author-details {
    float: left;
    width: 20%; }
  .comment-wrap .author-comments {
    padding-left: 5px;
    float: left;
    width: 80%; }
    .comment-wrap .author-comments h3 {
      margin-top: 10px; }
    .comment-wrap .author-comments p {
      margin-bottom: 10px; }

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
  margin-bottom: 20px;
  font-size: .9em; }

ul.links.inline li {
  display: inline-block;
  padding-right: 10px; }

.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0; }
.sidebar .region .content {
  padding: 10px 0; }

.region-content {
  min-height: 200px; }

.path-frontpage .region-content {
  min-height: auto; }

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.70em;
  line-height: 150%; }

label.option {
  display: inline;
  font-weight: normal; }

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.marker {
  color: #e00; }

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px; }

.path-frontpage .home-widgets {
  padding: 40px 0; }

.footer.home-widgets ul.menu {
  padding: 0;
  margin: 0; }
  .footer.home-widgets ul.menu li {
    list-style: none;
    line-height: 180%; }
    .footer.home-widgets ul.menu li:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f105";
      padding-right: 10px;
      color: #444;
      font-size: 0.8em; }
    .footer.home-widgets ul.menu li a {
      font-weight: 400; }

.more-icon {
  font-size: 2em; }

.content-banner {
  position: relative; }
  .content-banner .field--name-field-banner-description {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 40%;
    font-size: 3em;
    font-weight: bold;
    line-height: 100%; }

.services,
.price-table {
  background: #f6f6f6; }

.path-frontpage .main-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }

.path-faq .full-width,
.page-node-type-faq .full-width,
.page-node-type-news .full-width,
.page-node-type-page .full-width,
.page-node-type-case-studies .full-width {
  max-width: 900px;
  margin: 0px auto;
  padding: 20px; }

.page-node-type-our-team .full-width,
.page-node-type-testimonials .full-width,
.page-node-type-price-table .full-width {
  max-width: 500px;
  margin: 0px auto;
  padding: 20px; }
  .page-node-type-our-team .full-width .field img,
  .page-node-type-testimonials .full-width .field img,
  .page-node-type-price-table .full-width .field img {
    width: 100%; }

.clients {
  max-width: 800px;
  margin: 0 auto; }

.view-testimonials {
  text-align: center; }
  .view-testimonials.page-testimonials .testimonial-list {
    margin-bottom: 20px;
    border: 1px solid #eee;
    display: block;
    background: #fff;
    padding: 20px; }

.testimonials-author {
  font-size: 14px; }
  .testimonials-author p {
    margin-bottom: 2px; }
  .testimonials-author .testimonials-name {
    font-weight: bold; }
  .testimonials-author .testimonials-photo {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    border-radius: 50%;
    margin: 0; }
    .testimonials-author .testimonials-photo img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

.view-pricing .featured .price-listing {
  padding: 40px 30px;
  position: relative;
  top: -20px;
  color: #eee; }
  .view-pricing .featured .price-listing h3 a {
    color: #fff; }
  .view-pricing .featured .price-listing .price {
    color: #33e033; }
  .view-pricing .featured .price-listing ul li {
    border-color: #423f3f; }

.node--type-price-table .field:last-child {
  margin: 0; }

.price-listing {
  border-style: solid;
  padding: 20px 30px;
  border-width: 0px 0px 0px 0px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 3px 10px #00000026;
  -moz-box-shadow: 0 3px 10px #00000026;
  box-shadow: 0 3px 10px #00000026;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .price-listing:hover {
    opacity: .8; }
  .price-listing .price {
    font-weight: bold; }
  .price-listing ul {
    padding-left: 0px; }
    .price-listing ul li {
      list-style: none;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .price-listing ul li:before {
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        padding-right: 10px; }

.path-frontpage .feed-icon {
  display: none; }

.view-custom .more-icon {
  font-size: 2rem; }
  .view-custom .more-icon a i {
    transition: all 0.5s ease; }
  .view-custom .more-icon a:hover i {
    transform: rotate(360deg); }
.view-custom .field-date {
  font-size: .8em;
  background: #0070ad;
  padding: 5px;
  display: inline-block;
  line-height: 100%;
  color: #fff; }

.view-common .more-link {
  margin: 20px 0;
  text-align: center;
  width: 100%; }

nav.pager {
  flex: 0 0 100%; }
  nav.pager .pager__items {
    text-align: center;
    padding: 0;
    margin: 20px 0; }
    nav.pager .pager__items .pager__item a {
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #dee2e6;
      padding: 10px 15px;
      display: block;
      line-height: 100%; }
      nav.pager .pager__items .pager__item a:hover {
        background: #eee; }
    nav.pager .pager__items .pager__item.is-active a {
      background: #eee; }

.team-list .region {
  overflow: hidden;
  padding: 10px; }

.team-list-item:hover img {
/*   -webkit-filter: grayscale(100%); */
/*   -moz-filter: grayscale(100%); */
/*   filter: grayscale(100%); */
}

.profile-photo img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.team-profile {
  position: relative;
  margin-bottom: 15px; 
  width: 250px}
  .team-profile:hover .team-social-media {
    left: 10px;
    right: 10px;
    bottom: 10px; }

.team-social-media {
  background: #f00;
  position: absolute;
  text-align: center;
  left: 15%;
  right: 15%;
  bottom: 10%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .team-social-media ul {
    margin: 0;
    padding: 0; }
    .team-social-media ul li {
	color: #ffffff;
      display: inline-block; }
      .team-social-media ul li a {
        font-size: 0;
        padding: 5px 10px;
        display: block;
        height: 34px;
        color: #ffffff; }
        .team-social-media ul li a:hover {
          opacity: .8; }
        .team-social-media ul li a:before {
          font-size: 16px; }
      .team-social-media ul li.facebook a:before {
        content: "\f39e"; }
      .team-social-media ul li.twitter a:before {
        content: "\f099"; }
      .team-social-media ul li.linkedin a:before {
        content: "\f0e1"; }
      .team-social-media ul li.instagram a:before {
        content: "\f16d"; }

.bottom-widget {
  background: #fff; }
  .bottom-widget h2.title, .bottom-widget * {
    color: #7964ad; }

.path-frontpage .bottom-widgets {
  padding: 20px 0; }

.services .service-list {
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 3px 10px #00000026;
  -moz-box-shadow: 0 3px 10px #00000026;
  box-shadow: 0 3px 10px #00000026; }
  .services .service-list .more-icon {
    margin: 0; }
  .services .service-list:hover {
    padding: 30px;
    -moz-border-box-shadow: 0px 0px 0px #e2e2e2;
    -webkit-box-shadow: 0px 0px 0px #e2e2e2;
    box-shadow: 0px 0px 0px #e2e2e2; }

.top-nav {
  position: relative;
  padding: 0px 0; }
  .top-nav .region-message,
  .top-nav .region-email {
    display: inline-block; }
  .top-nav .fa {
    padding: 0 5px; }
  .top-nav .block, .top-nav p {
    margin: 0; }
  .top-nav .top-email-search {
    text-align: right; }
  .top-nav .top-email,
  .top-nav .top-search {
    padding: 5px 10px;
    display: inline-block; }
  .top-nav .field {
    margin: 0; }

.main-menu-wrap {
  border-top: 1px solid #ececec; }

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.main-header .region {
  position: relative;
  padding: 25px 0; }
.main-header .block {
  margin: 0; }
.main-header p, .main-header .block {
  margin: 0; }

.site-branding {
  margin: 0; }

.region-header {
  padding: 12px 0; }

.site-branding__name {
  line-height: 80%; }

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em; }
  .region-header .brand a {
    color: #435a6b;
    display: block;
    text-transform: uppercase;
    font-weight: 400; }
    .region-header .brand a img {
      vertical-align: middle; }
  .region-header .brand .site-branding__slogan {
    font-size: .5em;
    text-transform: uppercase;
    vertical-align: top; }

.top-search {
  text-align: left;
  cursor: pointer; }
  .top-search .search-field {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7); }
  .top-search h2 {
    width: auto;
    height: auto;
    color: #fff;
    position: static !important; }
  .top-search a.top-search-close {
    cursor: pointer;
    float: right;
    padding: 15px;
    font-size: 2em;
    color: #fff;
    border-radius: 50%;
    line-height: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    background: url("../images/close-icon.png") center no-repeat;
    background-size: 60%; }

.search-block-form {
  margin: 0 auto; }

.region-search {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  vertical-align: middle;
  margin: 20% auto; }

#search-block-form {
  display: table;
  width: 100%; }
  #search-block-form .form-item,
  #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top; }
  #search-block-form .form-actions {
    width: 30px; }
  #search-block-form input.form-submit {
    background: url("../images/search-icon.png") no-repeat center #333;
    background-size: 60%;
    border: 0;
    font-size: 0;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    #search-block-form input.form-submit:hover {
      background-color: #008cda;
      border-color: #008cda; }
  #search-block-form input {
    width: 100%;
    height: 60px;
    padding: 15px;
    display: block;
    font-size: 2em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

nav.breadcrumb {
  font-size: .85em;
  padding: 2px 0;
  margin: 0;
  display: inline-block;
  background: none; }
  nav.breadcrumb ul, nav.breadcrumb ol {
    padding: 0;
    margin: 0; }
    nav.breadcrumb ul li, nav.breadcrumb ol li {
      display: inline-block;
      padding: 0 4px; }
      nav.breadcrumb ul li:after, nav.breadcrumb ol li:after {
        content: " >";
        padding-left: 5px; }
      nav.breadcrumb ul li:last-child:after, nav.breadcrumb ol li:last-child:after {
        display: none; }

/* Flex slider */
.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px 30px 30px 30px; }
  .flexslider .slider-caption {
    display: none;
    position: absolute;
    top: 0%;
    left: 5%;
    z-index: 99;
    width: 50%;
    text-align: left;
    line-height: 150%;
    padding: 20px; }
  .flexslider .slider-title {
    font-size: 3rem;
    line-height: 1.2; }
  .flexslider .slider-description {
    display: inline-block;
    clear: both;
    font-size: 1.3rem;
    padding-bottom: 15px;
    line-height: 120%; }
  .flexslider .slides li {
    position: relative; }
  .flexslider .flex-direction-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%; }
    .flexslider .flex-direction-nav li {
      list-style: none; }
    .flexslider .flex-direction-nav a {
      font-size: 0;
      padding: 10px;
      opacity: 1 !important;
      background: url("../images/left-arrow-white.png"); }
      .flexslider .flex-direction-nav a:before {
        display: none; }
      .flexslider .flex-direction-nav a.flex-next {
        background: url("../images/right-arrow-white.png"); }
  .flexslider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .flexslider .flex-control-paging li a.flex-active {
      background: #0070ad; }
  .flexslider .flex-control-nav {
    bottom: 0; }
  .flexslider .more-link {
    font-size: 2rem;
    text-align: left; }
    .flexslider .more-link:hover i {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      transform: rotate(360deg); }

.navbar-toggle {
  cursor: pointer;
  float: right;
  background: none;
  border: 0;
  padding: 17px 0;
  position: relative;
  z-index: 9; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .fas {
    font-size: 2em;
    color: #000;
    border: 0;
    box-shadow: none; }

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
    background-color: #212020; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none; }

.menu-base-theme {
  background: none; }
  .menu-base-theme ul {
    background: none; }
  .menu-base-theme li:hover a {
    content: "-"; }
  .menu-base-theme li a {
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    border-bottom: 1px solid #292929;
    line-height: 100%;
    padding: 24px 20px;
    font-size: 1.1em; }
    .menu-base-theme li a:hover, .menu-base-theme li a:focus, .menu-base-theme li a:active, .menu-base-theme li a.highlighted {
      background: none;
      color: #1a77b1;
      line-height: 100%;
      padding: 24px 20px; }
    .menu-base-theme li a.sub-arrow {
      color: #999;
      font-size: 22px;
      padding: 5px;
      border-radius: 2px;
      border: 1px solid #DCDCDC;
      background: #EFEFEF; }
    .menu-base-theme li a span.sub-arrow {
      line-height: 120%;
      font-size: 2em; }

.region-primary-menu {
  width: 100%;
  background: black;
  margin-bottom: 15px;
  position: fixed;
  width: 90%;
  right: 0;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .region-primary-menu.expand {
    left: 0px; }

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0; }
.region-footer-menu nav li {
  display: inline-block; }
  .region-footer-menu nav li a {
    display: block;
    padding: 2px 15px 2px 0; }

.top-menu {
  font-size: .75em;
  background: #313d48;
  color: #fff; }
  .top-menu .top-blocks {
    overflow: hidden; }
    .top-menu .top-blocks .region {
      padding: 10px 10px 10px 0; }
    .top-menu .top-blocks .social-media {
      padding: 9px 0; }
  .top-menu p, .top-menu .block {
    margin: 0; }
  .top-menu a {
    color: #fff; }

.region-top-menu ul {
  margin: 0;
  padding: 0; }
.region-top-menu nav li {
  display: inline-block; }
  .region-top-menu nav li a {
    padding: 2px 10px;
    text-transform: uppercase;
    line-height: 100%; }

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec; }

.highlight {
  padding: 20px;
  background-color: #ffffff; }
  .highlight pre {
    border: 0;
    background: none; }

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0; }
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee; }
.bd-example-type .table tr:first-child td {
  border-top: 0; }

.ui_section .highlight {
  background-color: #fff; }

.fontawesome-icon-list a {
  padding: 20px;
  display: block;
  border: 1px solid #eee;
  margin-bottom: 20px; }

.node--type-our-team .field--name-field-team {
  overflow: hidden; }
  .node--type-our-team .field--name-field-team > .field__item {
    float: left;
    width: 20%; }
    .node--type-our-team .field--name-field-team > .field__item .field-collection-item {
      padding: 10px;
      margin: 10px;
      border: 1px solid #eee; }

.node--type-list-items .field--name-body {
  overflow: hidden; }
  .node--type-list-items .field--name-body i {
    font-size: 2.5em; }
  .node--type-list-items .field--name-body > .field__item {
    float: left;
    width: 50%;
    padding: 30px 10px;
    text-align: center;
    font-weight: 400;
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .node--type-list-items .field--name-body > .field__item:hover {
      background: #efefef; }
    .node--type-list-items .field--name-body > .field__item .field-collection-item {
      padding: 10px;
      margin: 10px;
      border: 1px solid #eee; }

.page-node-type-page .field--name-field-two-column {
  overflow: hidden; }
  .page-node-type-page .field--name-field-two-column > .field__item {
    float: left;
    width: 100%;
    padding: 20px; }
    .page-node-type-page .field--name-field-two-column > .field__item:last-child {
      border: 5px solid #38b2f5; }
.page-node-type-page .field--name-field-list-items {
  overflow: hidden;
  margin: 50px 0; }
  .page-node-type-page .field--name-field-list-items > .field__item {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 20px; }
    .page-node-type-page .field--name-field-list-items > .field__item:nth-child(3n) {
      background: #666; }

.view-news {
  background: #ececec;
  margin: 0; }
  .view-news .news-list {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .view-news .news-list:hover {
      -moz-border-box-shadow: 6px 6px 0px #ddd;
      -webkit-box-shadow: 6px 6px 0px #ddd;
      box-shadow: 6px 6px 0px #ddd; }
      .view-news .news-list:hover img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%); }

.view-blog,
.view-service,
.view-case-studies {
  background: #ececec;
  padding: 30px;
  margin: 0; }
  .view-blog .blog-list,
  .view-blog .service-list,
  .view-blog .case-studies-listing,
  .view-service .blog-list,
  .view-service .service-list,
  .view-service .case-studies-listing,
  .view-case-studies .blog-list,
  .view-case-studies .service-list,
  .view-case-studies .case-studies-listing {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .view-blog .blog-list:hover,
    .view-blog .service-list:hover,
    .view-blog .case-studies-listing:hover,
    .view-service .blog-list:hover,
    .view-service .service-list:hover,
    .view-service .case-studies-listing:hover,
    .view-case-studies .blog-list:hover,
    .view-case-studies .service-list:hover,
    .view-case-studies .case-studies-listing:hover {
      -moz-border-box-shadow: 6px 6px 0px #ddd;
      -webkit-box-shadow: 6px 6px 0px #ddd;
      box-shadow: 6px 6px 0px #ddd; }

.news-banner,
.content-banner {
  position: relative; }
  .news-banner .field--name-field-header,
  .content-banner .field--name-field-header {
    color: #fff;
    background: #422c1ddb;
    position: static;
    font-size: 1em;
    font-weight: normal;
    line-height: 140%;
    width: 100%;
    max-width: 100%;
    padding: 15px; }

.sidebar ul.menu {
  padding: 0;
  margin: 0; }
  .sidebar ul.menu li {
    list-style: none; }
    .sidebar ul.menu li a {
      padding: 15px;
      display: block;
      margin-bottom: 1px;
      color: #212529;
      font-weight: 400; }
      .sidebar ul.menu li a:hover {
        color: #0a58ca; }
      .sidebar ul.menu li a:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f105";
        padding-right: 10px;
        color: #444;
        font-size: 0.8em; }

.view-our-offices .views-field-field-address .field-content {
  background: white;
  padding: 20px; }
.view-our-offices .views-field-field-location-map iframe {
  width: 100%;
  max-height: 300px; }

.topwidget {
  text-align: left; }
  .topwidget .fa {
    font-size: 4em; }
  .topwidget .topwidget-list .region {
    position: relative;
    background: #fff;
    padding: 20px; }
  .topwidget ul {
    margin: 0;
    padding: 0; }
    .topwidget ul li {
      list-style: none;
      padding-bottom: 6px;
      margin-bottom: 6px;
      border-bottom: 1px solid #dddddd42; }

.contact-message-feedback-form {
  padding: 20px 30px; }

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%; }

.path-contact .sidebar .content {
  background: #fff;
  padding: 50px 5px;
  text-align: center; }
.path-contact .sidebar .fa {
  font-size: 2em;
  color: #0070ad; }
.path-contact .layout {
  max-width: 1000px;
  margin: 0 auto; }

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd; }
  .user-login-form .form-text,
  .user-login-form .form-email,
  .user-form .form-text,
  .user-form .form-email,
  .user-pass .form-text,
  .user-pass .form-email {
    width: 100%; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #999;
  font-style: italic; }

.maintenance-page {
  background: image-url("maintenance-bg.png") #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000; }
  .maintenance-page .brand,
  .maintenance-page .name-and-slogan {
    display: inline-block;
    vertical-align: middle; }
  .maintenance-page .site-name a {
    color: #404040; }
  .maintenance-page .site-slogan,
  .maintenance-page .name-and-slogan {
    display: none; }

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -moz-border-box-shadow: 5px 5px 0px #fff;
  -webkit-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff; }
  .maintenance-msg h1 {
    text-transform: uppercase;
    font-weight: bold; }

.path-user .profile > div {
  display: inline-block; }
.path-user .profile .label {
  display: block;
  color: #333; }

.view-faq .accordion-item {
  background: none; }
  .view-faq .accordion-item .accordion-button {
    background: none; }

.pager .pager__items {
  text-align: center;
  padding: 0;
  margin: 0; }
  .pager .pager__items .pager__item {
    display: inline-block; }

.field--name-field-banner .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #000;
  font-size: 1em;
  padding: 10px;
  line-height: 140%;
  margin: 0;
  background: #fff;
  opacity: .8;
  max-width: 50%;
  font-weight: 400; }

.webform-submission-apply-now-form {
  background: #fff;
  padding: 20px;
  border: 1px solid #efefef;
  max-width: 600px; }
  .webform-submission-apply-now-form label {
    display: block; }
  .webform-submission-apply-now-form .form-text,
  .webform-submission-apply-now-form .form-email,
  .webform-submission-apply-now-form .form-textarea {
    width: 100%; }

.page-node-type-blog .region-content {
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  -moz-border-box-shadow: 2px 4px 20px #e2e2e2;
  -webkit-box-shadow: 2px 4px 20px #e2e2e2;
  box-shadow: 2px 4px 20px #e2e2e2; }

.view-blog-listing .views-field-nothing {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

.view-current-opening {
  overflow: scroll; }

/*# sourceMappingURL=global.css.map */
/*
#block-views-block-our-team-block-1 .owl-item{
    width: 275px !important;
}
*/