/*--------------------------------------*/
/* CUSTOM FONTS
/*--------------------------------------*/
@font-face {
  font-family: 'robotolight';
  src: url('../webfonts/roboto/roboto-light-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url('../webfonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url('../webfonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'signikaregular';
  src: url('../webfonts/signika/signika-regular-webfont.woff2') format('woff2'),
    url('../webfonts/signika/signika-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'signikabold';
  src: url('../webfonts/signika/signika-bold-webfont.woff2') format('woff2'),
    url('../webfonts/signika/signika-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------*/
/* WORDPRESS ALIGNING AND CLEARING
/*--------------------------------------*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {

  /* SM MD LG XL and up */
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    display: inline;
    float: right;
    margin-left: 1rem;
  }
}

.entry-content figure {
  width: auto !important;
}

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

@media (max-width: 567.98px) {

  /* XS and down */
  img {
    width: 100%;
  }
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ul,
ol,
a {
  margin-bottom: 0;
}

/*--------------------------------------*/
/* GLOBAL
/*--------------------------------------*/
html {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
}

body,
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #242322;
}

.container-fluid {
  max-width: 1440px;
  position: relative;
  z-index: 50;
}

.container-fluid.smaller {
  max-width: 1000px;
}

.transition {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

a,
a:hover,
a:focus,
button {
  outline: 0 !important;
  text-decoration: none;
  color: inherit;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

section {
  margin-bottom: 7.5rem;
}

#repeating_content_text_image .repeating_content_text_image_container>.row {
  margin-bottom: 4.6875rem;
}

section:last-child,
#repeating_content_text_image .repeating_content_text_image_container>.row:last-child {
  margin-bottom: 0;
}

.height_100 {
  height: 100%;
}

.width_100 {
  width: 100%;
}

.margin_5 {
  margin: -0.3125rem;
}

.margin_5>* {
  padding: 0.3125rem;
}

.margin_15 {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.margin_15>* {
  padding: 0.9375rem;
}

section .container-fluid>.title,
section .container-fluid>.top-container {
  text-align: center;
}

.title,
#other_offices .container-fluid>.title,
section .container-fluid>.top-container {
  margin-bottom: 1.875rem;
}

section .container-fluid>.top-container>.title {
  margin-bottom: 0;
}

.title>* {
  text-transform: capitalize;
}

.page-template-contact .title {
  margin-bottom: 0;
}

.entry-content.font_x-large>h2,
.entry-content.font_large>h2,
.entry-content.font_medium>h2,
.entry-content.font_small>h2 {
  color: #000000;
}

/* PER ROW */
section.item_pr_1 .row,
section.item_pr_2 .row,
section.item_pr_3 .row,
section.item_pr_4 .row,
section.item_pr_5 .row,
section.item_pr_6 .row {
  margin-top: -15px;
  margin-bottom: -15px;
}

section.item_pr_1 .row>.col-md,
section.item_pr_1 .row>.col,
section.item_pr_2 .row>.col-md,
section.item_pr_2 .row>.col,
section.item_pr_3 .row>.col-md,
section.item_pr_3 .row>.col,
section.item_pr_4 .row>.col-md,
section.item_pr_4 .row>.col,
section.item_pr_5 .row>.col-md,
section.item_pr_5 .row>.col,
section.item_pr_6 .row>.col-md,
section.item_pr_6 .row>.col {
  flex-basis: auto;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

section.item_pr_1 .row>.col-md,
section.item_pr_1 .row>.col {
  max-width: 100%;
}

section.item_pr_2 .row>.col-md,
section.item_pr_2 .row>.col {
  max-width: 50%;
}

section.item_pr_3 .row>.col-md,
section.item_pr_3 .row>.col {
  max-width: 33.3333333333%
}

section.item_pr_4 .row>.col-md,
section.item_pr_4 .row>.col {
  max-width: 25%;
}

section.item_pr_5 .row>.col-md,
section.item_pr_5 .row>.col {
  max-width: 20%;
}

section.item_pr_6 .row>.col-md,
section.item_pr_6 .row>.col {
  max-width: 16.6666666667%;
}

@media (max-width: 991.98px) {

  section,
  #repeating_content_text_image .repeating_content_text_image_container>.row {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 767.98px) {

  section,
  #repeating_content_text_image .repeating_content_text_image_container>.row {
    margin-bottom: 2.8125rem;
  }

  #primary {
    padding-top: 0 !important;
  }

  section.item_pr_2 .row>.col-md,
  section.item_pr_2 .row>.col,
  section.item_pr_3 .row>.col-md,
  section.item_pr_3 .row>.col,
  section.item_pr_4 .row>.col-md,
  section.item_pr_4 .row>.col,
  section.item_pr_5 .row>.col-md,
  section.item_pr_5 .row>.col,
  section.item_pr_6 .row>.col-md,
  section.item_pr_6 .row>.col {
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {

  section,
  #repeating_content_text_image .repeating_content_text_image_container>.row {
    margin-bottom: 1.875rem;
  }

  section.item_pr_2 .row>.col-md,
  section.item_pr_2 .row>.col,
  section.item_pr_3 .row>.col-md,
  section.item_pr_3 .row>.col,
  section.item_pr_4 .row>.col-md,
  section.item_pr_4 .row>.col,
  section.item_pr_5 .row>.col-md,
  section.item_pr_5 .row>.col,
  section.item_pr_6 .row>.col-md,
  section.item_pr_6 .row>.col {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* WYSIWYG
/*--------------------------------------*/
.entry-content>* {
  margin-bottom: 0.9375rem;
}

.entry-content>*:last-child {
  margin-bottom: 0;
}

.entry-content>ul,
.entry-content>ol {
  padding-left: 20px;
}

.entry-content>ul {
  list-style: none;
  overflow: hidden;
}

.entry-content>ul>li {
  position: relative;
}

.entry-content>ul>li::before {
  content: "\2022";
  color: #EFAF2B;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  left: -20px;
}

.entry-content>p>strong {
  font-weight: normal;
}

.entry-content>blockquote {
  padding-left: 20px;
  border-left: 4px solid #03BBC3;
}

/*--------------------------------------*/
/* BUTTON
/*--------------------------------------*/
.button {
  display: inline-block;
  padding: 1.25rem;
  line-height: 1;
  border-radius: 5px 0px 5px 0px;
  color: #ffffff;
  margin-top: 0.9375rem;
  text-transform: uppercase;
  background-color: #EFAF2B;
}

.button.bordered {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 3px #EFAF2B;
  -moz-box-shadow: inset 0px 0px 0px 3px #EFAF2B;
  box-shadow: inset 0px 0px 0px 3px #EFAF2B;
}

.button>.nav-link {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.button.bordered>.nav-link {
  color: #242322;
  ;
}

.button,
.button>* {
  cursor: pointer;
}

/*--------------------------------------*/
/* FONT
/*--------------------------------------*/
body {
  font-family: 'robotoregular';
}

#testimonials .testimonial_container .testimonial_item .name_company p,
.site-header .top-container strong {
  font-family: 'robotobold';
}

h1,
h2,
h3,
.title>h1,
.title>h2,
.title>h3,
.title>h4,
.title>p,
.title>span,
.button,
.button>.nav-link,
.navbar-brand p.home_type,
#pricing_packages .pricing_packages_container .pricing_single .price_container span.price,
.entry-content>p>strong,
.contact_form_container sup,
.navbar-nav .dropdown-menu .dropdown-toggle,
#faq strong,
.single .back_to_arch>a,
#other_solutions .content-container p,
#landing_page .row .text_above_title p,
#banner .container-fluid .content-container>.powered_by .text>strong {
  font-family: 'signikabold';
  line-height: 1;
}

#landing_page .entry-content p,
.nav-link,
.site-header .univerus_breadcrumb ul>li {
  font-family: 'signikaregular';
}

#landing_page .row .col-md .inner-container .content-container h1,
#banner .title>h1 {
  font-size: 3.75rem;
}

.entry-content.font_x-large>h2,
#pricing_packages .pricing_packages_container .pricing_single .price_container span.price {
  font-size: 3.125rem;
}

#banner .title>h1,
#banner .title>h2,
.entry-content.font_large>h2,
#icon_text .icon-item .title.numbered h3 {
  font-size: 2.8125rem;
}

.entry-content.font_medium>h2,
.sidebar_container .widget-area>section>h2 {
  font-size: 2.5rem;
}

.home #banner .title>h1 {
  font-size: 2.1875rem;
}

.entry-content.font_small>h2 {
  font-size: 1.875rem;
}

#landing_page .row .col-md .entry-content p,
#landing_page .row .col-md .button,
.blog-single-item-container .blog-single-item .title>h3,
.site-footer .col .title>h4,
#pricing_features .features_container ul>li h3,
#contact_info .title>h2,
#contact_info h3,
#other_offices h3 {
  font-size: 1.25rem;
}

.nav-link,
.navbar-nav .dropdown-menu .dropdown-toggle,
.navbar-nav .dropdown-menu a,
#icon_text .icon-item.bg_color.no_img h3 {
  font-size: 1.1875rem;
}

#testimonials .testimonial_container .testimonial_item p,
#landing_page .row .text_above_title p,
#icon_text.is_page_link .content-container .button,
#banner .container-fluid .content-container>.powered_by .text>strong {
  font-size: 1rem;
}

.button,
.button>.nav-link,
.site-footer>.bottom p,
.site-footer>.bottom a,
#pricing_packages .pricing_packages_container .pricing_single .price_container span.duration,
.single #banner .post_information>div>div>*,
.single .back_to_arch>a {
  font-size: 0.875rem;
}

/* RESETS */
h1,
h2,
.title>h2,
.title>p,
.title>span,
.entry-content.font_x-large>h2,
.entry-content.font_large>h2,
.entry-content.font_medium>h2,
.entry-content.font_small>h2 {
  font-size: 2.6875rem;
}

/*--------------------------------------*/
/* LANDING PAGE
/*--------------------------------------*/
#landing_page {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#landing_page .row {
  margin-left: 0;
  margin-right: 0;
}

#landing_page .row .logo-container {
  max-width: 500px;
  margin: auto;
}

#landing_page .row .col-md.landing_private,
#landing_page .row .col-md.landing_business {
  padding-left: 0;
  padding-right: 0;
}

#landing_page .row .landing_public .content-container,
#landing_page .row .landing_business .content-container {
  padding: 1.875rem;
  border-radius: 1.875rem;
}

#landing_page .title {
  margin-bottom: 0.9375rem;
}

#landing_page .text_above_title {
  margin-bottom: 0.3125rem;
}

#landing_page .row .landing_public .content-container {
  background-color: rgb(22, 134, 171);
}

#landing_page .row .landing_business .content-container {
  background-color: rgb(3, 187, 194);
}

#landing_page .row .landing_public h1,
#landing_page .row .landing_public .text_above_title p {
  color: #EFAF2B;
}

#landing_page .row .landing_business h1,
#landing_page .row .landing_business .text_above_title p {
  color: #1686AB;
}

#landing_page .row .landing_business .button {
  background-color: #1686AB;
}

#landing_page .row .col-md>.inner-container .content-container {
  position: relative;
  z-index: 50;
  color: #ffffff;
}

#landing_page .row .col-md .button {
  margin-top: 1.875rem;
  letter-spacing: 1.25px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}

#landing_page .row>.landing_page_single_container>.row {
  padding-top: 1.875rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.875rem;
}

#landing_page .row>.landing_page_single_container>.row {
  margin: 0;
}

#landing_page .row>.landing_page_single_container>.row>.col-md {
  padding: 0;
}

#landing_page .row>.landing_page_single_container>.row>.landing_public {
  padding-bottom: 0.9375rem;
}

#landing_page .row>.landing_page_single_container>.row>.landing_business {
  padding-top: 0.9375rem;
}

#landing_page .button {
  width: 100%;
  max-width: 250px;
  text-align: center;
}

@media (max-width: 991.98px) {
  #landing_page .row .logo-container {
    margin: 1.875rem auto;
  }

  #landing_page .row>.landing_page_single_container>.row {
    padding: 0;
    margin-bottom: 1.875rem;
  }

  #landing_page .row .col-md .button-container {
    text-align: center;
  }

  #landing_page .row .col-md .button-container .button {
    line-height: 1.25;
  }
}

/*--------------------------------------*/
/* HEADER
/*--------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
}

/* TOP CONTAINER */
.site-header>.top-container {
  text-align: center;
  padding: 0.625rem;
  color: #ffffff;
  background-color: #03bbc2;
}

.site-header>.top-container strong {
  letter-spacing: 0.25px;
}

.site-header>.top-container span {
  text-decoration: underline;
}

/* MENU */
.site-header .navbar {
  padding-left: 0px;
  padding-right: 0px;
}

.site-header .navbar-brand {
  max-width: 200px;
  margin-right: 1.875rem;
}

.navbar-brand p.home_type {
  margin-top: 3px;
  text-align: right;
  color: #03bbc2;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.navbar-collapse .nav>li {
  margin-right: 0.9375rem;
}

.navbar-collapse .nav li.current_page_ancestor {
  position: relative;
}

.navbar-collapse .nav li.current_page_ancestor::after {
  content: '';
  position: absolute;
  bottom: 0.3125rem;
  right: .5rem;
  left: .5rem;
  width: auto;
  height: 3px;
  background-color: #1686AB;
}

.navbar-collapse .nav .dropdown-menu li.current_page_ancestor::after {
  display: none;
}

.navbar-collapse .nav .dropdown-menu li.current_page_ancestor .current_page_item a {
  font-weight: bold;
  text-decoration: underline;
}

/* DROPDOWN */
.navbar-nav .dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
}

.navbar-nav>.dropdown>.dropdown-menu {
  z-index: 100;
  padding: 0;
  padding: 0.9375rem;
  -webkit-box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.25);
}

.navbar-nav>.dropdown>.dropdown-menu::before {
  position: absolute;
  top: -10px;
  left: 8%;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
}

.navbar-nav .dropdown-menu .dropdown-toggle {
  cursor: initial;
  padding: 0;
  margin-bottom: 0.3125rem;
}

.navbar-nav .dropdown-menu .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu a {
  padding: 0;
}

.navbar-nav>.dropdown.has_grandchildren>.dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-nav>.dropdown.has_grandchildren>.dropdown-menu.show>li:nth-child(1) {
  padding-right: 0.625rem;
  border-right: 1px solid #eeeeee;
}

.navbar-nav>.dropdown.has_grandchildren>.dropdown-menu.show>li:nth-child(2) {
  padding-left: 0.625rem;
  border-left: 1px solid #eeeeee;
}

.navbar-nav>.dropdown>.dropdown-menu li {
  margin-bottom: 0.3125rem;
  min-width: 200px;
}

.dropdown-item {
  white-space: inherit;
  word-wrap: normal;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

/* SIDE BY SIDE */
.navbar-collapse .nav li.side-by-side>ul.show.dropdown-menu {
  display: flex;
}

.navbar-collapse .nav li.side-by-side>ul.show.dropdown-menu>li {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

.navbar-collapse .nav li.side-by-side>ul.show.dropdown-menu>li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  background-color: #fbfbfb;
}

.navbar-collapse .nav li.side-by-side>ul.show.dropdown-menu>li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.navbar-collapse .nav li.side-by-side>ul.show.dropdown-menu>li:last-child::after {
  display: none;
}

/* REQUEST A DEMO */
#menu-request-a-demo {
  margin-left: 0.9375rem;
  min-width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu-request-a-demo .button {
  padding: 0.3125rem 0.625rem;
  margin-top: 0;
  width: 100%;
  text-align: center;
}

#menu-request-a-demo>li {
  margin-right: 0.625rem;
}

#menu-request-a-demo>li:last-child {
  margin-right: 0;
}

/* BREADCRUMB */
.site-header .univerus_breadcrumb {
  padding: 0.625rem 0;
  border-top: 1px solid #ebebeb;
}

.site-header .univerus_breadcrumb>.container-fluid {
  z-index: 0;
}

.site-header .univerus_breadcrumb ul>li {
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  position: relative;
}

.site-header .univerus_breadcrumb ul>li::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #b4b4b4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 0.9375rem;
  position: absolute;
  right: -0.3125rem;
  top: 0.25rem;
}

.site-header .univerus_breadcrumb ul>li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.site-header .univerus_breadcrumb ul>li:last-child::after {
  display: none;
  visibility: hidden;
}

/*-- BURGER MENU --*/
.navbar-toggler {
  padding: 0;
  border-radius: 0;
  margin-left: auto;
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 5px;
  background-color: #1686AB;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.3125rem
}

.navbar-toggler[aria-expanded="true"] .icon-bar.top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 25% 10%;
  -ms-transform-origin: 25% 10%;
  transform-origin: 25% 10%;
}

.navbar-toggler[aria-expanded="true"] .icon-bar.middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar.bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: -5% 0%;
  -ms-transform-origin: -5% 0%;
  transform-origin: -5% 0%;
}

@media (max-width: 1199.98px) {
  .navbar-collapse .nav>li {
    margin-right: 0.625rem;
  }
}

@media (min-width: 992px) {
  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 60px -29px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 10px 60px -29px rgba(0, 0, 0, 0.38);
  }

  .admin-bar .site-header {
    top: 32px;
  }

  #primary {
    padding-top: 167px;
  }
}

@media (max-width: 991.98px) {
  .site-header>.navbar>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-collapse .nav>li {
    margin-right: 0.625rem;
  }

  .navbar-collapse .nav li.active::after {
    content: '';
    position: absolute;
    bottom: 0.3125rem;
    right: auto;
    left: 0;
    width: 100px;
  }

  .navbar-collapse {
    position: absolute;
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    top: 100px;
    right: 0px;
    left: 0px;
    padding: 0.9375rem;
  }

  .navbar-collapse.show::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 40px;
    opacity: 1;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.25);
  }

  .navbar-nav>.dropdown>.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0.9375rem;
  }

  .navbar-expand-md>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-collapse .nav li.side-by-side>ul.show.dropdown-menu {
    display: block;
  }

  #menu-request-a-demo {
    margin-left: 0px;
    margin-top: 0.9375rem;
  }

  #menu-request-a-demo .button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .home .navbar-collapse {
    top: 90px;
  }
}

/*--------------------------------------*/
/* BANNER
/*--------------------------------------*/
#banner {
  padding: 4.6875rem 0;
  margin-bottom: 4.6875rem;
  color: #ffffff;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #1686AB;
}

.page-template-template-home #banner {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 0;
}

.page-template-single-product #banner,
.page-template-single-solution #banner {
  padding: 0;
  overflow: hidden;
}

.page-template-single-product #banner .container-fluid,
.page-template-single-solution #banner .container-fluid {
  max-width: 1440px;
}

.page-template-single-product #banner .container-fluid>.row,
.page-template-single-solution #banner .container-fluid>.row {
  min-height: 400px;
}

.page-template-single-product #banner .container-fluid>.row>.col-lg.content,
.page-template-single-solution #banner .container-fluid>.row>.col-lg.content {
  margin-top: auto;
  margin-bottom: auto;
}

.page-template-single-product #banner .content-container,
.page-template-single-solution #banner .content-container {
  padding: 4.6875rem 0;
}

.page-template-single-product #banner .container-fluid,
.page-template-single-solution #banner .container-fluid {
  max-width: 100%;
  padding: 0;
}

.page-template-single-product #banner .container-fluid .content-container,
.page-template-single-solution #banner .container-fluid .content-container {
  max-width: 705px;
  padding-left: 0.9375rem;
  margin-left: auto;
}

.page-template-single-product #banner.no_img .container-fluid .content-container,
.page-template-single-solution #banner.no_img .container-fluid .content-container {
  margin-right: auto;
  text-align: center;
}

.page-template-single-product #banner .container-fluid .image-container.bg_img,
.page-template-single-solution #banner .container-fluid .image-container.bg_img {
  position: relative;
  height: 100%;
}

.page-template-single-product #banner .container-fluid .image-container.bg_img>.bg-cover,
.page-template-single-solution #banner .container-fluid .image-container.bg_img>.bg-cover {
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0;
  left: 0;
}

#banner::after {
  content: '';
  position: absolute;
  background-color: #1686AB;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#banner.solid_color {
  background-color: rgb(22, 134, 171);
  text-align: left;
}

#banner.solid_color::after {
  display: none;
}

body.page-template-template-home #banner::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: auto;
  left: -10%;
  right: -10%;
  bottom: 0px;
  height: 28%;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

#banner .title {
  margin-bottom: 0.9375rem;
}

.home #banner .title {
  margin-bottom: 0.625rem;
}

.page-template-template-home #banner .title {
  text-align: left;
}

#banner .container-fluid {
  max-width: 900px;
}

.page-template-template-home #banner .container-fluid {
  max-width: 1440px;
}

.single #banner .post_information>div>div {
  margin: 0.625rem;
}

.single #banner .post_information>div>div>* {
  float: left;
  line-height: 1;
}

.single #banner .post_information>div>div>i {
  margin-right: 0.3125rem;
}

/* POWERED BY */
#banner .container-fluid .content-container>.powered_by {
  margin-bottom: 0.9375rem;
}

#banner .container-fluid .content-container>.powered_by .text {
  margin-top: auto;
  margin-bottom: auto;
}

#banner .container-fluid .content-container>.powered_by .powered_by_single {
  max-width: 150px;
}

@media (max-width: 991.98px) {

  #banner .content-container,
  #banner .content-container .title {
    text-align: center;
  }

  #banner .container-fluid .content-container>.powered_by>.d-flex {
    justify-content: center;
  }

  #banner .content-container {
    margin-bottom: 0.9375rem;
  }

  #banner .image-container {
    max-width: 600px;
    margin: 0 auto;
  }

  .page-template-single-product #banner .container-fluid .content-container,
  .page-template-single-solution #banner .container-fluid .content-container {
    max-width: 100%;
    padding: 3.75rem 15px 0.9375rem;
    margin-left: auto;
  }

  .page-template-single-product #banner .container-fluid .image-container.bg_img,
  .page-template-single-solution #banner .container-fluid .image-container.bg_img {
    min-height: 400px;
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* LARGE TEXT
/*--------------------------------------*/
#large_text {
  text-align: center;
}

#large_text .entry-content>h2 {
  line-height: 1.25;
}

/*--------------------------------------*/
/* ICON TEXT
/*--------------------------------------*/
#icon_text .container-fluid {
  max-width: 1200px;
}

#icon_text.icon_text_partners .container-fluid {
  max-width: 1440px;
}

#icon_text>.container-fluid>.top-container>.entry-content {
  max-width: 1040px;
  margin: 5px auto 0;
}

#icon_text.icon_text_home.item_4 .container-fluid {
  max-width: 1440px;
}

#icon_text .icon_text_container>.row {
  margin-bottom: 1.875rem;
}

#icon_text .icon_text_container>.row:last-child {
  margin-bottom: 0;
}

#icon_text .icon-item {
  text-align: center;
}

#icon_text .icon-item.bg_color {
  background-color: #fbfbfb;
}

#icon_text .icon-item .content-container .icon-container,
#icon_text .icon-item .content-container .title {
  margin-bottom: 0.9375rem;
}

#icon_text .icon-item.bg_color .content-container .title,
#icon_text .icon-item.bg_color .content-container .entry-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

#icon_text .icon-item.bg_color .content-container {
  padding-bottom: 0.9375rem;
}

#icon_text .icon-item.bg_color .content-container .button {
  width: 100%;
  max-width: 150px;
}

#icon_text .icon-item .icon-container {
  max-width: 60px;
  width: 100%;
  display: inline-block;
}

#icon_text .icon-item .icon-container.img {
  max-width: 100%;
}

#icon_text .icon-item.bg_color.no_img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
}

#icon_text .icon-item.bg_color.no_img .content-container {
  padding: 0.9375rem;
  margin: auto;
}

#icon_text .icon_text_container.icon>.row {
  margin: -15px;
}

#icon_text .icon_text_container.icon>.row>.col {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 15px;
}

#icon_text .icon_text_container.icon>.row.per_1>.col {
  max-width: 100%
}

#icon_text .icon_text_container.icon>.row.per_2>.col {
  max-width: 50%
}

#icon_text .icon_text_container.icon>.row.per_3>.col {
  max-width: 33.33333333%
}

#icon_text .icon_text_container.icon>.row.per_4>.col {
  max-width: 25%;
}

#icon_text .icon_text_container.icon>.row.per_5>.col {
  max-width: 20%;
}

#icon_text.icon_text_home .icon-item {
  text-align: left;
}

#icon_text .icon-item .title.numbered {
  position: relative;
  margin-bottom: 30px;
}

#icon_text .icon-item .title.numbered::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 60px;
  background-color: #EFAF2B;
  border-radius: 5px 0px 5px 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* SPECIFIC RULES */
#icon_text.icon_text_home.item_1 .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#icon_text.icon_text_home.item_1 .icon-item.bg_color.btn_only .content-container {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
}

#icon_text.icon_text_home.item_1 .icon-item.bg_color.btn_only .content-container .button {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #ffffff;
  color: #000000;
  margin-top: 0;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.001);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.001);
  line-height: 1.25;
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

#icon_text.icon_text_home.item_1 .icon-item.bg_color.btn_only .content-container .button>span {
  width: 100%;
}

#icon_text.icon_text_home.item_1 .icon-item.bg_color.btn_only .content-container .button:hover {
  color: #EFAF2B;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
}

.page-template-single-product #icon_text,
.page-template-single-solution .icon_text_booking.item_2,
.page-template-why-univerus #icon_text {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.page-template-single-solution .icon_text_booking.item_2>.container-fluid {
  max-width: 1440px;
}

.page-template-single-solution .icon_text_booking.item_2 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

#icon_text.icon_text_partners .icon_text_container {
  overflow: hidden;
}

#icon_text.icon_text_partners .icon_text_container.img .row {
  margin: -30px;
}

#icon_text.icon_text_partners .icon_text_container.img .row>.col-md {
  padding: 30px;
}

#icon_text.icon_text_partners .icon_text_container .row>.col-md .icon-item.bg_color {
  background-color: transparent;
}

#icon_text.icon_text_partners .icon_text_container.img .row>.col-md .icon-container {
  max-width: 200px;
}

.embed-responsive-payment-logos::before {
  padding-top: 25%;
}

#icon_text.hasSlider .icon_text_container>.row {
  flex-wrap: nowrap;
}

#icon_text.hasSlider .icon-item .content-container .title {
  margin-bottom: 5px;
}

#icon_text.hasSlider .slider {
  position: relative;
}

#icon_text.hasSlider .slider>.row {
  margin: 0px !important;
}

#icon_text.hasSlider .slider>.swiper-button-prev,
#icon_text.hasSlider .slider>.swiper-button-next {
  color: #1686AB;
}

#icon_text.hasSlider .slider>.swiper-button-prev::after,
#icon_text.hasSlider .slider>.swiper-button-next::after {
  font-size: 30px;
}

/* PAGE LINK */
#icon_text.is_page_link .icon_text_container>.row>.col {}

#icon_text.is_page_link .icon_text_container>.row>.col .content-container {
  flex-direction: column;
  font-family: 'signikaregular';
}

#icon_text.is_page_link .icon_text_container>.row>.col .content-container a {
  font-family: inherit;
  flex-direction: column;
}

#icon_text.is_page_link .icon_text_container>.row>.col .content-container .icon-container {
  background-color: #fff;
}

#icon_text.is_page_link .icon_text_container>.row>.col .content-container .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: 'signikabold';
}

#icon_text.is_page_link .icon_text_container>.row>.col .content-container .entry-content {
  margin-top: 10px;
  text-transform: none;
}


@media (max-width: 991.98px) {
  #icon_text.icon_text_home.item_1 .icon_text_container>.row>.col {
    max-width: 25%;
  }

  #icon_text .icon_text_container.img>.row>.col-md {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {

  #icon_text .icon_text_container.icon>.row.per_3>.col,
  #icon_text .icon_text_container.icon>.row.per_4>.col {
    max-width: 50%;
  }

  #icon_text .row>.col-md {
    padding-bottom: 1.875rem;
  }

  #icon_text .row>.col-md:last-child {
    padding-bottom: 0px;
  }

  #icon_text .icon-item .content-container {
    margin: 0 auto;
  }

  #icon_text .icon_text_container.icon>.row>.col {
    max-width: 50%;
  }

  #icon_text.is_page_link .icon_text_container>.row>.col {
    max-width: 33.33333%;
  }
}

@media (max-width: 575.98px) {
  #icon_text.icon_text_home.item_1 .icon_text_container>.row>.col {
    max-width: 50%;
  }
}

/*--------------------------------------*/
/* REPEATING CONTENT TEXT IMAGE
/*--------------------------------------*/
#repeating_content_text_image .row>.col-lg.order-lg-1>.image-container {
  margin-left: 2.8125rem;
  margin-right: 0px;
}

#repeating_content_text_image .row>.col-lg>.image-container {
  margin-right: 2.8125rem;
  margin-left: 0px;
}

#repeating_content_text_image .col-lg>.title {
  text-align: left
}

#repeating_content_text_image .col-lg>.image-container>img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#repeating_content_text_image .col-lg>.image-container.box_shadow {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
}

@media (max-width: 991.98px) {

  #repeating_content_text_image .row>.col-lg>.image-container,
  #repeating_content_text_image .row>.col-lg.order-lg-1>.image-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  #repeating_content_text_image .row>.col-lg .image-container {
    margin-bottom: 1.875rem;
  }

  #repeating_content_text_image .col-lg>.image-container.box_shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 70, 167, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(20, 70, 167, 0.25);
  }

  #repeating_content_text_image .col-lg>.title {
    margin-bottom: 0.9375rem;
  }

  #repeating_content_text_image .col-lg>.image-container>img {
    margin-left: inherit;
    margin-right: auto;
  }
}

/*--------------------------------------*/
/* BANNER CONTENT
/*--------------------------------------*/
#banner_content {
  padding: 4.6875rem 0;
  text-align: center;
  background-color: #1686AB;
  color: #ffffff;
}

#banner_content .container-fluid {
  max-width: 900px;
}

#banner_content.border_style {
  padding: 0.9375rem 0;
  background-color: transparent;
}

#banner_content.border_style .content-container {
  border: 5px solid #1686AB;
  padding: 1.875rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

#banner_content.font_white .title>*,
#banner_content.font_white .entry-content>* {
  color: #ffffff;
}

#banner_content.font_black .title>*,
#banner_content.font_black .entry-content>* {
  color: #000000;
}

#banner_content.border_style .content-container .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

/*--------------------------------------*/
/* TESTIMONIAL
/*--------------------------------------*/
#testimonials,
#integrations {
  padding: 2.8125rem 0;
  text-align: center;
}

#testimonials {
  background-color: #1686AB;
  color: #ffffff;
}

body.page-template-why-univerus #testimonials {
  background-color: transparent;
}

#integrations {
  background-color: #fbfbfb;
  color: #000000;
}

#testimonials>.container-fluid,
#integrations>.container-fluid {
  max-width: 800px;
}

#testimonials .testimonial_container .testimonial_item .entry-content>p {
  margin-bottom: 0.9375rem;
}

#testimonials .testimonial_container .testimonial_item .entry-content>p:last-child {
  margin-bottom: 0;
}

#testimonials .testimonial_container .testimonial_item .name_company {
  margin-top: 0.3125rem;
}

#testimonials .testimonial_container .testimonial_item .name_company>p {
  display: inline-block;
}

#testimonials .testimonial_container .testimonial_item .name_company p {
  color: #EFAF2B;
}

/* CAROUSEL */
.carousel-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 20px;
  opacity: 1;
}

.carousel-control-next {
  right: -30px;
}

.carousel-control-prev {
  left: -30px;
}

/* LIST */
#testimonials.list {
  background-color: #ffffff;
}

#testimonials.list .container-fluid {
  max-width: 1200px;
}

#testimonials.list .title {
  color: #000000;
}

#testimonials.list .testimonial_container .testimonial_item {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
}

#testimonials.list .testimonial_container .testimonial_item .inner-container {
  background-color: #1686AB;
  height: 100%;
  padding: 1.875rem;
  border-radius: 50px 0px 50px 0px;
}

/*--------------------------------------*/
/* PRICING PACKAGES
/*--------------------------------------*/
#pricing_packages .pricing_packages_container .pricing_single {
  max-width: 500px;
}

#pricing_packages .pricing_packages_container .pricing_single .inner-container {
  background-color: #f9f9f9;
  padding: 1.875rem;
  text-align: center;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
}

#pricing_packages .pricing_packages_container .pricing_single .inner-container>div {
  margin-bottom: 15px;
}

#pricing_packages .pricing_packages_container .pricing_single .inner-container>div:last-of-type {
  margin-bottom: 0px;
}

#pricing_packages .pricing_packages_container .pricing_single .price_container>p {
  position: relative;
}

#pricing_packages .pricing_packages_container .pricing_single .price_container span.duration {
  position: absolute;
  bottom: 5px;
}

/*--------------------------------------*/
/* PRICING FEATURES
/*--------------------------------------*/
#pricing_features .features_container ul>li {
  max-width: 33.33333333%;
  width: 100%;
  position: relative;
  padding-left: 2.5rem;
}

#pricing_features .features_container ul>li::before {
  content: '';
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#pricing_features .features_container ul>li h3 {
  margin-bottom: 0.9375rem;
}

@media (max-width: 767.98px) {
  #pricing_features .features_container ul>li {
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  #pricing_features .features_container ul>li {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* FAQ
/*--------------------------------------*/
#faq .title {
  text-align: center;
  margin-bottom: 1.875rem;
}

#faq .accordion .faq-single {
  border-bottom: 1px solid #808080;
}

#faq .accordion .faqHeading,
#faq .accordion .entry-content {
  padding: 10px 0;
}

#faq .accordion button {
  background-color: #ffffff;
  border: none;
  padding: 0;
}

/*--------------------------------------*/
/* INTEGRATION GALLERRY
/*--------------------------------------*/
.integration_container .swiper-container .swiper-slide {
  max-width: 33.33333%;
  margin: auto;
}

.integration_container .swiper-container .swiper-slide .logo-container {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.integration_container .swiper-button-next,
.integration_container .swiper-button-prev {
  color: #1686AB;
}

@media (max-width: 767.98px) {
  .integration_container .swiper-container .swiper-slide {
    max-width: 50%;
  }

  .integration_container .swiper-container .swiper-slide .logo-container {
    max-width: 150px;
  }
}

/*--------------------------------------*/
/* BLOG
/*--------------------------------------*/
.blog-single-item-container>.row {
  margin-bottom: 1.875rem;
}

.blog-single-item-container>.row:last-child {
  margin-bottom: 0;
}

.blog-single-item-container .blog-single-item {
  max-width: 50%;
  flex-basis: auto;
}

.blog-single-item-container .blog-single-item .inner-container {
  background-color: #fbfbfb;
}

.blog-single-item-container .blog-single-item .inner-container .content-container {
  padding: 0.9375rem;
}

/* SIDEBAR */
.sidebar_container .widget-area>section {
  margin-bottom: 1.875rem;
}

.sidebar_container .widget-area>section:last-child {
  margin-bottom: 0px;
}

.sidebar_container .widget-area>section>h2 {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.sidebar_container .widget-area>section>ul {
  padding-left: 1.25rem;
}

.sidebar_container .widget-area>section>ul:last-child {
  margin-bottom: 0;
}

.sidebar_container .widget-area>section>ul>li {
  margin-bottom: 0.3125rem;
}

.sidebar_container .widget-area>section select {
  background-color: #efefef;
  width: 100%;
  border-radius: 3px;
  border: none;
  padding: 5px;
}

/* PAGINATION */
.pagination {
  margin-top: 1.875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  border: none;
  padding: 0.3125rem;
}

.pagination .wp-pagenavi span.current {
  font-weight: bold;
  text-decoration: underline;
}

/* BLOG SINGLE ITEM */
.blog-single-item-container .blog-single-item .feature-image-container,
.blog-single-item-container .blog-single-item .title,
.single .back_to_arch {
  margin-bottom: 0.9375rem;
}

.single .back_to_arch {
  margin-bottom: 0.9375rem;
}

.single .back_to_arch>a {
  position: relative;
  display: block;
  text-transform: uppercase;
}

.single .back_to_arch>a::before {
  content: "\f30a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.3125rem;
}

.single .entry-content strong {
  font-family: 'robotobold';
}

.single .entry-content a {
  font-family: 'signikabold';
}

/* RECENT NEWS & MEDIA */
#recent_blog .blog-single-item-container .blog-single-item {
  max-width: 33.33333333%;
}

@media (max-width: 767.98px) {
  .blog-single-item-container .row>.blog-single-item {
    max-width: 100%;
    margin-bottom: 0.9375rem;
  }

  .blog-single-item-container .row>.blog-single-item:last-child {
    margin-bottom: 0px;
  }

  .sidebar_container {
    margin-top: 1.875rem;
  }

  #recent_blog .blog-single-item-container .blog-single-item {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {}

/*--------------------------------------*/
/* OTHER SOLUTIONS
/*--------------------------------------*/
#other_solutions .content-container>.row {
  margin: -15px;
}

#other_solutions .content-container>.row>div {
  padding: 15px;
}

#other_solutions .embed-responsive-item {
  background-color: #1686AB;
  border-radius: 25px 0px 25px 0px;
}

#other_solutions .embed-responsive-item p {
  margin: auto;
  text-align: center;
  color: #ffffff;
  padding: 1.875rem;
  line-height: 1.25;
  font-size: 1.125rem;
}

/*--------------------------------------*/
/* CONTACT US
/*--------------------------------------*/
.page-template-contact .title {
  margin-bottom: 0.3125rem;
}

.page-template-contact .contact_details>.title,
.contact-info-container .single-info {
  margin-bottom: 0.9375rem;
}

.contact-info-container .single-info:last-child {
  margin-bottom: 0;
}

.page-template-contact .contact_details .image-container {
  margin-top: 0.9375rem;
}

.contact-info-container .single-info .contact-detail {
  margin-bottom: 0.625rem;
}

.contact-info-container .single-info .contact-detail:last-child {
  margin-bottom: 0;
}

/* CONTACT FORM LINKS */
#contact_form_links {
  margin-bottom: 0px;
}

#contact_form_links>.container-fluid {
  max-width: 900px;
}

#contact_form_links>.container-fluid>.title {
  margin-bottom: 3.75rem;
}

#contact_form_links .contact_form_link_single {
  text-align: center;
}

#contact_form_links .contact_form_link_single>.inner-container>a {
  display: inline-block;
  width: 100%;
  padding: 3.75rem;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  border: 5px solid #1686AB;
}

#contact_form_links .contact_form_link_single.custom>.inner-container>a {
  border-color: #03bbc2;
}

#contact_form_links .contact_form_link_single>.inner-container.get_demo>a {
  border-color: #EFAF2B;
}

/* GET HELP LINKS */
#contact_form_links.contact_form_links_get_help {
  margin-bottom: 3.75rem;
}

#contact_form_links.contact_form_links_get_help>.container-fluid {
  max-width: 1000px;
}

#contact_form_links.contact_form_links_get_help>.container-fluid>.title {
  margin-bottom: 1.875rem;
}

#contact_form_links.contact_form_links_get_help>.container-fluid>.title>h2 {
  font-size: 2.1875rem;
}

#contact_form_links.contact_form_links_get_help .contact_form_link_single>.inner-container>a {
  padding: 1.875rem;
}

#contact_form_links.contact_form_links_get_help .contact_form_link_container>.row>.col-md:nth-child(odd) .contact_form_link_single>.inner-container>a {
  border-color: #1686AB;
}

#contact_form_links.contact_form_links_get_help .contact_form_link_container>.row>.col-md:nth-child(even) .contact_form_link_single>.inner-container>a {
  border-color: #EFAF2B;
}

/* CONTACT FORM */
.contact_form_container .small.required {
  margin-bottom: 5px;
}

.contact_form_container sup {
  color: #dc3232;
}

.wpcf7-form p,
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form .intl-tel-input,
.wpcf7-form textarea {
  display: inline-block;
  width: 100%;
}

.wpcf7-form p:nth-child(2),
.wpcf7-form p:nth-child(3) {
  max-width: 50%;
  float: left;
}

.wpcf7-form p:nth-child(2) {
  padding-right: 0.3125rem;
}

.wpcf7-form p:nth-child(3) {
  padding-left: 0.3125rem;
}

.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid #000000;
  padding: 0.3125rem;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
}

.wpcf7-form input[type=submit] {
  max-width: 150px;
  display: inline-block;
  padding: 1.25rem;
  line-height: 1;
  border: none;
  border-radius: 10px 0px 10px 0px;
  color: #ffffff;
  margin-top: 0.9375rem;
  background-color: #EFAF2C;
}

.wpcf7-form textarea {
  resize: none;
}

/* OTHER OFFICES */
#other_offices .container-fluid>.title {
  text-align: center;
}

#other_offices .container-fluid .contact-info-container>.row {
  margin-top: -15px;
  margin-bottom: -15px;
}

#other_offices .container-fluid .contact-info-container>.row>.col {
  max-width: 25%;
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

#other_offices .container-fluid .contact-info-container>.row:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #contact_info h3 {
    font-size: 2.5rem;
  }

  #contact_info a {
    font-size: 1.25rem;
  }

  #other_offices .container-fluid .contact-info-container>.row>.col {
    max-width: 33.333333%;
  }

  #contact_form_links>.container-fluid>.contact_form_link_container>.row>.col-md {
    margin-bottom: 1.875rem;
  }

  #contact_form_links>.container-fluid>.contact_form_link_container>.row>.col-md:last-child {
    margin-bottom: 0px;
  }

  #other_offices .container-fluid .contact-info-container>.row {
    margin-bottom: 0;
  }

  #contact_info .contact-info-outer-container .row>.col-md-4 {
    margin-bottom: 1.875rem;
  }

  .wpcf7-form p:nth-child(2),
  .wpcf7-form p:nth-child(3) {
    max-width: 100%;
    float: none;
  }

  .wpcf7-form p:nth-child(2) {
    padding-right: 0;
  }

  .wpcf7-form p:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  #other_offices .container-fluid .contact-info-container>.row>.col {
    max-width: 50%;
  }
}

/*--------------------------------------*/
/* THANK YOU
/*--------------------------------------*/
#thank_you {
  text-align: center;
}

#thank_you .button-container {
  margin-top: 1.875rem;
}

#thank_you .entry-content *,
#thank_you .button-container>.button {
  font-size: 1.125rem;
}

#thank_you .button-container>.button {
  width: 100%;
  max-width: 150px;
}

#thank_you .button-container>.button:hover {
  color: #ffffff;
}

/*--------------------------------------*/
/* CAPTERRA
/*--------------------------------------*/
.page-template-capterra-landingpage #banner {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 0;
}

.page-template-capterra-landingpage #banner,
body.page-template-capterra-landingpage.business #banner::after {
  background-color: #1686AB;
}

.page-template-capterra-landingpage #banner:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: auto;
  left: -10%;
  right: -10%;
  bottom: 0px;
  height: 28%;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.page-template-capterra-landingpage #banner .title {
  text-align: left;
}

.page-template-capterra-landingpage #banner .container-fluid {
  max-width: 1440px;
}

.page-template-capterra-landingpage #repeating_content_text_image {
  background-color: rgb(251, 251, 251);
  padding: 3.75rem 0rem;

}

.page-template-capterra-landingpage #repeating_content_text_image,
.page-template-capterra-landingpage #banner_content {
  margin-bottom: 0px;
}

.page-template-capterra-landingpage .site-footer {
  margin-top: 0px;
}

.page-template-capterra-landingpage #repeating_content_text_image>.container-fluid {
  max-width: 1200px;
}

.page-template-capterra-landingpage #repeating_content_text_image .repeating_content_text_image_container>.row.align-items-center {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.page-template-capterra-landingpage #repeating_content_text_image .entry-content>ul {
  list-style: none;
  padding-left: 0px;
}

.page-template-capterra-landingpage #repeating_content_text_image .entry-content>ul>li {
  font-family: 'signikabold';
  font-size: 1.625rem;
  position: relative;
  padding-left: 30px;
}

.page-template-capterra-landingpage #repeating_content_text_image .entry-content>ul>li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  font-size: 1.375rem;
  color: #1686AB;
  top: 0.375rem;
  left: 0px;
}

.page-template-capterra-landingpage #contact_info {
  padding: 5rem 0rem;
  background-image: url('../img/frontpage-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-capterra-landingpage #contact_info>.container-fluid {
  max-width: 750px;
}

.page-template-capterra-landingpage #contact_info .contact_form_container {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
  padding: 2.8125rem 1.875rem;
}

@media (max-width: 991.98px) {
  .page-template-capterra-landingpage #banner .title {
    text-align: center;
  }
}

/*--------------------------------------*/
/* FOOTER
/*--------------------------------------*/
.site-footer {
  margin-top: 3.75rem;
  background-color: #2a2a2a;
  color: #ffffff;
}

.site-footer>.container-fluid {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.site-footer .col .logo-container,
.site-footer .col .title {
  margin-bottom: 0.9375rem;
}

.site-footer .col .footer_menu_container ul>li {
  margin-bottom: 0.3125rem;
}

.site-footer .col .footer_menu_container ul>li:last-child {
  margin-bottom: 0;
}

.site-footer .col .footer_menu_container ul>li>a {
  padding: 0;
  font-size: 1rem;
}

.site-footer .col.social {
  min-width: 270px;
}

.site-footer .col .social_media_container .social_item:last-child {
  margin-right: 0;
}

.site-footer .col .social_media_container .social_item>.inner-container {
  background-color: #000000;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}

.site-footer .col .social_media_container .social_item:nth-child(1)>.inner-container {
  background-color: #2951B8;
}

.site-footer .col .social_media_container .social_item:nth-child(2)>.inner-container {
  background-color: #9A1A5F;
}

.site-footer .col .social_media_container .social_item:nth-child(3)>.inner-container {
  background-color: #1686AB;
}

.site-footer .col .social_media_container .social_item:nth-child(4)>.inner-container {
  background-color: #CE4A00;
}

.site-footer .col .social_media_container .social_item>.inner-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.site-footer .col .social_media_container .social_item>.inner-container i {
  color: #ffffff;
  line-height: 45px;
  font-size: 1.25rem;
}

.site-footer .col .logo_container .d-flex>.logo-single {
  max-width: 175px;
}

/* BOTTOM */
.site-footer>.bottom {
  padding: 0.9375rem 0;
}

.site-footer>.bottom p,
.site-footer>.bottom a {
  color: #ffffff;
}

.site-footer>.bottom ul.footer-menu {
  margin-left: 1.875rem;
}

.site-footer>.bottom ul.footer-menu>li {
  padding-right: 1.25rem;
  position: relative;
}

.site-footer>.bottom ul.footer-menu>li::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0.625rem;
  bottom: 3px;
  width: 1px;
  background-color: #ffffff;
}

.site-footer>.bottom ul.footer-menu>li:last-child {
  padding-right: 0px;
}

.site-footer>.bottom ul.footer-menu>li:last-child::after {
  display: none;
}

.site-footer>.bottom ul.footer-menu>li>a {
  padding: 0px;
}

@media (max-width: 767.98px) {
  .site-footer {
    margin-top: 1.875rem;
  }

  .site-footer>.container-fluid {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .site-footer .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer .row>.col {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-bottom: 45px;
  }

  .site-footer .row>.col:last-of-type {
    padding-bottom: 0px;
  }

  .site-footer .col .logo-container {
    max-width: 200px;
  }

  /* .site-footer .col.social {
  max-width: 100%;
  padding-top: 1.875rem;
  text-align: center;
}
.site-footer .col.social .d-flex {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} */
}

@media (max-width: 575.98px) {

  /* .site-footer .row > .col,
  .site-footer .col.social  {
  max-width: 50%;
}
.site-footer .col.social {
padding-top: 0px;
text-align: left;
min-width: 50px;
} */
  .site-footer .col.social .d-flex {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .site-footer .row {
    margin: -10px;
  }

  .site-footer .row>.col {
    padding: 10px;
  }
}

/*--------------------------------------*/
/* WORDPRESS ADMIN BAR
/*--------------------------------------*/
.admin-bar {
  padding-top: 32px;
}

.admin-bar #page {
  top: 32px;
}

@media (max-width: 767.98px) {
  #wpadminbar {
    top: 0;
    position: fixed;
  }

  .admin-bar {
    padding-top: 46px;
  }

  .admin-bar #page {
    top: 46px;
  }
}

/* IMG RESIZE */
.istockphoto-920406604-2048x2048-1,
.istockphoto-9204,
.istockphoto-1170698451,
.on_phone_with_color_public,
.with_family_color_underlay {
  max-width: 500px;
  margin-left: auto;
  margin-right: inherit !important;
  display: block;
}

.istockphoto-1076425408-2048x2048-1 {
  max-width: 500px;
  margin-right: auto;
  display: block;
}

@media (max-width: 991.98px) {

  .istockphoto-920406604-2048x2048-1,
  .istockphoto-9204,
  .istockphoto-1076425408-2048x2048-1,
  .istockphoto-1170698451,
  .on_phone_with_color_public,
  .with_family_color_underlay {
    max-width: 350px;
  }
}

@media (max-width: 767.98px) {

  .istockphoto-920406604-2048x2048-1,
  .istockphoto-9204,
  .istockphoto-1076425408-2048x2048-1,
  .istockphoto-1170698451,
  .on_phone_with_color_public,
  .with_family_color_underlay {
    max-width: 300px;
  }
}

#window_width,
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}