/*--------------------------------------*/
/* 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;
}
section.repeating_content_text_image .repeating_content_text_image_container > .row {
  margin-bottom: 4.6875rem;
}
section:last-child,
section.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,
  section.repeating_content_text_image .repeating_content_text_image_container > .row {
    margin-bottom: 60px;
  }
  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: 767.98px) {
  section,
  section.repeating_content_text_image .repeating_content_text_image_container > .row {
    margin-bottom: 45px;
  }
  #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: 100%;
  }
}
@media (max-width: 575.98px) {
  section,
  section.repeating_content_text_image .repeating_content_text_image_container > .row {
    margin-bottom: 30px;
  }
}
/*--------------------------------------*/
/* 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';
}
section.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,
section.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,
section.faq strong,
.single .back_to_arch > a,
section.other_solutions .content-container p,
section.banner .container-fluid .content-container > .powered_by .text > strong,
section.icon_text .icon-item .number-container > .numbered p  {
  font-family: 'signikabold';
  line-height: 1;
}
.nav-link,
.site-header .univerus_breadcrumb ul > li {
  font-family: 'signikaregular';
}
section.banner .title > h1 {
  /* font-size: 3.75rem; */
  font-size: 60px;
}
.entry-content.font_x-large > h2,
section.pricing_packages .pricing_packages_container .pricing_single .price_container span.price  {
  /* font-size: 3.125rem; */
  font-size: 50px;
}
section.banner .title > h1,
section.banner .title > h2,
.entry-content.font_large > h2,
section.icon_text .icon-item .number-container > .numbered p   {
  /* font-size: 2.8125rem; */
  font-size: 45px;
}
.entry-content.font_medium > h2,
section.archive-content .row > .col-md.sidebar-container .widget-area > section > h2 {
  /* font-size: 2.5rem; */
  font-size: 40px;
}
.home section.banner .title > h1 {
  /* font-size: 2.1875rem; */
  font-size: 38px;
}
.entry-content.font_small > h2  {
  /* font-size: 1.875rem; */
  font-size: 30px;
}
.post-single-item-container > .row > .col-md .inner-container .content-container > .title > *,
.site-footer .col .title > h4,
section.pricing_features .features_container ul > li h3,
section.icon_text.is_page_link .content-container .button,
#contact_info .title > h2,
#contact_info h3,
#other_offices h3 {
  /* font-size: 1.25rem; */
  font-size: 20px;
}
.nav-link,
ul.nav.navbar-nav > li > a,
.navbar-nav .dropdown-menu .dropdown-toggle,
.navbar-nav .dropdown-menu a,
section.icon_text .icon-item.bg_color.no_img h3 {
  /* font-size: 1.1875rem; */
  font-size: 19px;
}
section.testimonials .testimonial_container .testimonial_item p,
section.banner .container-fluid .content-container > .powered_by .text > strong  {
  /* font-size: 1rem; */
  font-size: 16px;
}
.button,
.button > .nav-link,
.site-footer > .bottom p,
.site-footer > .bottom a,
section.pricing_packages .pricing_packages_container .pricing_single .price_container span.duration,
.single section.banner .post_information > div > div > *,
.single .back_to_arch > a {
  /* font-size: 0.875rem; */
  font-size: 14px;
}
/* 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,
#videos-archive-content .post-single-item-container > .row > .col-md .inner-container .content-container > .title > * {
  /* font-size: 2.6875rem; */
  font-size: 43px;
}
section.banner_content .title > h2 {
  font-size: 55px;
}
section.banner_content .entry-content,
section.banner_content .content-container .button {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu .dropdown-toggle,
  .navbar-nav .dropdown-menu a {
    font-size: 16px;
  }
  section.banner_content .title > h2 {
    font-size: 45px;
  }
}
/*--------------------------------------*/
/* HEADER
/*--------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
}
/* TOP CONTAINER */
.site-header > .top-container {
  text-align: center;
  padding: 0.625rem;
  color: #ffffff;
  background-color: #008383;
}
.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: 250px;
  margin-right: 1.875rem;
}
.navbar-collapse .nav > li {
  margin-right: 0.9375rem;
}
.navbar-collapse .nav li.active > a {
  position: relative;
}
.navbar-collapse .nav li.active > a::before {
  content: '';
  position: absolute;
  bottom: 0.3125rem;
  right: .5rem;
  left: .5rem;
  width: auto;
  height: 3px;
  /* background-color: #03bbc2; */
  background-color: #2a51b8;
}
.navbar-collapse .nav li.active > a.dropdown-item::before {
  display: none;
}
.navbar-collapse .nav .dropdown-menu li.active::after {
  display: none;
}
.navbar-collapse .nav .dropdown-menu li.active 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;
}
/* REQUEST A DEMO */
#menu-request-a-demo {
  margin-left: 0.9375rem;
  min-width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-request-a-demo .button {
  padding: 0.3125rem 0.625rem;
  margin-top: 0;
  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: #03bbc2; */
  background-color: #2a51b8;
  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% 8%;
  -ms-transform-origin: 25% 8%;
  transform-origin: 25% 8%;
}
.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:  0% 0%;
  -ms-transform-origin:  0% 0%;
  transform-origin: 0% 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 > a::before {
    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;
  }
  .navbar-expand-md > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #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
/*--------------------------------------*/
section.banner {
  padding: 4.6875rem 0;
  margin-bottom: 4.6875rem;
  color: #ffffff;
  text-align: left;
  position: relative;
  /* background-color: #03bbc2; */
  background-color: #2a51b8;
}
section.banner.no_img {
  text-align: center;
}
.home section.banner {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 45px;
}
.home section.banner::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: auto;
  left: -10%;
  right: -10%;
  bottom: -10px;
  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-product-single section.banner,
.page-template-single-solution section.banner {
  padding: 0;
  overflow: hidden;
}
.page-template-product-single section.banner .container-fluid,
.page-template-single-solution section.banner .container-fluid,
.home section.banner .container-fluid {
  max-width: 1440px;
}
.page-template-product-single section.banner .container-fluid > .row,
.page-template-single-solution section.banner .container-fluid > .row {
  min-height: 300px;
}
.page-template-product-single section.banner .container-fluid > .row > .col-lg.content,
.page-template-single-solution section.banner .container-fluid > .row > .col-lg.content {
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-product-single section.banner .content-container,
.page-template-single-solution section.banner .content-container {
  padding: 4.6875rem 0;
}
.page-template-product-single section.banner .container-fluid,
.page-template-single-solution section.banner .container-fluid {
  max-width: 100%;
  padding: 0;
}
.page-template-product-single section.banner .container-fluid .content-container,
.page-template-single-solution section.banner .container-fluid .content-container {
  max-width: 705px;
  padding-left: 0.9375rem;
  margin-left: auto;
}
.page-template-product-single section.banner.no_img .container-fluid .content-container,
.page-template-single-solution section.banner.no_img .container-fluid .content-container {
  margin-right: auto;
  text-align: center;
}
.page-template-product-single section.banner .container-fluid .image-container.bg_img,
.page-template-single-solution section.banner .container-fluid .image-container.bg_img {
  position: relative;
  height: 100%;
}
.page-template-product-single section.banner .container-fluid .image-container.bg_img > .bg-cover,
.page-template-single-solution section.banner .container-fluid .image-container.bg_img > .bg-cover {
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0;
  left: 0;
}
section.banner::after {
  content: '';
  position: absolute;
  /* background-color: #03bbc2; */
  background-color: #2a51b8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.banner.solid_color {
  /* background-color: #03bbc2; */
  background-color: #2a51b8;
  text-align: left;
}
section.banner.solid_color::after {
  display: none;
}
section.banner .title {
  margin-bottom: 0.9375rem;
}
.home section.banner .title {
  margin-bottom: 30px;
}
.home section.banner .button {
  margin-top: 30px;
}
section.banner.post_archive {
  text-align: center;
}
section.banner .container-fluid {
  max-width: 900px;
}
.single section.banner .post_information > div > div {
  margin: 0.625rem;
}
.single section.banner .post_information > div > div > * {
  float: left;
  line-height: 1;
}
.single section.banner .post_information > div > div > i {
  margin-right: 0.3125rem;
}
.home section.banner .col-lg.content {
  padding-bottom: 30px;
}
/* POWERED BY */
section.banner .container-fluid .content-container > .powered_by {
  margin-bottom: 0.9375rem;
}
section.banner .container-fluid .content-container > .powered_by .text {
  margin-top: auto;
  margin-bottom: auto;
}
section.banner .container-fluid .content-container > .powered_by .powered_by_single {
  max-width: 150px;
}
@media (min-width: 1580px) {
  .home section.banner::after {
    height: 45%;
  }
}
@media (min-width: 992px) {
  .home section.banner .col-lg.content {
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  section.banner {
    padding-top: 30px;
  }
  section.banner .content-container,
  section.banner .content-container .title {
    text-align: center;
  }
  section.banner .container-fluid .content-container > .powered_by > .d-flex {
    justify-content: center;
  }
  section.banner .content-container {
    margin-bottom: 0.9375rem;
  }
  section.banner .image-container {
    max-width: 600px;
    margin: 0 auto;
  }
  .page-template-product-single section.banner .container-fluid .content-container,
  .page-template-single-solution section.banner .container-fluid .content-container {
    max-width: 100%;
    padding: 3.75rem 15px;
    margin-left: auto;
  }
  .page-template-product-single section.banner .container-fluid .image-container.bg_img,
  .page-template-single-solution section.banner .container-fluid .image-container.bg_img {
    min-height: 400px;
    max-width: 100%;
  }
  .home section.banner .col-lg.content {
    padding-right: 15px;
  }
}
/*--------------------------------------*/
/* LARGE TEXT
/*--------------------------------------*/
section.large_text {
  text-align: center;
}
section.large_text .entry-content > h2 {
  line-height: 1.25;
}
/*--------------------------------------*/
/* ICON TEXT
/*--------------------------------------*/
section.icon_text .container-fluid {
  max-width: 1200px;
}
section.icon_text.fullwidth-container .container-fluid,
section.icon_text.icon_text_partners .container-fluid,
section.icon_text.is_page_link .container-fluid {
  max-width: 1440px;
}
.home section.icon_text .container-fluid > .title > h2,
section.icon_text.hasUnderline .container-fluid > .title > h2,
section.integrations.hasUnderline > .container-fluid > .inner-container > .title > h2,
section.large_text.hasUnderline > .container-fluid > .entry-content > *,
section.icon_text.hasUnderline > .container-fluid > .title > *,
section.icon_text.hasUnderline > .container-fluid > .top-container > .title > * {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(120deg, #03bbc2,#03bbc2);
  background-size: 100% 10px;
  background-position: 0 83%;
  background-repeat: no-repeat;
}
section.icon_text > .container-fluid > .top-container > .entry-content {
  max-width: 1040px;
  margin: 5px auto 0;
}
section.icon_text.icon_text_home.item_4 .container-fluid {
  max-width: 1440px;
}
section.icon_text .icon_text_container > .row {
  margin-bottom: 1.875rem;
}
section.icon_text .icon_text_container > .row:last-child {
  margin-bottom: 0;
}
section.icon_text .icon-item {
  text-align: center;
}
section.icon_text .icon-item.bg_color {
  background-color: #fbfbfb;
}
.page-template-product-single section.icon_text .icon-item.bg_color {
  background-color: transparent;
}
section.icon_text .icon-item .content-container .icon-container,
section.icon_text .icon-item .content-container .title {
  margin-bottom: 0.9375rem;
}
section.icon_text .icon-item .content-container .title.numbered {
  margin-bottom: 5px;
}
section.icon_text .icon-item.bg_color .content-container .title,
section.icon_text .icon-item.bg_color .content-container .entry-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
section.icon_text .icon-item.bg_color .content-container {
  padding-bottom: 0.9375rem;
}
section.icon_text .icon-item.bg_color .content-container .button {
  width: 100%;
  max-width: 150px;
}
section.icon_text .icon-item .icon-container {
  max-width: 60px;
  width: 100%;
  display: inline-block;
}
section.icon_text .icon-item .icon-container.img {
  max-width: 100%;
}
section.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);
}
section.icon_text .icon-item.bg_color.no_img .content-container {
  padding: 0.9375rem;
  margin: auto;
}
section.icon_text.icon_text_home .icon-item {
  text-align: left;
}
section.icon_text .icon-item .number-container {
  margin-bottom: 30px;
}
section.icon_text .icon-item .number-container .numbered {
  position: relative;
}
section.icon_text .icon-item .number-container > .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 */
section.icon_text.is_page_link .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;
}
section.icon_text.is_page_link .icon-item.bg_color.btn_only .content-container {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
}
section.icon_text.is_page_link .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;
}
section.icon_text.is_page_link .icon-item.bg_color.btn_only .content-container .button > span {
  width: 100%;
}
section.icon_text.is_page_link .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);
}
.home section.icon_text.is_page_link .row > .col {
  padding: 30px;
}
.page-template-product-single section.icon_text,
.page-template-single-solution .icon_text_booking.item_2,
.page-template-why-univerus section.icon_text {
  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;
}
section.icon_text.icon_text_partners .icon_text_container {
  overflow: hidden;
}
section.icon_text.icon_text_partners .icon_text_container.img .row {
  margin: -30px;
}
section.icon_text.icon_text_partners .icon_text_container.img .row > .col-md {
  padding: 30px;
}
section.icon_text.icon_text_partners .icon_text_container .row > .col-md .icon-item.bg_color {
  background-color: transparent;
}
section.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%;
}
section.icon_text.hasSlider .icon_text_container > .row {
  flex-wrap: nowrap;
}
section.icon_text.hasSlider .icon-item .content-container .title {
  margin-bottom: 5px;
}
section.icon_text.hasSlider .slider {
  position: relative;
}
section.icon_text.hasSlider .slider > .row {
  margin: 0px !important;
}
section.icon_text.hasSlider .slider > .swiper-button-prev,
section.icon_text.hasSlider .slider > .swiper-button-next {
  color: #008383;
}
section.icon_text.hasSlider .slider > .swiper-button-prev::after,
section.icon_text.hasSlider .slider > .swiper-button-next::after {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  section.icon_text .icon_text_container.icon > .row.per_3 > .col,
  section.icon_text .icon_text_container.icon > .row.per_4 > .col {
    max-width: 50%;
  }
  section.icon_text .icon_text_container.img > .row > .col-md {
    max-width: 100%;
  }
  .home section.icon_text.is_page_link .row > .col {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  section.icon_text .icon_text_container.icon > .row > .col {
    max-width: 100%;
  }
  section.icon_text .row > .col-md {
    padding-bottom: 1.875rem;
  }
  section.icon_text .row > .col-md:last-child {
    padding-bottom: 0px;
  }
  section.icon_text .icon-item .content-container {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {

}
/*--------------------------------------*/
/* REPEATING CONTENT TEXT IMAGE
/*--------------------------------------*/
section.repeating_content_text_image.margin_btm_15 {
  margin-bottom: 15px;
}
section.repeating_content_text_image.margin_btm_30 {
  margin-bottom: 30px;
}
section.repeating_content_text_image.margin_btm_45 {
  margin-bottom: 45px;
}
section.repeating_content_text_image.margin_btm_half {
  margin-bottom: 60px;
}
section.repeating_content_text_image.margin_btm_none {
  margin-bottom: 0px;
}
section.repeating_content_text_image > .container-fluid > .title-container {
  margin: 0 auto 1.875rem;
  text-align: center;
  max-width: 740px;
}
section.repeating_content_text_image > .container-fluid > .title-container > .title {
  margin-bottom: 0px;
}
section.repeating_content_text_image .row > .col-lg.order-lg-1 > .image-container {
  margin-left: 2.8125rem;
  margin-right: 0px;
}
section.repeating_content_text_image .row > .col-lg > .image-container {
  margin-right: 2.8125rem;
  margin-left: 0px;
}
section.repeating_content_text_image .col-lg > .title {
  text-align: left
}
section.repeating_content_text_image .col-lg > .image-container > img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.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);
}
/* HAS DEVICE OVER VIDEO */
section.repeating_content_text_image .col-lg > .video-container.hasDevice {
  position: relative;
  margin-bottom: 30px;
}
section.repeating_content_text_image .col-lg > .video-container.hasDevice #device-mockup {
  position: absolute;
  z-index: 10;
  top: -5%;
}
section.repeating_content_text_image .col-lg > .video-container.hasDevice .embed-responsive {
  max-width: 72.5%;
  margin: 0 auto;
}
section.repeating_content_text_image .col-lg > .video-container.hasDevice .embed-responsive.embed-responsive-16by9::before {
  padding-top: 64%;
}
section.repeating_content_text_image .col-lg > .video-container.hasDevice #play-button {
  position: absolute;
  z-index: 9;
  background-image: url('../img/play.png');
  background-size: 125px;
  background-position: center;
  background-repeat: no-repeat;
}
section.repeating_content_text_image .col-lg > .video-container.hasDevice #play-button.showPlay {
  height: 100%;
  width: 100%;
  top: 0;
}
@media (max-width: 991.98px) {
  section.repeating_content_text_image .row > .col-lg > .image-container,
  section.repeating_content_text_image .row > .col-lg.order-lg-1 > .image-container  {
    margin-right: 0px;
    margin-left: 0px;
  }
  section.repeating_content_text_image .row > .col-lg .image-container {
    margin-bottom: 1.875rem;
  }
  section.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);
  }
  section.repeating_content_text_image .col-lg > .title {
    margin-bottom: 0.9375rem;
  }
  section.repeating_content_text_image .col-lg > .image-container > img {
    /* margin-left: inherit;
    margin-right: auto; */
  }
  section.repeating_content_text_image .col-lg > .video-container.hasDevice {
    margin-bottom: 10%;
  }
}
/*--------------------------------------*/
/* BANNER CONTENT
/*--------------------------------------*/
section.banner_content {
  color: #ffffff;
}
section.banner_content .container-fluid > .content-container {
  padding: 4.6875rem 15px;
  text-align: center;
  /* background-color: #03bbc2; */
  background-color: #2a51b8;
  border-radius: 25px 0px 25px 0px;
}
section.banner_content.border_style {
  padding: 0.9375rem 0;
  background-color: transparent;
}
section.banner_content.border_style .content-container {
  border: 5px solid #008383;
  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);
}
section.banner_content.font_white .title {
  margin-bottom: 45px;
}
section.banner_content.font_white .title > *,
section.banner_content.font_white .entry-content > * {
  color: #ffffff;
}
section.banner_content.font_black .title > *,
section.banner_content.font_black .entry-content > * {
  color: #000000;
}
section.banner_content .content-container .entry-content {
  max-width: 900px;
  margin: 0 auto;
}
section.banner_content .content-container .button {
  margin-top: 45px;
  width: 100%;
  max-width: 250px;
}
/*--------------------------------------*/
/* TESTIMONIAL
/*--------------------------------------*/
section.testimonials,
section.integrations {
  text-align: center;
}
section.testimonials {
  background-color: #03bbc2;
  color: #ffffff;
  padding: 2.8125rem 0;
}
body.page-template-why-univerus section.testimonials {
  background-color: transparent;
}
section.testimonials > .container-fluid {
  max-width: 800px;
}
section.integrations > .container-fluid > .inner-container {
  background-color: #fbfbfb;
  color: #000000;
  padding: 2.8125rem 15px;
  border-radius: 25px 0px 25px 0px;
}
section.testimonials .testimonial_container .testimonial_item .entry-content > p {
  margin-bottom: 0.9375rem;
}
section.testimonials .testimonial_container .testimonial_item .entry-content > p:last-child {
  margin-bottom: 0;
}
section.testimonials .testimonial_container .testimonial_item .name_company {
  margin-top: 0.3125rem;
}
section.testimonials .testimonial_container .testimonial_item .name_company > p {
  display: inline-block;
}
section.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 */
section.testimonials.list {
  background-color: #ffffff;
}
section.testimonials.list .container-fluid {
  max-width: 1200px;
}
section.testimonials.list .title {
  color: #000000;
}
section.testimonials.list .testimonial_container .testimonial_item {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
}
section.testimonials.list .testimonial_container .testimonial_item .inner-container {
  background-color: #03bbc2;
  height: 100%;
  padding: 1.875rem;
  border-radius: 50px 0px 50px 0px;
}
/*--------------------------------------*/
/* PRICING PACKAGES
/*--------------------------------------*/
section.pricing_packages .pricing_packages_container .pricing_single {
  max-width: 500px;
}
section.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);
}
section.pricing_packages .pricing_packages_container .pricing_single .inner-container > div {
  margin-bottom: 15px;
}
section.pricing_packages .pricing_packages_container .pricing_single .inner-container > div:last-of-type {
  margin-bottom: 0px;
}
section.pricing_packages .pricing_packages_container .pricing_single .price_container > p {
  position: relative;
}
section.pricing_packages .pricing_packages_container .pricing_single .price_container span.duration {
  position: absolute;
  bottom: 5px;
}
/*--------------------------------------*/
/* PRICING FEATURES
/*--------------------------------------*/
section.pricing_features .features_container ul > li {
  max-width: 33.33333333%;
  width: 100%;
  position: relative;
  padding-left: 2.5rem;
}
section.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;
}
section.pricing_features .features_container ul > li h3 {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  section.pricing_features .features_container ul > li {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  section.pricing_features .features_container ul > li {
    max-width: 100%;
  }
}
/*--------------------------------------*/
/* FAQ
/*--------------------------------------*/
section.faq .title {
  text-align: center;
  margin-bottom: 1.875rem;
}
section.faq .accordion .faq-single {
  border-bottom: 1px solid #808080;
}
section.faq .accordion .faqHeading,
section.faq .accordion .entry-content {
  padding: 10px 0;
}
section.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: #008383;
}
@media (max-width: 991.98px) {
  .integration_container .swiper-container .swiper-slide {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .integration_container .swiper-container .swiper-slide .logo-container {
    max-width: 150px;
  }
}
@media (max-width: 567.98px) {
  .integration_container .swiper-container .swiper-slide {
    max-width: 100%;
  }
}
/*--------------------------------------*/
/* BLOG
/*--------------------------------------*/
section.archive-content .post-single-item-container > .row {
  margin: -15px;
}
section.archive-content .post-single-item-container > .row > .col-md {
  max-width: 50%;
  flex-basis: auto;
  padding: 15px;
}
section.archive-content .row > .col-md .post-single-item-container > .row > .col-md .inner-container,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container {
  background-color: #fbfbfb;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .feature-image-container,
section.archive-content .post-single-item-container > .row > .col-md .inner-container .content-container > .title,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container > .feature-image-container,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container .content-container > .title {
  margin-bottom: 15px;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .feature-icon-container {
  max-width: 75px;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container .content-container,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container .content-container {
  padding: 15px;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .d-flex.flex-wrap > .feature-image-container,
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .d-flex.flex-wrap > .content-container {
  width: 100%;
  max-width: 50%;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .d-flex.flex-wrap > .content-container {
  padding-left: 45px;
  margin-top: auto;
  margin-bottom: auto;
}
/* SIDEBAR */
section.archive-content .row > .col-md.sidebar-container {
  max-width: 450px;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section {
  margin-bottom: 1.875rem;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section:last-child {
  margin-bottom: 0px;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section .widget-title {
  margin-bottom: 0.625rem;
  line-height: 1;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section ul {
  padding-left: 20px;
  list-style: inherit;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section ul > li {
  margin-bottom: 5px;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section ul > li:last-child {
  margin-bottom: 0;
}
/* VIDEOS */
#videos-archive-content .post-single-item-container > .row > .col-md {
  max-width: 100%;
}
#videos-archive-content .post-single-item-container > .row > .col-md .inner-container .feature-image-container > a {
  position: relative;
  display: block;
  cursor: pointer;
}
#videos-archive-content .post-single-item-container > .row > .col-md .inner-container .feature-image-container > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../img/play.png');
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
/* VIDEO MODAL */
#videoModal .modal-dialog {
  max-width: 750px;
  margin-top: 5%;
}
#videoModal .modal-dialog > .modal-content {
  background-color: transparent;
  padding: 0px;
  border: none;
}
#videoModal .modal-dialog > .modal-content .close {
  position: absolute;
  right: -30px;
  color: #8cc640;
  font-size: 40px;
  line-height: 1px;
  opacity: 1;
  text-shadow: none;
}
/* DOCUMENTATION */
#documentation-archive-content .post-single-item-container > .row > .col-md {
  max-width: 33.33333333%;
}
#documentation-archive-content .post-single-item-container > .row > .col-md .inner-container .content-container {
  padding: 15px 0;
}
/* 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;
}
/* RECENT NEWS & MEDIA */
section.recent_blog .post-single-item {
  max-width: 33.33333333%;
  width: 100%;
  flex-basis: auto;
}
@media (max-width: 991.98px) {
  section.recent_blog .post-single-item {
    max-width: 50%;
  }
  section.archive-content .row > .col-md {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  section.archive-content .row > .col-md.sidebar-container {
    max-width: 100%;
    padding-top: 45px;
  }
}
@media (max-width: 767.98px) {
  section.archive-content .row > .col-md.sidebar-container {
    margin-top: 1.875rem;
  }
  section.recent_blog .post-single-item,
  section.archive-content .post-single-item-container > .row > .col-md {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {

}
/*--------------------------------------*/
/* OTHER SOLUTIONS
/*--------------------------------------*/
section.other_solutions .content-container > .row {
  margin: -15px;
}
section.other_solutions .content-container > .row > div {
  padding: 15px;
}
section.other_solutions .embed-responsive-item {
  background-color: #03bbc2;
  border-radius: 25px 0px 25px 0px;
}
section.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 */
section.contact_form_links {
  margin-bottom: 0px;
}
section.contact_form_links > .container-fluid {
  max-width: 900px;
}
section.contact_form_links > .container-fluid > .title {
  margin-bottom: 3.75rem;
}
section.contact_form_links .contact_form_link_single {
  text-align: center;
}
section.contact_form_links .contact_form_link_single,
section.contact_form_links .contact_form_link_single > .inner-container {
  height: 100%;
}
section.contact_form_links .contact_form_link_single > .inner-container > a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3.75rem;
  margin: auto;
  -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 #008383;
}
section.contact_form_links .contact_form_link_single > .inner-container > a > h3 {
  margin: auto;
}
section.contact_form_links .contact_form_link_single.custom > .inner-container > a {
  border-color: #03bbc2;
}
section.contact_form_links .contact_form_link_single > .inner-container.get_demo > a,
section.contact_form_links .contact_form_link_single > .inner-container.schedule_a_demo > a {
  border-color: #EFAF2B;
}
/* GET HELP LINKS */
#contact_form_links_get_help {
  margin-bottom: 3.75rem;
}
section.contact_form_links.contact_form_links_get_help > .container-fluid {
  max-width: 1000px;
}
section.contact_form_links.contact_form_links_get_help > .container-fluid > .title {
  margin-bottom: 1.875rem;
}
section.contact_form_links.contact_form_links_get_help > .container-fluid > .title > h2 {
  font-size: 2.1875rem;
}
section.contact_form_links.contact_form_links_get_help .contact_form_link_single > .inner-container > a {
  padding: 1.875rem;
}
section.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: #008383;
}
section.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;
}
/* WPCF7 - Response Output */
.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 20px;
  font-family: 'signikabold';
}
/* 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: 991.98px) {
  #other_offices .container-fluid .contact-info-container > .row > .col {
    max-width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  #contact_info h3 {
    font-size: 2.5rem;
  }
  #contact_info a {
    font-size: 1.25rem;
  }
  section.contact_form_links > .container-fluid > .contact_form_link_container > .row > .col-md {
    margin-bottom: 1.875rem;
  }
  section.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 section.banner {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 0;
}
.page-template-capterra-landingpage section.banner,
body.page-template-capterra-landingpage.business section.banner::after {
  background-color: #03bbc2;
}
.page-template-capterra-landingpage section.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 section.banner .title {
  text-align: left;
}
.page-template-capterra-landingpage section.banner .container-fluid {
  max-width: 1440px;
}
.page-template-capterra-landingpage section.repeating_content_text_image {
  background-color: rgb(251,251,251);
  padding: 3.75rem 0rem;

}
.page-template-capterra-landingpage section.repeating_content_text_image,
.page-template-capterra-landingpage section.banner_content {
  margin-bottom: 0px;
}
.page-template-capterra-landingpage .site-footer {
  margin-top: 0px;
}
.page-template-capterra-landingpage section.repeating_content_text_image > .container-fluid {
  max-width: 1200px;
}
.page-template-capterra-landingpage section.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 section.repeating_content_text_image .entry-content > ul {
  list-style: none;
  padding-left: 0px;
}
.page-template-capterra-landingpage section.repeating_content_text_image .entry-content > ul > li {
  font-family: 'signikabold';
  font-size: 1.625rem;
  position: relative;
  padding-left: 30px;
}
.page-template-capterra-landingpage section.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: #008383;
  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 section.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: 15px;
}
.site-footer .col.logo-container > .logo {
  max-width: 250px;
}
.site-footer .col.logo-container > .entry-content {
  margin-left: 15px;
}
.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_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: #03bbc2;
}
.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-bottom: 0.9375rem;
}
.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 (min-width: 992px) {
  .site-footer .col.logo-container {
    /* min-width: 45%; */
    min-width: 580px;
  }
  .site-footer .col.social {
    min-width: 270px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .row > .col.logo-container {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-bottom: 15px;
  }
  .site-footer .row > .col.logo-container > .entry-content {
    padding-top: 15px;
    margin-left: 0;
  }
}
@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 .col .logo-container {
    max-width: 200px;
  }
}
@media (max-width: 575.98px) {
  .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;
  }
}
/*--------------------------------------*/
/* BROUCHURE PAGE
/*--------------------------------------*/
/* GERNERAL */
.page-template-brochure-landingpage section {
  margin-bottom: 0;
}
.page-template-brochure-landingpage #primary {
  padding-top: 0px;
}
/* ABOVE BANNER */
.page-template-brochure-landingpage #brouchure_header {
  position: relative;
  padding: 30px 0 35px;
}
.page-template-brochure-landingpage #brouchure_header .container-fluid {
  position: static;
}
.page-template-brochure-landingpage #brouchure_header .above_banner_content::after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 3px;
  width: 100%;
  max-width: 30%;
  bottom: 10px;
  left: 0;
  background-color: #EFAF2B;
  border-radius: 0 10px 10px 0;
}
.page-template-brochure-landingpage #brouchure_header .above_banner_content h1 {
  font-size: 50px;
  color: #0c2e4f;
}
.page-template-brochure-landingpage #brouchure_header .logo {
  max-width: 250px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .page-template-brochure-landingpage #brouchure_header .above_banner_content h1 {
    font-size: 40px;
  }
  .page-template-brochure-landingpage #brouchure_header .above_banner_content::after {
    max-width: 40%;
  }
  .page-template-brochure-landingpage #brouchure_header .logo {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .page-template-brochure-landingpage #brouchure_header .above_banner_content h1 {
    font-size: 35px;
  }
  .page-template-brochure-landingpage #brouchure_header .above_banner_content h1 br {
    display: none;
  }
  .page-template-brochure-landingpage #brouchure_header .logo {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
/* BANNER */
.page-template-brochure-landingpage #brouchure_banner {
  background: linear-gradient(-8deg, #114b5f 45%, #fff 5%);
  padding-top: 15px;
}
.page-template-brochure-landingpage #brouchure_banner .d-ms-flex > div {
  width: 100%;
}
.page-template-brochure-landingpage #brouchure_banner .content-container {
  padding-bottom: 100px;
  max-width: 45%;
}
.page-template-brochure-landingpage #brouchure_banner .content-container .inner-container {
  position: relative;
  padding-left: 30px;
}
.page-template-brochure-landingpage #brouchure_banner .content-container .inner-container::before {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  width: 5px;
  height: auto;
  background-color: #114b5f;
  border-radius: 10px;
}
.page-template-brochure-landingpage #brouchure_banner .content-container p {
  font-size: 27px;
  line-height: 1.5;
}
@media (max-width: 1301.98px) {
  .page-template-brochure-landingpage #brouchure_banner {
    background: linear-gradient(-8deg, #114b5f 40%, #fff 5%);
  }
}
@media (max-width: 1201.98px) {
  .page-template-brochure-landingpage #brouchure_banner {
    background: linear-gradient(-8deg, #114b5f 30%, #fff 5%);
  }
}
@media (max-width: 1001.98px) {
  .page-template-brochure-landingpage #brouchure_banner {
    background: linear-gradient(-8deg, #114b5f 35%, #fff 5%);
  }
  .page-template-brochure-landingpage #brouchure_banner .content-container p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-template-brochure-landingpage #brouchure_banner {
    background: linear-gradient(-8deg, #114b5f 40%, #fff 5%);
    padding-top: 0px;
  }
  .page-template-brochure-landingpage #brouchure_banner .content-container {
    padding-bottom: 30px;
    max-width: 100%;
  }
}
/* REPEATED TEXT WITH ICON */
.page-template-brochure-landingpage #brouchure_repeated_text_icon {
  background-color: #114b5f;
  color: #ffffff;
  overflow: hidden;
  padding: 15px 0 30px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon > .container-fluid > .title {
  text-align: left;
  color: #EFAF2B;
  margin-bottom: 0;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon > .container-fluid > .entry-content {
  margin-top: 15px;
  font-size: 22px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-container {
  margin-top: 30px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-container > div > .content-single {
  max-width: 33.33333333%;
  width: 100%;
  text-align: center;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .inner-container,
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .inner-container .inner-content-container,
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .inner-container .inner-content-container .entry-content-container {
  height: 100%;;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .icon-container {
  max-width: 60px;
  margin: 0 auto 15px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .title {
  margin-bottom: 15px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .title > h3 {
  font-size: 28px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .entry-content-container {
  position: relative;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .entry-content-container::after {
  content: '';
  position: absolute;
  width: 2px;
  height: auto;
  background-color: #ffffff;
  top: 0;
  bottom: 40%;
  right: -15px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single:last-child .entry-content-container::after {
  display: none;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .entry-content {
  font-size: 20px;
}
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .entry-content p {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
  .page-template-brochure-landingpage #brouchure_repeated_text_icon .content-container > div > .content-single {
    max-width: 100%;
    padding: 15px 0px;
  }
.page-template-brochure-landingpage #brouchure_repeated_text_icon .content-single .entry-content-container::after {
  display: none;
}
}
/* PAGE BUTTON */
#brouchure_page_button {
  padding: 15px 0;
  background: linear-gradient(0deg,#0c2e4f 50%,#114b5f 50%);
}
#brouchure_page_button .button-container {
  margin: 0 auto;
}
#brouchure_page_button .button-container .button {
  font-size: 40px;
  font-family: 'signikabold';
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #brouchure_page_button .button-container .button {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  #brouchure_page_button .button-container .button {
    font-size: 25px;
  }
}
/* REPEATED TEXT */
.page-template-brochure-landingpage #brouchure_repeated_text {
  position: relative;
  background-color: #0c2e4f;
  color: #ffffff;
  padding-top: 15px;
  padding: 60px 0;
}
.page-template-brochure-landingpage #brouchure_repeated_text .container-fluid > .title {
  margin-bottom: 45px;
}
.page-template-brochure-landingpage #brouchure_repeated_text .container-fluid > .title > h2 {
  color: #EFAF2B;
}
.page-template-brochure-landingpage #brouchure_repeated_text .content-container > div {
  margin: -15px;
}
.page-template-brochure-landingpage #brouchure_repeated_text .content-container > div > .content-single {
  max-width: 33.33333333%;
  width: 100%;
}
.page-template-brochure-landingpage #brouchure_repeated_text .content-single > .inner-container {
  text-align: center;
}
.page-template-brochure-landingpage #brouchure_repeated_text .content-single .title {
  margin-bottom: 5px;
  color: #EFAF2B;
}
.page-template-brochure-landingpage #brouchure_repeated_text .content-single .entry-content {
  font-size: 20px;
}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
  .page-template-brochure-landingpage #brouchure_repeated_text {
    padding: 30px 0;
  }
  .page-template-brochure-landingpage #brouchure_repeated_text .content-container > div {
    margin: -15px 0;
  }
  .page-template-brochure-landingpage #brouchure_repeated_text .content-container > div > .content-single {
    max-width: 100%;
    padding: 15px 0;
  }
}
/* BROUCHURE FOOTER */
#brouchure_footer {
  padding: 30px 0;
}
#brouchure_footer .footer-contact-info > .d-flex {
  margin: -15px;
}
#brouchure_footer .footer-contact-info > .d-flex > .contact-single {
  padding: 15px;
}
#brouchure_footer .contact-single a {
  font-family: 'signikaregular';
  color: #0c2e4f;
  font-size: 18px;
}
#brouchure_footer .contact-single a .icon-container {
  width: 27px;
  margin-right: 10px;
  position: relative;
}
#brouchure_footer .contact-single a .icon-container > .icon {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #EFAF2B;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
#brouchure_footer .bottom {
  padding-top: 10px;
  text-align: center;
}
#brouchure_footer .bottom p {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  #brouchure_footer .footer-contact-info > .d-flex {
    margin: -5px;
  }
  #brouchure_footer .footer-contact-info > .d-flex > .contact-single {
    padding: 5px;
  }
}
/*--------------------------------------*/
/* 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 */
.comprehensive-solutuins-iphone {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 991.98px) {

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

}
#window_width {
  /* display: none !important;
  visibility: hidden !important; */
}
