<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****/
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: #3EAAFD;
  text-decoration: none;
}

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

input[type*='submit']:hover {
  cursor: pointer;
}

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: 30px;
}

.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;
  max-width: 100%;
}

.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: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

ul {
  margin: 0;
}

ul ul {
  padding-left: 20px;
}

ul li {
  list-style: none;
}

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

ul.pager {
  list-style-type: none;
  padding: 0;
}

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

ul.menu &gt; li {
  position: relative;
  padding: 4px 0;
}

ul.menu &gt; li &gt; 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;
}

ul.menu &gt; li &gt; a:hover, ul.menu &gt; li &gt; a:active, ul.menu &gt; li &gt; a:focus {
  color: #3EAAFD;
}

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

ul.feature-list &gt; li {
  padding-left: 25px;
  position: relative;
  list-style: none;
  margin-bottom: 2px;
}

ul.feature-list &gt; li:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
  color: #3EAAFD;
  font-weight: 900;
  font-size: 10px;
}

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

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

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

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

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

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

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

.pager ul.pager__items &gt; li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

.pager ul.pager__items &gt; li a {
  border: 1px solid #dee2e6;
  font-weight: 500;
  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;
  font-family: "Poppins", sans-serif;
}

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

.pager ul.pager__items &gt; li a:hover {
  background: #3EAAFD;
  color: #fff;
  border-color: #3EAAFD;
}

.pager ul.pager__items &gt; li.is-active a {
  background: #3EAAFD;
  color: #fff;
  border-color: #3EAAFD;
}

.breadcrumb-content-inner {
  margin-bottom: 30px;
  text-align: center;
}

.breadcrumb-content-inner .breadcrumb-content-main {
  position: relative;
  z-index: 9;
}

.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
  font-size: 30px;
  font-weight: 500;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
  padding: 90px 0 90px;
  margin-bottom: 45px;
  position: relative;
}

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

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

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

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a:hover, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a:hover {
  color: #999999;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
  display: inline-block;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  color: #bbbbbb;
  text-transform: capitalize;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
  color: #000;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
  color: #3EAAFD;
}

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

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;
}

@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;
  }
}

@font-face {
  font-family: 'din_pro';
  src: url("../fonts/dinpro/DINPro-Medium.eot");
  src: url("../fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro/DINPro-Medium.woff2") format("woff2"), url("../fonts/dinpro/DINPro-Medium.woff") format("woff"), url("../fonts/dinpro/DINPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

body.boxed {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  background-color: #222;
}

body.boxed div.body-page {
  background: #fff;
}

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

body .body-page .main-page.has-breadcrumb .container-bg {
  background: #fff;
  position: relative;
  z-index: 1;
}

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

body.logged-in.toolbar-horizontal.toolbar-tray-open .header-default {
  top: 79px;
}

.topbar {
  background: #333333;
  color: #bbbbbb;
  font-size: 12px;
  padding: 15px 0;
  margin-top: -1px;
}

.topbar i {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  margin-bottom: 4px;
}

.topbar i:hover {
  color: #3EAAFD;
}

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

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

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

header .site-branding-logo {
  padding: 20px 0 10px;
  display: inline-block;
  max-height: 95px;
  height: auto;
}

@media (max-width: 767.98px) {
  header .site-branding {
    text-align: left;
    padding-bottom: 10px;
  }

  header .header-right-inner, header .header-right-inner .block {
    text-align: center !important;
  }
}

@media (max-width: 991.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;
}

header .header-button {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 9;
  top: 24px;
}

@media (max-width: 991.98px) {
  header .header-button {
    right: 105px;
  }
}

@media (max-width: 450px) {
  header .header-button {
    display: none !important;
  }
}

header .header-button a {
  display: inline-block;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

header .header-button a:hover {
  background: #3EAAFD;
  border-color: #3EAAFD;
}

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

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

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

.gva-search-region .icon:hover {
  color: #fff !important;
  cursor: pointer;
}

.gva-search-region .search-content {
  display: none;
  width: 310px;
  position: absolute;
  top: 43px;
  right: 0;
  margin-top: -1px;
  z-index: 99;
  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;
}

.gva-search-region .search-content form.search-block-form {
  padding-right: 90px;
  position: relative;
}

.gva-search-region .search-content form.search-block-form input#edit-keys {
  height: 35px;
  padding: 5px;
  border: 1px solid #dee2e6;
  background: none;
  width: 100%;
}

.gva-search-region .search-content form.search-block-form #edit-submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  background: #3EAAFD;
  color: #fff;
  border: none;
  font-size: 14px;
  width: 90px;
}

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

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

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

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

.gva-user-region .icon {
  font-size: 14px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #3EAAFD;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}

.gva-user-region .icon img {
  width: 100%;
}

.gva-user-region .icon:hover {
  color: #fff !important;
  cursor: pointer;
}

.gva-user-region .user-content {
  display: none;
  width: 190px;
  position: absolute;
  top: 43px;
  right: 0;
  margin-top: -1px;
  z-index: 99;
  background: #fff;
  padding: 15px;
  -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 rgba(0, 0, 0, 0.06);
  font-family: "Poppins", sans-serif;
}

.gva-user-region .user-content .link-user {
  text-transform: capitalize;
  color: #3EAAFD;
}

.gva-user-region .user-content .account-message {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.gva-user-region .user-content .user-links {
  padding: 0;
  list-style-type: none;
}

.gva-user-region .user-content .user-links a {
  color: #757575;
  font-size: 13px;
}

.gva-user-region .user-content .user-links a:hover {
  color: #3EAAFD;
}

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

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

header.header-default, header.header-v1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
  header.header-default, header.header-v1 {
    position: relative;
    background: #2A2E3C;
  }

  header.header-default .header-main, header.header-v1 .header-main {
    background: #2A2E3C;
  }
}

header.header-default .header-main .header-main-inner, header.header-v1 .header-main .header-main-inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1800px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  header.header-default .header-main .header-main-inner, header.header-v1 .header-main .header-main-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header.header-default .header-main .header-main-inner .branding, header.header-v1 .header-main .header-main-inner .branding {
  width: 220px;
  float: left;
}

@media (max-width: 1199.98px) {
  header.header-default .header-main .header-main-inner .branding, header.header-v1 .header-main .header-main-inner .branding {
    width: 170px;
  }
}

header.header-default .header-main .header-main-inner .header-inner, header.header-v1 .header-main .header-main-inner .header-inner {
  padding-left: 220px;
  padding-right: 190px;
}

@media (max-width: 1199.98px) {
  header.header-default .header-main .header-main-inner .header-inner, header.header-v1 .header-main .header-main-inner .header-inner {
    padding-left: 170px;
  }
}

header.header-default .header-main .header-main-inner .gva-offcanvas-mobile, header.header-v1 .header-main .header-main-inner .gva-offcanvas-mobile {
  float: right;
}

header.header-default .main-menu-inner, header.header-v1 .main-menu-inner {
  float: left;
}

header.header-default #menu-bar span, header.header-v1 #menu-bar span {
  background: #fff;
}

header.header-v1 {
  width: 100%;
  position: relative;
  z-index: 99;
  background: #2A2E3C;
}

header.header-v1 .header-main {
  background: #2A2E3C;
}

header.header-v1 #menu-bar span {
  background: #fff;
}

.is-fixed .header-main {
  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) !important;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background: #2A2E3C;
}

.area.slideshow_content .block {
  margin-bottom: 0;
}

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

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

.promotion {
  padding: 0;
  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 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: #2A2E3C;
  line-height: 28px;
}

#footer a {
  color: rgba(255, 255, 255, 0.7);
}

#footer a:hover, #footer a:focus {
  color: #fff;
}

#footer .before-footer {
  padding: 50px 0 0;
}

#footer .footer-center {
  padding: 75px 0 50px;
}

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

#footer .block .block-title span {
  color: #fff !important;
}

#footer .block .block-title span:after, #footer .block .block-title span:before {
  display: none;
}

#footer .copyright {
  font-size: 15px;
  padding-bottom: 35px;
}

#footer .copyright-links a:after {
  background: rgba(255, 255, 255, 0.2);
}

#footer ul.menu &gt; li &gt; a:after {
  background: #d5d7d8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

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

body.footer-white #footer {
  background: #383C3F;
  color: rgba(255, 255, 255, 0.7);
}

body.footer-white #footer a {
  color: rgba(255, 255, 255, 0.7);
}

body.footer-white #footer a:hover {
  color: #fff;
}

body.footer-white #footer .footer-center {
  padding: 50px 0 35px;
}

body.footer-white #footer .block .block-title span {
  color: #fff !important;
}

body.footer-white #footer .block.block-simplenews #edit-mail-wrapper input.form-email {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}

body.footer-white #footer .before-footer {
  padding-top: 0 !important;
}

body.footer-white #footer .footer-center .content-inner {
  padding: 30px;
  background: #F1F3F4;
}

body.footer-white #footer .post-block .post-categories a {
  color: #3EAAFD;
}

body.footer-white #footer .post-block .post-created {
  color: #6f6f6f;
}

body.footer-white .social-border .socials:after, body.footer-white .social-border .socials:before {
  background: rgba(0, 0, 0, 0.1);
}

body.footer-white .social-border .socials a {
  color: #000;
}

body.footer-white .copyright a {
  color: #3EAAFD;
}

body.footer-white .copyright .copyright-inner {
  padding: 0 0 35px;
}

body.footer-white .copyright .copyright-inner .block {
  margin: 0;
}

body.hidden-title .node--view-mode-full header {
  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) {
  /* @TODO find the proper breakpoint */
  .maintenance-page #page {
    margin: 20px 40px 40px;
  }
}

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

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

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

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

@media (max-width: 767.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: 767.98px) {
  .page-notfound .content {
    padding: 0 20px;
  }
}

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

.page-notfound .action a {
  font-size: 16px;
  color: #3EAAFD;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

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

.node--view-mode-full.node--type-portfolio .post-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
}

.node--view-mode-full.node--type-portfolio .post-meta {
  padding-bottom: 20px;
}

.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-prev {
  left: 20px !important;
}

.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-next {
  right: 20px !important;
}

.node--view-mode-full.node--type-portfolio .portfolio-images .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

.portfolio-single .portfolio-informations .item-information span:first-child {
  font-weight: 600;
  min-width: 120px;
  display: inline-block;
}

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

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

.team-single-page .team-name .name {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
}

.team-single-page .team-name .job {
  font-size: 12px;
  color: #999999;
}

.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 .socials {
  margin-top: 10px;
}

.team-single-page .heading {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.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: #3EAAFD;
  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: "FontAwesome";
  content: "\f10d";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #3EAAFD;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

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

.page-user-login .bg, .page-user-register .bg, .page-user-pass .bg, .page-user-edit .bg {
  background: #f1f1f1;
  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, .page-user-edit input {
  max-width: 100%;
}

.page-user-login input[type="text"],
.page-user-login input[type="tel"],
.page-user-login input[type="password"],
.page-user-login input[type="email"],
.page-user-login textarea, .page-user-login select, .page-user-register input[type="text"],
.page-user-register input[type="tel"],
.page-user-register input[type="password"],
.page-user-register input[type="email"],
.page-user-register textarea, .page-user-register select, .page-user-pass input[type="text"],
.page-user-pass input[type="tel"],
.page-user-pass input[type="password"],
.page-user-pass input[type="email"],
.page-user-pass textarea, .page-user-pass select, .page-user-edit input[type="text"],
.page-user-edit input[type="tel"],
.page-user-edit input[type="password"],
.page-user-edit input[type="email"],
.page-user-edit textarea, .page-user-edit select {
  width: 100%;
}

.page-user-login .help.show, .page-user-register .help.show, .page-user-pass .help.show, .page-user-edit .help.show {
  display: block !important;
}

.page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page, .page-user-edit .main-page {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  max-width: 600px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 50px auto 10px;
  position: relative;
  z-index: 99;
}

.page-user-login .main-page .page-use-main-content, .page-user-register .main-page .page-use-main-content, .page-user-pass .main-page .page-use-main-content, .page-user-edit .main-page .page-use-main-content {
  padding: 10px 30px 30px;
}

.page-user-login .branding, .page-user-register .branding, .page-user-pass .branding, .page-user-edit .branding {
  margin-bottom: 5px;
  background: #2A2E3C;
  padding: 15px;
}

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

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

.page-user-login .nav-tabs &gt; li &gt; a, .page-user-register .nav-tabs &gt; li &gt; a, .page-user-pass .nav-tabs &gt; li &gt; a, .page-user-edit .nav-tabs &gt; li &gt; a {
  padding: 4px 10px !important;
}

.page-user-login form .form-item, .page-user-register form .form-item, .page-user-pass form .form-item, .page-user-edit form .form-item {
  margin-bottom: 10px;
}

.page-user-login form .form-item label, .page-user-register form .form-item label, .page-user-pass form .form-item label, .page-user-edit form .form-item label {
  font-family: "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 0;
  font-weight: 500;
}

.page-user-login form .form-action, .page-user-register form .form-action, .page-user-pass form .form-action, .page-user-edit form .form-action {
  margin-top: 10px;
}

.path-user .user-information {
  border: 1px solid #dee2e6;
  padding: 75px 20px 20px;
  margin-top: 60px;
  position: relative;
}

.path-user .user-information .user-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}

.path-user .user-information .field--name-field-user-fullname {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #3EAAFD;
  padding: 10px 0;
}

.user-profile .js-form-item h4.label {
  float: left;
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 0;
  line-height: 24px;
  display: inline-block;
}

.post-block {
  background: #fff;
}

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

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

.post-block .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.post-block .post-image:hover a:before, .post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.post-block .post-title {
  margin-bottom: 5px;
}

.post-block .post-title a {
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-transform: none;
  word-wrap: break-word;
}

.post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
  color: #3EAAFD;
}

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

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

.post-block .post-meta {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

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

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

.post-block .post-meta .post-categories {
  margin-bottom: 0;
}

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

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

.post-block .post-comment {
  text-transform: none;
  position: relative;
}

.post-block .post-categories {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.post-block .post-categories a {
  color: #3EAAFD;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 1.5;
}

.post-block .post-categories a:hover {
  text-decoration: underline;
}

.post-block .post-body {
  line-height: 30px;
}

.post-block .content-after {
  padding: 10px 0 0;
}

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

.post-block-2 .post-image {
  position: relative;
  z-index: 1;
}

.post-block-2 .post-image .item-image a {
  display: block;
}

.post-block-2 .post-image .item-image a:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(18, 31, 48, 0.1)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(18, 31, 48, 0.1) 20%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post-block-2 .post-image .content-inner {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 11;
  text-align: center;
}

.post-block-2 .post-image .content-inner .post-title {
  font-size: 18px;
  margin-bottom: 4px;
}

.post-block-2 .post-image .content-inner .post-title a {
  color: #fff;
  font-weight: 500;
}

.post-block-2 .post-image .content-inner .post-title a:hover {
  color: #3EAAFD;
}

.post-block-2 .post-image .content-inner .post-created {
  color: rgba(255, 255, 255, 0.6);
}

.post-block-2 .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
}

.post-block-2 .post-content .post-categories {
  display: inline-block;
  background: #fff;
  padding: 2px 15px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.export-tips {
  text-align: center !important;
  background: none;
}

.export-tips .post-image {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}

.export-tips .post-content {
  border: none;
}

.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: #3EAAFD;
}

.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%;
}

.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: #3EAAFD;
}

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

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

.post-style-grid .post-block {
  margin: 0 0 30px;
  background: #fff;
  text-align: left;
  position: relative;
}

.post-style-grid .post-block:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: -1;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.post-style-grid .post-block .post-categories {
  margin: 0;
}

.post-style-grid .post-block .post-body {
  margin-top: 5px;
}

.post-style-grid .post-block .post-content {
  background: #fff;
  position: relative;
  border-top: 0;
  padding: 20px 25px;
  border: 1px solid #dee2e6;
  border-top: none;
}

.node--view-mode-full .post-thumbnail {
  margin-bottom: 10px;
}

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

.node--view-mode-full .post-title {
  margin: 0;
}

.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-thumbnail.post-gallery {
  overflow: hidden;
}

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

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

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

.node-detail .post-title {
  margin-top: 10px;
  font-size: 24px;
}

.node-detail .post-meta {
  margin-bottom: 20px;
}

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

.node-detail .field--name-field-tags .field__item {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

.node-detail .field--name-field-tags .field__item a {
  background: #f5f5f5;
  padding: 2px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.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: #3EAAFD;
  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: 575.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: 575.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 &gt; 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: 575.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 {
  margin-top: 2px;
}

.post-style-list .post-block .post-title a {
  font-size: 18px;
}

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

@media (max-width: 575.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.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;
}

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

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

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

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

.post-list-small .post-block .post-content {
  padding-left: 115px;
}

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

.post-list-small .post-block .post-title a {
  font-size: 14px;
}

.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-title {
  padding: 0;
  margin: 0;
}

.post-list-small-2 .post-block .post-title a {
  font-size: 16px;
  font-weight: 500;
}

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

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

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

.post-list-small-3 .post-block .post-image {
  width: 80px;
  float: left;
}

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

.post-list-small-3 .post-block .post-content {
  padding-left: 90px;
}

.post-list-small-3 .post-block .post-title {
  padding: 0;
  margin: 0;
}

.post-list-small-3 .post-block .post-title a {
  font-size: 14px;
  line-height: 20px;
}

.team-block.team-v1 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: transparent;
  background: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}

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

.team-block.team-v1 .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;
  background: #3EAAFD;
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: 9;
  width: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.team-block.team-v1 .team-image .socials-team a {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 8px;
  display: block;
}

.team-block.team-v1 .team-image .socials-team a:hover, .team-block.team-v1 .team-image .socials-team a:focus, .team-block.team-v1 .team-image .socials-team a:active {
  color: #ccc;
}

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

.team-block.team-v1 .team-image .item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  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-v1 .team-content {
  background: transparent;
  position: relative;
  text-align: left;
  padding: 10px 20px 0;
}

.team-block.team-v1 .team-content .team-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 20px;
  padding: 20px 0 0;
  font-family: "Poppins", sans-serif;
}

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

.team-block.team-v1 .team-skills {
  padding: 0 20px 20px;
}

.team-block.team-v1 .team-skills .progress-label {
  font-weight: 500 !important;
  color: #666666;
  font-size: 12px;
}

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

.team-block.team-v1 .team-skills .progress .progress-bar span {
  top: -4px !important;
}

.team-block.team-v1 .team-skills .progress .percentage {
  font-size: 11px !important;
  top: -20px;
}

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

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

.team-block.team-v2 {
  padding: 20px;
  background: #fff;
  border: 1px solid #dee2e6;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.team-block.team-v2 .team-image {
  position: relative;
  background: transparent;
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #dee2e6;
  overflow: hidden;
}

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

.team-block.team-v2 .team-image .item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  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-v2 .team-content {
  background: transparent;
  position: relative;
  text-align: center;
}

.team-block.team-v2 .team-content .socials-team {
  z-index: 9;
  padding: 5px 0 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  text-align: center;
}

.team-block.team-v2 .team-content .socials-team a {
  text-align: center;
  color: #3EAAFD;
  font-size: 14px;
  margin: 0 6px;
}

.team-block.team-v2 .team-content .socials-team a:hover {
  color: #8acbfe;
}

.team-block.team-v2 .team-content .team-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 20px;
  padding: 10px 0 0;
  font-family: "Poppins", sans-serif;
}

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

.team-block.team-v2 .team-skills .progress-label {
  color: #838383;
}

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

.team-block.team-v2 .team-skills .progress .progress-bar span {
  top: -4px !important;
}

.team-block.team-v2 .team-skills .progress .percentage {
  font-size: 11px !important;
  top: -20px;
}

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

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

.team-carousel .team-block {
  margin-bottom: 10px;
}

.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 .image .item-image a {
  display: block;
}

.post-slider.post-block .image .item-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.post-slider.post-block .image .item-image img {
  -webkit-transition: all 6s;
  transition: all 6s;
  -moz-transition: all 6s;
  -ms-transition: all 6s;
}

.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: 767.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: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}

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

.post-slider.post-block .post-meta-wrap .post-title a:hover {
  color: #3EAAFD !important;
}

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

@media (max-width: 767.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;
  margin-bottom: 6px;
}

.post-slider.post-block .post-categories a {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  background: #3EAAFD;
  padding: 2px 10px;
  font-family: "Poppins", sans-serif;
}

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

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

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

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

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

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

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

.margin-1 {
  margin-top: -50px;
}

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

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

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

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

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

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

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

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

@media-breakpoint-down (md) {
  .margin-top--50 {
    margin-top: 30px !important;
  }
}

.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;
}

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

.margin-bottom-100 {
  margin-bottom: 100px !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;
}

.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;
  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%;
}

.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;
}

.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: -100px;
}

@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: #3EAAFD;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #333333;
}

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

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

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

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

ul.ui-widget-content {
  color: #757575;
}

ul.ui-widget-content li {
  width: 100%;
}

ul.ui-widget-content li a {
  width: 100%;
  display: block;
  border: none !important;
}

ul.ui-widget-content li a:hover {
  background: #3EAAFD;
}

ul.ui-widget-content li a.ui-state-active {
  border: none !important;
  background: #3EAAFD;
  margin: 0 !important;
}

ul.ui-widget-content li a.ui-state-active:hover {
  background: #3EAAFD;
}

.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: 30px;
  line-height: 50px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .text-size-medium {
    font-size: 20px;
    line-height: 32px;
  }
}

.text-size-big {
  font-size: 42px;
  font-weight: 600;
  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: #000 !important;
}

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

.text-theme {
  color: #3EAAFD !important;
}

.text-theme-2 {
  color: #FEBF01 !important;
}

.gavias-parallax {
  background-attachment: fixed !important;
}

@media (max-width: 575.98px) {
  .gavias-parallax {
    background-attachment: scroll !important;
  }
}

.gavias-parallax.fp-section {
  background-attachment: scroll !important;
}

.socials {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.socials a {
  color: #757575;
  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.7;
  filter: alpha(opacity=70);
}

.socials a i {
  color: #fff;
  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;
}

.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;
}

.post-masonry-style &gt; div, .isotope-items &gt; div {
  margin-left: -1px;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}

.nav-tabs &gt; li &gt; a {
  font-weight: 500;
  color: #242424;
  padding: 4px 18px;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  font-family: "Poppins", sans-serif;
}

.nav-tabs &gt; li &gt; a i {
  margin-right: 5px;
}

.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus, .nav-tabs &gt; li &gt; a:active {
  color: #3EAAFD;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li &gt; a.active {
  color: #3EAAFD;
}

.box-quick-link ul {
  padding: 0;
  margin: 0;
}

.box-quick-link ul &gt; li {
  width: 46%;
  height: 70px;
  border: 1px solid #dee2e6;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 8%;
}

.box-quick-link ul &gt; li:nth-child(2n) {
  margin-left: 4%;
}

.box-quick-link ul &gt; li:nth-child(2n+1) {
  margin-right: 4%;
}

.box-quick-link ul &gt; li a {
  font-weight: 600;
  font-size: 13px;
  display: block;
  line-height: 1.8;
  padding-top: 12px;
}

.box-quick-link ul &gt; li a i {
  display: block;
  font-size: 23px;
  color: #777777;
}

.box-quick-link ul &gt; li a:hover {
  color: #fff;
}

.box-quick-link ul &gt; li a:hover i {
  color: #fff;
}

.box-quick-link ul &gt; li:hover {
  background-color: #555555;
}

.box-quick-link ul &gt; li:hover * {
  color: #fff;
}

.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.init-carousel-owl .owl-item &gt; .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 &gt; .item, .init-carousel-owl.no-padding .owl-item &gt; .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 &gt; .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.error {
  background-repeat: no-repeat !important;
  background-image: none !important;
  color: #f05245;
}

.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: 20px;
  text-align: center;
  float: left;
  width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 6px;
  background: #ADB2B5;
  -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: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #f05245;
}

.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 &gt; 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: 40px;
  height: 40px;
  color: #757575 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  background: #F6F6F6;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-nav &gt; div:hover {
  background: #3EAAFD;
}

.owl-carousel .owl-nav &gt; div:hover i {
  color: #fff;
}

.owl-carousel .owl-nav &gt; div.owl-prev {
  right: auto !important;
  left: 0 !important;
}

.owl-carousel .owl-nav &gt; 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.white .owl-dots .owl-dot {
  background: #AAABAC;
}

.owl-carousel.white .owl-dots .owl-dot.active {
  background: #fff;
}

.btn, .btn-white, .btn-theme, .btn-theme-small, .btn-theme-second, .more-link a, .btn-theme-submit, input.form-submit {
  background: #f05245;
  color: #fff;
  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: 600;
  padding: 0 26px;
  position: relative;
  display: inline-block;
  line-height: 42px;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  /* text-transform: capitalize; */
  border: none;
  font-family: "Poppins", sans-serif;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .btn-theme-small:hover, .btn-theme-small:focus, .btn-theme-small:active, .btn-theme-small.active, .btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .more-link a:hover, .more-link a:focus, .more-link a:active, .more-link a.active, .btn-theme-submit:hover, .btn-theme-submit:focus, .btn-theme-submit:active, .btn-theme-submit.active, input.form-submit:hover, input.form-submit:focus, input.form-submit:active, input.form-submit.active {
  color: #fff;
  background: #f05245;
}

.btn-theme, .btn-theme-second {
  padding-right: 36px;
}

.btn-theme:after, .btn-theme-second:after {
  content: '\f061';
  font-family: "FontAwesome";
  position: absolute;
  top: 14px;
  right: 14px;
  color: #fff;
  z-index: 1;
  line-height: 1;
  font-weight: 900;
}

.btn-theme-small {
  font-size: 12px;
  padding: 0 10px;
  line-height: 26px;
}

.btn-theme-second {
  background: #FEBF01;
  color: #fff;
}

.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active {
  background: #3EAAFD;
}

.btn-white {
  background: #fff;
  color: #3EAAFD;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #3EAAFD;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inline {
  font-size: 14px;
  text-transform: capitalize;
  color: #3EAAFD;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 500;
  padding-right: 16px;
  font-family: "Poppins", sans-serif;
}

.btn-inline:after {
  content: '\f061';
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  right: 0;
  color: #3EAAFD;
  z-index: 1;
  line-height: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 12px;
  font-weight: 900;
}

.btn-inline:hover {
  color: #FEBF01;
}

.btn-inline:hover:after {
  color: #FEBF01;
}

/*************** 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: 600;
  text-transform: uppercase;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*************** Progress Bars ***************/
.progress-label {
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.progress {
  height: 5px !important;
  background-color: #BCBCBC !important;
  position: relative;
  overflow: visible !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: #3EAAFD;
  position: relative;
}

.progress .progress-bar span {
  width: 10px;
  height: 10px;
  border: 2px solid #3EAAFD;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: -2px;
  top: -2px;
}

.progress .percentage {
  text-align: center;
  position: absolute;
  right: 1px;
  top: -24px;
  z-index: 9;
  color: #757575;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/*************** Pricing Tables ***************/
.pricing-table {
  position: relative;
  background-color: #fff;
  top: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid #dee2e6;
  padding: 20px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .pricing-table {
    margin-bottom: 35px;
  }
}

.pricing-table ul li {
  list-style: none;
}

.pricing-table .plan-name {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 500;
  padding: 15px 0 2px;
  text-align: center;
}

.pricing-table .plan-name .title {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.pricing-table .content-wrap .plan-price {
  margin: 0 0 10px;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
}

.pricing-table .content-wrap .plan-price .price-value {
  display: inline-block;
}

.pricing-table .content-wrap .plan-price .price-value .dollar {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 36px;
  float: left;
  color: #3EAAFD;
}

.pricing-table .content-wrap .plan-price .price-value .value {
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  line-height: 48px;
  float: left;
  color: #3EAAFD;
  font-family: "Poppins", sans-serif;
}

.pricing-table .content-wrap .plan-price .interval {
  margin-top: 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  display: block;
  color: #7b7b7b;
  float: left;
  font-family: "Poppins", sans-serif;
}

.pricing-table .plan-list {
  padding: 0;
  text-align: left;
}

.pricing-table .plan-list ul {
  padding: 0;
}

.pricing-table .plan-list ul li {
  padding: 5px 0 5px 20px;
  font-size: 14px;
  list-style: none;
  position: relative;
}

.pricing-table .plan-list ul li:after {
  content: '\f00c';
  font-family: "FontAwesome";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  color: #3EAAFD;
  font-size: 12px;
  font-weight: 900;
}

.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 {
  margin-top: 30px;
}

.pricing-table .plan-signup a {
  width: 100%;
  text-align: center;
}

.pricing-table:hover {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table.highlight-plan {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}

.pricing-table.highlight-plan .recommended-plan {
  background: #3EAAFD;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 15px;
  right: 15px;
  width: auto;
  letter-spacing: 1px;
  padding: 3px 5px;
}

.pricing-table.highlight-plan .plan-name .title {
  color: #3EAAFD;
}

.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;
}

.panel .panel-heading .panel-title {
  font-size: 16px;
  padding-right: 20px;
  margin-bottom: 0;
}

.panel .panel-heading .panel-title &gt; a {
  display: block;
  letter-spacing: 0;
  color: #000;
  position: relative;
  background: #fff;
  line-height: 28px;
  font-weight: 500;
}

.panel .panel-heading .panel-title &gt; a:after {
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 15px;
  top: 0;
  right: -20px;
  z-index: 1;
  color: #3EAAFD;
  font-weight: 900;
}

.panel .panel-heading .panel-title &gt; a.collapsed:after {
  content: "\f067";
}

.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 &gt; div {
  float: left;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .info-contact &gt; div {
    margin-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .info-contact &gt; div {
    margin-right: 30px;
  }
}

.info-contact &gt; div:last-child {
  margin-right: 0;
}

.info-contact &gt; 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: #3EAAFD;
  text-align: center;
  margin-top: -7px;
}

.info-contact &gt; div.phone .icon {
  background: #FEBF01;
}

.info-contact &gt; div.address .icon {
  background: #FEBF01;
}

/* This is required to win over specificity of #content h2 */
.links .comment-add {
  display: none;
}

#node-single-comment h2 {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E6E6E6;
  text-transform: uppercase;
}

#node-single-comment h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #3EAAFD;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  left: 0;
  top: 1px;
  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 {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
}

#node-single-comment #comment-form ul &gt; li {
  list-style-type: none;
}

#node-single-comment input[type*='text'], #node-single-comment textarea {
  width: 100%;
}

.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: 500;
  font-size: 12px;
}

.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  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: 500;
}

.comment__content .links.inline {
  margin-top: 10px;
}

.comment__content .links.inline &gt; li {
  float: left;
}

.comment__content .links.inline &gt; li a {
  text-transform: uppercase;
  font-weight: 500;
  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;
}

.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;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#user-login-form .form-item label {
  width: 100%;
}

#user-login-form .form-item input {
  width: 100%;
}

#user-login-form ul {
  width: 100%;
  padding: 10px 0 30px;
}

#user-login-form ul &gt; li {
  width: 49%;
  float: left;
  text-align: center;
}

#user-login-form ul &gt; li:first-child {
  margin-right: 2%;
}

#user-login-form ul &gt; li a {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  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 .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search-form .panel-default &gt; .panel-heading {
  border-bottom: none;
}

.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: 500;
  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: 5px;
  border-bottom: 2px solid #CCCCCC;
}

.contact-message-form .form-item {
  margin-bottom: 30px;
  color: #757575;
}

.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: none;
  border-bottom: 2px solid #CCCCCC;
  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: 5px;
}

.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: #757575;
  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: #757575;
  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: #757575;
  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: #757575;
  text-transform: capitalize;
}

.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: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  background: #3EAAFD;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 45px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
}

.contact-message-form #edit-preview:hover {
  background: #000 !important;
}

.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: 14px;
  font-weight: 500;
  color: #242424;
  font-family: "Poppins", sans-serif;
}

.webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
  width: 100%;
  background: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding-left: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
}

.webform-submission-form .form-item input {
  line-height: 30px;
}

.webform-submission-form .form-item select {
  height: 40px;
}

.webform-submission-form .form-actions {
  padding: 0 15px;
  text-align: center;
  width: 100%;
  float: left;
}

.webform-submission-form .form-actions .webform-button--submit {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  padding: 0 35px;
  position: relative;
  display: inline-block;
  line-height: 42px;
  z-index: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #3EAAFD;
  color: #fff;
  border: none;
  font-family: "Poppins", sans-serif;
}

.webform-submission-form .form-actions .webform-button--submit:hover {
  background: #8acbfe;
}

.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-transform: capitalize;
}

.text-light .webform-submission-form .form-item input:-moz-placeholder, .text-light .webform-submission-form .form-item textarea:-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
  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;
  text-transform: capitalize;
  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-transform: capitalize;
}

.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;
}

.node-preview-container {
  position: static;
}

form.node-form {
  max-width: 1170px;
  padding: 20px;
  margin: 0 auto;
}

form.node-form .form-wrapper {
  margin-bottom: 20px;
}

form.node-form .form-wrapper .filter-wrapper {
  margin-top: -10px;
}

form.node-form .form-item label {
  font-family: "Poppins", sans-serif;
  color: #242424;
  font-weight: 600;
}

form.node-form .form-item input[type='text']:not(.chosen-search-input), form.node-form .form-item input[type='search'], form.node-form .form-item input[type='password'], form.node-form .form-item input[type='email'], form.node-form .form-item textarea, form.node-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-position: right 15px center !important;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  padding: 0 16px;
  width: 100%;
  color: #67676f;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}

form.node-form .form-item input[type="file"] {
  border-color: #40b6ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
  background-color: #fff;
}

form.node-form .form-item textarea {
  height: 120px;
}

form.node-form .form-item button {
  font-size: 14px;
  padding: 0 10px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #3EAAFD;
  background: none;
  border: none;
  font-weight: 600;
  padding: 0;
}

form.node-form .form-item button:hover {
  text-decoration: underline;
  cursor: pointer;
}

form.node-form fieldset legend {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #3EAAFD;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
}

form.node-form fieldset .form-item {
  margin-bottom: 20px;
}

form.node-form details summary {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #3EAAFD;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

form.node-form details summary a {
  color: #3EAAFD;
}

form.node-form .js-form-type-vertical-tabs {
  display: none;
}

form.node-form .tabledrag-toggle-weight-wrapper button {
  font-size: 14px;
  padding: 0 10px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #3EAAFD;
  background: none;
  border: none;
  font-weight: 600;
  padding: 0;
}

form.node-form .tabledrag-toggle-weight-wrapper button:hover {
  text-decoration: underline;
  cursor: pointer;
}

form.node-form .draggable .tabledrag-handle {
  width: auto;
  height: auto;
  padding: 10px;
}

form.node-form .draggable .tabledrag-handle .handle {
  width: 36px;
  height: 36px;
  margin: 0;
  text-align: center;
}

form.node-form table thead {
  font-family: "Poppins", sans-serif;
  color: #000;
}

form.node-form table thead th {
  padding: 5px 10px;
}

form.node-form table tr td {
  padding: 5px 10px;
}

#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;
  margin: 0 0 20px;
  /* text-transform: capitalize; */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #000;
  z-index: 9;
}

.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 &gt; .block-title, .block.no-title &gt; div &gt; .block-title {
  padding: 0;
  margin: 0;
  border: none;
}

.block.no-title &gt; .block-title:before, .block.no-title &gt; div &gt; .block-title:before {
  content: none;
}

.block.block-simplenews {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.block.block-simplenews .description {
  display: none;
}

.block.block-simplenews #edit-mail-wrapper {
  margin-top: 20px;
}

.block.block-simplenews #edit-mail-wrapper label {
  display: none;
}

.block.block-simplenews #edit-field-code-postale-wrapper label {
  display: none;
}

.block.block-simplenews #edit-mail-wrapper input.form-email {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 320px;
  color: #fff;
}

.block.block-simplenews input#edit-subscribe {
  background: #3EAAFD;
  border: none;
  padding: 0 15px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  display: inline-block;
  width: auto;
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
}

.block.block-simplenews input#edit-subscribe:hover, .block.block-simplenews input#edit-subscribe:focus, .block.block-simplenews input#edit-subscribe:active {
  background: lighter(#3EAAFD, 10%);
}

.block.block-blocktabs {
  position: relative;
}

.block.block-blocktabs .ui-widget {
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
}

.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 &gt; li {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}

.block.block-blocktabs .ui-tabs-nav &gt; li &gt; a {
  font-size: 14px;
  text-transform: none;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.block.block-blocktabs .ui-tabs-nav &gt; li:last-child &gt; a {
  padding-right: 0;
}

.block.block-blocktabs .ui-tabs-nav &gt; li.ui-tabs-active &gt; a {
  color: #3EAAFD;
}

.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: #3EAAFD;
}

.help {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
}

.help .drupal-tabs {
  padding: 5px 0;
  margin-bottom: 20px;
}

.help .messages__wrapper {
  padding: 10px;
  border: 1px solid #5BC0DE;
}

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

.region-main-menu .block {
  background: transparent;
}

.region-main-menu .block .block-content {
  padding: 0;
}

.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 0 10px !important;
  padding: 0 !important;
  border: none !important;
  float: left;
  width: 100%;
  list-style-type: none;
}

.sidebar .block-menu ul li a {
  padding: 8px 10px 8px 15px;
  display: block;
  border: 1px solid #dee2e6;
  text-transform: none;
  font-size: 14px;
  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;
}

.sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus, .sidebar .block-menu ul li a:active {
  color: #3EAAFD;
}

.sidebar .block-menu ul li.menu-item--active-trail &gt; a {
  color: #3EAAFD !important;
}

.sidebar .navigation .gva_menu &gt; li &gt; a {
  color: #242424;
}

.recent-comment-block .views-field-picture {
  margin-right: 10px;
}

.rtl .recent-comment-block .views-field-picture {
  margin-left: 10px;
  margin-right: inherit;
}

.recent-comment-block .views-field-title {
  margin-top: -4px;
}

.recent-comment-block .views-field-title a {
  font-weight: 500;
  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 &gt; 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 &gt; 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 &gt; li:hover {
  background: #3EAAFD;
}

.list-tags .view-list ul &gt; li:hover a {
  color: #fff;
}

nav.breadcrumb {
  margin-bottom: 0 !important;
  background: none;
  color: #999999;
}

nav.breadcrumb ol {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}

nav.breadcrumb ol:before, nav.breadcrumb ol:after {
  content: " ";
  display: table;
}

nav.breadcrumb ol:after {
  clear: both;
}

nav.breadcrumb ol &gt; li {
  float: left;
  font-size: 13px;
}

nav.breadcrumb ol &gt; li a {
  color: #999999;
}

nav.breadcrumb ol &gt; li a:hover {
  color: #3EAAFD;
}

nav.breadcrumb ol &gt; li span {
  padding: 0 2px 0px 0px;
}

.most-search-block {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

.most-search-block ul {
  display: inline-block;
}

.most-search-block ul &gt; li {
  float: left;
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.most-search-block ul &gt; li a {
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 14px;
}

.most-search-block ul &gt; li a:hover {
  background: #3EAAFD;
  border-color: #3EAAFD;
}

.social-border {
  text-align: center;
  overflow: hidden;
}

.social-border .socials {
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
}

.social-border .socials:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1000px;
}

.social-border .socials:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000px;
}

.social-border .socials a {
  margin: 0 10px;
  display: inline-block;
  background: none;
  color: #191b1c;
}

.social-border .socials a i {
  background: none;
  font-size: 20px;
  color: inherit;
}

.social-border .socials a:hover i, .social-border .socials a:active i, .social-border .socials a:focus i {
  background: inherit;
}

.contact-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-info ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-info ul li .icon {
  color: #3EAAFD;
  width: 36px;
  float: left;
  display: block;
  margin-top: 12px;
}

.contact-info ul li .icon i {
  font-size: 26px;
}

.contact-info ul li .text {
  padding-left: 42px;
  display: block;
}

.copyright-links {
  margin: 10px 0 5px;
  text-align: center;
}

.copyright-links a {
  font-size: 15px;
  position: relative;
  margin-right: 10px;
  padding-right: 12px;
}

.copyright-links a:after {
  content: "";
  width: 1px;
  height: 15px;
  top: 2px;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.copyright-links a:last-child:after {
  display: none;
}

.copyright-links a:hover, .copyright-links a:active, .copyright-links a:focus {
  color: #3EAAFD;
}

.contact-link {
  background: #3EAAFD;
  color: #fff;
  padding: 30px;
}

.contact-link .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.contact-link .action {
  margin-top: 20px;
}

.company-presentation {
  background: #FEBF01;
  color: #fff;
  padding: 30px;
}

.company-presentation .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.company-presentation .action {
  margin-top: 20px;
}

.social-icon a {
  background: none;
  width: auto;
  height: auto;
  line-height: 1;
  margin-right: 20px;
  font-size: 16px;
}

.poll .poll-item {
  margin-top: 20px;
}

.poll .poll-item .heading {
  position: relative;
}

.poll .poll-item .heading .text {
  font-weight: 500;
  color: #333333;
  padding-right: 40px;
}

.poll .poll-item .heading .percent {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  font-weight: 500;
}

.poll .poll-item .bar .foreground {
  background: #3EAAFD;
}

.poll .total {
  margin-top: 20px;
  font-weight: 500;
  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: "FontAwesome";
}

.block-poll ul.links li a:hover {
  padding-right: 15px;
}

.block-poll ul.links li:last-child {
  margin: 0;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x &gt; .ps__rail-x,
.ps--active-y &gt; .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover &gt; .ps__rail-x,
.ps:hover &gt; .ps__rail-y,
.ps--focus &gt; .ps__rail-x,
.ps--focus &gt; .ps__rail-y,
.ps--scrolling-x &gt; .ps__rail-x,
.ps--scrolling-y &gt; .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover &gt; .ps__thumb-x,
.ps__rail-x:focus &gt; .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover &gt; .ps__thumb-y,
.ps__rail-y:focus &gt; .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.chosen-container-single {
  border: none;
  width: 100% !important;
  height: 46px;
  padding-top: 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-family: "Poppins", sans-serif;
}

.chosen-container-single:before, .chosen-container-single:after {
  content: " ";
  display: table;
}

.chosen-container-single:after {
  clear: both;
}

.chosen-container-single .chosen-single {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.chosen-container-single .chosen-search {
  float: left;
  width: 100%;
}

.chosen-container-single .chosen-search input {
  width: 100% !important;
}

.chosen-container-single input.chosen-search-input {
  border: 1px solid #dee2e6 !important;
}

/* #Block grid
--------------------------------------------------------------- */
.item-columns {
  padding: 0 10px;
}

[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-"] &gt; div {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px;
  width: 100%;
}

[class*="block-grid-"] &gt; div:after {
  display: block;
}

@media (min-width: 480px) {
  .xs-block-grid-1 &gt; div {
    width: 100%;
  }

  .xs-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }

  .xs-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }

  .xs-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }

  .xs-block-grid-2 &gt; div {
    width: 50%;
  }

  .xs-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }

  .xs-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }

  .xs-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }

  .xs-block-grid-3 &gt; div {
    width: 33.33333%;
  }

  .xs-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }

  .xs-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }

  .xs-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }

  .xs-block-grid-4 &gt; div {
    width: 25%;
  }

  .xs-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }

  .xs-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }

  .xs-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }

  .xs-block-grid-5 &gt; div {
    width: 20%;
  }

  .xs-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }

  .xs-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }

  .xs-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }

  .xs-block-grid-6 &gt; div {
    width: 16.66667%;
  }

  .xs-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }

  .xs-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }

  .xs-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }

  .xs-block-grid-7 &gt; div {
    width: 14.28571%;
  }

  .xs-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }

  .xs-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }

  .xs-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }

  .xs-block-grid-8 &gt; div {
    width: 12.5%;
  }

  .xs-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }

  .xs-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }

  .xs-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }

  .xs-block-grid-9 &gt; div {
    width: 11.11111%;
  }

  .xs-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }

  .xs-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }

  .xs-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }

  .xs-block-grid-10 &gt; div {
    width: 10%;
  }

  .xs-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }

  .xs-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }

  .xs-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }

  .xs-block-grid-11 &gt; div {
    width: 9.09091%;
  }

  .xs-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }

  .xs-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }

  .xs-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }

  .xs-block-grid-12 &gt; div {
    width: 8.33333%;
  }

  .xs-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .xs-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }

  .xs-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }

  .xs-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

@media (min-width: 768px) {
  .sm-block-grid-1 &gt; div {
    width: 100%;
  }

  .sm-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }

  .sm-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }

  .sm-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }

  .sm-block-grid-2 &gt; div {
    width: 50%;
  }

  .sm-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }

  .sm-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }

  .sm-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }

  .sm-block-grid-3 &gt; div {
    width: 33.33333%;
  }

  .sm-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }

  .sm-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }

  .sm-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }

  .sm-block-grid-4 &gt; div {
    width: 25%;
  }

  .sm-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }

  .sm-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }

  .sm-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }

  .sm-block-grid-5 &gt; div {
    width: 20%;
  }

  .sm-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }

  .sm-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }

  .sm-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }

  .sm-block-grid-6 &gt; div {
    width: 16.66667%;
  }

  .sm-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }

  .sm-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }

  .sm-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }

  .sm-block-grid-7 &gt; div {
    width: 14.28571%;
  }

  .sm-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }

  .sm-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }

  .sm-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }

  .sm-block-grid-8 &gt; div {
    width: 12.5%;
  }

  .sm-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }

  .sm-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }

  .sm-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }

  .sm-block-grid-9 &gt; div {
    width: 11.11111%;
  }

  .sm-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }

  .sm-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }

  .sm-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }

  .sm-block-grid-10 &gt; div {
    width: 10%;
  }

  .sm-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }

  .sm-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }

  .sm-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }

  .sm-block-grid-11 &gt; div {
    width: 9.09091%;
  }

  .sm-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }

  .sm-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }

  .sm-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }

  .sm-block-grid-12 &gt; div {
    width: 8.33333%;
  }

  .sm-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .sm-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }

  .sm-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }

  .sm-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Medium */
@media (min-width: 992px) {
  [class*="block-grid-"] {
    margin: 0 -10px;
  }

  [class*="block-grid-"] &gt; div {
    padding: 0 10px;
  }

  .item-columns {
    padding: 0 10px;
  }

  .md-block-grid-1 &gt; div {
    width: 100%;
  }

  .md-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }

  .md-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }

  .md-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }

  .md-block-grid-2 &gt; div {
    width: 50%;
  }

  .md-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }

  .md-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }

  .md-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }

  .md-block-grid-3 &gt; div {
    width: 33.33333%;
  }

  .md-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }

  .md-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }

  .md-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }

  .md-block-grid-4 &gt; div {
    width: 25%;
  }

  .md-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }

  .md-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }

  .md-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }

  .md-block-grid-5 &gt; div {
    width: 20%;
  }

  .md-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }

  .md-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }

  .md-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }

  .md-block-grid-6 &gt; div {
    width: 16.66667%;
  }

  .md-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }

  .md-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }

  .md-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }

  .md-block-grid-7 &gt; div {
    width: 14.28571%;
  }

  .md-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }

  .md-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }

  .md-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }

  .md-block-grid-8 &gt; div {
    width: 12.5%;
  }

  .md-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }

  .md-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }

  .md-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }

  .md-block-grid-9 &gt; div {
    width: 11.11111%;
  }

  .md-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }

  .md-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }

  .md-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }

  .md-block-grid-10 &gt; div {
    width: 10%;
  }

  .md-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }

  .md-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }

  .md-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }

  .md-block-grid-11 &gt; div {
    width: 9.09091%;
  }

  .md-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }

  .md-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }

  .md-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }

  .md-block-grid-12 &gt; div {
    width: 8.33333%;
  }

  .md-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .md-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }

  .md-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }

  .md-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

/* Large */
@media (min-width: 1200px) {
  [class*="block-grid-"] {
    margin: 0 -12px;
  }

  [class*="block-grid-"] &gt; div {
    padding: 0 12px;
  }

  .item-columns {
    padding: 0 12px;
  }

  .lg-block-grid-1 &gt; div {
    width: 100%;
  }

  .lg-block-grid-1 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-1 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-1 &gt; div:nth-of-type(1n+1) {
    clear: both;
  }

  .lg-block-grid-1 &gt; div:nth-of-type(1n+1):after {
    display: none;
  }

  .lg-block-grid-1 &gt; div:nth-last-child(-n+1):before {
    content: none;
  }

  .lg-block-grid-2 &gt; div {
    width: 50%;
  }

  .lg-block-grid-2 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-2 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-2 &gt; div:nth-of-type(2n+1) {
    clear: both;
  }

  .lg-block-grid-2 &gt; div:nth-of-type(2n+1):after {
    display: none;
  }

  .lg-block-grid-2 &gt; div:nth-last-child(-n+2):before {
    content: none;
  }

  .lg-block-grid-3 &gt; div {
    width: 33.33333%;
  }

  .lg-block-grid-3 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-3 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-3 &gt; div:nth-of-type(3n+1) {
    clear: both;
  }

  .lg-block-grid-3 &gt; div:nth-of-type(3n+1):after {
    display: none;
  }

  .lg-block-grid-3 &gt; div:nth-last-child(-n+3):before {
    content: none;
  }

  .lg-block-grid-4 &gt; div {
    width: 25%;
  }

  .lg-block-grid-4 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-4 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-4 &gt; div:nth-of-type(4n+1) {
    clear: both;
  }

  .lg-block-grid-4 &gt; div:nth-of-type(4n+1):after {
    display: none;
  }

  .lg-block-grid-4 &gt; div:nth-last-child(-n+4):before {
    content: none;
  }

  .lg-block-grid-5 &gt; div {
    width: 20%;
  }

  .lg-block-grid-5 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-5 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-5 &gt; div:nth-of-type(5n+1) {
    clear: both;
  }

  .lg-block-grid-5 &gt; div:nth-of-type(5n+1):after {
    display: none;
  }

  .lg-block-grid-5 &gt; div:nth-last-child(-n+5):before {
    content: none;
  }

  .lg-block-grid-6 &gt; div {
    width: 16.66667%;
  }

  .lg-block-grid-6 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-6 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-6 &gt; div:nth-of-type(6n+1) {
    clear: both;
  }

  .lg-block-grid-6 &gt; div:nth-of-type(6n+1):after {
    display: none;
  }

  .lg-block-grid-6 &gt; div:nth-last-child(-n+6):before {
    content: none;
  }

  .lg-block-grid-7 &gt; div {
    width: 14.28571%;
  }

  .lg-block-grid-7 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-7 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-7 &gt; div:nth-of-type(7n+1) {
    clear: both;
  }

  .lg-block-grid-7 &gt; div:nth-of-type(7n+1):after {
    display: none;
  }

  .lg-block-grid-7 &gt; div:nth-last-child(-n+7):before {
    content: none;
  }

  .lg-block-grid-8 &gt; div {
    width: 12.5%;
  }

  .lg-block-grid-8 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-8 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-8 &gt; div:nth-of-type(8n+1) {
    clear: both;
  }

  .lg-block-grid-8 &gt; div:nth-of-type(8n+1):after {
    display: none;
  }

  .lg-block-grid-8 &gt; div:nth-last-child(-n+8):before {
    content: none;
  }

  .lg-block-grid-9 &gt; div {
    width: 11.11111%;
  }

  .lg-block-grid-9 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-9 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-9 &gt; div:nth-of-type(9n+1) {
    clear: both;
  }

  .lg-block-grid-9 &gt; div:nth-of-type(9n+1):after {
    display: none;
  }

  .lg-block-grid-9 &gt; div:nth-last-child(-n+9):before {
    content: none;
  }

  .lg-block-grid-10 &gt; div {
    width: 10%;
  }

  .lg-block-grid-10 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-10 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-10 &gt; div:nth-of-type(10n+1) {
    clear: both;
  }

  .lg-block-grid-10 &gt; div:nth-of-type(10n+1):after {
    display: none;
  }

  .lg-block-grid-10 &gt; div:nth-last-child(-n+10):before {
    content: none;
  }

  .lg-block-grid-11 &gt; div {
    width: 9.09091%;
  }

  .lg-block-grid-11 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-11 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-11 &gt; div:nth-of-type(11n+1) {
    clear: both;
  }

  .lg-block-grid-11 &gt; div:nth-of-type(11n+1):after {
    display: none;
  }

  .lg-block-grid-11 &gt; div:nth-last-child(-n+11):before {
    content: none;
  }

  .lg-block-grid-12 &gt; div {
    width: 8.33333%;
  }

  .lg-block-grid-12 &gt; div:nth-of-type(1n) {
    clear: none;
  }

  .lg-block-grid-12 &gt; div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-12 &gt; div:nth-of-type(12n+1) {
    clear: both;
  }

  .lg-block-grid-12 &gt; div:nth-of-type(12n+1):after {
    display: none;
  }

  .lg-block-grid-12 &gt; div:nth-last-child(-n+12):before {
    content: none;
  }
}

.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}

.no-gutter [class*="block-grid-"] &gt; 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;
}

.area-main-menu .menu-toggle {
  display: none;
}

@media (min-width: 992px) {
  .navigation {
    position: relative;
    clear: both;
  }

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

  .navigation .gva_menu {
    float: left;
    position: relative;
    font-size: 0;
  }

  .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: 8px;
  }

  .navigation .gva_menu &gt; li {
    display: inline-block;
  }

  .navigation .gva_menu &gt; li.gva-mega-menu {
    position: static !important;
  }

  .navigation .gva_menu &gt; li.gva-mega-menu &gt; .sub-menu {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .navigation .gva_menu &gt; li:hover &gt; ul.sub-menu, .navigation .gva_menu &gt; li:hover div.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 99%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  .navigation .gva_menu &gt; li:hover &gt; a {
    color: #3EAAFD;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu &gt; li &gt; a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 28px 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #ddd;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navigation .gva_menu &gt; li &gt; a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  .navigation .gva_menu &gt; li &gt; a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 767.98px) {
  .navigation .gva_menu &gt; li &gt; a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu &gt; li &gt; a:hover, .navigation .gva_menu &gt; li &gt; a:after, .navigation .gva_menu &gt; li &gt; a:active {
    color: #fff;
  }

  .navigation .gva_menu &gt; li &gt; a:hover:before, .navigation .gva_menu &gt; li &gt; a:after:before, .navigation .gva_menu &gt; li &gt; a:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navigation .gva_menu &gt; li &gt; a.is-active {
    color: #fff;
  }

  .navigation .gva_menu &gt; li &gt; a.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navigation .gva_menu &gt; li &gt; a &gt; span {
    position: relative;
    padding-bottom: 6px;
  }

  .navigation .gva_menu &gt; li.menu-item--active-trail &gt; a {
    color: #fff;
  }

  .navigation .gva_menu &gt; li.megamenu.menu-columns-2 &gt; ul.sub-menu &gt; li {
    width: 50%;
    float: left;
  }

  .navigation .gva_menu &gt; li.megamenu.menu-columns-3 &gt; ul.sub-menu &gt; li {
    width: 33.33%;
    float: left;
  }

  .navigation .gva_menu &gt; li.megamenu.menu-columns-4 &gt; ul.sub-menu &gt; li {
    width: 25%;
    float: left;
  }

  .navigation .gva_menu &gt; li.megamenu.menu-columns-5 &gt; ul.sub-menu &gt; li {
    width: 20%;
    float: left;
  }

  .navigation .gva_menu &gt; li.menu-list ul.sub-menu {
    min-width: 250px;
  }

  .navigation .gva_menu &gt; li.menu-list ul.sub-menu &gt; li {
    border-bottom: 1px solid #dee2e6;
  }

  .navigation .gva_menu &gt; li.menu-list ul.sub-menu &gt; li &gt; a {
    padding: 10px 15px;
    text-transform: uppercase;
  }

  .navigation .gva_menu .megamenu {
    position: static;
  }

  .navigation .gva_menu .megamenu &gt; .sub-menu {
    width: 100%;
    padding: 20px;
  }

  .navigation .gva_menu .megamenu &gt; .sub-menu .sub-menu {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  .navigation .gva_menu .megamenu &gt; .sub-menu &gt; li {
    border: none;
    position: static;
    padding: 0 15px;
  }

  .navigation .gva_menu .megamenu &gt; .sub-menu &gt; li &gt; 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: 992px) and (min-width: 576px) {
  .navigation .gva_menu .megamenu &gt; .sub-menu &gt; li &gt; ul.sub-menu {
    display: block !important;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .navigation .gva_menu .megamenu &gt; .sub-menu &gt; li &gt; ul.sub-menu li {
    padding: 10px 0 0;
    margin-bottom: 0;
    border: none;
  }

  .navigation .gva_menu .megamenu &gt; .sub-menu &gt; li &gt; a {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: none;
    padding: 0 0 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-family: "Poppins", sans-serif;
    position: relative;
    color: #757575;
  }

  .navigation .gva_menu .megamenu &gt; .sub-menu &gt; li &gt; a:hover {
    color: #3EAAFD;
  }

  .navigation .gva_menu .megamenu &gt; .sub-menu &gt; li &gt; a:after {
    display: none;
  }

  .navigation .gva_menu .sub-menu {
    top: 99%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    min-width: 280px;
    background-color: #fff;
    z-index: 999;
    left: 0;
    padding: 10px 20px 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -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;
    -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);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .navigation .gva_menu .sub-menu &gt; li {
    padding: 0 0 9px 0;
    margin-bottom: 9px;
    border-bottom: 1px solid #dee2e6;
  }

  .navigation .gva_menu .sub-menu &gt; li &gt; a {
    display: block;
    line-height: 26px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5;
    text-transform: none;
    -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: "Poppins", sans-serif;
    color: #333;
  }

  .navigation .gva_menu .sub-menu &gt; li &gt; a:hover, .navigation .gva_menu .sub-menu &gt; li &gt; a:focus, .navigation .gva_menu .sub-menu &gt; li &gt; a:active {
    color: #3EAAFD;
  }

  .navigation .gva_menu .sub-menu &gt; li:last-child {
    border-bottom: 0;
  }

  .navigation .gva_menu .sub-menu &gt; 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: 992px) and (min-width: 576px) {
  .navigation .gva_menu .sub-menu &gt; li:hover &gt; ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    left: 100%;
  }
}

body.header-absolute .navigation ul.gva_menu &gt; li &gt; a {
  color: #fff !important;
}

.gva-mega-menu .block-blocktabs {
  position: relative;
}

.gva-mega-menu .block-blocktabs .ui-widget {
  font-size: 0.875rem;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav {
  padding: 0;
  position: static;
  width: 15%;
  float: left;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav &gt; li {
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  float: none;
  clear: both;
  padding-right: 20px;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav &gt; li &gt; a {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav &gt; li:last-child &gt; a {
  padding-right: 0;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav &gt; li.ui-tabs-active &gt; a {
  color: #3EAAFD;
}

.gva-mega-menu .block-blocktabs .ui-tabs-panel {
  float: left;
  width: 85%;
}

.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] {
  text-align: center;
}

ul[data-drupal-views-infinite-scroll-pager].pager {
  margin: 10px 0 20px;
}

ul[data-drupal-views-infinite-scroll-pager].pager a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border: 1px solid #3EAAFD;
  background: #3EAAFD;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

ul[data-drupal-views-infinite-scroll-pager].pager a:hover, ul[data-drupal-views-infinite-scroll-pager].pager a:active, ul[data-drupal-views-infinite-scroll-pager].pager a:focus {
  background: #fff;
  color: #3EAAFD;
}

.more-link {
  text-align: center;
  margin-top: 30px;
}

.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 &gt; div.views-col {
  margin-bottom: 10px;
}

.no-padding .gva-portfolio-items .row {
  margin: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items &gt; div {
  padding: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items &gt; div .isotope-item {
  margin-bottom: 0 !important;
}

.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: 575.98px) {
  .brand-grid .views-view-grid .views-row .views-field-field-image {
    margin-bottom: 20px;
  }
}

.category-list .item-list ul li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
}

.category-list .item-list ul li a {
  padding: 8px 10px 8px 15px;
  display: block;
  border: 1px solid #dee2e6;
  text-transform: none;
  font-size: 14px;
  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:hover, .category-list .item-list ul li a:focus, .category-list .item-list ul li a:active {
  color: #3EAAFD;
}

.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: 500;
  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: #3EAAFD;
}

.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: #3EAAFD;
  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: 500;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: #3EAAFD;
  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 &gt; .gallery-small {
  width: 50% !important;
  background: transparent !important;
  float: left;
}

.slider-gallery-v1 div &gt; .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 &gt; .gallery-small .gallery-small-item:last-child {
  padding-bottom: 0;
}

.slider-gallery-v1 div &gt; .gallery-small .gallery-small-item img {
  width: 100%;
  height: auto;
}

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

.small-list .item-list ul &gt; li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.small-list .item-list ul &gt; li a:hover {
  color: #3EAAFD;
}

.small-list .item-list ul &gt; li:last-child {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.tags-list .item-list &gt; ul &gt; li {
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.tags-list .item-list &gt; ul &gt; li a {
  padding: 6px 12px;
  overflow: hidden;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: 1px solid #dee2e6;
}

.tags-list .item-list &gt; ul &gt; li a:hover, .tags-list .item-list &gt; ul &gt; li a:focus, .tags-list .item-list &gt; ul &gt; li a:active {
  background: #3EAAFD;
  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 &gt; div {
  padding: 15px 20px;
  text-align: center;
  position: relative;
}

.banner-carousel.v2 .item &gt; div:last-child {
  border: none;
}

.gva-view-onefour .big-row {
  margin-left: 2px;
  margin-right: 2px;
}

.gva-view-onefour .big-row .first-item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}

.gva-view-onefour .big-row .small-items &gt; .row {
  margin-bottom: 4px;
}

.gva-view-onefour .big-row .small-items &gt; .row &gt; .item {
  padding-left: 2px;
  padding-right: 2px;
}

.gva-view-onefour .big-row .small-items &gt; .row:last-child {
  margin-bottom: 0;
}

.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.block.block-gavias-blockbuilder ul &gt; li {
  list-style: none;
}

.gbb-row-wrapper {
  position: relative;
}

.gbb-row-wrapper .bb-inner {
  position: relative;
}

.gbb-row-wrapper .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.gbb-row-wrapper .icon-row {
  color: #3EAAFD;
}

.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 &gt; .row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.gva-fixed-background {
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -o-background-attachment: fixed;
  -ms-background-attachment: fixed;
}

@media (max-width: 991.98px) {
  .gva-fixed-background {
    background-attachment: scroll;
    -webkit-background-attachment: scroll;
    -o-background-attachment: scroll;
    -ms-background-attachment: scroll;
  }
}

@media (max-width: 575.98px) {
  .gbb-row.row-border .row-wrapper &gt; .gsc-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .gbb-row.row-border .row-wrapper &gt; .gsc-column:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.gbb-row.row-border .row-wrapper &gt; .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: 575.98px) {
  .gbb-row.row-border .row-wrapper &gt; .gsc-column:after {
    display: none;
  }
}

.gbb-row.row-border .row-wrapper &gt; .gsc-column .column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.gbb-row.row-border .row-wrapper &gt; .gsc-column:last-child:after {
  display: none !important;
}

.gbb-row.row-border .row-wrapper &gt; .gsc-column[class*='col-lg-12']:after {
  display: none;
}

.gbb-row.special-row .bb-inner {
  padding-top: 0;
}

.gbb-row.special-row .row-wrapper {
  margin-top: 60px;
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
}

@media (max-width: 575.98px) {
  .gbb-row.special-row .row-wrapper {
    margin-top: 30px;
  }
}

.gbb-row.special-row .row-wrapper .gsc-column {
  background: #3EAAFD;
  padding: 30px 20px;
}

.gbb-row.special-row .row-wrapper .gsc-column.col-lg-12 {
  background: none;
}

.gbb-row.special-row-2 .bb-inner {
  padding-top: 0;
}

.gbb-row.special-row-2 .row-wrapper {
  margin-top: -60px;
  position: relative;
  z-index: 9;
  background: transparent;
  float: left;
  width: 100%;
}

.gbb-row.special-row-2 .row-wrapper .column-inner {
  background: #fff;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0px 30px 90px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 30px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.gbb-row.row-background-particles-js &gt; .bb-inner {
  position: relative;
  z-index: 9;
}

.gbb-row.row-background-particles-js &gt; .particles-js-canvas-el {
  z-index: 8;
}

.column-style-1 {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 30px;
}

@media (max-width: 991.98px) {
  .column-style-1 {
    padding: 30px 20px;
  }
}

.column-style-2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media (max-width: 991.98px) {
  .column-style-2 {
    padding: 30px 10px;
  }
}

.column-style-3 {
  padding: 60px;
}

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

.column-bg-right {
  margin-left: auto;
  max-width: 650px;
}

.column-boxshadow {
  padding: 30px;
  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);
}

.row-gradient-1 {
  background-image: radial-gradient(farthest-corner at 50% -50%, #135a9f 0%, #192532 70%, #192532 100%);
  background-color: #192532;
}

.row-gradient-2 {
  position: relative;
}

.row-gradient-2 &gt; .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: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .row-gradient-2:after {
    top: 0;
  }
}

.row-bg-top {
  position: relative;
}

.row-bg-top &gt; .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: 991.98px) {
  .row-bg-top:after {
    top: 0;
  }
}

.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: #3EAAFD;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  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: 991.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: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .gbb-row .bb-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.gbb-row .bb-inner.padding-small {
  padding-top: 35px;
  padding-bottom: 35px;
}

.gbb-row .bb-inner.padding-top-large {
  padding-top: 300px;
  padding-bottom: 280px;
}

@media (max-width: 991.98px) {
  .gbb-row .bb-inner.padding-top-large {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}

@media (max-width: 767.98px) {
  .gbb-row .bb-inner.padding-top-large {
    padding-top: 180px;
    padding-bottom: 160px;
  }
}

@media (max-width: 575.98px) {
  .gbb-row .bb-inner.padding-top-large {
    padding-top: 150px;
    padding-bottom: 100;
  }
}

.gbb-row .bb-inner.padding-bottom-large {
  padding-top: 80px;
  padding-bottom: 130px;
}

.gbb-row .bb-inner.padding-bottom-large-2 {
  padding-top: 80px;
  padding-bottom: 180px;
}

.gbb-row .bb-inner.padding-row-120 {
  padding-left: 120px;
  padding-right: 120px;
}

@media (max-width: 991.98px) {
  .gbb-row .bb-inner.padding-row-120 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gbb-row .bb-inner.remove_margin {
  margin: 0 !important;
}

.gbb-row .bb-inner.remove_padding {
  padding: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col &gt; .bb-container &gt; .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col &gt; .bb-container &gt; .row &gt; .row-wrapper &gt; div.gsc-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_top {
  padding-top: 0 !important;
}

.gbb-row .bb-inner.remove_padding_bottom {
  padding-bottom: 0 !important;
}

.gbb-row .bb-inner.padding-large {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 991.98px) {
  .gbb-row .bb-inner.padding-large {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .gbb-row .bb-inner.padding-large {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media (max-width: 575.98px) {
  .gbb-row .bb-inner.padding-large {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.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: 30px;
}

.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: 991.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: 991.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-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:last-child {
  border-bottom: none !important;
}

.gsc-accordion .panel-group.skin-white-border {
  border: 1px solid #dee2e6;
  padding: 20px;
  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 {
  padding-left: 24px;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
  left: 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: 600;
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .gsc-call-to-action .title {
    font-size: 28px;
  }
}

.gsc-call-to-action .button-action &gt; a {
  margin: 0 10px;
  display: inline-block;
}

.gsc-call-to-action .button-action &gt; a:first-child {
  margin-left: 0;
}

.gsc-call-to-action .button-action &gt; a:last-child {
  margin-right: 0;
}

.gsc-call-to-action .desc {
  line-height: 30px;
}

.gsc-call-to-action .link-video {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 300;
}

.gsc-call-to-action .link-video a {
  padding-right: 38px;
  position: relative;
}

.gsc-call-to-action .link-video a:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #757575;
  line-height: 28px;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 900;
}

.gsc-call-to-action .link-video a:hover:after {
  border-color: #3EAAFD;
}

.gsc-call-to-action.button-right {
  position: static;
}

.gsc-call-to-action.button-right .title {
  margin: 0 0 5px !important;
}

.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: 0;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
}

@media (max-width: 800px) {
  .gsc-call-to-action.button-right .button-action {
    position: relative;
    margin-top: 15px;
  }
}

.gsc-call-to-action.button-left {
  position: relative;
  text-align: right;
}

.gsc-call-to-action.button-left .title {
  margin: 0 !important;
}

.gsc-call-to-action.button-left .content {
  padding-left: 120px;
}

.gsc-call-to-action.button-left .content p {
  margin: 0;
}

.gsc-call-to-action.button-left .button-action {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
}

@media (max-width: 800px) {
  .gsc-call-to-action.button-left .button-action {
    position: relative;
    margin-top: 15px;
  }
}

.gsc-call-to-action.button-bottom {
  padding: 30px 0;
}

.gsc-call-to-action.button-bottom .title {
  font-size: 30px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 40px;
}

.gsc-call-to-action.button-bottom .title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3EAAFD;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.gsc-call-to-action.button-bottom .title .text-small {
  font-size: 28px;
  line-height: 36px;
}

.gsc-call-to-action.button-bottom .desc {
  font-size: 16px;
}

.gsc-call-to-action.button-bottom .button-action {
  margin-top: 30px;
}

.gsc-call-to-action.button-bottom.text-light .title:after {
  background: #fff;
}

.gsc-call-to-action.button-bottom-2, .gsc-call-to-action.button-bottom-right {
  padding: 30px 0;
}

@media (max-width: 991.98px) {
  .gsc-call-to-action.button-bottom-2, .gsc-call-to-action.button-bottom-right {
    padding: 0;
  }
}

.gsc-call-to-action.button-bottom-2 .title, .gsc-call-to-action.button-bottom-right .title {
  font-size: 28px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 500;
}

.gsc-call-to-action.button-bottom-2 .title:after, .gsc-call-to-action.button-bottom-right .title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3EAAFD;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.gsc-call-to-action.button-bottom-2 .title .text-small, .gsc-call-to-action.button-bottom-right .title .text-small {
  font-size: 30px;
}

.gsc-call-to-action.button-bottom-2 .desc, .gsc-call-to-action.button-bottom-right .desc {
  font-size: 16px;
}

.gsc-call-to-action.button-bottom-2 .button-action, .gsc-call-to-action.button-bottom-right .button-action {
  margin-top: 30px;
}

.gsc-call-to-action.button-bottom-2.text-light .title:after, .gsc-call-to-action.button-bottom-right.text-light .title:after {
  background: #fff;
}

.gsc-call-to-action.button-bottom-right {
  text-align: right;
}

.gsc-call-to-action.button-bottom-right .title:after {
  left: auto;
  right: 0;
}

.gsc-call-to-action.button-center {
  text-align: center;
  margin: 0 auto;
}

.gsc-call-to-action.button-center .title {
  font-size: 30px;
  position: relative;
  line-height: 38px;
  margin-top: 0;
}

.gsc-call-to-action.button-center .desc {
  font-size: 14px;
}

.gsc-call-to-action.button-center .button-action {
  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 .title {
  color: #fff;
}

.gsc-call-to-action.text-light .content .desc * {
  color: #fff;
}

.gsc-call-to-action.text-light .subtitle {
  color: #fff;
}

.gsc-call-to-action.text-light .link-video a {
  color: #fff;
}

.gsc-call-to-action.text-light .link-video a:after {
  color: #fff;
  border-color: #fff;
}

.gsc-icon-box {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-icon-box:before, .gsc-icon-box:after {
  content: " ";
  display: table;
}

.gsc-icon-box:after {
  clear: both;
}

.gsc-icon-box.icon-image.left {
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .gsc-icon-box.icon-image.left {
    padding-right: 0;
  }
}

.gsc-icon-box.icon-image .fa-1x {
  display: block;
  width: 24px;
}

.gsc-icon-box.icon-image .fa-2x {
  display: block;
  width: 32px;
}

.gsc-icon-box.icon-image .fa-3x {
  display: block;
  width: 64px;
}

.gsc-icon-box.icon-image .fa-4x {
  display: block;
  width: 96px;
}

.gsc-icon-box.icon-image.top-center .fa-3x .icon img {
  margin-top: 20px;
}

.gsc-icon-box.icon-image.top-center .fa-4x .icon img {
  margin-top: 25px;
}

.gsc-icon-box .highlight_content {
  margin-top: 5px;
}

.gsc-icon-box .highlight_content .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991.98px) {
  .gsc-icon-box .highlight_content .title {
    font-size: 16px;
  }
}

.gsc-icon-box .highlight_content .desc p:last-child {
  margin-bottom: 0;
}

.gsc-icon-box .highlight-icon .icon-container {
  text-align: center;
  line-height: 1;
  position: relative;
  color: #3EAAFD;
}

.gsc-icon-box .highlight-icon .icon-container .icon {
  position: relative;
  z-index: 11;
}

.gsc-icon-box .highlight-icon .icon-container.fa-stack {
  line-height: 2.4em !important;
  width: 2.4em;
  height: 2.4em;
}

.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
  border-color: rgba(255, 255, 255, 0.2);
}

.gsc-icon-box .highlight-icon .icon-container.text-black {
  color: #242424;
}

.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .highlight-icon .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 .highlight-icon .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 .highlight-icon .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-background .highlight-icon .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 .highlight-icon .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 .highlight-icon .icon-container.bg-black:after {
  background: #222222;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
  background: #3EAAFD;
}

.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
  border-color: #222222;
}

.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
  border-color: #3EAAFD;
}

.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
  color: #3EAAFD;
}

.gsc-icon-box.top-center {
  text-align: center;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.gsc-icon-box.top-center .highlight-icon {
  text-align: center;
  padding-right: 0 !important;
}

.gsc-icon-box.top-center .highlight-icon .icon-container {
  display: inline-block;
}

.gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x {
  font-size: 1.4em;
}

.gsc-icon-box.top-center .title {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.gsc-icon-box.top-center .highlight_content {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  font-weight: 400;
  text-transform: normal;
}

.gsc-icon-box.top-left {
  text-align: left;
  max-width: 300px;
  clear: both;
}

.gsc-icon-box.top-left .title {
  padding: 5px 0;
}

.gsc-icon-box.top-right {
  text-align: right;
  max-width: 300px;
  clear: both;
  float: right;
}

.gsc-icon-box.top-right .title {
  padding: 5px 0;
}

.gsc-icon-box.top-right .highlight-icon {
  width: 100%;
  text-align: right;
}

.gsc-icon-box.top-right .highlight-icon .icon-container {
  display: inline-block;
}

.gsc-icon-box.top-left-title .title-inner, .gsc-icon-box.top-right-title .title-inner {
  display: table;
  margin-bottom: 15px;
}

.gsc-icon-box.top-left-title .title-inner .highlight-icon, .gsc-icon-box.top-right-title .title-inner .highlight-icon {
  display: table-cell;
  vertical-align: top;
}

.gsc-icon-box.top-left-title .title-inner .title, .gsc-icon-box.top-right-title .title-inner .title {
  display: table-cell;
  vertical-align: middle;
}

.gsc-icon-box.top-left-title .highlight-icon {
  padding-right: 15px;
}

.gsc-icon-box.top-right-title {
  text-align: right;
}

.gsc-icon-box.top-right-title:before, .gsc-icon-box.top-right-title:after {
  content: " ";
  display: table;
}

.gsc-icon-box.top-right-title:after {
  clear: both;
}

.gsc-icon-box.top-right-title .title-inner {
  float: right;
}

.gsc-icon-box.top-right-title .highlight-icon {
  padding-left: 15px;
}

.gsc-icon-box.top-right-title .desc {
  float: right;
  width: 100%;
}

.gsc-icon-box.right, .gsc-icon-box.left {
  display: table;
  max-width: 600px;
}

.gsc-icon-box.right .highlight-icon, .gsc-icon-box.left .highlight-icon {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}

.gsc-icon-box.right .highlight_content, .gsc-icon-box.left .highlight_content {
  display: table-cell;
  vertical-align: top;
}

.gsc-icon-box.right.icon-background .highlight-icon, .gsc-icon-box.left.icon-background .highlight-icon {
  padding-top: 0;
}

.gsc-icon-box.right {
  text-align: right;
}

.gsc-icon-box.right .highlight-icon {
  padding-left: 20px;
}

.gsc-icon-box.left {
  text-align: left;
}

.gsc-icon-box.left .highlight-icon {
  padding-right: 20px;
}

.gsc-icon-box.text-light .title {
  color: #fff;
}

.gsc-icon-box.text-light .title:after {
  background: #fff;
}

.gsc-icon-box.text-light .title a {
  color: #fff;
}

.gsc-icon-box.text-light .title a:hover {
  color: #3EAAFD;
}

.gsc-icon-box.text-light .highlight-icon .icon-container {
  color: #fff;
}

.gsc-icon-box.text-light .desc {
  color: rgba(255, 255, 255, 0.8);
}

.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;
}

.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-color.hidden-arrow:after {
  display: none !important;
}

.gsc-icon-box-color .content-inner .box-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.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: #3EAAFD;
  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: #3EAAFD;
  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: #dee2e6;
  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: #dee2e6;
  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.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;
}

.milestone-block.position-icon-top {
  text-align: center;
  display: block;
  width: 100%;
  padding: 30px;
  background: #fff;
}

.milestone-block.position-icon-top .milestone-icon {
  color: #3EAAFD;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  width: 70px;
  height: 70px;
  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: 5px;
  display: inline-block;
}

.milestone-block.position-icon-top .milestone-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: 50px;
  color: #fff;
  background: #3EAAFD;
  font-size: 18px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.milestone-block.position-icon-top .milestone-icon span {
  color: #3EAAFD;
  font-size: 38px;
  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: 24px;
}

.milestone-block.position-icon-top .milestone-text {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #242424;
}

.milestone-block.position-icon-top-2 {
  background: #fff;
}

.milestone-block.position-icon-top-2:before, .milestone-block.position-icon-top-2:after {
  content: " ";
  display: table;
}

.milestone-block.position-icon-top-2:after {
  clear: both;
}

.milestone-block.position-icon-top-2 .block-top {
  border-bottom: 1px solid #dee2e6;
  float: left;
  width: 100%;
  padding: 0 0 5px;
  text-align: center;
}

.milestone-block.position-icon-top-2 .block-top .milestone-icon {
  color: #3EAAFD;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  width: 70px;
  height: 70px;
  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: 5px;
  display: inline-block;
  float: left;
}

.milestone-block.position-icon-top-2 .block-top .milestone-icon .icon {
  display: block;
  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: 50px;
  color: #fff;
  background: #3EAAFD;
  font-size: 18px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.milestone-block.position-icon-top-2 .block-top .milestone-icon span {
  color: #3EAAFD;
  font-size: 38px;
  line-height: 1;
}

.milestone-block.position-icon-top-2 .block-top .milestone-number {
  margin-left: 85px;
  color: #000;
  text-align: left;
  font-size: 38px;
  line-height: 1;
  padding-top: 20px;
}

.milestone-block.position-icon-top-2 .milestone-text {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  float: left;
  width: 100%;
}

.milestone-block.position-icon-top-2.special-top {
  margin-top: -80px;
}

@media (max-width: 991.98px) {
  .milestone-block.position-icon-top-2.special-top {
    margin-top: 30px;
  }
}

.milestone-block.position-icon-left {
  background: #fff;
  margin-bottom: 30px;
}

.milestone-block.position-icon-left:before, .milestone-block.position-icon-left:after {
  content: " ";
  display: table;
}

.milestone-block.position-icon-left:after {
  clear: both;
}

.milestone-block.position-icon-left .milestone-icon {
  color: #3EAAFD;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  width: 70px;
  height: 70px;
  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: 5px;
  display: inline-block;
  float: left;
}

.milestone-block.position-icon-left .milestone-icon .icon {
  display: block;
  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: 50px;
  color: #fff;
  background: #3EAAFD;
  font-size: 18px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.milestone-block.position-icon-left .milestone-icon span {
  color: #3EAAFD;
  font-size: 38px;
  line-height: 1;
}

.milestone-block.position-icon-left .milestone-right {
  padding-left: 85px;
  text-align: left;
  padding-top: 10px;
}

.milestone-block.position-icon-left .milestone-right .milestone-number {
  color: #000;
  text-align: left;
  font-size: 28px;
  line-height: 1;
  padding-top: 20px;
}

.milestone-block.position-icon-left .milestone-right .milestone-text {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
}

.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-number, .milestone-block.text-light .milestone-text {
  color: #fff !important;
}

.milestone-block.text-light .milestone-icon span {
  border-color: #fff;
  color: #fff;
}

.gsc-content-images-parallax {
  float: left;
  width: 100%;
}

.gsc-content-images-parallax:before, .gsc-content-images-parallax:after {
  content: " ";
  display: table;
}

.gsc-content-images-parallax:after {
  clear: both;
}

.gsc-content-images-parallax .images {
  width: 40%;
  position: relative;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax .images {
    width: 100%;
    float: left;
  }
}

.gsc-content-images-parallax .images img {
  border: 2px solid #fff;
}

.gsc-content-images-parallax .images .image-1 {
  -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.2);
}

.gsc-content-images-parallax .images .image-2 {
  max-width: 50%;
  -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.15);
}

.gsc-content-images-parallax .content {
  width: 60%;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax .content {
    width: 100%;
    float: left;
  }
}

.gsc-content-images-parallax .action {
  margin-top: 20px;
}

.gsc-content-images-parallax.left .images {
  float: right;
}

.gsc-content-images-parallax.left .content {
  float: left;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax.left .content {
    padding-right: 0;
  }
}

.gsc-content-images-parallax.right .images {
  float: left;
}

.gsc-content-images-parallax.right .content {
  float: right;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax.right .content {
    padding-left: 0;
  }
}

.gsc-content-images-parallax.style-v1 {
  margin-bottom: 60px;
}

.gsc-content-images-parallax.style-v1 .images {
  position: relative;
  text-align: center;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax.style-v1 .images {
    max-width: 550px;
    float: none;
    margin: 0 auto;
  }
}

.gsc-content-images-parallax.style-v1 .content {
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 991.98px) {
  .gsc-content-images-parallax.style-v1 .content {
    padding-top: 20px;
  }
}

.gsc-content-images-parallax.style-v1 .content .content-inner {
  display: inline-block;
  max-width: 480px;
  text-align: left;
}

.gsc-content-images-parallax.style-v1 .content .description {
  font-size: 16px;
  margin-top: 5px;
}

.gsc-content-images-parallax.style-v1 .content .sub-title span {
  text-transform: uppercase;
  background: #FEBF01;
  font-size: 10px;
  padding: 2px 5px;
  letter-spacing: 1.5px;
  color: #fff;
}

.gsc-content-images-parallax.style-v1 .content .title {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  position: relative;
  line-height: 42px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax.style-v1 .content .title {
    font-size: 18px;
  }
}

.gsc-content-images-parallax.style-v1 .content .title span {
  position: relative;
  z-index: 9;
}

.gsc-content-images-parallax.style-v1.right .image-1 {
  position: relative;
  left: 30px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .gsc-content-images-parallax.style-v1.right .image-1 {
    left: 0;
  }
}

.gsc-content-images-parallax.style-v1.right .image-2 {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 9;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax.style-v1.right .image-2 {
    top: -30px !important;
  }
}

.gsc-content-images-parallax.style-v1.left .image-1 {
  position: relative;
  right: 30px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .gsc-content-images-parallax.style-v1.left .image-1 {
    right: 0;
  }
}

.gsc-content-images-parallax.style-v1.left .image-2 {
  position: absolute;
  bottom: 150px;
  right: 0;
  z-index: 9;
}

@media (max-width: 767.98px) {
  .gsc-content-images-parallax.style-v1.left .image-2 {
    top: -30px !important;
  }
}

.gsc-content-images-parallax.style-v2 {
  margin-bottom: 30px;
}

.gsc-content-images-parallax.style-v2 .images {
  position: relative;
  width: 52%;
}

.gsc-content-images-parallax.style-v2 .images img {
  border: none;
}

@media (max-width: 575.98px) {
  .gsc-content-images-parallax.style-v2 .images {
    width: 100%;
  }
}

.gsc-content-images-parallax.style-v2 .content {
  text-align: center;
  padding-top: 80px;
  width: 48%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 575.98px) {
  .gsc-content-images-parallax.style-v2 .content {
    width: 100%;
  }
}

.gsc-content-images-parallax.style-v2 .content .content-inner {
  display: inline-block;
  max-width: 480px;
  text-align: left;
}

.gsc-content-images-parallax.style-v2 .content .description {
  font-size: 16px;
  margin-top: 10px;
}

.gsc-content-images-parallax.style-v2 .content .sub-title span {
  text-transform: uppercase;
  background: #3EAAFD;
  font-size: 10px;
  padding: 2px 5px;
  letter-spacing: 1.5px;
  color: #000;
}

.gsc-content-images-parallax.style-v2 .content .title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: #242424;
  line-height: 1.3;
  margin-bottom: 25px;
}

.gsc-content-images-parallax.style-v2 .content .title span {
  position: relative;
  z-index: 9;
}

.gsc-content-images-parallax.style-v2 .action a {
  font-size: 12px;
}

.gsc-content-images-parallax.style-v2 .action a i {
  position: relative;
  top: 1px;
}

.gsc-content-images-parallax.style-v2.right {
  padding-bottom: 60px;
}

@media (max-width: 575.98px) {
  .gsc-content-images-parallax.style-v2.right {
    padding-bottom: 0;
  }
}

.gsc-content-images-parallax.style-v2.right .image-1 {
  position: relative;
  left: 0;
  top: 85px;
  z-index: 1;
  width: 50%;
}

.gsc-content-images-parallax.style-v2.right .image-2 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  width: 50%;
}

.gsc-content-images-parallax.style-v2.left {
  padding-top: 60px;
}

@media (max-width: 575.98px) {
  .gsc-content-images-parallax.style-v2.left {
    padding-top: 0;
  }
}

.gsc-content-images-parallax.style-v2.left .image-1 {
  position: relative;
  left: 0;
  z-index: 1;
  width: 50%;
}

.gsc-content-images-parallax.style-v2.left .image-2 {
  position: absolute;
  top: 85px;
  left: 50%;
  width: 50%;
  z-index: 9;
}

.gsc-video-box {
  position: relative;
  margin: 0 auto;
}

.gsc-video-box.style-1 {
  margin-bottom: 30px;
}

.gsc-video-box.style-1:hover .image .popup-video .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.gsc-video-box.style-1 .image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.gsc-video-box.style-1 .image .popup-video .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 12;
  background: #3EAAFD;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.gsc-video-box.style-1 .video-content {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 50px;
}

.gsc-video-box.style-1 .video-content .video-content-background {
  width: 100%;
  height: 100%;
  background: #3EAAFD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.gsc-video-box.style-1 .video-content .left {
  padding: 5px 66px 0 0;
  text-align: right;
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  position: relative;
  z-index: 9;
}

.gsc-video-box.style-1 .video-content .left .video-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gsc-video-box.style-1 .video-content .left .video-desc {
  font-size: 11px;
  padding-right: 30px;
}

.gsc-video-box.style-1 .video-content .right {
  width: 65px;
  height: 100%;
  background: #3EAAFD;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9;
}

.gsc-video-box.style-1 .video-content .right a {
  display: block;
  text-align: center;
  line-height: 58px;
}

.gsc-video-box.style-1 .video-content .right a i {
  font-size: 22px;
  color: #fff;
}

.gsc-video-box.style-1 .video-inner {
  -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);
  position: relative;
}

.gsc-video-box.style-2 {
  margin-bottom: 30px;
}

.gsc-video-box.style-2 .image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
}

.gsc-video-box.style-2 .image .popup-video .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  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;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 19;
  background: #3EAAFD;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.gsc-video-box.style-2 .video-content .link-video {
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0 0 35px;
  position: relative;
  float: left;
}

.gsc-video-box.style-2 .video-content .link-video:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
  top: 15px;
  left: -35px;
}

.gsc-video-box.style-2 .video-content .link-video strong {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.gsc-video-box.style-2 .video-content .button-review {
  float: right;
  margin-top: 10px;
}

.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: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}

.gsc-video-box.style-2 .video-content .button-review a:hover {
  color: #fff;
  background: #3EAAFD;
  border-color: #3EAAFD;
}

.gsc-video-box.style-2 .video-inner {
  -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);
  position: relative;
}

.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: #3EAAFD;
}

.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 .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  margin-bottom: 35px;
}

.gsc-tabs-content .nav-tabs &gt; li {
  float: none;
  display: inline-block;
}

.gsc-tabs-content .nav-tabs &gt; li &gt; a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  top: -2px;
}

.gsc-tabs-content .nav-tabs &gt; li &gt; a.active {
  background: #f5f5f5;
}

.gsc-tabs-content .tab-content .tab-pane .images {
  float: left;
  width: 50%;
  padding-right: 15px;
}

@media (max-width: 600px) {
  .gsc-tabs-content .tab-content .tab-pane .images {
    width: 100%;
    padding-right: 0;
  }
}

.gsc-tabs-content .tab-content .tab-pane .images .content-inner {
  width: 100%;
  text-align: center;
}

.gsc-tabs-content .tab-content .tab-pane .images .content-inner span {
  position: relative;
  display: inline-block;
}

.gsc-tabs-content .tab-content .tab-pane .images .content-inner span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 20px #eaecf1, 0 0 0 1px #eaecf1;
  box-shadow: inset 0 0 0 20px #eaecf1, 0 0 0 1px #eaecf1;
}

.gsc-tabs-content .tab-content .tab-pane .images .content-inner span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  -webkit-box-shadow: 0 0 15px rgba(46, 47, 57, 0.19), inset 0 0 0 10px #fff;
  box-shadow: 0 0 15px rgba(46, 47, 57, 0.19), inset 0 0 0 10px #fff;
}

.gsc-tabs-content .tab-content .tab-pane .content-inner {
  float: left;
  width: 50%;
  padding-left: 15px;
}

@media (max-width: 600px) {
  .gsc-tabs-content .tab-content .tab-pane .content-inner {
    width: 100%;
    padding-right: 0;
  }
}

.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: 16px;
  text-transform: capitalize;
  padding: 0 0 15px;
  position: relative;
  font-weight: 500;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.gsc-team .team-position {
  text-transform: capitalize;
  color: #3EAAFD;
  font-weight: 400;
  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: #3EAAFD !important;
}

.gsc-team.team-horizontal .team-name {
  font-size: 14px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  padding: 0 0 12px;
  position: relative;
  font-weight: 800;
}

.gsc-team.team-horizontal .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #3EAAFD;
  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: #3EAAFD !important;
}

.gsc-team.team-vertical .team-name {
  padding: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.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: #3EAAFD;
}

.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: #3EAAFD !important;
}

.gsc-team.team-circle .team-name {
  padding: 0;
  color: #242424;
  font-family: "Poppins", sans-serif;
}

.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);
}

.service-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.service-timeline .hentry {
  position: relative;
}

.service-timeline .hentry .icon {
  font-size: 30px;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background: #3EAAFD;
  color: #fff;
}

.service-timeline .hentry .hentry-box {
  -webkit-box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  max-width: 400px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.service-timeline .hentry .hentry-box .icon-overlay {
  color: #222;
  position: absolute;
  bottom: -15px;
  right: -15px;
  font-size: 60px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  line-height: 1;
}

@media (max-width: 991.98px) {
  .service-timeline .hentry {
    padding-left: 70px !important;
  }

  .service-timeline .hentry .icon {
    left: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .service-timeline .hentry .content-inner {
    padding-left: 15px !important;
  }
}

.service-timeline:before {
  background: #dee2e6;
  content: "";
  left: 50%;
  top: 10px;
  bottom: 0;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  margin-top: -10px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .service-timeline:before {
    left: 35px;
  }
}

.service-timeline &gt; li {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 60px;
}

.service-timeline &gt; li.active .icon {
  background: #3EAAFD !important;
  color: #fff !important;
}

.service-timeline &gt; li:last-child {
  padding-bottom: 110px;
}

.service-timeline &gt; li .hentry {
  width: 50%;
}

@media (max-width: 991.98px) {
  .service-timeline &gt; li .hentry {
    padding-left: 40px;
    width: 100%;
    float: left;
    clear: left;
  }
}

.service-timeline &gt; li:nth-child(even) .hentry {
  float: left;
  clear: left;
  padding-right: 50px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .service-timeline &gt; li:nth-child(even) .hentry {
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
  }
}

.service-timeline &gt; li:nth-child(even) .hentry .icon {
  right: -35px;
}

@media (max-width: 991.98px) {
  .service-timeline &gt; li:nth-child(even) .hentry .icon {
    left: -35px;
    right: auto;
  }
}

.service-timeline &gt; li:nth-child(even) .hentry .hentry-box {
  float: right;
}

@media (max-width: 991.98px) {
  .service-timeline &gt; li:nth-child(even) .hentry .hentry-box {
    float: left;
  }
}

.service-timeline &gt; li:nth-child(even) .hentry .hentry-box .content-inner {
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .service-timeline &gt; li:nth-child(even) .hentry .hentry-box .content-inner {
    padding-left: 10px;
    padding-right: 0;
  }
}

.service-timeline &gt; li:nth-child(even) .hentry .hentry-box .icon-overlay {
  right: auto;
  left: -15px;
}

.service-timeline &gt; li:nth-child(odd) .hentry {
  float: right;
  clear: right;
  padding-left: 50px;
  text-align: left;
}

.service-timeline &gt; li:nth-child(odd) .hentry .icon {
  left: -35px;
}

.service-timeline &gt; li:nth-child(odd) .hentry .hentry-box .content-inner {
  padding-left: 10px;
}

.service-timeline &gt; li .hentry {
  position: relative;
}

.service-timeline &gt; li .hentry .icon {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #dee2e6;
  text-align: center;
  line-height: 65px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 9;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.service-timeline &gt; li .hentry .title {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.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: 32px;
  line-height: 44px;
  margin-bottom: 15px;
  color: #242424;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991.98px) {
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner {
  font-size: 16px;
  line-height: 32px;
}

.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: #3EAAFD;
  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: 30px;
  border: 1px solid #dee2e6;
  background: #fff;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}

.gva-job-box .logo-inner {
  width: 60px;
  text-align: center;
  display: table-cell;
}

.gva-job-box .content-inner {
  display: table-cell;
  padding-left: 20px;
}

.gva-job-box .content-inner .job-type {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  color: #3EAAFD;
}

.gva-job-box .content-inner .box-title {
  margin-bottom: 10px;
}

.gva-job-box .content-inner .box-title .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

.gva-job-box .content-inner .information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gva-job-box .content-inner .information ul li {
  position: relative;
  font-size: 14px;
}

.gva-job-box .content-inner .information ul li i {
  color: #FEBF01;
  width: 20px;
  text-align: left;
  font-size: 14px;
}

.gsc-our-gallery {
  margin-bottom: 30px;
}

.gsc-our-gallery .item .box-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 35px 30px;
  background: #3EAAFD;
  z-index: 9;
  max-width: 55%;
}

.gsc-our-gallery .item .box-content .title {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 575.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: #FEBF01;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.gsc-our-gallery .item .box-content .desc {
  color: #fff;
}

@media (max-width: 575.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-carousel-content .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none !important;
}

.gsc-carousel-content .owl-nav &gt; div {
  width: 38px;
  height: 38px;
  background: #191A1B !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff !important;
  line-height: 38px !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: static !important;
  margin: 0 5px !important;
  float: left;
}

.gsc-carousel-content .owl-nav &gt; div:hover, .gsc-carousel-content .owl-nav &gt; div:focus, .gsc-carousel-content .owl-nav &gt; div:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gsc-carousel-content .item .item-content .bg-full {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (max-width: 767.98px) {
  .gsc-carousel-content .item .item-content .bg-full {
    width: 100%;
    min-height: 300px;
    position: relative;
  }
}

.gsc-carousel-content .item .item-content .content-box {
  float: right;
  width: 50%;
  background: #3EAAFD;
  min-height: 600px;
}

@media (max-width: 767.98px) {
  .gsc-carousel-content .item .item-content .content-box {
    width: 100%;
    min-height: auto;
  }
}

.gsc-carousel-content .item .item-content .content-box .content-inner {
  max-width: 700px;
  padding: 60px;
}

@media (max-width: 991.98px) {
  .gsc-carousel-content .item .item-content .content-box .content-inner {
    padding: 45px 30px;
  }
}

.gsc-carousel-content .active .item-content .bg-full {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}

.gsc-carousel-content.style-1 .content-box .content-inner .title {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .gsc-carousel-content.style-1 .content-box .content-inner .title {
    font-size: 24px;
    line-height: 30px;
  }
}

.gsc-carousel-content.style-1 .content-box .content-inner .title a {
  color: #fff;
}

.gsc-carousel-content.style-1 .content-box .content-inner .desc {
  font-size: 17px;
  color: #fff;
}

.gsc-carousel-content.style-1 .content-box .content-inner .action a {
  background: #191A1B;
  font-size: 18px;
  padding: 0 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.gsc-carousel-content.style-1 .content-box .content-inner .action a:hover {
  color: #191A1B;
  background: #fff;
}

.gsc-carousel-content.style-2 .content-box .content-inner .title {
  font-size: 30px;
  color: #1d1e20;
  font-weight: 400;
  line-height: 45px;
}

.gsc-carousel-content.style-2 .content-box .content-inner .title a {
  color: #1d1e20;
}

.gsc-carousel-content.style-2 .content-box .content-inner .desc {
  font-size: 15px;
  color: #232526;
  font-weight: 400;
  line-height: 30px;
  margin: 30px 0;
}

.gsc-carousel-content.style-3 .owl-nav {
  bottom: 20px !important;
  left: 20px !important;
  margin-left: 0 !important;
}

.gsc-carousel-content.style-3 .image {
  max-width: 78%;
}

@media (max-width: 767.98px) {
  .gsc-carousel-content.style-3 .image {
    width: 100%;
    max-width: 100%;
  }
}

.gsc-carousel-content.style-3 .content-box {
  padding: 40px;
  min-height: auto !important;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .gsc-carousel-content.style-3 .content-box {
    padding: 30px;
    max-width: 100%;
    width: 100% !important;
    position: static;
  }
}

.gsc-carousel-content.style-3 .content-box .content-inner {
  padding: 0 !important;
  color: #fff;
  font-size: 17px;
}

.gsc-carousel-content.style-3 .content-box .content-inner .title {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 16px;
}

.gsc-carousel-content.style-3 .content-box .content-inner .title a {
  color: #fff;
}

.gsc-carousel-content.style-3 .content-box .content-inner .title a:hover, .gsc-carousel-content.style-3 .content-box .content-inner .title a:active, .gsc-carousel-content.style-3 .content-box .content-inner .title a:focus {
  text-decoration: underline;
}

.gsc-carousel-content.style-3 .content-box .content-inner .action a {
  background: #000;
  border: 1px solid #000;
}

.gsc-box-hover.style-1 {
  padding: 20px;
  border: 1px solid #dee2e6;
  position: relative;
}

.gsc-box-hover.style-1 .icon {
  color: #3EAAFD;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gsc-box-hover.style-1 .content-inner .box-title {
  padding-left: 65px;
  padding-bottom: 10px;
}

.gsc-box-hover.style-1 .content-inner .box-title .title {
  margin-top: 0;
  font-size: 16px;
}

.gsc-box-hover.style-1:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.gsc-box-hover.style-1:hover .icon {
  color: #FEBF01;
}

.gsc-text-rotate .rotate-text {
  max-width: 900px;
}

.gsc-text-rotate .rotate-text .primary-text {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.gsc-text-rotate .rotate-text .primary-text strong {
  font-weight: 500;
}

.gsc-text-rotate .rotate-text .second-text {
  font-size: 16px;
}

.gsc-text-rotate .rotate-text .link {
  margin-top: 30px;
}

.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 30px;
  display: block;
  width: 100%;
}

.gsc-heading:before, .gsc-heading:after {
  content: " ";
  display: table;
}

.gsc-heading:after {
  clear: both;
}

@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 {
  margin: 0;
  position: relative;
  /* text-transform: capitalize; */
}

.gsc-heading .title-icon {
  color: #3EAAFD;
  margin: 2px 0 0;
}

.gsc-heading .title-icon i {
  font-size: 20px;
}

.gsc-heading .sub-title {
  color: #3EAAFD;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.gsc-heading .title-desc {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 0;
  line-height: 28px;
}

.gsc-heading .title-desc p {
  margin-bottom: 0;
}

.gsc-heading.align-center {
  text-align: center;
}

.gsc-heading.align-left {
  text-align: left;
}

.gsc-heading.align-left .title-desc {
  float: left;
}

.gsc-heading.align-left .title-icon {
  padding-left: 50px;
}

.gsc-heading.align-right {
  text-align: right;
}

.gsc-heading.align-right .title-desc {
  float: right;
}

.gsc-heading.align-right .title-icon {
  padding-right: 50px;
}

.gsc-heading.style-1 .title {
  font-size: 30px;
  position: relative;
  font-weight: 600;
  max-width: 680px;
}

.gsc-heading.style-1 .title-desc {
  padding-top: 6px;
}

.gsc-heading.style-1.align-center .title {
  margin: 0 auto;
}

.gsc-heading.style-2 {
  padding: 0 0 30px;
}

.gsc-heading.style-2 .title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 38px;
  font-weight: 600;
}

.gsc-heading.style-2 .title-desc {
  margin-top: 5px;
}

.gsc-heading.style-3 .title {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 38px;
  font-weight: 600;
  color: #FEBF01 !important;
}

.gsc-heading.text-light .title-sub {
  color: #fff;
}

.gsc-heading.text-light .title {
  color: #fff;
}

.gsc-heading.text-light .title-sub span {
  color: rgba(255, 255, 255, 0.9);
}

.gsc-heading.text-light .title-icon {
  color: #fff;
}

.gsc-heading.text-light .title-icon span:after, .gsc-heading.text-light .title-icon span:before {
  background: rgba(255, 255, 255, 0.6);
}

.gsc-heading.text-light .title-desc {
  color: #f5f5f5;
}

.gsc-chart {
  text-align: center;
}

.gsc-chart .content {
  text-align: center;
}

.gsc-chart .content &gt; div {
  display: block;
}

.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}

.gsc-chart .content .title {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  color: #242424;
  font-size: 16px;
}

.gsc-map {
  position: relative;
}

.gsc-map .content-inner {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  max-width: 400px;
  padding: 30px;
  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: #3EAAFD;
}

.gsc-map .social-inline {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0;
}

.gsc-map .social-inline &gt; 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: 30px;
  z-index: 1;
  font-size: 20px;
  color: #3EAAFD;
}

.gsc-quote-text .content {
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}

.gsc-quote-text.has-border {
  border: 2px solid #dee2e6;
}

.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: #3EAAFD;
  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: 500;
  -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: uppercase;
  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 &gt; li a {
  display: block;
  font-family: "Poppins", sans-serif;
}

.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 &gt; li {
  display: block;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  padding-top: 20px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs &gt; li a {
  width: 100%;
  display: block;
  font-family: "Poppins", sans-serif;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs &gt; 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: 500;
  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: 18px;
  color: #000;
  font-weight: 500;
}

.gsc-our-partners .content-inner .info {
  font-size: 12px;
  padding: 5px 0 12px;
}

.gsc-our-partners .content-inner .info .category {
  color: #3EAAFD;
}

.gsc-image-content.skin-v1 {
  text-align: center;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.gsc-image-content.skin-v1 .title {
  font-size: 20px;
}

.gsc-image-content.skin-v1 .box-content {
  padding: 10px 15px 0;
}

.gsc-image-content.skin-v1 .box-content .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: 20px;
  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;
  font-size: 16px;
}

.gsc-image-content.skin-v2 .box-content .desc {
  margin-top: 5px;
}

.gsc-image-content.skin-v2:hover .box-content {
  background: #3EAAFD;
  color: #fff;
}

.gsc-image-content.skin-v2:hover .box-content a {
  color: #fff;
}

.gsc-image-content.skin-v2:hover .box-content a:after {
  color: #fff;
}

.gsc-image-content.skin-v2:hover .box-content a:hover {
  color: #FEBF01 !important;
}

.gsc-image-content.skin-v2:hover .box-content a:hover:after {
  color: #FEBF01;
}

.gsc-image-content.skin-v2:hover .box-content .title {
  color: #fff;
}

.gsc-image-content.skin-v2:hover .box-content .title a {
  color: #fff;
}

.gsc-image-content.skin-v3 {
  max-width: 550px;
  margin: 0 auto 20px;
}

.gsc-image-content.skin-v3 .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.gsc-image-content.skin-v3 .image:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 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 .image .title {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  z-index: 9;
  margin-top: -25px;
  color: #fff;
}

.gsc-image-content.skin-v3 .image .title a {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.gsc-image-content.skin-v3 .image:hover:after {
  background: #3EAAFD;
}

.gsc-image-content.skin-v3 .read-more {
  margin-top: 10px;
}

.gsc-box-download {
  background: #3EAAFD;
  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: 500;
  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: 575.98px) {
  .gsc-box-download.horizontal .info {
    width: 100%;
    margin-bottom: 15px;
  }
}

.gsc-box-download.horizontal .box-files {
  width: 30%;
  float: left;
}

@media (max-width: 575.98px) {
  .gsc-box-download.horizontal .box-files {
    width: 100%;
  }
}

.gsc-socials.style-1 {
  text-align: right;
}

.gsc-socials.style-1:before, .gsc-socials.style-1:after {
  content: " ";
  display: table;
}

.gsc-socials.style-1:after {
  clear: both;
}

.gsc-socials.style-1 a {
  width: auto;
  color: #191b1c;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0;
  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-socials.style-1 a:hover, .gsc-socials.style-1 a:active, .gsc-socials.style-1 a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gsc-socials.style-2 {
  margin-bottom: 30px;
}

.gsc-socials.style-2 a {
  color: #757575;
  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.style-2 a:last-child {
  margin-right: 0;
}

.gsc-socials.style-2 a:hover, .gsc-socials.style-2 a:focus, .gsc-socials.style-2 a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gsc-socials.style-2 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: 12px;
}

.gsc-socials.style-2 a i.fa-facebook-square, .gsc-socials.style-2 a i.fa-facebook {
  background: #3b5998;
}

.gsc-socials.style-2 a i.fa-twitter, .gsc-socials.style-2 a i.fa-twitter-square {
  background: #4099ff;
}

.gsc-socials.style-2 a i.fa-skype {
  background: #12a5f4;
}

.gsc-socials.style-2 a i.fa-dribbble {
  background: #ea4c89;
}

.gsc-socials.style-2 a i.fa-linkedin-square, .gsc-socials.style-2 a i.fa-linkedin {
  background: #0e76a8;
}

.gsc-socials.style-2 a i.fa-apple {
  background: #f2f2f2;
}

.gsc-socials.style-2 a i[class*="fa-pinterest"] {
  background: #c92228;
}

.gsc-socials.style-2 a i.fa-google-plus-square, .gsc-socials.style-2 a i.fa-google-plus {
  background: #d34836;
}

.gsc-socials.style-2 a i.fa-youtube-square, .gsc-socials.style-2 a i.fa-youtube {
  background: #c4302b;
}

.gsc-socials.style-2 a i.fa-vimeo-square, .gsc-socials.style-2 a i.fa-vimeo {
  background: #4ebbff;
}

.gsc-socials.style-2 a i.fa-tumblr-square, .gsc-socials.style-2 a i.fa-tumblr {
  background: #35465c;
}

.gsc-socials.style-2 a i.fa-xing-square, .gsc-socials.style-2 a i.fa-xing {
  background: #126567;
}

.gsc-socials.style-2 a i.fa-instagram {
  background: #e8e2d9;
}

.gsc-socials.style-2 a i.fa-behance {
  background: #0075FF;
}

.gsc-instagram .title {
  color: #242527;
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}

.gsc-instagram .title a {
  color: #3EAAFD;
  border-bottom: 1px solid #3EAAFD;
}

.gsc-instagram .title a:hover, .gsc-instagram .title a:focus, .gsc-instagram .title a:active {
  color: #000;
}

.gsc-instagram.style-2 .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gsc-instagram.style-2 .owl-carousel .owl-item &gt; .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pretty * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:after, .pretty .state label:before {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bdc3c7;
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #bdc3c7;
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}

.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
  border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: '';
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: .1em;
  background: #bdc3c7 !important;
  top: calc(50% - .1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  -webkit-box-shadow: 0 0 3px 0 #bdc3c7;
  box-shadow: 0 0 3px 0 #bdc3c7;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pretty.p-round .state label:after, .pretty.p-round .state label:before {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
  border-radius: 20%;
}

.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: '';
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: .5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #3EAAFD !important;
}

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #3EAAFD;
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
  color: #3EAAFD;
  stroke: #3EAAFD;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #3EAAFD !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #3EAAFD;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #3EAAFD !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

#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 #3EAAFD;
  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;
}

@media (max-width: 991.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;
    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: #3EAAFD;
  }

  .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 &gt; li {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    padding-top: 2px !important;
    border-bottom: 1px solid #dee2e6;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li:last-child {
    border-bottom: none;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li:before {
    content: none;
    display: none;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li &gt; a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 12px;
    padding: 0 !important;
    font-weight: 500;
    color: #000 !important;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li &gt; a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li &gt; a:before {
    content: none;
    display: none;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li &gt; a:hover {
    color: #3EAAFD !important;
    background: none !important;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li.menu-parent:hover .sub-menu {
    display: none;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li ul.menu.sub-menu {
    padding-left: 20px !important;
    margin-bottom: 10px;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li ul.menu.sub-menu .icaret {
    display: none;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li ul.menu.sub-menu li a {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #999999 !important;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li ul.menu.sub-menu li a:hover {
    color: #3EAAFD !important;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li ul.menu.sub-menu ul.sub-menu {
    display: block !important;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li.megamenu .sub-menu &gt; li {
    width: 100% !important;
    float: none !important;
    display: block;
    padding: 0;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li.megamenu .sub-menu &gt; li &gt; a {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 14px;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu &gt; li.megamenu .sub-menu &gt; li.block-image {
    display: none;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
    position: relative;
    display: block;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
    color: #3EAAFD;
  }

  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: -10px;
    font-size: 13px;
  }

  .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);
}

@media (max-width: 510px) {
  .col-xs-6 {
    width: 100% !important;
  }
}

body.logged-in.toolbar-fixed .listings-map-1 .main-map-wrapper, body.logged-in.toolbar-fixed .mode-filter-fixed .views-exposed-form {
  margin-top: 39px;
}

body.logged-in.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .listings-map-1 .main-map-wrapper, body.logged-in.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .mode-filter-fixed .views-exposed-form {
  margin-top: 79px;
}

#listing-main-map {
  width: 100%;
  height: 100%;
}

#listing-main-map .gva-icon-map .icon-map {
  width: 54px;
  height: 54px;
  background-size: 100%;
  display: inline-block;
  position: relative;
}

#listing-main-map .gva-icon-map .icon-map .icon-cat {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 4px;
  left: 10px;
  z-index: 9;
  background: #fff;
  color: #3EAAFD;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

#listing-main-map .gva-icon-map .pin-st1, #listing-main-map .gva-icon-map .pin-st0 {
  fill: #3EAAFD;
}

#listing-main-map .marker-cluster-small {
  background-color: rgba(250, 63, 53, 0.6);
}

#listing-main-map .marker-cluster-small div {
  background: #fa3f35;
  font-weight: 700;
  color: #fff;
}

#listing-main-map .leaflet-popup-content-wrapper {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  max-width: 250px;
  min-width: 190px;
}

@media (max-width: 767.98px) {
  #listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content {
    min-width: 90px;
  }
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup {
  max-width: 220px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .image {
  display: block;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner {
  display: block;
  padding: 15px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .address {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .address .icon {
  font-size: 16px;
  color: #3EAAFD;
  width: 20px;
  position: relative;
  top: 2px;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .phone {
  margin-top: 6px;
  display: block;
}

#listing-main-map .leaflet-popup-content-wrapper .leaflet-popup-content .gva-map-content-popup .content-inner .phone .icon {
  font-size: 16px;
  color: #3EAAFD;
  width: 20px;
  position: relative;
  top: 2px;
}

.gva-listings-map-page {
  position: relative;
}

.gva-listings-map-page .map-action {
  margin: 0 0 10px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gva-listings-map-page .map-action .control-search, .gva-listings-map-page .map-action .control-search-link {
  float: left;
}

.gva-listings-map-page .map-action .control-map {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gva-listings-map-page .map-action .control-map .control-hover-show-map {
  float: left;
  top: 3px;
}

.gva-listings-map-page .map-action .control-map .control-hover-show-map.pretty.p-switch .state label {
  font-weight: 500 !important;
}

.gva-listings-map-page .map-action .control-map .control-hover-show-map:hover.pretty.p-switch .state label {
  color: #3EAAFD;
}

.gva-listings-map-page .map-action .control-map .control-reset-map {
  float: left;
  position: relative;
  top: -3px;
}

.gva-listings-map-page .map-action .control-map .control-reset-map .gva-reset-map i {
  font-size: 18px;
  margin-right: 3px;
}

.gva-listings-map-page .map-action .control-map .control-current-map {
  float: left;
  position: relative;
  margin-left: 5px;
}

.gva-listings-map-page .map-action .control-map .control-current-map .gva-current-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon-position.svg") no-repeat center center transparent;
  position: relative;
  margin-top: -5px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-map-page .map-action .control-map .control-current-map .gva-current-map:hover {
  border-color: #3EAAFD;
}

.gva-listings-map-page .map-action-mobile {
  margin: 0;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: none;
  padding: 10px 10px 2px;
  background: #f5f5f5;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (max-width: 991.98px) {
  .gva-listings-map-page .map-action-mobile {
    display: block;
  }
}

.gva-listings-map-page .map-action-mobile.map-open {
  margin-left: 60px;
}

.gva-listings-map-page .map-action-mobile.map-open .control-current-map {
  opacity: 1 !important;
}

.gva-listings-map-page .map-action-mobile .control-search, .gva-listings-map-page .map-action-mobile .control-search-link {
  float: left;
}

.gva-listings-map-page .map-action-mobile .control-map {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gva-listings-map-page .map-action-mobile .control-map .control-reset-map {
  float: left;
  position: relative;
  margin-right: 10px;
}

.gva-listings-map-page .map-action-mobile .control-map .control-reset-map .gva-reset-map i {
  font-size: 18px;
  margin-right: 3px;
}

.gva-listings-map-page .map-action-mobile .control-map .control-current-map {
  float: left;
  position: relative;
  margin-right: 5px;
  opacity: 0;
}

.gva-listings-map-page .map-action-mobile .control-map .control-current-map .gva-current-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon-position.svg") no-repeat center center transparent;
  position: relative;
  top: 0 !important;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-map-page .map-action-mobile .control-map .control-current-map .gva-current-map:hover {
  border-color: #3EAAFD;
}

.gva-listings-map-page .map-action-mobile .control-map .control-open-map-listtings {
  float: left;
}

.gva-listings-map-page ul.pager {
  float: left;
  margin-bottom: 30px;
}

.gva-listings-map-page .views-exposed-form .form-checkboxes {
  margin-left: -5px;
  margin-right: -5px;
}

.gva-listings-map-page .views-exposed-form .form-checkboxes &gt; .form-item {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 18px;
}

@media (max-width: 560px) {
  .gva-listings-map-page .views-exposed-form .form-checkboxes &gt; .form-item {
    width: 100%;
  }
}

.gva-listings-map-page .views-exposed-form .form-checkboxes &gt; .form-item:nth-child(2n+1) {
  clear: both;
}

.gva-listings-map-page ul.pager {
  margin: 0 0 45px;
  margin-left: 30px;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form {
  width: 450px;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  margin-bottom: 0;
  z-index: 99;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  border-top: 1px solid #dee2e6;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form .views-exposed-form-content-inner {
  padding: 10px 30px 30px;
  width: 100%;
}

.gva-listings-map-page .mode-filter-fixed .views-exposed-form .views-exposed-form-content-inner .close-exposed-form {
  display: block !important;
  visibility: visible !important;
  width: 30px;
  height: 30px;
  background: #3EAAFD;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 15px;
}

.gva-listings-full-page .view-content-wrapper {
  padding-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.gva-listings-full-page .view-content-wrapper .view-content-1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-1 {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-1 {
    width: 100%;
  }
}

.gva-listings-full-page .view-content-wrapper .view-content-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.6667%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-2 {
    width: 60%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page .view-content-wrapper .view-content-2 {
    width: 100%;
  }
}

.gva-listings-full-page .views-exposed-form .form-checkboxes {
  margin-left: -5px;
  margin-right: -5px;
}

.gva-listings-full-page .views-exposed-form .form-checkboxes &gt; .form-item {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 18px;
}

@media (max-width: 560px) {
  .gva-listings-full-page .views-exposed-form .form-checkboxes &gt; .form-item {
    width: 100%;
  }
}

.gva-listings-full-page .views-exposed-form .form-checkboxes &gt; .form-item:nth-child(2n+1) {
  clear: both;
}

.gva-listings-full-page-2 .content-main-full {
  position: relative !important;
  padding-top: 600px;
}

.gva-listings-full-page-2 .content-main-full .view-content-2, .gva-listings-full-page-2 .content-main-full .view-content-wrapper, .gva-listings-full-page-2 .content-main-full .gva-view, .gva-listings-full-page-2 .content-main-full .views-element-container {
  position: static !important;
}

.gva-listings-full-page-2 .main-map-wrapper {
  position: absolute;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100%;
}

.gva-listings-full-page-2 .map-action {
  margin: 0 0 10px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gva-listings-full-page-2 .map-action .control-map {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gva-listings-full-page-2 .map-action .control-map .control-hover-show-map {
  float: left;
  top: 3px;
}

.gva-listings-full-page-2 .map-action .control-map .control-hover-show-map.pretty.p-switch .state label {
  font-weight: 500 !important;
}

.gva-listings-full-page-2 .map-action .control-map .control-hover-show-map:hover.pretty.p-switch .state label {
  color: #3EAAFD;
}

.gva-listings-full-page-2 .map-action .control-map .control-reset-map {
  float: left;
  position: relative;
  top: -3px;
}

.gva-listings-full-page-2 .map-action .control-map .control-reset-map .gva-reset-map i {
  font-size: 18px;
  margin-right: 3px;
}

.gva-listings-full-page-2 .map-action .control-map .control-current-map {
  float: left;
  position: relative;
  margin-left: 5px;
}

.gva-listings-full-page-2 .map-action .control-map .control-current-map .gva-current-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url("../images/icon-position.svg") no-repeat center center transparent;
  position: relative;
  top: -5px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.gva-listings-full-page-2 .map-action .control-map .control-current-map .gva-current-map:hover {
  border-color: #3EAAFD;
}

.gva-listings-full-page-2 .view-content-wrapper {
  padding-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 45px;
}

.gva-listings-full-page-2 .view-content-wrapper .view-content-1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-1 {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-1 {
    width: 100%;
  }
}

.gva-listings-full-page-2 .view-content-wrapper .view-content-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.6667%;
  float: left;
}

@media (max-width: 1199.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-2 {
    width: 60%;
  }
}

@media (max-width: 991.98px) {
  .gva-listings-full-page-2 .view-content-wrapper .view-content-2 {
    width: 100%;
  }
}

.gva-listings-full-page-2 .views-exposed-form {
  margin-bottom: 35px;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes:before, .gva-listings-full-page-2 .views-exposed-form .form-checkboxes:after {
  content: " ";
  display: table;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes:after {
  clear: both;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes &gt; .form-item {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 18px;
  font-size: 13px;
}

.gva-listings-full-page-2 .views-exposed-form .form-checkboxes &gt; .form-item:nth-child(2n+1) {
  clear: both;
}

@media (max-width: 560px) {
  .gva-listings-full-page-2 .views-exposed-form .form-checkboxes &gt; .form-item {
    width: 100%;
  }
}

.listings-map-1 .main-listing-wrapper {
  width: 40%;
  position: relative;
  padding: 30px 20px 0;
}

@media (max-width: 1400px) {
  .listings-map-1 .main-listing-wrapper {
    width: 48%;
  }
}

@media (max-width: 1199.98px) {
  .listings-map-1 .main-listing-wrapper {
    width: 50%;
    padding: 30px 15px 0;
  }
}

@media (max-width: 991.98px) {
  .listings-map-1 .main-listing-wrapper {
    width: 100%;
    padding: 0 15px 0;
  }
}

.listings-map-1 .main-map-wrapper {
  width: 60%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1400px) {
  .listings-map-1 .main-map-wrapper {
    width: 52%;
  }
}

@media (max-width: 1199.98px) {
  .listings-map-1 .main-map-wrapper {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .listings-map-1 .main-map-wrapper {
    width: 100%;
    z-index: 9;
  }
}

@media (max-width: 767.98px) {
  .listings-map-1 .control-hover-show-map {
    display: none;
  }
}

.listings-map-2 .main-listing-wrapper {
  width: 50%;
  position: relative;
  padding: 30px 20px 0;
}

@media (max-width: 1600px) {
  .listings-map-2 .main-listing-wrapper {
    width: 55%;
  }
}

@media (max-width: 991.98px) {
  .listings-map-2 .main-listing-wrapper {
    width: 100%;
    padding: 0 15px 0;
  }
}

.listings-map-2 .main-map-wrapper {
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1600px) {
  .listings-map-2 .main-map-wrapper {
    width: 45%;
  }
}

@media (max-width: 991.98px) {
  .listings-map-2 .main-map-wrapper {
    width: 100%;
    z-index: 9;
  }
}

@media (max-width: 767.98px) {
  .listings-map-2 .control-hover-show-map {
    display: none;
  }
}

.listings-map-3 .taxonomy-term-content {
  width: 60%;
}

@media (max-width: 991.98px) {
  .listings-map-3 .taxonomy-term-content {
    width: 100%;
  }
}

.listings-map-3 .map-action-mobile {
  margin-bottom: 15px;
}

.listings-map-3 .main-listing-wrapper {
  width: 50%;
  position: relative;
  padding: 30px 20px 0;
}

@media (max-width: 991.98px) {
  .listings-map-3 .main-listing-wrapper {
    width: 100%;
  }
}

.listings-map-3 .main-map-wrapper {
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .listings-map-3 .main-map-wrapper {
    width: 100%;
  }
}

.map-layout-full .main-map-wrapper {
  position: relative;
  z-index: 9;
  top: 0 !important;
}

.map-layout-full .main-map-wrapper #listing-main-map {
  height: 750px;
}

@media (max-width: 991.98px) {
  .map-layout-full .main-map-wrapper #listing-main-map {
    height: 600px;
  }
}

@media (max-width: 767.98px) {
  .map-layout-full .main-map-wrapper #listing-main-map {
    height: 500px;
  }
}

@media (max-width: 575.98px) {
  .map-layout-full .main-map-wrapper #listing-main-map {
    height: 400px;
  }
}

.map-layout-full .main-listing-wrapper {
  position: relative;
  z-index: 11;
}

.map-layout-full .main-listing-wrapper .map-action {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 11;
  padding: 15px 15px 12px;
}

.map-layout-full .main-listing-wrapper .map-action .control-search, .map-layout-full .main-listing-wrapper .map-action .control-search-link {
  font-size: 14px;
  margin-right: 15px;
  line-height: 1;
}

.map-layout-full .main-listing-wrapper .map-action .control-map {
  line-height: 1;
}

.filter-map-popular {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .filter-map-popular {
    position: relative;
    bottom: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .filter-map-popular .most-search-block ul &gt; li {
    color: #242424;
  }

  .filter-map-popular .most-search-block ul &gt; li a {
    color: #242424;
    border-color: #dee2e6;
  }
}

.filter-map-popular &gt; .block form {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 5px;
}

.filter-map-popular &gt; .block form:before, .filter-map-popular &gt; .block form:after {
  content: " ";
  display: table;
}

.filter-map-popular &gt; .block form:after {
  clear: both;
}

.listing-block {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.listing-block:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: -1;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.listing-block .listing-image {
  position: relative;
}

.listing-block .listing-image .listing-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
}

.listing-block .listing-image .listing-preview .preview-gallery, .listing-block .listing-image .listing-preview .preview-video {
  color: #fff;
}

.listing-block .listing-image .listing-preview .preview-gallery a, .listing-block .listing-image .listing-preview .preview-video a {
  color: #fff;
}

.listing-block .listing-image .listing-preview .preview-gallery .icon, .listing-block .listing-image .listing-preview .preview-video .icon {
  color: #fff;
  font-size: 16px;
  margin-right: 6px;
}

.listing-block .listing-image .listing-preview .preview-gallery:hover, .listing-block .listing-image .listing-preview .preview-video:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.listing-block .listing-image .listing-preview .preview-gallery {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 9;
}

.listing-block .listing-image .listing-preview .preview-video {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 9;
}

.listing-block .show-in-map {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.listing-block .show-in-map a {
  display: inline-block;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #3EAAFD;
}

.listing-block .show-in-map a:hover {
  background: #0c94fc;
}

.listing-block .listing-content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
}

.listing-block .listing-content .listing-info {
  padding: 15px 18px;
}

.listing-block .listing-content .listing-info .title {
  font-size: 18px;
  margin: 5px 0 10px;
  font-weight: 500;
}

.listing-block .listing-content .listing-info .body {
  font-size: 13px;
}

.listing-block .listing-content .listing-info .address, .listing-block .listing-content .listing-info .phone {
  margin-top: 6px;
  font-size: 13px;
  color: #242424;
  line-height: 16px;
}

.listing-block .listing-content .listing-info .address .icon, .listing-block .listing-content .listing-info .phone .icon {
  font-size: 16px;
  margin-right: 6px;
  color: #3EAAFD;
  width: 16px;
  position: relative;
  top: 2px;
}

.listing-block .listing-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding: 10px 18px;
  font-size: 12px;
}

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

.listing-block .listing-footer:after {
  clear: both;
}

.listing-block .listing-footer .left {
  float: left;
  width: 50%;
}

.listing-block .listing-footer .right {
  float: right;
  width: 50%;
  text-align: right;
}

.listing-block .listing-footer .right .icon {
  font-size: 18px;
  color: #242424;
}

.listing-block:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(58, 87, 135, 0.15);
  box-shadow: 0 8px 12px 0 rgba(58, 87, 135, 0.15);
}

.listing-block.v2 .listing-content .listing-info {
  min-height: 118px;
  padding: 15px 18px 5px;
}

.listing-block.v2 .listing-content .listing-info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.owl-carousel .listing-block {
  margin-bottom: 0;
}

.main-listing-wrapper .listing-block .show-in-map {
  display: block;
}

.listing-category-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.listing-category-block .cat-image .item-image a {
  display: block;
}

.listing-category-block .cat-image .item-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.listing-category-block .cat-image .item-image img {
  -webkit-transition: all 6s;
  transition: all 6s;
  -moz-transition: all 6s;
  -ms-transition: all 6s;
}

.listing-category-block .cat-image .cat-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.listing-category-block .cat-image .cat-icon i.la-coffee {
  position: relative;
  top: 3px;
  left: -3px;
}

.listing-category-block .content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 22px 20px 18px;
}

.listing-category-block .content-inner .cat-name {
  line-height: 22px;
  margin-bottom: 6px;
  font-size: 18px;
}

.listing-category-block .content-inner .cat-name a {
  color: #fff;
  font-weight: 600;
}

.listing-category-block .content-inner .cat-name a:hover {
  color: #3EAAFD;
}

.listing-category-block .content-inner .cat-desc {
  color: #c9c9c9;
  line-height: 18px;
}

.listing-category-block .small-items &gt; .row {
  margin-bottom: 30px;
}

.listing-category-block:hover .item-image img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.owl-carousel .listing-category-block {
  margin-bottom: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.listing-category-block-2 {
  padding: 30px;
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.listing-category-block-2 .content-inner {
  position: relative;
  z-index: 11;
}

.listing-category-block-2 .content-inner .cat-icon {
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 85px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.listing-category-block-2 .content-inner .cat-icon i {
  font-size: 36px;
}

.listing-category-block-2 .content-inner .cat-icon i.la-coffee {
  position: relative;
  top: 5px;
  left: -4px;
}

.listing-category-block-2 .content-inner .cat-name {
  font-size: 18px;
  margin-top: 15px;
}

.listing-category-block-2:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.listing-location-block {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.listing-location-block .item-image img {
  -webkit-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}

.listing-location-block .item-image a {
  display: block;
  position: relative;
}

.listing-location-block .item-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.68)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.68) 100%);
}

.listing-location-block .content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 22px 20px 18px;
}

.listing-location-block .content-inner .cat-name {
  line-height: 22px;
  margin-bottom: 0;
  font-size: 18px;
}

.listing-location-block .content-inner .cat-name a {
  color: #fff;
  font-weight: 600;
}

.listing-location-block .content-inner .cat-name a:hover {
  color: #3EAAFD;
}

.listing-location-block .content-inner .cat-desc {
  color: #c9c9c9;
}

.listing-location-block .small-items &gt; .row {
  margin-bottom: 30px;
}

.listing-location-block:hover .item-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-category {
  position: relative;
  position: relative;
  color: #3EAAFD;
}

.listing-category .icon {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.listing-category a {
  color: #3EAAFD;
}

.listing-category a:hover {
  text-decoration: underline;
}

.listing-category.red {
  color: #D03632;
}

.listing-category.red a {
  color: #D03632;
}

.listing-category.pink {
  color: #FF69B4;
}

.listing-category.pink a {
  color: #FF69B4;
}

.listing-category.light-pink {
  color: #AC70B8;
}

.listing-category.light-pink a {
  color: #AC70B8;
}

.listing-category.orange {
  color: #FDA400;
}

.listing-category.orange a {
  color: #FDA400;
}

.listing-category.yellow {
  color: #F4EC4D;
}

.listing-category.yellow a {
  color: #F4EC4D;
}

.listing-category.green {
  color: #64C568;
}

.listing-category.green a {
  color: #64C568;
}

.listing-category.blue {
  color: #26B2EC;
}

.listing-category.blue a {
  color: #26B2EC;
}

.listing-category.dark-mint {
  color: #90D0C4;
}

.listing-category.dark-mint a {
  color: #90D0C4;
}

.listing-category.violet {
  color: #D9AC09;
}

.listing-category.violet a {
  color: #D9AC09;
}

.listing-category.navy {
  color: #23569C;
}

.listing-category.navy a {
  color: #23569C;
}

.listing-category.purple {
  color: #9A30D8;
}

.listing-category.purple a {
  color: #9A30D8;
}

.listing-category.gray {
  color: #BFC0BC;
}

.listing-category.gray a {
  color: #BFC0BC;
}

.listing-category.black {
  color: #071F20;
}

.listing-category.black a {
  color: #071F20;
}

.cat-icon {
  position: relative;
  position: relative;
  color: #3EAAFD;
}

.cat-icon .icon {
  font-size: 18px;
}

.cat-icon.bg-red {
  background: #D03632;
}

.cat-icon.bg-pink {
  background: #FF69B4;
}

.cat-icon.bg-light-pink {
  background: #AC70B8;
}

.cat-icon.bg-orange {
  background: #FDA400;
}

.cat-icon.bg-yellow {
  background: #F4EC4D;
}

.cat-icon.bg-green {
  background: #64C568;
}

.cat-icon.bg-blue {
  background: #26B2EC;
}

.cat-icon.bg-dark-mint {
  background: #90D0C4;
}

.cat-icon.bg-violet {
  background: #D9AC09;
}

.cat-icon.bg-navy {
  background: #23569C;
}

.cat-icon.bg-purple {
  background: #9A30D8;
}

.cat-icon.bg-gray {
  background: #BFC0BC;
}

.cat-icon.bg-black {
  background: #071F20;
}

.gva-icon-map .icon-cat .la-coffee {
  position: relative;
  top: 2px;
  left: -2px;
}

.gva-icon-map.color-red .icon-cat {
  color: #D03632 !important;
}

.gva-icon-map.color-red .pin-st0, .gva-icon-map.color-red .pin-st1 {
  fill: #D03632 !important;
}

.gva-icon-map.color-pink .icon-cat {
  color: #FF69B4 !important;
}

.gva-icon-map.color-pink .pin-st0, .gva-icon-map.color-pink .pin-st1 {
  fill: #FF69B4 !important;
}

.gva-icon-map.color-light-pink .icon-cat {
  color: #AC70B8 !important;
}

.gva-icon-map.color-light-pink .pin-st0, .gva-icon-map.color-light-pink .pin-st1 {
  fill: #AC70B8 !important;
}

.gva-icon-map.color-orange .icon-cat {
  color: #FDA400 !important;
}

.gva-icon-map.color-orange .pin-st0, .gva-icon-map.color-orange .pin-st1 {
  fill: #FDA400 !important;
}

.gva-icon-map.color-yellow .icon-cat {
  color: #F4EC4D !important;
}

.gva-icon-map.color-yellow .pin-st0, .gva-icon-map.color-yellow .pin-st1 {
  fill: #F4EC4D !important;
}

.gva-icon-map.color-green .icon-cat {
  color: #64C568 !important;
}

.gva-icon-map.color-green .pin-st0, .gva-icon-map.color-green .pin-st1 {
  fill: #64C568 !important;
}

.gva-icon-map.color-blue .icon-cat {
  color: #26B2EC !important;
}

.gva-icon-map.color-blue .pin-st0, .gva-icon-map.color-blue .pin-st1 {
  fill: #26B2EC !important;
}

.gva-icon-map.color-dark-mint .icon-cat {
  color: #90D0C4 !important;
}

.gva-icon-map.color-dark-mint .pin-st0, .gva-icon-map.color-dark-mint .pin-st1 {
  fill: #90D0C4 !important;
}

.gva-icon-map.color-violet .icon-cat {
  color: #D9AC09 !important;
}

.gva-icon-map.color-violet .pin-st0, .gva-icon-map.color-violet .pin-st1 {
  fill: #D9AC09 !important;
}

.gva-icon-map.color-navy .icon-cat {
  color: #23569C !important;
}

.gva-icon-map.color-navy .pin-st0, .gva-icon-map.color-navy .pin-st1 {
  fill: #23569C !important;
}

.gva-icon-map.color-purple .icon-cat {
  color: #9A30D8 !important;
}

.gva-icon-map.color-purple .pin-st0, .gva-icon-map.color-purple .pin-st1 {
  fill: #9A30D8 !important;
}

.gva-icon-map.color-gray .icon-cat {
  color: #BFC0BC !important;
}

.gva-icon-map.color-gray .pin-st0, .gva-icon-map.color-gray .pin-st1 {
  fill: #BFC0BC !important;
}

.gva-icon-map.color-black .icon-cat {
  color: #071F20 !important;
}

.gva-icon-map.color-black .pin-st0, .gva-icon-map.color-black .pin-st1 {
  fill: #071F20 !important;
}

.views-exposed-form {
  margin-bottom: 30px;
}

.views-exposed-form .form-item {
  margin-bottom: 15px;
}

.views-exposed-form .form-item input[type='text']:not(.chosen-search-input), .views-exposed-form .form-item input[type='search'], .views-exposed-form .form-item input[type='password'], .views-exposed-form .form-item input[type='email'], .views-exposed-form .form-item textarea, .views-exposed-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-position: right 15px center !important;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  padding: 0 16px;
  width: 100%;
  color: #67676f;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}

.views-exposed-form .form-item label {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

.views-exposed-form .form-item.form-item-sort-by {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.views-exposed-form .form-item.form-item-sort-by label {
  display: none;
}

.views-exposed-form .form-item.form-item-sort-order {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.views-exposed-form .form-item.form-item-sort-order label {
  display: none;
}

.views-exposed-form .pretty {
  white-space: normal;
}

.views-exposed-form .pretty .state {
  position: relative;
  padding-left: 23px;
}

.views-exposed-form .pretty .state label {
  text-indent: 0;
  line-height: 18px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #757575;
}

.views-exposed-form .pretty .state label:after, .views-exposed-form .pretty .state label:before {
  top: 1px;
  left: 0;
  z-index: 1;
}

.views-exposed-form .pretty:hover label {
  color: #3EAAFD !important;
}

.views-exposed-form fieldset .fieldset-legend {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3EAAFD;
}

.views-exposed-form .form-actions input.form-submit {
  font-size: 14px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  background: #3EAAFD;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
  font-family: "Poppins", sans-serif;
}

.views-exposed-form .form-actions input.form-submit:hover {
  background: #0c94fc;
  cursor: pointer;
}

#views-exposed-form-listing-content-listing-filter-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#views-exposed-form-listing-content-listing-filter-form:before, #views-exposed-form-listing-content-listing-filter-form:after {
  content: " ";
  display: table;
}

#views-exposed-form-listing-content-listing-filter-form:after {
  clear: both;
}

#views-exposed-form-listing-content-listing-filter-form .form-item {
  width: 26%;
  float: left;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 680px) {
  #views-exposed-form-listing-content-listing-filter-form .form-item {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
  }
}

#views-exposed-form-listing-content-listing-filter-form .form-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  top: 50%;
  right: 0;
  margin-top: -20px;
  z-index: 1;
}

@media (max-width: 680px) {
  #views-exposed-form-listing-content-listing-filter-form .form-item:after {
    display: none;
  }
}

#views-exposed-form-listing-content-listing-filter-form .form-item input[type='text'], #views-exposed-form-listing-content-listing-filter-form .form-item input[type='search'], #views-exposed-form-listing-content-listing-filter-form .form-item input[type='password'], #views-exposed-form-listing-content-listing-filter-form .form-item input[type='email'], #views-exposed-form-listing-content-listing-filter-form .form-item textarea, #views-exposed-form-listing-content-listing-filter-form .form-item select {
  border: none;
}

#views-exposed-form-listing-content-listing-filter-form .chosen-container-single {
  border: none !important;
}

#views-exposed-form-listing-content-listing-filter-form .form-actions {
  width: 22%;
  float: left;
}

@media (max-width: 680px) {
  #views-exposed-form-listing-content-listing-filter-form .form-actions {
    width: 100%;
    margin-top: 15px;
  }
}

#views-exposed-form-listing-content-listing-filter-form .form-actions input {
  width: 100%;
  line-height: 46px;
}

.listing-taxonomy-page .view-page header {
  padding: 30px 30px 0;
  max-width: 41.66667%;
}

@media (max-width: 991.98px) {
  .listing-taxonomy-page .view-page header {
    max-width: 100%;
    display: none;
  }
}

.listing-taxonomy-page .view-page header .field--name-name {
  font-size: 18px;
  margin-bottom: 10px;
}

.listing-taxonomy-page .view-page header .field--name-description {
  margin-top: 10px;
}

.listing-taxonomy-page .view-page .main-listing-wrapper {
  padding-top: 0 !important;
}

.node-listing-single {
  background: #F5F7FA;
}

.node-listing-single .gallery-carousel-center {
  overflow: hidden;
}

.node-listing-single .gallery-carousel-center .item {
  position: relative;
}

.node-listing-single .gallery-carousel-center .item:after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  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;
}

.node-listing-single .gallery-carousel-center .item .image-popup {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  right: 50%;
  margin-right: -19px;
  margin-top: -19px;
  z-index: 9;
  display: inline-block;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.node-listing-single .gallery-carousel-center .item .image-popup:hover {
  background: #3EAAFD;
}

.node-listing-single .gallery-carousel-center .item:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.node-listing-single .gallery-carousel-center .item:hover .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
}

.node-listing-single .listing-top {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}

.node-listing-single .listing-top .listing-top-content {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.node-listing-single .listing-top .listing-top-content .listing-price {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #3EAAFD;
  letter-spacing: 2px;
}

.node-listing-single .listing-top .listing-top-content .listing-price .label {
  letter-spacing: 0;
  color: #757575;
  font-family: "Poppins", sans-serif;
}

.node-listing-single .listing-top .listing-top-content .post-title {
  margin-top: 2px;
}

.node-listing-single .listing-nav {
  border-top: 1px solid #dee2e6;
  background: #fff;
  position: relative;
}

.node-listing-single .listing-nav:before, .node-listing-single .listing-nav:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-nav:after {
  clear: both;
}

.node-listing-single .listing-nav .listing-nav-inner {
  background: #fff;
  position: relative;
  z-index: 1;
}

.node-listing-single .listing-nav .listing-nav-inner:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 0;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
}

.node-listing-single .listing-nav .listing-nav-inner .listing-nav-inner-inner {
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 20px 0;
}

.node-listing-single .listing-nav .listing-nav-inner ul {
  margin: 0;
  padding: 0;
}

.node-listing-single .listing-nav .listing-nav-inner ul &gt; li {
  list-style-type: none;
  float: left;
  padding: 0 15px;
}

.node-listing-single .listing-nav .listing-nav-inner ul &gt; li a {
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #242424;
  display: inline-block;
}

.node-listing-single .listing-nav .listing-nav-inner ul &gt; li a:hover {
  color: #3EAAFD;
}

.node-listing-single .listing-nav.is-fixed .listing-nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.node-listing-single .listing-content-main .listing-info-block {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.node-listing-single .listing-content-main .listing-info-block .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 25px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.node-listing-single .listing-content-main .listing-info-block .title i {
  margin-right: 6px;
  color: #888;
}

.node-listing-single .listing-content-main .listing-info-block .block-content {
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.node-listing-single .listing-content-main .listing-info-block:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 0;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties:before, .node-listing-single .listing-content-main .listing-info-block.listing-amenties:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties:after {
  clear: both;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field {
  margin-left: -15px;
  margin-right: -15px;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field:before, .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field:after {
  clear: both;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item {
  width: 33.3333%;
  float: left;
  padding-right: 15px;
  margin-bottom: 8px;
  padding-left: 42px;
  position: relative;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:after {
  content: '\f17e';
  font-family: 'LineAwesome';
  position: absolute;
  top: -1px;
  left: 15px;
  z-index: 1;
  color: #3EAAFD;
  font-size: 16px;
}

.node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(3n+1) {
  clear: both;
}

@media (max-width: 991.98px) {
  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item {
    width: 50%;
  }

  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(3n+1) {
    clear: none;
  }

  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 575.98px) {
  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item {
    width: 100%;
  }

  .node-listing-single .listing-content-main .listing-info-block.listing-amenties .field .field__item:nth-child(2n+1) {
    clear: none;
  }
}

.node-listing-single .listing-content-main .listing-info-block.listing-video iframe {
  min-height: 450px;
}

@media (max-width: 767.98px) {
  .node-listing-single .listing-content-main .listing-info-block.listing-video iframe {
    min-height: 280px;
  }
}

.node-listing-single .listing-content-main .listing-info-block.listing-location .listing-location-taxonomy a {
  background: #3EAAFD;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 6px 16px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.node-listing-single .listing-content-main .listing-info-block.listing-location .listing-location-taxonomy a:hover {
  background: #0c94fc;
}

.node-listing-single .listing-content-main .listing-info-block.listing-location .listing-main-map {
  min-height: 400px;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li {
  margin-bottom: 18px;
  color: #757575;
  font-family: "Poppins", sans-serif;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li i {
  color: #757575;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #F3F3F6;
  display: inline-block;
  font-size: 16px;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li a {
  color: #757575;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.business-info li a:hover {
  color: #3EAAFD;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials {
  margin: 20px 0 0;
  padding: 0;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials:before, .node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials:after {
  clear: both;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials &gt; li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials &gt; li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #F3F3F6;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials &gt; li a i {
  margin-right: 0;
  color: #757575;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials &gt; li a:hover {
  background: #3EAAFD;
  color: #fff;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials &gt; li a:hover i {
  color: #fff;
}

.node-listing-single .listing-content-main .listing-info-block.business-info ul.listing-socials &gt; li a:last-child {
  margin-right: 0;
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul li span {
  float: right;
}

.node-listing-single .listing-content-main .listing-info-block.business-hours ul li:last-child {
  border-bottom: 0;
}

.node-listing-single .listing-content-main .block {
  background: #fff;
  position: relative;
}

.node-listing-single .listing-content-main .block:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 0;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
}

.node-listing-single .listing-content-main .block .block-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 25px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.node-listing-single .listing-content-main .block .block-content {
  padding: 25px;
  position: relative;
  background: #fff;
  z-index: 11;
}

.node-listing-single .listing-content-main .block .block-content:before, .node-listing-single .listing-content-main .block .block-content:after {
  content: " ";
  display: table;
}

.node-listing-single .listing-content-main .block .block-content:after {
  clear: both;
}

.node-listing-single .field--name-field-listing-tags:before, .node-listing-single .field--name-field-listing-tags:after {
  content: " ";
  display: table;
}

.node-listing-single .field--name-field-listing-tags:after {
  clear: both;
}

.node-listing-single .field--name-field-listing-tags .field__item {
  float: left;
  margin: 0 10px 10px 0;
}

.node-listing-single .field--name-field-listing-tags .field__item a {
  display: inline-block;
  padding: 0 16px;
  line-height: 34px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.node-listing-single .field--name-field-listing-tags .field__item a:hover {
  color: #3EAAFD;
  border-color: #3EAAFD;
}

.event-block {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  overflow: hidden;
}

.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 {
  padding-left: 55px;
  position: relative;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  min-height: 56px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.event-block .event-content .event-info .date {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #dee2e6;
  padding-right: 10px;
}

.event-block .event-content .event-info .date .day {
  display: block;
  color: #242424;
}

.event-block .event-content .event-info .date .month {
  display: block;
  color: #3EAAFD;
}

.event-block .event-content .event-info .title {
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  margin-bottom: 0;
}

.event-block .event-content .event-meta {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 5px;
}

.event-block .event-content .body {
  line-height: 24px;
  font-size: 13px;
}

.event-block-2 {
  padding-bottom: 35px;
  margin-bottom: 35px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

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

.event-block-2:after {
  clear: both;
}

.event-block-2 .post-title {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 48px;
}

.event-block-2 .event-date {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #3EAAFD !important;
  font-weight: 500;
  font-size: 16px;
}

.event-block-2 .event-meta {
  font-size: 15px;
  margin-top: 5px;
  line-height: 22px;
}

.event-block-2 .event-line {
  width: 50px;
  height: 2px;
  background: #3EAAFD;
  margin: 15px 0 15px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .event-block-2 .post-title {
    margin-top: 0;
    font-size: 18px;
  }
}

.text-light .event-block-2 .post-title a {
  color: #fff !important;
}

.text-light .event-block-2 .post-title a:hover {
  color: #3EAAFD !important;
}

.event-list-item .event-date {
  display: inline-block;
  background: #3EAAFD;
  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: 500;
}

.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: #3EAAFD;
  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: 600;
  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: #3EAAFD;
}

.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 &gt; *, .event-full .event-info .address &gt; * {
  float: left;
}

.event-full .event-info .date i, .event-full .event-info .address i {
  margin-right: 10px;
  margin-top: 6px;
}

.events-list.v2 .view-content-wrap .item {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
}

.events-list.v2 .view-content-wrap .item:last-child {
  border-bottom: 0;
}

.events-list.v2 .event-block-2 .event-content .post-title {
  font-size: 28px;
  line-height: 36px;
}

.portfolio-filter {
  margin-bottom: 15px;
  text-align: center;
}

.portfolio-filter ul.nav-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a {
  background: none;
  font-weight: 500;
  background: transparent;
  color: #000;
  padding: 0 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: capitalize;
  letter-spacing: 0;
}

.portfolio-filter ul.nav-tabs &gt; li &gt; a.active {
  color: #3EAAFD;
}

.gva-portfolio-items {
  display: block;
}

.gva-portfolio-items .isotope-items {
  width: 100%;
}

.portfolio-v1 {
  position: relative;
  overflow: hidden;
  max-width: 510px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.portfolio-v1 .images {
  position: relative;
  text-align: center;
}

.portfolio-v1 .images .item-image a {
  display: block;
}

.portfolio-v1 .images .item-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.portfolio-v1 .images .image-item .picon-expand {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  position: absolute;
  top: 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-top: 30px;
}

.portfolio-v1 .images .link {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 33px;
  position: absolute;
  top: 55px;
  right: 15px;
  z-index: 99;
  text-align: center;
  margin-top: 45px;
}

.portfolio-v1 .content-inner {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -20px;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 0 25px 25px;
}

.portfolio-v1 .content-inner .title {
  margin-top: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.portfolio-v1 .content-inner .title a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}

.portfolio-v1 .content-inner .title a:hover, .portfolio-v1 .content-inner .title a:focus, .portfolio-v1 .content-inner .title a:active {
  text-decoration: underline;
}

.portfolio-v1 .content-inner .category {
  margin-top: 30px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  color: #fff;
}

.portfolio-v1 .content-inner .category a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.portfolio-v1 .content-inner .category a:hover, .portfolio-v1 .content-inner .category a:focus, .portfolio-v1 .content-inner .category a:active {
  text-decoration: underline;
}

.portfolio-v1:hover .images .image-item .picon-expand, .portfolio-v1:active .images .image-item .picon-expand, .portfolio-v1:focus .images .image-item .picon-expand {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.portfolio-v1:hover .images .image-item .item-image a:after, .portfolio-v1:active .images .image-item .item-image a:after, .portfolio-v1:focus .images .image-item .item-image a:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-v1:hover .images a.link, .portfolio-v1:active .images a.link, .portfolio-v1:focus .images a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.portfolio-v1:hover .content-inner, .portfolio-v1:active .content-inner, .portfolio-v1:focus .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}

.portfolio-v1:hover .content-inner .title, .portfolio-v1:active .content-inner .title, .portfolio-v1:focus .content-inner .title {
  margin-top: 0;
}

.portfolio-v1:hover .content-inner .category, .portfolio-v1:active .content-inner .category, .portfolio-v1:focus .content-inner .category {
  margin-top: 0;
}

.portfolio-v1 ul {
  list-style: none;
  padding: 0;
}

.portfolio-v1.portfolio-carousel {
  margin-bottom: 0;
}

.portfolio-carousel-center .owl-item {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.portfolio-carousel-center .owl-item.active.center {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.portfolio-v2 {
  position: relative;
  overflow: hidden;
  max-width: 510px;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.portfolio-v2 .images {
  position: relative;
  text-align: center;
}

.portfolio-v2 .images .item-image a {
  display: block;
}

.portfolio-v2 .images .item-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.portfolio-v2 .images .image-item .picon-expand {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  position: absolute;
  top: 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-top: 30px;
}

.portfolio-v2 .images .link {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 33px;
  position: absolute;
  top: 55px;
  right: 15px;
  z-index: 99;
  text-align: center;
  margin-top: 45px;
}

.portfolio-v2 .content-inner {
  position: relative;
  padding: 0 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 0;
}

.portfolio-v2 .content-inner .portfolio-content {
  background: #fff;
  padding-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.portfolio-v2 .content-inner .title {
  margin-bottom: 6px;
}

.portfolio-v2 .content-inner .title a {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}

.portfolio-v2 .content-inner .title a:hover, .portfolio-v2 .content-inner .title a:focus, .portfolio-v2 .content-inner .title a:active {
  color: #3EAAFD;
}

.portfolio-v2 .content-inner .category {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
}

.portfolio-v2 .content-inner .category a {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.portfolio-v2 .content-inner .category a:hover, .portfolio-v2 .content-inner .category a:focus, .portfolio-v2 .content-inner .category a:active {
  text-decoration: underline;
}

.portfolio-v2:hover .images .image-item .picon-expand, .portfolio-v2:active .images .image-item .picon-expand, .portfolio-v2:focus .images .image-item .picon-expand {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.portfolio-v2:hover .images .image-item .item-image a:after, .portfolio-v2:active .images .image-item .item-image a:after, .portfolio-v2:focus .images .image-item .item-image a:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-v2:hover .images a.link, .portfolio-v2:active .images a.link, .portfolio-v2:focus .images a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.portfolio-v2:hover .content-inner, .portfolio-v2:active .content-inner, .portfolio-v2:focus .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}

.no-padding .portfolio-v1 {
  margin-bottom: 0 !important;
}

.testimonial-node-2 {
  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-2 .testimonial-content {
  padding: 20px;
}

.testimonial-node-2 .video {
  margin-bottom: 20px;
}

.testimonial-node-2 .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-2 .video .popup-video:hover, .testimonial-node-2 .video .popup-video:focus, .testimonial-node-2 .video .popup-video:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonial-node-2 .quote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

.testimonial-node-2 .title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.testimonial-node-2 .job {
  font-size: 13px;
}

.testimonial-node-3 {
  background: none;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-node-3 .avatar {
  margin-bottom: 30px;
}

.testimonial-node-3 .avatar img {
  width: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial-node-3 .quote {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #242424;
}

.testimonial-node-3 .title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  color: #3EAAFD;
  font-family: "Poppins", sans-serif;
}

.testimonial-node-3 .job {
  font-size: 13px;
  color: #FEBF01;
}

.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: #3EAAFD;
  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: 600;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: #3EAAFD;
  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;
}

.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: #3EAAFD;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  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: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.gavias-skins-panel .panel-skins-content .item-color {
  width: 25px;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 5px 6px 0 6px;
  border: 3px solid transparent;
}

.gavias-skins-panel .panel-skins-content .item-color:hover {
  cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .item-color.default {
  background: #3EAAFD;
}

.gavias-skins-panel .panel-skins-content .item-color.blue {
  background: #50AF4D;
}

.gavias-skins-panel .panel-skins-content .item-color.brown {
  background: #684035;
}

.gavias-skins-panel .panel-skins-content .item-color.green {
  background: #009673;
}

.gavias-skins-panel .panel-skins-content .item-color.lilac {
  background: #8F6684;
}

.gavias-skins-panel .panel-skins-content .item-color.lime_green {
  background: #8CCA4F;
}

.gavias-skins-panel .panel-skins-content .item-color.orange {
  background: #F86923;
}

.gavias-skins-panel .panel-skins-content .item-color.pink {
  background: #D91897;
}

.gavias-skins-panel .panel-skins-content .item-color.purple {
  background: #9854B3;
}

.gavias-skins-panel .panel-skins-content .item-color.red {
  background: #E43844;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise {
  background: #1CCDCA;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
  background: #178E94;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red {
  background: #F3605D;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
  background: #973A4B;
}

.gavias-skins-panel .panel-skins-content .item-color.yellow {
  background: #ecc311;
}

.gavias-skins-panel .panel-skins-content .item-color.active {
  border-color: #000;
}

.gavias-skins-panel .panel-skins-content .layout {
  width: 80px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.gavias-skins-panel .panel-skins-content .layout:hover {
  cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .layout.active {
  background-color: #3EAAFD;
  color: #fff;
}

.gavias-skins-panel .panel-skins-content .layout:last-child {
  margin-right: 0;
}

.gavias-skins-panel.gavias-skin-demo {
  top: 200px;
  bottom: auto !important;
  padding: 20px !important;
  width: 260px !important;
  right: -263px !important;
}

.gavias-skins-panel.gavias-skin-demo .control-panel {
  top: 75px !important;
}

.gavias-skins-panel.gavias-skin-demo.active {
  right: 0 !important;
}

#customize-gavias-preivew .card {
  padding: 0 !important;
  margin-bottom: 20px;
}

#customize-gavias-preivew .card .card-header a {
  padding: 10px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
}

#customize-gavias-preivew .card .card-header a:after {
  display: none !important;
}

#customize-gavias-preivew .card .card-body {
  padding: 15px !important;
}

#customize-gavias-preivew .form-select.form-control {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#customize-gavias-preivew .form-group {
  position: relative;
  float: left;
  width: 100%;
}

#customize-gavias-preivew .form-group label {
  width: 150px;
  float: left;
  padding-top: 10px;
  font-size: 12px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#customize-gavias-preivew .form-group input {
  width: calc(100% - 150px);
  float: left;
}

#customize-gavias-preivew .form-group select {
  width: 100%;
}

#customize-gavias-preivew .form-group .colorselector {
  width: calc(100% - 150px);
  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: 3px;
  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;
}

.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;
}
</pre></body></html>