/****/
a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

a:hover, a:focus, a:active {
  outline: none !important;
  color: var(--conbiz-theme-color);
  text-decoration: none;
}

input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
  outline: none !important;
}

label {
  font-weight: 700;
  color: var(--conbiz-theme-color-second);
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

h4, .h4, h5, h6, .h5, .h6 {
  line-height: 1.6;
}

.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="password"],
.body-page input[type="email"],
.body-page textarea, .body-page select {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
}

.body-page input[type="text"]:focus, .body-page input[type="text"]:active, .body-page input[type="text"]:hover,
.body-page input[type="tel"]:focus,
.body-page input[type="tel"]:active,
.body-page input[type="tel"]:hover,
.body-page input[type="password"]:focus,
.body-page input[type="password"]:active,
.body-page input[type="password"]:hover,
.body-page input[type="email"]:focus,
.body-page input[type="email"]:active,
.body-page input[type="email"]:hover,
.body-page textarea:focus,
.body-page textarea:active,
.body-page textarea:hover, .body-page select:focus, .body-page select:active, .body-page select:hover {
  outline: none;
}

.label {
  color: #000 !important;
}

.list-menu ul li {
  list-style: none;
  padding: 15px 2px;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-menu ul li:last-child {
  border-bottom: none;
}

ul {
  margin: 0;
  padding-left: 30px;
}

ul ul {
  padding-left: 20px;
}

ul li {
  list-style: inherit;
}

ul li i {
  margin-right: 3px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

.item-list ul li {
  margin-left: 0;
}

ul.menu {
  padding: 0;
}

ul.menu > li {
  position: relative;
  padding: 4px 0 10px;
  list-style-type: none;
}

ul.menu > li > a {
  padding-left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-family: var(--conbiz-heading-font-family);
  font-size: 16px;
}

ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {
  color: var(--conbiz-theme-color);
}

ul.features-list {
  margin: 10px 0;
  padding-left: 0;
}

ul.features-list > li {
  padding-left: 25px;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  font-family: var(--conbiz-heading-font-family);
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

ul.features-list > li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 2px;
  z-index: 1;
}

ul.inline > li {
  float: left;
  margin-left: 5px;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border-color: #dee2e6;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

.no-padding {
  padding: 0 !important;
}

a.disable {
  pointer-events: none;
  cursor: default;
}

/************************* Pagination ************************/
.pager {
  text-align: center;
}

.pager ul.pager__items {
  display: inline-block;
  margin: 45px 0 30px;
  padding: 0;
}

.pager ul.pager__items > li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  font-family: var(--conbiz-heading-font-family);
  font-size: 14px;
}

.pager ul.pager__items > li a {
  border: 1px solid #dee2e6;
  font-weight: 700;
  display: inline-block;
  line-height: 34px;
  margin: 0 1px;
  text-align: center;
  margin-right: 10px;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
}

.pager ul.pager__items > li a:last-child {
  margin-right: 0;
}

.pager ul.pager__items > li a:hover {
  background: var(--conbiz-theme-color);
  color: #fff;
  border-color: var(--conbiz-theme-color);
}

.pager ul.pager__items > li a:hover:after {
  color: #fff;
}

.pager ul.pager__items > li.pager__item--next {
  font-size: 12px;
}

.pager ul.pager__items > li.pager__item--last {
  font-size: 12px;
}

.pager ul.pager__items > li.is-active a {
  background: var(--conbiz-theme-color);
  color: #fff;
  border-color: var(--conbiz-theme-color);
}

.pager ul.pager__items > li.is-active a:after {
  color: #fff;
}

.quick-pagination .pager {
  text-align: center;
  margin-top: 20px;
}

.quick-pagination .pager .pager__item--first, .quick-pagination .pager .pager__item--last {
  display: none;
}

.quick-pagination .pager .pager__item--previous, .quick-pagination .pager .pager__item--next {
  position: relative;
}

.quick-pagination .pager .pager__item--previous a, .quick-pagination .pager .pager__item--next a {
  text-indent: -99999px;
  position: relative;
}

.quick-pagination .pager .pager__item--previous a:after, .quick-pagination .pager .pager__item--next a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
  text-indent: 0;
  font-size: 11px;
}

.quick-pagination .pager .pager__item--previous.pager__item--previous a:after, .quick-pagination .pager .pager__item--next.pager__item--previous a:after {
  content: '\f060';
}

.breadcrumb-content-inner {
  margin-bottom: 60px;
}

.breadcrumb-content-inner .breadcrumb-content-main {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 11;
}

.breadcrumb-content-inner .breadcrumb-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 12, 0.7);
  z-index: 1;
}

.breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
  position: relative;
  margin-top: 120px;
  margin-bottom: 60px;
  padding: 0 15px;
}

@media (max-width: 1023.98px) {
  .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -1px;
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links {
  z-index: 11;
  width: 100%;
  text-align: right;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links .content-inner {
  padding: 15px 20px 10px;
  background: #fff;
  display: inline-block;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb {
  background: none;
  margin: 0;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol:before, .breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol:after {
  content: " ";
  display: table;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol:after {
  clear: both;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li {
  float: left;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
}

@media (max-width: 1023.98px) {
  .breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li {
    font-size: 14px;
  }
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li a {
  color: #1a1a1a;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li a:hover {
  color: var(--conbiz-theme-color);
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li i {
  margin: 0 5px;
  font-size: 16px;
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li:last-child {
  color: var(--conbiz-theme-color);
}

.breadcrumb-content-inner .gva-block-breadcrumb .breadcrumb-links nav.breadcrumb ol li:last-child a {
  color: var(--conbiz-theme-color);
}

.breadcrumb-content-inner .gva-block-breadcrumb.text-white .page-title, .breadcrumb-content-inner .gva-block-breadcrumb.text-light .page-title {
  color: #fff;
}

.breadcrumb-content-inner .gva-parallax-background .gva-parallax-inner {
  background-position: center center;
  background-size: cover;
}

pre {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  margin: 30px 0;
}

.drupal-message {
  background: #CDCDCD;
  max-width: 1170px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-height: 50%;
  overflow: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transition-delay: 4px;
  transition-delay: 4px;
}

.drupal-message .messages__wrapper {
  padding: 2px 30px 2px 15px;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: #fff;
}

.hidden {
  display: none !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .d-small-none {
    display: none !important;
  }
}

@media (max-width: 325px) {
  .col-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 510px) {
  .col-2, .col-3, .col-4, .col-5 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.nav-tabs, .topbar ul, ul.contact-info, ul.menu {
  list-style: none !important;
  padding-left: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?orkqwr");
  src: url("../fonts/icomoon/icomoon.eot?orkqwr#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?orkqwr") format("truetype"), url("../fonts/icomoon/icomoon.woff?orkqwr") format("woff"), url("../fonts/icomoon/icomoon.svg?orkqwr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /*font-family: 'icomoon' !important;*/
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-quotation-mark:before {
  content: "\e900";
}

.icon-down-arrow:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}

.icon-agenda:before {
  content: "\e903";
}

.icon-checked:before {
  content: "\e904";
}

.icon-pin:before {
  content: "\e905";
}

.icon-letter:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-coffee-cup:before {
  content: "\e908";
}

.icon-advisor:before {
  content: "\e909";
}

.icon-dashboard:before {
  content: "\e90a";
}

.icon-success:before {
  content: "\e90b";
}

.icon-phone-call:before {
  content: "\e90c";
}

.icon-envelope:before {
  content: "\e90d";
}

.icon-clock:before {
  content: "\e90e";
}

.icon-brainstorm:before {
  content: "\e90f";
}

.icon-compliant:before {
  content: "\e910";
}

.icon-analysis:before {
  content: "\e911";
}

.icon-right-arrow .path1:before {
  content: "\e912";
  color: #009688;
}

.icon-right-arrow .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: #009688;
}

.icon-right-arrow .path3:before {
  content: "\e914";
  margin-left: -1em;
  color: black;
}

.icon-right-arrow .path4:before {
  content: "\e915";
  margin-left: -1em;
  color: black;
}

.icon-left:before {
  content: "\e916";
}

.icon-download:before {
  content: "\e917";
}

.icon-pdf-file:before {
  content: "\e918";
}

.icon-right-arrow-angle:before {
  content: "\e919";
}

.icon-dollar:before {
  content: "\e91a";
}

.icon-browser:before {
  content: "\e91b";
}

.icon-idea:before {
  content: "\e91c";
}

.icon-product:before {
  content: "\e91d";
}

.icon-data-security:before {
  content: "\e91e";
}

.icon-setting:before {
  content: "\e91f";
}

.icon-strategy:before {
  content: "\e920";
}

.icon-magnifying-glass:before {
  content: "\e921";
}

.icon-piggy-bank:before {
  content: "\e922";
}

.icon-user:before {
  content: "\e923";
}

.icon-right:before {
  content: "\e924";
}

.icon-left-arrow:before {
  content: "\e925";
}

.icon-left-arrow-1 .path1:before {
  content: "\e926";
  color: #009688;
}

.icon-left-arrow-1 .path2:before {
  content: "\e927";
  margin-left: -1em;
  color: #009688;
}

.icon-left-arrow-1 .path3:before {
  content: "\e928";
  margin-left: -1em;
  color: black;
}

.icon-left-arrow-1 .path4:before {
  content: "\e929";
  margin-left: -1em;
  color: black;
}

html {
  overflow-x: hidden !important;
  font-size: 18px;
}

body {
  overflow: hidden !important;
  position: relative;
  font-size: var(--font-body-size);
}

body.boxed {
  background-color: #EAF1F7;
}

body.boxed div.gva-body-wrapper {
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}

body .body-page {
  background-color: #fff;
}

body.logged-in.toolbar-horizontal .header-1 {
  margin-top: 39px;
}

body.bg-dark {
  background: #EFF1F2;
}

body.bg-dark .gva-body-page {
  background: #EFF1F2;
}

.topbar {
  background: var(--topbar-bg-color);
  font-size: 14px;
  padding: 12px 0;
  line-height: 28px;
  letter-spacing: -0.54px;
  position: relative;
  z-index: 11;
  color: var(--topbar-color);
}

.topbar a {
  color: var(--topbar-link-color);
}

.topbar a:hover, .topbar a:focus {
  color: var(--topbar-link-color-hover);
}

.topbar ul {
  margin: 0 !important;
}

.topbar .block {
  margin: 0 !important;
}

.topbar .topbar-content-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar .topbar-content-inner .topbar-content {
  position: relative;
  width: 75%;
}

.topbar .topbar-content-inner .topbar-right {
  width: 35%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  position: relative;
}

.topbar .topbar-content-inner .gva-search-region {
  position: unset;
}

.topbar .topbar-content-inner .gva-search-region .icon {
  color: var(--topbar-color);
}

.topbar .topbar-content-inner .language-region {
  position: absolute;
  right: 0;
  top: 0;
}

.language-box .links > li {
  margin-right: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1;
  margin-top: 5px;
  float: right;
}

.language-box .links > li.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

header .site-branding-logo {
  padding: 22px 0;
  height: auto;
  display: block;
}

header .site-branding-logo img {
  display: inline-block;
}

@media (max-width: 991.98px) {
  header .site-branding {
    text-align: left;
    padding-bottom: 10px;
  }
  header .header-right-inner, header .header-right-inner .block {
    text-align: center !important;
  }
}

header .header-main {
  padding: 0;
  background: none;
}

@media (max-width: 1023.98px) {
  header .main-menu-inner {
    width: 100%;
  }
}

header .area-main-menu .navigation {
  position: static;
}

header .area-main-menu .navigation ul.gva_menu {
  position: static;
}

header .block {
  overflow: visible;
}

.gva-search-region {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 9;
}

@media (max-width: 991.98px) {
  .gva-search-region {
    right: 68px;
  }
}

.gva-search-region .icon {
  font-size: 14px;
  color: #000;
}

.gva-search-region .icon:hover {
  cursor: pointer;
}

.gva-search-region .search-content {
  display: none;
  width: 320px;
  position: absolute;
  top: 43px;
  right: 0;
  margin-top: -1px;
  z-index: 999;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dee2e6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.gva-search-region .search-content #edit-actions {
  margin: 0 !important;
  padding: 0 !important;
}

.gva-search-region.show .search-content {
  display: block;
}

.search-block-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.search-block-form .form-item {
  width: calc(100% - 90px);
  padding-right: 10px;
}

.search-block-form .form-actions {
  width: 90px;
}

.search-block-form input.form-search {
  height: 35px;
  padding: 5px;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background: none;
  width: 100%;
}

.search-block-form input[id*="edit-submit"] {
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  background: var(--conbiz-theme-color);
  color: #fff;
  border: none;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
}

.search-block-form input[id*="edit-submit"]:hover {
  cursor: pointer;
}

.quick-side-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -17px;
  z-index: 1;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.quick-side-icon .qicon {
  font-size: 20px;
  line-height: 34px;
  color: var(--conbiz-theme-color-second);
  display: block;
}

.quick-side-icon .qicon:hover {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.gva-quick-side {
  position: fixed;
  width: 350px;
  top: 0;
  right: -355px;
  z-index: 99;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: left;
  padding: 20px 30px;
  overflow-x: hidden;
  height: 100%;
}

@media (max-width: 355px) {
  .gva-quick-side {
    width: 100%;
  }
}

.gva-quick-side .quick-side-close {
  margin-bottom: 15px;
  font-size: 18px;
  display: inline-block;
}

.gva-quick-side .content-inner .block {
  text-align: left;
}

.gva-quick-side .content-inner .block .block-title {
  text-align: left;
  font-weight: 700;
}

.gva-quick-side .content-inner .block .block-title:after {
  left: 0;
}

.gva-quick-side .content-inner ul {
  width: 100%;
}

.gva-quick-side .content-inner ul > li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.gva-quick-side .content-inner ul > li:last-child {
  border-bottom: none;
}

.gva-quick-side .content-inner ul > li .post-block .post-content .post-title {
  font-size: 14px;
}

.gva-quick-side .content-inner ul.gva_menu li a {
  font-size: 13px;
}

.gva-quick-side .block {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  float: left;
  width: 100%;
}

.gva-quick-side.open {
  right: 0;
  width: 352px;
}

body.logged-in.toolbar-horizontal .gva-quick-side {
  padding-top: 90px;
}

header.header-default {
  position: relative;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 1380px) {
  header.header-default .container {
    max-width: 1380px;
  }
}

header.header-default .branding {
  width: 25%;
  height: 100%;
}

@media (min-width: 1024px) {
  header.header-default .branding {
    text-align: center;
    background: var(--conbiz-theme-color);
    margin-bottom: -10px;
    padding: 7px 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  header.header-default .branding {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}

@media (min-width: 1024px) {
  header.header-default .branding .logo-default {
    display: none;
  }
  header.header-default .branding .site-branding-logo .logo-white {
    display: inline-block;
  }
}

@media (max-width: 1199.98px) {
  header.header-default .branding {
    width: 20%;
  }
}

@media (max-width: 1023.98px) {
  header.header-default .branding {
    width: 40%;
  }
}

@media (max-width: 767.98px) {
  header.header-default .branding {
    width: 70%;
  }
}

header.header-default .branding .logo-white {
  display: none;
}

header.header-default .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header-default .topbar-content {
  width: calc(100% - 210px);
}

@media (max-width: 1379px) {
  header.header-default .topbar-content {
    width: calc(100% - 150px);
  }
}

@media (max-width: 1199.98px) {
  header.header-default .topbar-content {
    width: calc(100% - 100px);
  }
}

header.header-default .header-button {
  width: 18%;
}

@media (max-width: 1199.98px) {
  header.header-default .header-button {
    width: 20%;
  }
}

@media (max-width: 1023.98px) {
  header.header-default .header-button {
    width: 25%;
  }
}

header.header-default .header-button .btn-gray {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

header.header-default .main-menu {
  width: calc(100% - 25% - 18%);
  text-align: center;
}

@media (max-width: 1199.98px) {
  header.header-default .main-menu {
    width: calc(100% - 40%);
  }
}

@media (max-width: 1023.98px) {
  header.header-default .main-menu {
    position: relative;
    width: calc(100% - 60%);
  }
}

@media (max-width: 991.98px) {
  header.header-default .main-menu {
    width: 60%;
  }
}

@media (max-width: 767.98px) {
  header.header-default .main-menu {
    width: 30%;
  }
}

header.header-default .stuck {
  background: #fff;
}

header.header-default .navigation .gva_menu {
  float: none;
}

@media (max-width: 1379px) {
  header.header-default .navigation .gva_menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199.98px) {
  header.header-default .navigation .gva_menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1024px) {
  header.header-1, header.header-2 {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 0 0 #dee2e6;
    box-shadow: 0px 1px 0 0 #dee2e6;
    background: transparent;
    z-index: 99;
  }
  header.header-1 .container, header.header-2 .container {
    padding: 0;
    max-width: 100%;
  }
  header.header-1 .topbar-content-inner, header.header-2 .topbar-content-inner {
    padding: 0 6%;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  header.header-1 .topbar-content-inner, header.header-2 .topbar-content-inner {
    padding: 0 4%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  header.header-1 .topbar-content-inner, header.header-2 .topbar-content-inner {
    padding: 0 3%;
  }
}

header.header-1 .header-inner, header.header-2 .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

header.header-1 .main-menu-inner, header.header-2 .main-menu-inner {
  float: left;
}

header.header-1 .branding, header.header-2 .branding {
  width: 18.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  header.header-1 .branding, header.header-2 .branding {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023.98px) {
  header.header-1 .branding, header.header-2 .branding {
    width: 60%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

header.header-1 .branding img, header.header-2 .branding img {
  max-width: 150px;
}

header.header-1 .header-right, header.header-2 .header-right {
  width: 18.4%;
  padding: 24px 10px;
  text-align: center;
  border-left: 1px solid #dee2e6;
}

header.header-1 .header-right .block, header.header-2 .header-right .block {
  display: inline-block;
}

header.header-1 .main-menu, header.header-2 .main-menu {
  width: 63%;
}

@media (max-width: 1023.98px) {
  header.header-1 .main-menu, header.header-2 .main-menu {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  header.header-1 .main-menu, header.header-2 .main-menu {
    position: relative;
  }
}

header.header-1 .stuck, header.header-2 .stuck {
  background: #fff;
}

@media (min-width: 1024px) {
  header.header-1 .branding {
    margin-bottom: -1px;
    background: url("../images/logo-bg-1.png") no-repeat center center var(--conbiz-theme-color);
    background-size: cover;
  }
  header.header-1 .branding .logo-default {
    display: none;
  }
  header.header-1 .branding .site-branding-logo .logo-white {
    display: inline-block;
  }
}

header.header-1 .branding .logo-white {
  display: none;
}

header.header-1 .main-menu {
  padding-left: 30px;
}

@media (max-width: 1199.98px) {
  header.header-1 .main-menu {
    padding-left: 20px;
  }
}

header.header-2 .branding .logo-white {
  display: none;
}

header.header-2 .menu-bar {
  right: 0;
}

.gv-sticky-menu {
  position: static;
  top: -75px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
}

.stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99 !important;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (min-width: 1024px) {
  .sticky-is-hidden .stuck {
    top: -200px;
  }
  .sticky-is-show .stuck {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    top: 0;
  }
}

.area-panel {
  padding: 30px 0;
}

.header-right .block {
  margin-bottom: 0;
}

#page-main-content {
  min-height: 360px;
}

@media (max-width: 991.98px) {
  #page-main-content {
    min-height: 100px;
  }
}

.main-menu .area-main-menu .area-inner .block {
  margin-bottom: 0;
}

.sidebar {
  position: relative;
}

#footer {
  background: url("../images/bg-footer.png") no-repeat center center var(--footer-bg-color);
  background-size: cover;
  color: var(--footer-color);
}

#footer a {
  color: var(--footer-link-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#footer a:hover, #footer a:focus {
  color: var(--footer-link-color-hover);
}

#footer .footer-center {
  padding: 100px 0 80px;
}

@media (max-width: 1199.98px) {
  #footer .footer-center {
    padding: 80px 0 60px;
  }
}

@media (max-width: 1023.98px) {
  #footer .footer-center {
    padding: 60px 0 40px;
  }
}

#footer .block {
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .block .block-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 15px;
  padding-bottom: 0;
  border: 0;
}

@media (max-width: 1023.98px) {
  #footer .block .block-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#footer ul.menu a {
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#footer ul.menu a:before {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 1200px) {
  #footer .column-center {
    padding: 0 50px;
  }
}

#footer .copyright .copyright-inner {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .copyright .copyright-inner a {
  color: var(--conbiz-theme-color);
}

#footer .copyright .copyright-inner a:hover {
  color: #fff;
}

@media (max-width: 1023.98px) {
  #footer .footer-column {
    margin-bottom: 40px;
  }
}

body.hidden-title .node--view-mode-full .header-title {
  display: none !important;
}

/* ----- Maintenance page ----- */
body.maintenance-page {
  background-color: #fff;
  color: #000;
}

.maintenance-page #page-wrapper {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  min-height: 0;
  border: 1px solid #ddd;
  margin-top: 40px;
}

.maintenance-page #page {
  margin: 10px;
}

.maintenance-page #main-wrapper {
  min-height: inherit;
}

.maintenance-page #header {
  width: auto;
}

.maintenance-page #main {
  margin: 0;
}

.maintenance-page .content .section {
  padding: 0 0 0 10px;
  /* LTR */
}

[dir="rtl"] .maintenance-page .content .section {
  padding-left: 0;
  padding-right: 10px;
}

.maintenance-page #header {
  background-color: #fff;
  background-image: none;
}

.maintenance-page .site-branding-text {
  margin-bottom: 50px;
  margin-left: 0;
  /* LTR */
  padding-top: 20px;
  font-size: 90%;
}

[dir="rtl"] .maintenance-page .site-branding-text {
  margin-right: 0;
}

.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
  color: #777;
}

.maintenance-page .page-title {
  line-height: 1em;
  margin-top: 0;
}

@media all and (min-width: 800px) {
  .maintenance-page #page-wrapper {
    width: 800px;
  }
  .maintenance-page #header div.section,
  .maintenance-page #main {
    width: 700px;
  }
}

@media all and (min-width: 600px) {
  .maintenance-page #page {
    margin: 20px 40px 40px;
  }
}

.page-notfound {
  text-align: center;
  padding: 150px 0;
  background: #f6f6f6;
}

@media (max-width: 991.98px) {
  .page-notfound {
    padding: 50px 0;
  }
}

.page-notfound header {
  display: none !important;
}

.page-notfound .big-title {
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .page-notfound .big-title {
    font-size: 90px;
  }
}

.page-notfound .sub-title {
  color: #999999;
  padding: 30px 0;
}

.page-notfound .content {
  color: #666666;
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto;
  line-height: 30px;
}

@media (max-width: 991.98px) {
  .page-notfound .content {
    padding: 0 20px;
  }
}

.page-notfound .action {
  text-align: center;
  margin-top: 30px;
}

.page-notfound .action a {
  font-size: 16px;
  color: var(--conbiz-theme-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-notfound .action a:hover {
  color: #000;
}

.view-page {
  margin-bottom: 50px;
}

.view-page header {
  overflow: hidden;
}

.portfolio-single {
  padding-bottom: 30px;
}

.portfolio-single .post-thumbnail .owl-nav .owl-prev {
  left: 20px !important;
}

.portfolio-single .post-thumbnail .owl-nav .owl-next {
  right: 20px !important;
}

.portfolio-single .post-thumbnail .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.portfolio-single .post-thumbnail img {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.portfolio-single .post-title {
  font-size: 30px;
  letter-spacing: -0.9px;
  padding: 0;
  margin: 0 0 30px;
}

@media (max-width: 1023.98px) {
  .portfolio-single .post-title {
    font-size: 20px;
  }
}

.portfolio-single .post-meta {
  margin: 20px 0 10px;
}

.portfolio-single .post-meta .line {
  width: 10px;
  height: 2px;
  background: var(--conbiz-theme-color);
  margin: 0 10px 0 4px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.portfolio-single .post-meta .post-categories {
  display: inline-block;
}

.portfolio-single .post-meta .post-categories a {
  color: var(--body-color);
  margin-right: 10px;
}

.portfolio-single .portfolio-informations {
  margin-bottom: 15px;
}

.portfolio-single .portfolio-informations .item-information {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  line-height: 24px;
}

.portfolio-single .portfolio-informations .item-information span {
  font-size: 16px;
}

.portfolio-single .portfolio-informations .item-information span:first-child {
  font-weight: 700;
  min-width: 100px;
  display: inline-block;
  color: var(--conbiz-theme-color-second);
  font-family: var(--conbiz-heading-font-family);
}

.portfolio-single .post-content ul {
  margin-top: 15px;
}

.portfolio-single .post-content ul li {
  color: var(--body-color);
  font-size: 1rem;
}

.portfolio-single blockquote {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  padding-left: 30px;
  font-family: var(--conbiz-heading-font-family);
  border-left: 3px solid var(--conbiz-theme-color);
}

.node--type-team.gavias-pagebuilder .container-full .team-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .node--type-team.gavias-pagebuilder .container-full .team-inner {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .node--type-team.gavias-pagebuilder .container-full .team-inner {
    max-width: 992px;
  }
}

@media (min-width: 1024px) {
  .node--type-team.gavias-pagebuilder .container-full .team-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .node--type-team.gavias-pagebuilder .container-full .team-inner {
    max-width: 1200px;
  }
}

.node--type-team.gavias-pagebuilder .node-detail {
  padding-bottom: 0;
}

.team-single-page .gavias-builder--content {
  margin-top: 100px;
  margin-bottom: -30px;
}

@media (max-width: 1023.98px) {
  .team-single-page .gavias-builder--content {
    margin-top: 40px;
  }
}

.team-single-page .team-image {
  text-align: center;
}

.team-single-page .team-image img {
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}

@media (max-width: 1023.98px) {
  .team-single-page .team-image {
    margin-bottom: 30px;
  }
}

.team-single-page .team-name {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 10px 60px 0 rgba(207, 207, 207, 0.35);
  box-shadow: 0px 10px 60px 0 rgba(207, 207, 207, 0.35);
}

.team-single-page .team-name .line {
  text-align: center;
  float: left;
}

.team-single-page .team-name .line span {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
}

.team-single-page .team-name .line span.one {
  background: #5EB4E7;
  margin-left: 0;
}

.team-single-page .team-name .line span.second {
  background: #F8C44F;
}

.team-single-page .team-name .line span.three {
  background: #F49626;
  margin-right: 0;
}

.team-single-page .name {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -1.05px;
  line-height: 42px;
}

.team-single-page .job {
  font-size: 15px;
  font-weight: 500;
  color: var(--conbiz-theme-color);
}

@media (min-width: 1024px) {
  .team-single-page .team-content {
    padding-left: 85px;
  }
}

.team-single-page .team-skills {
  margin-top: 60px;
}

.team-single-page .team-skills h3 {
  margin-bottom: 30px;
}

.team-single-page .team-skill-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-single-page .team-skill + .team-skill {
  margin-left: 100px;
}

@media (max-width: 1023.98px) {
  .team-single-page .team-skill + .team-skill {
    margin-left: 30px;
  }
}

.team-single-page .skill-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #1a1a1a;
  margin-top: 20px;
}

.team-single-page .socials {
  margin-top: 10px;
}

.team-single-page .team-contact {
  margin-bottom: 25px;
}

.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
  color: #999999;
  font-size: 13px;
  line-height: 28px;
}

.team-single-page .team-education .field__item {
  padding-left: 20px;
  position: relative;
}

.team-single-page .team-education .field__item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}

.team-single-page .team-info {
  margin-bottom: 30px !important;
}

.team-single-page .team-quote {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}

.team-single-page .team-quote:after {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: var(--conbiz-theme-color);
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

.team-single-page .node__content .field--name-body {
  display: none;
}

.page-user-login, .page-user-register, .page-user-pass {
  position: relative;
}

.page-user-login .bg, .page-user-register .bg, .page-user-pass .bg {
  background: #152C49;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.page-user-login input, .page-user-register input, .page-user-pass input {
  max-width: 100%;
}

.page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
  padding: 10px 30px 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 50px auto 0;
  position: relative;
  z-index: 99;
}

@media (max-width: 991.98px) {
  .page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
    margin-top: 35px;
  }
}

.page-user-login .branding, .page-user-register .branding, .page-user-pass .branding {
  margin-bottom: 20px;
}

.page-user-login .container, .page-user-register .container, .page-user-pass .container {
  padding: 0;
}

.page-user-login .nav-tabs, .page-user-register .nav-tabs, .page-user-pass .nav-tabs {
  margin-bottom: 20px;
}

.page-user-login .nav-tabs > li > a, .page-user-register .nav-tabs > li > a, .page-user-pass .nav-tabs > li > a {
  padding: 8px 20px 0 0 !important;
}

.post-block {
  margin-bottom: 30px;
}

.post-block .post-image {
  overflow: hidden;
}

.post-block .post-image a {
  position: relative;
  display: block;
}

.post-block .post-image img {
  display: block !important;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.post-block .post-title {
  margin: 0;
  line-height: 1.5;
  font-weight: 800;
  font-size: 22px;
  display: block;
}

@media (max-width: 1199.98px) {
  .post-block .post-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

.post-block .post-title a {
  color: #000;
  word-wrap: break-word;
}

.post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
  color: var(--conbiz-theme-color);
}

.post-block .post-desc {
  margin-top: 15px;
}

.post-block .post-meta {
  margin-top: 15px;
}

.post-block .post-meta span + span {
  margin-left: 30px;
}

@media (max-width: 1199.98px) {
  .post-block .post-meta span + span {
    margin-left: 15px;
  }
}

.post-block .post-meta i {
  margin-right: 5px;
}

@media (max-width: 1199.98px) {
  .post-block .post-meta {
    font-size: 14px;
  }
}

.post-block .post-content {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding-top: 30px;
}

.post-block .post-content:before, .post-block .post-content:after {
  content: " ";
  display: table;
}

.post-block .post-content:after {
  clear: both;
}

@media (max-width: 991.98px) {
  .post-block.teaser-1 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.post-block.teaser-1 .post-image {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.post-block.teaser-1 .post-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.post-block.teaser-1 .post-content {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.post-block.teaser-1:hover .post-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-block.teaser-1:hover .post-content {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(235, 235, 235, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(235, 235, 235, 0.35);
  border-color: transparent;
}

.post-block.teaser-1 {
  margin-bottom: 20px;
}

.post-block.teaser-2 {
  overflow: hidden;
  position: relative;
}

.post-block.teaser-2 .post-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}

.post-block.teaser-2 .post-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--conbiz-theme-color);
  opacity: 0.8;
  z-index: 1;
}

.post-block.teaser-2 .post-image img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 150%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post-block.teaser-2 .post-image > * {
  height: 100%;
  width: 100%;
}

.post-block.teaser-2 .post-image > * > * {
  height: 100%;
  width: 100%;
}

.post-block.teaser-2 .post-image > * > * > * {
  height: 100%;
  width: 100%;
}

.post-block.teaser-2 .post-content {
  position: relative;
  z-index: 1;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .post-block.teaser-2 .post-content {
    min-height: auto;
  }
}

.post-block.teaser-2:hover {
  color: #fff;
}

.post-block.teaser-2:hover .post-title a {
  color: #fff;
}

.post-block.teaser-2:hover .post-image {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.blog-gird .post-block .post-content {
  padding-bottom: 30px;
}

.blog-gird .post-block:hover .post-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-style-grid .post-block .post-title {
  position: relative;
}

.post-style-grid .post-block .post-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 3px;
  height: 100%;
  background: var(--conbiz-theme-color);
}

@media (max-width: 767.98px) {
  .post-style-grid .post-block .post-title:before {
    left: -15px;
  }
}

.post-style-grid .post-block .post-content {
  padding: 30px 35px;
  border: 1px solid #dee2e6;
}

@media (max-width: 767.98px) {
  .post-style-grid .post-block .post-content {
    padding: 30px 15px;
  }
}

.owl-carousel .post-block, .owl-carousel .post-block.teaser-2 {
  margin-bottom: 0 !important;
}

.post-footer {
  margin-top: 25px;
}

.post-footer .item-list ul li {
  margin-bottom: 15px !important;
}

.post-footer .item-list ul li:last-child {
  border: none;
  margin-bottom: 0 !important;
}

.post-footer .item-list ul li .post-block {
  background: transparent !important;
}

.post-footer .item-list ul li .post-block .post-title {
  font-size: 14px;
}

.post-footer .item-list ul li .post-block .post-title a {
  color: #fff;
  font-weight: 400;
}

.post-footer .item-list ul li .post-block .post-title a:hover {
  color: var(--conbiz-theme-color);
}

.post-footer .item-list ul li .post-block .post-meta {
  color: rgba(255, 255, 255, 0.8);
}

.post-footer .item-list ul li .post-block .post-meta .post-categories {
  font-size: 12px;
}

.post-footer .item-list ul li .post-block .post-meta .post-categories a {
  font-size: 10px;
}

.owl-carousel .post-block {
  margin-bottom: 0 !important;
}

.gallery-post {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.gallery-post:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}

.gallery-post .images {
  overflow: hidden;
  position: relative;
}

.gallery-post .images img {
  -webkit-transition: all 5s;
  transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}

.gallery-post a.zoomGallery {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 99;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 680px) {
  .gallery-post a.zoomGallery {
    display: none;
  }
}

.gallery-post:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-post:hover a.zoomGallery {
  opacity: 1;
  filter: alpha(opacity=100);
}

.style-dark .post-block {
  background: transparent;
}

.style-dark .post-block .post-title {
  background: transparent;
}

.style-dark .post-block .post-title a {
  color: #fff;
}

.style-dark .post-block .post-title a:hover {
  color: var(--conbiz-theme-color);
}

.post-style-horizontal .post-block:before, .post-style-horizontal .post-block:after {
  content: " ";
  display: table;
}

.post-style-horizontal .post-block:after {
  clear: both;
}

.node--view-mode-full .post-thumbnail iframe {
  min-height: 400px;
}

.node--view-mode-full .post-categories {
  padding-bottom: 0;
  margin-bottom: 5px;
}

.node-detail {
  padding-bottom: 35px;
}

.node-detail iframe {
  width: 100%;
  display: block;
}

.node-detail .post-block .post-thumbnail.post-gallery {
  overflow: hidden;
}

.node-detail .post-block .post-thumbnail.post-gallery .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}

.node-detail .post-block .post-thumbnail.post-gallery .owl-nav .owl-prev {
  margin-left: 100px;
}

.node-detail .post-block .post-thumbnail.post-gallery .owl-nav .owl-next {
  margin-right: 100px;
}

.node-detail .post-block .post-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.node-detail .post-block .post-meta {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.node-detail .post-block .post-meta .post-categories a {
  color: var(--body-color);
}

.node-detail .post-block blockquote {
  background: #f4f4f5;
  padding: 50px;
  border-left: 4px solid var(--conbiz-theme-color);
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .node-detail .post-block blockquote {
    padding: 30px;
    font-size: 20px;
  }
}

.node-detail .post-block blockquote span {
  position: relative;
  padding-left: 60px;
  display: block;
  font-size: 18px;
}

.node-detail .post-block blockquote span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--conbiz-theme-color);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.node-detail .post-block .gavias-builder--content {
  display: none;
}

.node-detail .field--name-field-tags {
  margin-top: 20px;
}

.node-detail .field--name-field-tags .field__label {
  color: #1a1a1a;
  font-weight: 700;
}

.node-detail .field--name-field-tags .field__item {
  float: left;
  margin-right: 10px;
}

.node-detail .field--name-field-tags .field__item a {
  padding: 2px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #f4f4f5;
  overflow: hidden;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 400;
  color: #1a1a1a;
}

.node-detail .field--name-field-tags .field__item a:hover, .node-detail .field--name-field-tags .field__item a:focus, .node-detail .field--name-field-tags .field__item a:active {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.categories-view-content.layout-grid .post-block, .categories-view-content.layout-masonry .post-block {
  margin-bottom: 30px;
  text-align: left;
}

.categories-view-content.layout-grid .post-block .post-categories, .categories-view-content.layout-masonry .post-block .post-categories {
  margin: 0;
}

.categories-view-content.layout-grid .post-block .post-categories h2, .categories-view-content.layout-grid .post-block .post-categories h3, .categories-view-content.layout-grid .post-block .post-categories h4, .categories-view-content.layout-masonry .post-block .post-categories h2, .categories-view-content.layout-masonry .post-block .post-categories h3, .categories-view-content.layout-masonry .post-block .post-categories h4 {
  margin: 0;
  line-height: 1;
}

.categories-view-content.layout-grid .post-block .post-title, .categories-view-content.layout-masonry .post-block .post-title {
  padding: 0;
}

.categories-view-content.layout-grid .post-block .post-meta, .categories-view-content.layout-masonry .post-block .post-meta {
  margin-top: 0;
}

.categories-view-content.layout-grid .post-block .post-body, .categories-view-content.layout-masonry .post-block .post-body {
  padding: 10px 0 15px;
}

.categories-view-content.layout-grid .post-block .post-content, .categories-view-content.layout-masonry .post-block .post-content {
  padding: 15px;
  border: 1px solid #dee2e6;
  border-top: 0;
}

.categories-view-content.layout-list .post-block {
  margin-bottom: 0;
}

.categories-view-content.layout-list .post-block:before, .categories-view-content.layout-list .post-block:after {
  content: " ";
  display: table;
}

.categories-view-content.layout-list .post-block:after {
  clear: both;
}

.categories-view-content.layout-list .post-block .post-thumbnail {
  width: 45%;
  float: left;
}

@media (max-width: 767.98px) {
  .categories-view-content.layout-list .post-block .post-thumbnail {
    width: 100%;
  }
}

.categories-view-content.layout-list .post-block .post-title {
  padding: 0;
  margin: 0;
}

.categories-view-content.layout-list .post-block .post-content {
  width: 55%;
  float: left;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .categories-view-content.layout-list .post-block .post-content {
    width: 100%;
  }
}

.categories-view-content.layout-list .post-block .post-content .post-categories {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}

.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
  margin: 0;
}

.post-style-list ul > li {
  margin-bottom: 30px !important;
}

.post-style-list .post-block {
  clear: both;
}

.post-style-list .post-block .post-image {
  width: 40%;
  float: left;
}

@media (max-width: 767.98px) {
  .post-style-list .post-block .post-image {
    width: 100%;
  }
}

.post-style-list .post-block .post-image img {
  height: auto;
  width: 100%;
}

.post-style-list .post-block .post-meta span + span {
  margin-left: 10px;
}

.post-style-list .post-block .post-categories a {
  color: var(--body-color);
}

.post-style-list .post-block .post-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.post-style-list .post-block .post-meta {
  font-size: 16px;
  margin: 10px 0 10px !important;
}

.post-style-list .post-block .post-meta i {
  color: var(--conbiz-theme-color);
  font-size: 14px;
  margin-right: 6px;
}

.post-style-list .post-block .post-content {
  padding-top: 0;
  width: 60%;
  padding-left: 30px;
  float: left;
}

@media (max-width: 767.98px) {
  .post-style-list .post-block .post-content {
    width: 100%;
    padding-left: 0;
  }
}

.post-style-list .post-block .post-title {
  padding-top: 0;
}

.post-style-list .post-block .action {
  display: none;
}

.post-style-list .post-block.no-image .post-content {
  width: 100%;
  padding-left: 0;
}

.post-list-small {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 20px;
}

.post-list-small .item-list ul li {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

.post-list-small .item-list ul li:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
  border: 0;
}

.post-list-small .post-block {
  clear: both;
  background: none;
}

.post-list-small-2 .item-list ul li {
  margin-bottom: 20px !important;
}

.post-list-small-2 .item-list ul li:last-child {
  margin-bottom: 0 !important;
}

.post-list-small-2 .post-block {
  clear: both;
  background: none;
}

.post-list-small-2 .post-block .post-image {
  width: 90px;
  float: left;
}

.post-list-small-2 .post-block .post-image img {
  height: auto;
  width: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.post-list-small-2 .post-block .post-content {
  padding-left: 110px;
  padding-top: 0;
}

.post-list-small-2 .post-block .post-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.48px;
  line-height: 1.63;
  margin-top: -3px;
  font-weight: 600;
}

.post-list-small-2 .post-block .post-meta {
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  color: #a6a9b3;
}

.post-list-small-2 .more-link a {
  margin-top: 20px;
  padding: 0;
  position: relative;
  z-index: 9;
  padding-right: 25px;
  background: transparent;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.post-list-small-2 .more-link a:after {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.post-list-small-2 .more-link a:hover, .post-list-small-2 .more-link a:focus, .post-list-small-2 .more-link a:active {
  color: var(--conbiz-theme-color);
  background: transparent;
  border-bottom-color: var(--conbiz-theme-color);
}

.team-block.team-v1 {
  max-width: 500px;
  margin: 0 auto 30px;
}

.team-block.team-v1 .team-image {
  position: relative;
  overflow: hidden;
}

.team-block.team-v1 .team-image img {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.team-block.team-v1 .team-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: var(--conbiz-theme-color);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: 10;
}

.team-block.team-v1 .team-header {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
}

.team-block.team-v1 .team-content {
  position: relative;
}

.team-block.team-v1 .team-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(235, 235, 235, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(235, 235, 235, 0.35);
  padding: 30px;
  visibility: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(1) translateY(30px);
  transform: scale(1) translateY(30px);
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -ms-transition: all 0.4s ease-in-out 0.1s;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 1199.98px) {
  .team-block.team-v1 .team-inner {
    padding: 20px 15px;
  }
}

.team-block.team-v1 .socials-team {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-top: 10px;
}

.team-block.team-v1 .socials-team a {
  text-align: center;
  color: #949494;
  font-size: 15px;
  margin-right: 7px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f4f4f5;
  display: inline-block;
  line-height: 35px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.team-block.team-v1 .socials-team a:hover, .team-block.team-v1 .socials-team a:focus, .team-block.team-v1 .socials-team a:active {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.team-block.team-v1 .team-name {
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.66px;
  font-size: 22px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

@media (max-width: 1199.98px) {
  .team-block.team-v1 .team-name {
    font-size: 20px;
  }
}

.team-block.team-v1 .team-job {
  font-size: 17px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .team-block.team-v1 .team-job {
    font-size: 15px;
  }
}

.team-block.team-v1 .btn-theme {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  position: absolute;
  right: 25px;
  top: -30px;
}

.team-block.team-v1:hover .team-image:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.team-block.team-v1:hover .team-header {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1) translateY(-40px);
  transform: scale(1) translateY(-40px);
}

.team-block.team-v1:hover .team-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.team-block.team-v2 {
  max-width: 250px;
  margin: 0 auto 30px;
  text-align: center;
}

.team-block.team-v2 .team-image {
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
}

.team-block.team-v2 .team-image img {
  border-radius: 0 50% 50% 50%;
  -webkit-border-radius: 0 50% 50% 50%;
  -moz-border-radius: 0 50% 50% 50%;
  -ms-border-radius: 0 50% 50% 50%;
  -o-border-radius: 0 50% 50% 50%;
}

.team-block.team-v2 .team-content {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding-top: 60px;
  padding-bottom: 20px;
  z-index: 0;
  position: relative;
  background: url("../images/bg-team-v2.png") no-repeat top center;
}

.team-block.team-v2 .team-inner {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.team-block.team-v2 .socials-team {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.team-block.team-v2 .socials-team a {
  text-align: center;
  color: var(--body-color);
  font-size: 15px;
  margin-right: 7px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  display: inline-block;
  line-height: 35px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(193, 193, 193, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(193, 193, 193, 0.35);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.team-block.team-v2 .socials-team a:hover, .team-block.team-v2 .socials-team a:focus, .team-block.team-v2 .socials-team a:active {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.team-block.team-v2 .team-name {
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.66px;
  font-size: 22px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.team-block.team-v2 .team-job {
  font-size: 17px;
  font-weight: 500;
}

.team-block.team-v2 .btn-theme {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  position: absolute;
  right: 25px;
  bottom: -20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.team-block.team-v2:hover .socials-team {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-block.team-v2:hover .btn-theme {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(217, 35, 0, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(217, 35, 0, 0.35);
}

.team-block.team-v3 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: transparent;
  background: #fff;
}

.team-block.team-v3 .team-image {
  position: relative;
  background: transparent;
}

.team-block.team-v3 .team-image .socials-team {
  z-index: 9;
  width: auto;
  padding: 10px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: 9;
  width: 32px;
}

.team-block.team-v3 .team-image .socials-team a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #1a1a1a;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.team-block.team-v3 .team-image .socials-team a:hover, .team-block.team-v3 .team-image .socials-team a:focus, .team-block.team-v3 .team-image .socials-team a:active {
  background: var(--conbiz-theme-color);
}

.team-block.team-v3 .team-image .item-image {
  position: relative;
}

.team-block.team-v3 .team-image .item-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.team-block.team-v3 .team-content {
  background: transparent;
  position: relative;
  text-align: left;
  padding: 10px 20px 20px;
  border: 1px solid #dee2e6;
  border-top: 0;
}

.team-block.team-v3 .team-content .team-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
  padding: 20px 0 6px;
  text-transform: capitalize;
}

.team-block.team-v3 .team-content .team-job {
  font-size: 13px;
  color: #808080;
  padding: 0 0 10px;
}

.team-block.team-v3 .team-skills .progress-label {
  font-weight: 400 !important;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
}

.team-block.team-v3 .team-skills .progress {
  margin-bottom: 12px !important;
  height: 2px !important;
}

.team-block.team-v3 .team-skills .progress .progress-bar span {
  display: none;
}

.team-block.team-v3 .team-skills .progress .percentage {
  font-size: 12px !important;
  top: -22px;
  color: #000;
  font-weight: 400;
}

.team-block.team-v3:hover .team-image .item-image:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-block.team-v3:hover .team-image .socials-team {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 10px;
}

.team-carousel .team-block, .team-carousel .team-v2 {
  margin-bottom: 0;
}

.team-carousel .owl-item.center .team-v1 .team-header {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1) translateY(-40px);
  transform: scale(1) translateY(-40px);
}

.team-carousel .owl-item.center .team-v1 .team-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.team-carousel .owl-item.center .team-v2 .socials-team {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-carousel .owl-item.center .team-v2 .btn-theme {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(217, 35, 0, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(217, 35, 0, 0.35);
}

.team-list .team-block .team-image {
  width: 35%;
  float: left;
}

.team-list .team-block .team-content {
  padding-left: 30px;
  width: 65%;
  float: left;
}

.team-list .team-block .team-content .team-body {
  display: block !important;
  visibility: visible !important;
  padding: 10px 0;
}

.post-slider.post-block {
  position: relative;
}

.post-slider.post-block .post-inner {
  position: relative;
}

.post-slider.post-block .post-inner:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.post-slider.post-block .post-meta-wrap {
  width: 100%;
  padding: 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (max-width: 991.98px) {
  .post-slider.post-block .post-meta-wrap {
    padding: 20px;
  }
}

.post-slider.post-block .post-meta-wrap .post-title {
  padding: 0 0 2px;
}

.post-slider.post-block .post-meta-wrap .post-title a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .post-slider.post-block .post-meta-wrap .post-title a {
    font-size: 15px;
  }
}

.post-slider.post-block .post-meta-wrap .post-title a:hover {
  color: var(--conbiz-theme-color) !important;
}

.post-slider.post-block .post-body {
  margin-top: 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991.98px) {
  .post-slider.post-block .post-body {
    display: none;
  }
}

.post-slider.post-block .post-meta {
  color: #fff;
}

.post-slider.post-block .post-categories {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.post-slider.post-block .post-categories a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background: var(--conbiz-theme-color);
  padding: 2px 10px;
}

.box-margin-0 {
  margin-bottom: 0;
}

.box-margin-small {
  margin-bottom: 30px;
}

.box-margin-medium {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .box-margin-medium {
    margin-bottom: 30px;
  }
}

.box-margin-large {
  margin-bottom: 80px;
}

@media (max-width: 1023.98px) {
  .box-margin-large {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .box-margin-large {
    margin-bottom: 30px;
  }
}

.no-margin {
  margin: 0 !important;
}

.margin-1 {
  margin-bottom: -150px;
}

@media (max-width: 1023.98px) {
  .margin-1 {
    margin-bottom: 0px;
  }
}

.margin-2 {
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .margin-2 {
    margin-top: 20px;
  }
}

.margin-3 {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .margin-3 {
    margin-top: 50px;
  }
}

.margin-4 {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .margin-4 {
    margin-top: 0;
  }
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-40 {
    margin-bottom: 30px !important;
  }
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-45 {
    margin-bottom: 30px !important;
  }
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-50 {
    margin-bottom: 30px !important;
  }
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-60 {
    margin-bottom: 30px !important;
  }
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-70 {
    margin-bottom: 30px !important;
  }
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-80 {
    margin-bottom: 30px !important;
  }
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-90 {
    margin-bottom: 30px !important;
  }
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 1023.98px) {
  .margin-bottom-100 {
    margin-bottom: 30px !important;
  }
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

@media (max-width: 1023.98px) {
  .padding-bottom-50 {
    padding-bottom: 30px !important;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

@media (max-width: 991.98px) {
  .padding-bottom-100 {
    padding-bottom: 30px !important;
  }
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

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

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

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

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

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

.width-600 {
  max-width: 600px !important;
  margin: 0 auto;
}

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

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

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

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

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

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

.radius-1x {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.radius-5x {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.radius-7 {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.border-1 {
  border: 1px solid #dee2e6;
}

.border-2 {
  border: 2px solid #dee2e6;
}

.border-3 {
  border: 3px solid #dee2e6;
}

.border-4 {
  border: 4px solid #dee2e6;
}

.border-5 {
  border: 5px solid #dee2e6;
}

.border-top-1 {
  border-top: 1px solid #dee2e6;
}

.border-top-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fsize-14 {
  font-size: 14px !important;
}

.fsize-15 {
  font-size: 15px !important;
}

.fsize-16 {
  font-size: 16px !important;
}

.fsize-17 {
  font-size: 17px !important;
}

.fsize-18 {
  font-size: 18px !important;
}

.fsize-19 {
  font-size: 19px !important;
}

.fsize-20 {
  font-size: 20px !important;
}

.fsize-21 {
  font-size: 21px !important;
}

.fsize-22 {
  font-size: 22px !important;
}

.fsize-23 {
  font-size: 23px !important;
}

.fsize-24 {
  font-size: 24px !important;
}

.fsize-25 {
  font-size: 25px !important;
}

.fsize-26 {
  font-size: 26px !important;
}

.fsize-27 {
  font-size: 27px !important;
}

.fsize-28 {
  font-size: 28px !important;
}

.fsize-29 {
  font-size: 29px !important;
}

.fsize-30 {
  font-size: 30px !important;
}

.fsize-31 {
  font-size: 31px !important;
}

.fsize-32 {
  font-size: 32px !important;
}

.fsize-33 {
  font-size: 33px !important;
}

.fsize-34 {
  font-size: 34px !important;
}

.fsize-35 {
  font-size: 35px !important;
}

.fsize-36 {
  font-size: 36px !important;
}

.fsize-37 {
  font-size: 37px !important;
}

.fsize-38 {
  font-size: 38px !important;
}

.fsize-39 {
  font-size: 39px !important;
}

.fsize-40 {
  font-size: 40px !important;
}

.fsize-41 {
  font-size: 41px !important;
}

.fsize-42 {
  font-size: 42px !important;
}

.fsize-44 {
  font-size: 44px !important;
}

.fsize-46 {
  font-size: 46px !important;
}

@media (max-width: 1023.98px) {
  .fsize-46 {
    font-size: 38px !important;
  }
}

.fsize-48 {
  font-size: 48px !important;
}

@media (max-width: 1023.98px) {
  .fsize-48 {
    font-size: 38px !important;
  }
}

.fsize-50 {
  font-size: 50px !important;
}

@media (max-width: 1023.98px) {
  .fsize-50 {
    font-size: 38px !important;
  }
}

.fsize-52 {
  font-size: 52px !important;
}

@media (max-width: 1023.98px) {
  .fsize-52 {
    font-size: 38px !important;
  }
}

.fsize-54 {
  font-size: 54px !important;
}

.fsize-56 {
  font-size: 56px !important;
}

@media (max-width: 1023.98px) {
  .fsize-56 {
    font-size: 38px !important;
  }
}

.fsize-58 {
  font-size: 58px !important;
}

@media (max-width: 1023.98px) {
  .fsize-58 {
    font-size: 38px !important;
  }
}

.fsize-60 {
  font-size: 60px !important;
}

@media (max-width: 1023.98px) {
  .fsize-60 {
    font-size: 40px !important;
  }
}

.fsize-70 {
  font-size: 70px !important;
}

@media (max-width: 1023.98px) {
  .fsize-70 {
    font-size: 50px !important;
  }
}

.fsize-80 {
  font-size: 80px !important;
}

@media (max-width: 1023.98px) {
  .fsize-80 {
    font-size: 50px !important;
  }
}

.fsize-90 {
  font-size: 90px !important;
}

@media (max-width: 1023.98px) {
  .fsize-90 {
    font-size: 50px !important;
  }
}

.fsize-100 {
  font-size: 100px !important;
}

@media (max-width: 1023.98px) {
  .fsize-100 {
    font-size: 60px !important;
  }
}

.lheight-18 {
  line-height: 18px !important;
}

.lheight-19 {
  line-height: 19px !important;
}

.lheight-20 {
  line-height: 20px !important;
}

.lheight-21 {
  line-height: 21px !important;
}

.lheight-22 {
  line-height: 22px !important;
}

.lheight-23 {
  line-height: 23px !important;
}

.lheight-24 {
  line-height: 24px !important;
}

.lheight-25 {
  line-height: 25px !important;
}

.lheight-26 {
  line-height: 26px !important;
}

.lheight-27 {
  line-height: 27px !important;
}

.lheight-28 {
  line-height: 28px !important;
}

.lheight-29 {
  line-height: 29px !important;
}

.lheight-30 {
  line-height: 30px !important;
}

.lheight-31 {
  line-height: 31px !important;
}

.lheight-32 {
  line-height: 32px !important;
}

.lheight-33 {
  line-height: 33px !important;
}

.lheight-34 {
  line-height: 34px !important;
}

.lheight-35 {
  line-height: 35px !important;
}

.lheight-36 {
  line-height: 36px !important;
}

.lheight-37 {
  line-height: 37px !important;
}

.lheight-38 {
  line-height: 38px !important;
}

.lheight-39 {
  line-height: 39px !important;
}

.lheight-40 {
  line-height: 40px !important;
}

.lheight-41 {
  line-height: 41px !important;
}

.lheight-42 {
  line-height: 42px !important;
}

.lheight-43 {
  line-height: 43px !important;
}

.lheight-44 {
  line-height: 44px !important;
}

.lheight-46 {
  line-height: 46px !important;
}

@media (max-width: 1023.98px) {
  .lheight-46 {
    line-height: 38px !important;
  }
}

.lheight-48 {
  line-height: 48px !important;
}

@media (max-width: 1023.98px) {
  .lheight-48 {
    line-height: 38px !important;
  }
}

.lheight-50 {
  line-height: 50px !important;
}

@media (max-width: 1023.98px) {
  .lheight-50 {
    line-height: 38px !important;
  }
}

.lheight-52 {
  line-height: 52px !important;
}

@media (max-width: 1023.98px) {
  .lheight-52 {
    line-height: 38px !important;
  }
}

.lheight-54 {
  line-height: 54px !important;
}

@media (max-width: 1023.98px) {
  .lheight-54 {
    line-height: 38px !important;
  }
}

.lheight-56 {
  line-height: 56px !important;
}

@media (max-width: 1023.98px) {
  .lheight-56 {
    line-height: 38px !important;
  }
}

.lheight-58 {
  line-height: 58px !important;
}

@media (max-width: 1023.98px) {
  .lheight-58 {
    line-height: 38px !important;
  }
}

.lheight-60 {
  line-height: 60px !important;
}

@media (max-width: 1023.98px) {
  .lheight-60 {
    line-height: 40px !important;
  }
}

.lheight-70 {
  line-height: 70px !important;
}

@media (max-width: 1023.98px) {
  .lheight-70 {
    line-height: 60px !important;
  }
}

.lheight-80 {
  line-height: 80px !important;
}

@media (max-width: 1023.98px) {
  .lheight-80 {
    line-height: 70px !important;
  }
}

.lheight-90 {
  line-height: 90px !important;
}

@media (max-width: 1023.98px) {
  .lheight-90 {
    line-height: 70px !important;
  }
}

.lheight-100 {
  line-height: 100px !important;
}

@media (max-width: 1023.98px) {
  .lheight-100 {
    line-height: 80px !important;
  }
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.fweight-800 {
  font-weight: 800 !important;
}

.fweight-900 {
  font-weight: 900 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-light .border-1, .text-light .border-2, .text-light .border-3, .text-light .border-4, .text-light .border-5 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.padding-responsive {
  padding: 30px 120px;
}

@media (max-width: 991.98px) {
  .padding-responsive {
    padding: 30px;
  }
}

.special-margin-top {
  margin-top: -125px;
}

@media (max-width: 991.98px) {
  .special-margin-top {
    margin-top: 30px;
  }
}

.special-margin-top-2 {
  margin-top: -120px;
}

@media (max-width: 991.98px) {
  .special-margin-top-2 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.margin-top-contact {
  margin-top: -100px;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .margin-top-contact {
    margin-top: 30px;
    padding-bottom: 45px;
  }
}

.padding-lr-15p {
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 991.98px) {
  .padding-lr-15p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.border {
  border: 1px solid #dee2e6;
}

.border-top {
  border-top: 1px solid #dee2e6;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.overflow-visible {
  overflow: visible !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
  margin-right: 1px !important;
}

.no-bg {
  background-color: transparent !important;
}

.col-no-padding div[class*="col-"] {
  padding: 0 !important;
}

.p-static {
  position: static !important;
}

.p-relative {
  position: relative !important;
}

.bg-theme {
  background: var(--conbiz-theme-color);
}

.bg-theme-second {
  background: var(--conbiz-theme-color-second);
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #333333;
}

.bg-dark {
  background: #1f1f1f;
}

.bg-fixed, .gva-fixed-background {
  background-attachment: fixed;
}

@media (max-width: 1023.98px) {
  .bg-fixed, .gva-fixed-background {
    background-attachment: scroll;
  }
}

.bg-content-box {
  background-clip: content-box;
}

.youtube-bg {
  position: relative;
  z-index: 9;
}

.youtube-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.youtube-bg .bb-inner {
  position: relative;
  z-index: 99;
}

.ui-widget-content {
  color: var(--body-color);
}

.gva-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.text-normal {
  font-size: 15px;
}

.text-size-medium {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.text-medium {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
}

.text-medium a {
  color: var(--conbiz-theme-color);
}

.text-medium a:hover {
  text-decoration: underline;
}

.text-medium-2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: var(--conbiz-theme-color-second);
  margin-top: 2px;
  font-family: var(--conbiz-heading-font-family);
}

.text-size-big {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}

@media (max-width: 991.98px) {
  .text-size-big {
    font-size: 30px;
    line-height: 38px;
  }
}

.text-size-big {
  font-size: 36px;
}

@media (max-width: 991.98px) {
  .text-size-big {
    font-size: 20px;
  }
}

.text-black {
  color: #1a1a1a !important;
}

.text-black > a {
  color: #1a1a1a !important;
}

.text-white {
  color: #fff !important;
}

.text-white > a {
  color: #fff !important;
}

.text-theme {
  color: var(--conbiz-theme-color) !important;
}

.text-theme > a {
  color: var(--conbiz-theme-color) !important;
}

.text-theme-2, .text-theme-second {
  color: var(--conbiz-theme-color-second) !important;
}

.text-theme-2 > a, .text-theme-second > a {
  color: var(--conbiz-theme-color-second) !important;
}

.text-gray {
  color: var(--body-color) !important;
}

.text-gray > a {
  color: var(--body-color) !important;
}

.text-gray-light {
  color: #E6E6E6 !important;
}

.text-gray-light > a {
  color: #E6E6E6 !important;
}

.color-theme {
  color: var(--conbiz-theme-color) !important;
}

.color-theme > a {
  color: var(--conbiz-theme-color) !important;
}

.color-white {
  color: #fff !important;
}

.color-white > a {
  color: #fff !important;
}

.color-dark {
  color: #f1f1f1 !important;
}

.color-dark > a {
  color: #f1f1f1 !important;
}

.color-black {
  color: #000 !important;
}

.color-black > a {
  color: #000 !important;
}

.gavias-parallax {
  background-attachment: fixed !important;
}

@media (max-width: 767.98px) {
  .gavias-parallax {
    background-attachment: scroll !important;
  }
}

.gavias-parallax.fp-section {
  background-attachment: scroll !important;
}

.socials {
  display: inline-block;
  width: 100%;
}

.socials a {
  color: var(--body-color);
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-right: 12px;
  font-size: 14px;
}

.socials a:last-child {
  margin-right: 0;
}

.socials a:hover, .socials a:focus, .socials a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.socials a i {
  color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  background: var(--conbiz-theme-color);
}

.socials a i.fa-facebook-square, .socials a i.fa-facebook {
  background: #3b5998;
}

.socials a i.fa-twitter, .socials a i.fa-twitter-square {
  background: #4099ff;
}

.socials a i.fa-skype {
  background: #12a5f4;
}

.socials a i.fa-dribbble {
  background: #ea4c89;
}

.socials a i.fa-linkedin-square, .socials a i.fa-linkedin {
  background: #0e76a8;
}

.socials a i.fa-apple {
  background: #f2f2f2;
}

.socials a i.fa-pinterest {
  background: #c92228;
}

.socials a i.fa-google-plus-square, .socials a i.fa-google-plus {
  background: #d34836;
}

.socials a i.fa-youtube-square, .socials a i.fa-youtube {
  background: #c4302b;
}

.socials a i.fa-vimeo-square, .socials a i.fa-vimeo {
  background: #4ebbff;
}

.socials a i.fa-tumblr-square, .socials a i.fa-tumblr {
  background: #35465c;
}

.socials a i.fa-xing-square, .socials a i.fa-xing {
  background: #126567;
}

.socials a i.fa-instagram {
  background: #e8e2d9;
}

.socials a i.fa-flickr {
  background: #0063DC;
}

.social-copyright {
  float: right;
}

.post-masonry-style > div, .isotope-items > div {
  margin-left: -1px;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}

.nav-tabs > li > a {
  font-weight: 600;
  padding: 5px 12px;
  border: none;
  font-size: 16px;
  background: none;
}

.nav-tabs > li > a i {
  margin-right: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  color: var(--conbiz-theme-color);
}

.box-quick-link ul {
  padding: 0;
  margin: 0;
}

.box-quick-link ul > li {
  width: 46%;
  height: 70px;
  border: 1px solid #dee2e6;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 8%;
}

.box-quick-link ul > li:nth-child(2n) {
  margin-left: 4%;
}

.box-quick-link ul > li:nth-child(2n+1) {
  margin-right: 4%;
}

.box-quick-link ul > li a {
  font-weight: 700;
  font-size: 13px;
  display: block;
  line-height: 1.8;
  padding-top: 12px;
}

.box-quick-link ul > li a i {
  display: block;
  font-size: 23px;
  color: #777777;
}

.box-quick-link ul > li a:hover {
  color: #fff;
}

.box-quick-link ul > li a:hover i {
  color: #fff;
}

.box-quick-link ul > li:hover {
  background-color: #555555;
}

.box-quick-link ul > li:hover * {
  color: #fff;
}

.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.init-carousel-owl .owl-item > .item {
  padding-left: 15px;
  padding-right: 15px;
}

.init-carousel-owl.carousel-no-padding, .init-carousel-owl.no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.init-carousel-owl.carousel-no-padding .owl-item > .item, .init-carousel-owl.no-padding .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.init-carousel-owl[data-items*="1"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.init-carousel-owl[data-items*="1"] .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.error {
  background-repeat: no-repeat !important;
  background-image: none !important;
}

.owl-carousel {
  background: none !important;
  position: relative;
  max-height: 200px;
}

.owl-carousel .item {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.owl-carousel .owl-stage-outer .item {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.owl-carousel.owl-loaded {
  max-height: none;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-carousel .owl-controls {
  margin: 0;
}

.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}

.owl-carousel .owl-dots {
  margin-top: 65px;
  text-align: center;
  width: 100%;
  display: block;
}

@media (max-width: 1023.98px) {
  .owl-carousel .owl-dots {
    margin-top: 15px;
  }
}

.owl-carousel .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  background: transparent;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: solid 3px rgba(37, 37, 46, 0.2);
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  border-color: var(--conbiz-theme-color);
}

.owl-carousel .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}

.owl-carousel .owl-nav > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: var(--body-color) !important;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.owl-carousel .owl-nav > div:hover {
  background: var(--conbiz-theme-color);
  border-color: var(--conbiz-theme-color);
}

.owl-carousel .owl-nav > div:hover i {
  color: #fff;
}

.owl-carousel .owl-nav > div.owl-prev {
  right: auto !important;
  left: 0 !important;
}

.owl-carousel .owl-nav > div.owl-next {
  left: auto !important;
  right: 0 !important;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}

.owl-carousel:hover .owl-nav .owl-next {
  margin-left: 30px;
}

.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 30px;
}

.owl-carousel.carousel-thumbnail.text.top {
  padding-top: 60px;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 10px;
  color: #000;
  font-weight: 700;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
  color: var(--conbiz-theme-color);
}

.owl-carousel.carousel-thumbnail.text.vertical {
  padding-left: 25%;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
  display: none;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 99;
  margin-top: 0;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    width: 100%;
  }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
  width: 100%;
  display: block;
  text-align: left;
  background: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  background: #fff;
  padding: 25px 20px;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  line-height: 1;
  position: relative;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 3px;
  background: var(--conbiz-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
  border-bottom: 0;
}

@media (max-width: 991.98px) {
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    display: inline-block;
    width: auto;
    text-align: center;
  }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
  color: var(--conbiz-theme-color);
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-carousel.pagination-right .owl-dots {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}

.owl-carousel.pagination-right .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}

.owl-carousel.pagination-left .owl-dots {
  float: left;
  width: auto;
  margin-top: 15px;
  text-align: left;
}

.owl-carousel.white .owl-dots .owl-dot {
  background: #AAABAC;
}

.owl-carousel.white .owl-dots .owl-dot.active {
  background: #fff;
}

button:focus {
  outline: 0;
}

.button, .btn, .btn-white, .btn-theme, .btn-theme-second, .btn-theme-submit, .btn-gray {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 40px;
  line-height: 28px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: none;
  font-family: var(--conbiz-heading-font-family);
  text-transform: none;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .button, .btn, .btn-white, .btn-theme, .btn-theme-second, .btn-theme-submit, .btn-gray {
    padding: 12px 30px;
    font-size: 14px;
  }
}

.button span, .btn span, .btn-white span, .btn-theme span, .btn-theme-second span, .btn-theme-submit span, .btn-gray span {
  position: relative;
  z-index: 9;
  padding-right: 20px;
  display: inline-block;
}

.button span:after, .btn span:after, .btn-white span:after, .btn-theme span:after, .btn-theme-second span:after, .btn-theme-submit span:after, .btn-gray span:after {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button:hover, .button:focus, .button:active, .btn:hover, .btn:focus, .btn:active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-submit:hover, .btn-theme-submit:focus, .btn-theme-submit:active, .btn-gray:hover, .btn-gray:focus, .btn-gray:active {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0.9;
  background: var(--conbiz-theme-color);
}

.button:hover span:after, .button:focus span:after, .button:active span:after, .btn:hover span:after, .btn:focus span:after, .btn:active span:after, .btn-white:hover span:after, .btn-white:focus span:after, .btn-white:active span:after, .btn-theme:hover span:after, .btn-theme:focus span:after, .btn-theme:active span:after, .btn-theme-second:hover span:after, .btn-theme-second:focus span:after, .btn-theme-second:active span:after, .btn-theme-submit:hover span:after, .btn-theme-submit:focus span:after, .btn-theme-submit:active span:after, .btn-gray:hover span:after, .btn-gray:focus span:after, .btn-gray:active span:after {
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

.button.full-width, .btn.full-width, .btn-white.full-width, .btn-theme.full-width, .btn-theme-second.full-width, .btn-theme-submit.full-width, .btn-gray.full-width {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px;
  text-align: center;
}

.btn-theme {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
  color: #fff;
  opacity: 0.9;
}

.btn-theme-2 {
  background: var(--conbiz-theme-color-second);
}

.btn-theme-2:hover, .btn-theme-2:focus, .btn-theme-2:active {
  opacity: 0.9;
}

.btn-black {
  background: #1a1a1a;
  color: #fff;
}

.btn-black:hover, .btn-black:focus, .btn-black:active {
  opacity: 0.9;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #1a1a1a;
}

.btn-white span:after, .btn-white i {
  color: var(--conbiz-theme-color);
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.btn-white:hover span:after, .btn-white:hover i, .btn-white:focus span:after, .btn-white:focus i, .btn-white:active span:after, .btn-white:active i {
  color: #fff;
}

.btn-gray {
  background: #fafafa;
  color: #1a1a1a;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.btn-theme-second {
  background: var(--conbiz-theme-color-second);
  color: #fff;
}

.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active {
  opacity: 0.9;
  color: #fff;
}

.btn-outline {
  font-size: 16px;
  font-weight: bold;
  border: 2px solid rgba(34, 38, 49, 0.1);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  color: #1a1a1a;
  padding: 10px 25px;
  line-height: 28px;
  display: inline-block;
}

.btn-outline span {
  position: relative;
  z-index: 9;
  padding-right: 20px;
  display: inline-block;
}

.btn-outline span:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: var(--conbiz-theme-color);
  border-color: var(--conbiz-theme-color);
}

.btn-outline:hover span:after, .btn-outline:focus span:after, .btn-outline:active span:after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.btn-inline {
  font-size: 14px;
  color: var(--conbiz-theme-color) !important;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 700;
  padding-right: 28px;
  font-family: var(--conbiz-heading-font-family);
  text-transform: capitalize;
}

.btn-inline:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 1;
  line-height: 1;
  font-weight: 900;
  font-size: 10px;
}

.btn-inline:hover, .btn-inline:focus, .btn-inline:active {
  text-decoration: underline;
  opacity: 0.9;
}

/*************** Easy PieChart ***************/
.easyPieChart {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
}

.easyPieChart:last-child {
  margin-right: 0;
}

.easyPieChart span {
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*************** Progress Bars ***************/
.progress-label {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 2px;
  text-align: left;
}

.progress {
  height: 3px !important;
  background-color: #BCBCBC !important;
  position: relative;
  overflow: visible !important;
  border-radius: 0 !important;
}

.progress .progress-bar {
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  text-align: right;
  line-height: 16px !important;
  background: var(--conbiz-theme-color);
  position: relative;
}

.progress .percentage {
  font-size: 14px !important;
  text-align: center;
  position: absolute;
  right: 1px;
  top: -24px;
  z-index: 9;
  color: var(--body-color);
  font-weight: 700;
}

/*************** Pricing Tables ***************/
.pricing-table {
  background-color: #fff;
  overflow: hidden;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

@media (max-width: 991.98px) {
  .pricing-table {
    margin-bottom: 30px;
  }
}

.pricing-table ul li {
  list-style: none;
}

.pricing-table .plan-header {
  background: url("../images/bg-pricing.png") no-repeat center center #222631;
  padding: 45px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .pricing-table .plan-header {
    padding: 30px;
  }
}

.pricing-table .plan-name {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.pricing-table .plan-price {
  margin-top: 30px;
}

.pricing-table .plan-price .interval {
  font-size: 35px;
  font-weight: 600;
  position: relative;
  display: block;
  float: left;
  text-transform: uppercase;
}

.pricing-table .plan-price .dollar {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 18px;
  float: left;
}

.pricing-table .plan-price .value {
  font-size: 85px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -5.1px;
  display: inline-block;
  float: left;
}

@media (max-width: 1199.98px) {
  .pricing-table .plan-price .value {
    font-size: 60px;
    letter-spacing: -3px;
  }
}

.pricing-table .plan-list {
  padding: 40px 45px;
  font-family: var(--conbiz-heading-font-family);
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1199.98px) {
  .pricing-table .plan-list {
    font-size: 17px;
    line-height: 28px;
  }
}

@media (max-width: 991.98px) {
  .pricing-table .plan-list {
    padding: 25px 30px;
  }
}

.pricing-table .plan-list ul {
  padding: 0;
}

.pricing-table .plan-list ul li {
  padding-bottom: 10px;
  padding-left: 20px;
  list-style: none;
  position: relative;
}

.pricing-table .plan-list ul li:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: var(--conbiz-theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (max-width: 1199.98px) {
  .pricing-table .plan-list ul li:after {
    top: 10px;
  }
}

.pricing-table .plan-list ul li.off {
  color: #bbb;
}

.pricing-table .plan-list ul li.off:after {
  content: '\f00d';
  color: #bbb;
  font-size: 10px;
  top: 10px;
  font-weight: 900;
}

.pricing-table .plan-signup {
  padding: 0 45px 45px;
}

.pricing-table:hover, .pricing-table.highlight-plan {
  -webkit-box-shadow: 0px 10px 60px 0 rgba(213, 213, 213, 0.13);
  box-shadow: 0px 10px 60px 0 rgba(213, 213, 213, 0.13);
}

.pricing-table:hover .plan-header, .pricing-table.highlight-plan .plan-header {
  background-color: var(--conbiz-theme-color);
}

.pricing-table:hover .btn-outline, .pricing-table.highlight-plan .btn-outline {
  background: var(--conbiz-theme-color);
  color: #fff;
}

/************** Pricing Vertical ***************************/
.pricing-vertical {
  border: 1px solid #dee2e6;
  background: #fff;
}

@media (max-width: 991.98px) {
  .pricing-vertical {
    border: none;
    background: none;
  }
}

.pricing-vertical ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.pricing-vertical ul > li {
  height: 90px;
  padding: 1.625em 0;
}

.pricing-vertical ul > li:nth-child(odd) {
  background: #f5f5f5;
}

.pricing-vertical ul > li .checkmark, .pricing-vertical ul > li .crossmark {
  width: 1.625em;
  height: 1.625em;
  line-height: 1.625em;
  background: #64b671;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
}

.pricing-vertical ul > li .checkmark:before, .pricing-vertical ul > li .crossmark:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  opacity: 1;
  font-size: 11px;
  font-weight: 900;
}

.pricing-vertical ul > li .crossmark {
  background: #e34747;
}

.pricing-vertical ul > li .crossmark:before {
  content: '\f00d';
}

.pricing-vertical .row {
  margin: 0 !important;
}

.pricing-vertical div[class*='col-'] {
  padding: 0 !important;
  border-right: 1px solid #dee2e6;
}

@media (max-width: 991.98px) {
  .pricing-vertical div[class*='col-'] {
    margin-bottom: 30px;
    border: 1px solid #dee2e6 !important;
    background: #fff;
  }
}

.pricing-vertical div[class*='col-']:last-child {
  border-right: 0;
}

.pricing-vertical div[class*='col-'].pricing-highlight {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.pricing-vertical div[class*='col-']:not(:first-child) ul li:last-child {
  height: auto !important;
}

.pricing-vertical div[class*='col-'] .pricing-title {
  min-height: 109px;
  padding: 1.625em 0;
  position: relative;
}

.pricing-vertical div[class*='col-'] .pricing-title h6 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  color: var(--body-color);
  letter-spacing: 1px;
}

.pricing-vertical div[class*='col-'] .pricing-title .pricing-price {
  line-height: 1;
}

.pricing-vertical div[class*='col-'] .pricing-title .pricing-price .pricing-dollar {
  font-size: 16px;
  position: relative;
  top: -8px;
  color: #000;
}

.pricing-vertical div[class*='col-'] .pricing-title .pricing-price .price {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
}

.pricing-vertical .col-heading {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.pricing-vertical .col-heading ul li {
  height: 90px;
  font-family: var(--conbiz-heading-font-family);
  font-size: 20px;
  line-height: 18px;
}

ul.liststyle-v1, ul.liststyle-v2 {
  padding-left: 0;
}

ul.liststyle-v1 > li, ul.liststyle-v2 > li {
  list-style: none;
  position: relative;
  padding-left: 42px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  ul.liststyle-v1 > li, ul.liststyle-v2 > li {
    font-size: 17px;
    line-height: 24px;
  }
}

ul.liststyle-v1 > li:after, ul.liststyle-v2 > li:after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: var(--conbiz-theme-color);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (max-width: 1199.98px) {
  ul.liststyle-v1 > li:after, ul.liststyle-v2 > li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}

ul.liststyle-v2 {
  color: #bfbfbf;
}

.panel {
  border: none !important;
  margin-top: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
  padding: 15px;
}

.panel .panel-heading {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}

.panel .panel-heading .panel-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  position: relative;
  padding: 5px 0;
}

.panel .panel-heading .panel-title > a:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 12px;
  top: 2px;
  right: -20px;
  z-index: 1;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: var(--conbiz-theme-color-second);
}

.panel .panel-heading .panel-title > a.collapsed:after {
  background: var(--conbiz-theme-color);
  content: "\f067";
  color: #fff;
}

.panel .panel-body {
  border: none !important;
  line-height: 28px;
  padding: 10px 30px 0;
}

.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 34px;
  color: #444;
  margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
  border: 2px solid #444;
  width: 46px;
  height: 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
  background-color: #444;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #444;
  width: 46px;
  height: 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.info-contact > div {
  float: left;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1023.98px) {
  .info-contact > div {
    margin-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .info-contact > div {
    margin-right: 30px;
  }
}

.info-contact > div:last-child {
  margin-right: 0;
}

.info-contact > div .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 10px;
  line-height: 40px;
  color: #fff;
  background: var(--conbiz-theme-color);
  text-align: center;
  margin-top: -7px;
}

.info-contact > div.phone .icon {
  background: var(--conbiz-theme-color-second);
}

.info-contact > div.address .icon {
  background: var(--conbiz-theme-color-second);
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--conbiz-theme-color);
  color: #fff;
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:after, .scroll-to-top:before {
  width: 45px;
  height: 45px;
  background-color: var(--conbiz-theme-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.scroll-to-top:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top:hover {
  opacity: 0.9;
}

.scroll-to-top:hover i {
  color: #fff;
}

.scroll-to-top:hover:before, .scroll-to-top:hover:after {
  background-color: var(--conbiz-theme-color);
}

.mfp-iframe-holder .mfp-close {
  width: 44px;
  text-align: center;
}

/* This is required to win over specificity of #content h2 */
.links .comment-add {
  display: none;
}

#node-single-comment {
  margin-top: 30px;
}

#node-single-comment h2 {
  margin-top: 30px;
  margin-bottom: 1em;
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
}

#node-single-comment h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: var(--conbiz-theme-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  left: 0;
  top: 3px;
  z-index: 1;
}

#node-single-comment #comment-form .form-item {
  margin-bottom: 20px;
}

#node-single-comment #comment-form .form-item.js-form-type-textarea {
  margin: 0;
}

#node-single-comment #comment-form .form-item label {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-weight: 700;
  color: #6a6a6a;
}

#node-single-comment #comment-form ul > li {
  list-style-type: none;
}

#node-single-comment input[type*='text'], #node-single-comment textarea {
  width: 100%;
}

#edit-comment-body-wrapper {
  margin-bottom: 30px;
}

.comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}

.field-node--comment {
  font-size: 0.934em;
}

.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table;
}

[dir="rtl"] .comment {
  direction: rtl;
}

.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
  width: 115px;
}

@media (max-width: 991.98px) {
  .comment__meta {
    width: 90px;
  }
}

[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}

.comment__attribution img {
  border: 1px solid #d3d7d9;
}

/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0;
}

.comment__author .username {
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}

.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}

.comment__content {
  position: relative;
  display: table-cell;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all;
}

.comment__content h3 a {
  font-size: 18px;
  font-weight: 700;
}

.comment__content .links.inline {
  margin-top: 10px;
}

.comment__content .links.inline > li {
  float: left;
}

.comment__content .links.inline > li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9;
  /* LTR */
  border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}

.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px;
  /* LTR */
}

[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}

.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}

.comment__content nav {
  padding-top: 1px;
}

.indented {
  margin-left: 40px;
  /* LTR */
}

[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}

.comment .links {
  padding: 0 0 0.25em 0;
  list-style: none;
}

.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}

[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}

.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

.unpublished {
  padding: 20px 15px 0;
}

.comment-footer {
  display: table-row;
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
  margin-top: 10px;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields label {
  display: none;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
  width: 100%;
  border: none;
  padding: 2px 10px;
  line-height: 38px;
  font-size: 16px;
}

.mailchimp-signup-subscribe-form .form-actions {
  margin-top: 15px;
}

.before-footer .mailchimp-signup-subscribe-form .block-title {
  width: 470px;
  padding-right: 20px;
  float: left;
  font-size: 20px;
  padding-left: 69px;
  padding-top: 20px;
  position: relative;
  height: 52px;
  margin-bottom: 0;
}

.before-footer .mailchimp-signup-subscribe-form .block-title:after {
  content: "\f114";
  font-family: "Flaticon";
  font-size: 46px;
  color: var(--conbiz-theme-color);
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .before-footer .mailchimp-signup-subscribe-form .block-title {
    width: 75px;
  }
  .before-footer .mailchimp-signup-subscribe-form .block-title span {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .before-footer .mailchimp-signup-subscribe-form .block-title {
    display: none;
  }
}

.before-footer .mailchimp-signup-subscribe-form .block-content {
  padding-left: 472px;
}

@media (max-width: 1023.98px) {
  .before-footer .mailchimp-signup-subscribe-form .block-content {
    padding-left: 100px;
  }
}

@media (max-width: 991.98px) {
  .before-footer .mailchimp-signup-subscribe-form .block-content {
    padding-left: 0;
  }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form {
  position: relative;
  padding-right: 190px;
}

@media (max-width: 360px) {
  .before-footer .mailchimp-signup-subscribe-form .block-content form {
    padding-right: 0;
  }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form .mailchimp-newsletter-mergefields input {
  line-height: 65px;
  padding: 0 10px;
  border: 0 !important;
}

@media (max-width: 360px) {
  .before-footer .mailchimp-signup-subscribe-form .block-content form .mailchimp-newsletter-mergefields input {
    width: 100%;
    display: block;
  }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions {
  position: absolute;
  width: 190px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  margin-top: 0;
}

@media (max-width: 360px) {
  .before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions {
    width: 100%;
    display: block;
    position: relative;
  }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions input {
  height: 65px;
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
}

form summary {
  background: var(--conbiz-theme-color);
  color: #fff;
  padding: 4px 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

form summary a {
  color: #fff !important;
}

form summary a:hover, form summary a:focus {
  color: #fff !important;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user-login-form .form-item, .user-register-form .form-item, .user-form .form-item, .user-pass .form-item {
  margin-bottom: 15px;
}

#user-login-form .form-item label {
  width: 100%;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  font-family: var(--conbiz-heading-font-family);
}

#user-login-form .form-item input {
  width: 100%;
}

#user-login-form ul {
  width: 100%;
  padding: 10px 0 30px;
}

#user-login-form ul > li {
  width: 49%;
  float: left;
  text-align: center;
}

#user-login-form ul > li:first-child {
  margin-right: 2%;
}

#user-login-form ul > li a {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 5px;
}

#user-login ul {
  margin: 0 0 5px;
}

#user-login ul li {
  margin: 0;
}

#user-login li.openid-link {
  background: none;
}

#search-form {
  margin-bottom: 70px;
}

#search-form .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search-form .panel-default > .panel-heading {
  border-bottom: none;
}

#search-form input[type="search"] {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 40px;
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

#search-form .search-advanced fieldset {
  margin-bottom: 30px;
}

#search-form .form-text {
  width: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.hide-label label {
  background: none;
  clip: rect(1px);
}

.exposed-filters .form-item {
  margin-bottom: 10px;
  margin-top: 0;
}

#article-admin-filter ul {
  padding: .5em 0;
}

#article-admin-filter ul li {
  list-style: none;
}

#edit-operation-wrapper select {
  margin: .5em;
}

div.resizable-textarea textarea {
  margin-top: 0;
  border: 1px solid #dee2e6;
}

.search-advanced .criterion {
  float: none;
  margin: 0 5px;
}

#edit-keywords-fieldset .form-item:first-child {
  margin-top: 5px;
}

#user-admin-filter ul li {
  list-style: none;
}

.field-type-text-long fieldset {
  padding: 10px 0;
  border: #dee2e6;
}

.field-type-text-long fieldset .form-item {
  margin: 0;
  padding: 0 0 0 15px;
}

#comment-form label {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

#contact-site-form .form-checkbox {
  margin-left: 0;
}

#comment-form-wrapper .form-item label {
  min-width: 120px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-message-form {
  margin: 0 auto;
}

.contact-message-form div[id*="edit-name"], .contact-message-form div[id*="edit-mail"], .contact-message-form .js-form-item-mail {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.contact-message-form .form-item {
  margin-bottom: 30px;
  color: var(--body-color);
}

.contact-message-form .form-item label {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}

.contact-message-form .form-item #edit-copy {
  float: left;
  margin-right: 5px;
}

.contact-message-form .form-item input[type='text'], .contact-message-form .form-item input[type='email'], .contact-message-form .form-item textarea {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  height: 45px;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0 20px;
}

.contact-message-form .form-item input[type='text']::-webkit-input-placeholder, .contact-message-form .form-item input[type='email']::-webkit-input-placeholder, .contact-message-form .form-item textarea::-webkit-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}

.contact-message-form .form-item input[type='text']:-moz-placeholder, .contact-message-form .form-item input[type='email']:-moz-placeholder, .contact-message-form .form-item textarea:-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.contact-message-form .form-item input[type='text']::-moz-placeholder, .contact-message-form .form-item input[type='email']::-moz-placeholder, .contact-message-form .form-item textarea::-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.contact-message-form .form-item input[type='text']:-ms-input-placeholder, .contact-message-form .form-item input[type='email']:-ms-input-placeholder, .contact-message-form .form-item textarea:-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}

.contact-message-form .form-item input[type='text']:focus, .contact-message-form .form-item input[type='email']:focus, .contact-message-form .form-item textarea:focus {
  border-color: var(--conbiz-theme-color);
}

.contact-message-form .form-item textarea {
  height: 200px;
  padding-top: 15px;
}

@media (max-width: 991.98px) {
  .contact-message-form .form-item textarea {
    height: 120px;
  }
}

.contact-message-form .form-item-copy {
  margin-bottom: 10px !important;
}

.contact-message-form #edit-actions {
  width: 100%;
  text-align: center;
}

.contact-message-form #edit-actions:before, .contact-message-form #edit-actions:after {
  content: " ";
  display: table;
}

.contact-message-form #edit-actions:after {
  clear: both;
}

.contact-message-form #edit-preview {
  display: none;
}

.text-light .contact-message-form #edit-name, .text-light .contact-message-form #edit-mail, .text-light .contact-message-form input[type='text'], .text-light .contact-message-form input[type='email'], .text-light .contact-message-form textarea {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.text-light .contact-message-form #edit-name::-webkit-input-placeholder, .text-light .contact-message-form #edit-mail::-webkit-input-placeholder, .text-light .contact-message-form input[type='text']::-webkit-input-placeholder, .text-light .contact-message-form input[type='email']::-webkit-input-placeholder, .text-light .contact-message-form textarea::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.text-light .contact-message-form #edit-name:-moz-placeholder, .text-light .contact-message-form #edit-mail:-moz-placeholder, .text-light .contact-message-form input[type='text']:-moz-placeholder, .text-light .contact-message-form input[type='email']:-moz-placeholder, .text-light .contact-message-form textarea:-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name::-moz-placeholder, .text-light .contact-message-form #edit-mail::-moz-placeholder, .text-light .contact-message-form input[type='text']::-moz-placeholder, .text-light .contact-message-form input[type='email']::-moz-placeholder, .text-light .contact-message-form textarea::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name:-ms-input-placeholder, .text-light .contact-message-form #edit-mail:-ms-input-placeholder, .text-light .contact-message-form input[type='text']:-ms-input-placeholder, .text-light .contact-message-form input[type='email']:-ms-input-placeholder, .text-light .contact-message-form textarea:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.webform-submission-form .form-content-inner {
  max-width: 900px;
  margin: 0 -15px;
  padding: 0;
}

.webform-submission-form .form-item {
  margin-bottom: 20px;
  position: relative;
}

.webform-submission-form .form-item:before, .webform-submission-form .form-item:after {
  content: " ";
  display: table;
}

.webform-submission-form .form-item:after {
  clear: both;
}

.webform-submission-form .form-item label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
}

.webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
  width: 100%;
  background: none;
  border: 2px solid transparent;
  background-color: #f4f4f5;
  font-size: 18px;
  color: #1a1a1a;
  letter-spacing: -0.54px;
  padding-left: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.webform-submission-form .form-item input::-webkit-input-placeholder, .webform-submission-form .form-item textarea::-webkit-input-placeholder, .webform-submission-form .form-item select::-webkit-input-placeholder {
  color: #1a1a1a;
}

.webform-submission-form .form-item input:-moz-placeholder, .webform-submission-form .form-item textarea:-moz-placeholder, .webform-submission-form .form-item select:-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webform-submission-form .form-item input::-moz-placeholder, .webform-submission-form .form-item textarea::-moz-placeholder, .webform-submission-form .form-item select::-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webform-submission-form .form-item input:-ms-input-placeholder, .webform-submission-form .form-item textarea:-ms-input-placeholder, .webform-submission-form .form-item select:-ms-input-placeholder {
  color: #1a1a1a;
}

.webform-submission-form .form-item input:focus, .webform-submission-form .form-item textarea:focus, .webform-submission-form .form-item select:focus {
  background: #fff;
  border-color: var(--conbiz-theme-color);
}

.webform-submission-form .form-item input {
  line-height: 40px;
  height: 75px;
}

.webform-submission-form .form-item select {
  height: 75px;
  margin-top: 0.25rem;
}

.webform-submission-form .form-actions {
  width: 100%;
  text-align: center;
}

.webform-submission-form input[type="submit"] {
  background: var(--conbiz-theme-color);
  color: #fff;
  display: inline-block;
}

.webform-submission-form input[type="submit"]:hover, .webform-submission-form input[type="submit"]:focus {
  color: #fff;
  opacity: 0.9;
}

.text-light .webform-submission-form .form-item:after {
  color: #fff;
}

.text-light .webform-submission-form .form-item input, .text-light .webform-submission-form .form-item textarea {
  background: none;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.text-light .webform-submission-form .form-item input::-webkit-input-placeholder, .text-light .webform-submission-form .form-item textarea::-webkit-input-placeholder {
  color: #fff;
}

.text-light .webform-submission-form .form-item input:-moz-placeholder, .text-light .webform-submission-form .form-item textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.text-light .webform-submission-form .form-item input::-moz-placeholder, .text-light .webform-submission-form .form-item textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.text-light .webform-submission-form .form-item input:-ms-input-placeholder, .text-light .webform-submission-form .form-item textarea:-ms-input-placeholder {
  color: #fff;
}

.text-light .webform-submission-form .form-actions input.form-submit {
  border-color: #fff;
  color: #fff;
  background: #fff;
  color: #000;
}

.text-light .webform-submission-form .form-actions input.form-submit:hover {
  background: rgba(255, 255, 255, 0.8);
}

.text-light .webform-submission-form label {
  color: #fff;
}

.webform-fullwidth .form-item {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.webform-fullwidth.no-label label {
  display: none;
}

.webform-fullwidth .form-actions {
  text-align: left;
  padding: 0;
}

#mailchimp-signup-subscribe-block-subscribe-newsletter-form {
  max-width: 500px;
}

#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item {
  margin-bottom: 15px;
}

#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="text"],
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="tel"],
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="password"],
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="email"],
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item textarea, #mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item select {
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background: #fff;
  height: 55px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="text"]:focus, #mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="text"]:active, #mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="text"]:hover,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:focus,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:active,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:hover,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="password"]:focus,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="password"]:active,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="password"]:hover,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="email"]:focus,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="email"]:active,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item input[type="email"]:hover,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item textarea:focus,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item textarea:active,
#mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item textarea:hover, #mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item select:focus, #mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item select:active, #mailchimp-signup-subscribe-block-subscribe-newsletter-form .mailchimp-newsletter-mergefields .form-item select:hover {
  border: 1px solid var(--conbiz-theme-color);
}

#mailchimp-signup-subscribe-block-subscribe-newsletter-form .description {
  margin-bottom: 30px;
}

#mailchimp-signup-subscribe-block-subscribe-newsletter-form .form-submit {
  background: var(--conbiz-theme-color);
  color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

#mailchimp-signup-subscribe-block-subscribe-newsletter-form .form-submit:hover {
  color: #fff;
  opacity: 0.9;
}

.webform-2 .form-item {
  width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.webform-2 .form-item label {
  display: none;
}

#forum {
  width: 100%;
  position: relative;
  right: -1px;
}

#forum .name {
  font-weight: bold;
  font-size: 16px;
}

#forum table {
  width: 100%;
}

#forum tr.odd {
  background: #f5f5f5;
}

#forum tr.even td {
  border-bottom: 1px solid #dee2e6;
}

#forum tr td.container {
  padding: 1em;
}

#forum tr.new-topics td.forum .name {
  background-image: url(../images/forum-default.png);
}

#forum thead th {
  background: #f5f5f5;
  border-left: 1px solid #dee2e6;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
}

#forum td {
  border: 1px solid #dee2e6;
  padding: 1em;
}

#forum td a:hover {
  text-decoration: none;
}

#forum td.topics {
  font-weight: bold;
  text-align: center;
  width: 9%;
}

#forum td.posts {
  text-align: center;
  width: 9%;
}

#forum td.replies {
  text-align: center;
}

#forum td.forum {
  padding: 0 1em;
  width: 44%;
  padding-top: 12px;
}

#forum td.forum .name {
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 20px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}

#forum td.forum .description {
  font-size: 14px;
  padding-left: 30px;
}

#forum td.title .submitted {
  font-size: 14px;
}

#forum td.icon {
  width: 5%;
}

#forum .icon div {
  background-image: url(../images/forum-icons.png);
  background-repeat: no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 24px;
}

#forum .icon .topic-status-new {
  background-position: -24px 0;
}

#forum .icon .topic-status-hot {
  background-position: -48px 0;
}

#forum .icon .topic-status-hot-new {
  background-position: -72px 0;
}

#forum .icon .topic-status-sticky {
  background-position: -96px 0;
}

#forum .icon .topic-status-closed {
  background-position: -120px 0;
}

.page-forum #page-title {
  margin-bottom: 10px;
}

.page-forum ul.action-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.page-forum ul.action-links li {
  margin-left: 0;
}

.page-forum ul.action-links li a {
  line-height: 0;
  display: inline-block;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

.block {
  background: transparent;
  margin-bottom: 30px;
}

.block .block {
  margin-bottom: 0 !important;
}

.block .block-title {
  background: none;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  z-index: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .block .block-title {
    font-size: 20px;
  }
}

.block.block-system-main-block {
  margin-bottom: 0;
}

.block.block-system-breadcrumb-block {
  overflow: visible;
  margin-bottom: 20px;
}

.block.block-none, .block.no-padding {
  background: none !important;
  padding: 0 !important;
}

.block.block-none .block-content, .block.no-padding .block-content {
  padding: 0 !important;
}

.block.no-title {
  margin-top: 0;
  border: none;
}

.block.no-title:before {
  content: none;
}

.block.style-higlight {
  background: #34495E;
  padding-left: 20px;
  padding-right: 20px;
}

.block.style-higlight .block-title {
  border: none;
}

.block.style-higlight .block-title span:before {
  content: none;
}

.block.style-higlight .block-title h2 {
  margin: 0;
  padding: 0;
  border: none;
}

.block.style-higlight .block-title h2 span {
  padding: 10px;
  background: #4E6984;
  color: #fff;
}

.block.style-higlight .post-title a {
  color: #fff;
}

.block#block-system-main {
  padding-top: 10px;
}

.block.block-local-tasks-block {
  margin-bottom: 0;
}

.block.no-title {
  border: none;
}

.block.no-title > .block-title, .block.no-title > div > .block-title {
  padding: 0;
  margin: 0;
  border: none;
}

.block.no-title > .block-title:before, .block.no-title > div > .block-title:before {
  content: none;
}

.block.block-blocktabs {
  position: relative;
}

.block.block-blocktabs .ui-widget {
  font-family: var(--conbiz-font-sans-serif);
  font-size: 1rem;
}

.block.block-blocktabs .ui-tabs-nav {
  padding: 0;
  border: none;
  background: none !important;
  display: inline-block;
  float: right;
  position: absolute;
  right: 20px;
  top: -60px;
  z-index: 99;
}

.block.block-blocktabs .ui-tabs-nav > li {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}

.block.block-blocktabs .ui-tabs-nav > li > a {
  font-size: 14px;
  text-transform: none;
  font-family: var(--conbiz-font-sans-serif);
  font-weight: 700;
}

.block.block-blocktabs .ui-tabs-nav > li:last-child > a {
  padding-right: 0;
}

.block.block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
  color: var(--conbiz-theme-color);
}

.block.block-blocktabs .blocktabs {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.block.block-blocktabs .blocktabs .ui-tabs-panel {
  padding: 0 !important;
}

.block.block-blocktabs .block {
  margin-bottom: 0 !important;
}

.block.site-branding {
  margin-bottom: 0;
}

.block-local-tasks-block {
  position: relative;
  z-index: 99;
}

.drupal-tabs {
  border-bottom: 1px solid #dee2e6;
}

.drupal-tabs:before, .drupal-tabs:after {
  content: " ";
  display: table;
}

.drupal-tabs:after {
  clear: both;
}

.drupal-tabs a {
  font-size: 12px;
}

.drupal-tabs .is-active a {
  color: var(--conbiz-theme-color);
}

.help {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
}

.help .drupal-tabs {
  padding: 10px 0;
  margin-bottom: 25px;
}

.help .messages__wrapper {
  padding: 10px;
  border: 1px solid #5BC0DE;
}

.page-user-login .help.show, .page-user-register .help.show, .page-user-pass .help.show {
  display: block !important;
}

.help-text-white .help {
  color: #fff !important;
}

.help-text-white .help a {
  color: #fff !important;
}

.help-text-white .help a:hover {
  text-decoration: underline;
}

.text-light .title {
  color: #fff !important;
}

.region-main-menu .block {
  background: transparent;
}

.region-main-menu .block .block-content {
  padding: 0;
}

.sidebar {
  margin-bottom: 70px;
}

.sidebar .block {
  margin-bottom: 60px;
}

.sidebar .block:last-child {
  margin-bottom: 0;
}

.sidebar .search-block-form {
  position: relative;
  display: block;
}

.sidebar .search-block-form input.form-search {
  background: #f4f4f5;
  height: 70px;
  width: 100%;
  padding-right: 70px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.sidebar .search-block-form input[id*="edit-submit"] {
  padding: 0 10px;
  width: auto;
  height: 50px;
  background: var(--conbiz-theme-color);
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(249, 77, 28, 0.5);
  box-shadow: 0px 10px 30px 0 rgba(249, 77, 28, 0.5);
}

.sidebar .search-block-form .form-item {
  width: 100%;
  padding-right: 0;
}

.sidebar .search-block-form .form-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
}

.sidebar .block-menu:before, .sidebar .block-menu:after {
  content: " ";
  display: table;
}

.sidebar .block-menu:after {
  clear: both;
}

.sidebar .block-menu ul {
  padding-left: 0 !important;
}

.sidebar .block-menu ul li {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  float: left;
  width: 100%;
  list-style-type: none;
}

.sidebar .block-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  color: #7f8284;
}

.sidebar .block-menu ul li a:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12px;
  left: -30px;
  z-index: 11;
  color: var(--conbiz-theme-color);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 14px;
}

.sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus, .sidebar .block-menu ul li a:active {
  color: var(--conbiz-theme-color);
  padding-left: 20px;
}

.sidebar .block-menu ul li a:hover:after, .sidebar .block-menu ul li a:focus:after, .sidebar .block-menu ul li a:active:after {
  opacity: 1;
  left: 0;
}

.sidebar .block-menu ul li.menu-item--active-trail > a {
  color: var(--conbiz-theme-color) !important;
}

.recent-comment-block .views-field-picture {
  margin-right: 10px;
}

.recent-comment-block .views-field-title {
  margin-top: -4px;
}

.recent-comment-block .views-field-title a {
  font-weight: 700;
  text-transform: uppercase;
}

.recent-comment-block .views-field-name {
  color: #a4a4a4;
}

.recent-comment-block .views-field-name a {
  color: #a4a4a4;
}

.list-tags .view-list ul > li {
  float: left;
  border: 1px solid #dee2e6;
  display: inline-block;
  width: auto !important;
  padding: 0 !important;
  margin: 0 10px 10px 0 !important;
}

.list-tags .view-list ul > li a {
  padding: 6px 10px;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.list-tags .view-list ul > li:hover {
  background: var(--conbiz-theme-color);
}

.list-tags .view-list ul > li:hover a {
  color: #fff;
}

.contact-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-info ul li {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .contact-info ul li {
    font-size: 15px;
  }
}

.contact-info ul li i {
  width: 20px;
  margin-right: 10px;
}

.contact-link {
  background: url("../images/bg-img-sidebar.jpg") no-repeat bottom center;
  color: #fff;
  padding: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
  min-height: 455px;
  width: 330px;
}

.contact-link .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.23;
  letter-spacing: -0.6px;
}

.contact-link .action {
  margin-top: 20px;
}

.company-presentation {
  background: var(--conbiz-theme-color-second);
  color: #fff;
  padding: 30px;
}

.company-presentation .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.company-presentation .action {
  margin-top: 20px;
}

.social-icon a {
  background: none;
  width: auto;
  height: auto;
  line-height: 1;
  margin-right: 20px;
  font-size: 18px;
}

.box-search-team {
  padding: 30px;
  background: var(--conbiz-theme-color);
  text-align: center;
  color: #fff;
  min-height: 330px;
}

@media (max-width: 1023.98px) {
  .box-search-team {
    min-height: 260px;
  }
}

@media (max-width: 991.98px) {
  .box-search-team {
    width: 350px;
    margin: 0 auto;
  }
}

.box-search-team .icon {
  font-size: 46px;
  line-height: 1.2;
}

.box-search-team .text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
  line-height: 32px;
}

.box-search-team .link {
  margin-top: 15px;
}

.box-search-team .link a {
  color: #fff;
}

.box-search-team .link a:after {
  color: #fff;
}

.box-search-team .link a:hover {
  color: var(--conbiz-theme-color-second);
}

.box-search-team .link a:hover:after {
  color: var(--conbiz-theme-color-second);
}

.contact-box-footer {
  width: 100%;
}

.contact-box-footer:before, .contact-box-footer:after {
  content: " ";
  display: table;
}

.contact-box-footer:after {
  clear: both;
}

.contact-box-footer ul.list-information {
  margin: 0 !important;
  padding: 0;
  width: 100%;
}

.contact-box-footer ul.list-information:before, .contact-box-footer ul.list-information:after {
  content: " ";
  display: table;
}

.contact-box-footer ul.list-information:after {
  clear: both;
}

.contact-box-footer ul.list-information > li {
  list-style-type: none;
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding-left: 45px;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-box-footer ul.list-information > li .icon {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--conbiz-theme-color);
  line-height: 24px;
  font-size: 22px;
  font-weight: 300;
}

.contact-box-footer ul.list-information > li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-box-footer ul.list-information > li:last-child:after {
  display: none;
}

@media (max-width: 1023.98px) {
  .contact-box-footer ul.list-information > li {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  .contact-box-footer ul.list-information > li:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
  }
}

.topbar-information ul li {
  float: left;
  padding-left: 30px;
}

@media (max-width: 1199.98px) {
  .topbar-information ul li {
    padding-left: 15px;
  }
}

.topbar-information ul li:first-child {
  padding-left: 0;
}

.topbar-information ul li i {
  margin-right: 6px;
  font-size: 18px;
  color: var(--conbiz-theme-color) !important;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.header-info .header-icon {
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  color: var(--conbiz-theme-color);
  width: 40px;
  margin-top: 3px;
}

@media (max-width: 1023.98px) {
  .header-info .header-icon {
    font-size: 35px;
  }
}

.header-info .header-content {
  padding-left: 12px;
  letter-spacing: -0.54px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .header-info .header-content {
    font-size: 14px;
    line-height: 26px;
  }
}

.header-info .title {
  margin: 0;
  letter-spacing: -0.54px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .header-info .title {
    font-size: 14px;
    line-height: 26px;
  }
}

.header-info .title a {
  color: var(--body-color);
}

.header-info .title a:hover {
  color: var(--conbiz-theme-color);
}

.header-info .text {
  color: #1a1a1a;
  line-height: normal;
}

.block-dropdown-language {
  position: relative;
  z-index: 12;
}

.block-dropdown-language .dropbutton-wrapper {
  position: relative;
}

.block-dropdown-language .dropbutton-wrapper:hover {
  cursor: pointer;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton {
  position: absolute;
  top: -5px;
  right: 0;
  display: inline-block;
  float: right;
  text-align: left;
  z-index: 9;
  padding: 5px 30px 15px 35px;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton:after {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  left: 10px;
  top: 4px;
  position: absolute;
  z-index: 1;
  color: var(--conbiz-theme-color);
  font-weight: 900;
  font-size: 16px;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton > li {
  color: #fff;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton > li a {
  color: #fff;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton > li.dropbutton-toggle .dropbutton-arrow {
  margin-top: -7px;
  border-width: 5px;
  border-top-color: #fff;
}

.block-dropdown-language .dropbutton-wrapper.open {
  background: #fff;
  padding-top: 5px;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #fff;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li {
  color: #000;
  padding: 4px 0;
  font-size: 14px;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li:first-child {
  padding-top: 0;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li > a {
  color: #000;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li > a:hover {
  color: var(--conbiz-theme-color) !important;
}

.block-dropdown-language .dropbutton-wrapper.open .dropbutton-arrow {
  margin-top: 1px !important;
}

.poll .poll-item {
  margin-top: 20px;
}

.poll .poll-item .heading {
  position: relative;
}

.poll .poll-item .heading .text {
  font-weight: 700;
  color: #333333;
  padding-right: 40px;
}

.poll .poll-item .heading .percent {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  font-weight: 700;
}

.poll .poll-item .bar .foreground {
  background: var(--conbiz-theme-color);
}

.poll .total {
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.poll .choices .form-item.form-item-choice input.form-radio {
  margin: 0 !important;
}

.poll .choices .form-item.form-item-choice label {
  vertical-align: text-top;
  margin-left: 5px;
}

.block-poll ul.links {
  text-align: center;
  overflow: hidden;
  padding: 15px 0 0;
}

.block-poll ul.links li {
  display: inline-block;
  margin-right: 20px;
}

.block-poll ul.links li a {
  padding-right: 10px;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.block-poll ul.links li a:after {
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 0;
  font-family: "Font Awesome 5 Free";
}

.block-poll ul.links li a:hover {
  padding-right: 15px;
}

.block-poll ul.links li:last-child {
  margin: 0;
}

/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.uk-slideset-init {
  position: relative;
}

.uk-slideset-init ul {
  list-style-type: none;
  padding: 0;
}

.uk-slideset-init .uk-slideset-nav {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .uk-slideset-init .uk-slideset-nav {
    width: 100%;
  }
}

.uk-slideset-init .uk-slideset-nav li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}

@media (max-width: 767.98px) {
  .uk-slideset-init .uk-slideset-nav li {
    float: none;
    display: inline-block;
  }
}

.uk-slideset-init .uk-slideset-nav li a {
  width: 22px;
  height: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
  border: 2px solid var(--conbiz-theme-color);
}

.uk-slideset-init .uk-slideset-nav li a:hover {
  cursor: pointer;
}

.uk-slideset-init .uk-slideset-nav li.uk-active a {
  background: var(--conbiz-theme-color);
}

.uk-slideset-init.nav-slideset-top .uk-slideset-nav {
  top: -30px;
}

.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav {
  bottom: -30px;
  top: auto;
  left: 0;
  text-align: center;
}

.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav li {
  display: inline-block;
  float: none;
}

.text-light .uk-slideset-init .uk-slideset-nav li a {
  border-color: #fff;
}

.text-light .uk-slideset-init .uk-slideset-nav li.uk-active a {
  background: #fff;
}

/* #Block grid
--------------------------------------------------------------- */
.item-columns {
  padding: 0 15px;
}

[class*="block-grid-"] {
  display: block;
  margin: 0 -10px;
  padding: 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  display: table;
  content: " ";
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > div {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px;
  width: 100%;
}

[class*="block-grid-"] > div:after {
  display: block;
}

@media (min-width: 640px) {
  .xs-block-grid-1 > div {
    width: 100%;
  }
  .xs-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .xs-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .xs-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .xs-block-grid-2 > div {
    width: 50%;
  }
  .xs-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .xs-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .xs-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .xs-block-grid-3 > div {
    width: 33.33333%;
  }
  .xs-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .xs-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .xs-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .xs-block-grid-4 > div {
    width: 25%;
  }
  .xs-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .xs-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .xs-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .xs-block-grid-5 > div {
    width: 20%;
  }
  .xs-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .xs-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .xs-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .xs-block-grid-6 > div {
    width: 16.66667%;
  }
  .xs-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .xs-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .xs-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .xs-block-grid-7 > div {
    width: 14.28571%;
  }
  .xs-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .xs-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .xs-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .xs-block-grid-8 > div {
    width: 12.5%;
  }
  .xs-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .xs-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .xs-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .xs-block-grid-9 > div {
    width: 11.11111%;
  }
  .xs-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .xs-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .xs-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .xs-block-grid-10 > div {
    width: 10%;
  }
  .xs-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .xs-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .xs-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .xs-block-grid-11 > div {
    width: 9.09091%;
  }
  .xs-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .xs-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .xs-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .xs-block-grid-12 > div {
    width: 8.33333%;
  }
  .xs-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .xs-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .xs-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .xs-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

@media (min-width: 768px) {
  .sm-block-grid-1 > div {
    width: 100%;
  }
  .sm-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .sm-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .sm-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .sm-block-grid-2 > div {
    width: 50%;
  }
  .sm-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .sm-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .sm-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .sm-block-grid-3 > div {
    width: 33.33333%;
  }
  .sm-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .sm-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .sm-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .sm-block-grid-4 > div {
    width: 25%;
  }
  .sm-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .sm-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .sm-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .sm-block-grid-5 > div {
    width: 20%;
  }
  .sm-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .sm-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .sm-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .sm-block-grid-6 > div {
    width: 16.66667%;
  }
  .sm-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .sm-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .sm-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .sm-block-grid-7 > div {
    width: 14.28571%;
  }
  .sm-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .sm-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .sm-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .sm-block-grid-8 > div {
    width: 12.5%;
  }
  .sm-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .sm-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .sm-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .sm-block-grid-9 > div {
    width: 11.11111%;
  }
  .sm-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .sm-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .sm-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .sm-block-grid-10 > div {
    width: 10%;
  }
  .sm-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .sm-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .sm-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .sm-block-grid-11 > div {
    width: 9.09091%;
  }
  .sm-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .sm-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .sm-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .sm-block-grid-12 > div {
    width: 8.33333%;
  }
  .sm-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .sm-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .sm-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .sm-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Medium */
@media (min-width: 992px) {
  [class*="block-grid-"] {
    margin: 0 -10px;
  }
  [class*="block-grid-"] > div {
    padding: 0 10px;
  }
  .item-columns {
    padding: 0 10px;
  }
  .md-block-grid-1 > div {
    width: 100%;
  }
  .md-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .md-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .md-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .md-block-grid-2 > div {
    width: 50%;
  }
  .md-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .md-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .md-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .md-block-grid-3 > div {
    width: 33.33333%;
  }
  .md-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .md-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .md-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .md-block-grid-4 > div {
    width: 25%;
  }
  .md-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .md-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .md-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .md-block-grid-5 > div {
    width: 20%;
  }
  .md-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .md-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .md-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .md-block-grid-6 > div {
    width: 16.66667%;
  }
  .md-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .md-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .md-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .md-block-grid-7 > div {
    width: 14.28571%;
  }
  .md-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .md-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .md-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .md-block-grid-8 > div {
    width: 12.5%;
  }
  .md-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .md-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .md-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .md-block-grid-9 > div {
    width: 11.11111%;
  }
  .md-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .md-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .md-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .md-block-grid-10 > div {
    width: 10%;
  }
  .md-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .md-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .md-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .md-block-grid-11 > div {
    width: 9.09091%;
  }
  .md-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .md-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .md-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .md-block-grid-12 > div {
    width: 8.33333%;
  }
  .md-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .md-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .md-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .md-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Large */
@media (min-width: 1200px) {
  [class*="block-grid-"] {
    margin: 0 -12px;
  }
  [class*="block-grid-"] > div {
    padding: 0 12px;
  }
  .item-columns {
    padding: 0 12px;
  }
  .lg-block-grid-1 > div {
    width: 100%;
  }
  .lg-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .lg-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }
  .lg-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }
  .lg-block-grid-2 > div {
    width: 50%;
  }
  .lg-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .lg-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }
  .lg-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }
  .lg-block-grid-3 > div {
    width: 33.33333%;
  }
  .lg-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .lg-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }
  .lg-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }
  .lg-block-grid-4 > div {
    width: 25%;
  }
  .lg-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .lg-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }
  .lg-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }
  .lg-block-grid-5 > div {
    width: 20%;
  }
  .lg-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .lg-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }
  .lg-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }
  .lg-block-grid-6 > div {
    width: 16.66667%;
  }
  .lg-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .lg-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }
  .lg-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }
  .lg-block-grid-7 > div {
    width: 14.28571%;
  }
  .lg-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .lg-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }
  .lg-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }
  .lg-block-grid-8 > div {
    width: 12.5%;
  }
  .lg-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .lg-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }
  .lg-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }
  .lg-block-grid-9 > div {
    width: 11.11111%;
  }
  .lg-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .lg-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }
  .lg-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }
  .lg-block-grid-10 > div {
    width: 10%;
  }
  .lg-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .lg-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }
  .lg-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }
  .lg-block-grid-11 > div {
    width: 9.09091%;
  }
  .lg-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .lg-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }
  .lg-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }
  .lg-block-grid-12 > div {
    width: 8.33333%;
  }
  .lg-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }
  .lg-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .lg-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }
  .lg-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}

.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}

.no-gutter [class*="block-grid-"] > div {
  padding: 0 !important;
}

.no-gutter .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-gutter [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-gutter .portfolio-v1 {
  margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .no-gutter-2 [class*="block-grid-"] {
    margin: 0 !important;
  }
  .no-gutter-2 [class*="block-grid-"] > div {
    padding: 0 !important;
  }
  .no-gutter-2 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .no-gutter-2 [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .no-gutter-2 .portfolio-v1 {
    margin-bottom: 0 !important;
  }
}

.area-main-menu .menu-toggle {
  display: none;
}

@media (min-width: 1024px) {
  .navigation {
    position: relative;
    clear: both;
  }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation .gva_menu {
    float: left;
    position: relative;
  }
  .navigation .gva_menu li {
    position: relative;
  }
  .navigation .gva_menu li a {
    text-align: left !important;
  }
  .navigation .gva_menu li a .icaret {
    margin-left: 4px;
    border: none !important;
    font-size: 9px;
  }
  .navigation .gva_menu > li {
    display: inline-block;
  }
  .navigation .gva_menu > li.menu-item--expanded > a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--conbiz-theme-color) transparent;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .navigation .gva_menu > li.menu-item--expanded:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
  }
  .navigation .gva_menu > li.gva-mega-menu {
    position: static !important;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .navigation .gva_menu > li:hover > ul.sub-menu, .navigation .gva_menu > li:hover div.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    margin-top: -2px;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  .navigation .gva_menu > li:hover > ul.sub-menu > li, .navigation .gva_menu > li:hover div.sub-menu > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navigation .gva_menu > li:hover > a {
    color: var(--conbiz-theme-color);
  }
}

@media (min-width: 1024px) {
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding: 27px 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
    color: var(--menu-link-color);
    font-family: var(--conbiz-heading-font-family);
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .navigation .gva_menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1023.98px) {
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 991.98px) {
  .navigation .gva_menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1024px) {
  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:after, .navigation .gva_menu > li > a:active {
    color: var(--menu-link-color-hover);
  }
  .navigation .gva_menu > li > a:hover:before, .navigation .gva_menu > li > a:after:before, .navigation .gva_menu > li > a:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navigation .gva_menu > li > a.is-active {
    color: var(--menu-link-color-hover);
  }
  .navigation .gva_menu > li > a.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navigation .gva_menu > li > a > span {
    position: relative;
    padding-bottom: 6px;
  }
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: var(--menu-link-color-hover) !important;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-2 > ul.sub-menu > li {
    width: 50%;
    float: left;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-3 > ul.sub-menu > li {
    width: 33.33%;
    float: left;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-4 > ul.sub-menu > li {
    width: 25%;
    float: left;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li {
    width: 20%;
    float: left;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu {
    min-width: 250px;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu > li {
    border-bottom: 1px solid #dee2e6;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu > li > a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
  .navigation .gva_menu .megamenu, .navigation .gva_menu .gva-mega-menu {
    position: static;
  }
  .navigation .gva_menu .megamenu > ul > li, .navigation .gva_menu .gva-mega-menu > ul > li {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .navigation .gva_menu .megamenu > .sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu {
    width: 100%;
    padding: 20px;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li, .navigation .gva_menu .gva-mega-menu > .sub-menu > li {
    border: none;
    position: static;
    padding: 0 15px;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu {
    position: static;
    border-width: 0;
    padding: 0;
    min-width: inherit;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 1024px) and (min-width: 992px) {
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu {
    display: block !important;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@media (min-width: 1024px) {
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu li {
    padding: 10px 0 0;
    margin-bottom: 0;
    border: none;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: relative;
    font-family: var(--conbiz-heading-font-family);
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a:after, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > a:after {
    display: none;
  }
  .navigation .gva_menu .megamenu:hover ul.sub-menu > li, .navigation .gva_menu .gva-mega-menu:hover ul.sub-menu > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navigation .gva_menu .sub-menu {
    top: 101%;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    min-width: 280px;
    background-color: var(--submenu-bg-color);
    z-index: 999;
    left: 0;
    padding: 20px 30px 20px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    color: var(--submenu-color);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .navigation .gva_menu .sub-menu > li {
    padding: 10px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navigation .gva_menu .sub-menu > li > a {
    display: block;
    line-height: 26px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: relative;
    font-family: var(--conbiz-heading-font-family);
    color: var(--submenu-link-color);
  }
  .navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {
    color: var(--submenu-link-color-hover);
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+9) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+10) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+11) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+12) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+13) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+14) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .navigation .gva_menu .sub-menu > li:nth-child(2n+15) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .navigation .gva_menu .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .navigation .gva_menu .sub-menu > li ul {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 11;
  }
}

@media (min-width: 1024px) and (min-width: 992px) {
  .navigation .gva_menu .sub-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    left: 100%;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu .sub-menu > li:hover > ul {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  .navigation .gva_menu .sub-menu > li > ul li {
    opacity: 1;
    visibility: visible;
  }
}

body.header-absolute .navigation ul.gva_menu > li > a {
  color: #fff !important;
}

.gva-view.view-header-right header {
  float: right;
}

@media (max-width: 767.98px) {
  .gva-view.view-header-right header {
    display: none;
  }
}

.item-list ul {
  overflow: hidden;
  padding: 0;
}

.item-list ul li.view-list-item {
  margin: 0 0 30px;
  overflow: hidden;
  list-style-type: none;
}

.item-list ul li.view-list-item .post-block {
  margin: 0;
}

.padding-small .item-list ul li.view-list-item {
  margin-bottom: 20px !important;
}

.padding-small .item-list ul li.view-list-item:last-child {
  margin-bottom: 0 !important;
}

ul[data-drupal-views-infinite-scroll-pager] {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

ul[data-drupal-views-infinite-scroll-pager].pager {
  margin: 20px 0;
}

.views-view-grid .views-row {
  width: auto;
  clear: none;
  float: none !important;
}

.views-view-grid .views-row:last-child {
  margin-bottom: 0;
}

.post-masonry-style > div.views-col {
  margin-bottom: 10px;
}

.no-padding .gva-portfolio-items .row {
  margin: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items > div {
  padding: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items > div .isotope-item {
  margin-bottom: 0 !important;
}

.view-box-shadow .gva-view-grid {
  -webkit-box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023.98px) {
  .view-box-shadow .gva-view-grid {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.view-box-shadow .pager {
  padding-top: 20px;
}

.brand-grid .views-view-grid .views-row {
  margin-bottom: 65px;
}

.brand-grid .views-view-grid .views-row .views-field-field-image {
  text-align: center;
}

@media (max-width: 767.98px) {
  .brand-grid .views-view-grid .views-row .views-field-field-image {
    margin-bottom: 20px;
  }
}

.banner-carousel {
  border: 1px solid #dee2e6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.banner-carousel .init-carousel-owl {
  margin-left: 0;
  margin-right: 0;
}

.banner-carousel .init-carousel-owl .item {
  padding: 0;
  border-left: 0;
  text-align: center;
  position: relative;
}

.banner-carousel .init-carousel-owl .item .item-image {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #dee2e6;
}

@media (max-width: 991.98px) {
  .banner-carousel .init-carousel-owl .item .item-image {
    height: 120px;
  }
}

.banner-carousel .init-carousel-owl .item .item-image:hover {
  background: #fafafa;
}

.category-list .item-list ul li {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.category-list .item-list ul li a {
  padding: 8px 0;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-weight: 500;
}

.category-list .item-list ul li a:before {
  content: "\f054";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 0;
}

.testimonial-v1 .testimonial-item {
  text-align: center;
  background: #fff;
  padding: 60px 30px;
}

.testimonial-v1 .testimonial-item .quote {
  line-height: 28px;
  position: relative;
  padding-top: 35px;
}

.testimonial-v1 .testimonial-item .avatar {
  text-align: center;
}

.testimonial-v1 .testimonial-item .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial-v1 .testimonial-item .content .title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.testimonial-v1 .testimonial-item .content .job {
  font-size: 12px;
  color: #bbbbbb;
}

.view-testimonial-v2 {
  position: relative;
  float: left;
  width: 100%;
}

.view-testimonial-v2 .owl-dots {
  text-align: left;
  position: relative;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.view-testimonial-v2 .owl-dots .owl-dot {
  display: inline-block;
  padding: 0;
  margin: 5px;
  background: none;
  width: 45px;
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid #dee2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  z-index: 9;
}

.view-testimonial-v2 .owl-dots .owl-dot.active {
  border-color: var(--conbiz-theme-color);
}

.view-testimonial-v2 .owl-nav {
  display: none;
}

.testimonial-grid .item-grid {
  margin-bottom: 45px;
}

.testimonial-grid .item-grid:before, .testimonial-grid .item-grid:after {
  content: " ";
  display: table;
}

.testimonial-grid .item-grid:after {
  clear: both;
}

.testimonial-grid .item-grid .testimonials-quote {
  font-size: 16px;
  color: #000;
  padding: 30px;
  border: 1px solid #dee2e6;
  font-weight: 300;
  font-style: italic;
}

.testimonial-grid .item-grid .testimonials-profile {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  float: left;
  padding-top: 20px;
}

.testimonial-grid .item-grid .testimonials-profile:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: var(--conbiz-theme-color);
  top: -1px;
  left: 0;
  z-index: 1;
}

.testimonial-grid .item-grid .testimonials-profile .right {
  padding-left: 70px;
}

.testimonial-grid .item-grid .testimonials-profile .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: var(--conbiz-theme-color);
  text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .left {
  display: inline-block;
  float: left;
}

.testimonial-grid .item-grid .testimonials-profile .left img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: auto;
}

.slider-gallery-v1 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.slider-gallery-v1 .carousel-item {
  float: left;
  padding-right: 3px !important;
}

.slider-gallery-v1 img {
  -webkit-transform-style: none !important;
  transform-style: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.slider-gallery-v1 .gallery-large {
  background: #fff;
}

.slider-gallery-v1 .gallery-large img {
  width: 100%;
  height: auto;
}

.slider-gallery-v1 div > .gallery-small {
  width: 50% !important;
  background: transparent !important;
  float: left;
}

.slider-gallery-v1 div > .gallery-small .gallery-small-item {
  background: #fff;
  width: 100% !important;
  height: auto !important;
  float: left;
  clear: both;
  padding-bottom: 3px;
  margin: 0;
}

.slider-gallery-v1 div > .gallery-small .gallery-small-item:last-child {
  padding-bottom: 0;
}

.slider-gallery-v1 div > .gallery-small .gallery-small-item img {
  width: 100%;
  height: auto;
}

.small-list .item-list ul > li {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
}

.small-list .item-list ul > li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.small-list .item-list ul > li a:hover {
  color: var(--conbiz-theme-color);
}

.small-list .item-list ul > li:last-child {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.tags-list .item-list > ul > li {
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.tags-list .item-list > ul > li a {
  padding: 2px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #f4f4f5;
  overflow: hidden;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 400;
  color: var(--body-color);
}

.tags-list .item-list > ul > li a:hover, .tags-list .item-list > ul > li a:focus, .tags-list .item-list > ul > li a:active {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.banner-carousel .init-carousel-owl {
  margin-left: 0;
  margin-right: 0;
}

.banner-carousel .init-carousel-owl .item {
  padding: 0;
  border-left: 0;
  text-align: center;
  position: relative;
}

.banner-carousel.v2 .item {
  padding: 0;
  height: auto;
  background: transparent;
}

.banner-carousel.v2 .item > div {
  padding: 15px 20px;
  text-align: center;
  position: relative;
}

.banner-carousel.v2 .item > div:last-child {
  border: none;
}

.gva-googlemap {
  position: relative;
}

.gva-googlemap .map_canvas {
  z-index: 11 !important;
}

.gva-googlemap .gm-style div {
  border: none !important;
}

.gva-googlemap .gm-style-iw {
  max-width: 590px;
}

.gva-googlemap .gm-style-iw > div {
  max-width: 100% !important;
  width: 100%;
}

.gva-googlemap .gm-style-iw div {
  height: auto !important;
  overflow: hidden;
}

.gva-googlemap .gm-style-iw div .marker {
  width: 99%;
  max-width: 590px;
  background: #fff !important;
  padding: 15px 0 5px 5px;
  margin-top: 1px;
  margin-left: 1px;
}

.gva-googlemap .gm-style-iw div .marker .image {
  width: 45%;
  float: left;
}

@media (max-width: 640px) {
  .gva-googlemap .gm-style-iw div .marker .image {
    width: 100%;
  }
}

.gva-googlemap .gm-style-iw div .marker .image img {
  width: 100%;
  height: auto;
}

.gva-googlemap .gm-style-iw div .marker .info {
  float: left;
  width: 55%;
  padding-left: 20px;
  font-size: 14px;
  font-family: var(--conbiz-font-sans-serif);
}

@media (max-width: 640px) {
  .gva-googlemap .gm-style-iw div .marker .info {
    width: 100%;
  }
}

.gva-googlemap .gm-style-iw div .marker .info h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-top: 10px;
}

.gva-googlemap .gm-style-iw div .marker .info p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.gva-googlemap .gm-style-iw div .marker .info .link-visit {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--conbiz-theme-color);
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
}

.gva-googlemap .gm-style-iw div .marker .info .link-visit:hover {
  color: #000;
}

.gva-googlemap .makers {
  padding: 50px 30px;
  background: #f5f5f5;
}

.gva-googlemap .makers .row {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .gva-googlemap .makers .row {
    margin-bottom: 0;
  }
}

.gva-googlemap .makers .row:last-child {
  margin-bottom: 0;
}

.gva-googlemap .makers .maker-item-inner {
  font-size: 14px;
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .gva-googlemap .makers .maker-item-inner {
    margin-bottom: 20px;
  }
}

.gva-googlemap .makers .maker-item-inner .left {
  width: 30px;
  height: auto;
  float: left;
}

.gva-googlemap .makers .maker-item-inner .left .icon {
  font-size: 24px;
  margin-top: 5px;
  color: #000;
}

.gva-googlemap .makers .maker-item-inner .right {
  padding-left: 30px;
  line-height: 24px;
}

.gva-googlemap .makers .maker-item-inner .right h3 {
  font-size: 18px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
}

.gva-googlemap .makers .maker-item-inner .right h3:hover {
  cursor: pointer;
  color: var(--conbiz-theme-color);
}

.gva-googlemap .makers .maker-item-inner:hover, .gva-googlemap .makers .maker-item-inner.active {
  cursor: pointer;
}

.gva-googlemap .makers .maker-item-inner:hover h3, .gva-googlemap .makers .maker-item-inner.active h3 {
  color: var(--conbiz-theme-color);
}

.gva-googlemap .makers .maker-item-inner:hover .icon, .gva-googlemap .makers .maker-item-inner.active .icon {
  color: var(--conbiz-theme-color);
  -webkit-animation: bounce 800ms ease-out;
  animation: bounce 800ms ease-out;
}

.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.block.block-gavias-blockbuilder ul > li {
  list-style: none;
}

.gbb-row-wrapper {
  position: relative;
}

.gbb-row-wrapper .row-text-overlay {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.09);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  height: 46px;
  top: 50%;
  margin-top: -23px;
  z-index: 1;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .gbb-row-wrapper .row-text-overlay {
    display: none;
  }
}

.gbb-row-wrapper .bb-container {
  position: relative;
  z-index: 2;
}

.gbb-row-wrapper .icon-row {
  color: var(--conbiz-theme-color);
}

.gbb-row-wrapper .gbb-row-wrapper .bb-inner {
  padding: 0;
}

.row-box {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 991.98px) {
  .row-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bb-container.full-screen {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.bb-container.full-screen .bb-inner {
  padding: 0 !important;
}

.bb-container.full-screen > .row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

@media (min-width: 1360px) {
  .bb-container.container-large {
    max-width: 1360px;
  }
  .bb-container.container-large .container {
    max-width: 100%;
  }
}

@media (min-width: 1201px) {
  .bb-container.container-biglarge {
    max-width: 1780px;
    /*.container {
      max-width: 100%;
    }*/
  }
}

.gbb-row.polygon {
  -webkit-clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
  clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
}

@media (max-width: 991.98px) {
  .gbb-row.row-border .row-wrapper > .gsc-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .gbb-row.row-border .row-wrapper > .gsc-column:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.gbb-row.row-border .row-wrapper > .gsc-column:after {
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.98px) {
  .gbb-row.row-border .row-wrapper > .gsc-column:after {
    display: none;
  }
}

.gbb-row.row-border .row-wrapper > .gsc-column .column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.gbb-row.row-border .row-wrapper > .gsc-column:last-child:after {
  display: none !important;
}

.gbb-row.row-border .row-wrapper > .gsc-column[class*='col-lg-12']:after {
  display: none;
}

.gbb-row.border-inner-row .row-wrapper {
  border-bottom: 1px solid #dee2e6;
}

.gbb-row.special-row .bb-inner {
  padding-top: 0;
}

.gbb-row.special-row .row-wrapper {
  margin-top: -110px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media (max-width: 1023.98px) {
  .gbb-row.special-row .row-wrapper {
    margin-top: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.gbb-row.special-row .row-wrapper .column-inner {
  padding: 35px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

@media (max-width: 1023.98px) {
  .gbb-row.special-row .row-wrapper .column-inner {
    padding: 0;
  }
}

.column-style-1 > .column-inner {
  padding-left: calc((100vw - 1200px) / 2);
}

@media (max-width: 1199.98px) {
  .column-style-1 > .column-inner {
    padding-left: calc((100vw - 992px) / 2);
  }
}

@media (max-width: 1023.98px) {
  .column-style-1 > .column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.column-style-2 > .column-inner {
  padding-right: calc((100vw - 1200px) / 2);
}

@media (max-width: 1199.98px) {
  .column-style-2 > .column-inner {
    padding-right: calc((100vw - 992px) / 2);
  }
}

@media (max-width: 1023.98px) {
  .column-style-2 > .column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.column-bg-right {
  margin-left: auto;
  max-width: 650px;
}

.column-box-to-top {
  margin: -80px auto 0;
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 1023.98px) {
  .column-box-to-top {
    padding: 60px 30px;
  }
}

@media (max-width: 991.98px) {
  .column-box-to-top {
    padding: 50px 15px;
    margin-top: -50px;
  }
}

.column-box-shadow {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 60px;
}

@media (max-width: 1023.98px) {
  .column-box-shadow {
    padding: 30px;
  }
}

.vertical-start {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.vertical-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.vertical-end {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.row-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#3F51B5), to(#90566c));
  background: linear-gradient(to bottom, #3F51B5, #90566c);
  background-color: #3F51B5;
}

.row-gradient-2 {
  position: relative;
}

.row-gradient-2 > .bb-inner {
  position: relative;
  z-index: 11;
}

.row-gradient-2:after {
  content: '';
  background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
  background-color: #dde7ff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .row-gradient-2:after {
    top: 0;
  }
}

.row-bg-top {
  position: relative;
}

.row-bg-top > .bb-inner {
  position: relative;
  z-index: 11;
}

.row-bg-top:after {
  content: '';
  background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
  background-color: #dde7ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 500px;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .row-bg-top:after {
    top: 0;
  }
}

.row-curve-bottom-white:after {
  content: '';
  width: 100%;
  height: 69px;
  position: absolute;
  bottom: 0;
  background: url("../images/curve-bg.png") repeat-x center center transparent;
  background-size: 100% 100%;
}

.grid-small .container {
  max-width: 900px;
  margin: 0 auto;
}

.gavias-blockbuilder-content {
  position: relative;
}

.gavias-blockbuilder-content .link-edit-blockbuider {
  border: 1px solid #dee2e6;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  background: var(--conbiz-theme-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
}

.gavias-blockbuilder-content .link-edit-blockbuider:hover, .gavias-blockbuilder-content .link-edit-blockbuider:focus, .gavias-blockbuilder-content .link-edit-blockbuider:active {
  color: #fff;
}

@media (max-width: 1023.98px) {
  .gbb-row[style*="padding-top"] {
    padding-top: 25px !important;
  }
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 25px !important;
  }
}

.gbb-row .bb-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1023.98px) {
  .gbb-row .bb-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.gbb-row .bb-inner.remove_padding_row {
  padding: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col > .bb-container {
  padding: 0;
}

.gbb-row .bb-inner.remove_padding_col > .bb-container > .row-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}

.gbb-row .bb-inner.remove_padding_col > .bb-container > .row-wrapper > .gsc-column {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.widget {
  /******************** Block for drupal ***********************/
  /******************** Chart *****************************/
}

.widget.gsc-block-drupal {
  margin-bottom: 35px;
}

.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
  display: none !important;
}

.widget.gsc-block-drupal.title-align-center .block-title {
  text-align: center;
}

.widget.gsc-block-drupal.title-align-left .block-title {
  text-align: left;
}

.widget.gsc-block-drupal.title-align-right .block-title {
  text-align: right;
}

.widget.gsc-block-drupal.text-light div {
  color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-title {
  color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *, .widget.gsc-block-drupal.text-light .block-inner .block-content div {
  color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *:after, .widget.gsc-block-drupal.text-light .block-inner .block-content *:before, .widget.gsc-block-drupal.text-light .block-inner .block-content div:after, .widget.gsc-block-drupal.text-light .block-inner .block-content div:before {
  color: rgba(255, 255, 255, 0.2);
}

.widget.gsc-block-drupal.remove-margin-on {
  margin-bottom: 0 !important;
}

.widget.gsc-block-drupal.remove-margin-on .block {
  margin-bottom: 0 !important;
}

.widget.gsc-progress {
  margin-bottom: 35px;
}

.widget.gsc-progress .progress {
  height: 10px !important;
}

.widget.gsc-progress .progress-bar span {
  top: 0;
}

.widget.gsc-progress .progress-label {
  font-size: 18px;
  font-family: var(--conbiz-heading-font-family);
}

.widget.gsc-progress .percentage {
  color: #1a1a1a;
}

.widget.gsc-progress.text-light .progress-label {
  color: #fff;
}

.gsc-block-view.remove-margin-on {
  margin-bottom: 0 !important;
}

.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  .column-content.text-quote {
    padding: 20px 20px;
  }
}

.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  .column-content.text-quote-2 {
    padding: 20px 20px;
  }
}

.gsc-accordion .panel-body {
  padding-left: 0;
  padding-right: 0;
}

.gsc-accordion .panel-group.skin-white .panel {
  border: 1px solid #dee2e6 !important;
  margin-bottom: 20px;
}

.gsc-accordion .panel-group.skin-white .panel .panel-title a:after {
  right: 0;
}

.gsc-accordion .panel-group.skin-dark {
  background: #f5f5f5;
}

.gsc-accordion .panel-group.skin-dark .panel {
  background: #f5f5f5;
  border-bottom: 1px solid #e2e2e2 !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title {
  background: #f5f5f5 !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title a {
  background: none !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title a:after {
  right: 0;
}

.gsc-accordion .panel-group.skin-dark .panel:last-child {
  border-bottom: none !important;
}

.gsc-accordion .panel-group.skin-white-border {
  background: #fff;
}

.gsc-accordion .panel-group.skin-white-border .panel {
  padding: 0 0 15px !important;
  border-bottom: 1px solid #dee2e6 !important;
  margin-bottom: 18px !important;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
  right: 0;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-body {
  padding-top: 10px;
}

.gsc-accordion .panel-group.skin-white-border .panel:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.gsc-call-to-action .title {
  font-weight: 700;
  font-size: 42px;
  margin: 0;
}

@media (max-width: 1023.98px) {
  .gsc-call-to-action .title.fsize-00 {
    font-size: 34px;
  }
}

.gsc-call-to-action .sub-title {
  color: #7f8284;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -7px;
}

@media (max-width: 1023.98px) {
  .gsc-call-to-action .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.gsc-call-to-action .sub-title > span {
  padding: 0 55px;
  position: relative;
}

.gsc-call-to-action .sub-title > span:after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.gsc-call-to-action .sub-title > span:before {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.gsc-call-to-action .box-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}

.gsc-call-to-action .box-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(226, 50, 0, 0.7);
  top: 0;
  left: 0;
}

.gsc-call-to-action .button-action > a {
  margin: 0 10px;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .gsc-call-to-action .button-action > a {
    margin-bottom: 10px;
  }
}

.gsc-call-to-action .button-action > a i {
  margin-left: 10px;
}

.gsc-call-to-action .desc {
  line-height: 30px;
}

.gsc-call-to-action .content {
  position: relative;
  z-index: 10;
}

.gsc-call-to-action.button-right {
  position: static;
}

.gsc-call-to-action.button-right .title {
  margin: 0 0 10px !important;
}

.gsc-call-to-action.button-right .heading-line {
  margin: 16px 0;
}

.gsc-call-to-action.button-right .content {
  padding-right: 170px;
}

@media (max-width: 800px) {
  .gsc-call-to-action.button-right .content {
    padding-right: 0;
  }
}

.gsc-call-to-action.button-right .content p {
  margin: 0;
}

.gsc-call-to-action.button-right .button-action {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .gsc-call-to-action.button-right .button-action {
    position: unset;
    margin-top: 30px;
  }
}

.gsc-call-to-action.button-left {
  position: relative;
  text-align: right;
}

.gsc-call-to-action.button-left .title {
  margin: 0 0 10px !important;
}

.gsc-call-to-action.button-left .heading-line {
  margin: 16px 0;
}

.gsc-call-to-action.button-left .content {
  padding-left: 210px;
}

@media (max-width: 800px) {
  .gsc-call-to-action.button-left .content {
    padding-left: 0;
  }
}

.gsc-call-to-action.button-left .content p {
  margin: 0;
}

.gsc-call-to-action.button-left .button-action {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}

@media (max-width: 800px) {
  .gsc-call-to-action.button-left .button-action {
    position: relative;
    margin-top: 15px;
  }
}

.gsc-call-to-action.button-bottom-left .title, .gsc-call-to-action.button-bottom-right .title, .gsc-call-to-action.button-right .title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1.56px;
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  .gsc-call-to-action.button-bottom-left .title, .gsc-call-to-action.button-bottom-right .title, .gsc-call-to-action.button-right .title {
    font-size: 46px;
  }
}

@media (max-width: 1023.98px) {
  .gsc-call-to-action.button-bottom-left .title, .gsc-call-to-action.button-bottom-right .title, .gsc-call-to-action.button-right .title {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .gsc-call-to-action.button-bottom-left .title, .gsc-call-to-action.button-bottom-right .title, .gsc-call-to-action.button-right .title {
    font-size: 30px;
  }
}

.gsc-call-to-action.button-bottom-left .sub-title > span:before, .gsc-call-to-action.button-bottom-right .sub-title > span:before, .gsc-call-to-action.button-right .sub-title > span:before {
  content: none;
}

.gsc-call-to-action.button-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.gsc-call-to-action.button-center.bg-image {
  min-height: 234px;
}

.gsc-call-to-action.button-center.bg-image .content-inner {
  padding: 30px;
}

@media (max-width: 1199.98px) {
  .gsc-call-to-action.button-center.bg-image .content-inner {
    padding: 15px;
  }
}

.gsc-call-to-action.button-center.bg-image .title {
  margin-bottom: 30px;
}

.gsc-call-to-action.button-center.bg-image .button-action a {
  padding: 10px 25px;
}

.gsc-call-to-action.button-center .box-background {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
}

.gsc-call-to-action.button-center .sub-title:before, .gsc-call-to-action.button-center .sub-title:after {
  background: #fff;
}

.gsc-call-to-action.button-center .title {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -1.56px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  .gsc-call-to-action.button-center .title {
    font-size: 46px;
  }
}

@media (max-width: 1023.98px) {
  .gsc-call-to-action.button-center .title {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .gsc-call-to-action.button-center .title {
    font-size: 30px;
  }
}

.gsc-call-to-action.button-center .desc {
  margin-top: 20px;
}

.gsc-call-to-action.button-center.text-light .title:after {
  background: #fff;
}

.gsc-call-to-action.has-background {
  padding: 35px;
  margin-bottom: 30px;
}

.gsc-call-to-action.has-background .title {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
}

.gsc-call-to-action.has-background .title:after {
  display: none;
}

.gsc-call-to-action.has-background.button-right .button-action {
  right: 30px;
}

.gsc-call-to-action.text-light .content {
  color: #fff;
}

.gsc-call-to-action.text-light .content .sub-title {
  color: #fff;
}

.gsc-call-to-action.text-light .content .sub-title > span:before, .gsc-call-to-action.text-light .content .sub-title > span:after {
  background: #fff;
}

.gsc-call-to-action.text-light .content .title {
  color: #fff;
}

.gsc-call-to-action.text-light .content .desc * {
  color: rgba(255, 255, 255, 0.8);
}

.gsc-carousel-content .item .item-content .image {
  width: 75%;
  z-index: 1;
}

.gsc-carousel-content .item .item-content .content-box {
  position: absolute;
  right: 0;
  top: 80px;
  bottom: 80px;
  float: right;
  width: 40%;
  background: #fff;
  width: 500px;
  max-width: 100%;
  z-index: 99;
}

.gsc-carousel-content .item .item-content .content-box .content-inner {
  padding: 50px 50px;
}

.gsc-carousel-content .item .item-content .content-box .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.gsc-carousel-content .item .item-content .content-box .title:after {
  content: '';
  width: 45px;
  height: 2px;
  background: var(--conbiz-theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.gsc-carousel-content .item .item-content .content-box .desc {
  font-size: 17px;
  line-height: 30px;
}

.gsc-carousel-content .item .item-content .content-box .desc p {
  margin: 0;
}

.gsc-carousel-content .active .item-content .bg-full {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}

@media (max-width: 1024px) {
  .gsc-carousel-content .item .item-content .content-box .content-inner {
    padding: 30px;
  }
  .gsc-carousel-content .item .item-content .content-box .title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 992px) {
  .gsc-carousel-content .item .item-content .image {
    width: 100%;
  }
  .gsc-carousel-content .item .item-content .content-box {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: auto;
    width: auto;
  }
}

@media (max-width: 768px) {
  .gsc-carousel-content .item .item-content .content-box {
    position: static;
    width: 100%;
  }
}

.gsc-icon-box {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gsc-icon-box:before, .gsc-icon-box:after {
  content: " ";
  display: table;
}

.gsc-icon-box:after {
  clear: both;
}

@media (max-width: 767.98px) {
  .gsc-icon-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .gsc-icon-box {
    display: block;
    text-align: center;
  }
  .gsc-icon-box .highlight_content {
    margin: 20px 0;
  }
}

.gsc-icon-box.verticle-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gsc-icon-box.verticle-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gsc-icon-box.verticle-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gsc-icon-box.icon-image img {
  min-width: 70px;
}

.gsc-icon-box .icon-container.icon-shadow {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
}

.gsc-icon-box .icon-container.fa-stack {
  text-align: center;
}

.gsc-icon-box .icon-container.text-theme[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .icon-container.text-white[class*="border-"] {
  border-color: rgba(255, 255, 255, 0.2);
}

.gsc-icon-box .icon-container.text-black {
  color: #000;
}

.gsc-icon-box .icon-container.text-black[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .icon-container.radius-1x:after {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.gsc-icon-box .icon-container.radius-2x:after {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gsc-icon-box .icon-container.radius-5x:after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gsc-icon-box .icon-container.fa-1x {
  width: 35px;
}

.gsc-icon-box .icon-container.fa-1x.fa-stack {
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}

.gsc-icon-box .icon-container.fa-2x {
  width: 40px;
}

.gsc-icon-box .icon-container.fa-2x.fa-stack {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
}

.gsc-icon-box .icon-container.fa-3x {
  width: 60px;
}

.gsc-icon-box .icon-container.fa-3x.fa-stack {
  width: 70px;
  line-height: 70px;
  height: 70px;
  font-size: 20px;
}

.gsc-icon-box .icon-container.fa-4x {
  width: 72px;
}

.gsc-icon-box .icon-container.fa-4x.fa-stack {
  line-height: 82px;
  height: 82px;
  font-size: 30px;
}

.gsc-icon-box .icon-container.fa-5x {
  width: 80px;
}

.gsc-icon-box .icon-container.fa-5x.fa-stack {
  line-height: 80px;
  height: 80px;
  font-size: 30px;
}

.gsc-icon-box .title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.6px;
}

@media (max-width: 1199.98px) {
  .gsc-icon-box .title {
    font-size: 17px;
  }
}

.gsc-icon-box .button-action a {
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 60px;
}

@media (max-width: 991.98px) {
  .gsc-icon-box .button-action a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.gsc-icon-box.icon-background .icon-container {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.gsc-icon-box.icon-background .icon-container:after {
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.gsc-icon-box.icon-background .icon-container.bg-black:after {
  background: #222222;
}

.gsc-icon-box.icon-background .icon-container.bg-theme:after {
  background: var(--conbiz-theme-color);
}

.gsc-icon-box.icon-background.icon-border .icon-container.bg-black {
  border-color: #222222;
}

.gsc-icon-box.icon-background.icon-border .icon-container.bg-theme {
  border-color: var(--conbiz-theme-color);
}

.gsc-icon-box.icon-border:not(.icon-background) .icon-container {
  color: var(--conbiz-theme-color);
}

@media (min-width: 576px) {
  .gsc-icon-box.left .highlight_content {
    padding-left: 26px;
  }
}

.gsc-icon-box.left .icon-container {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-icon-box.left:hover .icon-container {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.gsc-icon-box.left.v1 {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(226, 226, 226, 0.35);
  box-shadow: 0px 10px 30px 0px rgba(226, 226, 226, 0.35);
  padding: 40px 40px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .gsc-icon-box.left.v1 {
    padding: 30px;
  }
}

.gsc-icon-box.left.v1 .highlight_content {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .gsc-icon-box.left.v1 .highlight_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.gsc-icon-box.left.v1 .button-action a {
  background: #FFF3F0;
  color: var(--conbiz-theme-color);
}

.gsc-icon-box.left.v1 .button-action a:hover, .gsc-icon-box.left.v1 .button-action a:focus, .gsc-icon-box.left.v1 .button-action a:active {
  color: #fff;
  background: var(--conbiz-theme-color);
}

@media (min-width: 768px) {
  .gsc-icon-box.left.v2 .highlight_content {
    margin-top: -8px;
  }
}

.gsc-icon-box.left.v3 {
  border: 1px solid #dee2e6;
  padding: 60px 80px;
}

@media (max-width: 1199.98px) {
  .gsc-icon-box.left.v3 {
    padding: 60px;
  }
}

@media (max-width: 1023.98px) {
  .gsc-icon-box.left.v3 {
    padding: 30px;
  }
}

.gsc-icon-box.top-center {
  display: block;
  text-align: center;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.gsc-icon-box.top-center .icon-container {
  display: inline-block;
  margin-bottom: 30px;
}

.gsc-icon-box.top-center .fa-stack {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(26, 26, 26, 0.3);
  box-shadow: 0px 10px 30px 0 rgba(26, 26, 26, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gsc-icon-box.box-center {
  text-align: center;
  display: block;
}

.gsc-icon-box.box-center .icon-container {
  display: inline-block;
  margin-bottom: 30px;
}

.gsc-icon-box.box-background {
  padding: 30px 40px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box.box-background.active, .gsc-icon-box.box-background:hover, .gsc-icon-box.box-background:focus, .gsc-icon-box.box-background:active {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box.border-s1 .icon-inner {
  padding: 6px;
  border: 2px solid #dee2e6;
  display: inline-block;
}

.gsc-icon-box.border-s1 .icon-inner .fa-stack {
  line-height: 2.3em !important;
  width: 2.2em;
  height: 2.2em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-2x {
  font-size: 1.6em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-1x {
  font-size: 1.2em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-1x .fa-stack {
  line-height: 2.3em !important;
  width: 2.2em;
  height: 2.2em;
}

.gsc-icon-box .i-border-theme {
  border-color: var(--conbiz-theme-color) !important;
}

.gsc-icon-box .i-border-black {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.gsc-icon-box .i-border-dark {
  border-color: #f1f1f1 !important;
}

.gsc-icon-box .i-border-white {
  border-color: #fff !important;
}

.gsc-icon-box:hover .highlight-icon .icon {
  -webkit-animation: beat 1.5s ease 0s infinite;
  animation: beat 1.5s ease 0s infinite;
}

.gsc-icon-box-color.hidden-arrow:after {
  display: none !important;
}

.gsc-icon-box-color .content-inner .box-title {
  font-size: 18px;
}

.gsc-icon-box-color.icon-style-1 .box-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.gsc-icon-box-color.icon-style-1 .box-icon .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: var(--conbiz-theme-color);
  font-size: 22px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-color.icon-style-2 .box-icon {
  margin-bottom: 15px;
}

.gsc-icon-box-color.icon-style-2 .box-icon .icon {
  display: inline-block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: var(--conbiz-theme-color);
  font-size: 22px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-color.arrow-style-1:after {
  content: '';
  background: url("../images/arrow-workflow-right.png") no-repeat center center transparent;
  background-size: contain;
  width: 60px;
  height: 20px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: -45px;
  display: none;
}

@media (max-width: 991.98px) {
  .gsc-icon-box-color.arrow-style-1:after {
    display: none !important;
  }
}

.gsc-icon-box-color.arrow-style-1:before {
  content: '';
  background: url("../images/arrow-workflow.png") no-repeat center center transparent;
  background-size: contain;
  width: 60px;
  height: 20px;
  z-index: 1;
  position: absolute;
  top: 30px;
  right: -45px;
  display: none;
}

@media (max-width: 991.98px) {
  .gsc-icon-box-color.arrow-style-1:before {
    display: none !important;
  }
}

.gsc-icon-box-color.arrow-style-2:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 1px;
  z-index: 1;
  position: absolute;
  top: 30px;
  right: -15px;
  display: none;
}

@media (max-width: 991.98px) {
  .gsc-icon-box-color.arrow-style-2:before {
    display: none !important;
  }
}

.gsc-icon-box-color.arrow-style-2:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 1px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: -15px;
  display: none;
}

@media (max-width: 991.98px) {
  .gsc-icon-box-color.arrow-style-2:after {
    display: none !important;
  }
}

.gsc-icon-box-color.arrow-right:before {
  display: block;
}

.gsc-icon-box-color.arrow-left:after {
  display: block;
}

.gsc-icon-box-color.icon-image .box-icon {
  width: 100%;
  border: none;
  background: none;
}

.gsc-icon-box-color.icon-image .box-icon .icon {
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  width: auto;
}

.gsc-icon-box-color.style-1 {
  position: relative;
  text-align: center;
}

.gsc-icon-box-color.style-1 .box-icon {
  text-align: center;
}

.gsc-icon-box-color.style-1 .box-icon .icon {
  display: block;
}

.gsc-icon-box-color.style-1 .content-inner {
  text-align: center;
}

.gsc-icon-box-color.style-1 .box-title {
  margin-bottom: 10px;
}

.gsc-icon-box-color.style-2 {
  position: relative;
  text-align: left;
  margin-top: 30px;
  max-width: 300px;
  padding-left: 45px;
}

.gsc-icon-box-color.style-2 .box-icon {
  text-align: left;
}

.gsc-icon-box-color.style-2 .content-inner {
  text-align: left;
}

.gsc-icon-box-color.style-3 {
  position: relative;
  text-align: right;
  margin-top: 30px;
  max-width: 300px;
  float: right;
  padding-right: 45px;
}

.gsc-icon-box-color.style-3 .box-icon {
  text-align: right;
}

.gsc-icon-box-color.style-3 .content-inner {
  text-align: right;
}

.gsc-icon-box-color.style-3.end {
  margin-bottom: 0;
}

.gsc-icon-box-new {
  background: #fafafa;
  text-align: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

@media (max-width: 991.98px) {
  .gsc-icon-box-new {
    margin-bottom: 30px;
  }
}

.gsc-icon-box-new:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  opacity: 1.0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) scaleY(0);
  transform: perspective(400px) scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 0;
  background: url("../images/bg-career.png") no-repeat left center var(--conbiz-theme-color);
}

.gsc-icon-box-new > * {
  position: relative;
  z-index: 1;
}

.gsc-icon-box-new .icon-inner {
  color: #1a1a1a;
  font-size: 60px;
  margin-bottom: 20px;
}

.gsc-icon-box-new .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}

.gsc-icon-box-new:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleY(1);
  transform: perspective(400px) scaleY(1);
}

.gsc-icon-box-new:hover .icon-inner, .gsc-icon-box-new:hover .title {
  color: #fff;
}

@media (max-width: 991.98px) {
  .milestone-block {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.milestone-block.position-icon-top {
  text-align: center;
  display: block;
  width: 100%;
  padding: 45px 30px;
  background: rgba(0, 0, 0, 0.3);
}

.milestone-block.position-icon-top .milestone-icon {
  color: var(--conbiz-theme-color);
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  margin-bottom: 15px;
  display: inline-block;
}

.milestone-block.position-icon-top .milestone-icon .icon {
  color: var(--conbiz-theme-color);
  font-size: 60px;
  line-height: 1;
}

.milestone-block.position-icon-top .milestone-right {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: 10px;
}

.milestone-block.position-icon-top .milestone-number {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.milestone-block.position-icon-top .milestone-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.milestone-block.position-icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.milestone-block.position-icon-left:before, .milestone-block.position-icon-left:after {
  content: " ";
  display: table;
}

.milestone-block.position-icon-left:after {
  clear: both;
}

@media (max-width: 991.98px) {
  .milestone-block.position-icon-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.milestone-block.position-icon-left .milestone-icon {
  font-size: 60px;
}

@media (max-width: 767.98px) {
  .milestone-block.position-icon-left .milestone-icon {
    line-height: 60px;
  }
}

.milestone-block.position-icon-left .milestone-right {
  padding-left: 15px;
  text-align: left;
}

.milestone-block.position-icon-left .milestone-right .milestone-number-inner {
  font-size: 52px;
  letter-spacing: -1.56px;
  line-height: 1.15;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .milestone-block.position-icon-left .milestone-right .milestone-number-inner {
    font-size: 40px;
  }
}

.milestone-block.position-icon-left .milestone-right .symbol {
  margin-left: -10px;
}

.milestone-block.position-icon-left .milestone-right .milestone-text {
  font-size: 17px;
  font-weight: 500;
  margin-top: 5px;
}

.milestone-block.position-no-icon .milestone-right {
  display: inline-block;
  text-align: left;
}

.milestone-block.position-no-icon .milestone-right .milestone-number-inner {
  font-size: 50px;
  letter-spacing: -0.26px;
  line-height: 1;
  color: var(--conbiz-theme-color);
  font-family: var(--conbiz-heading-font-family);
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .milestone-block.position-no-icon .milestone-right .milestone-number-inner {
    font-size: 38px;
  }
}

.milestone-block.position-no-icon .milestone-right .milestone-number-inner .symbol {
  color: var(--conbiz-theme-color);
  font-size: 50px;
}

@media (max-width: 1023.98px) {
  .milestone-block.position-no-icon .milestone-right .milestone-number-inner .symbol {
    font-size: 38px;
  }
}

.milestone-block.position-no-icon .milestone-right .milestone-text {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin: 16px 0 0;
  letter-spacing: -0.26px;
  font-weight: 700;
}

.milestone-block[style*="background-color"] {
  padding: 50px 20px;
}

@media (max-width: 991.98px) {
  .milestone-block[style*="background-color"] {
    padding: 30px 20px;
  }
}

.milestone-block.text-light .milestone-text, .milestone-block.text-light .milestone-number, .milestone-block.text-light .milestone-number-inner {
  color: #fff !important;
}

.milestone-block.text-light .milestone-icon {
  color: #fff;
}

.gsc-images-parallax:before, .gsc-images-parallax:after {
  content: " ";
  display: table;
}

.gsc-images-parallax:after {
  clear: both;
}

.gsc-images-parallax .action {
  margin-top: 15px;
}

.gsc-images-parallax .image-1 {
  position: relative;
  overflow: hidden;
}

.gsc-images-parallax .image-1:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  z-index: 2;
}

.gsc-images-parallax .image-1:hover:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.gsc-images-parallax.style-v1 {
  max-width: 600px;
}

.gsc-images-parallax.style-v1 .images {
  position: relative;
  text-align: center;
}

@media (max-width: 991.98px) {
  .gsc-images-parallax.style-v1 .images {
    max-width: 650px;
    float: none;
    margin: 0 auto;
  }
}

.gsc-images-parallax.style-v1 .image-1 {
  max-width: 400px;
}

.gsc-images-parallax.style-v1 .image-1 img {
  border-radius: 7px 0 0 0;
}

.gsc-images-parallax.style-v1 .content-box {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background: var(--conbiz-theme-color);
  color: #fff;
  text-align: center;
  padding: 10px 20px 10px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 99;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--conbiz-heading-font-family);
}

.gsc-images-parallax.style-v1 .content-box .icon {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
}

.gsc-images-parallax.style-v1 .content-box a {
  color: #fff;
}

.gsc-images-parallax.style-v1 .content-box a:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .gsc-images-parallax.style-v1 .content-box {
    width: 150px;
    height: 150px;
    font-size: 17px;
  }
  .gsc-images-parallax.style-v1 .content-box .icon {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 1023.98px) {
  .gsc-images-parallax.style-v1 .content-box {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }
  .gsc-images-parallax.style-v1 .content-box .icon {
    font-size: 35px;
    line-height: 35px;
  }
}

.gsc-images-parallax.style-v1.right .image-1 {
  position: relative;
  z-index: 1;
  padding-right: 90px;
}

.gsc-images-parallax.style-v1.right .image-2 {
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: 9;
  padding: 15px;
  text-align: right;
  background: #fff;
  max-width: 80%;
  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .gsc-images-parallax.style-v1.right .image-2 {
    bottom: 0 !important;
  }
}

.gsc-images-parallax.style-v1.right .content-box {
  left: auto;
  right: 0;
}

.gsc-images-parallax.style-v1.left .images {
  text-align: left;
}

.gsc-images-parallax.style-v1.left .image-1 {
  position: relative;
  z-index: 1;
}

.gsc-images-parallax.style-v1.left .image-2 {
  position: absolute;
  top: 80px;
  right: 30px;
  z-index: -1;
}

.gsc-images-parallax.style-v2 {
  position: relative;
}

.gsc-images-parallax.style-v2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  background: url("../images/bg-parallax.png") no-repeat 0 50%;
  background-size: contain;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.gsc-images-parallax.style-v2 .images {
  padding-bottom: 200px;
  position: relative;
}

.gsc-images-parallax.style-v2 .image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.gsc-images-parallax.style-v3 {
  padding-bottom: 140px;
  max-width: 700px;
  position: relative;
}

@media (max-width: 991.98px) {
  .gsc-images-parallax.style-v3 {
    margin-bottom: 30px;
  }
}

.gsc-images-parallax.style-v3 .images {
  text-align: center;
}

@media (max-width: 991.98px) {
  .gsc-images-parallax.style-v3 .images {
    max-width: 650px;
    float: none;
    margin: 0 auto;
  }
}

.gsc-images-parallax.style-v3 .image-1 {
  margin-right: 100px;
}

@media (max-width: 1199.98px) {
  .gsc-images-parallax.style-v3 .image-1 {
    margin-right: 0;
  }
}

.gsc-images-parallax.style-v3 .content-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--conbiz-theme-color);
  color: #fff;
  text-align: center;
  padding: 10px 20px 10px;
  position: absolute;
  top: 20px;
  left: -60px;
  z-index: 99;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--conbiz-heading-font-family);
}

.gsc-images-parallax.style-v3 .content-box .icon {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
}

.gsc-images-parallax.style-v3 .content-box a {
  color: #fff;
}

.gsc-images-parallax.style-v3 .content-box a:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .gsc-images-parallax.style-v3 .content-box {
    width: 90px;
    height: 90px;
    font-size: 14px;
    left: 20px;
  }
  .gsc-images-parallax.style-v3 .content-box .icon {
    font-size: 35px;
    line-height: 40px;
  }
}

.gsc-images-parallax.style-v3 .image-2 {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 9;
  padding: 10px;
  text-align: right;
  background: #fff;
  max-width: 80%;
  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

@media (max-width: 991.98px) {
  .gsc-images-parallax.style-v3 .image-2 {
    bottom: 0 !important;
  }
}

.gsc-video-box {
  position: relative;
  margin: 0 auto;
}

.gsc-video-box.style-1 .image {
  position: relative;
  display: inline-block;
}

.gsc-video-box.style-1 .image:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(15, 15, 29, 0.65);
  border-bottom-right-radius: 11px;
  content: "";
}

.gsc-video-box.style-1 .video-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gsc-video-box.style-1 .popup-video {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: #fff;
  color: var(--conbiz-theme-color);
  font-size: 12px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-video-box.style-1 .popup-video:hover {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.gsc-video-box.style-1 .video-content-right {
  font-size: 18px;
  color: var(--conbiz-theme-color-second);
  padding-top: 15px;
}

.gsc-video-box.style-2 {
  display: inline-block;
}

.gsc-video-box.style-2 .image {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.gsc-video-box.style-2 .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(34, 38, 49, 0.8);
}

.gsc-video-box.style-2 .image img {
  width: 100%;
}

.gsc-video-box.style-2 .image .popup-video {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: var(--conbiz-theme-color);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 46px;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gsc-video-box.style-2 .image .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gsc-video-box.style-2 .image .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gsc-video-box.style-2 .image .popup-video:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.gsc-video-box.style-2 .video-content .link-video {
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0 0 35px;
  position: relative;
  float: left;
  text-transform: capitalize;
}

.gsc-video-box.style-2 .video-content .link-video:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
  top: 14px;
  left: -35px;
}

.gsc-video-box.style-2 .video-content .link-video strong {
  font-size: 14px;
}

.gsc-video-box.style-2 .video-content .button-review {
  float: right;
  margin-top: 20px;
}

.gsc-video-box.style-2 .video-content .button-review a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #000;
  border: 1px solid #000;
  padding: 4px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.gsc-video-box.style-2 .video-content .button-review a:hover {
  color: #fff;
  background: var(--conbiz-theme-color);
  border-color: var(--conbiz-theme-color);
}

.gsc-video-box.style-3 .video-inner {
  margin: 0 auto;
  width: 120px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 17px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 767.98px) {
  .gsc-video-box.style-3 .video-inner {
    width: 95px;
  }
}

.gsc-video-box.style-3 .popup-video {
  display: inline-block;
  font-size: 20px;
  color: var(--conbiz-theme-color);
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 85px;
  height: 85px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 85px;
}

@media (max-width: 767.98px) {
  .gsc-video-box.style-3 .popup-video {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.gsc-video-box.style-3 .popup-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gsc-video-box.style-3 .popup-video::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gsc-video-box.style-3 .popup-video:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.gsc-links .content-inner {
  max-width: 1000px;
  margin: 0 auto 0;
  position: relative;
  top: 0;
}

.gsc-links .content-inner .box-content {
  padding: 15px 5px;
}

.gsc-links .content-inner .box-content a {
  text-align: center;
}

.gsc-links .content-inner .box-content a span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 11px;
}

.gsc-links .content-inner .box-content a span.icon {
  font-size: 24px;
}

.gsc-links .content-inner .box-content a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000;
}

.gsc-links .content-inner .box-content a.o_active {
  color: var(--conbiz-theme-color);
}

.gsc-links .btn-hidden-links {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 9;
  display: none;
  font-size: 32px;
  line-height: 1;
}

.gsc-links .btn-hidden-links.hidden-menu {
  top: 26px;
}

.gsc-links .btn-hidden-links.hidden-menu span:before {
  content: "\f20e";
}

.gsc-links.stuck {
  background: #fff;
  margin-top: 0 !important;
  right: 0;
  left: auto;
}

@media (max-width: 1200px) {
  .gsc-links.stuck {
    padding-right: 70px;
  }
}

.gsc-links.stuck .btn-hidden-links {
  display: block;
}

.gsc-links.stuck.hidden-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  top: -120px;
}

.gsc-links.stuck.hidden-menu .content-inner {
  opacity: 0;
  filter: alpha(opacity=0);
}

.gsc-links.stuck.hidden-menu .btn-hidden-links {
  position: fixed;
}

.gsc-links:hover .box-content a {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.gsc-tabs-content {
  background: #fff;
}

.gsc-tabs-content .nav-tabs {
  text-align: center;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .gsc-tabs-content .nav-tabs {
    display: block;
  }
}

.gsc-tabs-content .nav-tabs > li {
  display: inline-block;
  width: 25%;
}

@media (max-width: 767.98px) {
  .gsc-tabs-content .nav-tabs > li {
    width: auto;
    margin-bottom: 10px;
  }
}

.gsc-tabs-content .nav-tabs > li + li {
  padding-left: 30px;
}

@media (max-width: 991.98px) {
  .gsc-tabs-content .nav-tabs > li + li {
    padding-left: 5px;
  }
}

.gsc-tabs-content .nav-tabs > li > a {
  font-size: 18px;
  font-weight: 800;
  padding: 15px 20px;
  width: 100%;
  display: inline-block;
  text-transform: none;
  letter-spacing: -0.54px;
  background: rgba(46, 46, 54, 0.05);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

@media (max-width: 991.98px) {
  .gsc-tabs-content .nav-tabs > li > a {
    padding: 8px;
    font-size: 17px;
  }
}

.gsc-tabs-content .nav-tabs > li > a.active, .gsc-tabs-content .nav-tabs > li > a:hover, .gsc-tabs-content .nav-tabs > li > a:focus {
  background: var(--conbiz-theme-color);
  color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0 rgba(249, 77, 28, 0.3);
  box-shadow: 0px 10px 60px 0 rgba(249, 77, 28, 0.3);
}

.gsc-tabs-content .tab-content {
  padding: 80px 0 0;
}

@media (max-width: 1023.98px) {
  .gsc-tabs-content .tab-content {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .gsc-tabs-content .tab-content .tab-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .gsc-tabs-content .tab-content .tab-content-inner > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .gsc-tabs-content .tab-content .tab-content-inner:before {
    background: url("../images/bg-heart.png") no-repeat left bottom;
    width: 282px;
    height: 290px;
    position: absolute;
    content: "";
    top: 65%;
    right: 85%;
    z-index: -1;
  }
}

.gsc-tabs-content .tab-content .tab-content-inner .images {
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .gsc-tabs-content .tab-content .tab-content-inner .images {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.gsc-tabs-content .tab-content .tab-content-inner .images .content-inner {
  width: 100%;
  text-align: center;
}

.gsc-tabs-content .tab-content .tab-content-inner .images .content-inner span {
  position: relative;
  display: inline-block;
}

.gsc-tabs-content .tab-content .tab-content-inner .images:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.gsc-tabs-content .tab-content .tab-content-inner .images:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.gsc-tabs-content .tab-content .tab-content-inner h2 {
  letter-spacing: -0.9px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
  .gsc-tabs-content .tab-content .tab-content-inner h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.gsc-tabs-content .tab-content .tab-content-inner .content-inner {
  padding-left: 85px;
}

@media (max-width: 1199.98px) {
  .gsc-tabs-content .tab-content .tab-content-inner .content-inner {
    padding-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .gsc-tabs-content .tab-content .tab-content-inner .content-inner {
    padding-left: 0;
  }
}

.gsc-tabs-content.style-2 {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.gsc-tabs-content.style-3 {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.gsc-team .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.gsc-team .social-icons a:hover {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.gsc-team .team-name {
  font-size: 20px;
  text-transform: capitalize;
  padding: 0 0 15px;
  position: relative;
  margin: 0;
  font-family: var(--conbiz-heading-font-family);
}

@media (max-width: 1023.98px) {
  .gsc-team .team-name {
    font-size: 18px;
  }
}

.gsc-team .team-position {
  text-transform: capitalize;
  color: var(--conbiz-theme-color);
  font-size: 13px;
}

.gsc-team .team-info {
  margin: 15px 0;
}

.gsc-team.team-horizontal {
  margin-top: 50px;
}

.gsc-team.team-horizontal .team-header {
  position: relative;
  overflow: hidden;
}

.gsc-team.team-horizontal .team-header img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
}

.gsc-team.team-horizontal .team-header .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.gsc-team.team-horizontal .team-header .box-hover .content-inner {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.gsc-team.team-horizontal .team-header .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
}

.gsc-team.team-horizontal .team-header .social-list a:last-child {
  margin-right: 0;
}

.gsc-team.team-horizontal .team-header .social-list a:hover {
  color: var(--conbiz-theme-color) !important;
}

.gsc-team.team-horizontal .team-name {
  font-size: 18px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  padding: 0 0 12px;
  position: relative;
}

.gsc-team.team-horizontal .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: var(--conbiz-theme-color);
  width: 45px;
  height: 1px;
  position: absolute;
}

.gsc-team.team-horizontal:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gsc-team.team-horizontal:hover .team-header img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gsc-team.team-vertical {
  position: relative;
  background: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  max-width: 450px;
  margin: 0 auto 30px;
}

.gsc-team.team-vertical .team-header {
  overflow: hidden;
  position: relative;
}

.gsc-team.team-vertical .team-header img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
}

.gsc-team.team-vertical .team-header .social-list {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
}

.gsc-team.team-vertical .team-header .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
}

.gsc-team.team-vertical .team-header .social-list a:last-child {
  margin-right: 0;
}

.gsc-team.team-vertical .team-header .social-list a:hover {
  color: var(--conbiz-theme-color) !important;
}

.gsc-team.team-vertical .team-name {
  padding: 0;
  color: #fff;
  font-family: var(--conbiz-heading-font-family);
}

.gsc-team.team-vertical .team-position {
  color: rgba(255, 255, 255, 0.8);
  margin: 5px 0 0;
}

.gsc-team.team-vertical .team-content {
  color: #fff;
}

.gsc-team.team-vertical .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.gsc-team.team-vertical .box-hover .team-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gsc-team.team-vertical .team-body {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-team.team-vertical .team-body .content-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.gsc-team.team-vertical .team-body .info {
  padding: 20px 15px;
  position: relative;
  margin-top: -35px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 9;
  background: var(--conbiz-theme-color);
}

.gsc-team.team-vertical:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gsc-team.team-circle {
  margin-bottom: 30px;
  position: relative;
  background: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gsc-team.team-circle .team-header {
  overflow: hidden;
  position: relative;
}

.gsc-team.team-circle .team-header img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gsc-team.team-circle .team-header .social-list {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
}

.gsc-team.team-circle .team-header .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
}

.gsc-team.team-circle .team-header .social-list a:last-child {
  margin-right: 0;
}

.gsc-team.team-circle .team-header .social-list a:hover {
  color: var(--conbiz-theme-color) !important;
}

.gsc-team.team-circle .team-name {
  padding: 0;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
}

.gsc-team.team-circle .team-position {
  color: #999;
  margin: 5px 0 0;
}

.gsc-team.team-circle .team-content {
  color: #999;
}

.gsc-team.team-circle .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gsc-team.team-circle .box-hover .team-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.gsc-team.team-circle .team-body {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
}

.gsc-team.team-circle .team-body .content-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.gsc-team.team-circle .team-body .info {
  padding: 20px 15px;
  position: relative;
  margin-top: -35px;
  z-index: 9;
  background: #fff;
}

.gsc-team.team-circle:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gsc-quotes-rotator .cbp-qtrotator {
  position: relative;
  width: 100%;
  z-index: 1;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 100px;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
}

@media (max-width: 991.98px) {
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
    font-size: 38px;
  }
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner {
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
}

.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:before,
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.gsc-quotes-rotator .cbp-qtprogress {
  position: absolute;
  background: var(--conbiz-theme-color);
  height: 1px;
  width: 0%;
  top: 0;
  z-index: 1000;
}

.gsc-quotes-rotator .cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}

.gsc-quotes-rotator.text-light {
  color: #fff;
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-inner {
  color: #fff;
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-title {
  color: #fff;
}

.gva-job-box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(215, 215, 215, 0.33);
  box-shadow: 0px 10px 30px 0 rgba(215, 215, 215, 0.33);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.gva-job-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  opacity: 1.0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) scaleY(0);
  transform: perspective(400px) scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 0;
  background: var(--conbiz-theme-color);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.gva-job-box > * {
  position: relative;
  z-index: 1;
}

.gva-job-box .logo-inner {
  margin-bottom: 20px;
}

.gva-job-box .job-type {
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
}

.gva-job-box .box-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.gva-job-box .action {
  margin-top: 30px;
}

.gva-job-box:hover {
  color: #fff;
}

.gva-job-box:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) scaleY(1);
  transform: perspective(400px) scaleY(1);
}

.gva-job-box:hover .job-type, .gva-job-box:hover .box-title a {
  color: #fff;
}

.gva-job-box:hover .action a {
  background: #fff;
  border-color: #fff;
}

.gsc-our-gallery {
  margin-bottom: 30px;
}

.gsc-our-gallery .item .box-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 35px 30px;
  background: var(--conbiz-theme-color);
  z-index: 9;
  max-width: 55%;
}

.gsc-our-gallery .item .box-content .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .gsc-our-gallery .item .box-content .title {
    font-size: 18px;
    line-height: 24px;
  }
}

.gsc-our-gallery .item .box-content .title:after {
  content: '';
  width: 50px;
  height: 2px;
  background: var(--conbiz-theme-color-second);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.gsc-our-gallery .item .box-content .desc {
  color: #fff;
}

@media (max-width: 767.98px) {
  .gsc-our-gallery .item .box-content .desc {
    display: none;
  }
}

.gsc-our-gallery .owl-nav .owl-prev {
  bottom: 15px;
  left: 15px;
}

.gsc-our-gallery .owl-nav .owl-next {
  bottom: 15px;
  left: 60px;
  right: auto;
}

.gsc-box-hover {
  position: relative;
  background: transparent;
  margin-bottom: 50px;
  max-width: 600px;
}

@media (max-width: 1199.98px) {
  .gsc-box-hover {
    margin-bottom: 30px;
  }
}

.gsc-box-hover .image {
  position: relative;
  overflow: hidden;
}

.gsc-box-hover .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.gsc-box-hover .box-content {
  position: relative;
}

.gsc-box-hover .box-content .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.gsc-box-hover .frontend-content {
  position: relative;
}

.gsc-box-hover .box-inner {
  padding: 25px 0;
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -ms-transition: all 0.4s ease-in-out 0.1s;
}

.gsc-box-hover .backend {
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(235, 235, 235, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(235, 235, 235, 0.35);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(1) translateY(50px);
  transform: scale(1) translateY(50px);
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -ms-transition: all 0.4s ease-in-out 0.1s;
}

@media (max-width: 1199.98px) {
  .gsc-box-hover .backend {
    padding: 20px;
    font-size: 15px;
  }
}

.gsc-box-hover .backend .box-title {
  margin-bottom: 10px;
  color: #000;
}

.gsc-box-hover .backend .btn-white {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.gsc-box-hover .backend .btn-white i {
  color: #fff;
}

.gsc-box-hover .box-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #000;
}

@media (max-width: 1199.98px) {
  .gsc-box-hover .box-title {
    font-size: 17px;
  }
}

.gsc-box-hover .btn-white {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: var(--conbiz-theme-color);
  position: absolute;
  top: -30px;
  right: 30px;
  z-index: 9;
}

.gsc-box-hover:hover .image:before, .gsc-box-hover:active .image:before, .gsc-box-hover:focus .image:before, .gsc-box-hover.active .image:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.gsc-box-hover:hover .box-inner, .gsc-box-hover:active .box-inner, .gsc-box-hover:focus .box-inner, .gsc-box-hover.active .box-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1) translateY(-40px);
  transform: scale(1) translateY(-40px);
}

.gsc-box-hover:hover .backend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .backend {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.gsc-text-rotate .rotate-text {
  max-width: 900px;
}

.gsc-text-rotate .rotate-text .primary-text {
  font-size: 42px;
  color: var(--conbiz-theme-color-second);
  font-family: var(--conbiz-heading-font-family);
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .gsc-text-rotate .rotate-text .primary-text {
    font-size: 32px;
  }
}

.gsc-text-rotate .rotate-text .second-text {
  max-width: 690px;
  margin: 30px auto;
}

.gsc-text-rotate .rotate-text .link {
  margin-top: 20px;
}

.gsc-text-rotate.align-center .rotate-text {
  margin: 0 auto;
  text-align: center;
}

.gsc-text-rotate.align-left .rotate-text {
  float: left;
  text-align: left;
}

.gsc-text-rotate.align-left .primary-text {
  text-align: left;
}

.gsc-text-rotate.align-left .second-text {
  text-align: left;
}

.gsc-text-rotate.align-left .link {
  text-align: left;
}

.gsc-text-rotate.text-light .rotate-text .primary-text {
  color: #fff;
}

.gsc-text-rotate.text-light .rotate-text .second-text {
  color: #fff;
}

.gsc-heading {
  padding: 0 0 80px;
  display: block;
  width: 100%;
}

.gsc-heading:before, .gsc-heading:after {
  content: " ";
  display: table;
}

.gsc-heading:after {
  clear: both;
}

@media (max-width: 1023.98px) {
  .gsc-heading {
    padding: 0 0 45px;
  }
}

@media (max-width: 991.98px) {
  .gsc-heading {
    padding: 0 0 30px;
  }
  .gsc-heading.heading-bg-white {
    padding: 30px 20px !important;
    background: #fff;
  }
}

.gsc-heading .title {
  font-size: 52px;
  letter-spacing: -1.56px;
  line-height: 1.15;
  font-weight: 800;
  position: relative;
  margin-bottom: 4px;
}

@media (max-width: 1199.98px) {
  .gsc-heading .title {
    font-size: 46px;
  }
}

@media (max-width: 1023.98px) {
  .gsc-heading .title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .gsc-heading .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.gsc-heading .title-desc {
  margin-top: 35px;
}

.gsc-heading .sub-title {
  color: var(--conbiz-theme-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: -10px;
}

@media (max-width: 1023.98px) {
  .gsc-heading .sub-title {
    font-size: 16px;
  }
}

.gsc-heading .sub-title > span {
  padding: 0 55px;
  position: relative;
}

.gsc-heading .sub-title > span:after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.gsc-heading .heading-bottom {
  clear: both;
}

.gsc-heading .heading-bottom .title-desc {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 10px;
}

.gsc-heading .heading-bottom .title-desc p {
  margin-bottom: 0;
}

.gsc-heading .heading-action {
  margin-top: 10px;
}

@media (max-width: 1023.98px) {
  .gsc-heading .heading-action {
    margin-top: 0;
  }
}

.gsc-heading.align-center {
  text-align: center;
  margin: 0 auto;
}

.gsc-heading.align-center .sub-title span:before {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.gsc-heading.align-left {
  text-align: left;
}

@media (min-width: 992px) {
  .gsc-heading.align-left .title {
    margin-bottom: -10px;
  }
}

.gsc-heading.align-left .title-desc {
  float: left;
}

.gsc-heading.align-left .title-icon {
  padding-left: 50px;
}

.gsc-heading.align-right {
  text-align: right;
  float: right;
}

.gsc-heading.align-right:before, .gsc-heading.align-right:after {
  content: " ";
  display: table;
}

.gsc-heading.align-right:after {
  clear: both;
}

.gsc-heading.align-right {
  text-align: right;
}

.gsc-heading.align-right .title-desc {
  float: right;
}

.gsc-heading.style-1.align-left .title:after {
  left: 0;
  margin-left: 0;
}

.gsc-heading.style-1.align-right .title:after {
  right: 0;
  margin-left: 0;
}

.gsc-heading.style-2 .heading-action a {
  border-color: #303030;
  color: #bfbfbf;
}

.gsc-heading.style-2 .heading-action a:hover, .gsc-heading.style-2 .heading-action a:focus, .gsc-heading.style-2 .heading-action a:active {
  border-color: var(--conbiz-theme-color);
}

.gsc-heading.text-light .title-sub {
  color: #fff;
}

.gsc-heading.text-light .title {
  color: #fff;
}

.gsc-heading.text-light .sub-title span {
  color: rgba(255, 255, 255, 0.9);
}

.gsc-heading.text-light .title-desc {
  color: #f5f5f5;
}

.gsc-chart {
  text-align: center;
}

.gsc-chart .pieChart span {
  font-size: 18px;
  color: #000;
}

.gsc-chart .content {
  text-align: center;
}

.gsc-chart .content > div {
  display: block;
}

.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}

.gsc-chart .content .title {
  font-size: 22px;
  margin: 30px 0 25px;
}

.gsc-map {
  position: relative;
}

.gsc-map .content-inner {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  max-width: 400px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #dee2e6;
}

@media (max-width: 600px) {
  .gsc-map .content-inner {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

.gsc-map .info {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.gsc-map .info span.icon {
  font-size: 18px;
  top: 5px;
  left: 0;
  position: absolute;
  z-index: 1;
  color: #000;
}

.gsc-map .phone {
  color: var(--conbiz-theme-color);
}

.gsc-map .social-inline {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0;
}

.gsc-map .social-inline > a {
  margin: 0 10px 0 0;
  font-size: 16px;
}

.gsc-quote {
  position: relative;
  padding-top: 125px;
}

.gsc-quote:after {
  position: absolute;
  content: "";
  background: url("../images/testimonial-icon.png") no-repeat center center transparent;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50px;
  z-index: 1;
}

.gsc-quote .content {
  line-height: 28px;
}

.gsc-quote .signature {
  margin-top: 60px;
}

.gsc-quote .position {
  margin-top: 25px;
}

.gsc-quote-text {
  position: relative;
  padding: 30px 30px 30px 70px;
  margin-bottom: 35px;
}

.gsc-quote-text .icon {
  position: absolute;
  left: 20px;
  top: 45px;
  z-index: 1;
  font-size: 20px;
  color: var(--conbiz-theme-color);
}

.gsc-quote-text .content {
  line-height: 36px;
  font-size: 20px;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
}

.gsc-quote-text.has-border {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: var(--conbiz-heading-font-family);
  border-left: 3px solid var(--conbiz-theme-color);
}

.gsc-box-color {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 35px;
  background: var(--conbiz-theme-color);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.gsc-box-color .box-content {
  text-align: center;
}

.gsc-box-color .box-content .content-inner {
  padding: 15px 30px 15px;
}

@media (max-width: 991.98px) {
  .gsc-box-color .box-content .content-inner {
    padding: 15px;
  }
}

.gsc-box-color .box-content .box-title {
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
}

.gsc-box-color .box-content .icon {
  font-size: 24px;
  margin-left: 10px;
}

.gsc-box-color .box-content .content {
  font-size: 16px;
  line-height: 25px;
}

.gsc-box-color .box-content .action {
  margin: 15px 0 0;
}

.gsc-box-color .box-content .link {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 12px;
  z-index: 9;
  padding: 6px 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  color: #fff;
}

.gsc-box-color .box-content .link .text {
  position: relative;
  z-index: 9;
}

.gsc-box-color .box-content .link .background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-box-color .box-content .link:hover .background {
  background: rgba(0, 0, 0, 0.5);
}

.gsc-box-color.text-white .box-title, .gsc-box-color.text-white .content, .gsc-box-color.text-white .link {
  color: #fff;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-bottom: 0;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a {
  display: block;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
  border: 1px solid #dee2e6;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  background: #fff;
  padding: 30px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  width: 25%;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 50%;
  background: #fff;
  border: 1px solid #dee2e6;
  border-right: 0;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {
  display: block;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  padding-top: 15px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
  width: 100%;
  display: block;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
  margin-bottom: 0;
  border: none;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
  width: 75%;
  float: left;
  width: 75%;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
  background: #fff;
  padding: 30px;
  border: 1px solid #dee2e6;
}

.gsc-button {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}

.gsc-button.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gsc-button.radius-5x {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.gsc-button.mini {
  font-size: 10px;
  padding: 3px 10px;
}

.gsc-button.small {
  font-size: 10px;
  padding: 8px 15px;
}

.gsc-button.medium {
  font-size: 12px;
  padding: 12px 35px;
}

.gsc-button.large {
  font-size: 14px;
  padding: 18px 60px;
}

.gsc-button.extra-large {
  font-size: 14px;
  padding: 20px 60px;
}

.gsc-our-partners {
  margin-bottom: 45px;
}

.gsc-our-partners:before, .gsc-our-partners:after {
  content: " ";
  display: table;
}

.gsc-our-partners:after {
  clear: both;
}

.gsc-our-partners .image {
  width: 35%;
  float: left;
}

@media (max-width: 400px) {
  .gsc-our-partners .image {
    width: 100%;
    text-align: center;
  }
}

.gsc-our-partners .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}

@media (max-width: 400px) {
  .gsc-our-partners .content-inner {
    width: 100%;
  }
}

.gsc-our-partners .content-inner .title {
  font-size: 20px;
}

.gsc-our-partners .content-inner .info {
  font-size: 13px;
  padding: 5px 0 12px;
  font-family: var(--conbiz-heading-font-family);
}

.gsc-our-partners .content-inner .info .category {
  color: var(--conbiz-theme-color);
}

.gsc-image-content.skin-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .gsc-image-content.skin-v1 {
    display: block;
  }
  .gsc-image-content.skin-v1 .image {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .gsc-image-content.skin-v1 .image {
    width: 170px;
  }
  .gsc-image-content.skin-v1 .box-content {
    width: calc(100% - 170px);
  }
}

.gsc-image-content.skin-v1 .icon {
  font-size: 56px;
  color: #fff;
  line-height: 58px;
  margin-bottom: 15px;
}

.gsc-image-content.skin-v1 .title {
  font-size: 22px;
  letter-spacing: -0.66px;
  margin: 0 0 15px;
  font-weight: 700;
}

.gsc-image-content.skin-v1 .title a {
  color: #fff;
}

.gsc-image-content.skin-v1 .sub-title {
  font-size: 18px;
  margin-top: 10px;
}

.gsc-image-content.skin-v1 .sub-title span {
  padding: 0 0 0 55px;
  position: relative;
}

.gsc-image-content.skin-v1 .sub-title span:after {
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.gsc-image-content.skin-v1 .read-more {
  margin-top: 15px;
}

.gsc-image-content.skin-v2 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.gsc-image-content.skin-v2 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gsc-image-content.skin-v2 .image img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}

.gsc-image-content.skin-v2 .box-content {
  background: #fff;
  padding: 30px;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-image-content.skin-v2 .box-content .title {
  margin: 0 0 15px;
  font-size: 20px;
}

.gsc-image-content.skin-v2 .box-content .desc {
  margin-top: 5px;
}

.gsc-image-content.skin-v3 {
  border-radius: 7px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .gsc-image-content.skin-v3 {
    margin-bottom: 30px;
  }
}

.gsc-image-content.skin-v3 .image {
  position: relative;
  overflow: hidden;
  max-height: 250px;
}

.gsc-image-content.skin-v3 .image:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(15, 15, 29, 0.75);
  content: "";
  border-radius: 7px;
  z-index: 1;
}

.gsc-image-content.skin-v3 .image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 7px;
  opacity: 0;
}

.gsc-image-content.skin-v3 .image img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-image-content.skin-v3 .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px 55px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .gsc-image-content.skin-v3 .content-inner {
    padding: 25px 30px;
  }
}

.gsc-image-content.skin-v3 .title {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .gsc-image-content.skin-v3 .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.gsc-image-content.skin-v3 .title a {
  color: #fff;
}

.gsc-image-content.skin-v3 .btn-outline {
  margin-top: 15px;
  padding: 8px 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-block;
}

.gsc-image-content.skin-v3:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gsc-image-content.skin-v3:hover .image:after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.gsc-service-carousel .item .content-inner {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  min-height: 170px;
  padding: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}

@media (max-width: 1023.98px) {
  .gsc-service-carousel .item .content-inner {
    padding: 30px 20px;
  }
}

.gsc-service-carousel .item .content-inner .icon {
  margin: 30px 0;
  font-size: 56px;
  color: var(--conbiz-theme-color);
  line-height: 56px;
}

.gsc-service-carousel .item .content-inner .title {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1023.98px) {
  .gsc-service-carousel .item .content-inner .title {
    font-size: 18px;
  }
}

.gsc-service-carousel .item .content-inner .desc {
  position: relative;
  padding-top: 15px;
}

.gsc-service-carousel .item .content-inner .desc:after {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--body-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-service-carousel .item .content-inner .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.gsc-service-carousel .item .content-inner:hover, .gsc-service-carousel .item .content-inner:focus, .gsc-service-carousel .item .content-inner:active {
  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  background: var(--conbiz-theme-color);
  border-color: transparent;
}

.gsc-service-carousel .item .content-inner:hover .icon, .gsc-service-carousel .item .content-inner:focus .icon, .gsc-service-carousel .item .content-inner:active .icon {
  color: #fff;
}

.gsc-service-carousel .item .content-inner:hover .title, .gsc-service-carousel .item .content-inner:focus .title, .gsc-service-carousel .item .content-inner:active .title {
  color: #fff;
}

.gsc-service-carousel .item .content-inner:hover .title a, .gsc-service-carousel .item .content-inner:focus .title a, .gsc-service-carousel .item .content-inner:active .title a {
  color: #fff;
}

.gsc-service-carousel .item .content-inner:hover .desc, .gsc-service-carousel .item .content-inner:focus .desc, .gsc-service-carousel .item .content-inner:active .desc {
  color: #fff;
}

.gsc-service-carousel .item .content-inner:hover .desc:after, .gsc-service-carousel .item .content-inner:focus .desc:after, .gsc-service-carousel .item .content-inner:active .desc:after {
  background: #fff;
  width: 45px;
}

.gsc-service-carousel .read-more {
  margin-top: 30px;
}

.gsc-service-carousel .owl-carousel .owl-item.center .content-inner {
  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  background: var(--conbiz-theme-color);
  border-color: transparent;
}

.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .icon {
  color: #fff;
}

.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .title {
  color: #fff;
}

.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .title a {
  color: #fff;
}

.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .desc {
  color: #fff;
}

.gsc-service-carousel .owl-carousel .owl-item.center .content-inner .desc:after {
  background: #fff;
  width: 45px;
}

.gsc-box-download {
  background: var(--conbiz-theme-color);
  color: #fff;
  padding: 30px;
  margin: 20px 0;
}

.gsc-box-download .info .title {
  font-size: 18px;
}

.gsc-box-download .info .desc {
  font-size: 12px;
  line-height: 24px;
}

.gsc-box-download .box-files a {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  background: #fff;
  padding: 15px;
  width: 100%;
}

.gsc-box-download.horizontal:before, .gsc-box-download.horizontal:after {
  content: " ";
  display: table;
}

.gsc-box-download.horizontal:after {
  clear: both;
}

.gsc-box-download.horizontal .info {
  width: 70%;
  float: left;
}

@media (max-width: 767.98px) {
  .gsc-box-download.horizontal .info {
    width: 100%;
    margin-bottom: 15px;
  }
}

.gsc-box-download.horizontal .box-files {
  width: 30%;
  float: left;
}

@media (max-width: 767.98px) {
  .gsc-box-download.horizontal .box-files {
    width: 100%;
  }
}

.gsc-socials {
  margin-bottom: 30px;
}

.gsc-socials a {
  color: var(--body-color);
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-right: 12px;
  font-size: 14px;
}

.gsc-socials a:last-child {
  margin-right: 0;
}

.gsc-socials a:hover, .gsc-socials a:focus, .gsc-socials a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gsc-socials a i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .progress-work-box {
    background-image: none !important;
  }
}

.gsc-progress-box {
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .gsc-progress-box {
    margin-bottom: 30px;
  }
}

.gsc-progress-box .box-content {
  position: relative;
  margin: 0 auto;
}

.gsc-progress-box .icon-inner {
  position: relative;
  left: 0;
  z-index: 11;
  width: 100%;
  margin-bottom: 35px;
}

.gsc-progress-box .icon-inner.fa-3x .box-icon {
  padding: 25px;
}

.gsc-progress-box .icon-inner.fa-5x .box-icon {
  padding: 33px;
}

.gsc-progress-box .box-icon {
  display: inline-block;
  color: var(--conbiz-theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f3f6f8;
  position: relative;
}

.gsc-progress-box .box-icon:before {
  position: absolute;
  top: -18px;
  left: -18px;
  bottom: -18px;
  right: -18px;
  border: 3px dashed #dee2e6;
  content: "";
  border-radius: 50%;
}

.gsc-progress-box .step-number {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: var(--conbiz-theme-color);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 11;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.gsc-progress-box .title {
  letter-spacing: -0.72px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.gsc-progress-box .progress-inner {
  position: relative;
  display: inline-block;
}

.gsc-progress-box.style-1 {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .gsc-progress-box.style-1 {
    margin-top: 26px;
  }
}

.gsc-progress-box.style-2 .step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: var(--conbiz-theme-color);
}

.gsc-progress-box.style-2 .box-icon:before {
  border-color: var(--conbiz-theme-color);
}

.gsc-progress-box:hover .step-number {
  background: #fff;
  color: var(--conbiz-theme-color);
}

.gsc-progress-box:hover .box-icon {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.gsc-progress-box:hover .box-icon:before {
  border-color: var(--conbiz-theme-color);
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

.service-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .service-timeline {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .service-timeline:before {
    background: #25252e;
    content: "";
    left: 50%;
    top: 10px;
    bottom: 0;
    position: absolute;
    width: 1px;
    margin-left: -1px;
    margin-top: -10px;
    height: 100%;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}

.service-timeline > li {
  display: block;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .service-timeline > li:nth-child(even) .year {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    padding-left: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .service-timeline > li:nth-child(even) .year {
    padding-left: 60px;
  }
}

@media (min-width: 768px) {
  .service-timeline > li:nth-child(even) .hentry-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .service-timeline > li:nth-child(even) .hentry-box {
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .service-timeline > li:nth-child(odd) .year {
    text-align: right;
    padding-right: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .service-timeline > li:nth-child(odd) .year {
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .service-timeline > li:nth-child(odd) .hentry-box {
    padding-left: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .service-timeline > li:nth-child(odd) .hentry-box {
    padding-left: 60px;
  }
}

.service-timeline > li .title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
  margin-bottom: 20px;
}

.service-timeline .entry-timeline + .entry-timeline {
  margin-top: 100px;
}

@media (max-width: 1199.98px) {
  .service-timeline .entry-timeline + .entry-timeline {
    margin-top: 60px;
  }
}

.service-timeline .year {
  font-size: 52px;
  letter-spacing: -1.56px;
  color: var(--conbiz-theme-color);
  line-height: 52px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service-timeline .year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .service-timeline .year {
    font-size: 40px;
  }
}

.service-timeline .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--conbiz-theme-color);
  text-align: center;
  color: var(--conbiz-theme-color);
  background: #fff;
  line-height: 65px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .service-timeline .icon {
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
  .service-timeline .icon i {
    font-size: 12px;
  }
}

.service-timeline .icon i {
  margin-right: 0;
}

.service-timeline .desc {
  margin-bottom: 30px;
}

.service-timeline .hentry-box {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .service-timeline .hentry-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .service-timeline .hentry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .service-timeline .hentry {
    padding-top: 50px;
  }
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}

/* Flip Horizontally */
@-webkit-keyframes gavias_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes gavias_flip_x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* Flip Vertically */
@-webkit-keyframes gavias_flip_y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes gavias_flip_y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

#gva-preloader {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.cssload-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}

.cssload-container .wait-text {
  text-align: center;
  padding-bottom: 15px;
  color: #000;
}

.cssload-container .cssload-item {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 131px;
  height: 131px;
  background-color: #fff;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
  -o-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
  -ms-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
  -webkit-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
  -moz-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
}

.cssload-container .cssload-moon {
  border-bottom: 26px solid var(--conbiz-theme-color);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  animation: spin 1.45s ease infinite;
  -o-animation: spin 1.45s ease infinite;
  -ms-animation: spin 1.45s ease infinite;
  -webkit-animation: spin 1.45s ease infinite;
  -moz-animation: spin 1.45s ease infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.blur {
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -webkit-filter: url(#blur-filter);
  filter: url(#blur-filter);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.blur-svg {
  display: none;
}

.hover-in {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.hover-out {
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

/***
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes circle {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.2;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.2;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (max-width: 1023.98px) {
  .area-main-menu {
    min-height: 60px;
  }
  .gva-offcanvas-mobile {
    background: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 350px;
    top: 0;
    bottom: 0;
    z-index: 999;
    text-align: left;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }
  .gva-offcanvas-mobile.show-view {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .gva-offcanvas-mobile .after-offcanvas {
    display: block !important;
    visibility: visible !important;
  }
  .gva-offcanvas-mobile .after-offcanvas .block {
    float: left;
    width: 100%;
  }
  .gva-offcanvas-mobile .close-offcanvas {
    display: block !important;
    visibility: visible !important;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #111111;
  }
  .gva-offcanvas-mobile .close-offcanvas span {
    font-size: 24px;
  }
  .gva-offcanvas-mobile .close-offcanvas:hover {
    cursor: pointer;
    color: var(--conbiz-theme-color);
  }
  .gva-offcanvas-mobile .block {
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
  }
  .gva-offcanvas-mobile .block .block-content:before, .gva-offcanvas-mobile .block .block-content:after {
    content: " ";
    display: table;
  }
  .gva-offcanvas-mobile .block .block-content:after {
    clear: both;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu {
    padding: 10px 0 0;
    width: 100% !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li {
    list-style: none;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    border-bottom: 1px solid #dee2e6;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:last-child {
    border-bottom: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 700;
    color: #000 !important;
    font-family: var(--conbiz-heading-font-family);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {
    color: var(--conbiz-theme-color) !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu {
    padding-left: 20px !important;
    margin-bottom: 10px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu .icaret {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
    font-size: 15px;
    line-height: 24px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    color: #696969 !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
    color: var(--conbiz-theme-color) !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu ul.sub-menu {
    display: block !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li {
    width: 100% !important;
    float: none !important;
    display: block;
    padding: 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li > a {
    padding: 0;
    border: 0;
    margin: 6px 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li.block-image {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu > .sub-menu > li > a {
    color: #000;
    font-weight: 700;
    font-size: 15px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
    position: relative;
    display: block;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
    color: var(--conbiz-theme-color);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -1px;
    bottom: 0;
    right: 0;
    font-size: 13px;
    background: #1a1a1a;
    color: #fff;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
    content: '\f077';
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
    position: absolute;
    text-transform: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
    -webkit-transition: none;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    min-width: inherit;
    display: none;
    width: 100%;
    position: static;
    padding: 0 !important;
    visibility: visible;
    border: 0;
    background: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
    content: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
    content: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
    text-indent: 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
    display: none;
  }
}

.menu-bar {
  height: 32px;
  width: 36px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 10px;
  margin-top: -16px;
}

.menu-bar:hover {
  -webkit-box-shadow: 0, 0, 10px, 0.3;
  box-shadow: 0, 0, 10px, 0.3;
}

.menu-bar span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.menu-bar span.one {
  top: 6px;
}

.menu-bar span.two {
  top: 0;
  bottom: 0;
}

.menu-bar span.three {
  bottom: 6px;
}

.menu-bar.show-view span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}

.menu-bar.show-view span.one, .menu-bar.show-view span.three {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-bar.show-view span.three {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-button .menu-bar-mobile {
  right: 165px;
}

@media (max-width: 510px) {
  .col-xs-6 {
    width: 100% !important;
  }
}

.event-block .event-image {
  position: relative;
  overflow: hidden;
}

.event-block .event-image .date {
  position: absolute;
  top: 15px;
  right: 10px;
  overflow: hidden;
  padding: 5px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.event-block .event-image .date .day {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--conbiz-theme-color);
  display: block;
  font-weight: 700;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  line-height: 1;
}

.event-block .event-image .date .month {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.event-block .event-image .date .icon {
  margin-right: 5px;
}

.event-block .event-content {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #dee2e6;
  border-top: 0;
  min-height: 185px;
}

.event-block .event-content .event-info .title {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.event-block .event-content .event-info .event-meta {
  font-size: 13px;
  color: var(--conbiz-theme-color-second);
}

.event-block .event-content .event-info .body {
  margin-top: 10px;
  line-height: 28px;
}

.event-block-2 {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dee2e6;
}

.event-block-2:before, .event-block-2:after {
  content: " ";
  display: table;
}

.event-block-2:after {
  clear: both;
}

@media (max-width: 767.98px) {
  .event-block-2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.event-block-2 .content-inner {
  padding-left: 320px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1023.98px) {
  .event-block-2 .content-inner {
    padding-left: 310px;
  }
}

@media (max-width: 991.98px) {
  .event-block-2 .content-inner {
    padding-left: 220px;
  }
}

@media (max-width: 650px) {
  .event-block-2 .content-inner {
    padding-left: 0;
  }
}

.event-block-2 .content-inner .event-content-inner {
  position: relative;
}

.event-block-2 .content-inner .event-content-inner .event-content {
  padding-left: 90px;
}

@media (max-width: 1023.98px) {
  .event-block-2 .content-inner .event-content-inner .event-content {
    padding-left: 0;
  }
}

.event-block-2 .post-title {
  font-size: 18px;
}

.event-block-2 .event-image {
  width: 320px;
  float: left;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .event-block-2 .event-image {
    width: 300px;
  }
}

@media (max-width: 991.98px) {
  .event-block-2 .event-image {
    width: 200px;
  }
}

@media (max-width: 650px) {
  .event-block-2 .event-image {
    width: 100%;
    margin-bottom: 15px;
  }
}

.event-block-2 .event-image .event-date {
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
  line-height: 1.1;
  padding-top: 15px;
  position: absolute;
  background: #fff;
  top: 50%;
  right: -60px;
  margin-top: -60px;
}

@media (max-width: 1023.98px) {
  .event-block-2 .event-image .event-date {
    top: 10px;
    right: 10px;
    margin-top: 0;
    padding-top: 10px;
    width: 90px;
    height: 90px;
  }
}

.event-block-2 .event-image .event-date .date {
  font-size: 55px;
  font-weight: 700;
  color: var(--conbiz-theme-color);
  display: block;
}

@media (max-width: 1023.98px) {
  .event-block-2 .event-image .event-date .date {
    font-size: 45px;
  }
}

.event-block-2 .event-image .event-date .month {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.event-block-2 .event-meta {
  font-size: 15px;
  margin-top: 5px;
  line-height: 22px;
}

.event-block-2 .event-line {
  width: 50px;
  height: 2px;
  background: var(--conbiz-theme-color);
  margin: 15px 0 15px;
}

@media (max-width: 1023.98px) {
  .event-block-2 .post-title {
    margin-top: 0;
    font-size: 18px;
  }
}

.event-list-item .event-date {
  display: inline-block;
  background: var(--conbiz-theme-color);
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
  line-height: 24px;
}

.event-list-item .event-title {
  margin-top: 5px;
}

.event-list-item .event-title a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.event-list-item .event-body {
  color: #232526;
}

.event-list-item .event-body p {
  margin-bottom: 0;
}

.events-list .view-content-wrap .item:last-child .event-block-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.event-block-list .event-date {
  width: 110px;
  height: auto;
  float: left;
  background: var(--conbiz-theme-color);
  color: #fff;
  padding: 12px 10px;
}

.event-block-list .event-date span {
  display: block;
}

.event-block-list .event-date span.day {
  font-size: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.event-block-list .event-title a {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}

.event-block-list .event-address {
  font-size: 14px;
}

.event-block-list .event-address i {
  font-size: 16px;
  color: var(--conbiz-theme-color);
}

.event-block-list .event-content {
  padding-left: 125px;
}

.event-full {
  margin-bottom: 30px;
}

.event-full .event-info {
  background: #f5f5f5;
  padding: 20px;
  font-size: 16px;
}

.event-full .event-info .date > *, .event-full .event-info .address > * {
  float: left;
}

.event-full .event-info .date i, .event-full .event-info .address i {
  margin-right: 10px;
  margin-top: 6px;
}

.portfolio-filter {
  margin-bottom: 35px;
}

.portfolio-filter ul.nav-tabs {
  padding: 5px 0;
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-filter ul.nav-tabs > li {
  display: inline-block;
}

.portfolio-filter ul.nav-tabs > li + li {
  margin-left: 5px;
}

.portfolio-filter ul.nav-tabs > li > a {
  line-height: 28px;
  background: #fff;
  padding: 3px 10px;
  display: inline-block;
  font-family: var(--conbiz-heading-font-family);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.portfolio-filter ul.nav-tabs > li > a:hover, .portfolio-filter ul.nav-tabs > li > a:focus, .portfolio-filter ul.nav-tabs > li > a.active {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.filter-left .portfolio-filter ul.nav-tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gva-portfolio-items {
  float: left;
  width: 100%;
}

.gva-portfolio-items .view-portfolio {
  width: 100%;
}

.portfolio-v1 {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: none;
}

.portfolio-v1 .portfolio-content {
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
}

.portfolio-v1 .portfolio-images {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.portfolio-v1 .portfolio-images:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, from(#13161f), to(rgba(27, 31, 46, 0)));
  background: linear-gradient(0deg, #13161f 0%, rgba(27, 31, 46, 0) 100%);
  background: -ms-linear-gradient(0deg, #13161f 0%, rgba(27, 31, 46, 0) 100%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.portfolio-v1 .portfolio-images .image-popup {
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  position: absolute;
  top: 125px;
  right: 20px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-top: 65px;
}

@media (max-width: 767.98px) {
  .portfolio-v1 .portfolio-images .image-popup {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    top: 90px;
  }
}

.portfolio-v1 .portfolio-images .image-popup:hover {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.portfolio-v1 .portfolio-images .link, .portfolio-v1 .portfolio-images .btn-readmore {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background: #fff;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  right: 20px;
  z-index: 99;
  text-align: center;
}

@media (max-width: 767.98px) {
  .portfolio-v1 .portfolio-images .link, .portfolio-v1 .portfolio-images .btn-readmore {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.portfolio-v1 .portfolio-images .link:hover, .portfolio-v1 .portfolio-images .link:focus, .portfolio-v1 .portfolio-images .link:active, .portfolio-v1 .portfolio-images .btn-readmore:hover, .portfolio-v1 .portfolio-images .btn-readmore:focus, .portfolio-v1 .portfolio-images .btn-readmore:active {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.portfolio-v1 .portfolio-images .link {
  top: 72px;
  margin-top: 45px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 767.98px) {
  .portfolio-v1 .portfolio-images .link {
    top: 55px;
  }
}

.portfolio-v1 .portfolio-images .btn-readmore {
  top: 20px;
}

.portfolio-v1 .content-inner {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 11;
  text-align: left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 40px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .portfolio-v1 .content-inner {
    padding: 30px;
  }
}

.portfolio-v1 .content-inner .title {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.72px;
  margin-bottom: 5px;
}

@media (max-width: 1023.98px) {
  .portfolio-v1 .content-inner .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.portfolio-v1 .content-inner .title a {
  display: block;
  color: #fff;
}

.portfolio-v1:hover .portfolio-images:before, .portfolio-v1:active .portfolio-images:before, .portfolio-v1:focus .portfolio-images:before {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--conbiz-theme-color)), to(rgba(27, 31, 46, 0)));
  background: linear-gradient(0deg, var(--conbiz-theme-color) 0%, rgba(27, 31, 46, 0) 100%);
  background: -ms-linear-gradient(0deg, var(--conbiz-theme-color) 0%, rgba(27, 31, 46, 0) 100%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.portfolio-v1:hover .portfolio-images .image-popup, .portfolio-v1:active .portfolio-images .image-popup, .portfolio-v1:focus .portfolio-images .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.portfolio-v1:hover .portfolio-images a.link, .portfolio-v1:active .portfolio-images a.link, .portfolio-v1:focus .portfolio-images a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.portfolio-v1:hover .portfolio-images .btn-readmore, .portfolio-v1:active .portfolio-images .btn-readmore, .portfolio-v1:focus .portfolio-images .btn-readmore {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.portfolio-v1 ul {
  list-style: none;
  padding: 0;
}

.owl-carousel .portfolio-v1 {
  margin-bottom: 0;
}

.portfolio-v2 {
  overflow: hidden;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-v2 .portfolio-images {
  position: relative;
}

.portfolio-v2 .portfolio-images img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.portfolio-v2 .portfolio-images .image-popup {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 32px;
  height: 32px;
  background: #fff;
  line-height: 32px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-bottom: 30px;
}

.portfolio-v2 .portfolio-images .image-popup:hover {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.portfolio-v2 .portfolio-images .link {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 32px;
  height: 32px;
  background: #fff;
  line-height: 33px;
  position: absolute;
  bottom: 55px;
  right: 15px;
  z-index: 99;
  text-align: center;
  margin-bottom: 45px;
}

.portfolio-v2 .portfolio-images .link:hover, .portfolio-v2 .portfolio-images .link:focus, .portfolio-v2 .portfolio-images .link:active {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.portfolio-v2 .content-inner {
  background: #f7f7f7;
  padding: 40px 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (max-width: 991.98px) {
  .portfolio-v2 .content-inner {
    padding: 30px;
    padding-right: 55px;
  }
}

.portfolio-v2 .content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/bg-porfolio.png") no-repeat center center var(--conbiz-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.portfolio-v2 .title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.72px;
}

.portfolio-v2 .title a {
  -webkit-transition: all 0s;
  transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
}

.portfolio-v2 .btn-readmore {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background: #fff;
  color: var(--conbiz-theme-color);
  font-size: 18px;
  line-height: 55px;
  width: 55px;
  height: 55px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

@media (max-width: 991.98px) {
  .portfolio-v2 .btn-readmore {
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    right: 15px;
  }
}

.portfolio-v2:hover, .portfolio-v2:active, .portfolio-v2:focus {
  color: #fff;
}

.portfolio-v2:hover .content-inner:before, .portfolio-v2:active .content-inner:before, .portfolio-v2:focus .content-inner:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-v2:hover .title a, .portfolio-v2:active .title a, .portfolio-v2:focus .title a {
  color: #fff;
}

.portfolio-v2:hover .portfolio-images img, .portfolio-v2:active .portfolio-images img, .portfolio-v2:focus .portfolio-images img {
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}

.portfolio-v2:hover .portfolio-images .image-popup, .portfolio-v2:active .portfolio-images .image-popup, .portfolio-v2:focus .portfolio-images .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.portfolio-v2:hover .portfolio-images a.link, .portfolio-v2:active .portfolio-images a.link, .portfolio-v2:focus .portfolio-images a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.owl-carousel .portfolio-v2 {
  margin-bottom: 0;
}

.portfolio-v3 {
  position: relative;
  overflow: hidden;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-v3 a.image-popup {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 3;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.portfolio-v3 .images {
  width: 270px;
  height: 270px;
  position: relative;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
}

.portfolio-v3 .images img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 150%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.portfolio-v3 .portfolio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.portfolio-v3 .portfolio-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 29, 0.7);
  z-index: 1;
}

.portfolio-v3 .portfolio-content > * {
  position: relative;
  z-index: 2;
}

.portfolio-v3 .category a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #fff;
}

.portfolio-v3 .title a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.portfolio-v3:hover .portfolio-content {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.portfolio-v3:hover a.image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
}

.portfolio-v4 {
  position: relative;
  overflow: hidden;
}

.portfolio-v4 .image-popup {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 32px;
  height: 32px;
  background: #fff;
  line-height: 32px;
  position: absolute;
  top: 45px;
  right: 15px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-bottom: 30px;
}

.portfolio-v4 .image-popup:hover {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.portfolio-v4 .link {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 32px;
  height: 32px;
  background: #fff;
  line-height: 33px;
  position: absolute;
  top: 85px;
  right: 15px;
  z-index: 99;
  text-align: center;
  margin-bottom: 45px;
}

.portfolio-v4 .link:hover, .portfolio-v4 .link:focus, .portfolio-v4 .link:active {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.portfolio-v4 .images {
  position: relative;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .portfolio-v4 .images {
    width: 100%;
  }
}

@media (min-width: 575.1px) {
  .portfolio-v4 .images {
    width: 470px;
    height: 520px;
  }
  .portfolio-v4 .images img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 150%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.portfolio-v4 .portfolio-content {
  max-width: 400px;
  padding: 40px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 70px;
  overflow: hidden;
  z-index: 0;
  border-radius: 0 7px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 90px, 0);
  transform: translate3d(0, 90px, 0);
}

@media (max-width: 575px) {
  .portfolio-v4 .portfolio-content {
    max-width: 100%;
    position: unset;
    padding: 30px 0 0;
    overflow: visible;
    -webkit-transform: none;
    transform: none;
  }
}

.portfolio-v4 .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
}

.portfolio-v4 .action {
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

@media (max-width: 575px) {
  .portfolio-v4 .action {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .portfolio-v4 .action a {
    border: 1px solid #dee2e6;
  }
  .portfolio-v4 .action a:hover, .portfolio-v4 .action a:focus, .portfolio-v4 .action a:active {
    border-color: var(--conbiz-theme-color);
  }
}

.portfolio-v4:hover .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 15px;
}

.portfolio-v4:hover a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 55px;
}

@media (min-width: 575.1px) {
  .portfolio-v4:hover .portfolio-content {
    background: var(--conbiz-theme-color);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .portfolio-v4:hover .title a, .portfolio-v4:hover .desc {
    color: #fff;
  }
}

.portfolio-v4:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.portfolio-v4:hover .action i {
  margin-left: 10px;
}

.gva-portfolio-items .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-grid-2.no-filter .portfolio-filter {
  display: none;
}

.portfolio-grid-2 .view-portfolio > div:first-child .portfolio-v4 {
  margin-top: 0px;
}

.portfolio-grid-2 .portfolio-v4 {
  margin-top: 80px;
}

.testimonial-node-1 .content-body, .testimonial-node-2 .content-body {
  background: url("../images/bg-testimonial.png") no-repeat 0% 100%;
}

.testimonial-node-1 .info, .testimonial-node-2 .info {
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
}

.testimonial-node-1 .info:before, .testimonial-node-2 .info:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  color: var(--conbiz-theme-color);
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-node-1 .name, .testimonial-node-2 .name {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.66px;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .testimonial-node-1 .name, .testimonial-node-2 .name {
    font-size: 20px;
  }
}

.testimonial-node-1 {
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

@media (min-width: 680px) {
  .testimonial-node-1 .testimonial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.testimonial-node-1 .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-node-1 .content-body {
  padding: 40px 50px;
  width: calc(100% - 170px);
}

@media (max-width: 1199.98px) {
  .testimonial-node-1 .content-body {
    padding: 20px 30px;
  }
}

@media (max-width: 679.99px) {
  .testimonial-node-1 .content-body {
    width: 100%;
  }
}

.testimonial-node-1 .avatar {
  width: 170px;
}

@media (max-width: 679px) {
  .testimonial-node-1 .avatar {
    text-align: center;
    margin-bottom: 20px;
  }
}

.testimonial-node-1 .avatar .item-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.testimonial-node-1 .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200%;
}

.testimonial-node-1 .avatar .quote-icon {
  font-size: 38px;
  width: 38px;
  height: 38px;
  background: var(--conbiz-theme-color);
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -20px;
  line-height: 60px;
  font-style: italic;
  padding-right: 12px;
}

.testimonial-node-1:hover {
  -webkit-box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.08);
}

.testimonial-node-2 .content-body {
  position: relative;
}

.testimonial-node-2 .content-body .quote {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  position: relative;
  color: #1a1a1a;
  margin-bottom: 35px;
  font-family: var(--conbiz-heading-font-family);
}

.owl-carousel .owl-item.center .testimonial-node-1 {
  -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.08);
}

.owl-carousel.owl-dots-left .owl-dots {
  text-align: left;
  margin-top: 40px;
}

.testimonial-node-3 {
  background: none;
  max-width: 620px;
  float: left;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #dee2e6;
}

.testimonial-node-3 .testimonial-content {
  padding: 20px;
}

.testimonial-node-3 .video {
  margin-bottom: 20px;
}

.testimonial-node-3 .video .popup-video {
  display: inline-block;
  background: url("../images/icon-play-2.png") no-repeat left center transparent;
  height: 55px;
  padding-left: 75px;
  line-height: 55px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.testimonial-node-3 .video .popup-video:hover, .testimonial-node-3 .video .popup-video:focus, .testimonial-node-3 .video .popup-video:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonial-node-3 .quote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Georgia";
  color: #838383;
  font-style: italic;
}

.testimonial-node-3 .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
  color: #000;
}

.testimonial-node-3 .job {
  font-size: 13px;
}

.testimonial-node-v3 {
  margin: 0 auto;
  text-align: center;
}

.testimonial-node-v3:before, .testimonial-node-v3:after {
  content: " ";
  display: table;
}

.testimonial-node-v3:after {
  clear: both;
}

.testimonial-node-v3 .testimonial-content .testimonial-icon {
  margin-bottom: 15px;
}

.testimonial-node-v3 .testimonial-content .testimonial-icon span {
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--conbiz-theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 40px;
  padding-top: 10px;
  display: inline-block;
  font-size: 36px;
  text-indent: -2px;
  font-style: italic;
  text-align: center;
}

.testimonial-node-v3 .testimonial-content .quote {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  position: relative;
  color: #1a1a1a;
  margin-bottom: 35px;
  font-family: var(--conbiz-heading-font-family);
}

.testimonial-node-v3 .content-inner {
  display: inline-block;
}

.testimonial-node-v3 .content-inner:before, .testimonial-node-v3 .content-inner:after {
  content: " ";
  display: table;
}

.testimonial-node-v3 .content-inner:after {
  clear: both;
}

.testimonial-node-v3 .content-inner .left {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  overflow: hidden;
}

.testimonial-node-v3 .content-inner .left img {
  width: 100%;
}

.testimonial-node-v3 .content-inner .right {
  padding-left: 110px;
  padding-top: 20px;
  text-align: left;
}

.testimonial-node-v3 .content-inner .right .name {
  color: var(--conbiz-theme-color);
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1.1;
  font-family: var(--conbiz-heading-font-family);
}

.testimonial-node-v3 .content-inner .right .job {
  color: #b1bec5;
}

.testimonial-grid .item-grid {
  margin-bottom: 45px;
}

.testimonial-grid .item-grid:before, .testimonial-grid .item-grid:after {
  content: " ";
  display: table;
}

.testimonial-grid .item-grid:after {
  clear: both;
}

.testimonial-grid .item-grid .testimonials-quote {
  font-size: 16px;
  color: #000;
  padding: 30px;
  border: 1px solid #dee2e6;
  font-weight: 400;
  font-style: italic;
  font-family: "Georgia";
}

.testimonial-grid .item-grid .testimonials-profile {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  float: left;
  padding-top: 20px;
}

.testimonial-grid .item-grid .testimonials-profile:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: var(--conbiz-theme-color);
  top: -1px;
  left: 0;
  z-index: 1;
}

.testimonial-grid .item-grid .testimonials-profile .right {
  padding-left: 70px;
}

.testimonial-grid .item-grid .testimonials-profile .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: var(--conbiz-theme-color);
  text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .left {
  display: inline-block;
  float: left;
}

.testimonial-grid .item-grid .testimonials-profile .left img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: auto;
}

.service-block {
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.service-block .frontend {
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}

.service-block .title {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.6px;
}

.service-block .btn-gray {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  display: inline-block;
}

.service-block .backend {
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}

.service-block .backend:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 29, 0.7);
  z-index: 1;
}

.service-block .backend img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-block:hover {
  color: #fff;
}

.service-block:hover .title a {
  color: #fff;
}

.service-block:hover .btn-gray {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.service-block:hover .backend {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.service-block-2 {
  padding-top: 105px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1199.98px) {
  .service-block-2 {
    padding-top: 85px;
  }
}

.service-block-2 .service-content {
  background-color: #f7f7f7;
  position: relative;
  padding: 95px 60px 60px;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .service-block-2 .service-content {
    padding: 80px 30px 30px;
  }
}

.service-block-2 .content-inner {
  position: relative;
  z-index: 9;
}

.service-block-2 .service-images {
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}

.service-block-2 .service-images:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--conbiz-theme-color);
  opacity: 0.85;
  z-index: 1;
}

.service-block-2 .service-images img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-block-2 .service-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 130px;
  height: 130px;
  padding: 23px;
  background: #fff;
  -webkit-box-shadow: 0 0 60px 0 rgba(218, 218, 218, 0.35);
  box-shadow: 0 0 60px 0 rgba(218, 218, 218, 0.35);
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 30px;
  left: 60px;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .service-block-2 .service-icon {
    left: 30px;
    width: 100px;
    height: 100px;
    padding: 15px;
  }
  .service-block-2 .service-icon img {
    max-width: 60px;
  }
}

.service-block-2 .title {
  margin-bottom: 25px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: -0.66px;
}

.service-block-2 .readmore {
  margin-top: 30px;
}

.service-block-2 .readmore a {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
}

.service-block-2 .readmore a span {
  font-size: 0;
  padding: 0;
}

.service-block-2 .readmore a span:after {
  content: none;
}

.service-block-2 .readmore a:hover, .service-block-2 .readmore a:focus, .service-block-2 .readmore a:active {
  width: auto;
  padding: 0 20px;
}

.service-block-2 .readmore a:hover span, .service-block-2 .readmore a:focus span, .service-block-2 .readmore a:active span {
  font-size: unset;
}

.service-block-2 .readmore a:hover i, .service-block-2 .readmore a:focus i, .service-block-2 .readmore a:active i {
  padding-left: 10px;
  color: var(--conbiz-theme-color);
}

.service-block-2:hover {
  color: #fff;
}

.service-block-2:hover .title a {
  color: #fff;
}

.service-block-2:hover .btn-gray {
  color: var(--conbiz-theme-color);
}

.service-block-2:hover .service-icon {
  -webkit-box-shadow: 0px 10px 60px 0 rgba(217, 35, 0, 0.35);
  box-shadow: 0px 10px 60px 0 rgba(217, 35, 0, 0.35);
}

.service-block-2:hover .readmore a {
  width: auto;
  padding: 0 20px;
  background: #fff;
  color: var(--conbiz-theme-color);
}

.service-block-2:hover .readmore a span {
  font-size: unset;
}

.service-block-2:hover .readmore a i {
  padding-left: 10px;
  color: var(--conbiz-theme-color);
}

.service-block-2:hover .service-images {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.service-block-3 {
  background: #fff;
  -webkit-box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.04);
  box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.04);
  margin-bottom: 30px;
}

.service-block-3 .service-images {
  position: relative;
}

.service-block-3 .service-images:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.service-block-3 .service-images .image-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  z-index: 11;
  background: #fff;
  text-align: center;
  line-height: 38px;
  color: #000;
  opacity: 0;
}

.service-block-3 .service-images .image-popup:hover {
  color: #fff;
  background: var(--conbiz-theme-color);
}

.service-block-3 .service-content {
  position: relative;
  padding: 60px 30px 30px;
  border: 1px solid #dee2e6;
}

@media (max-width: 1023.98px) {
  .service-block-3 .service-content {
    padding: 60px 20px 20px;
  }
}

.service-block-3 .service-content .service-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 20px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(193, 193, 193, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(193, 193, 193, 0.35);
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: -40px;
  left: 30px;
  z-index: 2;
}

.service-block-3 .service-content .service-icon img {
  width: 35px;
}

.service-block-3 .service-content .title {
  font-size: 22px;
  margin: 5px 0 20px;
}

@media (max-width: 1023.98px) {
  .service-block-3 .service-content .title {
    font-size: 20px;
  }
}

.service-block-3 .desc {
  margin-bottom: 15px;
}

.service-block-3:hover .service-images:after {
  opacity: 1;
}

.service-block-3:hover .service-images .image-popup {
  opacity: 1;
}

.service-gird .service-block {
  margin-bottom: 30px;
}

.service-gird .service-block-2 .service-content {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(226, 226, 226, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(226, 226, 226, 0.35);
}

.owl-carousel .service-block-3 {
  margin-bottom: 0;
}

.service-block-singe .service-images-inner {
  position: relative;
}

.service-block-singe .service-images-inner .service-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 20px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(193, 193, 193, 0.35);
  box-shadow: 0px 10px 30px 0 rgba(193, 193, 193, 0.35);
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  bottom: -40px;
  left: 30px;
  z-index: 2;
}

.service-block-singe .service-images-inner .service-icon img {
  width: 35px;
}

.service-block-singe .post-content {
  padding-top: 50px;
}

.service-block-singe .post-content .post-title {
  margin-bottom: 25px;
  font-size: 28px;
}

@media (max-width: 1023.98px) {
  .service-block-singe .post-content .post-title {
    font-size: 22px;
  }
}

body.path-services .body-page {
  background: #F3F3F6;
}

.colorpicker {
  z-index: 9999999 !important;
}

.permission-save-hidden #gavias_customize_save {
  display: none !important;
}

.gavias-skins-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  right: -403px;
  position: fixed;
  height: auto;
  top: 0px;
  bottom: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 400px;
  z-index: 999;
}

.gavias-skins-panel .gavias-skins-panel-inner {
  bottom: 0;
  padding: 30px 10px 10px;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
}

.gavias-skins-panel.active {
  right: 0 !important;
}

.gavias-skins-panel #gavias_profile_customize_name option {
  color: #000;
}

.gavias-skins-panel .control-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 150px;
  left: -40px;
  width: 40px;
  height: 40px;
  background: var(--conbiz-theme-color);
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
}

.gavias-skins-panel .control-panel:hover {
  cursor: pointer;
}

.gavias-skins-panel .panel-skins-content {
  padding-bottom: 20px;
  overflow: hidden;
}

.gavias-skins-panel .panel-skins-content:last-child {
  padding-bottom: 0;
}

.gavias-skins-panel .panel-skins-content .title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

#customize-gavias-preivew {
  font-size: 14px;
}

#customize-gavias-preivew select, #customize-gavias-preivew input {
  font-size: 14px;
  padding: 10px 10px;
  line-height: 20px;
}

#customize-gavias-preivew .card {
  padding: 0 !important;
  margin-bottom: 20px;
}

#customize-gavias-preivew .card .card-header a {
  padding: 10px !important;
  font-weight: 600;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
}

#customize-gavias-preivew .card .card-header a:after {
  display: none !important;
}

#customize-gavias-preivew .card .card-body {
  padding: 15px !important;
}

#customize-gavias-preivew .form-group {
  position: relative;
  float: left;
  width: 100%;
}

#customize-gavias-preivew .form-group label {
  width: 170px;
  float: left;
  padding-top: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

#customize-gavias-preivew .form-group label.fw {
  width: 100%;
}

#customize-gavias-preivew .form-group input {
  width: calc(100% - 170px);
  float: left;
}

#customize-gavias-preivew .form-group .colorselector {
  width: calc(100% - 170px);
  position: relative;
}

#customize-gavias-preivew .form-group .colorselector input {
  width: 100% !important;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon {
  border: 1px solid #dee2e6;
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
  width: 30px;
  height: 20px;
  display: inline-block;
}

#customize-gavias-preivew .form-group .colorselector .remove {
  width: 34px;
  height: 34px;
  color: #000;
  position: absolute;
  top: 4px;
  right: 25px;
  line-height: 34px;
  text-align: center;
  z-index: 99;
}

#customize-gavias-preivew .form-group .colorselector .remove:hover {
  cursor: pointer;
}

.gavias_customize_form .form-group.action {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.gavias_customize_form .form-group.action input {
  width: 28%;
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 0;
}

.gavias_customize_form .form-group.action input#gavias_customize_save {
  background: #28a745;
}

.gavias_customize_form .form-group.action input#gavias_customize_preview {
  background: #17a2b8;
}

.gavias_customize_form .form-group.action input#gavias_customize_reset {
  background: #ffc107;
}

.gavias_sliderlayer {
  background: #fff;
}

.tp-parallax-wrap {
  visibility: visible !important;
  -webkit-transform-style: unset !important;
  transform-style: unset !important;
}

.tp-parallax-wrap:before, .tp-parallax-wrap:after {
  content: " ";
  display: table;
}

.tp-parallax-wrap:after {
  clear: both;
}

.slotholder {
  -webkit-filter: unset !important;
  filter: unset !important;
}

.layer-style-image {
  display: inline-block;
  text-align: center;
}

.layer-style-image img {
  max-width: 100% !important;
  height: auto !important;
}

.gavias_sliderlayer .tp-bullets, #gavias_slider_single .tp-bullets {
  -webkit-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-left: -40px;
}

.gavias_sliderlayer .tp-bullets .tp-bullet, #gavias_slider_single .tp-bullets .tp-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
  border: solid 3px var(--body-color);
}

.gavias_sliderlayer .tp-bullets .tp-bullet.selected, #gavias_slider_single .tp-bullets .tp-bullet.selected {
  border-color: var(--conbiz-theme-color);
}

.gavias_sliderlayer .tp-bullets .tp-bullet:hover, .gavias_sliderlayer .tp-bullets .tp-bullet:focus, #gavias_slider_single .tp-bullets .tp-bullet:hover, #gavias_slider_single .tp-bullets .tp-bullet:focus {
  border-color: var(--conbiz-theme-color);
}

.gavias_sliderlayer .tparrows, #gavias_slider_single .tparrows {
  width: 45px;
  height: 45px;
  background: #fff;
  line-height: 45px;
  padding-top: 3px;
  color: #000;
  font-size: 18px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.gavias_sliderlayer .tparrows:hover, .gavias_sliderlayer .tparrows:focus, #gavias_slider_single .tparrows:hover, #gavias_slider_single .tparrows:focus {
  background: var(--conbiz-theme-color);
  color: #fff;
}

.gavias_sliderlayer .tparrows:hover:before, .gavias_sliderlayer .tparrows:focus:before, #gavias_slider_single .tparrows:hover:before, #gavias_slider_single .tparrows:focus:before {
  color: #fff;
}

.gavias_sliderlayer .tparrows:before, #gavias_slider_single .tparrows:before {
  color: #000;
}

.gavias_sliderlayer .tp-caption, #gavias_slider_single .tp-caption {
  z-index: 99;
  line-height: 28px;
  color: #000;
}

@media (max-width: 1199px) {
  .gavias_sliderlayer .tp-caption, #gavias_slider_single .tp-caption {
    padding: 0 15px !important;
  }
}

.gavias_sliderlayer .tp-caption img, #gavias_slider_single .tp-caption img {
  max-width: 100% !important;
  height: auto !important;
}

.gavias_sliderlayer .slide-style-1, .gavias_sliderlayer .slide-style-4, #gavias_slider_single .slide-style-1, #gavias_slider_single .slide-style-4 {
  font-family: var(--conbiz-font-sans-serif);
  font-weight: 700;
  position: relative;
  padding-left: 50px !important;
}

.gavias_sliderlayer .slide-style-1:after, .gavias_sliderlayer .slide-style-4:after, #gavias_slider_single .slide-style-1:after, #gavias_slider_single .slide-style-4:after {
  height: 3px;
  width: 40px;
  background: var(--conbiz-theme-color);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gavias_sliderlayer .slide-style-4, #gavias_slider_single .slide-style-4 {
  padding-right: 50px !important;
}

.gavias_sliderlayer .slide-style-4:after, #gavias_slider_single .slide-style-4:after {
  background: #fff !important;
}

.gavias_sliderlayer .slide-style-4:before, #gavias_slider_single .slide-style-4:before {
  height: 3px;
  width: 40px;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gavias_sliderlayer .btn-video, #gavias_slider_single .btn-video {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
}

.gavias_sliderlayer .btn-video .video-icon, #gavias_slider_single .btn-video .video-icon {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 16px;
  color: var(--conbiz-theme-color);
  border-radius: 50%;
  background: #fff;
  margin-right: 15px;
  text-align: center;
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .gavias_sliderlayer .btn-video, #gavias_slider_single .btn-video {
    display: block;
    margin-top: 20px !important;
  }
}

.gavias_sliderlayer .slide-style-2, #gavias_slider_single .slide-style-2 {
  font-weight: 400;
}

.gavias_sliderlayer .slide-style-3, #gavias_slider_single .slide-style-3 {
  font-weight: 800;
  letter-spacing: -2.4px;
  font-family: var(--conbiz-heading-font-family);
  padding-bottom: 10px !important;
}

.gavias_sliderlayer .sub-title, #gavias_slider_single .sub-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.gavias_sliderlayer .sub-title:after, #gavias_slider_single .sub-title:after {
  content: "";
  width: 5px;
  height: 100%;
  background: var(--conbiz-theme-color);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 99;
}

.gavias_sliderlayer .text-large, #gavias_slider_single .text-large {
  color: #000;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: none;
}

.gavias_sliderlayer .text-big, #gavias_slider_single .text-big {
  color: #000;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.gavias_sliderlayer .text-medium, #gavias_slider_single .text-medium {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

.gavias_sliderlayer .small-text, #gavias_slider_single .small-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}

.gavias_sliderlayer .text-black, #gavias_slider_single .text-black {
  color: #000 !important;
}

.gavias_sliderlayer .text-theme, #gavias_slider_single .text-theme {
  color: var(--conbiz-theme-color) !important;
}

.gavias_sliderlayer .text-theme-second, #gavias_slider_single .text-theme-second {
  color: var(--conbiz-theme-color-second) !important;
}

.gavias_sliderlayer .text-white, #gavias_slider_single .text-white {
  color: #fff !important;
}

.gavias_sliderlayer .text-center, #gavias_slider_single .text-center {
  text-align: center;
}

.gavias_sliderlayer .text-left, #gavias_slider_single .text-left {
  text-align: left;
}

.gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {
  font-size: 16px;
  background: var(--conbiz-theme-color);
  color: #fff;
  font-weight: 700;
  padding: 16px 45px;
  line-height: 28px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: none;
  font-family: var(--conbiz-heading-font-family);
  text-transform: none;
}

@media (max-width: 1023.98px) {
  .gavias_sliderlayer .inner.btn-slide, .gavias_sliderlayer .btn-slide a, #gavias_slider_single .inner.btn-slide, #gavias_slider_single .btn-slide a {
    padding: 12px 30px;
    font-size: 14px;
  }
}

.gavias_sliderlayer .inner.btn-slide span, .gavias_sliderlayer .btn-slide a span, #gavias_slider_single .inner.btn-slide span, #gavias_slider_single .btn-slide a span {
  position: relative;
  z-index: 9;
  padding-right: 20px;
  display: inline-block;
}

.gavias_sliderlayer .inner.btn-slide span:after, .gavias_sliderlayer .btn-slide a span:after, #gavias_slider_single .inner.btn-slide span:after, #gavias_slider_single .btn-slide a span:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gavias_sliderlayer .inner.btn-slide:hover, .gavias_sliderlayer .btn-slide a:hover, #gavias_slider_single .inner.btn-slide:hover, #gavias_slider_single .btn-slide a:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0.9;
}

.gavias_sliderlayer .inner.btn-slide:hover span:after, .gavias_sliderlayer .btn-slide a:hover span:after, #gavias_slider_single .inner.btn-slide:hover span:after, #gavias_slider_single .btn-slide a:hover span:after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.gavias_sliderlayer .btn-slide-white.inner, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .btn-slide-white.inner, #gavias_slider_single .btn-slide-white a {
  background: #fff;
  color: var(--conbiz-theme-color);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 28px;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: var(--conbiz-heading-font-family);
  border: none;
}

@media (max-width: 1023.98px) {
  .gavias_sliderlayer .btn-slide-white.inner, .gavias_sliderlayer .btn-slide-white a, #gavias_slider_single .btn-slide-white.inner, #gavias_slider_single .btn-slide-white a {
    padding: 6px 16px;
  }
}

.gavias_sliderlayer .btn-slide-white.inner:hover, .gavias_sliderlayer .btn-slide-white.inner:focus, .gavias_sliderlayer .btn-slide-white.inner:active, .gavias_sliderlayer .btn-slide-white.inner.active, .gavias_sliderlayer .btn-slide-white a:hover, .gavias_sliderlayer .btn-slide-white a:focus, .gavias_sliderlayer .btn-slide-white a:active, .gavias_sliderlayer .btn-slide-white a.active, #gavias_slider_single .btn-slide-white.inner:hover, #gavias_slider_single .btn-slide-white.inner:focus, #gavias_slider_single .btn-slide-white.inner:active, #gavias_slider_single .btn-slide-white.inner.active, #gavias_slider_single .btn-slide-white a:hover, #gavias_slider_single .btn-slide-white a:focus, #gavias_slider_single .btn-slide-white a:active, #gavias_slider_single .btn-slide-white a.active {
  color: var(--conbiz-theme-color);
  opacity: 0.9;
}

.gavias_sliderlayer .gavias-overlay:after, #gavias_slider_single .gavias-overlay:after {
  content: "";
  background: url(../imagesgrid-slide.png) repeat rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.rs-background-video-layer {
  position: relative;
}

.rs-background-video-layer:after {
  content: "";
  background: url(../images/grid-slide.png) repeat rgba(0, 0, 0, 0.39);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/*mnou přidaný hover background*/

.gsc-hover-background {
  position: relative;
  background: var(--conbiz-theme-color);
  padding: 85px 0;
  margin-bottom: 30px;
  height: 280px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 9px 8px 10px #a1a1a1a8;
  border-radius: 20px;
}



.gsc-hover-background .front {
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gsc-hover-background .front .icon {
  line-height: 1;
  font-size: 42px;
  color: white;
}
.gsc-hover-background .front h2 {
  font-size: 16px;
  font-weight: 700;
  color: white;

  text-transform: uppercase;
  margin-top: 15px;

}
.gsc-hover-background .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
.gsc-hover-background .back:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  border-radius: 20px;
}
.gsc-hover-background .back .content {
  color: #fff;
  padding: 10px 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.gsc-hover-background .back .content .content-text {
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
}
.gsc-hover-background:hover .front {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.gsc-hover-background:hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-radius: 20px;
}


.gsc-box-info {
  position: relative;
}
.gsc-box-info .content {
  width: 50%;
  padding: 45px;
}
@media (max-width: 1199px) {
  .gsc-box-info .content {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .gsc-box-info .content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .gsc-box-info .content {
    padding-top: 310px;
    width: 100%;
  }
}
.gsc-box-info .content .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gsc-box-info .content .content-inner {
  position: relative;
  z-index: 9;
}
.gsc-box-info .content .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #181818;
  font-family: "Montserrat";
  font-weight: 700;
}
.gsc-box-info .content .title {
  font-size: 26px;
  margin-bottom: 20px;
}
.gsc-box-info .content .title h3 {
  margin: 0;
}
.gsc-box-info .content .readmore {
  margin-top: 30px;
}
.gsc-box-info .content.text-light {
  color: #fff;
}
.gsc-box-info .content.text-light .title h3, .gsc-box-info .content.text-light .title h2, .gsc-box-info .content.text-light .desc {
  color: #fff;
}
.gsc-box-info .content.text-light .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.gsc-box-info .image {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 9;
  top: 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .gsc-box-info .image {
    height: 300px;
    width: 100%;
  }
}
.gsc-box-info.content-align-left .content {
  float: left;
  padding-left: 0;
}
.gsc-box-info.content-align-left .image {
  right: 0;
}
.gsc-box-info.content-align-right .content {
  padding-right: 0;
  float: right;
}
.gsc-box-info.content-align-right .image {
  left: 0;
}

.container-fw .gsc-box-info .content {
  padding: 75px;
}
@media (max-width: 1199px) {
  .container-fw .gsc-box-info .content {
    padding: 30px;
  }
}


.flex-gallery
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}

.gallery-items
{

  padding:0.5rem;
}

.gallery-items a
{
  background-image:unset;
}

.fill-img
{
  overflow: hidden;
  width: 100%;
}
.fill-img img
{
  max-width: unset;
}
/*je třeba trochu upravit formy jinak jsou hroznš vysoké*/



.webform-submission-form .form-item input {
  line-height: 12px ;
  height: 50px ;
  padding-left: 15px ;
}

.webform-submission-form .form-item select {
  line-height: 12px ;
  height: 50px ;
  padding-left: 15px ;
}

.webform-submission-form .form-item textarea {
  padding-left: 15px ;
}
.form-required:after {
  content: " *" !important;
  color: #e52b4b !important;
}
.js-form-managed-file .js-hide
{
  display: none ;
}
.form-checkbox
{
  line-height: 19px ;
  height: unset !important;
  width: unset !important;
}

